@remit/api-openapi-spec 0.0.8 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/openapi.json +42 -7
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -289,7 +289,12 @@
|
|
|
289
289
|
],
|
|
290
290
|
"properties": {
|
|
291
291
|
"continuationToken": {
|
|
292
|
-
"
|
|
292
|
+
"allOf": [
|
|
293
|
+
{
|
|
294
|
+
"$ref": "#/components/schemas/String800"
|
|
295
|
+
}
|
|
296
|
+
],
|
|
297
|
+
"description": "Opaque, server-minted cursor: absent means the first (or last) page, present means resume from here. Echo it back unchanged to fetch the next page. Every listing endpoint that accepts it rejects a token it cannot decode with 400 ValidationError rather than silently restarting from the first page (#136, #172)."
|
|
293
298
|
},
|
|
294
299
|
"items": {
|
|
295
300
|
"type": "array",
|
|
@@ -571,7 +576,12 @@
|
|
|
571
576
|
],
|
|
572
577
|
"properties": {
|
|
573
578
|
"continuationToken": {
|
|
574
|
-
"
|
|
579
|
+
"allOf": [
|
|
580
|
+
{
|
|
581
|
+
"$ref": "#/components/schemas/String800"
|
|
582
|
+
}
|
|
583
|
+
],
|
|
584
|
+
"description": "Opaque, server-minted cursor: absent means the first (or last) page, present means resume from here. Echo it back unchanged to fetch the next page. Every listing endpoint that accepts it rejects a token it cannot decode with 400 ValidationError rather than silently restarting from the first page (#136, #172)."
|
|
575
585
|
},
|
|
576
586
|
"items": {
|
|
577
587
|
"type": "array",
|
|
@@ -1044,7 +1054,12 @@
|
|
|
1044
1054
|
],
|
|
1045
1055
|
"properties": {
|
|
1046
1056
|
"continuationToken": {
|
|
1047
|
-
"
|
|
1057
|
+
"allOf": [
|
|
1058
|
+
{
|
|
1059
|
+
"$ref": "#/components/schemas/String800"
|
|
1060
|
+
}
|
|
1061
|
+
],
|
|
1062
|
+
"description": "Opaque, server-minted cursor: absent means the first (or last) page, present means resume from here. Echo it back unchanged to fetch the next page. Every listing endpoint that accepts it rejects a token it cannot decode with 400 ValidationError rather than silently restarting from the first page (#136, #172)."
|
|
1048
1063
|
},
|
|
1049
1064
|
"items": {
|
|
1050
1065
|
"type": "array",
|
|
@@ -1182,7 +1197,12 @@
|
|
|
1182
1197
|
],
|
|
1183
1198
|
"properties": {
|
|
1184
1199
|
"continuationToken": {
|
|
1185
|
-
"
|
|
1200
|
+
"allOf": [
|
|
1201
|
+
{
|
|
1202
|
+
"$ref": "#/components/schemas/String800"
|
|
1203
|
+
}
|
|
1204
|
+
],
|
|
1205
|
+
"description": "Opaque, server-minted cursor: absent means the first (or last) page, present means resume from here. Echo it back unchanged to fetch the next page. Every listing endpoint that accepts it rejects a token it cannot decode with 400 ValidationError rather than silently restarting from the first page (#136, #172)."
|
|
1186
1206
|
},
|
|
1187
1207
|
"items": {
|
|
1188
1208
|
"type": "array",
|
|
@@ -1870,7 +1890,12 @@
|
|
|
1870
1890
|
],
|
|
1871
1891
|
"properties": {
|
|
1872
1892
|
"continuationToken": {
|
|
1873
|
-
"
|
|
1893
|
+
"allOf": [
|
|
1894
|
+
{
|
|
1895
|
+
"$ref": "#/components/schemas/String800"
|
|
1896
|
+
}
|
|
1897
|
+
],
|
|
1898
|
+
"description": "Opaque, server-minted cursor: absent means the first (or last) page, present means resume from here. Echo it back unchanged to fetch the next page. Every listing endpoint that accepts it rejects a token it cannot decode with 400 ValidationError rather than silently restarting from the first page (#136, #172)."
|
|
1874
1899
|
},
|
|
1875
1900
|
"items": {
|
|
1876
1901
|
"type": "array",
|
|
@@ -2221,7 +2246,12 @@
|
|
|
2221
2246
|
],
|
|
2222
2247
|
"properties": {
|
|
2223
2248
|
"continuationToken": {
|
|
2224
|
-
"
|
|
2249
|
+
"allOf": [
|
|
2250
|
+
{
|
|
2251
|
+
"$ref": "#/components/schemas/String800"
|
|
2252
|
+
}
|
|
2253
|
+
],
|
|
2254
|
+
"description": "Opaque, server-minted cursor: absent means the first (or last) page, present means resume from here. Echo it back unchanged to fetch the next page. Every listing endpoint that accepts it rejects a token it cannot decode with 400 ValidationError rather than silently restarting from the first page (#136, #172)."
|
|
2225
2255
|
},
|
|
2226
2256
|
"items": {
|
|
2227
2257
|
"type": "array",
|
|
@@ -2279,7 +2309,12 @@
|
|
|
2279
2309
|
],
|
|
2280
2310
|
"properties": {
|
|
2281
2311
|
"continuationToken": {
|
|
2282
|
-
"
|
|
2312
|
+
"allOf": [
|
|
2313
|
+
{
|
|
2314
|
+
"$ref": "#/components/schemas/String800"
|
|
2315
|
+
}
|
|
2316
|
+
],
|
|
2317
|
+
"description": "Opaque, server-minted cursor: absent means the first (or last) page, present means resume from here. Echo it back unchanged to fetch the next page. Every listing endpoint that accepts it rejects a token it cannot decode with 400 ValidationError rather than silently restarting from the first page (#136, #172)."
|
|
2283
2318
|
},
|
|
2284
2319
|
"items": {
|
|
2285
2320
|
"type": "array",
|