@marteye/studiojs 1.1.21 → 1.1.22

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/types.d.ts CHANGED
@@ -323,6 +323,7 @@ export interface LotGeneratedValues {
323
323
  averageWeightKg?: number | null;
324
324
  pricePerItemInCents?: number | null;
325
325
  countOfItems?: number | null;
326
+ ordinal?: number | null;
326
327
  }
327
328
  export interface ShortCustomerDetails {
328
329
  isSet: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marteye/studiojs",
3
- "version": "1.1.21",
3
+ "version": "1.1.22",
4
4
  "description": "MartEye Studio JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "type": "module",