@budibase/types 2.5.5 → 2.5.6-alpha.10
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/cjs/api/account/accounts.d.ts +11 -0
- package/dist/cjs/api/account/accounts.js +3 -0
- package/dist/cjs/api/account/accounts.js.map +1 -0
- package/dist/cjs/api/account/index.d.ts +1 -0
- package/dist/cjs/api/account/index.js +1 -0
- package/dist/cjs/api/account/index.js.map +1 -1
- package/dist/cjs/api/web/global/index.d.ts +1 -0
- package/dist/cjs/api/web/global/index.js +1 -0
- package/dist/cjs/api/web/global/index.js.map +1 -1
- package/dist/cjs/api/web/global/scim/groups.d.ts +27 -0
- package/dist/cjs/api/web/global/scim/groups.js +3 -0
- package/dist/cjs/api/web/global/scim/groups.js.map +1 -0
- package/dist/cjs/api/web/global/scim/index.d.ts +3 -0
- package/dist/cjs/api/web/global/scim/index.js +20 -0
- package/dist/cjs/api/web/global/scim/index.js.map +1 -0
- package/dist/cjs/api/web/global/scim/shared.d.ts +12 -0
- package/dist/cjs/api/web/global/scim/shared.js +3 -0
- package/dist/cjs/api/web/global/scim/shared.js.map +1 -0
- package/dist/cjs/api/web/global/scim/users.d.ts +48 -0
- package/dist/cjs/api/web/global/scim/users.js +3 -0
- package/dist/cjs/api/web/global/scim/users.js.map +1 -0
- package/dist/cjs/api/web/index.d.ts +1 -0
- package/dist/cjs/api/web/index.js +1 -0
- package/dist/cjs/api/web/index.js.map +1 -1
- package/dist/cjs/api/web/pagination.d.ts +1 -1
- package/dist/cjs/api/web/system/environment.d.ts +8 -0
- package/dist/cjs/api/web/system/environment.js +3 -0
- package/dist/cjs/api/web/system/environment.js.map +1 -0
- package/dist/cjs/api/web/system/index.d.ts +1 -0
- package/dist/cjs/api/web/system/index.js +18 -0
- package/dist/cjs/api/web/system/index.js.map +1 -0
- package/dist/cjs/documents/app/automation.d.ts +59 -9
- package/dist/cjs/documents/app/automation.js +38 -1
- package/dist/cjs/documents/app/automation.js.map +1 -1
- package/dist/cjs/documents/app/table.d.ts +3 -0
- package/dist/cjs/documents/app/user.d.ts +1 -0
- package/dist/cjs/documents/global/config.d.ts +14 -11
- package/dist/cjs/documents/global/config.js +4 -1
- package/dist/cjs/documents/global/config.js.map +1 -1
- package/dist/cjs/documents/global/plugin.d.ts +2 -1
- package/dist/cjs/documents/global/plugin.js +1 -0
- package/dist/cjs/documents/global/plugin.js.map +1 -1
- package/dist/cjs/documents/global/user.d.ts +3 -0
- package/dist/cjs/documents/global/user.js.map +1 -1
- package/dist/cjs/documents/global/userGroup.d.ts +4 -0
- package/dist/cjs/sdk/db.d.ts +2 -1
- package/dist/cjs/sdk/db.js +1 -0
- package/dist/cjs/sdk/db.js.map +1 -1
- package/dist/cjs/sdk/events/event.d.ts +14 -0
- package/dist/cjs/sdk/events/event.js +25 -9
- package/dist/cjs/sdk/events/event.js.map +1 -1
- package/dist/cjs/sdk/events/identification.d.ts +1 -0
- package/dist/cjs/sdk/events/user.d.ts +3 -0
- package/dist/cjs/sdk/events/userGroup.d.ts +5 -0
- package/dist/cjs/sdk/licensing/feature.d.ts +2 -1
- package/dist/cjs/sdk/licensing/feature.js +1 -0
- package/dist/cjs/sdk/licensing/feature.js.map +1 -1
- package/dist/cjs/tsconfig-cjs.build.tsbuildinfo +1 -1
- package/dist/mjs/api/account/accounts.d.ts +11 -0
- package/dist/mjs/api/account/accounts.js +2 -0
- package/dist/mjs/api/account/accounts.js.map +1 -0
- package/dist/mjs/api/account/index.d.ts +1 -0
- package/dist/mjs/api/account/index.js +1 -0
- package/dist/mjs/api/account/index.js.map +1 -1
- package/dist/mjs/api/web/global/index.d.ts +1 -0
- package/dist/mjs/api/web/global/index.js +1 -0
- package/dist/mjs/api/web/global/index.js.map +1 -1
- package/dist/mjs/api/web/global/scim/groups.d.ts +27 -0
- package/dist/mjs/api/web/global/scim/groups.js +2 -0
- package/dist/mjs/api/web/global/scim/groups.js.map +1 -0
- package/dist/mjs/api/web/global/scim/index.d.ts +3 -0
- package/dist/mjs/api/web/global/scim/index.js +4 -0
- package/dist/mjs/api/web/global/scim/index.js.map +1 -0
- package/dist/mjs/api/web/global/scim/shared.d.ts +12 -0
- package/dist/mjs/api/web/global/scim/shared.js +2 -0
- package/dist/mjs/api/web/global/scim/shared.js.map +1 -0
- package/dist/mjs/api/web/global/scim/users.d.ts +48 -0
- package/dist/mjs/api/web/global/scim/users.js +2 -0
- package/dist/mjs/api/web/global/scim/users.js.map +1 -0
- package/dist/mjs/api/web/index.d.ts +1 -0
- package/dist/mjs/api/web/index.js +1 -0
- package/dist/mjs/api/web/index.js.map +1 -1
- package/dist/mjs/api/web/pagination.d.ts +1 -1
- package/dist/mjs/api/web/system/environment.d.ts +8 -0
- package/dist/mjs/api/web/system/environment.js +2 -0
- package/dist/mjs/api/web/system/environment.js.map +1 -0
- package/dist/mjs/api/web/system/index.d.ts +1 -0
- package/dist/mjs/api/web/system/index.js +2 -0
- package/dist/mjs/api/web/system/index.js.map +1 -0
- package/dist/mjs/documents/app/automation.d.ts +59 -9
- package/dist/mjs/documents/app/automation.js +37 -0
- package/dist/mjs/documents/app/automation.js.map +1 -1
- package/dist/mjs/documents/app/table.d.ts +3 -0
- package/dist/mjs/documents/app/user.d.ts +1 -0
- package/dist/mjs/documents/global/config.d.ts +14 -11
- package/dist/mjs/documents/global/config.js +2 -0
- package/dist/mjs/documents/global/config.js.map +1 -1
- package/dist/mjs/documents/global/plugin.d.ts +2 -1
- package/dist/mjs/documents/global/plugin.js +1 -0
- package/dist/mjs/documents/global/plugin.js.map +1 -1
- package/dist/mjs/documents/global/user.d.ts +3 -0
- package/dist/mjs/documents/global/user.js.map +1 -1
- package/dist/mjs/documents/global/userGroup.d.ts +4 -0
- package/dist/mjs/sdk/db.d.ts +2 -1
- package/dist/mjs/sdk/db.js +1 -0
- package/dist/mjs/sdk/db.js.map +1 -1
- package/dist/mjs/sdk/events/event.d.ts +14 -0
- package/dist/mjs/sdk/events/event.js +24 -8
- package/dist/mjs/sdk/events/event.js.map +1 -1
- package/dist/mjs/sdk/events/identification.d.ts +1 -0
- package/dist/mjs/sdk/events/user.d.ts +3 -0
- package/dist/mjs/sdk/events/userGroup.d.ts +5 -0
- package/dist/mjs/sdk/licensing/feature.d.ts +2 -1
- package/dist/mjs/sdk/licensing/feature.js +1 -0
- package/dist/mjs/sdk/licensing/feature.js.map +1 -1
- package/dist/mjs/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +6 -3
- package/src/api/account/accounts.ts +13 -0
- package/src/api/account/index.ts +1 -0
- package/src/api/web/global/index.ts +1 -0
- package/src/api/web/global/scim/groups.ts +30 -0
- package/src/api/web/global/scim/index.ts +3 -0
- package/src/api/web/global/scim/shared.ts +14 -0
- package/src/api/web/global/scim/users.ts +53 -0
- package/src/api/web/index.ts +1 -0
- package/src/api/web/pagination.ts +1 -1
- package/src/api/web/system/environment.ts +8 -0
- package/src/api/web/system/index.ts +1 -0
- package/src/documents/app/automation.ts +66 -8
- package/src/documents/app/table.ts +3 -0
- package/src/documents/app/user.ts +1 -0
- package/src/documents/global/config.ts +16 -14
- package/src/documents/global/plugin.ts +1 -0
- package/src/documents/global/user.ts +1 -0
- package/src/documents/global/userGroup.ts +4 -0
- package/src/sdk/db.ts +2 -0
- package/src/sdk/events/event.ts +45 -8
- package/src/sdk/events/identification.ts +2 -0
- package/src/sdk/events/user.ts +3 -0
- package/src/sdk/events/userGroup.ts +5 -0
- package/src/sdk/licensing/feature.ts +1 -0
- package/tsconfig-base.build.json +2 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accounts.js","sourceRoot":"","sources":["../../../../src/api/account/accounts.ts"],"names":[],"mappings":""}
|
|
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./accounts"), exports);
|
|
17
18
|
__exportStar(require("./user"), exports);
|
|
18
19
|
__exportStar(require("./license"), exports);
|
|
19
20
|
__exportStar(require("./status"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/account/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAsB;AACtB,4CAAyB;AACzB,2CAAwB"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/account/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA0B;AAC1B,yCAAsB;AACtB,4CAAyB;AACzB,2CAAwB"}
|
|
@@ -18,4 +18,5 @@ __exportStar(require("./environmentVariables"), exports);
|
|
|
18
18
|
__exportStar(require("./auditLogs"), exports);
|
|
19
19
|
__exportStar(require("./events"), exports);
|
|
20
20
|
__exportStar(require("./configs"), exports);
|
|
21
|
+
__exportStar(require("./scim"), exports);
|
|
21
22
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/api/web/global/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAsC;AACtC,8CAA2B;AAC3B,2CAAwB;AACxB,4CAAyB"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/api/web/global/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAsC;AACtC,8CAA2B;AAC3B,2CAAwB;AACxB,4CAAyB;AACzB,yCAAsB"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { ScimResource, ScimMeta } from "scim-patch";
|
|
2
|
+
import { ScimListResponse } from "./shared";
|
|
3
|
+
export interface ScimGroupResponse extends ScimResource {
|
|
4
|
+
schemas: ["urn:ietf:params:scim:schemas:core:2.0:Group"];
|
|
5
|
+
id: string;
|
|
6
|
+
externalId: string;
|
|
7
|
+
displayName: string;
|
|
8
|
+
meta: ScimMeta & {
|
|
9
|
+
resourceType: "Group";
|
|
10
|
+
};
|
|
11
|
+
members?: {
|
|
12
|
+
value: string;
|
|
13
|
+
}[];
|
|
14
|
+
}
|
|
15
|
+
export interface ScimCreateGroupRequest {
|
|
16
|
+
schemas: [
|
|
17
|
+
"urn:ietf:params:scim:schemas:core:2.0:Group",
|
|
18
|
+
"http://schemas.microsoft.com/2006/11/ResourceManagement/ADSCIM/2.0/Group"
|
|
19
|
+
];
|
|
20
|
+
externalId: string;
|
|
21
|
+
displayName: string;
|
|
22
|
+
meta: ScimMeta & {
|
|
23
|
+
resourceType: "Group";
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
export interface ScimGroupListResponse extends ScimListResponse<ScimGroupResponse> {
|
|
27
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"groups.js","sourceRoot":"","sources":["../../../../../../src/api/web/global/scim/groups.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./users"), exports);
|
|
18
|
+
__exportStar(require("./groups"), exports);
|
|
19
|
+
__exportStar(require("./shared"), exports);
|
|
20
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/api/web/global/scim/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAuB;AACvB,2CAAwB;AACxB,2CAAwB"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ScimPatchOperation } from "scim-patch";
|
|
2
|
+
export interface ScimListResponse<T> {
|
|
3
|
+
schemas: ["urn:ietf:params:scim:api:messages:2.0:ListResponse"];
|
|
4
|
+
totalResults: number;
|
|
5
|
+
Resources: T[];
|
|
6
|
+
startIndex: number;
|
|
7
|
+
itemsPerPage: number;
|
|
8
|
+
}
|
|
9
|
+
export interface ScimUpdateRequest {
|
|
10
|
+
schemas: ["urn:ietf:params:scim:api:messages:2.0:PatchOp"];
|
|
11
|
+
Operations: ScimPatchOperation[];
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shared.js","sourceRoot":"","sources":["../../../../../../src/api/web/global/scim/shared.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { ScimResource, ScimMeta } from "scim-patch";
|
|
2
|
+
import { ScimListResponse } from "./shared";
|
|
3
|
+
declare type BooleanString = boolean | "True" | "true" | "False" | "false";
|
|
4
|
+
declare type Emails = {
|
|
5
|
+
value: string;
|
|
6
|
+
type: "work";
|
|
7
|
+
primary: boolean;
|
|
8
|
+
}[];
|
|
9
|
+
export interface ScimUserResponse extends ScimResource {
|
|
10
|
+
schemas: ["urn:ietf:params:scim:schemas:core:2.0:User"];
|
|
11
|
+
id: string;
|
|
12
|
+
externalId: string;
|
|
13
|
+
meta: ScimMeta & {
|
|
14
|
+
resourceType: "User";
|
|
15
|
+
};
|
|
16
|
+
userName: string;
|
|
17
|
+
displayName?: string;
|
|
18
|
+
name?: {
|
|
19
|
+
formatted?: string;
|
|
20
|
+
familyName?: string;
|
|
21
|
+
givenName?: string;
|
|
22
|
+
};
|
|
23
|
+
active: BooleanString;
|
|
24
|
+
emails?: Emails;
|
|
25
|
+
}
|
|
26
|
+
export interface ScimCreateUserRequest {
|
|
27
|
+
schemas: [
|
|
28
|
+
"urn:ietf:params:scim:schemas:core:2.0:User",
|
|
29
|
+
"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User"
|
|
30
|
+
];
|
|
31
|
+
externalId: string;
|
|
32
|
+
userName: string;
|
|
33
|
+
active: BooleanString;
|
|
34
|
+
emails?: Emails;
|
|
35
|
+
meta: {
|
|
36
|
+
resourceType: "User";
|
|
37
|
+
};
|
|
38
|
+
displayName?: string;
|
|
39
|
+
name?: {
|
|
40
|
+
formatted: string;
|
|
41
|
+
familyName: string;
|
|
42
|
+
givenName: string;
|
|
43
|
+
};
|
|
44
|
+
roles: [];
|
|
45
|
+
}
|
|
46
|
+
export interface ScimUserListResponse extends ScimListResponse<ScimUserResponse> {
|
|
47
|
+
}
|
|
48
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"users.js","sourceRoot":"","sources":["../../../../../../src/api/web/global/scim/users.ts"],"names":[],"mappings":""}
|
|
@@ -19,6 +19,7 @@ __exportStar(require("./auth"), exports);
|
|
|
19
19
|
__exportStar(require("./user"), exports);
|
|
20
20
|
__exportStar(require("./errors"), exports);
|
|
21
21
|
__exportStar(require("./schedule"), exports);
|
|
22
|
+
__exportStar(require("./system"), exports);
|
|
22
23
|
__exportStar(require("./app"), exports);
|
|
23
24
|
__exportStar(require("./global"), exports);
|
|
24
25
|
__exportStar(require("./pagination"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/web/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA2B;AAC3B,yCAAsB;AACtB,yCAAsB;AACtB,2CAAwB;AACxB,6CAA0B;AAC1B,wCAAqB;AACrB,2CAAwB;AACxB,+CAA4B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/web/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA2B;AAC3B,yCAAsB;AACtB,yCAAsB;AACtB,2CAAwB;AACxB,6CAA0B;AAC1B,2CAAwB;AACxB,wCAAqB;AACrB,2CAAwB;AACxB,+CAA4B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"environment.js","sourceRoot":"","sources":["../../../../../src/api/web/system/environment.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./environment";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./environment"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/api/web/system/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA6B"}
|
|
@@ -1,6 +1,30 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
import { Document } from "../document";
|
|
3
3
|
import { EventEmitter } from "events";
|
|
4
|
+
export declare enum AutomationIOType {
|
|
5
|
+
OBJECT = "object",
|
|
6
|
+
STRING = "string",
|
|
7
|
+
BOOLEAN = "boolean",
|
|
8
|
+
NUMBER = "number",
|
|
9
|
+
ARRAY = "array"
|
|
10
|
+
}
|
|
11
|
+
export declare enum AutomationCustomIOType {
|
|
12
|
+
TABLE = "table",
|
|
13
|
+
ROW = "row",
|
|
14
|
+
ROWS = "rows",
|
|
15
|
+
WIDE = "wide",
|
|
16
|
+
QUERY = "query",
|
|
17
|
+
QUERY_PARAMS = "queryParams",
|
|
18
|
+
QUERY_LIMIT = "queryLimit",
|
|
19
|
+
LOOP_OPTION = "loopOption",
|
|
20
|
+
ITEM = "item",
|
|
21
|
+
CODE = "code",
|
|
22
|
+
FILTERS = "filters",
|
|
23
|
+
COLUMN = "column",
|
|
24
|
+
TRIGGER_SCHEMA = "triggerSchema",
|
|
25
|
+
CRON = "cron",
|
|
26
|
+
WEBHOOK_URL = "webhookUrl"
|
|
27
|
+
}
|
|
4
28
|
export declare enum AutomationTriggerStepId {
|
|
5
29
|
ROW_SAVED = "ROW_SAVED",
|
|
6
30
|
ROW_UPDATED = "ROW_UPDATED",
|
|
@@ -9,6 +33,11 @@ export declare enum AutomationTriggerStepId {
|
|
|
9
33
|
APP = "APP",
|
|
10
34
|
CRON = "CRON"
|
|
11
35
|
}
|
|
36
|
+
export declare enum AutomationStepType {
|
|
37
|
+
LOGIC = "LOGIC",
|
|
38
|
+
ACTION = "ACTION",
|
|
39
|
+
TRIGGER = "TRIGGER"
|
|
40
|
+
}
|
|
12
41
|
export declare enum AutomationActionStepId {
|
|
13
42
|
SEND_EMAIL_SMTP = "SEND_EMAIL_SMTP",
|
|
14
43
|
CREATE_ROW = "CREATE_ROW",
|
|
@@ -28,21 +57,44 @@ export declare enum AutomationActionStepId {
|
|
|
28
57
|
zapier = "zapier",
|
|
29
58
|
integromat = "integromat"
|
|
30
59
|
}
|
|
60
|
+
export declare const AutomationStepIdArray: (AutomationActionStepId | AutomationTriggerStepId)[];
|
|
31
61
|
export interface Automation extends Document {
|
|
32
62
|
definition: {
|
|
33
63
|
steps: AutomationStep[];
|
|
34
64
|
trigger: AutomationTrigger;
|
|
35
65
|
};
|
|
66
|
+
screenId?: string;
|
|
67
|
+
uiTree?: any;
|
|
36
68
|
appId: string;
|
|
37
69
|
live?: boolean;
|
|
38
70
|
name: string;
|
|
71
|
+
internal?: boolean;
|
|
72
|
+
type?: string;
|
|
73
|
+
}
|
|
74
|
+
interface BaseIOStructure {
|
|
75
|
+
type?: AutomationIOType;
|
|
76
|
+
customType?: AutomationCustomIOType;
|
|
77
|
+
title?: string;
|
|
78
|
+
description?: string;
|
|
79
|
+
enum?: string[];
|
|
80
|
+
pretty?: string[];
|
|
81
|
+
properties?: {
|
|
82
|
+
[key: string]: BaseIOStructure;
|
|
83
|
+
};
|
|
84
|
+
required?: string[];
|
|
85
|
+
}
|
|
86
|
+
interface InputOutputBlock {
|
|
87
|
+
properties: {
|
|
88
|
+
[key: string]: BaseIOStructure;
|
|
89
|
+
};
|
|
90
|
+
required?: string[];
|
|
39
91
|
}
|
|
40
92
|
export interface AutomationStepSchema {
|
|
41
93
|
name: string;
|
|
42
94
|
tagline: string;
|
|
43
95
|
icon: string;
|
|
44
96
|
description: string;
|
|
45
|
-
type:
|
|
97
|
+
type: AutomationStepType;
|
|
46
98
|
internal?: boolean;
|
|
47
99
|
deprecated?: boolean;
|
|
48
100
|
stepId: AutomationTriggerStepId | AutomationActionStepId;
|
|
@@ -51,14 +103,10 @@ export interface AutomationStepSchema {
|
|
|
51
103
|
[key: string]: any;
|
|
52
104
|
};
|
|
53
105
|
schema: {
|
|
54
|
-
inputs:
|
|
55
|
-
|
|
56
|
-
};
|
|
57
|
-
outputs: {
|
|
58
|
-
[key: string]: any;
|
|
59
|
-
};
|
|
60
|
-
required?: string[];
|
|
106
|
+
inputs: InputOutputBlock;
|
|
107
|
+
outputs: InputOutputBlock;
|
|
61
108
|
};
|
|
109
|
+
custom?: boolean;
|
|
62
110
|
}
|
|
63
111
|
export interface AutomationStep extends AutomationStepSchema {
|
|
64
112
|
id: string;
|
|
@@ -74,7 +122,8 @@ export declare enum AutomationStatus {
|
|
|
74
122
|
SUCCESS = "success",
|
|
75
123
|
ERROR = "error",
|
|
76
124
|
STOPPED = "stopped",
|
|
77
|
-
STOPPED_ERROR = "stopped_error"
|
|
125
|
+
STOPPED_ERROR = "stopped_error",
|
|
126
|
+
NO_ITERATIONS = "no_iterations"
|
|
78
127
|
}
|
|
79
128
|
export interface AutomationResults {
|
|
80
129
|
automationId?: string;
|
|
@@ -106,3 +155,4 @@ export declare type AutomationStepInput = {
|
|
|
106
155
|
appId: string;
|
|
107
156
|
apiKey?: string;
|
|
108
157
|
};
|
|
158
|
+
export {};
|
|
@@ -1,6 +1,32 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AutomationStatus = exports.AutomationActionStepId = exports.AutomationTriggerStepId = void 0;
|
|
3
|
+
exports.AutomationStatus = exports.AutomationStepIdArray = exports.AutomationActionStepId = exports.AutomationStepType = exports.AutomationTriggerStepId = exports.AutomationCustomIOType = exports.AutomationIOType = void 0;
|
|
4
|
+
var AutomationIOType;
|
|
5
|
+
(function (AutomationIOType) {
|
|
6
|
+
AutomationIOType["OBJECT"] = "object";
|
|
7
|
+
AutomationIOType["STRING"] = "string";
|
|
8
|
+
AutomationIOType["BOOLEAN"] = "boolean";
|
|
9
|
+
AutomationIOType["NUMBER"] = "number";
|
|
10
|
+
AutomationIOType["ARRAY"] = "array";
|
|
11
|
+
})(AutomationIOType = exports.AutomationIOType || (exports.AutomationIOType = {}));
|
|
12
|
+
var AutomationCustomIOType;
|
|
13
|
+
(function (AutomationCustomIOType) {
|
|
14
|
+
AutomationCustomIOType["TABLE"] = "table";
|
|
15
|
+
AutomationCustomIOType["ROW"] = "row";
|
|
16
|
+
AutomationCustomIOType["ROWS"] = "rows";
|
|
17
|
+
AutomationCustomIOType["WIDE"] = "wide";
|
|
18
|
+
AutomationCustomIOType["QUERY"] = "query";
|
|
19
|
+
AutomationCustomIOType["QUERY_PARAMS"] = "queryParams";
|
|
20
|
+
AutomationCustomIOType["QUERY_LIMIT"] = "queryLimit";
|
|
21
|
+
AutomationCustomIOType["LOOP_OPTION"] = "loopOption";
|
|
22
|
+
AutomationCustomIOType["ITEM"] = "item";
|
|
23
|
+
AutomationCustomIOType["CODE"] = "code";
|
|
24
|
+
AutomationCustomIOType["FILTERS"] = "filters";
|
|
25
|
+
AutomationCustomIOType["COLUMN"] = "column";
|
|
26
|
+
AutomationCustomIOType["TRIGGER_SCHEMA"] = "triggerSchema";
|
|
27
|
+
AutomationCustomIOType["CRON"] = "cron";
|
|
28
|
+
AutomationCustomIOType["WEBHOOK_URL"] = "webhookUrl";
|
|
29
|
+
})(AutomationCustomIOType = exports.AutomationCustomIOType || (exports.AutomationCustomIOType = {}));
|
|
4
30
|
var AutomationTriggerStepId;
|
|
5
31
|
(function (AutomationTriggerStepId) {
|
|
6
32
|
AutomationTriggerStepId["ROW_SAVED"] = "ROW_SAVED";
|
|
@@ -10,6 +36,12 @@ var AutomationTriggerStepId;
|
|
|
10
36
|
AutomationTriggerStepId["APP"] = "APP";
|
|
11
37
|
AutomationTriggerStepId["CRON"] = "CRON";
|
|
12
38
|
})(AutomationTriggerStepId = exports.AutomationTriggerStepId || (exports.AutomationTriggerStepId = {}));
|
|
39
|
+
var AutomationStepType;
|
|
40
|
+
(function (AutomationStepType) {
|
|
41
|
+
AutomationStepType["LOGIC"] = "LOGIC";
|
|
42
|
+
AutomationStepType["ACTION"] = "ACTION";
|
|
43
|
+
AutomationStepType["TRIGGER"] = "TRIGGER";
|
|
44
|
+
})(AutomationStepType = exports.AutomationStepType || (exports.AutomationStepType = {}));
|
|
13
45
|
var AutomationActionStepId;
|
|
14
46
|
(function (AutomationActionStepId) {
|
|
15
47
|
AutomationActionStepId["SEND_EMAIL_SMTP"] = "SEND_EMAIL_SMTP";
|
|
@@ -31,11 +63,16 @@ var AutomationActionStepId;
|
|
|
31
63
|
AutomationActionStepId["zapier"] = "zapier";
|
|
32
64
|
AutomationActionStepId["integromat"] = "integromat";
|
|
33
65
|
})(AutomationActionStepId = exports.AutomationActionStepId || (exports.AutomationActionStepId = {}));
|
|
66
|
+
exports.AutomationStepIdArray = [
|
|
67
|
+
...Object.values(AutomationActionStepId),
|
|
68
|
+
...Object.values(AutomationTriggerStepId),
|
|
69
|
+
];
|
|
34
70
|
var AutomationStatus;
|
|
35
71
|
(function (AutomationStatus) {
|
|
36
72
|
AutomationStatus["SUCCESS"] = "success";
|
|
37
73
|
AutomationStatus["ERROR"] = "error";
|
|
38
74
|
AutomationStatus["STOPPED"] = "stopped";
|
|
39
75
|
AutomationStatus["STOPPED_ERROR"] = "stopped_error";
|
|
76
|
+
AutomationStatus["NO_ITERATIONS"] = "no_iterations";
|
|
40
77
|
})(AutomationStatus = exports.AutomationStatus || (exports.AutomationStatus = {}));
|
|
41
78
|
//# sourceMappingURL=automation.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"automation.js","sourceRoot":"","sources":["../../../../src/documents/app/automation.ts"],"names":[],"mappings":";;;AAGA,IAAY,uBAOX;AAPD,WAAY,uBAAuB;IACjC,kDAAuB,CAAA;IACvB,sDAA2B,CAAA;IAC3B,sDAA2B,CAAA;IAC3B,8CAAmB,CAAA;IACnB,sCAAW,CAAA;IACX,wCAAa,CAAA;AACf,CAAC,EAPW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAOlC;AAED,IAAY,sBAmBX;AAnBD,WAAY,sBAAsB;IAChC,6DAAmC,CAAA;IACnC,mDAAyB,CAAA;IACzB,mDAAyB,CAAA;IACzB,mDAAyB,CAAA;IACzB,uDAA6B,CAAA;IAC7B,+DAAqC,CAAA;IACrC,2DAAiC,CAAA;IACjC,yDAA+B,CAAA;IAC/B,mDAAyB,CAAA;IACzB,yCAAe,CAAA;IACf,2CAAiB,CAAA;IACjB,mDAAyB,CAAA;IACzB,uCAAa,CAAA;IACb,qEAAqE;IACrE,6CAAmB,CAAA;IACnB,yCAAe,CAAA;IACf,2CAAiB,CAAA;IACjB,mDAAyB,CAAA;AAC3B,CAAC,EAnBW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAmBjC;
|
|
1
|
+
{"version":3,"file":"automation.js","sourceRoot":"","sources":["../../../../src/documents/app/automation.ts"],"names":[],"mappings":";;;AAGA,IAAY,gBAMX;AAND,WAAY,gBAAgB;IAC1B,qCAAiB,CAAA;IACjB,qCAAiB,CAAA;IACjB,uCAAmB,CAAA;IACnB,qCAAiB,CAAA;IACjB,mCAAe,CAAA;AACjB,CAAC,EANW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAM3B;AAED,IAAY,sBAgBX;AAhBD,WAAY,sBAAsB;IAChC,yCAAe,CAAA;IACf,qCAAW,CAAA;IACX,uCAAa,CAAA;IACb,uCAAa,CAAA;IACb,yCAAe,CAAA;IACf,sDAA4B,CAAA;IAC5B,oDAA0B,CAAA;IAC1B,oDAA0B,CAAA;IAC1B,uCAAa,CAAA;IACb,uCAAa,CAAA;IACb,6CAAmB,CAAA;IACnB,2CAAiB,CAAA;IACjB,0DAAgC,CAAA;IAChC,uCAAa,CAAA;IACb,oDAA0B,CAAA;AAC5B,CAAC,EAhBW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAgBjC;AAED,IAAY,uBAOX;AAPD,WAAY,uBAAuB;IACjC,kDAAuB,CAAA;IACvB,sDAA2B,CAAA;IAC3B,sDAA2B,CAAA;IAC3B,8CAAmB,CAAA;IACnB,sCAAW,CAAA;IACX,wCAAa,CAAA;AACf,CAAC,EAPW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAOlC;AAED,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,qCAAe,CAAA;IACf,uCAAiB,CAAA;IACjB,yCAAmB,CAAA;AACrB,CAAC,EAJW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAI7B;AAED,IAAY,sBAmBX;AAnBD,WAAY,sBAAsB;IAChC,6DAAmC,CAAA;IACnC,mDAAyB,CAAA;IACzB,mDAAyB,CAAA;IACzB,mDAAyB,CAAA;IACzB,uDAA6B,CAAA;IAC7B,+DAAqC,CAAA;IACrC,2DAAiC,CAAA;IACjC,yDAA+B,CAAA;IAC/B,mDAAyB,CAAA;IACzB,yCAAe,CAAA;IACf,2CAAiB,CAAA;IACjB,mDAAyB,CAAA;IACzB,uCAAa,CAAA;IACb,qEAAqE;IACrE,6CAAmB,CAAA;IACnB,yCAAe,CAAA;IACf,2CAAiB,CAAA;IACjB,mDAAyB,CAAA;AAC3B,CAAC,EAnBW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAmBjC;AAEY,QAAA,qBAAqB,GAAG;IACnC,GAAG,MAAM,CAAC,MAAM,CAAC,sBAAsB,CAAC;IACxC,GAAG,MAAM,CAAC,MAAM,CAAC,uBAAuB,CAAC;CAC1C,CAAA;AAqED,IAAY,gBAMX;AAND,WAAY,gBAAgB;IAC1B,uCAAmB,CAAA;IACnB,mCAAe,CAAA;IACf,uCAAmB,CAAA;IACnB,mDAA+B,CAAA;IAC/B,mDAA+B,CAAA;AACjC,CAAC,EANW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAM3B"}
|
|
@@ -29,6 +29,8 @@ export interface FieldSchema {
|
|
|
29
29
|
timeOnly?: boolean;
|
|
30
30
|
lastID?: number;
|
|
31
31
|
useRichText?: boolean | null;
|
|
32
|
+
order?: number;
|
|
33
|
+
width?: number;
|
|
32
34
|
meta?: {
|
|
33
35
|
toTable: string;
|
|
34
36
|
toKey: string;
|
|
@@ -77,6 +79,7 @@ export interface Table extends Document {
|
|
|
77
79
|
[key: string]: any;
|
|
78
80
|
};
|
|
79
81
|
created?: boolean;
|
|
82
|
+
rowHeight?: number;
|
|
80
83
|
}
|
|
81
84
|
export interface TableRequest extends Table {
|
|
82
85
|
_rename?: RenameColumn;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Document } from "../document";
|
|
2
|
-
export interface Config extends Document {
|
|
2
|
+
export interface Config<T = any> extends Document {
|
|
3
3
|
type: ConfigType;
|
|
4
|
-
config:
|
|
4
|
+
config: T;
|
|
5
5
|
}
|
|
6
6
|
export interface SMTPInnerConfig {
|
|
7
7
|
port: number;
|
|
@@ -15,8 +15,7 @@ export interface SMTPInnerConfig {
|
|
|
15
15
|
};
|
|
16
16
|
connectionTimeout?: any;
|
|
17
17
|
}
|
|
18
|
-
export interface SMTPConfig extends Config {
|
|
19
|
-
config: SMTPInnerConfig;
|
|
18
|
+
export interface SMTPConfig extends Config<SMTPInnerConfig> {
|
|
20
19
|
}
|
|
21
20
|
/**
|
|
22
21
|
* Accessible only via pro.
|
|
@@ -42,8 +41,7 @@ export interface SettingsInnerConfig {
|
|
|
42
41
|
analyticsEnabled?: boolean;
|
|
43
42
|
isSSOEnforced?: boolean;
|
|
44
43
|
}
|
|
45
|
-
export interface SettingsConfig extends Config {
|
|
46
|
-
config: SettingsInnerConfig;
|
|
44
|
+
export interface SettingsConfig extends Config<SettingsInnerConfig> {
|
|
47
45
|
}
|
|
48
46
|
export declare type SSOConfigType = ConfigType.GOOGLE | ConfigType.OIDC;
|
|
49
47
|
export declare type SSOConfig = GoogleInnerConfig | OIDCInnerConfig;
|
|
@@ -56,8 +54,7 @@ export interface GoogleInnerConfig {
|
|
|
56
54
|
*/
|
|
57
55
|
callbackURL?: string;
|
|
58
56
|
}
|
|
59
|
-
export interface GoogleConfig extends Config {
|
|
60
|
-
config: GoogleInnerConfig;
|
|
57
|
+
export interface GoogleConfig extends Config<GoogleInnerConfig> {
|
|
61
58
|
}
|
|
62
59
|
export interface OIDCStrategyConfiguration {
|
|
63
60
|
issuer: string;
|
|
@@ -81,8 +78,7 @@ export interface OIDCInnerConfig {
|
|
|
81
78
|
activated: boolean;
|
|
82
79
|
scopes: string[];
|
|
83
80
|
}
|
|
84
|
-
export interface OIDCConfig extends Config {
|
|
85
|
-
config: OIDCConfigs;
|
|
81
|
+
export interface OIDCConfig extends Config<OIDCConfigs> {
|
|
86
82
|
}
|
|
87
83
|
export interface OIDCWellKnownConfig {
|
|
88
84
|
issuer: string;
|
|
@@ -90,15 +86,22 @@ export interface OIDCWellKnownConfig {
|
|
|
90
86
|
token_endpoint: string;
|
|
91
87
|
userinfo_endpoint: string;
|
|
92
88
|
}
|
|
89
|
+
export interface SCIMInnerConfig {
|
|
90
|
+
enabled: boolean;
|
|
91
|
+
}
|
|
92
|
+
export interface SCIMConfig extends Config<SCIMInnerConfig> {
|
|
93
|
+
}
|
|
93
94
|
export declare const isSettingsConfig: (config: Config) => config is SettingsConfig;
|
|
94
95
|
export declare const isSMTPConfig: (config: Config) => config is SMTPConfig;
|
|
95
96
|
export declare const isGoogleConfig: (config: Config) => config is GoogleConfig;
|
|
96
97
|
export declare const isOIDCConfig: (config: Config) => config is OIDCConfig;
|
|
98
|
+
export declare const isSCIMConfig: (config: Config) => config is SCIMConfig;
|
|
97
99
|
export declare enum ConfigType {
|
|
98
100
|
SETTINGS = "settings",
|
|
99
101
|
ACCOUNT = "account",
|
|
100
102
|
SMTP = "smtp",
|
|
101
103
|
GOOGLE = "google",
|
|
102
104
|
OIDC = "oidc",
|
|
103
|
-
OIDC_LOGOS = "logos_oidc"
|
|
105
|
+
OIDC_LOGOS = "logos_oidc",
|
|
106
|
+
SCIM = "scim"
|
|
104
107
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ConfigType = exports.isOIDCConfig = exports.isGoogleConfig = exports.isSMTPConfig = exports.isSettingsConfig = void 0;
|
|
3
|
+
exports.ConfigType = exports.isSCIMConfig = exports.isOIDCConfig = exports.isGoogleConfig = exports.isSMTPConfig = exports.isSettingsConfig = void 0;
|
|
4
4
|
const isSettingsConfig = (config) => config.type === ConfigType.SETTINGS;
|
|
5
5
|
exports.isSettingsConfig = isSettingsConfig;
|
|
6
6
|
const isSMTPConfig = (config) => config.type === ConfigType.SMTP;
|
|
@@ -9,6 +9,8 @@ const isGoogleConfig = (config) => config.type === ConfigType.GOOGLE;
|
|
|
9
9
|
exports.isGoogleConfig = isGoogleConfig;
|
|
10
10
|
const isOIDCConfig = (config) => config.type === ConfigType.OIDC;
|
|
11
11
|
exports.isOIDCConfig = isOIDCConfig;
|
|
12
|
+
const isSCIMConfig = (config) => config.type === ConfigType.SCIM;
|
|
13
|
+
exports.isSCIMConfig = isSCIMConfig;
|
|
12
14
|
var ConfigType;
|
|
13
15
|
(function (ConfigType) {
|
|
14
16
|
ConfigType["SETTINGS"] = "settings";
|
|
@@ -17,5 +19,6 @@ var ConfigType;
|
|
|
17
19
|
ConfigType["GOOGLE"] = "google";
|
|
18
20
|
ConfigType["OIDC"] = "oidc";
|
|
19
21
|
ConfigType["OIDC_LOGOS"] = "logos_oidc";
|
|
22
|
+
ConfigType["SCIM"] = "scim";
|
|
20
23
|
})(ConfigType = exports.ConfigType || (exports.ConfigType = {}));
|
|
21
24
|
//# sourceMappingURL=config.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../../src/documents/global/config.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../../src/documents/global/config.ts"],"names":[],"mappings":";;;AA2GO,MAAM,gBAAgB,GAAG,CAAC,MAAc,EAA4B,EAAE,CAC3E,MAAM,CAAC,IAAI,KAAK,UAAU,CAAC,QAAQ,CAAA;AADxB,QAAA,gBAAgB,oBACQ;AAE9B,MAAM,YAAY,GAAG,CAAC,MAAc,EAAwB,EAAE,CACnE,MAAM,CAAC,IAAI,KAAK,UAAU,CAAC,IAAI,CAAA;AADpB,QAAA,YAAY,gBACQ;AAE1B,MAAM,cAAc,GAAG,CAAC,MAAc,EAA0B,EAAE,CACvE,MAAM,CAAC,IAAI,KAAK,UAAU,CAAC,MAAM,CAAA;AADtB,QAAA,cAAc,kBACQ;AAE5B,MAAM,YAAY,GAAG,CAAC,MAAc,EAAwB,EAAE,CACnE,MAAM,CAAC,IAAI,KAAK,UAAU,CAAC,IAAI,CAAA;AADpB,QAAA,YAAY,gBACQ;AAE1B,MAAM,YAAY,GAAG,CAAC,MAAc,EAAwB,EAAE,CACnE,MAAM,CAAC,IAAI,KAAK,UAAU,CAAC,IAAI,CAAA;AADpB,QAAA,YAAY,gBACQ;AAEjC,IAAY,UAQX;AARD,WAAY,UAAU;IACpB,mCAAqB,CAAA;IACrB,iCAAmB,CAAA;IACnB,2BAAa,CAAA;IACb,+BAAiB,CAAA;IACjB,2BAAa,CAAA;IACb,uCAAyB,CAAA;IACzB,2BAAa,CAAA;AACf,CAAC,EARW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAQrB"}
|
|
@@ -5,6 +5,7 @@ var PluginType;
|
|
|
5
5
|
(function (PluginType) {
|
|
6
6
|
PluginType["DATASOURCE"] = "datasource";
|
|
7
7
|
PluginType["COMPONENT"] = "component";
|
|
8
|
+
PluginType["AUTOMATION"] = "automation";
|
|
8
9
|
})(PluginType = exports.PluginType || (exports.PluginType = {}));
|
|
9
10
|
var PluginSource;
|
|
10
11
|
(function (PluginSource) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.js","sourceRoot":"","sources":["../../../../src/documents/global/plugin.ts"],"names":[],"mappings":";;;AAEA,IAAY,
|
|
1
|
+
{"version":3,"file":"plugin.js","sourceRoot":"","sources":["../../../../src/documents/global/plugin.ts"],"names":[],"mappings":";;;AAEA,IAAY,UAIX;AAJD,WAAY,UAAU;IACpB,uCAAyB,CAAA;IACzB,qCAAuB,CAAA;IACvB,uCAAyB,CAAA;AAC3B,CAAC,EAJW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAIrB;AAED,IAAY,YAKX;AALD,WAAY,YAAY;IACtB,2BAAW,CAAA;IACX,iCAAiB,CAAA;IACjB,2BAAW,CAAA;IACX,oCAAoB,CAAA;AACtB,CAAC,EALW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAKvB;AAwBY,QAAA,eAAe,GAAG,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC,CAAA"}
|