arc-1 0.9.25 → 0.9.27
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 +1 -1
- package/dist/adt/abapgit.js.map +1 -1
- package/dist/adt/authorization-trace.d.ts +23 -0
- package/dist/adt/authorization-trace.d.ts.map +1 -0
- package/dist/adt/authorization-trace.js +196 -0
- package/dist/adt/authorization-trace.js.map +1 -0
- package/dist/adt/client.d.ts.map +1 -1
- package/dist/adt/client.js.map +1 -1
- package/dist/adt/crud.js.map +1 -1
- package/dist/adt/devtools.js.map +1 -1
- package/dist/adt/diagnostics.d.ts +1 -1
- package/dist/adt/diagnostics.d.ts.map +1 -1
- package/dist/adt/diagnostics.js +1 -0
- package/dist/adt/diagnostics.js.map +1 -1
- package/dist/adt/errors.d.ts +7 -7
- package/dist/adt/errors.d.ts.map +1 -1
- package/dist/adt/errors.js +12 -11
- package/dist/adt/errors.js.map +1 -1
- package/dist/adt/http.d.ts.map +1 -1
- package/dist/adt/oauth.d.ts +2 -2
- package/dist/adt/oauth.d.ts.map +1 -1
- package/dist/adt/oauth.js +5 -3
- package/dist/adt/oauth.js.map +1 -1
- package/dist/adt/package-hierarchy.d.ts.map +1 -1
- package/dist/adt/package-hierarchy.js.map +1 -1
- package/dist/adt/rap-generate.js.map +1 -1
- package/dist/adt/rap-handlers.js.map +1 -1
- package/dist/adt/rap-preflight.js.map +1 -1
- package/dist/adt/safety.d.ts +13 -13
- package/dist/adt/safety.d.ts.map +1 -1
- package/dist/adt/semaphore.d.ts.map +1 -1
- package/dist/adt/server-driven.d.ts +1 -1
- package/dist/adt/server-driven.d.ts.map +1 -1
- package/dist/adt/server-driven.js.map +1 -1
- package/dist/adt/structure-hierarchy.js.map +1 -1
- package/dist/adt/types.d.ts +47 -0
- package/dist/adt/types.d.ts.map +1 -1
- package/dist/adt/version-diff.js.map +1 -1
- package/dist/aff/validator.js.map +1 -1
- package/dist/authz/policy.d.ts.map +1 -1
- package/dist/authz/policy.js +1 -0
- package/dist/authz/policy.js.map +1 -1
- package/dist/cache/cache.d.ts +2 -2
- package/dist/cache/cache.js +2 -2
- package/dist/cache/cache.js.map +1 -1
- package/dist/cache/caching-layer.d.ts +6 -6
- package/dist/cache/caching-layer.d.ts.map +1 -1
- package/dist/cache/caching-layer.js +6 -6
- package/dist/cache/caching-layer.js.map +1 -1
- package/dist/cache/inactive-list-cache.d.ts.map +1 -1
- package/dist/cache/memory.d.ts +1 -1
- package/dist/cache/memory.d.ts.map +1 -1
- package/dist/cache/memory.js +1 -1
- package/dist/cache/memory.js.map +1 -1
- package/dist/cache/sqlite.d.ts +1 -1
- package/dist/cache/sqlite.d.ts.map +1 -1
- package/dist/cache/sqlite.js +1 -1
- package/dist/cache/sqlite.js.map +1 -1
- package/dist/context/compressor.js.map +1 -1
- package/dist/context/grep.js.map +1 -1
- package/dist/extract-sap-cookies.js.map +1 -1
- package/dist/handlers/context.js.map +1 -1
- package/dist/handlers/diagnose.d.ts.map +1 -1
- package/dist/handlers/diagnose.js +21 -2
- package/dist/handlers/diagnose.js.map +1 -1
- package/dist/handlers/git.js.map +1 -1
- package/dist/handlers/lint.js.map +1 -1
- package/dist/handlers/manage.d.ts.map +1 -1
- package/dist/handlers/manage.js +5 -3
- package/dist/handlers/manage.js.map +1 -1
- package/dist/handlers/navigate.js.map +1 -1
- package/dist/handlers/object-types.js.map +1 -1
- package/dist/handlers/query-errors.d.ts +11 -0
- package/dist/handlers/query-errors.d.ts.map +1 -0
- package/dist/handlers/query-errors.js +216 -0
- package/dist/handlers/query-errors.js.map +1 -0
- package/dist/handlers/query.d.ts.map +1 -1
- package/dist/handlers/query.js +61 -66
- package/dist/handlers/query.js.map +1 -1
- package/dist/handlers/read.js.map +1 -1
- package/dist/handlers/schemas.d.ts +221 -218
- package/dist/handlers/schemas.d.ts.map +1 -1
- package/dist/handlers/schemas.js +3 -0
- package/dist/handlers/schemas.js.map +1 -1
- package/dist/handlers/tool-registry.d.ts +6 -6
- package/dist/handlers/tools.d.ts.map +1 -1
- package/dist/handlers/tools.js +12 -3
- package/dist/handlers/tools.js.map +1 -1
- package/dist/handlers/transport.js.map +1 -1
- package/dist/handlers/write-helpers.js.map +1 -1
- package/dist/lint/config-builder.js.map +1 -1
- package/dist/public/testing.js.map +1 -1
- package/dist/registry/tool-registry.d.ts.map +1 -1
- package/dist/server/auth-rate-limit.js.map +1 -1
- package/dist/server/config.d.ts.map +1 -1
- package/dist/server/config.js +4 -4
- package/dist/server/config.js.map +1 -1
- package/dist/server/logger.d.ts.map +1 -1
- package/dist/server/logger.js.map +1 -1
- package/dist/server/server.d.ts +11 -1
- package/dist/server/server.d.ts.map +1 -1
- package/dist/server/server.js +84 -28
- package/dist/server/server.js.map +1 -1
- package/dist/server/sinks/btp-auditlog.d.ts.map +1 -1
- package/dist/server/sinks/btp-auditlog.js.map +1 -1
- package/dist/server/sinks/file.d.ts.map +1 -1
- package/dist/server/sinks/file.js.map +1 -1
- package/dist/server/sinks/stderr.d.ts.map +1 -1
- package/dist/server/sinks/stderr.js.map +1 -1
- package/dist/server/types.d.ts +1 -1
- package/dist/server/types.d.ts.map +1 -1
- package/dist/server/ui-log-buffer.d.ts.map +1 -1
- package/dist/server/ui-log-buffer.js.map +1 -1
- package/dist/server/ui-state.js +2 -2
- package/dist/server/ui-state.js.map +1 -1
- package/dist/server/ui.js +8 -2
- package/dist/server/ui.js.map +1 -1
- package/package.json +11 -11
|
@@ -17,52 +17,52 @@ import { SAPWRITE_TYPES_BTP, SAPWRITE_TYPES_ONPREM } from './tool-registry.js';
|
|
|
17
17
|
export { SAPWRITE_TYPES_BTP, SAPWRITE_TYPES_ONPREM };
|
|
18
18
|
export declare const SAPReadSchema: z.ZodObject<{
|
|
19
19
|
type: z.ZodEnum<{
|
|
20
|
-
|
|
20
|
+
API_STATE: "API_STATE";
|
|
21
|
+
AUTH: "AUTH";
|
|
22
|
+
BDEF: "BDEF";
|
|
23
|
+
BSP: "BSP";
|
|
24
|
+
BSP_DEPLOY: "BSP_DEPLOY";
|
|
21
25
|
CLAS: "CLAS";
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
DDLS: "DDLS";
|
|
26
|
+
COMPONENTS: "COMPONENTS";
|
|
27
|
+
COTA: "COTA";
|
|
28
|
+
CSNM: "CSNM";
|
|
26
29
|
DCLS: "DCLS";
|
|
27
|
-
|
|
28
|
-
SRVD: "SRVD";
|
|
30
|
+
DDLS: "DDLS";
|
|
29
31
|
DDLX: "DDLX";
|
|
30
|
-
|
|
31
|
-
|
|
32
|
+
DESD: "DESD";
|
|
33
|
+
DEVC: "DEVC";
|
|
32
34
|
DOMA: "DOMA";
|
|
33
35
|
DTEL: "DTEL";
|
|
34
|
-
MSAG: "MSAG";
|
|
35
|
-
DEVC: "DEVC";
|
|
36
|
-
TRAN: "TRAN";
|
|
37
|
-
VIEW: "VIEW";
|
|
38
|
-
SKTD: "SKTD";
|
|
39
|
-
FUNC: "FUNC";
|
|
40
|
-
DESD: "DESD";
|
|
41
36
|
DTSC: "DTSC";
|
|
42
|
-
|
|
37
|
+
ENHO: "ENHO";
|
|
43
38
|
EVTB: "EVTB";
|
|
44
39
|
EVTO: "EVTO";
|
|
45
|
-
|
|
46
|
-
|
|
40
|
+
FEATURE_TOGGLE: "FEATURE_TOGGLE";
|
|
41
|
+
FTG2: "FTG2";
|
|
42
|
+
FUGR: "FUGR";
|
|
43
|
+
FUNC: "FUNC";
|
|
44
|
+
INACTIVE_OBJECTS: "INACTIVE_OBJECTS";
|
|
45
|
+
INCL: "INCL";
|
|
46
|
+
INTF: "INTF";
|
|
47
47
|
KTD: "KTD";
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
MESSAGES: "MESSAGES";
|
|
49
|
+
MSAG: "MSAG";
|
|
50
|
+
PROG: "PROG";
|
|
51
|
+
SKTD: "SKTD";
|
|
50
52
|
SOBJ: "SOBJ";
|
|
53
|
+
SRVB: "SRVB";
|
|
54
|
+
SRVD: "SRVD";
|
|
51
55
|
SYSTEM: "SYSTEM";
|
|
52
|
-
|
|
53
|
-
|
|
56
|
+
TABL: "TABL";
|
|
57
|
+
TABLE_CONTENTS: "TABLE_CONTENTS";
|
|
58
|
+
TABLE_QUERY: "TABLE_QUERY";
|
|
54
59
|
TEXT_ELEMENTS: "TEXT_ELEMENTS";
|
|
60
|
+
TRAN: "TRAN";
|
|
61
|
+
TTYP: "TTYP";
|
|
55
62
|
VARIANTS: "VARIANTS";
|
|
56
|
-
BSP: "BSP";
|
|
57
|
-
BSP_DEPLOY: "BSP_DEPLOY";
|
|
58
|
-
API_STATE: "API_STATE";
|
|
59
|
-
INACTIVE_OBJECTS: "INACTIVE_OBJECTS";
|
|
60
|
-
AUTH: "AUTH";
|
|
61
|
-
FEATURE_TOGGLE: "FEATURE_TOGGLE";
|
|
62
|
-
FTG2: "FTG2";
|
|
63
|
-
ENHO: "ENHO";
|
|
64
63
|
VERSIONS: "VERSIONS";
|
|
65
64
|
VERSION_SOURCE: "VERSION_SOURCE";
|
|
65
|
+
VIEW: "VIEW";
|
|
66
66
|
}>;
|
|
67
67
|
name: z.ZodOptional<z.ZodString>;
|
|
68
68
|
action: z.ZodOptional<z.ZodEnum<{
|
|
@@ -78,12 +78,12 @@ export declare const SAPReadSchema: z.ZodObject<{
|
|
|
78
78
|
grep: z.ZodOptional<z.ZodString>;
|
|
79
79
|
expand_includes: z.ZodOptional<z.ZodPreprocess<z.ZodBoolean>>;
|
|
80
80
|
format: z.ZodOptional<z.ZodEnum<{
|
|
81
|
-
text: "text";
|
|
82
81
|
structured: "structured";
|
|
82
|
+
text: "text";
|
|
83
83
|
}>>;
|
|
84
84
|
version: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
85
|
-
auto: "auto";
|
|
86
85
|
active: "active";
|
|
86
|
+
auto: "auto";
|
|
87
87
|
inactive: "inactive";
|
|
88
88
|
}>>>;
|
|
89
89
|
force_refresh: z.ZodOptional<z.ZodPreprocess<z.ZodBoolean>>;
|
|
@@ -102,38 +102,38 @@ export declare const SAPReadSchema: z.ZodObject<{
|
|
|
102
102
|
}, z.core.$strip>;
|
|
103
103
|
export declare const SAPReadSchemaBtp: z.ZodObject<{
|
|
104
104
|
type: z.ZodEnum<{
|
|
105
|
+
API_STATE: "API_STATE";
|
|
106
|
+
BDEF: "BDEF";
|
|
107
|
+
BSP: "BSP";
|
|
108
|
+
BSP_DEPLOY: "BSP_DEPLOY";
|
|
105
109
|
CLAS: "CLAS";
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
110
|
+
COMPONENTS: "COMPONENTS";
|
|
111
|
+
COTA: "COTA";
|
|
112
|
+
CSNM: "CSNM";
|
|
109
113
|
DCLS: "DCLS";
|
|
110
|
-
|
|
111
|
-
SRVD: "SRVD";
|
|
114
|
+
DDLS: "DDLS";
|
|
112
115
|
DDLX: "DDLX";
|
|
113
|
-
|
|
114
|
-
|
|
116
|
+
DESD: "DESD";
|
|
117
|
+
DEVC: "DEVC";
|
|
115
118
|
DOMA: "DOMA";
|
|
116
119
|
DTEL: "DTEL";
|
|
117
|
-
MSAG: "MSAG";
|
|
118
|
-
DEVC: "DEVC";
|
|
119
|
-
SKTD: "SKTD";
|
|
120
|
-
FUNC: "FUNC";
|
|
121
|
-
DESD: "DESD";
|
|
122
120
|
DTSC: "DTSC";
|
|
123
|
-
CSNM: "CSNM";
|
|
124
121
|
EVTB: "EVTB";
|
|
125
122
|
EVTO: "EVTO";
|
|
126
|
-
|
|
123
|
+
FUGR: "FUGR";
|
|
124
|
+
FUNC: "FUNC";
|
|
125
|
+
INACTIVE_OBJECTS: "INACTIVE_OBJECTS";
|
|
126
|
+
INTF: "INTF";
|
|
127
127
|
KTD: "KTD";
|
|
128
|
+
MESSAGES: "MESSAGES";
|
|
129
|
+
MSAG: "MSAG";
|
|
130
|
+
SKTD: "SKTD";
|
|
131
|
+
SRVB: "SRVB";
|
|
132
|
+
SRVD: "SRVD";
|
|
133
|
+
SYSTEM: "SYSTEM";
|
|
134
|
+
TABL: "TABL";
|
|
128
135
|
TABLE_CONTENTS: "TABLE_CONTENTS";
|
|
129
136
|
TABLE_QUERY: "TABLE_QUERY";
|
|
130
|
-
SYSTEM: "SYSTEM";
|
|
131
|
-
COMPONENTS: "COMPONENTS";
|
|
132
|
-
MESSAGES: "MESSAGES";
|
|
133
|
-
BSP: "BSP";
|
|
134
|
-
BSP_DEPLOY: "BSP_DEPLOY";
|
|
135
|
-
API_STATE: "API_STATE";
|
|
136
|
-
INACTIVE_OBJECTS: "INACTIVE_OBJECTS";
|
|
137
137
|
}>;
|
|
138
138
|
name: z.ZodOptional<z.ZodString>;
|
|
139
139
|
action: z.ZodOptional<z.ZodEnum<{
|
|
@@ -148,12 +148,12 @@ export declare const SAPReadSchemaBtp: z.ZodObject<{
|
|
|
148
148
|
method: z.ZodOptional<z.ZodString>;
|
|
149
149
|
grep: z.ZodOptional<z.ZodString>;
|
|
150
150
|
format: z.ZodOptional<z.ZodEnum<{
|
|
151
|
-
text: "text";
|
|
152
151
|
structured: "structured";
|
|
152
|
+
text: "text";
|
|
153
153
|
}>>;
|
|
154
154
|
version: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
155
|
-
auto: "auto";
|
|
156
155
|
active: "active";
|
|
156
|
+
auto: "auto";
|
|
157
157
|
inactive: "inactive";
|
|
158
158
|
}>>>;
|
|
159
159
|
force_refresh: z.ZodOptional<z.ZodPreprocess<z.ZodBoolean>>;
|
|
@@ -184,8 +184,8 @@ export declare const SAPSearchSchema: z.ZodObject<{
|
|
|
184
184
|
names: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
185
185
|
source: z.ZodOptional<z.ZodEnum<{
|
|
186
186
|
adt: "adt";
|
|
187
|
-
db: "db";
|
|
188
187
|
both: "both";
|
|
188
|
+
db: "db";
|
|
189
189
|
}>>;
|
|
190
190
|
}, z.core.$strip>;
|
|
191
191
|
export declare const SAPSearchSchemaNoSource: z.ZodObject<{
|
|
@@ -200,8 +200,8 @@ export declare const SAPSearchSchemaNoSource: z.ZodObject<{
|
|
|
200
200
|
names: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
201
201
|
source: z.ZodOptional<z.ZodEnum<{
|
|
202
202
|
adt: "adt";
|
|
203
|
-
db: "db";
|
|
204
203
|
both: "both";
|
|
204
|
+
db: "db";
|
|
205
205
|
}>>;
|
|
206
206
|
}, z.core.$strip>;
|
|
207
207
|
export declare const SAPQuerySchema: z.ZodObject<{
|
|
@@ -210,48 +210,48 @@ export declare const SAPQuerySchema: z.ZodObject<{
|
|
|
210
210
|
}, z.core.$strip>;
|
|
211
211
|
export declare const SAPWriteSchema: z.ZodObject<{
|
|
212
212
|
action: z.ZodEnum<{
|
|
213
|
+
add_method: "add_method";
|
|
214
|
+
batch_create: "batch_create";
|
|
215
|
+
change_method_visibility: "change_method_visibility";
|
|
213
216
|
create: "create";
|
|
214
|
-
update: "update";
|
|
215
|
-
edit_method: "edit_method";
|
|
216
|
-
edit_class_definition: "edit_class_definition";
|
|
217
217
|
delete: "delete";
|
|
218
|
-
edit_text_symbols: "edit_text_symbols";
|
|
219
|
-
add_method: "add_method";
|
|
220
|
-
edit_method_signature: "edit_method_signature";
|
|
221
218
|
delete_method: "delete_method";
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
219
|
+
edit_class_definition: "edit_class_definition";
|
|
220
|
+
edit_method: "edit_method";
|
|
221
|
+
edit_method_signature: "edit_method_signature";
|
|
222
|
+
edit_text_symbols: "edit_text_symbols";
|
|
225
223
|
generate_behavior_implementation: "generate_behavior_implementation";
|
|
224
|
+
scaffold_rap_handlers: "scaffold_rap_handlers";
|
|
225
|
+
update: "update";
|
|
226
226
|
}>;
|
|
227
227
|
type: z.ZodOptional<z.ZodEnum<{
|
|
228
|
-
|
|
228
|
+
BDEF: "BDEF";
|
|
229
229
|
CLAS: "CLAS";
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
FUGR: "FUGR";
|
|
233
|
-
DDLS: "DDLS";
|
|
230
|
+
COTA: "COTA";
|
|
231
|
+
CSNM: "CSNM";
|
|
234
232
|
DCLS: "DCLS";
|
|
235
|
-
|
|
236
|
-
SRVD: "SRVD";
|
|
233
|
+
DDLS: "DDLS";
|
|
237
234
|
DDLX: "DDLX";
|
|
238
|
-
|
|
239
|
-
TABL: "TABL";
|
|
235
|
+
DESD: "DESD";
|
|
240
236
|
DOMA: "DOMA";
|
|
241
237
|
DTEL: "DTEL";
|
|
242
|
-
MSAG: "MSAG";
|
|
243
|
-
SKTD: "SKTD";
|
|
244
|
-
"TABL/DT": "TABL/DT";
|
|
245
|
-
"TABL/DS": "TABL/DS";
|
|
246
|
-
FUNC: "FUNC";
|
|
247
|
-
DESD: "DESD";
|
|
248
238
|
DTSC: "DTSC";
|
|
249
|
-
CSNM: "CSNM";
|
|
250
239
|
EVTB: "EVTB";
|
|
251
240
|
EVTO: "EVTO";
|
|
252
|
-
|
|
253
|
-
|
|
241
|
+
FUGR: "FUGR";
|
|
242
|
+
FUNC: "FUNC";
|
|
243
|
+
INCL: "INCL";
|
|
244
|
+
INTF: "INTF";
|
|
254
245
|
KTD: "KTD";
|
|
246
|
+
MSAG: "MSAG";
|
|
247
|
+
PROG: "PROG";
|
|
248
|
+
SKTD: "SKTD";
|
|
249
|
+
SRVB: "SRVB";
|
|
250
|
+
SRVD: "SRVD";
|
|
251
|
+
TABL: "TABL";
|
|
252
|
+
"TABL/DS": "TABL/DS";
|
|
253
|
+
"TABL/DT": "TABL/DT";
|
|
254
|
+
TTYP: "TTYP";
|
|
255
255
|
}>>;
|
|
256
256
|
name: z.ZodOptional<z.ZodString>;
|
|
257
257
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -263,9 +263,9 @@ export declare const SAPWriteSchema: z.ZodObject<{
|
|
|
263
263
|
}>>>;
|
|
264
264
|
method: z.ZodOptional<z.ZodString>;
|
|
265
265
|
visibility: z.ZodOptional<z.ZodEnum<{
|
|
266
|
-
public: "public";
|
|
267
|
-
protected: "protected";
|
|
268
266
|
private: "private";
|
|
267
|
+
protected: "protected";
|
|
268
|
+
public: "public";
|
|
269
269
|
}>>;
|
|
270
270
|
abstract: z.ZodOptional<z.ZodPreprocess<z.ZodBoolean>>;
|
|
271
271
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -275,8 +275,8 @@ export declare const SAPWriteSchema: z.ZodObject<{
|
|
|
275
275
|
dataType: z.ZodOptional<z.ZodString>;
|
|
276
276
|
rowType: z.ZodOptional<z.ZodString>;
|
|
277
277
|
rowTypeKind: z.ZodOptional<z.ZodEnum<{
|
|
278
|
-
structure: "structure";
|
|
279
278
|
builtin: "builtin";
|
|
279
|
+
structure: "structure";
|
|
280
280
|
}>>;
|
|
281
281
|
length: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
282
282
|
decimals: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
@@ -334,12 +334,12 @@ export declare const SAPWriteSchema: z.ZodObject<{
|
|
|
334
334
|
dryRun: z.ZodOptional<z.ZodPreprocess<z.ZodBoolean>>;
|
|
335
335
|
parameters: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
336
336
|
kind: z.ZodEnum<{
|
|
337
|
-
|
|
338
|
-
exporting: "exporting";
|
|
337
|
+
changing: "changing";
|
|
339
338
|
exceptions: "exceptions";
|
|
339
|
+
exporting: "exporting";
|
|
340
340
|
importing: "importing";
|
|
341
|
-
changing: "changing";
|
|
342
341
|
raising: "raising";
|
|
342
|
+
tables: "tables";
|
|
343
343
|
}>;
|
|
344
344
|
name: z.ZodString;
|
|
345
345
|
type: z.ZodOptional<z.ZodString>;
|
|
@@ -349,33 +349,33 @@ export declare const SAPWriteSchema: z.ZodObject<{
|
|
|
349
349
|
}, z.core.$strip>>>;
|
|
350
350
|
objects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
351
351
|
type: z.ZodEnum<{
|
|
352
|
-
|
|
352
|
+
BDEF: "BDEF";
|
|
353
353
|
CLAS: "CLAS";
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
FUGR: "FUGR";
|
|
357
|
-
DDLS: "DDLS";
|
|
354
|
+
COTA: "COTA";
|
|
355
|
+
CSNM: "CSNM";
|
|
358
356
|
DCLS: "DCLS";
|
|
359
|
-
|
|
360
|
-
SRVD: "SRVD";
|
|
357
|
+
DDLS: "DDLS";
|
|
361
358
|
DDLX: "DDLX";
|
|
362
|
-
|
|
363
|
-
TABL: "TABL";
|
|
359
|
+
DESD: "DESD";
|
|
364
360
|
DOMA: "DOMA";
|
|
365
361
|
DTEL: "DTEL";
|
|
366
|
-
MSAG: "MSAG";
|
|
367
|
-
SKTD: "SKTD";
|
|
368
|
-
"TABL/DT": "TABL/DT";
|
|
369
|
-
"TABL/DS": "TABL/DS";
|
|
370
|
-
FUNC: "FUNC";
|
|
371
|
-
DESD: "DESD";
|
|
372
362
|
DTSC: "DTSC";
|
|
373
|
-
CSNM: "CSNM";
|
|
374
363
|
EVTB: "EVTB";
|
|
375
364
|
EVTO: "EVTO";
|
|
376
|
-
|
|
377
|
-
|
|
365
|
+
FUGR: "FUGR";
|
|
366
|
+
FUNC: "FUNC";
|
|
367
|
+
INCL: "INCL";
|
|
368
|
+
INTF: "INTF";
|
|
378
369
|
KTD: "KTD";
|
|
370
|
+
MSAG: "MSAG";
|
|
371
|
+
PROG: "PROG";
|
|
372
|
+
SKTD: "SKTD";
|
|
373
|
+
SRVB: "SRVB";
|
|
374
|
+
SRVD: "SRVD";
|
|
375
|
+
TABL: "TABL";
|
|
376
|
+
"TABL/DS": "TABL/DS";
|
|
377
|
+
"TABL/DT": "TABL/DT";
|
|
378
|
+
TTYP: "TTYP";
|
|
379
379
|
}>;
|
|
380
380
|
name: z.ZodString;
|
|
381
381
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -385,8 +385,8 @@ export declare const SAPWriteSchema: z.ZodObject<{
|
|
|
385
385
|
dataType: z.ZodOptional<z.ZodString>;
|
|
386
386
|
rowType: z.ZodOptional<z.ZodString>;
|
|
387
387
|
rowTypeKind: z.ZodOptional<z.ZodEnum<{
|
|
388
|
-
structure: "structure";
|
|
389
388
|
builtin: "builtin";
|
|
389
|
+
structure: "structure";
|
|
390
390
|
}>>;
|
|
391
391
|
length: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
392
392
|
decimals: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
@@ -432,12 +432,12 @@ export declare const SAPWriteSchema: z.ZodObject<{
|
|
|
432
432
|
version: z.ZodOptional<z.ZodString>;
|
|
433
433
|
parameters: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
434
434
|
kind: z.ZodEnum<{
|
|
435
|
-
|
|
436
|
-
exporting: "exporting";
|
|
435
|
+
changing: "changing";
|
|
437
436
|
exceptions: "exceptions";
|
|
437
|
+
exporting: "exporting";
|
|
438
438
|
importing: "importing";
|
|
439
|
-
changing: "changing";
|
|
440
439
|
raising: "raising";
|
|
440
|
+
tables: "tables";
|
|
441
441
|
}>;
|
|
442
442
|
name: z.ZodString;
|
|
443
443
|
type: z.ZodOptional<z.ZodString>;
|
|
@@ -449,42 +449,42 @@ export declare const SAPWriteSchema: z.ZodObject<{
|
|
|
449
449
|
}, z.core.$strip>;
|
|
450
450
|
export declare const SAPWriteSchemaBtp: z.ZodObject<{
|
|
451
451
|
action: z.ZodEnum<{
|
|
452
|
+
add_method: "add_method";
|
|
453
|
+
batch_create: "batch_create";
|
|
454
|
+
change_method_visibility: "change_method_visibility";
|
|
452
455
|
create: "create";
|
|
453
|
-
update: "update";
|
|
454
|
-
edit_method: "edit_method";
|
|
455
|
-
edit_class_definition: "edit_class_definition";
|
|
456
456
|
delete: "delete";
|
|
457
|
-
add_method: "add_method";
|
|
458
|
-
edit_method_signature: "edit_method_signature";
|
|
459
457
|
delete_method: "delete_method";
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
458
|
+
edit_class_definition: "edit_class_definition";
|
|
459
|
+
edit_method: "edit_method";
|
|
460
|
+
edit_method_signature: "edit_method_signature";
|
|
463
461
|
generate_behavior_implementation: "generate_behavior_implementation";
|
|
462
|
+
scaffold_rap_handlers: "scaffold_rap_handlers";
|
|
463
|
+
update: "update";
|
|
464
464
|
}>;
|
|
465
465
|
type: z.ZodOptional<z.ZodEnum<{
|
|
466
|
+
BDEF: "BDEF";
|
|
466
467
|
CLAS: "CLAS";
|
|
467
|
-
|
|
468
|
-
|
|
468
|
+
COTA: "COTA";
|
|
469
|
+
CSNM: "CSNM";
|
|
469
470
|
DCLS: "DCLS";
|
|
470
|
-
|
|
471
|
-
SRVD: "SRVD";
|
|
471
|
+
DDLS: "DDLS";
|
|
472
472
|
DDLX: "DDLX";
|
|
473
|
-
|
|
474
|
-
TABL: "TABL";
|
|
473
|
+
DESD: "DESD";
|
|
475
474
|
DOMA: "DOMA";
|
|
476
475
|
DTEL: "DTEL";
|
|
477
|
-
MSAG: "MSAG";
|
|
478
|
-
SKTD: "SKTD";
|
|
479
|
-
"TABL/DT": "TABL/DT";
|
|
480
|
-
"TABL/DS": "TABL/DS";
|
|
481
|
-
DESD: "DESD";
|
|
482
476
|
DTSC: "DTSC";
|
|
483
|
-
CSNM: "CSNM";
|
|
484
477
|
EVTB: "EVTB";
|
|
485
478
|
EVTO: "EVTO";
|
|
486
|
-
|
|
479
|
+
INTF: "INTF";
|
|
487
480
|
KTD: "KTD";
|
|
481
|
+
MSAG: "MSAG";
|
|
482
|
+
SKTD: "SKTD";
|
|
483
|
+
SRVB: "SRVB";
|
|
484
|
+
SRVD: "SRVD";
|
|
485
|
+
TABL: "TABL";
|
|
486
|
+
"TABL/DS": "TABL/DS";
|
|
487
|
+
"TABL/DT": "TABL/DT";
|
|
488
488
|
}>>;
|
|
489
489
|
name: z.ZodOptional<z.ZodString>;
|
|
490
490
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -496,9 +496,9 @@ export declare const SAPWriteSchemaBtp: z.ZodObject<{
|
|
|
496
496
|
}>>>;
|
|
497
497
|
method: z.ZodOptional<z.ZodString>;
|
|
498
498
|
visibility: z.ZodOptional<z.ZodEnum<{
|
|
499
|
-
public: "public";
|
|
500
|
-
protected: "protected";
|
|
501
499
|
private: "private";
|
|
500
|
+
protected: "protected";
|
|
501
|
+
public: "public";
|
|
502
502
|
}>>;
|
|
503
503
|
abstract: z.ZodOptional<z.ZodPreprocess<z.ZodBoolean>>;
|
|
504
504
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -508,8 +508,8 @@ export declare const SAPWriteSchemaBtp: z.ZodObject<{
|
|
|
508
508
|
dataType: z.ZodOptional<z.ZodString>;
|
|
509
509
|
rowType: z.ZodOptional<z.ZodString>;
|
|
510
510
|
rowTypeKind: z.ZodOptional<z.ZodEnum<{
|
|
511
|
-
structure: "structure";
|
|
512
511
|
builtin: "builtin";
|
|
512
|
+
structure: "structure";
|
|
513
513
|
}>>;
|
|
514
514
|
length: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
515
515
|
decimals: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
@@ -567,12 +567,12 @@ export declare const SAPWriteSchemaBtp: z.ZodObject<{
|
|
|
567
567
|
dryRun: z.ZodOptional<z.ZodPreprocess<z.ZodBoolean>>;
|
|
568
568
|
parameters: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
569
569
|
kind: z.ZodEnum<{
|
|
570
|
-
|
|
571
|
-
exporting: "exporting";
|
|
570
|
+
changing: "changing";
|
|
572
571
|
exceptions: "exceptions";
|
|
572
|
+
exporting: "exporting";
|
|
573
573
|
importing: "importing";
|
|
574
|
-
changing: "changing";
|
|
575
574
|
raising: "raising";
|
|
575
|
+
tables: "tables";
|
|
576
576
|
}>;
|
|
577
577
|
name: z.ZodString;
|
|
578
578
|
type: z.ZodOptional<z.ZodString>;
|
|
@@ -582,28 +582,28 @@ export declare const SAPWriteSchemaBtp: z.ZodObject<{
|
|
|
582
582
|
}, z.core.$strip>>>;
|
|
583
583
|
objects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
584
584
|
type: z.ZodEnum<{
|
|
585
|
+
BDEF: "BDEF";
|
|
585
586
|
CLAS: "CLAS";
|
|
586
|
-
|
|
587
|
-
|
|
587
|
+
COTA: "COTA";
|
|
588
|
+
CSNM: "CSNM";
|
|
588
589
|
DCLS: "DCLS";
|
|
589
|
-
|
|
590
|
-
SRVD: "SRVD";
|
|
590
|
+
DDLS: "DDLS";
|
|
591
591
|
DDLX: "DDLX";
|
|
592
|
-
|
|
593
|
-
TABL: "TABL";
|
|
592
|
+
DESD: "DESD";
|
|
594
593
|
DOMA: "DOMA";
|
|
595
594
|
DTEL: "DTEL";
|
|
596
|
-
MSAG: "MSAG";
|
|
597
|
-
SKTD: "SKTD";
|
|
598
|
-
"TABL/DT": "TABL/DT";
|
|
599
|
-
"TABL/DS": "TABL/DS";
|
|
600
|
-
DESD: "DESD";
|
|
601
595
|
DTSC: "DTSC";
|
|
602
|
-
CSNM: "CSNM";
|
|
603
596
|
EVTB: "EVTB";
|
|
604
597
|
EVTO: "EVTO";
|
|
605
|
-
|
|
598
|
+
INTF: "INTF";
|
|
606
599
|
KTD: "KTD";
|
|
600
|
+
MSAG: "MSAG";
|
|
601
|
+
SKTD: "SKTD";
|
|
602
|
+
SRVB: "SRVB";
|
|
603
|
+
SRVD: "SRVD";
|
|
604
|
+
TABL: "TABL";
|
|
605
|
+
"TABL/DS": "TABL/DS";
|
|
606
|
+
"TABL/DT": "TABL/DT";
|
|
607
607
|
}>;
|
|
608
608
|
name: z.ZodString;
|
|
609
609
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -613,8 +613,8 @@ export declare const SAPWriteSchemaBtp: z.ZodObject<{
|
|
|
613
613
|
dataType: z.ZodOptional<z.ZodString>;
|
|
614
614
|
rowType: z.ZodOptional<z.ZodString>;
|
|
615
615
|
rowTypeKind: z.ZodOptional<z.ZodEnum<{
|
|
616
|
-
structure: "structure";
|
|
617
616
|
builtin: "builtin";
|
|
617
|
+
structure: "structure";
|
|
618
618
|
}>>;
|
|
619
619
|
length: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
620
620
|
decimals: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
@@ -660,12 +660,12 @@ export declare const SAPWriteSchemaBtp: z.ZodObject<{
|
|
|
660
660
|
version: z.ZodOptional<z.ZodString>;
|
|
661
661
|
parameters: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
662
662
|
kind: z.ZodEnum<{
|
|
663
|
-
|
|
664
|
-
exporting: "exporting";
|
|
663
|
+
changing: "changing";
|
|
665
664
|
exceptions: "exceptions";
|
|
665
|
+
exporting: "exporting";
|
|
666
666
|
importing: "importing";
|
|
667
|
-
changing: "changing";
|
|
668
667
|
raising: "raising";
|
|
668
|
+
tables: "tables";
|
|
669
669
|
}>;
|
|
670
670
|
name: z.ZodString;
|
|
671
671
|
type: z.ZodOptional<z.ZodString>;
|
|
@@ -696,10 +696,10 @@ export declare const SAPActivateSchema: z.ZodObject<{
|
|
|
696
696
|
}, z.core.$strip>;
|
|
697
697
|
export declare const SAPNavigateSchema: z.ZodObject<{
|
|
698
698
|
action: z.ZodEnum<{
|
|
699
|
-
definition: "definition";
|
|
700
|
-
references: "references";
|
|
701
699
|
completion: "completion";
|
|
700
|
+
definition: "definition";
|
|
702
701
|
hierarchy: "hierarchy";
|
|
702
|
+
references: "references";
|
|
703
703
|
}>;
|
|
704
704
|
uri: z.ZodOptional<z.ZodString>;
|
|
705
705
|
type: z.ZodOptional<z.ZodString>;
|
|
@@ -711,45 +711,46 @@ export declare const SAPNavigateSchema: z.ZodObject<{
|
|
|
711
711
|
}, z.core.$strip>;
|
|
712
712
|
export declare const SAPLintSchema: z.ZodObject<{
|
|
713
713
|
action: z.ZodEnum<{
|
|
714
|
+
format: "format";
|
|
715
|
+
get_formatter_settings: "get_formatter_settings";
|
|
714
716
|
lint: "lint";
|
|
715
717
|
lint_and_fix: "lint_and_fix";
|
|
716
718
|
list_rules: "list_rules";
|
|
717
|
-
format: "format";
|
|
718
|
-
get_formatter_settings: "get_formatter_settings";
|
|
719
719
|
set_formatter_settings: "set_formatter_settings";
|
|
720
720
|
}>;
|
|
721
721
|
source: z.ZodOptional<z.ZodString>;
|
|
722
722
|
name: z.ZodOptional<z.ZodString>;
|
|
723
723
|
indentation: z.ZodOptional<z.ZodPreprocess<z.ZodBoolean>>;
|
|
724
724
|
style: z.ZodOptional<z.ZodEnum<{
|
|
725
|
-
none: "none";
|
|
726
|
-
keywordUpper: "keywordUpper";
|
|
727
|
-
keywordLower: "keywordLower";
|
|
728
725
|
keywordAuto: "keywordAuto";
|
|
726
|
+
keywordLower: "keywordLower";
|
|
727
|
+
keywordUpper: "keywordUpper";
|
|
728
|
+
none: "none";
|
|
729
729
|
}>>;
|
|
730
730
|
rules: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
731
731
|
}, z.core.$strip>;
|
|
732
732
|
export declare const SAPDiagnoseSchema: z.ZodObject<{
|
|
733
733
|
action: z.ZodEnum<{
|
|
734
|
-
|
|
735
|
-
unittest: "unittest";
|
|
734
|
+
apply_quickfix: "apply_quickfix";
|
|
736
735
|
atc: "atc";
|
|
736
|
+
authorization_trace: "authorization_trace";
|
|
737
|
+
cds_sql: "cds_sql";
|
|
737
738
|
cds_testcases: "cds_testcases";
|
|
738
|
-
object_state: "object_state";
|
|
739
|
-
quickfix: "quickfix";
|
|
740
|
-
apply_quickfix: "apply_quickfix";
|
|
741
739
|
dumps: "dumps";
|
|
742
|
-
traces: "traces";
|
|
743
|
-
trace_start: "trace_start";
|
|
744
|
-
trace_requests: "trace_requests";
|
|
745
|
-
trace_cancel: "trace_cancel";
|
|
746
|
-
system_messages: "system_messages";
|
|
747
740
|
gateway_errors: "gateway_errors";
|
|
741
|
+
object_state: "object_state";
|
|
748
742
|
odata_perf: "odata_perf";
|
|
749
|
-
|
|
750
|
-
sql_trace_state: "sql_trace_state";
|
|
743
|
+
quickfix: "quickfix";
|
|
751
744
|
set_sql_trace_state: "set_sql_trace_state";
|
|
752
745
|
sql_trace_directory: "sql_trace_directory";
|
|
746
|
+
sql_trace_state: "sql_trace_state";
|
|
747
|
+
syntax: "syntax";
|
|
748
|
+
system_messages: "system_messages";
|
|
749
|
+
trace_cancel: "trace_cancel";
|
|
750
|
+
trace_requests: "trace_requests";
|
|
751
|
+
trace_start: "trace_start";
|
|
752
|
+
traces: "traces";
|
|
753
|
+
unittest: "unittest";
|
|
753
754
|
}>;
|
|
754
755
|
name: z.ZodOptional<z.ZodString>;
|
|
755
756
|
url: z.ZodOptional<z.ZodString>;
|
|
@@ -776,6 +777,7 @@ export declare const SAPDiagnoseSchema: z.ZodObject<{
|
|
|
776
777
|
detailUrl: z.ZodOptional<z.ZodString>;
|
|
777
778
|
errorType: z.ZodOptional<z.ZodString>;
|
|
778
779
|
user: z.ZodOptional<z.ZodString>;
|
|
780
|
+
authObject: z.ZodOptional<z.ZodString>;
|
|
779
781
|
from: z.ZodOptional<z.ZodString>;
|
|
780
782
|
to: z.ZodOptional<z.ZodString>;
|
|
781
783
|
maxResults: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
@@ -783,25 +785,26 @@ export declare const SAPDiagnoseSchema: z.ZodObject<{
|
|
|
783
785
|
includeFullText: z.ZodOptional<z.ZodPreprocess<z.ZodBoolean>>;
|
|
784
786
|
coverage: z.ZodOptional<z.ZodPreprocess<z.ZodBoolean>>;
|
|
785
787
|
sqlOn: z.ZodOptional<z.ZodPreprocess<z.ZodBoolean>>;
|
|
788
|
+
onlyFailures: z.ZodOptional<z.ZodPreprocess<z.ZodBoolean>>;
|
|
786
789
|
analysis: z.ZodOptional<z.ZodEnum<{
|
|
787
|
-
statements: "statements";
|
|
788
|
-
hitlist: "hitlist";
|
|
789
790
|
dbAccesses: "dbAccesses";
|
|
791
|
+
hitlist: "hitlist";
|
|
792
|
+
statements: "statements";
|
|
790
793
|
}>>;
|
|
791
794
|
traceUser: z.ZodOptional<z.ZodString>;
|
|
792
795
|
processType: z.ZodOptional<z.ZodEnum<{
|
|
793
796
|
any: "any";
|
|
794
|
-
http: "http";
|
|
795
|
-
dialog: "dialog";
|
|
796
797
|
batch: "batch";
|
|
798
|
+
dialog: "dialog";
|
|
799
|
+
http: "http";
|
|
797
800
|
rfc: "rfc";
|
|
798
801
|
}>>;
|
|
799
802
|
objectType: z.ZodOptional<z.ZodEnum<{
|
|
800
|
-
transaction: "transaction";
|
|
801
|
-
url: "url";
|
|
802
803
|
any: "any";
|
|
803
|
-
report: "report";
|
|
804
804
|
functionModule: "functionModule";
|
|
805
|
+
report: "report";
|
|
806
|
+
transaction: "transaction";
|
|
807
|
+
url: "url";
|
|
805
808
|
}>>;
|
|
806
809
|
maxExecutions: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
807
810
|
expiresHours: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
@@ -811,18 +814,18 @@ export declare const SAPDiagnoseSchema: z.ZodObject<{
|
|
|
811
814
|
}, z.core.$strip>;
|
|
812
815
|
export declare const SAPTransportSchema: z.ZodObject<{
|
|
813
816
|
action: z.ZodEnum<{
|
|
817
|
+
check: "check";
|
|
814
818
|
create: "create";
|
|
815
819
|
delete: "delete";
|
|
816
|
-
check: "check";
|
|
817
|
-
history: "history";
|
|
818
|
-
list: "list";
|
|
819
820
|
get: "get";
|
|
821
|
+
history: "history";
|
|
820
822
|
layers: "layers";
|
|
821
|
-
|
|
822
|
-
release: "release";
|
|
823
|
-
remove_object: "remove_object";
|
|
823
|
+
list: "list";
|
|
824
824
|
reassign: "reassign";
|
|
825
|
+
release: "release";
|
|
825
826
|
release_recursive: "release_recursive";
|
|
827
|
+
remove_object: "remove_object";
|
|
828
|
+
targets: "targets";
|
|
826
829
|
}>;
|
|
827
830
|
id: z.ZodOptional<z.ZodString>;
|
|
828
831
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -841,22 +844,22 @@ export declare const SAPTransportSchema: z.ZodObject<{
|
|
|
841
844
|
}, z.core.$strip>;
|
|
842
845
|
export declare const SAPGitSchema: z.ZodObject<{
|
|
843
846
|
action: z.ZodEnum<{
|
|
844
|
-
|
|
845
|
-
config: "config";
|
|
846
|
-
commit: "commit";
|
|
847
|
-
objects: "objects";
|
|
847
|
+
branches: "branches";
|
|
848
848
|
check: "check";
|
|
849
849
|
clone: "clone";
|
|
850
|
+
commit: "commit";
|
|
851
|
+
config: "config";
|
|
852
|
+
create_branch: "create_branch";
|
|
853
|
+
external_info: "external_info";
|
|
854
|
+
history: "history";
|
|
855
|
+
list_repos: "list_repos";
|
|
856
|
+
objects: "objects";
|
|
850
857
|
pull: "pull";
|
|
851
|
-
|
|
858
|
+
push: "push";
|
|
852
859
|
stage: "stage";
|
|
853
|
-
create_branch: "create_branch";
|
|
854
860
|
switch_branch: "switch_branch";
|
|
861
|
+
unlink: "unlink";
|
|
855
862
|
whoami: "whoami";
|
|
856
|
-
branches: "branches";
|
|
857
|
-
history: "history";
|
|
858
|
-
external_info: "external_info";
|
|
859
|
-
list_repos: "list_repos";
|
|
860
863
|
}>;
|
|
861
864
|
repoId: z.ZodOptional<z.ZodString>;
|
|
862
865
|
url: z.ZodOptional<z.ZodString>;
|
|
@@ -878,25 +881,25 @@ export declare const SAPGitSchema: z.ZodObject<{
|
|
|
878
881
|
password: z.ZodOptional<z.ZodString>;
|
|
879
882
|
token: z.ZodOptional<z.ZodString>;
|
|
880
883
|
backend: z.ZodOptional<z.ZodEnum<{
|
|
881
|
-
gcts: "gcts";
|
|
882
884
|
abapgit: "abapgit";
|
|
885
|
+
gcts: "gcts";
|
|
883
886
|
}>>;
|
|
884
887
|
limit: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
885
888
|
}, z.core.$strip>;
|
|
886
889
|
export declare const SAPContextSchema: z.ZodObject<{
|
|
887
890
|
action: z.ZodOptional<z.ZodEnum<{
|
|
888
|
-
|
|
891
|
+
deps: "deps";
|
|
889
892
|
impact: "impact";
|
|
893
|
+
structure: "structure";
|
|
890
894
|
usages: "usages";
|
|
891
|
-
deps: "deps";
|
|
892
895
|
}>>;
|
|
893
896
|
type: z.ZodOptional<z.ZodEnum<{
|
|
894
|
-
PROG: "PROG";
|
|
895
897
|
CLAS: "CLAS";
|
|
896
|
-
INTF: "INTF";
|
|
897
898
|
DDLS: "DDLS";
|
|
898
|
-
TABL: "TABL";
|
|
899
899
|
FUNC: "FUNC";
|
|
900
|
+
INTF: "INTF";
|
|
901
|
+
PROG: "PROG";
|
|
902
|
+
TABL: "TABL";
|
|
900
903
|
}>>;
|
|
901
904
|
name: z.ZodString;
|
|
902
905
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -910,15 +913,15 @@ export declare const SAPContextSchema: z.ZodObject<{
|
|
|
910
913
|
}, z.core.$strip>;
|
|
911
914
|
export declare const SAPContextSchemaBtp: z.ZodObject<{
|
|
912
915
|
action: z.ZodOptional<z.ZodEnum<{
|
|
913
|
-
|
|
916
|
+
deps: "deps";
|
|
914
917
|
impact: "impact";
|
|
918
|
+
structure: "structure";
|
|
915
919
|
usages: "usages";
|
|
916
|
-
deps: "deps";
|
|
917
920
|
}>>;
|
|
918
921
|
type: z.ZodOptional<z.ZodEnum<{
|
|
919
922
|
CLAS: "CLAS";
|
|
920
|
-
INTF: "INTF";
|
|
921
923
|
DDLS: "DDLS";
|
|
924
|
+
INTF: "INTF";
|
|
922
925
|
TABL: "TABL";
|
|
923
926
|
}>>;
|
|
924
927
|
name: z.ZodString;
|
|
@@ -932,29 +935,29 @@ export declare const SAPContextSchemaBtp: z.ZodObject<{
|
|
|
932
935
|
}, z.core.$strip>;
|
|
933
936
|
export declare const SAPManageSchema: z.ZodObject<{
|
|
934
937
|
action: z.ZodEnum<{
|
|
935
|
-
probe: "probe";
|
|
936
|
-
features: "features";
|
|
937
938
|
cache_stats: "cache_stats";
|
|
938
|
-
|
|
939
|
-
flp_list_groups: "flp_list_groups";
|
|
940
|
-
flp_list_tiles: "flp_list_tiles";
|
|
939
|
+
change_package: "change_package";
|
|
941
940
|
create_package: "create_package";
|
|
942
941
|
delete_package: "delete_package";
|
|
943
|
-
|
|
942
|
+
features: "features";
|
|
943
|
+
flp_add_tile_to_group: "flp_add_tile_to_group";
|
|
944
944
|
flp_create_catalog: "flp_create_catalog";
|
|
945
945
|
flp_create_group: "flp_create_group";
|
|
946
946
|
flp_create_tile: "flp_create_tile";
|
|
947
|
-
flp_add_tile_to_group: "flp_add_tile_to_group";
|
|
948
947
|
flp_delete_catalog: "flp_delete_catalog";
|
|
948
|
+
flp_list_catalogs: "flp_list_catalogs";
|
|
949
|
+
flp_list_groups: "flp_list_groups";
|
|
950
|
+
flp_list_tiles: "flp_list_tiles";
|
|
951
|
+
probe: "probe";
|
|
949
952
|
set_api_state: "set_api_state";
|
|
950
953
|
}>;
|
|
951
954
|
apiState: z.ZodOptional<z.ZodEnum<{
|
|
952
|
-
RELEASED: "RELEASED";
|
|
953
955
|
NOT_RELEASED: "NOT_RELEASED";
|
|
956
|
+
RELEASED: "RELEASED";
|
|
954
957
|
}>>;
|
|
955
958
|
contract: z.ZodOptional<z.ZodEnum<{
|
|
956
|
-
C1: "C1";
|
|
957
959
|
C0: "C0";
|
|
960
|
+
C1: "C1";
|
|
958
961
|
C2: "C2";
|
|
959
962
|
C3: "C3";
|
|
960
963
|
C4: "C4";
|
|
@@ -983,8 +986,8 @@ export declare const SAPManageSchema: z.ZodObject<{
|
|
|
983
986
|
recordChanges: z.ZodOptional<z.ZodBoolean>;
|
|
984
987
|
packageType: z.ZodOptional<z.ZodEnum<{
|
|
985
988
|
development: "development";
|
|
986
|
-
structure: "structure";
|
|
987
989
|
main: "main";
|
|
990
|
+
structure: "structure";
|
|
988
991
|
}>>;
|
|
989
992
|
transport: z.ZodOptional<z.ZodString>;
|
|
990
993
|
objectUri: z.ZodOptional<z.ZodString>;
|