@ah-automation.nl/component-lib 0.0.120 → 0.0.122

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 (143) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/dist/index.d.ts.map +1 -1
  3. package/dist/types/dtos/account/account.d.ts +59 -0
  4. package/dist/types/dtos/account/account.d.ts.map +1 -0
  5. package/dist/types/dtos/address/account-address.d.ts +6 -0
  6. package/dist/types/dtos/address/account-address.d.ts.map +1 -0
  7. package/dist/types/dtos/admin/account-admin-number.d.ts +13 -0
  8. package/dist/types/dtos/admin/account-admin-number.d.ts.map +1 -0
  9. package/dist/types/dtos/auction/auction-event.d.ts +50 -0
  10. package/dist/types/dtos/auction/auction-event.d.ts.map +1 -0
  11. package/dist/types/dtos/auction/auction-requests.d.ts +67 -0
  12. package/dist/types/dtos/auction/auction-requests.d.ts.map +1 -0
  13. package/dist/types/dtos/auction/auction.d.ts +168 -0
  14. package/dist/types/dtos/auction/auction.d.ts.map +1 -0
  15. package/dist/types/dtos/auth/account-access.d.ts +5 -0
  16. package/dist/types/dtos/auth/account-access.d.ts.map +1 -0
  17. package/dist/types/dtos/auth/api-key.d.ts +16 -0
  18. package/dist/types/dtos/auth/api-key.d.ts.map +1 -0
  19. package/dist/types/dtos/auth/auth-account.d.ts +10 -0
  20. package/dist/types/dtos/auth/auth-account.d.ts.map +1 -0
  21. package/dist/types/dtos/company/company-base.d.ts +7 -0
  22. package/dist/types/dtos/company/company-base.d.ts.map +1 -0
  23. package/dist/types/dtos/company-tags/company-tags.d.ts +6 -0
  24. package/dist/types/dtos/company-tags/company-tags.d.ts.map +1 -0
  25. package/dist/types/dtos/contact/account-contacts.d.ts +16 -0
  26. package/dist/types/dtos/contact/account-contacts.d.ts.map +1 -0
  27. package/dist/types/dtos/delivery/delivery-order-document.d.ts +72 -0
  28. package/dist/types/dtos/delivery/delivery-order-document.d.ts.map +1 -0
  29. package/dist/types/dtos/discount/account-discounts.d.ts +14 -0
  30. package/dist/types/dtos/discount/account-discounts.d.ts.map +1 -0
  31. package/dist/types/dtos/document/document.d.ts +15 -0
  32. package/dist/types/dtos/document/document.d.ts.map +1 -0
  33. package/dist/types/dtos/dot/dot-requests.d.ts +10 -0
  34. package/dist/types/dtos/dot/dot-requests.d.ts.map +1 -0
  35. package/dist/types/dtos/dot-v2/dot-mv.d.ts +63 -0
  36. package/dist/types/dtos/dot-v2/dot-mv.d.ts.map +1 -0
  37. package/dist/types/dtos/email/account-email.d.ts +12 -0
  38. package/dist/types/dtos/email/account-email.d.ts.map +1 -0
  39. package/dist/types/dtos/email/email.d.ts +68 -0
  40. package/dist/types/dtos/email/email.d.ts.map +1 -0
  41. package/dist/types/dtos/exact/exact-administration-settings.d.ts +25 -0
  42. package/dist/types/dtos/exact/exact-administration-settings.d.ts.map +1 -0
  43. package/dist/types/dtos/exact/exact-export-run.d.ts +28 -0
  44. package/dist/types/dtos/exact/exact-export-run.d.ts.map +1 -0
  45. package/dist/types/dtos/exact/exact-journal-export.d.ts +34 -0
  46. package/dist/types/dtos/exact/exact-journal-export.d.ts.map +1 -0
  47. package/dist/types/dtos/exact/exact-journal-post.d.ts +72 -0
  48. package/dist/types/dtos/exact/exact-journal-post.d.ts.map +1 -0
  49. package/dist/types/dtos/exact/exact-query.d.ts +92 -0
  50. package/dist/types/dtos/exact/exact-query.d.ts.map +1 -0
  51. package/dist/types/dtos/exact/exact-tokens-cosmos.d.ts +17 -0
  52. package/dist/types/dtos/exact/exact-tokens-cosmos.d.ts.map +1 -0
  53. package/dist/types/dtos/exact/exact.d.ts +134 -0
  54. package/dist/types/dtos/exact/exact.d.ts.map +1 -0
  55. package/dist/types/dtos/financial/account-financials.d.ts +64 -0
  56. package/dist/types/dtos/financial/account-financials.d.ts.map +1 -0
  57. package/dist/types/dtos/financial/company-financial-discounts.d.ts +13 -0
  58. package/dist/types/dtos/financial/company-financial-discounts.d.ts.map +1 -0
  59. package/dist/types/dtos/financial/financial-currencies.d.ts +13 -0
  60. package/dist/types/dtos/financial/financial-currencies.d.ts.map +1 -0
  61. package/dist/types/dtos/financial/financial-journals.d.ts +14 -0
  62. package/dist/types/dtos/financial/financial-journals.d.ts.map +1 -0
  63. package/dist/types/dtos/financial/financial-payment-conditions.d.ts +17 -0
  64. package/dist/types/dtos/financial/financial-payment-conditions.d.ts.map +1 -0
  65. package/dist/types/dtos/financial/financial-vat-codes.d.ts +17 -0
  66. package/dist/types/dtos/financial/financial-vat-codes.d.ts.map +1 -0
  67. package/dist/types/dtos/fish/fish.d.ts +202 -0
  68. package/dist/types/dtos/fish/fish.d.ts.map +1 -0
  69. package/dist/types/dtos/index.d.ts +64 -1
  70. package/dist/types/dtos/index.d.ts.map +1 -1
  71. package/dist/types/dtos/intrastat/account-intrastats.d.ts +20 -0
  72. package/dist/types/dtos/intrastat/account-intrastats.d.ts.map +1 -0
  73. package/dist/types/dtos/invoice/invoice.d.ts +336 -0
  74. package/dist/types/dtos/invoice/invoice.d.ts.map +1 -0
  75. package/dist/types/dtos/invoice/mollie.d.ts +14 -0
  76. package/dist/types/dtos/invoice/mollie.d.ts.map +1 -0
  77. package/dist/types/dtos/logger/logbook-entry.d.ts +17 -0
  78. package/dist/types/dtos/logger/logbook-entry.d.ts.map +1 -0
  79. package/dist/types/dtos/logger/logger.d.ts +14 -0
  80. package/dist/types/dtos/logger/logger.d.ts.map +1 -0
  81. package/dist/types/dtos/logistic/account-logistic-days.d.ts +37 -0
  82. package/dist/types/dtos/logistic/account-logistic-days.d.ts.map +1 -0
  83. package/dist/types/dtos/mail/mail.d.ts +49 -0
  84. package/dist/types/dtos/mail/mail.d.ts.map +1 -0
  85. package/dist/types/dtos/manager/account-manager.d.ts +6 -0
  86. package/dist/types/dtos/manager/account-manager.d.ts.map +1 -0
  87. package/dist/types/dtos/master/common/count.d.ts +4 -0
  88. package/dist/types/dtos/master/common/count.d.ts.map +1 -0
  89. package/dist/types/dtos/master/common/dto-list-wrapper.d.ts +4 -0
  90. package/dist/types/dtos/master/common/dto-list-wrapper.d.ts.map +1 -0
  91. package/dist/types/dtos/master/company/master-company.d.ts +24 -0
  92. package/dist/types/dtos/master/company/master-company.d.ts.map +1 -0
  93. package/dist/types/dtos/master/data/master-data-full.d.ts +12 -0
  94. package/dist/types/dtos/master/data/master-data-full.d.ts.map +1 -0
  95. package/dist/types/dtos/master/data/master-data-index.d.ts +7 -0
  96. package/dist/types/dtos/master/data/master-data-index.d.ts.map +1 -0
  97. package/dist/types/dtos/master/number/master-number.d.ts +25 -0
  98. package/dist/types/dtos/master/number/master-number.d.ts.map +1 -0
  99. package/dist/types/dtos/menu/menu-cyclus.d.ts +87 -0
  100. package/dist/types/dtos/menu/menu-cyclus.d.ts.map +1 -0
  101. package/dist/types/dtos/misc/storage-location.d.ts +6 -0
  102. package/dist/types/dtos/misc/storage-location.d.ts.map +1 -0
  103. package/dist/types/dtos/misc/unifi.d.ts +75 -0
  104. package/dist/types/dtos/misc/unifi.d.ts.map +1 -0
  105. package/dist/types/dtos/modules/account-modules.d.ts +14 -0
  106. package/dist/types/dtos/modules/account-modules.d.ts.map +1 -0
  107. package/dist/types/dtos/note/account-notes.d.ts +13 -0
  108. package/dist/types/dtos/note/account-notes.d.ts.map +1 -0
  109. package/dist/types/dtos/pal/pal.d.ts +93 -0
  110. package/dist/types/dtos/pal/pal.d.ts.map +1 -0
  111. package/dist/types/dtos/phone/account-phone.d.ts +12 -0
  112. package/dist/types/dtos/phone/account-phone.d.ts.map +1 -0
  113. package/dist/types/dtos/pos/pos.d.ts +6 -0
  114. package/dist/types/dtos/pos/pos.d.ts.map +1 -0
  115. package/dist/types/dtos/product/product-requests.d.ts +21 -0
  116. package/dist/types/dtos/product/product-requests.d.ts.map +1 -0
  117. package/dist/types/dtos/product/product.d.ts +989 -0
  118. package/dist/types/dtos/product/product.d.ts.map +1 -0
  119. package/dist/types/dtos/resident/resident.d.ts +28 -0
  120. package/dist/types/dtos/resident/resident.d.ts.map +1 -0
  121. package/dist/types/dtos/rfid/rfid.d.ts +85 -0
  122. package/dist/types/dtos/rfid/rfid.d.ts.map +1 -0
  123. package/dist/types/dtos/shared/identity/login.d.ts +17 -0
  124. package/dist/types/dtos/shared/identity/login.d.ts.map +1 -0
  125. package/dist/types/dtos/shared/identity/personal.d.ts +14 -0
  126. package/dist/types/dtos/shared/identity/personal.d.ts.map +1 -0
  127. package/dist/types/dtos/shared/identity/vehicle.d.ts +8 -0
  128. package/dist/types/dtos/shared/identity/vehicle.d.ts.map +1 -0
  129. package/dist/types/dtos/shared/index.d.ts +4 -0
  130. package/dist/types/dtos/shared/index.d.ts.map +1 -1
  131. package/dist/types/dtos/shared/product/product-info.d.ts +6 -0
  132. package/dist/types/dtos/shared/product/product-info.d.ts.map +1 -0
  133. package/dist/types/dtos/social/account-social-media.d.ts +11 -0
  134. package/dist/types/dtos/social/account-social-media.d.ts.map +1 -0
  135. package/dist/types/dtos/storage/blob-file.d.ts +30 -0
  136. package/dist/types/dtos/storage/blob-file.d.ts.map +1 -0
  137. package/dist/types/dtos/ubl/ubl-data.d.ts +55 -0
  138. package/dist/types/dtos/ubl/ubl-data.d.ts.map +1 -0
  139. package/dist/types/dtos/ubl/ubl-invoice.d.ts +125 -0
  140. package/dist/types/dtos/ubl/ubl-invoice.d.ts.map +1 -0
  141. package/dist/types/index.d.ts +1 -1
  142. package/dist/types/index.d.ts.map +1 -1
  143. package/package.json +1 -1
