@abaplint/core 2.113.132 → 2.113.133
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/build/abaplint.d.ts +40 -0
- package/build/src/abap/2_statements/expressions/corresponding_body.js +2 -1
- package/build/src/abap/2_statements/expressions/sql_function.js +1 -1
- package/build/src/abap/2_statements/expressions/type_structure.js +2 -1
- package/build/src/abap/2_statements/statements/commit_entities.js +1 -1
- package/build/src/abap/2_statements/statements/method_def.js +4 -6
- package/build/src/objects/business_configuration_maintenance_object.js +21 -0
- package/build/src/objects/custom_data_browser_object.js +21 -0
- package/build/src/objects/gateway_odata_group_and_assignment.js +21 -0
- package/build/src/objects/index.js +4 -0
- package/build/src/objects/knowledge_transfer_document.js +21 -0
- package/build/src/registry.js +1 -1
- package/package.json +3 -3
package/build/abaplint.d.ts
CHANGED
|
@@ -652,6 +652,15 @@ declare class BusinessCatalogAppAssignment extends AbstractObject {
|
|
|
652
652
|
getDescription(): string | undefined;
|
|
653
653
|
}
|
|
654
654
|
|
|
655
|
+
declare class BusinessConfigurationMaintenanceObject extends AbstractObject {
|
|
656
|
+
getType(): string;
|
|
657
|
+
getAllowedNaming(): {
|
|
658
|
+
maxLength: number;
|
|
659
|
+
allowNamespace: boolean;
|
|
660
|
+
};
|
|
661
|
+
getDescription(): string | undefined;
|
|
662
|
+
}
|
|
663
|
+
|
|
655
664
|
declare class BusinessConfigurationSet extends AbstractObject {
|
|
656
665
|
getType(): string;
|
|
657
666
|
getAllowedNaming(): {
|
|
@@ -1520,6 +1529,15 @@ export declare class CurrentScope {
|
|
|
1520
1529
|
pop(end: Position): SpaghettiScope;
|
|
1521
1530
|
}
|
|
1522
1531
|
|
|
1532
|
+
declare class CustomDataBrowserObject extends AbstractObject {
|
|
1533
|
+
getType(): string;
|
|
1534
|
+
getAllowedNaming(): {
|
|
1535
|
+
maxLength: number;
|
|
1536
|
+
allowNamespace: boolean;
|
|
1537
|
+
};
|
|
1538
|
+
getDescription(): string | undefined;
|
|
1539
|
+
}
|
|
1540
|
+
|
|
1523
1541
|
declare class CustomerEnhancementProject extends AbstractObject {
|
|
1524
1542
|
getType(): string;
|
|
1525
1543
|
getAllowedNaming(): {
|
|
@@ -2852,6 +2870,15 @@ declare class GatewayModelMetadata extends AbstractObject {
|
|
|
2852
2870
|
getDescription(): string | undefined;
|
|
2853
2871
|
}
|
|
2854
2872
|
|
|
2873
|
+
declare class GatewayODataGroupAndAssignment extends AbstractObject {
|
|
2874
|
+
getType(): string;
|
|
2875
|
+
getAllowedNaming(): {
|
|
2876
|
+
maxLength: number;
|
|
2877
|
+
allowNamespace: boolean;
|
|
2878
|
+
};
|
|
2879
|
+
getDescription(): string | undefined;
|
|
2880
|
+
}
|
|
2881
|
+
|
|
2855
2882
|
declare class GatewayProject extends AbstractObject {
|
|
2856
2883
|
getType(): string;
|
|
2857
2884
|
getAllowedNaming(): {
|
|
@@ -4139,6 +4166,15 @@ declare class KernelId extends Expression {
|
|
|
4139
4166
|
getRunnable(): IStatementRunnable;
|
|
4140
4167
|
}
|
|
4141
4168
|
|
|
4169
|
+
declare class KnowledgeTransferDocument extends AbstractObject {
|
|
4170
|
+
getType(): string;
|
|
4171
|
+
getAllowedNaming(): {
|
|
4172
|
+
maxLength: number;
|
|
4173
|
+
allowNamespace: boolean;
|
|
4174
|
+
};
|
|
4175
|
+
getDescription(): string | undefined;
|
|
4176
|
+
}
|
|
4177
|
+
|
|
4142
4178
|
declare class Language extends Expression {
|
|
4143
4179
|
getRunnable(): IStatementRunnable;
|
|
4144
4180
|
}
|
|
@@ -4917,6 +4953,7 @@ declare namespace Objects {
|
|
|
4917
4953
|
BusinessAddInImplementation,
|
|
4918
4954
|
BusinessCatalogAppAssignment,
|
|
4919
4955
|
BusinessCatalog,
|
|
4956
|
+
BusinessConfigurationMaintenanceObject,
|
|
4920
4957
|
BusinessConfigurationSet,
|
|
4921
4958
|
BusinessFunctionAssignment,
|
|
4922
4959
|
BusinessFunctionSetAssignment,
|
|
@@ -4935,6 +4972,7 @@ declare namespace Objects {
|
|
|
4935
4972
|
CompositeEnhancementImplementation,
|
|
4936
4973
|
CompositeEnhancementSpot,
|
|
4937
4974
|
ConceptsOfPackage,
|
|
4975
|
+
CustomDataBrowserObject,
|
|
4938
4976
|
CustomerEnhancementProject,
|
|
4939
4977
|
CustomizingAttributes,
|
|
4940
4978
|
CustomizingImgActivity,
|
|
@@ -4964,6 +5002,7 @@ declare namespace Objects {
|
|
|
4964
5002
|
FunctionGroup,
|
|
4965
5003
|
GatewayModelMetadata,
|
|
4966
5004
|
GatewayModel,
|
|
5005
|
+
GatewayODataGroupAndAssignment,
|
|
4967
5006
|
GatewayProject,
|
|
4968
5007
|
GatewayServiceGroupsMetadata,
|
|
4969
5008
|
GatewayService,
|
|
@@ -4984,6 +5023,7 @@ declare namespace Objects {
|
|
|
4984
5023
|
InfoArea,
|
|
4985
5024
|
InfoObject,
|
|
4986
5025
|
Interface,
|
|
5026
|
+
KnowledgeTransferDocument,
|
|
4987
5027
|
LockObject,
|
|
4988
5028
|
MaintenanceAndTransportObject,
|
|
4989
5029
|
MessageClass,
|
|
@@ -11,7 +11,8 @@ class CorrespondingBody extends combi_1.Expression {
|
|
|
11
11
|
const mapping = (0, combi_1.seq)("MAPPING", (0, combi_1.plus)((0, combi_1.seq)(_1.ComponentName, "=", component_chain_1.ComponentChain)));
|
|
12
12
|
const baseParen = (0, combi_1.seq)("BASE", (0, combi_1.tok)(tokens_1.WParenLeftW), _1.Source, (0, combi_1.tok)(tokens_1.WParenRightW));
|
|
13
13
|
const discarding = (0, combi_1.ver)(version_1.Version.v751, "DISCARDING DUPLICATES");
|
|
14
|
-
return (0, combi_1.seq)((0, combi_1.optPrio)("DEEP"), (0, combi_1.optPrio)(baseParen), _1.Source, (0, combi_1.optPrio)(discarding), (0, combi_1.optPrio)(mapping), (0, combi_1.optPrio)("CHANGING CONTROL"), (0, combi_1.optPrio)(
|
|
14
|
+
return (0, combi_1.seq)((0, combi_1.optPrio)("DEEP"), (0, combi_1.optPrio)(baseParen), _1.Source, (0, combi_1.optPrio)(discarding), (0, combi_1.optPrio)(mapping), (0, combi_1.optPrio)("CHANGING CONTROL"), (0, combi_1.optPrio)("MAPPING FROM ENTITY USING CONTROL"), // todo, version something?
|
|
15
|
+
(0, combi_1.optPrio)((0, combi_1.seq)("EXCEPT", (0, combi_1.alt)((0, combi_1.plus)(_1.Field), "*"))));
|
|
15
16
|
}
|
|
16
17
|
}
|
|
17
18
|
exports.CorrespondingBody = CorrespondingBody;
|
|
@@ -8,7 +8,7 @@ const integer_1 = require("./integer");
|
|
|
8
8
|
const sql_function_input_1 = require("./sql_function_input");
|
|
9
9
|
class SQLFunction extends combi_1.Expression {
|
|
10
10
|
getRunnable() {
|
|
11
|
-
const castTypes = (0, combi_1.altPrio)((0, combi_1.seq)("CHAR", (0, combi_1.optPrio)((0, combi_1.seq)((0, combi_1.tok)(tokens_1.ParenLeftW), integer_1.Integer, (0, combi_1.tok)(tokens_1.WParenRightW)))), (0, combi_1.seq)("DEC", (0, combi_1.tok)(tokens_1.ParenLeftW), integer_1.Integer, ",", integer_1.Integer, (0, combi_1.tok)(tokens_1.WParenRightW)), (0, combi_1.seq)("NUMC", (0, combi_1.optPrio)((0, combi_1.seq)((0, combi_1.tok)(tokens_1.ParenLeftW), integer_1.Integer, (0, combi_1.tok)(tokens_1.WParenRightW)))), "FLTP", "INT2", "INT8");
|
|
11
|
+
const castTypes = (0, combi_1.altPrio)((0, combi_1.seq)("CHAR", (0, combi_1.optPrio)((0, combi_1.seq)((0, combi_1.tok)(tokens_1.ParenLeftW), integer_1.Integer, (0, combi_1.tok)(tokens_1.WParenRightW)))), (0, combi_1.seq)("DEC", (0, combi_1.tok)(tokens_1.ParenLeftW), integer_1.Integer, ",", integer_1.Integer, (0, combi_1.tok)(tokens_1.WParenRightW)), (0, combi_1.seq)("NUMC", (0, combi_1.optPrio)((0, combi_1.seq)((0, combi_1.tok)(tokens_1.ParenLeftW), integer_1.Integer, (0, combi_1.tok)(tokens_1.WParenRightW)))), "FLTP", "INT2", "INT4", "INT8");
|
|
12
12
|
const commaParam = (0, combi_1.seq)(",", sql_function_input_1.SQLFunctionInput);
|
|
13
13
|
// note: the function names are not keywords, they are usually in lower case
|
|
14
14
|
const abs = (0, combi_1.ver)(version_1.Version.v740sp05, (0, combi_1.seq)((0, combi_1.regex)(/^abs$/i), (0, combi_1.tok)(tokens_1.ParenLeftW), sql_function_input_1.SQLFunctionInput, (0, combi_1.tok)(tokens_1.WParenRightW)));
|
|
@@ -18,7 +18,8 @@ class TypeStructure extends combi_1.Expression {
|
|
|
18
18
|
const reportedEarly = (0, combi_1.seq)("REPORTED EARLY", _1.NamespaceSimpleName);
|
|
19
19
|
const structure = (0, combi_1.seq)("STRUCTURE FOR", (0, combi_1.altPrio)(hier, evt, create, update, action, permissionsRequest, readResult));
|
|
20
20
|
const response = (0, combi_1.seq)("RESPONSE FOR", (0, combi_1.altPrio)(failedEarly, mappedEarly, reportedEarly));
|
|
21
|
-
|
|
21
|
+
const request = (0, combi_1.seq)("REQUEST FOR CHANGE", _1.NamespaceSimpleName);
|
|
22
|
+
return (0, combi_1.seq)("TYPE", (0, combi_1.altPrio)(structure, response, request));
|
|
22
23
|
}
|
|
23
24
|
}
|
|
24
25
|
exports.TypeStructure = TypeStructure;
|
|
@@ -9,7 +9,7 @@ class CommitEntities {
|
|
|
9
9
|
const failed = (0, combi_1.seq)("FAILED", expressions_1.Target);
|
|
10
10
|
const reported = (0, combi_1.seq)("REPORTED", expressions_1.Target);
|
|
11
11
|
const responses = (0, combi_1.seq)("RESPONSES", failed, reported);
|
|
12
|
-
const s = (0, combi_1.seq)("COMMIT ENTITIES", (0, combi_1.optPrio)("IN SIMULATION MODE"), (0, combi_1.opt)(responses), (0, combi_1.opt)((0, combi_1.seq)("RESPONSE OF", expressions_1.NamespaceSimpleName, failed, reported)));
|
|
12
|
+
const s = (0, combi_1.seq)("COMMIT ENTITIES", (0, combi_1.optPrio)("IN SIMULATION MODE"), (0, combi_1.opt)(responses), (0, combi_1.opt)((0, combi_1.seq)("RESPONSE OF", expressions_1.NamespaceSimpleName, (0, combi_1.per)(failed, reported))));
|
|
13
13
|
return (0, combi_1.ver)(version_1.Version.v754, s);
|
|
14
14
|
}
|
|
15
15
|
}
|
|
@@ -9,20 +9,18 @@ class MethodDef {
|
|
|
9
9
|
const def = (0, combi_1.ver)(version_1.Version.v740sp08, (0, combi_1.seq)("DEFAULT", (0, combi_1.altPrio)("FAIL", "IGNORE")));
|
|
10
10
|
const parameters = (0, combi_1.seq)((0, combi_1.optPrio)((0, combi_1.altPrio)("FINAL", def, expressions_1.Abstract)), (0, combi_1.optPrio)(expressions_1.MethodDefImporting), (0, combi_1.optPrio)(expressions_1.MethodDefExporting), (0, combi_1.optPrio)(expressions_1.MethodDefChanging), (0, combi_1.optPrio)(expressions_1.MethodDefReturning), (0, combi_1.optPrio)((0, combi_1.altPrio)(expressions_1.MethodDefRaising, expressions_1.MethodDefExceptions)));
|
|
11
11
|
const testing = (0, combi_1.seq)((0, combi_1.optPrio)(expressions_1.Abstract), "FOR TESTING", (0, combi_1.optPrio)((0, combi_1.altPrio)(expressions_1.MethodDefRaising, expressions_1.MethodDefExceptions)));
|
|
12
|
-
// todo, this is only from version something
|
|
13
|
-
const tableFunction = (0, combi_1.seq)("TABLE FUNCTION", expressions_1.NamespaceSimpleName);
|
|
14
|
-
// todo, this is only from version something
|
|
15
|
-
const ddl = "DDL OBJECT OPTIONS CDS SESSION CLIENT REQUIRED";
|
|
16
12
|
const result = (0, combi_1.seq)("RESULT", expressions_1.MethodParamName);
|
|
17
13
|
const link = (0, combi_1.seq)("LINK", expressions_1.MethodParamName);
|
|
18
14
|
const full = (0, combi_1.seq)("FULL", expressions_1.MethodParamName);
|
|
19
15
|
const modify = (0, combi_1.alt)((0, combi_1.seq)("FOR ACTION", expressions_1.TypeName, (0, combi_1.optPrio)(result)), (0, combi_1.seq)("FOR CREATE", (0, combi_1.alt)(expressions_1.TypeName, expressions_1.EntityAssociation)), (0, combi_1.seq)("FOR DELETE", expressions_1.TypeName), (0, combi_1.seq)("FOR UPDATE", expressions_1.TypeName));
|
|
20
16
|
const forRead = (0, combi_1.seq)("FOR READ", (0, combi_1.alt)(expressions_1.TypeName, expressions_1.EntityAssociation), (0, combi_1.optPrio)(full), result, (0, combi_1.optPrio)(link));
|
|
21
17
|
const forfunction = (0, combi_1.seq)("FOR FUNCTION", expressions_1.TypeName, result);
|
|
22
|
-
const behavior = (0, combi_1.altPrio)(
|
|
18
|
+
const behavior = (0, combi_1.altPrio)("DDL OBJECT OPTIONS CDS SESSION CLIENT REQUIRED", // todo, this is only from version something
|
|
19
|
+
(0, combi_1.seq)("TABLE FUNCTION", expressions_1.NamespaceSimpleName), // todo, this is only from version something
|
|
20
|
+
(0, combi_1.seq)("VALIDATE ON SAVE IMPORTING", expressions_1.MethodParamName, "FOR", expressions_1.TypeName), (0, combi_1.seq)("MODIFY IMPORTING", expressions_1.MethodParamName, modify), (0, combi_1.seq)("PRECHECK IMPORTING", expressions_1.MethodParamName, modify), (0, combi_1.seq)("READ IMPORTING", expressions_1.MethodParamName, (0, combi_1.altPrio)(forRead, forfunction)), (0, combi_1.seq)("FEATURES IMPORTING", expressions_1.MethodParamName, "REQUEST", expressions_1.NamespaceSimpleName, "FOR", expressions_1.NamespaceSimpleName, result), (0, combi_1.seq)("BEHAVIOR IMPORTING", expressions_1.MethodParamName, "FOR CREATE", expressions_1.TypeName, expressions_1.MethodParamName, "FOR UPDATE", expressions_1.TypeName, expressions_1.MethodParamName, "FOR DELETE", expressions_1.TypeName), (0, combi_1.seq)("BEHAVIOR IMPORTING", expressions_1.MethodParamName, "FOR READ", expressions_1.TypeName, result), (0, combi_1.seq)((0, combi_1.alt)("BEHAVIOR", "LOCK"), "IMPORTING", expressions_1.MethodParamName, "FOR LOCK", expressions_1.TypeName), (0, combi_1.seq)("DETERMINE", (0, combi_1.alt)("ON MODIFY", "ON SAVE"), "IMPORTING", expressions_1.MethodParamName, "FOR", expressions_1.TypeName), (0, combi_1.seq)("GLOBAL AUTHORIZATION IMPORTING REQUEST", expressions_1.MethodParamName, "FOR", expressions_1.TypeName, result), (0, combi_1.seq)("INSTANCE AUTHORIZATION IMPORTING", expressions_1.MethodParamName, "REQUEST", expressions_1.MethodParamName, "FOR", expressions_1.TypeName, result), (0, combi_1.seq)("INSTANCE FEATURES IMPORTING", expressions_1.MethodParamName, "REQUEST", expressions_1.MethodParamName, "FOR", expressions_1.TypeName, result));
|
|
23
21
|
// todo, this is only from version something
|
|
24
22
|
const amdp = (0, combi_1.seq)("AMDP OPTIONS", (0, combi_1.optPrio)("READ-ONLY"), "CDS SESSION CLIENT CURRENT", (0, combi_1.optPrio)(expressions_1.MethodDefImporting), (0, combi_1.optPrio)(expressions_1.MethodDefExporting), (0, combi_1.optPrio)(expressions_1.MethodDefRaising));
|
|
25
|
-
const ret = (0, combi_1.seq)((0, combi_1.altPrio)("CLASS-METHODS", "METHODS"), expressions_1.MethodName, (0, combi_1.alt)((0, combi_1.seq)((0, combi_1.optPrio)(expressions_1.Abstract), (0, combi_1.optPrio)(def), expressions_1.EventHandler), parameters, testing, (0, combi_1.seq)("FOR",
|
|
23
|
+
const ret = (0, combi_1.seq)((0, combi_1.altPrio)("CLASS-METHODS", "METHODS"), expressions_1.MethodName, (0, combi_1.alt)((0, combi_1.seq)((0, combi_1.optPrio)(expressions_1.Abstract), (0, combi_1.optPrio)(def), expressions_1.EventHandler), parameters, testing, (0, combi_1.seq)("FOR", behavior), amdp, "NOT AT END OF MODE", (0, combi_1.optPrio)(expressions_1.Redefinition)));
|
|
26
24
|
return ret;
|
|
27
25
|
}
|
|
28
26
|
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BusinessConfigurationMaintenanceObject = void 0;
|
|
4
|
+
const _abstract_object_1 = require("./_abstract_object");
|
|
5
|
+
class BusinessConfigurationMaintenanceObject extends _abstract_object_1.AbstractObject {
|
|
6
|
+
getType() {
|
|
7
|
+
return "SMBC";
|
|
8
|
+
}
|
|
9
|
+
getAllowedNaming() {
|
|
10
|
+
return {
|
|
11
|
+
maxLength: 60, // todo
|
|
12
|
+
allowNamespace: true,
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
getDescription() {
|
|
16
|
+
// todo
|
|
17
|
+
return undefined;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.BusinessConfigurationMaintenanceObject = BusinessConfigurationMaintenanceObject;
|
|
21
|
+
//# sourceMappingURL=business_configuration_maintenance_object.js.map
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CustomDataBrowserObject = void 0;
|
|
4
|
+
const _abstract_object_1 = require("./_abstract_object");
|
|
5
|
+
class CustomDataBrowserObject extends _abstract_object_1.AbstractObject {
|
|
6
|
+
getType() {
|
|
7
|
+
return "CDBO";
|
|
8
|
+
}
|
|
9
|
+
getAllowedNaming() {
|
|
10
|
+
return {
|
|
11
|
+
maxLength: 32,
|
|
12
|
+
allowNamespace: true,
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
getDescription() {
|
|
16
|
+
// todo
|
|
17
|
+
return undefined;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.CustomDataBrowserObject = CustomDataBrowserObject;
|
|
21
|
+
//# sourceMappingURL=custom_data_browser_object.js.map
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GatewayODataGroupAndAssignment = void 0;
|
|
4
|
+
const _abstract_object_1 = require("./_abstract_object");
|
|
5
|
+
class GatewayODataGroupAndAssignment extends _abstract_object_1.AbstractObject {
|
|
6
|
+
getType() {
|
|
7
|
+
return "G4BA";
|
|
8
|
+
}
|
|
9
|
+
getAllowedNaming() {
|
|
10
|
+
return {
|
|
11
|
+
maxLength: 32,
|
|
12
|
+
allowNamespace: true,
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
getDescription() {
|
|
16
|
+
// todo
|
|
17
|
+
return undefined;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GatewayODataGroupAndAssignment = GatewayODataGroupAndAssignment;
|
|
21
|
+
//# sourceMappingURL=gateway_odata_group_and_assignment.js.map
|
|
@@ -38,6 +38,7 @@ __exportStar(require("./bsp_application"), exports);
|
|
|
38
38
|
__exportStar(require("./business_add_in_implementation"), exports);
|
|
39
39
|
__exportStar(require("./business_catalog_app_assignment"), exports);
|
|
40
40
|
__exportStar(require("./business_catalog"), exports);
|
|
41
|
+
__exportStar(require("./business_configuration_maintenance_object"), exports);
|
|
41
42
|
__exportStar(require("./business_configuration_set"), exports);
|
|
42
43
|
__exportStar(require("./business_function_assignment"), exports);
|
|
43
44
|
__exportStar(require("./business_function_set_assignment"), exports);
|
|
@@ -54,6 +55,7 @@ __exportStar(require("./communication_scenario"), exports);
|
|
|
54
55
|
__exportStar(require("./composite_enhancement_implementation"), exports);
|
|
55
56
|
__exportStar(require("./composite_enhancement_spot"), exports);
|
|
56
57
|
__exportStar(require("./concepts_of_package"), exports);
|
|
58
|
+
__exportStar(require("./custom_data_browser_object"), exports);
|
|
57
59
|
__exportStar(require("./customer_enhancement_project"), exports);
|
|
58
60
|
__exportStar(require("./customizing_attributes"), exports);
|
|
59
61
|
__exportStar(require("./customizing_img_activity"), exports);
|
|
@@ -81,6 +83,7 @@ __exportStar(require("./format_type"), exports);
|
|
|
81
83
|
__exportStar(require("./function_group"), exports);
|
|
82
84
|
__exportStar(require("./gateway_model_metadata"), exports);
|
|
83
85
|
__exportStar(require("./gateway_model"), exports);
|
|
86
|
+
__exportStar(require("./gateway_odata_group_and_assignment"), exports);
|
|
84
87
|
__exportStar(require("./gateway_project"), exports);
|
|
85
88
|
__exportStar(require("./gateway_service_groups_metadata"), exports);
|
|
86
89
|
__exportStar(require("./gateway_service"), exports);
|
|
@@ -101,6 +104,7 @@ __exportStar(require("./inbound_service"), exports);
|
|
|
101
104
|
__exportStar(require("./info_area"), exports);
|
|
102
105
|
__exportStar(require("./info_object"), exports);
|
|
103
106
|
__exportStar(require("./interface"), exports);
|
|
107
|
+
__exportStar(require("./knowledge_transfer_document"), exports);
|
|
104
108
|
__exportStar(require("./lock_object"), exports);
|
|
105
109
|
__exportStar(require("./maintenance_and_transport_object"), exports);
|
|
106
110
|
__exportStar(require("./message_class"), exports);
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.KnowledgeTransferDocument = void 0;
|
|
4
|
+
const _abstract_object_1 = require("./_abstract_object");
|
|
5
|
+
class KnowledgeTransferDocument extends _abstract_object_1.AbstractObject {
|
|
6
|
+
getType() {
|
|
7
|
+
return "SKTD";
|
|
8
|
+
}
|
|
9
|
+
getAllowedNaming() {
|
|
10
|
+
return {
|
|
11
|
+
maxLength: 60, // todo
|
|
12
|
+
allowNamespace: true,
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
getDescription() {
|
|
16
|
+
// todo
|
|
17
|
+
return undefined;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.KnowledgeTransferDocument = KnowledgeTransferDocument;
|
|
21
|
+
//# sourceMappingURL=knowledge_transfer_document.js.map
|
package/build/src/registry.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/core",
|
|
3
|
-
"version": "2.113.
|
|
3
|
+
"version": "2.113.133",
|
|
4
4
|
"description": "abaplint - Core API",
|
|
5
5
|
"main": "build/src/index.js",
|
|
6
6
|
"typings": "build/abaplint.d.ts",
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"@microsoft/api-extractor": "^7.52.8",
|
|
54
54
|
"@types/chai": "^4.3.20",
|
|
55
55
|
"@types/mocha": "^10.0.10",
|
|
56
|
-
"@types/node": "^24.0.
|
|
56
|
+
"@types/node": "^24.0.7",
|
|
57
57
|
"chai": "^4.5.0",
|
|
58
|
-
"eslint": "^9.
|
|
58
|
+
"eslint": "^9.30.0",
|
|
59
59
|
"mocha": "^11.7.1",
|
|
60
60
|
"c8": "^10.1.3",
|
|
61
61
|
"source-map-support": "^0.5.21",
|