Skip to content

Commit 6ee844c

Browse files
committed
feat(EN-208): fixed openapi and sdk
1 parent aca8aee commit 6ee844c

File tree

14 files changed

+21
-41
lines changed

14 files changed

+21
-41
lines changed

docs/api/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6879,7 +6879,7 @@ xor
68796879
"baseUrl": "string",
68806880
"name": "string",
68816881
"pageSize": 25,
6882-
"pollingPeriod": "2m",
6882+
"pollingPeriod": "string",
68836883
"provider": "Atlar",
68846884
"secret": "string"
68856885
}
@@ -6912,7 +6912,7 @@ xor
69126912
"name": "string",
69136913
"pageSize": 25,
69146914
"password": "string",
6915-
"pollingPeriod": "2m",
6915+
"pollingPeriod": "string",
69166916
"provider": "Bankingcircle",
69176917
"userCertificate": "string",
69186918
"userCertificateKey": "string",
@@ -6949,7 +6949,7 @@ xor
69496949
"endpoint": "string",
69506950
"name": "string",
69516951
"pageSize": 25,
6952-
"pollingPeriod": "2m",
6952+
"pollingPeriod": "string",
69536953
"provider": "Column"
69546954
}
69556955

@@ -7043,7 +7043,7 @@ xor
70437043
"endpoint": "string",
70447044
"name": "string",
70457045
"pageSize": 25,
7046-
"pollingPeriod": "2m",
7046+
"pollingPeriod": "string",
70477047
"provider": "Generic"
70487048
}
70497049

@@ -7073,7 +7073,7 @@ xor
70737073
"endpoint": "string",
70747074
"name": "string",
70757075
"pageSize": 25,
7076-
"pollingPeriod": "2m",
7076+
"pollingPeriod": "string",
70777077
"provider": "Increase",
70787078
"webhookSharedSecret": "string"
70797079
}
@@ -7106,7 +7106,7 @@ xor
71067106
"endpoint": "string",
71077107
"name": "string",
71087108
"pageSize": 25,
7109-
"pollingPeriod": "2m",
7109+
"pollingPeriod": "string",
71107110
"provider": "Mangopay"
71117111
}
71127112

@@ -7138,7 +7138,7 @@ xor
71387138
"endpoint": "string",
71397139
"name": "string",
71407140
"pageSize": 25,
7141-
"pollingPeriod": "2m",
7141+
"pollingPeriod": "string",
71427142
"provider": "Modulr"
71437143
}
71447144

@@ -7170,7 +7170,7 @@ xor
71707170
"endpoint": "string",
71717171
"name": "string",
71727172
"pageSize": 25,
7173-
"pollingPeriod": "2m",
7173+
"pollingPeriod": "string",
71747174
"provider": "Moneycorp"
71757175
}
71767176

@@ -7272,7 +7272,7 @@ xor
72727272
"endpoint": "string",
72737273
"name": "string",
72747274
"pageSize": 25,
7275-
"pollingPeriod": "2m",
7275+
"pollingPeriod": "string",
72767276
"provider": "Qonto",
72777277
"stagingToken": "string"
72787278
}
@@ -7364,7 +7364,7 @@ xor
73647364
"apiKey": "string",
73657365
"name": "string",
73667366
"pageSize": 25,
7367-
"pollingPeriod": "2m",
7367+
"pollingPeriod": "string",
73687368
"provider": "Wise",
73697369
"webhookPublicKey": "string"
73707370
}

openapi.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5746,7 +5746,6 @@ components:
57465746
default: 25
57475747
pollingPeriod:
57485748
type: string
5749-
default: 2m
57505749
provider:
57515750
type: string
57525751
default: Atlar
@@ -5776,7 +5775,6 @@ components:
57765775
type: string
57775776
pollingPeriod:
57785777
type: string
5779-
default: 2m
57805778
provider:
57815779
type: string
57825780
default: Bankingcircle
@@ -5804,7 +5802,6 @@ components:
58045802
default: 25
58055803
pollingPeriod:
58065804
type: string
5807-
default: 2m
58085805
provider:
58095806
type: string
58105807
default: Column
@@ -5874,7 +5871,6 @@ components:
58745871
default: 25
58755872
pollingPeriod:
58765873
type: string
5877-
default: 2m
58785874
provider:
58795875
type: string
58805876
default: Generic
@@ -5897,7 +5893,6 @@ components:
58975893
default: 25
58985894
pollingPeriod:
58995895
type: string
5900-
default: 2m
59015896
provider:
59025897
type: string
59035898
default: Increase
@@ -5924,7 +5919,6 @@ components:
59245919
default: 25
59255920
pollingPeriod:
59265921
type: string
5927-
default: 2m
59285922
provider:
59295923
type: string
59305924
default: Mangopay
@@ -5949,7 +5943,6 @@ components:
59495943
default: 25
59505944
pollingPeriod:
59515945
type: string
5952-
default: 2m
59535946
provider:
59545947
type: string
59555948
default: Modulr
@@ -5974,7 +5967,6 @@ components:
59745967
default: 25
59755968
pollingPeriod:
59765969
type: string
5977-
default: 2m
59785970
provider:
59795971
type: string
59805972
default: Moneycorp
@@ -6057,7 +6049,6 @@ components:
60576049
default: 25
60586050
pollingPeriod:
60596051
type: string
6060-
default: 2m
60616052
provider:
60626053
type: string
60636054
default: Qonto
@@ -6122,7 +6113,6 @@ components:
61226113
default: 25
61236114
pollingPeriod:
61246115
type: string
6125-
default: 2m
61266116
provider:
61276117
type: string
61286118
default: Wise

