@aidc-toolkit/app-extension 1.0.46 → 1.0.47-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 (168) hide show
  1. package/dist/app-extension.d.ts +198 -0
  2. package/dist/app-extension.d.ts.map +1 -0
  3. package/dist/app-extension.js +133 -0
  4. package/dist/app-extension.js.map +1 -0
  5. package/dist/app-helper-proxy.d.ts +61 -0
  6. package/dist/app-helper-proxy.d.ts.map +1 -0
  7. package/dist/app-helper-proxy.js +333 -0
  8. package/dist/app-helper-proxy.js.map +1 -0
  9. package/dist/{descriptor-FJHoLlYK.d.cts → descriptor.d.ts} +13 -13
  10. package/dist/descriptor.d.ts.map +1 -0
  11. package/dist/descriptor.js +44 -0
  12. package/dist/descriptor.js.map +1 -0
  13. package/dist/generator/{index.d.cts → generator.d.ts} +7 -9
  14. package/dist/generator/generator.d.ts.map +1 -0
  15. package/dist/generator/generator.js +190 -0
  16. package/dist/generator/generator.js.map +1 -0
  17. package/dist/generator/index.d.ts +17 -125
  18. package/dist/generator/index.d.ts.map +1 -0
  19. package/dist/generator/index.js +2 -1
  20. package/dist/generator/index.js.map +1 -0
  21. package/dist/generator/locale-resources-generator.d.ts +2 -0
  22. package/dist/generator/locale-resources-generator.d.ts.map +1 -0
  23. package/dist/generator/locale-resources-generator.js +312 -0
  24. package/dist/generator/locale-resources-generator.js.map +1 -0
  25. package/dist/gs1/character-set-proxy.d.ts +13 -0
  26. package/dist/gs1/character-set-proxy.d.ts.map +1 -0
  27. package/dist/gs1/character-set-proxy.js +126 -0
  28. package/dist/gs1/character-set-proxy.js.map +1 -0
  29. package/dist/gs1/check-proxy.d.ts +11 -0
  30. package/dist/gs1/check-proxy.d.ts.map +1 -0
  31. package/dist/gs1/check-proxy.js +163 -0
  32. package/dist/gs1/check-proxy.js.map +1 -0
  33. package/dist/gs1/gcp-length-proxy.d.ts +11 -0
  34. package/dist/gs1/gcp-length-proxy.d.ts.map +1 -0
  35. package/dist/gs1/gcp-length-proxy.js +190 -0
  36. package/dist/gs1/gcp-length-proxy.js.map +1 -0
  37. package/dist/gs1/gtin-creator-proxy.d.ts +10 -0
  38. package/dist/gs1/gtin-creator-proxy.d.ts.map +1 -0
  39. package/dist/gs1/gtin-creator-proxy.js +85 -0
  40. package/dist/gs1/gtin-creator-proxy.js.map +1 -0
  41. package/dist/gs1/gtin-descriptor.d.ts +3 -0
  42. package/dist/gs1/gtin-descriptor.d.ts.map +1 -0
  43. package/dist/gs1/gtin-descriptor.js +8 -0
  44. package/dist/gs1/gtin-descriptor.js.map +1 -0
  45. package/dist/gs1/gtin-validator-proxy.d.ts +26 -0
  46. package/dist/gs1/gtin-validator-proxy.d.ts.map +1 -0
  47. package/dist/gs1/gtin-validator-proxy.js +256 -0
  48. package/dist/gs1/gtin-validator-proxy.js.map +1 -0
  49. package/dist/gs1/identifier-creator-proxy.d.ts +30 -0
  50. package/dist/gs1/identifier-creator-proxy.d.ts.map +1 -0
  51. package/dist/gs1/identifier-creator-proxy.js +318 -0
  52. package/dist/gs1/identifier-creator-proxy.js.map +1 -0
  53. package/dist/gs1/identifier-descriptor.d.ts +4 -0
  54. package/dist/gs1/identifier-descriptor.d.ts.map +1 -0
  55. package/dist/gs1/identifier-descriptor.js +14 -0
  56. package/dist/gs1/identifier-descriptor.js.map +1 -0
  57. package/dist/gs1/identifier-type.d.ts +22 -0
  58. package/dist/gs1/identifier-type.d.ts.map +1 -0
  59. package/dist/gs1/identifier-type.js +34 -0
  60. package/dist/gs1/identifier-type.js.map +1 -0
  61. package/dist/gs1/identifier-validator-proxy.d.ts +29 -0
  62. package/dist/gs1/identifier-validator-proxy.d.ts.map +1 -0
  63. package/dist/gs1/identifier-validator-proxy.js +212 -0
  64. package/dist/gs1/identifier-validator-proxy.js.map +1 -0
  65. package/dist/gs1/index.d.ts +11 -0
  66. package/dist/gs1/index.d.ts.map +1 -0
  67. package/dist/gs1/index.js +11 -0
  68. package/dist/gs1/index.js.map +1 -0
  69. package/dist/gs1/non-gtin-creator-proxy.d.ts +38 -0
  70. package/dist/gs1/non-gtin-creator-proxy.d.ts.map +1 -0
  71. package/dist/gs1/non-gtin-creator-proxy.js +301 -0
  72. package/dist/gs1/non-gtin-creator-proxy.js.map +1 -0
  73. package/dist/gs1/non-gtin-validator-proxy.d.ts +37 -0
  74. package/dist/gs1/non-gtin-validator-proxy.d.ts.map +1 -0
  75. package/dist/gs1/non-gtin-validator-proxy.js +302 -0
  76. package/dist/gs1/non-gtin-validator-proxy.js.map +1 -0
  77. package/dist/gs1/prefix-definition-descriptor.d.ts +4 -0
  78. package/dist/gs1/prefix-definition-descriptor.d.ts.map +1 -0
  79. package/dist/gs1/prefix-definition-descriptor.js +16 -0
  80. package/dist/gs1/prefix-definition-descriptor.js.map +1 -0
  81. package/dist/gs1/prefix-manager-proxy.d.ts +8 -0
  82. package/dist/gs1/prefix-manager-proxy.d.ts.map +1 -0
  83. package/dist/gs1/prefix-manager-proxy.js +94 -0
  84. package/dist/gs1/prefix-manager-proxy.js.map +1 -0
  85. package/dist/gs1/variable-measure-proxy.d.ts +7 -0
  86. package/dist/gs1/variable-measure-proxy.d.ts.map +1 -0
  87. package/dist/gs1/variable-measure-proxy.js +114 -0
  88. package/dist/gs1/variable-measure-proxy.js.map +1 -0
  89. package/dist/gs1/verified-by-gs1-proxy.d.ts +7 -0
  90. package/dist/gs1/verified-by-gs1-proxy.d.ts.map +1 -0
  91. package/dist/gs1/verified-by-gs1-proxy.js +106 -0
  92. package/dist/gs1/verified-by-gs1-proxy.js.map +1 -0
  93. package/dist/index.d.ts +25 -1557
  94. package/dist/index.d.ts.map +1 -0
  95. package/dist/index.js +7 -1
  96. package/dist/index.js.map +1 -0
  97. package/dist/lib-proxy.d.ts +135 -0
  98. package/dist/lib-proxy.d.ts.map +1 -0
  99. package/dist/lib-proxy.js +276 -0
  100. package/dist/lib-proxy.js.map +1 -0
  101. package/dist/locale/en/locale-resources.d.ts +752 -0
  102. package/dist/locale/en/locale-resources.d.ts.map +1 -0
  103. package/dist/locale/en/locale-resources.js +751 -0
  104. package/dist/locale/en/locale-resources.js.map +1 -0
  105. package/dist/locale/fr/locale-resources.d.ts +752 -0
  106. package/dist/locale/fr/locale-resources.d.ts.map +1 -0
  107. package/dist/locale/fr/locale-resources.js +751 -0
  108. package/dist/locale/fr/locale-resources.js.map +1 -0
  109. package/dist/locale/i18n.d.ts +27 -0
  110. package/dist/locale/i18n.d.ts.map +1 -0
  111. package/dist/locale/i18n.js +36 -0
  112. package/dist/locale/i18n.js.map +1 -0
  113. package/dist/proxy.d.ts +136 -0
  114. package/dist/proxy.d.ts.map +1 -0
  115. package/dist/proxy.js +295 -0
  116. package/dist/proxy.js.map +1 -0
  117. package/dist/streaming.d.ts +10 -0
  118. package/dist/streaming.d.ts.map +1 -0
  119. package/dist/streaming.js +2 -0
  120. package/dist/streaming.js.map +1 -0
  121. package/dist/type.d.ts +91 -0
  122. package/dist/type.d.ts.map +1 -0
  123. package/dist/type.js +2 -0
  124. package/dist/type.js.map +1 -0
  125. package/dist/utility/character-set-descriptor.d.ts +6 -0
  126. package/dist/utility/character-set-descriptor.d.ts.map +1 -0
  127. package/dist/utility/character-set-descriptor.js +28 -0
  128. package/dist/utility/character-set-descriptor.js.map +1 -0
  129. package/dist/utility/character-set-proxy.d.ts +31 -0
  130. package/dist/utility/character-set-proxy.d.ts.map +1 -0
  131. package/dist/utility/character-set-proxy.js +278 -0
  132. package/dist/utility/character-set-proxy.js.map +1 -0
  133. package/dist/utility/index.d.ts +4 -0
  134. package/dist/utility/index.d.ts.map +1 -0
  135. package/dist/utility/index.js +4 -0
  136. package/dist/utility/index.js.map +1 -0
  137. package/dist/utility/reg-exp-proxy.d.ts +8 -0
  138. package/dist/utility/reg-exp-proxy.d.ts.map +1 -0
  139. package/dist/utility/reg-exp-proxy.js +103 -0
  140. package/dist/utility/reg-exp-proxy.js.map +1 -0
  141. package/dist/utility/string-descriptor.d.ts +4 -0
  142. package/dist/utility/string-descriptor.d.ts.map +1 -0
  143. package/dist/utility/string-descriptor.js +12 -0
  144. package/dist/utility/string-descriptor.js.map +1 -0
  145. package/dist/utility/string-proxy.d.ts +7 -0
  146. package/dist/utility/string-proxy.d.ts.map +1 -0
  147. package/dist/utility/string-proxy.js +63 -0
  148. package/dist/utility/string-proxy.js.map +1 -0
  149. package/dist/utility/transformer-descriptor.d.ts +6 -0
  150. package/dist/utility/transformer-descriptor.d.ts.map +1 -0
  151. package/dist/utility/transformer-descriptor.js +24 -0
  152. package/dist/utility/transformer-descriptor.js.map +1 -0
  153. package/dist/utility/transformer-proxy.d.ts +9 -0
  154. package/dist/utility/transformer-proxy.d.ts.map +1 -0
  155. package/dist/utility/transformer-proxy.js +111 -0
  156. package/dist/utility/transformer-proxy.js.map +1 -0
  157. package/package.json +6 -5
  158. package/src/app-extension.ts +6 -0
  159. package/src/gs1/gcp-length-proxy.ts +1 -1
  160. package/src/gs1/identifier-creator-proxy.ts +21 -2
  161. package/src/index.ts +0 -1
  162. package/tsconfig-src.tsbuildinfo +1 -1
  163. package/tsup.config.ts +1 -1
  164. package/dist/chunk-FAD3UX6B.js +0 -1
  165. package/dist/descriptor-FJHoLlYK.d.ts +0 -197
  166. package/dist/generator/index.cjs +0 -17
  167. package/dist/index.cjs +0 -17
  168. package/dist/index.d.cts +0 -1557
