@seamapi/types 1.541.0 → 1.543.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
@@ -3916,8 +3916,8 @@ var client_session = zod.z.object({
3916
3916
  device_count: zod.z.number().describe(
3917
3917
  "Number of devices associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens)."
3918
3918
  ),
3919
- customer_id: zod.z.string().uuid().optional().describe(
3920
- "Customer ID associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens)."
3919
+ customer_key: zod.z.string().optional().describe(
3920
+ "Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens)."
3921
3921
  ),
3922
3922
  connected_account_ids: zod.z.array(zod.z.string().uuid()).describe(
3923
3923
  "IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens)."
@@ -13168,9 +13168,8 @@ var openapi_default = {
13168
13168
  format: "date-time",
13169
13169
  type: "string"
13170
13170
  },
13171
- customer_id: {
13172
- description: "Customer ID associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens).",
13173
- format: "uuid",
13171
+ customer_key: {
13172
+ description: "Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens).",
13174
13173
  type: "string"
13175
13174
  },
13176
13175
  device_count: {
@@ -31952,7 +31951,15 @@ var openapi_default = {
31952
31951
  required: false,
31953
31952
  schema: {
31954
31953
  items: {
31955
- enum: ["spaces", "devices", "acs_entrances"],
31954
+ enum: [
31955
+ "spaces",
31956
+ "devices",
31957
+ "acs_entrances",
31958
+ "access_grants",
31959
+ "access_methods",
31960
+ "instant_keys",
31961
+ "client_sessions"
31962
+ ],
31956
31963
  type: "string"
31957
31964
  },
31958
31965
  type: "array"
@@ -31964,7 +31971,15 @@ var openapi_default = {
31964
31971
  required: false,
31965
31972
  schema: {
31966
31973
  items: {
31967
- enum: ["spaces", "devices", "acs_entrances"],
31974
+ enum: [
31975
+ "spaces",
31976
+ "devices",
31977
+ "acs_entrances",
31978
+ "access_grants",
31979
+ "access_methods",
31980
+ "instant_keys",
31981
+ "client_sessions"
31982
+ ],
31968
31983
  type: "string"
31969
31984
  },
31970
31985
  type: "array"
@@ -32171,14 +32186,30 @@ var openapi_default = {
32171
32186
  },
32172
32187
  exclude: {
32173
32188
  items: {
32174
- enum: ["spaces", "devices", "acs_entrances"],
32189
+ enum: [
32190
+ "spaces",
32191
+ "devices",
32192
+ "acs_entrances",
32193
+ "access_grants",
32194
+ "access_methods",
32195
+ "instant_keys",
32196
+ "client_sessions"
32197
+ ],
32175
32198
  type: "string"
32176
32199
  },
32177
32200
  type: "array"
32178
32201
  },
32179
32202
  include: {
32180
32203
  items: {
32181
- enum: ["spaces", "devices", "acs_entrances"],
32204
+ enum: [
32205
+ "spaces",
32206
+ "devices",
32207
+ "acs_entrances",
32208
+ "access_grants",
32209
+ "access_methods",
32210
+ "instant_keys",
32211
+ "client_sessions"
32212
+ ],
32182
32213
  type: "string"
32183
32214
  },
32184
32215
  type: "array"