@seamapi/types 1.783.0 → 1.784.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 +28 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +14 -0
- package/dist/index.cjs +28 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +10 -0
- package/lib/seam/connect/openapi.js +28 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +4 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +32 -0
- package/src/lib/seam/connect/route-types.ts +4 -0
package/dist/connect.cjs
CHANGED
|
@@ -38172,6 +38172,15 @@ var openapi_default = {
|
|
|
38172
38172
|
type: "string"
|
|
38173
38173
|
}
|
|
38174
38174
|
},
|
|
38175
|
+
{
|
|
38176
|
+
in: "query",
|
|
38177
|
+
name: "access_code_id",
|
|
38178
|
+
schema: {
|
|
38179
|
+
description: "ID of the access code by which you want to filter the list of Access Grants.",
|
|
38180
|
+
format: "uuid",
|
|
38181
|
+
type: "string"
|
|
38182
|
+
}
|
|
38183
|
+
},
|
|
38175
38184
|
{
|
|
38176
38185
|
in: "query",
|
|
38177
38186
|
name: "access_grant_key",
|
|
@@ -38236,6 +38245,11 @@ var openapi_default = {
|
|
|
38236
38245
|
"application/json": {
|
|
38237
38246
|
schema: {
|
|
38238
38247
|
properties: {
|
|
38248
|
+
access_code_id: {
|
|
38249
|
+
description: "ID of the access code by which you want to filter the list of Access Grants.",
|
|
38250
|
+
format: "uuid",
|
|
38251
|
+
type: "string"
|
|
38252
|
+
},
|
|
38239
38253
|
access_grant_ids: {
|
|
38240
38254
|
description: "IDs of the access grants to retrieve.",
|
|
38241
38255
|
items: { format: "uuid", type: "string" },
|
|
@@ -41575,6 +41589,15 @@ var openapi_default = {
|
|
|
41575
41589
|
format: "uuid",
|
|
41576
41590
|
type: "string"
|
|
41577
41591
|
}
|
|
41592
|
+
},
|
|
41593
|
+
{
|
|
41594
|
+
in: "query",
|
|
41595
|
+
name: "access_code_id",
|
|
41596
|
+
schema: {
|
|
41597
|
+
description: "ID of the access code for which you want to retrieve all access methods.",
|
|
41598
|
+
format: "uuid",
|
|
41599
|
+
type: "string"
|
|
41600
|
+
}
|
|
41578
41601
|
}
|
|
41579
41602
|
],
|
|
41580
41603
|
responses: {
|
|
@@ -41622,6 +41645,11 @@ var openapi_default = {
|
|
|
41622
41645
|
"application/json": {
|
|
41623
41646
|
schema: {
|
|
41624
41647
|
properties: {
|
|
41648
|
+
access_code_id: {
|
|
41649
|
+
description: "ID of the access code for which you want to retrieve all access methods.",
|
|
41650
|
+
format: "uuid",
|
|
41651
|
+
type: "string"
|
|
41652
|
+
},
|
|
41625
41653
|
access_grant_id: {
|
|
41626
41654
|
description: "ID of Access Grant to list access methods for.",
|
|
41627
41655
|
format: "uuid",
|