@seamapi/types 1.707.0 → 1.708.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 +8 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +30 -6
- package/dist/index.cjs +8 -8
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +28 -4
- package/lib/seam/connect/openapi.js +8 -8
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +8 -8
- package/src/lib/seam/connect/route-types.ts +2 -2
package/dist/connect.cjs
CHANGED
|
@@ -32923,11 +32923,11 @@ var openapi_default = {
|
|
|
32923
32923
|
parameters: [
|
|
32924
32924
|
{
|
|
32925
32925
|
in: "query",
|
|
32926
|
-
name: "
|
|
32926
|
+
name: "access_grant_ids",
|
|
32927
32927
|
schema: {
|
|
32928
|
-
description: "
|
|
32929
|
-
format: "uuid",
|
|
32930
|
-
type: "
|
|
32928
|
+
description: "IDs of the access grants to retrieve.",
|
|
32929
|
+
items: { format: "uuid", type: "string" },
|
|
32930
|
+
type: "array"
|
|
32931
32931
|
}
|
|
32932
32932
|
},
|
|
32933
32933
|
{
|
|
@@ -33066,10 +33066,10 @@ var openapi_default = {
|
|
|
33066
33066
|
"application/json": {
|
|
33067
33067
|
schema: {
|
|
33068
33068
|
properties: {
|
|
33069
|
-
|
|
33070
|
-
description: "
|
|
33071
|
-
format: "uuid",
|
|
33072
|
-
type: "
|
|
33069
|
+
access_grant_ids: {
|
|
33070
|
+
description: "IDs of the access grants to retrieve.",
|
|
33071
|
+
items: { format: "uuid", type: "string" },
|
|
33072
|
+
type: "array"
|
|
33073
33073
|
},
|
|
33074
33074
|
access_grant_key: {
|
|
33075
33075
|
description: "Filter Access Grants by access_grant_key.",
|