@mcp-abap-adt/adt-clients 7.4.4 → 7.5.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/README.md +22 -7
- package/dist/batch/AdtClientBatch.d.ts +28 -28
- package/dist/core/accessControl/types.d.ts +1 -30
- package/dist/core/accessControl/types.d.ts.map +1 -1
- package/dist/core/appendStructure/types.d.ts +1 -35
- package/dist/core/appendStructure/types.d.ts.map +1 -1
- package/dist/core/authorizationField/types.d.ts +1 -48
- package/dist/core/authorizationField/types.d.ts.map +1 -1
- package/dist/core/behaviorDefinition/types.d.ts +1 -128
- package/dist/core/behaviorDefinition/types.d.ts.map +1 -1
- package/dist/core/behaviorImplementation/types.d.ts +1 -29
- package/dist/core/behaviorImplementation/types.d.ts.map +1 -1
- package/dist/core/class/AdtLocalDefinitions.d.ts +2 -6
- package/dist/core/class/AdtLocalDefinitions.d.ts.map +1 -1
- package/dist/core/class/AdtLocalMacros.d.ts +2 -6
- package/dist/core/class/AdtLocalMacros.d.ts.map +1 -1
- package/dist/core/class/AdtLocalTestClass.d.ts +2 -7
- package/dist/core/class/AdtLocalTestClass.d.ts.map +1 -1
- package/dist/core/class/AdtLocalTypes.d.ts +2 -6
- package/dist/core/class/AdtLocalTypes.d.ts.map +1 -1
- package/dist/core/class/types.d.ts +1 -45
- package/dist/core/class/types.d.ts.map +1 -1
- package/dist/core/dataElement/types.d.ts +1 -76
- package/dist/core/dataElement/types.d.ts.map +1 -1
- package/dist/core/ddl/types.d.ts +1 -34
- package/dist/core/ddl/types.d.ts.map +1 -1
- package/dist/core/domain/types.d.ts +1 -61
- package/dist/core/domain/types.d.ts.map +1 -1
- package/dist/core/enhancement/types.d.ts +4 -84
- package/dist/core/enhancement/types.d.ts.map +1 -1
- package/dist/core/featureToggle/types.d.ts +1 -113
- package/dist/core/featureToggle/types.d.ts.map +1 -1
- package/dist/core/functionGroup/types.d.ts +1 -33
- package/dist/core/functionGroup/types.d.ts.map +1 -1
- package/dist/core/functionInclude/types.d.ts +1 -22
- package/dist/core/functionInclude/types.d.ts.map +1 -1
- package/dist/core/functionModule/types.d.ts +1 -34
- package/dist/core/functionModule/types.d.ts.map +1 -1
- package/dist/core/interface/types.d.ts +1 -31
- package/dist/core/interface/types.d.ts.map +1 -1
- package/dist/core/messageClass/types.d.ts +1 -49
- package/dist/core/messageClass/types.d.ts.map +1 -1
- package/dist/core/metadataExtension/types.d.ts +1 -29
- package/dist/core/metadataExtension/types.d.ts.map +1 -1
- package/dist/core/package/types.d.ts +1 -20
- package/dist/core/package/types.d.ts.map +1 -1
- package/dist/core/program/types.d.ts +1 -38
- package/dist/core/program/types.d.ts.map +1 -1
- package/dist/core/scalarFunction/types.d.ts +1 -34
- package/dist/core/scalarFunction/types.d.ts.map +1 -1
- package/dist/core/scalarFunctionImplementation/types.d.ts +1 -35
- package/dist/core/scalarFunctionImplementation/types.d.ts.map +1 -1
- package/dist/core/service/types.d.ts +2 -139
- package/dist/core/service/types.d.ts.map +1 -1
- package/dist/core/serviceDefinition/types.d.ts +1 -30
- package/dist/core/serviceDefinition/types.d.ts.map +1 -1
- package/dist/core/shared/types.d.ts +1 -223
- package/dist/core/shared/types.d.ts.map +1 -1
- package/dist/core/structure/types.d.ts +1 -47
- package/dist/core/structure/types.d.ts.map +1 -1
- package/dist/core/table/types.d.ts +1 -30
- package/dist/core/table/types.d.ts.map +1 -1
- package/dist/core/tabletype/types.d.ts +1 -39
- package/dist/core/tabletype/types.d.ts.map +1 -1
- package/dist/core/transformation/types.d.ts +1 -32
- package/dist/core/transformation/types.d.ts.map +1 -1
- package/dist/core/transport/types.d.ts +1 -26
- package/dist/core/transport/types.d.ts.map +1 -1
- package/dist/core/unitTest/AdtCdsUnitTest.d.ts +3 -16
- package/dist/core/unitTest/AdtCdsUnitTest.d.ts.map +1 -1
- package/dist/core/unitTest/types.d.ts +1 -59
- package/dist/core/unitTest/types.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/core/class/types.ts"],"names":[],"mappings":"AAAA;;GAEG;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/core/class/types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,YAAY,EACV,YAAY,EACZ,WAAW,EACX,kBAAkB,EAClB,kBAAkB,GACnB,MAAM,0BAA0B,CAAC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DataElement module type definitions
|
|
3
3
|
*/
|
|
4
|
-
import type { IAdtObjectState } from '@mcp-abap-adt/interfaces';
|
|
5
4
|
/**
|
|
6
5
|
* SAP ADT supports the following type kinds for data elements:
|
|
7
6
|
* - domain
|
|
@@ -13,79 +12,5 @@ import type { IAdtObjectState } from '@mcp-abap-adt/interfaces';
|
|
|
13
12
|
* When type_kind is 'domain', data_type must contain the domain name.
|
|
14
13
|
* For the reference/predefined variants, use type_kind + data_type/length/refs accordingly.
|
|
15
14
|
*/
|
|
16
|
-
export
|
|
17
|
-
data_element_name: string;
|
|
18
|
-
description?: string;
|
|
19
|
-
package_name: string;
|
|
20
|
-
transport_request?: string;
|
|
21
|
-
masterSystem?: string;
|
|
22
|
-
responsible?: string;
|
|
23
|
-
masterLanguage?: string;
|
|
24
|
-
type_kind?: 'domain' | 'predefinedAbapType' | 'refToPredefinedAbapType' | 'refToDictionaryType' | 'refToClifType';
|
|
25
|
-
type_name?: string;
|
|
26
|
-
data_type?: string;
|
|
27
|
-
length?: number;
|
|
28
|
-
decimals?: number;
|
|
29
|
-
short_label?: string;
|
|
30
|
-
medium_label?: string;
|
|
31
|
-
long_label?: string;
|
|
32
|
-
heading_label?: string;
|
|
33
|
-
search_help?: string;
|
|
34
|
-
search_help_parameter?: string;
|
|
35
|
-
set_get_parameter?: string;
|
|
36
|
-
default_component_name?: string;
|
|
37
|
-
deactivate_input_history?: boolean;
|
|
38
|
-
change_document?: boolean;
|
|
39
|
-
left_to_right_direction?: boolean;
|
|
40
|
-
deactivate_bidi_filtering?: boolean;
|
|
41
|
-
}
|
|
42
|
-
export interface IUpdateDataElementParams {
|
|
43
|
-
data_element_name: string;
|
|
44
|
-
description?: string;
|
|
45
|
-
package_name: string;
|
|
46
|
-
transport_request?: string;
|
|
47
|
-
type_kind?: 'domain' | 'predefinedAbapType' | 'refToPredefinedAbapType' | 'refToDictionaryType' | 'refToClifType';
|
|
48
|
-
type_name?: string;
|
|
49
|
-
data_type?: string;
|
|
50
|
-
length?: number;
|
|
51
|
-
decimals?: number;
|
|
52
|
-
short_label?: string;
|
|
53
|
-
medium_label?: string;
|
|
54
|
-
long_label?: string;
|
|
55
|
-
heading_label?: string;
|
|
56
|
-
search_help?: string;
|
|
57
|
-
search_help_parameter?: string;
|
|
58
|
-
set_get_parameter?: string;
|
|
59
|
-
default_component_name?: string;
|
|
60
|
-
deactivate_input_history?: boolean;
|
|
61
|
-
change_document?: boolean;
|
|
62
|
-
left_to_right_direction?: boolean;
|
|
63
|
-
deactivate_bidi_filtering?: boolean;
|
|
64
|
-
activate?: boolean;
|
|
65
|
-
}
|
|
66
|
-
export interface IDeleteDataElementParams {
|
|
67
|
-
data_element_name: string;
|
|
68
|
-
transport_request?: string;
|
|
69
|
-
}
|
|
70
|
-
export interface IDataElementConfig {
|
|
71
|
-
dataElementName: string;
|
|
72
|
-
masterLanguage?: string;
|
|
73
|
-
packageName?: string;
|
|
74
|
-
transportRequest?: string;
|
|
75
|
-
description?: string;
|
|
76
|
-
dataType?: string;
|
|
77
|
-
length?: number;
|
|
78
|
-
decimals?: number;
|
|
79
|
-
shortLabel?: string;
|
|
80
|
-
mediumLabel?: string;
|
|
81
|
-
longLabel?: string;
|
|
82
|
-
headingLabel?: string;
|
|
83
|
-
typeKind?: 'domain' | 'predefinedAbapType' | 'refToPredefinedAbapType' | 'refToDictionaryType' | 'refToClifType';
|
|
84
|
-
typeName?: string;
|
|
85
|
-
searchHelp?: string;
|
|
86
|
-
searchHelpParameter?: string;
|
|
87
|
-
setGetParameter?: string;
|
|
88
|
-
}
|
|
89
|
-
export interface IDataElementState extends IAdtObjectState {
|
|
90
|
-
}
|
|
15
|
+
export type { ICreateDataElementParams, IDataElementConfig, IDataElementState, IDeleteDataElementParams, IUpdateDataElementParams, } from '@mcp-abap-adt/interfaces';
|
|
91
16
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/core/dataElement/types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/core/dataElement/types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;;;;;;GAUG;AAGH,YAAY,EACV,wBAAwB,EACxB,kBAAkB,EAClB,iBAAiB,EACjB,wBAAwB,EACxB,wBAAwB,GACzB,MAAM,0BAA0B,CAAC"}
|
package/dist/core/ddl/types.d.ts
CHANGED
|
@@ -1,38 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* View module type definitions
|
|
3
3
|
*/
|
|
4
|
-
|
|
5
|
-
export interface ICreateDdlParams {
|
|
6
|
-
ddl_name: string;
|
|
7
|
-
ddl_source?: string;
|
|
8
|
-
package_name: string;
|
|
9
|
-
transport_request?: string;
|
|
10
|
-
description?: string;
|
|
11
|
-
masterSystem?: string;
|
|
12
|
-
responsible?: string;
|
|
13
|
-
masterLanguage?: string;
|
|
14
|
-
}
|
|
15
|
-
export interface IUpdateDdlSourceParams {
|
|
16
|
-
ddl_name: string;
|
|
17
|
-
ddl_source: string;
|
|
18
|
-
activate?: boolean;
|
|
19
|
-
lock_handle?: string;
|
|
20
|
-
transport_request?: string;
|
|
21
|
-
}
|
|
22
|
-
export interface IDeleteDdlParams {
|
|
23
|
-
ddl_name: string;
|
|
24
|
-
transport_request?: string;
|
|
25
|
-
}
|
|
26
|
-
export interface IDdlConfig {
|
|
27
|
-
ddlName: string;
|
|
28
|
-
masterLanguage?: string;
|
|
29
|
-
packageName?: string;
|
|
30
|
-
transportRequest?: string;
|
|
31
|
-
description?: string;
|
|
32
|
-
ddlSource?: string;
|
|
33
|
-
sessionId?: string;
|
|
34
|
-
onLock?: (lockHandle: string) => void;
|
|
35
|
-
}
|
|
36
|
-
export interface IDdlState extends IAdtObjectState {
|
|
37
|
-
}
|
|
4
|
+
export type { ICreateDdlParams, IDdlConfig, IDdlState, IDeleteDdlParams, IUpdateDdlSourceParams, } from '@mcp-abap-adt/interfaces';
|
|
38
5
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/core/ddl/types.ts"],"names":[],"mappings":"AAAA;;GAEG;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/core/ddl/types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,YAAY,EACV,gBAAgB,EAChB,UAAU,EACV,SAAS,EACT,gBAAgB,EAChB,sBAAsB,GACvB,MAAM,0BAA0B,CAAC"}
|
|
@@ -1,65 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Domain module type definitions
|
|
3
3
|
*/
|
|
4
|
-
|
|
5
|
-
export interface IFixedValue {
|
|
6
|
-
low: string;
|
|
7
|
-
text: string;
|
|
8
|
-
}
|
|
9
|
-
export interface ICreateDomainParams {
|
|
10
|
-
domain_name: string;
|
|
11
|
-
description?: string;
|
|
12
|
-
package_name: string;
|
|
13
|
-
transport_request?: string;
|
|
14
|
-
masterSystem?: string;
|
|
15
|
-
responsible?: string;
|
|
16
|
-
masterLanguage?: string;
|
|
17
|
-
datatype?: string;
|
|
18
|
-
length?: number;
|
|
19
|
-
decimals?: number;
|
|
20
|
-
conversion_exit?: string;
|
|
21
|
-
lowercase?: boolean;
|
|
22
|
-
sign_exists?: boolean;
|
|
23
|
-
value_table?: string;
|
|
24
|
-
activate?: boolean;
|
|
25
|
-
fixed_values?: IFixedValue[];
|
|
26
|
-
}
|
|
27
|
-
export interface IUpdateDomainParams {
|
|
28
|
-
domain_name: string;
|
|
29
|
-
description?: string;
|
|
30
|
-
package_name: string;
|
|
31
|
-
transport_request?: string;
|
|
32
|
-
masterSystem?: string;
|
|
33
|
-
responsible?: string;
|
|
34
|
-
datatype?: string;
|
|
35
|
-
length?: number;
|
|
36
|
-
decimals?: number;
|
|
37
|
-
conversion_exit?: string;
|
|
38
|
-
lowercase?: boolean;
|
|
39
|
-
sign_exists?: boolean;
|
|
40
|
-
value_table?: string;
|
|
41
|
-
activate?: boolean;
|
|
42
|
-
fixed_values?: IFixedValue[];
|
|
43
|
-
}
|
|
44
|
-
export interface IDeleteDomainParams {
|
|
45
|
-
domain_name: string;
|
|
46
|
-
transport_request?: string;
|
|
47
|
-
}
|
|
48
|
-
export interface IDomainConfig {
|
|
49
|
-
domainName: string;
|
|
50
|
-
masterLanguage?: string;
|
|
51
|
-
packageName?: string;
|
|
52
|
-
transportRequest?: string;
|
|
53
|
-
description?: string;
|
|
54
|
-
datatype?: string;
|
|
55
|
-
length?: number;
|
|
56
|
-
decimals?: number;
|
|
57
|
-
conversion_exit?: string;
|
|
58
|
-
lowercase?: boolean;
|
|
59
|
-
sign_exists?: boolean;
|
|
60
|
-
value_table?: string;
|
|
61
|
-
fixed_values?: IFixedValue[];
|
|
62
|
-
}
|
|
63
|
-
export interface IDomainState extends IAdtObjectState {
|
|
64
|
-
}
|
|
4
|
+
export type { ICreateDomainParams, IDeleteDomainParams, IDomainConfig, IDomainState, IFixedValue, IUpdateDomainParams, } from '@mcp-abap-adt/interfaces';
|
|
65
5
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/core/domain/types.ts"],"names":[],"mappings":"AAAA;;GAEG;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/core/domain/types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,YAAY,EACV,mBAAmB,EACnB,mBAAmB,EACnB,aAAa,EACb,YAAY,EACZ,WAAW,EACX,mBAAmB,GACpB,MAAM,0BAA0B,CAAC"}
|
|
@@ -8,96 +8,16 @@
|
|
|
8
8
|
* - enhsxs: Enhancement Spot (ENHS)
|
|
9
9
|
* - enhsxsb: BAdI Enhancement Spot
|
|
10
10
|
*/
|
|
11
|
-
import type {
|
|
12
|
-
|
|
13
|
-
* Enhancement type codes used in ADT URLs
|
|
14
|
-
*/
|
|
15
|
-
export type EnhancementType = 'enhoxh' | 'enhoxhb' | 'enhoxhh' | 'enhsxs' | 'enhsxsb';
|
|
11
|
+
import type { EnhancementType } from '@mcp-abap-adt/interfaces';
|
|
12
|
+
export type { EnhancementType, IEnhancementConfig, IEnhancementMetadata, IEnhancementState, } from '@mcp-abap-adt/interfaces';
|
|
16
13
|
/**
|
|
17
14
|
* Enhancement object type codes for ADT
|
|
18
15
|
*/
|
|
19
16
|
export declare const ENHANCEMENT_TYPE_CODES: Record<EnhancementType, string>;
|
|
20
17
|
/**
|
|
21
|
-
* Low-level function parameters (snake_case)
|
|
22
|
-
*/
|
|
23
|
-
export interface ICreateEnhancementParams {
|
|
24
|
-
enhancement_name: string;
|
|
25
|
-
enhancement_type: EnhancementType;
|
|
26
|
-
description?: string;
|
|
27
|
-
package_name: string;
|
|
28
|
-
transport_request?: string;
|
|
29
|
-
enhancement_spot?: string;
|
|
30
|
-
badi_definition?: string;
|
|
31
|
-
/**
|
|
32
|
-
* @deprecated No-op. `create()` posts metadata only; the source is written by
|
|
33
|
-
* `update()`. Kept for backward compatibility — this field is never read.
|
|
34
|
-
*/
|
|
35
|
-
source_code?: string;
|
|
36
|
-
masterSystem?: string;
|
|
37
|
-
responsible?: string;
|
|
38
|
-
masterLanguage?: string;
|
|
39
|
-
}
|
|
40
|
-
export interface IUpdateEnhancementParams {
|
|
41
|
-
enhancement_name: string;
|
|
42
|
-
enhancement_type: EnhancementType;
|
|
43
|
-
source_code: string;
|
|
44
|
-
lock_handle: string;
|
|
45
|
-
transport_request?: string;
|
|
46
|
-
}
|
|
47
|
-
export interface IDeleteEnhancementParams {
|
|
48
|
-
enhancement_name: string;
|
|
49
|
-
enhancement_type: EnhancementType;
|
|
50
|
-
transport_request?: string;
|
|
51
|
-
}
|
|
52
|
-
export interface ICheckEnhancementParams {
|
|
53
|
-
enhancement_name: string;
|
|
54
|
-
enhancement_type: EnhancementType;
|
|
55
|
-
version?: 'active' | 'inactive';
|
|
56
|
-
source_code?: string;
|
|
57
|
-
}
|
|
58
|
-
export interface IValidateEnhancementParams {
|
|
59
|
-
enhancement_name: string;
|
|
60
|
-
enhancement_type: EnhancementType;
|
|
61
|
-
package_name?: string;
|
|
62
|
-
description?: string;
|
|
63
|
-
}
|
|
64
|
-
/**
|
|
65
|
-
* AdtEnhancement configuration (camelCase)
|
|
66
|
-
* Used by high-level IAdtObject implementation
|
|
67
|
-
*/
|
|
68
|
-
export interface IEnhancementConfig {
|
|
69
|
-
enhancementName: string;
|
|
70
|
-
masterLanguage?: string;
|
|
71
|
-
enhancementType: EnhancementType;
|
|
72
|
-
description?: string;
|
|
73
|
-
packageName?: string;
|
|
74
|
-
transportRequest?: string;
|
|
75
|
-
sourceCode?: string;
|
|
76
|
-
enhancementSpot?: string;
|
|
77
|
-
badiDefinition?: string;
|
|
78
|
-
}
|
|
79
|
-
/**
|
|
80
|
-
* AdtEnhancement state
|
|
81
|
-
* Extends base IAdtObjectState with enhancement-specific fields
|
|
82
|
-
*/
|
|
83
|
-
export interface IEnhancementState extends IAdtObjectState {
|
|
84
|
-
enhancementType?: EnhancementType;
|
|
85
|
-
sourceCode?: string;
|
|
86
|
-
}
|
|
87
|
-
/**
|
|
88
|
-
* Enhancement metadata structure from ADT response
|
|
18
|
+
* Low-level function parameters (snake_case) — defined in @mcp-abap-adt/interfaces
|
|
89
19
|
*/
|
|
90
|
-
export
|
|
91
|
-
name: string;
|
|
92
|
-
type: EnhancementType;
|
|
93
|
-
description?: string;
|
|
94
|
-
packageName?: string;
|
|
95
|
-
responsible?: string;
|
|
96
|
-
masterSystem?: string;
|
|
97
|
-
version?: string;
|
|
98
|
-
enhancementSpot?: string;
|
|
99
|
-
badiDefinition?: string;
|
|
100
|
-
}
|
|
20
|
+
export type { ICheckEnhancementParams, ICreateEnhancementParams, IDeleteEnhancementParams, IUpdateEnhancementParams, IValidateEnhancementParams, } from '@mcp-abap-adt/interfaces';
|
|
101
21
|
/**
|
|
102
22
|
* Get ADT base URL for enhancement type
|
|
103
23
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/core/enhancement/types.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/core/enhancement/types.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAGhE,YAAY,EACV,eAAe,EACf,kBAAkB,EAClB,oBAAoB,EACpB,iBAAiB,GAClB,MAAM,0BAA0B,CAAC;AAElC;;GAEG;AACH,eAAO,MAAM,sBAAsB,EAAE,MAAM,CAAC,eAAe,EAAE,MAAM,CAMlE,CAAC;AAEF;;GAEG;AACH,YAAY,EACV,uBAAuB,EACvB,wBAAwB,EACxB,wBAAwB,EACxB,wBAAwB,EACxB,0BAA0B,GAC3B,MAAM,0BAA0B,CAAC;AAElC;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,eAAe,GAAG,MAAM,CAEnE;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,eAAe,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,CAE7E;AAED;;GAEG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,eAAe,GAAG,OAAO,CAEjE;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,eAAe,GAAG,OAAO,CAEnE;AAED;;GAEG;AACH,wBAAgB,UAAU,CAAC,IAAI,EAAE,eAAe,GAAG,OAAO,CAEzD"}
|
|
@@ -7,117 +7,5 @@
|
|
|
7
7
|
* IFeatureToggleObject interface so the domain methods stay statically
|
|
8
8
|
* visible on the factory return type.
|
|
9
9
|
*/
|
|
10
|
-
|
|
11
|
-
export type FeatureToggleState = 'on' | 'off' | 'undefined';
|
|
12
|
-
export interface IFeatureToggleHeader {
|
|
13
|
-
description?: string;
|
|
14
|
-
originalLanguage?: string;
|
|
15
|
-
abapLanguageVersion?: string;
|
|
16
|
-
}
|
|
17
|
-
export interface IFeatureToggleReleasePlan {
|
|
18
|
-
version: string;
|
|
19
|
-
sp: string;
|
|
20
|
-
}
|
|
21
|
-
export interface IFeatureTogglePlanning {
|
|
22
|
-
referenceProduct?: string;
|
|
23
|
-
releaseToCustomer?: IFeatureToggleReleasePlan;
|
|
24
|
-
generalAvailability?: IFeatureToggleReleasePlan;
|
|
25
|
-
generalRollout?: IFeatureToggleReleasePlan;
|
|
26
|
-
}
|
|
27
|
-
export interface IFeatureToggleRollout {
|
|
28
|
-
lifecycleStatus?: 'new' | 'inValidation' | 'released' | 'discontinued';
|
|
29
|
-
validationStep?: 'internal' | 'releaseToCustomer' | string;
|
|
30
|
-
rolloutStep?: 'releaseToCustomer' | 'generalAvailability' | 'generalRollout' | string;
|
|
31
|
-
strategy?: 'immediate' | 'gradual' | string;
|
|
32
|
-
finalDate?: string;
|
|
33
|
-
event?: 'noRestriction' | string;
|
|
34
|
-
planning?: IFeatureTogglePlanning;
|
|
35
|
-
configurable?: boolean;
|
|
36
|
-
defaultEnabledFor?: 'none' | 'someCustomers' | 'allCustomers' | string;
|
|
37
|
-
reversible?: boolean;
|
|
38
|
-
}
|
|
39
|
-
export interface IFeatureToggleAttribute {
|
|
40
|
-
key: string;
|
|
41
|
-
value: string;
|
|
42
|
-
}
|
|
43
|
-
export interface IFeatureToggleSource {
|
|
44
|
-
header?: IFeatureToggleHeader;
|
|
45
|
-
rollout?: IFeatureToggleRollout;
|
|
46
|
-
toggledPackages?: string[];
|
|
47
|
-
relatedToggles?: string[];
|
|
48
|
-
attributes?: IFeatureToggleAttribute[];
|
|
49
|
-
}
|
|
50
|
-
export interface IFeatureToggleClientLevel {
|
|
51
|
-
client: string;
|
|
52
|
-
description?: string;
|
|
53
|
-
state: FeatureToggleState;
|
|
54
|
-
}
|
|
55
|
-
export interface IFeatureToggleUserLevel {
|
|
56
|
-
user: string;
|
|
57
|
-
state: FeatureToggleState;
|
|
58
|
-
}
|
|
59
|
-
export interface IFeatureToggleRuntimeState {
|
|
60
|
-
name: string;
|
|
61
|
-
clientState: FeatureToggleState;
|
|
62
|
-
userState: FeatureToggleState;
|
|
63
|
-
clientChangedBy?: string;
|
|
64
|
-
clientChangedOn?: string;
|
|
65
|
-
clientStates: IFeatureToggleClientLevel[];
|
|
66
|
-
userStates: IFeatureToggleUserLevel[];
|
|
67
|
-
}
|
|
68
|
-
export interface IFeatureToggleCheckStateResult {
|
|
69
|
-
currentState: FeatureToggleState;
|
|
70
|
-
transportPackage?: string;
|
|
71
|
-
transportUri?: string;
|
|
72
|
-
customizingTransportAllowed: boolean;
|
|
73
|
-
}
|
|
74
|
-
export interface IFeatureToggleConfig {
|
|
75
|
-
featureToggleName: string;
|
|
76
|
-
packageName?: string;
|
|
77
|
-
description?: string;
|
|
78
|
-
transportRequest?: string;
|
|
79
|
-
masterSystem?: string;
|
|
80
|
-
responsible?: string;
|
|
81
|
-
source?: IFeatureToggleSource;
|
|
82
|
-
onLock?: (lockHandle: string) => void;
|
|
83
|
-
}
|
|
84
|
-
export interface IFeatureToggleState extends IAdtObjectState {
|
|
85
|
-
runtimeState?: IFeatureToggleRuntimeState;
|
|
86
|
-
checkStateResult?: IFeatureToggleCheckStateResult;
|
|
87
|
-
sourceResult?: IFeatureToggleSource;
|
|
88
|
-
}
|
|
89
|
-
export interface IFeatureToggleObject extends IAdtObject<IFeatureToggleConfig, IFeatureToggleState> {
|
|
90
|
-
switchOn(config: Partial<IFeatureToggleConfig>, opts: {
|
|
91
|
-
transportRequest: string;
|
|
92
|
-
userSpecific?: boolean;
|
|
93
|
-
}): Promise<IFeatureToggleState>;
|
|
94
|
-
switchOff(config: Partial<IFeatureToggleConfig>, opts: {
|
|
95
|
-
transportRequest: string;
|
|
96
|
-
userSpecific?: boolean;
|
|
97
|
-
}): Promise<IFeatureToggleState>;
|
|
98
|
-
getRuntimeState(config: Partial<IFeatureToggleConfig>): Promise<IFeatureToggleState>;
|
|
99
|
-
checkState(config: Partial<IFeatureToggleConfig>, opts?: {
|
|
100
|
-
userSpecific?: boolean;
|
|
101
|
-
}): Promise<IFeatureToggleState>;
|
|
102
|
-
readSource(config: Partial<IFeatureToggleConfig>, version?: 'active' | 'inactive'): Promise<IFeatureToggleState>;
|
|
103
|
-
}
|
|
104
|
-
export interface ICreateFeatureToggleParams {
|
|
105
|
-
feature_toggle_name: string;
|
|
106
|
-
description?: string;
|
|
107
|
-
package_name: string;
|
|
108
|
-
transport_request?: string;
|
|
109
|
-
master_system?: string;
|
|
110
|
-
responsible?: string;
|
|
111
|
-
source?: IFeatureToggleSource;
|
|
112
|
-
}
|
|
113
|
-
export interface IDeleteFeatureToggleParams {
|
|
114
|
-
feature_toggle_name: string;
|
|
115
|
-
transport_request?: string;
|
|
116
|
-
}
|
|
117
|
-
export interface IToggleFeatureToggleParams {
|
|
118
|
-
feature_toggle_name: string;
|
|
119
|
-
state: 'on' | 'off';
|
|
120
|
-
is_user_specific: boolean;
|
|
121
|
-
transport_request?: string;
|
|
122
|
-
}
|
|
10
|
+
export type { FeatureToggleState, ICreateFeatureToggleParams, IDeleteFeatureToggleParams, IFeatureToggleAttribute, IFeatureToggleCheckStateResult, IFeatureToggleClientLevel, IFeatureToggleConfig, IFeatureToggleHeader, IFeatureToggleObject, IFeatureTogglePlanning, IFeatureToggleReleasePlan, IFeatureToggleRollout, IFeatureToggleRuntimeState, IFeatureToggleSource, IFeatureToggleState, IFeatureToggleUserLevel, IToggleFeatureToggleParams, } from '@mcp-abap-adt/interfaces';
|
|
123
11
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/core/featureToggle/types.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/core/featureToggle/types.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAGH,YAAY,EACV,kBAAkB,EAClB,0BAA0B,EAC1B,0BAA0B,EAC1B,uBAAuB,EACvB,8BAA8B,EAC9B,yBAAyB,EACzB,oBAAoB,EACpB,oBAAoB,EACpB,oBAAoB,EACpB,sBAAsB,EACtB,yBAAyB,EACzB,qBAAqB,EACrB,0BAA0B,EAC1B,oBAAoB,EACpB,mBAAmB,EACnB,uBAAuB,EACvB,0BAA0B,GAC3B,MAAM,0BAA0B,CAAC"}
|
|
@@ -1,37 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* FunctionGroup module type definitions
|
|
3
3
|
*/
|
|
4
|
-
|
|
5
|
-
export interface ICreateFunctionGroupParams {
|
|
6
|
-
functionGroupName: string;
|
|
7
|
-
description: string;
|
|
8
|
-
packageName: string;
|
|
9
|
-
transportRequest?: string;
|
|
10
|
-
masterSystem?: string;
|
|
11
|
-
responsible?: string;
|
|
12
|
-
masterLanguage?: string;
|
|
13
|
-
}
|
|
14
|
-
export interface IUpdateFunctionGroupParams {
|
|
15
|
-
function_group_name: string;
|
|
16
|
-
description?: string;
|
|
17
|
-
transport_request?: string;
|
|
18
|
-
lock_handle?: string;
|
|
19
|
-
}
|
|
20
|
-
export interface IDeleteFunctionGroupParams {
|
|
21
|
-
function_group_name: string;
|
|
22
|
-
transport_request?: string;
|
|
23
|
-
}
|
|
24
|
-
export interface IFunctionGroupConfig {
|
|
25
|
-
functionGroupName: string;
|
|
26
|
-
masterLanguage?: string;
|
|
27
|
-
packageName?: string;
|
|
28
|
-
transportRequest?: string;
|
|
29
|
-
description?: string;
|
|
30
|
-
masterSystem?: string;
|
|
31
|
-
responsible?: string;
|
|
32
|
-
sessionId?: string;
|
|
33
|
-
onLock?: (lockHandle: string) => void;
|
|
34
|
-
}
|
|
35
|
-
export interface IFunctionGroupState extends IAdtObjectState {
|
|
36
|
-
}
|
|
4
|
+
export type { ICreateFunctionGroupParams, IDeleteFunctionGroupParams, IFunctionGroupConfig, IFunctionGroupState, IUpdateFunctionGroupParams, } from '@mcp-abap-adt/interfaces';
|
|
37
5
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/core/functionGroup/types.ts"],"names":[],"mappings":"AAAA;;GAEG;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/core/functionGroup/types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,YAAY,EACV,0BAA0B,EAC1B,0BAA0B,EAC1B,oBAAoB,EACpB,mBAAmB,EACnB,0BAA0B,GAC3B,MAAM,0BAA0B,CAAC"}
|
|
@@ -1,26 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* FunctionInclude (FUGR/I) module type definitions
|
|
3
3
|
*/
|
|
4
|
-
|
|
5
|
-
export interface ICreateFunctionIncludeParams {
|
|
6
|
-
function_group_name: string;
|
|
7
|
-
include_name: string;
|
|
8
|
-
description?: string;
|
|
9
|
-
transport_request?: string;
|
|
10
|
-
master_system?: string;
|
|
11
|
-
responsible?: string;
|
|
12
|
-
}
|
|
13
|
-
export interface IFunctionIncludeConfig {
|
|
14
|
-
functionGroupName: string;
|
|
15
|
-
includeName: string;
|
|
16
|
-
description?: string;
|
|
17
|
-
transportRequest?: string;
|
|
18
|
-
masterSystem?: string;
|
|
19
|
-
responsible?: string;
|
|
20
|
-
sourceCode?: string;
|
|
21
|
-
sessionId?: string;
|
|
22
|
-
onLock?: (lockHandle: string) => void;
|
|
23
|
-
}
|
|
24
|
-
export interface IFunctionIncludeState extends IAdtObjectState {
|
|
25
|
-
}
|
|
4
|
+
export type { ICreateFunctionIncludeParams, IFunctionIncludeConfig, IFunctionIncludeState, } from '@mcp-abap-adt/interfaces';
|
|
26
5
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/core/functionInclude/types.ts"],"names":[],"mappings":"AAAA;;GAEG;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/core/functionInclude/types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,YAAY,EACV,4BAA4B,EAC5B,sBAAsB,EACtB,qBAAqB,GACtB,MAAM,0BAA0B,CAAC"}
|
|
@@ -1,38 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* FunctionModule module type definitions
|
|
3
3
|
*/
|
|
4
|
-
|
|
5
|
-
export interface ICreateFunctionModuleParams {
|
|
6
|
-
functionGroupName: string;
|
|
7
|
-
functionModuleName: string;
|
|
8
|
-
description: string;
|
|
9
|
-
transportRequest?: string;
|
|
10
|
-
masterSystem?: string;
|
|
11
|
-
responsible?: string;
|
|
12
|
-
}
|
|
13
|
-
export interface IUpdateFunctionModuleParams {
|
|
14
|
-
functionGroupName: string;
|
|
15
|
-
functionModuleName: string;
|
|
16
|
-
lockHandle: string;
|
|
17
|
-
sourceCode: string;
|
|
18
|
-
transportRequest?: string;
|
|
19
|
-
}
|
|
20
|
-
export interface IDeleteFunctionModuleParams {
|
|
21
|
-
function_module_name: string;
|
|
22
|
-
function_group_name: string;
|
|
23
|
-
transport_request?: string;
|
|
24
|
-
}
|
|
25
|
-
export interface IFunctionModuleConfig {
|
|
26
|
-
functionGroupName: string;
|
|
27
|
-
functionModuleName: string;
|
|
28
|
-
packageName?: string;
|
|
29
|
-
transportRequest?: string;
|
|
30
|
-
description?: string;
|
|
31
|
-
sourceCode?: string;
|
|
32
|
-
masterSystem?: string;
|
|
33
|
-
responsible?: string;
|
|
34
|
-
onLock?: (lockHandle: string) => void;
|
|
35
|
-
}
|
|
36
|
-
export interface IFunctionModuleState extends IAdtObjectState {
|
|
37
|
-
}
|
|
4
|
+
export type { ICreateFunctionModuleParams, IDeleteFunctionModuleParams, IFunctionModuleConfig, IFunctionModuleState, IUpdateFunctionModuleParams, } from '@mcp-abap-adt/interfaces';
|
|
38
5
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/core/functionModule/types.ts"],"names":[],"mappings":"AAAA;;GAEG;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/core/functionModule/types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,YAAY,EACV,2BAA2B,EAC3B,2BAA2B,EAC3B,qBAAqB,EACrB,oBAAoB,EACpB,2BAA2B,GAC5B,MAAM,0BAA0B,CAAC"}
|
|
@@ -1,35 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Interface module type definitions
|
|
3
3
|
*/
|
|
4
|
-
|
|
5
|
-
export interface ICreateInterfaceParams {
|
|
6
|
-
interfaceName: string;
|
|
7
|
-
description: string;
|
|
8
|
-
packageName: string;
|
|
9
|
-
transportRequest?: string;
|
|
10
|
-
masterSystem?: string;
|
|
11
|
-
responsible?: string;
|
|
12
|
-
masterLanguage?: string;
|
|
13
|
-
}
|
|
14
|
-
export interface IUpdateInterfaceSourceParams {
|
|
15
|
-
interface_name: string;
|
|
16
|
-
source_code: string;
|
|
17
|
-
activate?: boolean;
|
|
18
|
-
}
|
|
19
|
-
export interface IDeleteInterfaceParams {
|
|
20
|
-
interface_name: string;
|
|
21
|
-
transport_request?: string;
|
|
22
|
-
}
|
|
23
|
-
export interface IInterfaceConfig extends IAdtObjectConfig {
|
|
24
|
-
interfaceName: string;
|
|
25
|
-
masterLanguage?: string;
|
|
26
|
-
packageName?: string;
|
|
27
|
-
transportRequest?: string;
|
|
28
|
-
description?: string;
|
|
29
|
-
sourceCode?: string;
|
|
30
|
-
sessionId?: string;
|
|
31
|
-
onLock?: (lockHandle: string) => void;
|
|
32
|
-
}
|
|
33
|
-
export interface IInterfaceState extends IAdtObjectState {
|
|
34
|
-
}
|
|
4
|
+
export type { ICreateInterfaceParams, IDeleteInterfaceParams, IInterfaceConfig, IInterfaceState, IUpdateInterfaceSourceParams, } from '@mcp-abap-adt/interfaces';
|
|
35
5
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/core/interface/types.ts"],"names":[],"mappings":"AAAA;;GAEG;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/core/interface/types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,YAAY,EACV,sBAAsB,EACtB,sBAAsB,EACtB,gBAAgB,EAChB,eAAe,EACf,4BAA4B,GAC7B,MAAM,0BAA0B,CAAC"}
|