@seamapi/types 1.338.1 → 1.339.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.338.1",
3
+ "version": "1.339.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -15103,6 +15103,7 @@ export default {
15103
15103
  ],
15104
15104
  summary: '/access_codes/create',
15105
15105
  tags: ['/access_codes'],
15106
+ 'x-action-attempt-type': 'CREATE_ACCESS_CODE',
15106
15107
  'x-fern-sdk-group-name': ['access_codes'],
15107
15108
  'x-fern-sdk-method-name': 'create',
15108
15109
  'x-fern-sdk-return-value': 'access_code',
@@ -15324,6 +15325,7 @@ export default {
15324
15325
  ],
15325
15326
  summary: '/access_codes/delete',
15326
15327
  tags: ['/access_codes'],
15328
+ 'x-action-attempt-type': 'DELETE_ACCESS_CODE',
15327
15329
  'x-fern-sdk-group-name': ['access_codes'],
15328
15330
  'x-fern-sdk-method-name': 'delete',
15329
15331
  'x-response-key': null,
@@ -15640,6 +15642,7 @@ export default {
15640
15642
  ],
15641
15643
  summary: '/access_codes/unmanaged/convert_to_managed',
15642
15644
  tags: ['/access_codes'],
15645
+ 'x-action-attempt-type': 'CONVERT_ACCESS_CODE_TO_MANAGED',
15643
15646
  'x-fern-ignore': true,
15644
15647
  'x-response-key': null,
15645
15648
  },
@@ -15686,6 +15689,7 @@ export default {
15686
15689
  ],
15687
15690
  summary: '/access_codes/unmanaged/convert_to_managed',
15688
15691
  tags: ['/access_codes'],
15692
+ 'x-action-attempt-type': 'CONVERT_ACCESS_CODE_TO_MANAGED',
15689
15693
  'x-fern-sdk-group-name': ['access_codes', 'unmanaged'],
15690
15694
  'x-fern-sdk-method-name': 'convert_to_managed',
15691
15695
  'x-response-key': null,
@@ -15737,6 +15741,7 @@ export default {
15737
15741
  ],
15738
15742
  summary: '/access_codes/unmanaged/delete',
15739
15743
  tags: ['/access_codes'],
15744
+ 'x-action-attempt-type': 'DELETE_ACCESS_CODE',
15740
15745
  'x-fern-sdk-group-name': ['access_codes', 'unmanaged'],
15741
15746
  'x-fern-sdk-method-name': 'delete',
15742
15747
  'x-response-key': null,
@@ -16019,6 +16024,7 @@ export default {
16019
16024
  ],
16020
16025
  summary: '/access_codes/update',
16021
16026
  tags: ['/access_codes'],
16027
+ 'x-action-attempt-type': 'UPDATE_ACCESS_CODE',
16022
16028
  'x-fern-ignore': true,
16023
16029
  'x-response-key': null,
16024
16030
  },
@@ -16096,6 +16102,7 @@ export default {
16096
16102
  ],
16097
16103
  summary: '/access_codes/update',
16098
16104
  tags: ['/access_codes'],
16105
+ 'x-action-attempt-type': 'UPDATE_ACCESS_CODE',
16099
16106
  'x-fern-sdk-group-name': ['access_codes'],
16100
16107
  'x-fern-sdk-method-name': 'update',
16101
16108
  'x-response-key': null,
@@ -16174,6 +16181,7 @@ export default {
16174
16181
  ],
16175
16182
  summary: '/access_codes/update',
16176
16183
  tags: ['/access_codes'],
16184
+ 'x-action-attempt-type': 'UPDATE_ACCESS_CODE',
16177
16185
  'x-fern-ignore': true,
16178
16186
  'x-response-key': null,
16179
16187
  },
@@ -18056,6 +18064,7 @@ export default {
18056
18064
  ],
18057
18065
  summary: '/acs/encoders/encode_credential',
18058
18066
  tags: ['/acs'],
18067
+ 'x-action-attempt-type': 'ENCODE_CREDENTIAL',
18059
18068
  'x-fern-sdk-group-name': ['acs', 'encoders'],
