@coast/core-types 0.0.39 → 0.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundle/error/BundleHasActiveListingException.d.ts +10 -0
- package/dist/bundle/error/BundleHasActiveListingException.js +19 -0
- package/dist/bundle/error/BundleHasActiveListingException.js.map +1 -0
- package/dist/bundle/error/BundleListingErrorCode.d.ts +3 -1
- package/dist/bundle/error/BundleListingErrorCode.js +2 -0
- package/dist/bundle/error/BundleListingErrorCode.js.map +1 -1
- package/dist/bundle/error/CannotListDisabledBundleException.d.ts +9 -0
- package/dist/bundle/error/CannotListDisabledBundleException.js +19 -0
- package/dist/bundle/error/CannotListDisabledBundleException.js.map +1 -0
- package/dist/common/EntityIdMap.d.ts +2 -2
- package/dist/workflow-library/Industry.d.ts +11 -5
- package/dist/workflow-library/Industry.js +11 -5
- package/dist/workflow-library/Industry.js.map +1 -1
- package/dist/workflow-library/IndustryIconNames.d.ts +3 -0
- package/dist/workflow-library/IndustryIconNames.js +19 -0
- package/dist/workflow-library/IndustryIconNames.js.map +1 -0
- package/dist/workflow-library/IndustryLabels.d.ts +2 -0
- package/dist/workflow-library/IndustryLabels.js +19 -0
- package/dist/workflow-library/IndustryLabels.js.map +1 -0
- package/dist/workflow-library/TagType.d.ts +2 -2
- package/dist/workflow-library/TagType.js +1 -1
- package/dist/workflow-library/TagType.js.map +1 -1
- package/dist/workflow-library/TagValue.d.ts +2 -2
- package/dist/workflow-library/TagValue.js +2 -2
- package/dist/workflow-library/TagValue.js.map +1 -1
- package/dist/workflow-library/UseCase.d.ts +11 -0
- package/dist/workflow-library/UseCase.js +16 -0
- package/dist/workflow-library/UseCase.js.map +1 -0
- package/dist/workflow-library/UseCaseIconNames.d.ts +3 -0
- package/dist/workflow-library/UseCaseIconNames.js +16 -0
- package/dist/workflow-library/UseCaseIconNames.js.map +1 -0
- package/dist/workflow-library/UseCaseLabels.d.ts +2 -0
- package/dist/workflow-library/UseCaseLabels.js +16 -0
- package/dist/workflow-library/UseCaseLabels.js.map +1 -0
- package/package.json +1 -1
- package/src/bundle/error/BundleHasActiveListingException.ts +26 -0
- package/src/bundle/error/BundleListingErrorCode.ts +2 -0
- package/src/bundle/error/CannotListDisabledBundleException.ts +21 -0
- package/src/common/EntityIdMap.ts +2 -2
- package/src/workflow-library/Industry.ts +11 -5
- package/src/workflow-library/IndustryIconNames.ts +18 -0
- package/src/workflow-library/IndustryLabels.ts +16 -0
- package/src/workflow-library/TagType.ts +1 -1
- package/src/workflow-library/TagValue.ts +2 -2
- package/src/workflow-library/UseCase.ts +11 -0
- package/src/workflow-library/UseCaseIconNames.ts +15 -0
- package/src/workflow-library/UseCaseLabels.ts +13 -0
- package/tsconfig.tsbuildinfo +1 -1
- package/dist/workflow-library/Category.d.ts +0 -8
- package/dist/workflow-library/Category.js +0 -13
- package/dist/workflow-library/Category.js.map +0 -1
- package/src/workflow-library/Category.ts +0 -8
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { CoastException } from '../../exception/CoastException';
|
|
2
|
+
type Options = {
|
|
3
|
+
bundleId: string;
|
|
4
|
+
bundleListingId: string;
|
|
5
|
+
message?: string;
|
|
6
|
+
};
|
|
7
|
+
export declare class BundleHasActiveListingException extends CoastException {
|
|
8
|
+
constructor(options: Options);
|
|
9
|
+
}
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BundleHasActiveListingException = void 0;
|
|
4
|
+
const CoastException_1 = require("../../exception/CoastException");
|
|
5
|
+
const HttpStatus_1 = require("../../utils/HttpStatus");
|
|
6
|
+
const BundleListingErrorCode_1 = require("./BundleListingErrorCode");
|
|
7
|
+
class BundleHasActiveListingException extends CoastException_1.CoastException {
|
|
8
|
+
constructor(options) {
|
|
9
|
+
const { bundleId, bundleListingId, message = 'Bundle cannot be un-shared while it has an active BundleListing. Delete the BundleListing first.', } = options;
|
|
10
|
+
super({
|
|
11
|
+
code: BundleListingErrorCode_1.BundleListingErrorCode.BUNDLE_LISTING_PREVENTS_BUNDLE_UNSHARE,
|
|
12
|
+
status: HttpStatus_1.HttpStatus.BAD_REQUEST,
|
|
13
|
+
message,
|
|
14
|
+
additionalData: { bundleId, bundleListingId },
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
exports.BundleHasActiveListingException = BundleHasActiveListingException;
|
|
19
|
+
//# sourceMappingURL=BundleHasActiveListingException.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BundleHasActiveListingException.js","sourceRoot":"","sources":["../../../src/bundle/error/BundleHasActiveListingException.ts"],"names":[],"mappings":";;;AAAA,mEAAgE;AAChE,uDAAoD;AACpD,qEAAkE;AAQlE,qCAA6C,SAAQ,+BAAc;IAC/D,YAAmB,OAAgB;QAC/B,MAAM,EACF,QAAQ,EACR,eAAe,EACf,OAAO,GAAG,kGAAkG,GAC/G,GAAG,OAAO,CAAC;QAEZ,KAAK,CAAC;YACF,IAAI,EAAE,+CAAsB,CAAC,sCAAsC;YACnE,MAAM,EAAE,uBAAU,CAAC,WAAW;YAC9B,OAAO;YACP,cAAc,EAAE,EAAE,QAAQ,EAAE,eAAe,EAAE;SAChD,CAAC,CAAC;IACP,CAAC;CACJ"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
export declare enum BundleListingErrorCode {
|
|
2
|
-
BUNDLE_LISTING_MULTIPLE_ACTIVE_LISTINGS_PER_BUNDLE = "BUNDLE_LISTING_MULTIPLE_ACTIVE_LISTINGS_PER_BUNDLE"
|
|
2
|
+
BUNDLE_LISTING_MULTIPLE_ACTIVE_LISTINGS_PER_BUNDLE = "BUNDLE_LISTING_MULTIPLE_ACTIVE_LISTINGS_PER_BUNDLE",
|
|
3
|
+
BUNDLE_LISTING_PREVENTS_BUNDLE_UNSHARE = "BUNDLE_LISTING_PREVENTS_BUNDLE_UNSHARE",
|
|
4
|
+
BUNDLE_LISTING_REQUIRES_ENABLED_BUNDLE = "BUNDLE_LISTING_REQUIRES_ENABLED_BUNDLE"
|
|
3
5
|
}
|
|
@@ -4,5 +4,7 @@ exports.BundleListingErrorCode = void 0;
|
|
|
4
4
|
var BundleListingErrorCode;
|
|
5
5
|
(function (BundleListingErrorCode) {
|
|
6
6
|
BundleListingErrorCode["BUNDLE_LISTING_MULTIPLE_ACTIVE_LISTINGS_PER_BUNDLE"] = "BUNDLE_LISTING_MULTIPLE_ACTIVE_LISTINGS_PER_BUNDLE";
|
|
7
|
+
BundleListingErrorCode["BUNDLE_LISTING_PREVENTS_BUNDLE_UNSHARE"] = "BUNDLE_LISTING_PREVENTS_BUNDLE_UNSHARE";
|
|
8
|
+
BundleListingErrorCode["BUNDLE_LISTING_REQUIRES_ENABLED_BUNDLE"] = "BUNDLE_LISTING_REQUIRES_ENABLED_BUNDLE";
|
|
7
9
|
})(BundleListingErrorCode || (exports.BundleListingErrorCode = BundleListingErrorCode = {}));
|
|
8
10
|
//# sourceMappingURL=BundleListingErrorCode.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BundleListingErrorCode.js","sourceRoot":"","sources":["../../../src/bundle/error/BundleListingErrorCode.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"BundleListingErrorCode.js","sourceRoot":"","sources":["../../../src/bundle/error/BundleListingErrorCode.ts"],"names":[],"mappings":";;;AAAA,IAAY,sBAIX;AAJD,WAAY,sBAAsB;IAC9B,mIAAyG,CAAA;IACzG,2GAAiF,CAAA;IACjF,2GAAiF,CAAA;AACrF,CAAC,EAJW,sBAAsB,aAAtB,sBAAsB,GAAtB,sBAAsB,QAIjC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CannotListDisabledBundleException = void 0;
|
|
4
|
+
const CoastException_1 = require("../../exception/CoastException");
|
|
5
|
+
const HttpStatus_1 = require("../../utils/HttpStatus");
|
|
6
|
+
const BundleListingErrorCode_1 = require("./BundleListingErrorCode");
|
|
7
|
+
class CannotListDisabledBundleException extends CoastException_1.CoastException {
|
|
8
|
+
constructor(options) {
|
|
9
|
+
const { bundleId, message = 'Cannot create a BundleListing for a disabled Bundle. Share the Bundle first.' } = options;
|
|
10
|
+
super({
|
|
11
|
+
code: BundleListingErrorCode_1.BundleListingErrorCode.BUNDLE_LISTING_REQUIRES_ENABLED_BUNDLE,
|
|
12
|
+
status: HttpStatus_1.HttpStatus.BAD_REQUEST,
|
|
13
|
+
message,
|
|
14
|
+
additionalData: { bundleId },
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
exports.CannotListDisabledBundleException = CannotListDisabledBundleException;
|
|
19
|
+
//# sourceMappingURL=CannotListDisabledBundleException.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CannotListDisabledBundleException.js","sourceRoot":"","sources":["../../../src/bundle/error/CannotListDisabledBundleException.ts"],"names":[],"mappings":";;;AAAA,mEAAgE;AAChE,uDAAoD;AACpD,qEAAkE;AAOlE,uCAA+C,SAAQ,+BAAc;IACjE,YAAmB,OAAgB;QAC/B,MAAM,EAAE,QAAQ,EAAE,OAAO,GAAG,8EAA8E,EAAE,GAAG,OAAO,CAAC;QAEvH,KAAK,CAAC;YACF,IAAI,EAAE,+CAAsB,CAAC,sCAAsC;YACnE,MAAM,EAAE,uBAAU,CAAC,WAAW;YAC9B,OAAO;YACP,cAAc,EAAE,EAAE,QAAQ,EAAE;SAC/B,CAAC,CAAC;IACP,CAAC;CACJ"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AutomationActionId } from '../automations/action/AutomationActionId';
|
|
2
2
|
import { AutomationId } from '../automations/AutomationId';
|
|
3
|
-
import {
|
|
3
|
+
import { ChannelSlug } from '../channel/ChannelSlug';
|
|
4
4
|
import { UserId } from '../user/UserId';
|
|
5
5
|
import { ViewTemplateLayoutId } from '../view-template-layout/ViewTemplateLayoutId';
|
|
6
6
|
import { ViewTemplateLayoutItemId } from '../view-template-layout/ViewTemplateLayoutItemId';
|
|
@@ -14,7 +14,7 @@ export type EntityIdMap = Record<EntityType, unknown> & {
|
|
|
14
14
|
[EntityType.AUTOMATION_ACTION]: AutomationActionId;
|
|
15
15
|
[EntityType.CARD]: string;
|
|
16
16
|
[EntityType.CARD_DEFINITION]: string;
|
|
17
|
-
[EntityType.CHANNEL]:
|
|
17
|
+
[EntityType.CHANNEL]: ChannelSlug;
|
|
18
18
|
[EntityType.COMPONENT]: ComponentId;
|
|
19
19
|
[EntityType.RECURRING_ENTITIES_SCHEDULE]: RecurringEntitiesScheduleId;
|
|
20
20
|
[EntityType.USER]: UserId;
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
export declare enum Industry {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
AGRICULTURE = "AGRICULTURE",
|
|
3
|
+
EDUCATION = "EDUCATION",
|
|
4
|
+
ENERGY_AND_UTILITIES = "ENERGY_AND_UTILITIES",
|
|
5
|
+
FACILITIES_MANAGEMENT = "FACILITIES_MANAGEMENT",
|
|
6
|
+
GOVERNMENT = "GOVERNMENT",
|
|
7
|
+
HEALTHCARE_AND_LIFE_SCIENCES = "HEALTHCARE_AND_LIFE_SCIENCES",
|
|
8
|
+
HOTELS_AND_LODGING = "HOTELS_AND_LODGING",
|
|
5
9
|
MANUFACTURING = "MANUFACTURING",
|
|
6
|
-
|
|
7
|
-
|
|
10
|
+
PROPERTY_MANAGEMENT = "PROPERTY_MANAGEMENT",
|
|
11
|
+
RELIGIOUS_ORGANIZATIONS = "RELIGIOUS_ORGANIZATIONS",
|
|
12
|
+
RESTAURANTS = "RESTAURANTS",
|
|
13
|
+
RETAIL = "RETAIL"
|
|
8
14
|
}
|
|
@@ -3,11 +3,17 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.Industry = void 0;
|
|
4
4
|
var Industry;
|
|
5
5
|
(function (Industry) {
|
|
6
|
-
Industry["
|
|
7
|
-
Industry["
|
|
8
|
-
Industry["
|
|
6
|
+
Industry["AGRICULTURE"] = "AGRICULTURE";
|
|
7
|
+
Industry["EDUCATION"] = "EDUCATION";
|
|
8
|
+
Industry["ENERGY_AND_UTILITIES"] = "ENERGY_AND_UTILITIES";
|
|
9
|
+
Industry["FACILITIES_MANAGEMENT"] = "FACILITIES_MANAGEMENT";
|
|
10
|
+
Industry["GOVERNMENT"] = "GOVERNMENT";
|
|
11
|
+
Industry["HEALTHCARE_AND_LIFE_SCIENCES"] = "HEALTHCARE_AND_LIFE_SCIENCES";
|
|
12
|
+
Industry["HOTELS_AND_LODGING"] = "HOTELS_AND_LODGING";
|
|
9
13
|
Industry["MANUFACTURING"] = "MANUFACTURING";
|
|
10
|
-
Industry["
|
|
11
|
-
Industry["
|
|
14
|
+
Industry["PROPERTY_MANAGEMENT"] = "PROPERTY_MANAGEMENT";
|
|
15
|
+
Industry["RELIGIOUS_ORGANIZATIONS"] = "RELIGIOUS_ORGANIZATIONS";
|
|
16
|
+
Industry["RESTAURANTS"] = "RESTAURANTS";
|
|
17
|
+
Industry["RETAIL"] = "RETAIL";
|
|
12
18
|
})(Industry || (exports.Industry = Industry = {}));
|
|
13
19
|
//# sourceMappingURL=Industry.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Industry.js","sourceRoot":"","sources":["../../src/workflow-library/Industry.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"Industry.js","sourceRoot":"","sources":["../../src/workflow-library/Industry.ts"],"names":[],"mappings":";;;AAAA,IAAY,QAaX;AAbD,WAAY,QAAQ;IAChB,uCAA2B,CAAA;IAC3B,mCAAuB,CAAA;IACvB,yDAA6C,CAAA;IAC7C,2DAA+C,CAAA;IAC/C,qCAAyB,CAAA;IACzB,yEAA6D,CAAA;IAC7D,qDAAyC,CAAA;IACzC,2CAA+B,CAAA;IAC/B,uDAA2C,CAAA;IAC3C,+DAAmD,CAAA;IACnD,uCAA2B,CAAA;IAC3B,6BAAiB,CAAA;AACrB,CAAC,EAbW,QAAQ,aAAR,QAAQ,GAAR,QAAQ,QAanB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IndustryIconNames = void 0;
|
|
4
|
+
const Industry_1 = require("./Industry");
|
|
5
|
+
exports.IndustryIconNames = {
|
|
6
|
+
[Industry_1.Industry.AGRICULTURE]: 'grain',
|
|
7
|
+
[Industry_1.Industry.EDUCATION]: 'hat-graduation',
|
|
8
|
+
[Industry_1.Industry.ENERGY_AND_UTILITIES]: 'lightning-bolt',
|
|
9
|
+
[Industry_1.Industry.FACILITIES_MANAGEMENT]: 'layout',
|
|
10
|
+
[Industry_1.Industry.GOVERNMENT]: 'building-capitol',
|
|
11
|
+
[Industry_1.Industry.HEALTHCARE_AND_LIFE_SCIENCES]: 'heartbeat',
|
|
12
|
+
[Industry_1.Industry.HOTELS_AND_LODGING]: 'bed',
|
|
13
|
+
[Industry_1.Industry.MANUFACTURING]: 'gear',
|
|
14
|
+
[Industry_1.Industry.PROPERTY_MANAGEMENT]: 'building-hotel',
|
|
15
|
+
[Industry_1.Industry.RELIGIOUS_ORGANIZATIONS]: 'church-cross',
|
|
16
|
+
[Industry_1.Industry.RESTAURANTS]: 'cutlery-fork-knife',
|
|
17
|
+
[Industry_1.Industry.RETAIL]: 'bag-shopping',
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=IndustryIconNames.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IndustryIconNames.js","sourceRoot":"","sources":["../../src/workflow-library/IndustryIconNames.ts"],"names":[],"mappings":";;;AAEA,yCAAsC;AAEzB,QAAA,iBAAiB,GAA2B;IACrD,CAAC,mBAAQ,CAAC,WAAW,CAAC,EAAE,OAAO;IAC/B,CAAC,mBAAQ,CAAC,SAAS,CAAC,EAAE,gBAAgB;IACtC,CAAC,mBAAQ,CAAC,oBAAoB,CAAC,EAAE,gBAAgB;IACjD,CAAC,mBAAQ,CAAC,qBAAqB,CAAC,EAAE,QAAQ;IAC1C,CAAC,mBAAQ,CAAC,UAAU,CAAC,EAAE,kBAAkB;IACzC,CAAC,mBAAQ,CAAC,4BAA4B,CAAC,EAAE,WAAW;IACpD,CAAC,mBAAQ,CAAC,kBAAkB,CAAC,EAAE,KAAK;IACpC,CAAC,mBAAQ,CAAC,aAAa,CAAC,EAAE,MAAM;IAChC,CAAC,mBAAQ,CAAC,mBAAmB,CAAC,EAAE,gBAAgB;IAChD,CAAC,mBAAQ,CAAC,uBAAuB,CAAC,EAAE,cAAc;IAClD,CAAC,mBAAQ,CAAC,WAAW,CAAC,EAAE,oBAAoB;IAC5C,CAAC,mBAAQ,CAAC,MAAM,CAAC,EAAE,cAAc;CAC3B,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IndustryLabels = void 0;
|
|
4
|
+
const Industry_1 = require("./Industry");
|
|
5
|
+
exports.IndustryLabels = {
|
|
6
|
+
[Industry_1.Industry.AGRICULTURE]: 'Agriculture',
|
|
7
|
+
[Industry_1.Industry.EDUCATION]: 'Education',
|
|
8
|
+
[Industry_1.Industry.ENERGY_AND_UTILITIES]: 'Energy & Utilities',
|
|
9
|
+
[Industry_1.Industry.FACILITIES_MANAGEMENT]: 'Facilities Management',
|
|
10
|
+
[Industry_1.Industry.GOVERNMENT]: 'Government',
|
|
11
|
+
[Industry_1.Industry.HEALTHCARE_AND_LIFE_SCIENCES]: 'Healthcare & Life Sciences',
|
|
12
|
+
[Industry_1.Industry.HOTELS_AND_LODGING]: 'Hotels & Lodging',
|
|
13
|
+
[Industry_1.Industry.MANUFACTURING]: 'Manufacturing',
|
|
14
|
+
[Industry_1.Industry.PROPERTY_MANAGEMENT]: 'Property Management',
|
|
15
|
+
[Industry_1.Industry.RELIGIOUS_ORGANIZATIONS]: 'Religious Organizations',
|
|
16
|
+
[Industry_1.Industry.RESTAURANTS]: 'Restaurants',
|
|
17
|
+
[Industry_1.Industry.RETAIL]: 'Retail',
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=IndustryLabels.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IndustryLabels.js","sourceRoot":"","sources":["../../src/workflow-library/IndustryLabels.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEzB,QAAA,cAAc,GAA6B;IACpD,CAAC,mBAAQ,CAAC,WAAW,CAAC,EAAE,aAAa;IACrC,CAAC,mBAAQ,CAAC,SAAS,CAAC,EAAE,WAAW;IACjC,CAAC,mBAAQ,CAAC,oBAAoB,CAAC,EAAE,oBAAoB;IACrD,CAAC,mBAAQ,CAAC,qBAAqB,CAAC,EAAE,uBAAuB;IACzD,CAAC,mBAAQ,CAAC,UAAU,CAAC,EAAE,YAAY;IACnC,CAAC,mBAAQ,CAAC,4BAA4B,CAAC,EAAE,4BAA4B;IACrE,CAAC,mBAAQ,CAAC,kBAAkB,CAAC,EAAE,kBAAkB;IACjD,CAAC,mBAAQ,CAAC,aAAa,CAAC,EAAE,eAAe;IACzC,CAAC,mBAAQ,CAAC,mBAAmB,CAAC,EAAE,qBAAqB;IACrD,CAAC,mBAAQ,CAAC,uBAAuB,CAAC,EAAE,yBAAyB;IAC7D,CAAC,mBAAQ,CAAC,WAAW,CAAC,EAAE,aAAa;IACrC,CAAC,mBAAQ,CAAC,MAAM,CAAC,EAAE,QAAQ;CACrB,CAAC"}
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.TagType = void 0;
|
|
4
4
|
var TagType;
|
|
5
5
|
(function (TagType) {
|
|
6
|
-
TagType["CATEGORY"] = "CATEGORY";
|
|
7
6
|
TagType["INDUSTRY"] = "INDUSTRY";
|
|
8
7
|
TagType["PACKAGE_TYPE"] = "PACKAGE_TYPE";
|
|
8
|
+
TagType["USE_CASE"] = "USE_CASE";
|
|
9
9
|
})(TagType || (exports.TagType = TagType = {}));
|
|
10
10
|
//# sourceMappingURL=TagType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TagType.js","sourceRoot":"","sources":["../../src/workflow-library/TagType.ts"],"names":[],"mappings":";;;AAAA,IAAY,OAIX;AAJD,WAAY,OAAO;IACf,gCAAqB,CAAA;IACrB,
|
|
1
|
+
{"version":3,"file":"TagType.js","sourceRoot":"","sources":["../../src/workflow-library/TagType.ts"],"names":[],"mappings":";;;AAAA,IAAY,OAIX;AAJD,WAAY,OAAO;IACf,gCAAqB,CAAA;IACrB,wCAA6B,CAAA;IAC7B,gCAAqB,CAAA;AACzB,CAAC,EAJW,OAAO,aAAP,OAAO,GAAP,OAAO,QAIlB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConstEnum } from '../utils/ConstEnum';
|
|
2
|
-
import { Category } from './Category';
|
|
3
2
|
import { Industry } from './Industry';
|
|
4
3
|
import { PackageType } from './PackageType';
|
|
5
|
-
|
|
4
|
+
import { UseCase } from './UseCase';
|
|
5
|
+
export declare const TagValue: typeof Industry & typeof PackageType & typeof UseCase;
|
|
6
6
|
export type TagValue = ConstEnum<typeof TagValue>;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TagValue = void 0;
|
|
4
4
|
const MultiEnum_1 = require("../utils/MultiEnum");
|
|
5
|
-
const Category_1 = require("./Category");
|
|
6
5
|
const Industry_1 = require("./Industry");
|
|
7
6
|
const PackageType_1 = require("./PackageType");
|
|
8
|
-
|
|
7
|
+
const UseCase_1 = require("./UseCase");
|
|
8
|
+
exports.TagValue = (0, MultiEnum_1.MultiEnum)(UseCase_1.UseCase, Industry_1.Industry, PackageType_1.PackageType);
|
|
9
9
|
//# sourceMappingURL=TagValue.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TagValue.js","sourceRoot":"","sources":["../../src/workflow-library/TagValue.ts"],"names":[],"mappings":";;;AACA,kDAA+C;AAC/C,yCAAsC;AACtC
|
|
1
|
+
{"version":3,"file":"TagValue.js","sourceRoot":"","sources":["../../src/workflow-library/TagValue.ts"],"names":[],"mappings":";;;AACA,kDAA+C;AAC/C,yCAAsC;AACtC,+CAA4C;AAC5C,uCAAoC;AAEvB,QAAA,QAAQ,GAAG,IAAA,qBAAS,EAAC,iBAAO,EAAE,mBAAQ,EAAE,yBAAW,CAAC,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare enum UseCase {
|
|
2
|
+
ASSET_MANAGEMENT = "ASSET_MANAGEMENT",
|
|
3
|
+
DOCUMENTS_AND_KNOWLEDGE = "DOCUMENTS_AND_KNOWLEDGE",
|
|
4
|
+
INSPECTIONS_AND_AUDITS = "INSPECTIONS_AND_AUDITS",
|
|
5
|
+
INVENTORY_MANAGEMENT = "INVENTORY_MANAGEMENT",
|
|
6
|
+
MAINTENANCE = "MAINTENANCE",
|
|
7
|
+
PROCUREMENT_AND_PURCHASING = "PROCUREMENT_AND_PURCHASING",
|
|
8
|
+
PROJECT_MANAGEMENT = "PROJECT_MANAGEMENT",
|
|
9
|
+
SAFETY_AND_COMPLIANCE = "SAFETY_AND_COMPLIANCE",
|
|
10
|
+
WORKFORCE_AND_SCHEDULING = "WORKFORCE_AND_SCHEDULING"
|
|
11
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UseCase = void 0;
|
|
4
|
+
var UseCase;
|
|
5
|
+
(function (UseCase) {
|
|
6
|
+
UseCase["ASSET_MANAGEMENT"] = "ASSET_MANAGEMENT";
|
|
7
|
+
UseCase["DOCUMENTS_AND_KNOWLEDGE"] = "DOCUMENTS_AND_KNOWLEDGE";
|
|
8
|
+
UseCase["INSPECTIONS_AND_AUDITS"] = "INSPECTIONS_AND_AUDITS";
|
|
9
|
+
UseCase["INVENTORY_MANAGEMENT"] = "INVENTORY_MANAGEMENT";
|
|
10
|
+
UseCase["MAINTENANCE"] = "MAINTENANCE";
|
|
11
|
+
UseCase["PROCUREMENT_AND_PURCHASING"] = "PROCUREMENT_AND_PURCHASING";
|
|
12
|
+
UseCase["PROJECT_MANAGEMENT"] = "PROJECT_MANAGEMENT";
|
|
13
|
+
UseCase["SAFETY_AND_COMPLIANCE"] = "SAFETY_AND_COMPLIANCE";
|
|
14
|
+
UseCase["WORKFORCE_AND_SCHEDULING"] = "WORKFORCE_AND_SCHEDULING";
|
|
15
|
+
})(UseCase || (exports.UseCase = UseCase = {}));
|
|
16
|
+
//# sourceMappingURL=UseCase.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UseCase.js","sourceRoot":"","sources":["../../src/workflow-library/UseCase.ts"],"names":[],"mappings":";;;AAAA,IAAY,OAUX;AAVD,WAAY,OAAO;IACf,gDAAqC,CAAA;IACrC,8DAAmD,CAAA;IACnD,4DAAiD,CAAA;IACjD,wDAA6C,CAAA;IAC7C,sCAA2B,CAAA;IAC3B,oEAAyD,CAAA;IACzD,oDAAyC,CAAA;IACzC,0DAA+C,CAAA;IAC/C,gEAAqD,CAAA;AACzD,CAAC,EAVW,OAAO,aAAP,OAAO,GAAP,OAAO,QAUlB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UseCaseIconNames = void 0;
|
|
4
|
+
const UseCase_1 = require("./UseCase");
|
|
5
|
+
exports.UseCaseIconNames = {
|
|
6
|
+
[UseCase_1.UseCase.ASSET_MANAGEMENT]: 'plug',
|
|
7
|
+
[UseCase_1.UseCase.DOCUMENTS_AND_KNOWLEDGE]: 'book-open',
|
|
8
|
+
[UseCase_1.UseCase.INSPECTIONS_AND_AUDITS]: 'clipboard-list',
|
|
9
|
+
[UseCase_1.UseCase.INVENTORY_MANAGEMENT]: 'box-cube',
|
|
10
|
+
[UseCase_1.UseCase.MAINTENANCE]: 'wrench',
|
|
11
|
+
[UseCase_1.UseCase.PROCUREMENT_AND_PURCHASING]: 'delivery-cart',
|
|
12
|
+
[UseCase_1.UseCase.PROJECT_MANAGEMENT]: 'check-todo',
|
|
13
|
+
[UseCase_1.UseCase.SAFETY_AND_COMPLIANCE]: 'check-shield',
|
|
14
|
+
[UseCase_1.UseCase.WORKFORCE_AND_SCHEDULING]: 'calendar',
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=UseCaseIconNames.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UseCaseIconNames.js","sourceRoot":"","sources":["../../src/workflow-library/UseCaseIconNames.ts"],"names":[],"mappings":";;;AAEA,uCAAoC;AAEvB,QAAA,gBAAgB,GAA0B;IACnD,CAAC,iBAAO,CAAC,gBAAgB,CAAC,EAAE,MAAM;IAClC,CAAC,iBAAO,CAAC,uBAAuB,CAAC,EAAE,WAAW;IAC9C,CAAC,iBAAO,CAAC,sBAAsB,CAAC,EAAE,gBAAgB;IAClD,CAAC,iBAAO,CAAC,oBAAoB,CAAC,EAAE,UAAU;IAC1C,CAAC,iBAAO,CAAC,WAAW,CAAC,EAAE,QAAQ;IAC/B,CAAC,iBAAO,CAAC,0BAA0B,CAAC,EAAE,eAAe;IACrD,CAAC,iBAAO,CAAC,kBAAkB,CAAC,EAAE,YAAY;IAC1C,CAAC,iBAAO,CAAC,qBAAqB,CAAC,EAAE,cAAc;IAC/C,CAAC,iBAAO,CAAC,wBAAwB,CAAC,EAAE,UAAU;CACxC,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UseCaseLabels = void 0;
|
|
4
|
+
const UseCase_1 = require("./UseCase");
|
|
5
|
+
exports.UseCaseLabels = {
|
|
6
|
+
[UseCase_1.UseCase.MAINTENANCE]: 'Maintenance',
|
|
7
|
+
[UseCase_1.UseCase.ASSET_MANAGEMENT]: 'Asset Management',
|
|
8
|
+
[UseCase_1.UseCase.INVENTORY_MANAGEMENT]: 'Inventory Management',
|
|
9
|
+
[UseCase_1.UseCase.PROCUREMENT_AND_PURCHASING]: 'Procurement & Purchasing',
|
|
10
|
+
[UseCase_1.UseCase.SAFETY_AND_COMPLIANCE]: 'Safety & Compliance',
|
|
11
|
+
[UseCase_1.UseCase.INSPECTIONS_AND_AUDITS]: 'Inspections & Audits',
|
|
12
|
+
[UseCase_1.UseCase.PROJECT_MANAGEMENT]: 'Project Management',
|
|
13
|
+
[UseCase_1.UseCase.WORKFORCE_AND_SCHEDULING]: 'Workforce & Scheduling',
|
|
14
|
+
[UseCase_1.UseCase.DOCUMENTS_AND_KNOWLEDGE]: 'Documents & Knowledge',
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=UseCaseLabels.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UseCaseLabels.js","sourceRoot":"","sources":["../../src/workflow-library/UseCaseLabels.ts"],"names":[],"mappings":";;;AAAA,uCAAoC;AAEvB,QAAA,aAAa,GAA4B;IAClD,CAAC,iBAAO,CAAC,WAAW,CAAC,EAAE,aAAa;IACpC,CAAC,iBAAO,CAAC,gBAAgB,CAAC,EAAE,kBAAkB;IAC9C,CAAC,iBAAO,CAAC,oBAAoB,CAAC,EAAE,sBAAsB;IACtD,CAAC,iBAAO,CAAC,0BAA0B,CAAC,EAAE,0BAA0B;IAChE,CAAC,iBAAO,CAAC,qBAAqB,CAAC,EAAE,qBAAqB;IACtD,CAAC,iBAAO,CAAC,sBAAsB,CAAC,EAAE,sBAAsB;IACxD,CAAC,iBAAO,CAAC,kBAAkB,CAAC,EAAE,oBAAoB;IAClD,CAAC,iBAAO,CAAC,wBAAwB,CAAC,EAAE,wBAAwB;IAC5D,CAAC,iBAAO,CAAC,uBAAuB,CAAC,EAAE,uBAAuB;CACpD,CAAC"}
|
package/package.json
CHANGED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { CoastException } from '../../exception/CoastException';
|
|
2
|
+
import { HttpStatus } from '../../utils/HttpStatus';
|
|
3
|
+
import { BundleListingErrorCode } from './BundleListingErrorCode';
|
|
4
|
+
|
|
5
|
+
type Options = {
|
|
6
|
+
bundleId: string;
|
|
7
|
+
bundleListingId: string;
|
|
8
|
+
message?: string;
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
export class BundleHasActiveListingException extends CoastException {
|
|
12
|
+
public constructor(options: Options) {
|
|
13
|
+
const {
|
|
14
|
+
bundleId,
|
|
15
|
+
bundleListingId,
|
|
16
|
+
message = 'Bundle cannot be un-shared while it has an active BundleListing. Delete the BundleListing first.',
|
|
17
|
+
} = options;
|
|
18
|
+
|
|
19
|
+
super({
|
|
20
|
+
code: BundleListingErrorCode.BUNDLE_LISTING_PREVENTS_BUNDLE_UNSHARE,
|
|
21
|
+
status: HttpStatus.BAD_REQUEST,
|
|
22
|
+
message,
|
|
23
|
+
additionalData: { bundleId, bundleListingId },
|
|
24
|
+
});
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
export enum BundleListingErrorCode {
|
|
2
2
|
BUNDLE_LISTING_MULTIPLE_ACTIVE_LISTINGS_PER_BUNDLE = 'BUNDLE_LISTING_MULTIPLE_ACTIVE_LISTINGS_PER_BUNDLE',
|
|
3
|
+
BUNDLE_LISTING_PREVENTS_BUNDLE_UNSHARE = 'BUNDLE_LISTING_PREVENTS_BUNDLE_UNSHARE',
|
|
4
|
+
BUNDLE_LISTING_REQUIRES_ENABLED_BUNDLE = 'BUNDLE_LISTING_REQUIRES_ENABLED_BUNDLE',
|
|
3
5
|
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { CoastException } from '../../exception/CoastException';
|
|
2
|
+
import { HttpStatus } from '../../utils/HttpStatus';
|
|
3
|
+
import { BundleListingErrorCode } from './BundleListingErrorCode';
|
|
4
|
+
|
|
5
|
+
type Options = {
|
|
6
|
+
bundleId: string;
|
|
7
|
+
message?: string;
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export class CannotListDisabledBundleException extends CoastException {
|
|
11
|
+
public constructor(options: Options) {
|
|
12
|
+
const { bundleId, message = 'Cannot create a BundleListing for a disabled Bundle. Share the Bundle first.' } = options;
|
|
13
|
+
|
|
14
|
+
super({
|
|
15
|
+
code: BundleListingErrorCode.BUNDLE_LISTING_REQUIRES_ENABLED_BUNDLE,
|
|
16
|
+
status: HttpStatus.BAD_REQUEST,
|
|
17
|
+
message,
|
|
18
|
+
additionalData: { bundleId },
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AutomationActionId } from '../automations/action/AutomationActionId';
|
|
2
2
|
import { AutomationId } from '../automations/AutomationId';
|
|
3
|
-
import {
|
|
3
|
+
import { ChannelSlug } from '../channel/ChannelSlug';
|
|
4
4
|
import { UserId } from '../user/UserId';
|
|
5
5
|
import { ViewTemplateLayoutId } from '../view-template-layout/ViewTemplateLayoutId';
|
|
6
6
|
import { ViewTemplateLayoutItemId } from '../view-template-layout/ViewTemplateLayoutItemId';
|
|
@@ -15,7 +15,7 @@ export type EntityIdMap = Record<EntityType, unknown> & {
|
|
|
15
15
|
[EntityType.AUTOMATION_ACTION]: AutomationActionId;
|
|
16
16
|
[EntityType.CARD]: string;
|
|
17
17
|
[EntityType.CARD_DEFINITION]: string;
|
|
18
|
-
[EntityType.CHANNEL]:
|
|
18
|
+
[EntityType.CHANNEL]: ChannelSlug;
|
|
19
19
|
[EntityType.COMPONENT]: ComponentId;
|
|
20
20
|
[EntityType.RECURRING_ENTITIES_SCHEDULE]: RecurringEntitiesScheduleId;
|
|
21
21
|
[EntityType.USER]: UserId;
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
export enum Industry {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
AGRICULTURE = 'AGRICULTURE',
|
|
3
|
+
EDUCATION = 'EDUCATION',
|
|
4
|
+
ENERGY_AND_UTILITIES = 'ENERGY_AND_UTILITIES',
|
|
5
|
+
FACILITIES_MANAGEMENT = 'FACILITIES_MANAGEMENT',
|
|
6
|
+
GOVERNMENT = 'GOVERNMENT',
|
|
7
|
+
HEALTHCARE_AND_LIFE_SCIENCES = 'HEALTHCARE_AND_LIFE_SCIENCES',
|
|
8
|
+
HOTELS_AND_LODGING = 'HOTELS_AND_LODGING',
|
|
5
9
|
MANUFACTURING = 'MANUFACTURING',
|
|
6
|
-
|
|
7
|
-
|
|
10
|
+
PROPERTY_MANAGEMENT = 'PROPERTY_MANAGEMENT',
|
|
11
|
+
RELIGIOUS_ORGANIZATIONS = 'RELIGIOUS_ORGANIZATIONS',
|
|
12
|
+
RESTAURANTS = 'RESTAURANTS',
|
|
13
|
+
RETAIL = 'RETAIL',
|
|
8
14
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Icon } from '@coast/schemas';
|
|
2
|
+
|
|
3
|
+
import { Industry } from './Industry';
|
|
4
|
+
|
|
5
|
+
export const IndustryIconNames: Record<Industry, Icon> = {
|
|
6
|
+
[Industry.AGRICULTURE]: 'grain',
|
|
7
|
+
[Industry.EDUCATION]: 'hat-graduation',
|
|
8
|
+
[Industry.ENERGY_AND_UTILITIES]: 'lightning-bolt',
|
|
9
|
+
[Industry.FACILITIES_MANAGEMENT]: 'layout',
|
|
10
|
+
[Industry.GOVERNMENT]: 'building-capitol',
|
|
11
|
+
[Industry.HEALTHCARE_AND_LIFE_SCIENCES]: 'heartbeat',
|
|
12
|
+
[Industry.HOTELS_AND_LODGING]: 'bed',
|
|
13
|
+
[Industry.MANUFACTURING]: 'gear',
|
|
14
|
+
[Industry.PROPERTY_MANAGEMENT]: 'building-hotel',
|
|
15
|
+
[Industry.RELIGIOUS_ORGANIZATIONS]: 'church-cross',
|
|
16
|
+
[Industry.RESTAURANTS]: 'cutlery-fork-knife',
|
|
17
|
+
[Industry.RETAIL]: 'bag-shopping',
|
|
18
|
+
} as const;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Industry } from './Industry';
|
|
2
|
+
|
|
3
|
+
export const IndustryLabels: Record<Industry, string> = {
|
|
4
|
+
[Industry.AGRICULTURE]: 'Agriculture',
|
|
5
|
+
[Industry.EDUCATION]: 'Education',
|
|
6
|
+
[Industry.ENERGY_AND_UTILITIES]: 'Energy & Utilities',
|
|
7
|
+
[Industry.FACILITIES_MANAGEMENT]: 'Facilities Management',
|
|
8
|
+
[Industry.GOVERNMENT]: 'Government',
|
|
9
|
+
[Industry.HEALTHCARE_AND_LIFE_SCIENCES]: 'Healthcare & Life Sciences',
|
|
10
|
+
[Industry.HOTELS_AND_LODGING]: 'Hotels & Lodging',
|
|
11
|
+
[Industry.MANUFACTURING]: 'Manufacturing',
|
|
12
|
+
[Industry.PROPERTY_MANAGEMENT]: 'Property Management',
|
|
13
|
+
[Industry.RELIGIOUS_ORGANIZATIONS]: 'Religious Organizations',
|
|
14
|
+
[Industry.RESTAURANTS]: 'Restaurants',
|
|
15
|
+
[Industry.RETAIL]: 'Retail',
|
|
16
|
+
} as const;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { ConstEnum } from '../utils/ConstEnum';
|
|
2
2
|
import { MultiEnum } from '../utils/MultiEnum';
|
|
3
|
-
import { Category } from './Category';
|
|
4
3
|
import { Industry } from './Industry';
|
|
5
4
|
import { PackageType } from './PackageType';
|
|
5
|
+
import { UseCase } from './UseCase';
|
|
6
6
|
|
|
7
|
-
export const TagValue = MultiEnum(
|
|
7
|
+
export const TagValue = MultiEnum(UseCase, Industry, PackageType);
|
|
8
8
|
|
|
9
9
|
// eslint-disable-next-line no-restricted-syntax
|
|
10
10
|
export type TagValue = ConstEnum<typeof TagValue>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export enum UseCase {
|
|
2
|
+
ASSET_MANAGEMENT = 'ASSET_MANAGEMENT',
|
|
3
|
+
DOCUMENTS_AND_KNOWLEDGE = 'DOCUMENTS_AND_KNOWLEDGE',
|
|
4
|
+
INSPECTIONS_AND_AUDITS = 'INSPECTIONS_AND_AUDITS',
|
|
5
|
+
INVENTORY_MANAGEMENT = 'INVENTORY_MANAGEMENT',
|
|
6
|
+
MAINTENANCE = 'MAINTENANCE',
|
|
7
|
+
PROCUREMENT_AND_PURCHASING = 'PROCUREMENT_AND_PURCHASING',
|
|
8
|
+
PROJECT_MANAGEMENT = 'PROJECT_MANAGEMENT',
|
|
9
|
+
SAFETY_AND_COMPLIANCE = 'SAFETY_AND_COMPLIANCE',
|
|
10
|
+
WORKFORCE_AND_SCHEDULING = 'WORKFORCE_AND_SCHEDULING',
|
|
11
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Icon } from '@coast/schemas';
|
|
2
|
+
|
|
3
|
+
import { UseCase } from './UseCase';
|
|
4
|
+
|
|
5
|
+
export const UseCaseIconNames: Record<UseCase, Icon> = {
|
|
6
|
+
[UseCase.ASSET_MANAGEMENT]: 'plug',
|
|
7
|
+
[UseCase.DOCUMENTS_AND_KNOWLEDGE]: 'book-open',
|
|
8
|
+
[UseCase.INSPECTIONS_AND_AUDITS]: 'clipboard-list',
|
|
9
|
+
[UseCase.INVENTORY_MANAGEMENT]: 'box-cube',
|
|
10
|
+
[UseCase.MAINTENANCE]: 'wrench',
|
|
11
|
+
[UseCase.PROCUREMENT_AND_PURCHASING]: 'delivery-cart',
|
|
12
|
+
[UseCase.PROJECT_MANAGEMENT]: 'check-todo',
|
|
13
|
+
[UseCase.SAFETY_AND_COMPLIANCE]: 'check-shield',
|
|
14
|
+
[UseCase.WORKFORCE_AND_SCHEDULING]: 'calendar',
|
|
15
|
+
} as const;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { UseCase } from './UseCase';
|
|
2
|
+
|
|
3
|
+
export const UseCaseLabels: Record<UseCase, string> = {
|
|
4
|
+
[UseCase.MAINTENANCE]: 'Maintenance',
|
|
5
|
+
[UseCase.ASSET_MANAGEMENT]: 'Asset Management',
|
|
6
|
+
[UseCase.INVENTORY_MANAGEMENT]: 'Inventory Management',
|
|
7
|
+
[UseCase.PROCUREMENT_AND_PURCHASING]: 'Procurement & Purchasing',
|
|
8
|
+
[UseCase.SAFETY_AND_COMPLIANCE]: 'Safety & Compliance',
|
|
9
|
+
[UseCase.INSPECTIONS_AND_AUDITS]: 'Inspections & Audits',
|
|
10
|
+
[UseCase.PROJECT_MANAGEMENT]: 'Project Management',
|
|
11
|
+
[UseCase.WORKFORCE_AND_SCHEDULING]: 'Workforce & Scheduling',
|
|
12
|
+
[UseCase.DOCUMENTS_AND_KNOWLEDGE]: 'Documents & Knowledge',
|
|
13
|
+
} as const;
|
package/tsconfig.tsbuildinfo
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"7.0.0-dev.20260327.2","root":[[60,61],[78,109],[117,179],[193,253]],"fileNames":["lib.es5.d.ts","lib.es2015.d.ts","lib.es2016.d.ts","lib.es2017.d.ts","lib.es2018.d.ts","lib.es2019.d.ts","lib.es2020.d.ts","lib.es2021.d.ts","lib.dom.d.ts","lib.dom.iterable.d.ts","lib.dom.asynciterable.d.ts","lib.webworker.importscripts.d.ts","lib.scripthost.d.ts","lib.es2015.core.d.ts","lib.es2015.collection.d.ts","lib.es2015.generator.d.ts","lib.es2015.iterable.d.ts","lib.es2015.promise.d.ts","lib.es2015.proxy.d.ts","lib.es2015.reflect.d.ts","lib.es2015.symbol.d.ts","lib.es2015.symbol.wellknown.d.ts","lib.es2016.array.include.d.ts","lib.es2016.intl.d.ts","lib.es2017.arraybuffer.d.ts","lib.es2017.date.d.ts","lib.es2017.object.d.ts","lib.es2017.sharedmemory.d.ts","lib.es2017.string.d.ts","lib.es2017.intl.d.ts","lib.es2017.typedarrays.d.ts","lib.es2018.asyncgenerator.d.ts","lib.es2018.asynciterable.d.ts","lib.es2018.intl.d.ts","lib.es2018.promise.d.ts","lib.es2018.regexp.d.ts","lib.es2019.array.d.ts","lib.es2019.object.d.ts","lib.es2019.string.d.ts","lib.es2019.symbol.d.ts","lib.es2019.intl.d.ts","lib.es2020.bigint.d.ts","lib.es2020.date.d.ts","lib.es2020.promise.d.ts","lib.es2020.sharedmemory.d.ts","lib.es2020.string.d.ts","lib.es2020.symbol.wellknown.d.ts","lib.es2020.intl.d.ts","lib.es2020.number.d.ts","lib.es2021.promise.d.ts","lib.es2021.string.d.ts","lib.es2021.weakref.d.ts","lib.es2021.intl.d.ts","lib.es2025.intl.d.ts","lib.esnext.intl.d.ts","lib.esnext.temporal.d.ts","lib.decorators.d.ts","lib.decorators.legacy.d.ts","lib.es2021.full.d.ts","./src/activity-feed/ActivityFeedEventType.ts","./src/application/HeaderKeys.ts","../../node_modules/@paradoxical-io/types/dist/brands.d.ts","../../node_modules/@paradoxical-io/types/dist/errorTypes.d.ts","../../node_modules/@paradoxical-io/types/dist/address.d.ts","../../node_modules/@paradoxical-io/types/dist/date.d.ts","../../node_modules/@paradoxical-io/types/dist/doOnce.d.ts","../../node_modules/@paradoxical-io/types/dist/encryption.d.ts","../../node_modules/@paradoxical-io/types/dist/errorWithCode.d.ts","../../node_modules/@paradoxical-io/types/dist/exceptions.d.ts","../../node_modules/@paradoxical-io/types/dist/exhaustiveness.d.ts","../../node_modules/@paradoxical-io/types/dist/json.d.ts","../../node_modules/@paradoxical-io/types/dist/keys.d.ts","../../node_modules/@paradoxical-io/types/dist/nullish.d.ts","../../node_modules/@paradoxical-io/types/dist/pii.d.ts","../../node_modules/@paradoxical-io/types/dist/types.d.ts","../../node_modules/@paradoxical-io/types/dist/util.d.ts","../../node_modules/@paradoxical-io/types/dist/index.d.ts","./src/application/Id.ts","./src/application/query/OrderDirection.ts","./src/auth/AccessLevelDomain.ts","./src/auth/AccessLevelType.ts","./src/auth/ChannelMembershipEntity.ts","./src/auth/access-management/CaslAction.ts","./src/auth/keys/ApiKeyId.ts","./src/automations/AutomationDateToken.ts","./src/automations/AutomationEventBusKey.ts","./src/automations/AutomationEventType.ts","./src/automations/AutomationId.ts","./src/automations/AutomationTriggerType.ts","./src/automations/action/AutomationActionId.ts","./src/automations/action/AutomationActionType.ts","./src/automations/action/audit/AutomationActionAuditId.ts","./src/automations/action/audit/AutomationActionStatus.ts","./src/automations/action/component-data/DynamicComponentDataType.ts","./src/automations/action/settings/ArithmeticOperator.ts","./src/automations/action/settings/ArrayValueOperation.ts","./src/automations/condition/LogicalOperator.ts","./src/workflow-entity/filters/ComparisonOperator.ts","./src/automations/condition/operands/OperandValue.ts","./src/automations/condition/operands/Comparitor.ts","./src/automations/condition/operands/OperandType.ts","./src/automations/error/AutomationErrorCode.ts","./src/billing/BillingSubscriptionStatus.ts","./src/billing/PlanTier.ts","./src/billing/SubscriptionPlanPriceInterval.ts","./src/billing/SubscriptionPlanType.ts","./src/billing/SubscriptionStatus.ts","./src/bundle/BundleListingId.ts","./src/bundle/error/BundleListingErrorCode.ts","../../node_modules/@coast/service-common/dist/logger/DeepLogObject.d.ts","../../node_modules/@coast/service-common/dist/logger/LogLevel.d.ts","../../node_modules/@coast/service-common/dist/logger/LogMessage.d.ts","../../node_modules/@coast/service-common/dist/trace/RequestId.d.ts","../../node_modules/@coast/service-common/dist/trace/TraceId.d.ts","../../node_modules/@coast/service-common/dist/trace/Trace.d.ts","../../node_modules/@coast/service-common/dist/types/MakeRequired.d.ts","./src/utils/HttpStatus.ts","./src/dashboard/error/DashboardErrorCode.ts","./src/integration/error/IntegrationErrorCode.ts","./src/user/error/UserErrorCode.ts","./src/utils/ConstEnum.ts","./src/utils/MultiEnum.ts","./src/view-template/error/ViewTemplateErrorCode.ts","./src/workflow-app/error/WorkspaceDuplicationErrorCode.ts","./src/workflow-entity/error/ComponentDataErrorCode.ts","./src/workflow-entity/error/WorkflowEntityErrorCode.ts","./src/workflow-entity/recurring/error/RecurringEntitiesErrorCode.ts","./src/workflow-entity/search/error/WorkflowEntitySearchErrorCode.ts","./src/workflow-template/components/error/ComponentErrorCode.ts","./src/workflow-template/error/WorkflowTemplateErrorCode.ts","./src/error/GeneralErrorCode.ts","./src/error/ErrorCode.ts","./src/error/ApiError.ts","./src/exception/CoastException.ts","./src/bundle/error/MultipleBundleListingsException.ts","./src/business/BusinessEventType.ts","./src/business/BusinessId.ts","./src/business/BusinessMembershipRole.ts","./src/business/ListBusinessesOrderBy.ts","./src/card/CardStatus.ts","./src/card/EntityEventType.ts","./src/card/EntityRecurrenceScope.ts","./src/card/WorkspaceFocus.ts","./src/card/card-definition/CardUITemplateType.ts","./src/card/card-definition/CoastJSONFieldType.ts","./src/card/card-definition/DefinitionTypeIdentifier.ts","./src/card/card-reminder/CardReminderEventType.ts","./src/card/card-reminder/ReminderRelativeTo.ts","./src/card/client-event/ClientEventType.ts","./src/card/list-cards/CardRelationFilterType.ts","./src/card/list-cards/LegacyCardRelationFilterType.ts","./src/card/list-cards/ListCardsOrderBy.ts","./src/card/related-card/RelatedCardType.ts","./src/channel/ChannelEventType.ts","./src/channel/ChannelRestorationConstants.ts","./src/channel/ChannelSlug.ts","./src/channel/ChannelType.ts","./src/channel/WorkspaceId.ts","./src/user/UserId.ts","./src/view-template-layout/ViewTemplateLayoutId.ts","./src/view-template-layout/ViewTemplateLayoutItemId.ts","./src/view-template/ViewTemplateId.ts","./src/workflow-entity/recurring/RecurringEntitiesScheduleId.ts","./src/workflow-template/components/ComponentId.ts","./src/workflow-template/WorkflowTemplateId.ts","./src/common/EntityType.ts","./src/common/EntityIdMap.ts","./src/common/EntityTypeLabels.ts","./src/common/EventKey.ts","./src/common/ISODateString.ts","./src/common/RRuleString.ts","./src/common/SortDirection.ts","./src/exception/AssertionFailedException.ts","./src/exception/ForbiddenException.ts","./src/workflow-template/components/ComponentType.ts","./src/exception/InvalidComponentTypeException.ts","./src/exception/InvalidEntityReferenceException.ts","./src/exception/MultiException.ts","./src/exception/NotDefinedException.ts","../../node_modules/@types/lodash/common/common.d.ts","../../node_modules/@types/lodash/common/array.d.ts","../../node_modules/@types/lodash/common/collection.d.ts","../../node_modules/@types/lodash/common/date.d.ts","../../node_modules/@types/lodash/common/function.d.ts","../../node_modules/@types/lodash/common/lang.d.ts","../../node_modules/@types/lodash/common/math.d.ts","../../node_modules/@types/lodash/common/number.d.ts","../../node_modules/@types/lodash/common/object.d.ts","../../node_modules/@types/lodash/common/seq.d.ts","../../node_modules/@types/lodash/common/string.d.ts","../../node_modules/@types/lodash/common/util.d.ts","../../node_modules/@types/lodash/index.d.ts","./src/exception/NotFoundException.ts","./src/exception/UnauthorizedException.ts","./src/exception/test/CoastExceptionTest.ts","./src/export/DataExportType.ts","./src/export/ExportFormat.ts","./src/file-operations/FileOperationId.ts","./src/file-operations/FileOperationStatus.ts","./src/file-operations/FileOperationType.ts","./src/file-storage/FileId.ts","./src/integration/AppStatus.ts","./src/integration/IntegrationStatus.ts","./src/messaging/LegacyMessageSubtype.ts","./src/messaging/ThreadMessageReactionType.ts","./src/messaging/ThreadMessageType.ts","./src/messaging/TokenMentionType.ts","./src/messaging/TokenType.ts","./src/metrics/MessageEventType.ts","./src/metrics/MetricType.ts","./src/metrics/MetricUnit.ts","./src/metrics/StorageEventType.ts","./src/reporting/ReportingSource.ts","./src/search/SearchIndex.ts","./src/search/SearchResultType.ts","./src/shared-link/SharedCardLinkId.ts","./src/shared-link/SharedCardLinkType.ts","./src/user/ListUsersOrderBy.ts","./src/user/NotificationsPreference.ts","./src/user/UserCreationMethod.ts","./src/user/UserEventType.ts","./src/user/UserRole.ts","./src/user/group/UserGroupId.ts","./src/utils/test/MultiEnumTest.ts","./src/view-template/ListViewTemplateSortField.ts","./src/view-template/ViewSubtype.ts","./src/view-template/ViewType.ts","./src/view-template-layout/ViewTemplateLayoutItemType.ts","./src/webhook/WebhookType.ts","./src/workflow-app/bundle/BundleId.ts","./src/workflow-entity/WorkflowEntityEventId.ts","./src/workflow-entity/filters/DateToken.ts","./src/workflow-entity/filters/FilterType.ts","./src/workflow-entity/filters/TimeUnit.ts","./src/workflow-entity/recurring/RecurrenceOffsetUnit.ts","./src/workflow-entity/recurring/RecurrenceType.ts","./src/workflow-entity/sort/LexoSortKey.ts","./src/workflow-library/Category.ts","./src/workflow-library/Industry.ts","./src/workflow-library/PackageType.ts","./src/workflow-library/TagType.ts","./src/workflow-library/TagValue.ts","./src/workflow-template/ListWorkflowTemplateSortField.ts","./src/workflow-template/behaviors/ActionType.ts","./src/workflow-template/component-subscription/ObserverAction.ts","./src/workflow-template/component-subscription/SubscriptionType.ts","./src/workflow-template/components/SortableComponentTypes.ts","./src/workflow-template/components/SortableComponentType.ts","./src/workflow-template/components/number/NumberFormat.ts","./src/workflow-template/components/server/ServerComponentId.ts","./src/workflow-template/components/time-tracker/TimeTrackerComponentDataAction.ts","./src/workflow-tier/WorkflowTierType.ts","./src/workspace-section/WorkspaceSectionId.ts","../../node_modules/@types/node/assert.d.ts","../../node_modules/@types/node/assert/strict.d.ts","../../node_modules/@types/node/globals.d.ts","../../node_modules/@types/node/async_hooks.d.ts","../../node_modules/buffer/index.d.ts","../../node_modules/@types/node/buffer.d.ts","../../node_modules/@types/node/child_process.d.ts","../../node_modules/@types/node/cluster.d.ts","../../node_modules/@types/node/console.d.ts","../../node_modules/@types/node/constants.d.ts","../../node_modules/@types/node/crypto.d.ts","../../node_modules/@types/node/dgram.d.ts","../../node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/@types/node/dns.d.ts","../../node_modules/@types/node/dns/promises.d.ts","../../node_modules/@types/node/dom-events.d.ts","../../node_modules/@types/node/domain.d.ts","../../node_modules/@types/node/events.d.ts","../../node_modules/@types/node/fs.d.ts","../../node_modules/@types/node/fs/promises.d.ts","../../node_modules/@types/node/http.d.ts","../../node_modules/@types/node/http2.d.ts","../../node_modules/@types/node/https.d.ts","../../node_modules/@types/node/inspector.d.ts","../../node_modules/@types/node/module.d.ts","../../node_modules/@types/node/net.d.ts","../../node_modules/@types/node/os.d.ts","../../node_modules/@types/node/path.d.ts","../../node_modules/@types/node/perf_hooks.d.ts","../../node_modules/@types/node/process.d.ts","../../node_modules/@types/node/punycode.d.ts","../../node_modules/@types/node/querystring.d.ts","../../node_modules/@types/node/readline.d.ts","../../node_modules/@types/node/repl.d.ts","../../node_modules/@types/node/stream.d.ts","../../node_modules/@types/node/stream/promises.d.ts","../../node_modules/@types/node/stream/consumers.d.ts","../../node_modules/@types/node/stream/web.d.ts","../../node_modules/@types/node/string_decoder.d.ts","../../node_modules/@types/node/test.d.ts","../../node_modules/@types/node/timers.d.ts","../../node_modules/@types/node/timers/promises.d.ts","../../node_modules/@types/node/tls.d.ts","../../node_modules/@types/node/trace_events.d.ts","../../node_modules/@types/node/tty.d.ts","../../node_modules/@types/node/url.d.ts","../../node_modules/@types/node/util.d.ts","../../node_modules/@types/node/v8.d.ts","../../node_modules/@types/node/vm.d.ts","../../node_modules/@types/node/wasi.d.ts","../../node_modules/@types/node/worker_threads.d.ts","../../node_modules/@types/node/zlib.d.ts","../../node_modules/@types/node/globals.global.d.ts","../../node_modules/@types/node/index.d.ts","../../node_modules/@jest/expect-utils/build/index.d.ts","../../node_modules/chalk/index.d.ts","../../node_modules/@sinclair/typebox/typebox.d.ts","../../node_modules/@jest/schemas/build/index.d.ts","../../node_modules/pretty-format/build/index.d.ts","../../node_modules/jest-diff/build/index.d.ts","../../node_modules/jest-matcher-utils/build/index.d.ts","../../node_modules/expect/build/index.d.ts","../../node_modules/@types/jest/index.d.ts"],"fileInfos":[{"version":"a1aa1a5e065d48ef5c7bb99e38412f96","affectsGlobalScope":true,"impliedNodeFormat":1},"d4306fb2e47f74835e8674ffac07d76f","e437c5c1302869326c3bb93da85bbbcf","e4324975a566567b21d350615f1fc6ac","333b1b9a2a9ac3b8497dba5c63b5ba50","6cffacd662b6eb5fa7a36aa2ea366bfa","b4c34f9c23304dbef2d23698637ed638","e5cb86a5fc491796ecd1d2dd348d208f",{"version":"aae8996e8b5684814785a42cbbefcd79","affectsGlobalScope":true,"impliedNodeFormat":1},"abad6dd56cc8caf095c165df8124d237","abad6dd56cc8caf095c165df8124d237",{"version":"2a9941db0809c9ad0e8837ed629b1dcc","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"d051b93324f36bcc68d152a5ca0988cd","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"01ac052ec4a79e87229f90466a9645f8","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"edba5df642941aa062a62f6328c6df3d","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"6344b55f26a4e81d9608777dbfb877dd","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"3c0ed28e53d3695b363e256ec1c023fd","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"4c2761daba7f17141c25baa0821ac5da","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"b87656acabd63e69379ff6ffcfe52fc7","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"597469522da047a5af5222cc6989f405","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"bb3a710cbcda0533bb127712927cbe37","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"55d97a8c6fbf34a30450a7b1e5f7a298","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"0ee05eb59426d33e374226d8dcfa708b","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"e347c14030993906efcfbb88915b6a05","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"b0231263857c9b6a03641acdc9280ceb","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"3b15c4a83b598cacb4067676e6f0abed","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"b417d97b7934cef63b1889abec0bbfbf","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"09a6cf4032ebba60ce22a501e663f881","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"7a42de379b489e8f7b647455bebfc576","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"e22cc07e3f3cc242ba52fa3f8ea1fc58","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"2c45da767a1bfbb220848df1bc4029e4","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"b44c3e0fbaf2130cdcf6ac38b120ffa1","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"b612fb5cf8e5d964b92063a75207632a","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"02705151a5e1551b9162a9ed8ab763f7","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"41025e398be9215d32e4337335da8f0b","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"52684c2b1f353a5538e4f275182a54cd","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"6dedb6a4f90d1df3a6fbe5693e44886c","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"ca3f36fe3562c07e0f0d71c2bebd3f6d","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"409974d6129befbb8226ddd1c6558568","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"4d9cfde2a1ae1b4925f1f9bc10848e5d","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"7e1daecc66dd564144e3bb1a0266b5fd","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"a8e1d9bb35fd0637f2f9fd2b2a54f2ec","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"4f168501772a6543182765bfd5f2fbfe","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"a19c80aad1b2162103496f5ba293a732","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"b69afa63cd5d059851c78adb2856ee09","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"ae2fc5d954e9b0f5feee3d481b953c27","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"1cfd3091a071d8b6feec15277643bafe","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"692bcd75364db0f65d428801c7884466","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"a0d87491913d843139e0c993650a3235","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"4ef72aa378127e7b7abba915b0110b1e","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"3ec74c6a7d4463f0254db3a74cf75646","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"84c2bdfa470d075526cce6322d81b0b6","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"0b3844c2b8c73e4e1ab91431411cad11","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"6009ffff7e43c93318804d2d28e37fe3","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"1d0520af549e0c3581f15173cc713ca1","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"da7f24f00653ebac660ac1c0821ed33d","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"f64453cbf9671f28158677fa5c43967a","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"33f317af5428801f944a478d2c1e38e5","affectsGlobalScope":true,"impliedNodeFormat":1},"38cf6576be124e8937b39b9f927f2252",{"version":"219dec7eb40301cdc84853360250be3b","signature":"6333e8231e034b9fcaf4ecb9c40341c5","impliedNodeFormat":1},{"version":"8f891035b2810a240d7b69f7dfe0f38b","signature":"636401f44f8e6633c98a89894d125560","impliedNodeFormat":1},"b6b092591a44a238dbabe7e1b6e36075","689de8f182f1723692782b24339e7eec","2ba5bf30da2ab38e3b068c6eb30b2c7e","7089e2ca07732ca81d2a3a8f51c4a515","1ee4a8e4c6374f60c013ab8e3dfb38b2","2b5577f76360f881a5a8bfd4040c4cb5","4f1be08be348a6b2ca5935df72b0f8fa","b98c4903190633f7e4a1ec7e142ba26f","fff8633c6501196a7e2e5eaccbf9c882","358751acc3a5d83aac676394faf3aaef","b58813d1c0684cc02367ec6fe0b035fe","7426715f760fc44f4792a4e9cfa03a0c","a907faf36f4ffa849c8e528bd1da8962","2c4c52582f86d237fb424a8f87c451bc","93f99b7c200c4ab1cebdcbdb61628c90","9660ca085a1a6adccb5c4460921733c3",{"version":"0dd14027697116dad64dd3df2dc9ec2f","signature":"b237e79d498652a59b595ace07a8e8ac","impliedNodeFormat":1},{"version":"6637e679b8fa73aa430baf71343cd7b3","signature":"49706394bcd7c35d0da447479752f2b6","impliedNodeFormat":1},{"version":"02c7a7aae2127e0a2185d2fc66077955","signature":"bd3b4904c1307a0d678ef12a69d8e4de","impliedNodeFormat":1},{"version":"14b8508a4094d9ba13a49444d19451ee","signature":"318a84719f9e569f3cbf8b2a070d02a5","impliedNodeFormat":1},{"version":"e73b7c55b0a1b4718888091caa29b5f4","signature":"06be50eed077cb38c52c59ce669588f5","impliedNodeFormat":1},{"version":"bca7a7b0c344e0cd91546279524ae766","signature":"d1cbd9c7f1a128324b06bd3c0437999f","impliedNodeFormat":1},{"version":"6d8506f8f8117d4194b0876c956ac6e0","signature":"208a6ec66c8b89932cd5e88c2e01d633","impliedNodeFormat":1},{"version":"c370c0658c1818ff6b2355fc8b9f9bb8","signature":"1c7d9ff2374a523dc03114147c8c79c1","impliedNodeFormat":1},{"version":"d6e16f5a380a0549be3b09ef0e423f29","signature":"e36fee5a9807cd9f000fddbc4b7507f5","impliedNodeFormat":1},{"version":"39e5a2d9fa3b78fdf85f3f63da282138","signature":"eb44b3b2ea7fb23338c4910d34f54b5b","impliedNodeFormat":1},{"version":"32f2415840ca773e3f556fd276562251","signature":"a5c75cb078cea537fe0f56f02aa077e9","impliedNodeFormat":1},{"version":"4dd693f1500602b5f9766f788b6c773c","signature":"d9b06d610bb3685169eae86fc144c949","impliedNodeFormat":1},{"version":"2f9fdfcdc6cd5c0faccbed4d8ef1f584","signature":"6875381cbb2bec0bcd851f736ab552f2","impliedNodeFormat":1},{"version":"be1d0124d653fd4691074f7be5a88f13","signature":"be24afe549eca4a5ecca17ec77bb66ab","impliedNodeFormat":1},{"version":"f2e7f8da8047c4468ddcff05ee25a0a8","signature":"f2425138d00c3380dfbc3a1b12d204c9","impliedNodeFormat":1},{"version":"87eff6a1e83b7efa3e93df02e8040054","signature":"fcaeb0513384e810d655baa4e7a74c8e","impliedNodeFormat":1},{"version":"8177f045a25b1c5e1aeb1bcdc9df0ace","signature":"7dfd1fdc2835746f24fb80f9c77efe92","impliedNodeFormat":1},{"version":"cab46ed5162c8a11f3eef98699eddaf0","signature":"367e43913eba27afd85f8c10dbd0deab","impliedNodeFormat":1},{"version":"d26251eb901d247dbc89869182d7e1c4","signature":"152788a7f999780b9962ef0e86b52cbb","impliedNodeFormat":1},{"version":"5a331935ee76f6e0c1c10ad0362959bf","signature":"023d2499e12f4bcd787cf11d592f302f","impliedNodeFormat":1},{"version":"deed54b8c9f76f5c897612ab819f8644","signature":"ae451a3258d32448bb0874ad5dbf73cd","impliedNodeFormat":1},"3e88c87a3e75be47112763d49ffa258f",{"version":"9b977930ff09841e35d1ea05520e964d","signature":"395ae676a8dc6500bccf8db1f137a433","impliedNodeFormat":1},{"version":"6f188a43822be9da38c9eee95367e3c6","signature":"7f7dc42702118395162e6366df41889c","impliedNodeFormat":1},{"version":"663102b850a9ae02c9ef810b7b973492","signature":"c751ccb128caf6f7beecaf1874fbd67c","impliedNodeFormat":1},{"version":"24d3c44c8eff4c893f5888641d06fcd4","signature":"3869a87d99baccc1d56b10b3efe24656","impliedNodeFormat":1},{"version":"c4529579a60605dfa91096287a93e922","signature":"ef780ff4831a8393063584ab348e842c","impliedNodeFormat":1},{"version":"e38f744e3b7ac5899f82a03857e3f93d","signature":"2b74afc185b3685bc0c166b33a326183","impliedNodeFormat":1},{"version":"52296dfebc1a27f8865a4eee93271796","signature":"66d9063912506f574423098f4c78b34b","impliedNodeFormat":1},{"version":"3882916203e4c0008dcebb6ebf992db2","signature":"83c0872a08f601aba2c549f8400d6beb","impliedNodeFormat":1},{"version":"ffeb2cfab59d2dbe41f80708a41208ab","signature":"7d6f98f53f4c2a98e131eba605f135f3","impliedNodeFormat":1},{"version":"f26cfd27a5142ae7f8351d4d6b14b7a2","signature":"97e6b19d8ae9913da379542a7e7ead75","impliedNodeFormat":1},"32b603cd9e19ebcb7d2af68713bafe7a","a8cbea49027b3560fb9be1dd1e005d41","9557669d8dfd64758135631c2d36f6a4","bf49031794ed244ada40a876c654e80d","f1deb674191e12c21687f54a192f2db8","867621ac449b5b719de994701bfe6ea8","e3ef4b52c5e8112eefb2375a4163e8c2",{"version":"32fd7bdf683d87a20137b316adcd1254","signature":"f2a55c9f44e88afab99f9b46055e7d9f","impliedNodeFormat":1},{"version":"52b1c99fd69b63f11c1088968b03b20f","signature":"5b81686bf74f1fd51e5c408408ae8222","impliedNodeFormat":1},{"version":"cb5ae3b858987bd39f6f2e07f6f726a7","signature":"90f5974da2488e0499ee441f286d3ebb","impliedNodeFormat":1},{"version":"e1c1efd261d79d317fe90f86529db62f","signature":"389d0d6ef5521fe1c6ae87de1b6871cd","impliedNodeFormat":1},{"version":"0d581a7e0f8cdb661bcbe32c7fda9f39","signature":"92c9c5c383655081a97d4c761b9b5e14","impliedNodeFormat":1},{"version":"83d926a9ef8499a3627ada97142d2dbb","signature":"ff1ba4b4d89ffa5ec0d7b24b20956afe","impliedNodeFormat":1},{"version":"f926dce7975684d93123c0a077914ca0","signature":"f2048f153ba79e7cae5f324b64d139f2","impliedNodeFormat":1},{"version":"7e1ffdb293c6412b1e5640ee3929dc1b","signature":"bbe9adb02e49d66ebc9e41deb357603e","impliedNodeFormat":1},{"version":"6f0e5ddab5f72da096c343f1e3bb13d6","signature":"e9f9d7db77e2675481731c11fb71bb8f","impliedNodeFormat":1},{"version":"04888ef7f6b3f3a802524aaa678b6023","signature":"7c32af6ca510ade41a9bdd44d8125cc2","impliedNodeFormat":1},{"version":"46e63bee78121cf31ad55ad1785a3eb1","signature":"04d29e79cb45c70bfa9a724a2e14a5ac","impliedNodeFormat":1},{"version":"78eb3a62ce45098b2beca0d42bf0781b","signature":"059e165ce6c18dd8b1bf823ce6e8dd5d","impliedNodeFormat":1},{"version":"b4e626a3df4871d9967108f98e49f1c4","signature":"b3cf8efe6e466b47d882811b36ebf8f1","impliedNodeFormat":1},{"version":"3143a8743109dd69befed56b318fafa4","signature":"3d5418932e0dd4661de58121d994a6fb","impliedNodeFormat":1},{"version":"b1b5041f2d537de5592470ecfd2ffa0b","signature":"e2f38c26a1a702b997de2b376c803356","impliedNodeFormat":1},{"version":"9305181bc420ee3d9bdae45fc9456ee0","signature":"fdd96c069305448748e69a61780db75e","impliedNodeFormat":1},{"version":"de6c056cf2b6899f32b34d2bdb8025ea","signature":"36548838d655da3abcd8caf9ef666b21","impliedNodeFormat":1},{"version":"edbfd1bbfb2cb012739284ab5fb70e04","signature":"93f24637697f623e67451b0191652a2e","impliedNodeFormat":1},{"version":"1703285221b93fdf38f7cd7150875897","signature":"8d89a8b2024ef3f1f26aeff0cc0f7b8d","impliedNodeFormat":1},{"version":"0eccf954e4457a061495f5ef3b574814","signature":"1cba3dfafc8d2765738fe4ed45b4204a","impliedNodeFormat":1},{"version":"1b32076ab9a3be88b3e283fd391cb189","signature":"cb077d87b3acbf74ea7b2fa4f7fb5b39","impliedNodeFormat":1},{"version":"a39c67654b8f94b129cef68369ecda23","signature":"ed66288cc5450fa9fca69b775c15866c","impliedNodeFormat":1},{"version":"d07fbbb7d23b459baf832788eb8c1216","signature":"5556defe0acb30171d6ff04a6fe21fb7","impliedNodeFormat":1},{"version":"1031e546bcd6a82ed6f001dc3fd163c3","signature":"23ef0fde08d43753156f0bbbb89efa4b","impliedNodeFormat":1},{"version":"87cf82ca7d3aea2b63be893835133fb5","signature":"9f0ee61cddc927644edc7ace30253825","impliedNodeFormat":1},{"version":"3289ee737da4404d33f4663811ca71d2","signature":"6fd0e15e446fa04a4162a3010c7a3883","impliedNodeFormat":1},{"version":"4d56b292a58ea4c38b4cba4c3d241d80","signature":"c70e4fd277c1ef223578a189a2c6c146","impliedNodeFormat":1},{"version":"a7b5f2b6c11d0455c0a4d800c40be521","signature":"82004c5090c6e5996c6604e28cfb991a","impliedNodeFormat":1},{"version":"9bc5c8960da246cb543d2e85df03d92b","signature":"8f8528a95bd9946326d2781b3edf146e","impliedNodeFormat":1},{"version":"88dc47f0b8452f865c98ca36fe70fc0e","signature":"6cfb1f467d8b30871ad68cb72c27ed24","impliedNodeFormat":1},{"version":"e5c865ffac7040c296ecbe124ee457d5","signature":"259baaaa1718e416e949618ce64c3162","impliedNodeFormat":1},{"version":"2c40aa15d175b74c2a90c96c0c70e11e","signature":"8b5e7eaf887ddd99f774cf5752e0a456","impliedNodeFormat":1},{"version":"145b9dacfff260cc1e7788692499c7d6","signature":"f5dc041918710ae2ee5683ef1c2bfb72","impliedNodeFormat":1},{"version":"aaf2ee201eb4816d544f4c23f2696496","signature":"86a177c1ae9207485fd45282dd533d6a","impliedNodeFormat":1},{"version":"b3b578a08e77cb15867f3236b2a3af92","signature":"3731ac3565e95d8e510976295277c943","impliedNodeFormat":1},{"version":"1932cc3df6d7afd7d7b621fb349af5b8","signature":"3018b67e47c4c25b217e9616e8ed1551","impliedNodeFormat":1},{"version":"738de96c6c204274cd5d88b1a20ad4b7","signature":"b6b6d42a1cf03b7a2caa45095e2ddb89","impliedNodeFormat":1},{"version":"13d0d0946190ab2992ecfea8c22ce6f5","signature":"dfc6c5de03a946c59efa439f0091cbb8","impliedNodeFormat":1},{"version":"cb7f2fdffbe73b4d4106b5daa949f718","signature":"a2c5d52e09448f4ed861e5faf03ad043","impliedNodeFormat":1},{"version":"4e3094026b0fcfe429d523240421440e","signature":"e5503593cc4ed05ee18b62c6adcf7578","impliedNodeFormat":1},{"version":"7b5d4a5b55b19f4b73daedf90fde6506","signature":"4162f2ca4dc251afa404810b4330fad5","impliedNodeFormat":1},{"version":"ca64962d41d4aab07f21802bb8c2ff93","signature":"fd43188ed95073833ae3cdda28fd8810","impliedNodeFormat":1},{"version":"d6363795911c612e38b1adeacab06bc2","signature":"fa9a1646d6d8eb617951add0e1f78da7","impliedNodeFormat":1},{"version":"c3011ffc08edfbe8c82f8ff4a4378184","signature":"abd531ba60d5d96468f6d20e2670ffb6","impliedNodeFormat":1},{"version":"24b1e07e3b1021ae284afdc9deb644c5","signature":"451e83661af7d8d790405657e7cdc8b3","impliedNodeFormat":1},{"version":"91a16783ade271abe0b0014da108ea1b","signature":"f21c90e8771859f5ab0202001d126368","impliedNodeFormat":1},{"version":"76d77ab5fcc546f0ecd02825d18bf88a","signature":"f644d6bf6ff312b19b1da5843890a490","impliedNodeFormat":1},{"version":"28a167e64910d5328658eaaf47791a4b","signature":"1d4f852f71d6bd4b00373a68d0a98d9f","impliedNodeFormat":1},{"version":"1bdb760ffc0a839ffc15e8dea50ecbd5","signature":"fc08532b00744ab1280d5c3c281a9ca6","impliedNodeFormat":1},{"version":"6dc7c831f0316dd966e1bc10c16df591","signature":"63aad687a93919b04382fb47c09ca34e","impliedNodeFormat":1},{"version":"9c9c10f74dfe8d417a97b41eb906414b","signature":"1fd7966f1e1a3b9244812fac4fba6568","impliedNodeFormat":1},{"version":"408b371b3e6774a1a4ec3fb237f23a59","signature":"8b56d64ba327399e3724d04f2e14bb3e","impliedNodeFormat":1},{"version":"a627a5cb8eda1efac70ae7f9c0656f8c","signature":"a8b562ad74b63ad8905d7776bc5aa848","impliedNodeFormat":1},{"version":"331444e98f73e3d301bb01e8e3288ea6","signature":"113aa1cb82720cfacadcde5221d1fdc1","impliedNodeFormat":1},{"version":"2576cc2af77d241c5cd6bea6d1b651eb","signature":"207b971f274cb68869254abcd0804612","impliedNodeFormat":1},{"version":"baa1320e0353e82f83e25a140131a738","signature":"0e0ed77f3d48eda8826b17d59f4c398d","impliedNodeFormat":1},{"version":"343ff3f014f859cefe686c712ea2c21d","signature":"18372f429a0a7e4366a6beaeac4398ec","impliedNodeFormat":1},{"version":"f421abe53bb6db52cc120af30e1800df","signature":"2b04c31c7c1175aeadacb22cc014b1d4","impliedNodeFormat":1},{"version":"9469f84099ab09fee42c091c8ec990e0","signature":"a9a6094563e12ad7056e6567dbe2931f","impliedNodeFormat":1},{"version":"8b92a0994a9afae616d3cf2b2169868d","signature":"213eb6766835ed3c51790be3bb8a48ca","impliedNodeFormat":1},{"version":"b17cc58db7a237e765d3aa957ff3da44","signature":"625d10aae5b5670b437f700b85ea8f37","impliedNodeFormat":1},{"version":"c8230d2fe49cb76853c6a2f278d1780c","signature":"49168af28e1507d02738d739379659cc","impliedNodeFormat":1},{"version":"fb2d4424c1314324fc7f77644863ed3e","signature":"6df572fdb4132ad34e123ca32c04b53f","impliedNodeFormat":1},"e22d6364b514b988aaa68cad3e2602b5","be2e176dc45b144c026e3ae09f7f91f5","de67f2d9c8e38582610c7c98df1788a1","1b3158a1a6d317b1c468286c3cf11a52","afcf6101a534b0a0bdcee7b9eedf6f8f","dd26a76663431d38b5686994d19907a6","0329637cc9b41eb4cd7477fea080a239","9abb48a6060724febe2476521e93fe94","377b126ad86ece3abad2c418eb9401f4","a62d8dafef1e7f21c6440685faa5ce88","1957699036072eb6542c248423523f7b","cc8737a9eac127acc4619307c670d559","2ec36d5822b045906df0d1104ed6eeb1",{"version":"2067be3b7be43db4d64d185bcb58dc92","signature":"a3f669e267bf509a7d7998403a0ab493","impliedNodeFormat":1},{"version":"8b048d0778961c0aedffebe17c7d3909","signature":"7135694ff0893508713426139d189119","impliedNodeFormat":1},{"version":"266f7eb1cce0bf567bd7c7a7bb5d1e58","signature":"abe7d9981d6018efb6b2b794f40a1607","impliedNodeFormat":1},{"version":"920a3b955d0b77b44a886545bcd990e3","signature":"6e040675b46d7332ceb26943c8e27e3e","impliedNodeFormat":1},{"version":"7f6afeb94dfc5112c19ef075db4b55ec","signature":"1242f8692d3fb372d225a53a05ed5033","impliedNodeFormat":1},{"version":"5b68feecc9fd7e22b1eb2216b9eae383","signature":"bd0c7d9eaf0117b6fafd3abeb42753f1","impliedNodeFormat":1},{"version":"daf4c48e108b9a10dc2110fed9d1a02f","signature":"4bf5931ef37f56ebe94370972fa4a97f","impliedNodeFormat":1},{"version":"7a131a79b42352a98b2adcf20c6148fa","signature":"67e25abb7d0bdfd44c0ffd5e93005d55","impliedNodeFormat":1},{"version":"afdce3940da3eb7b6e3149f787688901","signature":"c18834cc65c08bf9faee6d8ef0ab7dae","impliedNodeFormat":1},{"version":"260e640ffcab443989cddec7a5835ffa","signature":"4d5c05e86a83cabd2c53cbeb31787d89","impliedNodeFormat":1},{"version":"3e65157ad6bc38c2b28b7ac80e2250c6","signature":"5e32050b6e1fba7f115ef32863100df3","impliedNodeFormat":1},{"version":"bb30ab52bd1c67371274eaa0a4da8a42","signature":"20ef31fb7ebee1b5c811d37f161f753b","impliedNodeFormat":1},{"version":"3d5b2258dac1d435acb8174bc12d869d","signature":"621a2fd49fc346d5e6ef391ee6f1174e","impliedNodeFormat":1},{"version":"d4faa94b40ba233d0ab554d7771ff2e4","signature":"e1b6bfa0dcdfdcadb806faecec1bab20","impliedNodeFormat":1},{"version":"f82d1b490e2a49189d1ae0615c78b561","signature":"7f5cf8316cd3afa6c2a7bf164e41c01c","impliedNodeFormat":1},{"version":"85a29dd18c6b8750149652b7b37d3f41","signature":"ada4a9e332ef255ab8ca9b75709697e0","impliedNodeFormat":1},{"version":"8797a5c58f01c7bbfb615245c33f6465","signature":"a1ab8acfeaa56071456e3b5123e081f9","impliedNodeFormat":1},{"version":"2b869347ec2faa850fa42cd999e24201","signature":"c15c3f7bdfdddacd54c8f558a9ac5bca","impliedNodeFormat":1},{"version":"7f08c5618d439422a67c4cd7a9a0a812","signature":"398a59099153c112dae8d1f27371354d","impliedNodeFormat":1},{"version":"5357c65384d4c79d0fc7e35852a9ab44","signature":"0b2307ad322add0ab62b253853355182","impliedNodeFormat":1},{"version":"02f28744f36ed941fad4995ba4d2402b","signature":"ec6e3831245bea35eb70bbb414f31ce9","impliedNodeFormat":1},{"version":"6a2ecee3730224f34562ef1b2fd1d792","signature":"c1811ee12faa5694bd2e4f266aaa6a0b","impliedNodeFormat":1},{"version":"746493f66e54dbf0297d2370aa0d7729","signature":"f142837de4fdb3a3f4ced9b0a47dd33f","impliedNodeFormat":1},{"version":"680a400445920399bcd99ec1294a7511","signature":"101f5ed4d690095de7357cc7c53ebc8f","impliedNodeFormat":1},{"version":"8fcc9960891f6653844e2ab888f0b5d8","signature":"1ba9c82e787c5f3596abdee0beb62733","impliedNodeFormat":1},{"version":"303dbc66609b6b6d522efbb32163c888","signature":"ffb7afba9f02287ea427a3c19f29d0fa","impliedNodeFormat":1},{"version":"9a6d94a82be4652c5672cd99f1379a26","signature":"edf7ae7530fbcbeb8933fc5e8743b991","impliedNodeFormat":1},{"version":"47b5a6fd47b976e7f389bf783d08d137","signature":"d6a2d52b82058e8d82c36fe2ba903947","impliedNodeFormat":1},{"version":"8248609af822e1d2254386019d4b37e6","signature":"449761dbfebca4ed0872e5da7ded13ba","impliedNodeFormat":1},{"version":"389777b8aad4e99c1505e4092f37c331","signature":"f2f71549089f0f8b4a60362d6d769ff6","impliedNodeFormat":1},{"version":"d4cfd111c2aa87d74c639904af9ba31b","signature":"ffc9328c691dc6970ef0512f441f0947","impliedNodeFormat":1},{"version":"ca6a60e35801bc38ee572d6a18fc0d40","signature":"abe7d9981d6018efb6b2b794f40a1607","impliedNodeFormat":1},{"version":"8e459d3e27f8234816231eeefa7ecd35","signature":"d89d9dc97796f0ed901b84700122e2ed","impliedNodeFormat":1},{"version":"6b781caacff106cdd8f13373fa285aa0","signature":"67fa6b18522fda297033069940204bd7","impliedNodeFormat":1},{"version":"6a40704922496955ede6e6db5e027c93","signature":"9fce0ffb973e2fd1f195a62a11212605","impliedNodeFormat":1},{"version":"40961590b1fcbdcec7da56b7ecd00fe0","signature":"29d358faf9abfaceb10bfa7aa5672d95","impliedNodeFormat":1},{"version":"bf9e50b53f9bf077d0bb941f435f609f","signature":"2d1b4caeebba4d3807bc0597f79db811","impliedNodeFormat":1},{"version":"2b374048c1c4ffff450563d5ee9a3454","signature":"17cb72b5e4c57f6afd8db785ae8b01d7","impliedNodeFormat":1},{"version":"3695e88edac16d827f10474f0c4ce360","signature":"718b4587b9360694aef8f0d46d443e5f","impliedNodeFormat":1},{"version":"657040db19da039dfa475cea79d172e9","signature":"172279c329c528fada4922e8f725ea52","impliedNodeFormat":1},{"version":"9eab2db9554f52b781dd4934e903c084","signature":"868c534d63bad1e235f2e1239313d769","impliedNodeFormat":1},{"version":"3df001b85438d6e281c35babfeaa007f","signature":"1995fc2b14108cbc761e378c823086b5","impliedNodeFormat":1},{"version":"66f0aeec313369204ceaa73a918dd1d2","signature":"aa7d0136ab683a74d0e61b19fbfed907","impliedNodeFormat":1},{"version":"c0f862ea266d8697c7923deb9a440f02","signature":"44a8f70d53ec0dbc6cd5f695bf26f54a","impliedNodeFormat":1},{"version":"9692f4575ba598fa67fdff500de3a9d6","signature":"b8915db092c83516788f98d12fcaf4e2","impliedNodeFormat":1},{"version":"cabc91fcd8eea49991059073efa7a691","signature":"d6853b4d1399e000981cb11e2bb07ea5","impliedNodeFormat":1},{"version":"9a21efca8890d6431dba4f1a24c2cd67","signature":"cb105f34648fe0a56ed7a10999e0f8a1","impliedNodeFormat":1},{"version":"a622bb68d5936afca390f565af73cdb3","signature":"d2ca7eece437f6aaf03b276a999bd52d","impliedNodeFormat":1},{"version":"e864493552014e659cc750624e21f919","signature":"0facf3587576cf3ffbafe6225df53df1","impliedNodeFormat":1},{"version":"0e313c410b95b9973d5a9c0f089a6ec0","signature":"ea300083e7ca54a30525407d6b0378c4","impliedNodeFormat":1},{"version":"8e1f4099791c9d07107a2d35662d1e2d","signature":"212a38ae2247b2fb945386748ec5e643","impliedNodeFormat":1},{"version":"85d5915f823ce5fd2b24411884c184bc","signature":"2de0c07b9bd8f2547589ba0072fc423a","impliedNodeFormat":1},{"version":"89ec723b130f7143cc62a77870a119f3","signature":"05a07d144932b5e3a2c54d78e68176b5","impliedNodeFormat":1},{"version":"2f8e398ed0f1e61f9824c849eb9d42e9","signature":"934dbbfa1d5975cd54b84e7e84ae4062","impliedNodeFormat":1},{"version":"b357dbe7bcb0faa782cf7c61b15ce292","signature":"5fcdc85569175bd86b89ab2470f204e1","impliedNodeFormat":1},{"version":"fae70de39496f0cc8d0ec7acd51942bf","signature":"6df203d55e53cd670eda83e7e4e15a28","impliedNodeFormat":1},{"version":"a81d48eb89a648d95e88f1c375ab5bea","signature":"d7ccee3ea78ed28a5111941dc01df763","impliedNodeFormat":1},{"version":"db4e7f447e13e3704b58cf3ed3ebe6a7","signature":"b626f6a2a14ce64264b044099fd384f1","impliedNodeFormat":1},{"version":"afeb9a4db3d13b90423af86f75e776fc","signature":"4cd587fd8da544cfb98807922822e217","impliedNodeFormat":1},{"version":"204d6ff4062ff920c40d86ea93e08073","signature":"c6c347adf7c33992c5dfe231097c6172","impliedNodeFormat":1},{"version":"2a29bff4abce54fe09d5c22781e4067d","signature":"d81015602c081eff45ae91273a4c45bd","impliedNodeFormat":1},"5d65cd53626e4ec44240580aa1ac0d3e","7deced3ef46e082f97d49bb71622526a",{"version":"5a55edce3edd6f09fca5f75442009845","affectsGlobalScope":true,"impliedNodeFormat":1},"5488c29e6c87651af95969aad2e42453","8e91e7228778516936913f666d057c19",{"version":"d654105cb77b985497d35404d20b645b","affectsGlobalScope":true,"impliedNodeFormat":1},"d077bfdb57f6d7361d691d85d5873a58","ffcd9fb836010754d1f97e671e73053d",{"version":"a48d257cbb4a6085713edf1c49fe697b","affectsGlobalScope":true,"impliedNodeFormat":1},"c57682233d627206c477b36c1c175b7c","6af87923c0a2fe8ce570cfe523673f64","fd061ec66f1bf1164d618b00f144fb14","3c4f60280878b8345b0fa92528f5811f","830abff471a2012e5900236d0fb914f8","d02b2d76c87262ca69e40c38d88960c4",{"version":"7ed47a7721271e796e9756b45734feaf","affectsGlobalScope":true,"impliedNodeFormat":1},"a6b09f34524a4f8129395ea5ee36c1fe",{"version":"5b7ec703b3ca679bb2e3804a048b3b2b","affectsGlobalScope":true,"impliedNodeFormat":1},"b0b91b33a9770256502ef243e3574f92","1aded56802863cc9a3b08e3237b51980","6ea3025e925f5557420b30595387236c","8fef5bc6183aef78f7ea6abdee3eb278","de692649fb693eb4e602e3fa16f7eb51","d85a56288b8694b0a3646b1fbe43c98f",{"version":"35bdef862d6f3d03fc58ec87789d7f27","affectsGlobalScope":true,"impliedNodeFormat":1},"ac66d3896dc001b083c6749ce121579a","0e8e164c8b2b9dbdefab153730964f65","2c0ca71b681b1718fe2a78e1d88eae2f",{"version":"71181fa8c4e983f657fa1aa2aca42a9d","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"18e1df8f0624f65348c539f011c8b78d","affectsGlobalScope":true,"impliedNodeFormat":1},"e239bce6cb02708b6261eaf3f02ebdf7","f0eba43577e084c67b03ae288e64e76b","24a75db43628cc900165d97d880b8803","18dbb03d4108590aacd6c0e668c341de","5db7d88791d908ed7daff3ee099601c7","78e3b1fd214dc6708f961fb351b876a5","89a67f7dccb73edbd0274a7e2050c96c","3b33c4e5a6ebb08155574635cee16522","981512492af463709c89b217caf31b29","01c30098f0082c806412089a32dc0078",{"version":"fe83b5f1d2ef4bbbec34f45c35953e18","affectsGlobalScope":true,"impliedNodeFormat":1},"c536c7b3729954b7540d5e4526fc7776","a0247073b59307250618880fe003e174","7a44c0df1490ba27e5ec164c521cc006","f9d5461ac0a765db02f4f2fcdbe516b9",{"version":"01ddf16a4b5b06c356a1d9247a17458f","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"d6100753f28a0903ae3f9865311303ac","affectsGlobalScope":true,"impliedNodeFormat":1},"e42c0d8bc1d0d645ab2c95477aa6b9bc","21d3c06cb938d5146ddc27faeb00962b","3f5e441835eca1e1f48f79127eb6a4e6","c5fdc90a1e5bcd3d0376b68c9131b2c0","0e518b3221a07f0fcb1c04072e1b2ab1",{"version":"e5455d8310f20708cbe7e3a5582117d2","affectsGlobalScope":true,"impliedNodeFormat":1},"3784d895c563e05f6d3ea4aa5d917aa6","073fbdb2234a1b8c6b7c6d6bec39d9a6","8d1fb14a9fc7d90621a856faa99f2b0b","b8d28e53fe556430765a8ad327b669d3","82cf71c93cb0a9b9eec42a1c4e7f0b0f","f9b063aa0f8637199e55ca2cc972f49a","ec6d9ad3563db450287dabf2065c3e3a","89b465384c3f1697fc2e88e0e56457b5","271c1155de331a675ff9cb1eb1600c8c",{"version":"d9f37c3ca590b1069c67f8566371a099","affectsGlobalScope":true,"impliedNodeFormat":1}],"fileIdsList":[[77,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[110,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[113,114,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,310],[62,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[62,65,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[63,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,312,315],[180,182,183,184,185,186,187,188,189,190,191,192,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[180,181,183,184,185,186,187,188,189,190,191,192,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[181,182,183,184,185,186,187,188,189,190,191,192,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[180,181,182,184,185,186,187,188,189,190,191,192,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[180,181,182,183,185,186,187,188,189,190,191,192,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[180,181,182,183,184,186,187,188,189,190,191,192,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[180,181,182,183,184,185,187,188,189,190,191,192,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[180,181,182,183,184,185,186,188,189,190,191,192,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[180,181,182,183,184,185,186,187,189,190,191,192,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[180,181,182,183,184,185,186,187,188,190,191,192,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[180,181,182,183,184,185,186,187,188,189,191,192,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[180,181,182,183,184,185,186,187,188,189,190,192,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[180,181,182,183,184,185,186,187,188,189,190,191,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,256,257,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,293,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,294,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,296,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,297,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,298,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,299,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,300,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,302,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,303,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,304,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,305],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,308,314],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,312],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,309,313],[254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,311],[98,99,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[109,117,134,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[88,90,158,159,160,161,162,163,164,165,166,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[166,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[77,115,117,132,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[102,109,118,119,120,121,122,123,124,125,126,127,128,129,130,131,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[117,131,134,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[77,110,111,112,115,116,117,131,132,133,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[77,117,129,134,175,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[77,111,117,131,134,166,168,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[77,110,111,112,117,131,132,133,134,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[111,117,131,134,166,168,192,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[111,117,125,131,134,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[122,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[121,122,238,239,240,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[247,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305],[175,254,255,257,259,260,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305]],"options":{"composite":true,"emitDecoratorMetadata":true,"declaration":true,"experimentalDecorators":true,"module":199,"noFallthroughCasesInSwitch":false,"noImplicitAny":true,"noImplicitThis":true,"noImplicitReturns":false,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./dist","removeComments":true,"rootDir":"./src","skipLibCheck":true,"strict":true,"sourceMap":true,"target":8,"esModuleInterop":true},"referencedMap":[[110,1],[111,2],[112,3],[113,1],[115,4],[114,1],[116,2],[308,2],[311,5],[64,2],[62,2],[65,6],[66,7],[67,6],[63,6],[68,8],[69,2],[70,2],[77,9],[71,2],[72,6],[73,2],[74,6],[75,2],[76,2],[310,2],[316,10],[181,11],[182,12],[180,13],[183,14],[184,15],[185,16],[186,17],[187,18],[188,19],[189,20],[190,21],[191,22],[192,23],[254,24],[255,25],[257,26],[259,27],[260,28],[261,29],[262,30],[263,31],[264,32],[265,33],[266,34],[267,35],[268,36],[269,2],[270,37],[271,38],[272,39],[273,40],[256,2],[306,2],[274,41],[275,42],[276,43],[307,44],[277,45],[278,46],[279,47],[280,48],[281,49],[282,50],[283,51],[284,52],[285,53],[286,54],[287,55],[288,56],[290,57],[289,58],[291,59],[292,60],[293,61],[294,62],[295,63],[296,64],[297,65],[298,66],[299,67],[300,68],[301,69],[302,70],[303,71],[304,72],[305,73],[57,2],[58,2],[11,2],[9,2],[10,2],[15,2],[14,2],[2,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[22,2],[23,2],[3,2],[24,2],[25,2],[4,2],[26,2],[30,2],[27,2],[28,2],[29,2],[31,2],[32,2],[33,2],[5,2],[34,2],[35,2],[36,2],[37,2],[6,2],[41,2],[38,2],[39,2],[40,2],[42,2],[7,2],[43,2],[48,2],[49,2],[44,2],[45,2],[46,2],[47,2],[8,2],[59,2],[53,2],[50,2],[51,2],[52,2],[54,2],[1,2],[55,2],[56,2],[13,2],[12,2],[258,2],[309,2],[315,74],[313,75],[314,76],[312,77],[60,2],[61,2],[78,1],[79,2],[80,2],[81,2],[82,2],[83,2],[84,1],[85,2],[86,2],[87,2],[88,1],[89,2],[90,1],[91,2],[92,1],[93,2],[94,2],[95,2],[96,2],[97,2],[100,78],[101,2],[99,2],[102,2],[103,2],[104,2],[105,2],[106,2],[107,2],[108,1],[109,2],[135,79],[136,2],[137,1],[138,2],[139,2],[140,2],[141,2],[142,2],[143,2],[144,2],[145,2],[146,2],[147,2],[148,2],[149,2],[150,2],[151,2],[152,2],[153,2],[154,2],[155,2],[156,1],[157,2],[158,1],[167,80],[166,2],[168,81],[169,2],[170,1],[171,1],[172,2],[118,2],[133,82],[132,83],[131,2],[173,84],[134,85],[174,84],[176,86],[177,87],[178,88],[179,84],[193,89],[194,84],[195,90],[196,2],[197,2],[198,1],[199,2],[200,2],[201,1],[202,2],[203,2],[119,2],[204,2],[205,2],[206,2],[207,2],[208,2],[209,2],[210,2],[211,2],[212,2],[213,2],[214,2],[215,2],[216,1],[217,2],[218,2],[219,2],[220,2],[221,2],[159,1],[222,2],[120,2],[223,1],[121,2],[117,2],[122,2],[224,91],[160,1],[161,1],[228,2],[225,2],[226,2],[162,1],[227,2],[123,2],[229,2],[230,1],[124,2],[231,1],[125,2],[126,2],[98,2],[232,2],[233,2],[234,2],[235,2],[236,2],[163,1],[127,2],[128,2],[237,1],[238,2],[239,2],[240,2],[241,2],[242,92],[243,2],[165,1],[244,2],[245,2],[246,2],[164,1],[175,2],[248,93],[247,94],[129,2],[249,2],[250,2],[251,2],[130,2],[252,2],[253,1]],"latestChangedDtsFile":"./dist/workspace-section/WorkspaceSectionId.d.ts"}
|
|
1
|
+
{"version":"7.0.0-dev.20260327.2","root":[[60,61],[78,108],[116,181],[195,240],[248,266]],"fileNames":["lib.es5.d.ts","lib.es2015.d.ts","lib.es2016.d.ts","lib.es2017.d.ts","lib.es2018.d.ts","lib.es2019.d.ts","lib.es2020.d.ts","lib.es2021.d.ts","lib.dom.d.ts","lib.dom.iterable.d.ts","lib.dom.asynciterable.d.ts","lib.webworker.importscripts.d.ts","lib.scripthost.d.ts","lib.es2015.core.d.ts","lib.es2015.collection.d.ts","lib.es2015.generator.d.ts","lib.es2015.iterable.d.ts","lib.es2015.promise.d.ts","lib.es2015.proxy.d.ts","lib.es2015.reflect.d.ts","lib.es2015.symbol.d.ts","lib.es2015.symbol.wellknown.d.ts","lib.es2016.array.include.d.ts","lib.es2016.intl.d.ts","lib.es2017.arraybuffer.d.ts","lib.es2017.date.d.ts","lib.es2017.object.d.ts","lib.es2017.sharedmemory.d.ts","lib.es2017.string.d.ts","lib.es2017.intl.d.ts","lib.es2017.typedarrays.d.ts","lib.es2018.asyncgenerator.d.ts","lib.es2018.asynciterable.d.ts","lib.es2018.intl.d.ts","lib.es2018.promise.d.ts","lib.es2018.regexp.d.ts","lib.es2019.array.d.ts","lib.es2019.object.d.ts","lib.es2019.string.d.ts","lib.es2019.symbol.d.ts","lib.es2019.intl.d.ts","lib.es2020.bigint.d.ts","lib.es2020.date.d.ts","lib.es2020.promise.d.ts","lib.es2020.sharedmemory.d.ts","lib.es2020.string.d.ts","lib.es2020.symbol.wellknown.d.ts","lib.es2020.intl.d.ts","lib.es2020.number.d.ts","lib.es2021.promise.d.ts","lib.es2021.string.d.ts","lib.es2021.weakref.d.ts","lib.es2021.intl.d.ts","lib.es2025.intl.d.ts","lib.esnext.intl.d.ts","lib.esnext.temporal.d.ts","lib.decorators.d.ts","lib.decorators.legacy.d.ts","lib.es2021.full.d.ts","./src/activity-feed/ActivityFeedEventType.ts","./src/application/HeaderKeys.ts","../../node_modules/@paradoxical-io/types/dist/brands.d.ts","../../node_modules/@paradoxical-io/types/dist/errorTypes.d.ts","../../node_modules/@paradoxical-io/types/dist/address.d.ts","../../node_modules/@paradoxical-io/types/dist/date.d.ts","../../node_modules/@paradoxical-io/types/dist/doOnce.d.ts","../../node_modules/@paradoxical-io/types/dist/encryption.d.ts","../../node_modules/@paradoxical-io/types/dist/errorWithCode.d.ts","../../node_modules/@paradoxical-io/types/dist/exceptions.d.ts","../../node_modules/@paradoxical-io/types/dist/exhaustiveness.d.ts","../../node_modules/@paradoxical-io/types/dist/json.d.ts","../../node_modules/@paradoxical-io/types/dist/keys.d.ts","../../node_modules/@paradoxical-io/types/dist/nullish.d.ts","../../node_modules/@paradoxical-io/types/dist/pii.d.ts","../../node_modules/@paradoxical-io/types/dist/types.d.ts","../../node_modules/@paradoxical-io/types/dist/util.d.ts","../../node_modules/@paradoxical-io/types/dist/index.d.ts","./src/application/Id.ts","./src/application/query/OrderDirection.ts","./src/auth/AccessLevelDomain.ts","./src/auth/AccessLevelType.ts","./src/auth/ChannelMembershipEntity.ts","./src/auth/access-management/CaslAction.ts","./src/auth/keys/ApiKeyId.ts","./src/automations/AutomationDateToken.ts","./src/automations/AutomationEventBusKey.ts","./src/automations/AutomationEventType.ts","./src/automations/AutomationId.ts","./src/automations/AutomationTriggerType.ts","./src/automations/action/AutomationActionId.ts","./src/automations/action/AutomationActionType.ts","./src/automations/action/audit/AutomationActionAuditId.ts","./src/automations/action/audit/AutomationActionStatus.ts","./src/automations/action/component-data/DynamicComponentDataType.ts","./src/automations/action/settings/ArithmeticOperator.ts","./src/automations/action/settings/ArrayValueOperation.ts","./src/automations/condition/LogicalOperator.ts","./src/workflow-entity/filters/ComparisonOperator.ts","./src/automations/condition/operands/OperandValue.ts","./src/automations/condition/operands/Comparitor.ts","./src/automations/condition/operands/OperandType.ts","./src/automations/error/AutomationErrorCode.ts","./src/billing/BillingSubscriptionStatus.ts","./src/billing/PlanTier.ts","./src/billing/SubscriptionPlanPriceInterval.ts","./src/billing/SubscriptionPlanType.ts","./src/billing/SubscriptionStatus.ts","./src/bundle/BundleListingId.ts","../../node_modules/@coast/service-common/dist/logger/DeepLogObject.d.ts","../../node_modules/@coast/service-common/dist/logger/LogLevel.d.ts","../../node_modules/@coast/service-common/dist/logger/LogMessage.d.ts","../../node_modules/@coast/service-common/dist/trace/RequestId.d.ts","../../node_modules/@coast/service-common/dist/trace/TraceId.d.ts","../../node_modules/@coast/service-common/dist/trace/Trace.d.ts","../../node_modules/@coast/service-common/dist/types/MakeRequired.d.ts","./src/utils/HttpStatus.ts","./src/bundle/error/BundleListingErrorCode.ts","./src/dashboard/error/DashboardErrorCode.ts","./src/integration/error/IntegrationErrorCode.ts","./src/user/error/UserErrorCode.ts","./src/utils/ConstEnum.ts","./src/utils/MultiEnum.ts","./src/view-template/error/ViewTemplateErrorCode.ts","./src/workflow-app/error/WorkspaceDuplicationErrorCode.ts","./src/workflow-entity/error/ComponentDataErrorCode.ts","./src/workflow-entity/error/WorkflowEntityErrorCode.ts","./src/workflow-entity/recurring/error/RecurringEntitiesErrorCode.ts","./src/workflow-entity/search/error/WorkflowEntitySearchErrorCode.ts","./src/workflow-template/components/error/ComponentErrorCode.ts","./src/workflow-template/error/WorkflowTemplateErrorCode.ts","./src/error/GeneralErrorCode.ts","./src/error/ErrorCode.ts","./src/error/ApiError.ts","./src/exception/CoastException.ts","./src/bundle/error/BundleHasActiveListingException.ts","./src/bundle/error/CannotListDisabledBundleException.ts","./src/bundle/error/MultipleBundleListingsException.ts","./src/business/BusinessEventType.ts","./src/business/BusinessId.ts","./src/business/BusinessMembershipRole.ts","./src/business/ListBusinessesOrderBy.ts","./src/card/CardStatus.ts","./src/card/EntityEventType.ts","./src/card/EntityRecurrenceScope.ts","./src/card/WorkspaceFocus.ts","./src/card/card-definition/CardUITemplateType.ts","./src/card/card-definition/CoastJSONFieldType.ts","./src/card/card-definition/DefinitionTypeIdentifier.ts","./src/card/card-reminder/CardReminderEventType.ts","./src/card/card-reminder/ReminderRelativeTo.ts","./src/card/client-event/ClientEventType.ts","./src/card/list-cards/CardRelationFilterType.ts","./src/card/list-cards/LegacyCardRelationFilterType.ts","./src/card/list-cards/ListCardsOrderBy.ts","./src/card/related-card/RelatedCardType.ts","./src/channel/ChannelEventType.ts","./src/channel/ChannelRestorationConstants.ts","./src/channel/ChannelSlug.ts","./src/channel/ChannelType.ts","./src/channel/WorkspaceId.ts","./src/user/UserId.ts","./src/view-template-layout/ViewTemplateLayoutId.ts","./src/view-template-layout/ViewTemplateLayoutItemId.ts","./src/view-template/ViewTemplateId.ts","./src/workflow-entity/recurring/RecurringEntitiesScheduleId.ts","./src/workflow-template/components/ComponentId.ts","./src/workflow-template/WorkflowTemplateId.ts","./src/common/EntityType.ts","./src/common/EntityIdMap.ts","./src/common/EntityTypeLabels.ts","./src/common/EventKey.ts","./src/common/ISODateString.ts","./src/common/RRuleString.ts","./src/common/SortDirection.ts","./src/exception/AssertionFailedException.ts","./src/exception/ForbiddenException.ts","./src/workflow-template/components/ComponentType.ts","./src/exception/InvalidComponentTypeException.ts","./src/exception/InvalidEntityReferenceException.ts","./src/exception/MultiException.ts","./src/exception/NotDefinedException.ts","../../node_modules/@types/lodash/common/common.d.ts","../../node_modules/@types/lodash/common/array.d.ts","../../node_modules/@types/lodash/common/collection.d.ts","../../node_modules/@types/lodash/common/date.d.ts","../../node_modules/@types/lodash/common/function.d.ts","../../node_modules/@types/lodash/common/lang.d.ts","../../node_modules/@types/lodash/common/math.d.ts","../../node_modules/@types/lodash/common/number.d.ts","../../node_modules/@types/lodash/common/object.d.ts","../../node_modules/@types/lodash/common/seq.d.ts","../../node_modules/@types/lodash/common/string.d.ts","../../node_modules/@types/lodash/common/util.d.ts","../../node_modules/@types/lodash/index.d.ts","./src/exception/NotFoundException.ts","./src/exception/UnauthorizedException.ts","./src/exception/test/CoastExceptionTest.ts","./src/export/DataExportType.ts","./src/export/ExportFormat.ts","./src/file-operations/FileOperationId.ts","./src/file-operations/FileOperationStatus.ts","./src/file-operations/FileOperationType.ts","./src/file-storage/FileId.ts","./src/integration/AppStatus.ts","./src/integration/IntegrationStatus.ts","./src/messaging/LegacyMessageSubtype.ts","./src/messaging/ThreadMessageReactionType.ts","./src/messaging/ThreadMessageType.ts","./src/messaging/TokenMentionType.ts","./src/messaging/TokenType.ts","./src/metrics/MessageEventType.ts","./src/metrics/MetricType.ts","./src/metrics/MetricUnit.ts","./src/metrics/StorageEventType.ts","./src/reporting/ReportingSource.ts","./src/search/SearchIndex.ts","./src/search/SearchResultType.ts","./src/shared-link/SharedCardLinkId.ts","./src/shared-link/SharedCardLinkType.ts","./src/user/ListUsersOrderBy.ts","./src/user/NotificationsPreference.ts","./src/user/UserCreationMethod.ts","./src/user/UserEventType.ts","./src/user/UserRole.ts","./src/user/group/UserGroupId.ts","./src/utils/test/MultiEnumTest.ts","./src/view-template/ListViewTemplateSortField.ts","./src/view-template/ViewSubtype.ts","./src/view-template/ViewType.ts","./src/view-template-layout/ViewTemplateLayoutItemType.ts","./src/webhook/WebhookType.ts","./src/workflow-app/bundle/BundleId.ts","./src/workflow-entity/WorkflowEntityEventId.ts","./src/workflow-entity/filters/DateToken.ts","./src/workflow-entity/filters/FilterType.ts","./src/workflow-entity/filters/TimeUnit.ts","./src/workflow-entity/recurring/RecurrenceOffsetUnit.ts","./src/workflow-entity/recurring/RecurrenceType.ts","./src/workflow-entity/sort/LexoSortKey.ts","./src/workflow-library/Industry.ts","../../node_modules/@coast/schemas/lib/constants.d.ts","../../node_modules/@types/json-schema/index.d.ts","../../node_modules/@coast/schemas/lib/schema.d.ts","../../node_modules/@coast/schemas/lib/fragments.d.ts","../../node_modules/@coast/schemas/lib/templateUtils.d.ts","../../node_modules/@coast/schemas/lib/index.d.ts","../../node_modules/@coast/schemas/index.d.ts","./src/workflow-library/IndustryIconNames.ts","./src/workflow-library/IndustryLabels.ts","./src/workflow-library/PackageType.ts","./src/workflow-library/TagType.ts","./src/workflow-library/UseCase.ts","./src/workflow-library/TagValue.ts","./src/workflow-library/UseCaseIconNames.ts","./src/workflow-library/UseCaseLabels.ts","./src/workflow-template/ListWorkflowTemplateSortField.ts","./src/workflow-template/behaviors/ActionType.ts","./src/workflow-template/component-subscription/ObserverAction.ts","./src/workflow-template/component-subscription/SubscriptionType.ts","./src/workflow-template/components/SortableComponentTypes.ts","./src/workflow-template/components/SortableComponentType.ts","./src/workflow-template/components/number/NumberFormat.ts","./src/workflow-template/components/server/ServerComponentId.ts","./src/workflow-template/components/time-tracker/TimeTrackerComponentDataAction.ts","./src/workflow-tier/WorkflowTierType.ts","./src/workspace-section/WorkspaceSectionId.ts","../../node_modules/@types/node/assert.d.ts","../../node_modules/@types/node/assert/strict.d.ts","../../node_modules/@types/node/globals.d.ts","../../node_modules/@types/node/async_hooks.d.ts","../../node_modules/buffer/index.d.ts","../../node_modules/@types/node/buffer.d.ts","../../node_modules/@types/node/child_process.d.ts","../../node_modules/@types/node/cluster.d.ts","../../node_modules/@types/node/console.d.ts","../../node_modules/@types/node/constants.d.ts","../../node_modules/@types/node/crypto.d.ts","../../node_modules/@types/node/dgram.d.ts","../../node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/@types/node/dns.d.ts","../../node_modules/@types/node/dns/promises.d.ts","../../node_modules/@types/node/dom-events.d.ts","../../node_modules/@types/node/domain.d.ts","../../node_modules/@types/node/events.d.ts","../../node_modules/@types/node/fs.d.ts","../../node_modules/@types/node/fs/promises.d.ts","../../node_modules/@types/node/http.d.ts","../../node_modules/@types/node/http2.d.ts","../../node_modules/@types/node/https.d.ts","../../node_modules/@types/node/inspector.d.ts","../../node_modules/@types/node/module.d.ts","../../node_modules/@types/node/net.d.ts","../../node_modules/@types/node/os.d.ts","../../node_modules/@types/node/path.d.ts","../../node_modules/@types/node/perf_hooks.d.ts","../../node_modules/@types/node/process.d.ts","../../node_modules/@types/node/punycode.d.ts","../../node_modules/@types/node/querystring.d.ts","../../node_modules/@types/node/readline.d.ts","../../node_modules/@types/node/repl.d.ts","../../node_modules/@types/node/stream.d.ts","../../node_modules/@types/node/stream/promises.d.ts","../../node_modules/@types/node/stream/consumers.d.ts","../../node_modules/@types/node/stream/web.d.ts","../../node_modules/@types/node/string_decoder.d.ts","../../node_modules/@types/node/test.d.ts","../../node_modules/@types/node/timers.d.ts","../../node_modules/@types/node/timers/promises.d.ts","../../node_modules/@types/node/tls.d.ts","../../node_modules/@types/node/trace_events.d.ts","../../node_modules/@types/node/tty.d.ts","../../node_modules/@types/node/url.d.ts","../../node_modules/@types/node/util.d.ts","../../node_modules/@types/node/v8.d.ts","../../node_modules/@types/node/vm.d.ts","../../node_modules/@types/node/wasi.d.ts","../../node_modules/@types/node/worker_threads.d.ts","../../node_modules/@types/node/zlib.d.ts","../../node_modules/@types/node/globals.global.d.ts","../../node_modules/@types/node/index.d.ts","../../node_modules/@jest/expect-utils/build/index.d.ts","../../node_modules/chalk/index.d.ts","../../node_modules/@sinclair/typebox/typebox.d.ts","../../node_modules/@jest/schemas/build/index.d.ts","../../node_modules/pretty-format/build/index.d.ts","../../node_modules/jest-diff/build/index.d.ts","../../node_modules/jest-matcher-utils/build/index.d.ts","../../node_modules/expect/build/index.d.ts","../../node_modules/@types/jest/index.d.ts"],"fileInfos":[{"version":"a1aa1a5e065d48ef5c7bb99e38412f96","affectsGlobalScope":true,"impliedNodeFormat":1},"d4306fb2e47f74835e8674ffac07d76f","e437c5c1302869326c3bb93da85bbbcf","e4324975a566567b21d350615f1fc6ac","333b1b9a2a9ac3b8497dba5c63b5ba50","6cffacd662b6eb5fa7a36aa2ea366bfa","b4c34f9c23304dbef2d23698637ed638","e5cb86a5fc491796ecd1d2dd348d208f",{"version":"aae8996e8b5684814785a42cbbefcd79","affectsGlobalScope":true,"impliedNodeFormat":1},"abad6dd56cc8caf095c165df8124d237","abad6dd56cc8caf095c165df8124d237",{"version":"2a9941db0809c9ad0e8837ed629b1dcc","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"d051b93324f36bcc68d152a5ca0988cd","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"01ac052ec4a79e87229f90466a9645f8","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"edba5df642941aa062a62f6328c6df3d","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"6344b55f26a4e81d9608777dbfb877dd","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"3c0ed28e53d3695b363e256ec1c023fd","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"4c2761daba7f17141c25baa0821ac5da","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"b87656acabd63e69379ff6ffcfe52fc7","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"597469522da047a5af5222cc6989f405","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"bb3a710cbcda0533bb127712927cbe37","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"55d97a8c6fbf34a30450a7b1e5f7a298","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"0ee05eb59426d33e374226d8dcfa708b","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"e347c14030993906efcfbb88915b6a05","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"b0231263857c9b6a03641acdc9280ceb","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"3b15c4a83b598cacb4067676e6f0abed","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"b417d97b7934cef63b1889abec0bbfbf","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"09a6cf4032ebba60ce22a501e663f881","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"7a42de379b489e8f7b647455bebfc576","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"e22cc07e3f3cc242ba52fa3f8ea1fc58","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"2c45da767a1bfbb220848df1bc4029e4","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"b44c3e0fbaf2130cdcf6ac38b120ffa1","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"b612fb5cf8e5d964b92063a75207632a","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"02705151a5e1551b9162a9ed8ab763f7","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"41025e398be9215d32e4337335da8f0b","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"52684c2b1f353a5538e4f275182a54cd","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"6dedb6a4f90d1df3a6fbe5693e44886c","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"ca3f36fe3562c07e0f0d71c2bebd3f6d","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"409974d6129befbb8226ddd1c6558568","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"4d9cfde2a1ae1b4925f1f9bc10848e5d","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"7e1daecc66dd564144e3bb1a0266b5fd","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"a8e1d9bb35fd0637f2f9fd2b2a54f2ec","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"4f168501772a6543182765bfd5f2fbfe","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"a19c80aad1b2162103496f5ba293a732","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"b69afa63cd5d059851c78adb2856ee09","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"ae2fc5d954e9b0f5feee3d481b953c27","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"1cfd3091a071d8b6feec15277643bafe","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"692bcd75364db0f65d428801c7884466","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"a0d87491913d843139e0c993650a3235","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"4ef72aa378127e7b7abba915b0110b1e","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"3ec74c6a7d4463f0254db3a74cf75646","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"84c2bdfa470d075526cce6322d81b0b6","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"0b3844c2b8c73e4e1ab91431411cad11","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"6009ffff7e43c93318804d2d28e37fe3","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"1d0520af549e0c3581f15173cc713ca1","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"da7f24f00653ebac660ac1c0821ed33d","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"f64453cbf9671f28158677fa5c43967a","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"33f317af5428801f944a478d2c1e38e5","affectsGlobalScope":true,"impliedNodeFormat":1},"38cf6576be124e8937b39b9f927f2252",{"version":"219dec7eb40301cdc84853360250be3b","signature":"6333e8231e034b9fcaf4ecb9c40341c5","impliedNodeFormat":1},{"version":"8f891035b2810a240d7b69f7dfe0f38b","signature":"636401f44f8e6633c98a89894d125560","impliedNodeFormat":1},"b6b092591a44a238dbabe7e1b6e36075","689de8f182f1723692782b24339e7eec","2ba5bf30da2ab38e3b068c6eb30b2c7e","7089e2ca07732ca81d2a3a8f51c4a515","1ee4a8e4c6374f60c013ab8e3dfb38b2","2b5577f76360f881a5a8bfd4040c4cb5","4f1be08be348a6b2ca5935df72b0f8fa","b98c4903190633f7e4a1ec7e142ba26f","fff8633c6501196a7e2e5eaccbf9c882","358751acc3a5d83aac676394faf3aaef","b58813d1c0684cc02367ec6fe0b035fe","7426715f760fc44f4792a4e9cfa03a0c","a907faf36f4ffa849c8e528bd1da8962","2c4c52582f86d237fb424a8f87c451bc","93f99b7c200c4ab1cebdcbdb61628c90","9660ca085a1a6adccb5c4460921733c3",{"version":"0dd14027697116dad64dd3df2dc9ec2f","signature":"b237e79d498652a59b595ace07a8e8ac","impliedNodeFormat":1},{"version":"6637e679b8fa73aa430baf71343cd7b3","signature":"49706394bcd7c35d0da447479752f2b6","impliedNodeFormat":1},{"version":"02c7a7aae2127e0a2185d2fc66077955","signature":"bd3b4904c1307a0d678ef12a69d8e4de","impliedNodeFormat":1},{"version":"14b8508a4094d9ba13a49444d19451ee","signature":"318a84719f9e569f3cbf8b2a070d02a5","impliedNodeFormat":1},{"version":"e73b7c55b0a1b4718888091caa29b5f4","signature":"06be50eed077cb38c52c59ce669588f5","impliedNodeFormat":1},{"version":"bca7a7b0c344e0cd91546279524ae766","signature":"d1cbd9c7f1a128324b06bd3c0437999f","impliedNodeFormat":1},{"version":"6d8506f8f8117d4194b0876c956ac6e0","signature":"208a6ec66c8b89932cd5e88c2e01d633","impliedNodeFormat":1},{"version":"c370c0658c1818ff6b2355fc8b9f9bb8","signature":"1c7d9ff2374a523dc03114147c8c79c1","impliedNodeFormat":1},{"version":"d6e16f5a380a0549be3b09ef0e423f29","signature":"e36fee5a9807cd9f000fddbc4b7507f5","impliedNodeFormat":1},{"version":"39e5a2d9fa3b78fdf85f3f63da282138","signature":"eb44b3b2ea7fb23338c4910d34f54b5b","impliedNodeFormat":1},{"version":"32f2415840ca773e3f556fd276562251","signature":"a5c75cb078cea537fe0f56f02aa077e9","impliedNodeFormat":1},{"version":"4dd693f1500602b5f9766f788b6c773c","signature":"d9b06d610bb3685169eae86fc144c949","impliedNodeFormat":1},{"version":"2f9fdfcdc6cd5c0faccbed4d8ef1f584","signature":"6875381cbb2bec0bcd851f736ab552f2","impliedNodeFormat":1},{"version":"be1d0124d653fd4691074f7be5a88f13","signature":"be24afe549eca4a5ecca17ec77bb66ab","impliedNodeFormat":1},{"version":"f2e7f8da8047c4468ddcff05ee25a0a8","signature":"f2425138d00c3380dfbc3a1b12d204c9","impliedNodeFormat":1},{"version":"87eff6a1e83b7efa3e93df02e8040054","signature":"fcaeb0513384e810d655baa4e7a74c8e","impliedNodeFormat":1},{"version":"8177f045a25b1c5e1aeb1bcdc9df0ace","signature":"7dfd1fdc2835746f24fb80f9c77efe92","impliedNodeFormat":1},{"version":"cab46ed5162c8a11f3eef98699eddaf0","signature":"367e43913eba27afd85f8c10dbd0deab","impliedNodeFormat":1},{"version":"d26251eb901d247dbc89869182d7e1c4","signature":"152788a7f999780b9962ef0e86b52cbb","impliedNodeFormat":1},{"version":"5a331935ee76f6e0c1c10ad0362959bf","signature":"023d2499e12f4bcd787cf11d592f302f","impliedNodeFormat":1},{"version":"deed54b8c9f76f5c897612ab819f8644","signature":"ae451a3258d32448bb0874ad5dbf73cd","impliedNodeFormat":1},"3e88c87a3e75be47112763d49ffa258f",{"version":"9b977930ff09841e35d1ea05520e964d","signature":"395ae676a8dc6500bccf8db1f137a433","impliedNodeFormat":1},{"version":"6f188a43822be9da38c9eee95367e3c6","signature":"7f7dc42702118395162e6366df41889c","impliedNodeFormat":1},{"version":"663102b850a9ae02c9ef810b7b973492","signature":"c751ccb128caf6f7beecaf1874fbd67c","impliedNodeFormat":1},{"version":"24d3c44c8eff4c893f5888641d06fcd4","signature":"3869a87d99baccc1d56b10b3efe24656","impliedNodeFormat":1},{"version":"c4529579a60605dfa91096287a93e922","signature":"ef780ff4831a8393063584ab348e842c","impliedNodeFormat":1},{"version":"e38f744e3b7ac5899f82a03857e3f93d","signature":"2b74afc185b3685bc0c166b33a326183","impliedNodeFormat":1},{"version":"52296dfebc1a27f8865a4eee93271796","signature":"66d9063912506f574423098f4c78b34b","impliedNodeFormat":1},{"version":"3882916203e4c0008dcebb6ebf992db2","signature":"83c0872a08f601aba2c549f8400d6beb","impliedNodeFormat":1},{"version":"ffeb2cfab59d2dbe41f80708a41208ab","signature":"7d6f98f53f4c2a98e131eba605f135f3","impliedNodeFormat":1},"32b603cd9e19ebcb7d2af68713bafe7a","a8cbea49027b3560fb9be1dd1e005d41","9557669d8dfd64758135631c2d36f6a4","bf49031794ed244ada40a876c654e80d","f1deb674191e12c21687f54a192f2db8","867621ac449b5b719de994701bfe6ea8","e3ef4b52c5e8112eefb2375a4163e8c2",{"version":"32fd7bdf683d87a20137b316adcd1254","signature":"f2a55c9f44e88afab99f9b46055e7d9f","impliedNodeFormat":1},{"version":"a644892b3eb63e581e5846a6bef7b667","signature":"aafc0f228712d80cd91b3ea8bcfe3a9b","impliedNodeFormat":1},{"version":"52b1c99fd69b63f11c1088968b03b20f","signature":"5b81686bf74f1fd51e5c408408ae8222","impliedNodeFormat":1},{"version":"cb5ae3b858987bd39f6f2e07f6f726a7","signature":"90f5974da2488e0499ee441f286d3ebb","impliedNodeFormat":1},{"version":"e1c1efd261d79d317fe90f86529db62f","signature":"389d0d6ef5521fe1c6ae87de1b6871cd","impliedNodeFormat":1},{"version":"0d581a7e0f8cdb661bcbe32c7fda9f39","signature":"92c9c5c383655081a97d4c761b9b5e14","impliedNodeFormat":1},{"version":"83d926a9ef8499a3627ada97142d2dbb","signature":"ff1ba4b4d89ffa5ec0d7b24b20956afe","impliedNodeFormat":1},{"version":"f926dce7975684d93123c0a077914ca0","signature":"f2048f153ba79e7cae5f324b64d139f2","impliedNodeFormat":1},{"version":"7e1ffdb293c6412b1e5640ee3929dc1b","signature":"bbe9adb02e49d66ebc9e41deb357603e","impliedNodeFormat":1},{"version":"6f0e5ddab5f72da096c343f1e3bb13d6","signature":"e9f9d7db77e2675481731c11fb71bb8f","impliedNodeFormat":1},{"version":"04888ef7f6b3f3a802524aaa678b6023","signature":"7c32af6ca510ade41a9bdd44d8125cc2","impliedNodeFormat":1},{"version":"46e63bee78121cf31ad55ad1785a3eb1","signature":"04d29e79cb45c70bfa9a724a2e14a5ac","impliedNodeFormat":1},{"version":"78eb3a62ce45098b2beca0d42bf0781b","signature":"059e165ce6c18dd8b1bf823ce6e8dd5d","impliedNodeFormat":1},{"version":"b4e626a3df4871d9967108f98e49f1c4","signature":"b3cf8efe6e466b47d882811b36ebf8f1","impliedNodeFormat":1},{"version":"3143a8743109dd69befed56b318fafa4","signature":"3d5418932e0dd4661de58121d994a6fb","impliedNodeFormat":1},{"version":"b1b5041f2d537de5592470ecfd2ffa0b","signature":"e2f38c26a1a702b997de2b376c803356","impliedNodeFormat":1},{"version":"9305181bc420ee3d9bdae45fc9456ee0","signature":"fdd96c069305448748e69a61780db75e","impliedNodeFormat":1},{"version":"de6c056cf2b6899f32b34d2bdb8025ea","signature":"36548838d655da3abcd8caf9ef666b21","impliedNodeFormat":1},{"version":"edbfd1bbfb2cb012739284ab5fb70e04","signature":"93f24637697f623e67451b0191652a2e","impliedNodeFormat":1},{"version":"fae28d74db0e5afa3da4d9faa02be779","signature":"52247121b19f76387681b3c637dc2dc7","impliedNodeFormat":1},{"version":"bf76717f8727ac6a3c89431b3b25bcc1","signature":"295c38156e981a954fda1b9cbabfcc02","impliedNodeFormat":1},{"version":"1703285221b93fdf38f7cd7150875897","signature":"8d89a8b2024ef3f1f26aeff0cc0f7b8d","impliedNodeFormat":1},{"version":"0eccf954e4457a061495f5ef3b574814","signature":"1cba3dfafc8d2765738fe4ed45b4204a","impliedNodeFormat":1},{"version":"1b32076ab9a3be88b3e283fd391cb189","signature":"cb077d87b3acbf74ea7b2fa4f7fb5b39","impliedNodeFormat":1},{"version":"a39c67654b8f94b129cef68369ecda23","signature":"ed66288cc5450fa9fca69b775c15866c","impliedNodeFormat":1},{"version":"d07fbbb7d23b459baf832788eb8c1216","signature":"5556defe0acb30171d6ff04a6fe21fb7","impliedNodeFormat":1},{"version":"1031e546bcd6a82ed6f001dc3fd163c3","signature":"23ef0fde08d43753156f0bbbb89efa4b","impliedNodeFormat":1},{"version":"87cf82ca7d3aea2b63be893835133fb5","signature":"9f0ee61cddc927644edc7ace30253825","impliedNodeFormat":1},{"version":"3289ee737da4404d33f4663811ca71d2","signature":"6fd0e15e446fa04a4162a3010c7a3883","impliedNodeFormat":1},{"version":"4d56b292a58ea4c38b4cba4c3d241d80","signature":"c70e4fd277c1ef223578a189a2c6c146","impliedNodeFormat":1},{"version":"a7b5f2b6c11d0455c0a4d800c40be521","signature":"82004c5090c6e5996c6604e28cfb991a","impliedNodeFormat":1},{"version":"9bc5c8960da246cb543d2e85df03d92b","signature":"8f8528a95bd9946326d2781b3edf146e","impliedNodeFormat":1},{"version":"88dc47f0b8452f865c98ca36fe70fc0e","signature":"6cfb1f467d8b30871ad68cb72c27ed24","impliedNodeFormat":1},{"version":"e5c865ffac7040c296ecbe124ee457d5","signature":"259baaaa1718e416e949618ce64c3162","impliedNodeFormat":1},{"version":"2c40aa15d175b74c2a90c96c0c70e11e","signature":"8b5e7eaf887ddd99f774cf5752e0a456","impliedNodeFormat":1},{"version":"145b9dacfff260cc1e7788692499c7d6","signature":"f5dc041918710ae2ee5683ef1c2bfb72","impliedNodeFormat":1},{"version":"aaf2ee201eb4816d544f4c23f2696496","signature":"86a177c1ae9207485fd45282dd533d6a","impliedNodeFormat":1},{"version":"b3b578a08e77cb15867f3236b2a3af92","signature":"3731ac3565e95d8e510976295277c943","impliedNodeFormat":1},{"version":"1932cc3df6d7afd7d7b621fb349af5b8","signature":"3018b67e47c4c25b217e9616e8ed1551","impliedNodeFormat":1},{"version":"738de96c6c204274cd5d88b1a20ad4b7","signature":"b6b6d42a1cf03b7a2caa45095e2ddb89","impliedNodeFormat":1},{"version":"13d0d0946190ab2992ecfea8c22ce6f5","signature":"dfc6c5de03a946c59efa439f0091cbb8","impliedNodeFormat":1},{"version":"cb7f2fdffbe73b4d4106b5daa949f718","signature":"a2c5d52e09448f4ed861e5faf03ad043","impliedNodeFormat":1},{"version":"4e3094026b0fcfe429d523240421440e","signature":"e5503593cc4ed05ee18b62c6adcf7578","impliedNodeFormat":1},{"version":"7b5d4a5b55b19f4b73daedf90fde6506","signature":"4162f2ca4dc251afa404810b4330fad5","impliedNodeFormat":1},{"version":"ca64962d41d4aab07f21802bb8c2ff93","signature":"fd43188ed95073833ae3cdda28fd8810","impliedNodeFormat":1},{"version":"d6363795911c612e38b1adeacab06bc2","signature":"fa9a1646d6d8eb617951add0e1f78da7","impliedNodeFormat":1},{"version":"c3011ffc08edfbe8c82f8ff4a4378184","signature":"abd531ba60d5d96468f6d20e2670ffb6","impliedNodeFormat":1},{"version":"24b1e07e3b1021ae284afdc9deb644c5","signature":"451e83661af7d8d790405657e7cdc8b3","impliedNodeFormat":1},{"version":"91a16783ade271abe0b0014da108ea1b","signature":"f21c90e8771859f5ab0202001d126368","impliedNodeFormat":1},{"version":"76d77ab5fcc546f0ecd02825d18bf88a","signature":"f644d6bf6ff312b19b1da5843890a490","impliedNodeFormat":1},{"version":"28a167e64910d5328658eaaf47791a4b","signature":"1d4f852f71d6bd4b00373a68d0a98d9f","impliedNodeFormat":1},{"version":"1bdb760ffc0a839ffc15e8dea50ecbd5","signature":"fc08532b00744ab1280d5c3c281a9ca6","impliedNodeFormat":1},{"version":"6dc7c831f0316dd966e1bc10c16df591","signature":"63aad687a93919b04382fb47c09ca34e","impliedNodeFormat":1},{"version":"c5d06e1beb6cb52f1dff1e814726bc06","signature":"b4cf9b79e7179545b360fb593c8caa3a","impliedNodeFormat":1},{"version":"408b371b3e6774a1a4ec3fb237f23a59","signature":"8b56d64ba327399e3724d04f2e14bb3e","impliedNodeFormat":1},{"version":"a627a5cb8eda1efac70ae7f9c0656f8c","signature":"a8b562ad74b63ad8905d7776bc5aa848","impliedNodeFormat":1},{"version":"331444e98f73e3d301bb01e8e3288ea6","signature":"113aa1cb82720cfacadcde5221d1fdc1","impliedNodeFormat":1},{"version":"2576cc2af77d241c5cd6bea6d1b651eb","signature":"207b971f274cb68869254abcd0804612","impliedNodeFormat":1},{"version":"baa1320e0353e82f83e25a140131a738","signature":"0e0ed77f3d48eda8826b17d59f4c398d","impliedNodeFormat":1},{"version":"343ff3f014f859cefe686c712ea2c21d","signature":"18372f429a0a7e4366a6beaeac4398ec","impliedNodeFormat":1},{"version":"f421abe53bb6db52cc120af30e1800df","signature":"2b04c31c7c1175aeadacb22cc014b1d4","impliedNodeFormat":1},{"version":"9469f84099ab09fee42c091c8ec990e0","signature":"a9a6094563e12ad7056e6567dbe2931f","impliedNodeFormat":1},{"version":"8b92a0994a9afae616d3cf2b2169868d","signature":"213eb6766835ed3c51790be3bb8a48ca","impliedNodeFormat":1},{"version":"b17cc58db7a237e765d3aa957ff3da44","signature":"625d10aae5b5670b437f700b85ea8f37","impliedNodeFormat":1},{"version":"c8230d2fe49cb76853c6a2f278d1780c","signature":"49168af28e1507d02738d739379659cc","impliedNodeFormat":1},{"version":"fb2d4424c1314324fc7f77644863ed3e","signature":"6df572fdb4132ad34e123ca32c04b53f","impliedNodeFormat":1},"e22d6364b514b988aaa68cad3e2602b5","be2e176dc45b144c026e3ae09f7f91f5","de67f2d9c8e38582610c7c98df1788a1","1b3158a1a6d317b1c468286c3cf11a52","afcf6101a534b0a0bdcee7b9eedf6f8f","dd26a76663431d38b5686994d19907a6","0329637cc9b41eb4cd7477fea080a239","9abb48a6060724febe2476521e93fe94","377b126ad86ece3abad2c418eb9401f4","a62d8dafef1e7f21c6440685faa5ce88","1957699036072eb6542c248423523f7b","cc8737a9eac127acc4619307c670d559","2ec36d5822b045906df0d1104ed6eeb1",{"version":"2067be3b7be43db4d64d185bcb58dc92","signature":"a3f669e267bf509a7d7998403a0ab493","impliedNodeFormat":1},{"version":"8b048d0778961c0aedffebe17c7d3909","signature":"7135694ff0893508713426139d189119","impliedNodeFormat":1},{"version":"266f7eb1cce0bf567bd7c7a7bb5d1e58","signature":"abe7d9981d6018efb6b2b794f40a1607","impliedNodeFormat":1},{"version":"920a3b955d0b77b44a886545bcd990e3","signature":"6e040675b46d7332ceb26943c8e27e3e","impliedNodeFormat":1},{"version":"7f6afeb94dfc5112c19ef075db4b55ec","signature":"1242f8692d3fb372d225a53a05ed5033","impliedNodeFormat":1},{"version":"5b68feecc9fd7e22b1eb2216b9eae383","signature":"bd0c7d9eaf0117b6fafd3abeb42753f1","impliedNodeFormat":1},{"version":"daf4c48e108b9a10dc2110fed9d1a02f","signature":"4bf5931ef37f56ebe94370972fa4a97f","impliedNodeFormat":1},{"version":"7a131a79b42352a98b2adcf20c6148fa","signature":"67e25abb7d0bdfd44c0ffd5e93005d55","impliedNodeFormat":1},{"version":"afdce3940da3eb7b6e3149f787688901","signature":"c18834cc65c08bf9faee6d8ef0ab7dae","impliedNodeFormat":1},{"version":"260e640ffcab443989cddec7a5835ffa","signature":"4d5c05e86a83cabd2c53cbeb31787d89","impliedNodeFormat":1},{"version":"3e65157ad6bc38c2b28b7ac80e2250c6","signature":"5e32050b6e1fba7f115ef32863100df3","impliedNodeFormat":1},{"version":"bb30ab52bd1c67371274eaa0a4da8a42","signature":"20ef31fb7ebee1b5c811d37f161f753b","impliedNodeFormat":1},{"version":"3d5b2258dac1d435acb8174bc12d869d","signature":"621a2fd49fc346d5e6ef391ee6f1174e","impliedNodeFormat":1},{"version":"d4faa94b40ba233d0ab554d7771ff2e4","signature":"e1b6bfa0dcdfdcadb806faecec1bab20","impliedNodeFormat":1},{"version":"f82d1b490e2a49189d1ae0615c78b561","signature":"7f5cf8316cd3afa6c2a7bf164e41c01c","impliedNodeFormat":1},{"version":"85a29dd18c6b8750149652b7b37d3f41","signature":"ada4a9e332ef255ab8ca9b75709697e0","impliedNodeFormat":1},{"version":"8797a5c58f01c7bbfb615245c33f6465","signature":"a1ab8acfeaa56071456e3b5123e081f9","impliedNodeFormat":1},{"version":"2b869347ec2faa850fa42cd999e24201","signature":"c15c3f7bdfdddacd54c8f558a9ac5bca","impliedNodeFormat":1},{"version":"7f08c5618d439422a67c4cd7a9a0a812","signature":"398a59099153c112dae8d1f27371354d","impliedNodeFormat":1},{"version":"5357c65384d4c79d0fc7e35852a9ab44","signature":"0b2307ad322add0ab62b253853355182","impliedNodeFormat":1},{"version":"02f28744f36ed941fad4995ba4d2402b","signature":"ec6e3831245bea35eb70bbb414f31ce9","impliedNodeFormat":1},{"version":"6a2ecee3730224f34562ef1b2fd1d792","signature":"c1811ee12faa5694bd2e4f266aaa6a0b","impliedNodeFormat":1},{"version":"746493f66e54dbf0297d2370aa0d7729","signature":"f142837de4fdb3a3f4ced9b0a47dd33f","impliedNodeFormat":1},{"version":"680a400445920399bcd99ec1294a7511","signature":"101f5ed4d690095de7357cc7c53ebc8f","impliedNodeFormat":1},{"version":"8fcc9960891f6653844e2ab888f0b5d8","signature":"1ba9c82e787c5f3596abdee0beb62733","impliedNodeFormat":1},{"version":"303dbc66609b6b6d522efbb32163c888","signature":"ffb7afba9f02287ea427a3c19f29d0fa","impliedNodeFormat":1},{"version":"9a6d94a82be4652c5672cd99f1379a26","signature":"edf7ae7530fbcbeb8933fc5e8743b991","impliedNodeFormat":1},{"version":"47b5a6fd47b976e7f389bf783d08d137","signature":"d6a2d52b82058e8d82c36fe2ba903947","impliedNodeFormat":1},{"version":"8248609af822e1d2254386019d4b37e6","signature":"449761dbfebca4ed0872e5da7ded13ba","impliedNodeFormat":1},{"version":"389777b8aad4e99c1505e4092f37c331","signature":"f2f71549089f0f8b4a60362d6d769ff6","impliedNodeFormat":1},{"version":"d4cfd111c2aa87d74c639904af9ba31b","signature":"ffc9328c691dc6970ef0512f441f0947","impliedNodeFormat":1},{"version":"ca6a60e35801bc38ee572d6a18fc0d40","signature":"abe7d9981d6018efb6b2b794f40a1607","impliedNodeFormat":1},{"version":"8e459d3e27f8234816231eeefa7ecd35","signature":"d89d9dc97796f0ed901b84700122e2ed","impliedNodeFormat":1},{"version":"6b781caacff106cdd8f13373fa285aa0","signature":"67fa6b18522fda297033069940204bd7","impliedNodeFormat":1},{"version":"6a40704922496955ede6e6db5e027c93","signature":"9fce0ffb973e2fd1f195a62a11212605","impliedNodeFormat":1},{"version":"40961590b1fcbdcec7da56b7ecd00fe0","signature":"29d358faf9abfaceb10bfa7aa5672d95","impliedNodeFormat":1},{"version":"bf9e50b53f9bf077d0bb941f435f609f","signature":"2d1b4caeebba4d3807bc0597f79db811","impliedNodeFormat":1},{"version":"2b374048c1c4ffff450563d5ee9a3454","signature":"17cb72b5e4c57f6afd8db785ae8b01d7","impliedNodeFormat":1},{"version":"3695e88edac16d827f10474f0c4ce360","signature":"718b4587b9360694aef8f0d46d443e5f","impliedNodeFormat":1},{"version":"657040db19da039dfa475cea79d172e9","signature":"172279c329c528fada4922e8f725ea52","impliedNodeFormat":1},{"version":"9eab2db9554f52b781dd4934e903c084","signature":"868c534d63bad1e235f2e1239313d769","impliedNodeFormat":1},{"version":"3df001b85438d6e281c35babfeaa007f","signature":"1995fc2b14108cbc761e378c823086b5","impliedNodeFormat":1},{"version":"66f0aeec313369204ceaa73a918dd1d2","signature":"aa7d0136ab683a74d0e61b19fbfed907","impliedNodeFormat":1},{"version":"c0f862ea266d8697c7923deb9a440f02","signature":"44a8f70d53ec0dbc6cd5f695bf26f54a","impliedNodeFormat":1},{"version":"9692f4575ba598fa67fdff500de3a9d6","signature":"b8915db092c83516788f98d12fcaf4e2","impliedNodeFormat":1},{"version":"96ac9dbfd868a7c6ec84f19f66e53511","signature":"b671baee98fa58f667b549147a264268","impliedNodeFormat":1},"ed14a8b7281934f711b26d11f0e38976","295c0cb8891e7424d3a27dc56dc1b430","d9fc9157cff7725453b401275ee75135","e9c68d4106049e83639541179ef794e4","e40cdaf41ad6bd285b6c051dc2004233","28f3abfb72a02a2a9592f33730a3951d","33eda1f4f3449db554679a7e6e15526f",{"version":"cb24ad4a1b046aaede81d1272c920952","signature":"e79a7d716ad7d7dc00d95869781813a2","impliedNodeFormat":1},{"version":"859c58b27e6aac38ac2e84dc2874cabb","signature":"77806ecc78059f0816e190ce0b26949b","impliedNodeFormat":1},{"version":"a622bb68d5936afca390f565af73cdb3","signature":"d2ca7eece437f6aaf03b276a999bd52d","impliedNodeFormat":1},{"version":"819cfbfe1238bf204571e34ec05bce29","signature":"a335337e91d070398b229a2b5eca27d3","impliedNodeFormat":1},{"version":"b6e795d046e5f992294b1c33ad89891d","signature":"5360120aa301d8e7797ea5b891d91c18","impliedNodeFormat":1},{"version":"0ae995b2063ed5106425fdcec4adc559","signature":"1eea98cc6535d0afb296a6d73c899836","impliedNodeFormat":1},{"version":"a0a6ac98b671ece9232ec8ab9681a04d","signature":"8e6b4917491555eddb23f43b4d1c21bd","impliedNodeFormat":1},{"version":"b30f124a7ef885f2e904b5b2883b7ae3","signature":"6683308cf1fafe557dca905acc099dec","impliedNodeFormat":1},{"version":"8e1f4099791c9d07107a2d35662d1e2d","signature":"212a38ae2247b2fb945386748ec5e643","impliedNodeFormat":1},{"version":"85d5915f823ce5fd2b24411884c184bc","signature":"2de0c07b9bd8f2547589ba0072fc423a","impliedNodeFormat":1},{"version":"89ec723b130f7143cc62a77870a119f3","signature":"05a07d144932b5e3a2c54d78e68176b5","impliedNodeFormat":1},{"version":"2f8e398ed0f1e61f9824c849eb9d42e9","signature":"934dbbfa1d5975cd54b84e7e84ae4062","impliedNodeFormat":1},{"version":"b357dbe7bcb0faa782cf7c61b15ce292","signature":"5fcdc85569175bd86b89ab2470f204e1","impliedNodeFormat":1},{"version":"fae70de39496f0cc8d0ec7acd51942bf","signature":"6df203d55e53cd670eda83e7e4e15a28","impliedNodeFormat":1},{"version":"a81d48eb89a648d95e88f1c375ab5bea","signature":"d7ccee3ea78ed28a5111941dc01df763","impliedNodeFormat":1},{"version":"db4e7f447e13e3704b58cf3ed3ebe6a7","signature":"b626f6a2a14ce64264b044099fd384f1","impliedNodeFormat":1},{"version":"afeb9a4db3d13b90423af86f75e776fc","signature":"4cd587fd8da544cfb98807922822e217","impliedNodeFormat":1},{"version":"204d6ff4062ff920c40d86ea93e08073","signature":"c6c347adf7c33992c5dfe231097c6172","impliedNodeFormat":1},{"version":"2a29bff4abce54fe09d5c22781e4067d","signature":"d81015602c081eff45ae91273a4c45bd","impliedNodeFormat":1},"5d65cd53626e4ec44240580aa1ac0d3e","7deced3ef46e082f97d49bb71622526a",{"version":"5a55edce3edd6f09fca5f75442009845","affectsGlobalScope":true,"impliedNodeFormat":1},"5488c29e6c87651af95969aad2e42453","8e91e7228778516936913f666d057c19",{"version":"d654105cb77b985497d35404d20b645b","affectsGlobalScope":true,"impliedNodeFormat":1},"d077bfdb57f6d7361d691d85d5873a58","ffcd9fb836010754d1f97e671e73053d",{"version":"a48d257cbb4a6085713edf1c49fe697b","affectsGlobalScope":true,"impliedNodeFormat":1},"c57682233d627206c477b36c1c175b7c","6af87923c0a2fe8ce570cfe523673f64","fd061ec66f1bf1164d618b00f144fb14","3c4f60280878b8345b0fa92528f5811f","830abff471a2012e5900236d0fb914f8","d02b2d76c87262ca69e40c38d88960c4",{"version":"7ed47a7721271e796e9756b45734feaf","affectsGlobalScope":true,"impliedNodeFormat":1},"a6b09f34524a4f8129395ea5ee36c1fe",{"version":"5b7ec703b3ca679bb2e3804a048b3b2b","affectsGlobalScope":true,"impliedNodeFormat":1},"b0b91b33a9770256502ef243e3574f92","1aded56802863cc9a3b08e3237b51980","6ea3025e925f5557420b30595387236c","8fef5bc6183aef78f7ea6abdee3eb278","de692649fb693eb4e602e3fa16f7eb51","d85a56288b8694b0a3646b1fbe43c98f",{"version":"35bdef862d6f3d03fc58ec87789d7f27","affectsGlobalScope":true,"impliedNodeFormat":1},"ac66d3896dc001b083c6749ce121579a","0e8e164c8b2b9dbdefab153730964f65","2c0ca71b681b1718fe2a78e1d88eae2f",{"version":"71181fa8c4e983f657fa1aa2aca42a9d","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"18e1df8f0624f65348c539f011c8b78d","affectsGlobalScope":true,"impliedNodeFormat":1},"e239bce6cb02708b6261eaf3f02ebdf7","f0eba43577e084c67b03ae288e64e76b","24a75db43628cc900165d97d880b8803","18dbb03d4108590aacd6c0e668c341de","5db7d88791d908ed7daff3ee099601c7","78e3b1fd214dc6708f961fb351b876a5","89a67f7dccb73edbd0274a7e2050c96c","3b33c4e5a6ebb08155574635cee16522","981512492af463709c89b217caf31b29","01c30098f0082c806412089a32dc0078",{"version":"fe83b5f1d2ef4bbbec34f45c35953e18","affectsGlobalScope":true,"impliedNodeFormat":1},"c536c7b3729954b7540d5e4526fc7776","a0247073b59307250618880fe003e174","7a44c0df1490ba27e5ec164c521cc006","f9d5461ac0a765db02f4f2fcdbe516b9",{"version":"01ddf16a4b5b06c356a1d9247a17458f","affectsGlobalScope":true,"impliedNodeFormat":1},{"version":"d6100753f28a0903ae3f9865311303ac","affectsGlobalScope":true,"impliedNodeFormat":1},"e42c0d8bc1d0d645ab2c95477aa6b9bc","21d3c06cb938d5146ddc27faeb00962b","3f5e441835eca1e1f48f79127eb6a4e6","c5fdc90a1e5bcd3d0376b68c9131b2c0","0e518b3221a07f0fcb1c04072e1b2ab1",{"version":"e5455d8310f20708cbe7e3a5582117d2","affectsGlobalScope":true,"impliedNodeFormat":1},"3784d895c563e05f6d3ea4aa5d917aa6","073fbdb2234a1b8c6b7c6d6bec39d9a6","8d1fb14a9fc7d90621a856faa99f2b0b","b8d28e53fe556430765a8ad327b669d3","82cf71c93cb0a9b9eec42a1c4e7f0b0f","f9b063aa0f8637199e55ca2cc972f49a","ec6d9ad3563db450287dabf2065c3e3a","89b465384c3f1697fc2e88e0e56457b5","271c1155de331a675ff9cb1eb1600c8c",{"version":"d9f37c3ca590b1069c67f8566371a099","affectsGlobalScope":true,"impliedNodeFormat":1}],"fileIdsList":[[246,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[242,243,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[241,243,244,245,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[243,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[77,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[109,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[112,113,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,323],[62,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[62,65,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[63,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,325,328],[182,184,185,186,187,188,189,190,191,192,193,194,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[182,183,185,186,187,188,189,190,191,192,193,194,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[183,184,185,186,187,188,189,190,191,192,193,194,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[182,183,184,186,187,188,189,190,191,192,193,194,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[182,183,184,185,187,188,189,190,191,192,193,194,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[182,183,184,185,186,188,189,190,191,192,193,194,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[182,183,184,185,186,187,189,190,191,192,193,194,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[182,183,184,185,186,187,188,190,191,192,193,194,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[182,183,184,185,186,187,188,189,191,192,193,194,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[182,183,184,185,186,187,188,189,190,192,193,194,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[182,183,184,185,186,187,188,189,190,191,193,194,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[182,183,184,185,186,187,188,189,190,191,192,194,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[182,183,184,185,186,187,188,189,190,191,192,193,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,269,270,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,306,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,309,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,311,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,312,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,313,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,314,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,315,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,316,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,317,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,318],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,321,327],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,325],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,322,326],[267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,324],[98,99,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[116,117,134,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[88,90,158,161,162,163,164,165,166,167,168,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[168,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[77,114,116,132,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[102,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[116,131,134,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[77,109,110,111,114,115,116,131,132,133,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[77,116,129,134,177,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[77,110,116,131,134,168,170,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[77,109,110,111,116,131,132,133,134,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[110,116,131,134,168,170,194,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[110,116,125,131,134,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[122,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[240,247,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[240,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[121,122,240,250,252,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[247,252,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[252,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[260,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318],[177,267,268,270,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318]],"options":{"composite":true,"emitDecoratorMetadata":true,"declaration":true,"experimentalDecorators":true,"module":199,"noFallthroughCasesInSwitch":false,"noImplicitAny":true,"noImplicitThis":true,"noImplicitReturns":false,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./dist","removeComments":true,"rootDir":"./src","skipLibCheck":true,"strict":true,"sourceMap":true,"target":8,"esModuleInterop":true},"referencedMap":[[247,1],[241,2],[244,3],[246,4],[243,2],[245,5],[109,6],[110,2],[111,7],[112,6],[114,8],[113,6],[115,2],[321,2],[324,9],[64,2],[62,2],[65,10],[66,11],[67,10],[63,10],[68,12],[69,2],[70,2],[77,13],[71,2],[72,10],[73,2],[74,10],[75,2],[76,2],[323,2],[329,14],[242,2],[183,15],[184,16],[182,17],[185,18],[186,19],[187,20],[188,21],[189,22],[190,23],[191,24],[192,25],[193,26],[194,27],[267,28],[268,29],[270,30],[272,31],[273,32],[274,33],[275,34],[276,35],[277,36],[278,37],[279,38],[280,39],[281,40],[282,2],[283,41],[284,42],[285,43],[286,44],[269,2],[319,2],[287,45],[288,46],[289,47],[320,48],[290,49],[291,50],[292,51],[293,52],[294,53],[295,54],[296,55],[297,56],[298,57],[299,58],[300,59],[301,60],[303,61],[302,62],[304,63],[305,64],[306,65],[307,66],[308,67],[309,68],[310,69],[311,70],[312,71],[313,72],[314,73],[315,74],[316,75],[317,76],[318,77],[57,2],[58,2],[11,2],[9,2],[10,2],[15,2],[14,2],[2,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[22,2],[23,2],[3,2],[24,2],[25,2],[4,2],[26,2],[30,2],[27,2],[28,2],[29,2],[31,2],[32,2],[33,2],[5,2],[34,2],[35,2],[36,2],[37,2],[6,2],[41,2],[38,2],[39,2],[40,2],[42,2],[7,2],[43,2],[48,2],[49,2],[44,2],[45,2],[46,2],[47,2],[8,2],[59,2],[53,2],[50,2],[51,2],[52,2],[54,2],[1,2],[55,2],[56,2],[13,2],[12,2],[271,2],[322,2],[328,78],[326,79],[327,80],[325,81],[60,2],[61,2],[78,6],[79,2],[80,2],[81,2],[82,2],[83,2],[84,6],[85,2],[86,2],[87,2],[88,6],[89,2],[90,6],[91,2],[92,6],[93,2],[94,2],[95,2],[96,2],[97,2],[100,82],[101,2],[99,2],[102,2],[103,2],[104,2],[105,2],[106,2],[107,2],[108,6],[135,83],[117,2],[136,83],[137,83],[138,2],[139,6],[140,2],[141,2],[142,2],[143,2],[144,2],[145,2],[146,2],[147,2],[148,2],[149,2],[150,2],[151,2],[152,2],[153,2],[154,2],[155,2],[156,2],[157,2],[158,6],[159,2],[160,6],[169,84],[168,2],[170,85],[171,2],[172,6],[173,6],[174,2],[118,2],[133,86],[132,87],[131,2],[175,88],[134,89],[176,88],[178,90],[179,91],[180,92],[181,88],[195,93],[196,88],[197,94],[198,2],[199,2],[200,6],[201,2],[202,2],[203,6],[204,2],[205,2],[119,2],[206,2],[207,2],[208,2],[209,2],[210,2],[211,2],[212,2],[213,2],[214,2],[215,2],[216,2],[217,2],[218,6],[219,2],[220,2],[221,2],[222,2],[223,2],[161,6],[224,2],[120,2],[225,6],[121,2],[116,2],[122,2],[226,95],[162,6],[163,6],[230,2],[227,2],[228,2],[164,6],[229,2],[123,2],[231,2],[232,6],[124,2],[233,6],[125,2],[126,2],[98,2],[234,2],[235,2],[236,2],[237,2],[238,2],[165,6],[127,2],[128,2],[239,6],[240,2],[248,96],[249,97],[250,2],[251,2],[253,98],[252,2],[254,99],[255,100],[256,2],[167,6],[257,2],[258,2],[259,2],[166,6],[177,2],[261,101],[260,102],[129,2],[262,2],[263,2],[264,2],[130,2],[265,2],[266,6]],"latestChangedDtsFile":"./dist/workspace-section/WorkspaceSectionId.d.ts"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Category = void 0;
|
|
4
|
-
var Category;
|
|
5
|
-
(function (Category) {
|
|
6
|
-
Category["FIELD_SERVICES"] = "FIELD_SERVICES";
|
|
7
|
-
Category["HR_AND_PEOPLE"] = "HR_AND_PEOPLE";
|
|
8
|
-
Category["OPERATIONS"] = "OPERATIONS";
|
|
9
|
-
Category["PROJECT_MANAGEMENT"] = "PROJECT_MANAGEMENT";
|
|
10
|
-
Category["SAFETY_AND_COMPLIANCE"] = "SAFETY_AND_COMPLIANCE";
|
|
11
|
-
Category["SALES"] = "SALES";
|
|
12
|
-
})(Category || (exports.Category = Category = {}));
|
|
13
|
-
//# sourceMappingURL=Category.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Category.js","sourceRoot":"","sources":["../../src/workflow-library/Category.ts"],"names":[],"mappings":";;;AAAA,IAAY,QAOX;AAPD,WAAY,QAAQ;IAChB,6CAAiC,CAAA;IACjC,2CAA+B,CAAA;IAC/B,qCAAyB,CAAA;IACzB,qDAAyC,CAAA;IACzC,2DAA+C,CAAA;IAC/C,2BAAe,CAAA;AACnB,CAAC,EAPW,QAAQ,aAAR,QAAQ,GAAR,QAAQ,QAOnB"}
|