@aidc-toolkit/app-extension 1.0.23-beta → 1.0.24-beta

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.
Files changed (126) hide show
  1. package/dist/index.cjs +3414 -0
  2. package/dist/index.cjs.map +1 -0
  3. package/dist/index.d.cts +1747 -0
  4. package/dist/index.d.ts +1747 -26
  5. package/dist/index.js +3379 -9
  6. package/dist/index.js.map +1 -1
  7. package/package.json +7 -10
  8. package/src/app-extension.ts +3 -10
  9. package/src/app-utility-proxy.ts +5 -4
  10. package/src/descriptor.ts +12 -8
  11. package/src/generator/descriptor.ts +1 -1
  12. package/src/generator/generator.ts +4 -4
  13. package/src/generator/index.ts +2 -2
  14. package/src/generator/locale-resources-generator.ts +14 -10
  15. package/src/gs1/character-set-proxy.ts +5 -5
  16. package/src/gs1/check-proxy.ts +3 -3
  17. package/src/gs1/identifier-proxy.ts +9 -8
  18. package/src/gs1/index.ts +3 -3
  19. package/src/index.ts +9 -9
  20. package/src/lib-proxy.ts +3 -3
  21. package/src/locale/i18n.ts +3 -5
  22. package/src/locale/i18next.d.ts +1 -1
  23. package/{dist/types.d.ts → src/type.ts} +10 -38
  24. package/src/utility/character-set-descriptor.ts +1 -1
  25. package/src/utility/character-set-proxy.ts +9 -8
  26. package/src/utility/index.ts +3 -3
  27. package/src/utility/reg-exp-proxy.ts +5 -4
  28. package/src/utility/string-descriptor.ts +1 -1
  29. package/src/utility/string-proxy.ts +2 -2
  30. package/src/utility/transformer-descriptor.ts +1 -1
  31. package/src/utility/transformer-proxy.ts +5 -4
  32. package/tsup.config.ts +3 -0
  33. package/dist/app-extension.d.ts +0 -169
  34. package/dist/app-extension.d.ts.map +0 -1
  35. package/dist/app-extension.js +0 -148
  36. package/dist/app-extension.js.map +0 -1
  37. package/dist/app-utility-proxy.d.ts +0 -66
  38. package/dist/app-utility-proxy.d.ts.map +0 -1
  39. package/dist/app-utility-proxy.js +0 -233
  40. package/dist/app-utility-proxy.js.map +0 -1
  41. package/dist/descriptor.d.ts +0 -172
  42. package/dist/descriptor.d.ts.map +0 -1
  43. package/dist/descriptor.js +0 -174
  44. package/dist/descriptor.js.map +0 -1
  45. package/dist/generator/descriptor.d.ts +0 -107
  46. package/dist/generator/descriptor.d.ts.map +0 -1
  47. package/dist/generator/descriptor.js +0 -2
  48. package/dist/generator/descriptor.js.map +0 -1
  49. package/dist/generator/generator.d.ts +0 -120
  50. package/dist/generator/generator.d.ts.map +0 -1
  51. package/dist/generator/generator.js +0 -213
  52. package/dist/generator/generator.js.map +0 -1
  53. package/dist/generator/index.d.ts +0 -3
  54. package/dist/generator/index.d.ts.map +0 -1
  55. package/dist/generator/index.js +0 -2
  56. package/dist/generator/index.js.map +0 -1
  57. package/dist/gs1/character-set-proxy.d.ts +0 -10
  58. package/dist/gs1/character-set-proxy.d.ts.map +0 -1
  59. package/dist/gs1/character-set-proxy.js +0 -47
  60. package/dist/gs1/character-set-proxy.js.map +0 -1
  61. package/dist/gs1/check-proxy.d.ts +0 -11
  62. package/dist/gs1/check-proxy.d.ts.map +0 -1
  63. package/dist/gs1/check-proxy.js +0 -120
  64. package/dist/gs1/check-proxy.js.map +0 -1
  65. package/dist/gs1/identifier-proxy.d.ts +0 -136
  66. package/dist/gs1/identifier-proxy.d.ts.map +0 -1
  67. package/dist/gs1/identifier-proxy.js +0 -782
  68. package/dist/gs1/identifier-proxy.js.map +0 -1
  69. package/dist/gs1/index.d.ts +0 -4
  70. package/dist/gs1/index.d.ts.map +0 -1
  71. package/dist/gs1/index.js +0 -4
  72. package/dist/gs1/index.js.map +0 -1
  73. package/dist/index.d.ts.map +0 -1
  74. package/dist/lib-proxy.d.ts +0 -135
  75. package/dist/lib-proxy.d.ts.map +0 -1
  76. package/dist/lib-proxy.js +0 -235
  77. package/dist/lib-proxy.js.map +0 -1
  78. package/dist/locale/en/locale-resources.d.ts +0 -617
  79. package/dist/locale/en/locale-resources.d.ts.map +0 -1
  80. package/dist/locale/en/locale-resources.js +0 -616
  81. package/dist/locale/en/locale-resources.js.map +0 -1
  82. package/dist/locale/fr/locale-resources.d.ts +0 -617
  83. package/dist/locale/fr/locale-resources.d.ts.map +0 -1
  84. package/dist/locale/fr/locale-resources.js +0 -616
  85. package/dist/locale/fr/locale-resources.js.map +0 -1
  86. package/dist/locale/i18n.d.ts +0 -27
  87. package/dist/locale/i18n.d.ts.map +0 -1
  88. package/dist/locale/i18n.js +0 -39
  89. package/dist/locale/i18n.js.map +0 -1
  90. package/dist/types.d.ts.map +0 -1
  91. package/dist/types.js +0 -13
  92. package/dist/types.js.map +0 -1
  93. package/dist/utility/character-set-descriptor.d.ts +0 -6
  94. package/dist/utility/character-set-descriptor.d.ts.map +0 -1
  95. package/dist/utility/character-set-descriptor.js +0 -28
  96. package/dist/utility/character-set-descriptor.js.map +0 -1
  97. package/dist/utility/character-set-proxy.d.ts +0 -26
  98. package/dist/utility/character-set-proxy.d.ts.map +0 -1
  99. package/dist/utility/character-set-proxy.js +0 -167
  100. package/dist/utility/character-set-proxy.js.map +0 -1
  101. package/dist/utility/index.d.ts +0 -4
  102. package/dist/utility/index.d.ts.map +0 -1
  103. package/dist/utility/index.js +0 -4
  104. package/dist/utility/index.js.map +0 -1
  105. package/dist/utility/reg-exp-proxy.d.ts +0 -7
  106. package/dist/utility/reg-exp-proxy.d.ts.map +0 -1
  107. package/dist/utility/reg-exp-proxy.js +0 -61
  108. package/dist/utility/reg-exp-proxy.js.map +0 -1
  109. package/dist/utility/string-descriptor.d.ts +0 -4
  110. package/dist/utility/string-descriptor.d.ts.map +0 -1
  111. package/dist/utility/string-descriptor.js +0 -12
  112. package/dist/utility/string-descriptor.js.map +0 -1
  113. package/dist/utility/string-proxy.d.ts +0 -8
  114. package/dist/utility/string-proxy.d.ts.map +0 -1
  115. package/dist/utility/string-proxy.js +0 -12
  116. package/dist/utility/string-proxy.js.map +0 -1
  117. package/dist/utility/transformer-descriptor.d.ts +0 -6
  118. package/dist/utility/transformer-descriptor.d.ts.map +0 -1
  119. package/dist/utility/transformer-descriptor.js +0 -24
  120. package/dist/utility/transformer-descriptor.js.map +0 -1
  121. package/dist/utility/transformer-proxy.d.ts +0 -8
  122. package/dist/utility/transformer-proxy.d.ts.map +0 -1
  123. package/dist/utility/transformer-proxy.js +0 -74
  124. package/dist/utility/transformer-proxy.js.map +0 -1
  125. package/src/generator/logger.ts +0 -45
  126. package/src/types.ts +0 -144
