@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
package/dist/connect.cjs
CHANGED
|
@@ -3916,8 +3916,8 @@ var client_session = zod.z.object({
|
|
|
3916
3916
|
device_count: zod.z.number().describe(
|
|
3917
3917
|
"Number of devices associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens)."
|
|
3918
3918
|
),
|
|
3919
|
-
|
|
3920
|
-
"Customer
|
|
3919
|
+
customer_key: zod.z.string().optional().describe(
|
|
3920
|
+
"Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens)."
|
|
3921
3921
|
),
|
|
3922
3922
|
connected_account_ids: zod.z.array(zod.z.string().uuid()).describe(
|
|
3923
3923
|
"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)."
|
|
@@ -13168,9 +13168,8 @@ var openapi_default = {
|
|
|
13168
13168
|
format: "date-time",
|
|
13169
13169
|
type: "string"
|
|
13170
13170
|
},
|
|
13171
|
-
|
|
13172
|
-
description: "Customer
|
|
13173
|
-
format: "uuid",
|
|
13171
|
+
customer_key: {
|
|
13172
|
+
description: "Customer key associated with the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens).",
|
|
13174
13173
|
type: "string"
|
|
13175
13174
|
},
|
|
13176
13175
|
device_count: {
|
|
@@ -31952,7 +31951,15 @@ var openapi_default = {
|
|
|
31952
31951
|
required: false,
|
|
31953
31952
|
schema: {
|
|
31954
31953
|
items: {
|
|
31955
|
-
enum: [
|
|
31954
|
+
enum: [
|
|
31955
|
+
"spaces",
|
|
31956
|
+
"devices",
|
|
31957
|
+
"acs_entrances",
|
|
31958
|
+
"access_grants",
|
|
31959
|
+
"access_methods",
|
|
31960
|
+
"instant_keys",
|
|
31961
|
+
"client_sessions"
|
|
31962
|
+
],
|
|
31956
31963
|
type: "string"
|
|
31957
31964
|
},
|
|
31958
31965
|
type: "array"
|
|
@@ -31964,7 +31971,15 @@ var openapi_default = {
|
|
|
31964
31971
|
required: false,
|
|
31965
31972
|
schema: {
|
|
31966
31973
|
items: {
|
|
31967
|
-
enum: [
|
|
31974
|
+
enum: [
|
|
31975
|
+
"spaces",
|
|
31976
|
+
"devices",
|
|
31977
|
+
"acs_entrances",
|
|
31978
|
+
"access_grants",
|
|
31979
|
+
"access_methods",
|
|
31980
|
+
"instant_keys",
|
|
31981
|
+
"client_sessions"
|
|
31982
|
+
],
|
|
31968
31983
|
type: "string"
|
|
31969
31984
|
},
|
|
31970
31985
|
type: "array"
|
|
@@ -32171,14 +32186,30 @@ var openapi_default = {
|
|
|
32171
32186
|
},
|
|
32172
32187
|
exclude: {
|
|
32173
32188
|
items: {
|
|
32174
|
-
enum: [
|
|
32189
|
+
enum: [
|
|
32190
|
+
"spaces",
|
|
32191
|
+
"devices",
|
|
32192
|
+
"acs_entrances",
|
|
32193
|
+
"access_grants",
|
|
32194
|
+
"access_methods",
|
|
32195
|
+
"instant_keys",
|
|
32196
|
+
"client_sessions"
|
|
32197
|
+
],
|
|
32175
32198
|
type: "string"
|
|
32176
32199
|
},
|
|
32177
32200
|
type: "array"
|
|
32178
32201
|
},
|
|
32179
32202
|
include: {
|
|
32180
32203
|
items: {
|
|
32181
|
-
enum: [
|
|
32204
|
+
enum: [
|
|
32205
|
+
"spaces",
|
|
32206
|
+
"devices",
|
|
32207
|
+
"acs_entrances",
|
|
32208
|
+
"access_grants",
|
|
32209
|
+
"access_methods",
|
|
32210
|
+
"instant_keys",
|
|
32211
|
+
"client_sessions"
|
|
32212
|
+
],
|
|
32182
32213
|
type: "string"
|
|
32183
32214
|
},
|
|
32184
32215
|
type: "array"
|