@seamapi/types 1.964.0 → 1.965.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 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +7 -2
- package/dist/index.cjs +8 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.js +8 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +7 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +8 -2
- package/src/lib/seam/connect/route-types.ts +202 -193
package/dist/connect.cjs
CHANGED
|
@@ -81325,7 +81325,7 @@ var openapi = {
|
|
|
81325
81325
|
"x-undocumented": "Internal resource for customer portals."
|
|
81326
81326
|
}
|
|
81327
81327
|
},
|
|
81328
|
-
required: ["
|
|
81328
|
+
required: ["spaces", "staff_member", "ok"],
|
|
81329
81329
|
type: "object"
|
|
81330
81330
|
}
|
|
81331
81331
|
}
|
|
@@ -81418,7 +81418,7 @@ var openapi = {
|
|
|
81418
81418
|
"x-undocumented": "Internal resource for customer portals."
|
|
81419
81419
|
}
|
|
81420
81420
|
},
|
|
81421
|
-
required: ["
|
|
81421
|
+
required: ["spaces", "staff_member", "ok"],
|
|
81422
81422
|
type: "object"
|
|
81423
81423
|
}
|
|
81424
81424
|
}
|
|
@@ -81503,6 +81503,9 @@ var openapi = {
|
|
|
81503
81503
|
items: {
|
|
81504
81504
|
description: "Represents a staff member for a specific customer.",
|
|
81505
81505
|
properties: {
|
|
81506
|
+
access_grant: {
|
|
81507
|
+
$ref: "#/components/schemas/access_grant"
|
|
81508
|
+
},
|
|
81506
81509
|
email_address: {
|
|
81507
81510
|
description: "Email address associated with the user identity.",
|
|
81508
81511
|
type: "string"
|
|
@@ -81606,6 +81609,9 @@ var openapi = {
|
|
|
81606
81609
|
items: {
|
|
81607
81610
|
description: "Represents a staff member for a specific customer.",
|
|
81608
81611
|
properties: {
|
|
81612
|
+
access_grant: {
|
|
81613
|
+
$ref: "#/components/schemas/access_grant"
|
|
81614
|
+
},
|
|
81609
81615
|
email_address: {
|
|
81610
81616
|
description: "Email address associated with the user identity.",
|
|
81611
81617
|
type: "string"
|