@seamapi/types 1.963.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 +52 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +17 -2
- package/dist/index.cjs +52 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.js +52 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +17 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +53 -2
- package/src/lib/seam/connect/route-types.ts +212 -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"
|
|
@@ -82466,6 +82472,50 @@ var openapi = {
|
|
|
82466
82472
|
"x-undocumented": "Partner building blocks/UI only."
|
|
82467
82473
|
}
|
|
82468
82474
|
},
|
|
82475
|
+
"/seam/webhooks/[provider]/[subscription_id]": {
|
|
82476
|
+
post: {
|
|
82477
|
+
description: "Receives an inbound webhook delivery for a provider subscription.",
|
|
82478
|
+
operationId: "seamWebhooksByProviderBySubscriptionIdPost",
|
|
82479
|
+
parameters: [
|
|
82480
|
+
{
|
|
82481
|
+
in: "query",
|
|
82482
|
+
name: "provider",
|
|
82483
|
+
required: true,
|
|
82484
|
+
schema: { type: "string" }
|
|
82485
|
+
},
|
|
82486
|
+
{
|
|
82487
|
+
in: "query",
|
|
82488
|
+
name: "subscription_id",
|
|
82489
|
+
required: true,
|
|
82490
|
+
schema: { type: "string" }
|
|
82491
|
+
}
|
|
82492
|
+
],
|
|
82493
|
+
requestBody: { content: { "application/json": { schema: {} } } },
|
|
82494
|
+
responses: {
|
|
82495
|
+
200: {
|
|
82496
|
+
content: {
|
|
82497
|
+
"application/json": {
|
|
82498
|
+
schema: {
|
|
82499
|
+
properties: { ok: { type: "boolean" } },
|
|
82500
|
+
required: ["ok"],
|
|
82501
|
+
type: "object"
|
|
82502
|
+
}
|
|
82503
|
+
}
|
|
82504
|
+
},
|
|
82505
|
+
description: "OK"
|
|
82506
|
+
},
|
|
82507
|
+
400: { description: "Bad Request" },
|
|
82508
|
+
401: { description: "Unauthorized" }
|
|
82509
|
+
},
|
|
82510
|
+
summary: "/seam/webhooks/[provider]/[subscription_id]",
|
|
82511
|
+
tags: ["/webhooks"],
|
|
82512
|
+
"x-fern-sdk-group-name": ["seam", "webhooks", "[provider]"],
|
|
82513
|
+
"x-fern-sdk-method-name": "by_subscription_id",
|
|
82514
|
+
"x-response-key": null,
|
|
82515
|
+
"x-title": "Receive a Provider Webhook",
|
|
82516
|
+
"x-undocumented": "Internal endpoint for inbound provider webhooks"
|
|
82517
|
+
}
|
|
82518
|
+
},
|
|
82469
82519
|
"/spaces/add_acs_entrances": {
|
|
82470
82520
|
post: {
|
|
82471
82521
|
description: "Adds [entrances](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) to a specific space.",
|