@seamapi/types 1.266.0 → 1.267.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.
@@ -13996,6 +13996,9 @@ declare const _default: {
13996
13996
  is_fallback_climate_preset: {
13997
13997
  type: string;
13998
13998
  };
13999
+ method: {
14000
+ type: string;
14001
+ };
13999
14002
  occurred_at: {
14000
14003
  format: string;
14001
14004
  type: string;
@@ -17675,10 +17678,12 @@ declare const _default: {
17675
17678
  })[];
17676
17679
  summary: string;
17677
17680
  tags: string[];
17681
+ 'x-deprecated': string;
17678
17682
  'x-fern-sdk-group-name': string[];
17679
17683
  'x-fern-sdk-method-name': string;
17680
17684
  'x-fern-sdk-return-value': string;
17681
17685
  'x-response-key': string;
17686
+ 'x-undocumented': string;
17682
17687
  };
17683
17688
  };
17684
17689
  '/acs/credential_provisioning_automations/launch': {
@@ -17757,10 +17762,12 @@ declare const _default: {
17757
17762
  })[];
17758
17763
  summary: string;
17759
17764
  tags: string[];
17765
+ 'x-deprecated': string;
17760
17766
  'x-fern-sdk-group-name': string[];
17761
17767
  'x-fern-sdk-method-name': string;
17762
17768
  'x-fern-sdk-return-value': string;
17763
17769
  'x-response-key': string;
17770
+ 'x-undocumented': string;
17764
17771
  };
17765
17772
  };
17766
17773
  '/acs/credentials/assign': {
@@ -39189,6 +39196,7 @@ interface Routes {
39189
39196
  heating_set_point_celsius?: number | undefined;
39190
39197
  cooling_set_point_fahrenheit?: number | undefined;
39191
39198
  heating_set_point_fahrenheit?: number | undefined;
39199
+ method?: string | undefined;
39192
39200
  } | undefined;
39193
39201
  message?: string | undefined;
39194
39202
  };
@@ -39236,6 +39244,7 @@ interface Routes {
39236
39244
  heating_set_point_celsius?: number | undefined;
39237
39245
  cooling_set_point_fahrenheit?: number | undefined;
39238
39246
  heating_set_point_fahrenheit?: number | undefined;
39247
+ method?: string | undefined;
39239
39248
  }>;
39240
39249
  };
39241
39250
  };
@@ -3363,6 +3363,9 @@ declare const _default: {
3363
3363
  is_fallback_climate_preset: {
3364
3364
  type: string;
3365
3365
  };
3366
+ method: {
3367
+ type: string;
3368
+ };
3366
3369
  occurred_at: {
3367
3370
  format: string;
3368
3371
  type: string;
@@ -7042,10 +7045,12 @@ declare const _default: {
7042
7045
  })[];
7043
7046
  summary: string;
7044
7047
  tags: string[];
7048
+ 'x-deprecated': string;
7045
7049
  'x-fern-sdk-group-name': string[];
7046
7050
  'x-fern-sdk-method-name': string;
7047
7051
  'x-fern-sdk-return-value': string;
7048
7052
  'x-response-key': string;
7053
+ 'x-undocumented': string;
7049
7054
  };
7050
7055
  };
7051
7056
  '/acs/credential_provisioning_automations/launch': {
@@ -7124,10 +7129,12 @@ declare const _default: {
7124
7129
  })[];
7125
7130
  summary: string;
7126
7131
  tags: string[];
7132
+ 'x-deprecated': string;
7127
7133
  'x-fern-sdk-group-name': string[];
7128
7134
  'x-fern-sdk-method-name': string;
7129
7135
  'x-fern-sdk-return-value': string;
7130
7136
  'x-response-key': string;
7137
+ 'x-undocumented': string;
7131
7138
  };
7132
7139
  };
7133
7140
  '/acs/credentials/assign': {
@@ -4176,6 +4176,7 @@ export default {
4176
4176
  heating_set_point_fahrenheit: { format: 'float', type: 'number' },
4177
4177
  hvac_mode_setting: { type: 'string' },
4178
4178
  is_fallback_climate_preset: { type: 'boolean' },
4179
+ method: { type: 'string' },
4179
4180
  occurred_at: { format: 'date-time', type: 'string' },
4180
4181
  thermostat_schedule_id: {
4181
4182
  format: 'uuid',
@@ -6780,10 +6781,12 @@ export default {
6780
6781
  ],
6781
6782
  summary: '/acs/credential_pools/list',
6782
6783
  tags: ['/acs'],
6784
+ 'x-deprecated': 'Use `/user_identities/enrollment_automations/list` instead.',
6783
6785
  'x-fern-sdk-group-name': ['acs', 'credential_pools'],
6784
6786
  'x-fern-sdk-method-name': 'list',
6785
6787
  'x-fern-sdk-return-value': 'acs_credential_pools',
6786
6788
  'x-response-key': 'acs_credential_pools',
6789
+ 'x-undocumented': 'Replaced by enrollment automations.',
6787
6790
  },
6788
6791
  },
6789
6792
  '/acs/credential_provisioning_automations/launch': {
@@ -6843,10 +6846,12 @@ export default {
6843
6846
  ],
6844
6847
  summary: '/acs/credential_provisioning_automations/launch',
6845
6848
  tags: ['/acs'],
6849
+ 'x-deprecated': 'Use `/user_identities/enrollment_automations/launch` instead.',
6846
6850
  'x-fern-sdk-group-name': ['acs', 'credential_provisioning_automations'],
6847
6851
  'x-fern-sdk-method-name': 'launch',
6848
6852
  'x-fern-sdk-return-value': 'acs_credential_provisioning_automation',
6849
6853
  'x-response-key': 'acs_credential_provisioning_automation',
6854
+ 'x-undocumented': 'Replaced by enrollment automations.',
6850
6855
  },
6851
6856
  },
6852
6857
  '/acs/credentials/assign': {