@nerdjs/sales-kit 2.0.94 → 2.0.95

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.
Files changed (98) hide show
  1. package/dist/entities/index.d.ts +1 -0
  2. package/dist/entities/index.js +1 -0
  3. package/dist/entities/index.js.map +1 -1
  4. package/dist/entities/load/load.d.ts +1 -0
  5. package/dist/entities/load/load.js +2 -0
  6. package/dist/entities/load/load.js.map +1 -1
  7. package/dist/entities/possibleIssueItem/helper.d.ts +5 -0
  8. package/dist/entities/possibleIssueItem/helper.js +16 -0
  9. package/dist/entities/possibleIssueItem/helper.js.map +1 -0
  10. package/dist/entities/possibleIssueItem/index.d.ts +2 -0
  11. package/dist/entities/possibleIssueItem/index.js +3 -0
  12. package/dist/entities/possibleIssueItem/index.js.map +1 -0
  13. package/dist/entities/possibleIssueItem/possibleIssueItem.d.ts +25 -0
  14. package/dist/entities/possibleIssueItem/possibleIssueItem.js +70 -0
  15. package/dist/entities/possibleIssueItem/possibleIssueItem.js.map +1 -0
  16. package/dist/redux/api/salesApi.d.ts +1 -1
  17. package/dist/redux/api/salesApi.js +1 -0
  18. package/dist/redux/api/salesApi.js.map +1 -1
  19. package/dist/redux/apiTender/apiTenderEndpoints.d.ts +10 -10
  20. package/dist/redux/appointmentArrival/appointmentArrivalEndpoints.d.ts +11 -11
  21. package/dist/redux/appointmentIssue/appointmentIssueEndpoints.d.ts +10 -10
  22. package/dist/redux/appointmentIssueCategory/appointmentIssueCategoryEndpoints.d.ts +11 -11
  23. package/dist/redux/appointmentIssueSubcategory/appointmentIssueSubcategoryEndpoints.d.ts +10 -10
  24. package/dist/redux/appointmentNote/appointmentNoteEndpoints.d.ts +10 -10
  25. package/dist/redux/appointmentNoteType/appointmentNoteTypeEndpoints.d.ts +10 -10
  26. package/dist/redux/appointmentTrip/appointmentTripEndpoints.d.ts +10 -10
  27. package/dist/redux/archerFile/archerFileEndpoints.d.ts +13 -13
  28. package/dist/redux/asset/assetEndpoints.d.ts +12 -12
  29. package/dist/redux/billingKickback/billingKickbackEndpoints.d.ts +11 -11
  30. package/dist/redux/billingKickbackResponse/billingKickbackResponseEndpoints.d.ts +10 -10
  31. package/dist/redux/billingKickbackResponseAccessorial/billingKickbackResponseAccessorialEndpoints.d.ts +10 -10
  32. package/dist/redux/billingMessage/billingMessageEndpoints.d.ts +9 -9
  33. package/dist/redux/billingNote/billingNoteEndpoints.d.ts +10 -10
  34. package/dist/redux/cargoConsolidation/cargoConsolidationEndpoints.d.ts +19 -19
  35. package/dist/redux/carrierName/carrierNameEndpoints.d.ts +13 -13
  36. package/dist/redux/carrierPayContract/carrierPayContractEndpoints.d.ts +10 -10
  37. package/dist/redux/carrierTender/carrierTenderEndpoints.d.ts +14 -14
  38. package/dist/redux/carrierTenderAccessorial/carrierTenderAccessorialEndpoints.d.ts +10 -10
  39. package/dist/redux/carrierTenderDeduction/carrierTenderDeductionEndpoints.d.ts +10 -10
  40. package/dist/redux/carrierTenderEdge/carrierTenderEdgeEndpoints.d.ts +9 -9
  41. package/dist/redux/claim/claimEndpoints.d.ts +16 -16
  42. package/dist/redux/claimStatus/claimStatusEndpoints.d.ts +9 -9
  43. package/dist/redux/commodity/commodityEndpoints.d.ts +10 -10
  44. package/dist/redux/commodityV1/commodityV1Endpoints.d.ts +11 -11
  45. package/dist/redux/companyLocation/companyLocationEndpoints.d.ts +10 -10
  46. package/dist/redux/contact/contactEndpoints.d.ts +10 -10
  47. package/dist/redux/customer/customerEndpoints.d.ts +17 -17
  48. package/dist/redux/customersAccessorial/customersAccessorialEndpoints.d.ts +9 -9
  49. package/dist/redux/deduction/deductionEndpoints.d.ts +9 -9
  50. package/dist/redux/departmentPhone/departmentPhoneEndpoints.d.ts +10 -10
  51. package/dist/redux/dispatch/dispatchEndpoints.d.ts +10 -10
  52. package/dist/redux/driver/driverEndpoints.d.ts +9 -9
  53. package/dist/redux/driverName/driverNameEndpoints.d.ts +9 -9
  54. package/dist/redux/employeeName/employeeNameEndpoints.d.ts +9 -9
  55. package/dist/redux/flag/flagEndpoints.d.ts +9 -9
  56. package/dist/redux/generalLedgerAccount/generalLedgerAccountEndpoints.d.ts +10 -10
  57. package/dist/redux/genericTender/genericTenderEndpoints.d.ts +10 -10
  58. package/dist/redux/holiday/holidayEndpoints.d.ts +10 -10
  59. package/dist/redux/index.d.ts +1 -0
  60. package/dist/redux/index.js +1 -0
  61. package/dist/redux/index.js.map +1 -1
  62. package/dist/redux/invoice/invoiceEndpoints.d.ts +10 -10
  63. package/dist/redux/invoiceAdjustment/invoiceAdjustmentEndpoints.d.ts +10 -10
  64. package/dist/redux/invoiceV1/invoiceV1Endpoints.d.ts +11 -11
  65. package/dist/redux/load/loadEndpoints.d.ts +11 -11
  66. package/dist/redux/loadAdjustment/loadAdjustmentEndpoints.d.ts +10 -10
  67. package/dist/redux/loadAdjustmentV1/loadAdjustmentV1Endpoints.d.ts +10 -10
  68. package/dist/redux/loadTender/loadTenderEndpoints.d.ts +12 -12
  69. package/dist/redux/loadV1/loadV1Endpoints.d.ts +56 -56
  70. package/dist/redux/location/locationEndpoints.d.ts +15 -15
  71. package/dist/redux/locationV1/locationV1Endpoints.d.ts +19 -19
  72. package/dist/redux/nmfcClass/nmfcClassEndpoints.d.ts +9 -9
  73. package/dist/redux/nodeName/nodeNameEndpoints.d.ts +10 -10
  74. package/dist/redux/notification/notificationEndpoints.d.ts +13 -13
  75. package/dist/redux/otrDispatch/otrDispatchEndpoints.d.ts +14 -14
  76. package/dist/redux/person/personEndpoints.d.ts +12 -12
  77. package/dist/redux/personName/personNameEndpoints.d.ts +10 -10
  78. package/dist/redux/position/positionEndpoints.d.ts +10 -10
  79. package/dist/redux/possibleIssueItem/index.d.ts +2 -0
  80. package/dist/redux/possibleIssueItem/index.js +3 -0
  81. package/dist/redux/possibleIssueItem/index.js.map +1 -0
  82. package/dist/redux/possibleIssueItem/possibleIssueItemEndpoints.d.ts +24 -0
  83. package/dist/redux/possibleIssueItem/possibleIssueItemEndpoints.js +69 -0
  84. package/dist/redux/possibleIssueItem/possibleIssueItemEndpoints.js.map +1 -0
  85. package/dist/redux/quote/quoteEndpoints.d.ts +21 -21
  86. package/dist/redux/quote/quoteHooks.d.ts +2 -2
  87. package/dist/redux/quoteAccessorial/quoteAccessorialEndpoints.d.ts +9 -9
  88. package/dist/redux/quoteAccessorialV1/quoteAccessorialV1Endpoints.d.ts +10 -10
  89. package/dist/redux/rateReview/rateReviewEndpoints.d.ts +10 -10
  90. package/dist/redux/relayCode/relayCodeEndpoints.d.ts +11 -11
  91. package/dist/redux/shipcon/shipconEndpoints.d.ts +11 -11
  92. package/dist/redux/shipconV1/shipconV1Endpoints.d.ts +16 -16
  93. package/dist/redux/tender/tenderEndpoints.d.ts +9 -9
  94. package/dist/redux/trailerAvailability/customerEndpoints.d.ts +4 -4
  95. package/dist/redux/trailerCode/trailerCodeEndpoints.d.ts +9 -9
  96. package/dist/redux/unitV1/unitV1Endpoints.d.ts +9 -9
  97. package/dist/redux/userNoteV1/userNoteV1Endpoints.d.ts +10 -10
  98. package/package.json +1 -1
