@seamapi/types 1.541.0 → 1.543.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 +40 -9
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +27 -28
- package/dist/index.cjs +40 -9
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +10 -10
- package/lib/seam/connect/models/client-sessions/client-session.d.ts +3 -3
- package/lib/seam/connect/models/client-sessions/client-session.js +2 -3
- package/lib/seam/connect/models/client-sessions/client-session.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +1 -2
- package/lib/seam/connect/openapi.js +38 -7
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +18 -18
- package/package.json +1 -1
- package/src/lib/seam/connect/models/client-sessions/client-session.ts +2 -3
- package/src/lib/seam/connect/openapi.ts +38 -7
- package/src/lib/seam/connect/route-types.ts +38 -18
|
@@ -13193,8 +13193,8 @@ export type Routes = {
|
|
|
13193
13193
|
commonParams: {
|
|
13194
13194
|
/** IDs of the access methods that you want to get along with their related resources. */
|
|
13195
13195
|
access_method_ids: string[];
|
|
13196
|
-
include?: ('spaces' | 'devices' | 'acs_entrances')[] | undefined;
|
|
13197
|
-
exclude?: ('spaces' | 'devices' | 'acs_entrances')[] | undefined;
|
|
13196
|
+
include?: ('spaces' | 'devices' | 'acs_entrances' | 'access_grants' | 'access_methods' | 'instant_keys' | 'client_sessions')[] | undefined;
|
|
13197
|
+
exclude?: ('spaces' | 'devices' | 'acs_entrances' | 'access_grants' | 'access_methods' | 'instant_keys' | 'client_sessions')[] | undefined;
|
|
13198
13198
|
};
|
|
13199
13199
|
formData: {};
|
|
13200
13200
|
jsonResponse: {
|
|
@@ -16479,8 +16479,8 @@ export type Routes = {
|
|
|
16479
16479
|
user_identifier_key: string | null;
|
|
16480
16480
|
/** Number of devices associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
16481
16481
|
device_count: number;
|
|
16482
|
-
/** Customer
|
|
16483
|
-
|
|
16482
|
+
/** Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
16483
|
+
customer_key?: string | undefined;
|
|
16484
16484
|
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
16485
16485
|
connected_account_ids: string[];
|
|
16486
16486
|
/** IDs of the [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
@@ -30033,8 +30033,8 @@ export type Routes = {
|
|
|
30033
30033
|
user_identifier_key: string | null;
|
|
30034
30034
|
/** Number of devices associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
30035
30035
|
device_count: number;
|
|
30036
|
-
/** Customer
|
|
30037
|
-
|
|
30036
|
+
/** Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
30037
|
+
customer_key?: string | undefined;
|
|
30038
30038
|
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
30039
30039
|
connected_account_ids: string[];
|
|
30040
30040
|
/** IDs of the [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
@@ -30096,8 +30096,8 @@ export type Routes = {
|
|
|
30096
30096
|
user_identifier_key: string | null;
|
|
30097
30097
|
/** Number of devices associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
30098
30098
|
device_count: number;
|
|
30099
|
-
/** Customer
|
|
30100
|
-
|
|
30099
|
+
/** Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
30100
|
+
customer_key?: string | undefined;
|
|
30101
30101
|
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
30102
30102
|
connected_account_ids: string[];
|
|
30103
30103
|
/** IDs of the [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
@@ -30156,8 +30156,8 @@ export type Routes = {
|
|
|
30156
30156
|
user_identifier_key: string | null;
|
|
30157
30157
|
/** Number of devices associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
30158
30158
|
device_count: number;
|
|
30159
|
-
/** Customer
|
|
30160
|
-
|
|
30159
|
+
/** Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
30160
|
+
customer_key?: string | undefined;
|
|
30161
30161
|
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
30162
30162
|
connected_account_ids: string[];
|
|
30163
30163
|
/** IDs of the [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
@@ -30216,8 +30216,8 @@ export type Routes = {
|
|
|
30216
30216
|
user_identifier_key: string | null;
|
|
30217
30217
|
/** Number of devices associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
30218
30218
|
device_count: number;
|
|
30219
|
-
/** Customer
|
|
30220
|
-
|
|
30219
|
+
/** Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
30220
|
+
customer_key?: string | undefined;
|
|
30221
30221
|
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
30222
30222
|
connected_account_ids: string[];
|
|
30223
30223
|
/** IDs of the [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
@@ -30264,8 +30264,8 @@ export type Routes = {
|
|
|
30264
30264
|
user_identifier_key: string | null;
|
|
30265
30265
|
/** Number of devices associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
30266
30266
|
device_count: number;
|
|
30267
|
-
/** Customer
|
|
30268
|
-
|
|
30267
|
+
/** Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
30268
|
+
customer_key?: string | undefined;
|
|
30269
30269
|
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
30270
30270
|
connected_account_ids: string[];
|
|
30271
30271
|
/** IDs of the [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
@@ -57795,8 +57795,8 @@ export type Routes = {
|
|
|
57795
57795
|
user_identifier_key: string | null;
|
|
57796
57796
|
/** Number of devices associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
57797
57797
|
device_count: number;
|
|
57798
|
-
/** Customer
|
|
57799
|
-
|
|
57798
|
+
/** Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
57799
|
+
customer_key?: string | undefined;
|
|
57800
57800
|
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
57801
57801
|
connected_account_ids: string[];
|
|
57802
57802
|
/** IDs of the [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
@@ -82405,8 +82405,8 @@ export type Routes = {
|
|
|
82405
82405
|
user_identifier_key: string | null;
|
|
82406
82406
|
/** Number of devices associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
82407
82407
|
device_count: number;
|
|
82408
|
-
/** Customer
|
|
82409
|
-
|
|
82408
|
+
/** Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
82409
|
+
customer_key?: string | undefined;
|
|
82410
82410
|
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
82411
82411
|
connected_account_ids: string[];
|
|
82412
82412
|
/** IDs of the [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
package/package.json
CHANGED
|
@@ -41,12 +41,11 @@ export const client_session = z.object({
|
|
|
41
41
|
.describe(
|
|
42
42
|
'Number of devices associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens).',
|
|
43
43
|
),
|
|
44
|
-
|
|
44
|
+
customer_key: z
|
|
45
45
|
.string()
|
|
46
|
-
.uuid()
|
|
47
46
|
.optional()
|
|
48
47
|
.describe(
|
|
49
|
-
'Customer
|
|
48
|
+
'Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens).',
|
|
50
49
|
),
|
|
51
50
|
connected_account_ids: z
|
|
52
51
|
.array(z.string().uuid())
|
|
@@ -8585,10 +8585,9 @@ export default {
|
|
|
8585
8585
|
format: 'date-time',
|
|
8586
8586
|
type: 'string',
|
|
8587
8587
|
},
|
|
8588
|
-
|
|
8588
|
+
customer_key: {
|
|
8589
8589
|
description:
|
|
8590
|
-
'Customer
|
|
8591
|
-
format: 'uuid',
|
|
8590
|
+
'Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens).',
|
|
8592
8591
|
type: 'string',
|
|
8593
8592
|
},
|
|
8594
8593
|
device_count: {
|
|
@@ -29280,7 +29279,15 @@ export default {
|
|
|
29280
29279
|
required: false,
|
|
29281
29280
|
schema: {
|
|
29282
29281
|
items: {
|
|
29283
|
-
enum: [
|
|
29282
|
+
enum: [
|
|
29283
|
+
'spaces',
|
|
29284
|
+
'devices',
|
|
29285
|
+
'acs_entrances',
|
|
29286
|
+
'access_grants',
|
|
29287
|
+
'access_methods',
|
|
29288
|
+
'instant_keys',
|
|
29289
|
+
'client_sessions',
|
|
29290
|
+
],
|
|
29284
29291
|
type: 'string',
|
|
29285
29292
|
},
|
|
29286
29293
|
type: 'array',
|
|
@@ -29292,7 +29299,15 @@ export default {
|
|
|
29292
29299
|
required: false,
|
|
29293
29300
|
schema: {
|
|
29294
29301
|
items: {
|
|
29295
|
-
enum: [
|
|
29302
|
+
enum: [
|
|
29303
|
+
'spaces',
|
|
29304
|
+
'devices',
|
|
29305
|
+
'acs_entrances',
|
|
29306
|
+
'access_grants',
|
|
29307
|
+
'access_methods',
|
|
29308
|
+
'instant_keys',
|
|
29309
|
+
'client_sessions',
|
|
29310
|
+
],
|
|
29296
29311
|
type: 'string',
|
|
29297
29312
|
},
|
|
29298
29313
|
type: 'array',
|
|
@@ -29501,14 +29516,30 @@ export default {
|
|
|
29501
29516
|
},
|
|
29502
29517
|
exclude: {
|
|
29503
29518
|
items: {
|
|
29504
|
-
enum: [
|
|
29519
|
+
enum: [
|
|
29520
|
+
'spaces',
|
|
29521
|
+
'devices',
|
|
29522
|
+
'acs_entrances',
|
|
29523
|
+
'access_grants',
|
|
29524
|
+
'access_methods',
|
|
29525
|
+
'instant_keys',
|
|
29526
|
+
'client_sessions',
|
|
29527
|
+
],
|
|
29505
29528
|
type: 'string',
|
|
29506
29529
|
},
|
|
29507
29530
|
type: 'array',
|
|
29508
29531
|
},
|
|
29509
29532
|
include: {
|
|
29510
29533
|
items: {
|
|
29511
|
-
enum: [
|
|
29534
|
+
enum: [
|
|
29535
|
+
'spaces',
|
|
29536
|
+
'devices',
|
|
29537
|
+
'acs_entrances',
|
|
29538
|
+
'access_grants',
|
|
29539
|
+
'access_methods',
|
|
29540
|
+
'instant_keys',
|
|
29541
|
+
'client_sessions',
|
|
29542
|
+
],
|
|
29512
29543
|
type: 'string',
|
|
29513
29544
|
},
|
|
29514
29545
|
type: 'array',
|
|
@@ -15085,8 +15085,28 @@ export type Routes = {
|
|
|
15085
15085
|
commonParams: {
|
|
15086
15086
|
/** IDs of the access methods that you want to get along with their related resources. */
|
|
15087
15087
|
access_method_ids: string[]
|
|
15088
|
-
include?:
|
|
15089
|
-
|
|
15088
|
+
include?:
|
|
15089
|
+
| (
|
|
15090
|
+
| 'spaces'
|
|
15091
|
+
| 'devices'
|
|
15092
|
+
| 'acs_entrances'
|
|
15093
|
+
| 'access_grants'
|
|
15094
|
+
| 'access_methods'
|
|
15095
|
+
| 'instant_keys'
|
|
15096
|
+
| 'client_sessions'
|
|
15097
|
+
)[]
|
|
15098
|
+
| undefined
|
|
15099
|
+
exclude?:
|
|
15100
|
+
| (
|
|
15101
|
+
| 'spaces'
|
|
15102
|
+
| 'devices'
|
|
15103
|
+
| 'acs_entrances'
|
|
15104
|
+
| 'access_grants'
|
|
15105
|
+
| 'access_methods'
|
|
15106
|
+
| 'instant_keys'
|
|
15107
|
+
| 'client_sessions'
|
|
15108
|
+
)[]
|
|
15109
|
+
| undefined
|
|
15090
15110
|
}
|
|
15091
15111
|
formData: {}
|
|
15092
15112
|
jsonResponse: {
|
|
@@ -19108,8 +19128,8 @@ export type Routes = {
|
|
|
19108
19128
|
user_identifier_key: string | null
|
|
19109
19129
|
/** Number of devices associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
19110
19130
|
device_count: number
|
|
19111
|
-
/** Customer
|
|
19112
|
-
|
|
19131
|
+
/** Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
19132
|
+
customer_key?: string | undefined
|
|
19113
19133
|
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
19114
19134
|
connected_account_ids: string[]
|
|
19115
19135
|
/** IDs of the [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
@@ -34862,8 +34882,8 @@ export type Routes = {
|
|
|
34862
34882
|
user_identifier_key: string | null
|
|
34863
34883
|
/** Number of devices associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
34864
34884
|
device_count: number
|
|
34865
|
-
/** Customer
|
|
34866
|
-
|
|
34885
|
+
/** Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
34886
|
+
customer_key?: string | undefined
|
|
34867
34887
|
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
34868
34888
|
connected_account_ids: string[]
|
|
34869
34889
|
/** IDs of the [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
@@ -34925,8 +34945,8 @@ export type Routes = {
|
|
|
34925
34945
|
user_identifier_key: string | null
|
|
34926
34946
|
/** Number of devices associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
34927
34947
|
device_count: number
|
|
34928
|
-
/** Customer
|
|
34929
|
-
|
|
34948
|
+
/** Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
34949
|
+
customer_key?: string | undefined
|
|
34930
34950
|
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
34931
34951
|
connected_account_ids: string[]
|
|
34932
34952
|
/** IDs of the [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
@@ -34985,8 +35005,8 @@ export type Routes = {
|
|
|
34985
35005
|
user_identifier_key: string | null
|
|
34986
35006
|
/** Number of devices associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
34987
35007
|
device_count: number
|
|
34988
|
-
/** Customer
|
|
34989
|
-
|
|
35008
|
+
/** Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
35009
|
+
customer_key?: string | undefined
|
|
34990
35010
|
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
34991
35011
|
connected_account_ids: string[]
|
|
34992
35012
|
/** IDs of the [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
@@ -35045,8 +35065,8 @@ export type Routes = {
|
|
|
35045
35065
|
user_identifier_key: string | null
|
|
35046
35066
|
/** Number of devices associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
35047
35067
|
device_count: number
|
|
35048
|
-
/** Customer
|
|
35049
|
-
|
|
35068
|
+
/** Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
35069
|
+
customer_key?: string | undefined
|
|
35050
35070
|
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
35051
35071
|
connected_account_ids: string[]
|
|
35052
35072
|
/** IDs of the [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
@@ -35093,8 +35113,8 @@ export type Routes = {
|
|
|
35093
35113
|
user_identifier_key: string | null
|
|
35094
35114
|
/** Number of devices associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
35095
35115
|
device_count: number
|
|
35096
|
-
/** Customer
|
|
35097
|
-
|
|
35116
|
+
/** Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
35117
|
+
customer_key?: string | undefined
|
|
35098
35118
|
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
35099
35119
|
connected_account_ids: string[]
|
|
35100
35120
|
/** IDs of the [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
@@ -68794,8 +68814,8 @@ export type Routes = {
|
|
|
68794
68814
|
user_identifier_key: string | null
|
|
68795
68815
|
/** Number of devices associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
68796
68816
|
device_count: number
|
|
68797
|
-
/** Customer
|
|
68798
|
-
|
|
68817
|
+
/** Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
68818
|
+
customer_key?: string | undefined
|
|
68799
68819
|
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
68800
68820
|
connected_account_ids: string[]
|
|
68801
68821
|
/** IDs of the [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
@@ -98059,8 +98079,8 @@ export type Routes = {
|
|
|
98059
98079
|
user_identifier_key: string | null
|
|
98060
98080
|
/** Number of devices associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
98061
98081
|
device_count: number
|
|
98062
|
-
/** Customer
|
|
98063
|
-
|
|
98082
|
+
/** Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
98083
|
+
customer_key?: string | undefined
|
|
98064
98084
|
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
98065
98085
|
connected_account_ids: string[]
|
|
98066
98086
|
/** IDs of the [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|