@seamapi/types 1.482.0 → 1.483.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 +3 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +8 -8
- package/dist/index.cjs +3 -1
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +736 -212
- package/lib/seam/connect/models/batch.js +1 -0
- package/lib/seam/connect/models/batch.js.map +1 -1
- package/lib/seam/connect/models/connected-accounts/connected-account.d.ts +3 -3
- package/lib/seam/connect/models/connected-accounts/connected-account.js +0 -1
- package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
- package/lib/seam/connect/openapi.js +1 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +5 -5
- package/package.json +1 -1
- package/src/lib/seam/connect/models/batch.ts +1 -0
- package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +0 -1
- package/src/lib/seam/connect/openapi.ts +1 -0
- package/src/lib/seam/connect/route-types.ts +5 -5
|
@@ -11494,7 +11494,7 @@ export type Routes = {
|
|
|
11494
11494
|
}[] | undefined;
|
|
11495
11495
|
connected_accounts?: {
|
|
11496
11496
|
/** ID of the connected account. */
|
|
11497
|
-
connected_account_id
|
|
11497
|
+
connected_account_id: string;
|
|
11498
11498
|
/** Date and time at which the connected account was created. */
|
|
11499
11499
|
created_at?: string | undefined;
|
|
11500
11500
|
/** User identifier associated with the connected account. */
|
|
@@ -27258,7 +27258,7 @@ export type Routes = {
|
|
|
27258
27258
|
/** Represents a [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). A connected account is an external third-party account to which your user has authorized Seam to get access, for example, an August account with a list of door locks. */
|
|
27259
27259
|
connected_account: {
|
|
27260
27260
|
/** ID of the connected account. */
|
|
27261
|
-
connected_account_id
|
|
27261
|
+
connected_account_id: string;
|
|
27262
27262
|
/** Date and time at which the connected account was created. */
|
|
27263
27263
|
created_at?: string | undefined;
|
|
27264
27264
|
/** User identifier associated with the connected account. */
|
|
@@ -27413,7 +27413,7 @@ export type Routes = {
|
|
|
27413
27413
|
jsonResponse: {
|
|
27414
27414
|
connected_accounts: {
|
|
27415
27415
|
/** ID of the connected account. */
|
|
27416
|
-
connected_account_id
|
|
27416
|
+
connected_account_id: string;
|
|
27417
27417
|
/** Date and time at which the connected account was created. */
|
|
27418
27418
|
created_at?: string | undefined;
|
|
27419
27419
|
/** User identifier associated with the connected account. */
|
|
@@ -27586,7 +27586,7 @@ export type Routes = {
|
|
|
27586
27586
|
/** Represents a [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). A connected account is an external third-party account to which your user has authorized Seam to get access, for example, an August account with a list of door locks. */
|
|
27587
27587
|
connected_account: {
|
|
27588
27588
|
/** ID of the connected account. */
|
|
27589
|
-
connected_account_id
|
|
27589
|
+
connected_account_id: string;
|
|
27590
27590
|
/** Date and time at which the connected account was created. */
|
|
27591
27591
|
created_at?: string | undefined;
|
|
27592
27592
|
/** User identifier associated with the connected account. */
|
|
@@ -56379,7 +56379,7 @@ export type Routes = {
|
|
|
56379
56379
|
}[] | undefined;
|
|
56380
56380
|
connected_accounts?: {
|
|
56381
56381
|
/** ID of the connected account. */
|
|
56382
|
-
connected_account_id
|
|
56382
|
+
connected_account_id: string;
|
|
56383
56383
|
/** Date and time at which the connected account was created. */
|
|
56384
56384
|
created_at?: string | undefined;
|
|
56385
56385
|
/** User identifier associated with the connected account. */
|
package/package.json
CHANGED
|
@@ -64,6 +64,7 @@ export const workspaces_batch = z
|
|
|
64
64
|
unmanaged_acs_users: unmanaged_acs_user.array().optional(),
|
|
65
65
|
unmanaged_acs_access_groups: unmanaged_acs_access_group.array().optional(),
|
|
66
66
|
unmanaged_devices: unmanaged_device.array().optional(),
|
|
67
|
+
connected_accounts: connected_account.array().optional(),
|
|
67
68
|
connect_webviews: connect_webview.array().optional(),
|
|
68
69
|
access_methods: access_method.array().optional(),
|
|
69
70
|
access_grants: access_grant.array().optional(),
|
|
@@ -13097,7 +13097,7 @@ export type Routes = {
|
|
|
13097
13097
|
connected_accounts?:
|
|
13098
13098
|
| {
|
|
13099
13099
|
/** ID of the connected account. */
|
|
13100
|
-
connected_account_id
|
|
13100
|
+
connected_account_id: string
|
|
13101
13101
|
/** Date and time at which the connected account was created. */
|
|
13102
13102
|
created_at?: string | undefined
|
|
13103
13103
|
/** User identifier associated with the connected account. */
|
|
@@ -31552,7 +31552,7 @@ export type Routes = {
|
|
|
31552
31552
|
/** Represents a [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). A connected account is an external third-party account to which your user has authorized Seam to get access, for example, an August account with a list of door locks. */
|
|
31553
31553
|
connected_account: {
|
|
31554
31554
|
/** ID of the connected account. */
|
|
31555
|
-
connected_account_id
|
|
31555
|
+
connected_account_id: string
|
|
31556
31556
|
/** Date and time at which the connected account was created. */
|
|
31557
31557
|
created_at?: string | undefined
|
|
31558
31558
|
/** User identifier associated with the connected account. */
|
|
@@ -31725,7 +31725,7 @@ export type Routes = {
|
|
|
31725
31725
|
jsonResponse: {
|
|
31726
31726
|
connected_accounts: {
|
|
31727
31727
|
/** ID of the connected account. */
|
|
31728
|
-
connected_account_id
|
|
31728
|
+
connected_account_id: string
|
|
31729
31729
|
/** Date and time at which the connected account was created. */
|
|
31730
31730
|
created_at?: string | undefined
|
|
31731
31731
|
/** User identifier associated with the connected account. */
|
|
@@ -31918,7 +31918,7 @@ export type Routes = {
|
|
|
31918
31918
|
/** Represents a [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). A connected account is an external third-party account to which your user has authorized Seam to get access, for example, an August account with a list of door locks. */
|
|
31919
31919
|
connected_account: {
|
|
31920
31920
|
/** ID of the connected account. */
|
|
31921
|
-
connected_account_id
|
|
31921
|
+
connected_account_id: string
|
|
31922
31922
|
/** Date and time at which the connected account was created. */
|
|
31923
31923
|
created_at?: string | undefined
|
|
31924
31924
|
/** User identifier associated with the connected account. */
|
|
@@ -67115,7 +67115,7 @@ export type Routes = {
|
|
|
67115
67115
|
connected_accounts?:
|
|
67116
67116
|
| {
|
|
67117
67117
|
/** ID of the connected account. */
|
|
67118
|
-
connected_account_id
|
|
67118
|
+
connected_account_id: string
|
|
67119
67119
|
/** Date and time at which the connected account was created. */
|
|
67120
67120
|
created_at?: string | undefined
|
|
67121
67121
|
/** User identifier associated with the connected account. */
|