18060
18069
  'x-fern-sdk-method-name': 'encode_credential',
18061
18070
  'x-fern-sdk-return-value': 'action_attempt',
@@ -18218,6 +18227,7 @@ export default {
18218
18227
  ],
18219
18228
  summary: '/acs/encoders/scan_credential',
18220
18229
  tags: ['/acs'],
18230
+ 'x-action-attempt-type': 'SCAN_CREDENTIAL',
18221
18231
  'x-fern-sdk-group-name': ['acs', 'encoders'],
18222
18232
  'x-fern-sdk-method-name': 'scan_credential',
18223
18233
  'x-fern-sdk-return-value': 'action_attempt',
@@ -22810,6 +22820,7 @@ export default {
22810
22820
  ],
22811
22821
  summary: '/locks/lock_door',
22812
22822
  tags: ['/locks'],
22823
+ 'x-action-attempt-type': 'LOCK_DOOR',
22813
22824
  'x-fern-sdk-group-name': ['locks'],
22814
22825
  'x-fern-sdk-method-name': 'lock_door',
22815
22826
  'x-fern-sdk-return-value': 'action_attempt',
@@ -22862,6 +22873,7 @@ export default {
22862
22873
  ],
22863
22874
  summary: '/locks/unlock_door',
22864
22875
  tags: ['/locks'],
22876
+ 'x-action-attempt-type': 'UNLOCK_DOOR',
22865
22877
  'x-fern-sdk-group-name': ['locks'],
22866
22878
  'x-fern-sdk-method-name': 'unlock_door',
22867
22879
  'x-fern-sdk-return-value': 'action_attempt',
@@ -23305,6 +23317,7 @@ export default {
23305
23317
  ],
23306
23318
  summary: '/noise_sensors/noise_thresholds/create',
23307
23319
  tags: ['/noise_sensors'],
23320
+ 'x-action-attempt-type': 'CREATE_NOISE_THRESHOLD',
23308
23321
  'x-fern-sdk-group-name': ['noise_sensors', 'noise_thresholds'],
23309
23322
  'x-fern-sdk-method-name': 'create',
23310
23323
  'x-fern-sdk-return-value': 'noise_threshold',
@@ -23357,6 +23370,7 @@ export default {
23357
23370
  ],
23358
23371
  summary: '/noise_sensors/noise_thresholds/delete',
23359
23372
  tags: ['/noise_sensors'],
23373
+ 'x-action-attempt-type': 'DELETE_NOISE_THRESHOLD',
23360
23374
  'x-fern-sdk-group-name': ['noise_sensors', 'noise_thresholds'],
23361
23375
  'x-fern-sdk-method-name': 'delete',
23362
23376
  'x-response-key': null,
@@ -23516,6 +23530,7 @@ export default {
23516
23530
  ],
23517
23531
  summary: '/noise_sensors/noise_thresholds/update',
23518
23532
  tags: ['/noise_sensors'],
23533
+ 'x-action-attempt-type': 'UPDATE_NOISE_THRESHOLD',
23519
23534
  'x-fern-ignore': true,
23520
23535
  'x-response-key': null,
23521
23536
  },
@@ -23569,6 +23584,7 @@ export default {
23569
23584
  ],
23570
23585
  summary: '/noise_sensors/noise_thresholds/update',
23571
23586
  tags: ['/noise_sensors'],
23587
+ 'x-action-attempt-type': 'UPDATE_NOISE_THRESHOLD',
23572
23588
  'x-fern-sdk-group-name': ['noise_sensors', 'noise_thresholds'],
23573
23589
  'x-fern-sdk-method-name': 'update',
23574
23590
  'x-response-key': null,
@@ -23623,6 +23639,7 @@ export default {
23623
23639
  ],
23624
23640
  summary: '/noise_sensors/noise_thresholds/update',
23625
23641
  tags: ['/noise_sensors'],
23642
+ 'x-action-attempt-type': 'UPDATE_NOISE_THRESHOLD',
23626
23643
  'x-fern-ignore': true,