openapi/v3/v3-connectors-config.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ components:
8686
default: 25
8787
pollingPeriod:
8888
type: string
89-
default: 2m
9089
provider:
9190
type: string
9291
default: Atlar
@@ -116,7 +115,6 @@ components:
116115
type: string
117116
pollingPeriod:
118117
type: string
119-
default: 2m
120118
provider:
121119
type: string
122120
default: Bankingcircle
@@ -144,7 +142,6 @@ components:
144142
default: 25
145143
pollingPeriod:
146144
type: string
147-
default: 2m
148145
provider:
149146
type: string
150147
default: Column
@@ -214,7 +211,6 @@ components:
214211
default: 25
215212
pollingPeriod:
216213
type: string
217-
default: 2m
218214
provider:
219215
type: string
220216
default: Generic
@@ -237,7 +233,6 @@ components:
237233
default: 25
238234
pollingPeriod:
239235
type: string
240-
default: 2m
241236
provider:
242237
type: string
243238
default: Increase
@@ -264,7 +259,6 @@ components:
264259
default: 25
265260
pollingPeriod:
266261
type: string
267-
default: 2m
268262
provider:
269263
type: string
270264
default: Mangopay
@@ -289,7 +283,6 @@ components:
289283
default: 25
290284
pollingPeriod:
291285
type: string
292-
default: 2m
293286
provider:
294287
type: string
295288
default: Modulr
@@ -314,7 +307,6 @@ components:
314307
default: 25
315308
pollingPeriod:
316309
type: string
317-
default: 2m
318310
provider:
319311
type: string
320312
default: Moneycorp
@@ -397,7 +389,6 @@ components:
397389
default: 25
398390
pollingPeriod:
399391
type: string
400-
default: 2m
401392
provider:
402393
type: string
403394
default: Qonto
@@ -462,7 +453,6 @@ components:
462453
default: 25
463454
pollingPeriod:
464455
type: string
465-
default: 2m
466456
provider:
467457
type: string
468458
default: Wise

pkg/client/.speakeasy/gen.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
lockVersion: 2.0.0
22
id: 1fa8a26f-45d9-44b7-8b97-fbeebcdcd8b1
33
management:
4-
docChecksum: eef91ffe7da06070422e5df9aad7ca67
4+
docChecksum: 71facf2180596f678f821f4bef836873
55
docVersion: v1
66
speakeasyVersion: 1.525.0
77
generationVersion: 2.562.2

pkg/client/models/components/v3atlarconfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type V3AtlarConfig struct {
1111
BaseURL string `json:"baseUrl"`
1212
Name string `json:"name"`
1313
PageSize *int64 `default:"25" json:"pageSize"`
14-
PollingPeriod *string `default:"2m" json:"pollingPeriod"`
14+
PollingPeriod *string `json:"pollingPeriod,omitempty"`
1515
Provider *string `default:"Atlar" json:"provider"`
1616
Secret string `json:"secret"`
1717
}

pkg/client/models/components/v3bankingcircleconfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type V3BankingcircleConfig struct {
1212
Name string `json:"name"`
1313
PageSize *int64 `default:"25" json:"pageSize"`
1414
Password string `json:"password"`
15-
PollingPeriod *string `default:"2m" json:"pollingPeriod"`
15+
PollingPeriod *string `json:"pollingPeriod,omitempty"`
1616
Provider *string `default:"Bankingcircle" json:"provider"`
1717
UserCertificate string `json:"userCertificate"`
1818
UserCertificateKey string `json:"userCertificateKey"`

pkg/client/models/components/v3columnconfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type V3ColumnConfig struct {
1111
Endpoint string `json:"endpoint"`
1212
Name string `json:"name"`
1313
PageSize *int64 `default:"25" json:"pageSize"`
14-
PollingPeriod *string `default:"2m" json:"pollingPeriod"`
14+
PollingPeriod *string `json:"pollingPeriod,omitempty"`
1515
Provider *string `default:"Column" json:"provider"`
1616
}
1717

pkg/client/models/components/v3genericconfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type V3GenericConfig struct {
1111
Endpoint string `json:"endpoint"`
1212
Name string `json:"name"`
1313
PageSize *int64 `default:"25" json:"pageSize"`
14-
PollingPeriod *string `default:"2m" json:"pollingPeriod"`
14+
PollingPeriod *string `json:"pollingPeriod,omitempty"`
1515
Provider *string `default:"Generic" json:"provider"`
1616
}
1717

pkg/client/models/components/v3increaseconfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type V3IncreaseConfig struct {
1111
Endpoint string `json:"endpoint"`
1212
Name string `json:"name"`
1313
PageSize *int64 `default:"25" json:"pageSize"`
14-
PollingPeriod *string `default:"2m" json:"pollingPeriod"`
14+
PollingPeriod *string `json:"pollingPeriod,omitempty"`
1515
Provider *string `default:"Increase" json:"provider"`
1616
WebhookSharedSecret string `json:"webhookSharedSecret"`
1717
}

pkg/client/models/components/v3mangopayconfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type V3MangopayConfig struct {
1212
Endpoint string `json:"endpoint"`
1313
Name string `json:"name"`
1414
PageSize *int64 `default:"25" json:"pageSize"`
15-
PollingPeriod *string `default:"2m" json:"pollingPeriod"`
15+
PollingPeriod *string `json:"pollingPeriod,omitempty"`
1616
Provider *string `default:"Mangopay" json:"provider"`
1717
}
1818

0 commit comments

Comments
 (0)