@seamapi/types 1.900.0 → 1.902.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 +16 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -2
- package/dist/index.cjs +16 -4
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.js +12 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +12 -0
- package/src/lib/seam/connect/route-types.ts +2 -0
|
@@ -32247,6 +32247,7 @@ const openapi = {
|
|
|
32247
32247
|
},
|
|
32248
32248
|
security: [
|
|
32249
32249
|
{ client_session: [] },
|
|
32250
|
+
{ client_session_with_customer: [] },
|
|
32250
32251
|
{ pat_with_workspace: [] },
|
|
32251
32252
|
{ console_session_with_workspace: [] },
|
|
32252
32253
|
{ api_key: [] },
|
|
@@ -32314,6 +32315,7 @@ const openapi = {
|
|
|
32314
32315
|
},
|
|
32315
32316
|
security: [
|
|
32316
32317
|
{ client_session: [] },
|
|
32318
|
+
{ client_session_with_customer: [] },
|
|
32317
32319
|
{ pat_with_workspace: [] },
|
|
32318
32320
|
{ console_session_with_workspace: [] },
|
|
32319
32321
|
{ api_key: [] },
|
|
@@ -32376,6 +32378,7 @@ const openapi = {
|
|
|
32376
32378
|
},
|
|
32377
32379
|
security: [
|
|
32378
32380
|
{ client_session: [] },
|
|
32381
|
+
{ client_session_with_customer: [] },
|
|
32379
32382
|
{ pat_with_workspace: [] },
|
|
32380
32383
|
{ console_session_with_workspace: [] },
|
|
32381
32384
|
{ api_key: [] },
|
|
@@ -32436,6 +32439,7 @@ const openapi = {
|
|
|
32436
32439
|
},
|
|
32437
32440
|
security: [
|
|
32438
32441
|
{ client_session: [] },
|
|
32442
|
+
{ client_session_with_customer: [] },
|
|
32439
32443
|
{ pat_with_workspace: [] },
|
|
32440
32444
|
{ console_session_with_workspace: [] },
|
|
32441
32445
|
{ api_key: [] },
|
|
@@ -32504,6 +32508,7 @@ const openapi = {
|
|
|
32504
32508
|
},
|
|
32505
32509
|
security: [
|
|
32506
32510
|
{ client_session: [] },
|
|
32511
|
+
{ client_session_with_customer: [] },
|
|
32507
32512
|
{ pat_with_workspace: [] },
|
|
32508
32513
|
{ console_session_with_workspace: [] },
|
|
32509
32514
|
{ api_key: [] },
|
|
@@ -32567,6 +32572,7 @@ const openapi = {
|
|
|
32567
32572
|
},
|
|
32568
32573
|
security: [
|
|
32569
32574
|
{ client_session: [] },
|
|
32575
|
+
{ client_session_with_customer: [] },
|
|
32570
32576
|
{ pat_with_workspace: [] },
|
|
32571
32577
|
{ console_session_with_workspace: [] },
|
|
32572
32578
|
{ api_key: [] },
|
|
@@ -32809,6 +32815,7 @@ const openapi = {
|
|
|
32809
32815
|
},
|
|
32810
32816
|
security: [
|
|
32811
32817
|
{ client_session: [] },
|
|
32818
|
+
{ client_session_with_customer: [] },
|
|
32812
32819
|
{ pat_with_workspace: [] },
|
|
32813
32820
|
{ console_session_with_workspace: [] },
|
|
32814
32821
|
{ api_key: [] },
|
|
@@ -32871,6 +32878,7 @@ const openapi = {
|
|
|
32871
32878
|
},
|
|
32872
32879
|
security: [
|
|
32873
32880
|
{ client_session: [] },
|
|
32881
|
+
{ client_session_with_customer: [] },
|
|
32874
32882
|
{ pat_with_workspace: [] },
|
|
32875
32883
|
{ console_session_with_workspace: [] },
|
|
32876
32884
|
{ api_key: [] },
|
|
@@ -51425,6 +51433,7 @@ const openapi = {
|
|
|
51425
51433
|
'guesty',
|
|
51426
51434
|
'acuity_scheduling',
|
|
51427
51435
|
'omnitec',
|
|
51436
|
+
'slack',
|
|
51428
51437
|
],
|
|
51429
51438
|
type: 'string',
|
|
51430
51439
|
},
|
|
@@ -51923,6 +51932,7 @@ const openapi = {
|
|
|
51923
51932
|
'guesty',
|
|
51924
51933
|
'acuity_scheduling',
|
|
51925
51934
|
'omnitec',
|
|
51935
|
+
'slack',
|
|
51926
51936
|
],
|
|
51927
51937
|
type: 'string',
|
|
51928
51938
|
},
|
|
@@ -54172,6 +54182,7 @@ const openapi = {
|
|
|
54172
54182
|
'guesty',
|
|
54173
54183
|
'acuity_scheduling',
|
|
54174
54184
|
'omnitec',
|
|
54185
|
+
'slack',
|
|
54175
54186
|
],
|
|
54176
54187
|
type: 'string',
|
|
54177
54188
|
},
|
|
@@ -54669,6 +54680,7 @@ const openapi = {
|
|
|
54669
54680
|
'guesty',
|
|
54670
54681
|
'acuity_scheduling',
|
|
54671
54682
|
'omnitec',
|
|
54683
|
+
'slack',
|
|
54672
54684
|
],
|
|
54673
54685
|
type: 'string',
|
|
54674
54686
|
},
|