@secondcloset/types 3.10.13 → 3.10.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secondcloset/types",
3
- "version": "3.10.13",
3
+ "version": "3.10.15",
4
4
  "description": "secondcloset type declaration and definitions",
5
5
  "main": "src/index.ts",
6
6
  "scripts": {
@@ -82,6 +82,7 @@ export interface Appointment {
82
82
  package_ids: string[] | null;
83
83
  all_labels_received_at_destination: boolean;
84
84
  recommended_route_user_count: number | null;
85
+ is_b2b?: boolean;
85
86
  }
86
87
 
87
88
  export interface DeliveryNote {
@@ -59,6 +59,7 @@ export interface ASN {
59
59
  pallet_packing_option?: ASNPalletPackingOption;
60
60
  shipment_type?: ASNShipmentType;
61
61
  internal_notes?: string;
62
+ notes?: string;
62
63
  qty_under_received?: boolean;
63
64
  qty_over_received?: boolean;
64
65
  box_expected_quantity?: number;