@nerdjs/sales-kit 3.2.13 → 3.2.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/entities/contract/contract.d.ts +2 -0
- package/dist/entities/contract/contract.js +6 -0
- package/dist/entities/contract/contract.js.map +1 -1
- package/dist/hooks/carrierInvoicePanel/carrierWidget.js +42 -6
- package/dist/hooks/carrierInvoicePanel/carrierWidget.js.map +1 -1
- package/dist/redux/railInvoiceV1/railInvoiceV1Endpoints.d.ts +161 -0
- package/dist/redux/railInvoiceV1/railInvoiceV1Endpoints.js +13 -1
- package/dist/redux/railInvoiceV1/railInvoiceV1Endpoints.js.map +1 -1
- package/package.json +1 -1
|
@@ -19,6 +19,8 @@ export default class Contract_Entity {
|
|
|
19
19
|
"name",
|
|
20
20
|
"tariffName",
|
|
21
21
|
"effectiveDate",
|
|
22
|
+
"temperatureControlled",
|
|
23
|
+
"recordCount",
|
|
22
24
|
"createdAt",
|
|
23
25
|
"updatedAt",
|
|
24
26
|
];
|
|
@@ -28,6 +30,8 @@ export default class Contract_Entity {
|
|
|
28
30
|
this.name = contractJson.name;
|
|
29
31
|
this.tariffName = contractJson.tariffName;
|
|
30
32
|
this.effectiveDate = contractJson.effectiveDate;
|
|
33
|
+
this.temperatureControlled = contractJson.temperatureControlled;
|
|
34
|
+
this.recordCount = contractJson.recordCount;
|
|
31
35
|
this.createdAt = contractJson.createdAt;
|
|
32
36
|
this.updatedAt = contractJson.updatedAt;
|
|
33
37
|
}
|
|
@@ -39,6 +43,8 @@ export default class Contract_Entity {
|
|
|
39
43
|
name;
|
|
40
44
|
tariffName;
|
|
41
45
|
effectiveDate;
|
|
46
|
+
temperatureControlled;
|
|
47
|
+
recordCount;
|
|
42
48
|
createdAt;
|
|
43
49
|
updatedAt;
|
|
44
50
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contract.js","sourceRoot":"","sources":["../../../src/entities/contract/contract.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,SAAS,SAAS,CAAC,YAAqB;IACtC,IAAI,OAAO,YAAY,KAAK,QAAQ,IAAI,YAAY,IAAI,IAAI,EAAE,CAAC;QAC7D,eAAe,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;YACjD,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC;gBAC9C,MAAM,IAAI,KAAK,CAAC,SAAS,OAAO,uBAAuB,CAAC,CAAC;QAC7D,CAAC,CAAC,CAAC;IACL,CAAC;IACD,OAAO,IAAI,CAAC;AACd,CAAC;AAED,MAAM,CAAC,OAAO,OAAO,eAAe;IAClC,MAAM,CAAC,cAAc,GAAG;QACtB,IAAI;QACJ,MAAM;QACN,YAAY;QACZ,eAAe;QACf,WAAW;QACX,WAAW;KACZ,CAAC;IAEF,YAAY,YAAqB;QAC/B,IAAI,SAAS,CAAC,YAAY,CAAC,EAAE,CAAC;YAC5B,IAAI,CAAC,EAAE,GAAG,YAAY,CAAC,EAAE,CAAC;YAC1B,IAAI,CAAC,IAAI,GAAG,YAAY,CAAC,IAAI,CAAC;YAC9B,IAAI,CAAC,UAAU,GAAG,YAAY,CAAC,UAAU,CAAC;YAC1C,IAAI,CAAC,aAAa,GAAG,YAAY,CAAC,aAAa,CAAC;YAChD,IAAI,CAAC,SAAS,GAAG,YAAY,CAAC,SAAS,CAAC;YACxC,IAAI,CAAC,SAAS,GAAG,YAAY,CAAC,SAAS,CAAC;QAC1C,CAAC;aAAM,CAAC;YACN,MAAM,IAAI,KAAK,CACb,oCAAoC,eAAe,CAAC,IAAI,EAAE,CAC3D,CAAC;QACJ,CAAC;IACH,CAAC;IAED,EAAE,CAAS;IACX,IAAI,CAAS;IACb,UAAU,CAAS;IACnB,aAAa,CAAS;IACtB,SAAS,CAAS;IAClB,SAAS,CAAS"}
|
|
1
|
+
{"version":3,"file":"contract.js","sourceRoot":"","sources":["../../../src/entities/contract/contract.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,SAAS,SAAS,CAAC,YAAqB;IACtC,IAAI,OAAO,YAAY,KAAK,QAAQ,IAAI,YAAY,IAAI,IAAI,EAAE,CAAC;QAC7D,eAAe,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;YACjD,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC;gBAC9C,MAAM,IAAI,KAAK,CAAC,SAAS,OAAO,uBAAuB,CAAC,CAAC;QAC7D,CAAC,CAAC,CAAC;IACL,CAAC;IACD,OAAO,IAAI,CAAC;AACd,CAAC;AAED,MAAM,CAAC,OAAO,OAAO,eAAe;IAClC,MAAM,CAAC,cAAc,GAAG;QACtB,IAAI;QACJ,MAAM;QACN,YAAY;QACZ,eAAe;QACf,uBAAuB;QACvB,aAAa;QACb,WAAW;QACX,WAAW;KACZ,CAAC;IAEF,YAAY,YAAqB;QAC/B,IAAI,SAAS,CAAC,YAAY,CAAC,EAAE,CAAC;YAC5B,IAAI,CAAC,EAAE,GAAG,YAAY,CAAC,EAAE,CAAC;YAC1B,IAAI,CAAC,IAAI,GAAG,YAAY,CAAC,IAAI,CAAC;YAC9B,IAAI,CAAC,UAAU,GAAG,YAAY,CAAC,UAAU,CAAC;YAC1C,IAAI,CAAC,aAAa,GAAG,YAAY,CAAC,aAAa,CAAC;YAChD,IAAI,CAAC,qBAAqB,GAAG,YAAY,CAAC,qBAAqB,CAAC;YAChE,IAAI,CAAC,WAAW,GAAG,YAAY,CAAC,WAAW,CAAC;YAC5C,IAAI,CAAC,SAAS,GAAG,YAAY,CAAC,SAAS,CAAC;YACxC,IAAI,CAAC,SAAS,GAAG,YAAY,CAAC,SAAS,CAAC;QAC1C,CAAC;aAAM,CAAC;YACN,MAAM,IAAI,KAAK,CACb,oCAAoC,eAAe,CAAC,IAAI,EAAE,CAC3D,CAAC;QACJ,CAAC;IACH,CAAC;IAED,EAAE,CAAS;IACX,IAAI,CAAS;IACb,UAAU,CAAS;IACnB,aAAa,CAAS;IACtB,qBAAqB,CAAU;IAC/B,WAAW,CAAS;IACpB,SAAS,CAAS;IAClB,SAAS,CAAS"}
|
|
@@ -50,19 +50,37 @@ const Content = () => {
|
|
|
50
50
|
}, children: _jsx(NerdDatePicker, { label: "", onChange: (v) => {
|
|
51
51
|
dispatch(setCarrierInvoiceBody({
|
|
52
52
|
...carrierInvoiceBody,
|
|
53
|
-
invoice_date: v
|
|
53
|
+
invoice_date: v
|
|
54
|
+
? v
|
|
55
|
+
.toUTC(undefined, { keepLocalTime: true })
|
|
56
|
+
.set({
|
|
57
|
+
hour: 0,
|
|
58
|
+
minute: 0,
|
|
59
|
+
second: 0,
|
|
60
|
+
millisecond: 0,
|
|
61
|
+
})
|
|
62
|
+
.toISO() || ""
|
|
63
|
+
: "",
|
|
54
64
|
}));
|
|
55
65
|
if (carrierInvoice?.id)
|
|
56
66
|
updateCarrierInvoice({
|
|
57
67
|
id: carrierInvoice.id,
|
|
58
68
|
body: {
|
|
59
69
|
carrierinvoice: {
|
|
60
|
-
invoice_date: v
|
|
70
|
+
invoice_date: v
|
|
71
|
+
?.toUTC(undefined, { keepLocalTime: true })
|
|
72
|
+
.set({
|
|
73
|
+
hour: 0,
|
|
74
|
+
minute: 0,
|
|
75
|
+
second: 0,
|
|
76
|
+
millisecond: 0,
|
|
77
|
+
})
|
|
78
|
+
.toISO() || "",
|
|
61
79
|
},
|
|
62
80
|
},
|
|
63
81
|
});
|
|
64
82
|
}, value: carrierInvoiceBody?.invoice_date
|
|
65
|
-
? DateTime.fromISO(carrierInvoiceBody.invoice_date)
|
|
83
|
+
? DateTime.fromISO(carrierInvoiceBody.invoice_date).toUTC()
|
|
66
84
|
: null, inputProps: {
|
|
67
85
|
startDecorator: "Invoice Date: ",
|
|
68
86
|
size: "sm",
|
|
@@ -71,19 +89,37 @@ const Content = () => {
|
|
|
71
89
|
}, children: _jsx(NerdDatePicker, { label: "", onChange: (v) => {
|
|
72
90
|
dispatch(setCarrierInvoiceBody({
|
|
73
91
|
...carrierInvoiceBody,
|
|
74
|
-
due_date: v
|
|
92
|
+
due_date: v
|
|
93
|
+
? v
|
|
94
|
+
.toUTC(undefined, { keepLocalTime: true })
|
|
95
|
+
.set({
|
|
96
|
+
hour: 0,
|
|
97
|
+
minute: 0,
|
|
98
|
+
second: 0,
|
|
99
|
+
millisecond: 0,
|
|
100
|
+
})
|
|
101
|
+
.toISO() || ""
|
|
102
|
+
: "",
|
|
75
103
|
}));
|
|
76
104
|
if (carrierInvoice?.id)
|
|
77
105
|
updateCarrierInvoice({
|
|
78
106
|
id: carrierInvoice.id,
|
|
79
107
|
body: {
|
|
80
108
|
carrierinvoice: {
|
|
81
|
-
due_date: v
|
|
109
|
+
due_date: v
|
|
110
|
+
?.toUTC(undefined, { keepLocalTime: true })
|
|
111
|
+
.set({
|
|
112
|
+
hour: 0,
|
|
113
|
+
minute: 0,
|
|
114
|
+
second: 0,
|
|
115
|
+
millisecond: 0,
|
|
116
|
+
})
|
|
117
|
+
.toISO() || "",
|
|
82
118
|
},
|
|
83
119
|
},
|
|
84
120
|
});
|
|
85
121
|
}, value: carrierInvoiceBody?.due_date
|
|
86
|
-
? DateTime.fromISO(carrierInvoiceBody.due_date)
|
|
122
|
+
? DateTime.fromISO(carrierInvoiceBody.due_date).toUTC()
|
|
87
123
|
: null, inputProps: {
|
|
88
124
|
startDecorator: "Due Date: ",
|
|
89
125
|
size: "sm",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"carrierWidget.js","sourceRoot":"","sources":["../../../src/hooks/carrierInvoicePanel/carrierWidget.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"carrierWidget.js","sourceRoot":"","sources":["../../../src/hooks/carrierInvoicePanel/carrierWidget.tsx"],"names":[],"mappings":"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"}
|
|
@@ -16,6 +16,7 @@ export declare const railInvoiceV1Endpoints: import("@reduxjs/toolkit/query").Ap
|
|
|
16
16
|
}, (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" | "accountingInvoices" | "activeCarriers" | "apiTenders" | "appointmentArrivals" | "appointmentIssueCategories" | "appointmentIssues" | "appointmentIssueSubcategories" | "appointmentNotes" | "appointmentNoteTypes" | "appointmentTrips" | "archerFiles" | "areas" | "arTransactions" | "assetNames" | "assetNamesFiltered" | "assets" | "assetTypes" | "attributeFields" | "billingKickbackResponseAccessorials" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbacks" | "billingMessages" | "billingNotes" | "cargoConsolidationCargoConsolidationCommodityPieces" | "cargoConsolidationCommodityPieces" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidations" | "carrierFiles" | "carrierInsurances" | "carrierInvoiceFiles" | "carrierInvoices" | "carrierInvoicesV1" | "carrierNames" | "carrierPacketNotes" | "carrierPayContracts" | "carriers" | "carrierTenderAccessorials" | "carrierTenderDeductions" | "carrierTenderEdges" | "carrierTenderFiles" | "carrierTenderRateRecords" | "carrierTenders" | "carrierTendersAccounting" | "carrierTendersV1" | "claimResponses" | "claims" | "claimStatuses" | "commodities" | "commoditiesV1" | "companyLocations" | "contacts" | "contractRateRecords" | "contractRateRecordsByContractRates" | "contractRates" | "contracts" | "contractsRecords" | "creditTerms" | "customerBillingNotes" | "customerContracts" | "customerCredit" | "customerCreditLogs" | "customerCreditLogsByCustomer" | "customerCreditStatus" | "customerCreditTypes" | "customerFiles" | "customerInvoices" | "customerNames" | "customerPendingLoads" | "customerPeople" | "customerRequestedAreas" | "customerRequestedAreasByCustomer" | "customers" | "customersV1" | "customersAccessorials" | "customersAccessorialsByCustomer" | "customersLight" | "customersLocations" | "customersLocationsByCustomer" | "customersPeople" | "customersPeopleByCustomer" | "customerStatuses" | "customerTrailers" | "customerTrailersByCustomer" | "deductions" | "defaultSettings" | "departmentPhones" | "dispatches" | "driverNames" | "drivers" | "driversV1" | "ediAccounts" | "ediLoadTenders" | "ediTransactions" | "employeeNames" | "files" | "flags" | "generalLedgerAccounts" | "genericTenders" | "holidays" | "invoiceAdjustments" | "invoiceLineItems" | "invoicePaymentsByPaymentIDV1" | "invoicePaymentsV1" | "invoices" | "invoicesV1" | "loadAdjustments" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "loadBillingKickbacks" | "loadCommodities" | "loadExtraLites" | "loadFiles" | "loadQuoteAccessorials" | "loadRateReviews" | "loads" | "loadsAutocomplete" | "loadShipcons" | "loadsV1" | "loadTenders" | "loadTenderViews" | "loadUserNotesV1" | "locations" | "locationsFiles" | "locationsV1" | "locationsV1Accessorials" | "manualCheckCalls" | "nmfcClasses" | "nodeNames" | "nodes" | "nodeTypeNodes" | "nodeTypes" | "notifications" | "otrDispatches" | "paymentFiles" | "paymentsV1" | "people" | "personNames" | "positions" | "possibleIssueItems" | "quoteAccessorials" | "quoteAccessorialsV1" | "quotes" | "railInvoiceFiles" | "railInvoicesV1" | "railTenders" | "railTendersV1" | "rateReviews" | "rateWareXlActiveTariffs" | "rejectionReasons" | "relayCodes" | "shipConDispatches" | "shipConDispatchesETAs" | "shipConETAs" | "shipConLastMapUpdate" | "shipcons" | "shipconsV1" | "summary_consolidationsV1" | "summary_dispatchesV1" | "tenders" | "tenderStatusesV1" | "timeToPayReports" | "timeToPayReportsByCustomer" | "trailerAvailabilities" | "trailerCodes" | "uninvoicedLoadReports" | "uninvoicedLoadsV1" | "unitsV1" | "userNotesV1" | "userSubscriptions" | "carrierTenderUploadsV1" | "carrierTenderUploadFiles" | "carriersLight" | "railInvoices" | "deposits" | "accountingPayments" | "invoicePayments" | "depositsV1", void, "salesApi", unknown>;
|
|
17
17
|
deleteRailInvoiceV1: import("@reduxjs/toolkit/query").MutationDefinition<number, (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" | "accountingInvoices" | "activeCarriers" | "apiTenders" | "appointmentArrivals" | "appointmentIssueCategories" | "appointmentIssues" | "appointmentIssueSubcategories" | "appointmentNotes" | "appointmentNoteTypes" | "appointmentTrips" | "archerFiles" | "areas" | "arTransactions" | "assetNames" | "assetNamesFiltered" | "assets" | "assetTypes" | "attributeFields" | "billingKickbackResponseAccessorials" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbacks" | "billingMessages" | "billingNotes" | "cargoConsolidationCargoConsolidationCommodityPieces" | "cargoConsolidationCommodityPieces" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidations" | "carrierFiles" | "carrierInsurances" | "carrierInvoiceFiles" | "carrierInvoices" | "carrierInvoicesV1" | "carrierNames" | "carrierPacketNotes" | "carrierPayContracts" | "carriers" | "carrierTenderAccessorials" | "carrierTenderDeductions" | "carrierTenderEdges" | "carrierTenderFiles" | "carrierTenderRateRecords" | "carrierTenders" | "carrierTendersAccounting" | "carrierTendersV1" | "claimResponses" | "claims" | "claimStatuses" | "commodities" | "commoditiesV1" | "companyLocations" | "contacts" | "contractRateRecords" | "contractRateRecordsByContractRates" | "contractRates" | "contracts" | "contractsRecords" | "creditTerms" | "customerBillingNotes" | "customerContracts" | "customerCredit" | "customerCreditLogs" | "customerCreditLogsByCustomer" | "customerCreditStatus" | "customerCreditTypes" | "customerFiles" | "customerInvoices" | "customerNames" | "customerPendingLoads" | "customerPeople" | "customerRequestedAreas" | "customerRequestedAreasByCustomer" | "customers" | "customersV1" | "customersAccessorials" | "customersAccessorialsByCustomer" | "customersLight" | "customersLocations" | "customersLocationsByCustomer" | "customersPeople" | "customersPeopleByCustomer" | "customerStatuses" | "customerTrailers" | "customerTrailersByCustomer" | "deductions" | "defaultSettings" | "departmentPhones" | "dispatches" | "driverNames" | "drivers" | "driversV1" | "ediAccounts" | "ediLoadTenders" | "ediTransactions" | "employeeNames" | "files" | "flags" | "generalLedgerAccounts" | "genericTenders" | "holidays" | "invoiceAdjustments" | "invoiceLineItems" | "invoicePaymentsByPaymentIDV1" | "invoicePaymentsV1" | "invoices" | "invoicesV1" | "loadAdjustments" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "loadBillingKickbacks" | "loadCommodities" | "loadExtraLites" | "loadFiles" | "loadQuoteAccessorials" | "loadRateReviews" | "loads" | "loadsAutocomplete" | "loadShipcons" | "loadsV1" | "loadTenders" | "loadTenderViews" | "loadUserNotesV1" | "locations" | "locationsFiles" | "locationsV1" | "locationsV1Accessorials" | "manualCheckCalls" | "nmfcClasses" | "nodeNames" | "nodes" | "nodeTypeNodes" | "nodeTypes" | "notifications" | "otrDispatches" | "paymentFiles" | "paymentsV1" | "people" | "personNames" | "positions" | "possibleIssueItems" | "quoteAccessorials" | "quoteAccessorialsV1" | "quotes" | "railInvoiceFiles" | "railInvoicesV1" | "railTenders" | "railTendersV1" | "rateReviews" | "rateWareXlActiveTariffs" | "rejectionReasons" | "relayCodes" | "shipConDispatches" | "shipConDispatchesETAs" | "shipConETAs" | "shipConLastMapUpdate" | "shipcons" | "shipconsV1" | "summary_consolidationsV1" | "summary_dispatchesV1" | "tenders" | "tenderStatusesV1" | "timeToPayReports" | "timeToPayReportsByCustomer" | "trailerAvailabilities" | "trailerCodes" | "uninvoicedLoadReports" | "uninvoicedLoadsV1" | "unitsV1" | "userNotesV1" | "userSubscriptions" | "carrierTenderUploadsV1" | "carrierTenderUploadFiles" | "carriersLight" | "railInvoices" | "deposits" | "accountingPayments" | "invoicePayments" | "depositsV1", void, "salesApi", unknown>;
|
|
18
18
|
getRailInvoiceFiles: import("@reduxjs/toolkit/query").QueryDefinition<number, (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" | "accountingInvoices" | "activeCarriers" | "apiTenders" | "appointmentArrivals" | "appointmentIssueCategories" | "appointmentIssues" | "appointmentIssueSubcategories" | "appointmentNotes" | "appointmentNoteTypes" | "appointmentTrips" | "archerFiles" | "areas" | "arTransactions" | "assetNames" | "assetNamesFiltered" | "assets" | "assetTypes" | "attributeFields" | "billingKickbackResponseAccessorials" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbacks" | "billingMessages" | "billingNotes" | "cargoConsolidationCargoConsolidationCommodityPieces" | "cargoConsolidationCommodityPieces" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidations" | "carrierFiles" | "carrierInsurances" | "carrierInvoiceFiles" | "carrierInvoices" | "carrierInvoicesV1" | "carrierNames" | "carrierPacketNotes" | "carrierPayContracts" | "carriers" | "carrierTenderAccessorials" | "carrierTenderDeductions" | "carrierTenderEdges" | "carrierTenderFiles" | "carrierTenderRateRecords" | "carrierTenders" | "carrierTendersAccounting" | "carrierTendersV1" | "claimResponses" | "claims" | "claimStatuses" | "commodities" | "commoditiesV1" | "companyLocations" | "contacts" | "contractRateRecords" | "contractRateRecordsByContractRates" | "contractRates" | "contracts" | "contractsRecords" | "creditTerms" | "customerBillingNotes" | "customerContracts" | "customerCredit" | "customerCreditLogs" | "customerCreditLogsByCustomer" | "customerCreditStatus" | "customerCreditTypes" | "customerFiles" | "customerInvoices" | "customerNames" | "customerPendingLoads" | "customerPeople" | "customerRequestedAreas" | "customerRequestedAreasByCustomer" | "customers" | "customersV1" | "customersAccessorials" | "customersAccessorialsByCustomer" | "customersLight" | "customersLocations" | "customersLocationsByCustomer" | "customersPeople" | "customersPeopleByCustomer" | "customerStatuses" | "customerTrailers" | "customerTrailersByCustomer" | "deductions" | "defaultSettings" | "departmentPhones" | "dispatches" | "driverNames" | "drivers" | "driversV1" | "ediAccounts" | "ediLoadTenders" | "ediTransactions" | "employeeNames" | "files" | "flags" | "generalLedgerAccounts" | "genericTenders" | "holidays" | "invoiceAdjustments" | "invoiceLineItems" | "invoicePaymentsByPaymentIDV1" | "invoicePaymentsV1" | "invoices" | "invoicesV1" | "loadAdjustments" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "loadBillingKickbacks" | "loadCommodities" | "loadExtraLites" | "loadFiles" | "loadQuoteAccessorials" | "loadRateReviews" | "loads" | "loadsAutocomplete" | "loadShipcons" | "loadsV1" | "loadTenders" | "loadTenderViews" | "loadUserNotesV1" | "locations" | "locationsFiles" | "locationsV1" | "locationsV1Accessorials" | "manualCheckCalls" | "nmfcClasses" | "nodeNames" | "nodes" | "nodeTypeNodes" | "nodeTypes" | "notifications" | "otrDispatches" | "paymentFiles" | "paymentsV1" | "people" | "personNames" | "positions" | "possibleIssueItems" | "quoteAccessorials" | "quoteAccessorialsV1" | "quotes" | "railInvoiceFiles" | "railInvoicesV1" | "railTenders" | "railTendersV1" | "rateReviews" | "rateWareXlActiveTariffs" | "rejectionReasons" | "relayCodes" | "shipConDispatches" | "shipConDispatchesETAs" | "shipConETAs" | "shipConLastMapUpdate" | "shipcons" | "shipconsV1" | "summary_consolidationsV1" | "summary_dispatchesV1" | "tenders" | "tenderStatusesV1" | "timeToPayReports" | "timeToPayReportsByCustomer" | "trailerAvailabilities" | "trailerCodes" | "uninvoicedLoadReports" | "uninvoicedLoadsV1" | "unitsV1" | "userNotesV1" | "userSubscriptions" | "carrierTenderUploadsV1" | "carrierTenderUploadFiles" | "carriersLight" | "railInvoices" | "deposits" | "accountingPayments" | "invoicePayments" | "depositsV1", ArcherFile_Entity[], "salesApi", unknown>;
|
|
19
|
+
exportRailInvoiceToQuickbooksV1: import("@reduxjs/toolkit/query").MutationDefinition<number, (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" | "accountingInvoices" | "activeCarriers" | "apiTenders" | "appointmentArrivals" | "appointmentIssueCategories" | "appointmentIssues" | "appointmentIssueSubcategories" | "appointmentNotes" | "appointmentNoteTypes" | "appointmentTrips" | "archerFiles" | "areas" | "arTransactions" | "assetNames" | "assetNamesFiltered" | "assets" | "assetTypes" | "attributeFields" | "billingKickbackResponseAccessorials" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbacks" | "billingMessages" | "billingNotes" | "cargoConsolidationCargoConsolidationCommodityPieces" | "cargoConsolidationCommodityPieces" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidations" | "carrierFiles" | "carrierInsurances" | "carrierInvoiceFiles" | "carrierInvoices" | "carrierInvoicesV1" | "carrierNames" | "carrierPacketNotes" | "carrierPayContracts" | "carriers" | "carrierTenderAccessorials" | "carrierTenderDeductions" | "carrierTenderEdges" | "carrierTenderFiles" | "carrierTenderRateRecords" | "carrierTenders" | "carrierTendersAccounting" | "carrierTendersV1" | "claimResponses" | "claims" | "claimStatuses" | "commodities" | "commoditiesV1" | "companyLocations" | "contacts" | "contractRateRecords" | "contractRateRecordsByContractRates" | "contractRates" | "contracts" | "contractsRecords" | "creditTerms" | "customerBillingNotes" | "customerContracts" | "customerCredit" | "customerCreditLogs" | "customerCreditLogsByCustomer" | "customerCreditStatus" | "customerCreditTypes" | "customerFiles" | "customerInvoices" | "customerNames" | "customerPendingLoads" | "customerPeople" | "customerRequestedAreas" | "customerRequestedAreasByCustomer" | "customers" | "customersV1" | "customersAccessorials" | "customersAccessorialsByCustomer" | "customersLight" | "customersLocations" | "customersLocationsByCustomer" | "customersPeople" | "customersPeopleByCustomer" | "customerStatuses" | "customerTrailers" | "customerTrailersByCustomer" | "deductions" | "defaultSettings" | "departmentPhones" | "dispatches" | "driverNames" | "drivers" | "driversV1" | "ediAccounts" | "ediLoadTenders" | "ediTransactions" | "employeeNames" | "files" | "flags" | "generalLedgerAccounts" | "genericTenders" | "holidays" | "invoiceAdjustments" | "invoiceLineItems" | "invoicePaymentsByPaymentIDV1" | "invoicePaymentsV1" | "invoices" | "invoicesV1" | "loadAdjustments" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "loadBillingKickbacks" | "loadCommodities" | "loadExtraLites" | "loadFiles" | "loadQuoteAccessorials" | "loadRateReviews" | "loads" | "loadsAutocomplete" | "loadShipcons" | "loadsV1" | "loadTenders" | "loadTenderViews" | "loadUserNotesV1" | "locations" | "locationsFiles" | "locationsV1" | "locationsV1Accessorials" | "manualCheckCalls" | "nmfcClasses" | "nodeNames" | "nodes" | "nodeTypeNodes" | "nodeTypes" | "notifications" | "otrDispatches" | "paymentFiles" | "paymentsV1" | "people" | "personNames" | "positions" | "possibleIssueItems" | "quoteAccessorials" | "quoteAccessorialsV1" | "quotes" | "railInvoiceFiles" | "railInvoicesV1" | "railTenders" | "railTendersV1" | "rateReviews" | "rateWareXlActiveTariffs" | "rejectionReasons" | "relayCodes" | "shipConDispatches" | "shipConDispatchesETAs" | "shipConETAs" | "shipConLastMapUpdate" | "shipcons" | "shipconsV1" | "summary_consolidationsV1" | "summary_dispatchesV1" | "tenders" | "tenderStatusesV1" | "timeToPayReports" | "timeToPayReportsByCustomer" | "trailerAvailabilities" | "trailerCodes" | "uninvoicedLoadReports" | "uninvoicedLoadsV1" | "unitsV1" | "userNotesV1" | "userSubscriptions" | "carrierTenderUploadsV1" | "carrierTenderUploadFiles" | "carriersLight" | "railInvoices" | "deposits" | "accountingPayments" | "invoicePayments" | "depositsV1", void, "salesApi", unknown>;
|
|
19
20
|
}, "salesApi", "accessorialsV1" | "accountingInvoices" | "activeCarriers" | "apiTenders" | "appointmentArrivals" | "appointmentIssueCategories" | "appointmentIssues" | "appointmentIssueSubcategories" | "appointmentNotes" | "appointmentNoteTypes" | "appointmentTrips" | "archerFiles" | "areas" | "arTransactions" | "assetNames" | "assetNamesFiltered" | "assets" | "assetTypes" | "attributeFields" | "billingKickbackResponseAccessorials" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbacks" | "billingMessages" | "billingNotes" | "cargoConsolidationCargoConsolidationCommodityPieces" | "cargoConsolidationCommodityPieces" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidations" | "carrierFiles" | "carrierInsurances" | "carrierInvoiceFiles" | "carrierInvoices" | "carrierInvoicesV1" | "carrierNames" | "carrierPacketNotes" | "carrierPayContracts" | "carriers" | "carrierTenderAccessorials" | "carrierTenderDeductions" | "carrierTenderEdges" | "carrierTenderFiles" | "carrierTenderRateRecords" | "carrierTenders" | "carrierTendersAccounting" | "carrierTendersV1" | "claimResponses" | "claims" | "claimStatuses" | "commodities" | "commoditiesV1" | "companyLocations" | "contacts" | "contractRateRecords" | "contractRateRecordsByContractRates" | "contractRates" | "contracts" | "contractsRecords" | "creditTerms" | "customerBillingNotes" | "customerContracts" | "customerCredit" | "customerCreditLogs" | "customerCreditLogsByCustomer" | "customerCreditStatus" | "customerCreditTypes" | "customerFiles" | "customerInvoices" | "customerNames" | "customerPendingLoads" | "customerPeople" | "customerRequestedAreas" | "customerRequestedAreasByCustomer" | "customers" | "customersV1" | "customersAccessorials" | "customersAccessorialsByCustomer" | "customersLight" | "customersLocations" | "customersLocationsByCustomer" | "customersPeople" | "customersPeopleByCustomer" | "customerStatuses" | "customerTrailers" | "customerTrailersByCustomer" | "deductions" | "defaultSettings" | "departmentPhones" | "dispatches" | "driverNames" | "drivers" | "driversV1" | "ediAccounts" | "ediLoadTenders" | "ediTransactions" | "employeeNames" | "files" | "flags" | "generalLedgerAccounts" | "genericTenders" | "holidays" | "invoiceAdjustments" | "invoiceLineItems" | "invoicePaymentsByPaymentIDV1" | "invoicePaymentsV1" | "invoices" | "invoicesV1" | "loadAdjustments" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "loadBillingKickbacks" | "loadCommodities" | "loadExtraLites" | "loadFiles" | "loadQuoteAccessorials" | "loadRateReviews" | "loads" | "loadsAutocomplete" | "loadShipcons" | "loadsV1" | "loadTenders" | "loadTenderViews" | "loadUserNotesV1" | "locations" | "locationsFiles" | "locationsV1" | "locationsV1Accessorials" | "manualCheckCalls" | "nmfcClasses" | "nodeNames" | "nodes" | "nodeTypeNodes" | "nodeTypes" | "notifications" | "otrDispatches" | "paymentFiles" | "paymentsV1" | "people" | "personNames" | "positions" | "possibleIssueItems" | "quoteAccessorials" | "quoteAccessorialsV1" | "quotes" | "railInvoiceFiles" | "railInvoicesV1" | "railTenders" | "railTendersV1" | "rateReviews" | "rateWareXlActiveTariffs" | "rejectionReasons" | "relayCodes" | "shipConDispatches" | "shipConDispatchesETAs" | "shipConETAs" | "shipConLastMapUpdate" | "shipcons" | "shipconsV1" | "summary_consolidationsV1" | "summary_dispatchesV1" | "tenders" | "tenderStatusesV1" | "timeToPayReports" | "timeToPayReportsByCustomer" | "trailerAvailabilities" | "trailerCodes" | "uninvoicedLoadReports" | "uninvoicedLoadsV1" | "unitsV1" | "userNotesV1" | "userSubscriptions" | "carrierTenderUploadsV1" | "carrierTenderUploadFiles" | "carriersLight" | "railInvoices" | "deposits" | "accountingPayments" | "invoicePayments" | "depositsV1", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/dist/query/react").reactHooksModuleName>;
|
|
20
21
|
export declare const useGetRailInvoiceV1Query: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
21
22
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
@@ -1627,6 +1628,166 @@ export declare const useGetRailInvoiceV1Query: <R extends Record<string, any> =
|
|
|
1627
1628
|
} | undefined) => readonly [(arg: number) => import("@reduxjs/toolkit/query").MutationActionCreatorResult<import("@reduxjs/toolkit/query").MutationDefinition<number, (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" | "accountingInvoices" | "activeCarriers" | "apiTenders" | "appointmentArrivals" | "appointmentIssueCategories" | "appointmentIssues" | "appointmentIssueSubcategories" | "appointmentNotes" | "appointmentNoteTypes" | "appointmentTrips" | "archerFiles" | "areas" | "arTransactions" | "assetNames" | "assetNamesFiltered" | "assets" | "assetTypes" | "attributeFields" | "billingKickbackResponseAccessorials" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbacks" | "billingMessages" | "billingNotes" | "cargoConsolidationCargoConsolidationCommodityPieces" | "cargoConsolidationCommodityPieces" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidations" | "carrierFiles" | "carrierInsurances" | "carrierInvoiceFiles" | "carrierInvoices" | "carrierInvoicesV1" | "carrierNames" | "carrierPacketNotes" | "carrierPayContracts" | "carriers" | "carrierTenderAccessorials" | "carrierTenderDeductions" | "carrierTenderEdges" | "carrierTenderFiles" | "carrierTenderRateRecords" | "carrierTenders" | "carrierTendersAccounting" | "carrierTendersV1" | "claimResponses" | "claims" | "claimStatuses" | "commodities" | "commoditiesV1" | "companyLocations" | "contacts" | "contractRateRecords" | "contractRateRecordsByContractRates" | "contractRates" | "contracts" | "contractsRecords" | "creditTerms" | "customerBillingNotes" | "customerContracts" | "customerCredit" | "customerCreditLogs" | "customerCreditLogsByCustomer" | "customerCreditStatus" | "customerCreditTypes" | "customerFiles" | "customerInvoices" | "customerNames" | "customerPendingLoads" | "customerPeople" | "customerRequestedAreas" | "customerRequestedAreasByCustomer" | "customers" | "customersV1" | "customersAccessorials" | "customersAccessorialsByCustomer" | "customersLight" | "customersLocations" | "customersLocationsByCustomer" | "customersPeople" | "customersPeopleByCustomer" | "customerStatuses" | "customerTrailers" | "customerTrailersByCustomer" | "deductions" | "defaultSettings" | "departmentPhones" | "dispatches" | "driverNames" | "drivers" | "driversV1" | "ediAccounts" | "ediLoadTenders" | "ediTransactions" | "employeeNames" | "files" | "flags" | "generalLedgerAccounts" | "genericTenders" | "holidays" | "invoiceAdjustments" | "invoiceLineItems" | "invoicePaymentsByPaymentIDV1" | "invoicePaymentsV1" | "invoices" | "invoicesV1" | "loadAdjustments" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "loadBillingKickbacks" | "loadCommodities" | "loadExtraLites" | "loadFiles" | "loadQuoteAccessorials" | "loadRateReviews" | "loads" | "loadsAutocomplete" | "loadShipcons" | "loadsV1" | "loadTenders" | "loadTenderViews" | "loadUserNotesV1" | "locations" | "locationsFiles" | "locationsV1" | "locationsV1Accessorials" | "manualCheckCalls" | "nmfcClasses" | "nodeNames" | "nodes" | "nodeTypeNodes" | "nodeTypes" | "notifications" | "otrDispatches" | "paymentFiles" | "paymentsV1" | "people" | "personNames" | "positions" | "possibleIssueItems" | "quoteAccessorials" | "quoteAccessorialsV1" | "quotes" | "railInvoiceFiles" | "railInvoicesV1" | "railTenders" | "railTendersV1" | "rateReviews" | "rateWareXlActiveTariffs" | "rejectionReasons" | "relayCodes" | "shipConDispatches" | "shipConDispatchesETAs" | "shipConETAs" | "shipConLastMapUpdate" | "shipcons" | "shipconsV1" | "summary_consolidationsV1" | "summary_dispatchesV1" | "tenders" | "tenderStatusesV1" | "timeToPayReports" | "timeToPayReportsByCustomer" | "trailerAvailabilities" | "trailerCodes" | "uninvoicedLoadReports" | "uninvoicedLoadsV1" | "unitsV1" | "userNotesV1" | "userSubscriptions" | "carrierTenderUploadsV1" | "carrierTenderUploadFiles" | "carriersLight" | "railInvoices" | "deposits" | "accountingPayments" | "invoicePayments" | "depositsV1", void, "salesApi", unknown>>, import("@reduxjs/toolkit/query").TSHelpersNoInfer<R> & {
|
|
1628
1629
|
originalArgs?: number | undefined;
|
|
1629
1630
|
reset: () => void;
|
|
1631
|
+
}], useExportRailInvoiceToQuickbooksV1Mutation: <R extends Record<string, any> = ({
|
|
1632
|
+
requestId?: undefined;
|
|
1633
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1634
|
+
data?: undefined;
|
|
1635
|
+
error?: undefined;
|
|
1636
|
+
endpointName?: string;
|
|
1637
|
+
startedTimeStamp?: undefined;
|
|
1638
|
+
fulfilledTimeStamp?: undefined;
|
|
1639
|
+
} & {
|
|
1640
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1641
|
+
isUninitialized: true;
|
|
1642
|
+
isLoading: false;
|
|
1643
|
+
isSuccess: false;
|
|
1644
|
+
isError: false;
|
|
1645
|
+
}) | ({
|
|
1646
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
1647
|
+
} & Omit<{
|
|
1648
|
+
requestId: string;
|
|
1649
|
+
data?: void | undefined;
|
|
1650
|
+
error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
|
|
1651
|
+
endpointName: string;
|
|
1652
|
+
startedTimeStamp: number;
|
|
1653
|
+
fulfilledTimeStamp?: number;
|
|
1654
|
+
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
1655
|
+
requestId: string;
|
|
1656
|
+
data?: void | undefined;
|
|
1657
|
+
error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
|
|
1658
|
+
endpointName: string;
|
|
1659
|
+
startedTimeStamp: number;
|
|
1660
|
+
fulfilledTimeStamp?: number;
|
|
1661
|
+
}, "data" | "fulfilledTimeStamp">> & {
|
|
1662
|
+
error: undefined;
|
|
1663
|
+
} & {
|
|
1664
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
1665
|
+
isUninitialized: false;
|
|
1666
|
+
isLoading: false;
|
|
1667
|
+
isSuccess: true;
|
|
1668
|
+
isError: false;
|
|
1669
|
+
}) | ({
|
|
1670
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
1671
|
+
} & {
|
|
1672
|
+
requestId: string;
|
|
1673
|
+
data?: void | undefined;
|
|
1674
|
+
error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
|
|
1675
|
+
endpointName: string;
|
|
1676
|
+
startedTimeStamp: number;
|
|
1677
|
+
fulfilledTimeStamp?: number;
|
|
1678
|
+
} & {
|
|
1679
|
+
data?: undefined;
|
|
1680
|
+
} & {
|
|
1681
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
1682
|
+
isUninitialized: false;
|
|
1683
|
+
isLoading: true;
|
|
1684
|
+
isSuccess: false;
|
|
1685
|
+
isError: false;
|
|
1686
|
+
}) | ({
|
|
1687
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
1688
|
+
} & Omit<{
|
|
1689
|
+
requestId: string;
|
|
1690
|
+
data?: void | undefined;
|
|
1691
|
+
error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
|
|
1692
|
+
endpointName: string;
|
|
1693
|
+
startedTimeStamp: number;
|
|
1694
|
+
fulfilledTimeStamp?: number;
|
|
1695
|
+
}, "error"> & Required<Pick<{
|
|
1696
|
+
requestId: string;
|
|
1697
|
+
data?: void | undefined;
|
|
1698
|
+
error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
|
|
1699
|
+
endpointName: string;
|
|
1700
|
+
startedTimeStamp: number;
|
|
1701
|
+
fulfilledTimeStamp?: number;
|
|
1702
|
+
}, "error">> & {
|
|
1703
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
1704
|
+
isUninitialized: false;
|
|
1705
|
+
isLoading: false;
|
|
1706
|
+
isSuccess: false;
|
|
1707
|
+
isError: true;
|
|
1708
|
+
})>(options?: {
|
|
1709
|
+
selectFromResult?: ((state: ({
|
|
1710
|
+
requestId?: undefined;
|
|
1711
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1712
|
+
data?: undefined;
|
|
1713
|
+
error?: undefined;
|
|
1714
|
+
endpointName?: string;
|
|
1715
|
+
startedTimeStamp?: undefined;
|
|
1716
|
+
fulfilledTimeStamp?: undefined;
|
|
1717
|
+
} & {
|
|
1718
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1719
|
+
isUninitialized: true;
|
|
1720
|
+
isLoading: false;
|
|
1721
|
+
isSuccess: false;
|
|
1722
|
+
isError: false;
|
|
1723
|
+
}) | ({
|
|
1724
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
1725
|
+
} & Omit<{
|
|
1726
|
+
requestId: string;
|
|
1727
|
+
data?: void | undefined;
|
|
1728
|
+
error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
|
|
1729
|
+
endpointName: string;
|
|
1730
|
+
startedTimeStamp: number;
|
|
1731
|
+
fulfilledTimeStamp?: number;
|
|
1732
|
+
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
1733
|
+
requestId: string;
|
|
1734
|
+
data?: void | undefined;
|
|
1735
|
+
error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
|
|
1736
|
+
endpointName: string;
|
|
1737
|
+
startedTimeStamp: number;
|
|
1738
|
+
fulfilledTimeStamp?: number;
|
|
1739
|
+
}, "data" | "fulfilledTimeStamp">> & {
|
|
1740
|
+
error: undefined;
|
|
1741
|
+
} & {
|
|
1742
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
1743
|
+
isUninitialized: false;
|
|
1744
|
+
isLoading: false;
|
|
1745
|
+
isSuccess: true;
|
|
1746
|
+
isError: false;
|
|
1747
|
+
}) | ({
|
|
1748
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
1749
|
+
} & {
|
|
1750
|
+
requestId: string;
|
|
1751
|
+
data?: void | undefined;
|
|
1752
|
+
error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
|
|
1753
|
+
endpointName: string;
|
|
1754
|
+
startedTimeStamp: number;
|
|
1755
|
+
fulfilledTimeStamp?: number;
|
|
1756
|
+
} & {
|
|
1757
|
+
data?: undefined;
|
|
1758
|
+
} & {
|
|
1759
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
1760
|
+
isUninitialized: false;
|
|
1761
|
+
isLoading: true;
|
|
1762
|
+
isSuccess: false;
|
|
1763
|
+
isError: false;
|
|
1764
|
+
}) | ({
|
|
1765
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
1766
|
+
} & Omit<{
|
|
1767
|
+
requestId: string;
|
|
1768
|
+
data?: void | undefined;
|
|
1769
|
+
error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
|
|
1770
|
+
endpointName: string;
|
|
1771
|
+
startedTimeStamp: number;
|
|
1772
|
+
fulfilledTimeStamp?: number;
|
|
1773
|
+
}, "error"> & Required<Pick<{
|
|
1774
|
+
requestId: string;
|
|
1775
|
+
data?: void | undefined;
|
|
1776
|
+
error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
|
|
1777
|
+
endpointName: string;
|
|
1778
|
+
startedTimeStamp: number;
|
|
1779
|
+
fulfilledTimeStamp?: number;
|
|
1780
|
+
}, "error">> & {
|
|
1781
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
1782
|
+
isUninitialized: false;
|
|
1783
|
+
isLoading: false;
|
|
1784
|
+
isSuccess: false;
|
|
1785
|
+
isError: true;
|
|
1786
|
+
})) => R) | undefined;
|
|
1787
|
+
fixedCacheKey?: string;
|
|
1788
|
+
} | undefined) => readonly [(arg: number) => import("@reduxjs/toolkit/query").MutationActionCreatorResult<import("@reduxjs/toolkit/query").MutationDefinition<number, (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" | "accountingInvoices" | "activeCarriers" | "apiTenders" | "appointmentArrivals" | "appointmentIssueCategories" | "appointmentIssues" | "appointmentIssueSubcategories" | "appointmentNotes" | "appointmentNoteTypes" | "appointmentTrips" | "archerFiles" | "areas" | "arTransactions" | "assetNames" | "assetNamesFiltered" | "assets" | "assetTypes" | "attributeFields" | "billingKickbackResponseAccessorials" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbacks" | "billingMessages" | "billingNotes" | "cargoConsolidationCargoConsolidationCommodityPieces" | "cargoConsolidationCommodityPieces" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidations" | "carrierFiles" | "carrierInsurances" | "carrierInvoiceFiles" | "carrierInvoices" | "carrierInvoicesV1" | "carrierNames" | "carrierPacketNotes" | "carrierPayContracts" | "carriers" | "carrierTenderAccessorials" | "carrierTenderDeductions" | "carrierTenderEdges" | "carrierTenderFiles" | "carrierTenderRateRecords" | "carrierTenders" | "carrierTendersAccounting" | "carrierTendersV1" | "claimResponses" | "claims" | "claimStatuses" | "commodities" | "commoditiesV1" | "companyLocations" | "contacts" | "contractRateRecords" | "contractRateRecordsByContractRates" | "contractRates" | "contracts" | "contractsRecords" | "creditTerms" | "customerBillingNotes" | "customerContracts" | "customerCredit" | "customerCreditLogs" | "customerCreditLogsByCustomer" | "customerCreditStatus" | "customerCreditTypes" | "customerFiles" | "customerInvoices" | "customerNames" | "customerPendingLoads" | "customerPeople" | "customerRequestedAreas" | "customerRequestedAreasByCustomer" | "customers" | "customersV1" | "customersAccessorials" | "customersAccessorialsByCustomer" | "customersLight" | "customersLocations" | "customersLocationsByCustomer" | "customersPeople" | "customersPeopleByCustomer" | "customerStatuses" | "customerTrailers" | "customerTrailersByCustomer" | "deductions" | "defaultSettings" | "departmentPhones" | "dispatches" | "driverNames" | "drivers" | "driversV1" | "ediAccounts" | "ediLoadTenders" | "ediTransactions" | "employeeNames" | "files" | "flags" | "generalLedgerAccounts" | "genericTenders" | "holidays" | "invoiceAdjustments" | "invoiceLineItems" | "invoicePaymentsByPaymentIDV1" | "invoicePaymentsV1" | "invoices" | "invoicesV1" | "loadAdjustments" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "loadBillingKickbacks" | "loadCommodities" | "loadExtraLites" | "loadFiles" | "loadQuoteAccessorials" | "loadRateReviews" | "loads" | "loadsAutocomplete" | "loadShipcons" | "loadsV1" | "loadTenders" | "loadTenderViews" | "loadUserNotesV1" | "locations" | "locationsFiles" | "locationsV1" | "locationsV1Accessorials" | "manualCheckCalls" | "nmfcClasses" | "nodeNames" | "nodes" | "nodeTypeNodes" | "nodeTypes" | "notifications" | "otrDispatches" | "paymentFiles" | "paymentsV1" | "people" | "personNames" | "positions" | "possibleIssueItems" | "quoteAccessorials" | "quoteAccessorialsV1" | "quotes" | "railInvoiceFiles" | "railInvoicesV1" | "railTenders" | "railTendersV1" | "rateReviews" | "rateWareXlActiveTariffs" | "rejectionReasons" | "relayCodes" | "shipConDispatches" | "shipConDispatchesETAs" | "shipConETAs" | "shipConLastMapUpdate" | "shipcons" | "shipconsV1" | "summary_consolidationsV1" | "summary_dispatchesV1" | "tenders" | "tenderStatusesV1" | "timeToPayReports" | "timeToPayReportsByCustomer" | "trailerAvailabilities" | "trailerCodes" | "uninvoicedLoadReports" | "uninvoicedLoadsV1" | "unitsV1" | "userNotesV1" | "userSubscriptions" | "carrierTenderUploadsV1" | "carrierTenderUploadFiles" | "carriersLight" | "railInvoices" | "deposits" | "accountingPayments" | "invoicePayments" | "depositsV1", void, "salesApi", unknown>>, import("@reduxjs/toolkit/query").TSHelpersNoInfer<R> & {
|
|
1789
|
+
originalArgs?: number | undefined;
|
|
1790
|
+
reset: () => void;
|
|
1630
1791
|
}];
|
|
1631
1792
|
export default railInvoiceV1Endpoints;
|
|
1632
1793
|
export declare const getRailInvoicesV1Selectors: (params: Record<string, unknown> | void) => import("@reduxjs/toolkit").EntitySelectors<RailInvoiceV1_Entity, {
|
|
@@ -71,9 +71,21 @@ export const railInvoiceV1Endpoints = salesApi.injectEndpoints({
|
|
|
71
71
|
query: (id) => `file-service/railInvoices/${id}/files`,
|
|
72
72
|
providesTags: ["railInvoiceFiles"],
|
|
73
73
|
}),
|
|
74
|
+
exportRailInvoiceToQuickbooksV1: build.mutation({
|
|
75
|
+
query: (id) => ({
|
|
76
|
+
method: "POST",
|
|
77
|
+
url: `rail_invoices/${id}/export_to_payables.json`,
|
|
78
|
+
routePrefix: "/v1",
|
|
79
|
+
}),
|
|
80
|
+
invalidatesTags: (_result, _error, id) => [
|
|
81
|
+
{ type: "railInvoicesV1", id },
|
|
82
|
+
"railInvoicesV1",
|
|
83
|
+
"railInvoices",
|
|
84
|
+
],
|
|
85
|
+
}),
|
|
74
86
|
}),
|
|
75
87
|
});
|
|
76
|
-
export const { useGetRailInvoiceV1Query, useGetRailInvoicesV1Query, useLazyGetRailInvoicesV1Query, useLazyGetRailInvoiceV1Query, useCreateRailInvoiceV1Mutation, useDeleteRailInvoiceV1Mutation, useUpdateRailInvoiceV1Mutation, useGetRailInvoiceFilesQuery, useLazyGetRailInvoiceFilesQuery, useImportRailInvoiceV1Mutation, useReconcileRailInvoiceV1Mutation, } = railInvoiceV1Endpoints;
|
|
88
|
+
export const { useGetRailInvoiceV1Query, useGetRailInvoicesV1Query, useLazyGetRailInvoicesV1Query, useLazyGetRailInvoiceV1Query, useCreateRailInvoiceV1Mutation, useDeleteRailInvoiceV1Mutation, useUpdateRailInvoiceV1Mutation, useGetRailInvoiceFilesQuery, useLazyGetRailInvoiceFilesQuery, useImportRailInvoiceV1Mutation, useReconcileRailInvoiceV1Mutation, useExportRailInvoiceToQuickbooksV1Mutation, } = railInvoiceV1Endpoints;
|
|
77
89
|
export default railInvoiceV1Endpoints;
|
|
78
90
|
export const getRailInvoicesV1Selectors = (params) => {
|
|
79
91
|
return railInvoicesV1Adapter.getSelectors((state) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"railInvoiceV1Endpoints.js","sourceRoot":"","sources":["../../../src/redux/railInvoiceV1/railInvoiceV1Endpoints.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"railInvoiceV1Endpoints.js","sourceRoot":"","sources":["../../../src/redux/railInvoiceV1/railInvoiceV1Endpoints.ts"],"names":[],"mappings":"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"}
|