@seamapi/types 1.199.0 → 1.201.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 CHANGED
@@ -1286,7 +1286,9 @@ var acs_user = zod.z.object({
1286
1286
  user_identity_id: zod.z.string().optional(),
1287
1287
  user_identity_full_name: zod.z.string().nullable().optional(),
1288
1288
  user_identity_email_address: zod.z.string().nullable().optional(),
1289
- user_identity_phone_number: zod.z.string().nullable().optional()
1289
+ user_identity_phone_number: zod.z.string().nullable().optional(),
1290
+ latest_desired_state_synced_with_provider_at: zod.z.string().datetime().optional(),
1291
+ is_latest_desired_state_synced_with_provider: zod.z.boolean().optional()
1290
1292
  }).merge(user_fields);
1291
1293
  var common_action_attempt = zod.z.object({
1292
1294
  action_attempt_id: zod.z.string().uuid().describe(`
@@ -2763,7 +2765,12 @@ var openapi_default = {
2763
2765
  external_type_display_name: { type: "string" },
2764
2766
  full_name: { type: "string" },
2765
2767
  hid_acs_system_id: { format: "uuid", type: "string" },
2768
+ is_latest_desired_state_synced_with_provider: { type: "boolean" },
2766
2769
  is_suspended: { type: "boolean" },
2770
+ latest_desired_state_synced_with_provider_at: {
2771
+ format: "date-time",
2772
+ type: "string"
2773
+ },
2767
2774
  phone_number: { type: "string" },
2768
2775
  user_identity_email_address: { nullable: true, type: "string" },
2769
2776
  user_identity_full_name: { nullable: true, type: "string" },