package/dist/index.d.cts DELETED
@@ -1,1557 +0,0 @@
1
- import { I18nEnvironment, MemoryTransport, Promisable, AppDataStorage, Hyperlink, Nullishable } from '@aidc-toolkit/core';
2
- import { Resource, i18n } from 'i18next';
3
- import { Logger } from 'tslog';
4
- export { C as ClassDescriptor, E as ExtendsParameterDescriptor, e as MethodDescriptor, M as Multiplicities, d as Multiplicity, c as MultiplicityKey, P as ParameterDescriptor, R as ReplacementParameterDescriptor, b as Type, a as TypeKey, T as Types } from './descriptor-FJHoLlYK.cjs';
5
- import { StringValidation, StringValidator, CharacterSetValidator, Exclusion, CharacterSetCreator } from '@aidc-toolkit/utility';
6
- import { NumericIdentifierType, IdentifierType, IdentifierTypeValidator, GTINType, NonGTINNumericIdentifierType, NonSerializableNumericIdentifierType, SerializableNumericIdentifierType, NonNumericIdentifierType, NonNumericIdentifierValidation, GTINLevel, PrefixType, NumericIdentifierCreator, IdentifierValidation, IdentifierCreator, PrefixManager, NumericIdentifierValidation, NonGTINNumericIdentifierCreator, SerializableNumericIdentifierCreator, NonNumericIdentifierCreator, GTINCreator } from '@aidc-toolkit/gs1';
7
-
8
- declare const _default: {
9
- AppExtension: {
10
- sequenceCountMustBeLessThanOrEqualTo: string;
11
- };
12
- Proxy: {
13
- matrixMustBeArray: string;
14
- };
15
- Categories: {
16
- helper: string;
17
- transformation: string;
18
- string: string;
19
- GS1: {
20
- checkCharacter: string;
21
- identifierValidation: string;
22
- identifierCreation: string;
23
- variableMeasure: string;
24
- prefix: string;
25
- service: string;
26
- };
27
- };
28
- IdentifierCreatorProxy: {
29
- prefixDefinitionMustBeOneDimensional: string;
30
- prefixDefinitionMustHaveMaximumThreeElements: string;
31
- prefixMustBeString: string;
32
- prefixTypeMustBeNumber: string;
33
- invalidPrefixType: string;
34
- tweakFactorMustBeNumber: string;
35
- };
36
- ServiceProxy: {
37
- invalidIdentifierType: string;
38
- };
39
- Parameters: {
40
- spillArray: {
41
- name: string;
42
- description: string;
43
- };
44
- spillMaximumWidth: {
45
- name: string;
46
- description: string;
47
- };
48
- spillMaximumHeight: {
49
- name: string;
50
- description: string;
51
- };
52
- domain: {
53
- name: string;
54
- description: string;
55
- };
56
- value: {
57
- name: string;
58
- description: string;
59
- };
60
- startValue: {
61
- name: string;
62
- description: string;
63
- };
64
- count: {
65
- name: string;
66
- description: string;
67
- };
68
- transformedValue: {
69
- name: string;
70
- description: string;
71
- };
72
- tweak: {
73
- name: string;
74
- description: string;
75
- };
76
- regExp: {
77
- name: string;
78
- description: string;
79
- };
80
- validateS: {
81
- name: string;
82
- description: string;
83
- };
84
- valueForS: {
85
- name: string;
86
- description: string;
87
- };
88
- errorMessage: {
89
- name: string;
90
- description: string;
91
- };
92
- exclusionNone: {
93
- name: string;
94
- description: string;
95
- };
96
- exclusionFirstZero: {
97
- name: string;
98
- description: string;
99
- };
100
- exclusionAllNumeric: {
101
- name: string;
102
- description: string;
103
- };
104
- exclusionAny: {
105
- name: string;
106
- description: string;
107
- };
108
- length: {
109
- name: string;
110
- description: string;
111
- };
112
- numericS: {
113
- name: string;
114
- description: string;
115
- };
116
- numericSFourOrFiveDigits: {
117
- name: string;
118
- description: string;
119
- };
120
- numericSWithCheckDigit: {
121
- name: string;
122
- description: string;
123
- };
124
- checkDigit: {
125
- name: string;
126
- description: string;
127
- };
128
- ai82S: {
129
- name: string;
130
- description: string;
131
- };
132
- ai82SWithCheckCharacterPair: {
133
- name: string;
134
- description: string;
135
- };
136
- validateIdentifier: {
137
- name: string;
138
- description: string;
139
- };
140
- splitIdentifier: {
141
- name: string;
142
- description: string;
143
- };
144
- zeroSuppressibleGTIN12: {
145
- name: string;
146
- description: string;
147
- };
148
- zeroSuppressedGTIN12: {
149
- name: string;
150
- description: string;
151
- };
152
- convertGTIN: {
153
- name: string;
154
- description: string;
155
- };
156
- normalizeGTIN: {
157
- name: string;
158
- description: string;
159
- };
160
- validateGTIN: {
161
- name: string;
162
- description: string;
163
- };
164
- validateGTIN14: {
165
- name: string;
166
- description: string;
167
- };
168
- baseIdentifier: {
169
- name: string;
170
- description: string;
171
- };
172
- hyperlinkIdentifier: {
173
- name: string;
174
- description: string;
175
- };
176
- gcpLengthIdentifier: {
177
- name: string;
178
- description: string;
179
- };
180
- indicatorDigit: {
181
- name: string;
182
- description: string;
183
- };
184
- gtinLevel: {
185
- name: string;
186
- description: string;
187
- };
188
- prefix: {
189
- name: string;
190
- description: string;
191
- };
192
- prefixType: {
193
- name: string;
194
- description: string;
195
- };
196
- tweakFactor: {
197
- name: string;
198
- description: string;
199
- };
200
- prefixDefinitionAny: {
201
- name: string;
202
- description: string;
203
- };
204
- prefixDefinitionGS1UPC: {
205
- name: string;
206
- description: string;
207
- };
208
- sparse: {
209
- name: string;
210
- description: string;
211
- };
212
- serialComponent: {
213
- name: string;
214
- description: string;
215
- };
216
- reference: {
217
- name: string;
218
- description: string;
219
- };
220
- rcnFormat: {
221
- name: string;
222
- description: string;
223
- };
224
- rcn: {
225
- name: string;
226
- description: string;
227
- };
228
- rcnItemReference: {
229
- name: string;
230
- description: string;
231
- };
232
- rcnPriceOrWeight: {
233
- name: string;
234
- description: string;
235
- };
236
- identifierType: {
237
- name: string;
238
- description: string;
239
- };
240
- hyperlinkText: {
241
- name: string;
242
- description: string;
243
- };
244
- hyperlinkDetails: {
245
- name: string;
246
- description: string;
247
- };
248
- };
249
- Functions: {
250
- version: {
251
- name: string;
252
- description: string;
253
- };
254
- spill: {
255
- name: string;
256
- description: string;
257
- };
258
- forwardTransform: {
259
- name: string;
260
- description: string;
261
- };
262
- forwardTransformSequence: {
263
- name: string;
264
- description: string;
265
- };
266
- reverseTransform: {
267
- name: string;
268
- description: string;
269
- };
270
- validateRegExp: {
271
- name: string;
272
- description: string;
273
- };
274
- isValidRegExp: {
275
- name: string;
276
- description: string;
277
- };
278
- validateNumeric: {
279
- name: string;
280
- description: string;
281
- };
282
- isValidNumeric: {
283
- name: string;
284
- description: string;
285
- };
286
- createNumeric: {
287
- name: string;
288
- description: string;
289
- };
290
- createNumericSequence: {
291
- name: string;
292
- description: string;
293
- };
294
- valueForNumeric: {
295
- name: string;
296
- description: string;
297
- };
298
- validateHexadecimal: {
299
- name: string;
300
- description: string;
301
- };
302
- isValidHexadecimal: {
303
- name: string;
304
- description: string;
305
- };
306
- createHexadecimal: {
307
- name: string;
308
- description: string;
309
- };
310
- createHexadecimalSequence: {
311
- name: string;
312
- description: string;
313
- };
314
- valueForHexadecimal: {
315
- name: string;
316
- description: string;
317
- };
318
- validateAlphabetic: {
319
- name: string;
320
- description: string;
321
- };
322
- isValidAlphabetic: {
323
- name: string;
324
- description: string;
325
- };
326
- createAlphabetic: {
327
- name: string;
328
- description: string;
329
- };
330
- createAlphabeticSequence: {
331
- name: string;
332
- description: string;
333
- };
334
- valueForAlphabetic: {
335
- name: string;
336
- description: string;
337
- };
338
- validateAlphanumeric: {
339
- name: string;
340
- description: string;
341
- };
342
- isValidAlphanumeric: {
343
- name: string;
344
- description: string;
345
- };
346
- createAlphanumeric: {
347
- name: string;
348
- description: string;
349
- };
350
- createAlphanumericSequence: {
351
- name: string;
352
- description: string;
353
- };
354
- valueForAlphanumeric: {
355
- name: string;
356
- description: string;
357
- };
358
- GS1: {
359
- validateAI82: {
360
- name: string;
361
- description: string;
362
- };
363
- isValidAI82: {
364
- name: string;
365
- description: string;
366
- };
367
- createAI82: {
368
- name: string;
369
- description: string;
370
- };
371
- createAI82Sequence: {
372
- name: string;
373
- description: string;
374
- };
375
- valueForAI82: {
376
- name: string;
377
- description: string;
378
- };
379
- validateAI39: {
380
- name: string;
381
- description: string;
382
- };
383
- isValidAI39: {
384
- name: string;
385
- description: string;
386
- };
387
- createAI39: {
388
- name: string;
389
- description: string;
390
- };
391
- createAI39Sequence: {
392
- name: string;
393
- description: string;
394
- };
395
- valueForAI39: {
396
- name: string;
397
- description: string;
398
- };
399
- validateAI64: {
400
- name: string;
401
- description: string;
402
- };
403
- isValidAI64: {
404
- name: string;
405
- description: string;
406
- };
407
- checkDigit: {
408
- name: string;
409
- description: string;
410
- };
411
- hasValidCheckDigit: {
412
- name: string;
413
- description: string;
414
- };
415
- priceOrWeightCheckDigit: {
416
- name: string;
417
- description: string;
418
- };
419
- isValidPriceOrWeightCheckDigit: {
420
- name: string;
421
- description: string;
422
- };
423
- checkCharacterPair: {
424
- name: string;
425
- description: string;
426
- };
427
- hasValidCheckCharacterPair: {
428
- name: string;
429
- description: string;
430
- };
431
- validateGTIN13: {
432
- name: string;
433
- description: string;
434
- };
435
- isValidGTIN13: {
436
- name: string;
437
- description: string;
438
- };
439
- validateGTIN12: {
440
- name: string;
441
- description: string;
442
- };
443
- isValidGTIN12: {
444
- name: string;
445
- description: string;
446
- };
447
- validateGTIN8: {
448
- name: string;
449
- description: string;
450
- };
451
- isValidGTIN8: {
452
- name: string;
453
- description: string;
454
- };
455
- zeroSuppressGTIN12: {
456
- name: string;
457
- description: string;
458
- };
459
- zeroExpandGTIN12: {
460
- name: string;
461
- description: string;
462
- };
463
- convertToGTIN14: {
464
- name: string;
465
- description: string;
466
- };
467
- normalizeGTIN: {
468
- name: string;
469
- description: string;
470
- };
471
- validateGTIN: {
472
- name: string;
473
- description: string;
474
- };
475
- isValidGTIN: {
476
- name: string;
477
- description: string;
478
- };
479
- validateGTIN14: {
480
- name: string;
481
- description: string;
482
- };
483
- isValidGTIN14: {
484
- name: string;
485
- description: string;
486
- };
487
- validateGLN: {
488
- name: string;
489
- description: string;
490
- };
491
- isValidGLN: {
492
- name: string;
493
- description: string;
494
- };
495
- validateSSCC: {
496
- name: string;
497
- description: string;
498
- };
499
- isValidSSCC: {
500
- name: string;
501
- description: string;
502
- };
503
- validateGRAI: {
504
- name: string;
505
- description: string;
506
- };
507
- isValidGRAI: {
508
- name: string;
509
- description: string;
510
- };
511
- splitGRAI: {
512
- name: string;
513
- description: string;
514
- };
515
- validateGIAI: {
516
- name: string;
517
- description: string;
518
- };
519
- isValidGIAI: {
520
- name: string;
521
- description: string;
522
- };
523
- validateGSRN: {
524
- name: string;
525
- description: string;
526
- };
527
- isValidGSRN: {
528
- name: string;
529
- description: string;
530
- };
531
- validateGDTI: {
532
- name: string;
533
- description: string;
534
- };
535
- isValidGDTI: {
536
- name: string;
537
- description: string;
538
- };
539
- splitGDTI: {
540
- name: string;
541
- description: string;
542
- };
543
- validateGINC: {
544
- name: string;
545
- description: string;
546
- };
547
- isValidGINC: {
548
- name: string;
549
- description: string;
550
- };
551
- validateGSIN: {
552
- name: string;
553
- description: string;
554
- };
555
- isValidGSIN: {
556
- name: string;
557
- description: string;
558
- };
559
- validateGCN: {
560
- name: string;
561
- description: string;
562
- };
563
- isValidGCN: {
564
- name: string;
565
- description: string;
566
- };
567
- splitGCN: {
568
- name: string;
569
- description: string;
570
- };
571
- validateCPID: {
572
- name: string;
573
- description: string;
574
- };
575
- isValidCPID: {
576
- name: string;
577
- description: string;
578
- };
579
- validateGMN: {
580
- name: string;
581
- description: string;
582
- };
583
- isValidGMN: {
584
- name: string;
585
- description: string;
586
- };
587
- definePrefix: {
588
- name: string;
589
- description: string;
590
- };
591
- createGTIN: {
592
- name: string;
593
- description: string;
594
- };
595
- createGTINSequence: {
596
- name: string;
597
- description: string;
598
- };
599
- createAllGTIN: {
600
- name: string;
601
- description: string;
602
- };
603
- createGTIN14: {
604
- name: string;
605
- description: string;
606
- };
607
- createGLN: {
608
- name: string;
609
- description: string;
610
- };
611
- createGLNSequence: {
612
- name: string;
613
- description: string;
614
- };
615
- createAllGLN: {
616
- name: string;
617
- description: string;
618
- };
619
- createSSCC: {
620
- name: string;
621
- description: string;
622
- };
623
- createSSCCSequence: {
624
- name: string;
625
- description: string;
626
- };
627
- createAllSSCC: {
628
- name: string;
629
- description: string;
630
- };
631
- createGRAI: {
632
- name: string;
633
- description: string;
634
- };
635
- createGRAISequence: {
636
- name: string;
637
- description: string;
638
- };
639
- createAllGRAI: {
640
- name: string;
641
- description: string;
642
- };
643
- createSerializedGRAI: {
644
- name: string;
645
- description: string;
646
- };
647
- concatenateGRAI: {
648
- name: string;
649
- description: string;
650
- };
651
- createGIAI: {
652
- name: string;
653
- description: string;
654
- };
655
- createGSRN: {
656
- name: string;
657
- description: string;
658
- };
659
- createGSRNSequence: {
660
- name: string;
661
- description: string;
662
- };
663
- createAllGSRN: {
664
- name: string;
665
- description: string;
666
- };
667
- createGDTI: {
668
- name: string;
669
- description: string;
670
- };
671
- createGDTISequence: {
672
- name: string;
673
- description: string;
674
- };
675
- createAllGDTI: {
676
- name: string;
677
- description: string;
678
- };
679
- createSerializedGDTI: {
680
- name: string;
681
- description: string;
682
- };
683
- concatenateGDTI: {
684
- name: string;
685
- description: string;
686
- };
687
- createGINC: {
688
- name: string;
689
- description: string;
690
- };
691
- createGSIN: {
692
- name: string;
693
- description: string;
694
- };
695
- createGSINSequence: {
696
- name: string;
697
- description: string;
698
- };
699
- createAllGSIN: {
700
- name: string;
701
- description: string;
702
- };
703
- createGCN: {
704
- name: string;
705
- description: string;
706
- };
707
- createGCNSequence: {
708
- name: string;
709
- description: string;
710
- };
711
- createAllGCN: {
712
- name: string;
713
- description: string;
714
- };
715
- createSerializedGCN: {
716
- name: string;
717
- description: string;
718
- };
719
- concatenateGCN: {
720
- name: string;
721
- description: string;
722
- };
723
- createCPID: {
724
- name: string;
725
- description: string;
726
- };
727
- createGMN: {
728
- name: string;
729
- description: string;
730
- };
731
- parseVariableMeasureRCN: {
732
- name: string;
733
- description: string;
734
- };
735
- createVariableMeasureRCN: {
736
- name: string;
737
- description: string;
738
- };
739
- verifiedByGS1: {
740
- name: string;
741
- description: string;
742
- };
743
- gcpLengthOf: {
744
- name: string;
745
- description: string;
746
- };
747
- gcpLengthDateTime: {
748
- name: string;
749
- description: string;
750
- };
751
- gcpLengthDisclaimer: {
752
- name: string;
753
- description: string;
754
- };
755
- };
756
- };
757
- };
758
-
759
- declare const appExtensionNS = "aidct_app_extension";
760
- /**
761
- * Locale resources type is extracted from the English locale resources object.
762
- */
763
- type AppExtensionLocaleResources = typeof _default;
764
- /**
765
- * App extension resource bundle.
766
- */
767
- declare const appExtensionResourceBundle: Resource;
768
- declare const i18nextAppExtension: i18n;
769
- /**
770
- * Initialize internationalization.
771
- *
772
- * @param environment
773
- * Environment in which the application is running.
774
- *
775
- * @param debug
776
- * Debug setting.
777
- *
778
- * @returns
779
- * App extension resource bundle.
780
- */
781
- declare function i18nAppExtensionInit(environment: I18nEnvironment, debug?: boolean): Promise<Resource>;
782
-
783
- /**
784
- * Type that error type is expected to extend. If the application framework reports errors through the throw/catch
785
- * mechanism, the error type is expected to extend {@linkcode Error}. Otherwise, it may extend any object type.
786
- *
787
- * @template ThrowError
788
- * If true, errors are reported through the throw/catch mechanism.
789
- */
790
- type ErrorExtends<ThrowError extends boolean> = ThrowError extends true ? Error : object;
791
- /**
792
- * Sheet.
793
- */
794
- interface Sheet {
795
- /**
796
- * Sheet name.
797
- */
798
- readonly name: string;
799
- }
800
- /**
801
- * Single cell address.
802
- */
803
- interface Address {
804
- /**
805
- * Zero-indexed row.
806
- */
807
- readonly rowIndex: number;
808
- /**
809
- * Zero-indexed column.
810
- */
811
- readonly columnIndex: number;
812
- }
813
- /**
814
- * Sheet address.
815
- */
816
- interface SheetAddress extends Sheet, Address {
817
- }
818
- /**
819
- * Range of cells.
820
- */
821
- interface Range {
822
- /**
823
- * Start address, inclusive.
824
- */
825
- readonly startAddress: Address;
826
- /**
827
- * End address, exclusive.
828
- */
829
- readonly endAddress: Address;
830
- }
831
- /**
832
- * Sheet range.
833
- */
834
- interface SheetRange extends Sheet, Range {
835
- }
836
- /**
837
- * Matrix type; shorthand for defining a two-dimensional matrix (array of array) of a type.
838
- *
839
- * @template T
840
- * Type.
841
- */
842
- type Matrix<T> = T[][];
843
- /**
844
- * Function singleton return, possibly including an error return. If the application extension reports errors through
845
- * the return value, the result is the union of the return type and the error type; otherwise, it's just the return
846
- * type.
847
- *
848
- * @template TResult
849
- * Result type.
850
- *
851
- * @template ThrowError
852
- * If true, errors are reported through the throw/catch mechanism.
853
- *
854
- * @template TError
855
- * Error type.
856
- */
857
- type SingletonResult<TResult, ThrowError extends boolean, TError extends ErrorExtends<ThrowError>> = ThrowError extends false ? TResult | TError : TResult;
858
- /**
859
- * Function matrix return, possibly including an error return in each element. If the application extension reports
860
- * errors through the return value, the individual element result is the union of the return type and the error type;
861
- * otherwise, it's just the return type.
862
- *
863
- * @template TResult
864
- * Result type.
865
- *
866
- * @template ThrowError
867
- * If true, errors are reported through the throw/catch mechanism.
868
- *
869
- * @template TError
870
- * Error type.
871
- */
872
- type MatrixResult<TResult, ThrowError extends boolean, TError extends ErrorExtends<ThrowError>> = Matrix<SingletonResult<TResult, ThrowError, TError>>;
873
-
874
- /**
875
- * Streaming consumer callback, returned by application extension implementation.
876
- */
877
- type StreamingConsumerCallback<TResult, ThrowError extends boolean, TError extends ErrorExtends<ThrowError>> = (result: MatrixResult<TResult, ThrowError, TError>) => void;
878
- /**
879
- * Streaming cancelled callback, passed to application extension implementation.
880
- */
881
- type StreamingCancelledCallback = () => void;
882
-
883
- /**
884
- * Application extension.
885
- *
886
- * @template ThrowError
887
- * If true, errors are reported through the throw/catch mechanism.
888
- *
889
- * @template TError
890
- * Error type.
891
- *
892
- * @template TInvocationContext
893
- * Application-specific invocation context type.
894
- *
895
- * @template TStreamingInvocationContext
896
- * Application-specific streaming invocation context type.
897
- *
898
- * @template TBigInt
899
- * Type to which big integer is mapped.
900
- */
901
- declare abstract class AppExtension<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> {
902
- #private;
903
- /**
904
- * Application name.
905
- */
906
- static readonly APPLICATION_NAME = "AIDCToolkit";
907
- /**
908
- * Version property name.
909
- */
910
- static readonly VERSION_NAME: string;
911
- /**
912
- * Constructor.
913
- *
914
- * @param version
915
- * Application version.
916
- *
917
- * @param maximumSequenceCount
918
- * Maximum sequence count supported by application.
919
- *
920
- * @param throwError
921
- * If true, errors are reported through the throw/catch mechanism.
922
- */
923
- protected constructor(version: string, maximumSequenceCount: number, throwError: ThrowError);
924
- /**
925
- * Initialize the application extension.
926
- */
927
- initialize(): Promise<void>;
928
- /**
929
- * Get the version.
930
- *
931
- * @returns
932
- * Version.
933
- */
934
- get version(): string;
935
- /**
936
- * Determine if errors are reported through the throw/catch mechanism.
937
- */
938
- get throwError(): ThrowError;
939
- /**
940
- * Get the logger.
941
- */
942
- get logger(): Logger<object>;
943
- /**
944
- * Get the logger memory transport.
945
- */
946
- get memoryTransport(): MemoryTransport<object>;
947
- /**
948
- * Get the maximum width supported by the application.
949
- */
950
- abstract get maximumWidth(): number;
951
- /**
952
- * Get the maximum height supported by the application.
953
- */
954
- abstract get maximumHeight(): number;
955
- /**
956
- * Get the sheet address from an invocation context.
957
- *
958
- * @param invocationContext
959
- * Invocation context.
960
- *
961
- * @returns
962
- * Sheet address.
963
- */
964
- abstract getSheetAddress(invocationContext: TInvocationContext): Promisable<SheetAddress>;
965
- /**
966
- * Get a parameter range from an invocation context.
967
- *
968
- * @param invocationContext
969
- * Invocation context.
970
- *
971
- * @param parameterNumber
972
- * Parameter number.
973
- *
974
- * @returns
975
- * Sheet range or null if parameter is not a range.
976
- */
977
- abstract getParameterSheetRange(invocationContext: TInvocationContext, parameterNumber: number): Promisable<SheetRange | null>;
978
- /**
979
- * Set up streaming for a streaming function.
980
- *
981
- * @param streamingInvocationContext
982
- * Streaming invocation context.
983
- *
984
- * @param streamingCancelledCallback
985
- * Streaming cancelled callback, called when streaming is cancelled.
986
- *
987
- * @returns
988
- * Streaming consumer callback, called when stream contents updated.
989
- */
990
- abstract setUpStreaming<TResult>(streamingInvocationContext: TStreamingInvocationContext, streamingCancelledCallback: StreamingCancelledCallback): StreamingConsumerCallback<TResult, ThrowError, TError>;
991
- /**
992
- * Get a property stored within the active document.
993
- *
994
- * @param name
995
- * Property name.
996
- *
997
- * @returns
998
- * Property value or undefined if no value is stored under the given name.
999
- */
1000
- abstract getDocumentProperty(name: string): Promisable<string | undefined>;
1001
- /**
1002
- * Set a property to be stored within the active document.
1003
- *
1004
- * @param name
1005
- * Property name.
1006
- *
1007
- * @param value
1008
- * Property value.
1009
- */
1010
- abstract setDocumentProperty(name: string, value: string): Promisable<void>;
1011
- /**
1012
- * Delete a property from the active document.
1013
- *
1014
- * @param name
1015
- * Property name.
1016
- */
1017
- abstract deleteDocumentProperty(name: string): Promisable<void>;
1018
- /**
1019
- * Get application data storage for the current document.
1020
- */
1021
- abstract get documentAppDataStorage(): AppDataStorage<boolean>;
1022
- /**
1023
- * Get application data storage shared across multiple documents.
1024
- */
1025
- abstract get sharedAppDataStorage(): AppDataStorage<boolean>;
1026
- /**
1027
- * Validate a sequence count against the maximum supported by application.
1028
- *
1029
- * @param sequenceCount
1030
- * Sequence count.
1031
- */
1032
- validateSequenceCount(sequenceCount: number): void;
1033
- /**
1034
- * Map big integer to another type if necessary.
1035
- *
1036
- * @param value
1037
- * Big integer value to map.
1038
- *
1039
- * @returns
1040
- * Mapped big integer value.
1041
- */
1042
- abstract mapBigInt(value: bigint): SingletonResult<TBigInt, ThrowError, TError>;
1043
- /**
1044
- * Map hyperlink results to a form suitable for the application.
1045
- *
1046
- * @param invocationContext
1047
- * Invocation context.
1048
- *
1049
- * @param matrixHyperlinkResults
1050
- * Matrix of hyperlink results from function call.
1051
- *
1052
- * @returns
1053
- * Matrix of results in a form suitable for the application.
1054
- */
1055
- abstract mapHyperlinkResults(invocationContext: TInvocationContext, matrixHyperlinkResults: MatrixResult<Hyperlink, ThrowError, TError>): Promisable<MatrixResult<unknown, ThrowError, TError>>;
1056
- /**
1057
- * Map a range error (thrown by the library) to an application-specific error. If errors are reported through the
1058
- * throw/catch mechanism, the implementation may return the range error unmodified if that is supported.
1059
- *
1060
- * @param rangeError
1061
- */
1062
- abstract mapRangeError(rangeError: RangeError): TError;
1063
- /**
1064
- * Handle an error with a message; called when an exception occurs outside the control of the AIDC Toolkit library.
1065
- * Implementation must not return, most likely by throwing the message wrapped in an error type.
1066
- *
1067
- * @param message
1068
- * Message to include in the error.
1069
- */
1070
- abstract handleError(message: string): never;
1071
- }
1072
-
1073
- /**
1074
- * Library proxy.
1075
- *
1076
- * @template ThrowError
1077
- * If true, errors are reported through the throw/catch mechanism.
1078
- *
1079
- * @template TError
1080
- * Error type.
1081
- *
1082
- * @template TInvocationContext
1083
- * Application-specific invocation context type.
1084
- *
1085
- * @template TStreamingInvocationContext
1086
- * Application-specific streaming invocation context type.
1087
- *
1088
- * @template TBigInt
1089
- * Type to which big integer is mapped.
1090
- */
1091
- declare abstract class LibProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1092
- #private;
1093
- /**
1094
- * Constructor.
1095
- *
1096
- * @param appExtension
1097
- * Application extension.
1098
- */
1099
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1100
- /**
1101
- * Get the application extension.
1102
- */
1103
- get appExtension(): AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1104
- /**
1105
- * Map big integer to another type if necessary.
1106
- *
1107
- * @param value
1108
- * Big integer value to map.
1109
- *
1110
- * @returns
1111
- * Mapped big integer value.
1112
- */
1113
- mapBigInt(value: bigint): SingletonResult<TBigInt, ThrowError, TError>;
1114
- /**
1115
- * Call a singleton result function with error handling.
1116
- *
1117
- * @param callback
1118
- * Callback.
1119
- *
1120
- * @returns
1121
- * Callback return or error if errors are not thrown.
1122
- */
1123
- singletonResult<TResult>(callback: () => SingletonResult<TResult, ThrowError, TError>): SingletonResult<TResult, ThrowError, TError>;
1124
- /**
1125
- * Call a matrix result function with error handling.
1126
- *
1127
- * @param matrixValues
1128
- * Matrix of values.
1129
- *
1130
- * @param valueCallback
1131
- * Callback to process value.
1132
- *
1133
- * @returns
1134
- * Matrix of callback results and errors if errors are not thrown.
1135
- */
1136
- protected matrixResult<TValue, TResult>(matrixValues: Matrix<TValue>, valueCallback: (value: TValue) => SingletonResult<TResult, ThrowError, TError>): MatrixResult<TResult, ThrowError, TError>;
1137
- /**
1138
- * Map a matrix of validate string results to boolean. If the string is empty, the result is true, indicating that
1139
- * there is no error.
1140
- *
1141
- * @param matrixValidateResults
1142
- * Matrix of results from a call to a validate function.
1143
- *
1144
- * @returns
1145
- * Matrix of boolean values, true if corresponding string is empty.
1146
- */
1147
- protected isValidString(matrixValidateResults: MatrixResult<string, ThrowError, TError>): Matrix<boolean>;
1148
- /**
1149
- * Set up a mapping and call a matrix result function with error handling.
1150
- *
1151
- * @param setUpCallback
1152
- * Callback to set up the mapping.
1153
- *
1154
- * @param matrixValues
1155
- * Matrix of values.
1156
- *
1157
- * @param valueCallback
1158
- * Callback to process value.
1159
- *
1160
- * @returns
1161
- * Matrix of callback results and errors if errors are not thrown.
1162
- */
1163
- protected setUpMatrixResult<TSetup, TValue, TResult>(setUpCallback: () => TSetup, matrixValues: Matrix<TValue>, valueCallback: (setup: TSetup, value: TValue) => SingletonResult<TResult, ThrowError, TError>): MatrixResult<TResult, ThrowError, TError>;
1164
- /**
1165
- * Call an array result function with error handling and map to a matrix.
1166
- *
1167
- * @param matrixValues
1168
- * Matrix of values.
1169
- *
1170
- * @param callback
1171
- * Callback.
1172
- *
1173
- * @returns
1174
- * Matrix of callback results and errors if errors are not thrown.
1175
- */
1176
- protected arrayResult<TValue, TResult>(matrixValues: Matrix<TValue>, callback: (value: TValue) => Array<SingletonResult<TResult, ThrowError, TError>>): MatrixResult<TResult, ThrowError, TError>;
1177
- /**
1178
- * Call a matrix result function with error handling and map a non-error result to an empty string and {@linkcode
1179
- * RangeError} to the string error message.
1180
- *
1181
- * @param matrixValues
1182
- * Matrix of values.
1183
- *
1184
- * @param callback
1185
- * Callback that either returns or throws an exception.
1186
- *
1187
- * @returns
1188
- * Matrix of strings.
1189
- */
1190
- protected matrixErrorResult<TValue>(matrixValues: Matrix<TValue>, callback: (value: TValue) => void): Matrix<string>;
1191
- /**
1192
- * Call an iterable result function with error handling and map to a matrix. Although the natural approach would be
1193
- * to map to a single-element array containing an array of *N* results (i.e., [[r0, r1, r2, ..., r*N*]]), this is
1194
- * rendered visually as a single row. The more readable approach is as a single column, so the mapping is to an
1195
- * *N*-element array of single-element result arrays (i.e., [[r0], [r1], [r2], ..., [r*N*]]).
1196
- *
1197
- * @param iterableCallback
1198
- * Iterable callback.
1199
- *
1200
- * @returns
1201
- * Matrix of callback results.
1202
- */
1203
- protected iterableResult<TResult>(iterableCallback: () => Iterable<SingletonResult<TResult, ThrowError, TError>>): MatrixResult<TResult, ThrowError, TError>;
1204
- }
1205
-
1206
- /**
1207
- * Application utilities.
1208
- *
1209
- * @template ThrowError
1210
- * If true, errors are reported through the throw/catch mechanism.
1211
- *
1212
- * @template TError
1213
- * Error type.
1214
- *
1215
- * @template TInvocationContext
1216
- * Application-specific invocation context type.
1217
- *
1218
- * @template TStreamingInvocationContext
1219
- * Application-specific streaming invocation context type.
1220
- *
1221
- * @template TBigInt
1222
- * Type to which big integer is mapped.
1223
- */
1224
- declare class AppHelperProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends LibProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1225
- #private;
1226
- /**
1227
- * Get the version.
1228
- *
1229
- * @returns
1230
- * Version.
1231
- */
1232
- version(): string;
1233
- /**
1234
- * Spill a one-dimensional matrix to fit a rectangle within a given maximum height and width.
1235
- *
1236
- * @param arrayValues
1237
- * Matrix values. Matrix is length 1 or contains arrays of length 1 with the values.
1238
- *
1239
- * @param maximumHeight
1240
- * Maximum height.
1241
- *
1242
- * @param maximumWidth
1243
- * Maximum width.
1244
- *
1245
- * @param invocationContext
1246
- * Invocation context.
1247
- *
1248
- * @returns
1249
- * Matrix spilled within maximum height and maximum width.
1250
- */
1251
- spill(arrayValues: Matrix<unknown>, maximumHeight: Nullishable<number>, maximumWidth: Nullishable<number>, invocationContext: Nullishable<TInvocationContext>): Promise<MatrixResult<unknown, ThrowError, TError>>;
1252
- /**
1253
- * Get the logger messages as a stream.
1254
- *
1255
- * @param logLevelString
1256
- * Log level as string.
1257
- *
1258
- * @param streamingInvocationContext
1259
- * Streaming invocation context.
1260
- */
1261
- loggerMessages(logLevelString: Nullishable<string>, streamingInvocationContext: Nullishable<TStreamingInvocationContext>): void;
1262
- }
1263
-
1264
- declare class TransformerProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends LibProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1265
- forward(domain: number | bigint, matrixValues: Matrix<number | bigint>, tweak: Nullishable<number | bigint>): MatrixResult<TBigInt, ThrowError, TError>;
1266
- forwardSequence(domain: number | bigint, startValue: number, count: number, tweak: Nullishable<number | bigint>): MatrixResult<TBigInt, ThrowError, TError>;
1267
- reverse(domain: number | bigint, matrixTransformedValues: Matrix<number | bigint>, tweak: Nullishable<number | bigint>): MatrixResult<TBigInt, ThrowError, TError>;
1268
- }
1269
-
1270
- declare abstract class StringProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends LibProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1271
- protected validateString<TStringValidation extends StringValidation>(validator: StringValidator<TStringValidation>, matrixSs: Matrix<string>, validation?: TStringValidation): Matrix<string>;
1272
- }
1273
-
1274
- declare class RegExpProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends StringProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1275
- validate(regExp: string, matrixSs: Matrix<string>, errorMessage: Nullishable<string>): Matrix<string>;
1276
- isValid(regExp: string, matrixSs: Matrix<string>): Matrix<boolean>;
1277
- }
1278
-
1279
- declare abstract class CharacterSetValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends StringProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1280
- #private;
1281
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>, characterSetValidator: CharacterSetValidator);
1282
- validate(matrixSs: Matrix<string>, exclusion: Nullishable<Exclusion>): Matrix<string>;
1283
- isValid(matrixSs: Matrix<string>, exclusion: Nullishable<Exclusion>): Matrix<boolean>;
1284
- }
1285
- declare abstract class CharacterSetCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends CharacterSetValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1286
- #private;
1287
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>, characterSetCreator: CharacterSetCreator);
1288
- create(length: number, matrixValues: Matrix<number | bigint>, exclusion: Nullishable<Exclusion>, tweak: Nullishable<number | bigint>): MatrixResult<string, ThrowError, TError>;
1289
- createSequence(length: number, startValue: number, count: number, exclusion: Nullishable<Exclusion>, tweak: Nullishable<number | bigint>): MatrixResult<string, ThrowError, TError>;
1290
- valueFor(matrixSs: Matrix<string>, exclusion: Nullishable<Exclusion>, tweak: Nullishable<number | bigint>): MatrixResult<TBigInt, ThrowError, TError>;
1291
- }
1292
- declare class NumericProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends CharacterSetCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1293
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1294
- }
1295
- declare class HexadecimalProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends CharacterSetCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1296
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1297
- }
1298
- declare class AlphabeticProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends CharacterSetCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1299
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1300
- }
1301
- declare class AlphanumericProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends CharacterSetCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1302
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1303
- }
1304
-
1305
- declare class AI82Proxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends CharacterSetCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1306
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1307
- }
1308
- declare class AI39Proxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends CharacterSetCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1309
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1310
- }
1311
- declare class AI64Proxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends CharacterSetValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1312
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1313
- }
1314
-
1315
- declare class CheckProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends LibProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1316
- checkDigit(matrixSs: Matrix<string>): MatrixResult<string, ThrowError, TError>;
1317
- hasValidCheckDigit(matrixSs: Matrix<string>): MatrixResult<boolean, ThrowError, TError>;
1318
- priceOrWeightCheckDigit(matrixSs: Matrix<string>): MatrixResult<string, ThrowError, TError>;
1319
- isValidPriceOrWeightCheckDigit(s: string, checkDigit: string): SingletonResult<boolean, ThrowError, TError>;
1320
- checkCharacterPair(matrixSs: Matrix<string>): MatrixResult<string, ThrowError, TError>;
1321
- hasValidCheckCharacterPair(matrixSs: Matrix<string>): MatrixResult<boolean, ThrowError, TError>;
1322
- }
1323
-
1324
- declare abstract class IdentifierValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt, TIdentifierType extends IdentifierType> extends StringProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1325
- #private;
1326
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>, validator: IdentifierTypeValidator<TIdentifierType>);
1327
- protected get validator(): IdentifierTypeValidator<TIdentifierType>;
1328
- }
1329
- declare abstract class NumericIdentifierValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt, TNumericIdentifierType extends NumericIdentifierType> extends IdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt, TNumericIdentifierType> {
1330
- validate(matrixIdentifiers: Matrix<string>): Matrix<string>;
1331
- isValid(matrixIdentifiers: Matrix<string>): Matrix<boolean>;
1332
- }
1333
- declare abstract class GTINValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends NumericIdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt, GTINType> {
1334
- }
1335
- declare abstract class NonGTINNumericIdentifierValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt, TNonGTINNumericIdentifierType extends NonGTINNumericIdentifierType = NonGTINNumericIdentifierType> extends NumericIdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt, TNonGTINNumericIdentifierType> {
1336
- }
1337
- declare abstract class NonSerializableNumericIdentifierValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends NonGTINNumericIdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt, NonSerializableNumericIdentifierType> {
1338
- }
1339
- declare abstract class SerializableNumericIdentifierValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends NonGTINNumericIdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt, SerializableNumericIdentifierType> {
1340
- split(matrixIdentifiers: Matrix<string>): MatrixResult<string, ThrowError, TError>;
1341
- }
1342
- declare abstract class NonNumericIdentifierValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends IdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt, NonNumericIdentifierType> {
1343
- validate(matrixIdentifiers: Matrix<string>, exclusion: Nullishable<NonNumericIdentifierValidation["exclusion"]>): Matrix<string>;
1344
- isValid(matrixIdentifiers: Matrix<string>, exclusion: Nullishable<NonNumericIdentifierValidation["exclusion"]>): Matrix<boolean>;
1345
- }
1346
-
1347
- declare class GTIN13ValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends GTINValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1348
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1349
- }
1350
- declare class GTIN12ValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends GTINValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1351
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1352
- }
1353
- declare class GTIN8ValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends GTINValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1354
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1355
- }
1356
- declare class GTINValidatorStaticProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends LibProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1357
- zeroSuppressGTIN12(matrixGTIN12s: Matrix<string>): MatrixResult<string, ThrowError, TError>;
1358
- zeroExpandGTIN12(matrixZeroSuppressedGTIN12s: Matrix<string>): MatrixResult<string, ThrowError, TError>;
1359
- convertToGTIN14(indicatorDigit: string, matrixGTINs: Matrix<string>): MatrixResult<string, ThrowError, TError>;
1360
- normalizeGTIN(matrixGTINs: Matrix<string>): MatrixResult<string, ThrowError, TError>;
1361
- validateGTIN(matrixGTINs: Matrix<string>, gtinLevel: Nullishable<GTINLevel>): Matrix<string>;
1362
- isValidGTIN(matrixGTINs: Matrix<string>, gtinLevel: Nullishable<GTINLevel>): Matrix<boolean>;
1363
- validateGTIN14(matrixGTIN14s: Matrix<string>): Matrix<string>;
1364
- isValidGTIN14(matrixGTIN14s: Matrix<string>): Matrix<boolean>;
1365
- }
1366
-
1367
- declare class GLNValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends NonSerializableNumericIdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1368
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1369
- }
1370
- declare class SSCCValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends NonSerializableNumericIdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1371
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1372
- }
1373
- declare class GRAIValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends SerializableNumericIdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1374
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1375
- }
1376
- declare class GIAIValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends NonNumericIdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1377
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1378
- }
1379
- declare class GSRNValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends NonSerializableNumericIdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1380
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1381
- }
1382
- declare class GDTIValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends SerializableNumericIdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1383
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1384
- }
1385
- declare class GINCValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends NonNumericIdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1386
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1387
- }
1388
- declare class GSINValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends NonSerializableNumericIdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1389
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1390
- }
1391
- declare class GCNValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends SerializableNumericIdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1392
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1393
- }
1394
- declare class CPIDValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends NonNumericIdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1395
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1396
- }
1397
- declare class GMNValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends NonNumericIdentifierValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1398
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1399
- }
1400
-
1401
- declare class PrefixManagerProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends LibProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1402
- definePrefix(prefix: string, prefixType: Nullishable<PrefixType>, tweakFactor: Nullishable<number>): Matrix<unknown>;
1403
- }
1404
-
1405
- declare abstract class IdentifierCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt, TIdentifierType extends IdentifierType, TIdentifierValidation extends IdentifierValidation, TIdentifierCreator extends IdentifierCreator<TIdentifierType, TIdentifierValidation>> extends LibProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1406
- #private;
1407
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>, getCreator: (prefixManager: PrefixManager) => TIdentifierCreator);
1408
- protected getCreator(prefixDefinition: Matrix<unknown>): TIdentifierCreator;
1409
- }
1410
- declare abstract class NumericIdentifierCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt, TNumericIdentifierType extends NumericIdentifierType, TNumericIdentifierCreator extends NumericIdentifierCreator<TNumericIdentifierType>> extends IdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt, TNumericIdentifierType, NumericIdentifierValidation, TNumericIdentifierCreator> {
1411
- create(prefixDefinition: Matrix<unknown>, matrixValues: Matrix<number | bigint>, sparse: Nullishable<boolean>): MatrixResult<string, ThrowError, TError>;
1412
- createSequence(prefixDefinition: Matrix<unknown>, startValue: number, count: number, sparse: Nullishable<boolean>): MatrixResult<string, ThrowError, TError>;
1413
- createAll(prefixDefinition: Matrix<unknown>): MatrixResult<string, ThrowError, TError>;
1414
- }
1415
- declare abstract class NonGTINNumericIdentifierCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt, TNonGTINNumericIdentifierType extends NonGTINNumericIdentifierType, TNonGTINNumericIdentifierCreator extends NonGTINNumericIdentifierCreator> extends NumericIdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt, TNonGTINNumericIdentifierType, TNonGTINNumericIdentifierCreator> {
1416
- }
1417
- declare abstract class NonSerializableNumericIdentifierCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt, TNonSerializableNumericIdentifierType extends NonSerializableNumericIdentifierType, TNonGTINNumericIdentifierCreator extends NonGTINNumericIdentifierCreator> extends NonGTINNumericIdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt, TNonSerializableNumericIdentifierType, TNonGTINNumericIdentifierCreator> {
1418
- }
1419
- declare abstract class SerializableNumericIdentifierCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends NonGTINNumericIdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt, SerializableNumericIdentifierType, SerializableNumericIdentifierCreator> {
1420
- createSerialized(prefixDefinition: Matrix<unknown>, value: number, matrixSerialComponents: Matrix<string>, sparse: Nullishable<boolean>): MatrixResult<string, ThrowError, TError>;
1421
- concatenate(baseIdentifier: string, matrixSerialComponents: Matrix<string>): MatrixResult<string, ThrowError, TError>;
1422
- }
1423
- declare abstract class NonNumericIdentifierCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends IdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt, NonNumericIdentifierType, NonNumericIdentifierValidation, NonNumericIdentifierCreator> {
1424
- create(prefixDefinition: Matrix<unknown>, matrixReferences: Matrix<string>): MatrixResult<string, ThrowError, TError>;
1425
- }
1426
-
1427
- declare class GTINCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends NumericIdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt, GTINType, GTINCreator> {
1428
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1429
- createGTIN14(indicatorDigit: string, prefixDefinition: Matrix<unknown>, matrixValues: Matrix<number | bigint>, sparse: Nullishable<boolean>): MatrixResult<string, ThrowError, TError>;
1430
- }
1431
-
1432
- declare class GLNCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends NonSerializableNumericIdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt, NonSerializableNumericIdentifierType, NonGTINNumericIdentifierCreator> {
1433
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1434
- }
1435
- declare class SSCCCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends NonSerializableNumericIdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt, NonSerializableNumericIdentifierType, NonGTINNumericIdentifierCreator> {
1436
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1437
- }
1438
- declare class GRAICreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends SerializableNumericIdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1439
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1440
- }
1441
- declare class GIAICreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends NonNumericIdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1442
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1443
- }
1444
- declare class GSRNCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends NonSerializableNumericIdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt, NonSerializableNumericIdentifierType, NonGTINNumericIdentifierCreator> {
1445
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1446
- }
1447
- declare class GDTICreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends SerializableNumericIdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1448
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1449
- }
1450
- declare class GINCCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends NonNumericIdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1451
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1452
- }
1453
- declare class GSINCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends NonSerializableNumericIdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt, NonSerializableNumericIdentifierType, NonGTINNumericIdentifierCreator> {
1454
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1455
- }
1456
- declare class GCNCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends SerializableNumericIdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1457
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1458
- }
1459
- declare class CPIDCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends NonNumericIdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1460
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1461
- }
1462
- declare class GMNCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends NonNumericIdentifierCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1463
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1464
- }
1465
-
1466
- declare class VariableMeasureProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends LibProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1467
- parseVariableMeasureRCN(format: string, matrixRCNs: Matrix<string>): MatrixResult<number, ThrowError, TError>;
1468
- createVariableMeasureRCN(format: string, itemReference: number, matrixPricesOrWeights: Matrix<number>): MatrixResult<string, ThrowError, TError>;
1469
- }
1470
-
1471
- declare class VerifiedByGS1Proxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends LibProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1472
- verifiedByGS1(identifierType: string, matrixIdentifiers: Matrix<string>, text: Nullishable<string>, details: Nullishable<string>, invocationContext: Nullishable<TInvocationContext>): Promise<MatrixResult<unknown, ThrowError, TError>>;
1473
- }
1474
-
1475
- declare class GCPLengthProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> extends LibProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt> {
1476
- #private;
1477
- constructor(appExtension: AppExtension<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>);
1478
- gcpLengthOf(identifierType: string, matrixIdentifiers: Matrix<string>): Promise<MatrixResult<number, ThrowError, TError>>;
1479
- gcpLengthDateTime(): Promise<SingletonResult<string, ThrowError, TError>>;
1480
- gcpLengthDisclaimer(): Promise<SingletonResult<string, ThrowError, TError>>;
1481
- }
1482
-
1483
- type index_AI39Proxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = AI39Proxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1484
- declare const index_AI39Proxy: typeof AI39Proxy;
1485
- type index_AI64Proxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = AI64Proxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1486
- declare const index_AI64Proxy: typeof AI64Proxy;
1487
- type index_AI82Proxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = AI82Proxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1488
- declare const index_AI82Proxy: typeof AI82Proxy;
1489
- type index_CPIDCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = CPIDCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1490
- declare const index_CPIDCreatorProxy: typeof CPIDCreatorProxy;
1491
- type index_CPIDValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = CPIDValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1492
- declare const index_CPIDValidatorProxy: typeof CPIDValidatorProxy;
1493
- type index_CheckProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = CheckProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1494
- declare const index_CheckProxy: typeof CheckProxy;
1495
- type index_GCNCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = GCNCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1496
- declare const index_GCNCreatorProxy: typeof GCNCreatorProxy;
1497
- type index_GCNValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = GCNValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1498
- declare const index_GCNValidatorProxy: typeof GCNValidatorProxy;
1499
- type index_GCPLengthProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = GCPLengthProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1500
- declare const index_GCPLengthProxy: typeof GCPLengthProxy;
1501
- type index_GDTICreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = GDTICreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1502
- declare const index_GDTICreatorProxy: typeof GDTICreatorProxy;
1503
- type index_GDTIValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = GDTIValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1504
- declare const index_GDTIValidatorProxy: typeof GDTIValidatorProxy;
1505
- type index_GIAICreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = GIAICreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1506
- declare const index_GIAICreatorProxy: typeof GIAICreatorProxy;
1507
- type index_GIAIValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = GIAIValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1508
- declare const index_GIAIValidatorProxy: typeof GIAIValidatorProxy;
1509
- type index_GINCCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = GINCCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1510
- declare const index_GINCCreatorProxy: typeof GINCCreatorProxy;
1511
- type index_GINCValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = GINCValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1512
- declare const index_GINCValidatorProxy: typeof GINCValidatorProxy;
1513
- type index_GLNCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = GLNCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1514
- declare const index_GLNCreatorProxy: typeof GLNCreatorProxy;
1515
- type index_GLNValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = GLNValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1516
- declare const index_GLNValidatorProxy: typeof GLNValidatorProxy;
1517
- type index_GMNCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = GMNCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1518
- declare const index_GMNCreatorProxy: typeof GMNCreatorProxy;
1519
- type index_GMNValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = GMNValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1520
- declare const index_GMNValidatorProxy: typeof GMNValidatorProxy;
1521
- type index_GRAICreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = GRAICreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1522
- declare const index_GRAICreatorProxy: typeof GRAICreatorProxy;
1523
- type index_GRAIValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = GRAIValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1524
- declare const index_GRAIValidatorProxy: typeof GRAIValidatorProxy;
1525
- type index_GSINCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = GSINCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1526
- declare const index_GSINCreatorProxy: typeof GSINCreatorProxy;
1527
- type index_GSINValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = GSINValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1528
- declare const index_GSINValidatorProxy: typeof GSINValidatorProxy;
1529
- type index_GSRNCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = GSRNCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1530
- declare const index_GSRNCreatorProxy: typeof GSRNCreatorProxy;
1531
- type index_GSRNValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = GSRNValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1532
- declare const index_GSRNValidatorProxy: typeof GSRNValidatorProxy;
1533
- type index_GTIN12ValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = GTIN12ValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1534
- declare const index_GTIN12ValidatorProxy: typeof GTIN12ValidatorProxy;
1535
- type index_GTIN13ValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = GTIN13ValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1536
- declare const index_GTIN13ValidatorProxy: typeof GTIN13ValidatorProxy;
1537
- type index_GTIN8ValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = GTIN8ValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1538
- declare const index_GTIN8ValidatorProxy: typeof GTIN8ValidatorProxy;
1539
- type index_GTINCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = GTINCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1540
- declare const index_GTINCreatorProxy: typeof GTINCreatorProxy;
1541
- type index_GTINValidatorStaticProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = GTINValidatorStaticProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1542
- declare const index_GTINValidatorStaticProxy: typeof GTINValidatorStaticProxy;
1543
- type index_PrefixManagerProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = PrefixManagerProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1544
- declare const index_PrefixManagerProxy: typeof PrefixManagerProxy;
1545
- type index_SSCCCreatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = SSCCCreatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1546
- declare const index_SSCCCreatorProxy: typeof SSCCCreatorProxy;
1547
- type index_SSCCValidatorProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = SSCCValidatorProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1548
- declare const index_SSCCValidatorProxy: typeof SSCCValidatorProxy;
1549
- type index_VariableMeasureProxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = VariableMeasureProxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1550
- declare const index_VariableMeasureProxy: typeof VariableMeasureProxy;
1551
- type index_VerifiedByGS1Proxy<ThrowError extends boolean, TError extends ErrorExtends<ThrowError>, TInvocationContext, TStreamingInvocationContext, TBigInt> = VerifiedByGS1Proxy<ThrowError, TError, TInvocationContext, TStreamingInvocationContext, TBigInt>;
1552
- declare const index_VerifiedByGS1Proxy: typeof VerifiedByGS1Proxy;
1553
- declare namespace index {
1554
- export { index_AI39Proxy as AI39Proxy, index_AI64Proxy as AI64Proxy, index_AI82Proxy as AI82Proxy, index_CPIDCreatorProxy as CPIDCreatorProxy, index_CPIDValidatorProxy as CPIDValidatorProxy, index_CheckProxy as CheckProxy, index_GCNCreatorProxy as GCNCreatorProxy, index_GCNValidatorProxy as GCNValidatorProxy, index_GCPLengthProxy as GCPLengthProxy, index_GDTICreatorProxy as GDTICreatorProxy, index_GDTIValidatorProxy as GDTIValidatorProxy, index_GIAICreatorProxy as GIAICreatorProxy, index_GIAIValidatorProxy as GIAIValidatorProxy, index_GINCCreatorProxy as GINCCreatorProxy, index_GINCValidatorProxy as GINCValidatorProxy, index_GLNCreatorProxy as GLNCreatorProxy, index_GLNValidatorProxy as GLNValidatorProxy, index_GMNCreatorProxy as GMNCreatorProxy, index_GMNValidatorProxy as GMNValidatorProxy, index_GRAICreatorProxy as GRAICreatorProxy, index_GRAIValidatorProxy as GRAIValidatorProxy, index_GSINCreatorProxy as GSINCreatorProxy, index_GSINValidatorProxy as GSINValidatorProxy, index_GSRNCreatorProxy as GSRNCreatorProxy, index_GSRNValidatorProxy as GSRNValidatorProxy, index_GTIN12ValidatorProxy as GTIN12ValidatorProxy, index_GTIN13ValidatorProxy as GTIN13ValidatorProxy, index_GTIN8ValidatorProxy as GTIN8ValidatorProxy, index_GTINCreatorProxy as GTINCreatorProxy, index_GTINValidatorStaticProxy as GTINValidatorStaticProxy, index_PrefixManagerProxy as PrefixManagerProxy, index_SSCCCreatorProxy as SSCCCreatorProxy, index_SSCCValidatorProxy as SSCCValidatorProxy, index_VariableMeasureProxy as VariableMeasureProxy, index_VerifiedByGS1Proxy as VerifiedByGS1Proxy };
1555
- }
1556
-
1557
- export { type Address, AlphabeticProxy, AlphanumericProxy, AppExtension, type AppExtensionLocaleResources, AppHelperProxy, CharacterSetCreatorProxy, CharacterSetValidatorProxy, type ErrorExtends, index as GS1, HexadecimalProxy, LibProxy, type Matrix, type MatrixResult, NumericProxy, type Range, RegExpProxy, type Sheet, type SheetAddress, type SheetRange, type SingletonResult, type StreamingCancelledCallback, type StreamingConsumerCallback, TransformerProxy, appExtensionNS, appExtensionResourceBundle, i18nAppExtensionInit, i18nextAppExtension };