@remit/api-openapi-spec 0.0.39 → 0.0.41

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 +10 -9
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -54,8 +54,7 @@
54
54
  "required": false,
55
55
  "schema": {
56
56
  "type": "string"
57
- },
58
- "explode": false
57
+ }
59
58
  },
60
59
  {
61
60
  "name": "state",
@@ -63,8 +62,7 @@
63
62
  "required": false,
64
63
  "schema": {
65
64
  "type": "string"
66
- },
67
- "explode": false
65
+ }
68
66
  },
69
67
  {
70
68
  "name": "error",
@@ -72,8 +70,7 @@
72
70
  "required": false,
73
71
  "schema": {
74
72
  "type": "string"
75
- },
76
- "explode": false
73
+ }
77
74
  }
78
75
  ],
79
76
  "responses": {
@@ -3803,8 +3800,7 @@
3803
3800
  "required": false,
3804
3801
  "schema": {
3805
3802
  "type": "boolean"
3806
- },
3807
- "explode": false
3803
+ }
3808
3804
  }
3809
3805
  ],
3810
3806
  "responses": {
@@ -5799,7 +5795,8 @@
5799
5795
  "type": "object",
5800
5796
  "required": [
5801
5797
  "accountConfig",
5802
- "accounts"
5798
+ "accounts",
5799
+ "semanticSearchEnabled"
5803
5800
  ],
5804
5801
  "properties": {
5805
5802
  "accountConfig": {
@@ -5824,6 +5821,10 @@
5824
5821
  }
5825
5822
  ],
5826
5823
  "description": "Absent unless a configuration import is still waiting on folders IMAP has not produced yet (#1021). Nothing polls a separate route for it."
5824
+ },
5825
+ "semanticSearchEnabled": {
5826
+ "type": "boolean",
5827
+ "description": "Whether this instance stores a vector for every message — SEARCH_EMBEDDING_PROVIDER is anything but `off`. False is a setting an operator turns on (`remit semantic on`), not a failure: the Organize semantic widen and semantic (anchor) filters read stored vectors and have none, so they render an off state rather than an empty result. It rides the config read because it is a property of the deployment, not of a query (#1068)."
5827
5828
  }
5828
5829
  },
5829
5830
  "description": "Full configuration description including accounts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/api-openapi-spec",
3
- "version": "0.0.39",
3
+ "version": "0.0.41",
4
4
  "description": "Remit API OpenAPI 3 document, generated from TypeSpec.",
5
5
  "exports": {
6
6
  ".": "./openapi.json",