@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
|
@@ -47558,6 +47558,7 @@ declare const _default: {
|
|
|
47558
47558
|
salto_space_metadata: {
|
|
47559
47559
|
properties: {
|
|
47560
47560
|
justin_mobile_sdk_audit_trail_data: {
|
|
47561
|
+
minLength: number;
|
|
47561
47562
|
type: string;
|
|
47562
47563
|
};
|
|
47563
47564
|
};
|
|
@@ -52036,7 +52036,10 @@ export default {
|
|
|
52036
52036
|
acs_system_id: { format: 'uuid', type: 'string' },
|
|
52037
52037
|
salto_space_metadata: {
|
|
52038
52038
|
properties: {
|
|
52039
|
-
justin_mobile_sdk_audit_trail_data: {
|
|
52039
|
+
justin_mobile_sdk_audit_trail_data: {
|
|
52040
|
+
minLength: 1,
|
|
52041
|
+
type: 'string',
|
|
52042
|
+
},
|
|
52040
52043
|
},
|
|
52041
52044
|
required: ['justin_mobile_sdk_audit_trail_data'],
|
|
52042
52045
|
type: 'object',
|