@seamapi/types 1.625.0 → 1.627.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 +12 -6
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +20 -0
- package/dist/index.cjs +12 -6
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +20 -0
- package/lib/seam/connect/openapi.js +6 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +6 -0
package/dist/connect.d.cts
CHANGED
|
@@ -73119,14 +73119,22 @@ declare const _default: {
|
|
|
73119
73119
|
pat_with_workspace: never[];
|
|
73120
73120
|
console_session_with_workspace?: never;
|
|
73121
73121
|
api_key?: never;
|
|
73122
|
+
client_session_with_customer?: never;
|
|
73122
73123
|
} | {
|
|
73123
73124
|
console_session_with_workspace: never[];
|
|
73124
73125
|
pat_with_workspace?: never;
|
|
73125
73126
|
api_key?: never;
|
|
73127
|
+
client_session_with_customer?: never;
|
|
73126
73128
|
} | {
|
|
73127
73129
|
api_key: never[];
|
|
73128
73130
|
pat_with_workspace?: never;
|
|
73129
73131
|
console_session_with_workspace?: never;
|
|
73132
|
+
client_session_with_customer?: never;
|
|
73133
|
+
} | {
|
|
73134
|
+
client_session_with_customer: never[];
|
|
73135
|
+
pat_with_workspace?: never;
|
|
73136
|
+
console_session_with_workspace?: never;
|
|
73137
|
+
api_key?: never;
|
|
73130
73138
|
})[];
|
|
73131
73139
|
summary: string;
|
|
73132
73140
|
tags: never[];
|
|
@@ -73206,14 +73214,22 @@ declare const _default: {
|
|
|
73206
73214
|
pat_with_workspace: never[];
|
|
73207
73215
|
console_session_with_workspace?: never;
|
|
73208
73216
|
api_key?: never;
|
|
73217
|
+
client_session_with_customer?: never;
|
|
73209
73218
|
} | {
|
|
73210
73219
|
console_session_with_workspace: never[];
|
|
73211
73220
|
pat_with_workspace?: never;
|
|
73212
73221
|
api_key?: never;
|
|
73222
|
+
client_session_with_customer?: never;
|
|
73213
73223
|
} | {
|
|
73214
73224
|
api_key: never[];
|
|
73215
73225
|
pat_with_workspace?: never;
|
|
73216
73226
|
console_session_with_workspace?: never;
|
|
73227
|
+
client_session_with_customer?: never;
|
|
73228
|
+
} | {
|
|
73229
|
+
client_session_with_customer: never[];
|
|
73230
|
+
pat_with_workspace?: never;
|
|
73231
|
+
console_session_with_workspace?: never;
|
|
73232
|
+
api_key?: never;
|
|
73217
73233
|
})[];
|
|
73218
73234
|
summary: string;
|
|
73219
73235
|
tags: never[];
|
|
@@ -95664,6 +95680,7 @@ declare const _default: {
|
|
|
95664
95680
|
'x-fern-sdk-return-value': string;
|
|
95665
95681
|
'x-response-key': string;
|
|
95666
95682
|
'x-title': string;
|
|
95683
|
+
'x-undocumented': string;
|
|
95667
95684
|
};
|
|
95668
95685
|
};
|
|
95669
95686
|
'/seam/customer/v1/events/list': {
|
|
@@ -97604,6 +97621,7 @@ declare const _default: {
|
|
|
97604
97621
|
'x-fern-sdk-return-value': string;
|
|
97605
97622
|
'x-response-key': string;
|
|
97606
97623
|
'x-title': string;
|
|
97624
|
+
'x-undocumented': string;
|
|
97607
97625
|
};
|
|
97608
97626
|
};
|
|
97609
97627
|
'/seam/customer/v1/spaces/list': {
|
|
@@ -97685,6 +97703,7 @@ declare const _default: {
|
|
|
97685
97703
|
'x-fern-sdk-return-value': string;
|
|
97686
97704
|
'x-response-key': string;
|
|
97687
97705
|
'x-title': string;
|
|
97706
|
+
'x-undocumented': string;
|
|
97688
97707
|
};
|
|
97689
97708
|
post: {
|
|
97690
97709
|
description: string;
|
|
@@ -97757,6 +97776,7 @@ declare const _default: {
|
|
|
97757
97776
|
'x-fern-sdk-return-value': string;
|
|
97758
97777
|
'x-response-key': string;
|
|
97759
97778
|
'x-title': string;
|
|
97779
|
+
'x-undocumented': string;
|
|
97760
97780
|
};
|
|
97761
97781
|
};
|
|
97762
97782
|
'/seam/customer/v1/staff_members/get': {
|
package/dist/index.cjs
CHANGED
|
@@ -34429,7 +34429,8 @@ var openapi_default = {
|
|
|
34429
34429
|
security: [
|
|
34430
34430
|
{ pat_with_workspace: [] },
|
|
34431
34431
|
{ console_session_with_workspace: [] },
|
|
34432
|
-
{ api_key: [] }
|
|
34432
|
+
{ api_key: [] },
|
|
34433
|
+
{ client_session_with_customer: [] }
|
|
34433
34434
|
],
|
|
34434
34435
|
summary: "/access_methods/list",
|
|
34435
34436
|
tags: [],
|
|
@@ -34500,7 +34501,8 @@ var openapi_default = {
|
|
|
34500
34501
|
security: [
|
|
34501
34502
|
{ pat_with_workspace: [] },
|
|
34502
34503
|
{ console_session_with_workspace: [] },
|
|
34503
|
-
{ api_key: [] }
|
|
34504
|
+
{ api_key: [] },
|
|
34505
|
+
{ client_session_with_customer: [] }
|
|
34504
34506
|
],
|
|
34505
34507
|
summary: "/access_methods/list",
|
|
34506
34508
|
tags: [],
|
|
@@ -54452,7 +54454,8 @@ var openapi_default = {
|
|
|
54452
54454
|
"x-fern-sdk-method-name": "sync",
|
|
54453
54455
|
"x-fern-sdk-return-value": "connector_sync",
|
|
54454
54456
|
"x-response-key": "connector_sync",
|
|
54455
|
-
"x-title": "Sync Connector Data"
|
|
54457
|
+
"x-title": "Sync Connector Data",
|
|
54458
|
+
"x-undocumented": "Only used internally."
|
|
54456
54459
|
}
|
|
54457
54460
|
},
|
|
54458
54461
|
"/seam/customer/v1/events/list": {
|
|
@@ -56353,7 +56356,8 @@ var openapi_default = {
|
|
|
56353
56356
|
"x-fern-sdk-method-name": "create",
|
|
56354
56357
|
"x-fern-sdk-return-value": "space",
|
|
56355
56358
|
"x-response-key": "space",
|
|
56356
|
-
"x-title": "Create a Space"
|
|
56359
|
+
"x-title": "Create a Space",
|
|
56360
|
+
"x-undocumented": "Only used internally."
|
|
56357
56361
|
}
|
|
56358
56362
|
},
|
|
56359
56363
|
"/seam/customer/v1/spaces/list": {
|
|
@@ -56420,7 +56424,8 @@ var openapi_default = {
|
|
|
56420
56424
|
"x-fern-sdk-method-name": "list",
|
|
56421
56425
|
"x-fern-sdk-return-value": "spaces",
|
|
56422
56426
|
"x-response-key": "spaces",
|
|
56423
|
-
"x-title": "List Spaces"
|
|
56427
|
+
"x-title": "List Spaces",
|
|
56428
|
+
"x-undocumented": "Only used internally."
|
|
56424
56429
|
},
|
|
56425
56430
|
post: {
|
|
56426
56431
|
description: "Returns a list of all spaces.",
|
|
@@ -56482,7 +56487,8 @@ var openapi_default = {
|
|
|
56482
56487
|
"x-fern-sdk-method-name": "list",
|
|
56483
56488
|
"x-fern-sdk-return-value": "spaces",
|
|
56484
56489
|
"x-response-key": "spaces",
|
|
56485
|
-
"x-title": "List Spaces"
|
|
56490
|
+
"x-title": "List Spaces",
|
|
56491
|
+
"x-undocumented": "Only used internally."
|
|
56486
56492
|
}
|
|
56487
56493
|
},
|
|
56488
56494
|
"/seam/customer/v1/staff_members/get": {
|