@seamapi/types 1.280.0 → 1.282.0
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/dist/connect.cjs +7 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +17 -0
- package/lib/seam/connect/openapi.d.ts +14 -0
- package/lib/seam/connect/openapi.js +6 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +3 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +6 -0
- package/src/lib/seam/connect/route-types.ts +3 -0
package/dist/connect.cjs
CHANGED
|
@@ -15746,6 +15746,11 @@ var openapi_default = {
|
|
|
15746
15746
|
items: { format: "uuid", type: "string" },
|
|
15747
15747
|
type: "array"
|
|
15748
15748
|
},
|
|
15749
|
+
acs_system_id: { format: "uuid", type: "string" },
|
|
15750
|
+
acs_system_ids: {
|
|
15751
|
+
items: { format: "uuid", type: "string" },
|
|
15752
|
+
type: "array"
|
|
15753
|
+
},
|
|
15749
15754
|
between: {
|
|
15750
15755
|
items: {
|
|
15751
15756
|
oneOf: [
|
|
@@ -20050,7 +20055,8 @@ var openapi_default = {
|
|
|
20050
20055
|
enum: ["circle", "square"],
|
|
20051
20056
|
type: "string"
|
|
20052
20057
|
},
|
|
20053
|
-
webview_primary_button_color: { type: "string" }
|
|
20058
|
+
webview_primary_button_color: { type: "string" },
|
|
20059
|
+
webview_primary_button_text_color: { type: "string" }
|
|
20054
20060
|
},
|
|
20055
20061
|
required: ["name"],
|
|
20056
20062
|
type: "object"
|