@seamapi/types 1.392.0 → 1.392.1
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 +2 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +9 -1
- package/lib/seam/connect/openapi.d.ts +8 -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 -1
- 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
|
@@ -24563,7 +24563,8 @@ var openapi_default = {
|
|
|
24563
24563
|
},
|
|
24564
24564
|
required: ["user_identity_id"],
|
|
24565
24565
|
type: "object"
|
|
24566
|
-
}
|
|
24566
|
+
},
|
|
24567
|
+
{ properties: {}, type: "object" }
|
|
24567
24568
|
]
|
|
24568
24569
|
},
|
|
24569
24570
|
{
|