@seamapi/types 1.836.0 → 1.837.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.836.0",
3
+ "version": "1.837.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -18,6 +18,7 @@ export const acs_credential_external_type = z.enum([
18
18
  'dormakaba_ambiance_credential',
19
19
  'hotek_card',
20
20
  'salto_ks_tag',
21
+ 'avigilon_alta_credential',
21
22
  ])
22
23
 
23
24
  export const acs_credential_access_method_type = z.enum([
@@ -13,6 +13,7 @@ export const acs_user_external_type = z.enum([
13
13
  'latch_user',
14
14
  'dormakaba_community_user',
15
15
  'salto_space_user',
16
+ 'avigilon_alta_user',
16
17
  ])
17
18
 
18
19
  export type AcsUserExternalType = z.infer<typeof acs_user_external_type>
@@ -3830,6 +3830,7 @@ const openapi: OpenAPISpec = {
3830
3830
  'dormakaba_ambiance_credential',
3831
3831
  'hotek_card',
3832
3832
  'salto_ks_tag',
3833
+ 'avigilon_alta_credential',
3833
3834
  ],
3834
3835
  type: 'string',
3835
3836
  },
@@ -5316,6 +5317,7 @@ const openapi: OpenAPISpec = {
5316
5317
  'latch_user',
5317
5318
  'dormakaba_community_user',
5318
5319
  'salto_space_user',
5320
+ 'avigilon_alta_user',
5319
5321
  ],
5320
5322
  type: 'string',
5321
5323
  },
@@ -6450,6 +6452,7 @@ const openapi: OpenAPISpec = {
6450
6452
  'dormakaba_ambiance_credential',
6451
6453
  'hotek_card',
6452
6454
  'salto_ks_tag',
6455
+ 'avigilon_alta_credential',
6453
6456
  ],
6454
6457
  type: 'string',
6455
6458
  },
@@ -6907,6 +6910,7 @@ const openapi: OpenAPISpec = {
6907
6910
  'dormakaba_ambiance_credential',
6908
6911
  'hotek_card',
6909
6912
  'salto_ks_tag',
6913
+ 'avigilon_alta_credential',
6910
6914
  ],
6911
6915
  type: 'string',
6912
6916
  },
@@ -7620,6 +7624,7 @@ const openapi: OpenAPISpec = {
7620
7624
  'dormakaba_ambiance_credential',
7621
7625
  'hotek_card',
7622
7626
  'salto_ks_tag',
7627
+ 'avigilon_alta_credential',
7623
7628
  ],
7624
7629
  type: 'string',
7625
7630
  },
@@ -8074,6 +8079,7 @@ const openapi: OpenAPISpec = {
8074
8079
  'dormakaba_ambiance_credential',
8075
8080
  'hotek_card',
8076
8081
  'salto_ks_tag',
8082
+ 'avigilon_alta_credential',
8077
8083
  ],
8078
8084
  type: 'string',
8079
8085
  },
@@ -25479,6 +25485,7 @@ const openapi: OpenAPISpec = {
25479
25485
  'dormakaba_ambiance_credential',
25480
25486
  'hotek_card',
25481
25487
  'salto_ks_tag',
25488
+ 'avigilon_alta_credential',
25482
25489
  ],
25483
25490
  type: 'string',
25484
25491
  },
@@ -28871,6 +28878,7 @@ const openapi: OpenAPISpec = {
28871
28878
  'dormakaba_ambiance_credential',
28872
28879
  'hotek_card',
28873
28880
  'salto_ks_tag',
28881
+ 'avigilon_alta_credential',
28874
28882
  ],
28875
28883
  type: 'string',
28876
28884
  },
@@ -29394,6 +29402,7 @@ const openapi: OpenAPISpec = {
29394
29402
  'latch_user',
29395
29403
  'dormakaba_community_user',
29396
29404
  'salto_space_user',
29405
+ 'avigilon_alta_user',
29397
29406
  ],
29398
29407
  type: 'string',
29399
29408
  },