@seamapi/types 1.247.0 → 1.248.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 +28 -28
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +83 -42
- package/lib/seam/connect/models/acs/acs-credential.d.ts +18 -0
- package/lib/seam/connect/models/acs/acs-credential.js +3 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +36 -12
- package/lib/seam/connect/openapi.js +25 -28
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +29 -30
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +3 -0
- package/src/lib/seam/connect/openapi.ts +25 -28
- package/src/lib/seam/connect/route-types.ts +29 -30
|
@@ -229,9 +229,11 @@ export default {
|
|
|
229
229
|
acs_credential_pool_id: { format: 'uuid', type: 'string' },
|
|
230
230
|
acs_system_id: { format: 'uuid', type: 'string' },
|
|
231
231
|
acs_user_id: { format: 'uuid', type: 'string' },
|
|
232
|
+
card_number: { nullable: true, type: 'string' },
|
|
232
233
|
code: { nullable: true, type: 'string' },
|
|
233
234
|
created_at: { format: 'date-time', type: 'string' },
|
|
234
235
|
display_name: { minLength: 1, type: 'string' },
|
|
236
|
+
encoded_at: { format: 'date-time', nullable: true, type: 'string' },
|
|
235
237
|
ends_at: { type: 'string' },
|
|
236
238
|
errors: {
|
|
237
239
|
items: {
|
|
@@ -255,6 +257,7 @@ export default {
|
|
|
255
257
|
type: 'string',
|
|
256
258
|
},
|
|
257
259
|
external_type_display_name: { type: 'string' },
|
|
260
|
+
is_encoded: { type: 'boolean' },
|
|
258
261
|
is_latest_desired_state_synced_with_provider: { type: 'boolean' },
|
|
259
262
|
is_managed: { enum: [true], type: 'boolean' },
|
|
260
263
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
@@ -6693,9 +6696,15 @@ export default {
|
|
|
6693
6696
|
},
|
|
6694
6697
|
acs_system_id: { format: 'uuid', type: 'string' },
|
|
6695
6698
|
acs_user_id: { format: 'uuid', type: 'string' },
|
|
6699
|
+
card_number: { nullable: true, type: 'string' },
|
|
6696
6700
|
code: { nullable: true, type: 'string' },
|
|
6697
6701
|
created_at: { format: 'date-time', type: 'string' },
|
|
6698
6702
|
display_name: { minLength: 1, type: 'string' },
|
|
6703
|
+
encoded_at: {
|
|
6704
|
+
format: 'date-time',
|
|
6705
|
+
nullable: true,
|
|
6706
|
+
type: 'string',
|
|
6707
|
+
},
|
|
6699
6708
|
ends_at: { type: 'string' },
|
|
6700
6709
|
errors: {
|
|
6701
6710
|
items: {
|
|
@@ -6719,6 +6728,7 @@ export default {
|
|
|
6719
6728
|
type: 'string',
|
|
6720
6729
|
},
|
|
6721
6730
|
external_type_display_name: { type: 'string' },
|
|
6731
|
+
is_encoded: { type: 'boolean' },
|
|
6722
6732
|
is_latest_desired_state_synced_with_provider: {
|
|
6723
6733
|
type: 'boolean',
|
|
6724
6734
|
},
|
|
@@ -6870,9 +6880,15 @@ export default {
|
|
|
6870
6880
|
},
|
|
6871
6881
|
acs_system_id: { format: 'uuid', type: 'string' },
|
|
6872
6882
|
acs_user_id: { format: 'uuid', type: 'string' },
|
|
6883
|
+
card_number: { nullable: true, type: 'string' },
|
|
6873
6884
|
code: { nullable: true, type: 'string' },
|
|
6874
6885
|
created_at: { format: 'date-time', type: 'string' },
|
|
6875
6886
|
display_name: { minLength: 1, type: 'string' },
|
|
6887
|
+
encoded_at: {
|
|
6888
|
+
format: 'date-time',
|
|
6889
|
+
nullable: true,
|
|
6890
|
+
type: 'string',
|
|
6891
|
+
},
|
|
6876
6892
|
ends_at: { type: 'string' },
|
|
6877
6893
|
errors: {
|
|
6878
6894
|
items: {
|
|
@@ -6896,6 +6912,7 @@ export default {
|
|
|
6896
6912
|
type: 'string',
|
|
6897
6913
|
},
|
|
6898
6914
|
external_type_display_name: { type: 'string' },
|
|
6915
|
+
is_encoded: { type: 'boolean' },
|
|
6899
6916
|
is_latest_desired_state_synced_with_provider: {
|
|
6900
6917
|
type: 'boolean',
|
|
6901
6918
|
},
|
|
@@ -13622,13 +13639,8 @@ export default {
|
|
|
13622
13639
|
content: {
|
|
13623
13640
|
'application/json': {
|
|
13624
13641
|
schema: {
|
|
13625
|
-
properties: {
|
|
13626
|
-
|
|
13627
|
-
thermostat_schedule: {
|
|
13628
|
-
$ref: '#/components/schemas/thermostat_schedule',
|
|
13629
|
-
},
|
|
13630
|
-
},
|
|
13631
|
-
required: ['thermostat_schedule', 'ok'],
|
|
13642
|
+
properties: { ok: { type: 'boolean' } },
|
|
13643
|
+
required: ['ok'],
|
|
13632
13644
|
type: 'object',
|
|
13633
13645
|
},
|
|
13634
13646
|
},
|
|
@@ -13673,13 +13685,8 @@ export default {
|
|
|
13673
13685
|
content: {
|
|
13674
13686
|
'application/json': {
|
|
13675
13687
|
schema: {
|
|
13676
|
-
properties: {
|
|
13677
|
-
|
|
13678
|
-
thermostat_schedule: {
|
|
13679
|
-
$ref: '#/components/schemas/thermostat_schedule',
|
|
13680
|
-
},
|
|
13681
|
-
},
|
|
13682
|
-
required: ['thermostat_schedule', 'ok'],
|
|
13688
|
+
properties: { ok: { type: 'boolean' } },
|
|
13689
|
+
required: ['ok'],
|
|
13683
13690
|
type: 'object',
|
|
13684
13691
|
},
|
|
13685
13692
|
},
|
|
@@ -13852,13 +13859,8 @@ export default {
|
|
|
13852
13859
|
content: {
|
|
13853
13860
|
'application/json': {
|
|
13854
13861
|
schema: {
|
|
13855
|
-
properties: {
|
|
13856
|
-
|
|
13857
|
-
$ref: '#/components/schemas/climate_preset',
|
|
13858
|
-
},
|
|
13859
|
-
ok: { type: 'boolean' },
|
|
13860
|
-
},
|
|
13861
|
-
required: ['climate_preset', 'ok'],
|
|
13862
|
+
properties: { ok: { type: 'boolean' } },
|
|
13863
|
+
required: ['ok'],
|
|
13862
13864
|
type: 'object',
|
|
13863
13865
|
},
|
|
13864
13866
|
},
|
|
@@ -13925,13 +13927,8 @@ export default {
|
|
|
13925
13927
|
content: {
|
|
13926
13928
|
'application/json': {
|
|
13927
13929
|
schema: {
|
|
13928
|
-
properties: {
|
|
13929
|
-
|
|
13930
|
-
$ref: '#/components/schemas/climate_preset',
|
|
13931
|
-
},
|
|
13932
|
-
ok: { type: 'boolean' },
|
|
13933
|
-
},
|
|
13934
|
-
required: ['climate_preset', 'ok'],
|
|
13930
|
+
properties: { ok: { type: 'boolean' } },
|
|
13931
|
+
required: ['ok'],
|
|
13935
13932
|
type: 'object',
|
|
13936
13933
|
},
|
|
13937
13934
|
},
|