@@ -0,0 +1,989 @@
1
+ import type { CosmosDocumentDTO, CountryDTO, DataSetDTO, EntityTypeDTO } from "../../../types";
2
+ export type GroupGeneratorDTO = {
3
+ BaseItem: ItemSimpleDTO | null;
4
+ Groups: EntityTypeDTO[] | null;
5
+ };
6
+ export type ItemSimpleDTO = {
7
+ Number: string | null;
8
+ Description: string | null;
9
+ };
10
+ export type ItemV2SmallDTO = {
11
+ id: string | null;
12
+ PartitionKey: string | null;
13
+ Entity: string | null;
14
+ CompanyNumber: string | null;
15
+ ProductIdMS: string;
16
+ Number: string | null;
17
+ Description: DescriptionDTO | null;
18
+ };
19
+ export type ItemV2FullDTO = {
20
+ ProductIdMS: string;
21
+ Number: string | null;
22
+ Description: DescriptionDTO | null;
23
+ GroupGenerator: GroupGeneratorDTO | null;
24
+ IntrastatCbs: IntrastatCbsDTO[] | null;
25
+ Brand: EntityTypeDTO | null;
26
+ CalculationType: EntityTypeDTO | null;
27
+ Status: EntityTypeDTO | null;
28
+ GroupItemFinancials: GroupItemFinancialDTO | null;
29
+ GroupsProductions: ProductGroupDTO[] | null;
30
+ GroupProductionCalculations: GroupProductionCalculationDTO[] | null;
31
+ PosSettings: PosSettingDTO[] | null;
32
+ GroupGenerators: ProductGroupDTO[] | null;
33
+ Notes: ProductNoteDTO[] | null;
34
+ Tags: EntityTypeDTO[] | null;
35
+ Categories: EntityTypeDTO[] | null;
36
+ TradeUnits: TradeUnitDTO[] | null;
37
+ Images: ImageDTO[] | null;
38
+ FinancialItemVats: FinancialItemVatDTO[] | null;
39
+ BestBeforeDates: BestBeforeDateDTO[] | null;
40
+ TatlotDefaults: TatlotDefaultDTO[] | null;
41
+ FoodSafety: FoodSafetyDTO | null;
42
+ Receipt: ReceiptDTO | null;
43
+ ItemMerges: ItemMergeDTO[] | null;
44
+ Productions: ProductionDTO[] | null;
45
+ ProductionCalculationGroups: ProductionCalculationGroupDTO[] | null;
46
+ Certificates: CertificateDTO[] | null;
47
+ QualityControls: QualityControlsDTO[] | null;
48
+ ProductSpecifications: ProductSpecificationDTO[] | null;
49
+ AlternativeItems: AlternativeItemDTO[] | null;
50
+ Alba: AlbaProductDTO | null;
51
+ Ingredients: IngredientDTO[] | null;
52
+ ItmIngrNutrs: NutritionItemDTO[] | null;
53
+ ProductTexts: ProductTextDTO[] | null;
54
+ } & CosmosDocumentDTO;
55
+ export type AlbaProductDTO = {
56
+ Contains: EntityTypeDTO[];
57
+ MayContain: EntityTypeDTO[];
58
+ Unknown: EntityTypeDTO[];
59
+ LanguageCode: string;
60
+ };
61
+ export type DescriptionDTO = {
62
+ Description1: string | null;
63
+ Description2: string | null;
64
+ Description3: string | null;
65
+ ShortDescription: string | null;
66
+ InternalDescription: string | null;
67
+ DescriptionLanguages: DescriptionLanguageDTO[] | null;
68
+ };
69
+ export type DescriptionLanguageDTO = {
70
+ Language: EntityTypeDTO;
71
+ Description: string;
72
+ Description2: string | null;
73
+ Description3: string | null;
74
+ StorageTemperature: string | null;
75
+ QuantityDescription: string | null;
76
+ ColDescription: string | null;
77
+ Specification: string | null;
78
+ };
79
+ export type IntrastatCbsDTO = {
80
+ Country: CountryDTO | null;
81
+ Code: string | null;
82
+ };
83
+ export type GroupItemFinancialDTO = {
84
+ Number: string | null;
85
+ Description: string | null;
86
+ FinancialJournals: ProductFinancialJournalDTO[] | null;
87
+ };
88
+ export type ProductFinancialJournalDTO = {
89
+ Module: EntityTypeDTO | null;
90
+ MainJournal: EntityTypeDTO | null;
91
+ Discount: EntityTypeDTO | null;
92
+ Bonus: EntityTypeDTO | null;
93
+ Costing: EntityTypeDTO | null;
94
+ Stock: EntityTypeDTO | null;
95
+ };
96
+ export type ProductGroupDTO = {
97
+ ShowStatus: number;
98
+ Code: string | null;
99
+ Description: string | null;
100
+ SequenceNumber: string | null;
101
+ GroupType: EntityTypeDTO | null;
102
+ };
103
+ export type GroupProductionCalculationDTO = {
104
+ GroupAssortiment: EntityTypeDTO | null;
105
+ Description: string | null;
106
+ SequenceNumber: string | null;
107
+ Color: string | null;
108
+ };
109
+ export type PosSettingDTO = {
110
+ GroupAssortiment: EntityTypeDTO | null;
111
+ Description: string | null;
112
+ SequenceNumber: string | null;
113
+ Color: string | null;
114
+ };
115
+ export type ProductNoteDTO = {
116
+ Code: string | null;
117
+ Description: string | null;
118
+ GroupType: EntityTypeDTO | null;
119
+ Notes: string | null;
120
+ };
121
+ export type TradeUnitDTO = {
122
+ Code: string | null;
123
+ UnitType: EntityTypeDTO | null;
124
+ Description: DescriptionDTO | null;
125
+ Content: EntityTypeDTO | null;
126
+ QuantityInDefault: number;
127
+ QuantityInStock: number;
128
+ Weight: WeightDTO | null;
129
+ DefaultLocation: string | null;
130
+ MaxTotalQuantity: number;
131
+ MaxOnRowQuantity: number;
132
+ MaxOnColQuantity: number;
133
+ Warehouses: WarehouseDTO[] | null;
134
+ Costing: CostingCalculationDTO | null;
135
+ Packing: PackingCalculationDTO | null;
136
+ Pricings: PricingDTO[] | null;
137
+ Gtins: ProductGtinDTO[] | null;
138
+ Labels: ProductLabelDTO[] | null;
139
+ AlternativeItems: AlternateItemDTO[] | null;
140
+ Tags: EntityTypeDTO[] | null;
141
+ };
142
+ export type WeightDTO = {
143
+ Gross: number;
144
+ Netto: number;
145
+ NettoFixed: number;
146
+ Tar: number;
147
+ CheckWeight: CheckWeightDTO | null;
148
+ };
149
+ export type CheckWeightDTO = {
150
+ Smallmum: number;
151
+ Maximum: number;
152
+ };
153
+ export type WarehouseDTO = {
154
+ AccountNumber: AccountNumberDTO | null;
155
+ OrderingSignals: OrderingSignalsDTO | null;
156
+ OrderingsSignalDayOfWeeks: OrderingSignalDayDTO[] | null;
157
+ };
158
+ export type AccountNumberDTO = {
159
+ Number: string | null;
160
+ Name: string | null;
161
+ Address: string | null;
162
+ PostalCode: string | null;
163
+ City: string | null;
164
+ Country: string | null;
165
+ };
166
+ export type OrderingSignalsDTO = {
167
+ Smallmum: number;
168
+ Maximum: number;
169
+ };
170
+ export type OrderingSignalDayDTO = {
171
+ DayOfWeek: string | null;
172
+ Smallmum: number;
173
+ Maximum: number;
174
+ };
175
+ export type CostingCalculationDTO = {
176
+ GeneralTotal: GeneralTotalDTO | null;
177
+ Items: CostingItemDTO[] | null;
178
+ };
179
+ export type GeneralTotalDTO = {
180
+ Quantity: number;
181
+ Weight: number;
182
+ Amount: number;
183
+ };
184
+ export type CostingItemDTO = {
185
+ Number: string | null;
186
+ Description: string | null;
187
+ CalculationType: EntityTypeDTO | null;
188
+ Remark: string | null;
189
+ Quantity: number;
190
+ Price: number;
191
+ Total: number;
192
+ };
193
+ export type PackingCalculationDTO = {
194
+ GeneralTotal: GeneralTotalDTO | null;
195
+ Items: CostingItemDTO[] | null;
196
+ };
197
+ export type PricingDTO = {
198
+ FinCurrency: EntityTypeDTO | null;
199
+ PriceGoing: number;
200
+ Price: number;
201
+ Cost: number;
202
+ CostRecepture: number;
203
+ Sales: number;
204
+ PurchaseLast: number;
205
+ PurchaseAvg: number;
206
+ Production: number;
207
+ Vvp: number;
208
+ StockAvg: number;
209
+ Calculation: number;
210
+ PosInclusive: PosPricingDTO | null;
211
+ PricingLogs: PricingLogDTO[] | null;
212
+ };
213
+ export type PosPricingDTO = {
214
+ PriceInclusive: number;
215
+ PriceGoingInclusive: number;
216
+ AmountInclusive: number;
217
+ AmountExclusive: number;
218
+ AmountFinancialVat: number;
219
+ };
220
+ export type PricingLogDTO = {
221
+ Code: string | null;
222
+ PriceGoing: number;
223
+ Price: number;
224
+ PurchaseLast: number;
225
+ PurchaseAvg: number;
226
+ Production: number;
227
+ Vvp: number;
228
+ StockAvg: number;
229
+ Calculation: number;
230
+ Date: string | null;
231
+ };
232
+ export type ProductGtinDTO = {
233
+ Ean: string | null;
234
+ GtinType: EntityTypeDTO | null;
235
+ Remark: string | null;
236
+ Quantity: number;
237
+ };
238
+ export type ProductLabelDTO = {
239
+ Module: EntityTypeDTO | null;
240
+ LabelUnit: EntityTypeDTO | null;
241
+ LabelName: EntityTypeDTO | null;
242
+ Quantity: number;
243
+ Remark: string | null;
244
+ };
245
+ export type AlternateItemDTO = {
246
+ Item: EntityTypeDTO | null;
247
+ Remark: string | null;
248
+ };
249
+ export type ImageDTO = {
250
+ Type: EntityTypeDTO | null;
251
+ Url: string | null;
252
+ Description: string | null;
253
+ };
254
+ export type FinancialItemVatDTO = {
255
+ Module: EntityTypeDTO | null;
256
+ Vatcode: FinVatCodeDTO | null;
257
+ Description: string | null;
258
+ };
259
+ export type FinVatCodeDTO = {
260
+ Vatcode: string | null;
261
+ Percentage: number;
262
+ Description: string | null;
263
+ };
264
+ export type ProductVatCodeDTO = {
265
+ Key: string | null;
266
+ Description: string | null;
267
+ Percentage: number;
268
+ };
269
+ export type BestBeforeDateDTO = {
270
+ Module: EntityTypeDTO | null;
271
+ Day: DatePartsDTO | null;
272
+ Month: DatePartsDTO | null;
273
+ Year: DatePartsDTO | null;
274
+ };
275
+ export type DatePartsDTO = {
276
+ BestBefore: number;
277
+ Expiration: number;
278
+ Production: number;
279
+ Slaughter: number;
280
+ SaleCheck: number;
281
+ };
282
+ export type TatlotDefaultDTO = {
283
+ Account: AccountDTO | null;
284
+ BirthDateDAys: number;
285
+ BirthDescription: string | null;
286
+ BirthReference: string | null;
287
+ RearerDateDAys: number;
288
+ RearerDescription: string | null;
289
+ RearerReference: string | null;
290
+ SlaughterDateDays: number;
291
+ SlaughterDescription: string | null;
292
+ SlaughterReference: string | null;
293
+ ProductionDateDAys: number;
294
+ ProductionDescription: string | null;
295
+ ProductionReference: string | null;
296
+ ProductionDateMutation: string;
297
+ };
298
+ export type AccountDTO = {
299
+ AccountNumber: string | null;
300
+ Name: string | null;
301
+ Address: string | null;
302
+ PostalCode: string | null;
303
+ City: string | null;
304
+ Country: string | null;
305
+ };
306
+ export type FoodSafetyDTO = {
307
+ NutritionalValues: NutritionalValueEntryDTO[] | null;
308
+ AllergensKnowns: NutritionalValueEntryDTO[] | null;
309
+ AllergensUnknowns: NutritionalValueEntryDTO[] | null;
310
+ LabelTexts: LabelTextDTO[] | null;
311
+ };
312
+ export type NutritionalValueEntryDTO = {
313
+ NutritionalValue: EntityTypeDTO | null;
314
+ Value: number;
315
+ Remark: string | null;
316
+ CountryOfOrigin: EntityTypeDTO | null;
317
+ };
318
+ export type LabelTextDTO = {
319
+ Version: string | null;
320
+ Language: EntityTypeDTO | null;
321
+ Type: EntityTypeDTO | null;
322
+ Notes: string | null;
323
+ Remark: string | null;
324
+ };
325
+ export type ReceiptDTO = {
326
+ Description: string | null;
327
+ Staffel: number;
328
+ Remark: string | null;
329
+ Items: unknown[] | null;
330
+ TextGroups: unknown[] | null;
331
+ };
332
+ export type ItemMergeDTO = {
333
+ Item: EntityTypeDTO | null;
334
+ Quantity: number;
335
+ Remark: string | null;
336
+ PortionWeight: number;
337
+ };
338
+ export type ProductionDTO = {
339
+ Created: string;
340
+ DotEvent: EntityTypeDTO | null;
341
+ Line: EntityTypeDTO | null;
342
+ Shift: EntityTypeDTO | null;
343
+ Calculation: string | null;
344
+ };
345
+ export type ProductionCalculationGroupDTO = {
346
+ Group: EntityTypeDTO | null;
347
+ Notes: string | null;
348
+ };
349
+ export type CertificateDTO = {
350
+ Certificate: EntityTypeDTO | null;
351
+ Notes: string | null;
352
+ DateStart: string;
353
+ DateExpiration: string;
354
+ Documents: ProductDocumentDTO[] | null;
355
+ };
356
+ export type ProductDocumentDTO = {
357
+ Url: string | null;
358
+ Description: string | null;
359
+ };
360
+ export type QualityControlsDTO = {
361
+ Temperature: number;
362
+ Ph: number;
363
+ QmsQuestions: QmsQuestionDTO[] | null;
364
+ };
365
+ export type QmsQuestionDTO = {
366
+ Question: QuestionDTO | null;
367
+ };
368
+ export type QuestionDTO = {
369
+ Number: string | null;
370
+ Description: string | null;
371
+ Answer: string | null;
372
+ Created: string;
373
+ };
374
+ export type ProductSpecificationDTO = {
375
+ TextType: EntityTypeDTO | null;
376
+ Description: string | null;
377
+ Remark: string | null;
378
+ };
379
+ export type AlternativeItemDTO = {
380
+ Number: string | null;
381
+ Description: string | null;
382
+ Quantity: number;
383
+ Remark: string | null;
384
+ };
385
+ export type CompanyDTO = {
386
+ Number: string | null;
387
+ Description: string | null;
388
+ Created: string;
389
+ Modified: string;
390
+ CreatedBy: string | null;
391
+ LastModifiedBy: string | null;
392
+ LastModifiedById: string | null;
393
+ Version: string | null;
394
+ };
395
+ export type ProductMasterDTO = {
396
+ id: string | null;
397
+ Description: string | null;
398
+ };
399
+ export type ProductSimple = {
400
+ Number: string | null;
401
+ id: string | null;
402
+ Description: string | null;
403
+ };
404
+ export type GroupSimple = {
405
+ GroupNumber: number;
406
+ Key: string | null;
407
+ Description: string | null;
408
+ ShowStatus: number;
409
+ };
410
+ export type GroupGenerator = {
411
+ BaseProduct: ProductSimple | null;
412
+ Groups: GroupSimple[] | null;
413
+ };
414
+ export type BestBeforeDateGenerator = {
415
+ Module: ProductMasterDTO | null;
416
+ Day: DatePartsDTO | null;
417
+ Month: DatePartsDTO | null;
418
+ Year: DatePartsDTO | null;
419
+ };
420
+ export type ProductDetails = {
421
+ id: string | null;
422
+ Number: string | null;
423
+ Description: DescriptionDTO | null;
424
+ CalculationType: ProductMasterDTO | null;
425
+ Brand: ProductMasterDTO | null;
426
+ GroupGenerator: GroupGenerator | null;
427
+ GroupProductions: GroupSimple[] | null;
428
+ BestBeforeDatesGenerator: BestBeforeDateGenerator[] | null;
429
+ };
430
+ export type ProductSmallPayloadDTO = {
431
+ id: string | null;
432
+ Number: string | null;
433
+ Description: ProductSmallDescriptionDTO | null;
434
+ CalculationType: MasterSimpleDTO | null;
435
+ Brand: MasterSimpleDTO | null;
436
+ GroupGenerator: GroupGeneratorSmallDTO | null;
437
+ GroupProductions: GroupSmallDTO[] | null;
438
+ BestBeforeDates: BestBeforeDateSmallDTO[] | null;
439
+ };
440
+ export type ProductSmallDescriptionDTO = {
441
+ Description1: string | null;
442
+ ShortDescription: string | null;
443
+ };
444
+ export type MasterSimpleDTO = {
445
+ id: string | null;
446
+ Description: string | null;
447
+ };
448
+ export type GroupGeneratorSmallDTO = {
449
+ BaseProduct: ProductBaseSmallDTO | null;
450
+ Groups: GroupSmallDTO[] | null;
451
+ };
452
+ export type ProductBaseSmallDTO = {
453
+ Number: string | null;
454
+ id: string | null;
455
+ Description: string | null;
456
+ };
457
+ export type GroupSmallDTO = {
458
+ GroupNumber: number;
459
+ Key: string | null;
460
+ Description: string | null;
461
+ ShowStatus: number;
462
+ };
463
+ export type BestBeforeDateSmallDTO = {
464
+ Module: MasterSimpleDTO | null;
465
+ DayBestBefore: number | null;
466
+ DayExpiration: number | null;
467
+ MonthBestBefore: number | null;
468
+ MonthExpiration: number | null;
469
+ YearBestBefore: number | null;
470
+ YearExpiration: number | null;
471
+ };
472
+ export type ItemV3FullDTO = {
473
+ id: string;
474
+ PartitionKey: string;
475
+ Entity: string;
476
+ CompanyNumber: string;
477
+ ProductIdMS: string;
478
+ Number: string;
479
+ SearchDescription: string;
480
+ Description: DescriptionV3;
481
+ IntrastatCbs: IntrastatCbsV2DTO[];
482
+ Brand: EntityTypeDTO;
483
+ CalculationType: EntityTypeDTO;
484
+ Status: EntityTypeDTO;
485
+ GroupJournalFinancial: GroupItemFinancialV2DTO;
486
+ GroupProductions: GroupSimpleV3[];
487
+ GroupGenerator: GroupGeneratorV3;
488
+ GroupProductionCalculations: GroupProductionCalculationV2DTO[] | null;
489
+ Notes: NoteV2DTO[];
490
+ Tags: EntityTypeDTO[];
491
+ Categories: EntityTypeDTO[];
492
+ Iddsi: EntityTypeDTO[];
493
+ Dietary: EntityTypeDTO[];
494
+ TradeUnits: TradeUnitV3[];
495
+ Images: ImageV2DTO[];
496
+ PosSettings: PosSettingV2DTO[];
497
+ FinancialVats: ItmFinVatV3DTO[];
498
+ BestBeforeDatesGenerator: BestBeforeDateGeneratorV3[];
499
+ TatlotDefaults: TatlotDefaultV2DTO[];
500
+ Receipt: ReceiptV2DTO;
501
+ ProductMerges: ItemMergeV2DTO[];
502
+ Certificates: CertificateV2DTO[];
503
+ QualityControls: QualityControlsV2DTO[];
504
+ ProductSpecifications: ProductSpecificationV3DTO[];
505
+ AlternativeProducts: AlternativeItemV3DTO[] | null;
506
+ Seasons: EntityTypeDTO[];
507
+ Pos: PosProductDTO;
508
+ DeliveryDays: ProductDeliveryDaysV3DTO[];
509
+ Alba: AlbaProductDTO;
510
+ Ingredients: IngredientDTO[];
511
+ ItmIngrNutrs: NutritionItemDTO[];
512
+ ProductTexts: ProductTextDTO[];
513
+ GlobalProductClassificationId: number | null;
514
+ DataSet: DataSetDTO;
515
+ };
516
+ export type NoteV2DTO = {
517
+ Key: string;
518
+ Type: EntityTypeDTO;
519
+ Title: string;
520
+ Message: string;
521
+ ShowStatus: number;
522
+ };
523
+ export type BestBeforeDateGeneratorV3 = {
524
+ Module: EntityTypeDTO;
525
+ Day: DatePartsV3 | null;
526
+ Month: DatePartsV3 | null;
527
+ Year: DatePartsV3 | null;
528
+ };
529
+ export type DatePartsV3 = {
530
+ BestBefore: number;
531
+ Expiration: number;
532
+ Production: number;
533
+ Slaughter: number;
534
+ SaleCheck: number;
535
+ };
536
+ export type PricingV3 = {
537
+ FinancialCurrency: EntityTypeDTO;
538
+ Quotation: number;
539
+ SalesMinimum: number;
540
+ PriceGoing: number;
541
+ Price: number;
542
+ Costing: number;
543
+ CostingRecepture: number;
544
+ Sales: number;
545
+ PurchaseLast: number;
546
+ PurchaseAverage: number;
547
+ Production: number;
548
+ Vvp: number;
549
+ StockAverage: number;
550
+ Calculation: number;
551
+ PosInclusive: PosPricingV3;
552
+ PricingLogs: PricingLogV3[] | null;
553
+ };
554
+ export type TradeUnitV3 = {
555
+ TradeUnitId: number;
556
+ QuantityContent: number;
557
+ UnitType: EntityTypeDTO;
558
+ Description: DescriptionV3;
559
+ Content: EntityTypeDTO;
560
+ Weight: WeightV3;
561
+ QuantityInContent: QuantityInContentDTO;
562
+ Pricing: PricingV3;
563
+ DefaultLocation: string;
564
+ MaxTotalQuantity: number;
565
+ MaxOnRowQuantity: number;
566
+ Costings: TradeUnitCostingV3[];
567
+ Packing: PackingCalculationV3[];
568
+ Gtins: GtinV3[] | null;
569
+ Labels: LabelV3[] | null;
570
+ PickingLocations: TradeUnitPickingLocationV3[];
571
+ };
572
+ export type TradeUnitPickingLocationV3 = {
573
+ NumberString: string;
574
+ Number: number;
575
+ Location: GlobalPalletLocationV3;
576
+ Notes: string;
577
+ };
578
+ export type GlobalPalletLocationV3 = {
579
+ Number: string;
580
+ Description: string;
581
+ PalletLocationType: EntityTypeDTO;
582
+ ItemNumber: string;
583
+ Group: EntityTypeDTO;
584
+ WeightMax: number;
585
+ QuantityMax: number;
586
+ Barcode: string;
587
+ StockLocation: StockLocationV3;
588
+ ShowStatus: number;
589
+ };
590
+ export type StockLocationV3 = {
591
+ StockLocation: EntityTypeDTO;
592
+ StockLocationDescription: EntityTypeDTO;
593
+ };
594
+ export type LabelV3 = {
595
+ Key: string;
596
+ LabelCode: EntityTypeDTO;
597
+ Module: EntityTypeDTO;
598
+ ReportType: EntityTypeDTO;
599
+ Quantity: number;
600
+ Remark: string;
601
+ ShowStatus: number;
602
+ Created: string;
603
+ };
604
+ export type TradeUnitCostingV3 = {
605
+ Product: TradeUnitCostingProductV3;
606
+ CostingType: EntityTypeDTO;
607
+ CostingGroup: EntityTypeDTO;
608
+ Pricing: CostingPricingV3;
609
+ Quantity: CostingQuantityV3;
610
+ Created: string;
611
+ ShowStatus: number;
612
+ Notes: string;
613
+ Description: string;
614
+ };
615
+ export type TradeUnitCostingProductV3 = {
616
+ Number: string;
617
+ Description: DescriptionV3;
618
+ CalculationType: EntityTypeDTO;
619
+ };
620
+ export type DescriptionV3 = {
621
+ Description1: string;
622
+ Description2: string | null;
623
+ Description3: string | null;
624
+ ShortDescription: string | null;
625
+ InternalDescription: string | null;
626
+ DescriptionLanguages: DescriptionLanguageV3[] | null;
627
+ };
628
+ export type WeightV3 = {
629
+ Gross: number;
630
+ Packing: number;
631
+ PackingExtra: number;
632
+ PackingTotal: number;
633
+ Netto: number;
634
+ NettoFixed: number;
635
+ NettoOriginal: number;
636
+ QuantityInContent: number;
637
+ };
638
+ export type ProductDeliveryDaysV3DTO = {
639
+ HolidayType: EntityTypeDTO;
640
+ Product: ProductSimpleV3;
641
+ Module: EntityTypeDTO;
642
+ Notes: string;
643
+ Monday: ProductDaysDTO;
644
+ Tuesday: ProductDaysDTO;
645
+ Wednesday: ProductDaysDTO;
646
+ Thursday: ProductDaysDTO;
647
+ Friday: ProductDaysDTO;
648
+ Saturday: ProductDaysDTO;
649
+ Sunday: ProductDaysDTO;
650
+ };
651
+ export type ProductDaysDTO = {
652
+ ProductionBefore: string;
653
+ DaysAfter: number;
654
+ DaysBefore: number;
655
+ Notes: string;
656
+ };
657
+ export type ProductTextDTO = {
658
+ LanguageCode: string;
659
+ Version: string;
660
+ Type: string;
661
+ Text: string;
662
+ };
663
+ export type NutritionItemDTO = {
664
+ Name: string;
665
+ Value: number | null;
666
+ NutrionGroup: EntityTypeDTO;
667
+ ShowStatus: number;
668
+ };
669
+ export type IngredientDTO = {
670
+ Type: string;
671
+ Code: string;
672
+ Group: string;
673
+ Description: string;
674
+ Percentage: number | null;
675
+ PercentageMin: number | null;
676
+ PercentageMax: number | null;
677
+ Show: boolean;
678
+ ShowLabel: boolean;
679
+ ShowPercentage: boolean;
680
+ ShowInGroup: boolean;
681
+ IsVegan: boolean;
682
+ IsVegetarian: boolean;
683
+ HasSubIngredients: boolean;
684
+ FromPalmOil: boolean;
685
+ };
686
+ export type PosProductDTO = Record<string, never>;
687
+ export type IntrastatCbsV2DTO = {
688
+ Code: string;
689
+ Country: EntityTypeDTO;
690
+ };
691
+ export type GroupItemFinancialV2DTO = {
692
+ Number: string;
693
+ Description: string;
694
+ FinancialJournals: FinancialJournalV2DTO[];
695
+ };
696
+ export type FinancialJournalV2DTO = {
697
+ Module: EntityTypeDTO;
698
+ MainJournal: EntityTypeDTO;
699
+ Discount: EntityTypeDTO;
700
+ Bonus: EntityTypeDTO;
701
+ Costing: EntityTypeDTO;
702
+ Stock: EntityTypeDTO;
703
+ };
704
+ export type GroupProductionCalculationV2DTO = {
705
+ GroupAssortment: EntityTypeDTO;
706
+ Description: string;
707
+ SequenceNumber: string | null;
708
+ Color: string | null;
709
+ };
710
+ export type PosSettingV2DTO = {
711
+ GroupAssortiment: EntityTypeDTO;
712
+ Description: string;
713
+ SequenceNumber: string | null;
714
+ Color: string | null;
715
+ };
716
+ export type QuantityInContentDTO = {
717
+ Quantity: number;
718
+ AverageQuantity: number;
719
+ Description: string;
720
+ Notes: string;
721
+ };
722
+ export type CheckWeightV2DTO = {
723
+ Minimum: number;
724
+ Maximum: number;
725
+ };
726
+ export type WarehouseV2DTO = {
727
+ AccountNumber: AccountNumberV2DTO;
728
+ OrderingSignals: OrderingSignalsV2DTO;
729
+ OrderingsSignalDayOfWeeks: OrderingSignalDayV2DTO[];
730
+ };
731
+ export type AccountNumberV2DTO = {
732
+ Number: string;
733
+ Name: string;
734
+ Address: string;
735
+ Postalcode: string;
736
+ City: string;
737
+ Country: string;
738
+ };
739
+ export type OrderingSignalsV2DTO = {
740
+ Minimum: number;
741
+ Maximum: number;
742
+ };
743
+ export type OrderingSignalDayV2DTO = {
744
+ DayOfWeek: string;
745
+ Minimum: number;
746
+ Maximum: number;
747
+ };
748
+ export type CostingQuantityV3 = {
749
+ Gross: number;
750
+ Tolerance: number;
751
+ Concentration: number;
752
+ };
753
+ export type CostingPricingV3 = {
754
+ SumGeneralTotal: number;
755
+ Manual: number;
756
+ Vvp: number;
757
+ Cost: number;
758
+ PurchaseAverage: number;
759
+ PurchaseLast: number;
760
+ PurchasePrecentage: number;
761
+ PurchaseMatrix: number;
762
+ };
763
+ export type CostingItemV2DTO = {
764
+ Number: string;
765
+ Description: string;
766
+ CalculationType: EntityTypeDTO;
767
+ Remark: string;
768
+ Quantity: number;
769
+ Price: number;
770
+ Total: number;
771
+ };
772
+ export type PackingCalculationV3 = {
773
+ GeneralTotal: TradeUnitCostingProductV3;
774
+ Items: CostingItemV2DTO[];
775
+ };
776
+ export type PosPricingV3 = {
777
+ PriceInclusive: number;
778
+ PriceGoingInclusive: number;
779
+ AmountInclusive: number;
780
+ AmountExclusive: number;
781
+ AmountFinancialVat: number;
782
+ };
783
+ export type PricingLogV3 = {
784
+ Quotation: number;
785
+ SalesMinimum: number;
786
+ PriceGoing: number;
787
+ Price: number;
788
+ Costing: number;
789
+ CostingRecepture: number;
790
+ Sales: number;
791
+ PurchaseLast: number;
792
+ PurchaseAverage: number;
793
+ Production: number;
794
+ Vvp: number;
795
+ StockAverage: number;
796
+ Calculation: number;
797
+ PosInclusive: PosPricingV3;
798
+ Date: string;
799
+ };
800
+ export type GtinV3 = {
801
+ Ean: string;
802
+ GtinType: EntityTypeDTO;
803
+ Remark: string;
804
+ Quantity: number;
805
+ };
806
+ export type AlternativeItemV3DTO = {
807
+ Product: AlternativeProductSimpleDTO;
808
+ Factor: FactorDTO;
809
+ Created: string | null;
810
+ ShowStatus: number;
811
+ Notes: string;
812
+ Description: string;
813
+ };
814
+ export type FactorDTO = {
815
+ Quantity: number;
816
+ };
817
+ export type AlternativeProductSimpleDTO = {
818
+ Number: string;
819
+ Description: DescriptionV3;
820
+ };
821
+ export type ImageV2DTO = {
822
+ Type: EntityTypeDTO;
823
+ Url: string;
824
+ Description: string;
825
+ };
826
+ export type FinancialItemVatV2DTO = {
827
+ Module: EntityTypeDTO;
828
+ Vatcode: FinVatCodeV2DTO;
829
+ Description: string;
830
+ };
831
+ export type FinVatCodeV2DTO = {
832
+ Vatcode: string;
833
+ Percentage: number;
834
+ Description: string;
835
+ };
836
+ export type DatePartsV2DTO = {
837
+ BestBefore: number;
838
+ Expiration: number;
839
+ Production: number;
840
+ Slaughter: number;
841
+ SaleCheck: number;
842
+ };
843
+ export type TatlotDefaultV2DTO = {
844
+ Account: AccountDTO;
845
+ BirthDateDAys: number;
846
+ BirthDescription: string;
847
+ BirthReference: string;
848
+ RearerDateDAys: number;
849
+ RearerDescription: string;
850
+ RearerReference: string;
851
+ SlaughterDateDays: number;
852
+ SlaughterDescription: string;
853
+ SlaughterReference: string;
854
+ ProductionDateDAys: number;
855
+ ProductionDescription: string;
856
+ ProductionReference: string;
857
+ ProductionDateMutation: string;
858
+ };
859
+ export type FoodSafetyV2DTO = {
860
+ NutritionalValues: NutritionalValueEntryV2DTO[];
861
+ AllergensKnowns: NutritionalValueEntryV2DTO[];
862
+ AllergensUnknowns: NutritionalValueEntryV2DTO[];
863
+ LabelTexts: LabelTextV2DTO[];
864
+ };
865
+ export type NutritionalValueEntryV2DTO = {
866
+ NutritionalValue: EntityTypeDTO;
867
+ Value: number;
868
+ Remark: string;
869
+ CountryOfOrigin: EntityTypeDTO;
870
+ };
871
+ export type LabelTextV2DTO = {
872
+ Version: string;
873
+ Language: EntityTypeDTO;
874
+ Type: EntityTypeDTO;
875
+ Notes: string;
876
+ Remark: string;
877
+ };
878
+ export type ReceiptV2DTO = {
879
+ Description: string;
880
+ Staffel: number;
881
+ Remark: string;
882
+ Items: unknown[];
883
+ TextGroups: unknown[];
884
+ };
885
+ export type ItemMergeV2DTO = {
886
+ Item: EntityTypeDTO;
887
+ Quantity: number;
888
+ Remark: string;
889
+ PortionWeight: number;
890
+ };
891
+ export type CertificateV2DTO = {
892
+ Certificate: EntityTypeDTO;
893
+ Notes: string;
894
+ DateStart: string;
895
+ DateExpiration: string;
896
+ Documents: DocumentV2DTO[];
897
+ };
898
+ export type DocumentV2DTO = {
899
+ Url: string;
900
+ Description: string;
901
+ };
902
+ export type QualityControlsV2DTO = {
903
+ Temperature: number;
904
+ Ph: number;
905
+ QmsQuestions: QmsQuestionV2DTO[];
906
+ };
907
+ export type QmsQuestionV2DTO = {
908
+ Question: QuestionV2DTO;
909
+ };
910
+ export type QuestionV2DTO = {
911
+ Number: string;
912
+ Description: string;
913
+ Answer: string;
914
+ Created: string;
915
+ };
916
+ export type ProductSpecificationV3DTO = {
917
+ TextType: EntityTypeDTO;
918
+ Description: string;
919
+ Remark: string;
920
+ };
921
+ export type DescriptionLanguageV3 = {
922
+ Language: EntityTypeDTO;
923
+ Description: string;
924
+ Description2: string | null;
925
+ Description3: string | null;
926
+ StorageTemperature: string | null;
927
+ QuantityDescription: string | null;
928
+ ColDescription: string | null;
929
+ Specification: string | null;
930
+ };
931
+ export type GroupGeneratorV3 = {
932
+ BaseProduct: ProductSimpleV3;
933
+ Groups: GroupSimpleV3[];
934
+ };
935
+ export type ProductSimpleV3 = {
936
+ Number: string;
937
+ id: string;
938
+ Description: string;
939
+ };
940
+ export type GroupSimpleV3 = {
941
+ GroupNumber: number;
942
+ Key: string;
943
+ Description: string;
944
+ ShowStatus: number;
945
+ };
946
+ export type ItmFinVatV3DTO = {
947
+ ProductNumber: string;
948
+ Module: EntityTypeDTO;
949
+ Country: CountryV3DTO;
950
+ FinancialVat: FinVatV3DTO;
951
+ ShowStatus: number;
952
+ };
953
+ export type CountryV3DTO = {
954
+ Key: string;
955
+ Description: string;
956
+ Iso: string;
957
+ Iso2: string;
958
+ Iso3: string;
959
+ PhonePrefix: string;
960
+ Currency: EntityTypeDTO | null;
961
+ Language: EntityTypeDTO | null;
962
+ ShowStatus: number;
963
+ };
964
+ export type FinVatV3DTO = {
965
+ Number: string;
966
+ Description: string;
967
+ Percentage: number;
968
+ ShowStatus: number;
969
+ Country: CountryV3DTO;
970
+ };
971
+ export type GetProductSimpleDTO = {
972
+ id: string | null;
973
+ Number: string | null;
974
+ Description1: string | null;
975
+ };
976
+ export type GetProductProductDTO = {
977
+ id: string | null;
978
+ PartitionKey: string | null;
979
+ Entity: string | null;
980
+ CompanyNumber: string | null;
981
+ ProductIdMS: string;
982
+ Number: string | null;
983
+ SearchDescription: string | null;
984
+ Description: DescriptionV3 | null;
985
+ CalculationType: EntityTypeDTO | null;
986
+ Brand: EntityTypeDTO | null;
987
+ GroupGenerator: GroupGeneratorV3 | null;
988
+ };
989
+ //# sourceMappingURL=product.d.ts.map