@seamapi/types 1.814.0 → 1.815.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 +14 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +26 -0
- package/dist/index.cjs +14 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +24 -0
- package/lib/seam/connect/openapi.js +14 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +16 -0
- package/src/lib/seam/connect/route-types.ts +2 -0
package/dist/connect.cjs
CHANGED
|
@@ -52411,6 +52411,15 @@ var openapi_default = {
|
|
|
52411
52411
|
type: "string"
|
|
52412
52412
|
}
|
|
52413
52413
|
},
|
|
52414
|
+
{
|
|
52415
|
+
in: "query",
|
|
52416
|
+
name: "space_id",
|
|
52417
|
+
schema: {
|
|
52418
|
+
description: "ID of the space by which you want to filter connected accounts.",
|
|
52419
|
+
format: "uuid",
|
|
52420
|
+
type: "string"
|
|
52421
|
+
}
|
|
52422
|
+
},
|
|
52414
52423
|
{
|
|
52415
52424
|
in: "query",
|
|
52416
52425
|
name: "search",
|
|
@@ -52514,6 +52523,11 @@ var openapi_default = {
|
|
|
52514
52523
|
minLength: 1,
|
|
52515
52524
|
type: "string"
|
|
52516
52525
|
},
|
|
52526
|
+
space_id: {
|
|
52527
|
+
description: "ID of the space by which you want to filter connected accounts.",
|
|
52528
|
+
format: "uuid",
|
|
52529
|
+
type: "string"
|
|
52530
|
+
},
|
|
52517
52531
|
user_identifier_key: {
|
|
52518
52532
|
description: "Your user ID for the user by which you want to filter connected accounts.",
|
|
52519
52533
|
type: "string"
|