@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.
- package/dist/connect.cjs +24 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -0
- package/dist/index.cjs +24 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.js +24 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +24 -0
- package/src/lib/seam/connect/route-types.ts +2 -0
|
@@ -67595,6 +67595,7 @@ export type Routes = {
|
|
|
67595
67595
|
code?: (string | null) | undefined;
|
|
67596
67596
|
instant_key_url?: string | undefined;
|
|
67597
67597
|
}[];
|
|
67598
|
+
connected_account_id: string | null;
|
|
67598
67599
|
last_automation_result: {
|
|
67599
67600
|
success: boolean;
|
|
67600
67601
|
rule: string;
|
|
@@ -67679,6 +67680,7 @@ export type Routes = {
|
|
|
67679
67680
|
space_key: string;
|
|
67680
67681
|
name: string | null;
|
|
67681
67682
|
}[];
|
|
67683
|
+
connected_account_id: string | null;
|
|
67682
67684
|
last_automation_result: {
|
|
67683
67685
|
success: boolean;
|
|
67684
67686
|
rule: string;
|
package/package.json
CHANGED
|
@@ -70209,6 +70209,11 @@ const openapi: OpenAPISpec = {
|
|
|
70209
70209
|
},
|
|
70210
70210
|
type: 'array',
|
|
70211
70211
|
},
|
|
70212
|
+
connected_account_id: {
|
|
70213
|
+
format: 'uuid',
|
|
70214
|
+
nullable: true,
|
|
70215
|
+
type: 'string',
|
|
70216
|
+
},
|
|
70212
70217
|
created_at: { format: 'date-time', type: 'string' },
|
|
70213
70218
|
ends_at: {
|
|
70214
70219
|
format: 'date-time',
|
|
@@ -70321,6 +70326,7 @@ const openapi: OpenAPISpec = {
|
|
|
70321
70326
|
'spaces',
|
|
70322
70327
|
'access_grant_id',
|
|
70323
70328
|
'access_methods',
|
|
70329
|
+
'connected_account_id',
|
|
70324
70330
|
'last_automation_result',
|
|
70325
70331
|
],
|
|
70326
70332
|
type: 'object',
|
|
@@ -70422,6 +70428,11 @@ const openapi: OpenAPISpec = {
|
|
|
70422
70428
|
},
|
|
70423
70429
|
type: 'array',
|
|
70424
70430
|
},
|
|
70431
|
+
connected_account_id: {
|
|
70432
|
+
format: 'uuid',
|
|
70433
|
+
nullable: true,
|
|
70434
|
+
type: 'string',
|
|
70435
|
+
},
|
|
70425
70436
|
created_at: { format: 'date-time', type: 'string' },
|
|
70426
70437
|
ends_at: {
|
|
70427
70438
|
format: 'date-time',
|
|
@@ -70534,6 +70545,7 @@ const openapi: OpenAPISpec = {
|
|
|
70534
70545
|
'spaces',
|
|
70535
70546
|
'access_grant_id',
|
|
70536
70547
|
'access_methods',
|
|
70548
|
+
'connected_account_id',
|
|
70537
70549
|
'last_automation_result',
|
|
70538
70550
|
],
|
|
70539
70551
|
type: 'object',
|
|
@@ -70734,6 +70746,11 @@ const openapi: OpenAPISpec = {
|
|
|
70734
70746
|
},
|
|
70735
70747
|
type: 'array',
|
|
70736
70748
|
},
|
|
70749
|
+
connected_account_id: {
|
|
70750
|
+
format: 'uuid',
|
|
70751
|
+
nullable: true,
|
|
70752
|
+
type: 'string',
|
|
70753
|
+
},
|
|
70737
70754
|
created_at: { format: 'date-time', type: 'string' },
|
|
70738
70755
|
ends_at: {
|
|
70739
70756
|
format: 'date-time',
|
|
@@ -70859,6 +70876,7 @@ const openapi: OpenAPISpec = {
|
|
|
70859
70876
|
'pending_mutations',
|
|
70860
70877
|
'access_methods',
|
|
70861
70878
|
'spaces',
|
|
70879
|
+
'connected_account_id',
|
|
70862
70880
|
'last_automation_result',
|
|
70863
70881
|
],
|
|
70864
70882
|
type: 'object',
|
|
@@ -71033,6 +71051,11 @@ const openapi: OpenAPISpec = {
|
|
|
71033
71051
|
},
|
|
71034
71052
|
type: 'array',
|
|
71035
71053
|
},
|
|
71054
|
+
connected_account_id: {
|
|
71055
|
+
format: 'uuid',
|
|
71056
|
+
nullable: true,
|
|
71057
|
+
type: 'string',
|
|
71058
|
+
},
|
|
71036
71059
|
created_at: { format: 'date-time', type: 'string' },
|
|
71037
71060
|
ends_at: {
|
|
71038
71061
|
format: 'date-time',
|
|
@@ -71158,6 +71181,7 @@ const openapi: OpenAPISpec = {
|
|
|
71158
71181
|
'pending_mutations',
|
|
71159
71182
|
'access_methods',
|
|
71160
71183
|
'spaces',
|
|
71184
|
+
'connected_account_id',
|
|
71161
71185
|
'last_automation_result',
|
|
71162
71186
|
],
|
|
71163
71187
|
type: 'object',
|
|
@@ -80837,6 +80837,7 @@ export type Routes = {
|
|
|
80837
80837
|
code?: (string | null) | undefined
|
|
80838
80838
|
instant_key_url?: string | undefined
|
|
80839
80839
|
}[]
|
|
80840
|
+
connected_account_id: string | null
|
|
80840
80841
|
last_automation_result: {
|
|
80841
80842
|
success: boolean
|
|
80842
80843
|
rule: string
|
|
@@ -80921,6 +80922,7 @@ export type Routes = {
|
|
|
80921
80922
|
space_key: string
|
|
80922
80923
|
name: string | null
|
|
80923
80924
|
}[]
|
|
80925
|
+
connected_account_id: string | null
|
|
80924
80926
|
last_automation_result: {
|
|
80925
80927
|
success: boolean
|
|
80926
80928
|
rule: string
|