@marteye/studiojs 1.1.21 → 1.1.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -407,6 +407,7 @@ interface LotGeneratedValues {
407
407
  averageWeightKg?: number | null;
408
408
  pricePerItemInCents?: number | null;
409
409
  countOfItems?: number | null;
410
+ ordinal?: number | null;
410
411
  }
411
412
  interface ShortCustomerDetails {
412
413
  isSet: boolean;