@@ -1,213 +0,0 @@
1
- import { I18nEnvironments } from "@aidc-toolkit/core";
2
- import { expandParameterDescriptor, getClassDescriptors } from "../descriptor.js";
3
- import { appExtensionResources, i18nAppExtensionInit, i18nextAppExtension } from "../locale/i18n.js";
4
- /**
5
- * Abstract generator.
6
- */
7
- export class Generator {
8
- /**
9
- * Documentation base URL.
10
- */
11
- static DOCUMENTATION_BASE_URL = "https://aidc-toolkit.com/";
12
- /**
13
- * Documentation path, optionally preceded by locale.
14
- */
15
- static DOCUMENTATION_PATH = "app-extension/";
16
- /**
17
- * Locales.
18
- */
19
- _locales;
20
- /**
21
- * Default locale.
22
- */
23
- _defaultLocale;
24
- /**
25
- * Map of function localizations maps by namespace function name.
26
- */
27
- _functionLocalizationsMapsMap = new Map();
28
- /**
29
- * Map of parameter localizations maps by namespace function parameter name.
30
- */
31
- _parameterLocalizationsMapsMap = new Map();
32
- /**
33
- *
34
- */
35
- /**
36
- * Constructor.
37
- *
38
- * @param includeLocalizations
39
- * Include localizations if true.
40
- */
41
- constructor(includeLocalizations = true) {
42
- this._locales = includeLocalizations ? Object.keys(appExtensionResources) : [];
43
- this._defaultLocale = this._locales[0] ?? "";
44
- }
45
- /**
46
- * Get the locales.
47
- */
48
- get locales() {
49
- return this._locales;
50
- }
51
- /**
52
- * Get the default locale.
53
- */
54
- get defaultLocale() {
55
- return this._defaultLocale;
56
- }
57
- /**
58
- * Get function localization.
59
- *
60
- * @param namespaceFunctionName
61
- * Namespace function name.
62
- *
63
- * @param locale
64
- * Locale.
65
- *
66
- * @returns
67
- * Function localization.
68
- */
69
- getFunctionLocalization(namespaceFunctionName, locale) {
70
- const functionLocalization = this._functionLocalizationsMapsMap.get(namespaceFunctionName)?.get(locale);
71
- if (functionLocalization === undefined) {
72
- throw new Error(`Localization for function "${namespaceFunctionName}", locale "${locale}" not found`);
73
- }
74
- return functionLocalization;
75
- }
76
- /**
77
- * Get parameter localization.
78
- *
79
- * @param namespaceFunctionName
80
- * Namespace function name.
81
- *
82
- * @param parameterName
83
- * Parameter name.
84
- *
85
- * @param locale
86
- * Locale.
87
- *
88
- * @returns
89
- * Function localization.
90
- */
91
- getParameterLocalization(namespaceFunctionName, parameterName, locale) {
92
- const parameterLocalization = this._parameterLocalizationsMapsMap.get(`${namespaceFunctionName}.${parameterName}`)?.get(locale);
93
- if (parameterLocalization === undefined) {
94
- throw new Error(`Localization for function "${namespaceFunctionName}", parameter "${parameterName}", locale "${locale}" not found`);
95
- }
96
- return parameterLocalization;
97
- }
98
- /**
99
- * Generate localizations map.
100
- *
101
- * @param localizedKeyPrefix
102
- * Localized key prefix.
103
- *
104
- * @param localizationCallback
105
- * Callback to finalize localization.
106
- *
107
- * @returns
108
- * Localization map.
109
- */
110
- generateLocalizationsMap(localizedKeyPrefix, localizationCallback) {
111
- return new Map(this._locales.map((locale) => {
112
- const lngOption = {
113
- lng: locale
114
- };
115
- return [locale, localizationCallback(locale, {
116
- // eslint-disable-next-line @typescript-eslint/no-unsafe-type-assertion -- Localized key exists.
117
- name: i18nextAppExtension.t(`${localizedKeyPrefix}name`, lngOption),
118
- // eslint-disable-next-line @typescript-eslint/no-unsafe-type-assertion -- Localized key exists.
119
- description: i18nextAppExtension.t(`${localizedKeyPrefix}description`, lngOption)
120
- })];
121
- }));
122
- }
123
- /**
124
- * Generate by processing individual imports.
125
- */
126
- async generate() {
127
- let success = false;
128
- await i18nAppExtensionInit(I18nEnvironments.CLI);
129
- this.initialize();
130
- try {
131
- for (const classDescriptor of getClassDescriptors().values()) {
132
- const namespace = classDescriptor.namespace;
133
- const namespacePrefix = namespace === undefined ? "" : `${namespace}.`;
134
- const className = classDescriptor.name;
135
- const methodInfix = classDescriptor.methodInfix;
136
- // Namespace-qualified class name is used to construct object name.
137
- const namespaceClassName = `${namespacePrefix}${className}`;
138
- // First capture group is:
139
- // - one or more uppercase letters followed by zero or more numbers; or
140
- // - single uppercase letter followed by zero or more characters except uppercase letters or period.
141
- // Second capture group is:
142
- // - single uppercase letter followed by zero or more characters except period; or
143
- // - zero characters (empty string).
144
- // Third capture group, separated by optional period, is:
145
- // - single uppercase letter followed by zero or more characters (remainder of string); or
146
- // - zero characters (empty string).
147
- const classNameMatch = /^([A-Z]+[0-9]*|[A-Z][^A-Z.]*)([A-Z][^.]*|)\.?([A-Z].*|)$/.exec(namespaceClassName);
148
- if (classNameMatch === null) {
149
- throw new Error(`${namespaceClassName} is not a valid namespace-qualified class name`);
150
- }
151
- const proxyObjectDescriptor = {
152
- namespace,
153
- className,
154
- namespaceClassName,
155
- classDescriptor,
156
- objectName: `${classNameMatch[1].toLowerCase()}${classNameMatch[2]}${classNameMatch[3]}`
157
- };
158
- this.createProxyObject(proxyObjectDescriptor);
159
- for (const methodDescriptor of classDescriptor.methodDescriptors) {
160
- const methodName = methodDescriptor.name;
161
- const infixBefore = methodDescriptor.infixBefore;
162
- let functionName;
163
- if (methodInfix === undefined || methodDescriptor.ignoreInfix === true) {
164
- // No other classes in the hierarchy or no infix required.
165
- functionName = methodName;
166
- }
167
- else if (infixBefore === undefined) {
168
- // Other classes in the hierarchy and infix is postfix.
169
- functionName = `${methodName}${methodInfix}`;
170
- }
171
- else {
172
- const insertIndex = methodName.indexOf(infixBefore);
173
- if (insertIndex === -1) {
174
- throw new Error(`Cannot find "${infixBefore}" in method name ${methodName}`);
175
- }
176
- // Other classes in the hierarchy and infix is in the middle of the string.
177
- functionName = `${methodName.substring(0, insertIndex)}${methodInfix}${methodName.substring(insertIndex)}`;
178
- }
179
- const namespaceFunctionName = `${namespacePrefix}${functionName}`;
180
- const functionLocalizationsMap = this.generateLocalizationsMap(`Functions.${namespaceFunctionName}.`, (locale, localization) => ({
181
- ...localization,
182
- documentationURL: `${Generator.DOCUMENTATION_BASE_URL}${locale === this.defaultLocale ? "" : `${locale}/`}${Generator.DOCUMENTATION_PATH}${namespace === undefined ? "" : `${namespace}/`}${localization.name}.html`
183
- }));
184
- this._functionLocalizationsMapsMap.set(namespaceFunctionName, functionLocalizationsMap);
185
- this.createProxyFunction({
186
- ...proxyObjectDescriptor,
187
- functionName,
188
- namespaceFunctionName,
189
- localizationsMap: functionLocalizationsMap,
190
- proxyParameterDescriptors: methodDescriptor.parameterDescriptors.map((parameterDescriptor) => {
191
- const expandedParameterDescriptor = expandParameterDescriptor(parameterDescriptor);
192
- const parameterName = expandedParameterDescriptor.name;
193
- const parameterLocalizationsMap = this.generateLocalizationsMap(`Parameters.${parameterName}.`, (_locale, localization) => localization);
194
- this._parameterLocalizationsMapsMap.set(`${namespaceFunctionName}.${parameterName}`, parameterLocalizationsMap);
195
- return {
196
- namespace,
197
- parameterName,
198
- localizationsMap: parameterLocalizationsMap,
199
- parameterDescriptor: expandedParameterDescriptor
200
- };
201
- }),
202
- methodDescriptor
203
- });
204
- }
205
- }
206
- success = true;
207
- }
208
- finally {
209
- await this.finalize(success);
210
- }
211
- }
212
- }
213
- //# sourceMappingURL=generator.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"generator.js","sourceRoot":"","sources":["../../src/generator/generator.ts"],"names":[],"mappings":"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"}
@@ -1,3 +0,0 @@
1
- export type * from "./descriptor.js";
2
- export * from "./generator.js";
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/generator/index.ts"],"names":[],"mappings":"AAAA,mBAAmB,iBAAiB,CAAC;AACrC,cAAc,gBAAgB,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from "./generator.js";
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/generator/index.ts"],"names":[],"mappings":"AACA,cAAc,gBAAgB,CAAC"}
@@ -1,10 +0,0 @@
1
- import type { AppExtension } from "../app-extension.js";
2
- import type { ErrorExtends } from "../types.js";
3
- import { CharacterSetProxy } from "../utility/character-set-proxy.js";
4
- export declare class AI82Proxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends CharacterSetProxy<ThrowError, TError, TInvocationContext, TBigInt> {
5
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>);
6
- }
7
- export declare class AI39Proxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends CharacterSetProxy<ThrowError, TError, TInvocationContext, TBigInt> {
8
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>);
9
- }
10
- //# sourceMappingURL=character-set-proxy.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"character-set-proxy.d.ts","sourceRoot":"","sources":["../../src/gs1/character-set-proxy.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAExD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAKhD,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AAEtE,qBAUa,SAAS,CAAC,UAAU,SAAS,OAAO,EAAE,MAAM,SAAS,YAAY,CAAC,UAAU,CAAC,EAAE,kBAAkB,EAAE,OAAO,CAAE,SAAQ,iBAAiB,CAAC,UAAU,EAAE,MAAM,EAAE,kBAAkB,EAAE,OAAO,CAAC;gBACnL,YAAY,EAAE,YAAY,CAAC,UAAU,EAAE,MAAM,EAAE,kBAAkB,EAAE,OAAO,CAAC;CAG1F;AAED,qBAUa,SAAS,CAAC,UAAU,SAAS,OAAO,EAAE,MAAM,SAAS,YAAY,CAAC,UAAU,CAAC,EAAE,kBAAkB,EAAE,OAAO,CAAE,SAAQ,iBAAiB,CAAC,UAAU,EAAE,MAAM,EAAE,kBAAkB,EAAE,OAAO,CAAC;gBACnL,YAAY,EAAE,YAAY,CAAC,UAAU,EAAE,MAAM,EAAE,kBAAkB,EAAE,OAAO,CAAC;CAG1F"}
@@ -1,47 +0,0 @@
1
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
- return c > 3 && r && Object.defineProperty(target, key, r), r;
6
- };
7
- import { AI39_CREATOR, AI82_CREATOR } from "@aidc-toolkit/gs1";
8
- import { expandParameterDescriptor, ProxyClass } from "../descriptor.js";
9
- import { exclusionAllNumericParameterDescriptor, exclusionNoneParameterDescriptor } from "../utility/character-set-descriptor.js";
10
- import { CharacterSetProxy } from "../utility/character-set-proxy.js";
11
- let AI82Proxy = class AI82Proxy extends CharacterSetProxy {
12
- constructor(appExtension) {
13
- super(appExtension, AI82_CREATOR);
14
- }
15
- };
16
- AI82Proxy = __decorate([
17
- ProxyClass({
18
- namespace: "GS1",
19
- methodInfix: "AI82",
20
- replaceParameterDescriptors: [
21
- {
22
- name: expandParameterDescriptor(exclusionNoneParameterDescriptor).name,
23
- replacement: exclusionAllNumericParameterDescriptor
24
- }
25
- ]
26
- })
27
- ], AI82Proxy);
28
- export { AI82Proxy };
29
- let AI39Proxy = class AI39Proxy extends CharacterSetProxy {
30
- constructor(appExtension) {
31
- super(appExtension, AI39_CREATOR);
32
- }
33
- };
34
- AI39Proxy = __decorate([
35
- ProxyClass({
36
- namespace: "GS1",
37
- methodInfix: "AI39",
38
- replaceParameterDescriptors: [
39
- {
40
- name: expandParameterDescriptor(exclusionNoneParameterDescriptor).name,
41
- replacement: exclusionAllNumericParameterDescriptor
42
- }
43
- ]
44
- })
45
- ], AI39Proxy);
46
- export { AI39Proxy };
47
- //# sourceMappingURL=character-set-proxy.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"character-set-proxy.js","sourceRoot":"","sources":["../../src/gs1/character-set-proxy.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAE/D,OAAO,EAAE,yBAAyB,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAEzE,OAAO,EACH,sCAAsC,EACtC,gCAAgC,EACnC,MAAM,wCAAwC,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AAY/D,IAAM,SAAS,GAAf,MAAM,SAA4G,SAAQ,iBAAkE;IAC/L,YAAY,YAA2E;QACnF,KAAK,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC;IACtC,CAAC;CACJ,CAAA;AAJY,SAAS;IAVrB,UAAU,CAAC;QACR,SAAS,EAAE,KAAK;QAChB,WAAW,EAAE,MAAM;QACnB,2BAA2B,EAAE;YACzB;gBACI,IAAI,EAAE,yBAAyB,CAAC,gCAAgC,CAAC,CAAC,IAAI;gBACtE,WAAW,EAAE,sCAAsC;aACtD;SACJ;KACJ,CAAC;GACW,SAAS,CAIrB;;AAYM,IAAM,SAAS,GAAf,MAAM,SAA4G,SAAQ,iBAAkE;IAC/L,YAAY,YAA2E;QACnF,KAAK,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC;IACtC,CAAC;CACJ,CAAA;AAJY,SAAS;IAVrB,UAAU,CAAC;QACR,SAAS,EAAE,KAAK;QAChB,WAAW,EAAE,MAAM;QACnB,2BAA2B,EAAE;YACzB;gBACI,IAAI,EAAE,yBAAyB,CAAC,gCAAgC,CAAC,CAAC,IAAI;gBACtE,WAAW,EAAE,sCAAsC;aACtD;SACJ;KACJ,CAAC;GACW,SAAS,CAIrB"}
@@ -1,11 +0,0 @@
1
- import { LibProxy } from "../lib-proxy.js";
2
- import type { ErrorExtends, Matrix, MatrixResultError, ResultError } from "../types.js";
3
- export declare class CheckProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends LibProxy<ThrowError, TError, TInvocationContext, TBigInt> {
4
- checkDigit(matrixSs: Matrix<string>): MatrixResultError<string, ThrowError, TError>;
5
- hasValidCheckDigit(matrixSs: Matrix<string>): MatrixResultError<boolean, ThrowError, TError>;
6
- priceOrWeightCheckDigit(matrixSs: Matrix<string>): MatrixResultError<string, ThrowError, TError>;
7
- isValidPriceOrWeightCheckDigit(s: string, checkDigit: string): ResultError<boolean, ThrowError, TError>;
8
- checkCharacterPair(matrixSs: Matrix<string>): MatrixResultError<string, ThrowError, TError>;
9
- hasValidCheckCharacterPair(matrixSs: Matrix<string>): MatrixResultError<boolean, ThrowError, TError>;
10
- }
11
- //# sourceMappingURL=check-proxy.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"check-proxy.d.ts","sourceRoot":"","sources":["../../src/gs1/check-proxy.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AA4CxF,qBAGa,UAAU,CAAC,UAAU,SAAS,OAAO,EAAE,MAAM,SAAS,YAAY,CAAC,UAAU,CAAC,EAAE,kBAAkB,EAAE,OAAO,CAAE,SAAQ,QAAQ,CAAC,UAAU,EAAE,MAAM,EAAE,kBAAkB,EAAE,OAAO,CAAC;IAKvL,UAAU,CACuC,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,GACtE,iBAAiB,CAAC,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC;IAQhD,kBAAkB,CAC6C,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,GACpF,iBAAiB,CAAC,OAAO,EAAE,UAAU,EAAE,MAAM,CAAC;IAQjD,uBAAuB,CAC0C,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,GACtF,iBAAiB,CAAC,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC;IAQhD,8BAA8B,CAIvB,CAAC,EAAE,MAAM,EACmC,UAAU,EAAE,MAAM,GAClE,WAAW,CAAC,OAAO,EAAE,UAAU,EAAE,MAAM,CAAC;IAQ3C,kBAAkB,CAC4B,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,GACnE,iBAAiB,CAAC,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC;IAQhD,0BAA0B,CAC0C,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,GACzF,iBAAiB,CAAC,OAAO,EAAE,UAAU,EAAE,MAAM,CAAC;CAGpD"}
@@ -1,120 +0,0 @@
1
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
- return c > 3 && r && Object.defineProperty(target, key, r), r;
6
- };
7
- var __param = (this && this.__param) || function (paramIndex, decorator) {
8
- return function (target, key) { decorator(target, key, paramIndex); }
9
- };
10
- import { checkCharacterPair, checkDigit, hasValidCheckCharacterPair, hasValidCheckDigit, isValidPriceOrWeightCheckDigit, priceOrWeightCheckDigit } from "@aidc-toolkit/gs1";
11
- import { ProxyClass, ProxyMethod, ProxyParameter, Types } from "../descriptor.js";
12
- import { LibProxy } from "../lib-proxy.js";
13
- const checkSParameterDescriptor = {
14
- name: "checkS",
15
- type: Types.String,
16
- isMatrix: true,
17
- isRequired: true
18
- };
19
- const numericSParameterDescriptor = {
20
- extendsDescriptor: checkSParameterDescriptor,
21
- name: "numericS"
22
- };
23
- const numericSFourOrFiveDigitsParameterDescriptor = {
24
- extendsDescriptor: numericSParameterDescriptor,
25
- sortOrder: 0,
26
- name: "numericSFourOrFiveDigits"
27
- };
28
- const numericSWithCheckDigitParameterDescriptor = {
29
- extendsDescriptor: numericSParameterDescriptor,
30
- sortOrder: 1,
31
- name: "numericSWithCheckDigit"
32
- };
33
- const checkDigitParameterDescriptor = {
34
- extendsDescriptor: numericSParameterDescriptor,
35
- sortOrder: 2,
36
- name: "checkDigit",
37
- isMatrix: false
38
- };
39
- const ai82SParameterDescriptor = {
40
- extendsDescriptor: checkSParameterDescriptor,
41
- name: "ai82S"
42
- };
43
- // eslint-disable-next-line no-useless-assignment -- ESLint bug.
44
- const ai82SWithCheckCharacterPairParameterDescriptor = {
45
- extendsDescriptor: ai82SParameterDescriptor,
46
- name: "ai82SWithCheckCharacterPair"
47
- };
48
- let CheckProxy = class CheckProxy extends LibProxy {
49
- checkDigit(matrixSs) {
50
- return this.mapMatrix(matrixSs, s => checkDigit(s));
51
- }
52
- hasValidCheckDigit(matrixSs) {
53
- return this.mapMatrix(matrixSs, s => hasValidCheckDigit(s));
54
- }
55
- priceOrWeightCheckDigit(matrixSs) {
56
- return this.mapMatrix(matrixSs, s => priceOrWeightCheckDigit(s));
57
- }
58
- isValidPriceOrWeightCheckDigit(s, checkDigit) {
59
- return isValidPriceOrWeightCheckDigit(s, checkDigit);
60
- }
61
- checkCharacterPair(matrixSs) {
62
- return this.mapMatrix(matrixSs, s => checkCharacterPair(s));
63
- }
64
- hasValidCheckCharacterPair(matrixSs) {
65
- return this.mapMatrix(matrixSs, s => hasValidCheckCharacterPair(s));
66
- }
67
- };
68
- __decorate([
69
- ProxyMethod({
70
- type: Types.String,
71
- isMatrix: true
72
- }),
73
- __param(0, ProxyParameter(numericSParameterDescriptor))
74
- ], CheckProxy.prototype, "checkDigit", null);
75
- __decorate([
76
- ProxyMethod({
77
- type: Types.String,
78
- isMatrix: true
79
- }),
80
- __param(0, ProxyParameter(numericSWithCheckDigitParameterDescriptor))
81
- ], CheckProxy.prototype, "hasValidCheckDigit", null);
82
- __decorate([
83
- ProxyMethod({
84
- type: Types.String,
85
- isMatrix: true
86
- }),
87
- __param(0, ProxyParameter(numericSFourOrFiveDigitsParameterDescriptor))
88
- ], CheckProxy.prototype, "priceOrWeightCheckDigit", null);
89
- __decorate([
90
- ProxyMethod({
91
- type: Types.String,
92
- isMatrix: false
93
- }),
94
- __param(0, ProxyParameter({
95
- ...numericSFourOrFiveDigitsParameterDescriptor,
96
- isMatrix: false
97
- })),
98
- __param(1, ProxyParameter(checkDigitParameterDescriptor))
99
- ], CheckProxy.prototype, "isValidPriceOrWeightCheckDigit", null);
100
- __decorate([
101
- ProxyMethod({
102
- type: Types.String,
103
- isMatrix: true
104
- }),
105
- __param(0, ProxyParameter(ai82SParameterDescriptor))
106
- ], CheckProxy.prototype, "checkCharacterPair", null);
107
- __decorate([
108
- ProxyMethod({
109
- type: Types.String,
110
- isMatrix: true
111
- }),
112
- __param(0, ProxyParameter(ai82SWithCheckCharacterPairParameterDescriptor))
113
- ], CheckProxy.prototype, "hasValidCheckCharacterPair", null);
114
- CheckProxy = __decorate([
115
- ProxyClass({
116
- namespace: "GS1"
117
- })
118
- ], CheckProxy);
119
- export { CheckProxy };
120
- //# sourceMappingURL=check-proxy.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"check-proxy.js","sourceRoot":"","sources":["../../src/gs1/check-proxy.ts"],"names":[],"mappings":"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"}
@@ -1,136 +0,0 @@
1
- import { GTINCreator, type GTINLevel, GTINValidator, type IdentifierCreator, type IdentifierValidation, type IdentifierValidator, type NonGTINNumericIdentifierCreator, type NonGTINNumericIdentifierValidator, type NonNumericIdentifierCreator, type NonNumericIdentifierValidation, type NonNumericIdentifierValidator, type NumericIdentifierCreator, type NumericIdentifierValidator, PrefixManager, type PrefixType, type SerializableNumericIdentifierCreator, type SerializableNumericIdentifierValidator } from "@aidc-toolkit/gs1";
2
- import type { AppExtension } from "../app-extension.js";
3
- import { LibProxy } from "../lib-proxy.js";
4
- import { type ErrorExtends, type Matrix, type MatrixResultError, type Nullishable } from "../types.js";
5
- import { StringProxy } from "../utility/string-proxy.js";
6
- declare abstract class IdentifierValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt, TIdentifierValidation extends IdentifierValidation, TIdentifierValidator extends IdentifierValidator<TIdentifierValidation>> extends StringProxy<ThrowError, TError, TInvocationContext, TBigInt> {
7
- private readonly _validator;
8
- protected constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>, validator: TIdentifierValidator);
9
- protected get validator(): TIdentifierValidator;
10
- }
11
- declare abstract class NumericIdentifierValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt, TNumericIdentifierValidator extends NumericIdentifierValidator> extends IdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TBigInt, IdentifierValidation, TNumericIdentifierValidator> {
12
- validate(matrixIdentifiers: Matrix<string>): MatrixResultError<string, ThrowError, TError>;
13
- }
14
- declare abstract class GTINValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends NumericIdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TBigInt, GTINValidator> {
15
- }
16
- declare abstract class NonGTINNumericIdentifierValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt, TNonGTINNumericIdentifierValidator extends NonGTINNumericIdentifierValidator> extends NumericIdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TBigInt, TNonGTINNumericIdentifierValidator> {
17
- }
18
- declare abstract class SerializableNumericIdentifierValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends NonGTINNumericIdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TBigInt, SerializableNumericIdentifierValidator> {
19
- }
20
- declare abstract class NonNumericIdentifierValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends IdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TBigInt, NonNumericIdentifierValidation, NonNumericIdentifierValidator> {
21
- validate(matrixIdentifiers: Matrix<string>, exclusion: Nullishable<NonNumericIdentifierValidation["exclusion"]>): MatrixResultError<string, ThrowError, TError>;
22
- }
23
- export declare class GTIN13ValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends GTINValidatorProxy<ThrowError, TError, TInvocationContext, TBigInt> {
24
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>);
25
- }
26
- export declare class GTIN12ValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends GTINValidatorProxy<ThrowError, TError, TInvocationContext, TBigInt> {
27
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>);
28
- }
29
- export declare class GTIN8ValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends GTINValidatorProxy<ThrowError, TError, TInvocationContext, TBigInt> {
30
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>);
31
- }
32
- export declare class GTINValidatorStaticProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends LibProxy<ThrowError, TError, TInvocationContext, TBigInt> {
33
- zeroSuppressGTIN12(matrixGTIN12s: Matrix<string>): MatrixResultError<string, ThrowError, TError>;
34
- zeroExpandGTIN12(matrixZeroSuppressedGTIN12s: Matrix<string>): MatrixResultError<string, ThrowError, TError>;
35
- convertToGTIN14(indicatorDigit: string, matrixGTINs: Matrix<string>): MatrixResultError<string, ThrowError, TError>;
36
- normalizeGTIN(matrixGTINs: Matrix<string>): MatrixResultError<string, ThrowError, TError>;
37
- validateGTIN(matrixGTINs: Matrix<string>, gtinLevel: Nullishable<GTINLevel>): Matrix<string>;
38
- validateGTIN14(matrixGTIN14s: Matrix<string>): Matrix<string>;
39
- parseVariableMeasureRCN(format: string, matrixRCNs: Matrix<string>): MatrixResultError<number, ThrowError, TError>;
40
- }
41
- export declare class GLNValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends NonGTINNumericIdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TBigInt, NonGTINNumericIdentifierValidator> {
42
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>);
43
- }
44
- export declare class SSCCValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends NonGTINNumericIdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TBigInt, NonGTINNumericIdentifierValidator> {
45
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>);
46
- }
47
- export declare class GRAIValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends SerializableNumericIdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TBigInt> {
48
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>);
49
- }
50
- export declare class GIAIValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends NonNumericIdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TBigInt> {
51
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>);
52
- }
53
- export declare class GSRNValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends NonGTINNumericIdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TBigInt, NonGTINNumericIdentifierValidator> {
54
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>);
55
- }
56
- export declare class GDTIValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends SerializableNumericIdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TBigInt> {
57
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>);
58
- }
59
- export declare class GINCValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends NonNumericIdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TBigInt> {
60
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>);
61
- }
62
- export declare class GSINValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends NonGTINNumericIdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TBigInt, NonGTINNumericIdentifierValidator> {
63
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>);
64
- }
65
- export declare class GCNValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends SerializableNumericIdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TBigInt> {
66
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>);
67
- }
68
- export declare class CPIDValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends NonNumericIdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TBigInt> {
69
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>);
70
- }
71
- export declare class GMNValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends NonNumericIdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TBigInt> {
72
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>);
73
- }
74
- export declare class PrefixManagerProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends LibProxy<ThrowError, TError, TInvocationContext, TBigInt> {
75
- definePrefix(prefix: string, prefixType: Nullishable<PrefixType>, tweakFactor: Nullishable<number>): Matrix<unknown>;
76
- }
77
- declare abstract class IdentifierCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt, TIdentifierCreator extends IdentifierCreator> extends LibProxy<ThrowError, TError, TInvocationContext, TBigInt> {
78
- private static readonly PREFIX_TYPES;
79
- private readonly _getCreator;
80
- protected constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>, getCreator: (prefixManager: PrefixManager) => TIdentifierCreator);
81
- protected getCreator(prefixDefinition: Matrix<unknown>): TIdentifierCreator;
82
- }
83
- declare abstract class NumericIdentifierCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt, TNumericIdentifierCreator extends NumericIdentifierCreator> extends IdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TBigInt, TNumericIdentifierCreator> {
84
- create(prefixDefinition: Matrix<unknown>, matrixValues: Matrix<number | bigint>, sparse: Nullishable<boolean>): MatrixResultError<string, ThrowError, TError>;
85
- createSequence(prefixDefinition: Matrix<unknown>, startValue: number, count: number, sparse: Nullishable<boolean>): Matrix<string>;
86
- createAll(prefixDefinition: Matrix<unknown>): Matrix<string>;
87
- }
88
- declare abstract class NonGTINNumericIdentifierCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt, TNonGTINNumericIdentifierCreator extends NonGTINNumericIdentifierCreator> extends NumericIdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TBigInt, TNonGTINNumericIdentifierCreator> {
89
- }
90
- declare abstract class SerializableNumericIdentifierCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends NonGTINNumericIdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TBigInt, SerializableNumericIdentifierCreator> {
91
- createSerialized(prefixDefinition: Matrix<unknown>, value: number, matrixSerialComponents: Matrix<string>, sparse: Nullishable<boolean>): MatrixResultError<string, ThrowError, TError>;
92
- concatenate(baseIdentifier: string, matrixSerialComponents: Matrix<string>): MatrixResultError<string, ThrowError, TError>;
93
- }
94
- declare abstract class NonNumericIdentifierCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends IdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TBigInt, NonNumericIdentifierCreator> {
95
- create(prefixDefinition: Matrix<unknown>, matrixReferences: Matrix<string>): MatrixResultError<string, ThrowError, TError>;
96
- }
97
- export declare class GTINCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends NumericIdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TBigInt, GTINCreator> {
98
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>);
99
- createGTIN14(indicatorDigit: string, prefixDefinition: Matrix<unknown>, matrixValues: Matrix<number | bigint>, sparse: Nullishable<boolean>): MatrixResultError<string, ThrowError, TError>;
100
- createVariableMeasureRCN(format: string, itemReference: number, matrixPricesOrWeights: Matrix<number>): MatrixResultError<string, ThrowError, TError>;
101
- }
102
- export declare class GLNCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends NonGTINNumericIdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TBigInt, NonGTINNumericIdentifierCreator> {
103
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>);
104
- }
105
- export declare class SSCCCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends NonGTINNumericIdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TBigInt, NonGTINNumericIdentifierCreator> {
106
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>);
107
- }
108
- export declare class GRAICreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends SerializableNumericIdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TBigInt> {
109
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>);
110
- }
111
- export declare class GIAICreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends NonNumericIdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TBigInt> {
112
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>);
113
- }
114
- export declare class GSRNCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends NonGTINNumericIdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TBigInt, NonGTINNumericIdentifierCreator> {
115
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>);
116
- }
117
- export declare class GDTICreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends SerializableNumericIdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TBigInt> {
118
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>);
119
- }
120
- export declare class GINCCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends NonNumericIdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TBigInt> {
121
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>);
122
- }
123
- export declare class GSINCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends NonGTINNumericIdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TBigInt, NonGTINNumericIdentifierCreator> {
124
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>);
125
- }
126
- export declare class GCNCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends SerializableNumericIdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TBigInt> {
127
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>);
128
- }
129
- export declare class CPIDCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends NonNumericIdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TBigInt> {
130
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>);
131
- }
132
- export declare class GMNCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TBigInt> extends NonNumericIdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TBigInt> {
133
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TBigInt>);
134
- }
135
- export {};
136
- //# sourceMappingURL=identifier-proxy.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"identifier-proxy.d.ts","sourceRoot":"","sources":["../../src/gs1/identifier-proxy.ts"],"names":[],"mappings":"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"}