|
27848 | 27848 | "draftMessage": "", |
27849 | 27849 | "response": { |
27850 | 27850 | "responseType": "resource", |
27851 | | - "responseKey": "magic_link", |
27852 | | - "resourceType": "magic_link", |
| 27851 | + "responseKey": "customer_portal", |
| 27852 | + "resourceType": "customer_portal", |
27853 | 27853 | "description": "OK", |
27854 | 27854 | "actionAttemptType": null, |
27855 | 27855 | "batchResourceTypes": null |
@@ -103334,6 +103334,106 @@ |
103334 | 103334 | "propertyGroups": [], |
103335 | 103335 | "resourceSamples": [] |
103336 | 103336 | }, |
| 103337 | + { |
| 103338 | + "resourceType": "customer_portal", |
| 103339 | + "properties": [ |
| 103340 | + { |
| 103341 | + "name": "created_at", |
| 103342 | + "description": "Date and time at which the customer portal link was created.", |
| 103343 | + "isDeprecated": false, |
| 103344 | + "deprecationMessage": "", |
| 103345 | + "isUndocumented": false, |
| 103346 | + "undocumentedMessage": "", |
| 103347 | + "isDraft": false, |
| 103348 | + "draftMessage": "", |
| 103349 | + "propertyGroupKey": null, |
| 103350 | + "format": "datetime", |
| 103351 | + "jsonType": "string" |
| 103352 | + }, |
| 103353 | + { |
| 103354 | + "name": "customer_key", |
| 103355 | + "description": "Customer key for the customer portal.", |
| 103356 | + "isDeprecated": false, |
| 103357 | + "deprecationMessage": "", |
| 103358 | + "isUndocumented": false, |
| 103359 | + "undocumentedMessage": "", |
| 103360 | + "isDraft": false, |
| 103361 | + "draftMessage": "", |
| 103362 | + "propertyGroupKey": null, |
| 103363 | + "format": "string", |
| 103364 | + "jsonType": "string" |
| 103365 | + }, |
| 103366 | + { |
| 103367 | + "name": "expires_at", |
| 103368 | + "description": "Date and time at which the customer portal link expires.", |
| 103369 | + "isDeprecated": false, |
| 103370 | + "deprecationMessage": "", |
| 103371 | + "isUndocumented": false, |
| 103372 | + "undocumentedMessage": "", |
| 103373 | + "isDraft": false, |
| 103374 | + "draftMessage": "", |
| 103375 | + "propertyGroupKey": null, |
| 103376 | + "format": "datetime", |
| 103377 | + "jsonType": "string" |
| 103378 | + }, |
| 103379 | + { |
| 103380 | + "name": "url", |
| 103381 | + "description": "URL for the customer portal.", |
| 103382 | + "isDeprecated": false, |
| 103383 | + "deprecationMessage": "", |
| 103384 | + "isUndocumented": false, |
| 103385 | + "undocumentedMessage": "", |
| 103386 | + "isDraft": false, |
| 103387 | + "draftMessage": "", |
| 103388 | + "propertyGroupKey": null, |
| 103389 | + "format": "string", |
| 103390 | + "jsonType": "string" |
| 103391 | + }, |
| 103392 | + { |
| 103393 | + "name": "workspace_id", |
| 103394 | + "description": "ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the customer portal.", |
| 103395 | + "isDeprecated": false, |
| 103396 | + "deprecationMessage": "", |
| 103397 | + "isUndocumented": false, |
| 103398 | + "undocumentedMessage": "", |
| 103399 | + "isDraft": false, |
| 103400 | + "draftMessage": "", |
| 103401 | + "propertyGroupKey": null, |
| 103402 | + "format": "id", |
| 103403 | + "jsonType": "string" |
| 103404 | + } |
| 103405 | + ], |
| 103406 | + "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—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.", |
| 103407 | + "isDeprecated": false, |
| 103408 | + "routePath": "/customers", |
| 103409 | + "deprecationMessage": "", |
| 103410 | + "isUndocumented": false, |
| 103411 | + "undocumentedMessage": "", |
| 103412 | + "isDraft": false, |
| 103413 | + "draftMessage": "", |
| 103414 | + "propertyGroups": [], |
| 103415 | + "resourceSamples": [ |
| 103416 | + { |
| 103417 | + "title": "Customer Portal", |
| 103418 | + "description": "A customer portal resource.", |
| 103419 | + "resource_type": "customer_portal", |
| 103420 | + "properties": { |
| 103421 | + "created_at": "2025-06-16T16:54:17.946594Z", |
| 103422 | + "customer_key": "My Company", |
| 103423 | + "expires_at": "2025-06-17T16:54:17.946594Z", |
| 103424 | + "url": "https://se.am/1234", |
| 103425 | + "workspace_id": "67c58f1f-f148-4415-a63c-dc6c145c6b91" |
| 103426 | + }, |
| 103427 | + "resource": { |
| 103428 | + "seam_cli": { |
| 103429 | + "title": "Seam CLI", |
| 103430 | + "resource_data": "{\n \"created_at\": \"2025-06-16T16:54:17.946594Z\",\n \"customer_key\": \"My Company\",\n \"expires_at\": \"2025-06-17T16:54:17.946594Z\",\n \"url\": \"https://se.am/1234\",\n \"workspace_id\": \"67c58f1f-f148-4415-a63c-dc6c145c6b91\"\n}", |
| 103431 | + "resource_data_syntax": "json" |
| 103432 | + } |
| 103433 | + } |
| 103434 | + } |
| 103435 | + ] |
| 103436 | + }, |
103337 | 103437 | { |
103338 | 103438 | "resourceType": "customization_profile", |
103339 | 103439 | "properties": [ |
@@ -116376,28 +116476,7 @@ |
116376 | 116476 | "isDraft": false, |
116377 | 116477 | "draftMessage": "", |
116378 | 116478 | "propertyGroups": [], |
116379 | | - "resourceSamples": [ |
116380 | | - { |
116381 | | - "title": "Magic Link", |
116382 | | - "description": "A magic link resource.", |
116383 | | - "resource_type": "magic_link", |
116384 | | - "properties": { |
116385 | | - "building_block_type": "connect_accounts", |
116386 | | - "created_at": "2025-06-16T16:54:17.946594Z", |
116387 | | - "customer_key": "My Company", |
116388 | | - "expires_at": "2025-06-17T16:54:17.946594Z", |
116389 | | - "url": "https://se.am/1234", |
116390 | | - "workspace_id": "67c58f1f-f148-4415-a63c-dc6c145c6b91" |
116391 | | - }, |
116392 | | - "resource": { |
116393 | | - "seam_cli": { |
116394 | | - "title": "Seam CLI", |
116395 | | - "resource_data": "{\n \"building_block_type\": \"connect_accounts\",\n \"created_at\": \"2025-06-16T16:54:17.946594Z\",\n \"customer_key\": \"My Company\",\n \"expires_at\": \"2025-06-17T16:54:17.946594Z\",\n \"url\": \"https://se.am/1234\",\n \"workspace_id\": \"67c58f1f-f148-4415-a63c-dc6c145c6b91\"\n}", |
116396 | | - "resource_data_syntax": "json" |
116397 | | - } |
116398 | | - } |
116399 | | - } |
116400 | | - ] |
| 116479 | + "resourceSamples": [] |
116401 | 116480 | }, |
116402 | 116481 | { |
116403 | 116482 | "resourceType": "noise_threshold", |
|
0 commit comments