@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/package.json
CHANGED
|
@@ -11306,6 +11306,48 @@ export default {
|
|
|
11306
11306
|
'x-route-path': '/customers',
|
|
11307
11307
|
'x-undocumented': 'Internal resource.',
|
|
11308
11308
|
},
|
|
11309
|
+
customer_portal: {
|
|
11310
|
+
description:
|
|
11311
|
+
"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—either 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.",
|
|
11312
|
+
properties: {
|
|
11313
|
+
created_at: {
|
|
11314
|
+
description:
|
|
11315
|
+
'Date and time at which the customer portal link was created.',
|
|
11316
|
+
format: 'date-time',
|
|
11317
|
+
type: 'string',
|
|
11318
|
+
},
|
|
11319
|
+
customer_key: {
|
|
11320
|
+
description: 'Customer key for the customer portal.',
|
|
11321
|
+
type: 'string',
|
|
11322
|
+
},
|
|
11323
|
+
expires_at: {
|
|
11324
|
+
description:
|
|
11325
|
+
'Date and time at which the customer portal link expires.',
|
|
11326
|
+
format: 'date-time',
|
|
11327
|
+
type: 'string',
|
|
11328
|
+
},
|
|
11329
|
+
url: {
|
|
11330
|
+
description: 'URL for the customer portal.',
|
|
11331
|
+
format: 'uri',
|
|
11332
|
+
type: 'string',
|
|
11333
|
+
},
|
|
11334
|
+
workspace_id: {
|
|
11335
|
+
description:
|
|
11336
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the customer portal.',
|
|
11337
|
+
format: 'uuid',
|
|
11338
|
+
type: 'string',
|
|
11339
|
+
},
|
|
11340
|
+
},
|
|
11341
|
+
required: [
|
|
11342
|
+
'url',
|
|
11343
|
+
'customer_key',
|
|
11344
|
+
'expires_at',
|
|
11345
|
+
'workspace_id',
|
|
11346
|
+
'created_at',
|
|
11347
|
+
],
|
|
11348
|
+
type: 'object',
|
|
11349
|
+
'x-route-path': '/customers',
|
|
11350
|
+
},
|
|
11309
11351
|
customization_profile: {
|
|
11310
11352
|
description: 'A customization profile.',
|
|
11311
11353
|
properties: {
|
|
@@ -51571,46 +51613,7 @@ export default {
|
|
|
51571
51613
|
schema: {
|
|
51572
51614
|
properties: {
|
|
51573
51615
|
customer_portal: {
|
|
51574
|
-
|
|
51575
|
-
"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—either 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.",
|
|
51576
|
-
properties: {
|
|
51577
|
-
created_at: {
|
|
51578
|
-
description:
|
|
51579
|
-
'Date and time at which the customer portal link was created.',
|
|
51580
|
-
format: 'date-time',
|
|
51581
|
-
type: 'string',
|
|
51582
|
-
},
|
|
51583
|
-
customer_key: {
|
|
51584
|
-
description: 'Customer key for the customer portal.',
|
|
51585
|
-
type: 'string',
|
|
51586
|
-
},
|
|
51587
|
-
expires_at: {
|
|
51588
|
-
description:
|
|
51589
|
-
'Date and time at which the customer portal link expires.',
|
|
51590
|
-
format: 'date-time',
|
|
51591
|
-
type: 'string',
|
|
51592
|
-
},
|
|
51593
|
-
url: {
|
|
51594
|
-
description: 'URL for the customer portal.',
|
|
51595
|
-
format: 'uri',
|
|
51596
|
-
type: 'string',
|
|
51597
|
-
},
|
|
51598
|
-
workspace_id: {
|
|
51599
|
-
description:
|
|
51600
|
-
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the customer portal.',
|
|
51601
|
-
format: 'uuid',
|
|
51602
|
-
type: 'string',
|
|
51603
|
-
},
|
|
51604
|
-
},
|
|
51605
|
-
required: [
|
|
51606
|
-
'url',
|
|
51607
|
-
'customer_key',
|
|
51608
|
-
'expires_at',
|
|
51609
|
-
'workspace_id',
|
|
51610
|
-
'created_at',
|
|
51611
|
-
],
|
|
51612
|
-
type: 'object',
|
|
51613
|
-
'x-route-path': '/customers',
|
|
51616
|
+
$ref: '#/components/schemas/customer_portal',
|
|
51614
51617
|
},
|
|
51615
51618
|
magic_link: { $ref: '#/components/schemas/magic_link' },
|
|
51616
51619
|
ok: { type: 'boolean' },
|