@transcend-io/airgap.js-types 10.9.1 → 10.9.2
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/constants.d.ts +2 -0
- package/build/constants.d.ts.map +1 -1
- package/build/constants.js +3 -1
- package/build/constants.js.map +1 -1
- package/build/tsbuildinfo +1 -1
- package/build/ui.d.ts +10 -0
- package/build/ui.d.ts.map +1 -1
- package/build/ui.js +7 -0
- package/build/ui.js.map +1 -1
- package/build-esm/constants.d.ts +2 -0
- package/build-esm/constants.d.ts.map +1 -1
- package/build-esm/constants.js +2 -0
- package/build-esm/constants.js.map +1 -1
- package/build-esm/ui.d.ts +10 -0
- package/build-esm/ui.d.ts.map +1 -1
- package/build-esm/ui.js +7 -0
- package/build-esm/ui.js.map +1 -1
- package/package.json +1 -1
package/build/constants.d.ts
CHANGED
|
@@ -7,4 +7,6 @@ export declare const DEFAULT_EXPERIENCE_PURPOSE_OPT_OUTS: any;
|
|
|
7
7
|
export declare const DEFAULT_EXPERIENCE_PURPOSE_SCOPES: any;
|
|
8
8
|
export declare const REGIME_TIMEZONES: Record<PrivacyRegime, string[]>;
|
|
9
9
|
export declare const REGIME_DISPLAY_PRIORITY: Record<PrivacyRegime, number>;
|
|
10
|
+
/** These TCF Purposes cannot be allowed to process under legitimate interest legal basis */
|
|
11
|
+
export declare const DEFAULT_RESTRICT_LEGIT_INTEREST_PROCESSING: number[];
|
|
10
12
|
//# sourceMappingURL=constants.d.ts.map
|
package/build/constants.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,yBAAyB,EACzB,eAAe,EAChB,MAAM,QAAQ,CAAC;AAShB,eAAO,MAAM,0BAA0B,YAAY,CAAC;AAEpD,eAAO,MAAM,aAAa,EAAE,CAAC,aAAa,EAAE,EAAE,eAAe,EAAE,CAG9D,CAAC;AAEF,eAAO,MAAM,sCAAsC,EAAE,yBAWlD,CAAC;AAEJ,eAAO,MAAM,+BAA+B,EAAE,yBAE7C,CAAC;AAEF,eAAO,MAAM,mCAAmC,KAI/C,CAAC;AAEF,eAAO,MAAM,iCAAiC,KAI7C,CAAC;AAGF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,aAAa,EAAE,MAAM,EAAE,CAAM,CAAC;AAGpE,eAAO,MAAM,uBAAuB,EAAE,MAAM,CAAC,aAAa,EAAE,MAAM,CAGjE,CAAC"}
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,yBAAyB,EACzB,eAAe,EAChB,MAAM,QAAQ,CAAC;AAShB,eAAO,MAAM,0BAA0B,YAAY,CAAC;AAEpD,eAAO,MAAM,aAAa,EAAE,CAAC,aAAa,EAAE,EAAE,eAAe,EAAE,CAG9D,CAAC;AAEF,eAAO,MAAM,sCAAsC,EAAE,yBAWlD,CAAC;AAEJ,eAAO,MAAM,+BAA+B,EAAE,yBAE7C,CAAC;AAEF,eAAO,MAAM,mCAAmC,KAI/C,CAAC;AAEF,eAAO,MAAM,iCAAiC,KAI7C,CAAC;AAGF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,aAAa,EAAE,MAAM,EAAE,CAAM,CAAC;AAGpE,eAAO,MAAM,uBAAuB,EAAE,MAAM,CAAC,aAAa,EAAE,MAAM,CAGjE,CAAC;AAEF,4FAA4F;AAC5F,eAAO,MAAM,0CAA0C,UAAkB,CAAC"}
|
package/build/constants.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.REGIME_DISPLAY_PRIORITY = exports.REGIME_TIMEZONES = exports.DEFAULT_EXPERIENCE_PURPOSE_SCOPES = exports.DEFAULT_EXPERIENCE_PURPOSE_OPT_OUTS = exports.DEFAULT_REGIME_PURPOSE_OPT_OUTS = exports.DEFAULT_REGIME_TRACKING_PURPOSE_SCOPES = exports.GDPR_PURPOSES = exports.UNKNOWN_DEFAULT_EXPERIENCE = void 0;
|
|
3
|
+
exports.DEFAULT_RESTRICT_LEGIT_INTEREST_PROCESSING = exports.REGIME_DISPLAY_PRIORITY = exports.REGIME_TIMEZONES = exports.DEFAULT_EXPERIENCE_PURPOSE_SCOPES = exports.DEFAULT_EXPERIENCE_PURPOSE_OPT_OUTS = exports.DEFAULT_REGIME_PURPOSE_OPT_OUTS = exports.DEFAULT_REGIME_TRACKING_PURPOSE_SCOPES = exports.GDPR_PURPOSES = exports.UNKNOWN_DEFAULT_EXPERIENCE = void 0;
|
|
4
4
|
/* --------------------------------------------------------------------------------
|
|
5
5
|
* NOTE: PLEASE DON'T IMPORT ANYTHING BESIDES TYPES INTO THIS FILE.
|
|
6
6
|
* (or make -absolutely- certain it leaves a miniscule build footprint).
|
|
@@ -35,4 +35,6 @@ exports.REGIME_DISPLAY_PRIORITY = {
|
|
|
35
35
|
GDPR: 10,
|
|
36
36
|
Unknown: 100,
|
|
37
37
|
};
|
|
38
|
+
/** These TCF Purposes cannot be allowed to process under legitimate interest legal basis */
|
|
39
|
+
exports.DEFAULT_RESTRICT_LEGIT_INTEREST_PROCESSING = [1, 3, 4, 5, 6];
|
|
38
40
|
//# sourceMappingURL=constants.js.map
|
package/build/constants.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":";;;AAMA;;;;;sFAKsF;AAEzE,QAAA,0BAA0B,GAAG,SAAS,CAAC;AAEvC,QAAA,aAAa,GAAyC;IACjE,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC;IACzB,CAAC,aAAa,EAAE,WAAW,EAAE,YAAY,EAAE,YAAY,CAAC;CACzD,CAAC;AAEW,QAAA,sCAAsC,GACjD;IACE,qBAAa;IACb,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,cAAc,CAAC,EAAE,CAAC,YAAY,CAAC,CAAC;IACzD;QACE;YACE,kCAA0B;YAC1B,SAAS;SACV;QACD,EAAE;KACH;CACF,CAAC;AAES,QAAA,+BAA+B,GAA8B;IACxE,qBAAa;CACd,CAAC;AAEW,QAAA,mCAAmC,GAAG,MAAM,CAAC,WAAW,CACnE,uCAA+B,CAAC,GAAG,CAAC,CAAC,CAAC,OAAO,EAAE,QAAQ,CAAC,EAAE,EAAE,CAC1D,OAAO,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC,CAC5C,CAAC,IAAI,EAAE,CACT,CAAC;AAEW,QAAA,iCAAiC,GAAG,MAAM,CAAC,WAAW,CACjE,8CAAsC,CAAC,GAAG,CAAC,CAAC,CAAC,OAAO,EAAE,QAAQ,CAAC,EAAE,EAAE,CACjE,OAAO,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC,CAC5C,CAAC,IAAI,EAAE,CACT,CAAC;AAEF,gBAAgB;AACH,QAAA,gBAAgB,GAAoC,EAAE,CAAC;AAEpE,gBAAgB;AACH,QAAA,uBAAuB,GAAkC;IACpE,IAAI,EAAE,EAAE;IACR,OAAO,EAAE,GAAG;CACb,CAAC"}
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":";;;AAMA;;;;;sFAKsF;AAEzE,QAAA,0BAA0B,GAAG,SAAS,CAAC;AAEvC,QAAA,aAAa,GAAyC;IACjE,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC;IACzB,CAAC,aAAa,EAAE,WAAW,EAAE,YAAY,EAAE,YAAY,CAAC;CACzD,CAAC;AAEW,QAAA,sCAAsC,GACjD;IACE,qBAAa;IACb,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,cAAc,CAAC,EAAE,CAAC,YAAY,CAAC,CAAC;IACzD;QACE;YACE,kCAA0B;YAC1B,SAAS;SACV;QACD,EAAE;KACH;CACF,CAAC;AAES,QAAA,+BAA+B,GAA8B;IACxE,qBAAa;CACd,CAAC;AAEW,QAAA,mCAAmC,GAAG,MAAM,CAAC,WAAW,CACnE,uCAA+B,CAAC,GAAG,CAAC,CAAC,CAAC,OAAO,EAAE,QAAQ,CAAC,EAAE,EAAE,CAC1D,OAAO,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC,CAC5C,CAAC,IAAI,EAAE,CACT,CAAC;AAEW,QAAA,iCAAiC,GAAG,MAAM,CAAC,WAAW,CACjE,8CAAsC,CAAC,GAAG,CAAC,CAAC,CAAC,OAAO,EAAE,QAAQ,CAAC,EAAE,EAAE,CACjE,OAAO,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC,CAC5C,CAAC,IAAI,EAAE,CACT,CAAC;AAEF,gBAAgB;AACH,QAAA,gBAAgB,GAAoC,EAAE,CAAC;AAEpE,gBAAgB;AACH,QAAA,uBAAuB,GAAkC;IACpE,IAAI,EAAE,EAAE;IACR,OAAO,EAAE,GAAG;CACb,CAAC;AAEF,4FAA4F;AAC/E,QAAA,0CAA0C,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC"}
|
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/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/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/@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/enums/purpose.ts","../src/enums/privacyRegime.ts","../src/enums/viewState.ts","../src/enums/browserLanguage.ts","../src/enums/experience.ts","../src/enums/index.ts","../src/core.ts","../src/constants.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/actions.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/objects.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/request.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/identifier.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/macroregion.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/subcategories/index.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/purposeSubCategories/index.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/promptAVendor.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/scopes.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/isoRegion.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/isoConstants/iso3166-1.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/isoConstants/iso3166-2.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/isoConstants/index.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/database.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/browserTimeZones.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/regexes.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/index.d.ts","../.yarn/cache/@transcend-io-internationalization-npm-1.4.1-eb70c32e56-4301c20b3d.zip/node_modules/@transcend-io/internationalization/build/enums.d.ts","../.yarn/cache/@transcend-io-internationalization-npm-1.4.1-eb70c32e56-4301c20b3d.zip/node_modules/@transcend-io/internationalization/build/types.d.ts","../.yarn/cache/@transcend-io-internationalization-npm-1.4.1-eb70c32e56-4301c20b3d.zip/node_modules/@transcend-io/internationalization/build/typeGuards.d.ts","../.yarn/cache/@transcend-io-internationalization-npm-1.4.1-eb70c32e56-4301c20b3d.zip/node_modules/@transcend-io/internationalization/build/defineMessages.d.ts","../.yarn/cache/@transcend-io-internationalization-npm-1.4.1-eb70c32e56-4301c20b3d.zip/node_modules/@transcend-io/internationalization/build/index.d.ts","../src/ui.ts","../src/experience.ts","../src/iab.ts","../src/index.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/assert.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/assert/strict.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/globals.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/async_hooks.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/buffer.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/child_process.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/cluster.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/console.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/constants.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/crypto.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/dgram.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/diagnostics_channel.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/dns.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/dns/promises.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/domain.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/events.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/fs.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/fs/promises.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/http.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/http2.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/https.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/inspector.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/module.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/net.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/os.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/path.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/perf_hooks.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/process.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/punycode.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/querystring.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/readline.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/repl.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/stream.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/stream/promises.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/stream/consumers.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/stream/web.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/string_decoder.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/timers.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/timers/promises.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/tls.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/trace_events.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/tty.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/url.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/util.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/v8.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/vm.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/wasi.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/worker_threads.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/zlib.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/globals.global.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/index.d.ts","../.yarn/cache/@types-keyv-npm-3.1.3-8864e3cbf3-b5f8aa592c.zip/node_modules/@types/keyv/index.d.ts","../.yarn/cache/@types-http-cache-semantics-npm-4.0.1-90863c7a3e-1048aacf62.zip/node_modules/@types/http-cache-semantics/index.d.ts","../.yarn/cache/@types-responselike-npm-1.0.0-85dd08af42-e99fc7cc62.zip/node_modules/@types/responselike/index.d.ts","../.yarn/cache/@types-cacheable-request-npm-6.0.2-894b6992d5-667d25808d.zip/node_modules/@types/cacheable-request/index.d.ts","../.yarn/cache/@types-emscripten-npm-1.39.5-ef4c55ba8e-cb92a99148.zip/node_modules/@types/emscripten/index.d.ts","../.yarn/cache/@types-json-schema-npm-7.0.9-361918cff3-259d0e25f1.zip/node_modules/@types/json-schema/index.d.ts","../.yarn/cache/@types-json5-npm-0.0.29-f63a7916bd-e60b153664.zip/node_modules/@types/json5/index.d.ts","../.yarn/cache/@types-minimatch-npm-3.0.5-802bb0797f-c41d136f67.zip/node_modules/@types/minimatch/index.d.ts","../.yarn/cache/@types-parse-json-npm-4.0.0-298522afa6-fd6bce2b67.zip/node_modules/@types/parse-json/index.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/classes/semver.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/parse.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/valid.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/clean.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/inc.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/diff.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/major.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/minor.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/patch.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/prerelease.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/compare.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/rcompare.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/compare-loose.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/compare-build.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/sort.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/rsort.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/gt.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/lt.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/eq.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/neq.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/gte.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/lte.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/cmp.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/coerce.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/classes/comparator.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/classes/range.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/satisfies.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/ranges/max-satisfying.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/ranges/min-satisfying.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/ranges/to-comparators.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/ranges/min-version.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/ranges/valid.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/ranges/outside.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/ranges/gtr.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/ranges/ltr.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/ranges/intersects.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/ranges/simplify.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/ranges/subset.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/internals/identifiers.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/index.d.ts","../.yarn/cache/@types-treeify-npm-1.0.0-b5e04e9cd3-1b2397030d.zip/node_modules/@types/treeify/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},"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","e389ee7c771cf8ad98971d1870b7a61114ce0b5a2108eccdfefae7ad7be420b4","a73e627df516439f25253452148b5638a5f16bb6d277dcef445486f95412e72c","ef64385a31cbe6c519751668eddc7fb4c61bc989bfeba688b5446470d7c263fa","1c5c43e1b377b340caf960be4f6f2ee3f1d8202690b52d45b6d65c7f31bc2b3e","2935812f68f0cad10a04cbd0e0dcd976efe5508f397af55b93b8d5b8cc407f95","122d4e87de1b35cec914e89b8ba598ee5433be50e4e9ae869217b7ef1da05624","b92707d0b115b799b9b98902197bd71c8df1182579ba710ace25196dd11437c6","80d13e760090f6b5fee5eb60c290e015efb70ea1b56d89617cc153c664a4c63c","e2b6db433156c6eeff0267f69fed7e136ba8081307f28cf335cf14a8c849c516","9682c86df92833243526a7e3e45a56c5a03d7cf6311f7441607c9b8340773971","dd7e666ac74f15727cc32255aed6918bf46806e84a479a28494f432b1bc36cf8","298ee055b6199b5303b03d8e8e684540390fd32c17a37e204d6a6ffe5ed4190c","d49c2c4c41d698679e54d8731144e9359202d2a4bdc64f8245cfa87a470dc2d0","293cd9c3b9c50ac607dc22ceb4acacac7d7ed83941f7d642768fdc7c7d471866","4249f7f4c4f0fe5eb48576ec6425a477753e4f4f5a9f7afe75b38c7c366b566a","c970788a6064983eeee31f24f374f32e345a52860c7ad750a38a8f874cae22c1","a1ddcf2125b1e71dd93f6f4851a835dbfd4eb7d7e34db49263bd6f5a6087959d","86d4eaf6be3efc9fbb92b919372eb6d84fee39c7487f27adacb83bc73ed7a59d","40b4de816d21273238a97efbc72f850b746fb38af45a653e1d90e704a5fb34d5","352d7401628d76f538b0227967a4b32b40a8f6fe586799c55b358f45ef0dbf35","35edef228beb370155ec0c0b7c4f2bacb1d4cf03f1bd2cd8f6981420b22ae012","1d4275ef0abc872a11eb63276f62e0770870766b981f798abd0fc38428fa1619","eb8aaad9f2e059b025cc9a0434030172545ddc1e7e16c60d812613cd13c4bb56","10eea629e4749c7b6b823836cdbe6ea7dcae24da69b535c013e8f02055c0a496","135fae877a4e105a92fa0803fb9d651de8de135be0d639fcfcb1f3f127ae7017","d95c4747476e77dc1745653c5e8e5f4e9b2a79a0b55710819ae8cd0db7ae9307","97cabb7d3341f7eabb4ad7e82412e8f8eabcb9b1bd4abda2a3a23113ee4e97f5","c7508e0dbb313ce7614a4ddede8ef9c640748341cbf73a73569c7a2f7f843f0b","d500607ca05d3d81e90faea3089d03c9998ac115fa4d76784ec093ea82830d95","0779f522137919fb8a0c919d1c9a464d60cac21af4c23753a941094da1d912ab","e2e9373f6ef9965faf708d36a4ff9570a4415e301b8ac2a7991f4a115f0b88d9","89a1226438dce39b23774674af109ac807b2cb4be098dc0ca9817cff34c70461","c98f584d1cc089317fbb2d18f982e4df6a519861a8bf549eda732c2cd4083331","9c710077fe2e9e08ab81a912cfefea38f5b3025752a51aba45e3700ca8fef102","ad94ca6ff1a32e5aa6721a96a9929af950e14ddfb45bf2daf96a1951f648e0d0","59299d121fcd8ab64bcb4ec7cb6ac52288a5df59f6c2f692473d92caa07cee27","d542b2eba6f9e9cad2aa8eeacaa1228899ddc6c4fbcc3bc10a88e8366e370f59","387dabdda2202520437ab51576243fbb84b085e7a659e44cb1ed1fb59ce5eb57","ee854ab75da252d4a0f02673f8246289863df77a27b9152b1c55441de3d80aa3","b959189a535fdb75e6688a8171e540e3fc7ca5c57391d07c3d3994f212a99a43","47be67a4ca02475d6e900176d941866ec1b4016c6ebd04844166b24780ac1aac","a529b57d39c9a4ab7fd6219d0510c93101b40eec24945394d6d051fa854ca6db","be57d206bddeebd4a2d32dc81873f9c91dbf9972bd2606dac7c1adfbbe1e7f3c","6408c074d8e388c6901732d3b41d91d562ab74bb22ba9e2d685f281d1cd8aa10","7feecfd65f40218ed63ac0d3e15754052a3e3a00a1bae70fcab66953243cf726","18ae28366cd55987e769a4b8802e5ec39a0a096312d875387be964fa2fce0c8e","a5326a7180631a1d94ff8c87686db76d89f39debe5c8b11b51957c4e31de16e4","2f946a2ec9dc22f3da272300bef5c23efa93a64c109f4d19c32635bf4bf13f8f","e890e954db34a17f243ca60f97f92bb460b668a0a192abe15de2a77984b649b6","4010ad5ef4adbc319c1d30c686708e42c172c8044bf9cd33b089b4241457ca47","7c63258cb515fa3f320234882a48f8caf4c09f3bc087cc65baf9c739a8e0c72f","2bb4315287bd398445bdf82082871eaf980974487dd91189291fbd64a51ebe6a","0013c4b938e57ec0b77e6809cc4470f590afb31365b965b1a549b5a4d3604542","a35dbb3382cae0c6e7cea93936dd1ac88f7a15ea2e76bed586ed665a7b4034f0","0d5a2ee1fdfa82740e0103389b9efd6bfe145a20018a2da3c02b89666181f4d9","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"92d63add669d18ebc349efbacd88966d6f2ccdddfb1b880b2db98ae3aa7bf7c4","affectsGlobalScope":true},"ccc94049a9841fe47abe5baef6be9a38fc6228807974ae675fb15dc22531b4be",{"version":"9acfe4d1ff027015151ce81d60797b04b52bffe97ad8310bb0ec2e8fd61e1303","affectsGlobalScope":true},"95843d5cfafced8f3f8a5ce57d2335f0bcd361b9483587d12a25e4bd403b8216","afc6e96061af46bcff47246158caee7e056f5288783f2d83d6858cd25be1c565",{"version":"34f5bcac12b36d70304b73de5f5aab3bb91bd9919f984be80579ebcad03a624e","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","2f520601649a893e6a49a8851ebfcf4be8ce090dc1281c2a08a871cb04e8251f","f50c975ab7b50e25a69e3d8a3773894125b44e9698924105f23b812bf7488baf","2b8c764f856a1dd0a9a2bf23e5efddbff157de8138b0754010be561ae5fcaa90","ad4b60488fb1e562bf375dac9299815f7028bf667d9b5887b2d01d501b7d1ddd","246341c3a7a2638cf830d690e69de1e6085a102c6a30596435b050e6ac86c11a","6972fca26f6e9bd56197568d4379f99071a90766e06b4fcb5920a0130a9202be",{"version":"4a2628e95962c8ab756121faa3ac2ed348112ff7a87b5c286dd2cc3326546b4c","affectsGlobalScope":true},"aa8fe22e10f78a67b2ffbcc614b45fe258ff9e71d53ddb56e75fa7883c530270","a049a59a02009fc023684fcfaf0ac526fe36c35dcc5d2b7d620c1750ba11b083","a361a26932d73497a174a6d48c53cfedb55f735f20e8638fdf7b25cdeaac9ca4","b287b810b5035d5685f1df6e1e418f1ca452a3ed4f59fd5cc081dbf2045f0d9b","4b9a003b5c556c96784132945bb41c655ea11273b1917f5c8d0c154dd5fd20dd","a458dc78104cc80048ac24fdc02fe6dce254838094c2f25641b3f954d9721241",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"902cd98bf46e95caf4118a0733fb801e9e90eec3edaed6abdad77124afec9ca2","abc1c425b2ad6720433f40f1877abfa4223f0f3dd486c9c28c492179ca183cb6","cd4854d38f4eb5592afd98ab95ca17389a7dfe38013d9079e802d739bdbcc939","94eed4cc2f5f658d5e229ff1ccd38860bddf4233e347bf78edd2154dee1f2b99",{"version":"e51bee3200733b1f58818b5a9ea90fcd61c5b8afa3a0378391991f3696826a65","affectsGlobalScope":true},"9f1069b9e2c051737b1f9b4f1baf50e4a63385a6a89c32235549ae87fc3d5492","ee18f2da7a037c6ceeb112a084e485aead9ea166980bf433474559eac1b46553","29c2706fa0cc49a2bd90c83234da33d08bb9554ecec675e91c1f85087f5a5324","0acbf26bf958f9e80c1ffa587b74749d2697b75b484062d36e103c137c562bc3","d7838022c7dab596357a9604b9c6adffe37dc34085ce0779c958ce9545bd7139","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff",{"version":"806ef4cac3b3d9fa4a48d849c8e084d7c72fcd7b16d76e06049a9ed742ff79c0","affectsGlobalScope":true},"a279435e7813d1f061c0cab6ab77b1b9377e8d96851e5ed4a76a1ce6eb6e628f","c33a6ea7147af60d8e98f1ac127047f4b0d4e2ce28b8f08ff3de07ca7cc00637",{"version":"b42b47e17b8ece2424ae8039feb944c2e3ba4b262986aebd582e51efbdca93dc","affectsGlobalScope":true},"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","2408611d9b4146e35d1dbd1f443ccd8e187c74614a54b80300728277529dbf11","998a3de5237518c0b3ac00a11b3b4417affb008aa20aedee52f3fdae3cb86151","ad41008ffe077206e1811fc873f4d9005b5fd7f6ab52bb6118fef600815a5cb4","d88ecca73348e7c337541c4b8b60a50aca5e87384f6b8a422fc6603c637e4c21","badae0df9a8016ac36994b0a0e7b82ba6aaa3528e175a8c3cb161e4683eec03e","c3db860bcaaaeb3bbc23f353bbda1f8ab82756c8d5e973bebb3953cb09ea68f2","235a53595bd20b0b0eeb1a29cb2887c67c48375e92f03749b2488fbd46d0b1a0","bc09393cd4cd13f69cf1366d4236fbae5359bb550f0de4e15767e9a91d63dfb1","9c266243b01545e11d2733a55ad02b4c00ecdbda99c561cd1674f96e89cdc958","c71155c05fc76ff948a4759abc1cb9feec036509f500174bc18dad4c7827a60c",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"e6ef68f677c1b63967d87568043b8af9d2dfd71d5873acd1de3abeb1db606741","82169f198ffdfc787fba368ccfad2b2d8ef3712f3c696df94ac13f6884bbbe2d","cab425b5559edac18327eb2c3c0f47e7e9f71b667290b7689faafd28aac69eae","3cfb0cb51cc2c2e1b313d7c4df04dbf7e5bda0a133c6b309bf6af77cf614b971","f992cd6cc0bcbaa4e6c810468c90f2d8595f8c6c3cf050c806397d3de8585562",{"version":"835ddde1592ee7de17e7785b27a098437fe4961a9ec96cdeafdb536217123bc8","affectsGlobalScope":true},"0359682c54e487c4cab2b53b2b4d35cc8dea4d9914bc6abcdb5701f8b8e745a4","96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538","8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649","2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b","d9e55d93aa33fad61bd5c63800972d00ba8879ec5d29f6f3bce67d16d86abc33","2ac9c8332c5f8510b8bdd571f8271e0f39b0577714d5e95c1e79a12b2616f069","42c21aa963e7b86fa00801d96e88b36803188018d5ad91db2a9101bccd40b3ff","d31eb848cdebb4c55b4893b335a7c0cca95ad66dee13cbb7d0893810c0a9c301","77c1d91a129ba60b8c405f9f539e42df834afb174fe0785f89d92a2c7c16b77a","c544d81603149987796b24cca297c965db427b84b2580fb27e52fb37ddc1f470","906c751ef5822ec0dadcea2f0e9db64a33fb4ee926cc9f7efa38afe5d5371b2a","5387c049e9702f2d2d7ece1a74836a14b47fbebe9bbeb19f94c580a37c855351","c68391fb9efad5d99ff332c65b1606248c4e4a9f1dd9a087204242b56c7126d6","e9cf02252d3a0ced987d24845dcb1f11c1be5541f17e5daa44c6de2d18138d0c","e8b02b879754d85f48489294f99147aeccc352c760d95a6fe2b6e49cd400b2fe","9f6908ab3d8a86c68b86e38578afc7095114e66b2fc36a2a96e9252aac3998e0","0eedb2344442b143ddcd788f87096961cd8572b64f10b4afc3356aa0460171c6","9eb2875a1e4c583066af7d6194ea8162191b2756e5d87ccb3c562fdf74d06869","c68baff4d8ba346130e9753cefe2e487a16731bf17e05fdacc81e8c9a26aae9d","2cd15528d8bb5d0453aa339b4b52e0696e8b07e790c153831c642c3dea5ac8af","479d622e66283ffa9883fbc33e441f7fc928b2277ff30aacbec7b7761b4e9579","ade307876dc5ca267ca308d09e737b611505e015c535863f22420a11fffc1c54","f8cdefa3e0dee639eccbe9794b46f90291e5fd3989fcba60d2f08fde56179fb9","86c5a62f99aac7053976e317dbe9acb2eaf903aaf3d2e5bb1cafe5c2df7b37a8","2b300954ce01a8343866f737656e13243e86e5baef51bd0631b21dcef1f6e954","a2d409a9ffd872d6b9d78ead00baa116bbc73cfa959fce9a2f29d3227876b2a1","b288936f560cd71f4a6002953290de9ff8dfbfbf37f5a9391be5c83322324898","61178a781ef82e0ff54f9430397e71e8f365fc1e3725e0e5346f2de7b0d50dfa","6a6ccb37feb3aad32d9be026a3337db195979cd5727a616fc0f557e974101a54","6eef5113135a0f2bbac8259909a5bbb7666bcde022c28f4ab95145623cbe1f72","058b8dd97b7c67b6bf33e7bda7b1e247b019b675d4b6449d14ac002091a8b4f8","89c8a7b88c378663a8124664f2d9b8c2887e186b55aa066edf6d67177ca1aa04","5a30ba65ad753eb2ef65355dbb3011b28b192cb9df2ef0b5f595b51ca7faf353","b15e55c5fa977c2f25ca0b1db52cfa2d1fd4bf0baf90a8b90d4a7678ca462ff1","f41d30972724714763a2698ae949fbc463afb203b5fa7c4ad7e4de0871129a17","86d425f7fcd8d100dafa6286cc289af88cbb639ecbdbd25c3018a8f0f7b09fe5","9795e0a3a45d5b6f1a791ee54b7c8b58bc931e8900966cea2dff9c5bae56073b","5890be29879d02424b7654f40592915189034948f7a18c5ad121c006d4e92811","0ab49086f10c75a1cb3b18bffe799dae021774146d8a2d5a4bb42dda67b64f9b","81c77839e152b8f715ec67b0a8b910bcc2d6cf916794c3519f8798c40efd12ac","a868a534ba1c2ca9060b8a13b0ffbbbf78b4be7b0ff80d8c75b02773f7192c29","464843c00fb3dd4735b28255c5c9fe713f16b8e47a3db09ba1647687440f7aef","34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","d0f6d36b2d86f934560c48d8bfdc7ab60c67cfb2ab6dc1916706aa68e83d6dc2","e2c3fb7ba470548053dabb65521b89846fffad3a103ddc72b5115d8caa23ce8e"],"options":{"composite":true,"declaration":true,"declarationMap":true,"esModuleInterop":true,"module":7,"noFallthroughCasesInSwitch":true,"noImplicitReturns":true,"noUnusedLocals":true,"outDir":"../build-esm","preserveConstEnums":true,"rootDir":"../src","sourceMap":true,"strict":true,"target":6,"tsBuildInfoFile":"./tsbuildinfo"},"fileIdsList":[[99,102,201],[150,201],[201],[149,150,151,152,201],[149,201],[132,133,134,135,136,137,138,139,140,141,144,145,146,147,201],[142,143,201],[104,201],[103,201],[106,107,108,109,110,111,112,201],[104,105,113,114,115,116,117,118,119,120,121,122,201],[173,176,200,201,208,209,210,211],[173,201,208],[158,201],[161,201],[162,167,201],[163,173,174,181,190,200,201],[163,164,173,181,201],[165,201],[166,167,174,182,201],[167,190,197,201],[168,170,173,181,201],[169,201],[170,171,201],[172,173,201],[173,201],[173,174,175,190,200,201],[173,174,175,190,201],[176,181,190,200,201],[173,174,176,177,181,190,197,200,201],[176,178,190,197,200,201],[158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207],[173,179,201],[180,200,201],[170,173,181,190,201],[182,201],[183,201],[161,184,201],[185,199,201,205],[186,201],[187,201],[173,188,201],[188,189,201,203],[173,190,191,192,201],[190,192,201],[190,191,201],[193,201],[194,201],[173,195,196,201],[195,196,201],[167,181,197,201],[198,201],[181,199,201],[162,176,187,200,201],[167,201],[190,201,202],[201,203],[201,204],[162,167,173,175,184,190,200,201,203,205],[190,201,206],[176,190,201,208],[201,218,257],[201,218,242,257],[201,257],[201,218],[201,218,243,257],[201,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256],[201,243,257],[52,55,57,67,80,82,86,88,90,92,99,102,201],[52,55,60,61,67,80,82,86,88,90,92,100,102,201],[52,55,57,58,59,67,80,82,86,88,89,90,92,102,201],[52,55,57,67,80,82,86,87,88,90,92,102,201],[52,55,67,80,82,86,88,90,92,102,201],[95,201],[92,201],[50,92,93,201],[46,201],[47,49,201],[48,201],[52,55,58,67,80,82,86,88,90,92,102,201],[52,55,63,67,80,82,86,88,90,92,102,201],[52,55,64,67,80,82,86,88,90,92,102,201],[52,55,57,67,80,82,86,88,90,92,102,201],[51,92,201],[52,55,57,58,59,60,63,64,65,66,67,68,69,70,71,72,73,77,78,80,81,82,83,86,87,88,89,90,92,99,100,101,201],[52,55,67,80,82,86,87,89,90,92,102,201],[52,53,55,67,80,82,86,87,88,89,92,102,201],[52,55,57,65,67,80,82,83,86,88,90,92,102,201],[52,55,67,68,76,80,82,86,88,90,92,102,201],[52,55,60,67,69,80,82,86,88,89,90,92,102,201],[52,55,67,70,80,82,86,88,89,90,92,102,201],[52,55,63,65,67,71,80,82,86,88,90,92,99,102,201],[94,201],[46,48,201],[55,88,201],[52,55,60,63,67,80,82,86,88,90,92,102,201],[52,55,67,69,80,82,86,88,90,92,102,201],[54,86,87,88,201],[52,55,57,58,59,60,61,62,63,64,65,67,68,69,70,72,73,77,78,80,81,83,86,87,88,89,90,92,99,100,102,201],[52,53,55,67,80,82,86,87,88,89,90,91,102,201],[87,89,90,201],[52,53,67,80,82,86,87,88,89,90,92,102,201],[52,55,57,58,59,60,63,65,67,69,70,74,75,76,77,78,79,82,86,87,88,90,92,99,100,102,201],[52,55,56,57,60,65,67,68,70,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,92,102,201],[82,102,201],[97,201],[56,86,92,201],[52,55,57,66,80,82,86,88,90,92,102,201],[86,201],[52,55,57,60,67,70,80,82,86,88,90,92,102,201],[52,55,60,67,75,76,78,80,82,86,88,90,92,102,201],[52,55,60,67,68,78,80,82,83,86,88,90,92,102,201],[52,55,59,67,80,82,86,88,90,92,102,201],[87,89,96,97,98,201],[130,201],[103,123,129,201],[123,201],[124,125,126,127,128,201],[123,124,125,126,129,130,131,148,154,201],[129,130,131,154,155,156,201],[103,123,129,130,153,201]],"referencedMap":[[103,1],[152,2],[149,3],[153,4],[151,5],[150,5],[132,3],[146,3],[145,3],[135,3],[148,6],[144,7],[142,3],[143,3],[141,3],[136,3],[133,3],[139,3],[138,3],[147,3],[134,3],[140,3],[137,3],[105,8],[109,9],[108,9],[112,9],[106,9],[107,9],[113,10],[111,3],[110,9],[114,8],[115,3],[116,8],[117,8],[118,3],[120,3],[119,3],[123,11],[121,3],[104,3],[122,9],[212,12],[213,3],[210,3],[214,3],[215,3],[209,13],[216,3],[158,14],[159,14],[161,15],[162,16],[163,17],[164,18],[165,19],[166,20],[167,21],[168,22],[169,23],[170,24],[171,24],[172,25],[173,26],[174,27],[175,28],[160,3],[207,3],[176,29],[177,30],[178,31],[208,32],[179,33],[180,34],[181,35],[182,36],[183,37],[184,38],[185,39],[186,40],[187,41],[188,42],[189,43],[190,44],[192,45],[191,46],[193,47],[194,48],[195,49],[196,50],[197,51],[198,52],[199,53],[200,54],[201,55],[202,56],[203,57],[204,58],[205,59],[206,60],[217,3],[211,61],[242,62],[243,63],[218,64],[221,64],[240,62],[241,62],[231,65],[230,65],[228,62],[223,62],[236,62],[234,62],[238,62],[222,62],[235,62],[239,62],[224,62],[225,62],[237,62],[219,62],[226,62],[227,62],[229,62],[233,62],[244,66],[232,62],[220,62],[257,67],[256,3],[251,66],[253,68],[252,66],[245,66],[246,66],[248,66],[250,66],[254,68],[255,68],[247,68],[249,68],[258,3],[52,3],[100,69],[62,70],[60,71],[58,72],[66,73],[96,74],[54,75],[94,76],[47,77],[50,78],[49,79],[63,80],[101,81],[74,82],[83,83],[53,73],[93,84],[102,85],[88,86],[90,87],[64,83],[68,88],[84,89],[70,90],[75,91],[72,92],[57,73],[76,83],[95,93],[46,3],[51,94],[56,95],[48,3],[69,96],[73,97],[89,98],[71,73],[82,99],[92,100],[91,101],[59,73],[55,102],[80,103],[86,104],[65,105],[98,106],[87,107],[97,3],[67,108],[77,109],[78,110],[79,111],[85,73],[81,112],[61,113],[99,114],[10,3],[12,3],[11,3],[2,3],[13,3],[14,3],[15,3],[16,3],[17,3],[18,3],[19,3],[20,3],[3,3],[4,3],[24,3],[21,3],[22,3],[23,3],[25,3],[26,3],[27,3],[5,3],[28,3],[29,3],[30,3],[31,3],[6,3],[32,3],[33,3],[34,3],[35,3],[7,3],[40,3],[36,3],[37,3],[38,3],[39,3],[8,3],[44,3],[41,3],[42,3],[43,3],[1,3],[9,3],[45,3],[131,115],[130,116],[127,117],[128,117],[129,118],[125,3],[124,117],[126,117],[155,119],[156,9],[157,120],[154,121]],"exportedModulesMap":[[103,1],[152,2],[149,3],[153,4],[151,5],[150,5],[132,3],[146,3],[145,3],[135,3],[148,6],[144,7],[142,3],[143,3],[141,3],[136,3],[133,3],[139,3],[138,3],[147,3],[134,3],[140,3],[137,3],[105,8],[109,9],[108,9],[112,9],[106,9],[107,9],[113,10],[111,3],[110,9],[114,8],[115,3],[116,8],[117,8],[118,3],[120,3],[119,3],[123,11],[121,3],[104,3],[122,9],[212,12],[213,3],[210,3],[214,3],[215,3],[209,13],[216,3],[158,14],[159,14],[161,15],[162,16],[163,17],[164,18],[165,19],[166,20],[167,21],[168,22],[169,23],[170,24],[171,24],[172,25],[173,26],[174,27],[175,28],[160,3],[207,3],[176,29],[177,30],[178,31],[208,32],[179,33],[180,34],[181,35],[182,36],[183,37],[184,38],[185,39],[186,40],[187,41],[188,42],[189,43],[190,44],[192,45],[191,46],[193,47],[194,48],[195,49],[196,50],[197,51],[198,52],[199,53],[200,54],[201,55],[202,56],[203,57],[204,58],[205,59],[206,60],[217,3],[211,61],[242,62],[243,63],[218,64],[221,64],[240,62],[241,62],[231,65],[230,65],[228,62],[223,62],[236,62],[234,62],[238,62],[222,62],[235,62],[239,62],[224,62],[225,62],[237,62],[219,62],[226,62],[227,62],[229,62],[233,62],[244,66],[232,62],[220,62],[257,67],[256,3],[251,66],[253,68],[252,66],[245,66],[246,66],[248,66],[250,66],[254,68],[255,68],[247,68],[249,68],[258,3],[52,3],[100,69],[62,70],[60,71],[58,72],[66,73],[96,74],[54,75],[94,76],[47,77],[50,78],[49,79],[63,80],[101,81],[74,82],[83,83],[53,73],[93,84],[102,85],[88,86],[90,87],[64,83],[68,88],[84,89],[70,90],[75,91],[72,92],[57,73],[76,83],[95,93],[46,3],[51,94],[56,95],[48,3],[69,96],[73,97],[89,98],[71,73],[82,99],[92,100],[91,101],[59,73],[55,102],[80,103],[86,104],[65,105],[98,106],[87,107],[97,3],[67,108],[77,109],[78,110],[79,111],[85,73],[81,112],[61,113],[99,114],[10,3],[12,3],[11,3],[2,3],[13,3],[14,3],[15,3],[16,3],[17,3],[18,3],[19,3],[20,3],[3,3],[4,3],[24,3],[21,3],[22,3],[23,3],[25,3],[26,3],[27,3],[5,3],[28,3],[29,3],[30,3],[31,3],[6,3],[32,3],[33,3],[34,3],[35,3],[7,3],[40,3],[36,3],[37,3],[38,3],[39,3],[8,3],[44,3],[41,3],[42,3],[43,3],[1,3],[9,3],[45,3],[131,115],[130,116],[127,117],[128,117],[129,118],[125,3],[124,117],[126,117],[155,119],[156,9],[157,120],[154,121]],"semanticDiagnosticsPerFile":[103,152,149,153,151,150,132,146,145,135,148,144,142,143,141,136,133,139,138,147,134,140,137,105,109,108,112,106,107,113,111,110,114,115,116,117,118,120,119,123,121,104,122,212,213,210,214,215,209,216,158,159,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,160,207,176,177,178,208,179,180,181,182,183,184,185,186,187,188,189,190,192,191,193,194,195,196,197,198,199,200,201,202,203,204,205,206,217,211,242,243,218,221,240,241,231,230,228,223,236,234,238,222,235,239,224,225,237,219,226,227,229,233,244,232,220,257,256,251,253,252,245,246,248,250,254,255,247,249,258,52,100,62,60,58,66,96,54,94,47,50,49,63,101,74,83,53,93,102,88,90,64,68,84,70,75,72,57,76,95,46,51,56,48,69,73,89,71,82,92,91,59,55,80,86,65,98,87,97,67,77,78,79,85,81,61,99,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,131,130,127,128,129,125,124,126,155,156,157,154]},"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/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/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/@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/enums/purpose.ts","../src/enums/privacyRegime.ts","../src/enums/viewState.ts","../src/enums/browserLanguage.ts","../src/enums/experience.ts","../src/enums/index.ts","../src/core.ts","../src/constants.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/actions.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/objects.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/request.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/identifier.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/macroregion.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/subcategories/index.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/purposeSubCategories/index.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/promptAVendor.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/scopes.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/isoRegion.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/isoConstants/iso3166-1.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/isoConstants/iso3166-2.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/isoConstants/index.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/database.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/browserTimeZones.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/regexes.d.ts","../.yarn/cache/@transcend-io-privacy-types-npm-4.23.1-aea04cc56e-5bcb0625be.zip/node_modules/@transcend-io/privacy-types/build/index.d.ts","../.yarn/cache/@transcend-io-internationalization-npm-1.4.1-eb70c32e56-4301c20b3d.zip/node_modules/@transcend-io/internationalization/build/enums.d.ts","../.yarn/cache/@transcend-io-internationalization-npm-1.4.1-eb70c32e56-4301c20b3d.zip/node_modules/@transcend-io/internationalization/build/types.d.ts","../.yarn/cache/@transcend-io-internationalization-npm-1.4.1-eb70c32e56-4301c20b3d.zip/node_modules/@transcend-io/internationalization/build/typeGuards.d.ts","../.yarn/cache/@transcend-io-internationalization-npm-1.4.1-eb70c32e56-4301c20b3d.zip/node_modules/@transcend-io/internationalization/build/defineMessages.d.ts","../.yarn/cache/@transcend-io-internationalization-npm-1.4.1-eb70c32e56-4301c20b3d.zip/node_modules/@transcend-io/internationalization/build/index.d.ts","../src/ui.ts","../src/experience.ts","../src/iab.ts","../src/index.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/assert.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/assert/strict.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/globals.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/async_hooks.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/buffer.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/child_process.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/cluster.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/console.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/constants.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/crypto.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/dgram.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/diagnostics_channel.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/dns.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/dns/promises.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/domain.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/events.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/fs.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/fs/promises.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/http.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/http2.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/https.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/inspector.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/module.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/net.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/os.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/path.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/perf_hooks.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/process.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/punycode.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/querystring.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/readline.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/repl.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/stream.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/stream/promises.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/stream/consumers.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/stream/web.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/string_decoder.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/timers.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/timers/promises.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/tls.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/trace_events.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/tty.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/url.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/util.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/v8.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/vm.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/wasi.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/worker_threads.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/zlib.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/globals.global.d.ts","../.yarn/cache/@types-node-npm-16.11.6-3a38cc239a-6e19634766.zip/node_modules/@types/node/index.d.ts","../.yarn/cache/@types-keyv-npm-3.1.3-8864e3cbf3-b5f8aa592c.zip/node_modules/@types/keyv/index.d.ts","../.yarn/cache/@types-http-cache-semantics-npm-4.0.1-90863c7a3e-1048aacf62.zip/node_modules/@types/http-cache-semantics/index.d.ts","../.yarn/cache/@types-responselike-npm-1.0.0-85dd08af42-e99fc7cc62.zip/node_modules/@types/responselike/index.d.ts","../.yarn/cache/@types-cacheable-request-npm-6.0.2-894b6992d5-667d25808d.zip/node_modules/@types/cacheable-request/index.d.ts","../.yarn/cache/@types-emscripten-npm-1.39.5-ef4c55ba8e-cb92a99148.zip/node_modules/@types/emscripten/index.d.ts","../.yarn/cache/@types-json-schema-npm-7.0.9-361918cff3-259d0e25f1.zip/node_modules/@types/json-schema/index.d.ts","../.yarn/cache/@types-json5-npm-0.0.29-f63a7916bd-e60b153664.zip/node_modules/@types/json5/index.d.ts","../.yarn/cache/@types-minimatch-npm-3.0.5-802bb0797f-c41d136f67.zip/node_modules/@types/minimatch/index.d.ts","../.yarn/cache/@types-parse-json-npm-4.0.0-298522afa6-fd6bce2b67.zip/node_modules/@types/parse-json/index.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/classes/semver.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/parse.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/valid.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/clean.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/inc.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/diff.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/major.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/minor.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/patch.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/prerelease.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/compare.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/rcompare.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/compare-loose.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/compare-build.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/sort.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/rsort.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/gt.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/lt.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/eq.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/neq.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/gte.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/lte.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/cmp.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/coerce.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/classes/comparator.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/classes/range.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/functions/satisfies.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/ranges/max-satisfying.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/ranges/min-satisfying.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/ranges/to-comparators.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/ranges/min-version.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/ranges/valid.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/ranges/outside.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/ranges/gtr.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/ranges/ltr.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/ranges/intersects.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/ranges/simplify.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/ranges/subset.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/internals/identifiers.d.ts","../.yarn/cache/@types-semver-npm-7.3.9-eb0d8b7243-60bfcfdfa7.zip/node_modules/@types/semver/index.d.ts","../.yarn/cache/@types-treeify-npm-1.0.0-b5e04e9cd3-1b2397030d.zip/node_modules/@types/treeify/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},"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","e389ee7c771cf8ad98971d1870b7a61114ce0b5a2108eccdfefae7ad7be420b4","a73e627df516439f25253452148b5638a5f16bb6d277dcef445486f95412e72c","ef64385a31cbe6c519751668eddc7fb4c61bc989bfeba688b5446470d7c263fa","1c5c43e1b377b340caf960be4f6f2ee3f1d8202690b52d45b6d65c7f31bc2b3e","2935812f68f0cad10a04cbd0e0dcd976efe5508f397af55b93b8d5b8cc407f95","122d4e87de1b35cec914e89b8ba598ee5433be50e4e9ae869217b7ef1da05624","b92707d0b115b799b9b98902197bd71c8df1182579ba710ace25196dd11437c6","80d13e760090f6b5fee5eb60c290e015efb70ea1b56d89617cc153c664a4c63c","e2b6db433156c6eeff0267f69fed7e136ba8081307f28cf335cf14a8c849c516","9682c86df92833243526a7e3e45a56c5a03d7cf6311f7441607c9b8340773971","dd7e666ac74f15727cc32255aed6918bf46806e84a479a28494f432b1bc36cf8","298ee055b6199b5303b03d8e8e684540390fd32c17a37e204d6a6ffe5ed4190c","d49c2c4c41d698679e54d8731144e9359202d2a4bdc64f8245cfa87a470dc2d0","293cd9c3b9c50ac607dc22ceb4acacac7d7ed83941f7d642768fdc7c7d471866","4249f7f4c4f0fe5eb48576ec6425a477753e4f4f5a9f7afe75b38c7c366b566a","c970788a6064983eeee31f24f374f32e345a52860c7ad750a38a8f874cae22c1","a1ddcf2125b1e71dd93f6f4851a835dbfd4eb7d7e34db49263bd6f5a6087959d","86d4eaf6be3efc9fbb92b919372eb6d84fee39c7487f27adacb83bc73ed7a59d","40b4de816d21273238a97efbc72f850b746fb38af45a653e1d90e704a5fb34d5","352d7401628d76f538b0227967a4b32b40a8f6fe586799c55b358f45ef0dbf35","35edef228beb370155ec0c0b7c4f2bacb1d4cf03f1bd2cd8f6981420b22ae012","1d4275ef0abc872a11eb63276f62e0770870766b981f798abd0fc38428fa1619","eb8aaad9f2e059b025cc9a0434030172545ddc1e7e16c60d812613cd13c4bb56","10eea629e4749c7b6b823836cdbe6ea7dcae24da69b535c013e8f02055c0a496","135fae877a4e105a92fa0803fb9d651de8de135be0d639fcfcb1f3f127ae7017","d95c4747476e77dc1745653c5e8e5f4e9b2a79a0b55710819ae8cd0db7ae9307","97cabb7d3341f7eabb4ad7e82412e8f8eabcb9b1bd4abda2a3a23113ee4e97f5","bea4d0018dc92d7aabd3d7b3f40aeae079ac0e1b55dcb522026e6cf7f69568af","d500607ca05d3d81e90faea3089d03c9998ac115fa4d76784ec093ea82830d95","0779f522137919fb8a0c919d1c9a464d60cac21af4c23753a941094da1d912ab","e2e9373f6ef9965faf708d36a4ff9570a4415e301b8ac2a7991f4a115f0b88d9","89a1226438dce39b23774674af109ac807b2cb4be098dc0ca9817cff34c70461","c98f584d1cc089317fbb2d18f982e4df6a519861a8bf549eda732c2cd4083331","9c710077fe2e9e08ab81a912cfefea38f5b3025752a51aba45e3700ca8fef102","ad94ca6ff1a32e5aa6721a96a9929af950e14ddfb45bf2daf96a1951f648e0d0","59299d121fcd8ab64bcb4ec7cb6ac52288a5df59f6c2f692473d92caa07cee27","d542b2eba6f9e9cad2aa8eeacaa1228899ddc6c4fbcc3bc10a88e8366e370f59","387dabdda2202520437ab51576243fbb84b085e7a659e44cb1ed1fb59ce5eb57","ee854ab75da252d4a0f02673f8246289863df77a27b9152b1c55441de3d80aa3","b959189a535fdb75e6688a8171e540e3fc7ca5c57391d07c3d3994f212a99a43","47be67a4ca02475d6e900176d941866ec1b4016c6ebd04844166b24780ac1aac","a529b57d39c9a4ab7fd6219d0510c93101b40eec24945394d6d051fa854ca6db","be57d206bddeebd4a2d32dc81873f9c91dbf9972bd2606dac7c1adfbbe1e7f3c","6408c074d8e388c6901732d3b41d91d562ab74bb22ba9e2d685f281d1cd8aa10","7feecfd65f40218ed63ac0d3e15754052a3e3a00a1bae70fcab66953243cf726","18ae28366cd55987e769a4b8802e5ec39a0a096312d875387be964fa2fce0c8e","a5326a7180631a1d94ff8c87686db76d89f39debe5c8b11b51957c4e31de16e4","2f946a2ec9dc22f3da272300bef5c23efa93a64c109f4d19c32635bf4bf13f8f","e890e954db34a17f243ca60f97f92bb460b668a0a192abe15de2a77984b649b6","4010ad5ef4adbc319c1d30c686708e42c172c8044bf9cd33b089b4241457ca47","52c4ab88f989f04fd72052c6f364d6c05358b25c6d3ff3ee83c717edf3d93631","2bb4315287bd398445bdf82082871eaf980974487dd91189291fbd64a51ebe6a","0013c4b938e57ec0b77e6809cc4470f590afb31365b965b1a549b5a4d3604542","a35dbb3382cae0c6e7cea93936dd1ac88f7a15ea2e76bed586ed665a7b4034f0","0d5a2ee1fdfa82740e0103389b9efd6bfe145a20018a2da3c02b89666181f4d9","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"92d63add669d18ebc349efbacd88966d6f2ccdddfb1b880b2db98ae3aa7bf7c4","affectsGlobalScope":true},"ccc94049a9841fe47abe5baef6be9a38fc6228807974ae675fb15dc22531b4be",{"version":"9acfe4d1ff027015151ce81d60797b04b52bffe97ad8310bb0ec2e8fd61e1303","affectsGlobalScope":true},"95843d5cfafced8f3f8a5ce57d2335f0bcd361b9483587d12a25e4bd403b8216","afc6e96061af46bcff47246158caee7e056f5288783f2d83d6858cd25be1c565",{"version":"34f5bcac12b36d70304b73de5f5aab3bb91bd9919f984be80579ebcad03a624e","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","2f520601649a893e6a49a8851ebfcf4be8ce090dc1281c2a08a871cb04e8251f","f50c975ab7b50e25a69e3d8a3773894125b44e9698924105f23b812bf7488baf","2b8c764f856a1dd0a9a2bf23e5efddbff157de8138b0754010be561ae5fcaa90","ad4b60488fb1e562bf375dac9299815f7028bf667d9b5887b2d01d501b7d1ddd","246341c3a7a2638cf830d690e69de1e6085a102c6a30596435b050e6ac86c11a","6972fca26f6e9bd56197568d4379f99071a90766e06b4fcb5920a0130a9202be",{"version":"4a2628e95962c8ab756121faa3ac2ed348112ff7a87b5c286dd2cc3326546b4c","affectsGlobalScope":true},"aa8fe22e10f78a67b2ffbcc614b45fe258ff9e71d53ddb56e75fa7883c530270","a049a59a02009fc023684fcfaf0ac526fe36c35dcc5d2b7d620c1750ba11b083","a361a26932d73497a174a6d48c53cfedb55f735f20e8638fdf7b25cdeaac9ca4","b287b810b5035d5685f1df6e1e418f1ca452a3ed4f59fd5cc081dbf2045f0d9b","4b9a003b5c556c96784132945bb41c655ea11273b1917f5c8d0c154dd5fd20dd","a458dc78104cc80048ac24fdc02fe6dce254838094c2f25641b3f954d9721241",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"902cd98bf46e95caf4118a0733fb801e9e90eec3edaed6abdad77124afec9ca2","abc1c425b2ad6720433f40f1877abfa4223f0f3dd486c9c28c492179ca183cb6","cd4854d38f4eb5592afd98ab95ca17389a7dfe38013d9079e802d739bdbcc939","94eed4cc2f5f658d5e229ff1ccd38860bddf4233e347bf78edd2154dee1f2b99",{"version":"e51bee3200733b1f58818b5a9ea90fcd61c5b8afa3a0378391991f3696826a65","affectsGlobalScope":true},"9f1069b9e2c051737b1f9b4f1baf50e4a63385a6a89c32235549ae87fc3d5492","ee18f2da7a037c6ceeb112a084e485aead9ea166980bf433474559eac1b46553","29c2706fa0cc49a2bd90c83234da33d08bb9554ecec675e91c1f85087f5a5324","0acbf26bf958f9e80c1ffa587b74749d2697b75b484062d36e103c137c562bc3","d7838022c7dab596357a9604b9c6adffe37dc34085ce0779c958ce9545bd7139","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff",{"version":"806ef4cac3b3d9fa4a48d849c8e084d7c72fcd7b16d76e06049a9ed742ff79c0","affectsGlobalScope":true},"a279435e7813d1f061c0cab6ab77b1b9377e8d96851e5ed4a76a1ce6eb6e628f","c33a6ea7147af60d8e98f1ac127047f4b0d4e2ce28b8f08ff3de07ca7cc00637",{"version":"b42b47e17b8ece2424ae8039feb944c2e3ba4b262986aebd582e51efbdca93dc","affectsGlobalScope":true},"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","2408611d9b4146e35d1dbd1f443ccd8e187c74614a54b80300728277529dbf11","998a3de5237518c0b3ac00a11b3b4417affb008aa20aedee52f3fdae3cb86151","ad41008ffe077206e1811fc873f4d9005b5fd7f6ab52bb6118fef600815a5cb4","d88ecca73348e7c337541c4b8b60a50aca5e87384f6b8a422fc6603c637e4c21","badae0df9a8016ac36994b0a0e7b82ba6aaa3528e175a8c3cb161e4683eec03e","c3db860bcaaaeb3bbc23f353bbda1f8ab82756c8d5e973bebb3953cb09ea68f2","235a53595bd20b0b0eeb1a29cb2887c67c48375e92f03749b2488fbd46d0b1a0","bc09393cd4cd13f69cf1366d4236fbae5359bb550f0de4e15767e9a91d63dfb1","9c266243b01545e11d2733a55ad02b4c00ecdbda99c561cd1674f96e89cdc958","c71155c05fc76ff948a4759abc1cb9feec036509f500174bc18dad4c7827a60c",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"e6ef68f677c1b63967d87568043b8af9d2dfd71d5873acd1de3abeb1db606741","82169f198ffdfc787fba368ccfad2b2d8ef3712f3c696df94ac13f6884bbbe2d","cab425b5559edac18327eb2c3c0f47e7e9f71b667290b7689faafd28aac69eae","3cfb0cb51cc2c2e1b313d7c4df04dbf7e5bda0a133c6b309bf6af77cf614b971","f992cd6cc0bcbaa4e6c810468c90f2d8595f8c6c3cf050c806397d3de8585562",{"version":"835ddde1592ee7de17e7785b27a098437fe4961a9ec96cdeafdb536217123bc8","affectsGlobalScope":true},"0359682c54e487c4cab2b53b2b4d35cc8dea4d9914bc6abcdb5701f8b8e745a4","96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538","8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649","2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b","d9e55d93aa33fad61bd5c63800972d00ba8879ec5d29f6f3bce67d16d86abc33","2ac9c8332c5f8510b8bdd571f8271e0f39b0577714d5e95c1e79a12b2616f069","42c21aa963e7b86fa00801d96e88b36803188018d5ad91db2a9101bccd40b3ff","d31eb848cdebb4c55b4893b335a7c0cca95ad66dee13cbb7d0893810c0a9c301","77c1d91a129ba60b8c405f9f539e42df834afb174fe0785f89d92a2c7c16b77a","c544d81603149987796b24cca297c965db427b84b2580fb27e52fb37ddc1f470","906c751ef5822ec0dadcea2f0e9db64a33fb4ee926cc9f7efa38afe5d5371b2a","5387c049e9702f2d2d7ece1a74836a14b47fbebe9bbeb19f94c580a37c855351","c68391fb9efad5d99ff332c65b1606248c4e4a9f1dd9a087204242b56c7126d6","e9cf02252d3a0ced987d24845dcb1f11c1be5541f17e5daa44c6de2d18138d0c","e8b02b879754d85f48489294f99147aeccc352c760d95a6fe2b6e49cd400b2fe","9f6908ab3d8a86c68b86e38578afc7095114e66b2fc36a2a96e9252aac3998e0","0eedb2344442b143ddcd788f87096961cd8572b64f10b4afc3356aa0460171c6","9eb2875a1e4c583066af7d6194ea8162191b2756e5d87ccb3c562fdf74d06869","c68baff4d8ba346130e9753cefe2e487a16731bf17e05fdacc81e8c9a26aae9d","2cd15528d8bb5d0453aa339b4b52e0696e8b07e790c153831c642c3dea5ac8af","479d622e66283ffa9883fbc33e441f7fc928b2277ff30aacbec7b7761b4e9579","ade307876dc5ca267ca308d09e737b611505e015c535863f22420a11fffc1c54","f8cdefa3e0dee639eccbe9794b46f90291e5fd3989fcba60d2f08fde56179fb9","86c5a62f99aac7053976e317dbe9acb2eaf903aaf3d2e5bb1cafe5c2df7b37a8","2b300954ce01a8343866f737656e13243e86e5baef51bd0631b21dcef1f6e954","a2d409a9ffd872d6b9d78ead00baa116bbc73cfa959fce9a2f29d3227876b2a1","b288936f560cd71f4a6002953290de9ff8dfbfbf37f5a9391be5c83322324898","61178a781ef82e0ff54f9430397e71e8f365fc1e3725e0e5346f2de7b0d50dfa","6a6ccb37feb3aad32d9be026a3337db195979cd5727a616fc0f557e974101a54","6eef5113135a0f2bbac8259909a5bbb7666bcde022c28f4ab95145623cbe1f72","058b8dd97b7c67b6bf33e7bda7b1e247b019b675d4b6449d14ac002091a8b4f8","89c8a7b88c378663a8124664f2d9b8c2887e186b55aa066edf6d67177ca1aa04","5a30ba65ad753eb2ef65355dbb3011b28b192cb9df2ef0b5f595b51ca7faf353","b15e55c5fa977c2f25ca0b1db52cfa2d1fd4bf0baf90a8b90d4a7678ca462ff1","f41d30972724714763a2698ae949fbc463afb203b5fa7c4ad7e4de0871129a17","86d425f7fcd8d100dafa6286cc289af88cbb639ecbdbd25c3018a8f0f7b09fe5","9795e0a3a45d5b6f1a791ee54b7c8b58bc931e8900966cea2dff9c5bae56073b","5890be29879d02424b7654f40592915189034948f7a18c5ad121c006d4e92811","0ab49086f10c75a1cb3b18bffe799dae021774146d8a2d5a4bb42dda67b64f9b","81c77839e152b8f715ec67b0a8b910bcc2d6cf916794c3519f8798c40efd12ac","a868a534ba1c2ca9060b8a13b0ffbbbf78b4be7b0ff80d8c75b02773f7192c29","464843c00fb3dd4735b28255c5c9fe713f16b8e47a3db09ba1647687440f7aef","34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","d0f6d36b2d86f934560c48d8bfdc7ab60c67cfb2ab6dc1916706aa68e83d6dc2","e2c3fb7ba470548053dabb65521b89846fffad3a103ddc72b5115d8caa23ce8e"],"options":{"composite":true,"declaration":true,"declarationMap":true,"esModuleInterop":true,"module":7,"noFallthroughCasesInSwitch":true,"noImplicitReturns":true,"noUnusedLocals":true,"outDir":"../build-esm","preserveConstEnums":true,"rootDir":"../src","sourceMap":true,"strict":true,"target":6,"tsBuildInfoFile":"./tsbuildinfo"},"fileIdsList":[[99,102,201],[150,201],[201],[149,150,151,152,201],[149,201],[132,133,134,135,136,137,138,139,140,141,144,145,146,147,201],[142,143,201],[104,201],[103,201],[106,107,108,109,110,111,112,201],[104,105,113,114,115,116,117,118,119,120,121,122,201],[173,176,200,201,208,209,210,211],[173,201,208],[158,201],[161,201],[162,167,201],[163,173,174,181,190,200,201],[163,164,173,181,201],[165,201],[166,167,174,182,201],[167,190,197,201],[168,170,173,181,201],[169,201],[170,171,201],[172,173,201],[173,201],[173,174,175,190,200,201],[173,174,175,190,201],[176,181,190,200,201],[173,174,176,177,181,190,197,200,201],[176,178,190,197,200,201],[158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207],[173,179,201],[180,200,201],[170,173,181,190,201],[182,201],[183,201],[161,184,201],[185,199,201,205],[186,201],[187,201],[173,188,201],[188,189,201,203],[173,190,191,192,201],[190,192,201],[190,191,201],[193,201],[194,201],[173,195,196,201],[195,196,201],[167,181,197,201],[198,201],[181,199,201],[162,176,187,200,201],[167,201],[190,201,202],[201,203],[201,204],[162,167,173,175,184,190,200,201,203,205],[190,201,206],[176,190,201,208],[201,218,257],[201,218,242,257],[201,257],[201,218],[201,218,243,257],[201,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256],[201,243,257],[52,55,57,67,80,82,86,88,90,92,99,102,201],[52,55,60,61,67,80,82,86,88,90,92,100,102,201],[52,55,57,58,59,67,80,82,86,88,89,90,92,102,201],[52,55,57,67,80,82,86,87,88,90,92,102,201],[52,55,67,80,82,86,88,90,92,102,201],[95,201],[92,201],[50,92,93,201],[46,201],[47,49,201],[48,201],[52,55,58,67,80,82,86,88,90,92,102,201],[52,55,63,67,80,82,86,88,90,92,102,201],[52,55,64,67,80,82,86,88,90,92,102,201],[52,55,57,67,80,82,86,88,90,92,102,201],[51,92,201],[52,55,57,58,59,60,63,64,65,66,67,68,69,70,71,72,73,77,78,80,81,82,83,86,87,88,89,90,92,99,100,101,201],[52,55,67,80,82,86,87,89,90,92,102,201],[52,53,55,67,80,82,86,87,88,89,92,102,201],[52,55,57,65,67,80,82,83,86,88,90,92,102,201],[52,55,67,68,76,80,82,86,88,90,92,102,201],[52,55,60,67,69,80,82,86,88,89,90,92,102,201],[52,55,67,70,80,82,86,88,89,90,92,102,201],[52,55,63,65,67,71,80,82,86,88,90,92,99,102,201],[94,201],[46,48,201],[55,88,201],[52,55,60,63,67,80,82,86,88,90,92,102,201],[52,55,67,69,80,82,86,88,90,92,102,201],[54,86,87,88,201],[52,55,57,58,59,60,61,62,63,64,65,67,68,69,70,72,73,77,78,80,81,83,86,87,88,89,90,92,99,100,102,201],[52,53,55,67,80,82,86,87,88,89,90,91,102,201],[87,89,90,201],[52,53,67,80,82,86,87,88,89,90,92,102,201],[52,55,57,58,59,60,63,65,67,69,70,74,75,76,77,78,79,82,86,87,88,90,92,99,100,102,201],[52,55,56,57,60,65,67,68,70,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,92,102,201],[82,102,201],[97,201],[56,86,92,201],[52,55,57,66,80,82,86,88,90,92,102,201],[86,201],[52,55,57,60,67,70,80,82,86,88,90,92,102,201],[52,55,60,67,75,76,78,80,82,86,88,90,92,102,201],[52,55,60,67,68,78,80,82,83,86,88,90,92,102,201],[52,55,59,67,80,82,86,88,90,92,102,201],[87,89,96,97,98,201],[130,201],[103,123,129,201],[123,201],[124,125,126,127,128,201],[123,124,125,126,129,130,131,148,154,201],[129,130,131,154,155,156,201],[103,123,129,130,153,201]],"referencedMap":[[103,1],[152,2],[149,3],[153,4],[151,5],[150,5],[132,3],[146,3],[145,3],[135,3],[148,6],[144,7],[142,3],[143,3],[141,3],[136,3],[133,3],[139,3],[138,3],[147,3],[134,3],[140,3],[137,3],[105,8],[109,9],[108,9],[112,9],[106,9],[107,9],[113,10],[111,3],[110,9],[114,8],[115,3],[116,8],[117,8],[118,3],[120,3],[119,3],[123,11],[121,3],[104,3],[122,9],[212,12],[213,3],[210,3],[214,3],[215,3],[209,13],[216,3],[158,14],[159,14],[161,15],[162,16],[163,17],[164,18],[165,19],[166,20],[167,21],[168,22],[169,23],[170,24],[171,24],[172,25],[173,26],[174,27],[175,28],[160,3],[207,3],[176,29],[177,30],[178,31],[208,32],[179,33],[180,34],[181,35],[182,36],[183,37],[184,38],[185,39],[186,40],[187,41],[188,42],[189,43],[190,44],[192,45],[191,46],[193,47],[194,48],[195,49],[196,50],[197,51],[198,52],[199,53],[200,54],[201,55],[202,56],[203,57],[204,58],[205,59],[206,60],[217,3],[211,61],[242,62],[243,63],[218,64],[221,64],[240,62],[241,62],[231,65],[230,65],[228,62],[223,62],[236,62],[234,62],[238,62],[222,62],[235,62],[239,62],[224,62],[225,62],[237,62],[219,62],[226,62],[227,62],[229,62],[233,62],[244,66],[232,62],[220,62],[257,67],[256,3],[251,66],[253,68],[252,66],[245,66],[246,66],[248,66],[250,66],[254,68],[255,68],[247,68],[249,68],[258,3],[52,3],[100,69],[62,70],[60,71],[58,72],[66,73],[96,74],[54,75],[94,76],[47,77],[50,78],[49,79],[63,80],[101,81],[74,82],[83,83],[53,73],[93,84],[102,85],[88,86],[90,87],[64,83],[68,88],[84,89],[70,90],[75,91],[72,92],[57,73],[76,83],[95,93],[46,3],[51,94],[56,95],[48,3],[69,96],[73,97],[89,98],[71,73],[82,99],[92,100],[91,101],[59,73],[55,102],[80,103],[86,104],[65,105],[98,106],[87,107],[97,3],[67,108],[77,109],[78,110],[79,111],[85,73],[81,112],[61,113],[99,114],[10,3],[12,3],[11,3],[2,3],[13,3],[14,3],[15,3],[16,3],[17,3],[18,3],[19,3],[20,3],[3,3],[4,3],[24,3],[21,3],[22,3],[23,3],[25,3],[26,3],[27,3],[5,3],[28,3],[29,3],[30,3],[31,3],[6,3],[32,3],[33,3],[34,3],[35,3],[7,3],[40,3],[36,3],[37,3],[38,3],[39,3],[8,3],[44,3],[41,3],[42,3],[43,3],[1,3],[9,3],[45,3],[131,115],[130,116],[127,117],[128,117],[129,118],[125,3],[124,117],[126,117],[155,119],[156,9],[157,120],[154,121]],"exportedModulesMap":[[103,1],[152,2],[149,3],[153,4],[151,5],[150,5],[132,3],[146,3],[145,3],[135,3],[148,6],[144,7],[142,3],[143,3],[141,3],[136,3],[133,3],[139,3],[138,3],[147,3],[134,3],[140,3],[137,3],[105,8],[109,9],[108,9],[112,9],[106,9],[107,9],[113,10],[111,3],[110,9],[114,8],[115,3],[116,8],[117,8],[118,3],[120,3],[119,3],[123,11],[121,3],[104,3],[122,9],[212,12],[213,3],[210,3],[214,3],[215,3],[209,13],[216,3],[158,14],[159,14],[161,15],[162,16],[163,17],[164,18],[165,19],[166,20],[167,21],[168,22],[169,23],[170,24],[171,24],[172,25],[173,26],[174,27],[175,28],[160,3],[207,3],[176,29],[177,30],[178,31],[208,32],[179,33],[180,34],[181,35],[182,36],[183,37],[184,38],[185,39],[186,40],[187,41],[188,42],[189,43],[190,44],[192,45],[191,46],[193,47],[194,48],[195,49],[196,50],[197,51],[198,52],[199,53],[200,54],[201,55],[202,56],[203,57],[204,58],[205,59],[206,60],[217,3],[211,61],[242,62],[243,63],[218,64],[221,64],[240,62],[241,62],[231,65],[230,65],[228,62],[223,62],[236,62],[234,62],[238,62],[222,62],[235,62],[239,62],[224,62],[225,62],[237,62],[219,62],[226,62],[227,62],[229,62],[233,62],[244,66],[232,62],[220,62],[257,67],[256,3],[251,66],[253,68],[252,66],[245,66],[246,66],[248,66],[250,66],[254,68],[255,68],[247,68],[249,68],[258,3],[52,3],[100,69],[62,70],[60,71],[58,72],[66,73],[96,74],[54,75],[94,76],[47,77],[50,78],[49,79],[63,80],[101,81],[74,82],[83,83],[53,73],[93,84],[102,85],[88,86],[90,87],[64,83],[68,88],[84,89],[70,90],[75,91],[72,92],[57,73],[76,83],[95,93],[46,3],[51,94],[56,95],[48,3],[69,96],[73,97],[89,98],[71,73],[82,99],[92,100],[91,101],[59,73],[55,102],[80,103],[86,104],[65,105],[98,106],[87,107],[97,3],[67,108],[77,109],[78,110],[79,111],[85,73],[81,112],[61,113],[99,114],[10,3],[12,3],[11,3],[2,3],[13,3],[14,3],[15,3],[16,3],[17,3],[18,3],[19,3],[20,3],[3,3],[4,3],[24,3],[21,3],[22,3],[23,3],[25,3],[26,3],[27,3],[5,3],[28,3],[29,3],[30,3],[31,3],[6,3],[32,3],[33,3],[34,3],[35,3],[7,3],[40,3],[36,3],[37,3],[38,3],[39,3],[8,3],[44,3],[41,3],[42,3],[43,3],[1,3],[9,3],[45,3],[131,115],[130,116],[127,117],[128,117],[129,118],[125,3],[124,117],[126,117],[155,119],[156,9],[157,120],[154,121]],"semanticDiagnosticsPerFile":[103,152,149,153,151,150,132,146,145,135,148,144,142,143,141,136,133,139,138,147,134,140,137,105,109,108,112,106,107,113,111,110,114,115,116,117,118,120,119,123,121,104,122,212,213,210,214,215,209,216,158,159,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,160,207,176,177,178,208,179,180,181,182,183,184,185,186,187,188,189,190,192,191,193,194,195,196,197,198,199,200,201,202,203,204,205,206,217,211,242,243,218,221,240,241,231,230,228,223,236,234,238,222,235,239,224,225,237,219,226,227,229,233,244,232,220,257,256,251,253,252,245,246,248,250,254,255,247,249,258,52,100,62,60,58,66,96,54,94,47,50,49,63,101,74,83,53,93,102,88,90,64,68,84,70,75,72,57,76,95,46,51,56,48,69,73,89,71,82,92,91,59,55,80,86,65,98,87,97,67,77,78,79,85,81,61,99,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,131,130,127,128,129,125,124,126,155,156,157,154]},"version":"4.5.5"}
|
package/build/ui.d.ts
CHANGED
|
@@ -477,6 +477,15 @@ export declare const TCFConfig: t.TypeC<{
|
|
|
477
477
|
}>;
|
|
478
478
|
/** Type override */
|
|
479
479
|
export declare type TCFConfig = t.TypeOf<typeof TCFConfig>;
|
|
480
|
+
/** Configuration that are passed directly to the TCF module, not via airgap.j */
|
|
481
|
+
declare const TCFBundledDataConfig: t.PartialC<{
|
|
482
|
+
/** Mapping of TCF Purpose ID to airgap tracking types */
|
|
483
|
+
purposeMap: t.ArrayC<t.TupleC<[t.NumberC, t.ArrayC<t.StringC>]>>;
|
|
484
|
+
/** These TCF purposes cannot be processed on the basis of legitimate interests */
|
|
485
|
+
restrictLegitimateInterestPurposes: t.ArrayC<t.NumberC>;
|
|
486
|
+
}>;
|
|
487
|
+
/** Type override */
|
|
488
|
+
export declare type TCFBundledDataConfig = t.TypeOf<typeof TCFBundledDataConfig>;
|
|
480
489
|
/** Input for Consent manager UI configuration */
|
|
481
490
|
export declare const TCFConfigInput: t.PartialC<{
|
|
482
491
|
/** Path to vendor-list.json */
|
|
@@ -496,4 +505,5 @@ export declare type TranscendView = Window & {
|
|
|
496
505
|
transcend: TranscendAPI;
|
|
497
506
|
};
|
|
498
507
|
export declare const DEFAULT_VIEW_STATE_BY_PRIVACY_REGIME: ExperienceToInitialViewState;
|
|
508
|
+
export {};
|
|
499
509
|
//# sourceMappingURL=ui.d.ts.map
|
package/build/ui.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui.d.ts","sourceRoot":"","sources":["../src/ui.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"ui.d.ts","sourceRoot":"","sources":["../src/ui.ts"],"names":[],"mappings":"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"}
|
package/build/ui.js
CHANGED
|
@@ -100,6 +100,13 @@ exports.TCFConfig = t.type({
|
|
|
100
100
|
/** Path to localizations directory */
|
|
101
101
|
messages: t.string,
|
|
102
102
|
});
|
|
103
|
+
/** Configuration that are passed directly to the TCF module, not via airgap.j */
|
|
104
|
+
const TCFBundledDataConfig = t.partial({
|
|
105
|
+
/** Mapping of TCF Purpose ID to airgap tracking types */
|
|
106
|
+
purposeMap: t.array(t.tuple([t.number, t.array(t.string)])),
|
|
107
|
+
/** These TCF purposes cannot be processed on the basis of legitimate interests */
|
|
108
|
+
restrictLegitimateInterestPurposes: t.array(t.number),
|
|
109
|
+
});
|
|
103
110
|
/** Input for Consent manager UI configuration */
|
|
104
111
|
exports.TCFConfigInput = t.partial(exports.TCFConfig.props);
|
|
105
112
|
exports.DEFAULT_VIEW_STATE_BY_PRIVACY_REGIME = {
|
package/build/ui.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui.js","sourceRoot":"","sources":["../src/ui.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ui.js","sourceRoot":"","sources":["../src/ui.ts"],"names":[],"mappings":"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"}
|
package/build-esm/constants.d.ts
CHANGED
|
@@ -7,4 +7,6 @@ export declare const DEFAULT_EXPERIENCE_PURPOSE_OPT_OUTS: any;
|
|
|
7
7
|
export declare const DEFAULT_EXPERIENCE_PURPOSE_SCOPES: any;
|
|
8
8
|
export declare const REGIME_TIMEZONES: Record<PrivacyRegime, string[]>;
|
|
9
9
|
export declare const REGIME_DISPLAY_PRIORITY: Record<PrivacyRegime, number>;
|
|
10
|
+
/** These TCF Purposes cannot be allowed to process under legitimate interest legal basis */
|
|
11
|
+
export declare const DEFAULT_RESTRICT_LEGIT_INTEREST_PROCESSING: number[];
|
|
10
12
|
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,yBAAyB,EACzB,eAAe,EAChB,MAAM,QAAQ,CAAC;AAShB,eAAO,MAAM,0BAA0B,YAAY,CAAC;AAEpD,eAAO,MAAM,aAAa,EAAE,CAAC,aAAa,EAAE,EAAE,eAAe,EAAE,CAG9D,CAAC;AAEF,eAAO,MAAM,sCAAsC,EAAE,yBAWlD,CAAC;AAEJ,eAAO,MAAM,+BAA+B,EAAE,yBAE7C,CAAC;AAEF,eAAO,MAAM,mCAAmC,KAI/C,CAAC;AAEF,eAAO,MAAM,iCAAiC,KAI7C,CAAC;AAGF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,aAAa,EAAE,MAAM,EAAE,CAAM,CAAC;AAGpE,eAAO,MAAM,uBAAuB,EAAE,MAAM,CAAC,aAAa,EAAE,MAAM,CAGjE,CAAC"}
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,yBAAyB,EACzB,eAAe,EAChB,MAAM,QAAQ,CAAC;AAShB,eAAO,MAAM,0BAA0B,YAAY,CAAC;AAEpD,eAAO,MAAM,aAAa,EAAE,CAAC,aAAa,EAAE,EAAE,eAAe,EAAE,CAG9D,CAAC;AAEF,eAAO,MAAM,sCAAsC,EAAE,yBAWlD,CAAC;AAEJ,eAAO,MAAM,+BAA+B,EAAE,yBAE7C,CAAC;AAEF,eAAO,MAAM,mCAAmC,KAI/C,CAAC;AAEF,eAAO,MAAM,iCAAiC,KAI7C,CAAC;AAGF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,aAAa,EAAE,MAAM,EAAE,CAAM,CAAC;AAGpE,eAAO,MAAM,uBAAuB,EAAE,MAAM,CAAC,aAAa,EAAE,MAAM,CAGjE,CAAC;AAEF,4FAA4F;AAC5F,eAAO,MAAM,0CAA0C,UAAkB,CAAC"}
|
package/build-esm/constants.js
CHANGED
|
@@ -32,4 +32,6 @@ export const REGIME_DISPLAY_PRIORITY = {
|
|
|
32
32
|
GDPR: 10,
|
|
33
33
|
Unknown: 100,
|
|
34
34
|
};
|
|
35
|
+
/** These TCF Purposes cannot be allowed to process under legitimate interest legal basis */
|
|
36
|
+
export const DEFAULT_RESTRICT_LEGIT_INTEREST_PROCESSING = [1, 3, 4, 5, 6];
|
|
35
37
|
//# sourceMappingURL=constants.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAMA;;;;;sFAKsF;AAEtF,MAAM,CAAC,MAAM,0BAA0B,GAAG,SAAS,CAAC;AAEpD,MAAM,CAAC,MAAM,aAAa,GAAyC;IACjE,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC;IACzB,CAAC,aAAa,EAAE,WAAW,EAAE,YAAY,EAAE,YAAY,CAAC;CACzD,CAAC;AAEF,MAAM,CAAC,MAAM,sCAAsC,GACjD;IACE,aAAa;IACb,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,cAAc,CAAC,EAAE,CAAC,YAAY,CAAC,CAAC;IACzD;QACE;YACE,0BAA0B;YAC1B,SAAS;SACV;QACD,EAAE;KACH;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,+BAA+B,GAA8B;IACxE,aAAa;CACd,CAAC;AAEF,MAAM,CAAC,MAAM,mCAAmC,GAAG,MAAM,CAAC,WAAW,CACnE,+BAA+B,CAAC,GAAG,CAAC,CAAC,CAAC,OAAO,EAAE,QAAQ,CAAC,EAAE,EAAE,CAC1D,OAAO,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC,CAC5C,CAAC,IAAI,EAAE,CACT,CAAC;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAAG,MAAM,CAAC,WAAW,CACjE,sCAAsC,CAAC,GAAG,CAAC,CAAC,CAAC,OAAO,EAAE,QAAQ,CAAC,EAAE,EAAE,CACjE,OAAO,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC,CAC5C,CAAC,IAAI,EAAE,CACT,CAAC;AAEF,gBAAgB;AAChB,MAAM,CAAC,MAAM,gBAAgB,GAAoC,EAAE,CAAC;AAEpE,gBAAgB;AAChB,MAAM,CAAC,MAAM,uBAAuB,GAAkC;IACpE,IAAI,EAAE,EAAE;IACR,OAAO,EAAE,GAAG;CACb,CAAC"}
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAMA;;;;;sFAKsF;AAEtF,MAAM,CAAC,MAAM,0BAA0B,GAAG,SAAS,CAAC;AAEpD,MAAM,CAAC,MAAM,aAAa,GAAyC;IACjE,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC;IACzB,CAAC,aAAa,EAAE,WAAW,EAAE,YAAY,EAAE,YAAY,CAAC;CACzD,CAAC;AAEF,MAAM,CAAC,MAAM,sCAAsC,GACjD;IACE,aAAa;IACb,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,cAAc,CAAC,EAAE,CAAC,YAAY,CAAC,CAAC;IACzD;QACE;YACE,0BAA0B;YAC1B,SAAS;SACV;QACD,EAAE;KACH;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,+BAA+B,GAA8B;IACxE,aAAa;CACd,CAAC;AAEF,MAAM,CAAC,MAAM,mCAAmC,GAAG,MAAM,CAAC,WAAW,CACnE,+BAA+B,CAAC,GAAG,CAAC,CAAC,CAAC,OAAO,EAAE,QAAQ,CAAC,EAAE,EAAE,CAC1D,OAAO,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC,CAC5C,CAAC,IAAI,EAAE,CACT,CAAC;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAAG,MAAM,CAAC,WAAW,CACjE,sCAAsC,CAAC,GAAG,CAAC,CAAC,CAAC,OAAO,EAAE,QAAQ,CAAC,EAAE,EAAE,CACjE,OAAO,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC,CAC5C,CAAC,IAAI,EAAE,CACT,CAAC;AAEF,gBAAgB;AAChB,MAAM,CAAC,MAAM,gBAAgB,GAAoC,EAAE,CAAC;AAEpE,gBAAgB;AAChB,MAAM,CAAC,MAAM,uBAAuB,GAAkC;IACpE,IAAI,EAAE,EAAE;IACR,OAAO,EAAE,GAAG;CACb,CAAC;AAEF,4FAA4F;AAC5F,MAAM,CAAC,MAAM,0CAA0C,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC"}
|
package/build-esm/ui.d.ts
CHANGED
|
@@ -477,6 +477,15 @@ export declare const TCFConfig: t.TypeC<{
|
|
|
477
477
|
}>;
|
|
478
478
|
/** Type override */
|
|
479
479
|
export declare type TCFConfig = t.TypeOf<typeof TCFConfig>;
|
|
480
|
+
/** Configuration that are passed directly to the TCF module, not via airgap.j */
|
|
481
|
+
declare const TCFBundledDataConfig: t.PartialC<{
|
|
482
|
+
/** Mapping of TCF Purpose ID to airgap tracking types */
|
|
483
|
+
purposeMap: t.ArrayC<t.TupleC<[t.NumberC, t.ArrayC<t.StringC>]>>;
|
|
484
|
+
/** These TCF purposes cannot be processed on the basis of legitimate interests */
|
|
485
|
+
restrictLegitimateInterestPurposes: t.ArrayC<t.NumberC>;
|
|
486
|
+
}>;
|
|
487
|
+
/** Type override */
|
|
488
|
+
export declare type TCFBundledDataConfig = t.TypeOf<typeof TCFBundledDataConfig>;
|
|
480
489
|
/** Input for Consent manager UI configuration */
|
|
481
490
|
export declare const TCFConfigInput: t.PartialC<{
|
|
482
491
|
/** Path to vendor-list.json */
|
|
@@ -496,4 +505,5 @@ export declare type TranscendView = Window & {
|
|
|
496
505
|
transcend: TranscendAPI;
|
|
497
506
|
};
|
|
498
507
|
export declare const DEFAULT_VIEW_STATE_BY_PRIVACY_REGIME: ExperienceToInitialViewState;
|
|
508
|
+
export {};
|
|
499
509
|
//# sourceMappingURL=ui.d.ts.map
|
package/build-esm/ui.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui.d.ts","sourceRoot":"","sources":["../src/ui.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"ui.d.ts","sourceRoot":"","sources":["../src/ui.ts"],"names":[],"mappings":"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"}
|
package/build-esm/ui.js
CHANGED
|
@@ -78,6 +78,13 @@ export const TCFConfig = t.type({
|
|
|
78
78
|
/** Path to localizations directory */
|
|
79
79
|
messages: t.string,
|
|
80
80
|
});
|
|
81
|
+
/** Configuration that are passed directly to the TCF module, not via airgap.j */
|
|
82
|
+
const TCFBundledDataConfig = t.partial({
|
|
83
|
+
/** Mapping of TCF Purpose ID to airgap tracking types */
|
|
84
|
+
purposeMap: t.array(t.tuple([t.number, t.array(t.string)])),
|
|
85
|
+
/** These TCF purposes cannot be processed on the basis of legitimate interests */
|
|
86
|
+
restrictLegitimateInterestPurposes: t.array(t.number),
|
|
87
|
+
});
|
|
81
88
|
/** Input for Consent manager UI configuration */
|
|
82
89
|
export const TCFConfigInput = t.partial(TCFConfig.props);
|
|
83
90
|
export const DEFAULT_VIEW_STATE_BY_PRIVACY_REGIME = {
|
package/build-esm/ui.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui.js","sourceRoot":"","sources":["../src/ui.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ui.js","sourceRoot":"","sources":["../src/ui.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"author": "Transcend Inc.",
|
|
3
3
|
"name": "@transcend-io/airgap.js-types",
|
|
4
4
|
"description": "TypeScript types for airgap.js interoperability with custom consent UIs",
|
|
5
|
-
"version": "10.9.
|
|
5
|
+
"version": "10.9.2",
|
|
6
6
|
"homepage": "https://github.com/transcend-io/airgap.js-types",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|