@docupace/ihub-config 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/config/config-injector.d.ts +2 -3
- package/dist/config/config-injector.d.ts.map +1 -1
- package/dist/config/config-injector.js.map +1 -1
- package/dist/config/template-processor.d.ts +1 -2
- package/dist/config/template-processor.d.ts.map +1 -1
- package/dist/config/template-processor.js.map +1 -1
- package/dist/config-providers/base-config.d.ts +1 -2
- package/dist/config-providers/base-config.d.ts.map +1 -1
- package/dist/config-service.d.ts +8 -9
- package/dist/config-service.d.ts.map +1 -1
- package/dist/config-service.js +3 -1
- package/dist/config-service.js.map +1 -1
- package/dist/instance-config.d.ts +4 -2
- package/dist/instance-config.d.ts.map +1 -1
- package/dist/instance-config.js.map +1 -1
- package/dist/lib/filters.d.ts +3 -4
- package/dist/lib/filters.d.ts.map +1 -1
- package/dist/lib/filters.js +11 -12
- package/dist/lib/filters.js.map +1 -1
- package/dist/lib/param-helpers.d.ts +13 -4
- package/dist/lib/param-helpers.d.ts.map +1 -1
- package/dist/lib/param-helpers.js +1 -1
- package/dist/lib/param-helpers.js.map +1 -1
- package/dist/model/graphs/config/menu.graphql +1 -0
- package/dist/model/graphs/config/table.graphql +19 -0
- package/dist/types/graphql.d.ts +1861 -73912
- package/dist/types/graphql.d.ts.map +1 -1
- package/dist/types/graphql.js +0 -83
- package/dist/types/graphql.js.map +1 -1
- package/model/graphs/config/menu.graphql +1 -0
- package/model/graphs/config/table.graphql +19 -0
- package/package.json +5 -1
- package/dist/types/filter-types.d.ts +0 -62
- package/dist/types/filter-types.d.ts.map +0 -1
- package/dist/types/filter-types.js +0 -28
- package/dist/types/filter-types.js.map +0 -1
- package/dist/types/types.d.ts +0 -13
- package/dist/types/types.d.ts.map +0 -1
- package/dist/types/types.js +0 -2
- package/dist/types/types.js.map +0 -1
package/dist/types/graphql.js
CHANGED
|
@@ -1,94 +1,11 @@
|
|
|
1
|
-
export var CacheControlScope;
|
|
2
|
-
(function (CacheControlScope) {
|
|
3
|
-
CacheControlScope["Private"] = "PRIVATE";
|
|
4
|
-
CacheControlScope["Public"] = "PUBLIC";
|
|
5
|
-
})(CacheControlScope || (CacheControlScope = {}));
|
|
6
|
-
export var ComparisonOperator;
|
|
7
|
-
(function (ComparisonOperator) {
|
|
8
|
-
ComparisonOperator["BeginsWith"] = "BEGINS_WITH";
|
|
9
|
-
ComparisonOperator["Contains"] = "CONTAINS";
|
|
10
|
-
ComparisonOperator["EndsWith"] = "ENDS_WITH";
|
|
11
|
-
ComparisonOperator["Equals"] = "EQUALS";
|
|
12
|
-
ComparisonOperator["IsNull"] = "IS_NULL";
|
|
13
|
-
ComparisonOperator["Range"] = "RANGE";
|
|
14
|
-
})(ComparisonOperator || (ComparisonOperator = {}));
|
|
15
|
-
export var DpvConfirmationEnum;
|
|
16
|
-
(function (DpvConfirmationEnum) {
|
|
17
|
-
DpvConfirmationEnum["D"] = "D";
|
|
18
|
-
DpvConfirmationEnum["N"] = "N";
|
|
19
|
-
DpvConfirmationEnum["S"] = "S";
|
|
20
|
-
DpvConfirmationEnum["Y"] = "Y";
|
|
21
|
-
})(DpvConfirmationEnum || (DpvConfirmationEnum = {}));
|
|
22
|
-
export var DocuSignAuthenticationMethod;
|
|
23
|
-
(function (DocuSignAuthenticationMethod) {
|
|
24
|
-
DocuSignAuthenticationMethod["Basic"] = "BASIC";
|
|
25
|
-
DocuSignAuthenticationMethod["Jwt"] = "JWT";
|
|
26
|
-
})(DocuSignAuthenticationMethod || (DocuSignAuthenticationMethod = {}));
|
|
27
|
-
/** Domain Types */
|
|
28
|
-
export var Enum_DomainTypes;
|
|
29
|
-
(function (Enum_DomainTypes) {
|
|
30
|
-
Enum_DomainTypes["Bl"] = "BL";
|
|
31
|
-
Enum_DomainTypes["Da"] = "DA";
|
|
32
|
-
Enum_DomainTypes["Dd"] = "DD";
|
|
33
|
-
Enum_DomainTypes["Dt"] = "DT";
|
|
34
|
-
Enum_DomainTypes["Eo"] = "EO";
|
|
35
|
-
Enum_DomainTypes["Ls"] = "LS";
|
|
36
|
-
Enum_DomainTypes["Me"] = "ME";
|
|
37
|
-
Enum_DomainTypes["Nu"] = "NU";
|
|
38
|
-
Enum_DomainTypes["St"] = "ST";
|
|
39
|
-
})(Enum_DomainTypes || (Enum_DomainTypes = {}));
|
|
40
|
-
export var EmailGenerationReasonType;
|
|
41
|
-
(function (EmailGenerationReasonType) {
|
|
42
|
-
EmailGenerationReasonType["Nigo"] = "NIGO";
|
|
43
|
-
EmailGenerationReasonType["Notify"] = "NOTIFY";
|
|
44
|
-
EmailGenerationReasonType["Qc"] = "QC";
|
|
45
|
-
EmailGenerationReasonType["Reject"] = "REJECT";
|
|
46
|
-
})(EmailGenerationReasonType || (EmailGenerationReasonType = {}));
|
|
47
|
-
export var FeatureEnabledLevel;
|
|
48
|
-
(function (FeatureEnabledLevel) {
|
|
49
|
-
FeatureEnabledLevel["Site"] = "SITE";
|
|
50
|
-
FeatureEnabledLevel["User"] = "USER";
|
|
51
|
-
})(FeatureEnabledLevel || (FeatureEnabledLevel = {}));
|
|
52
1
|
export var FieldValueType;
|
|
53
2
|
(function (FieldValueType) {
|
|
54
3
|
FieldValueType["Float"] = "Float";
|
|
55
4
|
FieldValueType["Int"] = "Int";
|
|
56
5
|
})(FieldValueType || (FieldValueType = {}));
|
|
57
|
-
export var FilterValueType;
|
|
58
|
-
(function (FilterValueType) {
|
|
59
|
-
FilterValueType["Date"] = "DATE";
|
|
60
|
-
FilterValueType["Filter"] = "FILTER";
|
|
61
|
-
FilterValueType["Float"] = "FLOAT";
|
|
62
|
-
FilterValueType["Int"] = "INT";
|
|
63
|
-
FilterValueType["String"] = "STRING";
|
|
64
|
-
})(FilterValueType || (FilterValueType = {}));
|
|
65
|
-
export var LogicalOperator;
|
|
66
|
-
(function (LogicalOperator) {
|
|
67
|
-
LogicalOperator["And"] = "AND";
|
|
68
|
-
LogicalOperator["Or"] = "OR";
|
|
69
|
-
})(LogicalOperator || (LogicalOperator = {}));
|
|
70
|
-
export var NewUserAccessLevel;
|
|
71
|
-
(function (NewUserAccessLevel) {
|
|
72
|
-
NewUserAccessLevel["BrokerDealer"] = "BROKER_DEALER";
|
|
73
|
-
NewUserAccessLevel["Osj"] = "OSJ";
|
|
74
|
-
NewUserAccessLevel["Region"] = "REGION";
|
|
75
|
-
NewUserAccessLevel["RepCode"] = "REP_CODE";
|
|
76
|
-
NewUserAccessLevel["SalesOffice"] = "SALES_OFFICE";
|
|
77
|
-
})(NewUserAccessLevel || (NewUserAccessLevel = {}));
|
|
78
|
-
export var NewUserStatus;
|
|
79
|
-
(function (NewUserStatus) {
|
|
80
|
-
NewUserStatus["Active"] = "ACTIVE";
|
|
81
|
-
NewUserStatus["Inactive"] = "INACTIVE";
|
|
82
|
-
})(NewUserStatus || (NewUserStatus = {}));
|
|
83
6
|
export var OrderType;
|
|
84
7
|
(function (OrderType) {
|
|
85
8
|
OrderType["Asc"] = "ASC";
|
|
86
9
|
OrderType["Desc"] = "DESC";
|
|
87
10
|
})(OrderType || (OrderType = {}));
|
|
88
|
-
export var SystemStatusSeverity;
|
|
89
|
-
(function (SystemStatusSeverity) {
|
|
90
|
-
SystemStatusSeverity["Error"] = "ERROR";
|
|
91
|
-
SystemStatusSeverity["Info"] = "INFO";
|
|
92
|
-
SystemStatusSeverity["Warning"] = "WARNING";
|
|
93
|
-
})(SystemStatusSeverity || (SystemStatusSeverity = {}));
|
|
94
11
|
//# sourceMappingURL=graphql.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"graphql.js","sourceRoot":"","sources":["../../src/types/graphql.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"graphql.js","sourceRoot":"","sources":["../../src/types/graphql.ts"],"names":[],"mappings":"AA8XA,MAAM,CAAN,IAAY,cAGX;AAHD,WAAY,cAAc;IACxB,iCAAe,CAAA;IACf,6BAAW,CAAA;AACb,CAAC,EAHW,cAAc,KAAd,cAAc,QAGzB;AAuQD,MAAM,CAAN,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,0BAAa,CAAA;AACf,CAAC,EAHW,SAAS,KAAT,SAAS,QAGpB"}
|
|
@@ -27,6 +27,8 @@ interface ITable {
|
|
|
27
27
|
whereFilterName: String
|
|
28
28
|
emptyStateMessage: String
|
|
29
29
|
unstructuredData: Boolean
|
|
30
|
+
toolbar: Toolbar
|
|
31
|
+
pagination: TablePagination
|
|
30
32
|
}
|
|
31
33
|
|
|
32
34
|
type OrderBy {
|
|
@@ -41,6 +43,22 @@ type TableSelection {
|
|
|
41
43
|
visibilityCondition: String
|
|
42
44
|
}
|
|
43
45
|
|
|
46
|
+
type Toolbar {
|
|
47
|
+
columns: ToolbarColumns
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
type ToolbarColumns {
|
|
51
|
+
enabled: Boolean
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
type TablePagination {
|
|
55
|
+
totalCount: TablePaginationTotalCount
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
type TablePaginationTotalCount {
|
|
59
|
+
enabled: Boolean
|
|
60
|
+
}
|
|
61
|
+
|
|
44
62
|
type Table implements ITable
|
|
45
63
|
|
|
46
64
|
type NamedTable implements ITable {
|
|
@@ -62,6 +80,7 @@ type TableTab {
|
|
|
62
80
|
|
|
63
81
|
type TableFilter {
|
|
64
82
|
criteria: [TableCriteria!]!
|
|
83
|
+
variant: String
|
|
65
84
|
}
|
|
66
85
|
|
|
67
86
|
type TableCriteria {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docupace/ihub-config",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Reusable config GraphQL extension and standalone server",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -29,6 +29,9 @@
|
|
|
29
29
|
"@types/jest": "^30.0.0",
|
|
30
30
|
"@types/lodash": "^4.17.7",
|
|
31
31
|
"@types/node": "^20.10.6",
|
|
32
|
+
"@graphql-codegen/cli": "5.0.2",
|
|
33
|
+
"@graphql-codegen/typescript": "4.0.6",
|
|
34
|
+
"@graphql-codegen/typescript-resolvers": "4.0.6",
|
|
32
35
|
"cpx": "^1.5.0",
|
|
33
36
|
"eslint": "8",
|
|
34
37
|
"eslint-config-prettier": "^8.10.0",
|
|
@@ -64,6 +67,7 @@
|
|
|
64
67
|
"start": "node dist/server.js",
|
|
65
68
|
"build": "rm -rf dist && pnpm lint && tsc && cpx \"model/**/*.yaml\" ./dist/model && cpx \"model/**/*.graphql\" ./dist/model",
|
|
66
69
|
"start:build": "rm -rf dist && tsc && cpx \"model/**/*.yaml\" ./dist/model && cpx \"model/**/*.graphql\" ./dist/model && node dist/server.js",
|
|
70
|
+
"codegen": "graphql-codegen --config codegen.ts",
|
|
67
71
|
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
|
|
68
72
|
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\""
|
|
69
73
|
}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
export declare enum FilterValueType {
|
|
2
|
-
STRING = "STRING",
|
|
3
|
-
INT = "INT",
|
|
4
|
-
FLOAT = "FLOAT",
|
|
5
|
-
DATE = "DATE",
|
|
6
|
-
FILTER = "FILTER"
|
|
7
|
-
}
|
|
8
|
-
export declare enum LogicalOperator {
|
|
9
|
-
OR = "OR",
|
|
10
|
-
AND = "AND"
|
|
11
|
-
}
|
|
12
|
-
export declare enum ComparisonOperator {
|
|
13
|
-
EQUALS = "EQUALS",
|
|
14
|
-
CONTAINS = "CONTAINS",
|
|
15
|
-
BEGINS_WITH = "BEGINS_WITH",
|
|
16
|
-
ENDS_WITH = "ENDS_WITH",
|
|
17
|
-
IS_NULL = "IS_NULL",
|
|
18
|
-
RANGE = "RANGE"
|
|
19
|
-
}
|
|
20
|
-
export interface FilterValue {
|
|
21
|
-
type: FilterValueType;
|
|
22
|
-
}
|
|
23
|
-
export interface FilterValueString {
|
|
24
|
-
value: string;
|
|
25
|
-
}
|
|
26
|
-
export interface FilterCriteria {
|
|
27
|
-
path: string;
|
|
28
|
-
operator: ComparisonOperator;
|
|
29
|
-
not?: boolean;
|
|
30
|
-
valueString?: string;
|
|
31
|
-
valueInt?: number;
|
|
32
|
-
valueFloat?: number;
|
|
33
|
-
valueBoolean?: boolean;
|
|
34
|
-
valueIntArray?: number[];
|
|
35
|
-
valueStringArray?: string[];
|
|
36
|
-
valueFromInt?: number;
|
|
37
|
-
valueToInt?: number;
|
|
38
|
-
valueFromDate?: string;
|
|
39
|
-
valueToDate?: string;
|
|
40
|
-
valueFromFloat?: number;
|
|
41
|
-
valueToFloat?: number;
|
|
42
|
-
}
|
|
43
|
-
export interface Filter {
|
|
44
|
-
operator: LogicalOperator;
|
|
45
|
-
criteria?: FilterCriteria[];
|
|
46
|
-
filters?: Filter[];
|
|
47
|
-
}
|
|
48
|
-
export declare enum OrderType {
|
|
49
|
-
ASC = "ASC",
|
|
50
|
-
DESC = "DESC"
|
|
51
|
-
}
|
|
52
|
-
export interface Order {
|
|
53
|
-
orderType: OrderType;
|
|
54
|
-
path: string;
|
|
55
|
-
}
|
|
56
|
-
export interface SearchParams {
|
|
57
|
-
start?: number;
|
|
58
|
-
maxRows?: number;
|
|
59
|
-
filter?: Filter;
|
|
60
|
-
orderBy: Order[];
|
|
61
|
-
}
|
|
62
|
-
//# sourceMappingURL=filter-types.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"filter-types.d.ts","sourceRoot":"","sources":["../../src/types/filter-types.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IACzB,MAAM,WAAW;IACjB,GAAG,QAAQ;IACX,KAAK,UAAU;IACf,IAAI,SAAS;IACb,MAAM,WAAW;CAClB;AAED,oBAAY,eAAe;IACzB,EAAE,OAAO;IACT,GAAG,QAAQ;CACZ;AAED,oBAAY,kBAAkB;IAC5B,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,WAAW,gBAAgB;IAC3B,SAAS,cAAc;IACvB,OAAO,YAAY;IACnB,KAAK,UAAU;CAChB;AAED,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,eAAe,CAAC;CACvB;AAED,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,kBAAkB,CAAC;IAC7B,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC5B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,MAAM;IACrB,QAAQ,EAAE,eAAe,CAAC;IAC1B,QAAQ,CAAC,EAAE,cAAc,EAAE,CAAC;IAC5B,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,oBAAY,SAAS;IACnB,GAAG,QAAQ;IACX,IAAI,SAAS;CACd;AAED,MAAM,WAAW,KAAK;IACpB,SAAS,EAAE,SAAS,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,YAAY;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,KAAK,EAAE,CAAC;CAClB"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
export var FilterValueType;
|
|
2
|
-
(function (FilterValueType) {
|
|
3
|
-
FilterValueType["STRING"] = "STRING";
|
|
4
|
-
FilterValueType["INT"] = "INT";
|
|
5
|
-
FilterValueType["FLOAT"] = "FLOAT";
|
|
6
|
-
FilterValueType["DATE"] = "DATE";
|
|
7
|
-
FilterValueType["FILTER"] = "FILTER";
|
|
8
|
-
})(FilterValueType || (FilterValueType = {}));
|
|
9
|
-
export var LogicalOperator;
|
|
10
|
-
(function (LogicalOperator) {
|
|
11
|
-
LogicalOperator["OR"] = "OR";
|
|
12
|
-
LogicalOperator["AND"] = "AND";
|
|
13
|
-
})(LogicalOperator || (LogicalOperator = {}));
|
|
14
|
-
export var ComparisonOperator;
|
|
15
|
-
(function (ComparisonOperator) {
|
|
16
|
-
ComparisonOperator["EQUALS"] = "EQUALS";
|
|
17
|
-
ComparisonOperator["CONTAINS"] = "CONTAINS";
|
|
18
|
-
ComparisonOperator["BEGINS_WITH"] = "BEGINS_WITH";
|
|
19
|
-
ComparisonOperator["ENDS_WITH"] = "ENDS_WITH";
|
|
20
|
-
ComparisonOperator["IS_NULL"] = "IS_NULL";
|
|
21
|
-
ComparisonOperator["RANGE"] = "RANGE";
|
|
22
|
-
})(ComparisonOperator || (ComparisonOperator = {}));
|
|
23
|
-
export var OrderType;
|
|
24
|
-
(function (OrderType) {
|
|
25
|
-
OrderType["ASC"] = "ASC";
|
|
26
|
-
OrderType["DESC"] = "DESC";
|
|
27
|
-
})(OrderType || (OrderType = {}));
|
|
28
|
-
//# sourceMappingURL=filter-types.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"filter-types.js","sourceRoot":"","sources":["../../src/types/filter-types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,eAMX;AAND,WAAY,eAAe;IACzB,oCAAiB,CAAA;IACjB,8BAAW,CAAA;IACX,kCAAe,CAAA;IACf,gCAAa,CAAA;IACb,oCAAiB,CAAA;AACnB,CAAC,EANW,eAAe,KAAf,eAAe,QAM1B;AAED,MAAM,CAAN,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,4BAAS,CAAA;IACT,8BAAW,CAAA;AACb,CAAC,EAHW,eAAe,KAAf,eAAe,QAG1B;AAED,MAAM,CAAN,IAAY,kBAOX;AAPD,WAAY,kBAAkB;IAC5B,uCAAiB,CAAA;IACjB,2CAAqB,CAAA;IACrB,iDAA2B,CAAA;IAC3B,6CAAuB,CAAA;IACvB,yCAAmB,CAAA;IACnB,qCAAe,CAAA;AACjB,CAAC,EAPW,kBAAkB,KAAlB,kBAAkB,QAO7B;AAkCD,MAAM,CAAN,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,0BAAa,CAAA;AACf,CAAC,EAHW,SAAS,KAAT,SAAS,QAGpB"}
|
package/dist/types/types.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export interface CoreInfo {
|
|
2
|
-
url?: string;
|
|
3
|
-
[key: string]: unknown;
|
|
4
|
-
}
|
|
5
|
-
export interface ApolloContext {
|
|
6
|
-
coreInfo?: CoreInfo;
|
|
7
|
-
accessToken?: string;
|
|
8
|
-
user?: {
|
|
9
|
-
username?: string;
|
|
10
|
-
};
|
|
11
|
-
[key: string]: unknown;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,QAAQ;IACvB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,aAAa;IAC5B,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE;QACL,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB"}
|
package/dist/types/types.js
DELETED
package/dist/types/types.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/types/types.ts"],"names":[],"mappings":""}
|