@@ -90,3 +90,4 @@ export * from "./cargoConsolidationCommodityPiece";
90
90
  export * from "./carrierTenderDeduction";
91
91
  export * from "./carrierTenderRateRecord";
92
92
  export * from "./employeeName";
93
+ export * from "./possibleIssueItem";
@@ -90,4 +90,5 @@ export * from "./cargoConsolidationCommodityPiece";
90
90
  export * from "./carrierTenderDeduction";
91
91
  export * from "./carrierTenderRateRecord";
92
92
  export * from "./employeeName";
93
+ export * from "./possibleIssueItem";
93
94
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/entities/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/entities/index.ts"],"names":[],"mappings":"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"}
@@ -111,4 +111,5 @@ export default class Load_Entity {
111
111
  companyID?: number;
112
112
  invoiceID?: number;
113
113
  contractCustomer?: boolean;
114
+ possibleIssues?: boolean;
114
115
  }
@@ -128,6 +128,7 @@ export default class Load_Entity {
128
128
  this.companyID = loadJson.companyID;
129
129
  this.invoiceID = loadJson.invoiceID;
130
130
  this.contractCustomer = loadJson.contractCustomer;
131
+ this.possibleIssues = loadJson.possibleIssues;
131
132
  }
132
133
  else {
133
134
  throw new Error("Failed to create new instance of ${ Load_Entity.name }: ${e}");
@@ -244,5 +245,6 @@ export default class Load_Entity {
244
245
  companyID;
245
246
  invoiceID;
246
247
  contractCustomer;
248
+ possibleIssues;
247
249
  }
248
250
  //# sourceMappingURL=load.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"load.js","sourceRoot":"","sources":["../../../src/entities/load/load.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"load.js","sourceRoot":"","sources":["../../../src/entities/load/load.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,5 @@
1
+ import PossibleIssueItem_Entity from "./possibleIssueItem";
2
+ export default class PossibleIssueItem extends PossibleIssueItem_Entity {
3
+ static fromList(possibleIssueItemsJSON: unknown): Array<PossibleIssueItem>;
4
+ toJson(): string;
5
+ }
@@ -0,0 +1,16 @@
1
+ import PossibleIssueItem_Entity from "./possibleIssueItem";
2
+ export default class PossibleIssueItem extends PossibleIssueItem_Entity {
3
+ static fromList(possibleIssueItemsJSON) {
4
+ const possibleIssueItems = [];
5
+ if (possibleIssueItemsJSON)
6
+ Array.isArray(possibleIssueItemsJSON) &&
7
+ possibleIssueItemsJSON.forEach((possibleIssueItemJSON) => {
8
+ possibleIssueItems.push(new PossibleIssueItem(possibleIssueItemJSON));
9
+ });
10
+ return possibleIssueItems;
11
+ }
12
+ toJson() {
13
+ return JSON.stringify(this);
14
+ }
15
+ }
16
+ //# sourceMappingURL=helper.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"helper.js","sourceRoot":"","sources":["../../../src/entities/possibleIssueItem/helper.ts"],"names":[],"mappings":"AAAA,OAAO,wBAAwB,MAAM,qBAAqB,CAAC;AAC3D,MAAM,CAAC,OAAO,OAAO,iBAAkB,SAAQ,wBAAwB;IACrE,MAAM,CAAC,QAAQ,CAAC,sBAA+B;QAC7C,MAAM,kBAAkB,GAAwB,EAAE,CAAC;QACnD,IAAI,sBAAsB;YACxB,KAAK,CAAC,OAAO,CAAC,sBAAsB,CAAC;gBACnC,sBAAsB,CAAC,OAAO,CAAC,CAAC,qBAAqB,EAAE,EAAE;oBACvD,kBAAkB,CAAC,IAAI,CAAC,IAAI,iBAAiB,CAAC,qBAAqB,CAAC,CAAC,CAAC;gBACxE,CAAC,CAAC,CAAC;QACP,OAAO,kBAAkB,CAAC;IAC5B,CAAC;IAED,MAAM;QACJ,OAAO,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;IAC9B,CAAC;CACF"}
@@ -0,0 +1,2 @@
1
+ export { default as PossibleIssueItem } from "./helper";
2
+ export { default as PossibleIssueItem_Entity } from "./possibleIssueItem";
@@ -0,0 +1,3 @@
1
+ export { default as PossibleIssueItem } from "./helper";
2
+ export { default as PossibleIssueItem_Entity } from "./possibleIssueItem";
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/entities/possibleIssueItem/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,UAAU,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,wBAAwB,EAAE,MAAM,qBAAqB,CAAC"}
@@ -0,0 +1,25 @@
1
+ export default class PossibleIssueItem_Entity {
2
+ static requiredFields: string[];
3
+ constructor(possibleIssueItemJson: unknown);
4
+ id: number;
5
+ load_id?: number;
6
+ ship_con_dispatch_id?: number;
7
+ commodity_piece_id?: number;
8
+ predicted_date?: string;
9
+ current_location?: string;
10
+ note?: string;
11
+ deleted?: boolean;
12
+ node_id?: number;
13
+ commodities_for_consignees_ids?: number[];
14
+ shippers_for_consignees_ids?: number[];
15
+ quote_id?: number;
16
+ customer_id?: number;
17
+ company_id?: number;
18
+ person_id?: number;
19
+ pickup_time?: string;
20
+ delivery_time?: string;
21
+ csr_name?: string;
22
+ customer_name?: string;
23
+ service_level?: string;
24
+ area_name?: string;
25
+ }
@@ -0,0 +1,70 @@
1
+ /**
2
+ * PossibleIssueItem_Entity type guard.
3
+ *
4
+ * @param {any} possibleIssueItemJson PossibleIssueItem object from API
5
+ * @returns {boolean} Return true if type is PossibleIssueItem_Entity
6
+ */
7
+ function validator(possibleIssueItemJson) {
8
+ if (typeof possibleIssueItemJson === "object" &&
9
+ possibleIssueItemJson != null) {
10
+ PossibleIssueItem_Entity.requiredFields.forEach((element) => {
11
+ if (!Object.keys(possibleIssueItemJson).includes(element))
12
+ throw new Error(`Field ${element} is null or undefined`);
13
+ });
14
+ }
15
+ return true;
16
+ }
17
+ export default class PossibleIssueItem_Entity {
18
+ static requiredFields = ["id"];
19
+ constructor(possibleIssueItemJson) {
20
+ if (validator(possibleIssueItemJson)) {
21
+ this.id = possibleIssueItemJson.id;
22
+ this.load_id = possibleIssueItemJson.load_id;
23
+ this.ship_con_dispatch_id = possibleIssueItemJson.ship_con_dispatch_id;
24
+ this.commodity_piece_id = possibleIssueItemJson.commodity_piece_id;
25
+ this.predicted_date = possibleIssueItemJson.predicted_date;
26
+ this.current_location = possibleIssueItemJson.current_location;
27
+ this.note = possibleIssueItemJson.note;
28
+ this.deleted = possibleIssueItemJson.deleted;
29
+ this.node_id = possibleIssueItemJson.node_id;
30
+ this.commodities_for_consignees_ids =
31
+ possibleIssueItemJson.commodities_for_consignees_ids;
32
+ this.shippers_for_consignees_ids =
33
+ possibleIssueItemJson.shippers_for_consignees_ids;
34
+ this.quote_id = possibleIssueItemJson.quote_id;
35
+ this.customer_id = possibleIssueItemJson.customer_id;
36
+ this.company_id = possibleIssueItemJson.company_id;
37
+ this.person_id = possibleIssueItemJson.person_id;
38
+ this.pickup_time = possibleIssueItemJson.pickup_time;
39
+ this.delivery_time = possibleIssueItemJson.delivery_time;
40
+ this.csr_name = possibleIssueItemJson.csr_name;
41
+ this.customer_name = possibleIssueItemJson.customer_name;
42
+ this.service_level = possibleIssueItemJson.service_level;
43
+ this.area_name = possibleIssueItemJson.area_name;
44
+ }
45
+ else
46
+ throw new Error(`Failed to create new instance of ${PossibleIssueItem_Entity.name}`);
47
+ }
48
+ id;
49
+ load_id;
50
+ ship_con_dispatch_id;
51
+ commodity_piece_id;
52
+ predicted_date;
53
+ current_location;
54
+ note;
55
+ deleted;
56
+ node_id;
57
+ commodities_for_consignees_ids;
58
+ shippers_for_consignees_ids;
59
+ quote_id;
60
+ customer_id;
61
+ company_id;
62
+ person_id;
63
+ pickup_time;
64
+ delivery_time;
65
+ csr_name;
66
+ customer_name;
67
+ service_level;
68
+ area_name;
69
+ }
70
+ //# sourceMappingURL=possibleIssueItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"possibleIssueItem.js","sourceRoot":"","sources":["../../../src/entities/possibleIssueItem/possibleIssueItem.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,SAAS,SAAS,CAChB,qBAA8B;IAE9B,IACE,OAAO,qBAAqB,KAAK,QAAQ;QACzC,qBAAqB,IAAI,IAAI,EAC7B;QACA,wBAAwB,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;YAC1D,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC;gBACvD,MAAM,IAAI,KAAK,CAAC,SAAS,OAAO,uBAAuB,CAAC,CAAC;QAC7D,CAAC,CAAC,CAAC;KACJ;IACD,OAAO,IAAI,CAAC;AACd,CAAC;AAED,MAAM,CAAC,OAAO,OAAO,wBAAwB;IAC3C,MAAM,CAAC,cAAc,GAAG,CAAC,IAAI,CAAC,CAAC;IAE/B,YAAY,qBAA8B;QACxC,IAAI,SAAS,CAAC,qBAAqB,CAAC,EAAE;YACpC,IAAI,CAAC,EAAE,GAAG,qBAAqB,CAAC,EAAE,CAAC;YACnC,IAAI,CAAC,OAAO,GAAG,qBAAqB,CAAC,OAAO,CAAC;YAC7C,IAAI,CAAC,oBAAoB,GAAG,qBAAqB,CAAC,oBAAoB,CAAC;YACvE,IAAI,CAAC,kBAAkB,GAAG,qBAAqB,CAAC,kBAAkB,CAAC;YACnE,IAAI,CAAC,cAAc,GAAG,qBAAqB,CAAC,cAAc,CAAC;YAC3D,IAAI,CAAC,gBAAgB,GAAG,qBAAqB,CAAC,gBAAgB,CAAC;YAC/D,IAAI,CAAC,IAAI,GAAG,qBAAqB,CAAC,IAAI,CAAC;YACvC,IAAI,CAAC,OAAO,GAAG,qBAAqB,CAAC,OAAO,CAAC;YAC7C,IAAI,CAAC,OAAO,GAAG,qBAAqB,CAAC,OAAO,CAAC;YAC7C,IAAI,CAAC,8BAA8B;gBACjC,qBAAqB,CAAC,8BAA8B,CAAC;YACvD,IAAI,CAAC,2BAA2B;gBAC9B,qBAAqB,CAAC,2BAA2B,CAAC;YACpD,IAAI,CAAC,QAAQ,GAAG,qBAAqB,CAAC,QAAQ,CAAC;YAC/C,IAAI,CAAC,WAAW,GAAG,qBAAqB,CAAC,WAAW,CAAC;YACrD,IAAI,CAAC,UAAU,GAAG,qBAAqB,CAAC,UAAU,CAAC;YACnD,IAAI,CAAC,SAAS,GAAG,qBAAqB,CAAC,SAAS,CAAC;YACjD,IAAI,CAAC,WAAW,GAAG,qBAAqB,CAAC,WAAW,CAAC;YACrD,IAAI,CAAC,aAAa,GAAG,qBAAqB,CAAC,aAAa,CAAC;YACzD,IAAI,CAAC,QAAQ,GAAG,qBAAqB,CAAC,QAAQ,CAAC;YAC/C,IAAI,CAAC,aAAa,GAAG,qBAAqB,CAAC,aAAa,CAAC;YACzD,IAAI,CAAC,aAAa,GAAG,qBAAqB,CAAC,aAAa,CAAC;YACzD,IAAI,CAAC,SAAS,GAAG,qBAAqB,CAAC,SAAS,CAAC;SAClD;;YACC,MAAM,IAAI,KAAK,CACb,oCAAoC,wBAAwB,CAAC,IAAI,EAAE,CACpE,CAAC;IACN,CAAC;IAED,EAAE,CAAS;IACX,OAAO,CAAU;IACjB,oBAAoB,CAAU;IAC9B,kBAAkB,CAAU;IAC5B,cAAc,CAAU;IACxB,gBAAgB,CAAU;IAC1B,IAAI,CAAU;IACd,OAAO,CAAW;IAClB,OAAO,CAAU;IACjB,8BAA8B,CAAY;IAC1C,2BAA2B,CAAY;IACvC,QAAQ,CAAU;IAClB,WAAW,CAAU;IACrB,UAAU,CAAU;IACpB,SAAS,CAAU;IACnB,WAAW,CAAU;IACrB,aAAa,CAAU;IACvB,QAAQ,CAAU;IAClB,aAAa,CAAU;IACvB,aAAa,CAAU;IACvB,SAAS,CAAU"}
@@ -1 +1 @@
1
- export declare const salesApi: import("@reduxjs/toolkit/query/react").Api<(args: any, api: import("@reduxjs/toolkit/query/react").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query/react").FetchBaseQueryError, {}>>, {}, "salesApi", "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames", typeof import("@reduxjs/toolkit/query/react").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
1
+ export declare const salesApi: import("@reduxjs/toolkit/query/react").Api<(args: any, api: import("@reduxjs/toolkit/query/react").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query/react").FetchBaseQueryError, {}>>, {}, "salesApi", "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems", typeof import("@reduxjs/toolkit/query/react").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
@@ -101,6 +101,7 @@ export const salesApi = createApi({
101
101
  "carrierTenderRateRecords",
102
102
  "loadExtraLites",
103
103
  "employeeNames",
104
+ "possibleIssueItems",
104
105
  ],
105
106
  });
106
107
  //# sourceMappingURL=salesApi.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"salesApi.js","sourceRoot":"","sources":["../../../src/redux/api/salesApi.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAEzD,MAAM,CAAC,MAAM,QAAQ,GAAG,SAAS,CAAC;IAChC,WAAW,EAAE,UAAU;IACvB,SAAS,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,EAAE;QACvB,OAAO,oBAAoB,CAAC,IAAI,EAAE,GAAG,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1D,CAAC;IACD,SAAS,EAAE,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC;IACrB,QAAQ,EAAE;QACR,QAAQ;QACR,OAAO;QACP,WAAW;QACX,iBAAiB;QACjB,UAAU;QACV,WAAW;QACX,mBAAmB;QACnB,SAAS;QACT,UAAU;QACV,OAAO;QACP,uBAAuB;QACvB,aAAa;QACb,yBAAyB;QACzB,aAAa;QACb,kBAAkB;QAClB,sBAAsB;QACtB,YAAY;QACZ,cAAc;QACd,4BAA4B;QAC5B,+BAA+B;QAC/B,aAAa;QACb,WAAW;QACX,aAAa;QACb,cAAc;QACd,mBAAmB;QACnB,SAAS;QACT,aAAa;QACb,eAAe;QACf,iBAAiB;QACjB,uBAAuB;QACvB,qBAAqB;QACrB,uBAAuB;QACvB,mBAAmB;QACnB,aAAa;QACb,iBAAiB;QACjB,SAAS;QACT,uBAAuB;QACvB,eAAe;QACf,QAAQ;QACR,mBAAmB;QACnB,UAAU;QACV,OAAO;QACP,aAAa;QACb,iBAAiB;QACjB,gBAAgB;QAChB,aAAa;QACb,YAAY;QACZ,sBAAsB;QACtB,0BAA0B;QAC1B,QAAQ;QACR,gBAAgB;QAChB,eAAe;QACf,kBAAkB;QAClB,sBAAsB;QACtB,0BAA0B;QAC1B,sCAAsC;QACtC,qCAAqC;QACrC,iBAAiB;QACjB,YAAY;QACZ,kBAAkB;QAClB,UAAU;QACV,cAAc;QACd,uBAAuB;QACvB,oBAAoB;QACpB,sBAAsB;QACtB,aAAa;QACb,WAAW;QACX,gBAAgB;QAChB,YAAY;QACZ,gBAAgB;QAChB,kBAAkB;QAClB,kBAAkB;QAClB,SAAS;QACT,kBAAkB;QAClB,qBAAqB;QACrB,qBAAqB;QACrB,eAAe;QACf,YAAY;QACZ,YAAY;QACZ,QAAQ;QACR,gBAAgB;QAChB,oBAAoB;QACpB,YAAY;QACZ,cAAc;QACd,qBAAqB;QACrB,WAAW;QACX,2BAA2B;QAC3B,oBAAoB;QACpB,mCAAmC;QACnC,yBAAyB;QACzB,oBAAoB;QACpB,0BAA0B;QAC1B,gBAAgB;QAChB,eAAe;KAChB;CACF,CAAC,CAAC"}
1
+ {"version":3,"file":"salesApi.js","sourceRoot":"","sources":["../../../src/redux/api/salesApi.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAEzD,MAAM,CAAC,MAAM,QAAQ,GAAG,SAAS,CAAC;IAChC,WAAW,EAAE,UAAU;IACvB,SAAS,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,EAAE;QACvB,OAAO,oBAAoB,CAAC,IAAI,EAAE,GAAG,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1D,CAAC;IACD,SAAS,EAAE,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC;IACrB,QAAQ,EAAE;QACR,QAAQ;QACR,OAAO;QACP,WAAW;QACX,iBAAiB;QACjB,UAAU;QACV,WAAW;QACX,mBAAmB;QACnB,SAAS;QACT,UAAU;QACV,OAAO;QACP,uBAAuB;QACvB,aAAa;QACb,yBAAyB;QACzB,aAAa;QACb,kBAAkB;QAClB,sBAAsB;QACtB,YAAY;QACZ,cAAc;QACd,4BAA4B;QAC5B,+BAA+B;QAC/B,aAAa;QACb,WAAW;QACX,aAAa;QACb,cAAc;QACd,mBAAmB;QACnB,SAAS;QACT,aAAa;QACb,eAAe;QACf,iBAAiB;QACjB,uBAAuB;QACvB,qBAAqB;QACrB,uBAAuB;QACvB,mBAAmB;QACnB,aAAa;QACb,iBAAiB;QACjB,SAAS;QACT,uBAAuB;QACvB,eAAe;QACf,QAAQ;QACR,mBAAmB;QACnB,UAAU;QACV,OAAO;QACP,aAAa;QACb,iBAAiB;QACjB,gBAAgB;QAChB,aAAa;QACb,YAAY;QACZ,sBAAsB;QACtB,0BAA0B;QAC1B,QAAQ;QACR,gBAAgB;QAChB,eAAe;QACf,kBAAkB;QAClB,sBAAsB;QACtB,0BAA0B;QAC1B,sCAAsC;QACtC,qCAAqC;QACrC,iBAAiB;QACjB,YAAY;QACZ,kBAAkB;QAClB,UAAU;QACV,cAAc;QACd,uBAAuB;QACvB,oBAAoB;QACpB,sBAAsB;QACtB,aAAa;QACb,WAAW;QACX,gBAAgB;QAChB,YAAY;QACZ,gBAAgB;QAChB,kBAAkB;QAClB,kBAAkB;QAClB,SAAS;QACT,kBAAkB;QAClB,qBAAqB;QACrB,qBAAqB;QACrB,eAAe;QACf,YAAY;QACZ,YAAY;QACZ,QAAQ;QACR,gBAAgB;QAChB,oBAAoB;QACpB,YAAY;QACZ,cAAc;QACd,qBAAqB;QACrB,WAAW;QACX,2BAA2B;QAC3B,oBAAoB;QACpB,mCAAmC;QACnC,yBAAyB;QACzB,oBAAoB;QACpB,0BAA0B;QAC1B,gBAAgB;QAChB,eAAe;QACf,oBAAoB;KACrB;CACF,CAAC,CAAC"}
@@ -2,23 +2,23 @@ import { EntityState } from "@reduxjs/toolkit";
2
2
  import { ApiTender_Entity } from "../../entities";
3
3
  import { SearchMetadata } from "@nerdjs/nerd-core";
4
4
  export declare const apiTenderEndpoints: import("@reduxjs/toolkit/query").Api<(args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, {
5
- getApiTenders: import("@reduxjs/toolkit/query").QueryDefinition<void | Record<string, unknown>, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames", EntityState<ApiTender_Entity>, "salesApi">;
6
- getApiTender: import("@reduxjs/toolkit/query").QueryDefinition<number, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames", ApiTender_Entity, "salesApi">;
7
- createApiTender: import("@reduxjs/toolkit/query").MutationDefinition<Partial<ApiTender_Entity>, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames", ApiTender_Entity, "salesApi">;
5
+ getApiTenders: import("@reduxjs/toolkit/query").QueryDefinition<void | Record<string, unknown>, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems", EntityState<ApiTender_Entity>, "salesApi">;
6
+ getApiTender: import("@reduxjs/toolkit/query").QueryDefinition<number, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems", ApiTender_Entity, "salesApi">;
7
+ createApiTender: import("@reduxjs/toolkit/query").MutationDefinition<Partial<ApiTender_Entity>, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems", ApiTender_Entity, "salesApi">;
8
8
  updateApiTender: import("@reduxjs/toolkit/query").MutationDefinition<{
9
9
  id: number;
10
10
  body: Partial<ApiTender_Entity>;
11
- }, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames", void, "salesApi">;
12
- deleteApiTender: import("@reduxjs/toolkit/query").MutationDefinition<number, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames", void, "salesApi">;
13
- getApiTenderSearchMetadata: import("@reduxjs/toolkit/query").QueryDefinition<void, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames", SearchMetadata, "salesApi">;
14
- }, "salesApi", "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/dist/query/react").reactHooksModuleName>;
15
- export declare const useGetApiTenderQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/query").QueryDefinition<number, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames", ApiTender_Entity, "salesApi">>, useGetApiTendersQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/query").QueryDefinition<void | Record<string, unknown>, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames", EntityState<ApiTender_Entity>, "salesApi">>, useGetApiTenderSearchMetadataQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/query").QueryDefinition<void, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames", SearchMetadata, "salesApi">>, useLazyGetApiTendersQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseLazyQuery<import("@reduxjs/toolkit/query").QueryDefinition<void | Record<string, unknown>, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames", EntityState<ApiTender_Entity>, "salesApi">>, useLazyGetApiTenderQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseLazyQuery<import("@reduxjs/toolkit/query").QueryDefinition<number, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames", ApiTender_Entity, "salesApi">>, useLazyGetApiTenderSearchMetadataQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseLazyQuery<import("@reduxjs/toolkit/query").QueryDefinition<void, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames", SearchMetadata, "salesApi">>, useCreateApiTenderMutation: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseMutation<import("@reduxjs/toolkit/query").MutationDefinition<Partial<ApiTender_Entity>, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames", ApiTender_Entity, "salesApi">>, useDeleteApiTenderMutation: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseMutation<import("@reduxjs/toolkit/query").MutationDefinition<number, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames", void, "salesApi">>, useUpdateApiTenderMutation: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseMutation<import("@reduxjs/toolkit/query").MutationDefinition<{
11
+ }, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems", void, "salesApi">;
12
+ deleteApiTender: import("@reduxjs/toolkit/query").MutationDefinition<number, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems", void, "salesApi">;
13
+ getApiTenderSearchMetadata: import("@reduxjs/toolkit/query").QueryDefinition<void, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems", SearchMetadata, "salesApi">;
14
+ }, "salesApi", "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/dist/query/react").reactHooksModuleName>;
15
+ export declare const useGetApiTenderQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/query").QueryDefinition<number, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems", ApiTender_Entity, "salesApi">>, useGetApiTendersQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/query").QueryDefinition<void | Record<string, unknown>, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems", EntityState<ApiTender_Entity>, "salesApi">>, useGetApiTenderSearchMetadataQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/query").QueryDefinition<void, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems", SearchMetadata, "salesApi">>, useLazyGetApiTendersQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseLazyQuery<import("@reduxjs/toolkit/query").QueryDefinition<void | Record<string, unknown>, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems", EntityState<ApiTender_Entity>, "salesApi">>, useLazyGetApiTenderQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseLazyQuery<import("@reduxjs/toolkit/query").QueryDefinition<number, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems", ApiTender_Entity, "salesApi">>, useLazyGetApiTenderSearchMetadataQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseLazyQuery<import("@reduxjs/toolkit/query").QueryDefinition<void, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems", SearchMetadata, "salesApi">>, useCreateApiTenderMutation: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseMutation<import("@reduxjs/toolkit/query").MutationDefinition<Partial<ApiTender_Entity>, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems", ApiTender_Entity, "salesApi">>, useDeleteApiTenderMutation: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseMutation<import("@reduxjs/toolkit/query").MutationDefinition<number, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems", void, "salesApi">>, useUpdateApiTenderMutation: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseMutation<import("@reduxjs/toolkit/query").MutationDefinition<{
16
16
  id: number;
17
17
  body: Partial<ApiTender_Entity>;
18
- }, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames", void, "salesApi">>;
18
+ }, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems", void, "salesApi">>;
19
19
  export default apiTenderEndpoints;
20
20
  export declare const getApiTendersSelectors: (params: Record<string, unknown> | void) => import("@reduxjs/toolkit").EntitySelectors<ApiTender_Entity, {
21
- salesApi: import("@reduxjs/toolkit/query").CombinedState<{}, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames", "salesApi">;
21
+ salesApi: import("@reduxjs/toolkit/query").CombinedState<{}, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems", "salesApi">;
22
22
  salesKitState: import("redux").CombinedState<{
23
23
  quote: import("..").QuoteState;
24
24
  tender: import("../tender/tenderSlice").TenderState;