@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/dist/connect.cjs CHANGED
@@ -17579,6 +17579,7 @@ var openapi_default = {
17579
17579
  ],
17580
17580
  summary: "/access_codes/create",
17581
17581
  tags: ["/access_codes"],
17582
+ "x-action-attempt-type": "CREATE_ACCESS_CODE",
17582
17583
  "x-fern-sdk-group-name": ["access_codes"],
17583
17584
  "x-fern-sdk-method-name": "create",
17584
17585
  "x-fern-sdk-return-value": "access_code",
@@ -17800,6 +17801,7 @@ var openapi_default = {
17800
17801
  ],
17801
17802
  summary: "/access_codes/delete",
17802
17803
  tags: ["/access_codes"],
17804
+ "x-action-attempt-type": "DELETE_ACCESS_CODE",
17803
17805
  "x-fern-sdk-group-name": ["access_codes"],
17804
17806
  "x-fern-sdk-method-name": "delete",
17805
17807
  "x-response-key": null
@@ -18115,6 +18117,7 @@ var openapi_default = {
18115
18117
  ],
18116
18118
  summary: "/access_codes/unmanaged/convert_to_managed",
18117
18119
  tags: ["/access_codes"],
18120
+ "x-action-attempt-type": "CONVERT_ACCESS_CODE_TO_MANAGED",
18118
18121
  "x-fern-ignore": true,
18119
18122
  "x-response-key": null
18120
18123
  },
@@ -18161,6 +18164,7 @@ var openapi_default = {
18161
18164
  ],
18162
18165
  summary: "/access_codes/unmanaged/convert_to_managed",
18163
18166
  tags: ["/access_codes"],
18167
+ "x-action-attempt-type": "CONVERT_ACCESS_CODE_TO_MANAGED",
18164
18168
  "x-fern-sdk-group-name": ["access_codes", "unmanaged"],
18165
18169
  "x-fern-sdk-method-name": "convert_to_managed",
18166
18170
  "x-response-key": null
@@ -18212,6 +18216,7 @@ var openapi_default = {
18212
18216
  ],
18213
18217
  summary: "/access_codes/unmanaged/delete",
18214
18218
  tags: ["/access_codes"],
18219
+ "x-action-attempt-type": "DELETE_ACCESS_CODE",
18215
18220
  "x-fern-sdk-group-name": ["access_codes", "unmanaged"],
18216
18221
  "x-fern-sdk-method-name": "delete",
18217
18222
  "x-response-key": null
@@ -18494,6 +18499,7 @@ var openapi_default = {
18494
18499
  ],
18495
18500
  summary: "/access_codes/update",
18496
18501
  tags: ["/access_codes"],
18502
+ "x-action-attempt-type": "UPDATE_ACCESS_CODE",
18497
18503
  "x-fern-ignore": true,
18498
18504
  "x-response-key": null
18499
18505
  },
@@ -18571,6 +18577,7 @@ var openapi_default = {
18571
18577
  ],
18572
18578
  summary: "/access_codes/update",
18573
18579
  tags: ["/access_codes"],
18580
+ "x-action-attempt-type": "UPDATE_ACCESS_CODE",
18574
18581
  "x-fern-sdk-group-name": ["access_codes"],
18575
18582
  "x-fern-sdk-method-name": "update",
18576
18583
  "x-response-key": null
@@ -18649,6 +18656,7 @@ var openapi_default = {
18649
18656
  ],
18650
18657
  summary: "/access_codes/update",
18651
18658
  tags: ["/access_codes"],
18659
+ "x-action-attempt-type": "UPDATE_ACCESS_CODE",
18652
18660
  "x-fern-ignore": true,
18653
18661
  "x-response-key": null
18654
18662
  }
@@ -20460,6 +20468,7 @@ var openapi_default = {
20460
20468
  ],
20461
20469
  summary: "/acs/encoders/encode_credential",
20462
20470
  tags: ["/acs"],
20471
+ "x-action-attempt-type": "ENCODE_CREDENTIAL",
20463
20472
  "x-fern-sdk-group-name": ["acs", "encoders"],
