@seamapi/types 1.82.0 → 1.84.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 +10 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +34 -1
- package/lib/seam/connect/openapi.d.ts +16 -0
- package/lib/seam/connect/openapi.js +9 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +18 -1
- package/lib/seam/connect/unstable/models/acs/user.d.ts +9 -0
- package/lib/seam/connect/unstable/models/acs/user.js +3 -0
- package/lib/seam/connect/unstable/models/acs/user.js.map +1 -1
- package/lib/seam/connect/unstable/models/index.d.ts +1 -0
- package/lib/seam/connect/unstable/models/index.js +1 -0
- package/lib/seam/connect/unstable/models/index.js.map +1 -1
- package/lib/seam/connect/unstable/schemas.d.ts +1 -1
- package/lib/seam/connect/unstable/schemas.js +1 -1
- package/lib/seam/connect/unstable/schemas.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +9 -0
- package/src/lib/seam/connect/route-types.ts +18 -0
- package/src/lib/seam/connect/unstable/models/acs/user.ts +3 -0
- package/src/lib/seam/connect/unstable/models/index.ts +1 -0
- package/src/lib/seam/connect/unstable/schemas.ts +1 -0
package/dist/connect.d.cts
CHANGED
|
@@ -325,6 +325,15 @@ declare const _default: {
|
|
|
325
325
|
nullable: boolean;
|
|
326
326
|
type: string;
|
|
327
327
|
};
|
|
328
|
+
user_identity_email_address: {
|
|
329
|
+
type: string;
|
|
330
|
+
};
|
|
331
|
+
user_identity_id: {
|
|
332
|
+
type: string;
|
|
333
|
+
};
|
|
334
|
+
user_identity_phone_number: {
|
|
335
|
+
type: string;
|
|
336
|
+
};
|
|
328
337
|
workspace_id: {
|
|
329
338
|
format: string;
|
|
330
339
|
type: string;
|
|
@@ -8477,10 +8486,17 @@ declare const _default: {
|
|
|
8477
8486
|
format: string;
|
|
8478
8487
|
type: string;
|
|
8479
8488
|
};
|
|
8489
|
+
user_identity_email_address: {
|
|
8490
|
+
type: string;
|
|
8491
|
+
};
|
|
8480
8492
|
user_identity_id: {
|
|
8481
8493
|
format: string;
|
|
8482
8494
|
type: string;
|
|
8483
8495
|
};
|
|
8496
|
+
user_identity_phone_number: {
|
|
8497
|
+
nullable: boolean;
|
|
8498
|
+
type: string;
|
|
8499
|
+
};
|
|
8484
8500
|
};
|
|
8485
8501
|
type: string;
|
|
8486
8502
|
};
|
|
@@ -17352,6 +17368,9 @@ interface Routes {
|
|
|
17352
17368
|
starts_at: string;
|
|
17353
17369
|
ends_at: string;
|
|
17354
17370
|
} | undefined;
|
|
17371
|
+
user_identity_id?: string | undefined;
|
|
17372
|
+
user_identity_email_address?: string | undefined;
|
|
17373
|
+
user_identity_phone_number?: string | undefined;
|
|
17355
17374
|
full_name?: string | undefined;
|
|
17356
17375
|
/** Deprecated: use email_address. */
|
|
17357
17376
|
email?: string | undefined;
|
|
@@ -17754,6 +17773,9 @@ interface Routes {
|
|
|
17754
17773
|
starts_at: string;
|
|
17755
17774
|
ends_at: string;
|
|
17756
17775
|
} | undefined;
|
|
17776
|
+
user_identity_id?: string | undefined;
|
|
17777
|
+
user_identity_email_address?: string | undefined;
|
|
17778
|
+
user_identity_phone_number?: string | undefined;
|
|
17757
17779
|
full_name?: string | undefined;
|
|
17758
17780
|
/** Deprecated: use email_address. */
|
|
17759
17781
|
email?: string | undefined;
|
|
@@ -17797,6 +17819,9 @@ interface Routes {
|
|
|
17797
17819
|
starts_at: string;
|
|
17798
17820
|
ends_at: string;
|
|
17799
17821
|
} | undefined;
|
|
17822
|
+
user_identity_id?: string | undefined;
|
|
17823
|
+
user_identity_email_address?: string | undefined;
|
|
17824
|
+
user_identity_phone_number?: string | undefined;
|
|
17800
17825
|
full_name?: string | undefined;
|
|
17801
17826
|
/** Deprecated: use email_address. */
|
|
17802
17827
|
email?: string | undefined;
|
|
@@ -17812,6 +17837,8 @@ interface Routes {
|
|
|
17812
17837
|
jsonBody: {};
|
|
17813
17838
|
commonParams: {
|
|
17814
17839
|
user_identity_id?: string | undefined;
|
|
17840
|
+
user_identity_phone_number?: string | undefined;
|
|
17841
|
+
user_identity_email_address?: string | undefined;
|
|
17815
17842
|
acs_system_id?: string | undefined;
|
|
17816
17843
|
};
|
|
17817
17844
|
formData: {};
|
|
@@ -17830,6 +17857,9 @@ interface Routes {
|
|
|
17830
17857
|
starts_at: string;
|
|
17831
17858
|
ends_at: string;
|
|
17832
17859
|
} | undefined;
|
|
17860
|
+
user_identity_id?: string | undefined;
|
|
17861
|
+
user_identity_email_address?: string | undefined;
|
|
17862
|
+
user_identity_phone_number?: string | undefined;
|
|
17833
17863
|
full_name?: string | undefined;
|
|
17834
17864
|
/** Deprecated: use email_address. */
|
|
17835
17865
|
email?: string | undefined;
|
|
@@ -18131,7 +18161,7 @@ interface Routes {
|
|
|
18131
18161
|
device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
|
|
18132
18162
|
custom_redirect_url?: string | undefined;
|
|
18133
18163
|
custom_redirect_failure_url?: string | undefined;
|
|
18134
|
-
accepted_providers?: Array<'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'yale_access' | 'hid_cm'> | undefined;
|
|
18164
|
+
accepted_providers?: Array<'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'google_nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'yale_access' | 'hid_cm'> | undefined;
|
|
18135
18165
|
provider_category?: ('stable' | 'consumer_smartlocks' | 'internal_beta') | undefined;
|
|
18136
18166
|
custom_metadata?: Record<string, string | boolean> | undefined;
|
|
18137
18167
|
automatically_manage_new_devices?: boolean | undefined;
|
|
@@ -24556,6 +24586,9 @@ interface Routes {
|
|
|
24556
24586
|
starts_at: string;
|
|
24557
24587
|
ends_at: string;
|
|
24558
24588
|
} | undefined;
|
|
24589
|
+
user_identity_id?: string | undefined;
|
|
24590
|
+
user_identity_email_address?: string | undefined;
|
|
24591
|
+
user_identity_phone_number?: string | undefined;
|
|
24559
24592
|
full_name?: string | undefined;
|
|
24560
24593
|
/** Deprecated: use email_address. */
|
|
24561
24594
|
email?: string | undefined;
|
|
@@ -251,6 +251,15 @@ declare const _default: {
|
|
|
251
251
|
nullable: boolean;
|
|
252
252
|
type: string;
|
|
253
253
|
};
|
|
254
|
+
user_identity_email_address: {
|
|
255
|
+
type: string;
|
|
256
|
+
};
|
|
257
|
+
user_identity_id: {
|
|
258
|
+
type: string;
|
|
259
|
+
};
|
|
260
|
+
user_identity_phone_number: {
|
|
261
|
+
type: string;
|
|
262
|
+
};
|
|
254
263
|
workspace_id: {
|
|
255
264
|
format: string;
|
|
256
265
|
type: string;
|
|
@@ -8403,10 +8412,17 @@ declare const _default: {
|
|
|
8403
8412
|
format: string;
|
|
8404
8413
|
type: string;
|
|
8405
8414
|
};
|
|
8415
|
+
user_identity_email_address: {
|
|
8416
|
+
type: string;
|
|
8417
|
+
};
|
|
8406
8418
|
user_identity_id: {
|
|
8407
8419
|
format: string;
|
|
8408
8420
|
type: string;
|
|
8409
8421
|
};
|
|
8422
|
+
user_identity_phone_number: {
|
|
8423
|
+
nullable: boolean;
|
|
8424
|
+
type: string;
|
|
8425
|
+
};
|
|
8410
8426
|
};
|
|
8411
8427
|
type: string;
|
|
8412
8428
|
};
|
|
@@ -250,6 +250,9 @@ export default {
|
|
|
250
250
|
hid_acs_system_id: { format: 'uuid', type: 'string' },
|
|
251
251
|
is_suspended: { type: 'boolean' },
|
|
252
252
|
phone_number: { nullable: true, type: 'string' },
|
|
253
|
+
user_identity_email_address: { type: 'string' },
|
|
254
|
+
user_identity_id: { type: 'string' },
|
|
255
|
+
user_identity_phone_number: { type: 'string' },
|
|
253
256
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
254
257
|
},
|
|
255
258
|
required: [
|
|
@@ -6244,7 +6247,12 @@ export default {
|
|
|
6244
6247
|
schema: {
|
|
6245
6248
|
properties: {
|
|
6246
6249
|
acs_system_id: { format: 'uuid', type: 'string' },
|
|
6250
|
+
user_identity_email_address: { type: 'string' },
|
|
6247
6251
|
user_identity_id: { format: 'uuid', type: 'string' },
|
|
6252
|
+
user_identity_phone_number: {
|
|
6253
|
+
nullable: true,
|
|
6254
|
+
type: 'string',
|
|
6255
|
+
},
|
|
6248
6256
|
},
|
|
6249
6257
|
type: 'object',
|
|
6250
6258
|
},
|
|
@@ -7252,6 +7260,7 @@ export default {
|
|
|
7252
7260
|
'my_2n',
|
|
7253
7261
|
'controlbyweb',
|
|
7254
7262
|
'nest',
|
|
7263
|
+
'google_nest',
|
|
7255
7264
|
'igloohome',
|
|
7256
7265
|
'ecobee',
|
|
7257
7266
|
'hubitat',
|