@seamapi/types 1.509.0 → 1.511.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 +95 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +174 -87
- package/dist/index.cjs +95 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-grants/access-grant.d.ts +3 -0
- package/lib/seam/connect/models/access-grants/access-grant.js +5 -0
- package/lib/seam/connect/models/access-grants/access-grant.js.map +1 -1
- package/lib/seam/connect/models/access-grants/access-method.d.ts +3 -0
- package/lib/seam/connect/models/access-grants/access-method.js +5 -0
- package/lib/seam/connect/models/access-grants/access-method.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +20 -0
- package/lib/seam/connect/openapi.d.ts +126 -87
- package/lib/seam/connect/openapi.js +87 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +32 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-grants/access-grant.ts +7 -0
- package/src/lib/seam/connect/models/access-grants/access-method.ts +7 -0
- package/src/lib/seam/connect/openapi.ts +97 -0
- package/src/lib/seam/connect/route-types.ts +32 -0
package/dist/index.cjs
CHANGED
|
@@ -2296,7 +2296,10 @@ var access_grant = zod.z.object({
|
|
|
2296
2296
|
),
|
|
2297
2297
|
created_at: zod.z.string().datetime().describe("Date and time at which the Access Grant was created."),
|
|
2298
2298
|
starts_at: zod.z.string().datetime().describe("Date and time at which the Access Grant starts."),
|
|
2299
|
-
ends_at: zod.z.string().datetime().nullable().describe("Date and time at which the Access Grant ends.")
|
|
2299
|
+
ends_at: zod.z.string().datetime().nullable().describe("Date and time at which the Access Grant ends."),
|
|
2300
|
+
customization_profile_id: zod.z.string().uuid().optional().describe(
|
|
2301
|
+
"ID of the customization profile associated with the Access Grant."
|
|
2302
|
+
)
|
|
2300
2303
|
}).describe(`
|
|
2301
2304
|
---
|
|
2302
2305
|
draft: Early access.
|
|
@@ -2319,7 +2322,10 @@ var access_method = zod.z.object({
|
|
|
2319
2322
|
is_encoding_required: zod.z.boolean().optional().describe(
|
|
2320
2323
|
"Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method."
|
|
2321
2324
|
),
|
|
2322
|
-
code: zod.z.string().optional().describe("The actual PIN code for code access methods.")
|
|
2325
|
+
code: zod.z.string().optional().describe("The actual PIN code for code access methods."),
|
|
2326
|
+
customization_profile_id: zod.z.string().uuid().optional().describe(
|
|
2327
|
+
"ID of the customization profile associated with the access method."
|
|
2328
|
+
)
|
|
2323
2329
|
}).describe(`
|
|
2324
2330
|
---
|
|
2325
2331
|
draft: Early access.
|
|
@@ -7135,6 +7141,11 @@ var openapi_default = {
|
|
|
7135
7141
|
format: "date-time",
|
|
7136
7142
|
type: "string"
|
|
7137
7143
|
},
|
|
7144
|
+
customization_profile_id: {
|
|
7145
|
+
description: "ID of the customization profile associated with the Access Grant.",
|
|
7146
|
+
format: "uuid",
|
|
7147
|
+
type: "string"
|
|
7148
|
+
},
|
|
7138
7149
|
display_name: {
|
|
7139
7150
|
description: "Display name of the Access Grant.",
|
|
7140
7151
|
type: "string"
|
|
@@ -7255,6 +7266,11 @@ var openapi_default = {
|
|
|
7255
7266
|
format: "date-time",
|
|
7256
7267
|
type: "string"
|
|
7257
7268
|
},
|
|
7269
|
+
customization_profile_id: {
|
|
7270
|
+
description: "ID of the customization profile associated with the access method.",
|
|
7271
|
+
format: "uuid",
|
|
7272
|
+
type: "string"
|
|
7273
|
+
},
|
|
7258
7274
|
display_name: {
|
|
7259
7275
|
description: "Display name of the access method.",
|
|
7260
7276
|
type: "string"
|
|
@@ -30582,6 +30598,11 @@ var openapi_default = {
|
|
|
30582
30598
|
items: { format: "uuid", type: "string" },
|
|
30583
30599
|
type: "array"
|
|
30584
30600
|
},
|
|
30601
|
+
customization_profile_id: {
|
|
30602
|
+
description: "ID of the customization profile to apply to the Access Grant and its access methods.",
|
|
30603
|
+
format: "uuid",
|
|
30604
|
+
type: "string"
|
|
30605
|
+
},
|
|
30585
30606
|
device_ids: {
|
|
30586
30607
|
default: [],
|
|
30587
30608
|
description: "Set of IDs of the [devices](https://docs.seam.co/latest/api/devices/list) to which access is being granted.",
|
|
@@ -39666,6 +39687,14 @@ var openapi_default = {
|
|
|
39666
39687
|
description: "Returns a list of all [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews).",
|
|
39667
39688
|
operationId: "connectWebviewsListGet",
|
|
39668
39689
|
parameters: [
|
|
39690
|
+
{
|
|
39691
|
+
in: "query",
|
|
39692
|
+
name: "customer_key",
|
|
39693
|
+
schema: {
|
|
39694
|
+
description: "Customer key for which you want to list connect webviews.",
|
|
39695
|
+
type: "string"
|
|
39696
|
+
}
|
|
39697
|
+
},
|
|
39669
39698
|
{
|
|
39670
39699
|
in: "query",
|
|
39671
39700
|
name: "user_identifier_key",
|
|
@@ -39758,6 +39787,10 @@ var openapi_default = {
|
|
|
39758
39787
|
description: "Custom metadata pairs by which you want to [filter Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata). Returns Connect Webviews with `custom_metadata` that contains all of the provided key:value pairs.",
|
|
39759
39788
|
type: "object"
|
|
39760
39789
|
},
|
|
39790
|
+
customer_key: {
|
|
39791
|
+
description: "Customer key for which you want to list connect webviews.",
|
|
39792
|
+
type: "string"
|
|
39793
|
+
},
|
|
39761
39794
|
limit: {
|
|
39762
39795
|
default: 500,
|
|
39763
39796
|
description: "Maximum number of records to return per page.",
|
|
@@ -42196,6 +42229,14 @@ var openapi_default = {
|
|
|
42196
42229
|
type: "array"
|
|
42197
42230
|
}
|
|
42198
42231
|
},
|
|
42232
|
+
{
|
|
42233
|
+
in: "query",
|
|
42234
|
+
name: "customer_key",
|
|
42235
|
+
schema: {
|
|
42236
|
+
description: "Customer key for which you want to list devices.",
|
|
42237
|
+
type: "string"
|
|
42238
|
+
}
|
|
42239
|
+
},
|
|
42199
42240
|
{
|
|
42200
42241
|
in: "query",
|
|
42201
42242
|
name: "connected_account_id",
|
|
@@ -42637,6 +42678,10 @@ var openapi_default = {
|
|
|
42637
42678
|
items: { format: "uuid", type: "string" },
|
|
42638
42679
|
type: "array"
|
|
42639
42680
|
},
|
|
42681
|
+
customer_key: {
|
|
42682
|
+
description: "Customer key for which you want to list devices.",
|
|
42683
|
+
type: "string"
|
|
42684
|
+
},
|
|
42640
42685
|
device_ids: {
|
|
42641
42686
|
description: "Array of device IDs for which you want to list devices.",
|
|
42642
42687
|
items: { format: "uuid", type: "string" },
|
|
@@ -43436,6 +43481,14 @@ var openapi_default = {
|
|
|
43436
43481
|
type: "array"
|
|
43437
43482
|
}
|
|
43438
43483
|
},
|
|
43484
|
+
{
|
|
43485
|
+
in: "query",
|
|
43486
|
+
name: "customer_key",
|
|
43487
|
+
schema: {
|
|
43488
|
+
description: "Customer key for which you want to list devices.",
|
|
43489
|
+
type: "string"
|
|
43490
|
+
}
|
|
43491
|
+
},
|
|
43439
43492
|
{
|
|
43440
43493
|
in: "query",
|
|
43441
43494
|
name: "connected_account_id",
|
|
@@ -43874,6 +43927,10 @@ var openapi_default = {
|
|
|
43874
43927
|
items: { format: "uuid", type: "string" },
|
|
43875
43928
|
type: "array"
|
|
43876
43929
|
},
|
|
43930
|
+
customer_key: {
|
|
43931
|
+
description: "Customer key for which you want to list devices.",
|
|
43932
|
+
type: "string"
|
|
43933
|
+
},
|
|
43877
43934
|
device_ids: {
|
|
43878
43935
|
description: "Array of device IDs for which you want to list devices.",
|
|
43879
43936
|
items: { format: "uuid", type: "string" },
|
|
@@ -45705,6 +45762,14 @@ var openapi_default = {
|
|
|
45705
45762
|
type: "array"
|
|
45706
45763
|
}
|
|
45707
45764
|
},
|
|
45765
|
+
{
|
|
45766
|
+
in: "query",
|
|
45767
|
+
name: "customer_key",
|
|
45768
|
+
schema: {
|
|
45769
|
+
description: "Customer key for which you want to list devices.",
|
|
45770
|
+
type: "string"
|
|
45771
|
+
}
|
|
45772
|
+
},
|
|
45708
45773
|
{
|
|
45709
45774
|
in: "query",
|
|
45710
45775
|
name: "connected_account_id",
|
|
@@ -46083,6 +46148,10 @@ var openapi_default = {
|
|
|
46083
46148
|
items: { format: "uuid", type: "string" },
|
|
46084
46149
|
type: "array"
|
|
46085
46150
|
},
|
|
46151
|
+
customer_key: {
|
|
46152
|
+
description: "Customer key for which you want to list devices.",
|
|
46153
|
+
type: "string"
|
|
46154
|
+
},
|
|
46086
46155
|
device_ids: {
|
|
46087
46156
|
description: "Array of device IDs for which you want to list devices.",
|
|
46088
46157
|
items: { format: "uuid", type: "string" },
|
|
@@ -46578,6 +46647,14 @@ var openapi_default = {
|
|
|
46578
46647
|
type: "array"
|
|
46579
46648
|
}
|
|
46580
46649
|
},
|
|
46650
|
+
{
|
|
46651
|
+
in: "query",
|
|
46652
|
+
name: "customer_key",
|
|
46653
|
+
schema: {
|
|
46654
|
+
description: "Customer key for which you want to list devices.",
|
|
46655
|
+
type: "string"
|
|
46656
|
+
}
|
|
46657
|
+
},
|
|
46581
46658
|
{
|
|
46582
46659
|
in: "query",
|
|
46583
46660
|
name: "connected_account_id",
|
|
@@ -46871,6 +46948,10 @@ var openapi_default = {
|
|
|
46871
46948
|
items: { format: "uuid", type: "string" },
|
|
46872
46949
|
type: "array"
|
|
46873
46950
|
},
|
|
46951
|
+
customer_key: {
|
|
46952
|
+
description: "Customer key for which you want to list devices.",
|
|
46953
|
+
type: "string"
|
|
46954
|
+
},
|
|
46874
46955
|
device_ids: {
|
|
46875
46956
|
description: "Array of device IDs for which you want to list devices.",
|
|
46876
46957
|
items: { format: "uuid", type: "string" },
|
|
@@ -53085,6 +53166,14 @@ var openapi_default = {
|
|
|
53085
53166
|
type: "array"
|
|
53086
53167
|
}
|
|
53087
53168
|
},
|
|
53169
|
+
{
|
|
53170
|
+
in: "query",
|
|
53171
|
+
name: "customer_key",
|
|
53172
|
+
schema: {
|
|
53173
|
+
description: "Customer key for which you want to list devices.",
|
|
53174
|
+
type: "string"
|
|
53175
|
+
}
|
|
53176
|
+
},
|
|
53088
53177
|
{
|
|
53089
53178
|
in: "query",
|
|
53090
53179
|
name: "connected_account_id",
|
|
@@ -53399,6 +53488,10 @@ var openapi_default = {
|
|
|
53399
53488
|
items: { format: "uuid", type: "string" },
|
|
53400
53489
|
type: "array"
|
|
53401
53490
|
},
|
|
53491
|
+
customer_key: {
|
|
53492
|
+
description: "Customer key for which you want to list devices.",
|
|
53493
|
+
type: "string"
|
|
53494
|
+
},
|
|
53402
53495
|
device_ids: {
|
|
53403
53496
|
description: "Array of device IDs for which you want to list devices.",
|
|
53404
53497
|
items: { format: "uuid", type: "string" },
|