@seamapi/types 1.542.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 +4 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +25 -26
- package/dist/index.cjs +4 -5
- 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 +2 -3
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +16 -16
- 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 +2 -3
- package/src/lib/seam/connect/route-types.ts +16 -16
|
@@ -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: {
|
|
@@ -19128,8 +19128,8 @@ export type Routes = {
|
|
|
19128
19128
|
user_identifier_key: string | null
|
|
19129
19129
|
/** Number of devices associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
19130
19130
|
device_count: number
|
|
19131
|
-
/** Customer
|
|
19132
|
-
|
|
19131
|
+
/** Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
19132
|
+
customer_key?: string | undefined
|
|
19133
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). */
|
|
19134
19134
|
connected_account_ids: string[]
|
|
19135
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). */
|
|
@@ -34882,8 +34882,8 @@ export type Routes = {
|
|
|
34882
34882
|
user_identifier_key: string | null
|
|
34883
34883
|
/** Number of devices associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
34884
34884
|
device_count: number
|
|
34885
|
-
/** Customer
|
|
34886
|
-
|
|
34885
|
+
/** Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
34886
|
+
customer_key?: string | undefined
|
|
34887
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). */
|
|
34888
34888
|
connected_account_ids: string[]
|
|
34889
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). */
|
|
@@ -34945,8 +34945,8 @@ export type Routes = {
|
|
|
34945
34945
|
user_identifier_key: string | null
|
|
34946
34946
|
/** Number of devices associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
34947
34947
|
device_count: number
|
|
34948
|
-
/** Customer
|
|
34949
|
-
|
|
34948
|
+
/** Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
34949
|
+
customer_key?: string | undefined
|
|
34950
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). */
|
|
34951
34951
|
connected_account_ids: string[]
|
|
34952
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). */
|
|
@@ -35005,8 +35005,8 @@ export type Routes = {
|
|
|
35005
35005
|
user_identifier_key: string | null
|
|
35006
35006
|
/** Number of devices associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
35007
35007
|
device_count: number
|
|
35008
|
-
/** Customer
|
|
35009
|
-
|
|
35008
|
+
/** Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
35009
|
+
customer_key?: string | undefined
|
|
35010
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). */
|
|
35011
35011
|
connected_account_ids: string[]
|
|
35012
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). */
|
|
@@ -35065,8 +35065,8 @@ export type Routes = {
|
|
|
35065
35065
|
user_identifier_key: string | null
|
|
35066
35066
|
/** Number of devices associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
35067
35067
|
device_count: number
|
|
35068
|
-
/** Customer
|
|
35069
|
-
|
|
35068
|
+
/** Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
35069
|
+
customer_key?: string | undefined
|
|
35070
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). */
|
|
35071
35071
|
connected_account_ids: string[]
|
|
35072
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). */
|
|
@@ -35113,8 +35113,8 @@ export type Routes = {
|
|
|
35113
35113
|
user_identifier_key: string | null
|
|
35114
35114
|
/** Number of devices associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
35115
35115
|
device_count: number
|
|
35116
|
-
/** Customer
|
|
35117
|
-
|
|
35116
|
+
/** Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
35117
|
+
customer_key?: string | undefined
|
|
35118
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). */
|
|
35119
35119
|
connected_account_ids: string[]
|
|
35120
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). */
|
|
@@ -68814,8 +68814,8 @@ export type Routes = {
|
|
|
68814
68814
|
user_identifier_key: string | null
|
|
68815
68815
|
/** Number of devices associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
68816
68816
|
device_count: number
|
|
68817
|
-
/** Customer
|
|
68818
|
-
|
|
68817
|
+
/** Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
68818
|
+
customer_key?: string | undefined
|
|
68819
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). */
|
|
68820
68820
|
connected_account_ids: string[]
|
|
68821
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). */
|
|
@@ -98079,8 +98079,8 @@ export type Routes = {
|
|
|
98079
98079
|
user_identifier_key: string | null
|
|
98080
98080
|
/** Number of devices associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
98081
98081
|
device_count: number
|
|
98082
|
-
/** Customer
|
|
98083
|
-
|
|
98082
|
+
/** Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
98083
|
+
customer_key?: string | undefined
|
|
98084
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). */
|
|
98085
98085
|
connected_account_ids: string[]
|
|
98086
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). */
|