namirasoft-access 1.4.24 → 1.4.26
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/NamirasoftAccessServerBase.d.ts +2 -2
- package/dist/NamirasoftAccessServerBase.js +2 -2
- package/dist/NamirasoftAccessServerBase.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/meta/{MetaDatabase.d.ts → NamirasoftAccessMetaDatabase.d.ts} +17 -14
- package/dist/meta/NamirasoftAccessMetaDatabase.js +40 -0
- package/dist/meta/NamirasoftAccessMetaDatabase.js.map +1 -0
- package/dist/meta/PermissionCategoryMetaTable.d.ts +4 -3
- package/dist/meta/PermissionCategoryMetaTable.js +10 -9
- package/dist/meta/PermissionCategoryMetaTable.js.map +1 -1
- package/dist/meta/PermissionFieldMetaTable.d.ts +4 -3
- package/dist/meta/PermissionFieldMetaTable.js +12 -11
- package/dist/meta/PermissionFieldMetaTable.js.map +1 -1
- package/dist/meta/PermissionMetaTable.d.ts +4 -3
- package/dist/meta/PermissionMetaTable.js +13 -12
- package/dist/meta/PermissionMetaTable.js.map +1 -1
- package/dist/meta/PermissionTagMetaTable.d.ts +4 -3
- package/dist/meta/PermissionTagMetaTable.js +12 -11
- package/dist/meta/PermissionTagMetaTable.js.map +1 -1
- package/dist/meta/PolicyCategoryMetaTable.d.ts +4 -3
- package/dist/meta/PolicyCategoryMetaTable.js +10 -9
- package/dist/meta/PolicyCategoryMetaTable.js.map +1 -1
- package/dist/meta/PolicyFieldMetaTable.d.ts +4 -3
- package/dist/meta/PolicyFieldMetaTable.js +12 -11
- package/dist/meta/PolicyFieldMetaTable.js.map +1 -1
- package/dist/meta/PolicyMetaTable.d.ts +4 -3
- package/dist/meta/PolicyMetaTable.js +15 -14
- package/dist/meta/PolicyMetaTable.js.map +1 -1
- package/dist/meta/PolicyTagMetaTable.d.ts +4 -3
- package/dist/meta/PolicyTagMetaTable.js +12 -11
- package/dist/meta/PolicyTagMetaTable.js.map +1 -1
- package/dist/meta/RoleCategoryMetaTable.d.ts +4 -3
- package/dist/meta/RoleCategoryMetaTable.js +10 -9
- package/dist/meta/RoleCategoryMetaTable.js.map +1 -1
- package/dist/meta/RoleFieldMetaTable.d.ts +4 -3
- package/dist/meta/RoleFieldMetaTable.js +12 -11
- package/dist/meta/RoleFieldMetaTable.js.map +1 -1
- package/dist/meta/RoleMetaTable.d.ts +4 -3
- package/dist/meta/RoleMetaTable.js +10 -9
- package/dist/meta/RoleMetaTable.js.map +1 -1
- package/dist/meta/RoleTagMetaTable.d.ts +4 -3
- package/dist/meta/RoleTagMetaTable.js +12 -11
- package/dist/meta/RoleTagMetaTable.js.map +1 -1
- package/package.json +4 -4
- package/src/NamirasoftAccessServerBase.ts +3 -3
- package/src/index.ts +1 -1
- package/src/meta/{MetaDatabase.ts → NamirasoftAccessMetaDatabase.ts} +33 -27
- package/src/meta/PermissionCategoryMetaTable.ts +12 -11
- package/src/meta/PermissionFieldMetaTable.ts +14 -13
- package/src/meta/PermissionMetaTable.ts +15 -14
- package/src/meta/PermissionTagMetaTable.ts +14 -13
- package/src/meta/PolicyCategoryMetaTable.ts +12 -11
- package/src/meta/PolicyFieldMetaTable.ts +14 -13
- package/src/meta/PolicyMetaTable.ts +17 -16
- package/src/meta/PolicyTagMetaTable.ts +14 -13
- package/src/meta/RoleCategoryMetaTable.ts +12 -11
- package/src/meta/RoleFieldMetaTable.ts +14 -13
- package/src/meta/RoleMetaTable.ts +12 -11
- package/src/meta/RoleTagMetaTable.ts +14 -13
- package/dist/meta/MetaDatabase.js +0 -35
- package/dist/meta/MetaDatabase.js.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { NSABaseServer } from "namirasoft-account";
|
|
2
2
|
import { TokenManager } from "namirasoft-account";
|
|
3
|
-
export declare class NamirasoftAccessServerBase extends
|
|
3
|
+
export declare class NamirasoftAccessServerBase extends NSABaseServer {
|
|
4
4
|
constructor(base_url: string, manager: TokenManager, onError: (error: Error) => void);
|
|
5
5
|
}
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.NamirasoftAccessServerBase = void 0;
|
|
4
4
|
const namirasoft_account_1 = require("namirasoft-account");
|
|
5
|
-
class NamirasoftAccessServerBase extends namirasoft_account_1.
|
|
5
|
+
class NamirasoftAccessServerBase extends namirasoft_account_1.NSABaseServer {
|
|
6
6
|
constructor(base_url, manager, onError) {
|
|
7
|
-
super(base_url, `1.4.
|
|
7
|
+
super(base_url, `1.4.26`, manager, onError);
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
10
|
exports.NamirasoftAccessServerBase = NamirasoftAccessServerBase;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NamirasoftAccessServerBase.js","sourceRoot":"","sources":["../src/NamirasoftAccessServerBase.ts"],"names":[],"mappings":";;;AAoBA,
|
|
1
|
+
{"version":3,"file":"NamirasoftAccessServerBase.js","sourceRoot":"","sources":["../src/NamirasoftAccessServerBase.ts"],"names":[],"mappings":";;;AAoBA,2DAAmD;AAGnD,MAAa,0BAA2B,SAAQ,kCAAa;IAEzD,YAAY,QAAgB,EAAE,OAAqB,EAAE,OAA+B;QAEhF,KAAK,CAAC,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;IAChD,CAAC;CACJ;AAND,gEAMC;AAAA,CAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -110,7 +110,7 @@ export * from "./command/UserRoleCommand";
|
|
|
110
110
|
export * from "./command/UserRoleSetCommand";
|
|
111
111
|
export * from "./command/ValueCommand";
|
|
112
112
|
export * from "./command/ValueListCommand";
|
|
113
|
-
export * from "./meta/
|
|
113
|
+
export * from "./meta/NamirasoftAccessMetaDatabase";
|
|
114
114
|
export * from "./meta/PermissionCategoryMetaTable";
|
|
115
115
|
export * from "./meta/PermissionFieldMetaTable";
|
|
116
116
|
export * from "./meta/PermissionMetaTable";
|
package/dist/index.js
CHANGED
|
@@ -126,7 +126,7 @@ __exportStar(require("./command/UserRoleCommand"), exports);
|
|
|
126
126
|
__exportStar(require("./command/UserRoleSetCommand"), exports);
|
|
127
127
|
__exportStar(require("./command/ValueCommand"), exports);
|
|
128
128
|
__exportStar(require("./command/ValueListCommand"), exports);
|
|
129
|
-
__exportStar(require("./meta/
|
|
129
|
+
__exportStar(require("./meta/NamirasoftAccessMetaDatabase"), exports);
|
|
130
130
|
__exportStar(require("./meta/PermissionCategoryMetaTable"), exports);
|
|
131
131
|
__exportStar(require("./meta/PermissionFieldMetaTable"), exports);
|
|
132
132
|
__exportStar(require("./meta/PermissionMetaTable"), exports);
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAoBA,kDAAgC;AAChC,2DAAyC;AACzC,iEAA+C;AAC/C,+DAA6C;AAC7C,kEAAgD;AAChD,qEAAmD;AACnD,6EAA2D;AAC3D,0EAAwD;AACxD,wEAAsD;AACtD,iEAA+C;AAC/C,yEAAuD;AACvD,sEAAoD;AACpD,oEAAkD;AAClD,kEAAgD;AAChD,+DAA6C;AAC7C,uEAAqD;AACrD,oEAAkD;AAClD,kEAAgD;AAChD,mEAAiD;AACjD,gEAA8C;AAC9C,0DAAwC;AACxC,6DAA2C;AAC3C,kEAAgD;AAChD,2DAAyC;AACzC,8DAA4C;AAC5C,sEAAoD;AACpD,4EAA0D;AAC1D,4EAA0D;AAC1D,yEAAuD;AACvD,0EAAwD;AACxD,8DAA4C;AAC5C,oEAAkD;AAClD,oEAAkD;AAClD,4EAA0D;AAC1D,4EAA0D;AAC1D,mEAAiD;AACjD,yEAAuD;AACvD,yEAAuD;AACvD,sEAAoD;AACpD,uEAAqD;AACrD,yEAAuD;AACvD,iEAA+C;AAC/C,yEAAuD;AACvD,yEAAuD;AACvD,kEAAgD;AAChD,0EAAwD;AACxD,0EAAwD;AACxD,iEAA+C;AAC/C,uEAAqD;AACrD,uEAAqD;AACrD,oEAAkD;AAClD,qEAAmD;AACnD,uEAAqD;AACrD,oEAAkD;AAClD,kEAAgD;AAChD,wEAAsD;AACtD,wEAAsD;AACtD,qEAAmD;AACnD,sEAAoD;AACpD,0DAAwC;AACxC,gEAA8C;AAC9C,gEAA8C;AAC9C,+DAA6C;AAC7C,qEAAmD;AACnD,qEAAmD;AACnD,kEAAgD;AAChD,mEAAiD;AACjD,qEAAmD;AACnD,6DAA2C;AAC3C,qEAAmD;AACnD,8DAA4C;AAC5C,sEAAoD;AACpD,6DAA2C;AAC3C,mEAAiD;AACjD,mEAAiD;AACjD,gEAA8C;AAC9C,iEAA+C;AAC/C,mEAAiD;AACjD,gEAA8C;AAC9C,2DAAyC;AACzC,8DAA4C;AAC5C,+DAA6C;AAC7C,8DAA4C;AAC5C,gEAA8C;AAC9C,sEAAoD;AACpD,sEAAoD;AACpD,mEAAiD;AACjD,oEAAkD;AAClD,wDAAsC;AACtC,8DAA4C;AAC5C,8DAA4C;AAC5C,6DAA2C;AAC3C,mEAAiD;AACjD,mEAAiD;AACjD,gEAA8C;AAC9C,iEAA+C;AAC/C,mEAAiD;AACjD,2DAAyC;AACzC,mEAAiD;AACjD,4DAA0C;AAC1C,oEAAkD;AAClD,2DAAyC;AACzC,iEAA+C;AAC/C,iEAA+C;AAC/C,8DAA4C;AAC5C,+DAA6C;AAC7C,iEAA+C;AAC/C,8DAA4C;AAC5C,4DAA0C;AAC1C,+DAA6C;AAC7C,yDAAuC;AACvC,6DAA2C;AAC3C,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAoBA,kDAAgC;AAChC,2DAAyC;AACzC,iEAA+C;AAC/C,+DAA6C;AAC7C,kEAAgD;AAChD,qEAAmD;AACnD,6EAA2D;AAC3D,0EAAwD;AACxD,wEAAsD;AACtD,iEAA+C;AAC/C,yEAAuD;AACvD,sEAAoD;AACpD,oEAAkD;AAClD,kEAAgD;AAChD,+DAA6C;AAC7C,uEAAqD;AACrD,oEAAkD;AAClD,kEAAgD;AAChD,mEAAiD;AACjD,gEAA8C;AAC9C,0DAAwC;AACxC,6DAA2C;AAC3C,kEAAgD;AAChD,2DAAyC;AACzC,8DAA4C;AAC5C,sEAAoD;AACpD,4EAA0D;AAC1D,4EAA0D;AAC1D,yEAAuD;AACvD,0EAAwD;AACxD,8DAA4C;AAC5C,oEAAkD;AAClD,oEAAkD;AAClD,4EAA0D;AAC1D,4EAA0D;AAC1D,mEAAiD;AACjD,yEAAuD;AACvD,yEAAuD;AACvD,sEAAoD;AACpD,uEAAqD;AACrD,yEAAuD;AACvD,iEAA+C;AAC/C,yEAAuD;AACvD,yEAAuD;AACvD,kEAAgD;AAChD,0EAAwD;AACxD,0EAAwD;AACxD,iEAA+C;AAC/C,uEAAqD;AACrD,uEAAqD;AACrD,oEAAkD;AAClD,qEAAmD;AACnD,uEAAqD;AACrD,oEAAkD;AAClD,kEAAgD;AAChD,wEAAsD;AACtD,wEAAsD;AACtD,qEAAmD;AACnD,sEAAoD;AACpD,0DAAwC;AACxC,gEAA8C;AAC9C,gEAA8C;AAC9C,+DAA6C;AAC7C,qEAAmD;AACnD,qEAAmD;AACnD,kEAAgD;AAChD,mEAAiD;AACjD,qEAAmD;AACnD,6DAA2C;AAC3C,qEAAmD;AACnD,8DAA4C;AAC5C,sEAAoD;AACpD,6DAA2C;AAC3C,mEAAiD;AACjD,mEAAiD;AACjD,gEAA8C;AAC9C,iEAA+C;AAC/C,mEAAiD;AACjD,gEAA8C;AAC9C,2DAAyC;AACzC,8DAA4C;AAC5C,+DAA6C;AAC7C,8DAA4C;AAC5C,gEAA8C;AAC9C,sEAAoD;AACpD,sEAAoD;AACpD,mEAAiD;AACjD,oEAAkD;AAClD,wDAAsC;AACtC,8DAA4C;AAC5C,8DAA4C;AAC5C,6DAA2C;AAC3C,mEAAiD;AACjD,mEAAiD;AACjD,gEAA8C;AAC9C,iEAA+C;AAC/C,mEAAiD;AACjD,2DAAyC;AACzC,mEAAiD;AACjD,4DAA0C;AAC1C,oEAAkD;AAClD,2DAAyC;AACzC,iEAA+C;AAC/C,iEAA+C;AAC/C,8DAA4C;AAC5C,+DAA6C;AAC7C,iEAA+C;AAC/C,8DAA4C;AAC5C,4DAA0C;AAC1C,+DAA6C;AAC7C,yDAAuC;AACvC,6DAA2C;AAC3C,sEAAoD;AACpD,qEAAmD;AACnD,kEAAgD;AAChD,6DAA2C;AAC3C,gEAA8C;AAC9C,iEAA+C;AAC/C,8DAA4C;AAC5C,yDAAuC;AACvC,4DAA0C;AAC1C,+DAA6C;AAC7C,4DAA0C;AAC1C,uDAAqC;AACrC,0DAAwC;AACxC,kDAAgC;AAChC,+DAA6C;AAC7C,4DAA0C;AAC1C,0DAAwC;AACxC,8DAA4C;AAC5C,2DAAyC;AACzC,0DAAwC;AACxC,2DAAyC;AACzC,sDAAoC;AACpC,yDAAuC;AACvC,0DAAwC;AACxC,uDAAqC;AACrC,uDAAqC;AACrC,kDAAgC;AAChC,qDAAmC;AACnC,mDAAiC;AACjC,wDAAsC;AACtC,qDAAmC;AACnC,oDAAkC;AAClC,qDAAmC;AACnC,gDAA8B;AAC9B,mDAAiC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { NSBaseMetaDatabase } from "namirasoft-site";
|
|
1
2
|
import { PermissionCategoryMetaTable } from "./PermissionCategoryMetaTable";
|
|
2
3
|
import { PermissionFieldMetaTable } from "./PermissionFieldMetaTable";
|
|
3
4
|
import { PermissionMetaTable } from "./PermissionMetaTable";
|
|
@@ -10,19 +11,21 @@ import { RoleCategoryMetaTable } from "./RoleCategoryMetaTable";
|
|
|
10
11
|
import { RoleFieldMetaTable } from "./RoleFieldMetaTable";
|
|
11
12
|
import { RoleMetaTable } from "./RoleMetaTable";
|
|
12
13
|
import { RoleTagMetaTable } from "./RoleTagMetaTable";
|
|
13
|
-
export declare class
|
|
14
|
-
static main:
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
14
|
+
export declare class NamirasoftAccessMetaDatabase extends NSBaseMetaDatabase {
|
|
15
|
+
static main: NamirasoftAccessMetaDatabase;
|
|
16
|
+
tables: {
|
|
17
|
+
permission: PermissionMetaTable;
|
|
18
|
+
permission_category: PermissionCategoryMetaTable;
|
|
19
|
+
permission_field: PermissionFieldMetaTable;
|
|
20
|
+
permission_tag: PermissionTagMetaTable;
|
|
21
|
+
policy: PolicyMetaTable;
|
|
22
|
+
policy_category: PolicyCategoryMetaTable;
|
|
23
|
+
policy_field: PolicyFieldMetaTable;
|
|
24
|
+
policy_tag: PolicyTagMetaTable;
|
|
25
|
+
role: RoleMetaTable;
|
|
26
|
+
role_category: RoleCategoryMetaTable;
|
|
27
|
+
role_field: RoleFieldMetaTable;
|
|
28
|
+
role_tag: RoleTagMetaTable;
|
|
29
|
+
};
|
|
27
30
|
constructor();
|
|
28
31
|
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NamirasoftAccessMetaDatabase = void 0;
|
|
4
|
+
const namirasoft_site_1 = require("namirasoft-site");
|
|
5
|
+
const PermissionCategoryMetaTable_1 = require("./PermissionCategoryMetaTable");
|
|
6
|
+
const PermissionFieldMetaTable_1 = require("./PermissionFieldMetaTable");
|
|
7
|
+
const PermissionMetaTable_1 = require("./PermissionMetaTable");
|
|
8
|
+
const PermissionTagMetaTable_1 = require("./PermissionTagMetaTable");
|
|
9
|
+
const PolicyCategoryMetaTable_1 = require("./PolicyCategoryMetaTable");
|
|
10
|
+
const PolicyFieldMetaTable_1 = require("./PolicyFieldMetaTable");
|
|
11
|
+
const PolicyMetaTable_1 = require("./PolicyMetaTable");
|
|
12
|
+
const PolicyTagMetaTable_1 = require("./PolicyTagMetaTable");
|
|
13
|
+
const RoleCategoryMetaTable_1 = require("./RoleCategoryMetaTable");
|
|
14
|
+
const RoleFieldMetaTable_1 = require("./RoleFieldMetaTable");
|
|
15
|
+
const RoleMetaTable_1 = require("./RoleMetaTable");
|
|
16
|
+
const RoleTagMetaTable_1 = require("./RoleTagMetaTable");
|
|
17
|
+
class NamirasoftAccessMetaDatabase extends namirasoft_site_1.NSBaseMetaDatabase {
|
|
18
|
+
constructor() {
|
|
19
|
+
super({ id: "prd-c7836310e7e54170", name: "Namirasoft Access", headline: "User Access Management", description: "Control who can access your Namirasoft account and services. Set permissions, manage user roles, and ensure secure access to your resources.", logo: "https://static.namirasoft.com/image/namirasoft/access/logo/base.png", link: "https://access.namirasoft.com" });
|
|
20
|
+
this.tables = {
|
|
21
|
+
permission: new PermissionMetaTable_1.PermissionMetaTable(this),
|
|
22
|
+
permission_category: new PermissionCategoryMetaTable_1.PermissionCategoryMetaTable(this),
|
|
23
|
+
permission_field: new PermissionFieldMetaTable_1.PermissionFieldMetaTable(this),
|
|
24
|
+
permission_tag: new PermissionTagMetaTable_1.PermissionTagMetaTable(this),
|
|
25
|
+
policy: new PolicyMetaTable_1.PolicyMetaTable(this),
|
|
26
|
+
policy_category: new PolicyCategoryMetaTable_1.PolicyCategoryMetaTable(this),
|
|
27
|
+
policy_field: new PolicyFieldMetaTable_1.PolicyFieldMetaTable(this),
|
|
28
|
+
policy_tag: new PolicyTagMetaTable_1.PolicyTagMetaTable(this),
|
|
29
|
+
role: new RoleMetaTable_1.RoleMetaTable(this),
|
|
30
|
+
role_category: new RoleCategoryMetaTable_1.RoleCategoryMetaTable(this),
|
|
31
|
+
role_field: new RoleFieldMetaTable_1.RoleFieldMetaTable(this),
|
|
32
|
+
role_tag: new RoleTagMetaTable_1.RoleTagMetaTable(this),
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
;
|
|
36
|
+
}
|
|
37
|
+
exports.NamirasoftAccessMetaDatabase = NamirasoftAccessMetaDatabase;
|
|
38
|
+
NamirasoftAccessMetaDatabase.main = new NamirasoftAccessMetaDatabase();
|
|
39
|
+
;
|
|
40
|
+
//# sourceMappingURL=NamirasoftAccessMetaDatabase.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NamirasoftAccessMetaDatabase.js","sourceRoot":"","sources":["../../src/meta/NamirasoftAccessMetaDatabase.ts"],"names":[],"mappings":";;;AAoBA,qDAAqD;AACrD,+EAA4E;AAC5E,yEAAsE;AACtE,+DAA4D;AAC5D,qEAAkE;AAClE,uEAAoE;AACpE,iEAA8D;AAC9D,uDAAoD;AACpD,6DAA0D;AAC1D,mEAAgE;AAChE,6DAA0D;AAC1D,mDAAgD;AAChD,yDAAsD;AAEtD,MAAa,4BAA6B,SAAQ,oCAAkB;IAiBhE;QAEI,KAAK,CAAC,EAAE,EAAE,EAAE,sBAAsB,EAAE,IAAI,EAAE,mBAAmB,EAAE,QAAQ,EAAE,wBAAwB,EAAE,WAAW,EAAE,8IAA8I,EAAE,IAAI,EAAE,qEAAqE,EAAE,IAAI,EAAE,+BAA+B,EAAE,CAAC,CAAC;QACtX,IAAI,CAAC,MAAM,GAAG;YACV,UAAU,EAAE,IAAI,yCAAmB,CAAC,IAAI,CAAC;YACzC,mBAAmB,EAAE,IAAI,yDAA2B,CAAC,IAAI,CAAC;YAC1D,gBAAgB,EAAE,IAAI,mDAAwB,CAAC,IAAI,CAAC;YACpD,cAAc,EAAE,IAAI,+CAAsB,CAAC,IAAI,CAAC;YAChD,MAAM,EAAE,IAAI,iCAAe,CAAC,IAAI,CAAC;YACjC,eAAe,EAAE,IAAI,iDAAuB,CAAC,IAAI,CAAC;YAClD,YAAY,EAAE,IAAI,2CAAoB,CAAC,IAAI,CAAC;YAC5C,UAAU,EAAE,IAAI,uCAAkB,CAAC,IAAI,CAAC;YACxC,IAAI,EAAE,IAAI,6BAAa,CAAC,IAAI,CAAC;YAC7B,aAAa,EAAE,IAAI,6CAAqB,CAAC,IAAI,CAAC;YAC9C,UAAU,EAAE,IAAI,uCAAkB,CAAC,IAAI,CAAC;YACxC,QAAQ,EAAE,IAAI,mCAAgB,CAAC,IAAI,CAAC;SACvC,CAAC;IACN,CAAC;IAAA,CAAC;;AAlCN,oEAmCC;AAjCiB,iCAAI,GAAiC,IAAI,4BAA4B,EAAE,CAAC;AAiCzF,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { BaseMetaColumn
|
|
2
|
-
|
|
1
|
+
import { BaseMetaColumn } from "namirasoft-core";
|
|
2
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
3
|
+
export declare class PermissionCategoryMetaTable extends NSBaseMetaTable {
|
|
3
4
|
columns: {
|
|
4
5
|
id: BaseMetaColumn;
|
|
5
6
|
user_id: BaseMetaColumn;
|
|
@@ -8,5 +9,5 @@ export declare class PermissionCategoryMetaTable extends BaseMetaTable {
|
|
|
8
9
|
created_at: BaseMetaColumn;
|
|
9
10
|
updated_at: BaseMetaColumn;
|
|
10
11
|
};
|
|
11
|
-
constructor();
|
|
12
|
+
constructor(database: NSBaseMetaDatabase);
|
|
12
13
|
}
|
|
@@ -2,16 +2,17 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PermissionCategoryMetaTable = void 0;
|
|
4
4
|
const namirasoft_core_1 = require("namirasoft-core");
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
const namirasoft_site_1 = require("namirasoft-site");
|
|
6
|
+
class PermissionCategoryMetaTable extends namirasoft_site_1.NSBaseMetaTable {
|
|
7
|
+
constructor(database) {
|
|
8
|
+
super(database, "permission_category", "Permission Category", new namirasoft_core_1.BaseUUID(""));
|
|
8
9
|
this.columns = {
|
|
9
|
-
id: new namirasoft_core_1.BaseMetaColumn("id", "Id", "Integer", true),
|
|
10
|
-
user_id: new namirasoft_core_1.BaseMetaColumn("user_id", "User Id", "String", true),
|
|
11
|
-
entity_id: new namirasoft_core_1.BaseMetaColumn("entity_id", "Entity Id", "String", true),
|
|
12
|
-
category_id: new namirasoft_core_1.BaseMetaColumn("category_id", "Category Id", "String", true),
|
|
13
|
-
created_at: new namirasoft_core_1.BaseMetaColumn("created_at", "Created At", "DateTime", true),
|
|
14
|
-
updated_at: new namirasoft_core_1.BaseMetaColumn("updated_at", "Updated At", "DateTime", true),
|
|
10
|
+
id: new namirasoft_core_1.BaseMetaColumn(this, "id", "Id", "Integer", true),
|
|
11
|
+
user_id: new namirasoft_core_1.BaseMetaColumn(this, "user_id", "User Id", "String", true),
|
|
12
|
+
entity_id: new namirasoft_core_1.BaseMetaColumn(this, "entity_id", "Entity Id", "String", true),
|
|
13
|
+
category_id: new namirasoft_core_1.BaseMetaColumn(this, "category_id", "Category Id", "String", true),
|
|
14
|
+
created_at: new namirasoft_core_1.BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
15
|
+
updated_at: new namirasoft_core_1.BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
15
16
|
};
|
|
16
17
|
}
|
|
17
18
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PermissionCategoryMetaTable.js","sourceRoot":"","sources":["../../src/meta/PermissionCategoryMetaTable.ts"],"names":[],"mappings":";;;AAoBA,
|
|
1
|
+
{"version":3,"file":"PermissionCategoryMetaTable.js","sourceRoot":"","sources":["../../src/meta/PermissionCategoryMetaTable.ts"],"names":[],"mappings":";;;AAoBA,qDAA2D;AAC3D,qDAAsE;AAEtE,MAAa,2BAA4B,SAAQ,iCAAe;IAU5D,YAAY,QAA4B;QAEpC,KAAK,CAAC,QAAQ,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,IAAI,0BAAQ,CAAC,EAAE,CAAC,CAAC,CAAC;QAChF,IAAI,CAAC,OAAO,GAAG;YACX,EAAE,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,CAAC;YACzD,OAAO,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,CAAC;YACvE,SAAS,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC7E,WAAW,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,aAAa,EAAE,aAAa,EAAE,QAAQ,EAAE,IAAI,CAAC;YACnF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;YAClF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;SACrF,CAAC;IACN,CAAC;CACJ;AAtBD,kEAsBC;AAAA,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { BaseMetaColumn
|
|
2
|
-
|
|
1
|
+
import { BaseMetaColumn } from "namirasoft-core";
|
|
2
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
3
|
+
export declare class PermissionFieldMetaTable extends NSBaseMetaTable {
|
|
3
4
|
columns: {
|
|
4
5
|
id: BaseMetaColumn;
|
|
5
6
|
user_id: BaseMetaColumn;
|
|
@@ -10,5 +11,5 @@ export declare class PermissionFieldMetaTable extends BaseMetaTable {
|
|
|
10
11
|
created_at: BaseMetaColumn;
|
|
11
12
|
updated_at: BaseMetaColumn;
|
|
12
13
|
};
|
|
13
|
-
constructor();
|
|
14
|
+
constructor(database: NSBaseMetaDatabase);
|
|
14
15
|
}
|
|
@@ -2,18 +2,19 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PermissionFieldMetaTable = void 0;
|
|
4
4
|
const namirasoft_core_1 = require("namirasoft-core");
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
const namirasoft_site_1 = require("namirasoft-site");
|
|
6
|
+
class PermissionFieldMetaTable extends namirasoft_site_1.NSBaseMetaTable {
|
|
7
|
+
constructor(database) {
|
|
8
|
+
super(database, "permission_field", "Permission Field", new namirasoft_core_1.BaseUUID(""));
|
|
8
9
|
this.columns = {
|
|
9
|
-
id: new namirasoft_core_1.BaseMetaColumn("id", "Id", "Integer", true),
|
|
10
|
-
user_id: new namirasoft_core_1.BaseMetaColumn("user_id", "User Id", "String", true),
|
|
11
|
-
entity_id: new namirasoft_core_1.BaseMetaColumn("entity_id", "Entity Id", "String", true),
|
|
12
|
-
field_id: new namirasoft_core_1.BaseMetaColumn("field_id", "Field Id", "String", true),
|
|
13
|
-
value: new namirasoft_core_1.BaseMetaColumn("value", "Value", "String", true),
|
|
14
|
-
description: new namirasoft_core_1.BaseMetaColumn("description", "Description", "String", false),
|
|
15
|
-
created_at: new namirasoft_core_1.BaseMetaColumn("created_at", "Created At", "DateTime", true),
|
|
16
|
-
updated_at: new namirasoft_core_1.BaseMetaColumn("updated_at", "Updated At", "DateTime", true),
|
|
10
|
+
id: new namirasoft_core_1.BaseMetaColumn(this, "id", "Id", "Integer", true),
|
|
11
|
+
user_id: new namirasoft_core_1.BaseMetaColumn(this, "user_id", "User Id", "String", true),
|
|
12
|
+
entity_id: new namirasoft_core_1.BaseMetaColumn(this, "entity_id", "Entity Id", "String", true),
|
|
13
|
+
field_id: new namirasoft_core_1.BaseMetaColumn(this, "field_id", "Field Id", "String", true),
|
|
14
|
+
value: new namirasoft_core_1.BaseMetaColumn(this, "value", "Value", "String", true),
|
|
15
|
+
description: new namirasoft_core_1.BaseMetaColumn(this, "description", "Description", "String", false),
|
|
16
|
+
created_at: new namirasoft_core_1.BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
17
|
+
updated_at: new namirasoft_core_1.BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
17
18
|
};
|
|
18
19
|
}
|
|
19
20
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PermissionFieldMetaTable.js","sourceRoot":"","sources":["../../src/meta/PermissionFieldMetaTable.ts"],"names":[],"mappings":";;;AAoBA,
|
|
1
|
+
{"version":3,"file":"PermissionFieldMetaTable.js","sourceRoot":"","sources":["../../src/meta/PermissionFieldMetaTable.ts"],"names":[],"mappings":";;;AAoBA,qDAA2D;AAC3D,qDAAsE;AAEtE,MAAa,wBAAyB,SAAQ,iCAAe;IAYzD,YAAY,QAA4B;QAEpC,KAAK,CAAC,QAAQ,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,IAAI,0BAAQ,CAAC,EAAE,CAAC,CAAC,CAAC;QAC1E,IAAI,CAAC,OAAO,GAAG;YACX,EAAE,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,CAAC;YACzD,OAAO,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,CAAC;YACvE,SAAS,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC7E,QAAQ,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,UAAU,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC1E,KAAK,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC;YACjE,WAAW,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,aAAa,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,CAAC;YACpF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;YAClF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;SACrF,CAAC;IACN,CAAC;CACJ;AA1BD,4DA0BC;AAAA,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { BaseMetaColumn
|
|
2
|
-
|
|
1
|
+
import { BaseMetaColumn } from "namirasoft-core";
|
|
2
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
3
|
+
export declare class PermissionMetaTable extends NSBaseMetaTable {
|
|
3
4
|
columns: {
|
|
4
5
|
id: BaseMetaColumn;
|
|
5
6
|
user_id: BaseMetaColumn;
|
|
@@ -11,5 +12,5 @@ export declare class PermissionMetaTable extends BaseMetaTable {
|
|
|
11
12
|
created_at: BaseMetaColumn;
|
|
12
13
|
updated_at: BaseMetaColumn;
|
|
13
14
|
};
|
|
14
|
-
constructor();
|
|
15
|
+
constructor(database: NSBaseMetaDatabase);
|
|
15
16
|
}
|
|
@@ -2,19 +2,20 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PermissionMetaTable = void 0;
|
|
4
4
|
const namirasoft_core_1 = require("namirasoft-core");
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
const namirasoft_site_1 = require("namirasoft-site");
|
|
6
|
+
class PermissionMetaTable extends namirasoft_site_1.NSBaseMetaTable {
|
|
7
|
+
constructor(database) {
|
|
8
|
+
super(database, "permission", "Permission", new namirasoft_core_1.BaseUUID("acs-pms"));
|
|
8
9
|
this.columns = {
|
|
9
|
-
id: new namirasoft_core_1.BaseMetaColumn("id", "Id", "String", true),
|
|
10
|
-
user_id: new namirasoft_core_1.BaseMetaColumn("user_id", "User Id", "String", true),
|
|
11
|
-
to_user_id: new namirasoft_core_1.BaseMetaColumn("to_user_id", "To User Id", "String", true),
|
|
12
|
-
first_name: new namirasoft_core_1.BaseMetaColumn("first_name", "First Name", "String", true),
|
|
13
|
-
last_name: new namirasoft_core_1.BaseMetaColumn("last_name", "Last Name", "String", true),
|
|
14
|
-
email: new namirasoft_core_1.BaseMetaColumn("email", "Email", "String", true),
|
|
15
|
-
default: new namirasoft_core_1.BaseMetaColumn("default", "Default", "Boolean", true),
|
|
16
|
-
created_at: new namirasoft_core_1.BaseMetaColumn("created_at", "Created At", "DateTime", true),
|
|
17
|
-
updated_at: new namirasoft_core_1.BaseMetaColumn("updated_at", "Updated At", "DateTime", true),
|
|
10
|
+
id: new namirasoft_core_1.BaseMetaColumn(this, "id", "Id", "String", true),
|
|
11
|
+
user_id: new namirasoft_core_1.BaseMetaColumn(this, "user_id", "User Id", "String", true),
|
|
12
|
+
to_user_id: new namirasoft_core_1.BaseMetaColumn(this, "to_user_id", "To User Id", "String", true),
|
|
13
|
+
first_name: new namirasoft_core_1.BaseMetaColumn(this, "first_name", "First Name", "String", true),
|
|
14
|
+
last_name: new namirasoft_core_1.BaseMetaColumn(this, "last_name", "Last Name", "String", true),
|
|
15
|
+
email: new namirasoft_core_1.BaseMetaColumn(this, "email", "Email", "String", true),
|
|
16
|
+
default: new namirasoft_core_1.BaseMetaColumn(this, "default", "Default", "Boolean", true),
|
|
17
|
+
created_at: new namirasoft_core_1.BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
18
|
+
updated_at: new namirasoft_core_1.BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
18
19
|
};
|
|
19
20
|
}
|
|
20
21
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PermissionMetaTable.js","sourceRoot":"","sources":["../../src/meta/PermissionMetaTable.ts"],"names":[],"mappings":";;;AAoBA,
|
|
1
|
+
{"version":3,"file":"PermissionMetaTable.js","sourceRoot":"","sources":["../../src/meta/PermissionMetaTable.ts"],"names":[],"mappings":";;;AAoBA,qDAA2D;AAC3D,qDAAsE;AAEtE,MAAa,mBAAoB,SAAQ,iCAAe;IAapD,YAAY,QAA4B;QAEpC,KAAK,CAAC,QAAQ,EAAE,YAAY,EAAE,YAAY,EAAE,IAAI,0BAAQ,CAAC,SAAS,CAAC,CAAC,CAAC;QACrE,IAAI,CAAC,OAAO,GAAG;YACX,EAAE,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,CAAC;YACxD,OAAO,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,CAAC;YACvE,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,CAAC;YAChF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,CAAC;YAChF,SAAS,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC7E,KAAK,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC;YACjE,OAAO,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,IAAI,CAAC;YACxE,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;YAClF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;SACrF,CAAC;IACN,CAAC;CACJ;AA5BD,kDA4BC;AAAA,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { BaseMetaColumn
|
|
2
|
-
|
|
1
|
+
import { BaseMetaColumn } from "namirasoft-core";
|
|
2
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
3
|
+
export declare class PermissionTagMetaTable extends NSBaseMetaTable {
|
|
3
4
|
columns: {
|
|
4
5
|
id: BaseMetaColumn;
|
|
5
6
|
user_id: BaseMetaColumn;
|
|
@@ -10,5 +11,5 @@ export declare class PermissionTagMetaTable extends BaseMetaTable {
|
|
|
10
11
|
created_at: BaseMetaColumn;
|
|
11
12
|
updated_at: BaseMetaColumn;
|
|
12
13
|
};
|
|
13
|
-
constructor();
|
|
14
|
+
constructor(database: NSBaseMetaDatabase);
|
|
14
15
|
}
|
|
@@ -2,18 +2,19 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PermissionTagMetaTable = void 0;
|
|
4
4
|
const namirasoft_core_1 = require("namirasoft-core");
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
const namirasoft_site_1 = require("namirasoft-site");
|
|
6
|
+
class PermissionTagMetaTable extends namirasoft_site_1.NSBaseMetaTable {
|
|
7
|
+
constructor(database) {
|
|
8
|
+
super(database, "permission_tag", "Permission Tag", new namirasoft_core_1.BaseUUID(""));
|
|
8
9
|
this.columns = {
|
|
9
|
-
id: new namirasoft_core_1.BaseMetaColumn("id", "Id", "Integer", true),
|
|
10
|
-
user_id: new namirasoft_core_1.BaseMetaColumn("user_id", "User Id", "String", true),
|
|
11
|
-
entity_id: new namirasoft_core_1.BaseMetaColumn("entity_id", "Entity Id", "String", true),
|
|
12
|
-
name: new namirasoft_core_1.BaseMetaColumn("name", "Name", "String", true),
|
|
13
|
-
value: new namirasoft_core_1.BaseMetaColumn("value", "Value", "String", true),
|
|
14
|
-
description: new namirasoft_core_1.BaseMetaColumn("description", "Description", "String", false),
|
|
15
|
-
created_at: new namirasoft_core_1.BaseMetaColumn("created_at", "Created At", "DateTime", true),
|
|
16
|
-
updated_at: new namirasoft_core_1.BaseMetaColumn("updated_at", "Updated At", "DateTime", true),
|
|
10
|
+
id: new namirasoft_core_1.BaseMetaColumn(this, "id", "Id", "Integer", true),
|
|
11
|
+
user_id: new namirasoft_core_1.BaseMetaColumn(this, "user_id", "User Id", "String", true),
|
|
12
|
+
entity_id: new namirasoft_core_1.BaseMetaColumn(this, "entity_id", "Entity Id", "String", true),
|
|
13
|
+
name: new namirasoft_core_1.BaseMetaColumn(this, "name", "Name", "String", true),
|
|
14
|
+
value: new namirasoft_core_1.BaseMetaColumn(this, "value", "Value", "String", true),
|
|
15
|
+
description: new namirasoft_core_1.BaseMetaColumn(this, "description", "Description", "String", false),
|
|
16
|
+
created_at: new namirasoft_core_1.BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
17
|
+
updated_at: new namirasoft_core_1.BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
17
18
|
};
|
|
18
19
|
}
|
|
19
20
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PermissionTagMetaTable.js","sourceRoot":"","sources":["../../src/meta/PermissionTagMetaTable.ts"],"names":[],"mappings":";;;AAoBA,
|
|
1
|
+
{"version":3,"file":"PermissionTagMetaTable.js","sourceRoot":"","sources":["../../src/meta/PermissionTagMetaTable.ts"],"names":[],"mappings":";;;AAoBA,qDAA2D;AAC3D,qDAAsE;AAEtE,MAAa,sBAAuB,SAAQ,iCAAe;IAYvD,YAAY,QAA4B;QAEpC,KAAK,CAAC,QAAQ,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,IAAI,0BAAQ,CAAC,EAAE,CAAC,CAAC,CAAC;QACtE,IAAI,CAAC,OAAO,GAAG;YACX,EAAE,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,CAAC;YACzD,OAAO,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,CAAC;YACvE,SAAS,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC7E,IAAI,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC9D,KAAK,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC;YACjE,WAAW,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,aAAa,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,CAAC;YACpF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;YAClF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;SACrF,CAAC;IACN,CAAC;CACJ;AA1BD,wDA0BC;AAAA,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { BaseMetaColumn
|
|
2
|
-
|
|
1
|
+
import { BaseMetaColumn } from "namirasoft-core";
|
|
2
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
3
|
+
export declare class PolicyCategoryMetaTable extends NSBaseMetaTable {
|
|
3
4
|
columns: {
|
|
4
5
|
id: BaseMetaColumn;
|
|
5
6
|
user_id: BaseMetaColumn;
|
|
@@ -8,5 +9,5 @@ export declare class PolicyCategoryMetaTable extends BaseMetaTable {
|
|
|
8
9
|
created_at: BaseMetaColumn;
|
|
9
10
|
updated_at: BaseMetaColumn;
|
|
10
11
|
};
|
|
11
|
-
constructor();
|
|
12
|
+
constructor(database: NSBaseMetaDatabase);
|
|
12
13
|
}
|
|
@@ -2,16 +2,17 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PolicyCategoryMetaTable = void 0;
|
|
4
4
|
const namirasoft_core_1 = require("namirasoft-core");
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
const namirasoft_site_1 = require("namirasoft-site");
|
|
6
|
+
class PolicyCategoryMetaTable extends namirasoft_site_1.NSBaseMetaTable {
|
|
7
|
+
constructor(database) {
|
|
8
|
+
super(database, "policy_category", "Policy Category", new namirasoft_core_1.BaseUUID(""));
|
|
8
9
|
this.columns = {
|
|
9
|
-
id: new namirasoft_core_1.BaseMetaColumn("id", "Id", "Integer", true),
|
|
10
|
-
user_id: new namirasoft_core_1.BaseMetaColumn("user_id", "User Id", "String", true),
|
|
11
|
-
entity_id: new namirasoft_core_1.BaseMetaColumn("entity_id", "Entity Id", "String", true),
|
|
12
|
-
category_id: new namirasoft_core_1.BaseMetaColumn("category_id", "Category Id", "String", true),
|
|
13
|
-
created_at: new namirasoft_core_1.BaseMetaColumn("created_at", "Created At", "DateTime", true),
|
|
14
|
-
updated_at: new namirasoft_core_1.BaseMetaColumn("updated_at", "Updated At", "DateTime", true),
|
|
10
|
+
id: new namirasoft_core_1.BaseMetaColumn(this, "id", "Id", "Integer", true),
|
|
11
|
+
user_id: new namirasoft_core_1.BaseMetaColumn(this, "user_id", "User Id", "String", true),
|
|
12
|
+
entity_id: new namirasoft_core_1.BaseMetaColumn(this, "entity_id", "Entity Id", "String", true),
|
|
13
|
+
category_id: new namirasoft_core_1.BaseMetaColumn(this, "category_id", "Category Id", "String", true),
|
|
14
|
+
created_at: new namirasoft_core_1.BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
15
|
+
updated_at: new namirasoft_core_1.BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
15
16
|
};
|
|
16
17
|
}
|
|
17
18
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PolicyCategoryMetaTable.js","sourceRoot":"","sources":["../../src/meta/PolicyCategoryMetaTable.ts"],"names":[],"mappings":";;;AAoBA,
|
|
1
|
+
{"version":3,"file":"PolicyCategoryMetaTable.js","sourceRoot":"","sources":["../../src/meta/PolicyCategoryMetaTable.ts"],"names":[],"mappings":";;;AAoBA,qDAA2D;AAC3D,qDAAsE;AAEtE,MAAa,uBAAwB,SAAQ,iCAAe;IAUxD,YAAY,QAA4B;QAEpC,KAAK,CAAC,QAAQ,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,IAAI,0BAAQ,CAAC,EAAE,CAAC,CAAC,CAAC;QACxE,IAAI,CAAC,OAAO,GAAG;YACX,EAAE,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,CAAC;YACzD,OAAO,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,CAAC;YACvE,SAAS,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC7E,WAAW,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,aAAa,EAAE,aAAa,EAAE,QAAQ,EAAE,IAAI,CAAC;YACnF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;YAClF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;SACrF,CAAC;IACN,CAAC;CACJ;AAtBD,0DAsBC;AAAA,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { BaseMetaColumn
|
|
2
|
-
|
|
1
|
+
import { BaseMetaColumn } from "namirasoft-core";
|
|
2
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
3
|
+
export declare class PolicyFieldMetaTable extends NSBaseMetaTable {
|
|
3
4
|
columns: {
|
|
4
5
|
id: BaseMetaColumn;
|
|
5
6
|
user_id: BaseMetaColumn;
|
|
@@ -10,5 +11,5 @@ export declare class PolicyFieldMetaTable extends BaseMetaTable {
|
|
|
10
11
|
created_at: BaseMetaColumn;
|
|
11
12
|
updated_at: BaseMetaColumn;
|
|
12
13
|
};
|
|
13
|
-
constructor();
|
|
14
|
+
constructor(database: NSBaseMetaDatabase);
|
|
14
15
|
}
|
|
@@ -2,18 +2,19 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PolicyFieldMetaTable = void 0;
|
|
4
4
|
const namirasoft_core_1 = require("namirasoft-core");
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
const namirasoft_site_1 = require("namirasoft-site");
|
|
6
|
+
class PolicyFieldMetaTable extends namirasoft_site_1.NSBaseMetaTable {
|
|
7
|
+
constructor(database) {
|
|
8
|
+
super(database, "policy_field", "Policy Field", new namirasoft_core_1.BaseUUID(""));
|
|
8
9
|
this.columns = {
|
|
9
|
-
id: new namirasoft_core_1.BaseMetaColumn("id", "Id", "Integer", true),
|
|
10
|
-
user_id: new namirasoft_core_1.BaseMetaColumn("user_id", "User Id", "String", true),
|
|
11
|
-
entity_id: new namirasoft_core_1.BaseMetaColumn("entity_id", "Entity Id", "String", true),
|
|
12
|
-
field_id: new namirasoft_core_1.BaseMetaColumn("field_id", "Field Id", "String", true),
|
|
13
|
-
value: new namirasoft_core_1.BaseMetaColumn("value", "Value", "String", true),
|
|
14
|
-
description: new namirasoft_core_1.BaseMetaColumn("description", "Description", "String", false),
|
|
15
|
-
created_at: new namirasoft_core_1.BaseMetaColumn("created_at", "Created At", "DateTime", true),
|
|
16
|
-
updated_at: new namirasoft_core_1.BaseMetaColumn("updated_at", "Updated At", "DateTime", true),
|
|
10
|
+
id: new namirasoft_core_1.BaseMetaColumn(this, "id", "Id", "Integer", true),
|
|
11
|
+
user_id: new namirasoft_core_1.BaseMetaColumn(this, "user_id", "User Id", "String", true),
|
|
12
|
+
entity_id: new namirasoft_core_1.BaseMetaColumn(this, "entity_id", "Entity Id", "String", true),
|
|
13
|
+
field_id: new namirasoft_core_1.BaseMetaColumn(this, "field_id", "Field Id", "String", true),
|
|
14
|
+
value: new namirasoft_core_1.BaseMetaColumn(this, "value", "Value", "String", true),
|
|
15
|
+
description: new namirasoft_core_1.BaseMetaColumn(this, "description", "Description", "String", false),
|
|
16
|
+
created_at: new namirasoft_core_1.BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
17
|
+
updated_at: new namirasoft_core_1.BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
17
18
|
};
|
|
18
19
|
}
|
|
19
20
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PolicyFieldMetaTable.js","sourceRoot":"","sources":["../../src/meta/PolicyFieldMetaTable.ts"],"names":[],"mappings":";;;AAoBA,
|
|
1
|
+
{"version":3,"file":"PolicyFieldMetaTable.js","sourceRoot":"","sources":["../../src/meta/PolicyFieldMetaTable.ts"],"names":[],"mappings":";;;AAoBA,qDAA2D;AAC3D,qDAAsE;AAEtE,MAAa,oBAAqB,SAAQ,iCAAe;IAYrD,YAAY,QAA4B;QAEpC,KAAK,CAAC,QAAQ,EAAE,cAAc,EAAE,cAAc,EAAE,IAAI,0BAAQ,CAAC,EAAE,CAAC,CAAC,CAAC;QAClE,IAAI,CAAC,OAAO,GAAG;YACX,EAAE,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,CAAC;YACzD,OAAO,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,CAAC;YACvE,SAAS,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC7E,QAAQ,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,UAAU,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC1E,KAAK,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC;YACjE,WAAW,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,aAAa,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,CAAC;YACpF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;YAClF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;SACrF,CAAC;IACN,CAAC;CACJ;AA1BD,oDA0BC;AAAA,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { BaseMetaColumn
|
|
2
|
-
|
|
1
|
+
import { BaseMetaColumn } from "namirasoft-core";
|
|
2
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
3
|
+
export declare class PolicyMetaTable extends NSBaseMetaTable {
|
|
3
4
|
columns: {
|
|
4
5
|
id: BaseMetaColumn;
|
|
5
6
|
user_id: BaseMetaColumn;
|
|
@@ -13,5 +14,5 @@ export declare class PolicyMetaTable extends BaseMetaTable {
|
|
|
13
14
|
created_at: BaseMetaColumn;
|
|
14
15
|
updated_at: BaseMetaColumn;
|
|
15
16
|
};
|
|
16
|
-
constructor();
|
|
17
|
+
constructor(database: NSBaseMetaDatabase);
|
|
17
18
|
}
|
|
@@ -2,21 +2,22 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PolicyMetaTable = void 0;
|
|
4
4
|
const namirasoft_core_1 = require("namirasoft-core");
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
const namirasoft_site_1 = require("namirasoft-site");
|
|
6
|
+
class PolicyMetaTable extends namirasoft_site_1.NSBaseMetaTable {
|
|
7
|
+
constructor(database) {
|
|
8
|
+
super(database, "policy", "Policy", new namirasoft_core_1.BaseUUID("acs-plc"));
|
|
8
9
|
this.columns = {
|
|
9
|
-
id: new namirasoft_core_1.BaseMetaColumn("id", "Id", "String", true),
|
|
10
|
-
user_id: new namirasoft_core_1.BaseMetaColumn("user_id", "User Id", "String", false),
|
|
11
|
-
product_id: new namirasoft_core_1.BaseMetaColumn("product_id", "Product Id", "String", true),
|
|
12
|
-
name: new namirasoft_core_1.BaseMetaColumn("name", "Name", "String", true),
|
|
13
|
-
entity: new namirasoft_core_1.BaseMetaColumn("entity", "Entity", "String", true),
|
|
14
|
-
actions: new namirasoft_core_1.BaseMetaColumn("actions", "Actions", "String", true),
|
|
15
|
-
resources: new namirasoft_core_1.BaseMetaColumn("resources", "Resources", "String", true),
|
|
16
|
-
allow: new namirasoft_core_1.BaseMetaColumn("allow", "Allow", "Boolean", true),
|
|
17
|
-
description: new namirasoft_core_1.BaseMetaColumn("description", "Description", "String", false),
|
|
18
|
-
created_at: new namirasoft_core_1.BaseMetaColumn("created_at", "Created At", "DateTime", true),
|
|
19
|
-
updated_at: new namirasoft_core_1.BaseMetaColumn("updated_at", "Updated At", "DateTime", true),
|
|
10
|
+
id: new namirasoft_core_1.BaseMetaColumn(this, "id", "Id", "String", true),
|
|
11
|
+
user_id: new namirasoft_core_1.BaseMetaColumn(this, "user_id", "User Id", "String", false),
|
|
12
|
+
product_id: new namirasoft_core_1.BaseMetaColumn(this, "product_id", "Product Id", "String", true),
|
|
13
|
+
name: new namirasoft_core_1.BaseMetaColumn(this, "name", "Name", "String", true),
|
|
14
|
+
entity: new namirasoft_core_1.BaseMetaColumn(this, "entity", "Entity", "String", true),
|
|
15
|
+
actions: new namirasoft_core_1.BaseMetaColumn(this, "actions", "Actions", "String", true),
|
|
16
|
+
resources: new namirasoft_core_1.BaseMetaColumn(this, "resources", "Resources", "String", true),
|
|
17
|
+
allow: new namirasoft_core_1.BaseMetaColumn(this, "allow", "Allow", "Boolean", true),
|
|
18
|
+
description: new namirasoft_core_1.BaseMetaColumn(this, "description", "Description", "String", false),
|
|
19
|
+
created_at: new namirasoft_core_1.BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
20
|
+
updated_at: new namirasoft_core_1.BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
20
21
|
};
|
|
21
22
|
}
|
|
22
23
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PolicyMetaTable.js","sourceRoot":"","sources":["../../src/meta/PolicyMetaTable.ts"],"names":[],"mappings":";;;AAoBA,
|
|
1
|
+
{"version":3,"file":"PolicyMetaTable.js","sourceRoot":"","sources":["../../src/meta/PolicyMetaTable.ts"],"names":[],"mappings":";;;AAoBA,qDAA2D;AAC3D,qDAAsE;AAEtE,MAAa,eAAgB,SAAQ,iCAAe;IAehD,YAAY,QAA4B;QAEpC,KAAK,CAAC,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,0BAAQ,CAAC,SAAS,CAAC,CAAC,CAAC;QAC7D,IAAI,CAAC,OAAO,GAAG;YACX,EAAE,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,CAAC;YACxD,OAAO,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,KAAK,CAAC;YACxE,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,CAAC;YAChF,IAAI,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC9D,MAAM,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,CAAC;YACpE,OAAO,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,CAAC;YACvE,SAAS,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC7E,KAAK,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,IAAI,CAAC;YAClE,WAAW,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,aAAa,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,CAAC;YACpF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;YAClF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;SACrF,CAAC;IACN,CAAC;CACJ;AAhCD,0CAgCC;AAAA,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { BaseMetaColumn
|
|
2
|
-
|
|
1
|
+
import { BaseMetaColumn } from "namirasoft-core";
|
|
2
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
3
|
+
export declare class PolicyTagMetaTable extends NSBaseMetaTable {
|
|
3
4
|
columns: {
|
|
4
5
|
id: BaseMetaColumn;
|
|
5
6
|
user_id: BaseMetaColumn;
|
|
@@ -10,5 +11,5 @@ export declare class PolicyTagMetaTable extends BaseMetaTable {
|
|
|
10
11
|
created_at: BaseMetaColumn;
|
|
11
12
|
updated_at: BaseMetaColumn;
|
|
12
13
|
};
|
|
13
|
-
constructor();
|
|
14
|
+
constructor(database: NSBaseMetaDatabase);
|
|
14
15
|
}
|