@seamapi/types 1.488.0 → 1.489.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
@@ -5294,7 +5294,8 @@ zod.z.object({
5294
5294
  acs_entrances: acs_entrance.array().optional(),
5295
5295
  user_identities: user_identity.array().optional(),
5296
5296
  connected_accounts: connected_account.array().optional(),
5297
- acs_systems: acs_system.array().optional()
5297
+ acs_systems: acs_system.array().optional(),
5298
+ acs_access_groups: acs_access_group.array().optional()
5298
5299
  });
5299
5300
  zod.z.object({
5300
5301
  batch_type: zod.z.literal("access_methods"),
@@ -30957,7 +30958,8 @@ var openapi_default = {
30957
30958
  "acs_entrances",
30958
30959
  "connected_accounts",
30959
30960
  "acs_systems",
30960
- "user_identity"
30961
+ "user_identity",
30962
+ "acs_access_groups"
30961
30963
  ],
30962
30964
  type: "string"
30963
30965
  },
@@ -30976,7 +30978,8 @@ var openapi_default = {
30976
30978
  "acs_entrances",
30977
30979
  "connected_accounts",
30978
30980
  "acs_systems",
30979
- "user_identity"
30981
+ "user_identity",
30982
+ "acs_access_groups"
30980
30983
  ],
30981
30984
  type: "string"
30982
30985
  },
@@ -30992,6 +30995,12 @@ var openapi_default = {
30992
30995
  properties: {
30993
30996
  batch: {
30994
30997
  properties: {
30998
+ acs_access_groups: {
30999
+ items: {
31000
+ $ref: "#/components/schemas/acs_access_group"
31001
+ },
31002
+ type: "array"
31003
+ },
30995
31004
  acs_entrances: {
30996
31005
  items: { $ref: "#/components/schemas/acs_entrance" },
30997
31006
  type: "array"
@@ -31071,7 +31080,8 @@ var openapi_default = {
31071
31080
  "acs_entrances",
31072
31081
  "connected_accounts",
31073
31082
  "acs_systems",
31074
- "user_identity"
31083
+ "user_identity",
31084
+ "acs_access_groups"
31075
31085
  ],
31076
31086
  type: "string"
31077
31087
  },
@@ -31085,7 +31095,8 @@ var openapi_default = {
31085
31095
  "acs_entrances",
31086
31096
  "connected_accounts",
31087
31097
  "acs_systems",
31088
- "user_identity"
31098
+ "user_identity",
31099
+ "acs_access_groups"
31089
31100
  ],
31090
31101
  type: "string"
31091
31102
  },
@@ -31106,6 +31117,12 @@ var openapi_default = {
31106
31117
  properties: {
31107
31118
  batch: {
31108
31119
  properties: {
31120
+ acs_access_groups: {
31121
+ items: {
31122
+ $ref: "#/components/schemas/acs_access_group"
31123
+ },
31124
+ type: "array"
31125
+ },
31109
31126
  acs_entrances: {
31110
31127
  items: { $ref: "#/components/schemas/acs_entrance" },
31111
31128
  type: "array"