@whiplashmerch/whiplash-api-client 0.4.96 → 0.4.97

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.
@@ -1794,6 +1794,16 @@ export interface APIV21EntitiesOrderBatchRequest {
1794
1794
  export interface APIV21EntitiesOrderItem {
1795
1795
  /** is this item available? */
1796
1796
  available?: boolean;
1797
+ /**
1798
+ * How many CASES to a carton?
1799
+ * @format int32
1800
+ */
1801
+ carton_quantity?: number;
1802
+ /**
1803
+ * How many of this item to a case?
1804
+ * @format int32
1805
+ */
1806
+ case_quantity?: number;
1797
1807
  /**
1798
1808
  * the order item creation date and time
1799
1809
  * @format date-time
@@ -5777,6 +5787,16 @@ export interface APIV2EntitiesOrderEvent {
5777
5787
  export interface APIV2EntitiesOrderItem {
5778
5788
  /** is this item available? */
5779
5789
  available?: boolean;
5790
+ /**
5791
+ * How many CASES to a carton?
5792
+ * @format int32
5793
+ */
5794
+ carton_quantity?: number;
5795
+ /**
5796
+ * How many of this item to a case?
5797
+ * @format int32
5798
+ */
5799
+ case_quantity?: number;
5780
5800
  /**
5781
5801
  * the order item creation date and time
5782
5802
  * @format date-time
@@ -5876,6 +5896,16 @@ export interface APIV2EntitiesOrderItem {
5876
5896
  export interface APIV2EntitiesOrderItemLotMap {
5877
5897
  /** is this item available? */
5878
5898
  available?: boolean;
5899
+ /**
5900
+ * How many CASES to a carton?
5901
+ * @format int32
5902
+ */
5903
+ carton_quantity?: number;
5904
+ /**
5905
+ * How many of this item to a case?
5906
+ * @format int32
5907
+ */
5908
+ case_quantity?: number;
5879
5909
  /**
5880
5910
  * the order item creation date and time
5881
5911
  * @format date-time
@@ -15398,6 +15428,16 @@ export interface PostApiV21Orders {
15398
15428
  misc?: string;
15399
15429
  /** does the item require a serial number when shipping? */
15400
15430
  request_serial_number?: boolean;
15431
+ /**
15432
+ * How many of this item to a case?
15433
+ * @format int32
15434
+ */
15435
+ case_quantity?: number;
15436
+ /**
15437
+ * How many CASES to a carton?
15438
+ * @format int32
15439
+ */
15440
+ carton_quantity?: number;
15401
15441
  /** The original id of the order item */
15402
15442
  originator_id?: string;
15403
15443
  /** The original id of the item */
@@ -15888,6 +15928,16 @@ export interface PostApiV21OrdersBulk {
15888
15928
  misc?: string;
15889
15929
  /** does the item require a serial number when shipping? */
15890
15930
  request_serial_number?: boolean;
15931
+ /**
15932
+ * How many of this item to a case?
15933
+ * @format int32
15934
+ */
15935
+ case_quantity?: number;
15936
+ /**
15937
+ * How many CASES to a carton?
15938
+ * @format int32
15939
+ */
15940
+ carton_quantity?: number;
15891
15941
  /** The original id of the order item */
15892
15942
  originator_id?: string;
15893
15943
  /** The original id of the item */
@@ -16007,6 +16057,16 @@ export interface PostApiV21OrdersIdOrderDocuments {
16007
16057
  export interface PostApiV21OrdersIdOrderItems {
16008
16058
  /** is this item available? */
16009
16059
  available?: boolean;
16060
+ /**
16061
+ * How many CASES to a carton?
16062
+ * @format int32
16063
+ */
16064
+ carton_quantity?: number;
16065
+ /**
16066
+ * How many of this item to a case?
16067
+ * @format int32
16068
+ */
16069
+ case_quantity?: number;
16010
16070
  /** currency code for this item */
16011
16071
  currency?: string;
16012
16072
  /** description for this order item. This will appear in packing slips. If not set, the description will be inherited from the parent Item. */
@@ -19487,6 +19547,16 @@ export interface PostApiV2Orders {
19487
19547
  misc?: string;
19488
19548
  /** does the item require a serial number when shipping? */
19489
19549
  request_serial_number?: boolean;
19550
+ /**
19551
+ * How many of this item to a case?
19552
+ * @format int32
19553
+ */
19554
+ case_quantity?: number;
19555
+ /**
19556
+ * How many CASES to a carton?
19557
+ * @format int32
19558
+ */
19559
+ carton_quantity?: number;
19490
19560
  /** The original id of the order item */
19491
19561
  originator_id?: string;
19492
19562
  /** The original id of the item */
@@ -19927,6 +19997,16 @@ export interface PostApiV2OrdersBulk {
19927
19997
  misc?: string;
19928
19998
  /** does the item require a serial number when shipping? */
19929
19999
  request_serial_number?: boolean;
20000
+ /**
20001
+ * How many of this item to a case?
20002
+ * @format int32
20003
+ */
20004
+ case_quantity?: number;
20005
+ /**
20006
+ * How many CASES to a carton?
20007
+ * @format int32
20008
+ */
20009
+ carton_quantity?: number;
19930
20010
  /** The original id of the order item */
19931
20011
  originator_id?: string;
19932
20012
  /** The original id of the item */
@@ -20046,6 +20126,16 @@ export interface PostApiV2OrdersIdOrderDocuments {
20046
20126
  export interface PostApiV2OrdersIdOrderItems {
20047
20127
  /** is this item available? */
20048
20128
  available?: boolean;
20129
+ /**
20130
+ * How many CASES to a carton?
20131
+ * @format int32
20132
+ */
20133
+ carton_quantity?: number;
20134
+ /**
20135
+ * How many of this item to a case?
20136
+ * @format int32
20137
+ */
20138
+ case_quantity?: number;
20049
20139
  /** currency code for this item */
20050
20140
  currency?: string;
20051
20141
  /** description for this order item. This will appear in packing slips. If not set, the description will be inherited from the parent Item. */
@@ -24022,6 +24112,16 @@ export interface PutApiV21OrderDocumentsId {
24022
24112
  export interface PutApiV21OrderItemsId {
24023
24113
  /** is this item available? */
24024
24114
  available?: boolean;
24115
+ /**
24116
+ * How many CASES to a carton?
24117
+ * @format int32
24118
+ */
24119
+ carton_quantity?: number;
24120
+ /**
24121
+ * How many of this item to a case?
24122
+ * @format int32
24123
+ */
24124
+ case_quantity?: number;
24025
24125
  /** currency code for this item */
24026
24126
  currency?: string;
24027
24127
  /** description for this order item. This will appear in packing slips. If not set, the description will be inherited from the parent Item. */
@@ -28477,6 +28577,16 @@ export interface PutApiV2OrderDocumentsId {
28477
28577
  export interface PutApiV2OrderItemsId {
28478
28578
  /** is this item available? */
28479
28579
  available?: boolean;
28580
+ /**
28581
+ * How many CASES to a carton?
28582
+ * @format int32
28583
+ */
28584
+ carton_quantity?: number;
28585
+ /**
28586
+ * How many of this item to a case?
28587
+ * @format int32
28588
+ */
28589
+ case_quantity?: number;
28480
28590
  /** currency code for this item */
28481
28591
  currency?: string;
28482
28592
  /** description for this order item. This will appear in packing slips. If not set, the description will be inherited from the parent Item. */
@@ -963,6 +963,16 @@ export interface APIV21EntitiesOrder {
963
963
  export interface APIV21EntitiesOrderItem {
964
964
  /** is this item available? */
965
965
  available?: boolean;
966
+ /**
967
+ * How many CASES to a carton?
968
+ * @format int32
969
+ */
970
+ carton_quantity?: number;
971
+ /**
972
+ * How many of this item to a case?
973
+ * @format int32
974
+ */
975
+ case_quantity?: number;
966
976
  /**
967
977
  * the order item creation date and time
968
978
  * @format date-time
@@ -2914,6 +2924,16 @@ export interface APIV2EntitiesOrderEvent {
2914
2924
  export interface APIV2EntitiesOrderItem {
2915
2925
  /** is this item available? */
2916
2926
  available?: boolean;
2927
+ /**
2928
+ * How many CASES to a carton?
2929
+ * @format int32
2930
+ */
2931
+ carton_quantity?: number;
2932
+ /**
2933
+ * How many of this item to a case?
2934
+ * @format int32
2935
+ */
2936
+ case_quantity?: number;
2917
2937
  /**
2918
2938
  * the order item creation date and time
2919
2939
  * @format date-time
@@ -6957,6 +6977,16 @@ export interface PostApiV21Orders {
6957
6977
  misc?: string;
6958
6978
  /** does the item require a serial number when shipping? */
6959
6979
  request_serial_number?: boolean;
6980
+ /**
6981
+ * How many of this item to a case?
6982
+ * @format int32
6983
+ */
6984
+ case_quantity?: number;
6985
+ /**
6986
+ * How many CASES to a carton?
6987
+ * @format int32
6988
+ */
6989
+ carton_quantity?: number;
6960
6990
  /** The original id of the order item */
6961
6991
  originator_id?: string;
6962
6992
  /** The original id of the item */
@@ -7448,6 +7478,16 @@ export interface PostApiV21OrdersBulk {
7448
7478
  misc?: string;
7449
7479
  /** does the item require a serial number when shipping? */
7450
7480
  request_serial_number?: boolean;
7481
+ /**
7482
+ * How many of this item to a case?
7483
+ * @format int32
7484
+ */
7485
+ case_quantity?: number;
7486
+ /**
7487
+ * How many CASES to a carton?
7488
+ * @format int32
7489
+ */
7490
+ carton_quantity?: number;
7451
7491
  /** The original id of the order item */
7452
7492
  originator_id?: string;
7453
7493
  /** The original id of the item */
@@ -7534,6 +7574,16 @@ export interface PostApiV21OrdersIdOrderDocuments {
7534
7574
  export interface PostApiV21OrdersIdOrderItems {
7535
7575
  /** is this item available? */
7536
7576
  available?: boolean;
7577
+ /**
7578
+ * How many CASES to a carton?
7579
+ * @format int32
7580
+ */
7581
+ carton_quantity?: number;
7582
+ /**
7583
+ * How many of this item to a case?
7584
+ * @format int32
7585
+ */
7586
+ case_quantity?: number;
7537
7587
  /** currency code for this item */
7538
7588
  currency?: string;
7539
7589
  /** description for this order item. This will appear in packing slips. If not set, the description will be inherited from the parent Item. */
@@ -9117,6 +9167,16 @@ export interface PostApiV2Orders {
9117
9167
  misc?: string;
9118
9168
  /** does the item require a serial number when shipping? */
9119
9169
  request_serial_number?: boolean;
9170
+ /**
9171
+ * How many of this item to a case?
9172
+ * @format int32
9173
+ */
9174
+ case_quantity?: number;
9175
+ /**
9176
+ * How many CASES to a carton?
9177
+ * @format int32
9178
+ */
9179
+ carton_quantity?: number;
9120
9180
  /** The original id of the order item */
9121
9181
  originator_id?: string;
9122
9182
  /** The original id of the item */
@@ -9558,6 +9618,16 @@ export interface PostApiV2OrdersBulk {
9558
9618
  misc?: string;
9559
9619
  /** does the item require a serial number when shipping? */
9560
9620
  request_serial_number?: boolean;
9621
+ /**
9622
+ * How many of this item to a case?
9623
+ * @format int32
9624
+ */
9625
+ case_quantity?: number;
9626
+ /**
9627
+ * How many CASES to a carton?
9628
+ * @format int32
9629
+ */
9630
+ carton_quantity?: number;
9561
9631
  /** The original id of the order item */
9562
9632
  originator_id?: string;
9563
9633
  /** The original id of the item */
@@ -9644,6 +9714,16 @@ export interface PostApiV2OrdersIdOrderDocuments {
9644
9714
  export interface PostApiV2OrdersIdOrderItems {
9645
9715
  /** is this item available? */
9646
9716
  available?: boolean;
9717
+ /**
9718
+ * How many CASES to a carton?
9719
+ * @format int32
9720
+ */
9721
+ carton_quantity?: number;
9722
+ /**
9723
+ * How many of this item to a case?
9724
+ * @format int32
9725
+ */
9726
+ case_quantity?: number;
9647
9727
  /** currency code for this item */
9648
9728
  currency?: string;
9649
9729
  /** description for this order item. This will appear in packing slips. If not set, the description will be inherited from the parent Item. */
@@ -11487,6 +11567,16 @@ export interface PutApiV21NotificationSubscriptionsId {
11487
11567
  export interface PutApiV21OrderItemsId {
11488
11568
  /** is this item available? */
11489
11569
  available?: boolean;
11570
+ /**
11571
+ * How many CASES to a carton?
11572
+ * @format int32
11573
+ */
11574
+ carton_quantity?: number;
11575
+ /**
11576
+ * How many of this item to a case?
11577
+ * @format int32
11578
+ */
11579
+ case_quantity?: number;
11490
11580
  /** currency code for this item */
11491
11581
  currency?: string;
11492
11582
  /** description for this order item. This will appear in packing slips. If not set, the description will be inherited from the parent Item. */
@@ -13742,6 +13832,16 @@ export interface PutApiV2NotificationSubscriptionsId {
13742
13832
  export interface PutApiV2OrderItemsId {
13743
13833
  /** is this item available? */
13744
13834
  available?: boolean;
13835
+ /**
13836
+ * How many CASES to a carton?
13837
+ * @format int32
13838
+ */
13839
+ carton_quantity?: number;
13840
+ /**
13841
+ * How many of this item to a case?
13842
+ * @format int32
13843
+ */
13844
+ case_quantity?: number;
13745
13845
  /** currency code for this item */
13746
13846
  currency?: string;
13747
13847
  /** description for this order item. This will appear in packing slips. If not set, the description will be inherited from the parent Item. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whiplashmerch/whiplash-api-client",
3
- "version": "0.4.96",
3
+ "version": "0.4.97",
4
4
  "description": "",
5
5
  "devDependencies": {},
6
6
  "scripts": {