20464
20473
  "x-fern-sdk-method-name": "encode_credential",
20465
20474
  "x-fern-sdk-return-value": "action_attempt",
@@ -20617,6 +20626,7 @@ var openapi_default = {
20617
20626
  ],
20618
20627
  summary: "/acs/encoders/scan_credential",
20619
20628
  tags: ["/acs"],
20629
+ "x-action-attempt-type": "SCAN_CREDENTIAL",
20620
20630
  "x-fern-sdk-group-name": ["acs", "encoders"],
20621
20631
  "x-fern-sdk-method-name": "scan_credential",
20622
20632
  "x-fern-sdk-return-value": "action_attempt",
@@ -25126,6 +25136,7 @@ var openapi_default = {
25126
25136
  ],
25127
25137
  summary: "/locks/lock_door",
25128
25138
  tags: ["/locks"],
25139
+ "x-action-attempt-type": "LOCK_DOOR",
25129
25140
  "x-fern-sdk-group-name": ["locks"],
25130
25141
  "x-fern-sdk-method-name": "lock_door",
25131
25142
  "x-fern-sdk-return-value": "action_attempt",
@@ -25178,6 +25189,7 @@ var openapi_default = {
25178
25189
  ],
25179
25190
  summary: "/locks/unlock_door",
25180
25191
  tags: ["/locks"],
25192
+ "x-action-attempt-type": "UNLOCK_DOOR",
25181
25193
  "x-fern-sdk-group-name": ["locks"],
25182
25194
  "x-fern-sdk-method-name": "unlock_door",
25183
25195
  "x-fern-sdk-return-value": "action_attempt",
@@ -25612,6 +25624,7 @@ var openapi_default = {
25612
25624
  ],
25613
25625
  summary: "/noise_sensors/noise_thresholds/create",
25614
25626
  tags: ["/noise_sensors"],
25627
+ "x-action-attempt-type": "CREATE_NOISE_THRESHOLD",
25615
25628
  "x-fern-sdk-group-name": ["noise_sensors", "noise_thresholds"],
25616
25629
  "x-fern-sdk-method-name": "create",
25617
25630
  "x-fern-sdk-return-value": "noise_threshold",
@@ -25664,6 +25677,7 @@ var openapi_default = {
25664
25677
  ],
25665
25678
  summary: "/noise_sensors/noise_thresholds/delete",
25666
25679
  tags: ["/noise_sensors"],
25680
+ "x-action-attempt-type": "DELETE_NOISE_THRESHOLD",
25667
25681
  "x-fern-sdk-group-name": ["noise_sensors", "noise_thresholds"],
25668
25682
  "x-fern-sdk-method-name": "delete",
25669
25683
  "x-response-key": null
@@ -25823,6 +25837,7 @@ var openapi_default = {
25823
25837
  ],
25824
25838
  summary: "/noise_sensors/noise_thresholds/update",
25825
25839
  tags: ["/noise_sensors"],
25840
+ "x-action-attempt-type": "UPDATE_NOISE_THRESHOLD",
25826
25841
  "x-fern-ignore": true,
25827
25842
  "x-response-key": null
25828
25843
  },
@@ -25876,6 +25891,7 @@ var openapi_default = {
25876
25891
  ],
25877
25892
  summary: "/noise_sensors/noise_thresholds/update",
25878
25893
  tags: ["/noise_sensors"],
25894
+ "x-action-attempt-type": "UPDATE_NOISE_THRESHOLD",
25879
25895
  "x-fern-sdk-group-name": ["noise_sensors", "noise_thresholds"],
25880
25896
  "x-fern-sdk-method-name": "update",
25881
25897
  "x-response-key": null
@@ -25930,6 +25946,7 @@ var openapi_default = {
25930
25946
  ],
25931
25947
  summary: "/noise_sensors/noise_thresholds/update",
25932
25948
  tags: ["/noise_sensors"],
25949
+ "x-action-attempt-type": "UPDATE_NOISE_THRESHOLD",
25933
25950
  "x-fern-ignore": true,
25934
25951
  "x-response-key": null
