@seamapi/types 1.393.0 → 1.394.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
@@ -2757,7 +2757,13 @@ var common_acs_user = zod.z.object({
2757
2757
  ),
2758
2758
  pending_mutations: zod.z.array(acs_user_pending_mutations).optional().describe(
2759
2759
  "Pending mutations associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). Seam is in the process of pushing these mutations to the integrated access system."
2760
- )
2760
+ ),
2761
+ last_successful_sync_at: zod.z.string().datetime().nullable().describe(`
2762
+ ---
2763
+ undocumented: Only used internally.
2764
+ ---
2765
+ The last time an internal sync job completed for this ACS user.
2766
+ `)
2761
2767
  }).merge(user_fields);
2762
2768
  var acs_user = common_acs_user.merge(
2763
2769
  zod.z.object({
@@ -7148,6 +7154,13 @@ var openapi_default = {
7148
7154
  description: "Indicates whether the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users).",
7149
7155
  type: "boolean"
7150
7156
  },
7157
+ last_successful_sync_at: {
7158
+ description: "The last time an internal sync job completed for this ACS user.",
7159
+ format: "date-time",
7160
+ nullable: true,
7161
+ type: "string",
7162
+ "x-undocumented": "Only used internally."
7163
+ },
7151
7164
  pending_mutations: {
7152
7165
  description: "Pending mutations associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). Seam is in the process of pushing these mutations to the integrated access system.",
7153
7166
  items: {
@@ -7510,6 +7523,7 @@ var openapi_default = {
7510
7523
  "display_name",
7511
7524
  "warnings",
7512
7525
  "errors",
7526
+ "last_successful_sync_at",
7513
7527
  "is_managed"
7514
7528
  ],
7515
7529
  type: "object",
@@ -20326,6 +20340,13 @@ var openapi_default = {
20326
20340
  description: "Indicates whether the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users).",
20327
20341
  type: "boolean"
20328
20342
  },
20343
+ last_successful_sync_at: {
20344
+ description: "The last time an internal sync job completed for this ACS user.",
20345
+ format: "date-time",
20346
+ nullable: true,
20347
+ type: "string",
20348
+ "x-undocumented": "Only used internally."
20349
+ },
20329
20350
  pending_mutations: {
20330
20351
  description: "Pending mutations associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). Seam is in the process of pushing these mutations to the integrated access system.",
20331
20352
  items: {
@@ -20688,6 +20709,7 @@ var openapi_default = {
20688
20709
  "display_name",
20689
20710
  "warnings",
20690
20711
  "errors",
20712
+ "last_successful_sync_at",
20691
20713
  "is_managed"
20692
20714
  ],
20693
20715
  type: "object",