@seamapi/http 1.68.0 → 1.70.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/LICENSE.txt +1 -1
- package/dist/connect.cjs +613 -545
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +238 -2381
- package/dist/index.cjs +613 -544
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/lib/seam/connect/resolve-action-attempt.d.ts +4 -2882
- package/lib/seam/connect/resolve-action-attempt.js +2 -0
- package/lib/seam/connect/resolve-action-attempt.js.map +1 -1
- package/lib/seam/connect/routes/access-codes/access-codes.js +4 -2
- package/lib/seam/connect/routes/access-codes/access-codes.js.map +1 -1
- package/lib/seam/connect/routes/access-codes/simulate/simulate.js +4 -2
- package/lib/seam/connect/routes/access-codes/simulate/simulate.js.map +1 -1
- package/lib/seam/connect/routes/access-codes/unmanaged/unmanaged.js +4 -2
- package/lib/seam/connect/routes/access-codes/unmanaged/unmanaged.js.map +1 -1
- package/lib/seam/connect/routes/access-grants/access-grants.js +4 -2
- package/lib/seam/connect/routes/access-grants/access-grants.js.map +1 -1
- package/lib/seam/connect/routes/access-methods/access-methods.js +4 -2
- package/lib/seam/connect/routes/access-methods/access-methods.js.map +1 -1
- package/lib/seam/connect/routes/acs/access-groups/access-groups.js +4 -2
- package/lib/seam/connect/routes/acs/access-groups/access-groups.js.map +1 -1
- package/lib/seam/connect/routes/acs/access-groups/unmanaged/unmanaged.js +4 -2
- package/lib/seam/connect/routes/acs/access-groups/unmanaged/unmanaged.js.map +1 -1
- package/lib/seam/connect/routes/acs/acs.js +4 -2
- package/lib/seam/connect/routes/acs/acs.js.map +1 -1
- package/lib/seam/connect/routes/acs/credential-pools/credential-pools.js +4 -2
- package/lib/seam/connect/routes/acs/credential-pools/credential-pools.js.map +1 -1
- package/lib/seam/connect/routes/acs/credential-provisioning-automations/credential-provisioning-automations.js +4 -2
- package/lib/seam/connect/routes/acs/credential-provisioning-automations/credential-provisioning-automations.js.map +1 -1
- package/lib/seam/connect/routes/acs/credentials/credentials.js +4 -2
- package/lib/seam/connect/routes/acs/credentials/credentials.js.map +1 -1
- package/lib/seam/connect/routes/acs/credentials/unmanaged/unmanaged.js +4 -2
- package/lib/seam/connect/routes/acs/credentials/unmanaged/unmanaged.js.map +1 -1
- package/lib/seam/connect/routes/acs/encoders/encoders.js +4 -2
- package/lib/seam/connect/routes/acs/encoders/encoders.js.map +1 -1
- package/lib/seam/connect/routes/acs/encoders/simulate/simulate.js +4 -2
- package/lib/seam/connect/routes/acs/encoders/simulate/simulate.js.map +1 -1
- package/lib/seam/connect/routes/acs/entrances/entrances.js +4 -2
- package/lib/seam/connect/routes/acs/entrances/entrances.js.map +1 -1
- package/lib/seam/connect/routes/acs/systems/systems.js +4 -2
- package/lib/seam/connect/routes/acs/systems/systems.js.map +1 -1
- package/lib/seam/connect/routes/acs/users/unmanaged/unmanaged.js +4 -2
- package/lib/seam/connect/routes/acs/users/unmanaged/unmanaged.js.map +1 -1
- package/lib/seam/connect/routes/acs/users/users.js +4 -2
- package/lib/seam/connect/routes/acs/users/users.js.map +1 -1
- package/lib/seam/connect/routes/action-attempts/action-attempts.js +4 -2
- package/lib/seam/connect/routes/action-attempts/action-attempts.js.map +1 -1
- package/lib/seam/connect/routes/bridges/bridges.js +4 -2
- package/lib/seam/connect/routes/bridges/bridges.js.map +1 -1
- package/lib/seam/connect/routes/client-sessions/client-sessions.js +4 -2
- package/lib/seam/connect/routes/client-sessions/client-sessions.js.map +1 -1
- package/lib/seam/connect/routes/connect-webviews/connect-webviews.js +4 -2
- package/lib/seam/connect/routes/connect-webviews/connect-webviews.js.map +1 -1
- package/lib/seam/connect/routes/connected-accounts/connected-accounts.js +4 -2
- package/lib/seam/connect/routes/connected-accounts/connected-accounts.js.map +1 -1
- package/lib/seam/connect/routes/customers/customers.js +4 -2
- package/lib/seam/connect/routes/customers/customers.js.map +1 -1
- package/lib/seam/connect/routes/devices/devices.js +4 -2
- package/lib/seam/connect/routes/devices/devices.js.map +1 -1
- package/lib/seam/connect/routes/devices/simulate/simulate.d.ts +13 -0
- package/lib/seam/connect/routes/devices/simulate/simulate.js +13 -2
- package/lib/seam/connect/routes/devices/simulate/simulate.js.map +1 -1
- package/lib/seam/connect/routes/devices/unmanaged/unmanaged.js +4 -2
- package/lib/seam/connect/routes/devices/unmanaged/unmanaged.js.map +1 -1
- package/lib/seam/connect/routes/events/events.js +4 -2
- package/lib/seam/connect/routes/events/events.js.map +1 -1
- package/lib/seam/connect/routes/instant-keys/instant-keys.js +4 -2
- package/lib/seam/connect/routes/instant-keys/instant-keys.js.map +1 -1
- package/lib/seam/connect/routes/locks/locks.js +4 -2
- package/lib/seam/connect/routes/locks/locks.js.map +1 -1
- package/lib/seam/connect/routes/locks/simulate/simulate.js +4 -2
- package/lib/seam/connect/routes/locks/simulate/simulate.js.map +1 -1
- package/lib/seam/connect/routes/noise-sensors/noise-sensors.js +4 -2
- package/lib/seam/connect/routes/noise-sensors/noise-sensors.js.map +1 -1
- package/lib/seam/connect/routes/noise-sensors/noise-thresholds/noise-thresholds.js +4 -2
- package/lib/seam/connect/routes/noise-sensors/noise-thresholds/noise-thresholds.js.map +1 -1
- package/lib/seam/connect/routes/noise-sensors/simulate/simulate.js +4 -2
- package/lib/seam/connect/routes/noise-sensors/simulate/simulate.js.map +1 -1
- package/lib/seam/connect/routes/phones/phones.js +4 -2
- package/lib/seam/connect/routes/phones/phones.js.map +1 -1
- package/lib/seam/connect/routes/phones/simulate/simulate.js +4 -2
- package/lib/seam/connect/routes/phones/simulate/simulate.js.map +1 -1
- package/lib/seam/connect/routes/seam/console/console.js +4 -2
- package/lib/seam/connect/routes/seam/console/console.js.map +1 -1
- package/lib/seam/connect/routes/seam/console/v1/timelines/timelines.js +4 -2
- package/lib/seam/connect/routes/seam/console/v1/timelines/timelines.js.map +1 -1
- package/lib/seam/connect/routes/seam/console/v1/v1.js +4 -2
- package/lib/seam/connect/routes/seam/console/v1/v1.js.map +1 -1
- package/lib/seam/connect/routes/seam/customer/v1/automation-runs/automation-runs.js +4 -2
- package/lib/seam/connect/routes/seam/customer/v1/automation-runs/automation-runs.js.map +1 -1
- package/lib/seam/connect/routes/seam/customer/v1/automations/automations.js +4 -2
- package/lib/seam/connect/routes/seam/customer/v1/automations/automations.js.map +1 -1
- package/lib/seam/connect/routes/seam/customer/v1/events/events.js +4 -2
- package/lib/seam/connect/routes/seam/customer/v1/events/events.js.map +1 -1
- package/lib/seam/connect/routes/seam/customer/v1/portals/portals.js +4 -2
- package/lib/seam/connect/routes/seam/customer/v1/portals/portals.js.map +1 -1
- package/lib/seam/connect/routes/seam/customer/v1/settings/settings.js +4 -2
- package/lib/seam/connect/routes/seam/customer/v1/settings/settings.js.map +1 -1
- package/lib/seam/connect/routes/seam/customer/v1/v1.js +4 -2
- package/lib/seam/connect/routes/seam/customer/v1/v1.js.map +1 -1
- package/lib/seam/connect/routes/seam/partner/v1/building-blocks/building-blocks.js +4 -2
- package/lib/seam/connect/routes/seam/partner/v1/building-blocks/building-blocks.js.map +1 -1
- package/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/spaces.js +4 -2
- package/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/spaces.js.map +1 -1
- package/lib/seam/connect/routes/seam-http-endpoints-without-workspace.d.ts +2 -2
- package/lib/seam/connect/routes/seam-http-endpoints-without-workspace.js +6 -4
- package/lib/seam/connect/routes/seam-http-endpoints-without-workspace.js.map +1 -1
- package/lib/seam/connect/routes/seam-http-endpoints.d.ts +220 -219
- package/lib/seam/connect/routes/seam-http-endpoints.js +228 -219
- package/lib/seam/connect/routes/seam-http-endpoints.js.map +1 -1
- package/lib/seam/connect/routes/seam-http-without-workspace.js +4 -2
- package/lib/seam/connect/routes/seam-http-without-workspace.js.map +1 -1
- package/lib/seam/connect/routes/seam-http.js +4 -2
- package/lib/seam/connect/routes/seam-http.js.map +1 -1
- package/lib/seam/connect/routes/spaces/spaces.js +4 -2
- package/lib/seam/connect/routes/spaces/spaces.js.map +1 -1
- package/lib/seam/connect/routes/thermostats/daily-programs/daily-programs.js +4 -2
- package/lib/seam/connect/routes/thermostats/daily-programs/daily-programs.js.map +1 -1
- package/lib/seam/connect/routes/thermostats/schedules/schedules.js +4 -2
- package/lib/seam/connect/routes/thermostats/schedules/schedules.js.map +1 -1
- package/lib/seam/connect/routes/thermostats/simulate/simulate.js +4 -2
- package/lib/seam/connect/routes/thermostats/simulate/simulate.js.map +1 -1
- package/lib/seam/connect/routes/thermostats/thermostats.js +4 -2
- package/lib/seam/connect/routes/thermostats/thermostats.js.map +1 -1
- package/lib/seam/connect/routes/unstable-partner/building-blocks/building-blocks.js +4 -2
- package/lib/seam/connect/routes/unstable-partner/building-blocks/building-blocks.js.map +1 -1
- package/lib/seam/connect/routes/unstable-partner/unstable-partner.js +4 -2
- package/lib/seam/connect/routes/unstable-partner/unstable-partner.js.map +1 -1
- package/lib/seam/connect/routes/user-identities/enrollment-automations/enrollment-automations.js +4 -2
- package/lib/seam/connect/routes/user-identities/enrollment-automations/enrollment-automations.js.map +1 -1
- package/lib/seam/connect/routes/user-identities/user-identities.js +4 -2
- package/lib/seam/connect/routes/user-identities/user-identities.js.map +1 -1
- package/lib/seam/connect/routes/webhooks/webhooks.js +4 -2
- package/lib/seam/connect/routes/webhooks/webhooks.js.map +1 -1
- package/lib/seam/connect/routes/workspaces/customization-profiles/customization-profiles.js +4 -2
- package/lib/seam/connect/routes/workspaces/customization-profiles/customization-profiles.js.map +1 -1
- package/lib/seam/connect/routes/workspaces/workspaces.js +4 -2
- package/lib/seam/connect/routes/workspaces/workspaces.js.map +1 -1
- package/lib/seam/connect/seam-http-error.js +10 -16
- package/lib/seam/connect/seam-http-error.js.map +1 -1
- package/lib/seam/connect/seam-http-request.js +18 -31
- package/lib/seam/connect/seam-http-request.js.map +1 -1
- package/lib/seam/connect/seam-paginator.js +41 -53
- package/lib/seam/connect/seam-paginator.js.map +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +17 -17
- package/src/lib/seam/connect/routes/access-codes/access-codes.ts +0 -10
- package/src/lib/seam/connect/routes/access-codes/simulate/simulate.ts +0 -1
- package/src/lib/seam/connect/routes/access-codes/unmanaged/unmanaged.ts +0 -5
- package/src/lib/seam/connect/routes/access-grants/access-grants.ts +0 -6
- package/src/lib/seam/connect/routes/access-methods/access-methods.ts +0 -4
- package/src/lib/seam/connect/routes/acs/access-groups/access-groups.ts +0 -6
- package/src/lib/seam/connect/routes/acs/access-groups/unmanaged/unmanaged.ts +0 -2
- package/src/lib/seam/connect/routes/acs/credential-pools/credential-pools.ts +0 -1
- package/src/lib/seam/connect/routes/acs/credential-provisioning-automations/credential-provisioning-automations.ts +0 -1
- package/src/lib/seam/connect/routes/acs/credentials/credentials.ts +0 -9
- package/src/lib/seam/connect/routes/acs/credentials/unmanaged/unmanaged.ts +0 -2
- package/src/lib/seam/connect/routes/acs/encoders/encoders.ts +0 -2
- package/src/lib/seam/connect/routes/acs/encoders/simulate/simulate.ts +0 -4
- package/src/lib/seam/connect/routes/acs/entrances/entrances.ts +0 -4
- package/src/lib/seam/connect/routes/acs/systems/systems.ts +0 -3
- package/src/lib/seam/connect/routes/acs/users/unmanaged/unmanaged.ts +0 -2
- package/src/lib/seam/connect/routes/acs/users/users.ts +0 -11
- package/src/lib/seam/connect/routes/action-attempts/action-attempts.ts +0 -1
- package/src/lib/seam/connect/routes/bridges/bridges.ts +0 -2
- package/src/lib/seam/connect/routes/client-sessions/client-sessions.ts +0 -7
- package/src/lib/seam/connect/routes/connect-webviews/connect-webviews.ts +0 -4
- package/src/lib/seam/connect/routes/connected-accounts/connected-accounts.ts +0 -5
- package/src/lib/seam/connect/routes/customers/customers.ts +0 -3
- package/src/lib/seam/connect/routes/devices/devices.ts +0 -5
- package/src/lib/seam/connect/routes/devices/simulate/simulate.ts +36 -5
- package/src/lib/seam/connect/routes/devices/unmanaged/unmanaged.ts +0 -3
- package/src/lib/seam/connect/routes/events/events.ts +0 -2
- package/src/lib/seam/connect/routes/instant-keys/instant-keys.ts +0 -3
- package/src/lib/seam/connect/routes/locks/locks.ts +0 -2
- package/src/lib/seam/connect/routes/noise-sensors/noise-sensors.ts +0 -1
- package/src/lib/seam/connect/routes/noise-sensors/noise-thresholds/noise-thresholds.ts +0 -5
- package/src/lib/seam/connect/routes/noise-sensors/simulate/simulate.ts +0 -1
- package/src/lib/seam/connect/routes/phones/phones.ts +0 -3
- package/src/lib/seam/connect/routes/phones/simulate/simulate.ts +0 -1
- package/src/lib/seam/connect/routes/seam/console/v1/timelines/timelines.ts +0 -1
- package/src/lib/seam/connect/routes/seam/console/v1/v1.ts +0 -1
- package/src/lib/seam/connect/routes/seam/customer/v1/automation-runs/automation-runs.ts +0 -1
- package/src/lib/seam/connect/routes/seam/customer/v1/automations/automations.ts +0 -3
- package/src/lib/seam/connect/routes/seam/customer/v1/events/events.ts +0 -1
- package/src/lib/seam/connect/routes/seam/customer/v1/portals/portals.ts +0 -1
- package/src/lib/seam/connect/routes/seam/customer/v1/settings/settings.ts +0 -2
- package/src/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/spaces.ts +0 -1
- package/src/lib/seam/connect/routes/seam-http-endpoints-without-workspace.ts +2 -2
- package/src/lib/seam/connect/routes/seam-http-endpoints.ts +234 -217
- package/src/lib/seam/connect/routes/spaces/spaces.ts +0 -10
- package/src/lib/seam/connect/routes/thermostats/daily-programs/daily-programs.ts +0 -2
- package/src/lib/seam/connect/routes/thermostats/schedules/schedules.ts +0 -5
- package/src/lib/seam/connect/routes/thermostats/simulate/simulate.ts +0 -2
- package/src/lib/seam/connect/routes/thermostats/thermostats.ts +0 -7
- package/src/lib/seam/connect/routes/unstable-partner/building-blocks/building-blocks.ts +0 -4
- package/src/lib/seam/connect/routes/user-identities/enrollment-automations/enrollment-automations.ts +0 -4
- package/src/lib/seam/connect/routes/user-identities/user-identities.ts +0 -13
- package/src/lib/seam/connect/routes/webhooks/webhooks.ts +0 -5
- package/src/lib/seam/connect/routes/workspaces/customization-profiles/customization-profiles.ts +0 -5
- package/src/lib/seam/connect/routes/workspaces/workspaces.ts +0 -5
- package/src/lib/version.ts +1 -1
package/dist/connect.cjs
CHANGED
|
@@ -9,15 +9,6 @@ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
|
9
9
|
var axios__default = /*#__PURE__*/_interopDefault(axios);
|
|
10
10
|
var axiosRetry__default = /*#__PURE__*/_interopDefault(axiosRetry);
|
|
11
11
|
|
|
12
|
-
var __typeError = (msg) => {
|
|
13
|
-
throw TypeError(msg);
|
|
14
|
-
};
|
|
15
|
-
var __accessCheck = (obj, member, msg) => member.has(obj) || __typeError("Cannot " + msg);
|
|
16
|
-
var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read from private field"), getter ? getter.call(obj) : member.get(obj));
|
|
17
|
-
var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
|
|
18
|
-
var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "write to private field"), member.set(obj, value), value);
|
|
19
|
-
var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "access private method"), method);
|
|
20
|
-
|
|
21
12
|
// src/lib/lts-version.ts
|
|
22
13
|
var seamApiLtsVersion = "1.0.0";
|
|
23
14
|
|
|
@@ -481,6 +472,10 @@ var isEmail = (value) => {
|
|
|
481
472
|
|
|
482
473
|
// src/lib/seam/connect/seam-http-error.ts
|
|
483
474
|
var SeamHttpApiError = class extends Error {
|
|
475
|
+
code;
|
|
476
|
+
statusCode;
|
|
477
|
+
requestId;
|
|
478
|
+
data;
|
|
484
479
|
constructor(error, statusCode, requestId) {
|
|
485
480
|
const { type, message, data } = error;
|
|
486
481
|
super(message);
|
|
@@ -495,6 +490,8 @@ var isSeamHttpApiError = (error) => {
|
|
|
495
490
|
return error instanceof SeamHttpApiError;
|
|
496
491
|
};
|
|
497
492
|
var SeamHttpUnauthorizedError = class extends SeamHttpApiError {
|
|
493
|
+
code;
|
|
494
|
+
statusCode;
|
|
498
495
|
constructor(requestId) {
|
|
499
496
|
const type = "unauthorized";
|
|
500
497
|
const status = 401;
|
|
@@ -508,20 +505,19 @@ var SeamHttpUnauthorizedError = class extends SeamHttpApiError {
|
|
|
508
505
|
var isSeamHttpUnauthorizedError = (error) => {
|
|
509
506
|
return error instanceof SeamHttpUnauthorizedError;
|
|
510
507
|
};
|
|
511
|
-
var _validationErrors;
|
|
512
508
|
var SeamHttpInvalidInputError = class extends SeamHttpApiError {
|
|
509
|
+
code;
|
|
510
|
+
#validationErrors;
|
|
513
511
|
constructor(error, statusCode, requestId) {
|
|
514
512
|
super(error, statusCode, requestId);
|
|
515
|
-
__privateAdd(this, _validationErrors);
|
|
516
513
|
this.name = this.constructor.name;
|
|
517
514
|
this.code = "invalid_input";
|
|
518
|
-
|
|
515
|
+
this.#validationErrors = error.validation_errors ?? {};
|
|
519
516
|
}
|
|
520
517
|
getValidationErrorMessages(paramName) {
|
|
521
|
-
return
|
|
518
|
+
return this.#validationErrors[paramName]?._errors ?? [];
|
|
522
519
|
}
|
|
523
520
|
};
|
|
524
|
-
_validationErrors = new WeakMap();
|
|
525
521
|
var isSeamHttpInvalidInputError = (error) => {
|
|
526
522
|
return error instanceof SeamHttpInvalidInputError;
|
|
527
523
|
};
|
|
@@ -629,6 +625,7 @@ var isSeamActionAttemptError = (error) => {
|
|
|
629
625
|
return error instanceof SeamActionAttemptError;
|
|
630
626
|
};
|
|
631
627
|
var SeamActionAttemptError = class extends Error {
|
|
628
|
+
actionAttempt;
|
|
632
629
|
constructor(message, actionAttempt) {
|
|
633
630
|
super(message);
|
|
634
631
|
this.name = this.constructor.name;
|
|
@@ -639,6 +636,7 @@ var isSeamActionAttemptFailedError = (error) => {
|
|
|
639
636
|
return error instanceof SeamActionAttemptFailedError;
|
|
640
637
|
};
|
|
641
638
|
var SeamActionAttemptFailedError = class extends SeamActionAttemptError {
|
|
639
|
+
code;
|
|
642
640
|
constructor(actionAttempt) {
|
|
643
641
|
super(actionAttempt.error.message, actionAttempt);
|
|
644
642
|
this.name = this.constructor.name;
|
|
@@ -659,37 +657,35 @@ var SeamActionAttemptTimeoutError = class extends SeamActionAttemptError {
|
|
|
659
657
|
};
|
|
660
658
|
var isSuccessfulActionAttempt = (actionAttempt) => actionAttempt.status === "success";
|
|
661
659
|
var isFailedActionAttempt = (actionAttempt) => actionAttempt.status === "error";
|
|
662
|
-
var _a, _parent, _config;
|
|
663
|
-
_a = Symbol.toStringTag;
|
|
664
660
|
var SeamHttpRequest = class {
|
|
661
|
+
[Symbol.toStringTag] = "SeamHttpRequest";
|
|
662
|
+
#parent;
|
|
663
|
+
#config;
|
|
665
664
|
constructor(parent, config) {
|
|
666
|
-
this
|
|
667
|
-
|
|
668
|
-
__privateAdd(this, _config);
|
|
669
|
-
__privateSet(this, _parent, parent);
|
|
670
|
-
__privateSet(this, _config, config);
|
|
665
|
+
this.#parent = parent;
|
|
666
|
+
this.#config = config;
|
|
671
667
|
}
|
|
672
668
|
get responseKey() {
|
|
673
|
-
return
|
|
669
|
+
return this.#config.responseKey;
|
|
674
670
|
}
|
|
675
671
|
get url() {
|
|
676
|
-
const { client } =
|
|
672
|
+
const { client } = this.#parent;
|
|
677
673
|
const serializer = typeof client.defaults.paramsSerializer === "function" ? client.defaults.paramsSerializer : urlSearchParamsSerializer.serializeUrlSearchParams;
|
|
678
674
|
const origin = getUrlPrefix(client.defaults.baseURL ?? "");
|
|
679
675
|
const path = this.params == null ? this.pathname : `${this.pathname}?${serializer(this.params)}`;
|
|
680
676
|
return new URL(`${origin}${path}`);
|
|
681
677
|
}
|
|
682
678
|
get pathname() {
|
|
683
|
-
return
|
|
679
|
+
return this.#config.pathname.startsWith("/") ? this.#config.pathname : `/${this.#config.pathname}`;
|
|
684
680
|
}
|
|
685
681
|
get method() {
|
|
686
|
-
return
|
|
682
|
+
return this.#config.method;
|
|
687
683
|
}
|
|
688
684
|
get params() {
|
|
689
|
-
return
|
|
685
|
+
return this.#config.params;
|
|
690
686
|
}
|
|
691
687
|
get body() {
|
|
692
|
-
return
|
|
688
|
+
return this.#config.body;
|
|
693
689
|
}
|
|
694
690
|
async execute() {
|
|
695
691
|
const response = await this.fetchResponse();
|
|
@@ -698,12 +694,12 @@ var SeamHttpRequest = class {
|
|
|
698
694
|
}
|
|
699
695
|
const data = response[this.responseKey];
|
|
700
696
|
if (this.responseKey === "action_attempt") {
|
|
701
|
-
const waitForActionAttempt =
|
|
697
|
+
const waitForActionAttempt = this.#config.options?.waitForActionAttempt ?? this.#parent.defaults.waitForActionAttempt;
|
|
702
698
|
if (waitForActionAttempt !== false) {
|
|
703
699
|
const actionAttempt = await resolveActionAttempt(
|
|
704
700
|
data,
|
|
705
|
-
SeamHttpActionAttempts.fromClient(
|
|
706
|
-
...
|
|
701
|
+
SeamHttpActionAttempts.fromClient(this.#parent.client, {
|
|
702
|
+
...this.#parent.defaults,
|
|
707
703
|
waitForActionAttempt: false
|
|
708
704
|
}),
|
|
709
705
|
typeof waitForActionAttempt === "boolean" ? {} : waitForActionAttempt
|
|
@@ -714,7 +710,7 @@ var SeamHttpRequest = class {
|
|
|
714
710
|
return data;
|
|
715
711
|
}
|
|
716
712
|
async fetchResponse() {
|
|
717
|
-
const { client } =
|
|
713
|
+
const { client } = this.#parent;
|
|
718
714
|
const response = await client.request({
|
|
719
715
|
url: this.pathname,
|
|
720
716
|
method: this.method,
|
|
@@ -733,8 +729,6 @@ var SeamHttpRequest = class {
|
|
|
733
729
|
return await this.execute().finally(onfinally);
|
|
734
730
|
}
|
|
735
731
|
};
|
|
736
|
-
_parent = new WeakMap();
|
|
737
|
-
_config = new WeakMap();
|
|
738
732
|
var getUrlPrefix = (input) => {
|
|
739
733
|
if (canParseUrl(input)) {
|
|
740
734
|
const url = new URL(input).toString();
|
|
@@ -758,28 +752,56 @@ var canParseUrl = (input) => {
|
|
|
758
752
|
};
|
|
759
753
|
|
|
760
754
|
// src/lib/seam/connect/seam-paginator.ts
|
|
761
|
-
var _request, _parent2, _SeamPaginator_instances, fetch_fn;
|
|
762
755
|
var SeamPaginator = class {
|
|
756
|
+
#request;
|
|
757
|
+
#parent;
|
|
763
758
|
constructor(parent, request) {
|
|
764
|
-
__privateAdd(this, _SeamPaginator_instances);
|
|
765
|
-
__privateAdd(this, _request);
|
|
766
|
-
__privateAdd(this, _parent2);
|
|
767
759
|
if (request.responseKey == null) {
|
|
768
760
|
throw new Error(
|
|
769
761
|
`The ${request.pathname} endpoint does not support pagination`
|
|
770
762
|
);
|
|
771
763
|
}
|
|
772
|
-
|
|
773
|
-
|
|
764
|
+
this.#parent = parent;
|
|
765
|
+
this.#request = request;
|
|
774
766
|
}
|
|
775
767
|
async firstPage() {
|
|
776
|
-
return await
|
|
768
|
+
return await this.#fetch();
|
|
777
769
|
}
|
|
778
770
|
async nextPage(nextPageCursor) {
|
|
779
771
|
if (nextPageCursor == null) {
|
|
780
772
|
throw new Error("Cannot get the next page with a null nextPageCursor");
|
|
781
773
|
}
|
|
782
|
-
return await
|
|
774
|
+
return await this.#fetch(nextPageCursor);
|
|
775
|
+
}
|
|
776
|
+
async #fetch(nextPageCursor) {
|
|
777
|
+
const responseKey = this.#request.responseKey;
|
|
778
|
+
if (responseKey == null) {
|
|
779
|
+
throw new Error("Cannot paginate a response without a responseKey");
|
|
780
|
+
}
|
|
781
|
+
const request = new SeamHttpRequest(this.#parent, {
|
|
782
|
+
pathname: this.#request.pathname,
|
|
783
|
+
method: this.#request.method,
|
|
784
|
+
responseKey,
|
|
785
|
+
params: this.#request.params != null ? { ...this.#request.params, page_cursor: nextPageCursor } : void 0,
|
|
786
|
+
body: this.#request.body != null ? { ...this.#request.body, page_cursor: nextPageCursor } : void 0
|
|
787
|
+
});
|
|
788
|
+
const response = await request.fetchResponse();
|
|
789
|
+
const data = response[responseKey];
|
|
790
|
+
const paginationData = response != null && typeof response === "object" && "pagination" in response ? response.pagination : null;
|
|
791
|
+
const pagination = {
|
|
792
|
+
hasNextPage: paginationData?.has_next_page ?? false,
|
|
793
|
+
nextPageCursor: paginationData?.next_page_cursor ?? null,
|
|
794
|
+
nextPageUrl: paginationData?.next_page_url ?? null
|
|
795
|
+
};
|
|
796
|
+
if (!Array.isArray(data)) {
|
|
797
|
+
throw new Error(
|
|
798
|
+
`Expected an array response for ${String(responseKey)} but got ${String(typeof data)}`
|
|
799
|
+
);
|
|
800
|
+
}
|
|
801
|
+
return [
|
|
802
|
+
data,
|
|
803
|
+
pagination
|
|
804
|
+
];
|
|
783
805
|
}
|
|
784
806
|
async flattenToArray() {
|
|
785
807
|
const items = [];
|
|
@@ -812,44 +834,14 @@ var SeamPaginator = class {
|
|
|
812
834
|
}
|
|
813
835
|
}
|
|
814
836
|
};
|
|
815
|
-
_request = new WeakMap();
|
|
816
|
-
_parent2 = new WeakMap();
|
|
817
|
-
_SeamPaginator_instances = new WeakSet();
|
|
818
|
-
fetch_fn = async function(nextPageCursor) {
|
|
819
|
-
const responseKey = __privateGet(this, _request).responseKey;
|
|
820
|
-
if (responseKey == null) {
|
|
821
|
-
throw new Error("Cannot paginate a response without a responseKey");
|
|
822
|
-
}
|
|
823
|
-
const request = new SeamHttpRequest(__privateGet(this, _parent2), {
|
|
824
|
-
pathname: __privateGet(this, _request).pathname,
|
|
825
|
-
method: __privateGet(this, _request).method,
|
|
826
|
-
responseKey,
|
|
827
|
-
params: __privateGet(this, _request).params != null ? { ...__privateGet(this, _request).params, page_cursor: nextPageCursor } : void 0,
|
|
828
|
-
body: __privateGet(this, _request).body != null ? { ...__privateGet(this, _request).body, page_cursor: nextPageCursor } : void 0
|
|
829
|
-
});
|
|
830
|
-
const response = await request.fetchResponse();
|
|
831
|
-
const data = response[responseKey];
|
|
832
|
-
const paginationData = response != null && typeof response === "object" && "pagination" in response ? response.pagination : null;
|
|
833
|
-
const pagination = {
|
|
834
|
-
hasNextPage: paginationData?.has_next_page ?? false,
|
|
835
|
-
nextPageCursor: paginationData?.next_page_cursor ?? null,
|
|
836
|
-
nextPageUrl: paginationData?.next_page_url ?? null
|
|
837
|
-
};
|
|
838
|
-
if (!Array.isArray(data)) {
|
|
839
|
-
throw new Error(
|
|
840
|
-
`Expected an array response for ${String(responseKey)} but got ${String(typeof data)}`
|
|
841
|
-
);
|
|
842
|
-
}
|
|
843
|
-
return [
|
|
844
|
-
data,
|
|
845
|
-
pagination
|
|
846
|
-
];
|
|
847
|
-
};
|
|
848
837
|
|
|
849
838
|
// src/lib/seam/connect/routes/client-sessions/client-sessions.ts
|
|
850
|
-
var
|
|
839
|
+
var SeamHttpClientSessions = class _SeamHttpClientSessions {
|
|
840
|
+
client;
|
|
841
|
+
defaults;
|
|
842
|
+
ltsVersion = seamApiLtsVersion;
|
|
843
|
+
static ltsVersion = seamApiLtsVersion;
|
|
851
844
|
constructor(apiKeyOrOptions = {}) {
|
|
852
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
853
845
|
const options = parseOptions(apiKeyOrOptions);
|
|
854
846
|
this.client = "client" in options ? options.client : createClient(options);
|
|
855
847
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -991,13 +983,14 @@ var _SeamHttpClientSessions = class _SeamHttpClientSessions {
|
|
|
991
983
|
});
|
|
992
984
|
}
|
|
993
985
|
};
|
|
994
|
-
_SeamHttpClientSessions.ltsVersion = seamApiLtsVersion;
|
|
995
|
-
var SeamHttpClientSessions = _SeamHttpClientSessions;
|
|
996
986
|
|
|
997
987
|
// src/lib/seam/connect/routes/access-codes/simulate/simulate.ts
|
|
998
|
-
var
|
|
988
|
+
var SeamHttpAccessCodesSimulate = class _SeamHttpAccessCodesSimulate {
|
|
989
|
+
client;
|
|
990
|
+
defaults;
|
|
991
|
+
ltsVersion = seamApiLtsVersion;
|
|
992
|
+
static ltsVersion = seamApiLtsVersion;
|
|
999
993
|
constructor(apiKeyOrOptions = {}) {
|
|
1000
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
1001
994
|
const options = parseOptions(apiKeyOrOptions);
|
|
1002
995
|
this.client = "client" in options ? options.client : createClient(options);
|
|
1003
996
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -1085,13 +1078,14 @@ var _SeamHttpAccessCodesSimulate = class _SeamHttpAccessCodesSimulate {
|
|
|
1085
1078
|
});
|
|
1086
1079
|
}
|
|
1087
1080
|
};
|
|
1088
|
-
_SeamHttpAccessCodesSimulate.ltsVersion = seamApiLtsVersion;
|
|
1089
|
-
var SeamHttpAccessCodesSimulate = _SeamHttpAccessCodesSimulate;
|
|
1090
1081
|
|
|
1091
1082
|
// src/lib/seam/connect/routes/access-codes/unmanaged/unmanaged.ts
|
|
1092
|
-
var
|
|
1083
|
+
var SeamHttpAccessCodesUnmanaged = class _SeamHttpAccessCodesUnmanaged {
|
|
1084
|
+
client;
|
|
1085
|
+
defaults;
|
|
1086
|
+
ltsVersion = seamApiLtsVersion;
|
|
1087
|
+
static ltsVersion = seamApiLtsVersion;
|
|
1093
1088
|
constructor(apiKeyOrOptions = {}) {
|
|
1094
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
1095
1089
|
const options = parseOptions(apiKeyOrOptions);
|
|
1096
1090
|
this.client = "client" in options ? options.client : createClient(options);
|
|
1097
1091
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -1215,13 +1209,14 @@ var _SeamHttpAccessCodesUnmanaged = class _SeamHttpAccessCodesUnmanaged {
|
|
|
1215
1209
|
});
|
|
1216
1210
|
}
|
|
1217
1211
|
};
|
|
1218
|
-
_SeamHttpAccessCodesUnmanaged.ltsVersion = seamApiLtsVersion;
|
|
1219
|
-
var SeamHttpAccessCodesUnmanaged = _SeamHttpAccessCodesUnmanaged;
|
|
1220
1212
|
|
|
1221
1213
|
// src/lib/seam/connect/routes/access-codes/access-codes.ts
|
|
1222
|
-
var
|
|
1214
|
+
var SeamHttpAccessCodes = class _SeamHttpAccessCodes {
|
|
1215
|
+
client;
|
|
1216
|
+
defaults;
|
|
1217
|
+
ltsVersion = seamApiLtsVersion;
|
|
1218
|
+
static ltsVersion = seamApiLtsVersion;
|
|
1223
1219
|
constructor(apiKeyOrOptions = {}) {
|
|
1224
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
1225
1220
|
const options = parseOptions(apiKeyOrOptions);
|
|
1226
1221
|
this.client = "client" in options ? options.client : createClient(options);
|
|
1227
1222
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -1396,13 +1391,14 @@ var _SeamHttpAccessCodes = class _SeamHttpAccessCodes {
|
|
|
1396
1391
|
});
|
|
1397
1392
|
}
|
|
1398
1393
|
};
|
|
1399
|
-
_SeamHttpAccessCodes.ltsVersion = seamApiLtsVersion;
|
|
1400
|
-
var SeamHttpAccessCodes = _SeamHttpAccessCodes;
|
|
1401
1394
|
|
|
1402
1395
|
// src/lib/seam/connect/routes/access-grants/access-grants.ts
|
|
1403
|
-
var
|
|
1396
|
+
var SeamHttpAccessGrants = class _SeamHttpAccessGrants {
|
|
1397
|
+
client;
|
|
1398
|
+
defaults;
|
|
1399
|
+
ltsVersion = seamApiLtsVersion;
|
|
1400
|
+
static ltsVersion = seamApiLtsVersion;
|
|
1404
1401
|
constructor(apiKeyOrOptions = {}) {
|
|
1405
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
1406
1402
|
const options = parseOptions(apiKeyOrOptions);
|
|
1407
1403
|
this.client = "client" in options ? options.client : createClient(options);
|
|
1408
1404
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -1535,13 +1531,14 @@ var _SeamHttpAccessGrants = class _SeamHttpAccessGrants {
|
|
|
1535
1531
|
});
|
|
1536
1532
|
}
|
|
1537
1533
|
};
|
|
1538
|
-
_SeamHttpAccessGrants.ltsVersion = seamApiLtsVersion;
|
|
1539
|
-
var SeamHttpAccessGrants = _SeamHttpAccessGrants;
|
|
1540
1534
|
|
|
1541
1535
|
// src/lib/seam/connect/routes/access-methods/access-methods.ts
|
|
1542
|
-
var
|
|
1536
|
+
var SeamHttpAccessMethods = class _SeamHttpAccessMethods {
|
|
1537
|
+
client;
|
|
1538
|
+
defaults;
|
|
1539
|
+
ltsVersion = seamApiLtsVersion;
|
|
1540
|
+
static ltsVersion = seamApiLtsVersion;
|
|
1543
1541
|
constructor(apiKeyOrOptions = {}) {
|
|
1544
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
1545
1542
|
const options = parseOptions(apiKeyOrOptions);
|
|
1546
1543
|
this.client = "client" in options ? options.client : createClient(options);
|
|
1547
1544
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -1665,13 +1662,14 @@ var _SeamHttpAccessMethods = class _SeamHttpAccessMethods {
|
|
|
1665
1662
|
});
|
|
1666
1663
|
}
|
|
1667
1664
|
};
|
|
1668
|
-
_SeamHttpAccessMethods.ltsVersion = seamApiLtsVersion;
|
|
1669
|
-
var SeamHttpAccessMethods = _SeamHttpAccessMethods;
|
|
1670
1665
|
|
|
1671
1666
|
// src/lib/seam/connect/routes/acs/access-groups/unmanaged/unmanaged.ts
|
|
1672
|
-
var
|
|
1667
|
+
var SeamHttpAcsAccessGroupsUnmanaged = class _SeamHttpAcsAccessGroupsUnmanaged {
|
|
1668
|
+
client;
|
|
1669
|
+
defaults;
|
|
1670
|
+
ltsVersion = seamApiLtsVersion;
|
|
1671
|
+
static ltsVersion = seamApiLtsVersion;
|
|
1673
1672
|
constructor(apiKeyOrOptions = {}) {
|
|
1674
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
1675
1673
|
const options = parseOptions(apiKeyOrOptions);
|
|
1676
1674
|
if (!options.isUndocumentedApiEnabled) {
|
|
1677
1675
|
throw new Error(
|
|
@@ -1786,13 +1784,14 @@ var _SeamHttpAcsAccessGroupsUnmanaged = class _SeamHttpAcsAccessGroupsUnmanaged
|
|
|
1786
1784
|
});
|
|
1787
1785
|
}
|
|
1788
1786
|
};
|
|
1789
|
-
_SeamHttpAcsAccessGroupsUnmanaged.ltsVersion = seamApiLtsVersion;
|
|
1790
|
-
var SeamHttpAcsAccessGroupsUnmanaged = _SeamHttpAcsAccessGroupsUnmanaged;
|
|
1791
1787
|
|
|
1792
1788
|
// src/lib/seam/connect/routes/acs/access-groups/access-groups.ts
|
|
1793
|
-
var
|
|
1789
|
+
var SeamHttpAcsAccessGroups = class _SeamHttpAcsAccessGroups {
|
|
1790
|
+
client;
|
|
1791
|
+
defaults;
|
|
1792
|
+
ltsVersion = seamApiLtsVersion;
|
|
1793
|
+
static ltsVersion = seamApiLtsVersion;
|
|
1794
1794
|
constructor(apiKeyOrOptions = {}) {
|
|
1795
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
1796
1795
|
const options = parseOptions(apiKeyOrOptions);
|
|
1797
1796
|
this.client = "client" in options ? options.client : createClient(options);
|
|
1798
1797
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -1931,13 +1930,14 @@ var _SeamHttpAcsAccessGroups = class _SeamHttpAcsAccessGroups {
|
|
|
1931
1930
|
});
|
|
1932
1931
|
}
|
|
1933
1932
|
};
|
|
1934
|
-
_SeamHttpAcsAccessGroups.ltsVersion = seamApiLtsVersion;
|
|
1935
|
-
var SeamHttpAcsAccessGroups = _SeamHttpAcsAccessGroups;
|
|
1936
1933
|
|
|
1937
1934
|
// src/lib/seam/connect/routes/acs/credential-pools/credential-pools.ts
|
|
1938
|
-
var
|
|
1935
|
+
var SeamHttpAcsCredentialPools = class _SeamHttpAcsCredentialPools {
|
|
1936
|
+
client;
|
|
1937
|
+
defaults;
|
|
1938
|
+
ltsVersion = seamApiLtsVersion;
|
|
1939
|
+
static ltsVersion = seamApiLtsVersion;
|
|
1939
1940
|
constructor(apiKeyOrOptions = {}) {
|
|
1940
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
1941
1941
|
const options = parseOptions(apiKeyOrOptions);
|
|
1942
1942
|
if (!options.isUndocumentedApiEnabled) {
|
|
1943
1943
|
throw new Error(
|
|
@@ -2035,13 +2035,14 @@ var _SeamHttpAcsCredentialPools = class _SeamHttpAcsCredentialPools {
|
|
|
2035
2035
|
});
|
|
2036
2036
|
}
|
|
2037
2037
|
};
|
|
2038
|
-
_SeamHttpAcsCredentialPools.ltsVersion = seamApiLtsVersion;
|
|
2039
|
-
var SeamHttpAcsCredentialPools = _SeamHttpAcsCredentialPools;
|
|
2040
2038
|
|
|
2041
2039
|
// src/lib/seam/connect/routes/acs/credential-provisioning-automations/credential-provisioning-automations.ts
|
|
2042
|
-
var
|
|
2040
|
+
var SeamHttpAcsCredentialProvisioningAutomations = class _SeamHttpAcsCredentialProvisioningAutomations {
|
|
2041
|
+
client;
|
|
2042
|
+
defaults;
|
|
2043
|
+
ltsVersion = seamApiLtsVersion;
|
|
2044
|
+
static ltsVersion = seamApiLtsVersion;
|
|
2043
2045
|
constructor(apiKeyOrOptions = {}) {
|
|
2044
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
2045
2046
|
const options = parseOptions(apiKeyOrOptions);
|
|
2046
2047
|
if (!options.isUndocumentedApiEnabled) {
|
|
2047
2048
|
throw new Error(
|
|
@@ -2142,13 +2143,14 @@ var _SeamHttpAcsCredentialProvisioningAutomations = class _SeamHttpAcsCredential
|
|
|
2142
2143
|
});
|
|
2143
2144
|
}
|
|
2144
2145
|
};
|
|
2145
|
-
_SeamHttpAcsCredentialProvisioningAutomations.ltsVersion = seamApiLtsVersion;
|
|
2146
|
-
var SeamHttpAcsCredentialProvisioningAutomations = _SeamHttpAcsCredentialProvisioningAutomations;
|
|
2147
2146
|
|
|
2148
2147
|
// src/lib/seam/connect/routes/acs/credentials/unmanaged/unmanaged.ts
|
|
2149
|
-
var
|
|
2148
|
+
var SeamHttpAcsCredentialsUnmanaged = class _SeamHttpAcsCredentialsUnmanaged {
|
|
2149
|
+
client;
|
|
2150
|
+
defaults;
|
|
2151
|
+
ltsVersion = seamApiLtsVersion;
|
|
2152
|
+
static ltsVersion = seamApiLtsVersion;
|
|
2150
2153
|
constructor(apiKeyOrOptions = {}) {
|
|
2151
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
2152
2154
|
const options = parseOptions(apiKeyOrOptions);
|
|
2153
2155
|
if (!options.isUndocumentedApiEnabled) {
|
|
2154
2156
|
throw new Error(
|
|
@@ -2263,13 +2265,14 @@ var _SeamHttpAcsCredentialsUnmanaged = class _SeamHttpAcsCredentialsUnmanaged {
|
|
|
2263
2265
|
});
|
|
2264
2266
|
}
|
|
2265
2267
|
};
|
|
2266
|
-
_SeamHttpAcsCredentialsUnmanaged.ltsVersion = seamApiLtsVersion;
|
|
2267
|
-
var SeamHttpAcsCredentialsUnmanaged = _SeamHttpAcsCredentialsUnmanaged;
|
|
2268
2268
|
|
|
2269
2269
|
// src/lib/seam/connect/routes/acs/credentials/credentials.ts
|
|
2270
|
-
var
|
|
2270
|
+
var SeamHttpAcsCredentials = class _SeamHttpAcsCredentials {
|
|
2271
|
+
client;
|
|
2272
|
+
defaults;
|
|
2273
|
+
ltsVersion = seamApiLtsVersion;
|
|
2274
|
+
static ltsVersion = seamApiLtsVersion;
|
|
2271
2275
|
constructor(apiKeyOrOptions = {}) {
|
|
2272
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
2273
2276
|
const options = parseOptions(apiKeyOrOptions);
|
|
2274
2277
|
this.client = "client" in options ? options.client : createClient(options);
|
|
2275
2278
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -2440,13 +2443,14 @@ var _SeamHttpAcsCredentials = class _SeamHttpAcsCredentials {
|
|
|
2440
2443
|
});
|
|
2441
2444
|
}
|
|
2442
2445
|
};
|
|
2443
|
-
_SeamHttpAcsCredentials.ltsVersion = seamApiLtsVersion;
|
|
2444
|
-
var SeamHttpAcsCredentials = _SeamHttpAcsCredentials;
|
|
2445
2446
|
|
|
2446
2447
|
// src/lib/seam/connect/routes/acs/encoders/simulate/simulate.ts
|
|
2447
|
-
var
|
|
2448
|
+
var SeamHttpAcsEncodersSimulate = class _SeamHttpAcsEncodersSimulate {
|
|
2449
|
+
client;
|
|
2450
|
+
defaults;
|
|
2451
|
+
ltsVersion = seamApiLtsVersion;
|
|
2452
|
+
static ltsVersion = seamApiLtsVersion;
|
|
2448
2453
|
constructor(apiKeyOrOptions = {}) {
|
|
2449
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
2450
2454
|
const options = parseOptions(apiKeyOrOptions);
|
|
2451
2455
|
this.client = "client" in options ? options.client : createClient(options);
|
|
2452
2456
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -2561,13 +2565,14 @@ var _SeamHttpAcsEncodersSimulate = class _SeamHttpAcsEncodersSimulate {
|
|
|
2561
2565
|
});
|
|
2562
2566
|
}
|
|
2563
2567
|
};
|
|
2564
|
-
_SeamHttpAcsEncodersSimulate.ltsVersion = seamApiLtsVersion;
|
|
2565
|
-
var SeamHttpAcsEncodersSimulate = _SeamHttpAcsEncodersSimulate;
|
|
2566
2568
|
|
|
2567
2569
|
// src/lib/seam/connect/routes/acs/encoders/encoders.ts
|
|
2568
|
-
var
|
|
2570
|
+
var SeamHttpAcsEncoders = class _SeamHttpAcsEncoders {
|
|
2571
|
+
client;
|
|
2572
|
+
defaults;
|
|
2573
|
+
ltsVersion = seamApiLtsVersion;
|
|
2574
|
+
static ltsVersion = seamApiLtsVersion;
|
|
2569
2575
|
constructor(apiKeyOrOptions = {}) {
|
|
2570
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
2571
2576
|
const options = parseOptions(apiKeyOrOptions);
|
|
2572
2577
|
this.client = "client" in options ? options.client : createClient(options);
|
|
2573
2578
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -2685,13 +2690,14 @@ var _SeamHttpAcsEncoders = class _SeamHttpAcsEncoders {
|
|
|
2685
2690
|
});
|
|
2686
2691
|
}
|
|
2687
2692
|
};
|
|
2688
|
-
_SeamHttpAcsEncoders.ltsVersion = seamApiLtsVersion;
|
|
2689
|
-
var SeamHttpAcsEncoders = _SeamHttpAcsEncoders;
|
|
2690
2693
|
|
|
2691
2694
|
// src/lib/seam/connect/routes/acs/entrances/entrances.ts
|
|
2692
|
-
var
|
|
2695
|
+
var SeamHttpAcsEntrances = class _SeamHttpAcsEntrances {
|
|
2696
|
+
client;
|
|
2697
|
+
defaults;
|
|
2698
|
+
ltsVersion = seamApiLtsVersion;
|
|
2699
|
+
static ltsVersion = seamApiLtsVersion;
|
|
2693
2700
|
constructor(apiKeyOrOptions = {}) {
|
|
2694
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
2695
2701
|
const options = parseOptions(apiKeyOrOptions);
|
|
2696
2702
|
this.client = "client" in options ? options.client : createClient(options);
|
|
2697
2703
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -2806,13 +2812,14 @@ var _SeamHttpAcsEntrances = class _SeamHttpAcsEntrances {
|
|
|
2806
2812
|
});
|
|
2807
2813
|
}
|
|
2808
2814
|
};
|
|
2809
|
-
_SeamHttpAcsEntrances.ltsVersion = seamApiLtsVersion;
|
|
2810
|
-
var SeamHttpAcsEntrances = _SeamHttpAcsEntrances;
|
|
2811
2815
|
|
|
2812
2816
|
// src/lib/seam/connect/routes/acs/systems/systems.ts
|
|
2813
|
-
var
|
|
2817
|
+
var SeamHttpAcsSystems = class _SeamHttpAcsSystems {
|
|
2818
|
+
client;
|
|
2819
|
+
defaults;
|
|
2820
|
+
ltsVersion = seamApiLtsVersion;
|
|
2821
|
+
static ltsVersion = seamApiLtsVersion;
|
|
2814
2822
|
constructor(apiKeyOrOptions = {}) {
|
|
2815
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
2816
2823
|
const options = parseOptions(apiKeyOrOptions);
|
|
2817
2824
|
this.client = "client" in options ? options.client : createClient(options);
|
|
2818
2825
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -2918,13 +2925,14 @@ var _SeamHttpAcsSystems = class _SeamHttpAcsSystems {
|
|
|
2918
2925
|
});
|
|
2919
2926
|
}
|
|
2920
2927
|
};
|
|
2921
|
-
_SeamHttpAcsSystems.ltsVersion = seamApiLtsVersion;
|
|
2922
|
-
var SeamHttpAcsSystems = _SeamHttpAcsSystems;
|
|
2923
2928
|
|
|
2924
2929
|
// src/lib/seam/connect/routes/acs/users/unmanaged/unmanaged.ts
|
|
2925
|
-
var
|
|
2930
|
+
var SeamHttpAcsUsersUnmanaged = class _SeamHttpAcsUsersUnmanaged {
|
|
2931
|
+
client;
|
|
2932
|
+
defaults;
|
|
2933
|
+
ltsVersion = seamApiLtsVersion;
|
|
2934
|
+
static ltsVersion = seamApiLtsVersion;
|
|
2926
2935
|
constructor(apiKeyOrOptions = {}) {
|
|
2927
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
2928
2936
|
const options = parseOptions(apiKeyOrOptions);
|
|
2929
2937
|
if (!options.isUndocumentedApiEnabled) {
|
|
2930
2938
|
throw new Error(
|
|
@@ -3036,13 +3044,14 @@ var _SeamHttpAcsUsersUnmanaged = class _SeamHttpAcsUsersUnmanaged {
|
|
|
3036
3044
|
});
|
|
3037
3045
|
}
|
|
3038
3046
|
};
|
|
3039
|
-
_SeamHttpAcsUsersUnmanaged.ltsVersion = seamApiLtsVersion;
|
|
3040
|
-
var SeamHttpAcsUsersUnmanaged = _SeamHttpAcsUsersUnmanaged;
|
|
3041
3047
|
|
|
3042
3048
|
// src/lib/seam/connect/routes/acs/users/users.ts
|
|
3043
|
-
var
|
|
3049
|
+
var SeamHttpAcsUsers = class _SeamHttpAcsUsers {
|
|
3050
|
+
client;
|
|
3051
|
+
defaults;
|
|
3052
|
+
ltsVersion = seamApiLtsVersion;
|
|
3053
|
+
static ltsVersion = seamApiLtsVersion;
|
|
3044
3054
|
constructor(apiKeyOrOptions = {}) {
|
|
3045
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
3046
3055
|
const options = parseOptions(apiKeyOrOptions);
|
|
3047
3056
|
this.client = "client" in options ? options.client : createClient(options);
|
|
3048
3057
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -3223,13 +3232,14 @@ var _SeamHttpAcsUsers = class _SeamHttpAcsUsers {
|
|
|
3223
3232
|
});
|
|
3224
3233
|
}
|
|
3225
3234
|
};
|
|
3226
|
-
_SeamHttpAcsUsers.ltsVersion = seamApiLtsVersion;
|
|
3227
|
-
var SeamHttpAcsUsers = _SeamHttpAcsUsers;
|
|
3228
3235
|
|
|
3229
3236
|
// src/lib/seam/connect/routes/acs/acs.ts
|
|
3230
|
-
var
|
|
3237
|
+
var SeamHttpAcs = class _SeamHttpAcs {
|
|
3238
|
+
client;
|
|
3239
|
+
defaults;
|
|
3240
|
+
ltsVersion = seamApiLtsVersion;
|
|
3241
|
+
static ltsVersion = seamApiLtsVersion;
|
|
3231
3242
|
constructor(apiKeyOrOptions = {}) {
|
|
3232
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
3233
3243
|
const options = parseOptions(apiKeyOrOptions);
|
|
3234
3244
|
this.client = "client" in options ? options.client : createClient(options);
|
|
3235
3245
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -3335,13 +3345,14 @@ var _SeamHttpAcs = class _SeamHttpAcs {
|
|
|
3335
3345
|
return SeamHttpAcsUsers.fromClient(this.client, this.defaults);
|
|
3336
3346
|
}
|
|
3337
3347
|
};
|
|
3338
|
-
_SeamHttpAcs.ltsVersion = seamApiLtsVersion;
|
|
3339
|
-
var SeamHttpAcs = _SeamHttpAcs;
|
|
3340
3348
|
|
|
3341
3349
|
// src/lib/seam/connect/routes/action-attempts/action-attempts.ts
|
|
3342
|
-
var
|
|
3350
|
+
var SeamHttpActionAttempts = class _SeamHttpActionAttempts {
|
|
3351
|
+
client;
|
|
3352
|
+
defaults;
|
|
3353
|
+
ltsVersion = seamApiLtsVersion;
|
|
3354
|
+
static ltsVersion = seamApiLtsVersion;
|
|
3343
3355
|
constructor(apiKeyOrOptions = {}) {
|
|
3344
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
3345
3356
|
const options = parseOptions(apiKeyOrOptions);
|
|
3346
3357
|
this.client = "client" in options ? options.client : createClient(options);
|
|
3347
3358
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -3438,13 +3449,14 @@ var _SeamHttpActionAttempts = class _SeamHttpActionAttempts {
|
|
|
3438
3449
|
});
|
|
3439
3450
|
}
|
|
3440
3451
|
};
|
|
3441
|
-
_SeamHttpActionAttempts.ltsVersion = seamApiLtsVersion;
|
|
3442
|
-
var SeamHttpActionAttempts = _SeamHttpActionAttempts;
|
|
3443
3452
|
|
|
3444
3453
|
// src/lib/seam/connect/routes/bridges/bridges.ts
|
|
3445
|
-
var
|
|
3454
|
+
var SeamHttpBridges = class _SeamHttpBridges {
|
|
3455
|
+
client;
|
|
3456
|
+
defaults;
|
|
3457
|
+
ltsVersion = seamApiLtsVersion;
|
|
3458
|
+
static ltsVersion = seamApiLtsVersion;
|
|
3446
3459
|
constructor(apiKeyOrOptions = {}) {
|
|
3447
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
3448
3460
|
const options = parseOptions(apiKeyOrOptions);
|
|
3449
3461
|
if (!options.isUndocumentedApiEnabled) {
|
|
3450
3462
|
throw new Error(
|
|
@@ -3556,13 +3568,14 @@ var _SeamHttpBridges = class _SeamHttpBridges {
|
|
|
3556
3568
|
});
|
|
3557
3569
|
}
|
|
3558
3570
|
};
|
|
3559
|
-
_SeamHttpBridges.ltsVersion = seamApiLtsVersion;
|
|
3560
|
-
var SeamHttpBridges = _SeamHttpBridges;
|
|
3561
3571
|
|
|
3562
3572
|
// src/lib/seam/connect/routes/connect-webviews/connect-webviews.ts
|
|
3563
|
-
var
|
|
3573
|
+
var SeamHttpConnectWebviews = class _SeamHttpConnectWebviews {
|
|
3574
|
+
client;
|
|
3575
|
+
defaults;
|
|
3576
|
+
ltsVersion = seamApiLtsVersion;
|
|
3577
|
+
static ltsVersion = seamApiLtsVersion;
|
|
3564
3578
|
constructor(apiKeyOrOptions = {}) {
|
|
3565
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
3566
3579
|
const options = parseOptions(apiKeyOrOptions);
|
|
3567
3580
|
this.client = "client" in options ? options.client : createClient(options);
|
|
3568
3581
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -3677,13 +3690,14 @@ var _SeamHttpConnectWebviews = class _SeamHttpConnectWebviews {
|
|
|
3677
3690
|
});
|
|
3678
3691
|
}
|
|
3679
3692
|
};
|
|
3680
|
-
_SeamHttpConnectWebviews.ltsVersion = seamApiLtsVersion;
|
|
3681
|
-
var SeamHttpConnectWebviews = _SeamHttpConnectWebviews;
|
|
3682
3693
|
|
|
3683
3694
|
// src/lib/seam/connect/routes/connected-accounts/connected-accounts.ts
|
|
3684
|
-
var
|
|
3695
|
+
var SeamHttpConnectedAccounts = class _SeamHttpConnectedAccounts {
|
|
3696
|
+
client;
|
|
3697
|
+
defaults;
|
|
3698
|
+
ltsVersion = seamApiLtsVersion;
|
|
3699
|
+
static ltsVersion = seamApiLtsVersion;
|
|
3685
3700
|
constructor(apiKeyOrOptions = {}) {
|
|
3686
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
3687
3701
|
const options = parseOptions(apiKeyOrOptions);
|
|
3688
3702
|
this.client = "client" in options ? options.client : createClient(options);
|
|
3689
3703
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -3807,13 +3821,14 @@ var _SeamHttpConnectedAccounts = class _SeamHttpConnectedAccounts {
|
|
|
3807
3821
|
});
|
|
3808
3822
|
}
|
|
3809
3823
|
};
|
|
3810
|
-
_SeamHttpConnectedAccounts.ltsVersion = seamApiLtsVersion;
|
|
3811
|
-
var SeamHttpConnectedAccounts = _SeamHttpConnectedAccounts;
|
|
3812
3824
|
|
|
3813
3825
|
// src/lib/seam/connect/routes/customers/customers.ts
|
|
3814
|
-
var
|
|
3826
|
+
var SeamHttpCustomers = class _SeamHttpCustomers {
|
|
3827
|
+
client;
|
|
3828
|
+
defaults;
|
|
3829
|
+
ltsVersion = seamApiLtsVersion;
|
|
3830
|
+
static ltsVersion = seamApiLtsVersion;
|
|
3815
3831
|
constructor(apiKeyOrOptions = {}) {
|
|
3816
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
3817
3832
|
const options = parseOptions(apiKeyOrOptions);
|
|
3818
3833
|
this.client = "client" in options ? options.client : createClient(options);
|
|
3819
3834
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -3919,13 +3934,14 @@ var _SeamHttpCustomers = class _SeamHttpCustomers {
|
|
|
3919
3934
|
});
|
|
3920
3935
|
}
|
|
3921
3936
|
};
|
|
3922
|
-
_SeamHttpCustomers.ltsVersion = seamApiLtsVersion;
|
|
3923
|
-
var SeamHttpCustomers = _SeamHttpCustomers;
|
|
3924
3937
|
|
|
3925
3938
|
// src/lib/seam/connect/routes/devices/simulate/simulate.ts
|
|
3926
|
-
var
|
|
3939
|
+
var SeamHttpDevicesSimulate = class _SeamHttpDevicesSimulate {
|
|
3940
|
+
client;
|
|
3941
|
+
defaults;
|
|
3942
|
+
ltsVersion = seamApiLtsVersion;
|
|
3943
|
+
static ltsVersion = seamApiLtsVersion;
|
|
3927
3944
|
constructor(apiKeyOrOptions = {}) {
|
|
3928
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
3929
3945
|
const options = parseOptions(apiKeyOrOptions);
|
|
3930
3946
|
this.client = "client" in options ? options.client : createClient(options);
|
|
3931
3947
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -4039,6 +4055,15 @@ var _SeamHttpDevicesSimulate = class _SeamHttpDevicesSimulate {
|
|
|
4039
4055
|
options
|
|
4040
4056
|
});
|
|
4041
4057
|
}
|
|
4058
|
+
paidSubscription(parameters, options = {}) {
|
|
4059
|
+
return new SeamHttpRequest(this, {
|
|
4060
|
+
pathname: "/devices/simulate/paid_subscription",
|
|
4061
|
+
method: "POST",
|
|
4062
|
+
body: parameters,
|
|
4063
|
+
responseKey: void 0,
|
|
4064
|
+
options
|
|
4065
|
+
});
|
|
4066
|
+
}
|
|
4042
4067
|
remove(parameters, options = {}) {
|
|
4043
4068
|
return new SeamHttpRequest(this, {
|
|
4044
4069
|
pathname: "/devices/simulate/remove",
|
|
@@ -4049,13 +4074,14 @@ var _SeamHttpDevicesSimulate = class _SeamHttpDevicesSimulate {
|
|
|
4049
4074
|
});
|
|
4050
4075
|
}
|
|
4051
4076
|
};
|
|
4052
|
-
_SeamHttpDevicesSimulate.ltsVersion = seamApiLtsVersion;
|
|
4053
|
-
var SeamHttpDevicesSimulate = _SeamHttpDevicesSimulate;
|
|
4054
4077
|
|
|
4055
4078
|
// src/lib/seam/connect/routes/devices/unmanaged/unmanaged.ts
|
|
4056
|
-
var
|
|
4079
|
+
var SeamHttpDevicesUnmanaged = class _SeamHttpDevicesUnmanaged {
|
|
4080
|
+
client;
|
|
4081
|
+
defaults;
|
|
4082
|
+
ltsVersion = seamApiLtsVersion;
|
|
4083
|
+
static ltsVersion = seamApiLtsVersion;
|
|
4057
4084
|
constructor(apiKeyOrOptions = {}) {
|
|
4058
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
4059
4085
|
const options = parseOptions(apiKeyOrOptions);
|
|
4060
4086
|
this.client = "client" in options ? options.client : createClient(options);
|
|
4061
4087
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -4161,13 +4187,14 @@ var _SeamHttpDevicesUnmanaged = class _SeamHttpDevicesUnmanaged {
|
|
|
4161
4187
|
});
|
|
4162
4188
|
}
|
|
4163
4189
|
};
|
|
4164
|
-
_SeamHttpDevicesUnmanaged.ltsVersion = seamApiLtsVersion;
|
|
4165
|
-
var SeamHttpDevicesUnmanaged = _SeamHttpDevicesUnmanaged;
|
|
4166
4190
|
|
|
4167
4191
|
// src/lib/seam/connect/routes/devices/devices.ts
|
|
4168
|
-
var
|
|
4192
|
+
var SeamHttpDevices = class _SeamHttpDevices {
|
|
4193
|
+
client;
|
|
4194
|
+
defaults;
|
|
4195
|
+
ltsVersion = seamApiLtsVersion;
|
|
4196
|
+
static ltsVersion = seamApiLtsVersion;
|
|
4169
4197
|
constructor(apiKeyOrOptions = {}) {
|
|
4170
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
4171
4198
|
const options = parseOptions(apiKeyOrOptions);
|
|
4172
4199
|
this.client = "client" in options ? options.client : createClient(options);
|
|
4173
4200
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -4302,13 +4329,14 @@ var _SeamHttpDevices = class _SeamHttpDevices {
|
|
|
4302
4329
|
});
|
|
4303
4330
|
}
|
|
4304
4331
|
};
|
|
4305
|
-
_SeamHttpDevices.ltsVersion = seamApiLtsVersion;
|
|
4306
|
-
var SeamHttpDevices = _SeamHttpDevices;
|
|
4307
4332
|
|
|
4308
4333
|
// src/lib/seam/connect/routes/events/events.ts
|
|
4309
|
-
var
|
|
4334
|
+
var SeamHttpEvents = class _SeamHttpEvents {
|
|
4335
|
+
client;
|
|
4336
|
+
defaults;
|
|
4337
|
+
ltsVersion = seamApiLtsVersion;
|
|
4338
|
+
static ltsVersion = seamApiLtsVersion;
|
|
4310
4339
|
constructor(apiKeyOrOptions = {}) {
|
|
4311
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
4312
4340
|
const options = parseOptions(apiKeyOrOptions);
|
|
4313
4341
|
this.client = "client" in options ? options.client : createClient(options);
|
|
4314
4342
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -4405,13 +4433,14 @@ var _SeamHttpEvents = class _SeamHttpEvents {
|
|
|
4405
4433
|
});
|
|
4406
4434
|
}
|
|
4407
4435
|
};
|
|
4408
|
-
_SeamHttpEvents.ltsVersion = seamApiLtsVersion;
|
|
4409
|
-
var SeamHttpEvents = _SeamHttpEvents;
|
|
4410
4436
|
|
|
4411
4437
|
// src/lib/seam/connect/routes/instant-keys/instant-keys.ts
|
|
4412
|
-
var
|
|
4438
|
+
var SeamHttpInstantKeys = class _SeamHttpInstantKeys {
|
|
4439
|
+
client;
|
|
4440
|
+
defaults;
|
|
4441
|
+
ltsVersion = seamApiLtsVersion;
|
|
4442
|
+
static ltsVersion = seamApiLtsVersion;
|
|
4413
4443
|
constructor(apiKeyOrOptions = {}) {
|
|
4414
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
4415
4444
|
const options = parseOptions(apiKeyOrOptions);
|
|
4416
4445
|
this.client = "client" in options ? options.client : createClient(options);
|
|
4417
4446
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -4517,13 +4546,14 @@ var _SeamHttpInstantKeys = class _SeamHttpInstantKeys {
|
|
|
4517
4546
|
});
|
|
4518
4547
|
}
|
|
4519
4548
|
};
|
|
4520
|
-
_SeamHttpInstantKeys.ltsVersion = seamApiLtsVersion;
|
|
4521
|
-
var SeamHttpInstantKeys = _SeamHttpInstantKeys;
|
|
4522
4549
|
|
|
4523
4550
|
// src/lib/seam/connect/routes/locks/simulate/simulate.ts
|
|
4524
|
-
var
|
|
4551
|
+
var SeamHttpLocksSimulate = class _SeamHttpLocksSimulate {
|
|
4552
|
+
client;
|
|
4553
|
+
defaults;
|
|
4554
|
+
ltsVersion = seamApiLtsVersion;
|
|
4555
|
+
static ltsVersion = seamApiLtsVersion;
|
|
4525
4556
|
constructor(apiKeyOrOptions = {}) {
|
|
4526
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
4527
4557
|
const options = parseOptions(apiKeyOrOptions);
|
|
4528
4558
|
this.client = "client" in options ? options.client : createClient(options);
|
|
4529
4559
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -4620,13 +4650,14 @@ var _SeamHttpLocksSimulate = class _SeamHttpLocksSimulate {
|
|
|
4620
4650
|
});
|
|
4621
4651
|
}
|
|
4622
4652
|
};
|
|
4623
|
-
_SeamHttpLocksSimulate.ltsVersion = seamApiLtsVersion;
|
|
4624
|
-
var SeamHttpLocksSimulate = _SeamHttpLocksSimulate;
|
|
4625
4653
|
|
|
4626
4654
|
// src/lib/seam/connect/routes/locks/locks.ts
|
|
4627
|
-
var
|
|
4655
|
+
var SeamHttpLocks = class _SeamHttpLocks {
|
|
4656
|
+
client;
|
|
4657
|
+
defaults;
|
|
4658
|
+
ltsVersion = seamApiLtsVersion;
|
|
4659
|
+
static ltsVersion = seamApiLtsVersion;
|
|
4628
4660
|
constructor(apiKeyOrOptions = {}) {
|
|
4629
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
4630
4661
|
const options = parseOptions(apiKeyOrOptions);
|
|
4631
4662
|
this.client = "client" in options ? options.client : createClient(options);
|
|
4632
4663
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -4744,13 +4775,14 @@ var _SeamHttpLocks = class _SeamHttpLocks {
|
|
|
4744
4775
|
});
|
|
4745
4776
|
}
|
|
4746
4777
|
};
|
|
4747
|
-
_SeamHttpLocks.ltsVersion = seamApiLtsVersion;
|
|
4748
|
-
var SeamHttpLocks = _SeamHttpLocks;
|
|
4749
4778
|
|
|
4750
4779
|
// src/lib/seam/connect/routes/noise-sensors/noise-thresholds/noise-thresholds.ts
|
|
4751
|
-
var
|
|
4780
|
+
var SeamHttpNoiseSensorsNoiseThresholds = class _SeamHttpNoiseSensorsNoiseThresholds {
|
|
4781
|
+
client;
|
|
4782
|
+
defaults;
|
|
4783
|
+
ltsVersion = seamApiLtsVersion;
|
|
4784
|
+
static ltsVersion = seamApiLtsVersion;
|
|
4752
4785
|
constructor(apiKeyOrOptions = {}) {
|
|
4753
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
4754
4786
|
const options = parseOptions(apiKeyOrOptions);
|
|
4755
4787
|
this.client = "client" in options ? options.client : createClient(options);
|
|
4756
4788
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -4877,13 +4909,14 @@ var _SeamHttpNoiseSensorsNoiseThresholds = class _SeamHttpNoiseSensorsNoiseThres
|
|
|
4877
4909
|
});
|
|
4878
4910
|
}
|
|
4879
4911
|
};
|
|
4880
|
-
_SeamHttpNoiseSensorsNoiseThresholds.ltsVersion = seamApiLtsVersion;
|
|
4881
|
-
var SeamHttpNoiseSensorsNoiseThresholds = _SeamHttpNoiseSensorsNoiseThresholds;
|
|
4882
4912
|
|
|
4883
4913
|
// src/lib/seam/connect/routes/noise-sensors/simulate/simulate.ts
|
|
4884
|
-
var
|
|
4914
|
+
var SeamHttpNoiseSensorsSimulate = class _SeamHttpNoiseSensorsSimulate {
|
|
4915
|
+
client;
|
|
4916
|
+
defaults;
|
|
4917
|
+
ltsVersion = seamApiLtsVersion;
|
|
4918
|
+
static ltsVersion = seamApiLtsVersion;
|
|
4885
4919
|
constructor(apiKeyOrOptions = {}) {
|
|
4886
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
4887
4920
|
const options = parseOptions(apiKeyOrOptions);
|
|
4888
4921
|
this.client = "client" in options ? options.client : createClient(options);
|
|
4889
4922
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -4971,13 +5004,14 @@ var _SeamHttpNoiseSensorsSimulate = class _SeamHttpNoiseSensorsSimulate {
|
|
|
4971
5004
|
});
|
|
4972
5005
|
}
|
|
4973
5006
|
};
|
|
4974
|
-
_SeamHttpNoiseSensorsSimulate.ltsVersion = seamApiLtsVersion;
|
|
4975
|
-
var SeamHttpNoiseSensorsSimulate = _SeamHttpNoiseSensorsSimulate;
|
|
4976
5007
|
|
|
4977
5008
|
// src/lib/seam/connect/routes/noise-sensors/noise-sensors.ts
|
|
4978
|
-
var
|
|
5009
|
+
var SeamHttpNoiseSensors = class _SeamHttpNoiseSensors {
|
|
5010
|
+
client;
|
|
5011
|
+
defaults;
|
|
5012
|
+
ltsVersion = seamApiLtsVersion;
|
|
5013
|
+
static ltsVersion = seamApiLtsVersion;
|
|
4979
5014
|
constructor(apiKeyOrOptions = {}) {
|
|
4980
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
4981
5015
|
const options = parseOptions(apiKeyOrOptions);
|
|
4982
5016
|
this.client = "client" in options ? options.client : createClient(options);
|
|
4983
5017
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -5074,13 +5108,14 @@ var _SeamHttpNoiseSensors = class _SeamHttpNoiseSensors {
|
|
|
5074
5108
|
});
|
|
5075
5109
|
}
|
|
5076
5110
|
};
|
|
5077
|
-
_SeamHttpNoiseSensors.ltsVersion = seamApiLtsVersion;
|
|
5078
|
-
var SeamHttpNoiseSensors = _SeamHttpNoiseSensors;
|
|
5079
5111
|
|
|
5080
5112
|
// src/lib/seam/connect/routes/phones/simulate/simulate.ts
|
|
5081
|
-
var
|
|
5113
|
+
var SeamHttpPhonesSimulate = class _SeamHttpPhonesSimulate {
|
|
5114
|
+
client;
|
|
5115
|
+
defaults;
|
|
5116
|
+
ltsVersion = seamApiLtsVersion;
|
|
5117
|
+
static ltsVersion = seamApiLtsVersion;
|
|
5082
5118
|
constructor(apiKeyOrOptions = {}) {
|
|
5083
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
5084
5119
|
const options = parseOptions(apiKeyOrOptions);
|
|
5085
5120
|
this.client = "client" in options ? options.client : createClient(options);
|
|
5086
5121
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -5168,13 +5203,14 @@ var _SeamHttpPhonesSimulate = class _SeamHttpPhonesSimulate {
|
|
|
5168
5203
|
});
|
|
5169
5204
|
}
|
|
5170
5205
|
};
|
|
5171
|
-
_SeamHttpPhonesSimulate.ltsVersion = seamApiLtsVersion;
|
|
5172
|
-
var SeamHttpPhonesSimulate = _SeamHttpPhonesSimulate;
|
|
5173
5206
|
|
|
5174
5207
|
// src/lib/seam/connect/routes/phones/phones.ts
|
|
5175
|
-
var
|
|
5208
|
+
var SeamHttpPhones = class _SeamHttpPhones {
|
|
5209
|
+
client;
|
|
5210
|
+
defaults;
|
|
5211
|
+
ltsVersion = seamApiLtsVersion;
|
|
5212
|
+
static ltsVersion = seamApiLtsVersion;
|
|
5176
5213
|
constructor(apiKeyOrOptions = {}) {
|
|
5177
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
5178
5214
|
const options = parseOptions(apiKeyOrOptions);
|
|
5179
5215
|
this.client = "client" in options ? options.client : createClient(options);
|
|
5180
5216
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -5283,13 +5319,14 @@ var _SeamHttpPhones = class _SeamHttpPhones {
|
|
|
5283
5319
|
});
|
|
5284
5320
|
}
|
|
5285
5321
|
};
|
|
5286
|
-
_SeamHttpPhones.ltsVersion = seamApiLtsVersion;
|
|
5287
|
-
var SeamHttpPhones = _SeamHttpPhones;
|
|
5288
5322
|
|
|
5289
5323
|
// src/lib/seam/connect/routes/seam/console/v1/timelines/timelines.ts
|
|
5290
|
-
var
|
|
5324
|
+
var SeamHttpSeamConsoleV1Timelines = class _SeamHttpSeamConsoleV1Timelines {
|
|
5325
|
+
client;
|
|
5326
|
+
defaults;
|
|
5327
|
+
ltsVersion = seamApiLtsVersion;
|
|
5328
|
+
static ltsVersion = seamApiLtsVersion;
|
|
5291
5329
|
constructor(apiKeyOrOptions = {}) {
|
|
5292
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
5293
5330
|
const options = parseOptions(apiKeyOrOptions);
|
|
5294
5331
|
if (!options.isUndocumentedApiEnabled) {
|
|
5295
5332
|
throw new Error(
|
|
@@ -5387,13 +5424,14 @@ var _SeamHttpSeamConsoleV1Timelines = class _SeamHttpSeamConsoleV1Timelines {
|
|
|
5387
5424
|
});
|
|
5388
5425
|
}
|
|
5389
5426
|
};
|
|
5390
|
-
_SeamHttpSeamConsoleV1Timelines.ltsVersion = seamApiLtsVersion;
|
|
5391
|
-
var SeamHttpSeamConsoleV1Timelines = _SeamHttpSeamConsoleV1Timelines;
|
|
5392
5427
|
|
|
5393
5428
|
// src/lib/seam/connect/routes/seam/console/v1/v1.ts
|
|
5394
|
-
var
|
|
5429
|
+
var SeamHttpSeamConsoleV1 = class _SeamHttpSeamConsoleV1 {
|
|
5430
|
+
client;
|
|
5431
|
+
defaults;
|
|
5432
|
+
ltsVersion = seamApiLtsVersion;
|
|
5433
|
+
static ltsVersion = seamApiLtsVersion;
|
|
5395
5434
|
constructor(apiKeyOrOptions = {}) {
|
|
5396
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
5397
5435
|
const options = parseOptions(apiKeyOrOptions);
|
|
5398
5436
|
if (!options.isUndocumentedApiEnabled) {
|
|
5399
5437
|
throw new Error(
|
|
@@ -5494,13 +5532,14 @@ var _SeamHttpSeamConsoleV1 = class _SeamHttpSeamConsoleV1 {
|
|
|
5494
5532
|
});
|
|
5495
5533
|
}
|
|
5496
5534
|
};
|
|
5497
|
-
_SeamHttpSeamConsoleV1.ltsVersion = seamApiLtsVersion;
|
|
5498
|
-
var SeamHttpSeamConsoleV1 = _SeamHttpSeamConsoleV1;
|
|
5499
5535
|
|
|
5500
5536
|
// src/lib/seam/connect/routes/seam/console/console.ts
|
|
5501
|
-
var
|
|
5537
|
+
var SeamHttpSeamConsole = class _SeamHttpSeamConsole {
|
|
5538
|
+
client;
|
|
5539
|
+
defaults;
|
|
5540
|
+
ltsVersion = seamApiLtsVersion;
|
|
5541
|
+
static ltsVersion = seamApiLtsVersion;
|
|
5502
5542
|
constructor(apiKeyOrOptions = {}) {
|
|
5503
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
5504
5543
|
const options = parseOptions(apiKeyOrOptions);
|
|
5505
5544
|
if (!options.isUndocumentedApiEnabled) {
|
|
5506
5545
|
throw new Error(
|
|
@@ -5587,13 +5626,14 @@ var _SeamHttpSeamConsole = class _SeamHttpSeamConsole {
|
|
|
5587
5626
|
return SeamHttpSeamConsoleV1.fromClient(this.client, this.defaults);
|
|
5588
5627
|
}
|
|
5589
5628
|
};
|
|
5590
|
-
_SeamHttpSeamConsole.ltsVersion = seamApiLtsVersion;
|
|
5591
|
-
var SeamHttpSeamConsole = _SeamHttpSeamConsole;
|
|
5592
5629
|
|
|
5593
5630
|
// src/lib/seam/connect/routes/seam/customer/v1/automation-runs/automation-runs.ts
|
|
5594
|
-
var
|
|
5631
|
+
var SeamHttpSeamCustomerV1AutomationRuns = class _SeamHttpSeamCustomerV1AutomationRuns {
|
|
5632
|
+
client;
|
|
5633
|
+
defaults;
|
|
5634
|
+
ltsVersion = seamApiLtsVersion;
|
|
5635
|
+
static ltsVersion = seamApiLtsVersion;
|
|
5595
5636
|
constructor(apiKeyOrOptions = {}) {
|
|
5596
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
5597
5637
|
const options = parseOptions(apiKeyOrOptions);
|
|
5598
5638
|
if (!options.isUndocumentedApiEnabled) {
|
|
5599
5639
|
throw new Error(
|
|
@@ -5694,13 +5734,14 @@ var _SeamHttpSeamCustomerV1AutomationRuns = class _SeamHttpSeamCustomerV1Automat
|
|
|
5694
5734
|
});
|
|
5695
5735
|
}
|
|
5696
5736
|
};
|
|
5697
|
-
_SeamHttpSeamCustomerV1AutomationRuns.ltsVersion = seamApiLtsVersion;
|
|
5698
|
-
var SeamHttpSeamCustomerV1AutomationRuns = _SeamHttpSeamCustomerV1AutomationRuns;
|
|
5699
5737
|
|
|
5700
5738
|
// src/lib/seam/connect/routes/seam/customer/v1/automations/automations.ts
|
|
5701
|
-
var
|
|
5739
|
+
var SeamHttpSeamCustomerV1Automations = class _SeamHttpSeamCustomerV1Automations {
|
|
5740
|
+
client;
|
|
5741
|
+
defaults;
|
|
5742
|
+
ltsVersion = seamApiLtsVersion;
|
|
5743
|
+
static ltsVersion = seamApiLtsVersion;
|
|
5702
5744
|
constructor(apiKeyOrOptions = {}) {
|
|
5703
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
5704
5745
|
const options = parseOptions(apiKeyOrOptions);
|
|
5705
5746
|
if (!options.isUndocumentedApiEnabled) {
|
|
5706
5747
|
throw new Error(
|
|
@@ -5829,13 +5870,14 @@ var _SeamHttpSeamCustomerV1Automations = class _SeamHttpSeamCustomerV1Automation
|
|
|
5829
5870
|
});
|
|
5830
5871
|
}
|
|
5831
5872
|
};
|
|
5832
|
-
_SeamHttpSeamCustomerV1Automations.ltsVersion = seamApiLtsVersion;
|
|
5833
|
-
var SeamHttpSeamCustomerV1Automations = _SeamHttpSeamCustomerV1Automations;
|
|
5834
5873
|
|
|
5835
5874
|
// src/lib/seam/connect/routes/seam/customer/v1/events/events.ts
|
|
5836
|
-
var
|
|
5875
|
+
var SeamHttpSeamCustomerV1Events = class _SeamHttpSeamCustomerV1Events {
|
|
5876
|
+
client;
|
|
5877
|
+
defaults;
|
|
5878
|
+
ltsVersion = seamApiLtsVersion;
|
|
5879
|
+
static ltsVersion = seamApiLtsVersion;
|
|
5837
5880
|
constructor(apiKeyOrOptions = {}) {
|
|
5838
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
5839
5881
|
const options = parseOptions(apiKeyOrOptions);
|
|
5840
5882
|
if (!options.isUndocumentedApiEnabled) {
|
|
5841
5883
|
throw new Error(
|
|
@@ -5933,13 +5975,14 @@ var _SeamHttpSeamCustomerV1Events = class _SeamHttpSeamCustomerV1Events {
|
|
|
5933
5975
|
});
|
|
5934
5976
|
}
|
|
5935
5977
|
};
|
|
5936
|
-
_SeamHttpSeamCustomerV1Events.ltsVersion = seamApiLtsVersion;
|
|
5937
|
-
var SeamHttpSeamCustomerV1Events = _SeamHttpSeamCustomerV1Events;
|
|
5938
5978
|
|
|
5939
5979
|
// src/lib/seam/connect/routes/seam/customer/v1/portals/portals.ts
|
|
5940
|
-
var
|
|
5980
|
+
var SeamHttpSeamCustomerV1Portals = class _SeamHttpSeamCustomerV1Portals {
|
|
5981
|
+
client;
|
|
5982
|
+
defaults;
|
|
5983
|
+
ltsVersion = seamApiLtsVersion;
|
|
5984
|
+
static ltsVersion = seamApiLtsVersion;
|
|
5941
5985
|
constructor(apiKeyOrOptions = {}) {
|
|
5942
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
5943
5986
|
const options = parseOptions(apiKeyOrOptions);
|
|
5944
5987
|
if (!options.isUndocumentedApiEnabled) {
|
|
5945
5988
|
throw new Error(
|
|
@@ -6037,13 +6080,14 @@ var _SeamHttpSeamCustomerV1Portals = class _SeamHttpSeamCustomerV1Portals {
|
|
|
6037
6080
|
});
|
|
6038
6081
|
}
|
|
6039
6082
|
};
|
|
6040
|
-
_SeamHttpSeamCustomerV1Portals.ltsVersion = seamApiLtsVersion;
|
|
6041
|
-
var SeamHttpSeamCustomerV1Portals = _SeamHttpSeamCustomerV1Portals;
|
|
6042
6083
|
|
|
6043
6084
|
// src/lib/seam/connect/routes/seam/customer/v1/settings/settings.ts
|
|
6044
|
-
var
|
|
6085
|
+
var SeamHttpSeamCustomerV1Settings = class _SeamHttpSeamCustomerV1Settings {
|
|
6086
|
+
client;
|
|
6087
|
+
defaults;
|
|
6088
|
+
ltsVersion = seamApiLtsVersion;
|
|
6089
|
+
static ltsVersion = seamApiLtsVersion;
|
|
6045
6090
|
constructor(apiKeyOrOptions = {}) {
|
|
6046
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
6047
6091
|
const options = parseOptions(apiKeyOrOptions);
|
|
6048
6092
|
if (!options.isUndocumentedApiEnabled) {
|
|
6049
6093
|
throw new Error(
|
|
@@ -6155,13 +6199,14 @@ var _SeamHttpSeamCustomerV1Settings = class _SeamHttpSeamCustomerV1Settings {
|
|
|
6155
6199
|
});
|
|
6156
6200
|
}
|
|
6157
6201
|
};
|
|
6158
|
-
_SeamHttpSeamCustomerV1Settings.ltsVersion = seamApiLtsVersion;
|
|
6159
|
-
var SeamHttpSeamCustomerV1Settings = _SeamHttpSeamCustomerV1Settings;
|
|
6160
6202
|
|
|
6161
6203
|
// src/lib/seam/connect/routes/seam/customer/v1/v1.ts
|
|
6162
|
-
var
|
|
6204
|
+
var SeamHttpSeamCustomerV1 = class _SeamHttpSeamCustomerV1 {
|
|
6205
|
+
client;
|
|
6206
|
+
defaults;
|
|
6207
|
+
ltsVersion = seamApiLtsVersion;
|
|
6208
|
+
static ltsVersion = seamApiLtsVersion;
|
|
6163
6209
|
constructor(apiKeyOrOptions = {}) {
|
|
6164
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
6165
6210
|
const options = parseOptions(apiKeyOrOptions);
|
|
6166
6211
|
if (!options.isUndocumentedApiEnabled) {
|
|
6167
6212
|
throw new Error(
|
|
@@ -6266,13 +6311,14 @@ var _SeamHttpSeamCustomerV1 = class _SeamHttpSeamCustomerV1 {
|
|
|
6266
6311
|
return SeamHttpSeamCustomerV1Settings.fromClient(this.client, this.defaults);
|
|
6267
6312
|
}
|
|
6268
6313
|
};
|
|
6269
|
-
_SeamHttpSeamCustomerV1.ltsVersion = seamApiLtsVersion;
|
|
6270
|
-
var SeamHttpSeamCustomerV1 = _SeamHttpSeamCustomerV1;
|
|
6271
6314
|
|
|
6272
6315
|
// src/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/spaces.ts
|
|
6273
|
-
var
|
|
6316
|
+
var SeamHttpSeamPartnerV1BuildingBlocksSpaces = class _SeamHttpSeamPartnerV1BuildingBlocksSpaces {
|
|
6317
|
+
client;
|
|
6318
|
+
defaults;
|
|
6319
|
+
ltsVersion = seamApiLtsVersion;
|
|
6320
|
+
static ltsVersion = seamApiLtsVersion;
|
|
6274
6321
|
constructor(apiKeyOrOptions = {}) {
|
|
6275
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
6276
6322
|
const options = parseOptions(apiKeyOrOptions);
|
|
6277
6323
|
if (!options.isUndocumentedApiEnabled) {
|
|
6278
6324
|
throw new Error(
|
|
@@ -6373,13 +6419,14 @@ var _SeamHttpSeamPartnerV1BuildingBlocksSpaces = class _SeamHttpSeamPartnerV1Bui
|
|
|
6373
6419
|
});
|
|
6374
6420
|
}
|
|
6375
6421
|
};
|
|
6376
|
-
_SeamHttpSeamPartnerV1BuildingBlocksSpaces.ltsVersion = seamApiLtsVersion;
|
|
6377
|
-
var SeamHttpSeamPartnerV1BuildingBlocksSpaces = _SeamHttpSeamPartnerV1BuildingBlocksSpaces;
|
|
6378
6422
|
|
|
6379
6423
|
// src/lib/seam/connect/routes/seam/partner/v1/building-blocks/building-blocks.ts
|
|
6380
|
-
var
|
|
6424
|
+
var SeamHttpSeamPartnerV1BuildingBlocks = class _SeamHttpSeamPartnerV1BuildingBlocks {
|
|
6425
|
+
client;
|
|
6426
|
+
defaults;
|
|
6427
|
+
ltsVersion = seamApiLtsVersion;
|
|
6428
|
+
static ltsVersion = seamApiLtsVersion;
|
|
6381
6429
|
constructor(apiKeyOrOptions = {}) {
|
|
6382
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
6383
6430
|
const options = parseOptions(apiKeyOrOptions);
|
|
6384
6431
|
if (!options.isUndocumentedApiEnabled) {
|
|
6385
6432
|
throw new Error(
|
|
@@ -6472,13 +6519,14 @@ var _SeamHttpSeamPartnerV1BuildingBlocks = class _SeamHttpSeamPartnerV1BuildingB
|
|
|
6472
6519
|
);
|
|
6473
6520
|
}
|
|
6474
6521
|
};
|
|
6475
|
-
_SeamHttpSeamPartnerV1BuildingBlocks.ltsVersion = seamApiLtsVersion;
|
|
6476
|
-
var SeamHttpSeamPartnerV1BuildingBlocks = _SeamHttpSeamPartnerV1BuildingBlocks;
|
|
6477
6522
|
|
|
6478
6523
|
// src/lib/seam/connect/routes/spaces/spaces.ts
|
|
6479
|
-
var
|
|
6524
|
+
var SeamHttpSpaces = class _SeamHttpSpaces {
|
|
6525
|
+
client;
|
|
6526
|
+
defaults;
|
|
6527
|
+
ltsVersion = seamApiLtsVersion;
|
|
6528
|
+
static ltsVersion = seamApiLtsVersion;
|
|
6480
6529
|
constructor(apiKeyOrOptions = {}) {
|
|
6481
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
6482
6530
|
const options = parseOptions(apiKeyOrOptions);
|
|
6483
6531
|
this.client = "client" in options ? options.client : createClient(options);
|
|
6484
6532
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -6647,13 +6695,14 @@ var _SeamHttpSpaces = class _SeamHttpSpaces {
|
|
|
6647
6695
|
});
|
|
6648
6696
|
}
|
|
6649
6697
|
};
|
|
6650
|
-
_SeamHttpSpaces.ltsVersion = seamApiLtsVersion;
|
|
6651
|
-
var SeamHttpSpaces = _SeamHttpSpaces;
|
|
6652
6698
|
|
|
6653
6699
|
// src/lib/seam/connect/routes/thermostats/daily-programs/daily-programs.ts
|
|
6654
|
-
var
|
|
6700
|
+
var SeamHttpThermostatsDailyPrograms = class _SeamHttpThermostatsDailyPrograms {
|
|
6701
|
+
client;
|
|
6702
|
+
defaults;
|
|
6703
|
+
ltsVersion = seamApiLtsVersion;
|
|
6704
|
+
static ltsVersion = seamApiLtsVersion;
|
|
6655
6705
|
constructor(apiKeyOrOptions = {}) {
|
|
6656
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
6657
6706
|
const options = parseOptions(apiKeyOrOptions);
|
|
6658
6707
|
this.client = "client" in options ? options.client : createClient(options);
|
|
6659
6708
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -6762,13 +6811,14 @@ var _SeamHttpThermostatsDailyPrograms = class _SeamHttpThermostatsDailyPrograms
|
|
|
6762
6811
|
});
|
|
6763
6812
|
}
|
|
6764
6813
|
};
|
|
6765
|
-
_SeamHttpThermostatsDailyPrograms.ltsVersion = seamApiLtsVersion;
|
|
6766
|
-
var SeamHttpThermostatsDailyPrograms = _SeamHttpThermostatsDailyPrograms;
|
|
6767
6814
|
|
|
6768
6815
|
// src/lib/seam/connect/routes/thermostats/schedules/schedules.ts
|
|
6769
|
-
var
|
|
6816
|
+
var SeamHttpThermostatsSchedules = class _SeamHttpThermostatsSchedules {
|
|
6817
|
+
client;
|
|
6818
|
+
defaults;
|
|
6819
|
+
ltsVersion = seamApiLtsVersion;
|
|
6820
|
+
static ltsVersion = seamApiLtsVersion;
|
|
6770
6821
|
constructor(apiKeyOrOptions = {}) {
|
|
6771
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
6772
6822
|
const options = parseOptions(apiKeyOrOptions);
|
|
6773
6823
|
this.client = "client" in options ? options.client : createClient(options);
|
|
6774
6824
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -6892,13 +6942,14 @@ var _SeamHttpThermostatsSchedules = class _SeamHttpThermostatsSchedules {
|
|
|
6892
6942
|
});
|
|
6893
6943
|
}
|
|
6894
6944
|
};
|
|
6895
|
-
_SeamHttpThermostatsSchedules.ltsVersion = seamApiLtsVersion;
|
|
6896
|
-
var SeamHttpThermostatsSchedules = _SeamHttpThermostatsSchedules;
|
|
6897
6945
|
|
|
6898
6946
|
// src/lib/seam/connect/routes/thermostats/simulate/simulate.ts
|
|
6899
|
-
var
|
|
6947
|
+
var SeamHttpThermostatsSimulate = class _SeamHttpThermostatsSimulate {
|
|
6948
|
+
client;
|
|
6949
|
+
defaults;
|
|
6950
|
+
ltsVersion = seamApiLtsVersion;
|
|
6951
|
+
static ltsVersion = seamApiLtsVersion;
|
|
6900
6952
|
constructor(apiKeyOrOptions = {}) {
|
|
6901
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
6902
6953
|
const options = parseOptions(apiKeyOrOptions);
|
|
6903
6954
|
this.client = "client" in options ? options.client : createClient(options);
|
|
6904
6955
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -6995,13 +7046,14 @@ var _SeamHttpThermostatsSimulate = class _SeamHttpThermostatsSimulate {
|
|
|
6995
7046
|
});
|
|
6996
7047
|
}
|
|
6997
7048
|
};
|
|
6998
|
-
_SeamHttpThermostatsSimulate.ltsVersion = seamApiLtsVersion;
|
|
6999
|
-
var SeamHttpThermostatsSimulate = _SeamHttpThermostatsSimulate;
|
|
7000
7049
|
|
|
7001
7050
|
// src/lib/seam/connect/routes/thermostats/thermostats.ts
|
|
7002
|
-
var
|
|
7051
|
+
var SeamHttpThermostats = class _SeamHttpThermostats {
|
|
7052
|
+
client;
|
|
7053
|
+
defaults;
|
|
7054
|
+
ltsVersion = seamApiLtsVersion;
|
|
7055
|
+
static ltsVersion = seamApiLtsVersion;
|
|
7003
7056
|
constructor(apiKeyOrOptions = {}) {
|
|
7004
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
7005
7057
|
const options = parseOptions(apiKeyOrOptions);
|
|
7006
7058
|
this.client = "client" in options ? options.client : createClient(options);
|
|
7007
7059
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -7232,13 +7284,14 @@ var _SeamHttpThermostats = class _SeamHttpThermostats {
|
|
|
7232
7284
|
});
|
|
7233
7285
|
}
|
|
7234
7286
|
};
|
|
7235
|
-
_SeamHttpThermostats.ltsVersion = seamApiLtsVersion;
|
|
7236
|
-
var SeamHttpThermostats = _SeamHttpThermostats;
|
|
7237
7287
|
|
|
7238
7288
|
// src/lib/seam/connect/routes/unstable-partner/building-blocks/building-blocks.ts
|
|
7239
|
-
var
|
|
7289
|
+
var SeamHttpUnstablePartnerBuildingBlocks = class _SeamHttpUnstablePartnerBuildingBlocks {
|
|
7290
|
+
client;
|
|
7291
|
+
defaults;
|
|
7292
|
+
ltsVersion = seamApiLtsVersion;
|
|
7293
|
+
static ltsVersion = seamApiLtsVersion;
|
|
7240
7294
|
constructor(apiKeyOrOptions = {}) {
|
|
7241
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
7242
7295
|
const options = parseOptions(apiKeyOrOptions);
|
|
7243
7296
|
if (!options.isUndocumentedApiEnabled) {
|
|
7244
7297
|
throw new Error(
|
|
@@ -7381,13 +7434,14 @@ var _SeamHttpUnstablePartnerBuildingBlocks = class _SeamHttpUnstablePartnerBuild
|
|
|
7381
7434
|
});
|
|
7382
7435
|
}
|
|
7383
7436
|
};
|
|
7384
|
-
_SeamHttpUnstablePartnerBuildingBlocks.ltsVersion = seamApiLtsVersion;
|
|
7385
|
-
var SeamHttpUnstablePartnerBuildingBlocks = _SeamHttpUnstablePartnerBuildingBlocks;
|
|
7386
7437
|
|
|
7387
7438
|
// src/lib/seam/connect/routes/unstable-partner/unstable-partner.ts
|
|
7388
|
-
var
|
|
7439
|
+
var SeamHttpUnstablePartner = class _SeamHttpUnstablePartner {
|
|
7440
|
+
client;
|
|
7441
|
+
defaults;
|
|
7442
|
+
ltsVersion = seamApiLtsVersion;
|
|
7443
|
+
static ltsVersion = seamApiLtsVersion;
|
|
7389
7444
|
constructor(apiKeyOrOptions = {}) {
|
|
7390
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
7391
7445
|
const options = parseOptions(apiKeyOrOptions);
|
|
7392
7446
|
if (!options.isUndocumentedApiEnabled) {
|
|
7393
7447
|
throw new Error(
|
|
@@ -7477,13 +7531,14 @@ var _SeamHttpUnstablePartner = class _SeamHttpUnstablePartner {
|
|
|
7477
7531
|
);
|
|
7478
7532
|
}
|
|
7479
7533
|
};
|
|
7480
|
-
_SeamHttpUnstablePartner.ltsVersion = seamApiLtsVersion;
|
|
7481
|
-
var SeamHttpUnstablePartner = _SeamHttpUnstablePartner;
|
|
7482
7534
|
|
|
7483
7535
|
// src/lib/seam/connect/routes/user-identities/enrollment-automations/enrollment-automations.ts
|
|
7484
|
-
var
|
|
7536
|
+
var SeamHttpUserIdentitiesEnrollmentAutomations = class _SeamHttpUserIdentitiesEnrollmentAutomations {
|
|
7537
|
+
client;
|
|
7538
|
+
defaults;
|
|
7539
|
+
ltsVersion = seamApiLtsVersion;
|
|
7540
|
+
static ltsVersion = seamApiLtsVersion;
|
|
7485
7541
|
constructor(apiKeyOrOptions = {}) {
|
|
7486
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
7487
7542
|
const options = parseOptions(apiKeyOrOptions);
|
|
7488
7543
|
if (!options.isUndocumentedApiEnabled) {
|
|
7489
7544
|
throw new Error(
|
|
@@ -7626,13 +7681,14 @@ var _SeamHttpUserIdentitiesEnrollmentAutomations = class _SeamHttpUserIdentities
|
|
|
7626
7681
|
});
|
|
7627
7682
|
}
|
|
7628
7683
|
};
|
|
7629
|
-
_SeamHttpUserIdentitiesEnrollmentAutomations.ltsVersion = seamApiLtsVersion;
|
|
7630
|
-
var SeamHttpUserIdentitiesEnrollmentAutomations = _SeamHttpUserIdentitiesEnrollmentAutomations;
|
|
7631
7684
|
|
|
7632
7685
|
// src/lib/seam/connect/routes/user-identities/user-identities.ts
|
|
7633
|
-
var
|
|
7686
|
+
var SeamHttpUserIdentities = class _SeamHttpUserIdentities {
|
|
7687
|
+
client;
|
|
7688
|
+
defaults;
|
|
7689
|
+
ltsVersion = seamApiLtsVersion;
|
|
7690
|
+
static ltsVersion = seamApiLtsVersion;
|
|
7634
7691
|
constructor(apiKeyOrOptions = {}) {
|
|
7635
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
7636
7692
|
const options = parseOptions(apiKeyOrOptions);
|
|
7637
7693
|
this.client = "client" in options ? options.client : createClient(options);
|
|
7638
7694
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -7834,13 +7890,14 @@ var _SeamHttpUserIdentities = class _SeamHttpUserIdentities {
|
|
|
7834
7890
|
});
|
|
7835
7891
|
}
|
|
7836
7892
|
};
|
|
7837
|
-
_SeamHttpUserIdentities.ltsVersion = seamApiLtsVersion;
|
|
7838
|
-
var SeamHttpUserIdentities = _SeamHttpUserIdentities;
|
|
7839
7893
|
|
|
7840
7894
|
// src/lib/seam/connect/routes/webhooks/webhooks.ts
|
|
7841
|
-
var
|
|
7895
|
+
var SeamHttpWebhooks = class _SeamHttpWebhooks {
|
|
7896
|
+
client;
|
|
7897
|
+
defaults;
|
|
7898
|
+
ltsVersion = seamApiLtsVersion;
|
|
7899
|
+
static ltsVersion = seamApiLtsVersion;
|
|
7842
7900
|
constructor(apiKeyOrOptions = {}) {
|
|
7843
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
7844
7901
|
const options = parseOptions(apiKeyOrOptions);
|
|
7845
7902
|
this.client = "client" in options ? options.client : createClient(options);
|
|
7846
7903
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -7964,13 +8021,14 @@ var _SeamHttpWebhooks = class _SeamHttpWebhooks {
|
|
|
7964
8021
|
});
|
|
7965
8022
|
}
|
|
7966
8023
|
};
|
|
7967
|
-
_SeamHttpWebhooks.ltsVersion = seamApiLtsVersion;
|
|
7968
|
-
var SeamHttpWebhooks = _SeamHttpWebhooks;
|
|
7969
8024
|
|
|
7970
8025
|
// src/lib/seam/connect/routes/workspaces/customization-profiles/customization-profiles.ts
|
|
7971
|
-
var
|
|
8026
|
+
var SeamHttpWorkspacesCustomizationProfiles = class _SeamHttpWorkspacesCustomizationProfiles {
|
|
8027
|
+
client;
|
|
8028
|
+
defaults;
|
|
8029
|
+
ltsVersion = seamApiLtsVersion;
|
|
8030
|
+
static ltsVersion = seamApiLtsVersion;
|
|
7972
8031
|
constructor(apiKeyOrOptions = {}) {
|
|
7973
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
7974
8032
|
const options = parseOptions(apiKeyOrOptions);
|
|
7975
8033
|
if (!options.isUndocumentedApiEnabled) {
|
|
7976
8034
|
throw new Error(
|
|
@@ -8127,13 +8185,14 @@ var _SeamHttpWorkspacesCustomizationProfiles = class _SeamHttpWorkspacesCustomiz
|
|
|
8127
8185
|
});
|
|
8128
8186
|
}
|
|
8129
8187
|
};
|
|
8130
|
-
_SeamHttpWorkspacesCustomizationProfiles.ltsVersion = seamApiLtsVersion;
|
|
8131
|
-
var SeamHttpWorkspacesCustomizationProfiles = _SeamHttpWorkspacesCustomizationProfiles;
|
|
8132
8188
|
|
|
8133
8189
|
// src/lib/seam/connect/routes/workspaces/workspaces.ts
|
|
8134
|
-
var
|
|
8190
|
+
var SeamHttpWorkspaces = class _SeamHttpWorkspaces {
|
|
8191
|
+
client;
|
|
8192
|
+
defaults;
|
|
8193
|
+
ltsVersion = seamApiLtsVersion;
|
|
8194
|
+
static ltsVersion = seamApiLtsVersion;
|
|
8135
8195
|
constructor(apiKeyOrOptions = {}) {
|
|
8136
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
8137
8196
|
const options = parseOptions(apiKeyOrOptions);
|
|
8138
8197
|
this.client = "client" in options ? options.client : createClient(options);
|
|
8139
8198
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -8277,13 +8336,14 @@ var _SeamHttpWorkspaces = class _SeamHttpWorkspaces {
|
|
|
8277
8336
|
});
|
|
8278
8337
|
}
|
|
8279
8338
|
};
|
|
8280
|
-
_SeamHttpWorkspaces.ltsVersion = seamApiLtsVersion;
|
|
8281
|
-
var SeamHttpWorkspaces = _SeamHttpWorkspaces;
|
|
8282
8339
|
|
|
8283
8340
|
// src/lib/seam/connect/routes/seam-http.ts
|
|
8284
|
-
var
|
|
8341
|
+
var SeamHttp = class _SeamHttp {
|
|
8342
|
+
client;
|
|
8343
|
+
defaults;
|
|
8344
|
+
ltsVersion = seamApiLtsVersion;
|
|
8345
|
+
static ltsVersion = seamApiLtsVersion;
|
|
8285
8346
|
constructor(apiKeyOrOptions = {}) {
|
|
8286
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
8287
8347
|
const options = parseOptions(apiKeyOrOptions);
|
|
8288
8348
|
this.client = "client" in options ? options.client : createClient(options);
|
|
8289
8349
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -8428,13 +8488,14 @@ var _SeamHttp = class _SeamHttp {
|
|
|
8428
8488
|
return SeamHttpWorkspaces.fromClient(this.client, this.defaults);
|
|
8429
8489
|
}
|
|
8430
8490
|
};
|
|
8431
|
-
_SeamHttp.ltsVersion = seamApiLtsVersion;
|
|
8432
|
-
var SeamHttp = _SeamHttp;
|
|
8433
8491
|
|
|
8434
8492
|
// src/lib/seam/connect/routes/seam-http-endpoints.ts
|
|
8435
|
-
var
|
|
8493
|
+
var SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
8494
|
+
client;
|
|
8495
|
+
defaults;
|
|
8496
|
+
ltsVersion = seamApiLtsVersion;
|
|
8497
|
+
static ltsVersion = seamApiLtsVersion;
|
|
8436
8498
|
constructor(apiKeyOrOptions = {}) {
|
|
8437
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
8438
8499
|
const options = parseOptions(apiKeyOrOptions);
|
|
8439
8500
|
this.client = "client" in options ? options.client : createClient(options);
|
|
8440
8501
|
this.defaults = limitToSeamHttpRequestOptions(options);
|
|
@@ -8512,238 +8573,238 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
8512
8573
|
const clientSessions = SeamHttpClientSessions.fromClient(this.client);
|
|
8513
8574
|
await clientSessions.get();
|
|
8514
8575
|
}
|
|
8515
|
-
get
|
|
8576
|
+
get "/access_codes/create"() {
|
|
8516
8577
|
const { client, defaults } = this;
|
|
8517
8578
|
return function accessCodesCreate(...args) {
|
|
8518
8579
|
const seam = SeamHttpAccessCodes.fromClient(client, defaults);
|
|
8519
8580
|
return seam.create(...args);
|
|
8520
8581
|
};
|
|
8521
8582
|
}
|
|
8522
|
-
get
|
|
8583
|
+
get "/access_codes/create_multiple"() {
|
|
8523
8584
|
const { client, defaults } = this;
|
|
8524
8585
|
return function accessCodesCreateMultiple(...args) {
|
|
8525
8586
|
const seam = SeamHttpAccessCodes.fromClient(client, defaults);
|
|
8526
8587
|
return seam.createMultiple(...args);
|
|
8527
8588
|
};
|
|
8528
8589
|
}
|
|
8529
|
-
get
|
|
8590
|
+
get "/access_codes/delete"() {
|
|
8530
8591
|
const { client, defaults } = this;
|
|
8531
8592
|
return function accessCodesDelete(...args) {
|
|
8532
8593
|
const seam = SeamHttpAccessCodes.fromClient(client, defaults);
|
|
8533
8594
|
return seam.delete(...args);
|
|
8534
8595
|
};
|
|
8535
8596
|
}
|
|
8536
|
-
get
|
|
8597
|
+
get "/access_codes/generate_code"() {
|
|
8537
8598
|
const { client, defaults } = this;
|
|
8538
8599
|
return function accessCodesGenerateCode(...args) {
|
|
8539
8600
|
const seam = SeamHttpAccessCodes.fromClient(client, defaults);
|
|
8540
8601
|
return seam.generateCode(...args);
|
|
8541
8602
|
};
|
|
8542
8603
|
}
|
|
8543
|
-
get
|
|
8604
|
+
get "/access_codes/get"() {
|
|
8544
8605
|
const { client, defaults } = this;
|
|
8545
8606
|
return function accessCodesGet(...args) {
|
|
8546
8607
|
const seam = SeamHttpAccessCodes.fromClient(client, defaults);
|
|
8547
8608
|
return seam.get(...args);
|
|
8548
8609
|
};
|
|
8549
8610
|
}
|
|
8550
|
-
get
|
|
8611
|
+
get "/access_codes/list"() {
|
|
8551
8612
|
const { client, defaults } = this;
|
|
8552
8613
|
return function accessCodesList(...args) {
|
|
8553
8614
|
const seam = SeamHttpAccessCodes.fromClient(client, defaults);
|
|
8554
8615
|
return seam.list(...args);
|
|
8555
8616
|
};
|
|
8556
8617
|
}
|
|
8557
|
-
get
|
|
8618
|
+
get "/access_codes/pull_backup_access_code"() {
|
|
8558
8619
|
const { client, defaults } = this;
|
|
8559
8620
|
return function accessCodesPullBackupAccessCode(...args) {
|
|
8560
8621
|
const seam = SeamHttpAccessCodes.fromClient(client, defaults);
|
|
8561
8622
|
return seam.pullBackupAccessCode(...args);
|
|
8562
8623
|
};
|
|
8563
8624
|
}
|
|
8564
|
-
get
|
|
8625
|
+
get "/access_codes/report_device_constraints"() {
|
|
8565
8626
|
const { client, defaults } = this;
|
|
8566
8627
|
return function accessCodesReportDeviceConstraints(...args) {
|
|
8567
8628
|
const seam = SeamHttpAccessCodes.fromClient(client, defaults);
|
|
8568
8629
|
return seam.reportDeviceConstraints(...args);
|
|
8569
8630
|
};
|
|
8570
8631
|
}
|
|
8571
|
-
get
|
|
8632
|
+
get "/access_codes/update"() {
|
|
8572
8633
|
const { client, defaults } = this;
|
|
8573
8634
|
return function accessCodesUpdate(...args) {
|
|
8574
8635
|
const seam = SeamHttpAccessCodes.fromClient(client, defaults);
|
|
8575
8636
|
return seam.update(...args);
|
|
8576
8637
|
};
|
|
8577
8638
|
}
|
|
8578
|
-
get
|
|
8639
|
+
get "/access_codes/update_multiple"() {
|
|
8579
8640
|
const { client, defaults } = this;
|
|
8580
8641
|
return function accessCodesUpdateMultiple(...args) {
|
|
8581
8642
|
const seam = SeamHttpAccessCodes.fromClient(client, defaults);
|
|
8582
8643
|
return seam.updateMultiple(...args);
|
|
8583
8644
|
};
|
|
8584
8645
|
}
|
|
8585
|
-
get
|
|
8646
|
+
get "/access_codes/simulate/create_unmanaged_access_code"() {
|
|
8586
8647
|
const { client, defaults } = this;
|
|
8587
8648
|
return function accessCodesSimulateCreateUnmanagedAccessCode(...args) {
|
|
8588
8649
|
const seam = SeamHttpAccessCodesSimulate.fromClient(client, defaults);
|
|
8589
8650
|
return seam.createUnmanagedAccessCode(...args);
|
|
8590
8651
|
};
|
|
8591
8652
|
}
|
|
8592
|
-
get
|
|
8653
|
+
get "/access_codes/unmanaged/convert_to_managed"() {
|
|
8593
8654
|
const { client, defaults } = this;
|
|
8594
8655
|
return function accessCodesUnmanagedConvertToManaged(...args) {
|
|
8595
8656
|
const seam = SeamHttpAccessCodesUnmanaged.fromClient(client, defaults);
|
|
8596
8657
|
return seam.convertToManaged(...args);
|
|
8597
8658
|
};
|
|
8598
8659
|
}
|
|
8599
|
-
get
|
|
8660
|
+
get "/access_codes/unmanaged/delete"() {
|
|
8600
8661
|
const { client, defaults } = this;
|
|
8601
8662
|
return function accessCodesUnmanagedDelete(...args) {
|
|
8602
8663
|
const seam = SeamHttpAccessCodesUnmanaged.fromClient(client, defaults);
|
|
8603
8664
|
return seam.delete(...args);
|
|
8604
8665
|
};
|
|
8605
8666
|
}
|
|
8606
|
-
get
|
|
8667
|
+
get "/access_codes/unmanaged/get"() {
|
|
8607
8668
|
const { client, defaults } = this;
|
|
8608
8669
|
return function accessCodesUnmanagedGet(...args) {
|
|
8609
8670
|
const seam = SeamHttpAccessCodesUnmanaged.fromClient(client, defaults);
|
|
8610
8671
|
return seam.get(...args);
|
|
8611
8672
|
};
|
|
8612
8673
|
}
|
|
8613
|
-
get
|
|
8674
|
+
get "/access_codes/unmanaged/list"() {
|
|
8614
8675
|
const { client, defaults } = this;
|
|
8615
8676
|
return function accessCodesUnmanagedList(...args) {
|
|
8616
8677
|
const seam = SeamHttpAccessCodesUnmanaged.fromClient(client, defaults);
|
|
8617
8678
|
return seam.list(...args);
|
|
8618
8679
|
};
|
|
8619
8680
|
}
|
|
8620
|
-
get
|
|
8681
|
+
get "/access_codes/unmanaged/update"() {
|
|
8621
8682
|
const { client, defaults } = this;
|
|
8622
8683
|
return function accessCodesUnmanagedUpdate(...args) {
|
|
8623
8684
|
const seam = SeamHttpAccessCodesUnmanaged.fromClient(client, defaults);
|
|
8624
8685
|
return seam.update(...args);
|
|
8625
8686
|
};
|
|
8626
8687
|
}
|
|
8627
|
-
get
|
|
8688
|
+
get "/access_grants/create"() {
|
|
8628
8689
|
const { client, defaults } = this;
|
|
8629
8690
|
return function accessGrantsCreate(...args) {
|
|
8630
8691
|
const seam = SeamHttpAccessGrants.fromClient(client, defaults);
|
|
8631
8692
|
return seam.create(...args);
|
|
8632
8693
|
};
|
|
8633
8694
|
}
|
|
8634
|
-
get
|
|
8695
|
+
get "/access_grants/delete"() {
|
|
8635
8696
|
const { client, defaults } = this;
|
|
8636
8697
|
return function accessGrantsDelete(...args) {
|
|
8637
8698
|
const seam = SeamHttpAccessGrants.fromClient(client, defaults);
|
|
8638
8699
|
return seam.delete(...args);
|
|
8639
8700
|
};
|
|
8640
8701
|
}
|
|
8641
|
-
get
|
|
8702
|
+
get "/access_grants/get"() {
|
|
8642
8703
|
const { client, defaults } = this;
|
|
8643
8704
|
return function accessGrantsGet(...args) {
|
|
8644
8705
|
const seam = SeamHttpAccessGrants.fromClient(client, defaults);
|
|
8645
8706
|
return seam.get(...args);
|
|
8646
8707
|
};
|
|
8647
8708
|
}
|
|
8648
|
-
get
|
|
8709
|
+
get "/access_grants/get_related"() {
|
|
8649
8710
|
const { client, defaults } = this;
|
|
8650
8711
|
return function accessGrantsGetRelated(...args) {
|
|
8651
8712
|
const seam = SeamHttpAccessGrants.fromClient(client, defaults);
|
|
8652
8713
|
return seam.getRelated(...args);
|
|
8653
8714
|
};
|
|
8654
8715
|
}
|
|
8655
|
-
get
|
|
8716
|
+
get "/access_grants/list"() {
|
|
8656
8717
|
const { client, defaults } = this;
|
|
8657
8718
|
return function accessGrantsList(...args) {
|
|
8658
8719
|
const seam = SeamHttpAccessGrants.fromClient(client, defaults);
|
|
8659
8720
|
return seam.list(...args);
|
|
8660
8721
|
};
|
|
8661
8722
|
}
|
|
8662
|
-
get
|
|
8723
|
+
get "/access_grants/update"() {
|
|
8663
8724
|
const { client, defaults } = this;
|
|
8664
8725
|
return function accessGrantsUpdate(...args) {
|
|
8665
8726
|
const seam = SeamHttpAccessGrants.fromClient(client, defaults);
|
|
8666
8727
|
return seam.update(...args);
|
|
8667
8728
|
};
|
|
8668
8729
|
}
|
|
8669
|
-
get
|
|
8730
|
+
get "/access_methods/delete"() {
|
|
8670
8731
|
const { client, defaults } = this;
|
|
8671
8732
|
return function accessMethodsDelete(...args) {
|
|
8672
8733
|
const seam = SeamHttpAccessMethods.fromClient(client, defaults);
|
|
8673
8734
|
return seam.delete(...args);
|
|
8674
8735
|
};
|
|
8675
8736
|
}
|
|
8676
|
-
get
|
|
8737
|
+
get "/access_methods/encode"() {
|
|
8677
8738
|
const { client, defaults } = this;
|
|
8678
8739
|
return function accessMethodsEncode(...args) {
|
|
8679
8740
|
const seam = SeamHttpAccessMethods.fromClient(client, defaults);
|
|
8680
8741
|
return seam.encode(...args);
|
|
8681
8742
|
};
|
|
8682
8743
|
}
|
|
8683
|
-
get
|
|
8744
|
+
get "/access_methods/get"() {
|
|
8684
8745
|
const { client, defaults } = this;
|
|
8685
8746
|
return function accessMethodsGet(...args) {
|
|
8686
8747
|
const seam = SeamHttpAccessMethods.fromClient(client, defaults);
|
|
8687
8748
|
return seam.get(...args);
|
|
8688
8749
|
};
|
|
8689
8750
|
}
|
|
8690
|
-
get
|
|
8751
|
+
get "/access_methods/get_related"() {
|
|
8691
8752
|
const { client, defaults } = this;
|
|
8692
8753
|
return function accessMethodsGetRelated(...args) {
|
|
8693
8754
|
const seam = SeamHttpAccessMethods.fromClient(client, defaults);
|
|
8694
8755
|
return seam.getRelated(...args);
|
|
8695
8756
|
};
|
|
8696
8757
|
}
|
|
8697
|
-
get
|
|
8758
|
+
get "/access_methods/list"() {
|
|
8698
8759
|
const { client, defaults } = this;
|
|
8699
8760
|
return function accessMethodsList(...args) {
|
|
8700
8761
|
const seam = SeamHttpAccessMethods.fromClient(client, defaults);
|
|
8701
8762
|
return seam.list(...args);
|
|
8702
8763
|
};
|
|
8703
8764
|
}
|
|
8704
|
-
get
|
|
8765
|
+
get "/acs/access_groups/add_user"() {
|
|
8705
8766
|
const { client, defaults } = this;
|
|
8706
8767
|
return function acsAccessGroupsAddUser(...args) {
|
|
8707
8768
|
const seam = SeamHttpAcsAccessGroups.fromClient(client, defaults);
|
|
8708
8769
|
return seam.addUser(...args);
|
|
8709
8770
|
};
|
|
8710
8771
|
}
|
|
8711
|
-
get
|
|
8772
|
+
get "/acs/access_groups/get"() {
|
|
8712
8773
|
const { client, defaults } = this;
|
|
8713
8774
|
return function acsAccessGroupsGet(...args) {
|
|
8714
8775
|
const seam = SeamHttpAcsAccessGroups.fromClient(client, defaults);
|
|
8715
8776
|
return seam.get(...args);
|
|
8716
8777
|
};
|
|
8717
8778
|
}
|
|
8718
|
-
get
|
|
8779
|
+
get "/acs/access_groups/list"() {
|
|
8719
8780
|
const { client, defaults } = this;
|
|
8720
8781
|
return function acsAccessGroupsList(...args) {
|
|
8721
8782
|
const seam = SeamHttpAcsAccessGroups.fromClient(client, defaults);
|
|
8722
8783
|
return seam.list(...args);
|
|
8723
8784
|
};
|
|
8724
8785
|
}
|
|
8725
|
-
get
|
|
8786
|
+
get "/acs/access_groups/list_accessible_entrances"() {
|
|
8726
8787
|
const { client, defaults } = this;
|
|
8727
8788
|
return function acsAccessGroupsListAccessibleEntrances(...args) {
|
|
8728
8789
|
const seam = SeamHttpAcsAccessGroups.fromClient(client, defaults);
|
|
8729
8790
|
return seam.listAccessibleEntrances(...args);
|
|
8730
8791
|
};
|
|
8731
8792
|
}
|
|
8732
|
-
get
|
|
8793
|
+
get "/acs/access_groups/list_users"() {
|
|
8733
8794
|
const { client, defaults } = this;
|
|
8734
8795
|
return function acsAccessGroupsListUsers(...args) {
|
|
8735
8796
|
const seam = SeamHttpAcsAccessGroups.fromClient(client, defaults);
|
|
8736
8797
|
return seam.listUsers(...args);
|
|
8737
8798
|
};
|
|
8738
8799
|
}
|
|
8739
|
-
get
|
|
8800
|
+
get "/acs/access_groups/remove_user"() {
|
|
8740
8801
|
const { client, defaults } = this;
|
|
8741
8802
|
return function acsAccessGroupsRemoveUser(...args) {
|
|
8742
8803
|
const seam = SeamHttpAcsAccessGroups.fromClient(client, defaults);
|
|
8743
8804
|
return seam.removeUser(...args);
|
|
8744
8805
|
};
|
|
8745
8806
|
}
|
|
8746
|
-
get
|
|
8807
|
+
get "/acs/access_groups/unmanaged/get"() {
|
|
8747
8808
|
const { client, defaults } = this;
|
|
8748
8809
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
8749
8810
|
throw new Error(
|
|
@@ -8755,7 +8816,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
8755
8816
|
return seam.get(...args);
|
|
8756
8817
|
};
|
|
8757
8818
|
}
|
|
8758
|
-
get
|
|
8819
|
+
get "/acs/access_groups/unmanaged/list"() {
|
|
8759
8820
|
const { client, defaults } = this;
|
|
8760
8821
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
8761
8822
|
throw new Error(
|
|
@@ -8767,7 +8828,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
8767
8828
|
return seam.list(...args);
|
|
8768
8829
|
};
|
|
8769
8830
|
}
|
|
8770
|
-
get
|
|
8831
|
+
get "/acs/credential_pools/list"() {
|
|
8771
8832
|
const { client, defaults } = this;
|
|
8772
8833
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
8773
8834
|
throw new Error(
|
|
@@ -8779,7 +8840,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
8779
8840
|
return seam.list(...args);
|
|
8780
8841
|
};
|
|
8781
8842
|
}
|
|
8782
|
-
get
|
|
8843
|
+
get "/acs/credential_provisioning_automations/launch"() {
|
|
8783
8844
|
const { client, defaults } = this;
|
|
8784
8845
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
8785
8846
|
throw new Error(
|
|
@@ -8794,21 +8855,21 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
8794
8855
|
return seam.launch(...args);
|
|
8795
8856
|
};
|
|
8796
8857
|
}
|
|
8797
|
-
get
|
|
8858
|
+
get "/acs/credentials/assign"() {
|
|
8798
8859
|
const { client, defaults } = this;
|
|
8799
8860
|
return function acsCredentialsAssign(...args) {
|
|
8800
8861
|
const seam = SeamHttpAcsCredentials.fromClient(client, defaults);
|
|
8801
8862
|
return seam.assign(...args);
|
|
8802
8863
|
};
|
|
8803
8864
|
}
|
|
8804
|
-
get
|
|
8865
|
+
get "/acs/credentials/create"() {
|
|
8805
8866
|
const { client, defaults } = this;
|
|
8806
8867
|
return function acsCredentialsCreate(...args) {
|
|
8807
8868
|
const seam = SeamHttpAcsCredentials.fromClient(client, defaults);
|
|
8808
8869
|
return seam.create(...args);
|
|
8809
8870
|
};
|
|
8810
8871
|
}
|
|
8811
|
-
get
|
|
8872
|
+
get "/acs/credentials/create_offline_code"() {
|
|
8812
8873
|
const { client, defaults } = this;
|
|
8813
8874
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
8814
8875
|
throw new Error(
|
|
@@ -8820,49 +8881,49 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
8820
8881
|
return seam.createOfflineCode(...args);
|
|
8821
8882
|
};
|
|
8822
8883
|
}
|
|
8823
|
-
get
|
|
8884
|
+
get "/acs/credentials/delete"() {
|
|
8824
8885
|
const { client, defaults } = this;
|
|
8825
8886
|
return function acsCredentialsDelete(...args) {
|
|
8826
8887
|
const seam = SeamHttpAcsCredentials.fromClient(client, defaults);
|
|
8827
8888
|
return seam.delete(...args);
|
|
8828
8889
|
};
|
|
8829
8890
|
}
|
|
8830
|
-
get
|
|
8891
|
+
get "/acs/credentials/get"() {
|
|
8831
8892
|
const { client, defaults } = this;
|
|
8832
8893
|
return function acsCredentialsGet(...args) {
|
|
8833
8894
|
const seam = SeamHttpAcsCredentials.fromClient(client, defaults);
|
|
8834
8895
|
return seam.get(...args);
|
|
8835
8896
|
};
|
|
8836
8897
|
}
|
|
8837
|
-
get
|
|
8898
|
+
get "/acs/credentials/list"() {
|
|
8838
8899
|
const { client, defaults } = this;
|
|
8839
8900
|
return function acsCredentialsList(...args) {
|
|
8840
8901
|
const seam = SeamHttpAcsCredentials.fromClient(client, defaults);
|
|
8841
8902
|
return seam.list(...args);
|
|
8842
8903
|
};
|
|
8843
8904
|
}
|
|
8844
|
-
get
|
|
8905
|
+
get "/acs/credentials/list_accessible_entrances"() {
|
|
8845
8906
|
const { client, defaults } = this;
|
|
8846
8907
|
return function acsCredentialsListAccessibleEntrances(...args) {
|
|
8847
8908
|
const seam = SeamHttpAcsCredentials.fromClient(client, defaults);
|
|
8848
8909
|
return seam.listAccessibleEntrances(...args);
|
|
8849
8910
|
};
|
|
8850
8911
|
}
|
|
8851
|
-
get
|
|
8912
|
+
get "/acs/credentials/unassign"() {
|
|
8852
8913
|
const { client, defaults } = this;
|
|
8853
8914
|
return function acsCredentialsUnassign(...args) {
|
|
8854
8915
|
const seam = SeamHttpAcsCredentials.fromClient(client, defaults);
|
|
8855
8916
|
return seam.unassign(...args);
|
|
8856
8917
|
};
|
|
8857
8918
|
}
|
|
8858
|
-
get
|
|
8919
|
+
get "/acs/credentials/update"() {
|
|
8859
8920
|
const { client, defaults } = this;
|
|
8860
8921
|
return function acsCredentialsUpdate(...args) {
|
|
8861
8922
|
const seam = SeamHttpAcsCredentials.fromClient(client, defaults);
|
|
8862
8923
|
return seam.update(...args);
|
|
8863
8924
|
};
|
|
8864
8925
|
}
|
|
8865
|
-
get
|
|
8926
|
+
get "/acs/credentials/unmanaged/get"() {
|
|
8866
8927
|
const { client, defaults } = this;
|
|
8867
8928
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
8868
8929
|
throw new Error(
|
|
@@ -8874,7 +8935,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
8874
8935
|
return seam.get(...args);
|
|
8875
8936
|
};
|
|
8876
8937
|
}
|
|
8877
|
-
get
|
|
8938
|
+
get "/acs/credentials/unmanaged/list"() {
|
|
8878
8939
|
const { client, defaults } = this;
|
|
8879
8940
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
8880
8941
|
throw new Error(
|
|
@@ -8886,189 +8947,189 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
8886
8947
|
return seam.list(...args);
|
|
8887
8948
|
};
|
|
8888
8949
|
}
|
|
8889
|
-
get
|
|
8950
|
+
get "/acs/encoders/encode_credential"() {
|
|
8890
8951
|
const { client, defaults } = this;
|
|
8891
8952
|
return function acsEncodersEncodeCredential(...args) {
|
|
8892
8953
|
const seam = SeamHttpAcsEncoders.fromClient(client, defaults);
|
|
8893
8954
|
return seam.encodeCredential(...args);
|
|
8894
8955
|
};
|
|
8895
8956
|
}
|
|
8896
|
-
get
|
|
8957
|
+
get "/acs/encoders/get"() {
|
|
8897
8958
|
const { client, defaults } = this;
|
|
8898
8959
|
return function acsEncodersGet(...args) {
|
|
8899
8960
|
const seam = SeamHttpAcsEncoders.fromClient(client, defaults);
|
|
8900
8961
|
return seam.get(...args);
|
|
8901
8962
|
};
|
|
8902
8963
|
}
|
|
8903
|
-
get
|
|
8964
|
+
get "/acs/encoders/list"() {
|
|
8904
8965
|
const { client, defaults } = this;
|
|
8905
8966
|
return function acsEncodersList(...args) {
|
|
8906
8967
|
const seam = SeamHttpAcsEncoders.fromClient(client, defaults);
|
|
8907
8968
|
return seam.list(...args);
|
|
8908
8969
|
};
|
|
8909
8970
|
}
|
|
8910
|
-
get
|
|
8971
|
+
get "/acs/encoders/scan_credential"() {
|
|
8911
8972
|
const { client, defaults } = this;
|
|
8912
8973
|
return function acsEncodersScanCredential(...args) {
|
|
8913
8974
|
const seam = SeamHttpAcsEncoders.fromClient(client, defaults);
|
|
8914
8975
|
return seam.scanCredential(...args);
|
|
8915
8976
|
};
|
|
8916
8977
|
}
|
|
8917
|
-
get
|
|
8978
|
+
get "/acs/encoders/simulate/next_credential_encode_will_fail"() {
|
|
8918
8979
|
const { client, defaults } = this;
|
|
8919
8980
|
return function acsEncodersSimulateNextCredentialEncodeWillFail(...args) {
|
|
8920
8981
|
const seam = SeamHttpAcsEncodersSimulate.fromClient(client, defaults);
|
|
8921
8982
|
return seam.nextCredentialEncodeWillFail(...args);
|
|
8922
8983
|
};
|
|
8923
8984
|
}
|
|
8924
|
-
get
|
|
8985
|
+
get "/acs/encoders/simulate/next_credential_encode_will_succeed"() {
|
|
8925
8986
|
const { client, defaults } = this;
|
|
8926
8987
|
return function acsEncodersSimulateNextCredentialEncodeWillSucceed(...args) {
|
|
8927
8988
|
const seam = SeamHttpAcsEncodersSimulate.fromClient(client, defaults);
|
|
8928
8989
|
return seam.nextCredentialEncodeWillSucceed(...args);
|
|
8929
8990
|
};
|
|
8930
8991
|
}
|
|
8931
|
-
get
|
|
8992
|
+
get "/acs/encoders/simulate/next_credential_scan_will_fail"() {
|
|
8932
8993
|
const { client, defaults } = this;
|
|
8933
8994
|
return function acsEncodersSimulateNextCredentialScanWillFail(...args) {
|
|
8934
8995
|
const seam = SeamHttpAcsEncodersSimulate.fromClient(client, defaults);
|
|
8935
8996
|
return seam.nextCredentialScanWillFail(...args);
|
|
8936
8997
|
};
|
|
8937
8998
|
}
|
|
8938
|
-
get
|
|
8999
|
+
get "/acs/encoders/simulate/next_credential_scan_will_succeed"() {
|
|
8939
9000
|
const { client, defaults } = this;
|
|
8940
9001
|
return function acsEncodersSimulateNextCredentialScanWillSucceed(...args) {
|
|
8941
9002
|
const seam = SeamHttpAcsEncodersSimulate.fromClient(client, defaults);
|
|
8942
9003
|
return seam.nextCredentialScanWillSucceed(...args);
|
|
8943
9004
|
};
|
|
8944
9005
|
}
|
|
8945
|
-
get
|
|
9006
|
+
get "/acs/entrances/get"() {
|
|
8946
9007
|
const { client, defaults } = this;
|
|
8947
9008
|
return function acsEntrancesGet(...args) {
|
|
8948
9009
|
const seam = SeamHttpAcsEntrances.fromClient(client, defaults);
|
|
8949
9010
|
return seam.get(...args);
|
|
8950
9011
|
};
|
|
8951
9012
|
}
|
|
8952
|
-
get
|
|
9013
|
+
get "/acs/entrances/grant_access"() {
|
|
8953
9014
|
const { client, defaults } = this;
|
|
8954
9015
|
return function acsEntrancesGrantAccess(...args) {
|
|
8955
9016
|
const seam = SeamHttpAcsEntrances.fromClient(client, defaults);
|
|
8956
9017
|
return seam.grantAccess(...args);
|
|
8957
9018
|
};
|
|
8958
9019
|
}
|
|
8959
|
-
get
|
|
9020
|
+
get "/acs/entrances/list"() {
|
|
8960
9021
|
const { client, defaults } = this;
|
|
8961
9022
|
return function acsEntrancesList(...args) {
|
|
8962
9023
|
const seam = SeamHttpAcsEntrances.fromClient(client, defaults);
|
|
8963
9024
|
return seam.list(...args);
|
|
8964
9025
|
};
|
|
8965
9026
|
}
|
|
8966
|
-
get
|
|
9027
|
+
get "/acs/entrances/list_credentials_with_access"() {
|
|
8967
9028
|
const { client, defaults } = this;
|
|
8968
9029
|
return function acsEntrancesListCredentialsWithAccess(...args) {
|
|
8969
9030
|
const seam = SeamHttpAcsEntrances.fromClient(client, defaults);
|
|
8970
9031
|
return seam.listCredentialsWithAccess(...args);
|
|
8971
9032
|
};
|
|
8972
9033
|
}
|
|
8973
|
-
get
|
|
9034
|
+
get "/acs/systems/get"() {
|
|
8974
9035
|
const { client, defaults } = this;
|
|
8975
9036
|
return function acsSystemsGet(...args) {
|
|
8976
9037
|
const seam = SeamHttpAcsSystems.fromClient(client, defaults);
|
|
8977
9038
|
return seam.get(...args);
|
|
8978
9039
|
};
|
|
8979
9040
|
}
|
|
8980
|
-
get
|
|
9041
|
+
get "/acs/systems/list"() {
|
|
8981
9042
|
const { client, defaults } = this;
|
|
8982
9043
|
return function acsSystemsList(...args) {
|
|
8983
9044
|
const seam = SeamHttpAcsSystems.fromClient(client, defaults);
|
|
8984
9045
|
return seam.list(...args);
|
|
8985
9046
|
};
|
|
8986
9047
|
}
|
|
8987
|
-
get
|
|
9048
|
+
get "/acs/systems/list_compatible_credential_manager_acs_systems"() {
|
|
8988
9049
|
const { client, defaults } = this;
|
|
8989
9050
|
return function acsSystemsListCompatibleCredentialManagerAcsSystems(...args) {
|
|
8990
9051
|
const seam = SeamHttpAcsSystems.fromClient(client, defaults);
|
|
8991
9052
|
return seam.listCompatibleCredentialManagerAcsSystems(...args);
|
|
8992
9053
|
};
|
|
8993
9054
|
}
|
|
8994
|
-
get
|
|
9055
|
+
get "/acs/users/add_to_access_group"() {
|
|
8995
9056
|
const { client, defaults } = this;
|
|
8996
9057
|
return function acsUsersAddToAccessGroup(...args) {
|
|
8997
9058
|
const seam = SeamHttpAcsUsers.fromClient(client, defaults);
|
|
8998
9059
|
return seam.addToAccessGroup(...args);
|
|
8999
9060
|
};
|
|
9000
9061
|
}
|
|
9001
|
-
get
|
|
9062
|
+
get "/acs/users/create"() {
|
|
9002
9063
|
const { client, defaults } = this;
|
|
9003
9064
|
return function acsUsersCreate(...args) {
|
|
9004
9065
|
const seam = SeamHttpAcsUsers.fromClient(client, defaults);
|
|
9005
9066
|
return seam.create(...args);
|
|
9006
9067
|
};
|
|
9007
9068
|
}
|
|
9008
|
-
get
|
|
9069
|
+
get "/acs/users/delete"() {
|
|
9009
9070
|
const { client, defaults } = this;
|
|
9010
9071
|
return function acsUsersDelete(...args) {
|
|
9011
9072
|
const seam = SeamHttpAcsUsers.fromClient(client, defaults);
|
|
9012
9073
|
return seam.delete(...args);
|
|
9013
9074
|
};
|
|
9014
9075
|
}
|
|
9015
|
-
get
|
|
9076
|
+
get "/acs/users/get"() {
|
|
9016
9077
|
const { client, defaults } = this;
|
|
9017
9078
|
return function acsUsersGet(...args) {
|
|
9018
9079
|
const seam = SeamHttpAcsUsers.fromClient(client, defaults);
|
|
9019
9080
|
return seam.get(...args);
|
|
9020
9081
|
};
|
|
9021
9082
|
}
|
|
9022
|
-
get
|
|
9083
|
+
get "/acs/users/list"() {
|
|
9023
9084
|
const { client, defaults } = this;
|
|
9024
9085
|
return function acsUsersList(...args) {
|
|
9025
9086
|
const seam = SeamHttpAcsUsers.fromClient(client, defaults);
|
|
9026
9087
|
return seam.list(...args);
|
|
9027
9088
|
};
|
|
9028
9089
|
}
|
|
9029
|
-
get
|
|
9090
|
+
get "/acs/users/list_accessible_entrances"() {
|
|
9030
9091
|
const { client, defaults } = this;
|
|
9031
9092
|
return function acsUsersListAccessibleEntrances(...args) {
|
|
9032
9093
|
const seam = SeamHttpAcsUsers.fromClient(client, defaults);
|
|
9033
9094
|
return seam.listAccessibleEntrances(...args);
|
|
9034
9095
|
};
|
|
9035
9096
|
}
|
|
9036
|
-
get
|
|
9097
|
+
get "/acs/users/remove_from_access_group"() {
|
|
9037
9098
|
const { client, defaults } = this;
|
|
9038
9099
|
return function acsUsersRemoveFromAccessGroup(...args) {
|
|
9039
9100
|
const seam = SeamHttpAcsUsers.fromClient(client, defaults);
|
|
9040
9101
|
return seam.removeFromAccessGroup(...args);
|
|
9041
9102
|
};
|
|
9042
9103
|
}
|
|
9043
|
-
get
|
|
9104
|
+
get "/acs/users/revoke_access_to_all_entrances"() {
|
|
9044
9105
|
const { client, defaults } = this;
|
|
9045
9106
|
return function acsUsersRevokeAccessToAllEntrances(...args) {
|
|
9046
9107
|
const seam = SeamHttpAcsUsers.fromClient(client, defaults);
|
|
9047
9108
|
return seam.revokeAccessToAllEntrances(...args);
|
|
9048
9109
|
};
|
|
9049
9110
|
}
|
|
9050
|
-
get
|
|
9111
|
+
get "/acs/users/suspend"() {
|
|
9051
9112
|
const { client, defaults } = this;
|
|
9052
9113
|
return function acsUsersSuspend(...args) {
|
|
9053
9114
|
const seam = SeamHttpAcsUsers.fromClient(client, defaults);
|
|
9054
9115
|
return seam.suspend(...args);
|
|
9055
9116
|
};
|
|
9056
9117
|
}
|
|
9057
|
-
get
|
|
9118
|
+
get "/acs/users/unsuspend"() {
|
|
9058
9119
|
const { client, defaults } = this;
|
|
9059
9120
|
return function acsUsersUnsuspend(...args) {
|
|
9060
9121
|
const seam = SeamHttpAcsUsers.fromClient(client, defaults);
|
|
9061
9122
|
return seam.unsuspend(...args);
|
|
9062
9123
|
};
|
|
9063
9124
|
}
|
|
9064
|
-
get
|
|
9125
|
+
get "/acs/users/update"() {
|
|
9065
9126
|
const { client, defaults } = this;
|
|
9066
9127
|
return function acsUsersUpdate(...args) {
|
|
9067
9128
|
const seam = SeamHttpAcsUsers.fromClient(client, defaults);
|
|
9068
9129
|
return seam.update(...args);
|
|
9069
9130
|
};
|
|
9070
9131
|
}
|
|
9071
|
-
get
|
|
9132
|
+
get "/acs/users/unmanaged/get"() {
|
|
9072
9133
|
const { client, defaults } = this;
|
|
9073
9134
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
9074
9135
|
throw new Error(
|
|
@@ -9080,7 +9141,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
9080
9141
|
return seam.get(...args);
|
|
9081
9142
|
};
|
|
9082
9143
|
}
|
|
9083
|
-
get
|
|
9144
|
+
get "/acs/users/unmanaged/list"() {
|
|
9084
9145
|
const { client, defaults } = this;
|
|
9085
9146
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
9086
9147
|
throw new Error(
|
|
@@ -9092,21 +9153,21 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
9092
9153
|
return seam.list(...args);
|
|
9093
9154
|
};
|
|
9094
9155
|
}
|
|
9095
|
-
get
|
|
9156
|
+
get "/action_attempts/get"() {
|
|
9096
9157
|
const { client, defaults } = this;
|
|
9097
9158
|
return function actionAttemptsGet(...args) {
|
|
9098
9159
|
const seam = SeamHttpActionAttempts.fromClient(client, defaults);
|
|
9099
9160
|
return seam.get(...args);
|
|
9100
9161
|
};
|
|
9101
9162
|
}
|
|
9102
|
-
get
|
|
9163
|
+
get "/action_attempts/list"() {
|
|
9103
9164
|
const { client, defaults } = this;
|
|
9104
9165
|
return function actionAttemptsList(...args) {
|
|
9105
9166
|
const seam = SeamHttpActionAttempts.fromClient(client, defaults);
|
|
9106
9167
|
return seam.list(...args);
|
|
9107
9168
|
};
|
|
9108
9169
|
}
|
|
9109
|
-
get
|
|
9170
|
+
get "/bridges/get"() {
|
|
9110
9171
|
const { client, defaults } = this;
|
|
9111
9172
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
9112
9173
|
throw new Error(
|
|
@@ -9118,7 +9179,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
9118
9179
|
return seam.get(...args);
|
|
9119
9180
|
};
|
|
9120
9181
|
}
|
|
9121
|
-
get
|
|
9182
|
+
get "/bridges/list"() {
|
|
9122
9183
|
const { client, defaults } = this;
|
|
9123
9184
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
9124
9185
|
throw new Error(
|
|
@@ -9130,140 +9191,140 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
9130
9191
|
return seam.list(...args);
|
|
9131
9192
|
};
|
|
9132
9193
|
}
|
|
9133
|
-
get
|
|
9194
|
+
get "/client_sessions/create"() {
|
|
9134
9195
|
const { client, defaults } = this;
|
|
9135
9196
|
return function clientSessionsCreate(...args) {
|
|
9136
9197
|
const seam = SeamHttpClientSessions.fromClient(client, defaults);
|
|
9137
9198
|
return seam.create(...args);
|
|
9138
9199
|
};
|
|
9139
9200
|
}
|
|
9140
|
-
get
|
|
9201
|
+
get "/client_sessions/delete"() {
|
|
9141
9202
|
const { client, defaults } = this;
|
|
9142
9203
|
return function clientSessionsDelete(...args) {
|
|
9143
9204
|
const seam = SeamHttpClientSessions.fromClient(client, defaults);
|
|
9144
9205
|
return seam.delete(...args);
|
|
9145
9206
|
};
|
|
9146
9207
|
}
|
|
9147
|
-
get
|
|
9208
|
+
get "/client_sessions/get"() {
|
|
9148
9209
|
const { client, defaults } = this;
|
|
9149
9210
|
return function clientSessionsGet(...args) {
|
|
9150
9211
|
const seam = SeamHttpClientSessions.fromClient(client, defaults);
|
|
9151
9212
|
return seam.get(...args);
|
|
9152
9213
|
};
|
|
9153
9214
|
}
|
|
9154
|
-
get
|
|
9215
|
+
get "/client_sessions/get_or_create"() {
|
|
9155
9216
|
const { client, defaults } = this;
|
|
9156
9217
|
return function clientSessionsGetOrCreate(...args) {
|
|
9157
9218
|
const seam = SeamHttpClientSessions.fromClient(client, defaults);
|
|
9158
9219
|
return seam.getOrCreate(...args);
|
|
9159
9220
|
};
|
|
9160
9221
|
}
|
|
9161
|
-
get
|
|
9222
|
+
get "/client_sessions/grant_access"() {
|
|
9162
9223
|
const { client, defaults } = this;
|
|
9163
9224
|
return function clientSessionsGrantAccess(...args) {
|
|
9164
9225
|
const seam = SeamHttpClientSessions.fromClient(client, defaults);
|
|
9165
9226
|
return seam.grantAccess(...args);
|
|
9166
9227
|
};
|
|
9167
9228
|
}
|
|
9168
|
-
get
|
|
9229
|
+
get "/client_sessions/list"() {
|
|
9169
9230
|
const { client, defaults } = this;
|
|
9170
9231
|
return function clientSessionsList(...args) {
|
|
9171
9232
|
const seam = SeamHttpClientSessions.fromClient(client, defaults);
|
|
9172
9233
|
return seam.list(...args);
|
|
9173
9234
|
};
|
|
9174
9235
|
}
|
|
9175
|
-
get
|
|
9236
|
+
get "/client_sessions/revoke"() {
|
|
9176
9237
|
const { client, defaults } = this;
|
|
9177
9238
|
return function clientSessionsRevoke(...args) {
|
|
9178
9239
|
const seam = SeamHttpClientSessions.fromClient(client, defaults);
|
|
9179
9240
|
return seam.revoke(...args);
|
|
9180
9241
|
};
|
|
9181
9242
|
}
|
|
9182
|
-
get
|
|
9243
|
+
get "/connect_webviews/create"() {
|
|
9183
9244
|
const { client, defaults } = this;
|
|
9184
9245
|
return function connectWebviewsCreate(...args) {
|
|
9185
9246
|
const seam = SeamHttpConnectWebviews.fromClient(client, defaults);
|
|
9186
9247
|
return seam.create(...args);
|
|
9187
9248
|
};
|
|
9188
9249
|
}
|
|
9189
|
-
get
|
|
9250
|
+
get "/connect_webviews/delete"() {
|
|
9190
9251
|
const { client, defaults } = this;
|
|
9191
9252
|
return function connectWebviewsDelete(...args) {
|
|
9192
9253
|
const seam = SeamHttpConnectWebviews.fromClient(client, defaults);
|
|
9193
9254
|
return seam.delete(...args);
|
|
9194
9255
|
};
|
|
9195
9256
|
}
|
|
9196
|
-
get
|
|
9257
|
+
get "/connect_webviews/get"() {
|
|
9197
9258
|
const { client, defaults } = this;
|
|
9198
9259
|
return function connectWebviewsGet(...args) {
|
|
9199
9260
|
const seam = SeamHttpConnectWebviews.fromClient(client, defaults);
|
|
9200
9261
|
return seam.get(...args);
|
|
9201
9262
|
};
|
|
9202
9263
|
}
|
|
9203
|
-
get
|
|
9264
|
+
get "/connect_webviews/list"() {
|
|
9204
9265
|
const { client, defaults } = this;
|
|
9205
9266
|
return function connectWebviewsList(...args) {
|
|
9206
9267
|
const seam = SeamHttpConnectWebviews.fromClient(client, defaults);
|
|
9207
9268
|
return seam.list(...args);
|
|
9208
9269
|
};
|
|
9209
9270
|
}
|
|
9210
|
-
get
|
|
9271
|
+
get "/connected_accounts/delete"() {
|
|
9211
9272
|
const { client, defaults } = this;
|
|
9212
9273
|
return function connectedAccountsDelete(...args) {
|
|
9213
9274
|
const seam = SeamHttpConnectedAccounts.fromClient(client, defaults);
|
|
9214
9275
|
return seam.delete(...args);
|
|
9215
9276
|
};
|
|
9216
9277
|
}
|
|
9217
|
-
get
|
|
9278
|
+
get "/connected_accounts/get"() {
|
|
9218
9279
|
const { client, defaults } = this;
|
|
9219
9280
|
return function connectedAccountsGet(...args) {
|
|
9220
9281
|
const seam = SeamHttpConnectedAccounts.fromClient(client, defaults);
|
|
9221
9282
|
return seam.get(...args);
|
|
9222
9283
|
};
|
|
9223
9284
|
}
|
|
9224
|
-
get
|
|
9285
|
+
get "/connected_accounts/list"() {
|
|
9225
9286
|
const { client, defaults } = this;
|
|
9226
9287
|
return function connectedAccountsList(...args) {
|
|
9227
9288
|
const seam = SeamHttpConnectedAccounts.fromClient(client, defaults);
|
|
9228
9289
|
return seam.list(...args);
|
|
9229
9290
|
};
|
|
9230
9291
|
}
|
|
9231
|
-
get
|
|
9292
|
+
get "/connected_accounts/sync"() {
|
|
9232
9293
|
const { client, defaults } = this;
|
|
9233
9294
|
return function connectedAccountsSync(...args) {
|
|
9234
9295
|
const seam = SeamHttpConnectedAccounts.fromClient(client, defaults);
|
|
9235
9296
|
return seam.sync(...args);
|
|
9236
9297
|
};
|
|
9237
9298
|
}
|
|
9238
|
-
get
|
|
9299
|
+
get "/connected_accounts/update"() {
|
|
9239
9300
|
const { client, defaults } = this;
|
|
9240
9301
|
return function connectedAccountsUpdate(...args) {
|
|
9241
9302
|
const seam = SeamHttpConnectedAccounts.fromClient(client, defaults);
|
|
9242
9303
|
return seam.update(...args);
|
|
9243
9304
|
};
|
|
9244
9305
|
}
|
|
9245
|
-
get
|
|
9306
|
+
get "/customers/create_portal"() {
|
|
9246
9307
|
const { client, defaults } = this;
|
|
9247
9308
|
return function customersCreatePortal(...args) {
|
|
9248
9309
|
const seam = SeamHttpCustomers.fromClient(client, defaults);
|
|
9249
9310
|
return seam.createPortal(...args);
|
|
9250
9311
|
};
|
|
9251
9312
|
}
|
|
9252
|
-
get
|
|
9313
|
+
get "/customers/delete_data"() {
|
|
9253
9314
|
const { client, defaults } = this;
|
|
9254
9315
|
return function customersDeleteData(...args) {
|
|
9255
9316
|
const seam = SeamHttpCustomers.fromClient(client, defaults);
|
|
9256
9317
|
return seam.deleteData(...args);
|
|
9257
9318
|
};
|
|
9258
9319
|
}
|
|
9259
|
-
get
|
|
9320
|
+
get "/customers/push_data"() {
|
|
9260
9321
|
const { client, defaults } = this;
|
|
9261
9322
|
return function customersPushData(...args) {
|
|
9262
9323
|
const seam = SeamHttpCustomers.fromClient(client, defaults);
|
|
9263
9324
|
return seam.pushData(...args);
|
|
9264
9325
|
};
|
|
9265
9326
|
}
|
|
9266
|
-
get
|
|
9327
|
+
get "/devices/delete"() {
|
|
9267
9328
|
const { client, defaults } = this;
|
|
9268
9329
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
9269
9330
|
throw new Error(
|
|
@@ -9275,175 +9336,182 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
9275
9336
|
return seam.delete(...args);
|
|
9276
9337
|
};
|
|
9277
9338
|
}
|
|
9278
|
-
get
|
|
9339
|
+
get "/devices/get"() {
|
|
9279
9340
|
const { client, defaults } = this;
|
|
9280
9341
|
return function devicesGet(...args) {
|
|
9281
9342
|
const seam = SeamHttpDevices.fromClient(client, defaults);
|
|
9282
9343
|
return seam.get(...args);
|
|
9283
9344
|
};
|
|
9284
9345
|
}
|
|
9285
|
-
get
|
|
9346
|
+
get "/devices/list"() {
|
|
9286
9347
|
const { client, defaults } = this;
|
|
9287
9348
|
return function devicesList(...args) {
|
|
9288
9349
|
const seam = SeamHttpDevices.fromClient(client, defaults);
|
|
9289
9350
|
return seam.list(...args);
|
|
9290
9351
|
};
|
|
9291
9352
|
}
|
|
9292
|
-
get
|
|
9353
|
+
get "/devices/list_device_providers"() {
|
|
9293
9354
|
const { client, defaults } = this;
|
|
9294
9355
|
return function devicesListDeviceProviders(...args) {
|
|
9295
9356
|
const seam = SeamHttpDevices.fromClient(client, defaults);
|
|
9296
9357
|
return seam.listDeviceProviders(...args);
|
|
9297
9358
|
};
|
|
9298
9359
|
}
|
|
9299
|
-
get
|
|
9360
|
+
get "/devices/update"() {
|
|
9300
9361
|
const { client, defaults } = this;
|
|
9301
9362
|
return function devicesUpdate(...args) {
|
|
9302
9363
|
const seam = SeamHttpDevices.fromClient(client, defaults);
|
|
9303
9364
|
return seam.update(...args);
|
|
9304
9365
|
};
|
|
9305
9366
|
}
|
|
9306
|
-
get
|
|
9367
|
+
get "/devices/simulate/connect"() {
|
|
9307
9368
|
const { client, defaults } = this;
|
|
9308
9369
|
return function devicesSimulateConnect(...args) {
|
|
9309
9370
|
const seam = SeamHttpDevicesSimulate.fromClient(client, defaults);
|
|
9310
9371
|
return seam.connect(...args);
|
|
9311
9372
|
};
|
|
9312
9373
|
}
|
|
9313
|
-
get
|
|
9374
|
+
get "/devices/simulate/connect_to_hub"() {
|
|
9314
9375
|
const { client, defaults } = this;
|
|
9315
9376
|
return function devicesSimulateConnectToHub(...args) {
|
|
9316
9377
|
const seam = SeamHttpDevicesSimulate.fromClient(client, defaults);
|
|
9317
9378
|
return seam.connectToHub(...args);
|
|
9318
9379
|
};
|
|
9319
9380
|
}
|
|
9320
|
-
get
|
|
9381
|
+
get "/devices/simulate/disconnect"() {
|
|
9321
9382
|
const { client, defaults } = this;
|
|
9322
9383
|
return function devicesSimulateDisconnect(...args) {
|
|
9323
9384
|
const seam = SeamHttpDevicesSimulate.fromClient(client, defaults);
|
|
9324
9385
|
return seam.disconnect(...args);
|
|
9325
9386
|
};
|
|
9326
9387
|
}
|
|
9327
|
-
get
|
|
9388
|
+
get "/devices/simulate/disconnect_from_hub"() {
|
|
9328
9389
|
const { client, defaults } = this;
|
|
9329
9390
|
return function devicesSimulateDisconnectFromHub(...args) {
|
|
9330
9391
|
const seam = SeamHttpDevicesSimulate.fromClient(client, defaults);
|
|
9331
9392
|
return seam.disconnectFromHub(...args);
|
|
9332
9393
|
};
|
|
9333
9394
|
}
|
|
9334
|
-
get
|
|
9395
|
+
get "/devices/simulate/paid_subscription"() {
|
|
9396
|
+
const { client, defaults } = this;
|
|
9397
|
+
return function devicesSimulatePaidSubscription(...args) {
|
|
9398
|
+
const seam = SeamHttpDevicesSimulate.fromClient(client, defaults);
|
|
9399
|
+
return seam.paidSubscription(...args);
|
|
9400
|
+
};
|
|
9401
|
+
}
|
|
9402
|
+
get "/devices/simulate/remove"() {
|
|
9335
9403
|
const { client, defaults } = this;
|
|
9336
9404
|
return function devicesSimulateRemove(...args) {
|
|
9337
9405
|
const seam = SeamHttpDevicesSimulate.fromClient(client, defaults);
|
|
9338
9406
|
return seam.remove(...args);
|
|
9339
9407
|
};
|
|
9340
9408
|
}
|
|
9341
|
-
get
|
|
9409
|
+
get "/devices/unmanaged/get"() {
|
|
9342
9410
|
const { client, defaults } = this;
|
|
9343
9411
|
return function devicesUnmanagedGet(...args) {
|
|
9344
9412
|
const seam = SeamHttpDevicesUnmanaged.fromClient(client, defaults);
|
|
9345
9413
|
return seam.get(...args);
|
|
9346
9414
|
};
|
|
9347
9415
|
}
|
|
9348
|
-
get
|
|
9416
|
+
get "/devices/unmanaged/list"() {
|
|
9349
9417
|
const { client, defaults } = this;
|
|
9350
9418
|
return function devicesUnmanagedList(...args) {
|
|
9351
9419
|
const seam = SeamHttpDevicesUnmanaged.fromClient(client, defaults);
|
|
9352
9420
|
return seam.list(...args);
|
|
9353
9421
|
};
|
|
9354
9422
|
}
|
|
9355
|
-
get
|
|
9423
|
+
get "/devices/unmanaged/update"() {
|
|
9356
9424
|
const { client, defaults } = this;
|
|
9357
9425
|
return function devicesUnmanagedUpdate(...args) {
|
|
9358
9426
|
const seam = SeamHttpDevicesUnmanaged.fromClient(client, defaults);
|
|
9359
9427
|
return seam.update(...args);
|
|
9360
9428
|
};
|
|
9361
9429
|
}
|
|
9362
|
-
get
|
|
9430
|
+
get "/events/get"() {
|
|
9363
9431
|
const { client, defaults } = this;
|
|
9364
9432
|
return function eventsGet(...args) {
|
|
9365
9433
|
const seam = SeamHttpEvents.fromClient(client, defaults);
|
|
9366
9434
|
return seam.get(...args);
|
|
9367
9435
|
};
|
|
9368
9436
|
}
|
|
9369
|
-
get
|
|
9437
|
+
get "/events/list"() {
|
|
9370
9438
|
const { client, defaults } = this;
|
|
9371
9439
|
return function eventsList(...args) {
|
|
9372
9440
|
const seam = SeamHttpEvents.fromClient(client, defaults);
|
|
9373
9441
|
return seam.list(...args);
|
|
9374
9442
|
};
|
|
9375
9443
|
}
|
|
9376
|
-
get
|
|
9444
|
+
get "/instant_keys/delete"() {
|
|
9377
9445
|
const { client, defaults } = this;
|
|
9378
9446
|
return function instantKeysDelete(...args) {
|
|
9379
9447
|
const seam = SeamHttpInstantKeys.fromClient(client, defaults);
|
|
9380
9448
|
return seam.delete(...args);
|
|
9381
9449
|
};
|
|
9382
9450
|
}
|
|
9383
|
-
get
|
|
9451
|
+
get "/instant_keys/get"() {
|
|
9384
9452
|
const { client, defaults } = this;
|
|
9385
9453
|
return function instantKeysGet(...args) {
|
|
9386
9454
|
const seam = SeamHttpInstantKeys.fromClient(client, defaults);
|
|
9387
9455
|
return seam.get(...args);
|
|
9388
9456
|
};
|
|
9389
9457
|
}
|
|
9390
|
-
get
|
|
9458
|
+
get "/instant_keys/list"() {
|
|
9391
9459
|
const { client, defaults } = this;
|
|
9392
9460
|
return function instantKeysList(...args) {
|
|
9393
9461
|
const seam = SeamHttpInstantKeys.fromClient(client, defaults);
|
|
9394
9462
|
return seam.list(...args);
|
|
9395
9463
|
};
|
|
9396
9464
|
}
|
|
9397
|
-
get
|
|
9465
|
+
get "/locks/get"() {
|
|
9398
9466
|
const { client, defaults } = this;
|
|
9399
9467
|
return function locksGet(...args) {
|
|
9400
9468
|
const seam = SeamHttpLocks.fromClient(client, defaults);
|
|
9401
9469
|
return seam.get(...args);
|
|
9402
9470
|
};
|
|
9403
9471
|
}
|
|
9404
|
-
get
|
|
9472
|
+
get "/locks/list"() {
|
|
9405
9473
|
const { client, defaults } = this;
|
|
9406
9474
|
return function locksList(...args) {
|
|
9407
9475
|
const seam = SeamHttpLocks.fromClient(client, defaults);
|
|
9408
9476
|
return seam.list(...args);
|
|
9409
9477
|
};
|
|
9410
9478
|
}
|
|
9411
|
-
get
|
|
9479
|
+
get "/locks/lock_door"() {
|
|
9412
9480
|
const { client, defaults } = this;
|
|
9413
9481
|
return function locksLockDoor(...args) {
|
|
9414
9482
|
const seam = SeamHttpLocks.fromClient(client, defaults);
|
|
9415
9483
|
return seam.lockDoor(...args);
|
|
9416
9484
|
};
|
|
9417
9485
|
}
|
|
9418
|
-
get
|
|
9486
|
+
get "/locks/unlock_door"() {
|
|
9419
9487
|
const { client, defaults } = this;
|
|
9420
9488
|
return function locksUnlockDoor(...args) {
|
|
9421
9489
|
const seam = SeamHttpLocks.fromClient(client, defaults);
|
|
9422
9490
|
return seam.unlockDoor(...args);
|
|
9423
9491
|
};
|
|
9424
9492
|
}
|
|
9425
|
-
get
|
|
9493
|
+
get "/locks/simulate/keypad_code_entry"() {
|
|
9426
9494
|
const { client, defaults } = this;
|
|
9427
9495
|
return function locksSimulateKeypadCodeEntry(...args) {
|
|
9428
9496
|
const seam = SeamHttpLocksSimulate.fromClient(client, defaults);
|
|
9429
9497
|
return seam.keypadCodeEntry(...args);
|
|
9430
9498
|
};
|
|
9431
9499
|
}
|
|
9432
|
-
get
|
|
9500
|
+
get "/locks/simulate/manual_lock_via_keypad"() {
|
|
9433
9501
|
const { client, defaults } = this;
|
|
9434
9502
|
return function locksSimulateManualLockViaKeypad(...args) {
|
|
9435
9503
|
const seam = SeamHttpLocksSimulate.fromClient(client, defaults);
|
|
9436
9504
|
return seam.manualLockViaKeypad(...args);
|
|
9437
9505
|
};
|
|
9438
9506
|
}
|
|
9439
|
-
get
|
|
9507
|
+
get "/noise_sensors/list"() {
|
|
9440
9508
|
const { client, defaults } = this;
|
|
9441
9509
|
return function noiseSensorsList(...args) {
|
|
9442
9510
|
const seam = SeamHttpNoiseSensors.fromClient(client, defaults);
|
|
9443
9511
|
return seam.list(...args);
|
|
9444
9512
|
};
|
|
9445
9513
|
}
|
|
9446
|
-
get
|
|
9514
|
+
get "/noise_sensors/noise_thresholds/create"() {
|
|
9447
9515
|
const { client, defaults } = this;
|
|
9448
9516
|
return function noiseSensorsNoiseThresholdsCreate(...args) {
|
|
9449
9517
|
const seam = SeamHttpNoiseSensorsNoiseThresholds.fromClient(
|
|
@@ -9453,7 +9521,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
9453
9521
|
return seam.create(...args);
|
|
9454
9522
|
};
|
|
9455
9523
|
}
|
|
9456
|
-
get
|
|
9524
|
+
get "/noise_sensors/noise_thresholds/delete"() {
|
|
9457
9525
|
const { client, defaults } = this;
|
|
9458
9526
|
return function noiseSensorsNoiseThresholdsDelete(...args) {
|
|
9459
9527
|
const seam = SeamHttpNoiseSensorsNoiseThresholds.fromClient(
|
|
@@ -9463,7 +9531,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
9463
9531
|
return seam.delete(...args);
|
|
9464
9532
|
};
|
|
9465
9533
|
}
|
|
9466
|
-
get
|
|
9534
|
+
get "/noise_sensors/noise_thresholds/get"() {
|
|
9467
9535
|
const { client, defaults } = this;
|
|
9468
9536
|
return function noiseSensorsNoiseThresholdsGet(...args) {
|
|
9469
9537
|
const seam = SeamHttpNoiseSensorsNoiseThresholds.fromClient(
|
|
@@ -9473,7 +9541,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
9473
9541
|
return seam.get(...args);
|
|
9474
9542
|
};
|
|
9475
9543
|
}
|
|
9476
|
-
get
|
|
9544
|
+
get "/noise_sensors/noise_thresholds/list"() {
|
|
9477
9545
|
const { client, defaults } = this;
|
|
9478
9546
|
return function noiseSensorsNoiseThresholdsList(...args) {
|
|
9479
9547
|
const seam = SeamHttpNoiseSensorsNoiseThresholds.fromClient(
|
|
@@ -9483,7 +9551,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
9483
9551
|
return seam.list(...args);
|
|
9484
9552
|
};
|
|
9485
9553
|
}
|
|
9486
|
-
get
|
|
9554
|
+
get "/noise_sensors/noise_thresholds/update"() {
|
|
9487
9555
|
const { client, defaults } = this;
|
|
9488
9556
|
return function noiseSensorsNoiseThresholdsUpdate(...args) {
|
|
9489
9557
|
const seam = SeamHttpNoiseSensorsNoiseThresholds.fromClient(
|
|
@@ -9493,42 +9561,42 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
9493
9561
|
return seam.update(...args);
|
|
9494
9562
|
};
|
|
9495
9563
|
}
|
|
9496
|
-
get
|
|
9564
|
+
get "/noise_sensors/simulate/trigger_noise_threshold"() {
|
|
9497
9565
|
const { client, defaults } = this;
|
|
9498
9566
|
return function noiseSensorsSimulateTriggerNoiseThreshold(...args) {
|
|
9499
9567
|
const seam = SeamHttpNoiseSensorsSimulate.fromClient(client, defaults);
|
|
9500
9568
|
return seam.triggerNoiseThreshold(...args);
|
|
9501
9569
|
};
|
|
9502
9570
|
}
|
|
9503
|
-
get
|
|
9571
|
+
get "/phones/deactivate"() {
|
|
9504
9572
|
const { client, defaults } = this;
|
|
9505
9573
|
return function phonesDeactivate(...args) {
|
|
9506
9574
|
const seam = SeamHttpPhones.fromClient(client, defaults);
|
|
9507
9575
|
return seam.deactivate(...args);
|
|
9508
9576
|
};
|
|
9509
9577
|
}
|
|
9510
|
-
get
|
|
9578
|
+
get "/phones/get"() {
|
|
9511
9579
|
const { client, defaults } = this;
|
|
9512
9580
|
return function phonesGet(...args) {
|
|
9513
9581
|
const seam = SeamHttpPhones.fromClient(client, defaults);
|
|
9514
9582
|
return seam.get(...args);
|
|
9515
9583
|
};
|
|
9516
9584
|
}
|
|
9517
|
-
get
|
|
9585
|
+
get "/phones/list"() {
|
|
9518
9586
|
const { client, defaults } = this;
|
|
9519
9587
|
return function phonesList(...args) {
|
|
9520
9588
|
const seam = SeamHttpPhones.fromClient(client, defaults);
|
|
9521
9589
|
return seam.list(...args);
|
|
9522
9590
|
};
|
|
9523
9591
|
}
|
|
9524
|
-
get
|
|
9592
|
+
get "/phones/simulate/create_sandbox_phone"() {
|
|
9525
9593
|
const { client, defaults } = this;
|
|
9526
9594
|
return function phonesSimulateCreateSandboxPhone(...args) {
|
|
9527
9595
|
const seam = SeamHttpPhonesSimulate.fromClient(client, defaults);
|
|
9528
9596
|
return seam.createSandboxPhone(...args);
|
|
9529
9597
|
};
|
|
9530
9598
|
}
|
|
9531
|
-
get
|
|
9599
|
+
get "/seam/console/v1/get_resource_locator"() {
|
|
9532
9600
|
const { client, defaults } = this;
|
|
9533
9601
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
9534
9602
|
throw new Error(
|
|
@@ -9540,7 +9608,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
9540
9608
|
return seam.getResourceLocator(...args);
|
|
9541
9609
|
};
|
|
9542
9610
|
}
|
|
9543
|
-
get
|
|
9611
|
+
get "/seam/console/v1/timelines/get"() {
|
|
9544
9612
|
const { client, defaults } = this;
|
|
9545
9613
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
9546
9614
|
throw new Error(
|
|
@@ -9552,7 +9620,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
9552
9620
|
return seam.get(...args);
|
|
9553
9621
|
};
|
|
9554
9622
|
}
|
|
9555
|
-
get
|
|
9623
|
+
get "/seam/customer/v1/automation_runs/list"() {
|
|
9556
9624
|
const { client, defaults } = this;
|
|
9557
9625
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
9558
9626
|
throw new Error(
|
|
@@ -9567,7 +9635,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
9567
9635
|
return seam.list(...args);
|
|
9568
9636
|
};
|
|
9569
9637
|
}
|
|
9570
|
-
get
|
|
9638
|
+
get "/seam/customer/v1/automations/delete"() {
|
|
9571
9639
|
const { client, defaults } = this;
|
|
9572
9640
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
9573
9641
|
throw new Error(
|
|
@@ -9582,7 +9650,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
9582
9650
|
return seam.delete(...args);
|
|
9583
9651
|
};
|
|
9584
9652
|
}
|
|
9585
|
-
get
|
|
9653
|
+
get "/seam/customer/v1/automations/get"() {
|
|
9586
9654
|
const { client, defaults } = this;
|
|
9587
9655
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
9588
9656
|
throw new Error(
|
|
@@ -9597,7 +9665,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
9597
9665
|
return seam.get(...args);
|
|
9598
9666
|
};
|
|
9599
9667
|
}
|
|
9600
|
-
get
|
|
9668
|
+
get "/seam/customer/v1/automations/update"() {
|
|
9601
9669
|
const { client, defaults } = this;
|
|
9602
9670
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
9603
9671
|
throw new Error(
|
|
@@ -9612,7 +9680,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
9612
9680
|
return seam.update(...args);
|
|
9613
9681
|
};
|
|
9614
9682
|
}
|
|
9615
|
-
get
|
|
9683
|
+
get "/seam/customer/v1/events/list"() {
|
|
9616
9684
|
const { client, defaults } = this;
|
|
9617
9685
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
9618
9686
|
throw new Error(
|
|
@@ -9624,7 +9692,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
9624
9692
|
return seam.list(...args);
|
|
9625
9693
|
};
|
|
9626
9694
|
}
|
|
9627
|
-
get
|
|
9695
|
+
get "/seam/customer/v1/portals/get"() {
|
|
9628
9696
|
const { client, defaults } = this;
|
|
9629
9697
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
9630
9698
|
throw new Error(
|
|
@@ -9636,7 +9704,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
9636
9704
|
return seam.get(...args);
|
|
9637
9705
|
};
|
|
9638
9706
|
}
|
|
9639
|
-
get
|
|
9707
|
+
get "/seam/customer/v1/settings/get"() {
|
|
9640
9708
|
const { client, defaults } = this;
|
|
9641
9709
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
9642
9710
|
throw new Error(
|
|
@@ -9648,7 +9716,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
9648
9716
|
return seam.get(...args);
|
|
9649
9717
|
};
|
|
9650
9718
|
}
|
|
9651
|
-
get
|
|
9719
|
+
get "/seam/customer/v1/settings/update"() {
|
|
9652
9720
|
const { client, defaults } = this;
|
|
9653
9721
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
9654
9722
|
throw new Error(
|
|
@@ -9660,7 +9728,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
9660
9728
|
return seam.update(...args);
|
|
9661
9729
|
};
|
|
9662
9730
|
}
|
|
9663
|
-
get
|
|
9731
|
+
get "/seam/partner/v1/building_blocks/spaces/auto_map"() {
|
|
9664
9732
|
const { client, defaults } = this;
|
|
9665
9733
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
9666
9734
|
throw new Error(
|
|
@@ -9675,105 +9743,105 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
9675
9743
|
return seam.autoMap(...args);
|
|
9676
9744
|
};
|
|
9677
9745
|
}
|
|
9678
|
-
get
|
|
9746
|
+
get "/spaces/add_acs_entrances"() {
|
|
9679
9747
|
const { client, defaults } = this;
|
|
9680
9748
|
return function spacesAddAcsEntrances(...args) {
|
|
9681
9749
|
const seam = SeamHttpSpaces.fromClient(client, defaults);
|
|
9682
9750
|
return seam.addAcsEntrances(...args);
|
|
9683
9751
|
};
|
|
9684
9752
|
}
|
|
9685
|
-
get
|
|
9753
|
+
get "/spaces/add_devices"() {
|
|
9686
9754
|
const { client, defaults } = this;
|
|
9687
9755
|
return function spacesAddDevices(...args) {
|
|
9688
9756
|
const seam = SeamHttpSpaces.fromClient(client, defaults);
|
|
9689
9757
|
return seam.addDevices(...args);
|
|
9690
9758
|
};
|
|
9691
9759
|
}
|
|
9692
|
-
get
|
|
9760
|
+
get "/spaces/create"() {
|
|
9693
9761
|
const { client, defaults } = this;
|
|
9694
9762
|
return function spacesCreate(...args) {
|
|
9695
9763
|
const seam = SeamHttpSpaces.fromClient(client, defaults);
|
|
9696
9764
|
return seam.create(...args);
|
|
9697
9765
|
};
|
|
9698
9766
|
}
|
|
9699
|
-
get
|
|
9767
|
+
get "/spaces/delete"() {
|
|
9700
9768
|
const { client, defaults } = this;
|
|
9701
9769
|
return function spacesDelete(...args) {
|
|
9702
9770
|
const seam = SeamHttpSpaces.fromClient(client, defaults);
|
|
9703
9771
|
return seam.delete(...args);
|
|
9704
9772
|
};
|
|
9705
9773
|
}
|
|
9706
|
-
get
|
|
9774
|
+
get "/spaces/get"() {
|
|
9707
9775
|
const { client, defaults } = this;
|
|
9708
9776
|
return function spacesGet(...args) {
|
|
9709
9777
|
const seam = SeamHttpSpaces.fromClient(client, defaults);
|
|
9710
9778
|
return seam.get(...args);
|
|
9711
9779
|
};
|
|
9712
9780
|
}
|
|
9713
|
-
get
|
|
9781
|
+
get "/spaces/get_related"() {
|
|
9714
9782
|
const { client, defaults } = this;
|
|
9715
9783
|
return function spacesGetRelated(...args) {
|
|
9716
9784
|
const seam = SeamHttpSpaces.fromClient(client, defaults);
|
|
9717
9785
|
return seam.getRelated(...args);
|
|
9718
9786
|
};
|
|
9719
9787
|
}
|
|
9720
|
-
get
|
|
9788
|
+
get "/spaces/list"() {
|
|
9721
9789
|
const { client, defaults } = this;
|
|
9722
9790
|
return function spacesList(...args) {
|
|
9723
9791
|
const seam = SeamHttpSpaces.fromClient(client, defaults);
|
|
9724
9792
|
return seam.list(...args);
|
|
9725
9793
|
};
|
|
9726
9794
|
}
|
|
9727
|
-
get
|
|
9795
|
+
get "/spaces/remove_acs_entrances"() {
|
|
9728
9796
|
const { client, defaults } = this;
|
|
9729
9797
|
return function spacesRemoveAcsEntrances(...args) {
|
|
9730
9798
|
const seam = SeamHttpSpaces.fromClient(client, defaults);
|
|
9731
9799
|
return seam.removeAcsEntrances(...args);
|
|
9732
9800
|
};
|
|
9733
9801
|
}
|
|
9734
|
-
get
|
|
9802
|
+
get "/spaces/remove_devices"() {
|
|
9735
9803
|
const { client, defaults } = this;
|
|
9736
9804
|
return function spacesRemoveDevices(...args) {
|
|
9737
9805
|
const seam = SeamHttpSpaces.fromClient(client, defaults);
|
|
9738
9806
|
return seam.removeDevices(...args);
|
|
9739
9807
|
};
|
|
9740
9808
|
}
|
|
9741
|
-
get
|
|
9809
|
+
get "/spaces/update"() {
|
|
9742
9810
|
const { client, defaults } = this;
|
|
9743
9811
|
return function spacesUpdate(...args) {
|
|
9744
9812
|
const seam = SeamHttpSpaces.fromClient(client, defaults);
|
|
9745
9813
|
return seam.update(...args);
|
|
9746
9814
|
};
|
|
9747
9815
|
}
|
|
9748
|
-
get
|
|
9816
|
+
get "/thermostats/activate_climate_preset"() {
|
|
9749
9817
|
const { client, defaults } = this;
|
|
9750
9818
|
return function thermostatsActivateClimatePreset(...args) {
|
|
9751
9819
|
const seam = SeamHttpThermostats.fromClient(client, defaults);
|
|
9752
9820
|
return seam.activateClimatePreset(...args);
|
|
9753
9821
|
};
|
|
9754
9822
|
}
|
|
9755
|
-
get
|
|
9823
|
+
get "/thermostats/cool"() {
|
|
9756
9824
|
const { client, defaults } = this;
|
|
9757
9825
|
return function thermostatsCool(...args) {
|
|
9758
9826
|
const seam = SeamHttpThermostats.fromClient(client, defaults);
|
|
9759
9827
|
return seam.cool(...args);
|
|
9760
9828
|
};
|
|
9761
9829
|
}
|
|
9762
|
-
get
|
|
9830
|
+
get "/thermostats/create_climate_preset"() {
|
|
9763
9831
|
const { client, defaults } = this;
|
|
9764
9832
|
return function thermostatsCreateClimatePreset(...args) {
|
|
9765
9833
|
const seam = SeamHttpThermostats.fromClient(client, defaults);
|
|
9766
9834
|
return seam.createClimatePreset(...args);
|
|
9767
9835
|
};
|
|
9768
9836
|
}
|
|
9769
|
-
get
|
|
9837
|
+
get "/thermostats/delete_climate_preset"() {
|
|
9770
9838
|
const { client, defaults } = this;
|
|
9771
9839
|
return function thermostatsDeleteClimatePreset(...args) {
|
|
9772
9840
|
const seam = SeamHttpThermostats.fromClient(client, defaults);
|
|
9773
9841
|
return seam.deleteClimatePreset(...args);
|
|
9774
9842
|
};
|
|
9775
9843
|
}
|
|
9776
|
-
get
|
|
9844
|
+
get "/thermostats/get"() {
|
|
9777
9845
|
const { client, defaults } = this;
|
|
9778
9846
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
9779
9847
|
throw new Error(
|
|
@@ -9785,147 +9853,147 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
9785
9853
|
return seam.get(...args);
|
|
9786
9854
|
};
|
|
9787
9855
|
}
|
|
9788
|
-
get
|
|
9856
|
+
get "/thermostats/heat"() {
|
|
9789
9857
|
const { client, defaults } = this;
|
|
9790
9858
|
return function thermostatsHeat(...args) {
|
|
9791
9859
|
const seam = SeamHttpThermostats.fromClient(client, defaults);
|
|
9792
9860
|
return seam.heat(...args);
|
|
9793
9861
|
};
|
|
9794
9862
|
}
|
|
9795
|
-
get
|
|
9863
|
+
get "/thermostats/heat_cool"() {
|
|
9796
9864
|
const { client, defaults } = this;
|
|
9797
9865
|
return function thermostatsHeatCool(...args) {
|
|
9798
9866
|
const seam = SeamHttpThermostats.fromClient(client, defaults);
|
|
9799
9867
|
return seam.heatCool(...args);
|
|
9800
9868
|
};
|
|
9801
9869
|
}
|
|
9802
|
-
get
|
|
9870
|
+
get "/thermostats/list"() {
|
|
9803
9871
|
const { client, defaults } = this;
|
|
9804
9872
|
return function thermostatsList(...args) {
|
|
9805
9873
|
const seam = SeamHttpThermostats.fromClient(client, defaults);
|
|
9806
9874
|
return seam.list(...args);
|
|
9807
9875
|
};
|
|
9808
9876
|
}
|
|
9809
|
-
get
|
|
9877
|
+
get "/thermostats/off"() {
|
|
9810
9878
|
const { client, defaults } = this;
|
|
9811
9879
|
return function thermostatsOff(...args) {
|
|
9812
9880
|
const seam = SeamHttpThermostats.fromClient(client, defaults);
|
|
9813
9881
|
return seam.off(...args);
|
|
9814
9882
|
};
|
|
9815
9883
|
}
|
|
9816
|
-
get
|
|
9884
|
+
get "/thermostats/set_fallback_climate_preset"() {
|
|
9817
9885
|
const { client, defaults } = this;
|
|
9818
9886
|
return function thermostatsSetFallbackClimatePreset(...args) {
|
|
9819
9887
|
const seam = SeamHttpThermostats.fromClient(client, defaults);
|
|
9820
9888
|
return seam.setFallbackClimatePreset(...args);
|
|
9821
9889
|
};
|
|
9822
9890
|
}
|
|
9823
|
-
get
|
|
9891
|
+
get "/thermostats/set_fan_mode"() {
|
|
9824
9892
|
const { client, defaults } = this;
|
|
9825
9893
|
return function thermostatsSetFanMode(...args) {
|
|
9826
9894
|
const seam = SeamHttpThermostats.fromClient(client, defaults);
|
|
9827
9895
|
return seam.setFanMode(...args);
|
|
9828
9896
|
};
|
|
9829
9897
|
}
|
|
9830
|
-
get
|
|
9898
|
+
get "/thermostats/set_hvac_mode"() {
|
|
9831
9899
|
const { client, defaults } = this;
|
|
9832
9900
|
return function thermostatsSetHvacMode(...args) {
|
|
9833
9901
|
const seam = SeamHttpThermostats.fromClient(client, defaults);
|
|
9834
9902
|
return seam.setHvacMode(...args);
|
|
9835
9903
|
};
|
|
9836
9904
|
}
|
|
9837
|
-
get
|
|
9905
|
+
get "/thermostats/set_temperature_threshold"() {
|
|
9838
9906
|
const { client, defaults } = this;
|
|
9839
9907
|
return function thermostatsSetTemperatureThreshold(...args) {
|
|
9840
9908
|
const seam = SeamHttpThermostats.fromClient(client, defaults);
|
|
9841
9909
|
return seam.setTemperatureThreshold(...args);
|
|
9842
9910
|
};
|
|
9843
9911
|
}
|
|
9844
|
-
get
|
|
9912
|
+
get "/thermostats/update_climate_preset"() {
|
|
9845
9913
|
const { client, defaults } = this;
|
|
9846
9914
|
return function thermostatsUpdateClimatePreset(...args) {
|
|
9847
9915
|
const seam = SeamHttpThermostats.fromClient(client, defaults);
|
|
9848
9916
|
return seam.updateClimatePreset(...args);
|
|
9849
9917
|
};
|
|
9850
9918
|
}
|
|
9851
|
-
get
|
|
9919
|
+
get "/thermostats/update_weekly_program"() {
|
|
9852
9920
|
const { client, defaults } = this;
|
|
9853
9921
|
return function thermostatsUpdateWeeklyProgram(...args) {
|
|
9854
9922
|
const seam = SeamHttpThermostats.fromClient(client, defaults);
|
|
9855
9923
|
return seam.updateWeeklyProgram(...args);
|
|
9856
9924
|
};
|
|
9857
9925
|
}
|
|
9858
|
-
get
|
|
9926
|
+
get "/thermostats/daily_programs/create"() {
|
|
9859
9927
|
const { client, defaults } = this;
|
|
9860
9928
|
return function thermostatsDailyProgramsCreate(...args) {
|
|
9861
9929
|
const seam = SeamHttpThermostatsDailyPrograms.fromClient(client, defaults);
|
|
9862
9930
|
return seam.create(...args);
|
|
9863
9931
|
};
|
|
9864
9932
|
}
|
|
9865
|
-
get
|
|
9933
|
+
get "/thermostats/daily_programs/delete"() {
|
|
9866
9934
|
const { client, defaults } = this;
|
|
9867
9935
|
return function thermostatsDailyProgramsDelete(...args) {
|
|
9868
9936
|
const seam = SeamHttpThermostatsDailyPrograms.fromClient(client, defaults);
|
|
9869
9937
|
return seam.delete(...args);
|
|
9870
9938
|
};
|
|
9871
9939
|
}
|
|
9872
|
-
get
|
|
9940
|
+
get "/thermostats/daily_programs/update"() {
|
|
9873
9941
|
const { client, defaults } = this;
|
|
9874
9942
|
return function thermostatsDailyProgramsUpdate(...args) {
|
|
9875
9943
|
const seam = SeamHttpThermostatsDailyPrograms.fromClient(client, defaults);
|
|
9876
9944
|
return seam.update(...args);
|
|
9877
9945
|
};
|
|
9878
9946
|
}
|
|
9879
|
-
get
|
|
9947
|
+
get "/thermostats/schedules/create"() {
|
|
9880
9948
|
const { client, defaults } = this;
|
|
9881
9949
|
return function thermostatsSchedulesCreate(...args) {
|
|
9882
9950
|
const seam = SeamHttpThermostatsSchedules.fromClient(client, defaults);
|
|
9883
9951
|
return seam.create(...args);
|
|
9884
9952
|
};
|
|
9885
9953
|
}
|
|
9886
|
-
get
|
|
9954
|
+
get "/thermostats/schedules/delete"() {
|
|
9887
9955
|
const { client, defaults } = this;
|
|
9888
9956
|
return function thermostatsSchedulesDelete(...args) {
|
|
9889
9957
|
const seam = SeamHttpThermostatsSchedules.fromClient(client, defaults);
|
|
9890
9958
|
return seam.delete(...args);
|
|
9891
9959
|
};
|
|
9892
9960
|
}
|
|
9893
|
-
get
|
|
9961
|
+
get "/thermostats/schedules/get"() {
|
|
9894
9962
|
const { client, defaults } = this;
|
|
9895
9963
|
return function thermostatsSchedulesGet(...args) {
|
|
9896
9964
|
const seam = SeamHttpThermostatsSchedules.fromClient(client, defaults);
|
|
9897
9965
|
return seam.get(...args);
|
|
9898
9966
|
};
|
|
9899
9967
|
}
|
|
9900
|
-
get
|
|
9968
|
+
get "/thermostats/schedules/list"() {
|
|
9901
9969
|
const { client, defaults } = this;
|
|
9902
9970
|
return function thermostatsSchedulesList(...args) {
|
|
9903
9971
|
const seam = SeamHttpThermostatsSchedules.fromClient(client, defaults);
|
|
9904
9972
|
return seam.list(...args);
|
|
9905
9973
|
};
|
|
9906
9974
|
}
|
|
9907
|
-
get
|
|
9975
|
+
get "/thermostats/schedules/update"() {
|
|
9908
9976
|
const { client, defaults } = this;
|
|
9909
9977
|
return function thermostatsSchedulesUpdate(...args) {
|
|
9910
9978
|
const seam = SeamHttpThermostatsSchedules.fromClient(client, defaults);
|
|
9911
9979
|
return seam.update(...args);
|
|
9912
9980
|
};
|
|
9913
9981
|
}
|
|
9914
|
-
get
|
|
9982
|
+
get "/thermostats/simulate/hvac_mode_adjusted"() {
|
|
9915
9983
|
const { client, defaults } = this;
|
|
9916
9984
|
return function thermostatsSimulateHvacModeAdjusted(...args) {
|
|
9917
9985
|
const seam = SeamHttpThermostatsSimulate.fromClient(client, defaults);
|
|
9918
9986
|
return seam.hvacModeAdjusted(...args);
|
|
9919
9987
|
};
|
|
9920
9988
|
}
|
|
9921
|
-
get
|
|
9989
|
+
get "/thermostats/simulate/temperature_reached"() {
|
|
9922
9990
|
const { client, defaults } = this;
|
|
9923
9991
|
return function thermostatsSimulateTemperatureReached(...args) {
|
|
9924
9992
|
const seam = SeamHttpThermostatsSimulate.fromClient(client, defaults);
|
|
9925
9993
|
return seam.temperatureReached(...args);
|
|
9926
9994
|
};
|
|
9927
9995
|
}
|
|
9928
|
-
get
|
|
9996
|
+
get "/unstable_partner/building_blocks/connect_accounts"() {
|
|
9929
9997
|
const { client, defaults } = this;
|
|
9930
9998
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
9931
9999
|
throw new Error(
|
|
@@ -9940,7 +10008,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
9940
10008
|
return seam.connectAccounts(...args);
|
|
9941
10009
|
};
|
|
9942
10010
|
}
|
|
9943
|
-
get
|
|
10011
|
+
get "/unstable_partner/building_blocks/generate_magic_link"() {
|
|
9944
10012
|
const { client, defaults } = this;
|
|
9945
10013
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
9946
10014
|
throw new Error(
|
|
@@ -9955,7 +10023,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
9955
10023
|
return seam.generateMagicLink(...args);
|
|
9956
10024
|
};
|
|
9957
10025
|
}
|
|
9958
|
-
get
|
|
10026
|
+
get "/unstable_partner/building_blocks/manage_devices"() {
|
|
9959
10027
|
const { client, defaults } = this;
|
|
9960
10028
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
9961
10029
|
throw new Error(
|
|
@@ -9970,7 +10038,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
9970
10038
|
return seam.manageDevices(...args);
|
|
9971
10039
|
};
|
|
9972
10040
|
}
|
|
9973
|
-
get
|
|
10041
|
+
get "/unstable_partner/building_blocks/organize_spaces"() {
|
|
9974
10042
|
const { client, defaults } = this;
|
|
9975
10043
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
9976
10044
|
throw new Error(
|
|
@@ -9985,98 +10053,98 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
9985
10053
|
return seam.organizeSpaces(...args);
|
|
9986
10054
|
};
|
|
9987
10055
|
}
|
|
9988
|
-
get
|
|
10056
|
+
get "/user_identities/add_acs_user"() {
|
|
9989
10057
|
const { client, defaults } = this;
|
|
9990
10058
|
return function userIdentitiesAddAcsUser(...args) {
|
|
9991
10059
|
const seam = SeamHttpUserIdentities.fromClient(client, defaults);
|
|
9992
10060
|
return seam.addAcsUser(...args);
|
|
9993
10061
|
};
|
|
9994
10062
|
}
|
|
9995
|
-
get
|
|
10063
|
+
get "/user_identities/create"() {
|
|
9996
10064
|
const { client, defaults } = this;
|
|
9997
10065
|
return function userIdentitiesCreate(...args) {
|
|
9998
10066
|
const seam = SeamHttpUserIdentities.fromClient(client, defaults);
|
|
9999
10067
|
return seam.create(...args);
|
|
10000
10068
|
};
|
|
10001
10069
|
}
|
|
10002
|
-
get
|
|
10070
|
+
get "/user_identities/delete"() {
|
|
10003
10071
|
const { client, defaults } = this;
|
|
10004
10072
|
return function userIdentitiesDelete(...args) {
|
|
10005
10073
|
const seam = SeamHttpUserIdentities.fromClient(client, defaults);
|
|
10006
10074
|
return seam.delete(...args);
|
|
10007
10075
|
};
|
|
10008
10076
|
}
|
|
10009
|
-
get
|
|
10077
|
+
get "/user_identities/generate_instant_key"() {
|
|
10010
10078
|
const { client, defaults } = this;
|
|
10011
10079
|
return function userIdentitiesGenerateInstantKey(...args) {
|
|
10012
10080
|
const seam = SeamHttpUserIdentities.fromClient(client, defaults);
|
|
10013
10081
|
return seam.generateInstantKey(...args);
|
|
10014
10082
|
};
|
|
10015
10083
|
}
|
|
10016
|
-
get
|
|
10084
|
+
get "/user_identities/get"() {
|
|
10017
10085
|
const { client, defaults } = this;
|
|
10018
10086
|
return function userIdentitiesGet(...args) {
|
|
10019
10087
|
const seam = SeamHttpUserIdentities.fromClient(client, defaults);
|
|
10020
10088
|
return seam.get(...args);
|
|
10021
10089
|
};
|
|
10022
10090
|
}
|
|
10023
|
-
get
|
|
10091
|
+
get "/user_identities/grant_access_to_device"() {
|
|
10024
10092
|
const { client, defaults } = this;
|
|
10025
10093
|
return function userIdentitiesGrantAccessToDevice(...args) {
|
|
10026
10094
|
const seam = SeamHttpUserIdentities.fromClient(client, defaults);
|
|
10027
10095
|
return seam.grantAccessToDevice(...args);
|
|
10028
10096
|
};
|
|
10029
10097
|
}
|
|
10030
|
-
get
|
|
10098
|
+
get "/user_identities/list"() {
|
|
10031
10099
|
const { client, defaults } = this;
|
|
10032
10100
|
return function userIdentitiesList(...args) {
|
|
10033
10101
|
const seam = SeamHttpUserIdentities.fromClient(client, defaults);
|
|
10034
10102
|
return seam.list(...args);
|
|
10035
10103
|
};
|
|
10036
10104
|
}
|
|
10037
|
-
get
|
|
10105
|
+
get "/user_identities/list_accessible_devices"() {
|
|
10038
10106
|
const { client, defaults } = this;
|
|
10039
10107
|
return function userIdentitiesListAccessibleDevices(...args) {
|
|
10040
10108
|
const seam = SeamHttpUserIdentities.fromClient(client, defaults);
|
|
10041
10109
|
return seam.listAccessibleDevices(...args);
|
|
10042
10110
|
};
|
|
10043
10111
|
}
|
|
10044
|
-
get
|
|
10112
|
+
get "/user_identities/list_acs_systems"() {
|
|
10045
10113
|
const { client, defaults } = this;
|
|
10046
10114
|
return function userIdentitiesListAcsSystems(...args) {
|
|
10047
10115
|
const seam = SeamHttpUserIdentities.fromClient(client, defaults);
|
|
10048
10116
|
return seam.listAcsSystems(...args);
|
|
10049
10117
|
};
|
|
10050
10118
|
}
|
|
10051
|
-
get
|
|
10119
|
+
get "/user_identities/list_acs_users"() {
|
|
10052
10120
|
const { client, defaults } = this;
|
|
10053
10121
|
return function userIdentitiesListAcsUsers(...args) {
|
|
10054
10122
|
const seam = SeamHttpUserIdentities.fromClient(client, defaults);
|
|
10055
10123
|
return seam.listAcsUsers(...args);
|
|
10056
10124
|
};
|
|
10057
10125
|
}
|
|
10058
|
-
get
|
|
10126
|
+
get "/user_identities/remove_acs_user"() {
|
|
10059
10127
|
const { client, defaults } = this;
|
|
10060
10128
|
return function userIdentitiesRemoveAcsUser(...args) {
|
|
10061
10129
|
const seam = SeamHttpUserIdentities.fromClient(client, defaults);
|
|
10062
10130
|
return seam.removeAcsUser(...args);
|
|
10063
10131
|
};
|
|
10064
10132
|
}
|
|
10065
|
-
get
|
|
10133
|
+
get "/user_identities/revoke_access_to_device"() {
|
|
10066
10134
|
const { client, defaults } = this;
|
|
10067
10135
|
return function userIdentitiesRevokeAccessToDevice(...args) {
|
|
10068
10136
|
const seam = SeamHttpUserIdentities.fromClient(client, defaults);
|
|
10069
10137
|
return seam.revokeAccessToDevice(...args);
|
|
10070
10138
|
};
|
|
10071
10139
|
}
|
|
10072
|
-
get
|
|
10140
|
+
get "/user_identities/update"() {
|
|
10073
10141
|
const { client, defaults } = this;
|
|
10074
10142
|
return function userIdentitiesUpdate(...args) {
|
|
10075
10143
|
const seam = SeamHttpUserIdentities.fromClient(client, defaults);
|
|
10076
10144
|
return seam.update(...args);
|
|
10077
10145
|
};
|
|
10078
10146
|
}
|
|
10079
|
-
get
|
|
10147
|
+
get "/user_identities/enrollment_automations/delete"() {
|
|
10080
10148
|
const { client, defaults } = this;
|
|
10081
10149
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
10082
10150
|
throw new Error(
|
|
@@ -10091,7 +10159,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
10091
10159
|
return seam.delete(...args);
|
|
10092
10160
|
};
|
|
10093
10161
|
}
|
|
10094
|
-
get
|
|
10162
|
+
get "/user_identities/enrollment_automations/get"() {
|
|
10095
10163
|
const { client, defaults } = this;
|
|
10096
10164
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
10097
10165
|
throw new Error(
|
|
@@ -10106,7 +10174,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
10106
10174
|
return seam.get(...args);
|
|
10107
10175
|
};
|
|
10108
10176
|
}
|
|
10109
|
-
get
|
|
10177
|
+
get "/user_identities/enrollment_automations/launch"() {
|
|
10110
10178
|
const { client, defaults } = this;
|
|
10111
10179
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
10112
10180
|
throw new Error(
|
|
@@ -10121,7 +10189,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
10121
10189
|
return seam.launch(...args);
|
|
10122
10190
|
};
|
|
10123
10191
|
}
|
|
10124
|
-
get
|
|
10192
|
+
get "/user_identities/enrollment_automations/list"() {
|
|
10125
10193
|
const { client, defaults } = this;
|
|
10126
10194
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
10127
10195
|
throw new Error(
|
|
@@ -10136,49 +10204,49 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
10136
10204
|
return seam.list(...args);
|
|
10137
10205
|
};
|
|
10138
10206
|
}
|
|
10139
|
-
get
|
|
10207
|
+
get "/webhooks/create"() {
|
|
10140
10208
|
const { client, defaults } = this;
|
|
10141
10209
|
return function webhooksCreate(...args) {
|
|
10142
10210
|
const seam = SeamHttpWebhooks.fromClient(client, defaults);
|
|
10143
10211
|
return seam.create(...args);
|
|
10144
10212
|
};
|
|
10145
10213
|
}
|
|
10146
|
-
get
|
|
10214
|
+
get "/webhooks/delete"() {
|
|
10147
10215
|
const { client, defaults } = this;
|
|
10148
10216
|
return function webhooksDelete(...args) {
|
|
10149
10217
|
const seam = SeamHttpWebhooks.fromClient(client, defaults);
|
|
10150
10218
|
return seam.delete(...args);
|
|
10151
10219
|
};
|
|
10152
10220
|
}
|
|
10153
|
-
get
|
|
10221
|
+
get "/webhooks/get"() {
|
|
10154
10222
|
const { client, defaults } = this;
|
|
10155
10223
|
return function webhooksGet(...args) {
|
|
10156
10224
|
const seam = SeamHttpWebhooks.fromClient(client, defaults);
|
|
10157
10225
|
return seam.get(...args);
|
|
10158
10226
|
};
|
|
10159
10227
|
}
|
|
10160
|
-
get
|
|
10228
|
+
get "/webhooks/list"() {
|
|
10161
10229
|
const { client, defaults } = this;
|
|
10162
10230
|
return function webhooksList(...args) {
|
|
10163
10231
|
const seam = SeamHttpWebhooks.fromClient(client, defaults);
|
|
10164
10232
|
return seam.list(...args);
|
|
10165
10233
|
};
|
|
10166
10234
|
}
|
|
10167
|
-
get
|
|
10235
|
+
get "/webhooks/update"() {
|
|
10168
10236
|
const { client, defaults } = this;
|
|
10169
10237
|
return function webhooksUpdate(...args) {
|
|
10170
10238
|
const seam = SeamHttpWebhooks.fromClient(client, defaults);
|
|
10171
10239
|
return seam.update(...args);
|
|
10172
10240
|
};
|
|
10173
10241
|
}
|
|
10174
|
-
get
|
|
10242
|
+
get "/workspaces/create"() {
|
|
10175
10243
|
const { client, defaults } = this;
|
|
10176
10244
|
return function workspacesCreate(...args) {
|
|
10177
10245
|
const seam = SeamHttpWorkspaces.fromClient(client, defaults);
|
|
10178
10246
|
return seam.create(...args);
|
|
10179
10247
|
};
|
|
10180
10248
|
}
|
|
10181
|
-
get
|
|
10249
|
+
get "/workspaces/find_anything"() {
|
|
10182
10250
|
const { client, defaults } = this;
|
|
10183
10251
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
10184
10252
|
throw new Error(
|
|
@@ -10190,35 +10258,35 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
10190
10258
|
return seam.findAnything(...args);
|
|
10191
10259
|
};
|
|
10192
10260
|
}
|
|
10193
|
-
get
|
|
10261
|
+
get "/workspaces/get"() {
|
|
10194
10262
|
const { client, defaults } = this;
|
|
10195
10263
|
return function workspacesGet(...args) {
|
|
10196
10264
|
const seam = SeamHttpWorkspaces.fromClient(client, defaults);
|
|
10197
10265
|
return seam.get(...args);
|
|
10198
10266
|
};
|
|
10199
10267
|
}
|
|
10200
|
-
get
|
|
10268
|
+
get "/workspaces/list"() {
|
|
10201
10269
|
const { client, defaults } = this;
|
|
10202
10270
|
return function workspacesList(...args) {
|
|
10203
10271
|
const seam = SeamHttpWorkspaces.fromClient(client, defaults);
|
|
10204
10272
|
return seam.list(...args);
|
|
10205
10273
|
};
|
|
10206
10274
|
}
|
|
10207
|
-
get
|
|
10275
|
+
get "/workspaces/reset_sandbox"() {
|
|
10208
10276
|
const { client, defaults } = this;
|
|
10209
10277
|
return function workspacesResetSandbox(...args) {
|
|
10210
10278
|
const seam = SeamHttpWorkspaces.fromClient(client, defaults);
|
|
10211
10279
|
return seam.resetSandbox(...args);
|
|
10212
10280
|
};
|
|
10213
10281
|
}
|
|
10214
|
-
get
|
|
10282
|
+
get "/workspaces/update"() {
|
|
10215
10283
|
const { client, defaults } = this;
|
|
10216
10284
|
return function workspacesUpdate(...args) {
|
|
10217
10285
|
const seam = SeamHttpWorkspaces.fromClient(client, defaults);
|
|
10218
10286
|
return seam.update(...args);
|
|
10219
10287
|
};
|
|
10220
10288
|
}
|
|
10221
|
-
get
|
|
10289
|
+
get "/workspaces/customization_profiles/create"() {
|
|
10222
10290
|
const { client, defaults } = this;
|
|
10223
10291
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
10224
10292
|
throw new Error(
|
|
@@ -10233,7 +10301,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
10233
10301
|
return seam.create(...args);
|
|
10234
10302
|
};
|
|
10235
10303
|
}
|
|
10236
|
-
get
|
|
10304
|
+
get "/workspaces/customization_profiles/get"() {
|
|
10237
10305
|
const { client, defaults } = this;
|
|
10238
10306
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
10239
10307
|
throw new Error(
|
|
@@ -10248,7 +10316,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
10248
10316
|
return seam.get(...args);
|
|
10249
10317
|
};
|
|
10250
10318
|
}
|
|
10251
|
-
get
|
|
10319
|
+
get "/workspaces/customization_profiles/list"() {
|
|
10252
10320
|
const { client, defaults } = this;
|
|
10253
10321
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
10254
10322
|
throw new Error(
|
|
@@ -10263,7 +10331,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
10263
10331
|
return seam.list(...args);
|
|
10264
10332
|
};
|
|
10265
10333
|
}
|
|
10266
|
-
get
|
|
10334
|
+
get "/workspaces/customization_profiles/update"() {
|
|
10267
10335
|
const { client, defaults } = this;
|
|
10268
10336
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
10269
10337
|
throw new Error(
|
|
@@ -10278,7 +10346,7 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
10278
10346
|
return seam.update(...args);
|
|
10279
10347
|
};
|
|
10280
10348
|
}
|
|
10281
|
-
get
|
|
10349
|
+
get "/workspaces/customization_profiles/upload_images"() {
|
|
10282
10350
|
const { client, defaults } = this;
|
|
10283
10351
|
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
10284
10352
|
throw new Error(
|
|
@@ -10294,13 +10362,14 @@ var _SeamHttpEndpoints = class _SeamHttpEndpoints {
|
|
|
10294
10362
|
};
|
|
10295
10363
|
}
|
|
10296
10364
|
};
|
|
10297
|
-
_SeamHttpEndpoints.ltsVersion = seamApiLtsVersion;
|
|
10298
|
-
var SeamHttpEndpoints = _SeamHttpEndpoints;
|
|
10299
10365
|
|
|
10300
10366
|
// src/lib/seam/connect/routes/seam-http-endpoints-without-workspace.ts
|
|
10301
|
-
var
|
|
10367
|
+
var SeamHttpEndpointsWithoutWorkspace = class _SeamHttpEndpointsWithoutWorkspace {
|
|
10368
|
+
client;
|
|
10369
|
+
defaults;
|
|
10370
|
+
ltsVersion = seamApiLtsVersion;
|
|
10371
|
+
static ltsVersion = seamApiLtsVersion;
|
|
10302
10372
|
constructor(options = {}) {
|
|
10303
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
10304
10373
|
const opts = parseOptions(options);
|
|
10305
10374
|
this.client = "client" in opts ? opts.client : createClient(opts);
|
|
10306
10375
|
this.defaults = limitToSeamHttpRequestOptions(opts);
|
|
@@ -10334,14 +10403,14 @@ var _SeamHttpEndpointsWithoutWorkspace = class _SeamHttpEndpointsWithoutWorkspac
|
|
|
10334
10403
|
}
|
|
10335
10404
|
return new _SeamHttpEndpointsWithoutWorkspace(constructorOptions);
|
|
10336
10405
|
}
|
|
10337
|
-
get
|
|
10406
|
+
get "/workspaces/create"() {
|
|
10338
10407
|
const { client, defaults } = this;
|
|
10339
10408
|
return function workspacesCreate(...args) {
|
|
10340
10409
|
const seam = SeamHttpWorkspaces.fromClient(client, defaults);
|
|
10341
10410
|
return seam.create(...args);
|
|
10342
10411
|
};
|
|
10343
10412
|
}
|
|
10344
|
-
get
|
|
10413
|
+
get "/workspaces/list"() {
|
|
10345
10414
|
const { client, defaults } = this;
|
|
10346
10415
|
return function workspacesList(...args) {
|
|
10347
10416
|
const seam = SeamHttpWorkspaces.fromClient(client, defaults);
|
|
@@ -10349,13 +10418,14 @@ var _SeamHttpEndpointsWithoutWorkspace = class _SeamHttpEndpointsWithoutWorkspac
|
|
|
10349
10418
|
};
|
|
10350
10419
|
}
|
|
10351
10420
|
};
|
|
10352
|
-
_SeamHttpEndpointsWithoutWorkspace.ltsVersion = seamApiLtsVersion;
|
|
10353
|
-
var SeamHttpEndpointsWithoutWorkspace = _SeamHttpEndpointsWithoutWorkspace;
|
|
10354
10421
|
|
|
10355
10422
|
// src/lib/seam/connect/routes/seam-http-without-workspace.ts
|
|
10356
|
-
var
|
|
10423
|
+
var SeamHttpWithoutWorkspace = class _SeamHttpWithoutWorkspace {
|
|
10424
|
+
client;
|
|
10425
|
+
defaults;
|
|
10426
|
+
ltsVersion = seamApiLtsVersion;
|
|
10427
|
+
static ltsVersion = seamApiLtsVersion;
|
|
10357
10428
|
constructor(options = {}) {
|
|
10358
|
-
this.ltsVersion = seamApiLtsVersion;
|
|
10359
10429
|
const opts = parseOptions(options);
|
|
10360
10430
|
this.client = "client" in opts ? opts.client : createClient(opts);
|
|
10361
10431
|
this.defaults = limitToSeamHttpRequestOptions(opts);
|
|
@@ -10393,8 +10463,6 @@ var _SeamHttpWithoutWorkspace = class _SeamHttpWithoutWorkspace {
|
|
|
10393
10463
|
return SeamHttpWorkspaces.fromClient(this.client, this.defaults);
|
|
10394
10464
|
}
|
|
10395
10465
|
};
|
|
10396
|
-
_SeamHttpWithoutWorkspace.ltsVersion = seamApiLtsVersion;
|
|
10397
|
-
var SeamHttpWithoutWorkspace = _SeamHttpWithoutWorkspace;
|
|
10398
10466
|
var SeamHttpMultiWorkspace = SeamHttpWithoutWorkspace;
|
|
10399
10467
|
|
|
10400
10468
|
exports.SeamActionAttemptError = SeamActionAttemptError;
|