25935
25952
  }
@@ -26208,6 +26225,7 @@ var openapi_default = {
26208
26225
  ],
26209
26226
  summary: "/thermostats/activate_climate_preset",
26210
26227
  tags: ["/thermostats"],
26228
+ "x-action-attempt-type": "ACTIVATE_CLIMATE_PRESET",
26211
26229
  "x-fern-sdk-group-name": ["thermostats"],
26212
26230
  "x-fern-sdk-method-name": "activate_climate_preset",
26213
26231
  "x-fern-sdk-return-value": "action_attempt",
@@ -26280,6 +26298,7 @@ var openapi_default = {
26280
26298
  ],
26281
26299
  summary: "/thermostats/cool",
26282
26300
  tags: ["/thermostats"],
26301
+ "x-action-attempt-type": "SET_HVAC_MODE",
26283
26302
  "x-fern-sdk-group-name": ["thermostats"],
26284
26303
  "x-fern-sdk-method-name": "cool",
26285
26304
  "x-fern-sdk-return-value": "action_attempt",
@@ -26563,6 +26582,7 @@ var openapi_default = {
26563
26582
  ],
26564
26583
  summary: "/thermostats/heat",
26565
26584
  tags: ["/thermostats"],
26585
+ "x-action-attempt-type": "SET_HVAC_MODE",
26566
26586
  "x-fern-sdk-group-name": ["thermostats"],
26567
26587
  "x-fern-sdk-method-name": "heat",
26568
26588
  "x-fern-sdk-return-value": "action_attempt",
@@ -26645,6 +26665,7 @@ var openapi_default = {
26645
26665
  ],
26646
26666
  summary: "/thermostats/heat_cool",
26647
26667
  tags: ["/thermostats"],
26668
+ "x-action-attempt-type": "SET_HVAC_MODE",
26648
26669
  "x-fern-sdk-group-name": ["thermostats"],
26649
26670
  "x-fern-sdk-method-name": "heat_cool",
26650
26671
  "x-fern-sdk-return-value": "action_attempt",
@@ -26995,6 +27016,7 @@ var openapi_default = {
26995
27016
  ],
26996
27017
  summary: "/thermostats/off",
26997
27018
  tags: ["/thermostats"],
27019
+ "x-action-attempt-type": "SET_HVAC_MODE",
26998
27020
  "x-fern-sdk-group-name": ["thermostats"],
26999
27021
  "x-fern-sdk-method-name": "off",
27000
27022
  "x-fern-sdk-return-value": "action_attempt",
@@ -27527,6 +27549,7 @@ var openapi_default = {
27527
27549
  ],
27528
27550
  summary: "/thermostats/set_fan_mode",
27529
27551
  tags: ["/thermostats"],
27552
+ "x-action-attempt-type": "SET_FAN_MODE",
27530
27553
  "x-fern-sdk-group-name": ["thermostats"],
27531
27554
  "x-fern-sdk-method-name": "set_fan_mode",
27532
27555
  "x-fern-sdk-return-value": "action_attempt",
@@ -27669,6 +27692,7 @@ var openapi_default = {
27669
27692
  ],
27670
27693
  summary: "/thermostats/set_hvac_mode",
27671
27694
  tags: ["/thermostats"],
27695
+ "x-action-attempt-type": "SET_HVAC_MODE",
27672
27696
  "x-fern-sdk-group-name": ["thermostats"],
27673
27697
  "x-fern-sdk-method-name": "set_hvac_mode",
27674
27698
  "x-fern-sdk-return-value": "action_attempt",
@@ -29712,6 +29736,7 @@ var openapi_default = {
29712
29736
  ],
29713
29737
  summary: "/workspaces/reset_sandbox",
29714
29738
  tags: ["/workspaces"],
29739
+ "x-action-attempt-type": "RESET_SANDBOX_WORKSPACE",
29715
29740
  "x-fern-sdk-group-name": ["workspaces"],
29716
29741
  "x-fern-sdk-method-name": "reset_sandbox",
29717
29742
  "x-fern-sdk-return-value": "action_attempt",