@seamapi/types 1.513.0 → 1.515.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.513.0",
3
+ "version": "1.515.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -15,6 +15,7 @@ export const acs_credential_external_type = z.enum([
15
15
  'assa_abloy_vostio_key',
16
16
  'salto_space_key',
17
17
  'latch_access',
18
+ 'dormakaba_ambiance_credential',
18
19
  ])
19
20
 
20
21
  export const acs_credential_access_method_type = z.enum([
@@ -2291,6 +2291,7 @@ export default {
2291
2291
  'assa_abloy_vostio_key',
2292
2292
  'salto_space_key',
2293
2293
  'latch_access',
2294
+ 'dormakaba_ambiance_credential',
2294
2295
  ],
2295
2296
  type: 'string',
2296
2297
  },
@@ -4699,6 +4700,7 @@ export default {
4699
4700
  'assa_abloy_vostio_key',
4700
4701
  'salto_space_key',
4701
4702
  'latch_access',
4703
+ 'dormakaba_ambiance_credential',
4702
4704
  ],
4703
4705
  type: 'string',
4704
4706
  },
@@ -5153,6 +5155,7 @@ export default {
5153
5155
  'assa_abloy_vostio_key',
5154
5156
  'salto_space_key',
5155
5157
  'latch_access',
5158
+ 'dormakaba_ambiance_credential',
5156
5159
  ],
5157
5160
  type: 'string',
5158
5161
  },
@@ -5806,6 +5809,7 @@ export default {
5806
5809
  'assa_abloy_vostio_key',
5807
5810
  'salto_space_key',
5808
5811
  'latch_access',
5812
+ 'dormakaba_ambiance_credential',
5809
5813
  ],
5810
5814
  type: 'string',
5811
5815
  },
@@ -6257,6 +6261,7 @@ export default {
6257
6261
  'assa_abloy_vostio_key',
6258
6262
  'salto_space_key',
6259
6263
  'latch_access',
6264
+ 'dormakaba_ambiance_credential',
6260
6265
  ],
6261
6266
  type: 'string',
6262
6267
  },
@@ -19780,6 +19785,7 @@ export default {
19780
19785
  'assa_abloy_vostio_key',
19781
19786
  'salto_space_key',
19782
19787
  'latch_access',
19788
+ 'dormakaba_ambiance_credential',
19783
19789
  ],
19784
19790
  type: 'string',
19785
19791
  },
@@ -22559,6 +22565,7 @@ export default {
22559
22565
  'assa_abloy_vostio_key',
22560
22566
  'salto_space_key',
22561
22567
  'latch_access',
22568
+ 'dormakaba_ambiance_credential',
22562
22569
  ],
22563
22570
  type: 'string',
22564
22571
  },
@@ -33782,6 +33789,7 @@ export default {
33782
33789
  { client_session: [] },
33783
33790
  { pat_with_workspace: [] },
33784
33791
  { console_session_with_workspace: [] },
33792
+ { client_session_with_customer: [] },
33785
33793
  { api_key: [] },
33786
33794
  ],
33787
33795
  summary: '/acs/systems/list',
@@ -33844,6 +33852,7 @@ export default {
33844
33852
  { client_session: [] },
33845
33853
  { pat_with_workspace: [] },
33846
33854
  { console_session_with_workspace: [] },
33855
+ { client_session_with_customer: [] },
33847
33856
  { api_key: [] },
33848
33857
  ],
33849
33858
  summary: '/acs/systems/list',