@seamapi/types 1.542.0 → 1.544.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 +340 -289
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +428 -374
- package/dist/index.cjs +340 -289
- 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 +355 -308
- package/lib/seam/connect/openapi.js +326 -275
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +65 -58
- 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 +326 -275
- package/src/lib/seam/connect/route-types.ts +75 -68
|
@@ -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). */
|
|
@@ -66043,64 +66043,68 @@ export type Routes = {
|
|
|
66043
66043
|
formData: {}
|
|
66044
66044
|
jsonResponse: {
|
|
66045
66045
|
timeline: {
|
|
66046
|
-
|
|
66047
|
-
|
|
66048
|
-
|
|
66049
|
-
|
|
66050
|
-
request_payload: {
|
|
66051
|
-
[x: string]: any
|
|
66052
|
-
}
|
|
66053
|
-
response_payload: {
|
|
66054
|
-
[x: string]: any
|
|
66055
|
-
}
|
|
66056
|
-
}
|
|
66057
|
-
| {
|
|
66058
|
-
context_type: 'job'
|
|
66059
|
-
job_id: string
|
|
66060
|
-
}
|
|
66061
|
-
entries: {
|
|
66062
|
-
resource_type: string
|
|
66063
|
-
resource_id: string
|
|
66064
|
-
entry_type: string
|
|
66065
|
-
body:
|
|
66066
|
-
| {
|
|
66067
|
-
entry_type: 'resource_created'
|
|
66068
|
-
description: string
|
|
66069
|
-
}
|
|
66070
|
-
| {
|
|
66071
|
-
entry_type: 'resource_updated'
|
|
66072
|
-
description: string
|
|
66073
|
-
properties_updated?:
|
|
66074
|
-
| {
|
|
66075
|
-
[x: string]: any
|
|
66076
|
-
}
|
|
66077
|
-
| undefined
|
|
66078
|
-
errors?: string[] | undefined
|
|
66079
|
-
warnings?: string[] | undefined
|
|
66080
|
-
}
|
|
66081
|
-
| {
|
|
66082
|
-
entry_type: 'resource_deleted'
|
|
66083
|
-
description: string
|
|
66084
|
-
}
|
|
66046
|
+
resource_type: string
|
|
66047
|
+
resource_id: string
|
|
66048
|
+
groups: {
|
|
66049
|
+
context:
|
|
66085
66050
|
| {
|
|
66086
|
-
|
|
66087
|
-
|
|
66088
|
-
|
|
66051
|
+
context_type: 'request'
|
|
66052
|
+
request_id: string
|
|
66053
|
+
request_payload: {
|
|
66054
|
+
[x: string]: any
|
|
66055
|
+
}
|
|
66056
|
+
response_payload: {
|
|
66057
|
+
[x: string]: any
|
|
66058
|
+
}
|
|
66089
66059
|
}
|
|
66090
66060
|
| {
|
|
66091
|
-
|
|
66092
|
-
|
|
66093
|
-
response_status_code: number
|
|
66094
|
-
response_body?:
|
|
66095
|
-
| {
|
|
66096
|
-
[x: string]: any
|
|
66097
|
-
}
|
|
66098
|
-
| undefined
|
|
66061
|
+
context_type: 'job'
|
|
66062
|
+
job_id: string
|
|
66099
66063
|
}
|
|
66064
|
+
entries: {
|
|
66065
|
+
resource_type: string
|
|
66066
|
+
resource_id: string
|
|
66067
|
+
entry_type: string
|
|
66068
|
+
body:
|
|
66069
|
+
| {
|
|
66070
|
+
entry_type: 'resource_created'
|
|
66071
|
+
description: string
|
|
66072
|
+
}
|
|
66073
|
+
| {
|
|
66074
|
+
entry_type: 'resource_updated'
|
|
66075
|
+
description: string
|
|
66076
|
+
properties_updated?:
|
|
66077
|
+
| {
|
|
66078
|
+
[x: string]: any
|
|
66079
|
+
}
|
|
66080
|
+
| undefined
|
|
66081
|
+
errors?: string[] | undefined
|
|
66082
|
+
warnings?: string[] | undefined
|
|
66083
|
+
}
|
|
66084
|
+
| {
|
|
66085
|
+
entry_type: 'resource_deleted'
|
|
66086
|
+
description: string
|
|
66087
|
+
}
|
|
66088
|
+
| {
|
|
66089
|
+
entry_type: 'event'
|
|
66090
|
+
event_type: string
|
|
66091
|
+
event_id: string
|
|
66092
|
+
}
|
|
66093
|
+
| {
|
|
66094
|
+
entry_type: 'provider_call'
|
|
66095
|
+
description: string
|
|
66096
|
+
response_status_code: number
|
|
66097
|
+
response_body?:
|
|
66098
|
+
| {
|
|
66099
|
+
[x: string]: any
|
|
66100
|
+
}
|
|
66101
|
+
| undefined
|
|
66102
|
+
}
|
|
66103
|
+
created_at: string
|
|
66104
|
+
}[]
|
|
66100
66105
|
created_at: string
|
|
66101
66106
|
}[]
|
|
66102
|
-
|
|
66103
|
-
}[]
|
|
66107
|
+
}
|
|
66104
66108
|
/** Information about the current page of results. */
|
|
66105
66109
|
pagination: {
|
|
66106
66110
|
/** Opaque value that can be used to select the next page of results via the `page_cursor` parameter. */
|
|
@@ -66146,6 +66150,9 @@ export type Routes = {
|
|
|
66146
66150
|
workspace_id: string
|
|
66147
66151
|
automation_id: string | null
|
|
66148
66152
|
partner_resource_id: string | null
|
|
66153
|
+
partner_key: string | null
|
|
66154
|
+
resource_type: string | null
|
|
66155
|
+
resource_type_alias: string | null
|
|
66149
66156
|
automation_result?:
|
|
66150
66157
|
| {
|
|
66151
66158
|
success: boolean
|
|
@@ -68814,8 +68821,8 @@ export type Routes = {
|
|
|
68814
68821
|
user_identifier_key: string | null
|
|
68815
68822
|
/** Number of devices associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
68816
68823
|
device_count: number
|
|
68817
|
-
/** Customer
|
|
68818
|
-
|
|
68824
|
+
/** Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
68825
|
+
customer_key?: string | undefined
|
|
68819
68826
|
/** 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
68827
|
connected_account_ids: string[]
|
|
68821
68828
|
/** 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 +98086,8 @@ export type Routes = {
|
|
|
98079
98086
|
user_identifier_key: string | null
|
|
98080
98087
|
/** Number of devices associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
98081
98088
|
device_count: number
|
|
98082
|
-
/** Customer
|
|
98083
|
-
|
|
98089
|
+
/** Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
98090
|
+
customer_key?: string | undefined
|
|
98084
98091
|
/** 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
98092
|
connected_account_ids: string[]
|
|
98086
98093
|
/** 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). */
|