@nerdjs/sales-kit 3.0.4 → 3.0.6
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/cargoConsolidation/cargoConsolidation.d.ts +35 -116
- package/dist/entities/cargoConsolidation/cargoConsolidation.js +88 -228
- package/dist/entities/cargoConsolidation/cargoConsolidation.js.map +1 -1
- package/dist/entities/cargoConsolidationV1/cargoConsolidationV1.d.ts +129 -0
- package/dist/entities/cargoConsolidationV1/cargoConsolidationV1.js +280 -0
- package/dist/entities/cargoConsolidationV1/cargoConsolidationV1.js.map +1 -0
- package/dist/entities/cargoConsolidationV1/helper.d.ts +5 -0
- package/dist/entities/cargoConsolidationV1/helper.js +16 -0
- package/dist/entities/cargoConsolidationV1/helper.js.map +1 -0
- package/dist/entities/cargoConsolidationV1/index.d.ts +2 -0
- package/dist/entities/cargoConsolidationV1/index.js +3 -0
- package/dist/entities/cargoConsolidationV1/index.js.map +1 -0
- package/dist/entities/genericTender/genericTender.d.ts +1 -0
- package/dist/entities/genericTender/genericTender.js +2 -0
- package/dist/entities/genericTender/genericTender.js.map +1 -1
- package/dist/entities/index.d.ts +12 -11
- package/dist/entities/index.js +12 -11
- package/dist/entities/index.js.map +1 -1
- package/dist/hooks/archerIntelligence/archerIntelligence.js +1 -1
- package/dist/hooks/archerIntelligence/archerIntelligence.js.map +1 -1
- package/dist/hooks/lep/lepAccessorials.js +2 -2
- package/dist/hooks/lep/lepActionBar.d.ts +2 -1
- package/dist/hooks/lep/lepActionBar.js +3 -3
- package/dist/hooks/lep/lepActionBar.js.map +1 -1
- package/dist/hooks/lep/lepKickbacks.d.ts +3 -1
- package/dist/hooks/lep/lepKickbacks.js +12 -7
- package/dist/hooks/lep/lepKickbacks.js.map +1 -1
- package/dist/hooks/lep/loadEditPanel.d.ts +3 -1
- package/dist/hooks/lep/loadEditPanel.js +4 -4
- package/dist/hooks/lep/loadEditPanel.js.map +1 -1
- package/dist/hooks/load/loadTrips.js +1 -1
- package/dist/hooks/load/loadTrips.js.map +1 -1
- package/dist/hooks/locationsForm/locationForm.d.ts +1 -1
- package/dist/hooks/locationsForm/locationForm.js +49 -43
- package/dist/hooks/locationsForm/locationForm.js.map +1 -1
- package/dist/hooks/locationsForm/locationFormSales/helper.d.ts +8 -2
- package/dist/hooks/locationsForm/locationFormSales/helper.js +27 -20
- package/dist/hooks/locationsForm/locationFormSales/helper.js.map +1 -1
- package/dist/hooks/locationsForm/locationFormSales/locationFormSales.d.ts +1 -1
- package/dist/hooks/locationsForm/locationFormSales/locationFormSales.js +9 -5
- package/dist/hooks/locationsForm/locationFormSales/locationFormSales.js.map +1 -1
- package/dist/hooks/locationsForm/locationFormSales/locationFormSalesMain.js +24 -25
- package/dist/hooks/locationsForm/locationFormSales/locationFormSalesMain.js.map +1 -1
- package/dist/hooks/quote/helpers.d.ts +3 -3
- package/dist/hooks/quote/helpers.js +100 -113
- package/dist/hooks/quote/helpers.js.map +1 -1
- package/dist/hooks/tender/helpers.d.ts +1 -1
- package/dist/redux/api/index.d.ts +1 -1
- package/dist/redux/api/index.js +1 -1
- package/dist/redux/api/index.js.map +1 -1
- package/dist/redux/api/robinaiApi.d.ts +1 -0
- package/dist/redux/api/{docaiApi.js → robinaiApi.js} +4 -4
- package/dist/redux/api/robinaiApi.js.map +1 -0
- package/dist/redux/cargoConsolidation/cargoConsolidationEndpoints.d.ts +397 -1370
- package/dist/redux/cargoConsolidation/cargoConsolidationEndpoints.js +11 -58
- package/dist/redux/cargoConsolidation/cargoConsolidationEndpoints.js.map +1 -1
- package/dist/redux/cargoConsolidationV1/cargoConsolidationV1Endpoints.d.ts +2452 -0
- package/dist/redux/cargoConsolidationV1/cargoConsolidationV1Endpoints.js +116 -0
- package/dist/redux/cargoConsolidationV1/cargoConsolidationV1Endpoints.js.map +1 -0
- package/dist/redux/cargoConsolidationV1/index.d.ts +2 -0
- package/dist/redux/cargoConsolidationV1/index.js +3 -0
- package/dist/redux/cargoConsolidationV1/index.js.map +1 -0
- package/dist/redux/document/documentEndpoints.d.ts +5 -5
- package/dist/redux/document/documentEndpoints.js +4 -4
- package/dist/redux/document/documentEndpoints.js.map +1 -1
- package/dist/redux/index.d.ts +2 -1
- package/dist/redux/index.js +2 -1
- package/dist/redux/index.js.map +1 -1
- package/dist/redux/invoiceV1/invoiceV1Endpoints.d.ts +322 -0
- package/dist/redux/invoiceV1/invoiceV1Endpoints.js +13 -1
- package/dist/redux/invoiceV1/invoiceV1Endpoints.js.map +1 -1
- package/dist/redux/loadPrompt/loadPromptEndpoints.d.ts +13 -13
- package/dist/redux/loadPrompt/loadPromptEndpoints.js +10 -7
- package/dist/redux/loadPrompt/loadPromptEndpoints.js.map +1 -1
- package/dist/redux/userNoteV1/userNoteV1Endpoints.js +1 -0
- package/dist/redux/userNoteV1/userNoteV1Endpoints.js.map +1 -1
- package/package.json +3 -3
- package/dist/redux/api/docaiApi.d.ts +0 -1
- package/dist/redux/api/docaiApi.js.map +0 -1
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import { createEntityAdapter, createSelector, } from "@reduxjs/toolkit";
|
|
2
|
+
import { salesApi } from "../api/salesApi";
|
|
3
|
+
const cargoConsolidationsAdapter = createEntityAdapter();
|
|
4
|
+
const cargoConsolidationsInitialState = cargoConsolidationsAdapter.getInitialState();
|
|
5
|
+
export const cargoConsolidationV1Endpoints = salesApi.injectEndpoints({
|
|
6
|
+
endpoints: (build) => ({
|
|
7
|
+
getCargoConsolidationsV1: build.query({
|
|
8
|
+
query: (args) => {
|
|
9
|
+
return {
|
|
10
|
+
url: `cargo_consolidations`,
|
|
11
|
+
params: args,
|
|
12
|
+
routePrefix: "/v1",
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
transformResponse: (responseData) => {
|
|
16
|
+
return cargoConsolidationsAdapter.setAll(cargoConsolidationsInitialState, responseData);
|
|
17
|
+
},
|
|
18
|
+
providesTags: ["cargoConsolidations"],
|
|
19
|
+
}),
|
|
20
|
+
getCargoConsolidationV1: build.query({
|
|
21
|
+
query: (id) => ({
|
|
22
|
+
url: `cargo_consolidations/${id}`,
|
|
23
|
+
routePrefix: "/v1",
|
|
24
|
+
}),
|
|
25
|
+
providesTags: (_result, _error, id) => [
|
|
26
|
+
{ type: "cargoConsolidations", id },
|
|
27
|
+
],
|
|
28
|
+
}),
|
|
29
|
+
createCargoConsolidationV1: build.mutation({
|
|
30
|
+
query: (body) => ({
|
|
31
|
+
method: "POST",
|
|
32
|
+
body,
|
|
33
|
+
url: `cargo_consolidations`,
|
|
34
|
+
routePrefix: "/v1",
|
|
35
|
+
}),
|
|
36
|
+
invalidatesTags: ["cargoConsolidations", "otrDispatches"],
|
|
37
|
+
}),
|
|
38
|
+
updateCargoConsolidationV1: build.mutation({
|
|
39
|
+
query: (args) => ({
|
|
40
|
+
method: "PUT",
|
|
41
|
+
body: args.body,
|
|
42
|
+
url: `cargo_consolidations/${args.id}`,
|
|
43
|
+
routePrefix: "/v1",
|
|
44
|
+
}),
|
|
45
|
+
invalidatesTags: (_result, _error, { id }) => [
|
|
46
|
+
{ type: "cargoConsolidations", id },
|
|
47
|
+
"cargoConsolidations",
|
|
48
|
+
"otrDispatches",
|
|
49
|
+
"cargoConsolidationCargoConsolidationCommodityPieces",
|
|
50
|
+
],
|
|
51
|
+
}),
|
|
52
|
+
deleteCargoConsolidationV1: build.mutation({
|
|
53
|
+
query: (id) => ({
|
|
54
|
+
method: "DELETE",
|
|
55
|
+
url: `cargo_consolidations/${id}`,
|
|
56
|
+
routePrefix: "/v1",
|
|
57
|
+
}),
|
|
58
|
+
invalidatesTags: [
|
|
59
|
+
"cargoConsolidations",
|
|
60
|
+
"otrDispatches",
|
|
61
|
+
"cargoConsolidationCargoConsolidationCommodityPieces",
|
|
62
|
+
],
|
|
63
|
+
}),
|
|
64
|
+
changeCargoConsolidationPaths: build.mutation({
|
|
65
|
+
query: ({ body, id }) => ({
|
|
66
|
+
method: "POST",
|
|
67
|
+
url: `cargo_consolidations/${id}/change_dispatch_paths.json`,
|
|
68
|
+
body,
|
|
69
|
+
routePrefix: "/v1",
|
|
70
|
+
}),
|
|
71
|
+
invalidatesTags: [
|
|
72
|
+
"cargoConsolidations",
|
|
73
|
+
"otrDispatches",
|
|
74
|
+
"cargoConsolidationCargoConsolidationCommodityPieces",
|
|
75
|
+
],
|
|
76
|
+
}),
|
|
77
|
+
getCargoConsolidationUserNotes: build.query({
|
|
78
|
+
query: (id) => {
|
|
79
|
+
return {
|
|
80
|
+
url: `cargo_consolidations/${id}/user_notes`,
|
|
81
|
+
routePrefix: "/v1",
|
|
82
|
+
};
|
|
83
|
+
},
|
|
84
|
+
}),
|
|
85
|
+
getCargoConsolidationCommodityPiecesByCargoConsolidation: build.query({
|
|
86
|
+
query: (args) => {
|
|
87
|
+
return {
|
|
88
|
+
url: `cargo_consolidations/${args.id}/commodity_pieces`,
|
|
89
|
+
params: args.params,
|
|
90
|
+
routePrefix: "/v1",
|
|
91
|
+
};
|
|
92
|
+
},
|
|
93
|
+
providesTags: ["cargoConsolidationCommodityPiecesByCargoConsolidation"],
|
|
94
|
+
}),
|
|
95
|
+
getCargoConsolidationCargoConsolidationCommodityPieces: build.query({
|
|
96
|
+
query: (args) => {
|
|
97
|
+
return {
|
|
98
|
+
url: `cargo_consolidations/${args.id}/cargo_consolidations_commodity_pieces`,
|
|
99
|
+
params: args.params,
|
|
100
|
+
routePrefix: "/v1",
|
|
101
|
+
};
|
|
102
|
+
},
|
|
103
|
+
providesTags: ["cargoConsolidationCargoConsolidationCommodityPieces"],
|
|
104
|
+
}),
|
|
105
|
+
}),
|
|
106
|
+
});
|
|
107
|
+
export const { useCreateCargoConsolidationV1Mutation, useDeleteCargoConsolidationV1Mutation, useGetCargoConsolidationV1Query, useGetCargoConsolidationsV1Query, useLazyGetCargoConsolidationV1Query, useLazyGetCargoConsolidationsV1Query, useUpdateCargoConsolidationV1Mutation, useGetCargoConsolidationUserNotesQuery, useLazyGetCargoConsolidationUserNotesQuery, useChangeCargoConsolidationPathsMutation, useGetCargoConsolidationCommodityPiecesByCargoConsolidationQuery, useLazyGetCargoConsolidationCommodityPiecesByCargoConsolidationQuery, useGetCargoConsolidationCargoConsolidationCommodityPiecesQuery, useLazyGetCargoConsolidationCargoConsolidationCommodityPiecesQuery, } = cargoConsolidationV1Endpoints;
|
|
108
|
+
export default cargoConsolidationV1Endpoints;
|
|
109
|
+
export const getCargoConsolidationsV1Selectors = (params) => {
|
|
110
|
+
return cargoConsolidationsAdapter.getSelectors((state) => {
|
|
111
|
+
return (createSelector(cargoConsolidationV1Endpoints.endpoints.getCargoConsolidationsV1.select(params), (cargoConsolidationsResult) => {
|
|
112
|
+
return cargoConsolidationsResult.data;
|
|
113
|
+
})(state) ?? cargoConsolidationsInitialState);
|
|
114
|
+
});
|
|
115
|
+
};
|
|
116
|
+
//# sourceMappingURL=cargoConsolidationV1Endpoints.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cargoConsolidationV1Endpoints.js","sourceRoot":"","sources":["../../../src/redux/cargoConsolidationV1/cargoConsolidationV1Endpoints.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/redux/cargoConsolidationV1/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC;AAChD,OAAO,EAAE,OAAO,IAAI,6BAA6B,EAAE,MAAM,iCAAiC,CAAC"}
|
|
@@ -3,7 +3,7 @@ import { Docai_Load } from "../../entities/document/document";
|
|
|
3
3
|
export declare const documentEndpoints: import("@reduxjs/toolkit/query").Api<(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, {}>>, {
|
|
4
4
|
applyDocaiDocument: import("@reduxjs/toolkit/query").MutationDefinition<{
|
|
5
5
|
load: Partial<Docai_Load>;
|
|
6
|
-
}, (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, {}>>, "documents" | "loadPrompts", void, "
|
|
6
|
+
}, (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, {}>>, "documents" | "loadPrompts", void, "robinaiApi">;
|
|
7
7
|
uploadDocaiDocument: import("@reduxjs/toolkit/query").MutationDefinition<{
|
|
8
8
|
file: File;
|
|
9
9
|
sessionID: string;
|
|
@@ -11,8 +11,8 @@ export declare const documentEndpoints: import("@reduxjs/toolkit/query").Api<(ar
|
|
|
11
11
|
load_id: number;
|
|
12
12
|
quote_id: number;
|
|
13
13
|
};
|
|
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, {}>>, "documents" | "loadPrompts", Document_Entity, "
|
|
15
|
-
}, "
|
|
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, {}>>, "documents" | "loadPrompts", Document_Entity, "robinaiApi">;
|
|
15
|
+
}, "robinaiApi", "documents" | "loadPrompts", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/dist/query/react").reactHooksModuleName>;
|
|
16
16
|
export declare const useUploadDocaiDocumentMutation: <R extends Record<string, any> = ({
|
|
17
17
|
requestId?: undefined;
|
|
18
18
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
@@ -184,7 +184,7 @@ export declare const useUploadDocaiDocumentMutation: <R extends Record<string, a
|
|
|
184
184
|
load_id: number;
|
|
185
185
|
quote_id: number;
|
|
186
186
|
};
|
|
187
|
-
}, (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, {}>>, "documents" | "loadPrompts", Document_Entity, "
|
|
187
|
+
}, (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, {}>>, "documents" | "loadPrompts", Document_Entity, "robinaiApi">>, import("@reduxjs/toolkit/query").TSHelpersNoInfer<R> & {
|
|
188
188
|
originalArgs?: {
|
|
189
189
|
file: File;
|
|
190
190
|
sessionID: string;
|
|
@@ -355,7 +355,7 @@ export declare const useUploadDocaiDocumentMutation: <R extends Record<string, a
|
|
|
355
355
|
load: Partial<Docai_Load>;
|
|
356
356
|
}) => import("@reduxjs/toolkit/query").MutationActionCreatorResult<import("@reduxjs/toolkit/query").MutationDefinition<{
|
|
357
357
|
load: Partial<Docai_Load>;
|
|
358
|
-
}, (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, {}>>, "documents" | "loadPrompts", void, "
|
|
358
|
+
}, (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, {}>>, "documents" | "loadPrompts", void, "robinaiApi">>, import("@reduxjs/toolkit/query").TSHelpersNoInfer<R> & {
|
|
359
359
|
originalArgs?: {
|
|
360
360
|
load: Partial<Docai_Load>;
|
|
361
361
|
} | undefined;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export const documentEndpoints =
|
|
1
|
+
import { robinaiApi } from "../api/robinaiApi";
|
|
2
|
+
export const documentEndpoints = robinaiApi.injectEndpoints({
|
|
3
3
|
endpoints: (build) => ({
|
|
4
4
|
applyDocaiDocument: build.mutation({
|
|
5
5
|
query: (body) => ({
|
|
6
6
|
method: "POST",
|
|
7
7
|
body,
|
|
8
|
-
url: `load_requests`,
|
|
8
|
+
url: `docai/load_requests`,
|
|
9
9
|
routePrefix: "/v1",
|
|
10
10
|
}),
|
|
11
11
|
}),
|
|
@@ -19,7 +19,7 @@ export const documentEndpoints = docaiApi.injectEndpoints({
|
|
|
19
19
|
body,
|
|
20
20
|
method: "POST",
|
|
21
21
|
routePrefix: "/v3",
|
|
22
|
-
url: `
|
|
22
|
+
url: `robinai/processPDF`,
|
|
23
23
|
headers: {
|
|
24
24
|
"Content-Type": "multipart/form-data",
|
|
25
25
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"documentEndpoints.js","sourceRoot":"","sources":["../../../src/redux/document/documentEndpoints.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"documentEndpoints.js","sourceRoot":"","sources":["../../../src/redux/document/documentEndpoints.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C,MAAM,CAAC,MAAM,iBAAiB,GAAG,UAAU,CAAC,eAAe,CAAC;IAC1D,SAAS,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;QACrB,kBAAkB,EAAE,KAAK,CAAC,QAAQ,CAAsC;YACtE,KAAK,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;gBAChB,MAAM,EAAE,MAAM;gBACd,IAAI;gBACJ,GAAG,EAAE,qBAAqB;gBAC1B,WAAW,EAAE,KAAK;aACnB,CAAC;SACH,CAAC;QACF,mBAAmB,EAAE,KAAK,CAAC,QAAQ,CAOjC;YACA,KAAK,EAAE,CAAC,IAAI,EAAE,EAAE;gBACd,MAAM,IAAI,GAAG,IAAI,QAAQ,EAAE,CAAC;gBAC5B,IAAI,CAAC,MAAM,CAAC,YAAY,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC;gBAC1C,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;gBAC/B,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;gBAC/C,OAAO;oBACL,IAAI;oBACJ,MAAM,EAAE,MAAM;oBACd,WAAW,EAAE,KAAK;oBAClB,GAAG,EAAE,oBAAoB;oBACzB,OAAO,EAAE;wBACP,cAAc,EAAE,qBAAqB;qBACtC;iBACF,CAAC;YACJ,CAAC;YACD,eAAe,EAAE,CAAC,WAAW,CAAC;SAC/B,CAAC;KACH,CAAC;CACH,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,EAAE,8BAA8B,EAAE,6BAA6B,EAAE,GAC5E,iBAAiB,CAAC;AAEpB,eAAe,iBAAiB,CAAC"}
|
package/dist/redux/index.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ export * from "./billingKickbackResponse";
|
|
|
18
18
|
export * from "./billingKickbackResponseAccessorial";
|
|
19
19
|
export * from "./billingMessage";
|
|
20
20
|
export * from "./billingNote";
|
|
21
|
-
export * from "./
|
|
21
|
+
export * from "./cargoConsolidationV1";
|
|
22
22
|
export * from "./cargoConsolidationCommodityPiece";
|
|
23
23
|
export * from "./carrier";
|
|
24
24
|
export * from "./carrierInsurance";
|
|
@@ -107,3 +107,4 @@ export * from "./rateWareXlActiveTariff";
|
|
|
107
107
|
export * from "./contractRate";
|
|
108
108
|
export * from "./contractRateRecord";
|
|
109
109
|
export * from "./customerRequestedArea";
|
|
110
|
+
export * from "./cargoConsolidation";
|
package/dist/redux/index.js
CHANGED
|
@@ -18,7 +18,7 @@ export * from "./billingKickbackResponse";
|
|
|
18
18
|
export * from "./billingKickbackResponseAccessorial";
|
|
19
19
|
export * from "./billingMessage";
|
|
20
20
|
export * from "./billingNote";
|
|
21
|
-
export * from "./
|
|
21
|
+
export * from "./cargoConsolidationV1";
|
|
22
22
|
export * from "./cargoConsolidationCommodityPiece";
|
|
23
23
|
export * from "./carrier";
|
|
24
24
|
export * from "./carrierInsurance";
|
|
@@ -107,4 +107,5 @@ export * from "./rateWareXlActiveTariff";
|
|
|
107
107
|
export * from "./contractRate";
|
|
108
108
|
export * from "./contractRateRecord";
|
|
109
109
|
export * from "./customerRequestedArea";
|
|
110
|
+
export * from "./cargoConsolidation";
|
|
110
111
|
//# sourceMappingURL=index.js.map
|
package/dist/redux/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/redux/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sCAAsC,CAAC;AACrD,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/redux/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -30,6 +30,7 @@ export declare const invoiceV1Endpoints: import("@reduxjs/toolkit/query").Api<(a
|
|
|
30
30
|
invoice_date: string;
|
|
31
31
|
invoice_ids: string;
|
|
32
32
|
}, (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", InvoiceV1_Entity, "salesApi">;
|
|
33
|
+
getInvoicesCSVV1: import("@reduxjs/toolkit/query").QueryDefinition<void | Record<string, unknown>, (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", void, "salesApi">;
|
|
33
34
|
}, "salesApi", "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", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/dist/query/react").reactHooksModuleName>;
|
|
34
35
|
export declare const useGetInvoiceV1Query: <R extends Record<string, any> = ({
|
|
35
36
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
@@ -2010,6 +2011,327 @@ export declare const useGetInvoiceV1Query: <R extends Record<string, any> = ({
|
|
|
2010
2011
|
invoice_ids: string;
|
|
2011
2012
|
} | undefined;
|
|
2012
2013
|
reset: () => void;
|
|
2014
|
+
}], useGetInvoicesCSVV1Query: <R extends Record<string, any> = ({
|
|
2015
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
2016
|
+
data?: undefined;
|
|
2017
|
+
error?: undefined;
|
|
2018
|
+
fulfilledTimeStamp?: undefined;
|
|
2019
|
+
originalArgs?: undefined;
|
|
2020
|
+
requestId?: undefined;
|
|
2021
|
+
endpointName?: string | undefined;
|
|
2022
|
+
startedTimeStamp?: undefined;
|
|
2023
|
+
isLoading: false;
|
|
2024
|
+
currentData?: void | undefined;
|
|
2025
|
+
isFetching: false;
|
|
2026
|
+
isSuccess: false;
|
|
2027
|
+
isError: false;
|
|
2028
|
+
isUninitialized: true;
|
|
2029
|
+
} | {
|
|
2030
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
2031
|
+
error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
|
|
2032
|
+
fulfilledTimeStamp?: number | undefined;
|
|
2033
|
+
originalArgs?: void | Record<string, unknown> | undefined;
|
|
2034
|
+
requestId?: string | undefined;
|
|
2035
|
+
endpointName?: string | undefined;
|
|
2036
|
+
startedTimeStamp?: number | undefined;
|
|
2037
|
+
currentData?: void | undefined;
|
|
2038
|
+
isUninitialized: false;
|
|
2039
|
+
isSuccess: false;
|
|
2040
|
+
isError: false;
|
|
2041
|
+
isLoading: true;
|
|
2042
|
+
isFetching: boolean;
|
|
2043
|
+
data: undefined;
|
|
2044
|
+
} | {
|
|
2045
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
2046
|
+
originalArgs?: void | Record<string, unknown> | undefined;
|
|
2047
|
+
requestId?: string | undefined;
|
|
2048
|
+
endpointName?: string | undefined;
|
|
2049
|
+
startedTimeStamp?: number | undefined;
|
|
2050
|
+
isLoading: false;
|
|
2051
|
+
currentData?: void | undefined;
|
|
2052
|
+
isUninitialized: false;
|
|
2053
|
+
isError: false;
|
|
2054
|
+
isSuccess: true;
|
|
2055
|
+
isFetching: true;
|
|
2056
|
+
error: undefined;
|
|
2057
|
+
data: never;
|
|
2058
|
+
fulfilledTimeStamp: number;
|
|
2059
|
+
} | {
|
|
2060
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
2061
|
+
originalArgs?: void | Record<string, unknown> | undefined;
|
|
2062
|
+
requestId?: string | undefined;
|
|
2063
|
+
endpointName?: string | undefined;
|
|
2064
|
+
startedTimeStamp?: number | undefined;
|
|
2065
|
+
isLoading: false;
|
|
2066
|
+
isUninitialized: false;
|
|
2067
|
+
isError: false;
|
|
2068
|
+
isSuccess: true;
|
|
2069
|
+
isFetching: false;
|
|
2070
|
+
error: undefined;
|
|
2071
|
+
data: never;
|
|
2072
|
+
fulfilledTimeStamp: number;
|
|
2073
|
+
currentData: never;
|
|
2074
|
+
} | {
|
|
2075
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
2076
|
+
data?: void | undefined;
|
|
2077
|
+
fulfilledTimeStamp?: number | undefined;
|
|
2078
|
+
originalArgs?: void | Record<string, unknown> | undefined;
|
|
2079
|
+
requestId?: string | undefined;
|
|
2080
|
+
endpointName?: string | undefined;
|
|
2081
|
+
startedTimeStamp?: number | undefined;
|
|
2082
|
+
isLoading: false;
|
|
2083
|
+
currentData?: void | undefined;
|
|
2084
|
+
isUninitialized: false;
|
|
2085
|
+
isFetching: false;
|
|
2086
|
+
isSuccess: false;
|
|
2087
|
+
isError: true;
|
|
2088
|
+
error: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError;
|
|
2089
|
+
}) & {
|
|
2090
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
2091
|
+
}>(arg: void | Record<string, unknown> | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
2092
|
+
skip?: boolean | undefined;
|
|
2093
|
+
refetchOnMountOrArgChange?: number | boolean | undefined;
|
|
2094
|
+
} & {
|
|
2095
|
+
skip?: boolean | undefined;
|
|
2096
|
+
selectFromResult?: ((state: ({
|
|
2097
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
2098
|
+
data?: undefined;
|
|
2099
|
+
error?: undefined;
|
|
2100
|
+
fulfilledTimeStamp?: undefined;
|
|
2101
|
+
originalArgs?: undefined;
|
|
2102
|
+
requestId?: undefined;
|
|
2103
|
+
endpointName?: string | undefined;
|
|
2104
|
+
startedTimeStamp?: undefined;
|
|
2105
|
+
isLoading: false;
|
|
2106
|
+
currentData?: void | undefined;
|
|
2107
|
+
isFetching: false;
|
|
2108
|
+
isSuccess: false;
|
|
2109
|
+
isError: false;
|
|
2110
|
+
isUninitialized: true;
|
|
2111
|
+
} | {
|
|
2112
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
2113
|
+
error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
|
|
2114
|
+
fulfilledTimeStamp?: number | undefined;
|
|
2115
|
+
originalArgs?: void | Record<string, unknown> | undefined;
|
|
2116
|
+
requestId?: string | undefined;
|
|
2117
|
+
endpointName?: string | undefined;
|
|
2118
|
+
startedTimeStamp?: number | undefined;
|
|
2119
|
+
currentData?: void | undefined;
|
|
2120
|
+
isUninitialized: false;
|
|
2121
|
+
isSuccess: false;
|
|
2122
|
+
isError: false;
|
|
2123
|
+
isLoading: true;
|
|
2124
|
+
isFetching: boolean;
|
|
2125
|
+
data: undefined;
|
|
2126
|
+
} | {
|
|
2127
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
2128
|
+
originalArgs?: void | Record<string, unknown> | undefined;
|
|
2129
|
+
requestId?: string | undefined;
|
|
2130
|
+
endpointName?: string | undefined;
|
|
2131
|
+
startedTimeStamp?: number | undefined;
|
|
2132
|
+
isLoading: false;
|
|
2133
|
+
currentData?: void | undefined;
|
|
2134
|
+
isUninitialized: false;
|
|
2135
|
+
isError: false;
|
|
2136
|
+
isSuccess: true;
|
|
2137
|
+
isFetching: true;
|
|
2138
|
+
error: undefined;
|
|
2139
|
+
data: never;
|
|
2140
|
+
fulfilledTimeStamp: number;
|
|
2141
|
+
} | {
|
|
2142
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
2143
|
+
originalArgs?: void | Record<string, unknown> | undefined;
|
|
2144
|
+
requestId?: string | undefined;
|
|
2145
|
+
endpointName?: string | undefined;
|
|
2146
|
+
startedTimeStamp?: number | undefined;
|
|
2147
|
+
isLoading: false;
|
|
2148
|
+
isUninitialized: false;
|
|
2149
|
+
isError: false;
|
|
2150
|
+
isSuccess: true;
|
|
2151
|
+
isFetching: false;
|
|
2152
|
+
error: undefined;
|
|
2153
|
+
data: never;
|
|
2154
|
+
fulfilledTimeStamp: number;
|
|
2155
|
+
currentData: never;
|
|
2156
|
+
} | {
|
|
2157
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
2158
|
+
data?: void | undefined;
|
|
2159
|
+
fulfilledTimeStamp?: number | undefined;
|
|
2160
|
+
originalArgs?: void | Record<string, unknown> | undefined;
|
|
2161
|
+
requestId?: string | undefined;
|
|
2162
|
+
endpointName?: string | undefined;
|
|
2163
|
+
startedTimeStamp?: number | undefined;
|
|
2164
|
+
isLoading: false;
|
|
2165
|
+
currentData?: void | undefined;
|
|
2166
|
+
isUninitialized: false;
|
|
2167
|
+
isFetching: false;
|
|
2168
|
+
isSuccess: false;
|
|
2169
|
+
isError: true;
|
|
2170
|
+
error: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError;
|
|
2171
|
+
}) & {
|
|
2172
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
2173
|
+
}) => R) | undefined;
|
|
2174
|
+
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
2175
|
+
refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<void | Record<string, unknown>, (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", void, "salesApi">>;
|
|
2176
|
+
}, useLazyGetInvoicesCSVV1Query: <R extends Record<string, any> = ({
|
|
2177
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
2178
|
+
data?: undefined;
|
|
2179
|
+
error?: undefined;
|
|
2180
|
+
fulfilledTimeStamp?: undefined;
|
|
2181
|
+
originalArgs?: undefined;
|
|
2182
|
+
requestId?: undefined;
|
|
2183
|
+
endpointName?: string | undefined;
|
|
2184
|
+
startedTimeStamp?: undefined;
|
|
2185
|
+
isLoading: false;
|
|
2186
|
+
currentData?: void | undefined;
|
|
2187
|
+
isFetching: false;
|
|
2188
|
+
isSuccess: false;
|
|
2189
|
+
isError: false;
|
|
2190
|
+
isUninitialized: true;
|
|
2191
|
+
} | {
|
|
2192
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
2193
|
+
error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
|
|
2194
|
+
fulfilledTimeStamp?: number | undefined;
|
|
2195
|
+
originalArgs?: void | Record<string, unknown> | undefined;
|
|
2196
|
+
requestId?: string | undefined;
|
|
2197
|
+
endpointName?: string | undefined;
|
|
2198
|
+
startedTimeStamp?: number | undefined;
|
|
2199
|
+
currentData?: void | undefined;
|
|
2200
|
+
isUninitialized: false;
|
|
2201
|
+
isSuccess: false;
|
|
2202
|
+
isError: false;
|
|
2203
|
+
isLoading: true;
|
|
2204
|
+
isFetching: boolean;
|
|
2205
|
+
data: undefined;
|
|
2206
|
+
} | {
|
|
2207
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
2208
|
+
originalArgs?: void | Record<string, unknown> | undefined;
|
|
2209
|
+
requestId?: string | undefined;
|
|
2210
|
+
endpointName?: string | undefined;
|
|
2211
|
+
startedTimeStamp?: number | undefined;
|
|
2212
|
+
isLoading: false;
|
|
2213
|
+
currentData?: void | undefined;
|
|
2214
|
+
isUninitialized: false;
|
|
2215
|
+
isError: false;
|
|
2216
|
+
isSuccess: true;
|
|
2217
|
+
isFetching: true;
|
|
2218
|
+
error: undefined;
|
|
2219
|
+
data: never;
|
|
2220
|
+
fulfilledTimeStamp: number;
|
|
2221
|
+
} | {
|
|
2222
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
2223
|
+
originalArgs?: void | Record<string, unknown> | undefined;
|
|
2224
|
+
requestId?: string | undefined;
|
|
2225
|
+
endpointName?: string | undefined;
|
|
2226
|
+
startedTimeStamp?: number | undefined;
|
|
2227
|
+
isLoading: false;
|
|
2228
|
+
isUninitialized: false;
|
|
2229
|
+
isError: false;
|
|
2230
|
+
isSuccess: true;
|
|
2231
|
+
isFetching: false;
|
|
2232
|
+
error: undefined;
|
|
2233
|
+
data: never;
|
|
2234
|
+
fulfilledTimeStamp: number;
|
|
2235
|
+
currentData: never;
|
|
2236
|
+
} | {
|
|
2237
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
2238
|
+
data?: void | undefined;
|
|
2239
|
+
fulfilledTimeStamp?: number | undefined;
|
|
2240
|
+
originalArgs?: void | Record<string, unknown> | undefined;
|
|
2241
|
+
requestId?: string | undefined;
|
|
2242
|
+
endpointName?: string | undefined;
|
|
2243
|
+
startedTimeStamp?: number | undefined;
|
|
2244
|
+
isLoading: false;
|
|
2245
|
+
currentData?: void | undefined;
|
|
2246
|
+
isUninitialized: false;
|
|
2247
|
+
isFetching: false;
|
|
2248
|
+
isSuccess: false;
|
|
2249
|
+
isError: true;
|
|
2250
|
+
error: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError;
|
|
2251
|
+
}) & {
|
|
2252
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
2253
|
+
}>(options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & Omit<{
|
|
2254
|
+
skip?: boolean | undefined;
|
|
2255
|
+
selectFromResult?: ((state: ({
|
|
2256
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
2257
|
+
data?: undefined;
|
|
2258
|
+
error?: undefined;
|
|
2259
|
+
fulfilledTimeStamp?: undefined;
|
|
2260
|
+
originalArgs?: undefined;
|
|
2261
|
+
requestId?: undefined;
|
|
2262
|
+
endpointName?: string | undefined;
|
|
2263
|
+
startedTimeStamp?: undefined;
|
|
2264
|
+
isLoading: false;
|
|
2265
|
+
currentData?: void | undefined;
|
|
2266
|
+
isFetching: false;
|
|
2267
|
+
isSuccess: false;
|
|
2268
|
+
isError: false;
|
|
2269
|
+
isUninitialized: true;
|
|
2270
|
+
} | {
|
|
2271
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
2272
|
+
error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
|
|
2273
|
+
fulfilledTimeStamp?: number | undefined;
|
|
2274
|
+
originalArgs?: void | Record<string, unknown> | undefined;
|
|
2275
|
+
requestId?: string | undefined;
|
|
2276
|
+
endpointName?: string | undefined;
|
|
2277
|
+
startedTimeStamp?: number | undefined;
|
|
2278
|
+
currentData?: void | undefined;
|
|
2279
|
+
isUninitialized: false;
|
|
2280
|
+
isSuccess: false;
|
|
2281
|
+
isError: false;
|
|
2282
|
+
isLoading: true;
|
|
2283
|
+
isFetching: boolean;
|
|
2284
|
+
data: undefined;
|
|
2285
|
+
} | {
|
|
2286
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
2287
|
+
originalArgs?: void | Record<string, unknown> | undefined;
|
|
2288
|
+
requestId?: string | undefined;
|
|
2289
|
+
endpointName?: string | undefined;
|
|
2290
|
+
startedTimeStamp?: number | undefined;
|
|
2291
|
+
isLoading: false;
|
|
2292
|
+
currentData?: void | undefined;
|
|
2293
|
+
isUninitialized: false;
|
|
2294
|
+
isError: false;
|
|
2295
|
+
isSuccess: true;
|
|
2296
|
+
isFetching: true;
|
|
2297
|
+
error: undefined;
|
|
2298
|
+
data: never;
|
|
2299
|
+
fulfilledTimeStamp: number;
|
|
2300
|
+
} | {
|
|
2301
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
2302
|
+
originalArgs?: void | Record<string, unknown> | undefined;
|
|
2303
|
+
requestId?: string | undefined;
|
|
2304
|
+
endpointName?: string | undefined;
|
|
2305
|
+
startedTimeStamp?: number | undefined;
|
|
2306
|
+
isLoading: false;
|
|
2307
|
+
isUninitialized: false;
|
|
2308
|
+
isError: false;
|
|
2309
|
+
isSuccess: true;
|
|
2310
|
+
isFetching: false;
|
|
2311
|
+
error: undefined;
|
|
2312
|
+
data: never;
|
|
2313
|
+
fulfilledTimeStamp: number;
|
|
2314
|
+
currentData: never;
|
|
2315
|
+
} | {
|
|
2316
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
2317
|
+
data?: void | undefined;
|
|
2318
|
+
fulfilledTimeStamp?: number | undefined;
|
|
2319
|
+
originalArgs?: void | Record<string, unknown> | undefined;
|
|
2320
|
+
requestId?: string | undefined;
|
|
2321
|
+
endpointName?: string | undefined;
|
|
2322
|
+
startedTimeStamp?: number | undefined;
|
|
2323
|
+
isLoading: false;
|
|
2324
|
+
currentData?: void | undefined;
|
|
2325
|
+
isUninitialized: false;
|
|
2326
|
+
isFetching: false;
|
|
2327
|
+
isSuccess: false;
|
|
2328
|
+
isError: true;
|
|
2329
|
+
error: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError;
|
|
2330
|
+
}) & {
|
|
2331
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
2332
|
+
}) => R) | undefined;
|
|
2333
|
+
}, "skip">) | undefined) => [(arg: void | Record<string, unknown>, preferCacheValue?: boolean | undefined) => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<void | Record<string, unknown>, (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", void, "salesApi">>, [R][R extends any ? 0 : never], {
|
|
2334
|
+
lastArg: void | Record<string, unknown>;
|
|
2013
2335
|
}];
|
|
2014
2336
|
export default invoiceV1Endpoints;
|
|
2015
2337
|
export declare const getInvoicesV1Selectors: (params: Record<string, unknown> | void) => import("@reduxjs/toolkit").EntitySelectors<InvoiceV1_Entity, {
|