23627
23644
  'x-response-key': null,
23628
23645
  },
@@ -23903,6 +23920,7 @@ export default {
23903
23920
  ],
23904
23921
  summary: '/thermostats/activate_climate_preset',
23905
23922
  tags: ['/thermostats'],
23923
+ 'x-action-attempt-type': 'ACTIVATE_CLIMATE_PRESET',
23906
23924
  'x-fern-sdk-group-name': ['thermostats'],
23907
23925
  'x-fern-sdk-method-name': 'activate_climate_preset',
23908
23926
  'x-fern-sdk-return-value': 'action_attempt',
@@ -23978,6 +23996,7 @@ export default {
23978
23996
  ],
23979
23997
  summary: '/thermostats/cool',
23980
23998
  tags: ['/thermostats'],
23999
+ 'x-action-attempt-type': 'SET_HVAC_MODE',
23981
24000
  'x-fern-sdk-group-name': ['thermostats'],
23982
24001
  'x-fern-sdk-method-name': 'cool',
23983
24002
  'x-fern-sdk-return-value': 'action_attempt',
@@ -24278,6 +24297,7 @@ export default {
24278
24297
  ],
24279
24298
  summary: '/thermostats/heat',
24280
24299
  tags: ['/thermostats'],
24300
+ 'x-action-attempt-type': 'SET_HVAC_MODE',
24281
24301
  'x-fern-sdk-group-name': ['thermostats'],
24282
24302
  'x-fern-sdk-method-name': 'heat',
24283
24303
  'x-fern-sdk-return-value': 'action_attempt',
@@ -24365,6 +24385,7 @@ export default {
24365
24385
  ],
24366
24386
  summary: '/thermostats/heat_cool',
24367
24387
  tags: ['/thermostats'],
24388
+ 'x-action-attempt-type': 'SET_HVAC_MODE',
24368
24389
  'x-fern-sdk-group-name': ['thermostats'],
24369
24390
  'x-fern-sdk-method-name': 'heat_cool',
24370
24391
  'x-fern-sdk-return-value': 'action_attempt',
@@ -24726,6 +24747,7 @@ export default {
24726
24747
  ],
24727
24748
  summary: '/thermostats/off',
24728
24749
  tags: ['/thermostats'],
24750
+ 'x-action-attempt-type': 'SET_HVAC_MODE',
24729
24751
  'x-fern-sdk-group-name': ['thermostats'],
24730
24752
  'x-fern-sdk-method-name': 'off',
24731
24753
  'x-fern-sdk-return-value': 'action_attempt',
@@ -25287,6 +25309,7 @@ export default {
25287
25309
  ],
25288
25310
  summary: '/thermostats/set_fan_mode',
25289
25311
  tags: ['/thermostats'],
25312
+ 'x-action-attempt-type': 'SET_FAN_MODE',
25290
25313
  'x-fern-sdk-group-name': ['thermostats'],
25291
25314
  'x-fern-sdk-method-name': 'set_fan_mode',
25292
25315
  'x-fern-sdk-return-value': 'action_attempt',
@@ -25438,6 +25461,7 @@ export default {
25438
25461
  ],
25439
25462
  summary: '/thermostats/set_hvac_mode',
25440
25463
  tags: ['/thermostats'],
25464
+ 'x-action-attempt-type': 'SET_HVAC_MODE',
25441
25465
  'x-fern-sdk-group-name': ['thermostats'],
25442
25466
  'x-fern-sdk-method-name': 'set_hvac_mode',
25443
25467
  'x-fern-sdk-return-value': 'action_attempt',
@@ -27540,6 +27564,7 @@ export default {
27540
27564
  ],
27541
27565
  summary: '/workspaces/reset_sandbox',
27542
27566
  tags: ['/workspaces'],
27567
+ 'x-action-attempt-type': 'RESET_SANDBOX_WORKSPACE',
27543
27568
  'x-fern-sdk-group-name': ['workspaces'],
27544
27569
  'x-fern-sdk-method-name': 'reset_sandbox',
27545
27570
  'x-fern-sdk-return-value': 'action_attempt',