@seamapi/types 1.243.0 → 1.244.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.
@@ -717,7 +717,7 @@ declare const _default: {
717
717
  errors: {
718
718
  items: {
719
719
  description: string;
720
- oneOf: ({
720
+ oneOf: {
721
721
  description: string;
722
722
  properties: {
723
723
  created_at: {
@@ -733,31 +733,10 @@ declare const _default: {
733
733
  description: string;
734
734
  type: string;
735
735
  };
736
- warning_code?: never;
737
- };
738
- required: string[];
739
- type: string;
740
- } | {
741
- description: string;
742
- properties: {
743
- created_at: {
744
- description: string;
745
- format: string;
746
- type: string;
747
- };
748
- message: {
749
- description: string;
750
- type: string;
751
- };
752
- warning_code: {
753
- enum: string[];
754
- type: string;
755
- };
756
- error_code?: never;
757
736
  };
758
737
  required: string[];
759
738
  type: string;
760
- })[];
739
+ }[];
761
740
  };
762
741
  type: string;
763
742
  };
@@ -810,35 +789,14 @@ declare const _default: {
810
789
  warnings: {
811
790
  items: {
812
791
  description: string;
813
- oneOf: ({
814
- description: string;
815
- properties: {
816
- created_at: {
817
- format: string;
818
- type: string;
819
- description?: never;
820
- };
821
- message: {
822
- type: string;
823
- description?: never;
824
- };
825
- warning_code: {
826
- enum: string[];
827
- type: string;
828
- };
829
- };
830
- required: string[];
831
- type: string;
832
- } | {
792
+ oneOf: {
833
793
  description: string;
834
794
  properties: {
835
795
  created_at: {
836
- description: string;
837
796
  format: string;
838
797
  type: string;
839
798
  };
840
799
  message: {
841
- description: string;
842
800
  type: string;
843
801
  };
844
802
  warning_code: {
@@ -848,7 +806,7 @@ declare const _default: {
848
806
  };
849
807
  required: string[];
850
808
  type: string;
851
- })[];
809
+ }[];
852
810
  };
853
811
  type: string;
854
812
  };
@@ -1113,6 +1071,56 @@ declare const _default: {
1113
1071
  required: string[];
1114
1072
  type: string;
1115
1073
  };
1074
+ climate_preset: {
1075
+ properties: {
1076
+ can_delete: {
1077
+ type: string;
1078
+ };
1079
+ can_edit: {
1080
+ type: string;
1081
+ };
1082
+ climate_preset_key: {
1083
+ type: string;
1084
+ };
1085
+ cooling_set_point_celsius: {
1086
+ format: string;
1087
+ type: string;
1088
+ };
1089
+ cooling_set_point_fahrenheit: {
1090
+ format: string;
1091
+ type: string;
1092
+ };
1093
+ display_name: {
1094
+ type: string;
1095
+ };
1096
+ fan_mode_setting: {
1097
+ enum: string[];
1098
+ type: string;
1099
+ };
1100
+ heating_set_point_celsius: {
1101
+ format: string;
1102
+ type: string;
1103
+ };
1104
+ heating_set_point_fahrenheit: {
1105
+ format: string;
1106
+ type: string;
1107
+ };
1108
+ hvac_mode_setting: {
1109
+ enum: string[];
1110
+ type: string;
1111
+ };
1112
+ manual_override_allowed: {
1113
+ type: string;
1114
+ };
1115
+ name: {
1116
+ default: null;
1117
+ nullable: boolean;
1118
+ type: string;
1119
+ };
1120
+ };
1121
+ required: string[];
1122
+ type: string;
1123
+ };
1116
1124
  connect_webview: {
1117
1125
  properties: {
1118
1126
  accepted_devices: {
@@ -9042,7 +9050,7 @@ declare const _default: {
9042
9050
  errors: {
9043
9051
  items: {
9044
9052
  description: string;
9045
- oneOf: ({
9053
+ oneOf: {
9046
9054
  description: string;
9047
9055
  properties: {
9048
9056
  created_at: {
@@ -9058,31 +9066,10 @@ declare const _default: {
9058
9066
  description: string;
9059
9067
  type: string;
9060
9068
  };
9061
- warning_code?: never;
9062
- };
9063
- required: string[];
9064
- type: string;
9065
- } | {
9066
- description: string;
9067
- properties: {
9068
- created_at: {
9069
- description: string;
9070
- format: string;
9071
- type: string;
9072
- };
9073
- message: {
9074
- description: string;
9075
- type: string;
9076
- };
9077
- warning_code: {
9078
- enum: string[];
9079
- type: string;
9080
- };
9081
- error_code?: never;
9082
9069
  };
9083
9070
  required: string[];
9084
9071
  type: string;
9085
- })[];
9072
+ }[];
9086
9073
  };
9087
9074
  type: string;
9088
9075
  };
@@ -9135,35 +9122,14 @@ declare const _default: {
9135
9122
  warnings: {
9136
9123
  items: {
9137
9124
  description: string;
9138
- oneOf: ({
9139
- description: string;
9140
- properties: {
9141
- created_at: {
9142
- format: string;
9143
- type: string;
9144
- description?: never;
9145
- };
9146
- message: {
9147
- type: string;
9148
- description?: never;
9149
- };
9150
- warning_code: {
9151
- enum: string[];
9152
- type: string;
9153
- };
9154
- };
9155
- required: string[];
9156
- type: string;
9157
- } | {
9125
+ oneOf: {
9158
9126
  description: string;
9159
9127
  properties: {
9160
9128
  created_at: {
9161
- description: string;
9162
9129
  format: string;
9163
9130
  type: string;
9164
9131
  };
9165
9132
  message: {
9166
- description: string;
9167
9133
  type: string;
9168
9134
  };
9169
9135
  warning_code: {
@@ -9173,7 +9139,7 @@ declare const _default: {
9173
9139
  };
9174
9140
  required: string[];
9175
9141
  type: string;
9176
- })[];
9142
+ }[];
9177
9143
  };
9178
9144
  type: string;
9179
9145
  };
@@ -9296,7 +9262,7 @@ declare const _default: {
9296
9262
  errors: {
9297
9263
  items: {
9298
9264
  description: string;
9299
- oneOf: ({
9265
+ oneOf: {
9300
9266
  description: string;
9301
9267
  properties: {
9302
9268
  created_at: {
@@ -9312,31 +9278,10 @@ declare const _default: {
9312
9278
  description: string;
9313
9279
  type: string;
9314
9280
  };
9315
- warning_code?: never;
9316
- };
9317
- required: string[];
9318
- type: string;
9319
- } | {
9320
- description: string;
9321
- properties: {
9322
- created_at: {
9323
- description: string;
9324
- format: string;
9325
- type: string;
9326
- };
9327
- message: {
9328
- description: string;
9329
- type: string;
9330
- };
9331
- warning_code: {
9332
- enum: string[];
9333
- type: string;
9334
- };
9335
- error_code?: never;
9336
9281
  };
9337
9282
  required: string[];
9338
9283
  type: string;
9339
- })[];
9284
+ }[];
9340
9285
  };
9341
9286
  type: string;
9342
9287
  };
@@ -9389,35 +9334,14 @@ declare const _default: {
9389
9334
  warnings: {
9390
9335
  items: {
9391
9336
  description: string;
9392
- oneOf: ({
9393
- description: string;
9394
- properties: {
9395
- created_at: {
9396
- format: string;
9397
- type: string;
9398
- description?: never;
9399
- };
9400
- message: {
9401
- type: string;
9402
- description?: never;
9403
- };
9404
- warning_code: {
9405
- enum: string[];
9406
- type: string;
9407
- };
9408
- };
9409
- required: string[];
9410
- type: string;
9411
- } | {
9337
+ oneOf: {
9412
9338
  description: string;
9413
9339
  properties: {
9414
9340
  created_at: {
9415
- description: string;
9416
9341
  format: string;
9417
9342
  type: string;
9418
9343
  };
9419
9344
  message: {
9420
- description: string;
9421
9345
  type: string;
9422
9346
  };
9423
9347
  warning_code: {
@@ -9427,7 +9351,7 @@ declare const _default: {
9427
9351
  };
9428
9352
  required: string[];
9429
9353
  type: string;
9430
- })[];
9354
+ }[];
9431
9355
  };
9432
9356
  type: string;
9433
9357
  };
@@ -14338,54 +14262,7 @@ declare const _default: {
14338
14262
  schema: {
14339
14263
  properties: {
14340
14264
  climate_preset: {
14341
- properties: {
14342
- can_delete: {
14343
- type: string;
14344
- };
14345
- can_edit: {
14346
- type: string;
14347
- };
14348
- climate_preset_key: {
14349
- type: string;
14350
- };
14351
- cooling_set_point_celsius: {
14352
- format: string;
14353
- type: string;
14354
- };
14355
- cooling_set_point_fahrenheit: {
14356
- format: string;
14357
- type: string;
14358
- };
14359
- display_name: {
14360
- type: string;
14361
- };
14362
- fan_mode_setting: {
14363
- enum: string[];
14364
- type: string;
14365
- };
14366
- heating_set_point_celsius: {
14367
- format: string;
14368
- type: string;
14369
- };
14370
- heating_set_point_fahrenheit: {
14371
- format: string;
14372
- type: string;
14373
- };
14374
- hvac_mode_setting: {
14375
- enum: string[];
14376
- type: string;
14377
- };
14378
- manual_override_allowed: {
14379
- type: string;
14380
- };
14381
- name: {
14382
- default: null;
14383
- nullable: boolean;
14384
- type: string;
14385
- };
14386
- };
14387
- required: string[];
14388
- type: string;
14265
+ $ref: string;
14389
14266
  };
14390
14267
  ok: {
14391
14268
  type: string;
@@ -15675,54 +15552,7 @@ declare const _default: {
15675
15552
  schema: {
15676
15553
  properties: {
15677
15554
  climate_preset: {
15678
- properties: {
15679
- can_delete: {
15680
- type: string;
15681
- };
15682
- can_edit: {
15683
- type: string;
15684
- };
15685
- climate_preset_key: {
15686
- type: string;
15687
- };
15688
- cooling_set_point_celsius: {
15689
- format: string;
15690
- type: string;
15691
- };
15692
- cooling_set_point_fahrenheit: {
15693
- format: string;
15694
- type: string;
15695
- };
15696
- display_name: {
15697
- type: string;
15698
- };
15699
- fan_mode_setting: {
15700
- enum: string[];
15701
- type: string;
15702
- };
15703
- heating_set_point_celsius: {
15704
- format: string;
15705
- type: string;
15706
- };
15707
- heating_set_point_fahrenheit: {
15708
- format: string;
15709
- type: string;
15710
- };
15711
- hvac_mode_setting: {
15712
- enum: string[];
15713
- type: string;
15714
- };
15715
- manual_override_allowed: {
15716
- type: string;
15717
- };
15718
- name: {
15719
- default: null;
15720
- nullable: boolean;
15721
- type: string;
15722
- };
15723
- };
15724
- required: string[];
15725
- type: string;
15555
+ $ref: string;
15726
15556
  };
15727
15557
  ok: {
15728
15558
  type: string;
@@ -15819,54 +15649,7 @@ declare const _default: {
15819
15649
  schema: {
15820
15650
  properties: {
15821
15651
  climate_preset: {
15822
- properties: {
15823
- can_delete: {
15824
- type: string;
15825
- };
15826
- can_edit: {
15827
- type: string;
15828
- };
15829
- climate_preset_key: {
15830
- type: string;
15831
- };
15832
- cooling_set_point_celsius: {
15833
- format: string;
15834
- type: string;
15835
- };
15836
- cooling_set_point_fahrenheit: {
15837
- format: string;
15838
- type: string;
15839
- };
15840
- display_name: {
15841
- type: string;
15842
- };
15843
- fan_mode_setting: {
15844
- enum: string[];
15845
- type: string;
15846
- };
15847
- heating_set_point_celsius: {
15848
- format: string;
15849
- type: string;
15850
- };
15851
- heating_set_point_fahrenheit: {
15852
- format: string;
15853
- type: string;
15854
- };
15855
- hvac_mode_setting: {
15856
- enum: string[];
15857
- type: string;
15858
- };
15859
- manual_override_allowed: {
15860
- type: string;
15861
- };
15862
- name: {
15863
- default: null;
15864
- nullable: boolean;
15865
- type: string;
15866
- };
15867
- };
15868
- required: string[];
15869
- type: string;
15652
+ $ref: string;
15870
15653
  };
15871
15654
  ok: {
15872
15655
  type: string;