@shushed/helpers 0.0.13 → 0.0.14

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
@@ -28972,8 +28972,10 @@ interface __MainSchema$8 {
28972
28972
  quantity: number;
28973
28973
  }
28974
28974
 
28975
+ type MainType$4 = __MainSchema$8;
28976
+
28975
28977
  declare namespace index$6 {
28976
- export type { __MainSchema$9 as Returned, __MainSchema$8 as default };
28978
+ export type { __MainSchema$9 as Returned, MainType$4 as default };
28977
28979
  }
28978
28980
 
28979
28981
  type __MainSchema$7 = (OrderShipmentOutbound$4 & {
@@ -29183,8 +29185,10 @@ interface OrderShipmentItem$5 {
29183
29185
  quantity: number;
29184
29186
  }
29185
29187
 
29188
+ type MainType$3 = __MainSchema$5;
29189
+
29186
29190
  declare namespace index$5 {
29187
- export type { __MainSchema$7 as Outbound, __MainSchema$6 as Return, __MainSchema$5 as default };
29191
+ export type { __MainSchema$7 as Outbound, __MainSchema$6 as Return, MainType$3 as default };
29188
29192
  }
29189
29193
 
29190
29194
  type __MainSchema$4 = (OrderShipmentOutbound$2 & {
@@ -29393,8 +29397,10 @@ interface OrderShipmentItem$2 {
29393
29397
  quantity: number;
29394
29398
  }
29395
29399
 
29400
+ type MainType$2 = __MainSchema$2;
29401
+
29396
29402
  declare namespace index$4 {
29397
- export type { __MainSchema$4 as Outbound, __MainSchema$3 as Return, __MainSchema$2 as default };
29403
+ export type { __MainSchema$4 as Outbound, __MainSchema$3 as Return, MainType$2 as default };
29398
29404
  }
29399
29405
 
29400
29406
  type __MainSchema$1 = (Total$1 & {
@@ -29455,8 +29461,10 @@ interface OrderShipmentItem$1 {
29455
29461
  quantity: number;
29456
29462
  }
29457
29463
 
29464
+ type MainType$1 = __MainSchema$1;
29465
+
29458
29466
  declare namespace index$3 {
29459
- export { index$6 as Item, index$5 as Pos, index$4 as Shipped, type __MainSchema$1 as default };
29467
+ export { index$6 as Item, index$5 as Pos, index$4 as Shipped, type MainType$1 as default };
29460
29468
  }
29461
29469
 
29462
29470
  type Currency = ("AFN" | "ALL" | "DZD" | "USD" | "EUR" | "AOA" | "XCD" | "ARS" | "AMD" | "AWG" | "AUD" | "AZN" | "BSD" | "BHD" | "BDT" | "BBD" | "BYN" | "BZD" | "XOF" | "BMD" | "BTN" | "INR" | "BOB" | "BOV" | "BAM" | "BWP" | "NOK" | "BRL" | "BND" | "BGN" | "BIF" | "CVE" | "KHR" | "XAF" | "CAD" | "KYD" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "KMF" | "CDF" | "NZD" | "CRC" | "CUC" | "CUP" | "ANG" | "CZK" | "DKK" | "DJF" | "DOP" | "EGP" | "SVC" | "ERN" | "ETB" | "FKP" | "FJD" | "XPF" | "GMD" | "GEL" | "GHS" | "GIP" | "GTQ" | "GBP" | "GNF" | "GYD" | "HTG" | "HNL" | "HKD" | "HUF" | "ISK" | "IDR" | "XDR" | "IRR" | "IQD" | "ILS" | "JMD" | "JPY" | "JOD" | "KZT" | "KES" | "KPW" | "KRW" | "KWD" | "KGS" | "LAK" | "LBP" | "LSL" | "ZAR" | "LRD" | "LYD" | "CHF" | "MOP" | "MGA" | "MWK" | "MYR" | "MVR" | "MRU" | "MUR" | "XUA" | "MXN" | "MXV" | "MDL" | "MNT" | "MAD" | "MZN" | "MMK" | "NAD" | "NPR" | "NIO" | "NGN" | "OMR" | "PKR" | "PAB" | "PGK" | "PYG" | "PEN" | "PHP" | "PLN" | "QAR" | "MKD" | "RON" | "RUB" | "RWF" | "SHP" | "WST" | "STN" | "SAR" | "RSD" | "SCR" | "SLE" | "SGD" | "XSU" | "SBD" | "SOS" | "SSP" | "LKR" | "SDG" | "SRD" | "SZL" | "SEK" | "CHE" | "CHW" | "SYP" | "TWD" | "TJS" | "TZS" | "THB" | "TOP" | "TTD" | "TND" | "TRY" | "TMT" | "UGX" | "UAH" | "AED" | "USN" | "UYI" | "UYU" | "UZS" | "VUV" | "VEF" | "VED" | "VND" | "YER" | "ZMW" | "ZWL");
@@ -29634,8 +29642,10 @@ interface OrderShipmentItem {
29634
29642
  quantity: number;
29635
29643
  }
29636
29644
 
29645
+ type MainType = __MainSchema;
29646
+
29637
29647
  declare namespace index$2 {
29638
- export { type __MainSchema$d as Address, type __MainSchema$c as Customer, type __MainSchema$b as Item, type __MainSchema$a as Payment, index$3 as Shipment, type __MainSchema as default };
29648
+ export { type __MainSchema$d as Address, type __MainSchema$c as Customer, type __MainSchema$b as Item, type __MainSchema$a as Payment, index$3 as Shipment, type MainType as default };
29639
29649
  }
29640
29650
 
29641
29651
  declare namespace index$1 {
package/dist/index.js CHANGED
@@ -247,8 +247,7 @@ var order_exports3 = {};
247
247
  // dist-types/order/index.ts
248
248
  var order_exports4 = {};
249
249
  __export(order_exports4, {
250
- Shipment: () => shipment_exports2,
251
- default: () => order_default2
250
+ Shipment: () => shipment_exports2
252
251
  });
253
252
 
254
253
  // dist-types/order/shipment/index.ts
@@ -256,36 +255,17 @@ var shipment_exports2 = {};
256
255
  __export(shipment_exports2, {
257
256
  Item: () => item_exports2,
258
257
  Pos: () => pos_exports2,
259
- Shipped: () => shipped_exports2,
260
- default: () => shipment_default2
258
+ Shipped: () => shipped_exports2
261
259
  });
262
260
 
263
261
  // dist-types/order/shipment/item/index.ts
264
262
  var item_exports2 = {};
265
- __export(item_exports2, {
266
- default: () => item_default3
267
- });
268
- var item_default3 = MainModule;
269
263
 
270
264
  // dist-types/order/shipment/pos/index.ts
271
265
  var pos_exports2 = {};
272
- __export(pos_exports2, {
273
- default: () => pos_default2
274
- });
275
- var pos_default2 = MainModule;
276
266
 
277
267
  // dist-types/order/shipment/shipped/index.ts
278
268
  var shipped_exports2 = {};
279
- __export(shipped_exports2, {
280
- default: () => shipped_default3
281
- });
282
- var shipped_default3 = MainModule;
283
-
284
- // dist-types/order/shipment/index.ts
285
- var shipment_default2 = MainModule;
286
-
287
- // dist-types/order/index.ts
288
- var order_default2 = MainModule;
289
269
 
290
270
  // src-public/index.ts
291
271
  var src_public_exports = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shushed/helpers",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "author": "",
5
5
  "license": "UNLICENSED",
6
6
  "description": "",