@seamapi/types 1.804.0 → 1.805.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 +39 -36
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +33 -30
- package/dist/index.cjs +39 -36
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +33 -30
- package/lib/seam/connect/openapi.js +39 -36
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +43 -40
package/dist/connect.cjs
CHANGED
|
@@ -16868,6 +16868,44 @@ var openapi_default = {
|
|
|
16868
16868
|
"x-route-path": "/customers",
|
|
16869
16869
|
"x-undocumented": "Internal resource."
|
|
16870
16870
|
},
|
|
16871
|
+
customer_portal: {
|
|
16872
|
+
description: "Represents a Customer Portal. Customer Portal is a hosted, customizable interface for managing device access. It enables you to embed secure, pre-authenticated access flows into your product\u2014either by sharing a link with users or embedding a view in an iframe.\n\nWith Customer Portal, you no longer need to build out frontend experiences for physical access, thermostats, and sensors. Instead, you can ship enterprise-grade access control experiences in a fraction of the time, while maintaining your product's branding and user experience.\n\nSeam hosts these flows, handling everything from account connection and device mapping to full-featured device control.",
|
|
16873
|
+
properties: {
|
|
16874
|
+
created_at: {
|
|
16875
|
+
description: "Date and time at which the customer portal link was created.",
|
|
16876
|
+
format: "date-time",
|
|
16877
|
+
type: "string"
|
|
16878
|
+
},
|
|
16879
|
+
customer_key: {
|
|
16880
|
+
description: "Customer key for the customer portal.",
|
|
16881
|
+
type: "string"
|
|
16882
|
+
},
|
|
16883
|
+
expires_at: {
|
|
16884
|
+
description: "Date and time at which the customer portal link expires.",
|
|
16885
|
+
format: "date-time",
|
|
16886
|
+
type: "string"
|
|
16887
|
+
},
|
|
16888
|
+
url: {
|
|
16889
|
+
description: "URL for the customer portal.",
|
|
16890
|
+
format: "uri",
|
|
16891
|
+
type: "string"
|
|
16892
|
+
},
|
|
16893
|
+
workspace_id: {
|
|
16894
|
+
description: "ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the customer portal.",
|
|
16895
|
+
format: "uuid",
|
|
16896
|
+
type: "string"
|
|
16897
|
+
}
|
|
16898
|
+
},
|
|
16899
|
+
required: [
|
|
16900
|
+
"url",
|
|
16901
|
+
"customer_key",
|
|
16902
|
+
"expires_at",
|
|
16903
|
+
"workspace_id",
|
|
16904
|
+
"created_at"
|
|
16905
|
+
],
|
|
16906
|
+
type: "object",
|
|
16907
|
+
"x-route-path": "/customers"
|
|
16908
|
+
},
|
|
16871
16909
|
customization_profile: {
|
|
16872
16910
|
description: "A customization profile.",
|
|
16873
16911
|
properties: {
|
|
@@ -53638,42 +53676,7 @@ var openapi_default = {
|
|
|
53638
53676
|
schema: {
|
|
53639
53677
|
properties: {
|
|
53640
53678
|
customer_portal: {
|
|
53641
|
-
|
|
53642
|
-
properties: {
|
|
53643
|
-
created_at: {
|
|
53644
|
-
description: "Date and time at which the customer portal link was created.",
|
|
53645
|
-
format: "date-time",
|
|
53646
|
-
type: "string"
|
|
53647
|
-
},
|
|
53648
|
-
customer_key: {
|
|
53649
|
-
description: "Customer key for the customer portal.",
|
|
53650
|
-
type: "string"
|
|
53651
|
-
},
|
|
53652
|
-
expires_at: {
|
|
53653
|
-
description: "Date and time at which the customer portal link expires.",
|
|
53654
|
-
format: "date-time",
|
|
53655
|
-
type: "string"
|
|
53656
|
-
},
|
|
53657
|
-
url: {
|
|
53658
|
-
description: "URL for the customer portal.",
|
|
53659
|
-
format: "uri",
|
|
53660
|
-
type: "string"
|
|
53661
|
-
},
|
|
53662
|
-
workspace_id: {
|
|
53663
|
-
description: "ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the customer portal.",
|
|
53664
|
-
format: "uuid",
|
|
53665
|
-
type: "string"
|
|
53666
|
-
}
|
|
53667
|
-
},
|
|
53668
|
-
required: [
|
|
53669
|
-
"url",
|
|
53670
|
-
"customer_key",
|
|
53671
|
-
"expires_at",
|
|
53672
|
-
"workspace_id",
|
|
53673
|
-
"created_at"
|
|
53674
|
-
],
|
|
53675
|
-
type: "object",
|
|
53676
|
-
"x-route-path": "/customers"
|
|
53679
|
+
$ref: "#/components/schemas/customer_portal"
|
|
53677
53680
|
},
|
|
53678
53681
|
magic_link: { $ref: "#/components/schemas/magic_link" },
|
|
53679
53682
|
ok: { type: "boolean" }
|