@seamapi/types 1.839.0 → 1.840.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.
@@ -131867,6 +131867,7 @@ type Routes = {
131867
131867
  code?: (string | null) | undefined;
131868
131868
  instant_key_url?: string | undefined;
131869
131869
  }[];
131870
+ connected_account_id: string | null;
131870
131871
  last_automation_result: {
131871
131872
  success: boolean;
131872
131873
  rule: string;
@@ -131951,6 +131952,7 @@ type Routes = {
131951
131952
  space_key: string;
131952
131953
  name: string | null;
131953
131954
  }[];
131955
+ connected_account_id: string | null;
131954
131956
  last_automation_result: {
131955
131957
  success: boolean;
131956
131958
  rule: string;
package/dist/index.cjs CHANGED
@@ -71585,6 +71585,11 @@ var openapi = {
71585
71585
  },
71586
71586
  type: "array"
71587
71587
  },
71588
+ connected_account_id: {
71589
+ format: "uuid",
71590
+ nullable: true,
71591
+ type: "string"
71592
+ },
71588
71593
  created_at: { format: "date-time", type: "string" },
71589
71594
  ends_at: {
71590
71595
  format: "date-time",
@@ -71697,6 +71702,7 @@ var openapi = {
71697
71702
  "spaces",
71698
71703
  "access_grant_id",
71699
71704
  "access_methods",
71705
+ "connected_account_id",
71700
71706
  "last_automation_result"
71701
71707
  ],
71702
71708
  type: "object"
@@ -71796,6 +71802,11 @@ var openapi = {
71796
71802
  },
71797
71803
  type: "array"
71798
71804
  },
71805
+ connected_account_id: {
71806
+ format: "uuid",
71807
+ nullable: true,
71808
+ type: "string"
71809
+ },
71799
71810
  created_at: { format: "date-time", type: "string" },
71800
71811
  ends_at: {
71801
71812
  format: "date-time",
@@ -71908,6 +71919,7 @@ var openapi = {
71908
71919
  "spaces",
71909
71920
  "access_grant_id",
71910
71921
  "access_methods",
71922
+ "connected_account_id",
71911
71923
  "last_automation_result"
71912
71924
  ],
71913
71925
  type: "object"
@@ -72101,6 +72113,11 @@ var openapi = {
72101
72113
  },
72102
72114
  type: "array"
72103
72115
  },
72116
+ connected_account_id: {
72117
+ format: "uuid",
72118
+ nullable: true,
72119
+ type: "string"
72120
+ },
72104
72121
  created_at: { format: "date-time", type: "string" },
72105
72122
  ends_at: {
72106
72123
  format: "date-time",
@@ -72226,6 +72243,7 @@ var openapi = {
72226
72243
  "pending_mutations",
72227
72244
  "access_methods",
72228
72245
  "spaces",
72246
+ "connected_account_id",
72229
72247
  "last_automation_result"
72230
72248
  ],
72231
72249
  type: "object"
@@ -72392,6 +72410,11 @@ var openapi = {
72392
72410
  },
72393
72411
  type: "array"
72394
72412
  },
72413
+ connected_account_id: {
72414
+ format: "uuid",
72415
+ nullable: true,
72416
+ type: "string"
72417
+ },
72395
72418
  created_at: { format: "date-time", type: "string" },
72396
72419
  ends_at: {
72397
72420
  format: "date-time",
@@ -72517,6 +72540,7 @@ var openapi = {
72517
72540
  "pending_mutations",
72518
72541
  "access_methods",
72519
72542
  "spaces",
72543
+ "connected_account_id",
72520
72544
  "last_automation_result"
72521
72545
  ],
72522
72546
  type: "object"