@abaplint/runtime 2.7.64 → 2.7.65

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.
@@ -9,10 +9,10 @@ export declare class Structure {
9
9
  private readonly qualifiedName;
10
10
  private readonly ddicName;
11
11
  private readonly renamingSuffix;
12
- constructor(fields: any, qualifiedName?: string, ddicName?: string, renamingSuffix?: string[]);
12
+ constructor(fields: any, qualifiedName?: string, ddicName?: string, renamingSuffix?: any);
13
13
  clear(): this;
14
14
  getDDICName(): string | undefined;
15
- getRenamingSuffix(): string[] | undefined;
15
+ getRenamingSuffix(): any;
16
16
  getQualifiedName(): string | undefined;
17
17
  set(input: Structure | string | INumeric | Table | ICharacter | FieldSymbol | undefined): this | undefined;
18
18
  private setCharacter;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/runtime",
3
- "version": "2.7.64",
3
+ "version": "2.7.65",
4
4
  "description": "Transpiler - Runtime",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/src/index.d.ts",