@whiplashmerch/whiplash-api-client 1.0.21 → 1.0.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.
@@ -26,6 +26,15 @@ export declare const getApiV2StatsSidekiqName: (client: HttpClient, name: number
26
26
  * @request GET:/api/v2/stats/sidekiq/batch_status/{id}
27
27
  */
28
28
  export declare const getApiV2StatsSidekiqBatchStatusId: (client: HttpClient, id: string, params?: RequestParams) => Promise<ApiV2EntitiesSidekiqBatchStatus>;
29
+ /**
30
+ * @description Get App Config info
31
+ *
32
+ * @tags stats
33
+ * @name GetApiV2StatsAppConfig
34
+ * @summary Retrieve App Config info
35
+ * @request GET:/api/v2/stats/app_config
36
+ */
37
+ export declare const getApiV2StatsAppConfig: (client: HttpClient, params?: RequestParams) => Promise<void>;
29
38
  /**
30
39
  * @description Get sidekiq info
31
40
  *
@@ -52,3 +61,12 @@ export declare const getApiV21StatsSidekiqName: (client: HttpClient, name: numbe
52
61
  * @request GET:/api/v2.1/stats/sidekiq/batch_status/{id}
53
62
  */
54
63
  export declare const getApiV21StatsSidekiqBatchStatusId: (client: HttpClient, id: string, params?: RequestParams) => Promise<ApiV2EntitiesSidekiqBatchStatus>;
64
+ /**
65
+ * @description Get App Config info
66
+ *
67
+ * @tags stats
68
+ * @name GetApiV21StatsAppConfig
69
+ * @summary Retrieve App Config info
70
+ * @request GET:/api/v2.1/stats/app_config
71
+ */
72
+ export declare const getApiV21StatsAppConfig: (client: HttpClient, params?: RequestParams) => Promise<void>;
@@ -3202,6 +3202,8 @@ export interface ApiV2EntitiesBillOfLading {
3202
3202
  created_at?: string;
3203
3203
  /** the dep number */
3204
3204
  dep_number?: string;
3205
+ /** the freight charge */
3206
+ freight_charge?: ApiV2EntitiesBillOfLadingFreightCharge;
3205
3207
  /**
3206
3208
  * the bill of lading id
3207
3209
  * @format int32
@@ -13579,6 +13581,12 @@ export declare enum ApiV2EntitiesBillOfLadingBolType {
13579
13581
  Master = "master",
13580
13582
  LoadLevelChild = "load_level_child"
13581
13583
  }
13584
+ /** the freight charge */
13585
+ export declare enum ApiV2EntitiesBillOfLadingFreightCharge {
13586
+ Prepaid = "prepaid",
13587
+ Collect = "collect",
13588
+ ThirdParty = "third_party"
13589
+ }
13582
13590
  /** white-, black-, etc-list */
13583
13591
  export declare enum ApiV2EntitiesChromalistChroma {
13584
13592
  White = "white",
@@ -14451,6 +14459,8 @@ export interface PostApiV21BillOfLadings {
14451
14459
  cid_number?: string;
14452
14460
  /** the dep number */
14453
14461
  dep_number?: string;
14462
+ /** the freight charge */
14463
+ freight_charge?: PostApiV21BillOfLadingsFreightCharge;
14454
14464
  /**
14455
14465
  * The parent load id
14456
14466
  * @format int32
@@ -14496,6 +14506,12 @@ export declare enum PostApiV21BillOfLadingsBolType {
14496
14506
  Master = "master",
14497
14507
  LoadLevelChild = "load_level_child"
14498
14508
  }
14509
+ /** the freight charge */
14510
+ export declare enum PostApiV21BillOfLadingsFreightCharge {
14511
+ Prepaid = "prepaid",
14512
+ Collect = "collect",
14513
+ ThirdParty = "third_party"
14514
+ }
14499
14515
  /** Create an address for a bill of lading */
14500
14516
  export interface PostApiV21BillOfLadingsIdAddresses {
14501
14517
  /** the address_1 of record */
@@ -18715,6 +18731,8 @@ export interface PostApiV2BillOfLadings {
18715
18731
  cid_number?: string;
18716
18732
  /** the dep number */
18717
18733
  dep_number?: string;
18734
+ /** the freight charge */
18735
+ freight_charge?: PostApiV2BillOfLadingsFreightCharge;
18718
18736
  /**
18719
18737
  * The parent load id
18720
18738
  * @format int32
@@ -18760,6 +18778,12 @@ export declare enum PostApiV2BillOfLadingsBolType {
18760
18778
  Master = "master",
18761
18779
  LoadLevelChild = "load_level_child"
18762
18780
  }
18781
+ /** the freight charge */
18782
+ export declare enum PostApiV2BillOfLadingsFreightCharge {
18783
+ Prepaid = "prepaid",
18784
+ Collect = "collect",
18785
+ ThirdParty = "third_party"
18786
+ }
18763
18787
  /** Create an address for a bill of lading */
18764
18788
  export interface PostApiV2BillOfLadingsIdAddresses {
18765
18789
  /** the address_1 of record */
@@ -22882,6 +22906,8 @@ export interface PutApiV21BillOfLadingsId {
22882
22906
  cid_number?: string;
22883
22907
  /** the dep number */
22884
22908
  dep_number?: string;
22909
+ /** the freight charge */
22910
+ freight_charge?: PutApiV21BillOfLadingsIdFreightCharge;
22885
22911
  /** the location number */
22886
22912
  location_number?: string;
22887
22913
  /** the bill of lading number */
@@ -22916,6 +22942,12 @@ export interface PutApiV21BillOfLadingsIdCallAction {
22916
22942
  /** Method params */
22917
22943
  args?: object;
22918
22944
  }
22945
+ /** the freight charge */
22946
+ export declare enum PutApiV21BillOfLadingsIdFreightCharge {
22947
+ Prepaid = "prepaid",
22948
+ Collect = "collect",
22949
+ ThirdParty = "third_party"
22950
+ }
22919
22951
  /** Update a broadcast */
22920
22952
  export interface PutApiV21BroadcastsId {
22921
22953
  /** the body for the broadcast */
@@ -27598,6 +27630,8 @@ export interface PutApiV2BillOfLadingsId {
27598
27630
  cid_number?: string;
27599
27631
  /** the dep number */
27600
27632
  dep_number?: string;
27633
+ /** the freight charge */
27634
+ freight_charge?: PutApiV2BillOfLadingsIdFreightCharge;
27601
27635
  /** the location number */
27602
27636
  location_number?: string;
27603
27637
  /** the bill of lading number */
@@ -27632,6 +27666,12 @@ export interface PutApiV2BillOfLadingsIdCallAction {
27632
27666
  /** Method params */
27633
27667
  args?: object;
27634
27668
  }
27669
+ /** the freight charge */
27670
+ export declare enum PutApiV2BillOfLadingsIdFreightCharge {
27671
+ Prepaid = "prepaid",
27672
+ Collect = "collect",
27673
+ ThirdParty = "third_party"
27674
+ }
27635
27675
  /** Update a broadcast */
27636
27676
  export interface PutApiV2BroadcastsId {
27637
27677
  /** the body for the broadcast */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whiplashmerch/whiplash-api-client",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "description": "",
5
5
  "devDependencies": {},
6
6
  "scripts": {