@servicenow/sdk-build-plugins 3.0.2 → 4.0.0
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/acl-plugin.d.ts +19 -0
- package/dist/acl-plugin.js +210 -0
- package/dist/acl-plugin.js.map +1 -0
- package/dist/application-menu-plugin.d.ts +18 -0
- package/dist/application-menu-plugin.js +104 -0
- package/dist/application-menu-plugin.js.map +1 -0
- package/dist/arrow-function-plugin.d.ts +16 -0
- package/dist/arrow-function-plugin.js +107 -0
- package/dist/arrow-function-plugin.js.map +1 -0
- package/dist/atf/step-configs.d.ts +37 -0
- package/dist/atf/step-configs.js +2236 -0
- package/dist/atf/step-configs.js.map +1 -0
- package/dist/atf/test-plugin.d.ts +4 -0
- package/dist/atf/test-plugin.js +591 -0
- package/dist/atf/test-plugin.js.map +1 -0
- package/dist/basic-syntax-plugin.d.ts +2 -0
- package/dist/basic-syntax-plugin.js +636 -0
- package/dist/basic-syntax-plugin.js.map +1 -0
- package/dist/business-rule-plugin.d.ts +3 -0
- package/dist/business-rule-plugin.js +205 -0
- package/dist/business-rule-plugin.js.map +1 -0
- package/dist/call-expression-plugin.d.ts +2 -0
- package/dist/call-expression-plugin.js +175 -0
- package/dist/call-expression-plugin.js.map +1 -0
- package/dist/client-script-plugin.d.ts +29 -0
- package/dist/client-script-plugin.js +157 -0
- package/dist/client-script-plugin.js.map +1 -0
- package/dist/column/column-helper.d.ts +12 -0
- package/dist/column/column-helper.js +84 -0
- package/dist/column/column-helper.js.map +1 -0
- package/dist/column/column-to-record.d.ts +3 -0
- package/dist/column/column-to-record.js +105 -0
- package/dist/column/column-to-record.js.map +1 -0
- package/dist/column-plugin.d.ts +8 -0
- package/dist/column-plugin.js +453 -0
- package/dist/column-plugin.js.map +1 -0
- package/dist/cross-scope-privilege-plugin.d.ts +15 -0
- package/dist/cross-scope-privilege-plugin.js +82 -0
- package/dist/cross-scope-privilege-plugin.js.map +1 -0
- package/dist/html-import-plugin.d.ts +2 -0
- package/dist/html-import-plugin.js +72 -0
- package/dist/html-import-plugin.js.map +1 -0
- package/dist/index.d.ts +37 -21
- package/dist/index.js +40 -45
- package/dist/index.js.map +1 -1
- package/dist/json-plugin.d.ts +15 -0
- package/dist/json-plugin.js +104 -0
- package/dist/json-plugin.js.map +1 -0
- package/dist/list-plugin.d.ts +2 -0
- package/dist/list-plugin.js +191 -0
- package/dist/list-plugin.js.map +1 -0
- package/dist/now-config-plugin.d.ts +4 -0
- package/dist/now-config-plugin.js +154 -0
- package/dist/now-config-plugin.js.map +1 -0
- package/dist/now-id-plugin.d.ts +11 -0
- package/dist/now-id-plugin.js +71 -0
- package/dist/now-id-plugin.js.map +1 -0
- package/dist/now-include-plugin.d.ts +16 -0
- package/dist/now-include-plugin.js +118 -0
- package/dist/now-include-plugin.js.map +1 -0
- package/dist/now-ref-plugin.d.ts +2 -0
- package/dist/now-ref-plugin.js +43 -0
- package/dist/now-ref-plugin.js.map +1 -0
- package/dist/now-unresolved-plugin.d.ts +2 -0
- package/dist/now-unresolved-plugin.js +32 -0
- package/dist/now-unresolved-plugin.js.map +1 -0
- package/dist/package-json-plugin.d.ts +2 -0
- package/dist/package-json-plugin.js +70 -0
- package/dist/package-json-plugin.js.map +1 -0
- package/dist/property-plugin.d.ts +2 -0
- package/dist/property-plugin.js +105 -0
- package/dist/property-plugin.js.map +1 -0
- package/dist/record-plugin.d.ts +43 -0
- package/dist/record-plugin.js +147 -0
- package/dist/record-plugin.js.map +1 -0
- package/dist/repack/index.d.ts +1 -0
- package/dist/repack/index.js +10 -2
- package/dist/repack/index.js.map +1 -1
- package/dist/repack/lint/Rules.d.ts +1 -1
- package/dist/repack/lint/Rules.js +7 -3
- package/dist/repack/lint/Rules.js.map +1 -1
- package/dist/repack/lint/index.js +1 -1
- package/dist/rest-api-plugin.d.ts +2 -0
- package/dist/rest-api-plugin.js +469 -0
- package/dist/rest-api-plugin.js.map +1 -0
- package/dist/role-plugin.d.ts +2 -0
- package/dist/role-plugin.js +117 -0
- package/dist/role-plugin.js.map +1 -0
- package/dist/script-action-plugin.d.ts +2 -0
- package/dist/script-action-plugin.js +62 -0
- package/dist/script-action-plugin.js.map +1 -0
- package/dist/script-include-plugin.d.ts +2 -0
- package/dist/script-include-plugin.js +102 -0
- package/dist/script-include-plugin.js.map +1 -0
- package/dist/server-module-plugin/index.d.ts +14 -0
- package/dist/server-module-plugin/index.js +378 -0
- package/dist/server-module-plugin/index.js.map +1 -0
- package/dist/server-module-plugin/sbom-builder.d.ts +45 -0
- package/dist/server-module-plugin/sbom-builder.js +179 -0
- package/dist/server-module-plugin/sbom-builder.js.map +1 -0
- package/dist/service-portal/angular-provider-plugin.d.ts +2 -0
- package/dist/service-portal/angular-provider-plugin.js +78 -0
- package/dist/service-portal/angular-provider-plugin.js.map +1 -0
- package/dist/service-portal/dependency-plugin.d.ts +2 -0
- package/dist/service-portal/dependency-plugin.js +235 -0
- package/dist/service-portal/dependency-plugin.js.map +1 -0
- package/dist/service-portal/widget-plugin.d.ts +6 -0
- package/dist/service-portal/widget-plugin.js +230 -0
- package/dist/service-portal/widget-plugin.js.map +1 -0
- package/dist/static-content-plugin.d.ts +2 -0
- package/dist/static-content-plugin.js +272 -0
- package/dist/static-content-plugin.js.map +1 -0
- package/dist/table-plugin.d.ts +3 -0
- package/dist/table-plugin.js +1324 -0
- package/dist/table-plugin.js.map +1 -0
- package/dist/ui-action-plugin.d.ts +2 -0
- package/dist/ui-action-plugin.js +291 -0
- package/dist/ui-action-plugin.js.map +1 -0
- package/dist/ui-page-plugin.d.ts +2 -0
- package/dist/ui-page-plugin.js +165 -0
- package/dist/ui-page-plugin.js.map +1 -0
- package/dist/user-preference-plugin.d.ts +15 -0
- package/dist/user-preference-plugin.js +63 -0
- package/dist/user-preference-plugin.js.map +1 -0
- package/dist/utils.d.ts +17 -0
- package/dist/utils.js +72 -0
- package/dist/utils.js.map +1 -0
- package/dist/view-plugin.d.ts +2 -0
- package/dist/view-plugin.js +45 -0
- package/dist/view-plugin.js.map +1 -0
- package/package.json +17 -13
- package/src/acl-plugin.ts +256 -0
- package/src/application-menu-plugin.ts +109 -0
- package/src/arrow-function-plugin.ts +127 -0
- package/src/atf/step-configs.ts +2284 -0
- package/src/atf/test-plugin.ts +728 -0
- package/src/basic-syntax-plugin.ts +729 -0
- package/src/business-rule-plugin.ts +266 -0
- package/src/call-expression-plugin.ts +202 -0
- package/src/client-script-plugin.ts +170 -0
- package/src/column/column-helper.ts +119 -0
- package/src/column/column-to-record.ts +131 -0
- package/src/column-plugin.ts +506 -0
- package/src/cross-scope-privilege-plugin.ts +82 -0
- package/src/html-import-plugin.ts +79 -0
- package/src/index.ts +39 -21
- package/src/json-plugin.ts +128 -0
- package/src/list-plugin.ts +222 -0
- package/src/now-config-plugin.ts +194 -0
- package/src/now-id-plugin.ts +78 -0
- package/src/now-include-plugin.ts +140 -0
- package/src/now-ref-plugin.ts +48 -0
- package/src/now-unresolved-plugin.ts +30 -0
- package/src/package-json-plugin.ts +87 -0
- package/src/property-plugin.ts +118 -0
- package/src/record-plugin.ts +171 -0
- package/src/repack/index.ts +10 -1
- package/src/repack/lint/Rules.ts +5 -4
- package/src/repack/lint/index.ts +1 -1
- package/src/rest-api-plugin.ts +651 -0
- package/src/role-plugin.ts +128 -0
- package/src/script-action-plugin.ts +63 -0
- package/src/script-include-plugin.ts +110 -0
- package/src/server-module-plugin/index.ts +470 -0
- package/src/server-module-plugin/sbom-builder.ts +183 -0
- package/src/service-portal/angular-provider-plugin.ts +83 -0
- package/src/service-portal/dependency-plugin.ts +284 -0
- package/src/service-portal/widget-plugin.ts +263 -0
- package/src/static-content-plugin.ts +254 -0
- package/src/table-plugin.ts +1698 -0
- package/src/ui-action-plugin.ts +324 -0
- package/src/ui-page-plugin.ts +168 -0
- package/src/user-preference-plugin.ts +62 -0
- package/src/utils.ts +69 -0
- package/src/view-plugin.ts +46 -0
- package/dist/AttachmentPlugin.d.ts +0 -254
- package/dist/AttachmentPlugin.js +0 -220
- package/dist/AttachmentPlugin.js.map +0 -1
- package/dist/BusinessRulePlugin.d.ts +0 -30
- package/dist/BusinessRulePlugin.js +0 -149
- package/dist/BusinessRulePlugin.js.map +0 -1
- package/dist/CrossScopePrivilegePlugin.d.ts +0 -35
- package/dist/CrossScopePrivilegePlugin.js +0 -80
- package/dist/CrossScopePrivilegePlugin.js.map +0 -1
- package/dist/DefaultPlugin.d.ts +0 -86
- package/dist/DefaultPlugin.js +0 -226
- package/dist/DefaultPlugin.js.map +0 -1
- package/dist/HtmlTemplatePlugin.d.ts +0 -21
- package/dist/HtmlTemplatePlugin.js +0 -29
- package/dist/HtmlTemplatePlugin.js.map +0 -1
- package/dist/IdPlugin.d.ts +0 -28
- package/dist/IdPlugin.js +0 -68
- package/dist/IdPlugin.js.map +0 -1
- package/dist/IncludePlugin.d.ts +0 -34
- package/dist/IncludePlugin.js +0 -155
- package/dist/IncludePlugin.js.map +0 -1
- package/dist/JsonPlugin.d.ts +0 -28
- package/dist/JsonPlugin.js +0 -69
- package/dist/JsonPlugin.js.map +0 -1
- package/dist/ListPlugin.d.ts +0 -93
- package/dist/ListPlugin.js +0 -456
- package/dist/ListPlugin.js.map +0 -1
- package/dist/NowConfigPlugin.d.ts +0 -45
- package/dist/NowConfigPlugin.js +0 -64
- package/dist/NowConfigPlugin.js.map +0 -1
- package/dist/PackageJsonPlugin.d.ts +0 -34
- package/dist/PackageJsonPlugin.js +0 -63
- package/dist/PackageJsonPlugin.js.map +0 -1
- package/dist/PropertyPlugin.d.ts +0 -51
- package/dist/PropertyPlugin.js +0 -181
- package/dist/PropertyPlugin.js.map +0 -1
- package/dist/ScriptTemplatePlugin.d.ts +0 -13
- package/dist/ScriptTemplatePlugin.js +0 -55
- package/dist/ScriptTemplatePlugin.js.map +0 -1
- package/dist/ServerModulePlugin.d.ts +0 -75
- package/dist/ServerModulePlugin.js +0 -368
- package/dist/ServerModulePlugin.js.map +0 -1
- package/dist/UserPreferencePlugin.d.ts +0 -19
- package/dist/UserPreferencePlugin.js +0 -32
- package/dist/UserPreferencePlugin.js.map +0 -1
- package/dist/aclAndRole/AclPlugin.d.ts +0 -82
- package/dist/aclAndRole/AclPlugin.js +0 -262
- package/dist/aclAndRole/AclPlugin.js.map +0 -1
- package/dist/aclAndRole/RolePlugin.d.ts +0 -66
- package/dist/aclAndRole/RolePlugin.js +0 -179
- package/dist/aclAndRole/RolePlugin.js.map +0 -1
- package/dist/aclAndRole/Util.d.ts +0 -3
- package/dist/aclAndRole/Util.js +0 -90
- package/dist/aclAndRole/Util.js.map +0 -1
- package/dist/app/ApplicationMenuPlugin.d.ts +0 -34
- package/dist/app/ApplicationMenuPlugin.js +0 -112
- package/dist/app/ApplicationMenuPlugin.js.map +0 -1
- package/dist/db/ColumnPlugins.d.ts +0 -750
- package/dist/db/ColumnPlugins.js +0 -114
- package/dist/db/ColumnPlugins.js.map +0 -1
- package/dist/db/DBUtils.d.ts +0 -2
- package/dist/db/DBUtils.js +0 -27
- package/dist/db/DBUtils.js.map +0 -1
- package/dist/db/DocumentationPlugin.d.ts +0 -67
- package/dist/db/DocumentationPlugin.js +0 -258
- package/dist/db/DocumentationPlugin.js.map +0 -1
- package/dist/db/LicensingPlugin.d.ts +0 -60
- package/dist/db/LicensingPlugin.js +0 -117
- package/dist/db/LicensingPlugin.js.map +0 -1
- package/dist/db/RecordPlugin.d.ts +0 -133
- package/dist/db/RecordPlugin.js +0 -337
- package/dist/db/RecordPlugin.js.map +0 -1
- package/dist/db/TablePlugin.d.ts +0 -231
- package/dist/db/TablePlugin.js +0 -1628
- package/dist/db/TablePlugin.js.map +0 -1
- package/dist/db/index.d.ts +0 -6
- package/dist/db/index.js +0 -32
- package/dist/db/index.js.map +0 -1
- package/dist/scriptedRESTAPI/RESTDeserializationUtils.d.ts +0 -10
- package/dist/scriptedRESTAPI/RESTDeserializationUtils.js +0 -373
- package/dist/scriptedRESTAPI/RESTDeserializationUtils.js.map +0 -1
- package/dist/scriptedRESTAPI/RESTSerializationUtils.d.ts +0 -13
- package/dist/scriptedRESTAPI/RESTSerializationUtils.js +0 -177
- package/dist/scriptedRESTAPI/RESTSerializationUtils.js.map +0 -1
- package/dist/scriptedRESTAPI/RestApiPlugin.d.ts +0 -81
- package/dist/scriptedRESTAPI/RestApiPlugin.js +0 -345
- package/dist/scriptedRESTAPI/RestApiPlugin.js.map +0 -1
- package/dist/scriptedRESTAPI/RestSchemaUtils.d.ts +0 -190
- package/dist/scriptedRESTAPI/RestSchemaUtils.js +0 -53
- package/dist/scriptedRESTAPI/RestSchemaUtils.js.map +0 -1
- package/dist/scriptedRESTAPI/RestUtils.d.ts +0 -69
- package/dist/scriptedRESTAPI/RestUtils.js +0 -497
- package/dist/scriptedRESTAPI/RestUtils.js.map +0 -1
- package/dist/scripts/ClientScriptPlugin.d.ts +0 -64
- package/dist/scripts/ClientScriptPlugin.js +0 -170
- package/dist/scripts/ClientScriptPlugin.js.map +0 -1
- package/dist/scripts/scriptUtils.d.ts +0 -1
- package/dist/scripts/scriptUtils.js +0 -9
- package/dist/scripts/scriptUtils.js.map +0 -1
- package/dist/uxf/ExperiencePlugin.d.ts +0 -45
- package/dist/uxf/ExperiencePlugin.js +0 -61
- package/dist/uxf/ExperiencePlugin.js.map +0 -1
- package/dist/uxf/RoutesPlugin.d.ts +0 -29
- package/dist/uxf/RoutesPlugin.js +0 -181
- package/dist/uxf/RoutesPlugin.js.map +0 -1
- package/dist/uxf/UxfFormulaParser/cleanUxValue.d.ts +0 -4
- package/dist/uxf/UxfFormulaParser/cleanUxValue.js +0 -65
- package/dist/uxf/UxfFormulaParser/cleanUxValue.js.map +0 -1
- package/dist/uxf/UxfFormulaParser/grammerParser/api.d.ts +0 -189
- package/dist/uxf/UxfFormulaParser/grammerParser/api.js +0 -158
- package/dist/uxf/UxfFormulaParser/grammerParser/api.js.map +0 -1
- package/dist/uxf/UxfFormulaParser/grammerParser/clientTransformMap.d.ts +0 -13
- package/dist/uxf/UxfFormulaParser/grammerParser/clientTransformMap.js +0 -604
- package/dist/uxf/UxfFormulaParser/grammerParser/clientTransformMap.js.map +0 -1
- package/dist/uxf/UxfFormulaParser/grammerParser/grammarParser.d.ts +0 -12
- package/dist/uxf/UxfFormulaParser/grammerParser/grammarParser.js +0 -551
- package/dist/uxf/UxfFormulaParser/grammerParser/grammarParser.js.map +0 -1
- package/dist/uxf/UxfFormulaParser/grammerParser/spanHelpers.d.ts +0 -31
- package/dist/uxf/UxfFormulaParser/grammerParser/spanHelpers.js +0 -64
- package/dist/uxf/UxfFormulaParser/grammerParser/spanHelpers.js.map +0 -1
- package/dist/uxf/UxfFormulaParser/index.d.ts +0 -3
- package/dist/uxf/UxfFormulaParser/index.js +0 -11
- package/dist/uxf/UxfFormulaParser/index.js.map +0 -1
- package/dist/uxf/UxfFormulaParser/parser.d.ts +0 -8
- package/dist/uxf/UxfFormulaParser/parser.js +0 -87
- package/dist/uxf/UxfFormulaParser/parser.js.map +0 -1
- package/dist/uxf/UxfFormulaParser/utils/getErrorMsg.d.ts +0 -8
- package/dist/uxf/UxfFormulaParser/utils/getErrorMsg.js +0 -17
- package/dist/uxf/UxfFormulaParser/utils/getErrorMsg.js.map +0 -1
- package/dist/uxf/constants.d.ts +0 -2
- package/dist/uxf/constants.js +0 -8
- package/dist/uxf/constants.js.map +0 -1
- package/dist/uxf/index.d.ts +0 -2
- package/dist/uxf/index.js +0 -11
- package/dist/uxf/index.js.map +0 -1
- package/dist/uxf/tectonicIdGenerator.d.ts +0 -12
- package/dist/uxf/tectonicIdGenerator.js +0 -79
- package/dist/uxf/tectonicIdGenerator.js.map +0 -1
- package/src/AttachmentPlugin.ts +0 -268
- package/src/BusinessRulePlugin.ts +0 -238
- package/src/CrossScopePrivilegePlugin.ts +0 -115
- package/src/DefaultPlugin.ts +0 -288
- package/src/HtmlTemplatePlugin.ts +0 -31
- package/src/IdPlugin.ts +0 -74
- package/src/IncludePlugin.ts +0 -206
- package/src/JsonPlugin.ts +0 -76
- package/src/ListPlugin.ts +0 -570
- package/src/NowConfigPlugin.ts +0 -69
- package/src/PackageJsonPlugin.ts +0 -68
- package/src/PropertyPlugin.ts +0 -237
- package/src/ScriptTemplatePlugin.ts +0 -53
- package/src/ServerModulePlugin.ts +0 -480
- package/src/UserPreferencePlugin.ts +0 -45
- package/src/aclAndRole/AclPlugin.ts +0 -420
- package/src/aclAndRole/RolePlugin.ts +0 -254
- package/src/aclAndRole/Util.ts +0 -113
- package/src/app/ApplicationMenuPlugin.ts +0 -165
- package/src/db/ColumnPlugins.ts +0 -114
- package/src/db/DBUtils.ts +0 -36
- package/src/db/DocumentationPlugin.ts +0 -316
- package/src/db/LicensingPlugin.ts +0 -138
- package/src/db/RecordPlugin.ts +0 -459
- package/src/db/TablePlugin.ts +0 -2070
- package/src/db/index.ts +0 -6
- package/src/scriptedRESTAPI/RESTDeserializationUtils.ts +0 -419
- package/src/scriptedRESTAPI/RESTSerializationUtils.ts +0 -228
- package/src/scriptedRESTAPI/RestApiPlugin.ts +0 -469
- package/src/scriptedRESTAPI/RestSchemaUtils.ts +0 -72
- package/src/scriptedRESTAPI/RestUtils.ts +0 -569
- package/src/scripts/ClientScriptPlugin.ts +0 -257
- package/src/scripts/scriptUtils.ts +0 -5
- package/src/uxf/ExperiencePlugin.ts +0 -67
- package/src/uxf/RoutesPlugin.ts +0 -211
- package/src/uxf/UxfFormulaParser/cleanUxValue.ts +0 -73
- package/src/uxf/UxfFormulaParser/grammerParser/api.js +0 -166
- package/src/uxf/UxfFormulaParser/grammerParser/clientTransformMap.js +0 -606
- package/src/uxf/UxfFormulaParser/grammerParser/grammarParser.js +0 -551
- package/src/uxf/UxfFormulaParser/grammerParser/spanHelpers.js +0 -65
- package/src/uxf/UxfFormulaParser/index.ts +0 -4
- package/src/uxf/UxfFormulaParser/parser.ts +0 -64
- package/src/uxf/UxfFormulaParser/utils/getErrorMsg.ts +0 -13
- package/src/uxf/constants.ts +0 -4
- package/src/uxf/index.ts +0 -2
- package/src/uxf/tectonicIdGenerator.ts +0 -78
|
@@ -1,750 +0,0 @@
|
|
|
1
|
-
import * as db from '@servicenow/sdk-core/runtime/db';
|
|
2
|
-
import { FluentDiagnostic, ObjectData } from '@servicenow/sdk-build-core';
|
|
3
|
-
export declare const StringColumnPlugin: {
|
|
4
|
-
readonly name: "stringColumn";
|
|
5
|
-
readonly extractors: {
|
|
6
|
-
readonly raw: {
|
|
7
|
-
readonly fluent: {
|
|
8
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
9
|
-
handled: false;
|
|
10
|
-
} | {
|
|
11
|
-
handled: true;
|
|
12
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<string, db.StringColumnType<db.Choices<string>, "none", string, string, keyof Now.Internal.Tables>>> | undefined;
|
|
13
|
-
diagnostics: FluentDiagnostic[];
|
|
14
|
-
} | {
|
|
15
|
-
handled: true;
|
|
16
|
-
diagnostics: FluentDiagnostic[];
|
|
17
|
-
data: ObjectData<db.Typed<string, db.StringColumnType<db.Choices<string>, "none", string, string, keyof Now.Internal.Tables>> & {
|
|
18
|
-
readonly entityKind: "string";
|
|
19
|
-
}>;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
export declare const BooleanColumnPlugin: {
|
|
26
|
-
readonly name: "booleanColumn";
|
|
27
|
-
readonly extractors: {
|
|
28
|
-
readonly raw: {
|
|
29
|
-
readonly fluent: {
|
|
30
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
31
|
-
handled: false;
|
|
32
|
-
} | {
|
|
33
|
-
handled: true;
|
|
34
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<boolean, db.Column<boolean, boolean>>> | undefined;
|
|
35
|
-
diagnostics: FluentDiagnostic[];
|
|
36
|
-
} | {
|
|
37
|
-
handled: true;
|
|
38
|
-
diagnostics: FluentDiagnostic[];
|
|
39
|
-
data: ObjectData<db.Typed<boolean, db.Column<boolean, boolean>> & {
|
|
40
|
-
readonly entityKind: "boolean";
|
|
41
|
-
}>;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
|
-
};
|
|
46
|
-
};
|
|
47
|
-
export declare const IntegerColumnPlugin: {
|
|
48
|
-
readonly name: "integerColumn";
|
|
49
|
-
readonly extractors: {
|
|
50
|
-
readonly raw: {
|
|
51
|
-
readonly fluent: {
|
|
52
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
53
|
-
handled: false;
|
|
54
|
-
} | {
|
|
55
|
-
handled: true;
|
|
56
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<number, db.IntegerColumnType<db.Choices<number>, number, number, "none">>> | undefined;
|
|
57
|
-
diagnostics: FluentDiagnostic[];
|
|
58
|
-
} | {
|
|
59
|
-
handled: true;
|
|
60
|
-
diagnostics: FluentDiagnostic[];
|
|
61
|
-
data: ObjectData<db.Typed<number, db.IntegerColumnType<db.Choices<number>, number, number, "none">> & {
|
|
62
|
-
readonly entityKind: "integer";
|
|
63
|
-
}>;
|
|
64
|
-
};
|
|
65
|
-
};
|
|
66
|
-
};
|
|
67
|
-
};
|
|
68
|
-
};
|
|
69
|
-
export declare const BasicImageColumnPlugin: {
|
|
70
|
-
readonly name: "imageColumn";
|
|
71
|
-
readonly extractors: {
|
|
72
|
-
readonly raw: {
|
|
73
|
-
readonly fluent: {
|
|
74
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
75
|
-
handled: false;
|
|
76
|
-
} | {
|
|
77
|
-
handled: true;
|
|
78
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<string, db.StringColumnType<db.Choices<string>, "none", string, string>>> | undefined;
|
|
79
|
-
diagnostics: FluentDiagnostic[];
|
|
80
|
-
} | {
|
|
81
|
-
handled: true;
|
|
82
|
-
diagnostics: FluentDiagnostic[];
|
|
83
|
-
data: ObjectData<db.Typed<string, db.StringColumnType<db.Choices<string>, "none", string, string>> & {
|
|
84
|
-
readonly entityKind: "image";
|
|
85
|
-
}>;
|
|
86
|
-
};
|
|
87
|
-
};
|
|
88
|
-
};
|
|
89
|
-
};
|
|
90
|
-
};
|
|
91
|
-
export declare const ConditionsColumnPlugin: {
|
|
92
|
-
readonly name: "conditionsColumn";
|
|
93
|
-
readonly extractors: {
|
|
94
|
-
readonly raw: {
|
|
95
|
-
readonly fluent: {
|
|
96
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
97
|
-
handled: false;
|
|
98
|
-
} | {
|
|
99
|
-
handled: true;
|
|
100
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<string, db.Column<string, string>>> | undefined;
|
|
101
|
-
diagnostics: FluentDiagnostic[];
|
|
102
|
-
} | {
|
|
103
|
-
handled: true;
|
|
104
|
-
diagnostics: FluentDiagnostic[];
|
|
105
|
-
data: ObjectData<db.Typed<string, db.Column<string, string>> & {
|
|
106
|
-
readonly entityKind: "conditions";
|
|
107
|
-
}>;
|
|
108
|
-
};
|
|
109
|
-
};
|
|
110
|
-
};
|
|
111
|
-
};
|
|
112
|
-
};
|
|
113
|
-
export declare const ChoiceColumnPlugin: {
|
|
114
|
-
readonly name: "choiceColumn";
|
|
115
|
-
readonly extractors: {
|
|
116
|
-
readonly raw: {
|
|
117
|
-
readonly fluent: {
|
|
118
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
119
|
-
handled: false;
|
|
120
|
-
} | {
|
|
121
|
-
handled: true;
|
|
122
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<string | number, db.ChoiceColumnType<db.Choices<string | number>, string | number, string | number, keyof Now.Internal.Tables, "none" | "dropdown_with_none" | "suggestion" | "dropdown_without_none">>> | undefined;
|
|
123
|
-
diagnostics: FluentDiagnostic[];
|
|
124
|
-
} | {
|
|
125
|
-
handled: true;
|
|
126
|
-
diagnostics: FluentDiagnostic[];
|
|
127
|
-
data: ObjectData<db.Typed<string | number, db.ChoiceColumnType<db.Choices<string | number>, string | number, string | number, keyof Now.Internal.Tables, "none" | "dropdown_with_none" | "suggestion" | "dropdown_without_none">> & {
|
|
128
|
-
readonly entityKind: "choice";
|
|
129
|
-
}>;
|
|
130
|
-
};
|
|
131
|
-
};
|
|
132
|
-
};
|
|
133
|
-
};
|
|
134
|
-
};
|
|
135
|
-
export declare const DecimalColumnPlugin: {
|
|
136
|
-
readonly name: "decimalColumn";
|
|
137
|
-
readonly extractors: {
|
|
138
|
-
readonly raw: {
|
|
139
|
-
readonly fluent: {
|
|
140
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
141
|
-
handled: false;
|
|
142
|
-
} | {
|
|
143
|
-
handled: true;
|
|
144
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<number, db.DecimalColumnType<number, number, keyof Now.Internal.Tables>>> | undefined;
|
|
145
|
-
diagnostics: FluentDiagnostic[];
|
|
146
|
-
} | {
|
|
147
|
-
handled: true;
|
|
148
|
-
diagnostics: FluentDiagnostic[];
|
|
149
|
-
data: ObjectData<db.Typed<number, db.DecimalColumnType<number, number, keyof Now.Internal.Tables>> & {
|
|
150
|
-
readonly entityKind: "decimal";
|
|
151
|
-
}>;
|
|
152
|
-
};
|
|
153
|
-
};
|
|
154
|
-
};
|
|
155
|
-
};
|
|
156
|
-
};
|
|
157
|
-
export declare const DocumentIdColumnPlugin: {
|
|
158
|
-
readonly name: "document_idColumn";
|
|
159
|
-
readonly extractors: {
|
|
160
|
-
readonly raw: {
|
|
161
|
-
readonly fluent: {
|
|
162
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
163
|
-
handled: false;
|
|
164
|
-
} | {
|
|
165
|
-
handled: true;
|
|
166
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<string | db.Record, db.Column<string | db.Record, string | db.Record> & {
|
|
167
|
-
dependent?: db.TableNameColumnType;
|
|
168
|
-
}>> | undefined;
|
|
169
|
-
diagnostics: FluentDiagnostic[];
|
|
170
|
-
} | {
|
|
171
|
-
handled: true;
|
|
172
|
-
diagnostics: FluentDiagnostic[];
|
|
173
|
-
data: ObjectData<db.Typed<string | db.Record, db.Column<string | db.Record, string | db.Record> & {
|
|
174
|
-
dependent?: db.TableNameColumnType;
|
|
175
|
-
}> & {
|
|
176
|
-
readonly entityKind: "document_id";
|
|
177
|
-
}>;
|
|
178
|
-
};
|
|
179
|
-
};
|
|
180
|
-
};
|
|
181
|
-
};
|
|
182
|
-
};
|
|
183
|
-
export declare const DomainIdColumnPlugin: {
|
|
184
|
-
readonly name: "domain_idColumn";
|
|
185
|
-
readonly extractors: {
|
|
186
|
-
readonly raw: {
|
|
187
|
-
readonly fluent: {
|
|
188
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
189
|
-
handled: false;
|
|
190
|
-
} | {
|
|
191
|
-
handled: true;
|
|
192
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<db.Record<"domain"> | "global", db.Column<db.Record<"domain"> | "global", db.Record<"domain"> | "global">>> | undefined;
|
|
193
|
-
diagnostics: FluentDiagnostic[];
|
|
194
|
-
} | {
|
|
195
|
-
handled: true;
|
|
196
|
-
diagnostics: FluentDiagnostic[];
|
|
197
|
-
data: ObjectData<db.Typed<db.Record<"domain"> | "global", db.Column<db.Record<"domain"> | "global", db.Record<"domain"> | "global">> & {
|
|
198
|
-
readonly entityKind: "domain_id";
|
|
199
|
-
}>;
|
|
200
|
-
};
|
|
201
|
-
};
|
|
202
|
-
};
|
|
203
|
-
};
|
|
204
|
-
};
|
|
205
|
-
export declare const DomainPathColumnPlugin: {
|
|
206
|
-
readonly name: "domain_pathColumn";
|
|
207
|
-
readonly extractors: {
|
|
208
|
-
readonly raw: {
|
|
209
|
-
readonly fluent: {
|
|
210
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
211
|
-
handled: false;
|
|
212
|
-
} | {
|
|
213
|
-
handled: true;
|
|
214
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<string, db.StringColumnType<db.Choices<string>, "none", string, string, keyof Now.Internal.Tables>>> | undefined;
|
|
215
|
-
diagnostics: FluentDiagnostic[];
|
|
216
|
-
} | {
|
|
217
|
-
handled: true;
|
|
218
|
-
diagnostics: FluentDiagnostic[];
|
|
219
|
-
data: ObjectData<db.Typed<string, db.StringColumnType<db.Choices<string>, "none", string, string, keyof Now.Internal.Tables>> & {
|
|
220
|
-
readonly entityKind: "domain_path";
|
|
221
|
-
}>;
|
|
222
|
-
};
|
|
223
|
-
};
|
|
224
|
-
};
|
|
225
|
-
};
|
|
226
|
-
};
|
|
227
|
-
export declare const ListColumnPlugin: {
|
|
228
|
-
readonly name: "glide_listColumn";
|
|
229
|
-
readonly extractors: {
|
|
230
|
-
readonly raw: {
|
|
231
|
-
readonly fluent: {
|
|
232
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
233
|
-
handled: false;
|
|
234
|
-
} | {
|
|
235
|
-
handled: true;
|
|
236
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<db.Record<keyof Now.Internal.Tables>[], db.Column<db.Record<keyof Now.Internal.Tables>[], db.Record<keyof Now.Internal.Tables>[]> & {
|
|
237
|
-
referenceTable?: keyof Now.Internal.Tables;
|
|
238
|
-
}>> | undefined;
|
|
239
|
-
diagnostics: FluentDiagnostic[];
|
|
240
|
-
} | {
|
|
241
|
-
handled: true;
|
|
242
|
-
diagnostics: FluentDiagnostic[];
|
|
243
|
-
data: ObjectData<db.Typed<db.Record<keyof Now.Internal.Tables>[], db.Column<db.Record<keyof Now.Internal.Tables>[], db.Record<keyof Now.Internal.Tables>[]> & {
|
|
244
|
-
referenceTable?: keyof Now.Internal.Tables;
|
|
245
|
-
}> & {
|
|
246
|
-
readonly entityKind: "glide_list";
|
|
247
|
-
}>;
|
|
248
|
-
};
|
|
249
|
-
};
|
|
250
|
-
};
|
|
251
|
-
};
|
|
252
|
-
};
|
|
253
|
-
export declare const ReferenceColumnPlugin: {
|
|
254
|
-
readonly name: "referenceColumn";
|
|
255
|
-
readonly extractors: {
|
|
256
|
-
readonly raw: {
|
|
257
|
-
readonly fluent: {
|
|
258
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
259
|
-
handled: false;
|
|
260
|
-
} | {
|
|
261
|
-
handled: true;
|
|
262
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<string | db.Record<keyof Now.Internal.Tables> | Now.Internal.ExplicitKey<keyof Now.Internal.Tables>, db.Column<string | db.Record<keyof Now.Internal.Tables> | Now.Internal.ExplicitKey<keyof Now.Internal.Tables>, string | db.Record<keyof Now.Internal.Tables> | Now.Internal.ExplicitKey<keyof Now.Internal.Tables>> & {
|
|
263
|
-
referenceTable?: keyof Now.Internal.Tables;
|
|
264
|
-
cascadeRule?: "none" | "delete_no_workflow" | "cascade" | "delete" | "restrict" | "clear";
|
|
265
|
-
reference_floats?: boolean;
|
|
266
|
-
dynamic_creation_script?: string;
|
|
267
|
-
dyamic_creation?: boolean;
|
|
268
|
-
reference_key?: string;
|
|
269
|
-
reference_qual?: string;
|
|
270
|
-
}>> | undefined;
|
|
271
|
-
diagnostics: FluentDiagnostic[];
|
|
272
|
-
} | {
|
|
273
|
-
handled: true;
|
|
274
|
-
diagnostics: FluentDiagnostic[];
|
|
275
|
-
data: ObjectData<db.Typed<string | db.Record<keyof Now.Internal.Tables> | Now.Internal.ExplicitKey<keyof Now.Internal.Tables>, db.Column<string | db.Record<keyof Now.Internal.Tables> | Now.Internal.ExplicitKey<keyof Now.Internal.Tables>, string | db.Record<keyof Now.Internal.Tables> | Now.Internal.ExplicitKey<keyof Now.Internal.Tables>> & {
|
|
276
|
-
referenceTable?: keyof Now.Internal.Tables;
|
|
277
|
-
cascadeRule?: "none" | "delete_no_workflow" | "cascade" | "delete" | "restrict" | "clear";
|
|
278
|
-
reference_floats?: boolean;
|
|
279
|
-
dynamic_creation_script?: string;
|
|
280
|
-
dyamic_creation?: boolean;
|
|
281
|
-
reference_key?: string;
|
|
282
|
-
reference_qual?: string;
|
|
283
|
-
}> & {
|
|
284
|
-
readonly entityKind: "reference";
|
|
285
|
-
}>;
|
|
286
|
-
};
|
|
287
|
-
};
|
|
288
|
-
};
|
|
289
|
-
};
|
|
290
|
-
};
|
|
291
|
-
export declare const RadioColumnPlugin: {
|
|
292
|
-
readonly name: "radioColumn";
|
|
293
|
-
readonly extractors: {
|
|
294
|
-
readonly raw: {
|
|
295
|
-
readonly fluent: {
|
|
296
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
297
|
-
handled: false;
|
|
298
|
-
} | {
|
|
299
|
-
handled: true;
|
|
300
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<string | number, db.RadioColumnType<db.Choices, string | number, string | number>>> | undefined;
|
|
301
|
-
diagnostics: FluentDiagnostic[];
|
|
302
|
-
} | {
|
|
303
|
-
handled: true;
|
|
304
|
-
diagnostics: FluentDiagnostic[];
|
|
305
|
-
data: ObjectData<db.Typed<string | number, db.RadioColumnType<db.Choices, string | number, string | number>> & {
|
|
306
|
-
readonly entityKind: "radio";
|
|
307
|
-
}>;
|
|
308
|
-
};
|
|
309
|
-
};
|
|
310
|
-
};
|
|
311
|
-
};
|
|
312
|
-
};
|
|
313
|
-
export declare const ScriptColumnPlugin: {
|
|
314
|
-
readonly name: "scriptColumn";
|
|
315
|
-
readonly extractors: {
|
|
316
|
-
readonly raw: {
|
|
317
|
-
readonly fluent: {
|
|
318
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
319
|
-
handled: false;
|
|
320
|
-
} | {
|
|
321
|
-
handled: true;
|
|
322
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<string | db.ScriptModule<Function>, db.Column<string | db.ScriptModule<Function>, string | db.ScriptModule<Function>> & {
|
|
323
|
-
signature?: Function;
|
|
324
|
-
}>> | undefined;
|
|
325
|
-
diagnostics: FluentDiagnostic[];
|
|
326
|
-
} | {
|
|
327
|
-
handled: true;
|
|
328
|
-
diagnostics: FluentDiagnostic[];
|
|
329
|
-
data: ObjectData<db.Typed<string | db.ScriptModule<Function>, db.Column<string | db.ScriptModule<Function>, string | db.ScriptModule<Function>> & {
|
|
330
|
-
signature?: Function;
|
|
331
|
-
}> & {
|
|
332
|
-
readonly entityKind: "script";
|
|
333
|
-
}>;
|
|
334
|
-
};
|
|
335
|
-
};
|
|
336
|
-
};
|
|
337
|
-
};
|
|
338
|
-
};
|
|
339
|
-
export declare const SystemClassNameColumnPlugin: {
|
|
340
|
-
readonly name: "sys_class_nameColumn";
|
|
341
|
-
readonly extractors: {
|
|
342
|
-
readonly raw: {
|
|
343
|
-
readonly fluent: {
|
|
344
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
345
|
-
handled: false;
|
|
346
|
-
} | {
|
|
347
|
-
handled: true;
|
|
348
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<string, db.StringColumnType<db.Choices<string>, "none", string, string, keyof Now.Internal.Tables>>> | undefined;
|
|
349
|
-
diagnostics: FluentDiagnostic[];
|
|
350
|
-
} | {
|
|
351
|
-
handled: true;
|
|
352
|
-
diagnostics: FluentDiagnostic[];
|
|
353
|
-
data: ObjectData<db.Typed<string, db.StringColumnType<db.Choices<string>, "none", string, string, keyof Now.Internal.Tables>> & {
|
|
354
|
-
readonly entityKind: "sys_class_name";
|
|
355
|
-
}>;
|
|
356
|
-
};
|
|
357
|
-
};
|
|
358
|
-
};
|
|
359
|
-
};
|
|
360
|
-
};
|
|
361
|
-
export declare const TableNameColumnPlugin: {
|
|
362
|
-
readonly name: "table_nameColumn";
|
|
363
|
-
readonly extractors: {
|
|
364
|
-
readonly raw: {
|
|
365
|
-
readonly fluent: {
|
|
366
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
367
|
-
handled: false;
|
|
368
|
-
} | {
|
|
369
|
-
handled: true;
|
|
370
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<keyof Now.Internal.Tables, db.TableNameColumnType<keyof Now.Internal.Tables, keyof Now.Internal.Tables>>> | undefined;
|
|
371
|
-
diagnostics: FluentDiagnostic[];
|
|
372
|
-
} | {
|
|
373
|
-
handled: true;
|
|
374
|
-
diagnostics: FluentDiagnostic[];
|
|
375
|
-
data: ObjectData<db.Typed<keyof Now.Internal.Tables, db.TableNameColumnType<keyof Now.Internal.Tables, keyof Now.Internal.Tables>> & {
|
|
376
|
-
readonly entityKind: "table_name";
|
|
377
|
-
}>;
|
|
378
|
-
};
|
|
379
|
-
};
|
|
380
|
-
};
|
|
381
|
-
};
|
|
382
|
-
};
|
|
383
|
-
export declare const TranslatedFieldColumnPlugin: {
|
|
384
|
-
readonly name: "translated_fieldColumn";
|
|
385
|
-
readonly extractors: {
|
|
386
|
-
readonly raw: {
|
|
387
|
-
readonly fluent: {
|
|
388
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
389
|
-
handled: false;
|
|
390
|
-
} | {
|
|
391
|
-
handled: true;
|
|
392
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<string, db.StringColumnType<db.Choices<string>, "none", string, string, keyof Now.Internal.Tables>>> | undefined;
|
|
393
|
-
diagnostics: FluentDiagnostic[];
|
|
394
|
-
} | {
|
|
395
|
-
handled: true;
|
|
396
|
-
diagnostics: FluentDiagnostic[];
|
|
397
|
-
data: ObjectData<db.Typed<string, db.StringColumnType<db.Choices<string>, "none", string, string, keyof Now.Internal.Tables>> & {
|
|
398
|
-
readonly entityKind: "translated_field";
|
|
399
|
-
}>;
|
|
400
|
-
};
|
|
401
|
-
};
|
|
402
|
-
};
|
|
403
|
-
};
|
|
404
|
-
};
|
|
405
|
-
export declare const TranslatedTextColumnPlugin: {
|
|
406
|
-
readonly name: "translated_textColumn";
|
|
407
|
-
readonly extractors: {
|
|
408
|
-
readonly raw: {
|
|
409
|
-
readonly fluent: {
|
|
410
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
411
|
-
handled: false;
|
|
412
|
-
} | {
|
|
413
|
-
handled: true;
|
|
414
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<string, db.StringColumnType<db.Choices<string>, "none", string, string, keyof Now.Internal.Tables>>> | undefined;
|
|
415
|
-
diagnostics: FluentDiagnostic[];
|
|
416
|
-
} | {
|
|
417
|
-
handled: true;
|
|
418
|
-
diagnostics: FluentDiagnostic[];
|
|
419
|
-
data: ObjectData<db.Typed<string, db.StringColumnType<db.Choices<string>, "none", string, string, keyof Now.Internal.Tables>> & {
|
|
420
|
-
readonly entityKind: "translated_text";
|
|
421
|
-
}>;
|
|
422
|
-
};
|
|
423
|
-
};
|
|
424
|
-
};
|
|
425
|
-
};
|
|
426
|
-
};
|
|
427
|
-
export declare const UserRolesColumnPlugin: {
|
|
428
|
-
readonly name: "user_rolesColumn";
|
|
429
|
-
readonly extractors: {
|
|
430
|
-
readonly raw: {
|
|
431
|
-
readonly fluent: {
|
|
432
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
433
|
-
handled: false;
|
|
434
|
-
} | {
|
|
435
|
-
handled: true;
|
|
436
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<string | {
|
|
437
|
-
$id: string | number;
|
|
438
|
-
name: string;
|
|
439
|
-
assignable_by?: string | undefined;
|
|
440
|
-
can_delegate?: boolean | undefined;
|
|
441
|
-
description?: string | undefined;
|
|
442
|
-
elevated_privilege?: boolean | undefined;
|
|
443
|
-
grantable?: boolean | undefined;
|
|
444
|
-
contains_roles?: any[] | undefined;
|
|
445
|
-
scoped_admin?: boolean | undefined;
|
|
446
|
-
}, db.Column<string | {
|
|
447
|
-
$id: string | number;
|
|
448
|
-
name: string;
|
|
449
|
-
assignable_by?: string | undefined;
|
|
450
|
-
can_delegate?: boolean | undefined;
|
|
451
|
-
description?: string | undefined;
|
|
452
|
-
elevated_privilege?: boolean | undefined;
|
|
453
|
-
grantable?: boolean | undefined;
|
|
454
|
-
contains_roles?: any[] | undefined;
|
|
455
|
-
scoped_admin?: boolean | undefined;
|
|
456
|
-
}, string | {
|
|
457
|
-
$id: string | number;
|
|
458
|
-
name: string;
|
|
459
|
-
assignable_by?: string | undefined;
|
|
460
|
-
can_delegate?: boolean | undefined;
|
|
461
|
-
description?: string | undefined;
|
|
462
|
-
elevated_privilege?: boolean | undefined;
|
|
463
|
-
grantable?: boolean | undefined;
|
|
464
|
-
contains_roles?: any[] | undefined;
|
|
465
|
-
scoped_admin?: boolean | undefined;
|
|
466
|
-
}>>> | undefined;
|
|
467
|
-
diagnostics: FluentDiagnostic[];
|
|
468
|
-
} | {
|
|
469
|
-
handled: true;
|
|
470
|
-
diagnostics: FluentDiagnostic[];
|
|
471
|
-
data: ObjectData<db.Typed<string | {
|
|
472
|
-
$id: string | number;
|
|
473
|
-
name: string;
|
|
474
|
-
assignable_by?: string | undefined;
|
|
475
|
-
can_delegate?: boolean | undefined;
|
|
476
|
-
description?: string | undefined;
|
|
477
|
-
elevated_privilege?: boolean | undefined;
|
|
478
|
-
grantable?: boolean | undefined;
|
|
479
|
-
contains_roles?: any[] | undefined;
|
|
480
|
-
scoped_admin?: boolean | undefined;
|
|
481
|
-
}, db.Column<string | {
|
|
482
|
-
$id: string | number;
|
|
483
|
-
name: string;
|
|
484
|
-
assignable_by?: string | undefined;
|
|
485
|
-
can_delegate?: boolean | undefined;
|
|
486
|
-
description?: string | undefined;
|
|
487
|
-
elevated_privilege?: boolean | undefined;
|
|
488
|
-
grantable?: boolean | undefined;
|
|
489
|
-
contains_roles?: any[] | undefined;
|
|
490
|
-
scoped_admin?: boolean | undefined;
|
|
491
|
-
}, string | {
|
|
492
|
-
$id: string | number;
|
|
493
|
-
name: string;
|
|
494
|
-
assignable_by?: string | undefined;
|
|
495
|
-
can_delegate?: boolean | undefined;
|
|
496
|
-
description?: string | undefined;
|
|
497
|
-
elevated_privilege?: boolean | undefined;
|
|
498
|
-
grantable?: boolean | undefined;
|
|
499
|
-
contains_roles?: any[] | undefined;
|
|
500
|
-
scoped_admin?: boolean | undefined;
|
|
501
|
-
}>> & {
|
|
502
|
-
readonly entityKind: "user_roles";
|
|
503
|
-
}>;
|
|
504
|
-
};
|
|
505
|
-
};
|
|
506
|
-
};
|
|
507
|
-
};
|
|
508
|
-
};
|
|
509
|
-
export declare const VersionColumnPlugin: {
|
|
510
|
-
readonly name: "versionColumn";
|
|
511
|
-
readonly extractors: {
|
|
512
|
-
readonly raw: {
|
|
513
|
-
readonly fluent: {
|
|
514
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
515
|
-
handled: false;
|
|
516
|
-
} | {
|
|
517
|
-
handled: true;
|
|
518
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<`${bigint}.${bigint}.${bigint}`, db.Column<`${bigint}.${bigint}.${bigint}`, `${bigint}.${bigint}.${bigint}`>>> | undefined;
|
|
519
|
-
diagnostics: FluentDiagnostic[];
|
|
520
|
-
} | {
|
|
521
|
-
handled: true;
|
|
522
|
-
diagnostics: FluentDiagnostic[];
|
|
523
|
-
data: ObjectData<db.Typed<`${bigint}.${bigint}.${bigint}`, db.Column<`${bigint}.${bigint}.${bigint}`, `${bigint}.${bigint}.${bigint}`>> & {
|
|
524
|
-
readonly entityKind: "version";
|
|
525
|
-
}>;
|
|
526
|
-
};
|
|
527
|
-
};
|
|
528
|
-
};
|
|
529
|
-
};
|
|
530
|
-
};
|
|
531
|
-
export declare const FieldNameColumnPlugin: {
|
|
532
|
-
readonly name: "field_nameColumn";
|
|
533
|
-
readonly extractors: {
|
|
534
|
-
readonly raw: {
|
|
535
|
-
readonly fluent: {
|
|
536
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
537
|
-
handled: false;
|
|
538
|
-
} | {
|
|
539
|
-
handled: true;
|
|
540
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<string, db.StringColumnType<db.Choices<string>, "none", string, string, keyof Now.Internal.Tables>>> | undefined;
|
|
541
|
-
diagnostics: FluentDiagnostic[];
|
|
542
|
-
} | {
|
|
543
|
-
handled: true;
|
|
544
|
-
diagnostics: FluentDiagnostic[];
|
|
545
|
-
data: ObjectData<db.Typed<string, db.StringColumnType<db.Choices<string>, "none", string, string, keyof Now.Internal.Tables>> & {
|
|
546
|
-
readonly entityKind: "field_name";
|
|
547
|
-
}>;
|
|
548
|
-
};
|
|
549
|
-
};
|
|
550
|
-
};
|
|
551
|
-
};
|
|
552
|
-
};
|
|
553
|
-
export declare const DateColumnPlugin: {
|
|
554
|
-
readonly name: "glide_dateColumn";
|
|
555
|
-
readonly extractors: {
|
|
556
|
-
readonly raw: {
|
|
557
|
-
readonly fluent: {
|
|
558
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
559
|
-
handled: false;
|
|
560
|
-
} | {
|
|
561
|
-
handled: true;
|
|
562
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<`${number}-${number}-${number}`, db.Column<`${number}-${number}-${number}`, `${number}-${number}-${number}`>>> | undefined;
|
|
563
|
-
diagnostics: FluentDiagnostic[];
|
|
564
|
-
} | {
|
|
565
|
-
handled: true;
|
|
566
|
-
diagnostics: FluentDiagnostic[];
|
|
567
|
-
data: ObjectData<db.Typed<`${number}-${number}-${number}`, db.Column<`${number}-${number}-${number}`, `${number}-${number}-${number}`>> & {
|
|
568
|
-
readonly entityKind: "glide_date";
|
|
569
|
-
}>;
|
|
570
|
-
};
|
|
571
|
-
};
|
|
572
|
-
};
|
|
573
|
-
};
|
|
574
|
-
};
|
|
575
|
-
export declare const DateTimeColumnPlugin: {
|
|
576
|
-
readonly name: "glide_date_timeColumn";
|
|
577
|
-
readonly extractors: {
|
|
578
|
-
readonly raw: {
|
|
579
|
-
readonly fluent: {
|
|
580
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
581
|
-
handled: false;
|
|
582
|
-
} | {
|
|
583
|
-
handled: true;
|
|
584
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<`${number}-${number}-${number} ${number}:${number}:${number}`, db.Column<`${number}-${number}-${number} ${number}:${number}:${number}`, `${number}-${number}-${number} ${number}:${number}:${number}`>>> | undefined;
|
|
585
|
-
diagnostics: FluentDiagnostic[];
|
|
586
|
-
} | {
|
|
587
|
-
handled: true;
|
|
588
|
-
diagnostics: FluentDiagnostic[];
|
|
589
|
-
data: ObjectData<db.Typed<`${number}-${number}-${number} ${number}:${number}:${number}`, db.Column<`${number}-${number}-${number} ${number}:${number}:${number}`, `${number}-${number}-${number} ${number}:${number}:${number}`>> & {
|
|
590
|
-
readonly entityKind: "glide_date_time";
|
|
591
|
-
}>;
|
|
592
|
-
};
|
|
593
|
-
};
|
|
594
|
-
};
|
|
595
|
-
};
|
|
596
|
-
};
|
|
597
|
-
export declare const CalendarDateTimeColumnPlugin: {
|
|
598
|
-
readonly name: "calendar_date_timeColumn";
|
|
599
|
-
readonly extractors: {
|
|
600
|
-
readonly raw: {
|
|
601
|
-
readonly fluent: {
|
|
602
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
603
|
-
handled: false;
|
|
604
|
-
} | {
|
|
605
|
-
handled: true;
|
|
606
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<`${number}-${number}-${number} ${number}:${number}:${number}`, db.Column<`${number}-${number}-${number} ${number}:${number}:${number}`, `${number}-${number}-${number} ${number}:${number}:${number}`>>> | undefined;
|
|
607
|
-
diagnostics: FluentDiagnostic[];
|
|
608
|
-
} | {
|
|
609
|
-
handled: true;
|
|
610
|
-
diagnostics: FluentDiagnostic[];
|
|
611
|
-
data: ObjectData<db.Typed<`${number}-${number}-${number} ${number}:${number}:${number}`, db.Column<`${number}-${number}-${number} ${number}:${number}:${number}`, `${number}-${number}-${number} ${number}:${number}:${number}`>> & {
|
|
612
|
-
readonly entityKind: "calendar_date_time";
|
|
613
|
-
}>;
|
|
614
|
-
};
|
|
615
|
-
};
|
|
616
|
-
};
|
|
617
|
-
};
|
|
618
|
-
};
|
|
619
|
-
export declare const BasicDateTimeColumnPlugin: {
|
|
620
|
-
readonly name: "datetimeColumn";
|
|
621
|
-
readonly extractors: {
|
|
622
|
-
readonly raw: {
|
|
623
|
-
readonly fluent: {
|
|
624
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
625
|
-
handled: false;
|
|
626
|
-
} | {
|
|
627
|
-
handled: true;
|
|
628
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<`${number}-${number}-${number} ${number}:${number}:${number}`, db.Column<`${number}-${number}-${number} ${number}:${number}:${number}`, `${number}-${number}-${number} ${number}:${number}:${number}`>>> | undefined;
|
|
629
|
-
diagnostics: FluentDiagnostic[];
|
|
630
|
-
} | {
|
|
631
|
-
handled: true;
|
|
632
|
-
diagnostics: FluentDiagnostic[];
|
|
633
|
-
data: ObjectData<db.Typed<`${number}-${number}-${number} ${number}:${number}:${number}`, db.Column<`${number}-${number}-${number} ${number}:${number}:${number}`, `${number}-${number}-${number} ${number}:${number}:${number}`>> & {
|
|
634
|
-
readonly entityKind: "datetime";
|
|
635
|
-
}>;
|
|
636
|
-
};
|
|
637
|
-
};
|
|
638
|
-
};
|
|
639
|
-
};
|
|
640
|
-
};
|
|
641
|
-
export declare const DueDateColumnPlugin: {
|
|
642
|
-
readonly name: "due_dateColumn";
|
|
643
|
-
readonly extractors: {
|
|
644
|
-
readonly raw: {
|
|
645
|
-
readonly fluent: {
|
|
646
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
647
|
-
handled: false;
|
|
648
|
-
} | {
|
|
649
|
-
handled: true;
|
|
650
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<`${number}-${number}-${number} ${number}:${number}:${number}`, db.Column<`${number}-${number}-${number} ${number}:${number}:${number}`, `${number}-${number}-${number} ${number}:${number}:${number}`>>> | undefined;
|
|
651
|
-
diagnostics: FluentDiagnostic[];
|
|
652
|
-
} | {
|
|
653
|
-
handled: true;
|
|
654
|
-
diagnostics: FluentDiagnostic[];
|
|
655
|
-
data: ObjectData<db.Typed<`${number}-${number}-${number} ${number}:${number}:${number}`, db.Column<`${number}-${number}-${number} ${number}:${number}:${number}`, `${number}-${number}-${number} ${number}:${number}:${number}`>> & {
|
|
656
|
-
readonly entityKind: "due_date";
|
|
657
|
-
}>;
|
|
658
|
-
};
|
|
659
|
-
};
|
|
660
|
-
};
|
|
661
|
-
};
|
|
662
|
-
};
|
|
663
|
-
export declare const IntegerDateColumnPlugin: {
|
|
664
|
-
readonly name: "integer_dateColumn";
|
|
665
|
-
readonly extractors: {
|
|
666
|
-
readonly raw: {
|
|
667
|
-
readonly fluent: {
|
|
668
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
669
|
-
handled: false;
|
|
670
|
-
} | {
|
|
671
|
-
handled: true;
|
|
672
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<number, db.Column<number, number>>> | undefined;
|
|
673
|
-
diagnostics: FluentDiagnostic[];
|
|
674
|
-
} | {
|
|
675
|
-
handled: true;
|
|
676
|
-
diagnostics: FluentDiagnostic[];
|
|
677
|
-
data: ObjectData<db.Typed<number, db.Column<number, number>> & {
|
|
678
|
-
readonly entityKind: "integer_date";
|
|
679
|
-
}>;
|
|
680
|
-
};
|
|
681
|
-
};
|
|
682
|
-
};
|
|
683
|
-
};
|
|
684
|
-
};
|
|
685
|
-
export declare const ScheduleDateTimeColumnPlugin: {
|
|
686
|
-
readonly name: "schedule_date_timeColumn";
|
|
687
|
-
readonly extractors: {
|
|
688
|
-
readonly raw: {
|
|
689
|
-
readonly fluent: {
|
|
690
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
691
|
-
handled: false;
|
|
692
|
-
} | {
|
|
693
|
-
handled: true;
|
|
694
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<string, db.Column<string, string>>> | undefined;
|
|
695
|
-
diagnostics: FluentDiagnostic[];
|
|
696
|
-
} | {
|
|
697
|
-
handled: true;
|
|
698
|
-
diagnostics: FluentDiagnostic[];
|
|
699
|
-
data: ObjectData<db.Typed<string, db.Column<string, string>> & {
|
|
700
|
-
readonly entityKind: "schedule_date_time";
|
|
701
|
-
}>;
|
|
702
|
-
};
|
|
703
|
-
};
|
|
704
|
-
};
|
|
705
|
-
};
|
|
706
|
-
};
|
|
707
|
-
export declare const OtherDateColumnPlugin: {
|
|
708
|
-
readonly name: "dateColumn";
|
|
709
|
-
readonly extractors: {
|
|
710
|
-
readonly raw: {
|
|
711
|
-
readonly fluent: {
|
|
712
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
713
|
-
handled: false;
|
|
714
|
-
} | {
|
|
715
|
-
handled: true;
|
|
716
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<`${number}-${number}-${number}`, db.Column<`${number}-${number}-${number}`, `${number}-${number}-${number}`>>> | undefined;
|
|
717
|
-
diagnostics: FluentDiagnostic[];
|
|
718
|
-
} | {
|
|
719
|
-
handled: true;
|
|
720
|
-
diagnostics: FluentDiagnostic[];
|
|
721
|
-
data: ObjectData<db.Typed<`${number}-${number}-${number}`, db.Column<`${number}-${number}-${number}`, `${number}-${number}-${number}`>> & {
|
|
722
|
-
readonly entityKind: "date";
|
|
723
|
-
}>;
|
|
724
|
-
};
|
|
725
|
-
};
|
|
726
|
-
};
|
|
727
|
-
};
|
|
728
|
-
};
|
|
729
|
-
export declare const GenericColumnPlugin: {
|
|
730
|
-
readonly name: "genericColumn";
|
|
731
|
-
readonly extractors: {
|
|
732
|
-
readonly raw: {
|
|
733
|
-
readonly fluent: {
|
|
734
|
-
readonly CallExpression: (node: import("ts-morph").CallExpression<import("ts-morph").ts.CallExpression>, context: import("@servicenow/sdk-build-core").Context) => {
|
|
735
|
-
handled: false;
|
|
736
|
-
} | {
|
|
737
|
-
handled: true;
|
|
738
|
-
data?: import("@servicenow/sdk-build-core").EntityData<db.Typed<string | number, db.GenericColumnType<db.Choices<string | number>, string | number, string | number, "none">>> | undefined;
|
|
739
|
-
diagnostics: FluentDiagnostic[];
|
|
740
|
-
} | {
|
|
741
|
-
handled: true;
|
|
742
|
-
diagnostics: FluentDiagnostic[];
|
|
743
|
-
data: ObjectData<db.Typed<string | number, db.GenericColumnType<db.Choices<string | number>, string | number, string | number, "none">> & {
|
|
744
|
-
readonly entityKind: "generic";
|
|
745
|
-
}>;
|
|
746
|
-
};
|
|
747
|
-
};
|
|
748
|
-
};
|
|
749
|
-
};
|
|
750
|
-
};
|