@simitgroup/simpleapp-generator 1.0.58 → 1.0.59
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/README.md +3 -2
- package/dist/buildinschemas/permission.js +5 -5
- package/dist/buildinschemas/permission.js.map +1 -1
- package/docs/backend.md +89 -0
- package/docs/formula.md +0 -0
- package/docs/frontend.md +57 -0
- package/docs/jsonschema.md +11 -3
- package/package.json +1 -1
- package/src/buildinschemas/permission.ts +5 -5
- package/templates/nest/src/simpleapp/generate/commons/user.context.ts.eta +32 -3
- package/templates/nest/src/simpleapp/generate/processors/simpleapp.processor.ts.eta +21 -14
- package/templates/nest/src/simpleapp/generate/types/index.ts.eta +8 -0
- package/templates/nest/src/simpleapp/profile/profile.service.ts.eta +4 -5
- package/tsconfig.tsbuildinfo +1 -1
package/README.md
CHANGED
|
@@ -24,8 +24,9 @@ SimpleApp generator is a typescript code generator for convert jsonschemas becom
|
|
|
24
24
|
|
|
25
25
|
# Documentation
|
|
26
26
|
1. [jsonschemas](./docs/jsonschema.md)
|
|
27
|
-
2. backend
|
|
28
|
-
3. frontend
|
|
27
|
+
2. [backend walk through](./docs/backend.md)
|
|
28
|
+
3. [frontend walk through](./docs/frontend.md)
|
|
29
|
+
|
|
29
30
|
|
|
30
31
|
|
|
31
32
|
# Quick start
|
|
@@ -23,12 +23,12 @@ exports.permission = {
|
|
|
23
23
|
updated: { type: 'string' },
|
|
24
24
|
createdby: { type: 'string' },
|
|
25
25
|
updatedby: { type: 'string' },
|
|
26
|
-
tenantId: { type: 'integer', default: 1, minimum: 0
|
|
27
|
-
orgId: { type: 'integer', default: 1, minimum: 0
|
|
28
|
-
branchId: { type: 'integer', default: 1, minimum: 0
|
|
26
|
+
tenantId: { type: 'integer', default: 1, minimum: 0 },
|
|
27
|
+
orgId: { type: 'integer', default: 1, minimum: 0 },
|
|
28
|
+
branchId: { type: 'integer', default: 1, minimum: 0 },
|
|
29
29
|
group: { "type": "string" },
|
|
30
|
-
uid: { "type": "string",
|
|
31
|
-
user_id: { "type": "string" }
|
|
30
|
+
uid: { "type": "string", },
|
|
31
|
+
user_id: { "type": "string", "x-foreignkey": "user" }
|
|
32
32
|
}
|
|
33
33
|
};
|
|
34
34
|
//# sourceMappingURL=permission.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"permission.js","sourceRoot":"","sources":["../../src/buildinschemas/permission.ts"],"names":[],"mappings":";;;AAAA,kCAA4D;AAE/C,QAAA,UAAU,GAAa;IAChC,IAAI,EAAE,QAAQ;IACd,oBAAoB,EAAC;QACjB,YAAY,EAAC,MAAM;QACnB,YAAY,EAAC,YAAY;QACzB,aAAa,EAAC,oBAAa,CAAC,MAAM;QAClC,cAAc,EAAC,CAAC;gBACZ,MAAM,EAAC,UAAU;gBACjB,UAAU,EAAC,UAAU;gBACrB,YAAY,EAAC,CAAC,YAAY,CAAC;gBAC3B,MAAM,EAAC,kBAAW,CAAC,GAAG;gBACtB,OAAO,EAAC,UAAU;gBAClB,WAAW,EAAC,6CAA6C;aAC1D,CAAC;KACP;IACD,UAAU,EAAE;QACR,GAAG,EAAC,EAAC,IAAI,EAAC,QAAQ,EAAC;QACnB,OAAO,EAAC,EAAC,IAAI,EAAC,QAAQ,EAAC;QACvB,OAAO,EAAC,EAAC,IAAI,EAAC,QAAQ,EAAC;QACvB,SAAS,EAAC,EAAC,IAAI,EAAC,QAAQ,EAAC;QACzB,SAAS,EAAC,EAAC,IAAI,EAAC,QAAQ,EAAC;QACzB,QAAQ,EAAE,EAAC,IAAI,EAAC,SAAS,EAAC,OAAO,EAAC,CAAC,EAAC,OAAO,EAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"permission.js","sourceRoot":"","sources":["../../src/buildinschemas/permission.ts"],"names":[],"mappings":";;;AAAA,kCAA4D;AAE/C,QAAA,UAAU,GAAa;IAChC,IAAI,EAAE,QAAQ;IACd,oBAAoB,EAAC;QACjB,YAAY,EAAC,MAAM;QACnB,YAAY,EAAC,YAAY;QACzB,aAAa,EAAC,oBAAa,CAAC,MAAM;QAClC,cAAc,EAAC,CAAC;gBACZ,MAAM,EAAC,UAAU;gBACjB,UAAU,EAAC,UAAU;gBACrB,YAAY,EAAC,CAAC,YAAY,CAAC;gBAC3B,MAAM,EAAC,kBAAW,CAAC,GAAG;gBACtB,OAAO,EAAC,UAAU;gBAClB,WAAW,EAAC,6CAA6C;aAC1D,CAAC;KACP;IACD,UAAU,EAAE;QACR,GAAG,EAAC,EAAC,IAAI,EAAC,QAAQ,EAAC;QACnB,OAAO,EAAC,EAAC,IAAI,EAAC,QAAQ,EAAC;QACvB,OAAO,EAAC,EAAC,IAAI,EAAC,QAAQ,EAAC;QACvB,SAAS,EAAC,EAAC,IAAI,EAAC,QAAQ,EAAC;QACzB,SAAS,EAAC,EAAC,IAAI,EAAC,QAAQ,EAAC;QACzB,QAAQ,EAAE,EAAC,IAAI,EAAC,SAAS,EAAC,OAAO,EAAC,CAAC,EAAC,OAAO,EAAC,CAAC,EAAC;QAC9C,KAAK,EAAE,EAAC,IAAI,EAAC,SAAS,EAAC,OAAO,EAAC,CAAC,EAAC,OAAO,EAAC,CAAC,EAAE;QAC5C,QAAQ,EAAE,EAAC,IAAI,EAAC,SAAS,EAAC,OAAO,EAAC,CAAC,EAAC,OAAO,EAAC,CAAC,EAAE;QAC/C,KAAK,EAAE,EAAC,MAAM,EAAE,QAAQ,EAAC;QACzB,GAAG,EAAE,EAAC,MAAM,EAAE,QAAQ,GAAE;QACxB,OAAO,EAAG,EAAC,MAAM,EAAC,QAAQ,EAAC,cAAc,EAAC,MAAM,EAAC;KAClD;CACN,CAAA"}
|
package/docs/backend.md
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
# Simple Backend Walkthrough
|
|
2
|
+
Simpleapp auto generate lot of backend source codes. Most of it maintain by generator and developer shouldn't modify it to avoid future compatibility issue.
|
|
3
|
+
|
|
4
|
+
To make life easy, this document only explain the backend file which maintain by developer, which is
|
|
5
|
+
`service` class.
|
|
6
|
+
|
|
7
|
+
# Service Class
|
|
8
|
+
It is tiny class for developer customize the behavior of every document. Most of the time you no need to change it unless you want something beyond CRUD process. Usually, we modify this file for 2 purpose:
|
|
9
|
+
1. add your before/after hook. such as beforeCreate, afterCreate, beforeSearch, afterSearch and etc.
|
|
10
|
+
2. add your own execution methods, which can bind to jsonschema `additionalApis` property
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
# Understand how to change service class
|
|
14
|
+
Example better than 100 words, you may refer:
|
|
15
|
+
1. ***src/simpleapp/services/branch.service***:
|
|
16
|
+
* it define autorunning number into `branchId` before create new record
|
|
17
|
+
* after new branch created, it auto generate suitable document number formats. which use own customize executable `generateDefaultDocNumbers`
|
|
18
|
+
*`appuser` is compulsory parameter which store current user context, we always carry this variable in backend. we can obtain current user, currentXorg, database transactions and etc from this context
|
|
19
|
+
|
|
20
|
+
2. ***src/simpleapp/services/docno.service***:
|
|
21
|
+
* there is manual defined execution `listDocFormats`.
|
|
22
|
+
* System maintain jsonschema `Docnoformat`, defined below api setting bind to `listDocFormats`
|
|
23
|
+
|
|
24
|
+
``` typescript
|
|
25
|
+
{
|
|
26
|
+
"x-simpleapp-config":{
|
|
27
|
+
additionalApis:[{
|
|
28
|
+
"action":"listDocFormats",
|
|
29
|
+
"entrypoint":"/listdocformats/:doctype",
|
|
30
|
+
"requiredrole":["User"],
|
|
31
|
+
"method":'get',
|
|
32
|
+
"execute":"listDocFormats",
|
|
33
|
+
"description":"get list of document format for 1 doctype"
|
|
34
|
+
} ],
|
|
35
|
+
...
|
|
36
|
+
},
|
|
37
|
+
}
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
* Once `additionalApis` properties defined properly, the controller, and frontend client automatically support the api.
|
|
41
|
+
* Controller expect parameter `doctype` exists in this methods, cause entrypoint declare that
|
|
42
|
+
* `appuser` always first parameter, and 2nd parameter will base on entrypoint.
|
|
43
|
+
|
|
44
|
+
3. ***src/simpleapp/services/user.service***:
|
|
45
|
+
* after specifc user deleted, it will remove all existing user permission in that tenant
|
|
46
|
+
|
|
47
|
+
4. ***src/simpleapp/services/autoinc.service***:
|
|
48
|
+
*it provide autoincreament number for tenantId/orgId/branchId with execution `generateNextNo`
|
|
49
|
+
|
|
50
|
+
``` typescript
|
|
51
|
+
{
|
|
52
|
+
"x-simpleapp-config":{
|
|
53
|
+
additionalApis:[{
|
|
54
|
+
action:"genNextNumber",
|
|
55
|
+
entrypoint:"gennextno/:collection/:field",
|
|
56
|
+
requiredrole:["User"],
|
|
57
|
+
method: 'get',
|
|
58
|
+
execute:"generateNextNo",
|
|
59
|
+
description:"Get next no and trigger increase nextno"
|
|
60
|
+
}],
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
* same as `docno`, there is api bind to it. however there is 2 parameters in `entrypoint`. mean we will have 3 parameters in executions `appuser`, `collection`, `field`
|
|
66
|
+
|
|
67
|
+
# About Nestjs
|
|
68
|
+
Backend build on top of nestjs, if you role is backend developer you may spend time to learn nestjs from official website. Such as
|
|
69
|
+
1. controller
|
|
70
|
+
2. service class
|
|
71
|
+
3. mongoose + model
|
|
72
|
+
4. injection
|
|
73
|
+
5. modules
|
|
74
|
+
|
|
75
|
+
# Create additional api
|
|
76
|
+
Sometimes we may create additional API which is not related to jsonschema, in that case you may create under `src`. You may refer example: `src/profile`
|
|
77
|
+
|
|
78
|
+
# Read more
|
|
79
|
+
Once you familiar wit nestjs you may refer below source codes to understand what is running behind the scene:
|
|
80
|
+
`src/simpleapp/generate`
|
|
81
|
+
- `apischemas`: schema for openapi
|
|
82
|
+
- `commons`: many system dictionaries, providers, controls
|
|
83
|
+
- `controllers`: api controllers
|
|
84
|
+
- `defaults`: default value for every schemas
|
|
85
|
+
- `jsonschemas`: polished version of jsonschemas
|
|
86
|
+
- `models`: mongoose schema
|
|
87
|
+
- `processor`: parent class of service class, define something base on schema and we don't want you to change
|
|
88
|
+
- `sharelibs`: store formula generate from project folder, use by `processor` auto calculation.
|
|
89
|
+
- `types`: define all types convert from json schema, also store some system types
|
package/docs/formula.md
ADDED
|
File without changes
|
package/docs/frontend.md
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
# Frontend Walkthrough
|
|
2
|
+
There is a 3 kinds of source code generated at frontend:
|
|
3
|
+
1. templates of pages (you want to change it always)
|
|
4
|
+
2. resource documents (you can assume it is your api client. you may change or may not change it)
|
|
5
|
+
3. a lot of dictionaries, libraries, classes, middlewares, plugins which you don't want to change
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
Frontend codes generated will 0 style, to create good product developer shall familiar with:
|
|
9
|
+
1. nuxt
|
|
10
|
+
a. pages/layouts/components/composables/styles
|
|
11
|
+
2. primevue
|
|
12
|
+
a. common components, overlays, dialogs and etc
|
|
13
|
+
b. pass through system
|
|
14
|
+
3. tailwind
|
|
15
|
+
a. flex/grids
|
|
16
|
+
b. common design classes like bg, paddings, borders, margins, fonts and etc
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## frontend/pages/[xorg]/<resourcename>
|
|
23
|
+
1. simpleapp generate simple page here. you shall change the look and feel of the resource
|
|
24
|
+
2. remove file `delete-me.txt` to prevent future code generator override your modifications
|
|
25
|
+
3. pages auto import `$<resourcename>Doc` from useNuxtApp().
|
|
26
|
+
4. init document object by `const doc = $CategoryDoc();`
|
|
27
|
+
5. obtain vue reactive variable by `const data = doc.getReactiveData();`
|
|
28
|
+
6. You may refer more advance example such as `docnoformat/index.vue`,`organization/index.vue`,`user/index.vue`
|
|
29
|
+
7. there is special `SimplAappXXXX` inputs, request `v-model` and `setting`. Once it bind properly will manage data nicely.
|
|
30
|
+
8. the inputs not only bind the data, violate input constraint it will give appropriate hint below the input field
|
|
31
|
+
9. the pages control by middleware, if user have permission access current page then allow access the pages
|
|
32
|
+
10. buttons control by role base access control system too
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
## frontend/simpleapp/docs/<resourcename>Doc
|
|
36
|
+
1. it is tiny class extend from parent <resourcename>Client (you dont want to change it cause it always override by code gen). Technically `client` class:
|
|
37
|
+
* store plenty of use useful information such as jsonschemas, data types
|
|
38
|
+
* prepare useful methods, like create/update/delete which connect to backend, also provide method for add new item of array property
|
|
39
|
+
* it manage auto execution of formula in jsonschemas too
|
|
40
|
+
* auto trigger frontend event after CRUD process
|
|
41
|
+
* provide default values of data, and sub data
|
|
42
|
+
|
|
43
|
+
2. Usually no need change <resource>Doc, unless we want to define some reusable codes for different pages. Such as:
|
|
44
|
+
a. After user pick value from autocomplete, it trigger some actions
|
|
45
|
+
b. some reusable frontend only codes which we don't want to implement as formula at schema
|
|
46
|
+
|
|
47
|
+
3. Once generated, <resource>Doc will remain as it is. regenerate of source code won't override it (except special system reserved resource control by code generator).
|
|
48
|
+
|
|
49
|
+
4. refer example of how to use resource document `pages/docnoformat/index.vue`,`pages/organization/index.vue`,`pages/user/index.vue`
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
## Design for frontend
|
|
53
|
+
There is few area effect frontend design:
|
|
54
|
+
1. `nuxt.config.ts/css`: store css load sequence
|
|
55
|
+
2. `tailwind.config.ts`: define what tailwind overide. there is simple example which define some colors. It is preferable way of extends tailwind, cause vscode intellisense plugin know it and provide autocompletion while we write vue componets. Example `text-primary-300` is recognise as valid class
|
|
56
|
+
3. `assets/primevue/passthrough`: we can centralize define all passthrough of each kind of primevue component here
|
|
57
|
+
4. `assets/css/style.css`: define your own customize class if tailwind default class not suitable for you
|
package/docs/jsonschema.md
CHANGED
|
@@ -17,7 +17,15 @@ refer below example `product.json`:
|
|
|
17
17
|
"documentTitle": "productName",
|
|
18
18
|
"isolationType": "org",
|
|
19
19
|
"pageType": "crud",
|
|
20
|
-
"additionalAutoCompleteFields": ["defaultprice"]
|
|
20
|
+
"additionalAutoCompleteFields": ["defaultprice"],
|
|
21
|
+
"additionalApis":[{
|
|
22
|
+
"action":"hello",
|
|
23
|
+
"entrypoint":"/hello/:id",
|
|
24
|
+
"requiredrole":["User"],
|
|
25
|
+
"method":"get",
|
|
26
|
+
"execute":"ping",
|
|
27
|
+
"description":"say hello"
|
|
28
|
+
} ],
|
|
21
29
|
},
|
|
22
30
|
"properties": {
|
|
23
31
|
...
|
|
@@ -58,7 +66,7 @@ It tell code generator what it need to do with this schema such as:
|
|
|
58
66
|
| documentDate | string | no | define which field name of date. like invoiceDate, orderDate. it allow frontend know how to filter current month record. |
|
|
59
67
|
| generateDocumentNumber | boolean | no | it tell code generator whether current schema have document numbering control|
|
|
60
68
|
| pageType | string | usually yes| define 'crud' to generate template page, else no auto create page|
|
|
61
|
-
|additionalAutoCompleteFields| array of string| no | define what others field you want to put
|
|
69
|
+
|additionalAutoCompleteFields| array of string| no | define what others field you want to put into autocomplete, from this schema. such as product always like to include `defaultprice`, `uom`
|
|
62
70
|
| formula | array | no | define array of formula which will apply in fields. target field define with `jsonpath` format. formula usually define in sharelibs |
|
|
63
71
|
|additionalApis| array | no | define additional api for current schema. use case such as `suspend`, `confirm`, `reschedule`. We can define which customized function here
|
|
64
72
|
| collectionName | string | no | default value same with documentName. Avoid define it, it reserve for special situation which we want multiple document store in same collection
|
|
@@ -120,4 +128,4 @@ we use [AJV](https://ajv.js.org/guide/getting-started.html) to jsonschema rules
|
|
|
120
128
|
|
|
121
129
|
|
|
122
130
|
## backend validation rules
|
|
123
|
-
it require to write programming hook in backend, cover at backend development guide
|
|
131
|
+
it require to write programming hook in backend, cover at backend development guide
|
package/package.json
CHANGED
|
@@ -21,11 +21,11 @@ export const permission:SchemaType ={
|
|
|
21
21
|
updated:{type:'string'},
|
|
22
22
|
createdby:{type:'string'},
|
|
23
23
|
updatedby:{type:'string'},
|
|
24
|
-
tenantId: {type:'integer',default:1,minimum:0
|
|
25
|
-
orgId: {type:'integer',default:1,minimum:0
|
|
26
|
-
branchId: {type:'integer',default:1,minimum:0
|
|
24
|
+
tenantId: {type:'integer',default:1,minimum:0},
|
|
25
|
+
orgId: {type:'integer',default:1,minimum:0 },
|
|
26
|
+
branchId: {type:'integer',default:1,minimum:0 },
|
|
27
27
|
group: {"type": "string"},
|
|
28
|
-
uid: {"type": "string",
|
|
29
|
-
user_id : {"type":"string"}
|
|
28
|
+
uid: {"type": "string",},
|
|
29
|
+
user_id : {"type":"string","x-foreignkey":"user"}
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import { Injectable, Scope,Inject,Logger, BadRequestException } from '@nestjs/common';
|
|
8
8
|
import { Model, model, connect, PipelineStage } from 'mongoose';
|
|
9
|
+
import {ModifiedCollection,ModifiedRecords} from '../types'
|
|
9
10
|
import _ from 'lodash'
|
|
10
11
|
import { Module } from '@nestjs/common';
|
|
11
12
|
import * as jwt from 'jsonwebtoken';
|
|
@@ -43,7 +44,7 @@ export class UserContext {
|
|
|
43
44
|
protected branches: any[] = []
|
|
44
45
|
protected invites: any[] = [] //User + field tenant:Tenant[]
|
|
45
46
|
protected roles: string[] = [];
|
|
46
|
-
|
|
47
|
+
protected modifiedRecords:ModifiedRecords = {createds:{},updateds:{},deleteds:{}}
|
|
47
48
|
|
|
48
49
|
constructor(
|
|
49
50
|
private readonly usermodel:Model<User>,
|
|
@@ -53,7 +54,6 @@ export class UserContext {
|
|
|
53
54
|
|
|
54
55
|
}
|
|
55
56
|
getDBSession = ():ClientSession => this.dbsession
|
|
56
|
-
|
|
57
57
|
getId = () => this._id;
|
|
58
58
|
getUid = () => this.uid;
|
|
59
59
|
getUname = () => this.uname;
|
|
@@ -64,6 +64,7 @@ export class UserContext {
|
|
|
64
64
|
getEmail = () => this.email;
|
|
65
65
|
getGroup = () => this.group;
|
|
66
66
|
getRoles = () => this.roles;
|
|
67
|
+
getModifieds = () => this.modifiedRecords
|
|
67
68
|
getBranches = ():ProfileUserBranch[] => {
|
|
68
69
|
this.branches;
|
|
69
70
|
const data:ProfileUserBranch[] = []
|
|
@@ -199,7 +200,7 @@ export class UserContext {
|
|
|
199
200
|
this.orgCode = userinfo['orgCode'] ?? ''
|
|
200
201
|
this.orgName = userinfo['orgName'] ?? ''
|
|
201
202
|
this.group = userinfo['group'] ?? ''
|
|
202
|
-
this.roles = userinfo['roles'] ?? [Role.Everyone,Role.User]
|
|
203
|
+
this.roles = userinfo['roles'] ?? [Role.Everyone,Role.User,Role.SuperAdmin]
|
|
203
204
|
}else{
|
|
204
205
|
this.logger.debug(`Set unknown id of current user`,'setUserToken' )
|
|
205
206
|
// this.group = ''
|
|
@@ -396,4 +397,32 @@ export class UserContext {
|
|
|
396
397
|
}
|
|
397
398
|
|
|
398
399
|
}
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
searchInsertedRecordId(collection:string,_id:string){
|
|
403
|
+
return this.modifiedRecords.createds[collection].find((item)=>item===_id)
|
|
404
|
+
}
|
|
405
|
+
addInsertedRecordId(collection:string,_id:string){
|
|
406
|
+
if(this.modifiedRecords.createds[collection]){
|
|
407
|
+
this.modifiedRecords.createds[collection].push(_id)
|
|
408
|
+
}else{
|
|
409
|
+
this.modifiedRecords.createds[collection] = [_id]
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
addUpdatedRecordId(collection:string,_id:string){
|
|
413
|
+
if(this.modifiedRecords.updateds[collection]){
|
|
414
|
+
this.modifiedRecords.updateds[collection].push(_id)
|
|
415
|
+
}else{
|
|
416
|
+
this.modifiedRecords.updateds[collection] = [_id]
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
}
|
|
420
|
+
addDeletedRecordId(collection:string,_id:string){
|
|
421
|
+
if(this.modifiedRecords.deleteds[collection]){
|
|
422
|
+
this.modifiedRecords.deleteds[collection].push(_id)
|
|
423
|
+
}else{
|
|
424
|
+
this.modifiedRecords.deleteds[collection] = [_id]
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
}
|
|
399
428
|
}
|
|
@@ -264,7 +264,7 @@ export class SimpleAppService<T extends { _id?: string }> {
|
|
|
264
264
|
|
|
265
265
|
|
|
266
266
|
async create(appuser:UserContext, data:T) {
|
|
267
|
-
|
|
267
|
+
|
|
268
268
|
let result;
|
|
269
269
|
if(!data._id){
|
|
270
270
|
data._id = crypto.randomUUID()
|
|
@@ -279,7 +279,7 @@ export class SimpleAppService<T extends { _id?: string }> {
|
|
|
279
279
|
if(this.withDocNumberFormat && !data[this.documentIdentityCode]){
|
|
280
280
|
await this.genNewDocNo(appuser,data)
|
|
281
281
|
}
|
|
282
|
-
|
|
282
|
+
|
|
283
283
|
await this.hook(appuser,HookType.beforeCreate, data);
|
|
284
284
|
|
|
285
285
|
let isolationFilter:any = {...appuser.getCreateFilter()}
|
|
@@ -297,9 +297,10 @@ export class SimpleAppService<T extends { _id?: string }> {
|
|
|
297
297
|
|
|
298
298
|
this.applyNestedDateTime(appuser,data,'create')
|
|
299
299
|
const newdoc = new this.doc(data);
|
|
300
|
-
await this.
|
|
300
|
+
await this.identifyForeignKeys(appuser,data)
|
|
301
301
|
try{
|
|
302
302
|
result = await newdoc.save({session:dbsession})
|
|
303
|
+
appuser.addInsertedRecordId(this.documentName, result._id)
|
|
303
304
|
}catch(err){
|
|
304
305
|
this.logger.error(err)
|
|
305
306
|
throw new InternalServerErrorException(err)
|
|
@@ -429,6 +430,8 @@ export class SimpleAppService<T extends { _id?: string }> {
|
|
|
429
430
|
filterIsolation['_id'] = id;
|
|
430
431
|
this.logger.debug('delete filter', filterIsolation);
|
|
431
432
|
const result = await this.doc.deleteOne(filterIsolation).session(dbsession);
|
|
433
|
+
|
|
434
|
+
appuser.addUpdatedRecordId(this.documentName, id)
|
|
432
435
|
const deleteresult = {result:result, data: deletedata}
|
|
433
436
|
this.logger.debug(deleteresult, " delete result" +this.doc.collection.name,)
|
|
434
437
|
// this.doc.findByIdAndDelete(id)
|
|
@@ -478,6 +481,7 @@ export class SimpleAppService<T extends { _id?: string }> {
|
|
|
478
481
|
this.applyNestedDateTime(appuser,data,'update')
|
|
479
482
|
try{
|
|
480
483
|
const result = await this.doc.findOneAndUpdate(isolationFilter, data).session(dbsession);
|
|
484
|
+
appuser.addUpdatedRecordId(this.documentName, data._id)
|
|
481
485
|
await this.hook(appuser,HookType.afterUpdate, data);
|
|
482
486
|
return result;
|
|
483
487
|
} catch (err) {
|
|
@@ -571,7 +575,7 @@ export class SimpleAppService<T extends { _id?: string }> {
|
|
|
571
575
|
}
|
|
572
576
|
|
|
573
577
|
|
|
574
|
-
async
|
|
578
|
+
async identifyForeignKeys(appuser:UserContext,data:T){
|
|
575
579
|
/**
|
|
576
580
|
* 1. looping schemas identify what foreign key exists
|
|
577
581
|
* 2. loop through record obtain all foreign key value
|
|
@@ -590,9 +594,9 @@ export class SimpleAppService<T extends { _id?: string }> {
|
|
|
590
594
|
const fks:string[] = this.foreignkeys[collectionname]
|
|
591
595
|
let results:string[] = []
|
|
592
596
|
fks.forEach(fieldpath=>{
|
|
593
|
-
|
|
597
|
+
console.log("fieldpath:",fieldpath,"vdata",data,vdata)
|
|
594
598
|
const tmp = jsonpath.query(vdata,fieldpath).filter((item:string)=>item!='')
|
|
595
|
-
|
|
599
|
+
console.log("tmp",tmp)
|
|
596
600
|
|
|
597
601
|
results = results.concat(tmp)
|
|
598
602
|
})
|
|
@@ -600,12 +604,12 @@ export class SimpleAppService<T extends { _id?: string }> {
|
|
|
600
604
|
|
|
601
605
|
|
|
602
606
|
if(results.length>0){
|
|
603
|
-
console.log('tmp',results)
|
|
604
607
|
if(results.length>1){
|
|
605
608
|
results = uniq<string>(results)
|
|
606
609
|
}
|
|
607
610
|
|
|
608
611
|
keystore[collectionname]= results
|
|
612
|
+
console.log("keystorekeystore",keystore)
|
|
609
613
|
let addfield={$addFields:{collection:collectionname}}
|
|
610
614
|
|
|
611
615
|
const stagefilter:PipelineStage = {
|
|
@@ -614,23 +618,23 @@ export class SimpleAppService<T extends { _id?: string }> {
|
|
|
614
618
|
pipelines.push(stagefilter)
|
|
615
619
|
}
|
|
616
620
|
})
|
|
617
|
-
this.logger.
|
|
621
|
+
this.logger.log(pipelines,'identifyForeignKeys pipelines')
|
|
618
622
|
// this.doc.db.collection(collectionname);
|
|
619
623
|
const unionresult = await this.doc.aggregate(pipelines)
|
|
620
624
|
|
|
621
625
|
if(!unionresult){
|
|
622
|
-
this.logger.error("foreign key control failed ",'
|
|
626
|
+
this.logger.error("foreign key control failed ",'identifyForeignKeys')
|
|
623
627
|
throw new InternalServerErrorException("Foreignkey check execution error",pipelines as HttpExceptionOptions)
|
|
624
628
|
}else{
|
|
625
629
|
let searchresult:any = {}
|
|
626
630
|
unionresult.forEach(item=>{
|
|
627
|
-
console.log("111")
|
|
628
631
|
if(searchresult[item.collection]){
|
|
629
632
|
searchresult[item.collection].push(item._id)
|
|
630
633
|
}else{
|
|
631
634
|
searchresult[item.collection] = [item._id]
|
|
632
635
|
}
|
|
633
636
|
})
|
|
637
|
+
this.logger.log(unionresult,this.documentType+" search Result")
|
|
634
638
|
|
|
635
639
|
//search is it all foreign key exists in db
|
|
636
640
|
for(let i=0; i<collections.length; i++){
|
|
@@ -643,11 +647,15 @@ export class SimpleAppService<T extends { _id?: string }> {
|
|
|
643
647
|
const key = keys[k]
|
|
644
648
|
if(searchresult[collectionname] && searchresult[collectionname].includes(key)){
|
|
645
649
|
this.logger.debug(`foreignkey ${collectionname}->${key} exists`)
|
|
646
|
-
|
|
650
|
+
}
|
|
651
|
+
else if(appuser.searchInsertedRecordId(collectionname,key)){
|
|
652
|
+
this.logger.debug(`foreignkey ${collectionname} exists in user context which not yet commited`)
|
|
653
|
+
}
|
|
647
654
|
else{
|
|
648
|
-
this.logger.warn(
|
|
655
|
+
this.logger.warn(`${this.documentType}: Foreignkey ${key} at collection ${collectionname} does not exist`,'identifyForeignKeys')
|
|
656
|
+
this.logger.log(appuser.getModifieds,"appuser.getModifieds")
|
|
649
657
|
const errordata = {key:key,collection:collectionname}
|
|
650
|
-
throw new BadRequestException(
|
|
658
|
+
throw new BadRequestException(`${this.documentType}: Foreignkey ${key} at collection ${collectionname} does not exist`,JSON.stringify(errordata))
|
|
651
659
|
|
|
652
660
|
}
|
|
653
661
|
}
|
|
@@ -655,7 +663,6 @@ export class SimpleAppService<T extends { _id?: string }> {
|
|
|
655
663
|
}
|
|
656
664
|
|
|
657
665
|
}
|
|
658
|
-
console.log("666")
|
|
659
666
|
}
|
|
660
667
|
|
|
661
668
|
|
|
@@ -8,6 +8,14 @@ export type ForeignKey = {
|
|
|
8
8
|
_id: string
|
|
9
9
|
label: string
|
|
10
10
|
}
|
|
11
|
+
export type ModifiedCollection = {
|
|
12
|
+
[key:string]:string[]
|
|
13
|
+
}
|
|
14
|
+
export type ModifiedRecords = {
|
|
15
|
+
createds: ModifiedCollection
|
|
16
|
+
updateds: ModifiedCollection
|
|
17
|
+
deleteds: ModifiedCollection
|
|
18
|
+
}
|
|
11
19
|
export type DocNumberFormatResult = {
|
|
12
20
|
formatId: string
|
|
13
21
|
formatName: string
|
|
@@ -67,8 +67,6 @@ export class ProfileService {
|
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
async createUserProfile(appuser: UserContext) {
|
|
70
|
-
|
|
71
|
-
|
|
72
70
|
const data: User = {
|
|
73
71
|
uid: appuser.getUid(),
|
|
74
72
|
fullname: appuser.getFullname(),
|
|
@@ -85,7 +83,7 @@ export class ProfileService {
|
|
|
85
83
|
|
|
86
84
|
async createTenant(appuser: UserContext, tenantName: string) {
|
|
87
85
|
// try{
|
|
88
|
-
appuser.getDBSession().startTransaction()
|
|
86
|
+
appuser.getDBSession().startTransaction();
|
|
89
87
|
const tenantdata: Tenant = {
|
|
90
88
|
tenantId: 1,
|
|
91
89
|
tenantName: tenantName,
|
|
@@ -112,7 +110,7 @@ export class ProfileService {
|
|
|
112
110
|
orgCode: 'HQ',
|
|
113
111
|
orgId: 1,
|
|
114
112
|
};
|
|
115
|
-
|
|
113
|
+
|
|
116
114
|
this.logger.log(orgdata, 'createOrg data');
|
|
117
115
|
const orgResult = await this.orgsvc.create(appuser, orgdata);
|
|
118
116
|
if (!orgResult) {
|
|
@@ -131,7 +129,7 @@ export class ProfileService {
|
|
|
131
129
|
organization: { _id: orgRecordId, label: tenantName },
|
|
132
130
|
};
|
|
133
131
|
this.logger.log(branchdata, 'createbranch data');
|
|
134
|
-
|
|
132
|
+
|
|
135
133
|
const branchResult = await this.branchsvc.create(appuser, branchdata);
|
|
136
134
|
if (!branchResult) {
|
|
137
135
|
throw new BadRequestException('Create Branch failed');
|
|
@@ -163,6 +161,7 @@ export class ProfileService {
|
|
|
163
161
|
orgId: orgResult.orgId,
|
|
164
162
|
branchId: branchResult.branchId,
|
|
165
163
|
uid: appuser.getUid(),
|
|
164
|
+
user_id: appuser.getId(),
|
|
166
165
|
group: 'admin',
|
|
167
166
|
};
|
|
168
167
|
this.logger.log(permdata, 'create Permission data');
|
package/tsconfig.tsbuildinfo
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"program":{"fileNames":["./node_modules/typescript/lib/lib.es5.d.ts","./node_modules/typescript/lib/lib.es2015.d.ts","./node_modules/typescript/lib/lib.es2016.d.ts","./node_modules/typescript/lib/lib.es2017.d.ts","./node_modules/typescript/lib/lib.es2018.d.ts","./node_modules/typescript/lib/lib.es2019.d.ts","./node_modules/typescript/lib/lib.es2020.d.ts","./node_modules/typescript/lib/lib.dom.d.ts","./node_modules/typescript/lib/lib.dom.iterable.d.ts","./node_modules/typescript/lib/lib.webworker.importscripts.d.ts","./node_modules/typescript/lib/lib.scripthost.d.ts","./node_modules/typescript/lib/lib.es2015.core.d.ts","./node_modules/typescript/lib/lib.es2015.collection.d.ts","./node_modules/typescript/lib/lib.es2015.generator.d.ts","./node_modules/typescript/lib/lib.es2015.iterable.d.ts","./node_modules/typescript/lib/lib.es2015.promise.d.ts","./node_modules/typescript/lib/lib.es2015.proxy.d.ts","./node_modules/typescript/lib/lib.es2015.reflect.d.ts","./node_modules/typescript/lib/lib.es2015.symbol.d.ts","./node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","./node_modules/typescript/lib/lib.es2016.array.include.d.ts","./node_modules/typescript/lib/lib.es2017.date.d.ts","./node_modules/typescript/lib/lib.es2017.object.d.ts","./node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","./node_modules/typescript/lib/lib.es2017.string.d.ts","./node_modules/typescript/lib/lib.es2017.intl.d.ts","./node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","./node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","./node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","./node_modules/typescript/lib/lib.es2018.intl.d.ts","./node_modules/typescript/lib/lib.es2018.promise.d.ts","./node_modules/typescript/lib/lib.es2018.regexp.d.ts","./node_modules/typescript/lib/lib.es2019.array.d.ts","./node_modules/typescript/lib/lib.es2019.object.d.ts","./node_modules/typescript/lib/lib.es2019.string.d.ts","./node_modules/typescript/lib/lib.es2019.symbol.d.ts","./node_modules/typescript/lib/lib.es2019.intl.d.ts","./node_modules/typescript/lib/lib.es2020.bigint.d.ts","./node_modules/typescript/lib/lib.es2020.date.d.ts","./node_modules/typescript/lib/lib.es2020.promise.d.ts","./node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","./node_modules/typescript/lib/lib.es2020.string.d.ts","./node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","./node_modules/typescript/lib/lib.es2020.intl.d.ts","./node_modules/typescript/lib/lib.es2020.number.d.ts","./node_modules/typescript/lib/lib.esnext.intl.d.ts","./node_modules/typescript/lib/lib.decorators.d.ts","./node_modules/typescript/lib/lib.decorators.legacy.d.ts","./node_modules/typescript/lib/lib.es2017.full.d.ts","./src/constant.ts","./node_modules/@types/lodash/common/common.d.ts","./node_modules/@types/lodash/common/array.d.ts","./node_modules/@types/lodash/common/collection.d.ts","./node_modules/@types/lodash/common/date.d.ts","./node_modules/@types/lodash/common/function.d.ts","./node_modules/@types/lodash/common/lang.d.ts","./node_modules/@types/lodash/common/math.d.ts","./node_modules/@types/lodash/common/number.d.ts","./node_modules/@types/lodash/common/object.d.ts","./node_modules/@types/lodash/common/seq.d.ts","./node_modules/@types/lodash/common/string.d.ts","./node_modules/@types/lodash/common/util.d.ts","./node_modules/@types/lodash/index.d.ts","./node_modules/tslog/dist/types/runtime/browser/inspectoptions.interface.d.ts","./node_modules/tslog/dist/types/runtime/browser/util.inspect.polyfil.d.ts","./node_modules/tslog/dist/types/runtime/browser/index.d.ts","./node_modules/tslog/dist/types/interfaces.d.ts","./node_modules/tslog/dist/types/runtime/nodejs/index.d.ts","./node_modules/tslog/dist/types/baselogger.d.ts","./node_modules/tslog/dist/types/index.d.ts","./node_modules/eta/dist/types/storage.d.ts","./node_modules/eta/dist/types/config.d.ts","./node_modules/eta/dist/types/compile.d.ts","./node_modules/eta/dist/types/parse.d.ts","./node_modules/eta/dist/types/compile-string.d.ts","./node_modules/eta/dist/types/render.d.ts","./node_modules/eta/dist/types/err.d.ts","./node_modules/eta/dist/types/core.d.ts","./node_modules/eta/dist/types/file-handling.d.ts","./node_modules/eta/dist/types/index.d.ts","./src/framework.ts","./node_modules/@types/json-schema/index.d.ts","./src/libs.ts","./src/type.ts","./node_modules/@types/node/assert.d.ts","./node_modules/@types/node/assert/strict.d.ts","./node_modules/@types/node/globals.d.ts","./node_modules/@types/node/async_hooks.d.ts","./node_modules/@types/node/buffer.d.ts","./node_modules/@types/node/child_process.d.ts","./node_modules/@types/node/cluster.d.ts","./node_modules/@types/node/console.d.ts","./node_modules/@types/node/constants.d.ts","./node_modules/@types/node/crypto.d.ts","./node_modules/@types/node/dgram.d.ts","./node_modules/@types/node/diagnostics_channel.d.ts","./node_modules/@types/node/dns.d.ts","./node_modules/@types/node/dns/promises.d.ts","./node_modules/@types/node/domain.d.ts","./node_modules/@types/node/dom-events.d.ts","./node_modules/@types/node/events.d.ts","./node_modules/@types/node/fs.d.ts","./node_modules/@types/node/fs/promises.d.ts","./node_modules/@types/node/http.d.ts","./node_modules/@types/node/http2.d.ts","./node_modules/@types/node/https.d.ts","./node_modules/@types/node/inspector.d.ts","./node_modules/@types/node/module.d.ts","./node_modules/@types/node/net.d.ts","./node_modules/@types/node/os.d.ts","./node_modules/@types/node/path.d.ts","./node_modules/@types/node/perf_hooks.d.ts","./node_modules/@types/node/process.d.ts","./node_modules/@types/node/punycode.d.ts","./node_modules/@types/node/querystring.d.ts","./node_modules/@types/node/readline.d.ts","./node_modules/@types/node/readline/promises.d.ts","./node_modules/@types/node/repl.d.ts","./node_modules/@types/node/stream.d.ts","./node_modules/@types/node/stream/promises.d.ts","./node_modules/@types/node/stream/consumers.d.ts","./node_modules/@types/node/stream/web.d.ts","./node_modules/@types/node/string_decoder.d.ts","./node_modules/@types/node/test.d.ts","./node_modules/@types/node/timers.d.ts","./node_modules/@types/node/timers/promises.d.ts","./node_modules/@types/node/tls.d.ts","./node_modules/@types/node/trace_events.d.ts","./node_modules/@types/node/tty.d.ts","./node_modules/@types/node/url.d.ts","./node_modules/@types/node/util.d.ts","./node_modules/@types/node/v8.d.ts","./node_modules/@types/node/vm.d.ts","./node_modules/@types/node/wasi.d.ts","./node_modules/@types/node/worker_threads.d.ts","./node_modules/@types/node/zlib.d.ts","./node_modules/@types/node/globals.global.d.ts","./node_modules/@types/node/index.d.ts","./node_modules/@apidevtools/json-schema-ref-parser/dist/lib/types/index.d.ts","./node_modules/@apidevtools/json-schema-ref-parser/dist/lib/options.d.ts","./node_modules/@apidevtools/json-schema-ref-parser/dist/lib/pointer.d.ts","./node_modules/@apidevtools/json-schema-ref-parser/dist/lib/util/errors.d.ts","./node_modules/@apidevtools/json-schema-ref-parser/dist/lib/ref.d.ts","./node_modules/@apidevtools/json-schema-ref-parser/dist/lib/refs.d.ts","./node_modules/@apidevtools/json-schema-ref-parser/dist/lib/index.d.ts","./src/storage.ts","./src/processors/jsonschemabuilder.ts","./src/buildinschemas/tenant.ts","./src/buildinschemas/organization.ts","./src/buildinschemas/branch.ts","./src/buildinschemas/permission.ts","./src/buildinschemas/user.ts","./src/buildinschemas/autoincreament.ts","./src/buildinschemas/docnoformat.ts","./src/buildinschemas/index.ts","./src/generate.ts","./src/index.ts","./src/validation.ts","./node_modules/@types/lodash.clonedeep/index.d.ts","../node_modules/.pnpm/@types+eslint@8.44.2/node_modules/@types/eslint/helpers.d.ts","../node_modules/.pnpm/@types+estree@1.0.1/node_modules/@types/estree/index.d.ts","../node_modules/.pnpm/@types+json-schema@7.0.12/node_modules/@types/json-schema/index.d.ts","../node_modules/.pnpm/@types+eslint@8.44.2/node_modules/@types/eslint/index.d.ts","../node_modules/.pnpm/@types+eslint-scope@3.7.4/node_modules/@types/eslint-scope/index.d.ts","../../../node_modules/.pnpm/@types+uuid@9.0.4/node_modules/@types/uuid/index.d.ts"],"fileInfos":[{"version":"2ac9cdcfb8f8875c18d14ec5796a8b029c426f73ad6dc3ffb580c228b58d1c44","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","dc48272d7c333ccf58034c0026162576b7d50ea0e69c3b9292f803fc20720fd5","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4",{"version":"0075fa5ceda385bcdf3488e37786b5a33be730e8bc4aa3cf1e78c63891752ce8","affectsGlobalScope":true},{"version":"35299ae4a62086698444a5aaee27fc7aa377c68cbb90b441c9ace246ffd05c97","affectsGlobalScope":true},{"version":"c5c5565225fce2ede835725a92a28ece149f83542aa4866cfb10290bff7b8996","affectsGlobalScope":true},{"version":"7d2dbc2a0250400af0809b0ad5f84686e84c73526de931f84560e483eb16b03c","affectsGlobalScope":true},{"version":"f296963760430fb65b4e5d91f0ed770a91c6e77455bacf8fa23a1501654ede0e","affectsGlobalScope":true},{"version":"09226e53d1cfda217317074a97724da3e71e2c545e18774484b61562afc53cd2","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"8b41361862022eb72fcc8a7f34680ac842aca802cf4bc1f915e8c620c9ce4331","affectsGlobalScope":true},{"version":"f7bd636ae3a4623c503359ada74510c4005df5b36de7f23e1db8a5c543fd176b","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"0c20f4d2358eb679e4ae8a4432bdd96c857a2960fd6800b21ec4008ec59d60ea","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"82d0d8e269b9eeac02c3bd1c9e884e85d483fcb2cd168bccd6bc54df663da031","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"b8deab98702588840be73d67f02412a2d45a417a3c097b2e96f7f3a42ac483d1","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"376d554d042fb409cb55b5cbaf0b2b4b7e669619493c5d18d5fa8bd67273f82a","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"c4138a3dd7cd6cf1f363ca0f905554e8d81b45844feea17786cdf1626cb8ea06","affectsGlobalScope":true},{"version":"6ff3e2452b055d8f0ec026511c6582b55d935675af67cdb67dd1dc671e8065df","affectsGlobalScope":true},{"version":"03de17b810f426a2f47396b0b99b53a82c1b60e9cba7a7edda47f9bb077882f4","affectsGlobalScope":true},{"version":"8184c6ddf48f0c98429326b428478ecc6143c27f79b79e85740f17e6feb090f1","affectsGlobalScope":true},{"version":"261c4d2cf86ac5a89ad3fb3fafed74cbb6f2f7c1d139b0540933df567d64a6ca","affectsGlobalScope":true},{"version":"6af1425e9973f4924fca986636ac19a0cf9909a7e0d9d3009c349e6244e957b6","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"15a630d6817718a2ddd7088c4f83e4673fde19fa992d2eae2cf51132a302a5d3","affectsGlobalScope":true},{"version":"b7e9f95a7387e3f66be0ed6db43600c49cec33a3900437ce2fd350d9b7cb16f2","affectsGlobalScope":true},{"version":"01e0ee7e1f661acedb08b51f8a9b7d7f959e9cdb6441360f06522cc3aea1bf2e","affectsGlobalScope":true},{"version":"ac17a97f816d53d9dd79b0d235e1c0ed54a8cc6a0677e9a3d61efb480b2a3e4e","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"9cc66b0513ad41cb5f5372cca86ef83a0d37d1c1017580b7dace3ea5661836df","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"307c8b7ebbd7f23a92b73a4c6c0a697beca05b06b036c23a34553e5fe65e4fdc","affectsGlobalScope":true},{"version":"f35a831e4f0fe3b3697f4a0fe0e3caa7624c92b78afbecaf142c0f93abfaf379","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},"994c234848afc14a2586b6565777f4c0b05dc479ede0a041bfd5becf6dceb586",{"version":"851aa9ba6dc0e0f2fb800a55a1cde59615dee74980c50731bda408f5bc03598c","signature":"2341b9d77752b71f419fbcaad23ba010cf3532143e3a8692b8a91d9b89b4d722"},"675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","458111fc89d11d2151277c822dfdc1a28fa5b6b2493cf942e37d4cd0a6ee5f22","da2b6356b84a40111aaecb18304ea4e4fcb43d70efb1c13ca7d7a906445ee0d3","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6","98f9d826db9cd99d27a01a59ee5f22863df00ccf1aaf43e1d7db80ebf716f7c3","0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","dcd91d3b697cb650b95db5471189b99815af5db2a1cd28760f91e0b12ede8ed5","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","b03afe4bec768ae333582915146f48b161e567a81b5ebc31c4d78af089770ac9","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9","30abc554c7ad13063a02ddd06757929b34357aea1f6fcf4ca39114cb0fc19384","a0ea0ebb80cc84ee69c710fb2facb1aaa928bbba76e4cf2d6986d227e201d8da","e25331ef774a0959e2bdee0725a2fd16f2190a05b4c6568bb5a2f8892bbbbefd","5d8d6708d454b41684ce566f2800c3eb430457dffebbd15b76458d31a603e52d","4be195e56e2a4defc0dcf4dcda78736800c38d0c5acd8ae19a3f8121a2d86db6","9bbc6220a376b95d00d7caa9879f6838e2b14ce6ed27178b16e79849a110d916","505126b9899af41cbe039047ea0cff5d2b5e4c6229319fc639d4150d99a597f0",{"version":"91da497254ee49742e2c2610ba6718b98118652a1c04da086bfd2d0894ea3dff","affectsGlobalScope":true},"69c752e25fd2df30de8a8af5cf9d9d454ddca3fe95341df35978ae73ba221902","9318f9895b9e905e9be43dc145655e60d80be8d3bbcd0947486e0bf6a988b6e5","26e7def372e302eabad5736aaa9a2b6c678eefa9a6997de97a0ed044821229dd","43a9f51aaf8d63dd7b6e1129044e959bc6170197312250d203a39ed9bde2a38d","55b83a98a31fe6aaae2ffa79a833ad42bb69e65dbeba9031c1ab2ae96dd9c806","27b805327aec5a96b728b1717232036fae0c52ce07ebb12365f3f21cab5af4c2","e167772b0b3c93562ec0e2910dcdaff404d9b852bcc326e7f5889ba57d8b5398","576ac8236c4370c710958f4e0f6cacd0255b7f0eeac8724dfb577be8d0a54f88","41a9b6e40e2b85b2cce9b53260d7a8d6a12b450ebe5279ed7f976a40006d2eb0","ba557fb45c819c4c249263eb922ec44a9cdc1f6101dc421502415df219cb4e29",{"version":"f6c457f0b334cf97d4fe86812f06a62dac6c27f1b3d9f25e3297978387bd2b47","signature":"15d6107e23e95346e3a654fc24089c8ee2f41a177717775abb2fe16967900641"},"dca41e86e89dfb2e85e6935260250f02eb6683b86c2fa16bec729ddd1bcd9b4b",{"version":"f976550251fafe42ed2df5e0a09e11e34d67a5dbcdbc97329b2907d5b1ab0821","signature":"d590d612e2c38f0060636bbcd87cf751081c103d1b20f2577ea588afc2b816d4"},{"version":"8f46d9c966aacf983916fc0fcfe2043550502225d7159e67c09062a31ded60ee","signature":"31fe565a97a987319d2c19ad82cc78472a0a1bd5691cee98dd976cdcc4b7da28"},"587f13f1e8157bd8cec0adda0de4ef558bb8573daa9d518d1e2af38e87ecc91f","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"d32f90e6cf32e99c86009b5f79fa50bc750fe54e17137d9bb029c377a2822ee2","affectsGlobalScope":true},"e6f0b909b1c34b38407a6c8b6c92e56a2635527d07dbabe765cfa729c26f3c20",{"version":"c81c51f43e343b6d89114b17341fb9d381c4ccbb25e0ee77532376052c801ba7","affectsGlobalScope":true},"3dd49afd822c82b63b3905a13e22240f34cf367aea4f4dd0e6564f4bddcb8370","57135ce61976a8b1dadd01bb412406d1805b90db6e8ecb726d0d78e0b5f76050",{"version":"49479e21a040c0177d1b1bc05a124c0383df7a08a0726ad4d9457619642e875a","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","f302f3a47d7758f67f2afc753b9375d6504dde05d2e6ecdb1df50abbb131fc89","93db4c949a785a3dbef7f5e08523be538e468c580dd276178b818e761b3b68cd","5b1c0a23f464f894e7c2b2b6c56df7b9afa60ed48c5345f8618d389a636b2108","be2b092f2765222757c6441b86c53a5ea8dfed47bbc43eab4c5fe37942c866b3","8e6b05abc98adba15e1ac78e137c64576c74002e301d682e66feb77a23907ab8","1ca735bb3d407b2af4fbee7665f3a0a83be52168c728cc209755060ba7ed67bd",{"version":"6b526a5ec4a401ca7c26cfe6a48e641d8f30af76673bad3b06a1b4504594a960","affectsGlobalScope":true},{"version":"6e335a70826a634c5a1a1fa36a2dacbf3712ef2be7a517540ae1de8a1e8ea4f6","affectsGlobalScope":true},"576115ea69691c96f8f2b9fcfde5d0fb9b5f047dfa7dec242ebc08694c3b3190","df8529626079d6f9d5d3cd7b6fb7db9cda5a3118d383d8cd46c52aadb59593e7","55709608060f77965c270ac10ac646286589f1bd1cb174fff1778a2dd9a7ef31","3122a3f1136508a27a229e0e4e2848299028300ffa11d0cdfe99df90c492fe20","42b40e40f2a358cda332456214fad311e1806a6abf3cebaaac72496e07556642","51fd089a29b2a91c69bdaa28882cf1340dac3df3a068327b6a044d21a79bf8f5",{"version":"0066ebbd0f4ef9656983a2017969afa6460879e894ebaf6f2969631ad9b5b430","affectsGlobalScope":true},"fe6dba0e8c69f2b244e3da38e53dd2cc9e51b2543e647e805396af73006613f7","5e2b91328a540a0933ab5c2203f4358918e6f0fe7505d22840a891a6117735f1","3abc3512fa04aa0230f59ea1019311fd8667bd935d28306311dccc8b17e79d5d",{"version":"5810080a0da989a944d3b691b7b479a4a13c75947fb538abb8070710baa5ccee","affectsGlobalScope":true},{"version":"19da7150ca062323b1db6311a6ef058c9b0a39cc64d836b5e9b75d301869653b","affectsGlobalScope":true},"1349077576abb41f0e9c78ec30762ff75b710208aff77f5fdcc6a8c8ce6289dd","e2ce82603102b5c0563f59fb40314cc1ff95a4d521a66ad14146e130ea80d89c","a3e0395220255a350aa9c6d56f882bfcb5b85c19fddf5419ec822cf22246a26d","c27b01e8ddff5cd280711af5e13aecd9a3228d1c256ea797dd64f8fdec5f7df5","898840e876dfd21843db9f2aa6ae38ba2eab550eb780ff62b894b9fbfebfae6b","8904e5b670bbfc712dda607853de9227206e7dad93ac97109fe30875c5f12b78","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","785e5be57d4f20f290a20e7b0c6263f6c57fd6e51283050756cef07d6d651c68","44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","164deb2409ac5f4da3cd139dbcee7f7d66753d90363a4d7e2db8d8874f272270",{"version":"a54ee34c2cc03ec4bbf0c9b10a08b9f909a21b3314f90a743de7b12b85867cef","affectsGlobalScope":true},{"version":"8a985c7d30aea82342d5017730b546bb2b734fe37a2684ca55d4734deb019d58","affectsGlobalScope":true},"ad08154d9602429522cac965a715fde27d421d69b24756c5d291877dda75353e","5bc85813bfcb6907cc3a960fec8734a29d7884e0e372515147720c5991b8bc22","812b25f798033c202baedf386a1ccc41f9191b122f089bffd10fdccce99fba11","993325544790073f77e945bee046d53988c0bc3ac5695c9cf8098166feb82661",{"version":"4d06f3abc2a6aae86f1be39e397372f74fb6e7964f594d645926b4a3419cc15d","affectsGlobalScope":true},{"version":"0e08c360c9b5961ecb0537b703e253842b3ded53151ee07024148219b61a8baf","affectsGlobalScope":true},"2ce2210032ccaff7710e2abf6a722e62c54960458e73e356b6a365c93ab6ca66","5ba5b760345053acdf5beb1a9048ff43a51373f3d87849963779c1711ea7cbcc","16a3080e885ed52d4017c902227a8d0d8daf723d062bec9e45627c6fdcd6699b",{"version":"0bd9543cd8fc0959c76fb8f4f5a26626c2ed62ef4be98fd857bce268066db0a2","affectsGlobalScope":true},"1ca6858a0cbcd74d7db72d7b14c5360a928d1d16748a55ecfa6bfaff8b83071b",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"4905d61a3e1e9b12e12dbf8660fc8d2f085734da6da8d725f395bf41a04853d6","2fb77d5b118a9808b842d7153535e7647d98012d0947b74f51e3894711ccbd7b","34b1b6a319f9973e92aefd30d321c10cb6376659ab74c2e08ce0c1fe25a441d7","2f85df10da3009cac88d99eab08f7c86e2b8d007e8105f0c02dee34ee1c66ff5","b242b684342db91be9e15c97cba52b40cf15dfdb2f748db84105c8250fe14a98","370efcddacd922a871b41a319eb797102fca67dae0de2dc515e1a262a276be2d","47c23de74e00c82d3d5a79c48e790c04d6fad367fa1766e077534183dbd06dc2","9df2b4459f88f233eaf07785b3ade78e06406a602ee06438ceb03328b13c1f83",{"version":"a18bb1f99f9c7f966c1550c0bbe535f3a682b43acd3e282f74c2d3de61a0ea04","signature":"e6c24ec70fa57b472d762c60c6fca5327000d57e6dd3a8270f5e4c043fa2fa1a"},{"version":"73731581a50ecb4c9813af522e4db8e745731113c84481103c26f757c19447db","signature":"1992ff33ab78288a93c96a8bc066eaae489080321407b6d0fab53c36e61ebed0"},{"version":"00defc6e2e93d54431f86562e0a713104e8b9977029068173a5452977f7269a3","signature":"2957a5e64e42d9c69465978a6be93076941eec260ff5b89d0e1944056653973a"},{"version":"bb5c399450ddfeb95d3d7690903cd0c1d6976ce9e6f0e86217fc258d72f2026b","signature":"50be57aa3f4d1e7d6f48eaf5ca3158793350f67c869d10df7799cfb3a1f9a2db"},{"version":"548e0c995c209f87678db3a66e4ef722ac519b92c5e2f6bc9891349ba72cd13c","signature":"99160ef059c7487e1b3a769077e4bae89915c29e8a9e7648f41c4f2fb915dc9a"},{"version":"70ee0da668c49a36214620f46be147556f7ac39e2d683489d4b19eba319056dc","signature":"615feb68c48060c70a56ed5ca8a54879b33d96372fa9aaee4e9ba0e30b5e132b"},{"version":"c2f54366fb56a11cd5876221aa46e3ca5cf69c9073f54da68ba4c65fd29d9a40","signature":"db3ffdb2215faffb9dccefade0c5cfba07523fcd4ac04e634da19fdce0a18e46"},{"version":"ca92663b255ecddb3fd7457be598416359b96436075f982f95963dc1d8d7785e","signature":"5e677998b9d3db7c8ff512cfab20524cced44685a3031b74ab0daad943a55916"},{"version":"aabe01de3a89158b922f110db87ab168ccd14e80e9375987df920ca600085a36","signature":"e54d3ed3088fc56c29da22d90d11dca66fe740ee398916a43f35dcca40e11ab4"},{"version":"1c3d826b3ba48589709e298df2ac91d8992b625857eddb8e9662b3f2a8d72cf0","signature":"e3238212d053dd584ef8569061950e3133ae91df5eee71c8c2987f5f3b1aed9e"},{"version":"449d749889b42ead632f95a99db41d2b3290d68ee13ba9b7006a080d40ad33c4","signature":"c5007a015591dc06207779bd5b97ce64089fff048bcaabb1794aa8edef579f08"},{"version":"aa80eba109f6a8ded8964ab1d5e37b1c95a519277f1d34db2b60ca248898c39e","signature":"ba5c193062970e890092e20cae165633ad9e484ae8ed0073308e371b33587509"},"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855","1ecdcf09ff556c7be88a5969071d09fdf173da75b7502ee2ae3d368b0e33a87f",{"version":"64d4b35c5456adf258d2cf56c341e203a073253f229ef3208fc0d5020253b241","affectsGlobalScope":true},"bee89e1eb6425eb49894f3f25e4562dc2564e84e5aa7610b7e13d8ecddf8f5db","dca41e86e89dfb2e85e6935260250f02eb6683b86c2fa16bec729ddd1bcd9b4b","facc7572c3330810ff4728113a324790679d4ed41fbd9e371028f08f1cad29f3","e050a0afcdbb269720a900c85076d18e0c1ab73e580202a2bf6964978181222a","f875e913ef24873eb2a469605402595f1c783070b52a98e53686b32c0f827f7f"],"root":[50,81,83,84,[146,158]],"options":{"composite":true,"declaration":true,"declarationMap":true,"esModuleInterop":true,"module":1,"noImplicitAny":false,"outDir":"./dist","rootDir":"./src","sourceMap":true,"strict":true,"strictBindCallApply":false,"strictNullChecks":false,"target":4},"fileIdsList":[[131,161,163],[131],[82,131,160,161],[131,139,140,142,144],[131,139],[131,140,143],[131,139,140,141,142,144],[82,131,139,140,141,143],[82,131,138,144],[131,145],[63,131],[51,53,54,55,56,57,58,59,60,61,62,63,131],[51,52,54,55,56,57,58,59,60,61,62,63,131],[52,53,54,55,56,57,58,59,60,61,62,63,131],[51,52,53,55,56,57,58,59,60,61,62,63,131],[51,52,53,54,56,57,58,59,60,61,62,63,131],[51,52,53,54,55,57,58,59,60,61,62,63,131],[51,52,53,54,55,56,58,59,60,61,62,63,131],[51,52,53,54,55,56,57,59,60,61,62,63,131],[51,52,53,54,55,56,57,58,60,61,62,63,131],[51,52,53,54,55,56,57,58,59,61,62,63,131],[51,52,53,54,55,56,57,58,59,60,62,63,131],[51,52,53,54,55,56,57,58,59,60,61,63,131],[51,52,53,54,55,56,57,58,59,60,61,62,131],[85,131],[88,131],[89,94,122,131],[90,101,102,109,119,130,131],[90,91,101,109,131],[92,131],[93,94,102,110,131],[94,119,127,131],[95,97,101,109,131],[96,131],[97,98,131],[101,131],[99,101,131],[101,102,103,119,130,131],[101,102,103,116,119,122,131],[131,135],[97,101,104,109,119,130,131],[101,102,104,105,109,119,127,130,131],[104,106,119,127,130,131],[85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137],[101,107,131],[108,130,131,135],[97,101,109,119,131],[110,131],[111,131],[88,112,131],[113,129,131,135],[114,131],[115,131],[101,116,117,131],[116,118,131,133],[89,101,119,120,121,122,131],[89,119,121,131],[119,120,131],[122,131],[123,131],[88,119,131],[101,125,126,131],[125,126,131],[94,109,119,127,131],[128,131],[109,129,131],[89,104,115,130,131],[94,131],[119,131,132],[108,131,133],[131,134],[89,94,101,103,112,119,130,131,133,135],[119,131,136],[72,74,78,131],[72,78,131],[71,72,73,74,75,76,77,131],[78,79,131],[78,131],[73,78,131],[67,68,131],[67,69,131],[66,131],[65,67,131],[64,131],[67,131],[84,131],[131,148,149,150,151,152,153,154],[50,63,70,80,90,102,131],[50,63,70,82,84,102,131,146,147,155],[81,92,131,156],[63,70,82,83,84,131,145,146],[82,131],[84],[148,149,150,151,152,153,154],[82,84],[82]],"referencedMap":[[164,1],[160,2],[163,3],[161,2],[162,2],[145,4],[140,5],[141,6],[143,7],[144,8],[139,9],[142,10],[82,2],[159,11],[52,12],[53,13],[51,14],[54,15],[55,16],[56,17],[57,18],[58,19],[59,20],[60,21],[61,22],[62,23],[63,24],[85,25],[86,25],[88,26],[89,27],[90,28],[91,29],[92,30],[93,31],[94,32],[95,33],[96,34],[97,35],[98,35],[100,36],[99,37],[101,36],[102,38],[103,39],[87,40],[137,2],[104,41],[105,42],[106,43],[138,44],[107,45],[108,46],[109,47],[110,48],[111,49],[112,50],[113,51],[114,52],[115,53],[116,54],[117,54],[118,55],[119,56],[121,57],[120,58],[122,59],[123,60],[124,61],[125,62],[126,63],[127,64],[128,65],[129,66],[130,67],[131,68],[132,69],[133,70],[134,71],[135,72],[136,73],[75,74],[73,75],[72,2],[78,76],[77,2],[79,75],[80,77],[74,78],[76,79],[71,2],[69,80],[70,81],[67,82],[66,83],[64,2],[65,84],[68,85],[47,2],[48,2],[8,2],[9,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[22,2],[49,2],[26,2],[23,2],[24,2],[25,2],[27,2],[28,2],[29,2],[5,2],[30,2],[31,2],[32,2],[33,2],[6,2],[37,2],[34,2],[35,2],[36,2],[38,2],[7,2],[39,2],[44,2],[45,2],[40,2],[41,2],[42,2],[43,2],[1,2],[46,2],[11,2],[10,2],[153,86],[150,86],[154,86],[155,87],[149,86],[151,86],[148,86],[152,86],[50,2],[81,88],[156,89],[157,90],[83,2],[147,91],[146,86],[84,92],[158,2],[165,2]],"exportedModulesMap":[[164,1],[160,2],[163,3],[161,2],[162,2],[145,4],[140,5],[141,6],[143,7],[144,8],[139,9],[142,10],[82,2],[159,11],[52,12],[53,13],[51,14],[54,15],[55,16],[56,17],[57,18],[58,19],[59,20],[60,21],[61,22],[62,23],[63,24],[85,25],[86,25],[88,26],[89,27],[90,28],[91,29],[92,30],[93,31],[94,32],[95,33],[96,34],[97,35],[98,35],[100,36],[99,37],[101,36],[102,38],[103,39],[87,40],[137,2],[104,41],[105,42],[106,43],[138,44],[107,45],[108,46],[109,47],[110,48],[111,49],[112,50],[113,51],[114,52],[115,53],[116,54],[117,54],[118,55],[119,56],[121,57],[120,58],[122,59],[123,60],[124,61],[125,62],[126,63],[127,64],[128,65],[129,66],[130,67],[131,68],[132,69],[133,70],[134,71],[135,72],[136,73],[75,74],[73,75],[72,2],[78,76],[77,2],[79,75],[80,77],[74,78],[76,79],[71,2],[69,80],[70,81],[67,82],[66,83],[64,2],[65,84],[68,85],[47,2],[48,2],[8,2],[9,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[22,2],[49,2],[26,2],[23,2],[24,2],[25,2],[27,2],[28,2],[29,2],[5,2],[30,2],[31,2],[32,2],[33,2],[6,2],[37,2],[34,2],[35,2],[36,2],[38,2],[7,2],[39,2],[44,2],[45,2],[40,2],[41,2],[42,2],[43,2],[1,2],[46,2],[11,2],[10,2],[153,93],[150,93],[154,93],[155,94],[149,93],[151,93],[148,93],[152,93],[147,95],[146,93],[84,96],[158,2],[165,2]],"semanticDiagnosticsPerFile":[164,160,163,161,162,145,140,141,143,144,139,142,82,159,52,53,51,54,55,56,57,58,59,60,61,62,63,85,86,88,89,90,91,92,93,94,95,96,97,98,100,99,101,102,103,87,137,104,105,106,138,107,108,109,110,111,112,113,114,115,116,117,118,119,121,120,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,75,73,72,78,77,79,80,74,76,71,69,70,67,66,64,65,68,47,48,8,9,13,12,2,14,15,16,17,18,19,20,21,3,4,22,49,26,23,24,25,27,28,29,5,30,31,32,33,6,37,34,35,36,38,7,39,44,45,40,41,42,43,1,46,11,10,153,150,154,155,149,151,148,152,50,81,156,157,83,147,146,84,158,165],"latestChangedDtsFile":"./dist/type.d.ts"},"version":"5.2.2"}
|
|
1
|
+
{"program":{"fileNames":["./node_modules/typescript/lib/lib.es5.d.ts","./node_modules/typescript/lib/lib.es2015.d.ts","./node_modules/typescript/lib/lib.es2016.d.ts","./node_modules/typescript/lib/lib.es2017.d.ts","./node_modules/typescript/lib/lib.es2018.d.ts","./node_modules/typescript/lib/lib.es2019.d.ts","./node_modules/typescript/lib/lib.es2020.d.ts","./node_modules/typescript/lib/lib.dom.d.ts","./node_modules/typescript/lib/lib.dom.iterable.d.ts","./node_modules/typescript/lib/lib.webworker.importscripts.d.ts","./node_modules/typescript/lib/lib.scripthost.d.ts","./node_modules/typescript/lib/lib.es2015.core.d.ts","./node_modules/typescript/lib/lib.es2015.collection.d.ts","./node_modules/typescript/lib/lib.es2015.generator.d.ts","./node_modules/typescript/lib/lib.es2015.iterable.d.ts","./node_modules/typescript/lib/lib.es2015.promise.d.ts","./node_modules/typescript/lib/lib.es2015.proxy.d.ts","./node_modules/typescript/lib/lib.es2015.reflect.d.ts","./node_modules/typescript/lib/lib.es2015.symbol.d.ts","./node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","./node_modules/typescript/lib/lib.es2016.array.include.d.ts","./node_modules/typescript/lib/lib.es2017.date.d.ts","./node_modules/typescript/lib/lib.es2017.object.d.ts","./node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","./node_modules/typescript/lib/lib.es2017.string.d.ts","./node_modules/typescript/lib/lib.es2017.intl.d.ts","./node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","./node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","./node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","./node_modules/typescript/lib/lib.es2018.intl.d.ts","./node_modules/typescript/lib/lib.es2018.promise.d.ts","./node_modules/typescript/lib/lib.es2018.regexp.d.ts","./node_modules/typescript/lib/lib.es2019.array.d.ts","./node_modules/typescript/lib/lib.es2019.object.d.ts","./node_modules/typescript/lib/lib.es2019.string.d.ts","./node_modules/typescript/lib/lib.es2019.symbol.d.ts","./node_modules/typescript/lib/lib.es2019.intl.d.ts","./node_modules/typescript/lib/lib.es2020.bigint.d.ts","./node_modules/typescript/lib/lib.es2020.date.d.ts","./node_modules/typescript/lib/lib.es2020.promise.d.ts","./node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","./node_modules/typescript/lib/lib.es2020.string.d.ts","./node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","./node_modules/typescript/lib/lib.es2020.intl.d.ts","./node_modules/typescript/lib/lib.es2020.number.d.ts","./node_modules/typescript/lib/lib.esnext.intl.d.ts","./node_modules/typescript/lib/lib.decorators.d.ts","./node_modules/typescript/lib/lib.decorators.legacy.d.ts","./node_modules/typescript/lib/lib.es2017.full.d.ts","./src/constant.ts","./node_modules/@types/lodash/common/common.d.ts","./node_modules/@types/lodash/common/array.d.ts","./node_modules/@types/lodash/common/collection.d.ts","./node_modules/@types/lodash/common/date.d.ts","./node_modules/@types/lodash/common/function.d.ts","./node_modules/@types/lodash/common/lang.d.ts","./node_modules/@types/lodash/common/math.d.ts","./node_modules/@types/lodash/common/number.d.ts","./node_modules/@types/lodash/common/object.d.ts","./node_modules/@types/lodash/common/seq.d.ts","./node_modules/@types/lodash/common/string.d.ts","./node_modules/@types/lodash/common/util.d.ts","./node_modules/@types/lodash/index.d.ts","./node_modules/tslog/dist/types/runtime/browser/inspectoptions.interface.d.ts","./node_modules/tslog/dist/types/runtime/browser/util.inspect.polyfil.d.ts","./node_modules/tslog/dist/types/runtime/browser/index.d.ts","./node_modules/tslog/dist/types/interfaces.d.ts","./node_modules/tslog/dist/types/runtime/nodejs/index.d.ts","./node_modules/tslog/dist/types/baselogger.d.ts","./node_modules/tslog/dist/types/index.d.ts","./node_modules/eta/dist/types/storage.d.ts","./node_modules/eta/dist/types/config.d.ts","./node_modules/eta/dist/types/compile.d.ts","./node_modules/eta/dist/types/parse.d.ts","./node_modules/eta/dist/types/compile-string.d.ts","./node_modules/eta/dist/types/render.d.ts","./node_modules/eta/dist/types/err.d.ts","./node_modules/eta/dist/types/core.d.ts","./node_modules/eta/dist/types/file-handling.d.ts","./node_modules/eta/dist/types/index.d.ts","./src/framework.ts","./node_modules/@types/json-schema/index.d.ts","./src/libs.ts","./src/type.ts","./node_modules/@types/node/assert.d.ts","./node_modules/@types/node/assert/strict.d.ts","./node_modules/@types/node/globals.d.ts","./node_modules/@types/node/async_hooks.d.ts","./node_modules/@types/node/buffer.d.ts","./node_modules/@types/node/child_process.d.ts","./node_modules/@types/node/cluster.d.ts","./node_modules/@types/node/console.d.ts","./node_modules/@types/node/constants.d.ts","./node_modules/@types/node/crypto.d.ts","./node_modules/@types/node/dgram.d.ts","./node_modules/@types/node/diagnostics_channel.d.ts","./node_modules/@types/node/dns.d.ts","./node_modules/@types/node/dns/promises.d.ts","./node_modules/@types/node/domain.d.ts","./node_modules/@types/node/dom-events.d.ts","./node_modules/@types/node/events.d.ts","./node_modules/@types/node/fs.d.ts","./node_modules/@types/node/fs/promises.d.ts","./node_modules/@types/node/http.d.ts","./node_modules/@types/node/http2.d.ts","./node_modules/@types/node/https.d.ts","./node_modules/@types/node/inspector.d.ts","./node_modules/@types/node/module.d.ts","./node_modules/@types/node/net.d.ts","./node_modules/@types/node/os.d.ts","./node_modules/@types/node/path.d.ts","./node_modules/@types/node/perf_hooks.d.ts","./node_modules/@types/node/process.d.ts","./node_modules/@types/node/punycode.d.ts","./node_modules/@types/node/querystring.d.ts","./node_modules/@types/node/readline.d.ts","./node_modules/@types/node/readline/promises.d.ts","./node_modules/@types/node/repl.d.ts","./node_modules/@types/node/stream.d.ts","./node_modules/@types/node/stream/promises.d.ts","./node_modules/@types/node/stream/consumers.d.ts","./node_modules/@types/node/stream/web.d.ts","./node_modules/@types/node/string_decoder.d.ts","./node_modules/@types/node/test.d.ts","./node_modules/@types/node/timers.d.ts","./node_modules/@types/node/timers/promises.d.ts","./node_modules/@types/node/tls.d.ts","./node_modules/@types/node/trace_events.d.ts","./node_modules/@types/node/tty.d.ts","./node_modules/@types/node/url.d.ts","./node_modules/@types/node/util.d.ts","./node_modules/@types/node/v8.d.ts","./node_modules/@types/node/vm.d.ts","./node_modules/@types/node/wasi.d.ts","./node_modules/@types/node/worker_threads.d.ts","./node_modules/@types/node/zlib.d.ts","./node_modules/@types/node/globals.global.d.ts","./node_modules/@types/node/index.d.ts","./node_modules/@apidevtools/json-schema-ref-parser/dist/lib/types/index.d.ts","./node_modules/@apidevtools/json-schema-ref-parser/dist/lib/options.d.ts","./node_modules/@apidevtools/json-schema-ref-parser/dist/lib/pointer.d.ts","./node_modules/@apidevtools/json-schema-ref-parser/dist/lib/util/errors.d.ts","./node_modules/@apidevtools/json-schema-ref-parser/dist/lib/ref.d.ts","./node_modules/@apidevtools/json-schema-ref-parser/dist/lib/refs.d.ts","./node_modules/@apidevtools/json-schema-ref-parser/dist/lib/index.d.ts","./src/storage.ts","./src/processors/jsonschemabuilder.ts","./src/buildinschemas/tenant.ts","./src/buildinschemas/organization.ts","./src/buildinschemas/branch.ts","./src/buildinschemas/permission.ts","./src/buildinschemas/user.ts","./src/buildinschemas/autoincreament.ts","./src/buildinschemas/docnoformat.ts","./src/buildinschemas/index.ts","./src/generate.ts","./src/index.ts","./src/validation.ts","./node_modules/@types/lodash.clonedeep/index.d.ts","../node_modules/.pnpm/@types+eslint@8.44.2/node_modules/@types/eslint/helpers.d.ts","../node_modules/.pnpm/@types+estree@1.0.1/node_modules/@types/estree/index.d.ts","../node_modules/.pnpm/@types+json-schema@7.0.12/node_modules/@types/json-schema/index.d.ts","../node_modules/.pnpm/@types+eslint@8.44.2/node_modules/@types/eslint/index.d.ts","../node_modules/.pnpm/@types+eslint-scope@3.7.4/node_modules/@types/eslint-scope/index.d.ts","../../../node_modules/.pnpm/@types+uuid@9.0.4/node_modules/@types/uuid/index.d.ts"],"fileInfos":[{"version":"2ac9cdcfb8f8875c18d14ec5796a8b029c426f73ad6dc3ffb580c228b58d1c44","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","dc48272d7c333ccf58034c0026162576b7d50ea0e69c3b9292f803fc20720fd5","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4",{"version":"0075fa5ceda385bcdf3488e37786b5a33be730e8bc4aa3cf1e78c63891752ce8","affectsGlobalScope":true},{"version":"35299ae4a62086698444a5aaee27fc7aa377c68cbb90b441c9ace246ffd05c97","affectsGlobalScope":true},{"version":"c5c5565225fce2ede835725a92a28ece149f83542aa4866cfb10290bff7b8996","affectsGlobalScope":true},{"version":"7d2dbc2a0250400af0809b0ad5f84686e84c73526de931f84560e483eb16b03c","affectsGlobalScope":true},{"version":"f296963760430fb65b4e5d91f0ed770a91c6e77455bacf8fa23a1501654ede0e","affectsGlobalScope":true},{"version":"09226e53d1cfda217317074a97724da3e71e2c545e18774484b61562afc53cd2","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"8b41361862022eb72fcc8a7f34680ac842aca802cf4bc1f915e8c620c9ce4331","affectsGlobalScope":true},{"version":"f7bd636ae3a4623c503359ada74510c4005df5b36de7f23e1db8a5c543fd176b","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"0c20f4d2358eb679e4ae8a4432bdd96c857a2960fd6800b21ec4008ec59d60ea","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"82d0d8e269b9eeac02c3bd1c9e884e85d483fcb2cd168bccd6bc54df663da031","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"b8deab98702588840be73d67f02412a2d45a417a3c097b2e96f7f3a42ac483d1","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"376d554d042fb409cb55b5cbaf0b2b4b7e669619493c5d18d5fa8bd67273f82a","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"c4138a3dd7cd6cf1f363ca0f905554e8d81b45844feea17786cdf1626cb8ea06","affectsGlobalScope":true},{"version":"6ff3e2452b055d8f0ec026511c6582b55d935675af67cdb67dd1dc671e8065df","affectsGlobalScope":true},{"version":"03de17b810f426a2f47396b0b99b53a82c1b60e9cba7a7edda47f9bb077882f4","affectsGlobalScope":true},{"version":"8184c6ddf48f0c98429326b428478ecc6143c27f79b79e85740f17e6feb090f1","affectsGlobalScope":true},{"version":"261c4d2cf86ac5a89ad3fb3fafed74cbb6f2f7c1d139b0540933df567d64a6ca","affectsGlobalScope":true},{"version":"6af1425e9973f4924fca986636ac19a0cf9909a7e0d9d3009c349e6244e957b6","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"15a630d6817718a2ddd7088c4f83e4673fde19fa992d2eae2cf51132a302a5d3","affectsGlobalScope":true},{"version":"b7e9f95a7387e3f66be0ed6db43600c49cec33a3900437ce2fd350d9b7cb16f2","affectsGlobalScope":true},{"version":"01e0ee7e1f661acedb08b51f8a9b7d7f959e9cdb6441360f06522cc3aea1bf2e","affectsGlobalScope":true},{"version":"ac17a97f816d53d9dd79b0d235e1c0ed54a8cc6a0677e9a3d61efb480b2a3e4e","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"9cc66b0513ad41cb5f5372cca86ef83a0d37d1c1017580b7dace3ea5661836df","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"307c8b7ebbd7f23a92b73a4c6c0a697beca05b06b036c23a34553e5fe65e4fdc","affectsGlobalScope":true},{"version":"f35a831e4f0fe3b3697f4a0fe0e3caa7624c92b78afbecaf142c0f93abfaf379","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},"994c234848afc14a2586b6565777f4c0b05dc479ede0a041bfd5becf6dceb586",{"version":"851aa9ba6dc0e0f2fb800a55a1cde59615dee74980c50731bda408f5bc03598c","signature":"2341b9d77752b71f419fbcaad23ba010cf3532143e3a8692b8a91d9b89b4d722"},"675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","458111fc89d11d2151277c822dfdc1a28fa5b6b2493cf942e37d4cd0a6ee5f22","da2b6356b84a40111aaecb18304ea4e4fcb43d70efb1c13ca7d7a906445ee0d3","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6","98f9d826db9cd99d27a01a59ee5f22863df00ccf1aaf43e1d7db80ebf716f7c3","0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","dcd91d3b697cb650b95db5471189b99815af5db2a1cd28760f91e0b12ede8ed5","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","b03afe4bec768ae333582915146f48b161e567a81b5ebc31c4d78af089770ac9","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9","30abc554c7ad13063a02ddd06757929b34357aea1f6fcf4ca39114cb0fc19384","a0ea0ebb80cc84ee69c710fb2facb1aaa928bbba76e4cf2d6986d227e201d8da","e25331ef774a0959e2bdee0725a2fd16f2190a05b4c6568bb5a2f8892bbbbefd","5d8d6708d454b41684ce566f2800c3eb430457dffebbd15b76458d31a603e52d","4be195e56e2a4defc0dcf4dcda78736800c38d0c5acd8ae19a3f8121a2d86db6","9bbc6220a376b95d00d7caa9879f6838e2b14ce6ed27178b16e79849a110d916","505126b9899af41cbe039047ea0cff5d2b5e4c6229319fc639d4150d99a597f0",{"version":"91da497254ee49742e2c2610ba6718b98118652a1c04da086bfd2d0894ea3dff","affectsGlobalScope":true},"69c752e25fd2df30de8a8af5cf9d9d454ddca3fe95341df35978ae73ba221902","9318f9895b9e905e9be43dc145655e60d80be8d3bbcd0947486e0bf6a988b6e5","26e7def372e302eabad5736aaa9a2b6c678eefa9a6997de97a0ed044821229dd","43a9f51aaf8d63dd7b6e1129044e959bc6170197312250d203a39ed9bde2a38d","55b83a98a31fe6aaae2ffa79a833ad42bb69e65dbeba9031c1ab2ae96dd9c806","27b805327aec5a96b728b1717232036fae0c52ce07ebb12365f3f21cab5af4c2","e167772b0b3c93562ec0e2910dcdaff404d9b852bcc326e7f5889ba57d8b5398","576ac8236c4370c710958f4e0f6cacd0255b7f0eeac8724dfb577be8d0a54f88","41a9b6e40e2b85b2cce9b53260d7a8d6a12b450ebe5279ed7f976a40006d2eb0","ba557fb45c819c4c249263eb922ec44a9cdc1f6101dc421502415df219cb4e29",{"version":"f6c457f0b334cf97d4fe86812f06a62dac6c27f1b3d9f25e3297978387bd2b47","signature":"15d6107e23e95346e3a654fc24089c8ee2f41a177717775abb2fe16967900641"},"dca41e86e89dfb2e85e6935260250f02eb6683b86c2fa16bec729ddd1bcd9b4b",{"version":"f976550251fafe42ed2df5e0a09e11e34d67a5dbcdbc97329b2907d5b1ab0821","signature":"d590d612e2c38f0060636bbcd87cf751081c103d1b20f2577ea588afc2b816d4"},{"version":"8f46d9c966aacf983916fc0fcfe2043550502225d7159e67c09062a31ded60ee","signature":"31fe565a97a987319d2c19ad82cc78472a0a1bd5691cee98dd976cdcc4b7da28"},"587f13f1e8157bd8cec0adda0de4ef558bb8573daa9d518d1e2af38e87ecc91f","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"d32f90e6cf32e99c86009b5f79fa50bc750fe54e17137d9bb029c377a2822ee2","affectsGlobalScope":true},"e6f0b909b1c34b38407a6c8b6c92e56a2635527d07dbabe765cfa729c26f3c20",{"version":"c81c51f43e343b6d89114b17341fb9d381c4ccbb25e0ee77532376052c801ba7","affectsGlobalScope":true},"3dd49afd822c82b63b3905a13e22240f34cf367aea4f4dd0e6564f4bddcb8370","57135ce61976a8b1dadd01bb412406d1805b90db6e8ecb726d0d78e0b5f76050",{"version":"49479e21a040c0177d1b1bc05a124c0383df7a08a0726ad4d9457619642e875a","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","f302f3a47d7758f67f2afc753b9375d6504dde05d2e6ecdb1df50abbb131fc89","93db4c949a785a3dbef7f5e08523be538e468c580dd276178b818e761b3b68cd","5b1c0a23f464f894e7c2b2b6c56df7b9afa60ed48c5345f8618d389a636b2108","be2b092f2765222757c6441b86c53a5ea8dfed47bbc43eab4c5fe37942c866b3","8e6b05abc98adba15e1ac78e137c64576c74002e301d682e66feb77a23907ab8","1ca735bb3d407b2af4fbee7665f3a0a83be52168c728cc209755060ba7ed67bd",{"version":"6b526a5ec4a401ca7c26cfe6a48e641d8f30af76673bad3b06a1b4504594a960","affectsGlobalScope":true},{"version":"6e335a70826a634c5a1a1fa36a2dacbf3712ef2be7a517540ae1de8a1e8ea4f6","affectsGlobalScope":true},"576115ea69691c96f8f2b9fcfde5d0fb9b5f047dfa7dec242ebc08694c3b3190","df8529626079d6f9d5d3cd7b6fb7db9cda5a3118d383d8cd46c52aadb59593e7","55709608060f77965c270ac10ac646286589f1bd1cb174fff1778a2dd9a7ef31","3122a3f1136508a27a229e0e4e2848299028300ffa11d0cdfe99df90c492fe20","42b40e40f2a358cda332456214fad311e1806a6abf3cebaaac72496e07556642","51fd089a29b2a91c69bdaa28882cf1340dac3df3a068327b6a044d21a79bf8f5",{"version":"0066ebbd0f4ef9656983a2017969afa6460879e894ebaf6f2969631ad9b5b430","affectsGlobalScope":true},"fe6dba0e8c69f2b244e3da38e53dd2cc9e51b2543e647e805396af73006613f7","5e2b91328a540a0933ab5c2203f4358918e6f0fe7505d22840a891a6117735f1","3abc3512fa04aa0230f59ea1019311fd8667bd935d28306311dccc8b17e79d5d",{"version":"5810080a0da989a944d3b691b7b479a4a13c75947fb538abb8070710baa5ccee","affectsGlobalScope":true},{"version":"19da7150ca062323b1db6311a6ef058c9b0a39cc64d836b5e9b75d301869653b","affectsGlobalScope":true},"1349077576abb41f0e9c78ec30762ff75b710208aff77f5fdcc6a8c8ce6289dd","e2ce82603102b5c0563f59fb40314cc1ff95a4d521a66ad14146e130ea80d89c","a3e0395220255a350aa9c6d56f882bfcb5b85c19fddf5419ec822cf22246a26d","c27b01e8ddff5cd280711af5e13aecd9a3228d1c256ea797dd64f8fdec5f7df5","898840e876dfd21843db9f2aa6ae38ba2eab550eb780ff62b894b9fbfebfae6b","8904e5b670bbfc712dda607853de9227206e7dad93ac97109fe30875c5f12b78","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","785e5be57d4f20f290a20e7b0c6263f6c57fd6e51283050756cef07d6d651c68","44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","164deb2409ac5f4da3cd139dbcee7f7d66753d90363a4d7e2db8d8874f272270",{"version":"a54ee34c2cc03ec4bbf0c9b10a08b9f909a21b3314f90a743de7b12b85867cef","affectsGlobalScope":true},{"version":"8a985c7d30aea82342d5017730b546bb2b734fe37a2684ca55d4734deb019d58","affectsGlobalScope":true},"ad08154d9602429522cac965a715fde27d421d69b24756c5d291877dda75353e","5bc85813bfcb6907cc3a960fec8734a29d7884e0e372515147720c5991b8bc22","812b25f798033c202baedf386a1ccc41f9191b122f089bffd10fdccce99fba11","993325544790073f77e945bee046d53988c0bc3ac5695c9cf8098166feb82661",{"version":"4d06f3abc2a6aae86f1be39e397372f74fb6e7964f594d645926b4a3419cc15d","affectsGlobalScope":true},{"version":"0e08c360c9b5961ecb0537b703e253842b3ded53151ee07024148219b61a8baf","affectsGlobalScope":true},"2ce2210032ccaff7710e2abf6a722e62c54960458e73e356b6a365c93ab6ca66","5ba5b760345053acdf5beb1a9048ff43a51373f3d87849963779c1711ea7cbcc","16a3080e885ed52d4017c902227a8d0d8daf723d062bec9e45627c6fdcd6699b",{"version":"0bd9543cd8fc0959c76fb8f4f5a26626c2ed62ef4be98fd857bce268066db0a2","affectsGlobalScope":true},"1ca6858a0cbcd74d7db72d7b14c5360a928d1d16748a55ecfa6bfaff8b83071b",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"4905d61a3e1e9b12e12dbf8660fc8d2f085734da6da8d725f395bf41a04853d6","2fb77d5b118a9808b842d7153535e7647d98012d0947b74f51e3894711ccbd7b","34b1b6a319f9973e92aefd30d321c10cb6376659ab74c2e08ce0c1fe25a441d7","2f85df10da3009cac88d99eab08f7c86e2b8d007e8105f0c02dee34ee1c66ff5","b242b684342db91be9e15c97cba52b40cf15dfdb2f748db84105c8250fe14a98","370efcddacd922a871b41a319eb797102fca67dae0de2dc515e1a262a276be2d","47c23de74e00c82d3d5a79c48e790c04d6fad367fa1766e077534183dbd06dc2","9df2b4459f88f233eaf07785b3ade78e06406a602ee06438ceb03328b13c1f83",{"version":"a18bb1f99f9c7f966c1550c0bbe535f3a682b43acd3e282f74c2d3de61a0ea04","signature":"e6c24ec70fa57b472d762c60c6fca5327000d57e6dd3a8270f5e4c043fa2fa1a"},{"version":"73731581a50ecb4c9813af522e4db8e745731113c84481103c26f757c19447db","signature":"1992ff33ab78288a93c96a8bc066eaae489080321407b6d0fab53c36e61ebed0"},{"version":"00defc6e2e93d54431f86562e0a713104e8b9977029068173a5452977f7269a3","signature":"2957a5e64e42d9c69465978a6be93076941eec260ff5b89d0e1944056653973a"},{"version":"bb5c399450ddfeb95d3d7690903cd0c1d6976ce9e6f0e86217fc258d72f2026b","signature":"50be57aa3f4d1e7d6f48eaf5ca3158793350f67c869d10df7799cfb3a1f9a2db"},{"version":"548e0c995c209f87678db3a66e4ef722ac519b92c5e2f6bc9891349ba72cd13c","signature":"99160ef059c7487e1b3a769077e4bae89915c29e8a9e7648f41c4f2fb915dc9a"},{"version":"6087ccb1db82eeea719f438726f8f3d22c7bf549409ed00567999d6bca6a2895","signature":"615feb68c48060c70a56ed5ca8a54879b33d96372fa9aaee4e9ba0e30b5e132b"},{"version":"c2f54366fb56a11cd5876221aa46e3ca5cf69c9073f54da68ba4c65fd29d9a40","signature":"db3ffdb2215faffb9dccefade0c5cfba07523fcd4ac04e634da19fdce0a18e46"},{"version":"ca92663b255ecddb3fd7457be598416359b96436075f982f95963dc1d8d7785e","signature":"5e677998b9d3db7c8ff512cfab20524cced44685a3031b74ab0daad943a55916"},{"version":"aabe01de3a89158b922f110db87ab168ccd14e80e9375987df920ca600085a36","signature":"e54d3ed3088fc56c29da22d90d11dca66fe740ee398916a43f35dcca40e11ab4"},{"version":"1c3d826b3ba48589709e298df2ac91d8992b625857eddb8e9662b3f2a8d72cf0","signature":"e3238212d053dd584ef8569061950e3133ae91df5eee71c8c2987f5f3b1aed9e"},{"version":"449d749889b42ead632f95a99db41d2b3290d68ee13ba9b7006a080d40ad33c4","signature":"c5007a015591dc06207779bd5b97ce64089fff048bcaabb1794aa8edef579f08"},{"version":"aa80eba109f6a8ded8964ab1d5e37b1c95a519277f1d34db2b60ca248898c39e","signature":"ba5c193062970e890092e20cae165633ad9e484ae8ed0073308e371b33587509"},"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855","1ecdcf09ff556c7be88a5969071d09fdf173da75b7502ee2ae3d368b0e33a87f",{"version":"64d4b35c5456adf258d2cf56c341e203a073253f229ef3208fc0d5020253b241","affectsGlobalScope":true},"bee89e1eb6425eb49894f3f25e4562dc2564e84e5aa7610b7e13d8ecddf8f5db","dca41e86e89dfb2e85e6935260250f02eb6683b86c2fa16bec729ddd1bcd9b4b","facc7572c3330810ff4728113a324790679d4ed41fbd9e371028f08f1cad29f3","e050a0afcdbb269720a900c85076d18e0c1ab73e580202a2bf6964978181222a","f875e913ef24873eb2a469605402595f1c783070b52a98e53686b32c0f827f7f"],"root":[50,81,83,84,[146,158]],"options":{"composite":true,"declaration":true,"declarationMap":true,"esModuleInterop":true,"module":1,"noImplicitAny":false,"outDir":"./dist","rootDir":"./src","sourceMap":true,"strict":true,"strictBindCallApply":false,"strictNullChecks":false,"target":4},"fileIdsList":[[131,161,163],[131],[82,131,160,161],[131,139,140,142,144],[131,139],[131,140,143],[131,139,140,141,142,144],[82,131,139,140,141,143],[82,131,138,144],[131,145],[63,131],[51,53,54,55,56,57,58,59,60,61,62,63,131],[51,52,54,55,56,57,58,59,60,61,62,63,131],[52,53,54,55,56,57,58,59,60,61,62,63,131],[51,52,53,55,56,57,58,59,60,61,62,63,131],[51,52,53,54,56,57,58,59,60,61,62,63,131],[51,52,53,54,55,57,58,59,60,61,62,63,131],[51,52,53,54,55,56,58,59,60,61,62,63,131],[51,52,53,54,55,56,57,59,60,61,62,63,131],[51,52,53,54,55,56,57,58,60,61,62,63,131],[51,52,53,54,55,56,57,58,59,61,62,63,131],[51,52,53,54,55,56,57,58,59,60,62,63,131],[51,52,53,54,55,56,57,58,59,60,61,63,131],[51,52,53,54,55,56,57,58,59,60,61,62,131],[85,131],[88,131],[89,94,122,131],[90,101,102,109,119,130,131],[90,91,101,109,131],[92,131],[93,94,102,110,131],[94,119,127,131],[95,97,101,109,131],[96,131],[97,98,131],[101,131],[99,101,131],[101,102,103,119,130,131],[101,102,103,116,119,122,131],[131,135],[97,101,104,109,119,130,131],[101,102,104,105,109,119,127,130,131],[104,106,119,127,130,131],[85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137],[101,107,131],[108,130,131,135],[97,101,109,119,131],[110,131],[111,131],[88,112,131],[113,129,131,135],[114,131],[115,131],[101,116,117,131],[116,118,131,133],[89,101,119,120,121,122,131],[89,119,121,131],[119,120,131],[122,131],[123,131],[88,119,131],[101,125,126,131],[125,126,131],[94,109,119,127,131],[128,131],[109,129,131],[89,104,115,130,131],[94,131],[119,131,132],[108,131,133],[131,134],[89,94,101,103,112,119,130,131,133,135],[119,131,136],[72,74,78,131],[72,78,131],[71,72,73,74,75,76,77,131],[78,79,131],[78,131],[73,78,131],[67,68,131],[67,69,131],[66,131],[65,67,131],[64,131],[67,131],[84,131],[131,148,149,150,151,152,153,154],[50,63,70,80,90,102,131],[50,63,70,82,84,102,131,146,147,155],[81,92,131,156],[63,70,82,83,84,131,145,146],[82,131],[84],[148,149,150,151,152,153,154],[82,84],[82]],"referencedMap":[[164,1],[160,2],[163,3],[161,2],[162,2],[145,4],[140,5],[141,6],[143,7],[144,8],[139,9],[142,10],[82,2],[159,11],[52,12],[53,13],[51,14],[54,15],[55,16],[56,17],[57,18],[58,19],[59,20],[60,21],[61,22],[62,23],[63,24],[85,25],[86,25],[88,26],[89,27],[90,28],[91,29],[92,30],[93,31],[94,32],[95,33],[96,34],[97,35],[98,35],[100,36],[99,37],[101,36],[102,38],[103,39],[87,40],[137,2],[104,41],[105,42],[106,43],[138,44],[107,45],[108,46],[109,47],[110,48],[111,49],[112,50],[113,51],[114,52],[115,53],[116,54],[117,54],[118,55],[119,56],[121,57],[120,58],[122,59],[123,60],[124,61],[125,62],[126,63],[127,64],[128,65],[129,66],[130,67],[131,68],[132,69],[133,70],[134,71],[135,72],[136,73],[75,74],[73,75],[72,2],[78,76],[77,2],[79,75],[80,77],[74,78],[76,79],[71,2],[69,80],[70,81],[67,82],[66,83],[64,2],[65,84],[68,85],[47,2],[48,2],[8,2],[9,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[22,2],[49,2],[26,2],[23,2],[24,2],[25,2],[27,2],[28,2],[29,2],[5,2],[30,2],[31,2],[32,2],[33,2],[6,2],[37,2],[34,2],[35,2],[36,2],[38,2],[7,2],[39,2],[44,2],[45,2],[40,2],[41,2],[42,2],[43,2],[1,2],[46,2],[11,2],[10,2],[153,86],[150,86],[154,86],[155,87],[149,86],[151,86],[148,86],[152,86],[50,2],[81,88],[156,89],[157,90],[83,2],[147,91],[146,86],[84,92],[158,2],[165,2]],"exportedModulesMap":[[164,1],[160,2],[163,3],[161,2],[162,2],[145,4],[140,5],[141,6],[143,7],[144,8],[139,9],[142,10],[82,2],[159,11],[52,12],[53,13],[51,14],[54,15],[55,16],[56,17],[57,18],[58,19],[59,20],[60,21],[61,22],[62,23],[63,24],[85,25],[86,25],[88,26],[89,27],[90,28],[91,29],[92,30],[93,31],[94,32],[95,33],[96,34],[97,35],[98,35],[100,36],[99,37],[101,36],[102,38],[103,39],[87,40],[137,2],[104,41],[105,42],[106,43],[138,44],[107,45],[108,46],[109,47],[110,48],[111,49],[112,50],[113,51],[114,52],[115,53],[116,54],[117,54],[118,55],[119,56],[121,57],[120,58],[122,59],[123,60],[124,61],[125,62],[126,63],[127,64],[128,65],[129,66],[130,67],[131,68],[132,69],[133,70],[134,71],[135,72],[136,73],[75,74],[73,75],[72,2],[78,76],[77,2],[79,75],[80,77],[74,78],[76,79],[71,2],[69,80],[70,81],[67,82],[66,83],[64,2],[65,84],[68,85],[47,2],[48,2],[8,2],[9,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[22,2],[49,2],[26,2],[23,2],[24,2],[25,2],[27,2],[28,2],[29,2],[5,2],[30,2],[31,2],[32,2],[33,2],[6,2],[37,2],[34,2],[35,2],[36,2],[38,2],[7,2],[39,2],[44,2],[45,2],[40,2],[41,2],[42,2],[43,2],[1,2],[46,2],[11,2],[10,2],[153,93],[150,93],[154,93],[155,94],[149,93],[151,93],[148,93],[152,93],[147,95],[146,93],[84,96],[158,2],[165,2]],"semanticDiagnosticsPerFile":[164,160,163,161,162,145,140,141,143,144,139,142,82,159,52,53,51,54,55,56,57,58,59,60,61,62,63,85,86,88,89,90,91,92,93,94,95,96,97,98,100,99,101,102,103,87,137,104,105,106,138,107,108,109,110,111,112,113,114,115,116,117,118,119,121,120,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,75,73,72,78,77,79,80,74,76,71,69,70,67,66,64,65,68,47,48,8,9,13,12,2,14,15,16,17,18,19,20,21,3,4,22,49,26,23,24,25,27,28,29,5,30,31,32,33,6,37,34,35,36,38,7,39,44,45,40,41,42,43,1,46,11,10,153,150,154,155,149,151,148,152,50,81,156,157,83,147,146,84,158,165],"latestChangedDtsFile":"./dist/type.d.ts"},"version":"5.2.2"}
|