@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.
@@ -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?: string | undefined;
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?: string | undefined;
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?: string | undefined;
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?: string | undefined;
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?: string | undefined;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.482.0",
3
+ "version": "1.483.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -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(),
@@ -249,7 +249,6 @@ export const connected_account = z.object({
249
249
  connected_account_id: z
250
250
  .string()
251
251
  .uuid()
252
- .optional()
253
252
  .describe('ID of the connected account.'),
254
253
  created_at: z
255
254
  .string()
@@ -9187,6 +9187,7 @@ export default {
9187
9187
  },
9188
9188
  },
9189
9189
  required: [
9190
+ 'connected_account_id',
9190
9191
  'account_type_display_name',
9191
9192
  'errors',
9192
9193
  'warnings',
@@ -13097,7 +13097,7 @@ export type Routes = {
13097
13097
  connected_accounts?:
13098
13098
  | {
13099
13099
  /** ID of the connected account. */
13100
- connected_account_id?: string | undefined
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?: string | undefined
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?: string | undefined
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?: string | undefined
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?: string | undefined
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. */