@seamapi/http 1.116.0 → 1.117.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 +0 -29
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -16
- package/dist/index.cjs +0 -29
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/lib/seam/connect/routes/seam/customer/v1/connectors/ical/ical.d.ts +0 -13
- package/lib/seam/connect/routes/seam/customer/v1/connectors/ical/ical.js +0 -12
- package/lib/seam/connect/routes/seam/customer/v1/connectors/ical/ical.js.map +1 -1
- package/lib/seam/connect/routes/seam-http-endpoints.d.ts +2 -3
- package/lib/seam/connect/routes/seam-http-endpoints.js +0 -10
- package/lib/seam/connect/routes/seam-http-endpoints.js.map +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +3 -3
- package/src/lib/seam/connect/routes/seam/customer/v1/connectors/ical/ical.ts +0 -41
- package/src/lib/seam/connect/routes/seam-http-endpoints.ts +0 -27
- package/src/lib/version.ts +1 -1
package/dist/connect.cjs
CHANGED
|
@@ -6804,20 +6804,6 @@ var SeamHttpSeamCustomerV1ConnectorsIcal = class _SeamHttpSeamCustomerV1Connecto
|
|
|
6804
6804
|
const clientSessions = SeamHttpClientSessions.fromClient(this.client);
|
|
6805
6805
|
await clientSessions.get();
|
|
6806
6806
|
}
|
|
6807
|
-
generateConfig(parameters, options = {}) {
|
|
6808
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
6809
|
-
throw new Error(
|
|
6810
|
-
"Cannot use undocumented API without isUndocumentedApiEnabled"
|
|
6811
|
-
);
|
|
6812
|
-
}
|
|
6813
|
-
return new SeamHttpRequest(this, {
|
|
6814
|
-
pathname: "/seam/customer/v1/connectors/ical/generate-config",
|
|
6815
|
-
method: "POST",
|
|
6816
|
-
body: parameters,
|
|
6817
|
-
responseKey: "generated_config",
|
|
6818
|
-
options
|
|
6819
|
-
});
|
|
6820
|
-
}
|
|
6821
6807
|
validateConfig(parameters, options = {}) {
|
|
6822
6808
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
6823
6809
|
throw new Error(
|
|
@@ -12205,21 +12191,6 @@ var SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
12205
12191
|
return seam.update(...args);
|
|
12206
12192
|
};
|
|
12207
12193
|
}
|
|
12208
|
-
get "/seam/customer/v1/connectors/ical/generate-config"() {
|
|
12209
|
-
const { client, defaults } = this;
|
|
12210
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
12211
|
-
throw new Error(
|
|
12212
|
-
"Cannot use undocumented API without isUndocumentedApiEnabled"
|
|
12213
|
-
);
|
|
12214
|
-
}
|
|
12215
|
-
return function seamCustomerV1ConnectorsIcalGenerateConfig(...args) {
|
|
12216
|
-
const seam = SeamHttpSeamCustomerV1ConnectorsIcal.fromClient(
|
|
12217
|
-
client,
|
|
12218
|
-
defaults
|
|
12219
|
-
);
|
|
12220
|
-
return seam.generateConfig(...args);
|
|
12221
|
-
};
|
|
12222
|
-
}
|
|
12223
12194
|
get "/seam/customer/v1/connectors/ical/validate-config"() {
|
|
12224
12195
|
const { client, defaults } = this;
|
|
12225
12196
|
if (!this.defaults.isUndocumentedApiEnabled) {
|