@seamapi/types 1.625.0 → 1.626.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 +8 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +4 -0
- package/dist/index.cjs +8 -4
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +4 -0
- package/lib/seam/connect/openapi.js +4 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +4 -0
package/dist/connect.d.cts
CHANGED
|
@@ -95664,6 +95664,7 @@ declare const _default: {
|
|
|
95664
95664
|
'x-fern-sdk-return-value': string;
|
|
95665
95665
|
'x-response-key': string;
|
|
95666
95666
|
'x-title': string;
|
|
95667
|
+
'x-undocumented': string;
|
|
95667
95668
|
};
|
|
95668
95669
|
};
|
|
95669
95670
|
'/seam/customer/v1/events/list': {
|
|
@@ -97604,6 +97605,7 @@ declare const _default: {
|
|
|
97604
97605
|
'x-fern-sdk-return-value': string;
|
|
97605
97606
|
'x-response-key': string;
|
|
97606
97607
|
'x-title': string;
|
|
97608
|
+
'x-undocumented': string;
|
|
97607
97609
|
};
|
|
97608
97610
|
};
|
|
97609
97611
|
'/seam/customer/v1/spaces/list': {
|
|
@@ -97685,6 +97687,7 @@ declare const _default: {
|
|
|
97685
97687
|
'x-fern-sdk-return-value': string;
|
|
97686
97688
|
'x-response-key': string;
|
|
97687
97689
|
'x-title': string;
|
|
97690
|
+
'x-undocumented': string;
|
|
97688
97691
|
};
|
|
97689
97692
|
post: {
|
|
97690
97693
|
description: string;
|
|
@@ -97757,6 +97760,7 @@ declare const _default: {
|
|
|
97757
97760
|
'x-fern-sdk-return-value': string;
|
|
97758
97761
|
'x-response-key': string;
|
|
97759
97762
|
'x-title': string;
|
|
97763
|
+
'x-undocumented': string;
|
|
97760
97764
|
};
|
|
97761
97765
|
};
|
|
97762
97766
|
'/seam/customer/v1/staff_members/get': {
|
package/dist/index.cjs
CHANGED
|
@@ -54452,7 +54452,8 @@ var openapi_default = {
|
|
|
54452
54452
|
"x-fern-sdk-method-name": "sync",
|
|
54453
54453
|
"x-fern-sdk-return-value": "connector_sync",
|
|
54454
54454
|
"x-response-key": "connector_sync",
|
|
54455
|
-
"x-title": "Sync Connector Data"
|
|
54455
|
+
"x-title": "Sync Connector Data",
|
|
54456
|
+
"x-undocumented": "Only used internally."
|
|
54456
54457
|
}
|
|
54457
54458
|
},
|
|
54458
54459
|
"/seam/customer/v1/events/list": {
|
|
@@ -56353,7 +56354,8 @@ var openapi_default = {
|
|
|
56353
56354
|
"x-fern-sdk-method-name": "create",
|
|
56354
56355
|
"x-fern-sdk-return-value": "space",
|
|
56355
56356
|
"x-response-key": "space",
|
|
56356
|
-
"x-title": "Create a Space"
|
|
56357
|
+
"x-title": "Create a Space",
|
|
56358
|
+
"x-undocumented": "Only used internally."
|
|
56357
56359
|
}
|
|
56358
56360
|
},
|
|
56359
56361
|
"/seam/customer/v1/spaces/list": {
|
|
@@ -56420,7 +56422,8 @@ var openapi_default = {
|
|
|
56420
56422
|
"x-fern-sdk-method-name": "list",
|
|
56421
56423
|
"x-fern-sdk-return-value": "spaces",
|
|
56422
56424
|
"x-response-key": "spaces",
|
|
56423
|
-
"x-title": "List Spaces"
|
|
56425
|
+
"x-title": "List Spaces",
|
|
56426
|
+
"x-undocumented": "Only used internally."
|
|
56424
56427
|
},
|
|
56425
56428
|
post: {
|
|
56426
56429
|
description: "Returns a list of all spaces.",
|
|
@@ -56482,7 +56485,8 @@ var openapi_default = {
|
|
|
56482
56485
|
"x-fern-sdk-method-name": "list",
|
|
56483
56486
|
"x-fern-sdk-return-value": "spaces",
|
|
56484
56487
|
"x-response-key": "spaces",
|
|
56485
|
-
"x-title": "List Spaces"
|
|
56488
|
+
"x-title": "List Spaces",
|
|
56489
|
+
"x-undocumented": "Only used internally."
|
|
56486
56490
|
}
|
|
56487
56491
|
},
|
|
56488
56492
|
"/seam/customer/v1/staff_members/get": {
|