@seamapi/types 1.501.0 → 1.503.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 +18 -133
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +179 -1358
- package/dist/index.cjs +18 -133
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +3 -0
- package/lib/seam/connect/models/access-codes/managed-access-code.js +4 -0
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +3 -0
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.js +1 -0
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.d.ts +8 -8
- package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.d.ts +2 -2
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +28 -28
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +12 -12
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +16 -16
- package/lib/seam/connect/models/batch.d.ts +171 -1196
- package/lib/seam/connect/models/devices/device-metadata.d.ts +5 -100
- package/lib/seam/connect/models/devices/device-metadata.js +1 -62
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +7 -140
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +5 -100
- package/lib/seam/connect/models/phones/phone-session.d.ts +14 -14
- package/lib/seam/connect/openapi.d.ts +10 -91
- package/lib/seam/connect/openapi.js +12 -112
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +43 -663
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +6 -0
- package/src/lib/seam/connect/models/access-codes/unmanaged-access-code.ts +1 -0
- package/src/lib/seam/connect/models/devices/device-metadata.ts +1 -62
- package/src/lib/seam/connect/openapi.ts +14 -124
- package/src/lib/seam/connect/route-types.ts +43 -663
|
@@ -165,17 +165,17 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
165
165
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
166
166
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
167
167
|
}, "strip", z.ZodTypeAny, {
|
|
168
|
-
key_id?: string | undefined;
|
|
169
168
|
endpoint_id?: string | undefined;
|
|
170
169
|
auto_join?: boolean | undefined;
|
|
171
170
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
171
|
+
key_id?: string | undefined;
|
|
172
172
|
key_issuing_request_id?: string | undefined;
|
|
173
173
|
door_names?: string[] | undefined;
|
|
174
174
|
}, {
|
|
175
|
-
key_id?: string | undefined;
|
|
176
175
|
endpoint_id?: string | undefined;
|
|
177
176
|
auto_join?: boolean | undefined;
|
|
178
177
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
178
|
+
key_id?: string | undefined;
|
|
179
179
|
key_issuing_request_id?: string | undefined;
|
|
180
180
|
door_names?: string[] | undefined;
|
|
181
181
|
}>>;
|
|
@@ -558,10 +558,10 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
558
558
|
credential_id?: string | undefined;
|
|
559
559
|
} | undefined;
|
|
560
560
|
assa_abloy_vostio_metadata?: {
|
|
561
|
-
key_id?: string | undefined;
|
|
562
561
|
endpoint_id?: string | undefined;
|
|
563
562
|
auto_join?: boolean | undefined;
|
|
564
563
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
564
|
+
key_id?: string | undefined;
|
|
565
565
|
key_issuing_request_id?: string | undefined;
|
|
566
566
|
door_names?: string[] | undefined;
|
|
567
567
|
} | undefined;
|
|
@@ -689,10 +689,10 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
689
689
|
credential_id?: string | undefined;
|
|
690
690
|
} | undefined;
|
|
691
691
|
assa_abloy_vostio_metadata?: {
|
|
692
|
-
key_id?: string | undefined;
|
|
693
692
|
endpoint_id?: string | undefined;
|
|
694
693
|
auto_join?: boolean | undefined;
|
|
695
694
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
695
|
+
key_id?: string | undefined;
|
|
696
696
|
key_issuing_request_id?: string | undefined;
|
|
697
697
|
door_names?: string[] | undefined;
|
|
698
698
|
} | undefined;
|
|
@@ -822,10 +822,10 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
822
822
|
credential_id?: string | undefined;
|
|
823
823
|
} | undefined;
|
|
824
824
|
assa_abloy_vostio_metadata?: {
|
|
825
|
-
key_id?: string | undefined;
|
|
826
825
|
endpoint_id?: string | undefined;
|
|
827
826
|
auto_join?: boolean | undefined;
|
|
828
827
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
828
|
+
key_id?: string | undefined;
|
|
829
829
|
key_issuing_request_id?: string | undefined;
|
|
830
830
|
door_names?: string[] | undefined;
|
|
831
831
|
} | undefined;
|
|
@@ -961,10 +961,10 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
961
961
|
credential_id?: string | undefined;
|
|
962
962
|
} | undefined;
|
|
963
963
|
assa_abloy_vostio_metadata?: {
|
|
964
|
-
key_id?: string | undefined;
|
|
965
964
|
endpoint_id?: string | undefined;
|
|
966
965
|
auto_join?: boolean | undefined;
|
|
967
966
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
967
|
+
key_id?: string | undefined;
|
|
968
968
|
key_issuing_request_id?: string | undefined;
|
|
969
969
|
door_names?: string[] | undefined;
|
|
970
970
|
} | undefined;
|
|
@@ -1156,17 +1156,17 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1156
1156
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1157
1157
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
1158
1158
|
}, "strip", z.ZodTypeAny, {
|
|
1159
|
-
key_id?: string | undefined;
|
|
1160
1159
|
endpoint_id?: string | undefined;
|
|
1161
1160
|
auto_join?: boolean | undefined;
|
|
1162
1161
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
1162
|
+
key_id?: string | undefined;
|
|
1163
1163
|
key_issuing_request_id?: string | undefined;
|
|
1164
1164
|
door_names?: string[] | undefined;
|
|
1165
1165
|
}, {
|
|
1166
|
-
key_id?: string | undefined;
|
|
1167
1166
|
endpoint_id?: string | undefined;
|
|
1168
1167
|
auto_join?: boolean | undefined;
|
|
1169
1168
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
1169
|
+
key_id?: string | undefined;
|
|
1170
1170
|
key_issuing_request_id?: string | undefined;
|
|
1171
1171
|
door_names?: string[] | undefined;
|
|
1172
1172
|
}>>;
|
|
@@ -1549,10 +1549,10 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1549
1549
|
credential_id?: string | undefined;
|
|
1550
1550
|
} | undefined;
|
|
1551
1551
|
assa_abloy_vostio_metadata?: {
|
|
1552
|
-
key_id?: string | undefined;
|
|
1553
1552
|
endpoint_id?: string | undefined;
|
|
1554
1553
|
auto_join?: boolean | undefined;
|
|
1555
1554
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
1555
|
+
key_id?: string | undefined;
|
|
1556
1556
|
key_issuing_request_id?: string | undefined;
|
|
1557
1557
|
door_names?: string[] | undefined;
|
|
1558
1558
|
} | undefined;
|
|
@@ -1680,10 +1680,10 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1680
1680
|
credential_id?: string | undefined;
|
|
1681
1681
|
} | undefined;
|
|
1682
1682
|
assa_abloy_vostio_metadata?: {
|
|
1683
|
-
key_id?: string | undefined;
|
|
1684
1683
|
endpoint_id?: string | undefined;
|
|
1685
1684
|
auto_join?: boolean | undefined;
|
|
1686
1685
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
1686
|
+
key_id?: string | undefined;
|
|
1687
1687
|
key_issuing_request_id?: string | undefined;
|
|
1688
1688
|
door_names?: string[] | undefined;
|
|
1689
1689
|
} | undefined;
|
|
@@ -1813,10 +1813,10 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1813
1813
|
credential_id?: string | undefined;
|
|
1814
1814
|
} | undefined;
|
|
1815
1815
|
assa_abloy_vostio_metadata?: {
|
|
1816
|
-
key_id?: string | undefined;
|
|
1817
1816
|
endpoint_id?: string | undefined;
|
|
1818
1817
|
auto_join?: boolean | undefined;
|
|
1819
1818
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
1819
|
+
key_id?: string | undefined;
|
|
1820
1820
|
key_issuing_request_id?: string | undefined;
|
|
1821
1821
|
door_names?: string[] | undefined;
|
|
1822
1822
|
} | undefined;
|
|
@@ -1952,10 +1952,10 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1952
1952
|
credential_id?: string | undefined;
|
|
1953
1953
|
} | undefined;
|
|
1954
1954
|
assa_abloy_vostio_metadata?: {
|
|
1955
|
-
key_id?: string | undefined;
|
|
1956
1955
|
endpoint_id?: string | undefined;
|
|
1957
1956
|
auto_join?: boolean | undefined;
|
|
1958
1957
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
1958
|
+
key_id?: string | undefined;
|
|
1959
1959
|
key_issuing_request_id?: string | undefined;
|
|
1960
1960
|
door_names?: string[] | undefined;
|
|
1961
1961
|
} | undefined;
|
|
@@ -2205,10 +2205,10 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2205
2205
|
credential_id?: string | undefined;
|
|
2206
2206
|
} | undefined;
|
|
2207
2207
|
assa_abloy_vostio_metadata?: {
|
|
2208
|
-
key_id?: string | undefined;
|
|
2209
2208
|
endpoint_id?: string | undefined;
|
|
2210
2209
|
auto_join?: boolean | undefined;
|
|
2211
2210
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
2211
|
+
key_id?: string | undefined;
|
|
2212
2212
|
key_issuing_request_id?: string | undefined;
|
|
2213
2213
|
door_names?: string[] | undefined;
|
|
2214
2214
|
} | undefined;
|
|
@@ -2374,10 +2374,10 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2374
2374
|
credential_id?: string | undefined;
|
|
2375
2375
|
} | undefined;
|
|
2376
2376
|
assa_abloy_vostio_metadata?: {
|
|
2377
|
-
key_id?: string | undefined;
|
|
2378
2377
|
endpoint_id?: string | undefined;
|
|
2379
2378
|
auto_join?: boolean | undefined;
|
|
2380
2379
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
2380
|
+
key_id?: string | undefined;
|
|
2381
2381
|
key_issuing_request_id?: string | undefined;
|
|
2382
2382
|
door_names?: string[] | undefined;
|
|
2383
2383
|
} | undefined;
|
|
@@ -367,6 +367,11 @@ declare const _default: {
|
|
|
367
367
|
};
|
|
368
368
|
};
|
|
369
369
|
};
|
|
370
|
+
workspace_id: {
|
|
371
|
+
description: string;
|
|
372
|
+
format: string;
|
|
373
|
+
type: string;
|
|
374
|
+
};
|
|
370
375
|
};
|
|
371
376
|
required: string[];
|
|
372
377
|
type: string;
|
|
@@ -5229,102 +5234,11 @@ declare const _default: {
|
|
|
5229
5234
|
keynest_metadata: {
|
|
5230
5235
|
description: string;
|
|
5231
5236
|
properties: {
|
|
5232
|
-
address: {
|
|
5233
|
-
description: string;
|
|
5234
|
-
nullable: boolean;
|
|
5235
|
-
type: string;
|
|
5236
|
-
};
|
|
5237
|
-
current_or_last_store_id: {
|
|
5238
|
-
description: string;
|
|
5239
|
-
format: string;
|
|
5240
|
-
type: string;
|
|
5241
|
-
};
|
|
5242
|
-
current_status: {
|
|
5243
|
-
description: string;
|
|
5244
|
-
nullable: boolean;
|
|
5245
|
-
type: string;
|
|
5246
|
-
};
|
|
5247
|
-
current_user_company: {
|
|
5248
|
-
description: string;
|
|
5249
|
-
nullable: boolean;
|
|
5250
|
-
type: string;
|
|
5251
|
-
};
|
|
5252
|
-
current_user_email: {
|
|
5253
|
-
description: string;
|
|
5254
|
-
nullable: boolean;
|
|
5255
|
-
type: string;
|
|
5256
|
-
};
|
|
5257
|
-
current_user_name: {
|
|
5258
|
-
description: string;
|
|
5259
|
-
nullable: boolean;
|
|
5260
|
-
type: string;
|
|
5261
|
-
};
|
|
5262
|
-
current_user_phone_number: {
|
|
5263
|
-
description: string;
|
|
5264
|
-
nullable: boolean;
|
|
5265
|
-
type: string;
|
|
5266
|
-
};
|
|
5267
|
-
default_office_id: {
|
|
5268
|
-
description: string;
|
|
5269
|
-
format: string;
|
|
5270
|
-
type: string;
|
|
5271
|
-
};
|
|
5272
5237
|
device_name: {
|
|
5273
5238
|
description: string;
|
|
5274
5239
|
type: string;
|
|
5275
5240
|
};
|
|
5276
|
-
fob_id: {
|
|
5277
|
-
description: string;
|
|
5278
|
-
format: string;
|
|
5279
|
-
type: string;
|
|
5280
|
-
};
|
|
5281
|
-
handover_method: {
|
|
5282
|
-
description: string;
|
|
5283
|
-
nullable: boolean;
|
|
5284
|
-
type: string;
|
|
5285
|
-
};
|
|
5286
|
-
has_photo: {
|
|
5287
|
-
description: string;
|
|
5288
|
-
type: string;
|
|
5289
|
-
};
|
|
5290
|
-
key_id: {
|
|
5291
|
-
description: string;
|
|
5292
|
-
type: string;
|
|
5293
|
-
};
|
|
5294
|
-
key_notes: {
|
|
5295
|
-
description: string;
|
|
5296
|
-
nullable: boolean;
|
|
5297
|
-
type: string;
|
|
5298
|
-
};
|
|
5299
|
-
keynest_app_user: {
|
|
5300
|
-
description: string;
|
|
5301
|
-
nullable: boolean;
|
|
5302
|
-
type: string;
|
|
5303
|
-
};
|
|
5304
|
-
last_movement: {
|
|
5305
|
-
description: string;
|
|
5306
|
-
type: string;
|
|
5307
|
-
};
|
|
5308
|
-
property_id: {
|
|
5309
|
-
description: string;
|
|
5310
|
-
nullable: boolean;
|
|
5311
|
-
type: string;
|
|
5312
|
-
};
|
|
5313
|
-
property_postcode: {
|
|
5314
|
-
description: string;
|
|
5315
|
-
nullable: boolean;
|
|
5316
|
-
type: string;
|
|
5317
|
-
};
|
|
5318
|
-
status_type: {
|
|
5319
|
-
description: string;
|
|
5320
|
-
type: string;
|
|
5321
|
-
};
|
|
5322
|
-
subscription_plan: {
|
|
5323
|
-
description: string;
|
|
5324
|
-
type: string;
|
|
5325
|
-
};
|
|
5326
5241
|
};
|
|
5327
|
-
required: string[];
|
|
5328
5242
|
type: string;
|
|
5329
5243
|
};
|
|
5330
5244
|
kwikset_metadata: {
|
|
@@ -11890,6 +11804,11 @@ declare const _default: {
|
|
|
11890
11804
|
};
|
|
11891
11805
|
};
|
|
11892
11806
|
};
|
|
11807
|
+
workspace_id: {
|
|
11808
|
+
description: string;
|
|
11809
|
+
format: string;
|
|
11810
|
+
type: string;
|
|
11811
|
+
};
|
|
11893
11812
|
};
|
|
11894
11813
|
required: string[];
|
|
11895
11814
|
type: string;
|
|
@@ -1547,8 +1547,14 @@ export default {
|
|
|
1547
1547
|
thermostats: { name: 'Thermostats' },
|
|
1548
1548
|
},
|
|
1549
1549
|
},
|
|
1550
|
+
workspace_id: {
|
|
1551
|
+
description: 'Unique identifier for the Seam workspace associated with the access code.',
|
|
1552
|
+
format: 'uuid',
|
|
1553
|
+
type: 'string',
|
|
1554
|
+
},
|
|
1550
1555
|
},
|
|
1551
1556
|
required: [
|
|
1557
|
+
'workspace_id',
|
|
1552
1558
|
'common_code_key',
|
|
1553
1559
|
'type',
|
|
1554
1560
|
'access_code_id',
|
|
@@ -9466,123 +9472,11 @@ export default {
|
|
|
9466
9472
|
keynest_metadata: {
|
|
9467
9473
|
description: 'Metadata for a KeyNest device.',
|
|
9468
9474
|
properties: {
|
|
9469
|
-
address: {
|
|
9470
|
-
description: 'Address for a KeyNest device.',
|
|
9471
|
-
nullable: true,
|
|
9472
|
-
type: 'string',
|
|
9473
|
-
},
|
|
9474
|
-
current_or_last_store_id: {
|
|
9475
|
-
description: 'Current or last store ID for a KeyNest device.',
|
|
9476
|
-
format: 'float',
|
|
9477
|
-
type: 'number',
|
|
9478
|
-
},
|
|
9479
|
-
current_status: {
|
|
9480
|
-
description: 'Current status for a KeyNest device.',
|
|
9481
|
-
nullable: true,
|
|
9482
|
-
type: 'string',
|
|
9483
|
-
},
|
|
9484
|
-
current_user_company: {
|
|
9485
|
-
description: 'Current user company for a KeyNest device.',
|
|
9486
|
-
nullable: true,
|
|
9487
|
-
type: 'string',
|
|
9488
|
-
},
|
|
9489
|
-
current_user_email: {
|
|
9490
|
-
description: 'Current user email for a KeyNest device.',
|
|
9491
|
-
nullable: true,
|
|
9492
|
-
type: 'string',
|
|
9493
|
-
},
|
|
9494
|
-
current_user_name: {
|
|
9495
|
-
description: 'Current user name for a KeyNest device.',
|
|
9496
|
-
nullable: true,
|
|
9497
|
-
type: 'string',
|
|
9498
|
-
},
|
|
9499
|
-
current_user_phone_number: {
|
|
9500
|
-
description: 'Current user phone number for a KeyNest device.',
|
|
9501
|
-
nullable: true,
|
|
9502
|
-
type: 'string',
|
|
9503
|
-
},
|
|
9504
|
-
default_office_id: {
|
|
9505
|
-
description: 'Default office ID for a KeyNest device.',
|
|
9506
|
-
format: 'float',
|
|
9507
|
-
type: 'number',
|
|
9508
|
-
},
|
|
9509
9475
|
device_name: {
|
|
9510
9476
|
description: 'Device name for a KeyNest device.',
|
|
9511
9477
|
type: 'string',
|
|
9512
9478
|
},
|
|
9513
|
-
fob_id: {
|
|
9514
|
-
description: 'Fob ID for a KeyNest device.',
|
|
9515
|
-
format: 'float',
|
|
9516
|
-
type: 'number',
|
|
9517
|
-
},
|
|
9518
|
-
handover_method: {
|
|
9519
|
-
description: 'Handover method for a KeyNest device.',
|
|
9520
|
-
nullable: true,
|
|
9521
|
-
type: 'string',
|
|
9522
|
-
},
|
|
9523
|
-
has_photo: {
|
|
9524
|
-
description: 'Whether the KeyNest device has a photo.',
|
|
9525
|
-
type: 'boolean',
|
|
9526
|
-
},
|
|
9527
|
-
key_id: {
|
|
9528
|
-
description: 'Key ID for a KeyNest device.',
|
|
9529
|
-
type: 'string',
|
|
9530
|
-
},
|
|
9531
|
-
key_notes: {
|
|
9532
|
-
description: 'Key notes for a KeyNest device.',
|
|
9533
|
-
nullable: true,
|
|
9534
|
-
type: 'string',
|
|
9535
|
-
},
|
|
9536
|
-
keynest_app_user: {
|
|
9537
|
-
description: 'KeyNest app user for a KeyNest device.',
|
|
9538
|
-
nullable: true,
|
|
9539
|
-
type: 'string',
|
|
9540
|
-
},
|
|
9541
|
-
last_movement: {
|
|
9542
|
-
description: 'Last movement timestamp for a KeyNest device.',
|
|
9543
|
-
type: 'string',
|
|
9544
|
-
},
|
|
9545
|
-
property_id: {
|
|
9546
|
-
description: 'Property ID for a KeyNest device.',
|
|
9547
|
-
nullable: true,
|
|
9548
|
-
type: 'string',
|
|
9549
|
-
},
|
|
9550
|
-
property_postcode: {
|
|
9551
|
-
description: 'Property postcode for a KeyNest device.',
|
|
9552
|
-
nullable: true,
|
|
9553
|
-
type: 'string',
|
|
9554
|
-
},
|
|
9555
|
-
status_type: {
|
|
9556
|
-
description: 'Status type for a KeyNest device.',
|
|
9557
|
-
type: 'string',
|
|
9558
|
-
},
|
|
9559
|
-
subscription_plan: {
|
|
9560
|
-
description: 'Subscription plan for a KeyNest device.',
|
|
9561
|
-
type: 'string',
|
|
9562
|
-
},
|
|
9563
9479
|
},
|
|
9564
|
-
required: [
|
|
9565
|
-
'key_id',
|
|
9566
|
-
'device_name',
|
|
9567
|
-
'property_id',
|
|
9568
|
-
'property_postcode',
|
|
9569
|
-
'key_notes',
|
|
9570
|
-
'subscription_plan',
|
|
9571
|
-
'status_type',
|
|
9572
|
-
'current_or_last_store_id',
|
|
9573
|
-
'last_movement',
|
|
9574
|
-
'address',
|
|
9575
|
-
'current_status',
|
|
9576
|
-
'current_user_name',
|
|
9577
|
-
'current_user_email',
|
|
9578
|
-
'current_user_phone_number',
|
|
9579
|
-
'current_user_company',
|
|
9580
|
-
'handover_method',
|
|
9581
|
-
'keynest_app_user',
|
|
9582
|
-
'default_office_id',
|
|
9583
|
-
'fob_id',
|
|
9584
|
-
'has_photo',
|
|
9585
|
-
],
|
|
9586
9480
|
type: 'object',
|
|
9587
9481
|
},
|
|
9588
9482
|
kwikset_metadata: {
|
|
@@ -20074,8 +19968,14 @@ export default {
|
|
|
20074
19968
|
thermostats: { name: 'Thermostats' },
|
|
20075
19969
|
},
|
|
20076
19970
|
},
|
|
19971
|
+
workspace_id: {
|
|
19972
|
+
description: 'Unique identifier for the Seam workspace associated with the access code.',
|
|
19973
|
+
format: 'uuid',
|
|
19974
|
+
type: 'string',
|
|
19975
|
+
},
|
|
20077
19976
|
},
|
|
20078
19977
|
required: [
|
|
19978
|
+
'workspace_id',
|
|
20079
19979
|
'type',
|
|
20080
19980
|
'access_code_id',
|
|
20081
19981
|
'device_id',
|