@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.648.0",
3
+ "version": "1.649.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -56359,7 +56359,10 @@ export default {
56359
56359
  acs_system_id: { format: 'uuid', type: 'string' },
56360
56360
  salto_space_metadata: {
56361
56361
  properties: {
56362
- justin_mobile_sdk_audit_trail_data: { type: 'string' },
56362
+ justin_mobile_sdk_audit_trail_data: {
56363
+ minLength: 1,
56364
+ type: 'string',
56365
+ },
56363
56366
  },
56364
56367
  required: ['justin_mobile_sdk_audit_trail_data'],
56365
56368
  type: 'object',