@nerdjs/sales-kit 3.0.11 → 3.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/entities/accessorialV1/accessorialV1.d.ts +1 -0
- package/dist/entities/accessorialV1/accessorialV1.js +1 -0
- package/dist/entities/accessorialV1/accessorialV1.js.map +1 -1
- package/dist/hooks/customer/customerAutocomplete.js +4 -4
- package/dist/hooks/customer/customerAutocomplete.js.map +1 -1
- package/dist/hooks/lep/lepAccessorials.js +83 -13
- package/dist/hooks/lep/lepAccessorials.js.map +1 -1
- package/dist/hooks/lep/lepAdjustments.js +8 -1
- package/dist/hooks/lep/lepAdjustments.js.map +1 -1
- package/dist/hooks/lep/lepCommodities.js +1 -1
- package/dist/hooks/lep/lepCommodities.js.map +1 -1
- package/dist/hooks/lep/lepConsolidations.js +2 -2
- package/dist/hooks/lep/lepConsolidations.js.map +1 -1
- package/dist/hooks/lep/lepDispatches.js +3 -1
- package/dist/hooks/lep/lepDispatches.js.map +1 -1
- package/dist/hooks/lep/lepShipcons.js +7 -1
- package/dist/hooks/lep/lepShipcons.js.map +1 -1
- package/dist/hooks/lep/lepUserNotes.js +2 -1
- package/dist/hooks/lep/lepUserNotes.js.map +1 -1
- package/dist/redux/quoteAccessorialV1/quoteAccessorialV1Endpoints.d.ts +181 -0
- package/dist/redux/quoteAccessorialV1/quoteAccessorialV1Endpoints.js +13 -1
- package/dist/redux/quoteAccessorialV1/quoteAccessorialV1Endpoints.js.map +1 -1
- package/package.json +1 -1
|
@@ -6,6 +6,12 @@ export declare const quoteAccessorialV1Endpoints: import("@reduxjs/toolkit/query
|
|
|
6
6
|
createQuoteAccessorialV1: import("@reduxjs/toolkit/query").MutationDefinition<{
|
|
7
7
|
quoteaccessorial: Partial<QuoteAccessorialV1_Entity>;
|
|
8
8
|
}, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/query").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}> | PromiseLike<import("@reduxjs/toolkit/query").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "accessorialsV1" | "activeCarriers" | "apiTenders" | "appointmentArrivals" | "appointmentIssueCategories" | "appointmentIssues" | "appointmentIssueSubcategories" | "appointmentNotes" | "appointmentNoteTypes" | "appointmentTrips" | "archerFiles" | "areas" | "assetNames" | "assets" | "assetTypes" | "attributeFields" | "billingKickbackResponseAccessorials" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbacks" | "billingMessages" | "billingNotes" | "cargoConsolidationCargoConsolidationCommodityPieces" | "cargoConsolidationCommodityPieces" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidations" | "carrierFiles" | "carrierInsurances" | "carrierNames" | "carrierPacketNotes" | "carrierPayContracts" | "carriers" | "carrierTenderAccessorials" | "carrierTenderDeductions" | "carrierTenderEdges" | "carrierTenderFiles" | "carrierTenderRateRecords" | "carrierTenders" | "carrierTendersV1" | "carrierV1" | "claimResponses" | "claims" | "claimStatuses" | "commodities" | "commoditiesV1" | "companyLocations" | "contacts" | "contracts" | "contractsRecords" | "creditTerms" | "customerBillingNotes" | "customerContracts" | "customerCredit" | "customerNames" | "customerPeople" | "customers" | "customersAccessorials" | "customersAccessorialsByCustomer" | "customersPeople" | "customersPeopleByCustomer" | "customerTrailers" | "customerTrailersByCustomer" | "deductions" | "defaultSettings" | "departmentPhones" | "dispatches" | "driverNames" | "drivers" | "driversV1" | "ediAccounts" | "ediLoadTenders" | "ediTransactions" | "employeeNames" | "files" | "flags" | "generalLedgerAccounts" | "genericTenders" | "holidays" | "invoiceAdjustments" | "invoiceLineItems" | "invoices" | "invoicesV1" | "loadAdjustments" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "loadBillingKickbacks" | "loadCommodities" | "loadExtraLites" | "loadFiles" | "customerFiles" | "loadQuoteAccessorials" | "loadRateReviews" | "loads" | "loadsAutocomplete" | "loadShipcons" | "loadsV1" | "loadTenders" | "loadTenderViews" | "loadUserNotesV1" | "locations" | "locationsFiles" | "locationsV1" | "locationsV1Accessorials" | "manualCheckCalls" | "nmfcClasses" | "nodeNames" | "nodes" | "nodeTypeNodes" | "nodeTypes" | "notifications" | "otrDispatches" | "people" | "personNames" | "positions" | "possibleIssueItems" | "quoteAccessorials" | "quoteAccessorialsV1" | "quotes" | "rateReviews" | "rejectionReasons" | "relayCodes" | "shipConDispatches" | "shipConDispatchesETAs" | "shipConETAs" | "shipConLastMapUpdate" | "shipcons" | "shipconsV1" | "summary_consolidationsV1" | "summary_dispatchesV1" | "tenders" | "trailerAvailabilities" | "trailerCodes" | "uninvoicedLoadsV1" | "unitsV1" | "userNotesV1" | "userSubscriptions" | "customersLocations" | "customersLocationsByCustomer" | "timeToPayReports" | "timeToPayReportsByCustomer" | "customerCreditLogs" | "customerCreditLogsByCustomer" | "customerCreditTypes" | "customerInvoices" | "uninvoicedLoadReports" | "customerStatuses" | "rateWareXlActiveTariffs" | "contractRates" | "contractRateRecords" | "contractRateRecordsByContractRates" | "customerRequestedAreas" | "customerRequestedAreasByCustomer" | "accountingInvoices" | "customerPendingLoads", QuoteAccessorialV1_Entity, "salesApi">;
|
|
9
|
+
batchAccessorialsAdjustmentEmail: import("@reduxjs/toolkit/query").MutationDefinition<{
|
|
10
|
+
archer_files: number[];
|
|
11
|
+
contacts: number[];
|
|
12
|
+
quote_accessorials: number[];
|
|
13
|
+
total_amount: string;
|
|
14
|
+
}, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/query").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}> | PromiseLike<import("@reduxjs/toolkit/query").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "accessorialsV1" | "activeCarriers" | "apiTenders" | "appointmentArrivals" | "appointmentIssueCategories" | "appointmentIssues" | "appointmentIssueSubcategories" | "appointmentNotes" | "appointmentNoteTypes" | "appointmentTrips" | "archerFiles" | "areas" | "assetNames" | "assets" | "assetTypes" | "attributeFields" | "billingKickbackResponseAccessorials" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbacks" | "billingMessages" | "billingNotes" | "cargoConsolidationCargoConsolidationCommodityPieces" | "cargoConsolidationCommodityPieces" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidations" | "carrierFiles" | "carrierInsurances" | "carrierNames" | "carrierPacketNotes" | "carrierPayContracts" | "carriers" | "carrierTenderAccessorials" | "carrierTenderDeductions" | "carrierTenderEdges" | "carrierTenderFiles" | "carrierTenderRateRecords" | "carrierTenders" | "carrierTendersV1" | "carrierV1" | "claimResponses" | "claims" | "claimStatuses" | "commodities" | "commoditiesV1" | "companyLocations" | "contacts" | "contracts" | "contractsRecords" | "creditTerms" | "customerBillingNotes" | "customerContracts" | "customerCredit" | "customerNames" | "customerPeople" | "customers" | "customersAccessorials" | "customersAccessorialsByCustomer" | "customersPeople" | "customersPeopleByCustomer" | "customerTrailers" | "customerTrailersByCustomer" | "deductions" | "defaultSettings" | "departmentPhones" | "dispatches" | "driverNames" | "drivers" | "driversV1" | "ediAccounts" | "ediLoadTenders" | "ediTransactions" | "employeeNames" | "files" | "flags" | "generalLedgerAccounts" | "genericTenders" | "holidays" | "invoiceAdjustments" | "invoiceLineItems" | "invoices" | "invoicesV1" | "loadAdjustments" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "loadBillingKickbacks" | "loadCommodities" | "loadExtraLites" | "loadFiles" | "customerFiles" | "loadQuoteAccessorials" | "loadRateReviews" | "loads" | "loadsAutocomplete" | "loadShipcons" | "loadsV1" | "loadTenders" | "loadTenderViews" | "loadUserNotesV1" | "locations" | "locationsFiles" | "locationsV1" | "locationsV1Accessorials" | "manualCheckCalls" | "nmfcClasses" | "nodeNames" | "nodes" | "nodeTypeNodes" | "nodeTypes" | "notifications" | "otrDispatches" | "people" | "personNames" | "positions" | "possibleIssueItems" | "quoteAccessorials" | "quoteAccessorialsV1" | "quotes" | "rateReviews" | "rejectionReasons" | "relayCodes" | "shipConDispatches" | "shipConDispatchesETAs" | "shipConETAs" | "shipConLastMapUpdate" | "shipcons" | "shipconsV1" | "summary_consolidationsV1" | "summary_dispatchesV1" | "tenders" | "trailerAvailabilities" | "trailerCodes" | "uninvoicedLoadsV1" | "unitsV1" | "userNotesV1" | "userSubscriptions" | "customersLocations" | "customersLocationsByCustomer" | "timeToPayReports" | "timeToPayReportsByCustomer" | "customerCreditLogs" | "customerCreditLogsByCustomer" | "customerCreditTypes" | "customerInvoices" | "uninvoicedLoadReports" | "customerStatuses" | "rateWareXlActiveTariffs" | "contractRates" | "contractRateRecords" | "contractRateRecordsByContractRates" | "customerRequestedAreas" | "customerRequestedAreasByCustomer" | "accountingInvoices" | "customerPendingLoads", void, "salesApi">;
|
|
9
15
|
updateQuoteAccessorialV1: import("@reduxjs/toolkit/query").MutationDefinition<{
|
|
10
16
|
id: number;
|
|
11
17
|
body: {
|
|
@@ -1157,6 +1163,181 @@ export declare const useGetQuoteAccessorialV1Query: <R extends Record<string, an
|
|
|
1157
1163
|
};
|
|
1158
1164
|
} | undefined;
|
|
1159
1165
|
reset: () => void;
|
|
1166
|
+
}], useBatchAccessorialsAdjustmentEmailMutation: <R extends Record<string, any> = ({
|
|
1167
|
+
requestId?: undefined;
|
|
1168
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1169
|
+
data?: undefined;
|
|
1170
|
+
error?: undefined;
|
|
1171
|
+
endpointName?: string | undefined;
|
|
1172
|
+
startedTimeStamp?: undefined;
|
|
1173
|
+
fulfilledTimeStamp?: undefined;
|
|
1174
|
+
} & {
|
|
1175
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1176
|
+
isUninitialized: true;
|
|
1177
|
+
isLoading: false;
|
|
1178
|
+
isSuccess: false;
|
|
1179
|
+
isError: false;
|
|
1180
|
+
}) | ({
|
|
1181
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
1182
|
+
} & Omit<{
|
|
1183
|
+
requestId: string;
|
|
1184
|
+
data?: void | undefined;
|
|
1185
|
+
error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
|
|
1186
|
+
endpointName: string;
|
|
1187
|
+
startedTimeStamp: number;
|
|
1188
|
+
fulfilledTimeStamp?: number | undefined;
|
|
1189
|
+
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
1190
|
+
requestId: string;
|
|
1191
|
+
data?: void | undefined;
|
|
1192
|
+
error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
|
|
1193
|
+
endpointName: string;
|
|
1194
|
+
startedTimeStamp: number;
|
|
1195
|
+
fulfilledTimeStamp?: number | undefined;
|
|
1196
|
+
}, "data" | "fulfilledTimeStamp">> & {
|
|
1197
|
+
error: undefined;
|
|
1198
|
+
} & {
|
|
1199
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
1200
|
+
isUninitialized: false;
|
|
1201
|
+
isLoading: false;
|
|
1202
|
+
isSuccess: true;
|
|
1203
|
+
isError: false;
|
|
1204
|
+
}) | ({
|
|
1205
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
1206
|
+
} & {
|
|
1207
|
+
requestId: string;
|
|
1208
|
+
data?: void | undefined;
|
|
1209
|
+
error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
|
|
1210
|
+
endpointName: string;
|
|
1211
|
+
startedTimeStamp: number;
|
|
1212
|
+
fulfilledTimeStamp?: number | undefined;
|
|
1213
|
+
} & {
|
|
1214
|
+
data?: undefined;
|
|
1215
|
+
} & {
|
|
1216
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
1217
|
+
isUninitialized: false;
|
|
1218
|
+
isLoading: true;
|
|
1219
|
+
isSuccess: false;
|
|
1220
|
+
isError: false;
|
|
1221
|
+
}) | ({
|
|
1222
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
1223
|
+
} & Omit<{
|
|
1224
|
+
requestId: string;
|
|
1225
|
+
data?: void | undefined;
|
|
1226
|
+
error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
|
|
1227
|
+
endpointName: string;
|
|
1228
|
+
startedTimeStamp: number;
|
|
1229
|
+
fulfilledTimeStamp?: number | undefined;
|
|
1230
|
+
}, "error"> & Required<Pick<{
|
|
1231
|
+
requestId: string;
|
|
1232
|
+
data?: void | undefined;
|
|
1233
|
+
error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
|
|
1234
|
+
endpointName: string;
|
|
1235
|
+
startedTimeStamp: number;
|
|
1236
|
+
fulfilledTimeStamp?: number | undefined;
|
|
1237
|
+
}, "error">> & {
|
|
1238
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
1239
|
+
isUninitialized: false;
|
|
1240
|
+
isLoading: false;
|
|
1241
|
+
isSuccess: false;
|
|
1242
|
+
isError: true;
|
|
1243
|
+
})>(options?: {
|
|
1244
|
+
selectFromResult?: ((state: ({
|
|
1245
|
+
requestId?: undefined;
|
|
1246
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1247
|
+
data?: undefined;
|
|
1248
|
+
error?: undefined;
|
|
1249
|
+
endpointName?: string | undefined;
|
|
1250
|
+
startedTimeStamp?: undefined;
|
|
1251
|
+
fulfilledTimeStamp?: undefined;
|
|
1252
|
+
} & {
|
|
1253
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1254
|
+
isUninitialized: true;
|
|
1255
|
+
isLoading: false;
|
|
1256
|
+
isSuccess: false;
|
|
1257
|
+
isError: false;
|
|
1258
|
+
}) | ({
|
|
1259
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
1260
|
+
} & Omit<{
|
|
1261
|
+
requestId: string;
|
|
1262
|
+
data?: void | undefined;
|
|
1263
|
+
error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
|
|
1264
|
+
endpointName: string;
|
|
1265
|
+
startedTimeStamp: number;
|
|
1266
|
+
fulfilledTimeStamp?: number | undefined;
|
|
1267
|
+
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
1268
|
+
requestId: string;
|
|
1269
|
+
data?: void | undefined;
|
|
1270
|
+
error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
|
|
1271
|
+
endpointName: string;
|
|
1272
|
+
startedTimeStamp: number;
|
|
1273
|
+
fulfilledTimeStamp?: number | undefined;
|
|
1274
|
+
}, "data" | "fulfilledTimeStamp">> & {
|
|
1275
|
+
error: undefined;
|
|
1276
|
+
} & {
|
|
1277
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
1278
|
+
isUninitialized: false;
|
|
1279
|
+
isLoading: false;
|
|
1280
|
+
isSuccess: true;
|
|
1281
|
+
isError: false;
|
|
1282
|
+
}) | ({
|
|
1283
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
1284
|
+
} & {
|
|
1285
|
+
requestId: string;
|
|
1286
|
+
data?: void | undefined;
|
|
1287
|
+
error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
|
|
1288
|
+
endpointName: string;
|
|
1289
|
+
startedTimeStamp: number;
|
|
1290
|
+
fulfilledTimeStamp?: number | undefined;
|
|
1291
|
+
} & {
|
|
1292
|
+
data?: undefined;
|
|
1293
|
+
} & {
|
|
1294
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
1295
|
+
isUninitialized: false;
|
|
1296
|
+
isLoading: true;
|
|
1297
|
+
isSuccess: false;
|
|
1298
|
+
isError: false;
|
|
1299
|
+
}) | ({
|
|
1300
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
1301
|
+
} & Omit<{
|
|
1302
|
+
requestId: string;
|
|
1303
|
+
data?: void | undefined;
|
|
1304
|
+
error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
|
|
1305
|
+
endpointName: string;
|
|
1306
|
+
startedTimeStamp: number;
|
|
1307
|
+
fulfilledTimeStamp?: number | undefined;
|
|
1308
|
+
}, "error"> & Required<Pick<{
|
|
1309
|
+
requestId: string;
|
|
1310
|
+
data?: void | undefined;
|
|
1311
|
+
error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
|
|
1312
|
+
endpointName: string;
|
|
1313
|
+
startedTimeStamp: number;
|
|
1314
|
+
fulfilledTimeStamp?: number | undefined;
|
|
1315
|
+
}, "error">> & {
|
|
1316
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
1317
|
+
isUninitialized: false;
|
|
1318
|
+
isLoading: false;
|
|
1319
|
+
isSuccess: false;
|
|
1320
|
+
isError: true;
|
|
1321
|
+
})) => R) | undefined;
|
|
1322
|
+
fixedCacheKey?: string | undefined;
|
|
1323
|
+
} | undefined) => readonly [(arg: {
|
|
1324
|
+
archer_files: number[];
|
|
1325
|
+
contacts: number[];
|
|
1326
|
+
quote_accessorials: number[];
|
|
1327
|
+
total_amount: string;
|
|
1328
|
+
}) => import("@reduxjs/toolkit/query").MutationActionCreatorResult<import("@reduxjs/toolkit/query").MutationDefinition<{
|
|
1329
|
+
archer_files: number[];
|
|
1330
|
+
contacts: number[];
|
|
1331
|
+
quote_accessorials: number[];
|
|
1332
|
+
total_amount: string;
|
|
1333
|
+
}, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/query").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}> | PromiseLike<import("@reduxjs/toolkit/query").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "accessorialsV1" | "activeCarriers" | "apiTenders" | "appointmentArrivals" | "appointmentIssueCategories" | "appointmentIssues" | "appointmentIssueSubcategories" | "appointmentNotes" | "appointmentNoteTypes" | "appointmentTrips" | "archerFiles" | "areas" | "assetNames" | "assets" | "assetTypes" | "attributeFields" | "billingKickbackResponseAccessorials" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbacks" | "billingMessages" | "billingNotes" | "cargoConsolidationCargoConsolidationCommodityPieces" | "cargoConsolidationCommodityPieces" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidations" | "carrierFiles" | "carrierInsurances" | "carrierNames" | "carrierPacketNotes" | "carrierPayContracts" | "carriers" | "carrierTenderAccessorials" | "carrierTenderDeductions" | "carrierTenderEdges" | "carrierTenderFiles" | "carrierTenderRateRecords" | "carrierTenders" | "carrierTendersV1" | "carrierV1" | "claimResponses" | "claims" | "claimStatuses" | "commodities" | "commoditiesV1" | "companyLocations" | "contacts" | "contracts" | "contractsRecords" | "creditTerms" | "customerBillingNotes" | "customerContracts" | "customerCredit" | "customerNames" | "customerPeople" | "customers" | "customersAccessorials" | "customersAccessorialsByCustomer" | "customersPeople" | "customersPeopleByCustomer" | "customerTrailers" | "customerTrailersByCustomer" | "deductions" | "defaultSettings" | "departmentPhones" | "dispatches" | "driverNames" | "drivers" | "driversV1" | "ediAccounts" | "ediLoadTenders" | "ediTransactions" | "employeeNames" | "files" | "flags" | "generalLedgerAccounts" | "genericTenders" | "holidays" | "invoiceAdjustments" | "invoiceLineItems" | "invoices" | "invoicesV1" | "loadAdjustments" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "loadBillingKickbacks" | "loadCommodities" | "loadExtraLites" | "loadFiles" | "customerFiles" | "loadQuoteAccessorials" | "loadRateReviews" | "loads" | "loadsAutocomplete" | "loadShipcons" | "loadsV1" | "loadTenders" | "loadTenderViews" | "loadUserNotesV1" | "locations" | "locationsFiles" | "locationsV1" | "locationsV1Accessorials" | "manualCheckCalls" | "nmfcClasses" | "nodeNames" | "nodes" | "nodeTypeNodes" | "nodeTypes" | "notifications" | "otrDispatches" | "people" | "personNames" | "positions" | "possibleIssueItems" | "quoteAccessorials" | "quoteAccessorialsV1" | "quotes" | "rateReviews" | "rejectionReasons" | "relayCodes" | "shipConDispatches" | "shipConDispatchesETAs" | "shipConETAs" | "shipConLastMapUpdate" | "shipcons" | "shipconsV1" | "summary_consolidationsV1" | "summary_dispatchesV1" | "tenders" | "trailerAvailabilities" | "trailerCodes" | "uninvoicedLoadsV1" | "unitsV1" | "userNotesV1" | "userSubscriptions" | "customersLocations" | "customersLocationsByCustomer" | "timeToPayReports" | "timeToPayReportsByCustomer" | "customerCreditLogs" | "customerCreditLogsByCustomer" | "customerCreditTypes" | "customerInvoices" | "uninvoicedLoadReports" | "customerStatuses" | "rateWareXlActiveTariffs" | "contractRates" | "contractRateRecords" | "contractRateRecordsByContractRates" | "customerRequestedAreas" | "customerRequestedAreasByCustomer" | "accountingInvoices" | "customerPendingLoads", void, "salesApi">>, import("@reduxjs/toolkit/query").TSHelpersNoInfer<R> & {
|
|
1334
|
+
originalArgs?: {
|
|
1335
|
+
archer_files: number[];
|
|
1336
|
+
contacts: number[];
|
|
1337
|
+
quote_accessorials: number[];
|
|
1338
|
+
total_amount: string;
|
|
1339
|
+
} | undefined;
|
|
1340
|
+
reset: () => void;
|
|
1160
1341
|
}];
|
|
1161
1342
|
export default quoteAccessorialV1Endpoints;
|
|
1162
1343
|
export declare const getQuoteAccessorialsV1Selectors: (params: Record<string, unknown> | void) => import("@reduxjs/toolkit").EntitySelectors<QuoteAccessorialV1_Entity, {
|
|
@@ -32,6 +32,18 @@ export const quoteAccessorialV1Endpoints = salesApi.injectEndpoints({
|
|
|
32
32
|
}),
|
|
33
33
|
invalidatesTags: ["quoteAccessorialsV1", "loadQuoteAccessorials"],
|
|
34
34
|
}),
|
|
35
|
+
batchAccessorialsAdjustmentEmail: build.mutation({
|
|
36
|
+
query: (body) => ({
|
|
37
|
+
method: "POST",
|
|
38
|
+
body,
|
|
39
|
+
url: `quote_accessorials/batch_accessorials_adjustment_email.json`,
|
|
40
|
+
routePrefix: "/v1",
|
|
41
|
+
headers: {
|
|
42
|
+
Accept: "text/plain",
|
|
43
|
+
},
|
|
44
|
+
responseHandler: "text",
|
|
45
|
+
}),
|
|
46
|
+
}),
|
|
35
47
|
updateQuoteAccessorialV1: build.mutation({
|
|
36
48
|
query: (args) => ({
|
|
37
49
|
method: "PUT",
|
|
@@ -55,7 +67,7 @@ export const quoteAccessorialV1Endpoints = salesApi.injectEndpoints({
|
|
|
55
67
|
}),
|
|
56
68
|
}),
|
|
57
69
|
});
|
|
58
|
-
export const { useGetQuoteAccessorialV1Query, useGetQuoteAccessorialsV1Query, useLazyGetQuoteAccessorialsV1Query, useLazyGetQuoteAccessorialV1Query, useCreateQuoteAccessorialV1Mutation, useDeleteQuoteAccessorialV1Mutation, useUpdateQuoteAccessorialV1Mutation, } = quoteAccessorialV1Endpoints;
|
|
70
|
+
export const { useGetQuoteAccessorialV1Query, useGetQuoteAccessorialsV1Query, useLazyGetQuoteAccessorialsV1Query, useLazyGetQuoteAccessorialV1Query, useCreateQuoteAccessorialV1Mutation, useDeleteQuoteAccessorialV1Mutation, useUpdateQuoteAccessorialV1Mutation, useBatchAccessorialsAdjustmentEmailMutation, } = quoteAccessorialV1Endpoints;
|
|
59
71
|
export default quoteAccessorialV1Endpoints;
|
|
60
72
|
export const getQuoteAccessorialsV1Selectors = (params) => {
|
|
61
73
|
return quoteAccessorialsV1Adapter.getSelectors((state) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"quoteAccessorialV1Endpoints.js","sourceRoot":"","sources":["../../../src/redux/quoteAccessorialV1/quoteAccessorialV1Endpoints.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EAEnB,cAAc,GACf,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAG3C,MAAM,0BAA0B,GAC9B,mBAAmB,EAA6B,CAAC;AACnD,MAAM,+BAA+B,GACnC,0BAA0B,CAAC,eAAe,EAAE,CAAC;AAE/C,MAAM,CAAC,MAAM,2BAA2B,GAAG,QAAQ,CAAC,eAAe,CAAC;IAClE,SAAS,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;QACrB,sBAAsB,EAAE,KAAK,CAAC,KAAK,CAGjC;YACA,KAAK,EAAE,CAAC,IAAI,EAAE,EAAE;gBACd,OAAO;oBACL,GAAG,EAAE,oBAAoB;oBACzB,MAAM,EAAE,IAAI;oBACZ,WAAW,EAAE,KAAK;iBACnB,CAAC;YACJ,CAAC;YACD,iBAAiB,EAAE,CAAC,YAAyC,EAAE,EAAE;gBAC/D,OAAO,0BAA0B,CAAC,MAAM,CACtC,+BAA+B,EAC/B,YAAY,CACb,CAAC;YACJ,CAAC;YACD,YAAY,EAAE,CAAC,qBAAqB,CAAC;SACtC,CAAC;QACF,qBAAqB,EAAE,KAAK,CAAC,KAAK,CAAoC;YACpE,KAAK,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,EAAE,sBAAsB,EAAE,EAAE,EAAE,WAAW,EAAE,KAAK,EAAE,CAAC;YACxE,YAAY,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC;gBACrC,EAAE,IAAI,EAAE,qBAAqB,EAAE,EAAE,EAAE;aACpC;SACF,CAAC;QACF,wBAAwB,EAAE,KAAK,CAAC,QAAQ,CAGtC;YACA,KAAK,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;gBAChB,MAAM,EAAE,MAAM;gBACd,IAAI;gBACJ,GAAG,EAAE,oBAAoB;gBACzB,WAAW,EAAE,KAAK;aACnB,CAAC;YACF,eAAe,EAAE,CAAC,qBAAqB,EAAE,uBAAuB,CAAC;SAClE,CAAC;QACF,wBAAwB,EAAE,KAAK,CAAC,QAAQ,CAMtC;YACA,KAAK,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;gBAChB,MAAM,EAAE,KAAK;gBACb,IAAI,EAAE,IAAI,CAAC,IAAI;gBACf,GAAG,EAAE,sBAAsB,IAAI,CAAC,EAAE,EAAE;gBACpC,WAAW,EAAE,KAAK;aACnB,CAAC;YACF,eAAe,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC;gBAC5C,EAAE,IAAI,EAAE,qBAAqB,EAAE,EAAE,EAAE;gBACnC,qBAAqB;gBACrB,uBAAuB;aACxB;SACF,CAAC;QACF,wBAAwB,EAAE,KAAK,CAAC,QAAQ,CAAe;YACrD,KAAK,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;gBACd,MAAM,EAAE,QAAQ;gBAChB,GAAG,EAAE,sBAAsB,EAAE,EAAE;gBAC/B,WAAW,EAAE,KAAK;aACnB,CAAC;YACF,eAAe,EAAE,CAAC,qBAAqB,EAAE,uBAAuB,CAAC;SAClE,CAAC;KACH,CAAC;CACH,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,EACX,6BAA6B,EAC7B,8BAA8B,EAC9B,kCAAkC,EAClC,iCAAiC,EACjC,mCAAmC,EACnC,mCAAmC,EACnC,mCAAmC,
|
|
1
|
+
{"version":3,"file":"quoteAccessorialV1Endpoints.js","sourceRoot":"","sources":["../../../src/redux/quoteAccessorialV1/quoteAccessorialV1Endpoints.ts"],"names":[],"mappings":"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"}
|