@seamapi/types 1.533.0 → 1.535.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 +2 -99
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +13 -61
- package/dist/index.cjs +2 -99
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-grants/access-method.d.ts +3 -3
- package/lib/seam/connect/models/access-grants/access-method.js +1 -0
- package/lib/seam/connect/models/access-grants/access-method.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +10 -10
- package/lib/seam/connect/openapi.d.ts +1 -35
- package/lib/seam/connect/openapi.js +1 -98
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +4 -18
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-grants/access-method.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +1 -112
- package/src/lib/seam/connect/route-types.ts +4 -18
package/dist/connect.cjs
CHANGED
|
@@ -2334,7 +2334,7 @@ var access_method = zod.z.object({
|
|
|
2334
2334
|
is_encoding_required: zod.z.boolean().optional().describe(
|
|
2335
2335
|
"Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method."
|
|
2336
2336
|
),
|
|
2337
|
-
code: zod.z.string().optional().describe("The actual PIN code for code access methods."),
|
|
2337
|
+
code: zod.z.string().nullable().optional().describe("The actual PIN code for code access methods."),
|
|
2338
2338
|
customization_profile_id: zod.z.string().uuid().optional().describe(
|
|
2339
2339
|
"ID of the customization profile associated with the access method."
|
|
2340
2340
|
)
|
|
@@ -7295,6 +7295,7 @@ var openapi_default = {
|
|
|
7295
7295
|
},
|
|
7296
7296
|
code: {
|
|
7297
7297
|
description: "The actual PIN code for code access methods.",
|
|
7298
|
+
nullable: true,
|
|
7298
7299
|
type: "string"
|
|
7299
7300
|
},
|
|
7300
7301
|
created_at: {
|
|
@@ -35900,24 +35901,6 @@ var openapi_default = {
|
|
|
35900
35901
|
type: "string"
|
|
35901
35902
|
}
|
|
35902
35903
|
},
|
|
35903
|
-
{
|
|
35904
|
-
in: "query",
|
|
35905
|
-
name: "access_grant_id",
|
|
35906
|
-
schema: {
|
|
35907
|
-
description: "ID of the access grant for which you want to retrieve all entrances.",
|
|
35908
|
-
format: "uuid",
|
|
35909
|
-
type: "string"
|
|
35910
|
-
}
|
|
35911
|
-
},
|
|
35912
|
-
{
|
|
35913
|
-
in: "query",
|
|
35914
|
-
name: "access_method_id",
|
|
35915
|
-
schema: {
|
|
35916
|
-
description: "ID of the access method for which you want to retrieve all entrances.",
|
|
35917
|
-
format: "uuid",
|
|
35918
|
-
type: "string"
|
|
35919
|
-
}
|
|
35920
|
-
},
|
|
35921
35904
|
{
|
|
35922
35905
|
in: "query",
|
|
35923
35906
|
name: "connected_account_id",
|
|
@@ -36012,16 +35995,6 @@ var openapi_default = {
|
|
|
36012
35995
|
"application/json": {
|
|
36013
35996
|
schema: {
|
|
36014
35997
|
properties: {
|
|
36015
|
-
access_grant_id: {
|
|
36016
|
-
description: "ID of the access grant for which you want to retrieve all entrances.",
|
|
36017
|
-
format: "uuid",
|
|
36018
|
-
type: "string"
|
|
36019
|
-
},
|
|
36020
|
-
access_method_id: {
|
|
36021
|
-
description: "ID of the access method for which you want to retrieve all entrances.",
|
|
36022
|
-
format: "uuid",
|
|
36023
|
-
type: "string"
|
|
36024
|
-
},
|
|
36025
35998
|
acs_credential_id: {
|
|
36026
35999
|
description: "ID of the credential for which you want to retrieve all entrances.",
|
|
36027
36000
|
format: "uuid",
|
|
@@ -42791,15 +42764,6 @@ var openapi_default = {
|
|
|
42791
42764
|
minLength: 1,
|
|
42792
42765
|
type: "string"
|
|
42793
42766
|
}
|
|
42794
|
-
},
|
|
42795
|
-
{
|
|
42796
|
-
in: "query",
|
|
42797
|
-
name: "access_method_id",
|
|
42798
|
-
schema: {
|
|
42799
|
-
description: "ID of the access method for which you want to retrieve all devices.",
|
|
42800
|
-
format: "uuid",
|
|
42801
|
-
type: "string"
|
|
42802
|
-
}
|
|
42803
42767
|
}
|
|
42804
42768
|
],
|
|
42805
42769
|
responses: {
|
|
@@ -42848,11 +42812,6 @@ var openapi_default = {
|
|
|
42848
42812
|
"application/json": {
|
|
42849
42813
|
schema: {
|
|
42850
42814
|
properties: {
|
|
42851
|
-
access_method_id: {
|
|
42852
|
-
description: "ID of the access method for which you want to retrieve all devices.",
|
|
42853
|
-
format: "uuid",
|
|
42854
|
-
type: "string"
|
|
42855
|
-
},
|
|
42856
42815
|
connect_webview_id: {
|
|
42857
42816
|
description: "ID of the Connect Webview for which you want to list devices.",
|
|
42858
42817
|
format: "uuid",
|
|
@@ -44083,15 +44042,6 @@ var openapi_default = {
|
|
|
44083
44042
|
minLength: 1,
|
|
44084
44043
|
type: "string"
|
|
44085
44044
|
}
|
|
44086
|
-
},
|
|
44087
|
-
{
|
|
44088
|
-
in: "query",
|
|
44089
|
-
name: "access_method_id",
|
|
44090
|
-
schema: {
|
|
44091
|
-
description: "ID of the access method for which you want to retrieve all devices.",
|
|
44092
|
-
format: "uuid",
|
|
44093
|
-
type: "string"
|
|
44094
|
-
}
|
|
44095
44045
|
}
|
|
44096
44046
|
],
|
|
44097
44047
|
responses: {
|
|
@@ -44137,11 +44087,6 @@ var openapi_default = {
|
|
|
44137
44087
|
"application/json": {
|
|
44138
44088
|
schema: {
|
|
44139
44089
|
properties: {
|
|
44140
|
-
access_method_id: {
|
|
44141
|
-
description: "ID of the access method for which you want to retrieve all devices.",
|
|
44142
|
-
format: "uuid",
|
|
44143
|
-
type: "string"
|
|
44144
|
-
},
|
|
44145
44090
|
connect_webview_id: {
|
|
44146
44091
|
description: "ID of the Connect Webview for which you want to list devices.",
|
|
44147
44092
|
format: "uuid",
|
|
@@ -46323,15 +46268,6 @@ var openapi_default = {
|
|
|
46323
46268
|
minLength: 1,
|
|
46324
46269
|
type: "string"
|
|
46325
46270
|
}
|
|
46326
|
-
},
|
|
46327
|
-
{
|
|
46328
|
-
in: "query",
|
|
46329
|
-
name: "access_method_id",
|
|
46330
|
-
schema: {
|
|
46331
|
-
description: "ID of the access method for which you want to retrieve all devices.",
|
|
46332
|
-
format: "uuid",
|
|
46333
|
-
type: "string"
|
|
46334
|
-
}
|
|
46335
46271
|
}
|
|
46336
46272
|
],
|
|
46337
46273
|
responses: {
|
|
@@ -46382,11 +46318,6 @@ var openapi_default = {
|
|
|
46382
46318
|
"application/json": {
|
|
46383
46319
|
schema: {
|
|
46384
46320
|
properties: {
|
|
46385
|
-
access_method_id: {
|
|
46386
|
-
description: "ID of the access method for which you want to retrieve all devices.",
|
|
46387
|
-
format: "uuid",
|
|
46388
|
-
type: "string"
|
|
46389
|
-
},
|
|
46390
46321
|
connect_webview_id: {
|
|
46391
46322
|
description: "ID of the Connect Webview for which you want to list devices.",
|
|
46392
46323
|
format: "uuid",
|
|
@@ -47115,15 +47046,6 @@ var openapi_default = {
|
|
|
47115
47046
|
minLength: 1,
|
|
47116
47047
|
type: "string"
|
|
47117
47048
|
}
|
|
47118
|
-
},
|
|
47119
|
-
{
|
|
47120
|
-
in: "query",
|
|
47121
|
-
name: "access_method_id",
|
|
47122
|
-
schema: {
|
|
47123
|
-
description: "ID of the access method for which you want to retrieve all devices.",
|
|
47124
|
-
format: "uuid",
|
|
47125
|
-
type: "string"
|
|
47126
|
-
}
|
|
47127
47049
|
}
|
|
47128
47050
|
],
|
|
47129
47051
|
responses: {
|
|
@@ -47174,11 +47096,6 @@ var openapi_default = {
|
|
|
47174
47096
|
"application/json": {
|
|
47175
47097
|
schema: {
|
|
47176
47098
|
properties: {
|
|
47177
|
-
access_method_id: {
|
|
47178
|
-
description: "ID of the access method for which you want to retrieve all devices.",
|
|
47179
|
-
format: "uuid",
|
|
47180
|
-
type: "string"
|
|
47181
|
-
},
|
|
47182
47099
|
connect_webview_id: {
|
|
47183
47100
|
description: "ID of the Connect Webview for which you want to list devices.",
|
|
47184
47101
|
format: "uuid",
|
|
@@ -54149,15 +54066,6 @@ var openapi_default = {
|
|
|
54149
54066
|
minLength: 1,
|
|
54150
54067
|
type: "string"
|
|
54151
54068
|
}
|
|
54152
|
-
},
|
|
54153
|
-
{
|
|
54154
|
-
in: "query",
|
|
54155
|
-
name: "access_method_id",
|
|
54156
|
-
schema: {
|
|
54157
|
-
description: "ID of the access method for which you want to retrieve all devices.",
|
|
54158
|
-
format: "uuid",
|
|
54159
|
-
type: "string"
|
|
54160
|
-
}
|
|
54161
54069
|
}
|
|
54162
54070
|
],
|
|
54163
54071
|
responses: {
|
|
@@ -54208,11 +54116,6 @@ var openapi_default = {
|
|
|
54208
54116
|
"application/json": {
|
|
54209
54117
|
schema: {
|
|
54210
54118
|
properties: {
|
|
54211
|
-
access_method_id: {
|
|
54212
|
-
description: "ID of the access method for which you want to retrieve all devices.",
|
|
54213
|
-
format: "uuid",
|
|
54214
|
-
type: "string"
|
|
54215
|
-
},
|
|
54216
54119
|
connect_webview_id: {
|
|
54217
54120
|
description: "ID of the Connect Webview for which you want to list devices.",
|
|
54218
54121
|
format: "uuid",
|