@seamapi/types 1.648.0 → 1.649.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 +4 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1 -0
- package/dist/index.cjs +4 -1
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +1 -0
- package/lib/seam/connect/openapi.js +4 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +4 -1
package/dist/connect.cjs
CHANGED
|
@@ -57866,7 +57866,10 @@ var openapi_default = {
|
|
|
57866
57866
|
acs_system_id: { format: "uuid", type: "string" },
|
|
57867
57867
|
salto_space_metadata: {
|
|
57868
57868
|
properties: {
|
|
57869
|
-
justin_mobile_sdk_audit_trail_data: {
|
|
57869
|
+
justin_mobile_sdk_audit_trail_data: {
|
|
57870
|
+
minLength: 1,
|
|
57871
|
+
type: "string"
|
|
57872
|
+
}
|
|
57870
57873
|
},
|
|
57871
57874
|
required: ["justin_mobile_sdk_audit_trail_data"],
|
|
57872
57875
|
type: "object"
|