@transcend-io/privacy-types 1.4.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/identifier.d.ts +35 -0
- package/build/identifier.d.ts.map +1 -0
- package/build/identifier.js +32 -0
- package/build/identifier.js.map +1 -0
- package/build/index.d.ts +2 -0
- package/build/index.d.ts.map +1 -1
- package/build/index.js +2 -0
- package/build/index.js.map +1 -1
- package/build/request.d.ts +67 -0
- package/build/request.d.ts.map +1 -0
- package/build/request.js +68 -0
- package/build/request.js.map +1 -0
- package/build/tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* An identifier that can be used to communication with the data subject, also implies that the identifier is transcend supported
|
|
3
|
+
*/
|
|
4
|
+
export declare const CommunicationIdentifierType: {
|
|
5
|
+
/** An email address */
|
|
6
|
+
Email: "email";
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Overload with type of integration
|
|
10
|
+
*/
|
|
11
|
+
export declare type CommunicationIdentifierType = typeof CommunicationIdentifierType[keyof typeof CommunicationIdentifierType];
|
|
12
|
+
/**
|
|
13
|
+
* The built in identification strategies
|
|
14
|
+
*/
|
|
15
|
+
export declare const IdentifierType: {
|
|
16
|
+
/** The core id of the organization (usually provided through login) */
|
|
17
|
+
CoreIdentifier: "coreIdentifier";
|
|
18
|
+
/** A custom identifier */
|
|
19
|
+
Custom: "custom";
|
|
20
|
+
/** A phone number */
|
|
21
|
+
Phone: "phone";
|
|
22
|
+
/** An advertising ID (for a mobile device) */
|
|
23
|
+
AdvertisingId: "advertisingId";
|
|
24
|
+
/** An ID for a stripe user */
|
|
25
|
+
StripeId: "stripeId";
|
|
26
|
+
/** An ID for a chargebee user */
|
|
27
|
+
ChargebeeId: "chargebeeId";
|
|
28
|
+
/** An email address */
|
|
29
|
+
Email: "email";
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Overload with type of integration
|
|
33
|
+
*/
|
|
34
|
+
export declare type IdentifierType = typeof IdentifierType[keyof typeof IdentifierType];
|
|
35
|
+
//# sourceMappingURL=identifier.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"identifier.d.ts","sourceRoot":"","sources":["../src/identifier.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,2BAA2B;IACtC,uBAAuB;;CAIvB,CAAC;AAEH;;GAEG;AACH,oBAAY,2BAA2B,GACrC,OAAO,2BAA2B,CAAC,MAAM,OAAO,2BAA2B,CAAC,CAAC;AAE/E;;GAEG;AACH,eAAO,MAAM,cAAc;IAEzB,uEAAuE;;IAEvE,0BAA0B;;IAE1B,qBAAqB;;IAErB,8CAA8C;;IAE9C,8BAA8B;;IAE9B,iCAAiC;;IA3BjC,uBAAuB;;CA6BvB,CAAC;AAEH;;GAEG;AACH,oBAAY,cAAc,GAAG,OAAO,cAAc,CAAC,MAAM,OAAO,cAAc,CAAC,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IdentifierType = exports.CommunicationIdentifierType = void 0;
|
|
4
|
+
const type_utils_1 = require("@transcend-io/type-utils");
|
|
5
|
+
/**
|
|
6
|
+
* An identifier that can be used to communication with the data subject, also implies that the identifier is transcend supported
|
|
7
|
+
*/
|
|
8
|
+
exports.CommunicationIdentifierType = (0, type_utils_1.makeEnum)({
|
|
9
|
+
/** An email address */
|
|
10
|
+
Email: 'email',
|
|
11
|
+
// /** A phone number */
|
|
12
|
+
// Phone: 'phone',
|
|
13
|
+
});
|
|
14
|
+
/**
|
|
15
|
+
* The built in identification strategies
|
|
16
|
+
*/
|
|
17
|
+
exports.IdentifierType = (0, type_utils_1.makeEnum)({
|
|
18
|
+
...exports.CommunicationIdentifierType,
|
|
19
|
+
/** The core id of the organization (usually provided through login) */
|
|
20
|
+
CoreIdentifier: 'coreIdentifier',
|
|
21
|
+
/** A custom identifier */
|
|
22
|
+
Custom: 'custom',
|
|
23
|
+
/** A phone number */
|
|
24
|
+
Phone: 'phone',
|
|
25
|
+
/** An advertising ID (for a mobile device) */
|
|
26
|
+
AdvertisingId: 'advertisingId',
|
|
27
|
+
/** An ID for a stripe user */
|
|
28
|
+
StripeId: 'stripeId',
|
|
29
|
+
/** An ID for a chargebee user */
|
|
30
|
+
ChargebeeId: 'chargebeeId',
|
|
31
|
+
});
|
|
32
|
+
//# sourceMappingURL=identifier.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"identifier.js","sourceRoot":"","sources":["../src/identifier.ts"],"names":[],"mappings":";;;AAAA,yDAAoD;AAEpD;;GAEG;AACU,QAAA,2BAA2B,GAAG,IAAA,qBAAQ,EAAC;IAClD,uBAAuB;IACvB,KAAK,EAAE,OAAO;IACd,wBAAwB;IACxB,kBAAkB;CACnB,CAAC,CAAC;AAQH;;GAEG;AACU,QAAA,cAAc,GAAG,IAAA,qBAAQ,EAAC;IACrC,GAAG,mCAA2B;IAC9B,uEAAuE;IACvE,cAAc,EAAE,gBAAgB;IAChC,0BAA0B;IAC1B,MAAM,EAAE,QAAQ;IAChB,qBAAqB;IACrB,KAAK,EAAE,OAAO;IACd,8CAA8C;IAC9C,aAAa,EAAE,eAAe;IAC9B,8BAA8B;IAC9B,QAAQ,EAAE,UAAU;IACpB,iCAAiC;IACjC,WAAW,EAAE,aAAa;CAC3B,CAAC,CAAC"}
|
package/build/index.d.ts
CHANGED
package/build/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC"}
|
package/build/index.js
CHANGED
|
@@ -12,4 +12,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
12
12
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
13
|
__exportStar(require("./actions"), exports);
|
|
14
14
|
__exportStar(require("./objects"), exports);
|
|
15
|
+
__exportStar(require("./request"), exports);
|
|
16
|
+
__exportStar(require("./identifier"), exports);
|
|
15
17
|
//# sourceMappingURL=index.js.map
|
package/build/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAA0B;AAC1B,4CAA0B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAA0B;AAC1B,4CAA0B;AAC1B,4CAA0B;AAC1B,+CAA6B"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The request statuses that a request can be created directly into.
|
|
3
|
+
* This is useful for the purposes of uploading a backlog
|
|
4
|
+
*/
|
|
5
|
+
export declare const CompletedRequestStatus: {
|
|
6
|
+
/** The data subject failed to verify at least one of the identifier they submit through the form */
|
|
7
|
+
FailedVerification: "FAILED_VERIFICATION";
|
|
8
|
+
/** The request has been approved and sent to the data subject with no secondary action */
|
|
9
|
+
Completed: "COMPLETED";
|
|
10
|
+
/** The request was canceled and the data subject was notified */
|
|
11
|
+
Canceled: "CANCELED";
|
|
12
|
+
/** The secondary request action completed compilation */
|
|
13
|
+
SecondaryCompleted: "SECONDARY_COMPLETED";
|
|
14
|
+
/** The request was revoked because it was a duplicate (another open request covers it) */
|
|
15
|
+
Revoked: "REVOKED";
|
|
16
|
+
};
|
|
17
|
+
/** Type override */
|
|
18
|
+
export declare type CompletedRequestStatus = typeof CompletedRequestStatus[keyof typeof CompletedRequestStatus];
|
|
19
|
+
/**
|
|
20
|
+
* The statuses that a request can take on
|
|
21
|
+
*/
|
|
22
|
+
export declare const RequestStatus: {
|
|
23
|
+
/** A data subject submits a DSR */
|
|
24
|
+
RequestMade: "REQUEST_MADE";
|
|
25
|
+
/** The data subject failed to verify at least one of the identifier they submit through the form */
|
|
26
|
+
FailedVerification: "FAILED_VERIFICATION";
|
|
27
|
+
/** The request identifiers have been verified and they are enriched to create other identifiers */
|
|
28
|
+
Enriching: "ENRICHING";
|
|
29
|
+
/** The request is temporarily placed on hold */
|
|
30
|
+
OnHold: "ON_HOLD";
|
|
31
|
+
/** The request is waiting to compile */
|
|
32
|
+
Waiting: "WAITING";
|
|
33
|
+
/** The request begins compiling across the organization's Connected Services, specific to the actions requested */
|
|
34
|
+
Compiling: "COMPILING";
|
|
35
|
+
/** The request is compiled and appending review before send */
|
|
36
|
+
Approving: "APPROVING";
|
|
37
|
+
/** The primary action has been sent to the data subject and the request is delayed until the secondary action is executed */
|
|
38
|
+
Delayed: "DELAYED";
|
|
39
|
+
/** The request has been approved and sent to the data subject with no secondary action */
|
|
40
|
+
Completed: "COMPLETED";
|
|
41
|
+
/** The request is in a state where the data subject report zip can be downloaded. This is typically a completed ACCESS request */
|
|
42
|
+
Downloadable: "DOWNLOADABLE";
|
|
43
|
+
/** The request is completed but not available for download, but its data categories are visible on the Privacy Center */
|
|
44
|
+
ViewCategories: "VIEW_CATEGORIES";
|
|
45
|
+
/** The request was canceled and the data subject was notified */
|
|
46
|
+
Canceled: "CANCELED";
|
|
47
|
+
/** The secondary request action begins compiling across the organization's Connected Services, i.e. erasure is actually called */
|
|
48
|
+
Secondary: "SECONDARY";
|
|
49
|
+
/** The secondary request action completed compilation */
|
|
50
|
+
SecondaryCompleted: "SECONDARY_COMPLETED";
|
|
51
|
+
/** The request was revoked because it was a duplicate (another open request covers it) */
|
|
52
|
+
Revoked: "REVOKED";
|
|
53
|
+
};
|
|
54
|
+
/** Type override */
|
|
55
|
+
export declare type RequestStatus = typeof RequestStatus[keyof typeof RequestStatus];
|
|
56
|
+
/**
|
|
57
|
+
* The places a DSR can originate from
|
|
58
|
+
*/
|
|
59
|
+
export declare enum RequestOrigin {
|
|
60
|
+
/** Submit through the form on the privacy center */
|
|
61
|
+
PrivacyCenter = "PRIVACY_CENTER",
|
|
62
|
+
/** Administrator made the request from the admin dashboard */
|
|
63
|
+
AdminDashboard = "ADMIN_DASHBOARD",
|
|
64
|
+
/** Programmatic through the API */
|
|
65
|
+
Api = "API"
|
|
66
|
+
}
|
|
67
|
+
//# sourceMappingURL=request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request.d.ts","sourceRoot":"","sources":["../src/request.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,eAAO,MAAM,sBAAsB;IACjC,oGAAoG;;IAEpG,0FAA0F;;IAE1F,iEAAiE;;IAEjE,yDAAyD;;IAEzD,0FAA0F;;CAE1F,CAAC;AAEH,oBAAoB;AACpB,oBAAY,sBAAsB,GAChC,OAAO,sBAAsB,CAAC,MAAM,OAAO,sBAAsB,CAAC,CAAC;AAErE;;GAEG;AACH,eAAO,MAAM,aAAa;IACxB,mCAAmC;;IAEnC,oGAAoG;;IAEpG,mGAAmG;;IAEnG,gDAAgD;;IAEhD,wCAAwC;;IAExC,mHAAmH;;IAEnH,+DAA+D;;IAE/D,6HAA6H;;IAE7H,0FAA0F;;IAE1F,kIAAkI;;IAElI,yHAAyH;;IAEzH,iEAAiE;;IAEjE,kIAAkI;;IAElI,yDAAyD;;IAEzD,0FAA0F;;CAE1F,CAAC;AAEH,oBAAoB;AACpB,oBAAY,aAAa,GAAG,OAAO,aAAa,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAE7E;;GAEG;AACH,oBAAY,aAAa;IACvB,oDAAoD;IACpD,aAAa,mBAAmB;IAChC,8DAA8D;IAC9D,cAAc,oBAAoB;IAClC,mCAAmC;IACnC,GAAG,QAAQ;CACZ"}
|
package/build/request.js
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RequestOrigin = exports.RequestStatus = exports.CompletedRequestStatus = void 0;
|
|
4
|
+
const type_utils_1 = require("@transcend-io/type-utils");
|
|
5
|
+
/**
|
|
6
|
+
* The request statuses that a request can be created directly into.
|
|
7
|
+
* This is useful for the purposes of uploading a backlog
|
|
8
|
+
*/
|
|
9
|
+
exports.CompletedRequestStatus = (0, type_utils_1.makeEnum)({
|
|
10
|
+
/** The data subject failed to verify at least one of the identifier they submit through the form */
|
|
11
|
+
FailedVerification: 'FAILED_VERIFICATION',
|
|
12
|
+
/** The request has been approved and sent to the data subject with no secondary action */
|
|
13
|
+
Completed: 'COMPLETED',
|
|
14
|
+
/** The request was canceled and the data subject was notified */
|
|
15
|
+
Canceled: 'CANCELED',
|
|
16
|
+
/** The secondary request action completed compilation */
|
|
17
|
+
SecondaryCompleted: 'SECONDARY_COMPLETED',
|
|
18
|
+
/** The request was revoked because it was a duplicate (another open request covers it) */
|
|
19
|
+
Revoked: 'REVOKED',
|
|
20
|
+
});
|
|
21
|
+
/**
|
|
22
|
+
* The statuses that a request can take on
|
|
23
|
+
*/
|
|
24
|
+
exports.RequestStatus = (0, type_utils_1.makeEnum)({
|
|
25
|
+
/** A data subject submits a DSR */
|
|
26
|
+
RequestMade: 'REQUEST_MADE',
|
|
27
|
+
/** The data subject failed to verify at least one of the identifier they submit through the form */
|
|
28
|
+
FailedVerification: 'FAILED_VERIFICATION',
|
|
29
|
+
/** The request identifiers have been verified and they are enriched to create other identifiers */
|
|
30
|
+
Enriching: 'ENRICHING',
|
|
31
|
+
/** The request is temporarily placed on hold */
|
|
32
|
+
OnHold: 'ON_HOLD',
|
|
33
|
+
/** The request is waiting to compile */
|
|
34
|
+
Waiting: 'WAITING',
|
|
35
|
+
/** The request begins compiling across the organization's Connected Services, specific to the actions requested */
|
|
36
|
+
Compiling: 'COMPILING',
|
|
37
|
+
/** The request is compiled and appending review before send */
|
|
38
|
+
Approving: 'APPROVING',
|
|
39
|
+
/** The primary action has been sent to the data subject and the request is delayed until the secondary action is executed */
|
|
40
|
+
Delayed: 'DELAYED',
|
|
41
|
+
/** The request has been approved and sent to the data subject with no secondary action */
|
|
42
|
+
Completed: 'COMPLETED',
|
|
43
|
+
/** The request is in a state where the data subject report zip can be downloaded. This is typically a completed ACCESS request */
|
|
44
|
+
Downloadable: 'DOWNLOADABLE',
|
|
45
|
+
/** The request is completed but not available for download, but its data categories are visible on the Privacy Center */
|
|
46
|
+
ViewCategories: 'VIEW_CATEGORIES',
|
|
47
|
+
/** The request was canceled and the data subject was notified */
|
|
48
|
+
Canceled: 'CANCELED',
|
|
49
|
+
/** The secondary request action begins compiling across the organization's Connected Services, i.e. erasure is actually called */
|
|
50
|
+
Secondary: 'SECONDARY',
|
|
51
|
+
/** The secondary request action completed compilation */
|
|
52
|
+
SecondaryCompleted: 'SECONDARY_COMPLETED',
|
|
53
|
+
/** The request was revoked because it was a duplicate (another open request covers it) */
|
|
54
|
+
Revoked: 'REVOKED',
|
|
55
|
+
});
|
|
56
|
+
/**
|
|
57
|
+
* The places a DSR can originate from
|
|
58
|
+
*/
|
|
59
|
+
var RequestOrigin;
|
|
60
|
+
(function (RequestOrigin) {
|
|
61
|
+
/** Submit through the form on the privacy center */
|
|
62
|
+
RequestOrigin["PrivacyCenter"] = "PRIVACY_CENTER";
|
|
63
|
+
/** Administrator made the request from the admin dashboard */
|
|
64
|
+
RequestOrigin["AdminDashboard"] = "ADMIN_DASHBOARD";
|
|
65
|
+
/** Programmatic through the API */
|
|
66
|
+
RequestOrigin["Api"] = "API";
|
|
67
|
+
})(RequestOrigin = exports.RequestOrigin || (exports.RequestOrigin = {}));
|
|
68
|
+
//# sourceMappingURL=request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request.js","sourceRoot":"","sources":["../src/request.ts"],"names":[],"mappings":";;;AAAA,yDAAoD;AAEpD;;;GAGG;AACU,QAAA,sBAAsB,GAAG,IAAA,qBAAQ,EAAC;IAC7C,oGAAoG;IACpG,kBAAkB,EAAE,qBAAqB;IACzC,0FAA0F;IAC1F,SAAS,EAAE,WAAW;IACtB,iEAAiE;IACjE,QAAQ,EAAE,UAAU;IACpB,yDAAyD;IACzD,kBAAkB,EAAE,qBAAqB;IACzC,0FAA0F;IAC1F,OAAO,EAAE,SAAS;CACnB,CAAC,CAAC;AAMH;;GAEG;AACU,QAAA,aAAa,GAAG,IAAA,qBAAQ,EAAC;IACpC,mCAAmC;IACnC,WAAW,EAAE,cAAc;IAC3B,oGAAoG;IACpG,kBAAkB,EAAE,qBAAqB;IACzC,mGAAmG;IACnG,SAAS,EAAE,WAAW;IACtB,gDAAgD;IAChD,MAAM,EAAE,SAAS;IACjB,wCAAwC;IACxC,OAAO,EAAE,SAAS;IAClB,mHAAmH;IACnH,SAAS,EAAE,WAAW;IACtB,+DAA+D;IAC/D,SAAS,EAAE,WAAW;IACtB,6HAA6H;IAC7H,OAAO,EAAE,SAAS;IAClB,0FAA0F;IAC1F,SAAS,EAAE,WAAW;IACtB,kIAAkI;IAClI,YAAY,EAAE,cAAc;IAC5B,yHAAyH;IACzH,cAAc,EAAE,iBAAiB;IACjC,iEAAiE;IACjE,QAAQ,EAAE,UAAU;IACpB,kIAAkI;IAClI,SAAS,EAAE,WAAW;IACtB,yDAAyD;IACzD,kBAAkB,EAAE,qBAAqB;IACzC,0FAA0F;IAC1F,OAAO,EAAE,SAAS;CACnB,CAAC,CAAC;AAKH;;GAEG;AACH,IAAY,aAOX;AAPD,WAAY,aAAa;IACvB,oDAAoD;IACpD,iDAAgC,CAAA;IAChC,8DAA8D;IAC9D,mDAAkC,CAAA;IAClC,mCAAmC;IACnC,4BAAW,CAAA;AACb,CAAC,EAPW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAOxB"}
|
package/build/tsbuildinfo
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"program":{"fileNames":["../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es5.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2015.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2016.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2017.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2018.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2019.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2020.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2021.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.esnext.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.dom.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2015.core.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2015.collection.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2015.generator.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2015.promise.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2017.object.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2017.string.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2017.intl.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2018.intl.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2018.promise.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2019.array.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2019.object.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2019.string.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2020.promise.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2020.string.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2020.intl.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2021.promise.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2021.string.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2021.intl.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.esnext.intl.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/types.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/apply.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/JoinSemilattice.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/BoundedJoinSemilattice.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/MeetSemilattice.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/BoundedMeetSemilattice.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/BoundedLattice.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Lattice.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/HKT.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Contravariant.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Bounded.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Predicate.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Magma.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Functor.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Apply.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Pointed.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Applicative.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Zero.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Alternative.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Chain.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Extend.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Refinement.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Bifunctor.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Separated.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Filterable.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Monad.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Foldable.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/NaturalTransformation.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/FromEither.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/MonadThrow.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Comonad.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/FoldableWithIndex.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/FunctorWithIndex.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Show.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Traversable.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/TraversableWithIndex.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/ReadonlyNonEmptyArray.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Witherable.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Option.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Compactable.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/FilterableWithIndex.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Unfoldable.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/ReadonlyRecord.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Semigroup.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Endomorphism.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Monoid.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Eq.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Ordering.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Ord.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/DistributiveLattice.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/BoundedDistributiveLattice.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/HeytingAlgebra.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/BooleanAlgebra.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Semiring.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Ring.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/function.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Alt.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/ChainRec.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Either.d.ts","../.yarn/__virtual__/io-ts-virtual-981fdbc7ba/0/cache/io-ts-npm-2.2.16-b76df10271-1b5855682e.zip/node_modules/io-ts/lib/index.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/codecTools/decodeCodec.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/codecTools/dictionary.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/codecTools/FixedLengthString.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/codecTools/FixedLengthArray.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/codecTools/partialRecord.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/codecTools/isCodecError.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/codecTools/NonEmptyString.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/codecTools/index.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/enum.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/enums.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/getEntries.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/getKeys.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/getValues.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/groupBy.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/gql.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/invert.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/valuesOf.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/index.d.ts","../src/actions.ts","../src/objects.ts","../src/index.ts","../.yarn/cache/@types-chai-npm-4.3.0-42bcda9bbc-3e393e0942.zip/node_modules/@types/chai/index.d.ts","../src/tests/index.test.ts","../.yarn/cache/@types-mocha-npm-9.1.0-8ac56cd8d3-21e1000daf.zip/node_modules/@types/mocha/index.d.ts"],"fileInfos":[{"version":"89f78430e422a0f06d13019d60d5a45b37ec2d28e67eb647f73b1b0d19a46b72","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","e21c071ca3e1b4a815d5f04a7475adcaeea5d64367e840dd0154096d705c3940","746d62152361558ea6d6115cf0da4dd10ede041d14882ede3568bce5dc4b4f1f","2cc028cd0bdb35b1b5eb723d84666a255933fffbea607f72cbd0c7c7b4bee144",{"version":"abba1071bfd89e55e88a054b0c851ea3e8a494c340d0f3fab19eb18f6afb0c9e","affectsGlobalScope":true},{"version":"d8996609230d17e90484a2dd58f22668f9a05a3bfe00bfb1d6271171e54a31fb","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"4378fc8122ec9d1a685b01eb66c46f62aba6b239ca7228bb6483bcf8259ee493","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"1b3fe904465430e030c93239a348f05e1be80640d91f2f004c3512c2c2c89f34","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"d071129cba6a5f2700be09c86c07ad2791ab67d4e5ed1eb301d6746c62745ea4","affectsGlobalScope":true},{"version":"6c55633c733c8378db65ac3da7a767c3cf2cf3057f0565a9124a16a3a2019e87","affectsGlobalScope":true},{"version":"fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe","affectsGlobalScope":true},{"version":"5b0ca94ec819d68d33da516306c15297acec88efeb0ae9e2b39f71dbd9685ef7","affectsGlobalScope":true},{"version":"e8c9f4e445a489991ca1a4232667de3ac36b07ba75ea335971fbeacf2d26fe67","affectsGlobalScope":true},{"version":"10bbdc1981b8d9310ee75bfac28ee0477bb2353e8529da8cff7cb26c409cb5e8","affectsGlobalScope":true},"e389ee7c771cf8ad98971d1870b7a61114ce0b5a2108eccdfefae7ad7be420b4","a73e627df516439f25253452148b5638a5f16bb6d277dcef445486f95412e72c","7cacb7d6043be447426a3811ef40e5d81fca99289f991788a29494b3e528b3d5","3d69864968e13d13514d37303bcef6a965c5a3da370976ba4f2c96bbfca6f73a","9ec22bf34167a1e1ee4d2a44f88891bfa3a827d703758e045e46ad27c6f2bb04","1b4bf557e7c1b1400ea1d2021bf4a0aa94398b3949358c7520b38c7c6f3d5111","ce937afee0c311b592a028607381005375d5beba79b82750ee90190f210172f2","3d9abd8024a7cb9890821962ba50208546504ebe48ebac0be774b2c3996bf787","54a098c654bd4a1b420702693a923df4a2e767c82fc4461550ff32b43f965511","2d709defe18dac3e57730e01d6e563c1846427651bd8ef6ab08c8881a3536217","f6b0e59475d7c6c1c225855f46ac3bba062ac2d44d59226de618443ef85a9654","fa03d0db2493b6ee355167e3bfd3f19b4509b65150c9066a1d792506d8573d9d","b5bbca15e6517dcdb1c7107aaa078c149d92136c8d68b9aa25096fa8b22781a2","71f423707ae91a0efb99fd4341d5533e28b3253fa08342d579fdb9ddd1133056","5387eae5f9e2fa7d79786367cc69b61194b03bc5d401a9f034c87961454bf855","df40c429713283ada7dfe6030f85b126fa95a96f17fcbf4c8dd4b8e88ac7887e","16584246b33ca3ce1b234ceedc3d36b6c1e45f771448ef7ec2ff94f6cfd5a2f5","32f4a90406b42d5f00683a5c71a5e86294d054dc64e77bd94261dc3ab6fa87a7","21b0709d364e3c825cde113653e62a1813f694f34ce4d5a546d9653b0be95ece","1fe7c3717b5da4a72ef8221c3ed1743d06f7a4f14b8576b035e8ec8a27603ca7","6ee39c4fb749b48fef9ce908cba025fc774b40790c5f2c0d19ed70e55d688fb6","9485c1d322817a7d5abdd834e353a41d0e389fce2e56285c431182216e39ba8e","77b5bb559d0a4caa41bbff73c1fa7b2bd18e847341820b8bd78751f7312aa500","9427fb6b360ef922bbc0577b0e637d9a04875b400d8ae6e859eb828a92829257","7b6aa3f80957705d10c33cb6113decc323017313d8c64553f50a269ce0c3500f","23284153ead0384c87c29852612d5e6cef16d1179d4c6986e72a058929375b64","ddb30a43bffd1707dd4f531f7d6132c3b02ccc86d57e46d19d120edf4fa8e1c0","1ac910e17343640bf14e69ad9a078c37b453a1b46a1de1d5221d460d26d67d7a","ff73b5f74a4306a93fa3ec2eb32785f682d6bcb5955963c45c3f2152874d63fb","25c318c9a9e87a1163cabfc325c6b85b14b8cfb4a01679ef4211217cb843f174","eaa71b96b8cf3d21cf3c670a990f5d38dd4998291013ff47b07f9df8aedb09fb","a5d1b67b1ab0ff989665bdbb5be7399345594bd6922ea2db6a65cf8b3ad36a7c","f44163882d44b85c852186182e9301187fc674148957a4a0f2fc7a438bd6db4e","76fcf413abafd0023a294377cc079acfd6c7835aeb52fbc88d87b0176b4be7f1","3d6b3bf8322cc547cca607243117085cde9de05814ecf6ed46cb850dff44acca","5509d07a6a598798b9a03a97e9a01ce9a949ef6914cbcb16314b9e62e74b7dd0","5342ccabb910d7ed1e0c0968ac4a0bb2207e9c3285fa70000ecda2a9dc8e3c2e","5a5f821f9bf287fa83f18ae6d9b1d074f6d7dd1f472827078a31c762acf607fe","517f87d6abd7657426bcf5933e0a54770dc6d1a967c6bfc0da40c4c6ecb4adc9","e8815e5db5a33c95b721f38ae2c37c238a36ab190532d068f3897a8676aca31e","0dd156a63d802afb0466de6dbc4d89b2573793c11b6e221ff559462bb09b51ba","82e44a5b26bcbe7b4b99b6e33f72286f11387d55814f113ee3bd001c01312340","c03e836ee50ad9b0ec0c582b642786f894394605238e2b58cee2b877a3baeff0","e9ccb6c7e77319b0334d80ff4e0c3f5e14cebd765f62c84aa352343a673d26b6","454ea50cf3c255e2d7d9fccf485772a9414006e0eb0969b99867e4a97d02ddf9","c877c86f7150ec777c4a65a607f107760219199dbf5df9252e18db451fb201fd","5633abad5689d73cbc7dbc0a5657f071e7d74d7c719eb7d40bed84c8b065c5f7","bce2dafbf5c006978705d79a97bc02b3d69ffca1f5485f8ed5668e34fdfce283","45c3ea1a4ad18f5a15a3ccb6fc878c8eacc28ee7e6df70ab44d7accb8dde8acc","c4b821deefba05645c7b4ed17c08a691d9ad49bec79cb3eaa063c2965d344709","66da6541c596adf5757bd7dd75905c3995de2b852577a2ff9dd0367ba97689c7","ecc8a298c316ea0c05b2b47b132a00e5a161c7db80b00c45896f68d71714027d","53830d72bedcb50a122a50ddf4c934be579e76de5e92821c9d4cedca297a9b5a","e4c7507161ddfa6d4962241b05fda540c1dc095163cc622d17f2fce8d95d03ef","c18776b908ca93db4e977b670812955ce96dda262cf2b113e9eceaf7bc9fee11","ae8c14075c604187b8af08af2dec7b0ff40fa7b30195d819e236041c52ca90bd","0fa0f4fde2da84c277baee2a62a2f4e1c28aae411134208f1ea2a7ae2600d6a9","d81aa2e7a65beb57e825203b09b3aa337bbcd4733a58e5ae8322cd6f365a497d","efab59dcda3eb2ab3aab35fff20da6bedbb35d7a8bcbf3847001af82af8d2484","9f10e27d6256caba22c9465637e97320416427bf16525e184ed9b55a75b62f81","ef64385a31cbe6c519751668eddc7fb4c61bc989bfeba688b5446470d7c263fa","1c5c43e1b377b340caf960be4f6f2ee3f1d8202690b52d45b6d65c7f31bc2b3e","2935812f68f0cad10a04cbd0e0dcd976efe5508f397af55b93b8d5b8cc407f95","122d4e87de1b35cec914e89b8ba598ee5433be50e4e9ae869217b7ef1da05624","b92707d0b115b799b9b98902197bd71c8df1182579ba710ace25196dd11437c6","80d13e760090f6b5fee5eb60c290e015efb70ea1b56d89617cc153c664a4c63c","e2b6db433156c6eeff0267f69fed7e136ba8081307f28cf335cf14a8c849c516","9682c86df92833243526a7e3e45a56c5a03d7cf6311f7441607c9b8340773971","dd7e666ac74f15727cc32255aed6918bf46806e84a479a28494f432b1bc36cf8","298ee055b6199b5303b03d8e8e684540390fd32c17a37e204d6a6ffe5ed4190c","d49c2c4c41d698679e54d8731144e9359202d2a4bdc64f8245cfa87a470dc2d0","293cd9c3b9c50ac607dc22ceb4acacac7d7ed83941f7d642768fdc7c7d471866","4249f7f4c4f0fe5eb48576ec6425a477753e4f4f5a9f7afe75b38c7c366b566a","c970788a6064983eeee31f24f374f32e345a52860c7ad750a38a8f874cae22c1","a1ddcf2125b1e71dd93f6f4851a835dbfd4eb7d7e34db49263bd6f5a6087959d","86d4eaf6be3efc9fbb92b919372eb6d84fee39c7487f27adacb83bc73ed7a59d","40b4de816d21273238a97efbc72f850b746fb38af45a653e1d90e704a5fb34d5","352d7401628d76f538b0227967a4b32b40a8f6fe586799c55b358f45ef0dbf35","2d68e6d2e1905bc61a5041a8c13457629f7602ccfb2f9e47eb6ee3d1f3d245c0","943a513f830fe1e8176ff0a9b25f844ac44bbd661cd398f14a94a6f932ef21fc","c1ae286b5a6a25fb8cf41cf8500ce18c15829aadf7eb7dc36af7bc168d8a0668",{"version":"c8747693e5872ad5ef3aa016731a06915e1c34dae987829d9aa5bd40c7a2c54b","affectsGlobalScope":true},"d8c9b9c9f63cfd6bead1bea1b613de88b542d7e60007f0a55d2dd9f197f45edf",{"version":"30bf01dd2e284098445264c8d71c608890cc11c142f36d0193aa655bdc0a40cb","affectsGlobalScope":true}],"options":{"composite":true,"declaration":true,"declarationMap":true,"esModuleInterop":true,"module":1,"noFallthroughCasesInSwitch":true,"noImplicitReturns":true,"noUnusedLocals":true,"outDir":"./","rootDir":"../src","sourceMap":true,"strict":true,"target":6,"tsBuildInfoFile":"./tsbuildinfo"},"fileIdsList":[[101,104],[46],[105],[106,107,108,109,110,111,112],[46,47,113,114,115,116,117,118,119,120,121,122],[54,57,59,69,82,84,88,90,92,94,101,104],[54,57,62,63,69,82,84,88,90,92,94,102,104],[54,57,59,60,61,69,82,84,88,90,91,92,94,104],[54,57,59,69,82,84,88,89,90,92,94,104],[54,57,69,82,84,88,90,92,94,104],[97],[94],[52,94,95],[48],[49,51],[50],[54,57,60,69,82,84,88,90,92,94,104],[54,57,65,69,82,84,88,90,92,94,104],[54,57,66,69,82,84,88,90,92,94,104],[54,57,59,69,82,84,88,90,92,94,104],[53,94],[54,57,59,60,61,62,65,66,67,68,69,70,71,72,73,74,75,79,80,82,83,84,85,88,89,90,91,92,94,101,102,103],[54,57,69,82,84,88,89,91,92,94,104],[54,55,57,69,82,84,88,89,90,91,94,104],[54,57,59,67,69,82,84,85,88,90,92,94,104],[54,57,69,70,78,82,84,88,90,92,94,104],[54,57,62,69,71,82,84,88,90,91,92,94,104],[54,57,69,72,82,84,88,90,91,92,94,104],[54,57,65,67,69,73,82,84,88,90,92,94,101,104],[96],[48,50],[57,90],[54,57,62,65,69,82,84,88,90,92,94,104],[54,57,69,71,82,84,88,90,92,94,104],[56,88,89,90],[54,57,59,60,61,62,63,64,65,66,67,69,70,71,72,74,75,79,80,82,83,85,88,89,90,91,92,94,101,102,104],[54,55,57,69,82,84,88,89,90,91,92,93,104],[89,91,92],[54,55,69,82,84,88,89,90,91,92,94,104],[54,57,59,60,61,62,65,67,69,71,72,76,77,78,79,80,81,84,88,89,90,92,94,101,102,104],[54,57,58,59,62,67,69,70,72,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,94,104],[84,104],[99],[58,88,94],[54,57,59,68,82,84,88,90,92,94,104],[88],[54,57,59,62,69,72,82,84,88,90,92,94,104],[54,57,62,69,77,78,80,82,84,88,90,92,94,104],[54,57,62,69,70,80,82,84,85,88,90,92,94,104],[54,57,61,69,82,84,88,90,92,94,104],[89,91,98,99,100],[123],[124,125],[126,127]],"referencedMap":[[105,1],[47,2],[109,3],[108,3],[112,3],[106,3],[107,3],[113,4],[110,3],[114,2],[116,2],[117,2],[123,5],[122,3],[102,6],[64,7],[62,8],[60,9],[68,10],[98,11],[56,12],[96,13],[49,14],[52,15],[51,16],[65,17],[103,18],[76,19],[85,20],[55,10],[95,21],[104,22],[90,23],[92,24],[66,20],[70,25],[86,26],[72,27],[77,28],[74,29],[59,10],[78,20],[97,30],[53,31],[58,32],[71,33],[75,34],[91,35],[73,10],[84,36],[94,37],[93,38],[61,10],[57,39],[82,40],[88,41],[67,42],[100,43],[89,44],[69,45],[79,46],[80,47],[81,48],[87,10],[83,49],[63,50],[101,51],[124,52],[126,53],[125,52],[128,54]],"exportedModulesMap":[[105,1],[47,2],[109,3],[108,3],[112,3],[106,3],[107,3],[113,4],[110,3],[114,2],[116,2],[117,2],[123,5],[122,3],[102,6],[64,7],[62,8],[60,9],[68,10],[98,11],[56,12],[96,13],[49,14],[52,15],[51,16],[65,17],[103,18],[76,19],[85,20],[55,10],[95,21],[104,22],[90,23],[92,24],[66,20],[70,25],[86,26],[72,27],[77,28],[74,29],[59,10],[78,20],[97,30],[53,31],[58,32],[71,33],[75,34],[91,35],[73,10],[84,36],[94,37],[93,38],[61,10],[57,39],[82,40],[88,41],[67,42],[100,43],[89,44],[69,45],[79,46],[80,47],[81,48],[87,10],[83,49],[63,50],[101,51],[124,52],[126,53],[125,52],[128,54]],"semanticDiagnosticsPerFile":[105,47,109,108,112,106,107,113,111,110,114,115,116,117,118,120,119,123,121,46,122,127,129,54,102,64,62,60,68,98,56,96,49,52,51,65,103,76,85,55,95,104,90,92,66,70,86,72,77,74,59,78,97,48,53,58,50,71,75,91,73,84,94,93,61,57,82,88,67,100,89,99,69,79,80,81,87,83,63,101,10,12,11,2,13,14,15,16,17,18,19,20,3,4,24,21,22,23,25,26,27,5,28,29,30,31,6,32,33,34,35,7,40,36,37,38,39,8,44,41,42,43,1,9,45,124,126,125,128]},"version":"4.5.5"}
|
|
1
|
+
{"program":{"fileNames":["../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es5.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2015.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2016.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2017.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2018.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2019.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2020.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2021.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.esnext.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.dom.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2015.core.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2015.collection.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2015.generator.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2015.promise.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2017.object.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2017.string.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2017.intl.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2018.intl.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2018.promise.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2019.array.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2019.object.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2019.string.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2020.promise.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2020.string.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2020.intl.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2021.promise.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2021.string.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.es2021.intl.d.ts","../.yarn/cache/typescript-patch-1413b5712d-858c61fa63.zip/node_modules/typescript/lib/lib.esnext.intl.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/types.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/apply.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/JoinSemilattice.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/BoundedJoinSemilattice.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/MeetSemilattice.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/BoundedMeetSemilattice.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/BoundedLattice.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Lattice.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/HKT.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Contravariant.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Bounded.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Predicate.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Magma.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Functor.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Apply.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Pointed.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Applicative.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Zero.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Alternative.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Chain.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Extend.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Refinement.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Bifunctor.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Separated.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Filterable.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Monad.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Foldable.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/NaturalTransformation.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/FromEither.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/MonadThrow.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Comonad.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/FoldableWithIndex.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/FunctorWithIndex.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Show.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Traversable.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/TraversableWithIndex.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/ReadonlyNonEmptyArray.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Witherable.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Option.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Compactable.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/FilterableWithIndex.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Unfoldable.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/ReadonlyRecord.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Semigroup.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Endomorphism.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Monoid.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Eq.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Ordering.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Ord.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/DistributiveLattice.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/BoundedDistributiveLattice.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/HeytingAlgebra.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/BooleanAlgebra.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Semiring.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Ring.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/function.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Alt.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/ChainRec.d.ts","../.yarn/cache/fp-ts-npm-2.11.8-1b278a55a3-481b824797.zip/node_modules/fp-ts/lib/Either.d.ts","../.yarn/__virtual__/io-ts-virtual-981fdbc7ba/0/cache/io-ts-npm-2.2.16-b76df10271-1b5855682e.zip/node_modules/io-ts/lib/index.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/codecTools/decodeCodec.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/codecTools/dictionary.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/codecTools/FixedLengthString.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/codecTools/FixedLengthArray.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/codecTools/partialRecord.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/codecTools/isCodecError.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/codecTools/NonEmptyString.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/codecTools/index.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/enum.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/enums.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/getEntries.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/getKeys.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/getValues.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/groupBy.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/gql.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/invert.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/valuesOf.d.ts","../.yarn/cache/@transcend-io-type-utils-npm-1.0.5-53d562f965-4d1bb97518.zip/node_modules/@transcend-io/type-utils/build/index.d.ts","../src/actions.ts","../src/identifier.ts","../src/objects.ts","../src/request.ts","../src/index.ts","../.yarn/cache/@types-chai-npm-4.3.0-42bcda9bbc-3e393e0942.zip/node_modules/@types/chai/index.d.ts","../src/tests/index.test.ts","../.yarn/cache/@types-mocha-npm-9.1.0-8ac56cd8d3-21e1000daf.zip/node_modules/@types/mocha/index.d.ts"],"fileInfos":[{"version":"89f78430e422a0f06d13019d60d5a45b37ec2d28e67eb647f73b1b0d19a46b72","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","e21c071ca3e1b4a815d5f04a7475adcaeea5d64367e840dd0154096d705c3940","746d62152361558ea6d6115cf0da4dd10ede041d14882ede3568bce5dc4b4f1f","2cc028cd0bdb35b1b5eb723d84666a255933fffbea607f72cbd0c7c7b4bee144",{"version":"abba1071bfd89e55e88a054b0c851ea3e8a494c340d0f3fab19eb18f6afb0c9e","affectsGlobalScope":true},{"version":"d8996609230d17e90484a2dd58f22668f9a05a3bfe00bfb1d6271171e54a31fb","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"4378fc8122ec9d1a685b01eb66c46f62aba6b239ca7228bb6483bcf8259ee493","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"1b3fe904465430e030c93239a348f05e1be80640d91f2f004c3512c2c2c89f34","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"d071129cba6a5f2700be09c86c07ad2791ab67d4e5ed1eb301d6746c62745ea4","affectsGlobalScope":true},{"version":"6c55633c733c8378db65ac3da7a767c3cf2cf3057f0565a9124a16a3a2019e87","affectsGlobalScope":true},{"version":"fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe","affectsGlobalScope":true},{"version":"5b0ca94ec819d68d33da516306c15297acec88efeb0ae9e2b39f71dbd9685ef7","affectsGlobalScope":true},{"version":"e8c9f4e445a489991ca1a4232667de3ac36b07ba75ea335971fbeacf2d26fe67","affectsGlobalScope":true},{"version":"10bbdc1981b8d9310ee75bfac28ee0477bb2353e8529da8cff7cb26c409cb5e8","affectsGlobalScope":true},"e389ee7c771cf8ad98971d1870b7a61114ce0b5a2108eccdfefae7ad7be420b4","a73e627df516439f25253452148b5638a5f16bb6d277dcef445486f95412e72c","7cacb7d6043be447426a3811ef40e5d81fca99289f991788a29494b3e528b3d5","3d69864968e13d13514d37303bcef6a965c5a3da370976ba4f2c96bbfca6f73a","9ec22bf34167a1e1ee4d2a44f88891bfa3a827d703758e045e46ad27c6f2bb04","1b4bf557e7c1b1400ea1d2021bf4a0aa94398b3949358c7520b38c7c6f3d5111","ce937afee0c311b592a028607381005375d5beba79b82750ee90190f210172f2","3d9abd8024a7cb9890821962ba50208546504ebe48ebac0be774b2c3996bf787","54a098c654bd4a1b420702693a923df4a2e767c82fc4461550ff32b43f965511","2d709defe18dac3e57730e01d6e563c1846427651bd8ef6ab08c8881a3536217","f6b0e59475d7c6c1c225855f46ac3bba062ac2d44d59226de618443ef85a9654","fa03d0db2493b6ee355167e3bfd3f19b4509b65150c9066a1d792506d8573d9d","b5bbca15e6517dcdb1c7107aaa078c149d92136c8d68b9aa25096fa8b22781a2","71f423707ae91a0efb99fd4341d5533e28b3253fa08342d579fdb9ddd1133056","5387eae5f9e2fa7d79786367cc69b61194b03bc5d401a9f034c87961454bf855","df40c429713283ada7dfe6030f85b126fa95a96f17fcbf4c8dd4b8e88ac7887e","16584246b33ca3ce1b234ceedc3d36b6c1e45f771448ef7ec2ff94f6cfd5a2f5","32f4a90406b42d5f00683a5c71a5e86294d054dc64e77bd94261dc3ab6fa87a7","21b0709d364e3c825cde113653e62a1813f694f34ce4d5a546d9653b0be95ece","1fe7c3717b5da4a72ef8221c3ed1743d06f7a4f14b8576b035e8ec8a27603ca7","6ee39c4fb749b48fef9ce908cba025fc774b40790c5f2c0d19ed70e55d688fb6","9485c1d322817a7d5abdd834e353a41d0e389fce2e56285c431182216e39ba8e","77b5bb559d0a4caa41bbff73c1fa7b2bd18e847341820b8bd78751f7312aa500","9427fb6b360ef922bbc0577b0e637d9a04875b400d8ae6e859eb828a92829257","7b6aa3f80957705d10c33cb6113decc323017313d8c64553f50a269ce0c3500f","23284153ead0384c87c29852612d5e6cef16d1179d4c6986e72a058929375b64","ddb30a43bffd1707dd4f531f7d6132c3b02ccc86d57e46d19d120edf4fa8e1c0","1ac910e17343640bf14e69ad9a078c37b453a1b46a1de1d5221d460d26d67d7a","ff73b5f74a4306a93fa3ec2eb32785f682d6bcb5955963c45c3f2152874d63fb","25c318c9a9e87a1163cabfc325c6b85b14b8cfb4a01679ef4211217cb843f174","eaa71b96b8cf3d21cf3c670a990f5d38dd4998291013ff47b07f9df8aedb09fb","a5d1b67b1ab0ff989665bdbb5be7399345594bd6922ea2db6a65cf8b3ad36a7c","f44163882d44b85c852186182e9301187fc674148957a4a0f2fc7a438bd6db4e","76fcf413abafd0023a294377cc079acfd6c7835aeb52fbc88d87b0176b4be7f1","3d6b3bf8322cc547cca607243117085cde9de05814ecf6ed46cb850dff44acca","5509d07a6a598798b9a03a97e9a01ce9a949ef6914cbcb16314b9e62e74b7dd0","5342ccabb910d7ed1e0c0968ac4a0bb2207e9c3285fa70000ecda2a9dc8e3c2e","5a5f821f9bf287fa83f18ae6d9b1d074f6d7dd1f472827078a31c762acf607fe","517f87d6abd7657426bcf5933e0a54770dc6d1a967c6bfc0da40c4c6ecb4adc9","e8815e5db5a33c95b721f38ae2c37c238a36ab190532d068f3897a8676aca31e","0dd156a63d802afb0466de6dbc4d89b2573793c11b6e221ff559462bb09b51ba","82e44a5b26bcbe7b4b99b6e33f72286f11387d55814f113ee3bd001c01312340","c03e836ee50ad9b0ec0c582b642786f894394605238e2b58cee2b877a3baeff0","e9ccb6c7e77319b0334d80ff4e0c3f5e14cebd765f62c84aa352343a673d26b6","454ea50cf3c255e2d7d9fccf485772a9414006e0eb0969b99867e4a97d02ddf9","c877c86f7150ec777c4a65a607f107760219199dbf5df9252e18db451fb201fd","5633abad5689d73cbc7dbc0a5657f071e7d74d7c719eb7d40bed84c8b065c5f7","bce2dafbf5c006978705d79a97bc02b3d69ffca1f5485f8ed5668e34fdfce283","45c3ea1a4ad18f5a15a3ccb6fc878c8eacc28ee7e6df70ab44d7accb8dde8acc","c4b821deefba05645c7b4ed17c08a691d9ad49bec79cb3eaa063c2965d344709","66da6541c596adf5757bd7dd75905c3995de2b852577a2ff9dd0367ba97689c7","ecc8a298c316ea0c05b2b47b132a00e5a161c7db80b00c45896f68d71714027d","53830d72bedcb50a122a50ddf4c934be579e76de5e92821c9d4cedca297a9b5a","e4c7507161ddfa6d4962241b05fda540c1dc095163cc622d17f2fce8d95d03ef","c18776b908ca93db4e977b670812955ce96dda262cf2b113e9eceaf7bc9fee11","ae8c14075c604187b8af08af2dec7b0ff40fa7b30195d819e236041c52ca90bd","0fa0f4fde2da84c277baee2a62a2f4e1c28aae411134208f1ea2a7ae2600d6a9","d81aa2e7a65beb57e825203b09b3aa337bbcd4733a58e5ae8322cd6f365a497d","efab59dcda3eb2ab3aab35fff20da6bedbb35d7a8bcbf3847001af82af8d2484","9f10e27d6256caba22c9465637e97320416427bf16525e184ed9b55a75b62f81","ef64385a31cbe6c519751668eddc7fb4c61bc989bfeba688b5446470d7c263fa","1c5c43e1b377b340caf960be4f6f2ee3f1d8202690b52d45b6d65c7f31bc2b3e","2935812f68f0cad10a04cbd0e0dcd976efe5508f397af55b93b8d5b8cc407f95","122d4e87de1b35cec914e89b8ba598ee5433be50e4e9ae869217b7ef1da05624","b92707d0b115b799b9b98902197bd71c8df1182579ba710ace25196dd11437c6","80d13e760090f6b5fee5eb60c290e015efb70ea1b56d89617cc153c664a4c63c","e2b6db433156c6eeff0267f69fed7e136ba8081307f28cf335cf14a8c849c516","9682c86df92833243526a7e3e45a56c5a03d7cf6311f7441607c9b8340773971","dd7e666ac74f15727cc32255aed6918bf46806e84a479a28494f432b1bc36cf8","298ee055b6199b5303b03d8e8e684540390fd32c17a37e204d6a6ffe5ed4190c","d49c2c4c41d698679e54d8731144e9359202d2a4bdc64f8245cfa87a470dc2d0","293cd9c3b9c50ac607dc22ceb4acacac7d7ed83941f7d642768fdc7c7d471866","4249f7f4c4f0fe5eb48576ec6425a477753e4f4f5a9f7afe75b38c7c366b566a","c970788a6064983eeee31f24f374f32e345a52860c7ad750a38a8f874cae22c1","a1ddcf2125b1e71dd93f6f4851a835dbfd4eb7d7e34db49263bd6f5a6087959d","86d4eaf6be3efc9fbb92b919372eb6d84fee39c7487f27adacb83bc73ed7a59d","40b4de816d21273238a97efbc72f850b746fb38af45a653e1d90e704a5fb34d5","352d7401628d76f538b0227967a4b32b40a8f6fe586799c55b358f45ef0dbf35","2d68e6d2e1905bc61a5041a8c13457629f7602ccfb2f9e47eb6ee3d1f3d245c0","3874c6296f4ad0a78783c20120f620c119e984adfb2226e6f3a58a590140efa8","943a513f830fe1e8176ff0a9b25f844ac44bbd661cd398f14a94a6f932ef21fc","3939cc0ee54e707bdb6f692400ea60b1dfb9b6e80c9c5ecde6d59cfa04778e1a","3defee665bbe896fdafd25b4f07f172071be210d46d53559d5b3f12feba3d6b2",{"version":"c8747693e5872ad5ef3aa016731a06915e1c34dae987829d9aa5bd40c7a2c54b","affectsGlobalScope":true},"d8c9b9c9f63cfd6bead1bea1b613de88b542d7e60007f0a55d2dd9f197f45edf",{"version":"30bf01dd2e284098445264c8d71c608890cc11c142f36d0193aa655bdc0a40cb","affectsGlobalScope":true}],"options":{"composite":true,"declaration":true,"declarationMap":true,"esModuleInterop":true,"module":1,"noFallthroughCasesInSwitch":true,"noImplicitReturns":true,"noUnusedLocals":true,"outDir":"./","rootDir":"../src","sourceMap":true,"strict":true,"target":6,"tsBuildInfoFile":"./tsbuildinfo"},"fileIdsList":[[101,104],[46],[105],[106,107,108,109,110,111,112],[46,47,113,114,115,116,117,118,119,120,121,122],[54,57,59,69,82,84,88,90,92,94,101,104],[54,57,62,63,69,82,84,88,90,92,94,102,104],[54,57,59,60,61,69,82,84,88,90,91,92,94,104],[54,57,59,69,82,84,88,89,90,92,94,104],[54,57,69,82,84,88,90,92,94,104],[97],[94],[52,94,95],[48],[49,51],[50],[54,57,60,69,82,84,88,90,92,94,104],[54,57,65,69,82,84,88,90,92,94,104],[54,57,66,69,82,84,88,90,92,94,104],[54,57,59,69,82,84,88,90,92,94,104],[53,94],[54,57,59,60,61,62,65,66,67,68,69,70,71,72,73,74,75,79,80,82,83,84,85,88,89,90,91,92,94,101,102,103],[54,57,69,82,84,88,89,91,92,94,104],[54,55,57,69,82,84,88,89,90,91,94,104],[54,57,59,67,69,82,84,85,88,90,92,94,104],[54,57,69,70,78,82,84,88,90,92,94,104],[54,57,62,69,71,82,84,88,90,91,92,94,104],[54,57,69,72,82,84,88,90,91,92,94,104],[54,57,65,67,69,73,82,84,88,90,92,94,101,104],[96],[48,50],[57,90],[54,57,62,65,69,82,84,88,90,92,94,104],[54,57,69,71,82,84,88,90,92,94,104],[56,88,89,90],[54,57,59,60,61,62,63,64,65,66,67,69,70,71,72,74,75,79,80,82,83,85,88,89,90,91,92,94,101,102,104],[54,55,57,69,82,84,88,89,90,91,92,93,104],[89,91,92],[54,55,69,82,84,88,89,90,91,92,94,104],[54,57,59,60,61,62,65,67,69,71,72,76,77,78,79,80,81,84,88,89,90,92,94,101,102,104],[54,57,58,59,62,67,69,70,72,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,94,104],[84,104],[99],[58,88,94],[54,57,59,68,82,84,88,90,92,94,104],[88],[54,57,59,62,69,72,82,84,88,90,92,94,104],[54,57,62,69,77,78,80,82,84,88,90,92,94,104],[54,57,62,69,70,80,82,84,85,88,90,92,94,104],[54,57,61,69,82,84,88,90,92,94,104],[89,91,98,99,100],[123],[124,125,126,127],[128,129]],"referencedMap":[[105,1],[47,2],[109,3],[108,3],[112,3],[106,3],[107,3],[113,4],[110,3],[114,2],[116,2],[117,2],[123,5],[122,3],[102,6],[64,7],[62,8],[60,9],[68,10],[98,11],[56,12],[96,13],[49,14],[52,15],[51,16],[65,17],[103,18],[76,19],[85,20],[55,10],[95,21],[104,22],[90,23],[92,24],[66,20],[70,25],[86,26],[72,27],[77,28],[74,29],[59,10],[78,20],[97,30],[53,31],[58,32],[71,33],[75,34],[91,35],[73,10],[84,36],[94,37],[93,38],[61,10],[57,39],[82,40],[88,41],[67,42],[100,43],[89,44],[69,45],[79,46],[80,47],[81,48],[87,10],[83,49],[63,50],[101,51],[124,52],[125,52],[128,53],[126,52],[127,52],[130,54]],"exportedModulesMap":[[105,1],[47,2],[109,3],[108,3],[112,3],[106,3],[107,3],[113,4],[110,3],[114,2],[116,2],[117,2],[123,5],[122,3],[102,6],[64,7],[62,8],[60,9],[68,10],[98,11],[56,12],[96,13],[49,14],[52,15],[51,16],[65,17],[103,18],[76,19],[85,20],[55,10],[95,21],[104,22],[90,23],[92,24],[66,20],[70,25],[86,26],[72,27],[77,28],[74,29],[59,10],[78,20],[97,30],[53,31],[58,32],[71,33],[75,34],[91,35],[73,10],[84,36],[94,37],[93,38],[61,10],[57,39],[82,40],[88,41],[67,42],[100,43],[89,44],[69,45],[79,46],[80,47],[81,48],[87,10],[83,49],[63,50],[101,51],[124,52],[125,52],[128,53],[126,52],[127,52],[130,54]],"semanticDiagnosticsPerFile":[105,47,109,108,112,106,107,113,111,110,114,115,116,117,118,120,119,123,121,46,122,129,131,54,102,64,62,60,68,98,56,96,49,52,51,65,103,76,85,55,95,104,90,92,66,70,86,72,77,74,59,78,97,48,53,58,50,71,75,91,73,84,94,93,61,57,82,88,67,100,89,99,69,79,80,81,87,83,63,101,10,12,11,2,13,14,15,16,17,18,19,20,3,4,24,21,22,23,25,26,27,5,28,29,30,31,6,32,33,34,35,7,40,36,37,38,39,8,44,41,42,43,1,9,45,124,125,128,126,127,130]},"version":"4.5.5"}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"author": "Transcend Inc.",
|
|
3
3
|
"name": "@transcend-io/privacy-types",
|
|
4
4
|
"description": "Core enums and types that can be useful when interacting with Transcend's public APIs.",
|
|
5
|
-
"version": "1.
|
|
5
|
+
"version": "1.5.0",
|
|
6
6
|
"homepage": "https://github.com/transcend-io/privacy-types",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|