@seamapi/types 1.174.1 → 1.175.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 +1 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +6 -0
- package/lib/seam/connect/openapi.d.ts +5 -0
- package/lib/seam/connect/openapi.js +1 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +1 -0
- package/src/lib/seam/connect/route-types.ts +1 -0
package/dist/connect.cjs
CHANGED
|
@@ -7179,6 +7179,7 @@ var openapi_default = {
|
|
|
7179
7179
|
description: "Returns devices where the webview's custom_metadata contains all of the provided key/value pairs.",
|
|
7180
7180
|
type: "object"
|
|
7181
7181
|
},
|
|
7182
|
+
limit: { default: 500, nullable: true, type: "number" },
|
|
7182
7183
|
user_identifier_key: { type: "string" }
|
|
7183
7184
|
},
|
|
7184
7185
|
type: "object"
|