@seamapi/types 1.839.0 → 1.841.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 +28 -9
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -0
- package/dist/index.cjs +28 -9
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.js +28 -9
- 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 +28 -9
- package/src/lib/seam/connect/route-types.ts +2 -0
package/dist/connect.cjs
CHANGED
|
@@ -35550,11 +35550,6 @@ var openapi = {
|
|
|
35550
35550
|
}
|
|
35551
35551
|
},
|
|
35552
35552
|
securitySchemes: {
|
|
35553
|
-
access_token: {
|
|
35554
|
-
bearerFormat: "API Token",
|
|
35555
|
-
scheme: "bearer",
|
|
35556
|
-
type: "http"
|
|
35557
|
-
},
|
|
35558
35553
|
api_key: { bearerFormat: "API Key", scheme: "bearer", type: "http" },
|
|
35559
35554
|
bridge_client_session: {
|
|
35560
35555
|
bearerFormat: "Bridge Client Session Token",
|
|
@@ -36264,7 +36259,7 @@ var openapi = {
|
|
|
36264
36259
|
},
|
|
36265
36260
|
security: [
|
|
36266
36261
|
{ api_key: [] },
|
|
36267
|
-
{
|
|
36262
|
+
{ pat_with_workspace: [] },
|
|
36268
36263
|
{ console_session_with_workspace: [] },
|
|
36269
36264
|
{ client_session: [] },
|
|
36270
36265
|
{ client_session_with_customer: [] }
|
|
@@ -36326,7 +36321,7 @@ var openapi = {
|
|
|
36326
36321
|
},
|
|
36327
36322
|
security: [
|
|
36328
36323
|
{ api_key: [] },
|
|
36329
|
-
{
|
|
36324
|
+
{ pat_with_workspace: [] },
|
|
36330
36325
|
{ console_session_with_workspace: [] },
|
|
36331
36326
|
{ client_session: [] },
|
|
36332
36327
|
{ client_session_with_customer: [] }
|
|
@@ -48021,7 +48016,7 @@ var openapi = {
|
|
|
48021
48016
|
},
|
|
48022
48017
|
security: [
|
|
48023
48018
|
{ api_key: [] },
|
|
48024
|
-
{
|
|
48019
|
+
{ pat_with_workspace: [] },
|
|
48025
48020
|
{ console_session_with_workspace: [] },
|
|
48026
48021
|
{ client_session_with_customer: [] },
|
|
48027
48022
|
{ client_session: [] }
|
|
@@ -48075,7 +48070,7 @@ var openapi = {
|
|
|
48075
48070
|
},
|
|
48076
48071
|
security: [
|
|
48077
48072
|
{ api_key: [] },
|
|
48078
|
-
{
|
|
48073
|
+
{ pat_with_workspace: [] },
|
|
48079
48074
|
{ console_session_with_workspace: [] },
|
|
48080
48075
|
{ client_session_with_customer: [] },
|
|
48081
48076
|
{ client_session: [] }
|
|
@@ -71585,6 +71580,11 @@ var openapi = {
|
|
|
71585
71580
|
},
|
|
71586
71581
|
type: "array"
|
|
71587
71582
|
},
|
|
71583
|
+
connected_account_id: {
|
|
71584
|
+
format: "uuid",
|
|
71585
|
+
nullable: true,
|
|
71586
|
+
type: "string"
|
|
71587
|
+
},
|
|
71588
71588
|
created_at: { format: "date-time", type: "string" },
|
|
71589
71589
|
ends_at: {
|
|
71590
71590
|
format: "date-time",
|
|
@@ -71697,6 +71697,7 @@ var openapi = {
|
|
|
71697
71697
|
"spaces",
|
|
71698
71698
|
"access_grant_id",
|
|
71699
71699
|
"access_methods",
|
|
71700
|
+
"connected_account_id",
|
|
71700
71701
|
"last_automation_result"
|
|
71701
71702
|
],
|
|
71702
71703
|
type: "object"
|
|
@@ -71796,6 +71797,11 @@ var openapi = {
|
|
|
71796
71797
|
},
|
|
71797
71798
|
type: "array"
|
|
71798
71799
|
},
|
|
71800
|
+
connected_account_id: {
|
|
71801
|
+
format: "uuid",
|
|
71802
|
+
nullable: true,
|
|
71803
|
+
type: "string"
|
|
71804
|
+
},
|
|
71799
71805
|
created_at: { format: "date-time", type: "string" },
|
|
71800
71806
|
ends_at: {
|
|
71801
71807
|
format: "date-time",
|
|
@@ -71908,6 +71914,7 @@ var openapi = {
|
|
|
71908
71914
|
"spaces",
|
|
71909
71915
|
"access_grant_id",
|
|
71910
71916
|
"access_methods",
|
|
71917
|
+
"connected_account_id",
|
|
71911
71918
|
"last_automation_result"
|
|
71912
71919
|
],
|
|
71913
71920
|
type: "object"
|
|
@@ -72101,6 +72108,11 @@ var openapi = {
|
|
|
72101
72108
|
},
|
|
72102
72109
|
type: "array"
|
|
72103
72110
|
},
|
|
72111
|
+
connected_account_id: {
|
|
72112
|
+
format: "uuid",
|
|
72113
|
+
nullable: true,
|
|
72114
|
+
type: "string"
|
|
72115
|
+
},
|
|
72104
72116
|
created_at: { format: "date-time", type: "string" },
|
|
72105
72117
|
ends_at: {
|
|
72106
72118
|
format: "date-time",
|
|
@@ -72226,6 +72238,7 @@ var openapi = {
|
|
|
72226
72238
|
"pending_mutations",
|
|
72227
72239
|
"access_methods",
|
|
72228
72240
|
"spaces",
|
|
72241
|
+
"connected_account_id",
|
|
72229
72242
|
"last_automation_result"
|
|
72230
72243
|
],
|
|
72231
72244
|
type: "object"
|
|
@@ -72392,6 +72405,11 @@ var openapi = {
|
|
|
72392
72405
|
},
|
|
72393
72406
|
type: "array"
|
|
72394
72407
|
},
|
|
72408
|
+
connected_account_id: {
|
|
72409
|
+
format: "uuid",
|
|
72410
|
+
nullable: true,
|
|
72411
|
+
type: "string"
|
|
72412
|
+
},
|
|
72395
72413
|
created_at: { format: "date-time", type: "string" },
|
|
72396
72414
|
ends_at: {
|
|
72397
72415
|
format: "date-time",
|
|
@@ -72517,6 +72535,7 @@ var openapi = {
|
|
|
72517
72535
|
"pending_mutations",
|
|
72518
72536
|
"access_methods",
|
|
72519
72537
|
"spaces",
|
|
72538
|
+
"connected_account_id",
|
|
72520
72539
|
"last_automation_result"
|
|
72521
72540
|
],
|
|
72522
72541
|
type: "object"
|