@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
|
@@ -64628,6 +64628,11 @@ const openapi = {
|
|
|
64628
64628
|
},
|
|
64629
64629
|
type: 'array',
|
|
64630
64630
|
},
|
|
64631
|
+
connected_account_id: {
|
|
64632
|
+
format: 'uuid',
|
|
64633
|
+
nullable: true,
|
|
64634
|
+
type: 'string',
|
|
64635
|
+
},
|
|
64631
64636
|
created_at: { format: 'date-time', type: 'string' },
|
|
64632
64637
|
ends_at: {
|
|
64633
64638
|
format: 'date-time',
|
|
@@ -64740,6 +64745,7 @@ const openapi = {
|
|
|
64740
64745
|
'spaces',
|
|
64741
64746
|
'access_grant_id',
|
|
64742
64747
|
'access_methods',
|
|
64748
|
+
'connected_account_id',
|
|
64743
64749
|
'last_automation_result',
|
|
64744
64750
|
],
|
|
64745
64751
|
type: 'object',
|
|
@@ -64839,6 +64845,11 @@ const openapi = {
|
|
|
64839
64845
|
},
|
|
64840
64846
|
type: 'array',
|
|
64841
64847
|
},
|
|
64848
|
+
connected_account_id: {
|
|
64849
|
+
format: 'uuid',
|
|
64850
|
+
nullable: true,
|
|
64851
|
+
type: 'string',
|
|
64852
|
+
},
|
|
64842
64853
|
created_at: { format: 'date-time', type: 'string' },
|
|
64843
64854
|
ends_at: {
|
|
64844
64855
|
format: 'date-time',
|
|
@@ -64951,6 +64962,7 @@ const openapi = {
|
|
|
64951
64962
|
'spaces',
|
|
64952
64963
|
'access_grant_id',
|
|
64953
64964
|
'access_methods',
|
|
64965
|
+
'connected_account_id',
|
|
64954
64966
|
'last_automation_result',
|
|
64955
64967
|
],
|
|
64956
64968
|
type: 'object',
|
|
@@ -65144,6 +65156,11 @@ const openapi = {
|
|
|
65144
65156
|
},
|
|
65145
65157
|
type: 'array',
|
|
65146
65158
|
},
|
|
65159
|
+
connected_account_id: {
|
|
65160
|
+
format: 'uuid',
|
|
65161
|
+
nullable: true,
|
|
65162
|
+
type: 'string',
|
|
65163
|
+
},
|
|
65147
65164
|
created_at: { format: 'date-time', type: 'string' },
|
|
65148
65165
|
ends_at: {
|
|
65149
65166
|
format: 'date-time',
|
|
@@ -65269,6 +65286,7 @@ const openapi = {
|
|
|
65269
65286
|
'pending_mutations',
|
|
65270
65287
|
'access_methods',
|
|
65271
65288
|
'spaces',
|
|
65289
|
+
'connected_account_id',
|
|
65272
65290
|
'last_automation_result',
|
|
65273
65291
|
],
|
|
65274
65292
|
type: 'object',
|
|
@@ -65435,6 +65453,11 @@ const openapi = {
|
|
|
65435
65453
|
},
|
|
65436
65454
|
type: 'array',
|
|
65437
65455
|
},
|
|
65456
|
+
connected_account_id: {
|
|
65457
|
+
format: 'uuid',
|
|
65458
|
+
nullable: true,
|
|
65459
|
+
type: 'string',
|
|
65460
|
+
},
|
|
65438
65461
|
created_at: { format: 'date-time', type: 'string' },
|
|
65439
65462
|
ends_at: {
|
|
65440
65463
|
format: 'date-time',
|
|
@@ -65560,6 +65583,7 @@ const openapi = {
|
|
|
65560
65583
|
'pending_mutations',
|
|
65561
65584
|
'access_methods',
|
|
65562
65585
|
'spaces',
|
|
65586
|
+
'connected_account_id',
|
|
65563
65587
|
'last_automation_result',
|
|
65564
65588
|
],
|
|
65565
65589
|
type: 'object',
|