@remit/api-openapi-spec 0.0.8 → 0.0.10

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.
Files changed (2) hide show
  1. package/openapi.json +46 -7
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -289,7 +289,12 @@
289
289
  ],
290
290
  "properties": {
291
291
  "continuationToken": {
292
- "$ref": "#/components/schemas/String800"
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
- "$ref": "#/components/schemas/String800"
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
- "$ref": "#/components/schemas/String800"
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
- "$ref": "#/components/schemas/String800"
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
- "$ref": "#/components/schemas/String800"
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
- "$ref": "#/components/schemas/String800"
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
- "$ref": "#/components/schemas/String800"
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",
@@ -4756,6 +4791,10 @@
4756
4791
  "type": "string"
4757
4792
  },
4758
4793
  "description": "Ids of the matching messages, bounded to the same cap the apply pass uses"
4794
+ },
4795
+ "semanticUnavailable": {
4796
+ "type": "boolean",
4797
+ "description": "True when the semantic widen could not run because this deployment ships no vector pipeline (self-host without sqlite-vec / the embedding model). The matched set is then the literal matches only, or empty for an anchor-only predicate; literal search is unaffected. Absent on deployments where the widen ran."
4759
4798
  }
4760
4799
  },
4761
4800
  "description": "Response body for POST /accounts/{accountId}/organize/preview — the messages the same matcher would apply the action to, without applying it. Bounded server-side."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/api-openapi-spec",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "description": "Remit API OpenAPI 3 document, generated from TypeSpec.",
5
5
  "exports": {
6
6
  ".": "./openapi.json",