@seamapi/types 1.203.0 → 1.204.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 +10 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +10 -2
- package/lib/seam/connect/openapi.d.ts +5 -0
- package/lib/seam/connect/openapi.js +10 -3
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +5 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +12 -3
- package/src/lib/seam/connect/route-types.ts +5 -2
package/dist/connect.cjs
CHANGED
|
@@ -10358,11 +10358,14 @@ var openapi_default = {
|
|
|
10358
10358
|
additionalProperties: {
|
|
10359
10359
|
oneOf: [{ type: "string" }, { type: "boolean" }]
|
|
10360
10360
|
},
|
|
10361
|
-
description: "Returns
|
|
10361
|
+
description: "Returns webviews whose custom_metadata contains all of the provided key/value pairs.",
|
|
10362
10362
|
type: "object"
|
|
10363
10363
|
},
|
|
10364
10364
|
limit: { default: 500, format: "float", type: "number" },
|
|
10365
|
-
user_identifier_key: {
|
|
10365
|
+
user_identifier_key: {
|
|
10366
|
+
description: "Returns webviews that can be accessed by the provided user_identifier_key.",
|
|
10367
|
+
type: "string"
|
|
10368
|
+
}
|
|
10366
10369
|
},
|
|
10367
10370
|
type: "object"
|
|
10368
10371
|
}
|
|
@@ -10519,8 +10522,12 @@ var openapi_default = {
|
|
|
10519
10522
|
additionalProperties: {
|
|
10520
10523
|
oneOf: [{ type: "string" }, { type: "boolean" }]
|
|
10521
10524
|
},
|
|
10522
|
-
description: "Returns
|
|
10525
|
+
description: "Returns accounts whose custom_metadata contains all of the provided key/value pairs.",
|
|
10523
10526
|
type: "object"
|
|
10527
|
+
},
|
|
10528
|
+
user_identifier_key: {
|
|
10529
|
+
description: "Returns accounts that can be accessed by the provided user_identifier_key.",
|
|
10530
|
+
type: "string"
|
|
10524
10531
|
}
|
|
10525
10532
|
},
|
|
10526
10533
|
type: "object"
|