@chotot/ct-logic-uni-rev-order-v1 1.197.0
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/cart_service-LogicUniRevOrderCartService_connectquery.d.ts +88 -0
- package/cart_service-LogicUniRevOrderCartService_connectquery.js +131 -0
- package/cart_service.proto +108 -0
- package/cart_service_connect.d.ts +80 -0
- package/cart_service_connect.js +80 -0
- package/cart_service_pb.d.ts +525 -0
- package/cart_service_pb.js +194 -0
- package/change_order_status.proto +110 -0
- package/change_order_status_pb.d.ts +494 -0
- package/change_order_status_pb.js +163 -0
- package/invoice.proto +565 -0
- package/invoice_entities.proto +205 -0
- package/invoice_entities_pb.d.ts +414 -0
- package/invoice_entities_pb.js +113 -0
- package/invoice_pb.d.ts +2875 -0
- package/invoice_pb.js +917 -0
- package/invoice_service-LogicUniRevOrderInvoiceService_connectquery.d.ts +238 -0
- package/invoice_service-LogicUniRevOrderInvoiceService_connectquery.js +371 -0
- package/invoice_service.proto +240 -0
- package/invoice_service_connect.d.ts +215 -0
- package/invoice_service_connect.js +215 -0
- package/onbehalf_service-LogicUniRevOrderOnBehalfService_connectquery.d.ts +108 -0
- package/onbehalf_service-LogicUniRevOrderOnBehalfService_connectquery.js +163 -0
- package/onbehalf_service.proto +355 -0
- package/onbehalf_service_connect.d.ts +98 -0
- package/onbehalf_service_connect.js +98 -0
- package/onbehalf_service_pb.d.ts +1789 -0
- package/onbehalf_service_pb.js +568 -0
- package/order_entities.proto +75 -0
- package/order_entities_pb.d.ts +366 -0
- package/order_entities_pb.js +111 -0
- package/order_history_order_service_detail.proto +485 -0
- package/order_history_order_service_detail_pb.d.ts +2599 -0
- package/order_history_order_service_detail_pb.js +768 -0
- package/order_history_paid_order.proto +224 -0
- package/order_history_paid_order_pb.d.ts +1139 -0
- package/order_history_paid_order_pb.js +343 -0
- package/order_history_revamp.proto +107 -0
- package/order_history_revamp_pb.d.ts +577 -0
- package/order_history_revamp_pb.js +164 -0
- package/order_info.proto +74 -0
- package/order_info_pb.d.ts +381 -0
- package/order_info_pb.js +138 -0
- package/package.json +10 -0
- package/paid_product.proto +94 -0
- package/paid_product_order.proto +430 -0
- package/paid_product_order_pb.d.ts +2120 -0
- package/paid_product_order_pb.js +698 -0
- package/paid_product_pb.d.ts +287 -0
- package/paid_product_pb.js +105 -0
- package/rabbit_mq.proto +69 -0
- package/rabbit_mq_pb.d.ts +251 -0
- package/rabbit_mq_pb.js +94 -0
- package/refund_order.proto +195 -0
- package/refund_order_pb.d.ts +1030 -0
- package/refund_order_pb.js +359 -0
- package/scripts/modify_package_json.js +50 -0
- package/service-LogicUniRevOrderService_connectquery.d.ts +638 -0
- package/service-LogicUniRevOrderService_connectquery.js +1014 -0
- package/service.proto +179 -0
- package/service_connect.d.ts +578 -0
- package/service_connect.js +578 -0
|
@@ -0,0 +1,238 @@
|
|
|
1
|
+
// @generated by protoc-gen-connect-query v0.4.4 with parameter "target=js+dts"
|
|
2
|
+
// @generated from file ct-logic-uni-rev-order/v1/invoice_service.proto (package ct_logic_uni_rev_order.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
|
|
6
|
+
import { AddInvoiceRequest, AddInvoiceResponse, ExportInvoicesByDateRequest, ExportInvoicesByDateResponse, FindFullInvoicesByCondsRequest, FindFullInvoicesByCondsResponse, GetAllInvoiceTypeRequest, GetAllInvoiceTypeResponse, GetFullInvoicesForCSRequest, GetFullInvoicesForCSResponse, GetFullInvoicesRequest, GetFullInvoicesResponse, GetInvoiceeByOrderRequest, GetInvoiceeByOrderResponse, GetInvoiceeRequest, GetInvoiceeResponse, GetInvoiceesAndOrdersRequest, GetInvoiceesAndOrdersResponse, GetInvoiceHistoriesRequest, GetInvoiceHistoriesResponse, GetInvoiceRequest, GetInvoiceResponse, GetInvoiceValidationRulesRequest, GetInvoiceValidationRulesResponse, GetOrdersByDateRequest, GetOrdersByDateResponse, InsertInvoiceForOrderRequest, InsertInvoiceForOrderResponse, InvoiceCheckIssuanceRequest, InvoiceCheckIssuanceResponse, IssueCombinedInvoiceByDateRequest, IssueCombinedInvoiceByDateResponse, IssueInvoiceForOrderRequest, IssueInvoiceForOrderResponse, IssueInvoiceForOrdersRequest, IssueInvoiceForOrdersResponse, PreValidateInvoiceRequest, PreValidateInvoiceResponse, SaveInvoiceeRequest, SaveInvoiceeResponse, UpdateInvoiceTypeRequest, UpdateInvoiceTypeResponse, ValidateIssuableOrdersRequest, ValidateIssuableOrdersResponse } from "./invoice_pb.js";
|
|
7
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
|
+
import { UnaryHooks } from "@connectrpc/connect-query";
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* @generated from service ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService
|
|
12
|
+
*/
|
|
13
|
+
export declare const LogicUniRevOrderInvoiceService: {
|
|
14
|
+
readonly typeName: "ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService",
|
|
15
|
+
readonly methods: {
|
|
16
|
+
/**
|
|
17
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetFullInvoices
|
|
18
|
+
*/
|
|
19
|
+
readonly getFullInvoices: {
|
|
20
|
+
readonly name: "GetFullInvoices",
|
|
21
|
+
readonly I: typeof GetFullInvoicesRequest,
|
|
22
|
+
readonly O: typeof GetFullInvoicesResponse,
|
|
23
|
+
readonly kind: MethodKind.Unary,
|
|
24
|
+
},
|
|
25
|
+
/**
|
|
26
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetFullInvoicesForCS
|
|
27
|
+
*/
|
|
28
|
+
readonly getFullInvoicesForCS: {
|
|
29
|
+
readonly name: "GetFullInvoicesForCS",
|
|
30
|
+
readonly I: typeof GetFullInvoicesForCSRequest,
|
|
31
|
+
readonly O: typeof GetFullInvoicesForCSResponse,
|
|
32
|
+
readonly kind: MethodKind.Unary,
|
|
33
|
+
},
|
|
34
|
+
/**
|
|
35
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetOrdersByDate
|
|
36
|
+
*/
|
|
37
|
+
readonly getOrdersByDate: {
|
|
38
|
+
readonly name: "GetOrdersByDate",
|
|
39
|
+
readonly I: typeof GetOrdersByDateRequest,
|
|
40
|
+
readonly O: typeof GetOrdersByDateResponse,
|
|
41
|
+
readonly kind: MethodKind.Unary,
|
|
42
|
+
},
|
|
43
|
+
/**
|
|
44
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.IssueCombinedInvoiceByDate
|
|
45
|
+
*/
|
|
46
|
+
readonly issueCombinedInvoiceByDate: {
|
|
47
|
+
readonly name: "IssueCombinedInvoiceByDate",
|
|
48
|
+
readonly I: typeof IssueCombinedInvoiceByDateRequest,
|
|
49
|
+
readonly O: typeof IssueCombinedInvoiceByDateResponse,
|
|
50
|
+
readonly kind: MethodKind.Unary,
|
|
51
|
+
},
|
|
52
|
+
/**
|
|
53
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetAllInvoiceType
|
|
54
|
+
*/
|
|
55
|
+
readonly getAllInvoiceType: {
|
|
56
|
+
readonly name: "GetAllInvoiceType",
|
|
57
|
+
readonly I: typeof GetAllInvoiceTypeRequest,
|
|
58
|
+
readonly O: typeof GetAllInvoiceTypeResponse,
|
|
59
|
+
readonly kind: MethodKind.Unary,
|
|
60
|
+
},
|
|
61
|
+
/**
|
|
62
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.UpdateInvoiceType
|
|
63
|
+
*/
|
|
64
|
+
readonly updateInvoiceType: {
|
|
65
|
+
readonly name: "UpdateInvoiceType",
|
|
66
|
+
readonly I: typeof UpdateInvoiceTypeRequest,
|
|
67
|
+
readonly O: typeof UpdateInvoiceTypeResponse,
|
|
68
|
+
readonly kind: MethodKind.Unary,
|
|
69
|
+
},
|
|
70
|
+
/**
|
|
71
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetInvoice
|
|
72
|
+
*/
|
|
73
|
+
readonly getInvoice: {
|
|
74
|
+
readonly name: "GetInvoice",
|
|
75
|
+
readonly I: typeof GetInvoiceRequest,
|
|
76
|
+
readonly O: typeof GetInvoiceResponse,
|
|
77
|
+
readonly kind: MethodKind.Unary,
|
|
78
|
+
},
|
|
79
|
+
/**
|
|
80
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.AddInvoice
|
|
81
|
+
*/
|
|
82
|
+
readonly addInvoice: {
|
|
83
|
+
readonly name: "AddInvoice",
|
|
84
|
+
readonly I: typeof AddInvoiceRequest,
|
|
85
|
+
readonly O: typeof AddInvoiceResponse,
|
|
86
|
+
readonly kind: MethodKind.Unary,
|
|
87
|
+
},
|
|
88
|
+
/**
|
|
89
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetInvoiceHistories
|
|
90
|
+
*/
|
|
91
|
+
readonly getInvoiceHistories: {
|
|
92
|
+
readonly name: "GetInvoiceHistories",
|
|
93
|
+
readonly I: typeof GetInvoiceHistoriesRequest,
|
|
94
|
+
readonly O: typeof GetInvoiceHistoriesResponse,
|
|
95
|
+
readonly kind: MethodKind.Unary,
|
|
96
|
+
},
|
|
97
|
+
/**
|
|
98
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.ValidateIssuableOrders
|
|
99
|
+
*/
|
|
100
|
+
readonly validateIssuableOrders: {
|
|
101
|
+
readonly name: "ValidateIssuableOrders",
|
|
102
|
+
readonly I: typeof ValidateIssuableOrdersRequest,
|
|
103
|
+
readonly O: typeof ValidateIssuableOrdersResponse,
|
|
104
|
+
readonly kind: MethodKind.Unary,
|
|
105
|
+
},
|
|
106
|
+
/**
|
|
107
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.IssueInvoiceForOrders
|
|
108
|
+
*/
|
|
109
|
+
readonly issueInvoiceForOrders: {
|
|
110
|
+
readonly name: "IssueInvoiceForOrders",
|
|
111
|
+
readonly I: typeof IssueInvoiceForOrdersRequest,
|
|
112
|
+
readonly O: typeof IssueInvoiceForOrdersResponse,
|
|
113
|
+
readonly kind: MethodKind.Unary,
|
|
114
|
+
},
|
|
115
|
+
/**
|
|
116
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetInvoiceeByOrder
|
|
117
|
+
*/
|
|
118
|
+
readonly getInvoiceeByOrder: {
|
|
119
|
+
readonly name: "GetInvoiceeByOrder",
|
|
120
|
+
readonly I: typeof GetInvoiceeByOrderRequest,
|
|
121
|
+
readonly O: typeof GetInvoiceeByOrderResponse,
|
|
122
|
+
readonly kind: MethodKind.Unary,
|
|
123
|
+
},
|
|
124
|
+
/**
|
|
125
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetInvoiceesAndOrders
|
|
126
|
+
*/
|
|
127
|
+
readonly getInvoiceesAndOrders: {
|
|
128
|
+
readonly name: "GetInvoiceesAndOrders",
|
|
129
|
+
readonly I: typeof GetInvoiceesAndOrdersRequest,
|
|
130
|
+
readonly O: typeof GetInvoiceesAndOrdersResponse,
|
|
131
|
+
readonly kind: MethodKind.Unary,
|
|
132
|
+
},
|
|
133
|
+
/**
|
|
134
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.InsertInvoiceForOrder
|
|
135
|
+
*/
|
|
136
|
+
readonly insertInvoiceForOrder: {
|
|
137
|
+
readonly name: "InsertInvoiceForOrder",
|
|
138
|
+
readonly I: typeof InsertInvoiceForOrderRequest,
|
|
139
|
+
readonly O: typeof InsertInvoiceForOrderResponse,
|
|
140
|
+
readonly kind: MethodKind.Unary,
|
|
141
|
+
},
|
|
142
|
+
/**
|
|
143
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.IssueInvoiceForOrder
|
|
144
|
+
*/
|
|
145
|
+
readonly issueInvoiceForOrder: {
|
|
146
|
+
readonly name: "IssueInvoiceForOrder",
|
|
147
|
+
readonly I: typeof IssueInvoiceForOrderRequest,
|
|
148
|
+
readonly O: typeof IssueInvoiceForOrderResponse,
|
|
149
|
+
readonly kind: MethodKind.Unary,
|
|
150
|
+
},
|
|
151
|
+
/**
|
|
152
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.InvoiceCheckIssuance
|
|
153
|
+
*/
|
|
154
|
+
readonly invoiceCheckIssuance: {
|
|
155
|
+
readonly name: "InvoiceCheckIssuance",
|
|
156
|
+
readonly I: typeof InvoiceCheckIssuanceRequest,
|
|
157
|
+
readonly O: typeof InvoiceCheckIssuanceResponse,
|
|
158
|
+
readonly kind: MethodKind.Unary,
|
|
159
|
+
},
|
|
160
|
+
/**
|
|
161
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetInvoicee
|
|
162
|
+
*/
|
|
163
|
+
readonly getInvoicee: {
|
|
164
|
+
readonly name: "GetInvoicee",
|
|
165
|
+
readonly I: typeof GetInvoiceeRequest,
|
|
166
|
+
readonly O: typeof GetInvoiceeResponse,
|
|
167
|
+
readonly kind: MethodKind.Unary,
|
|
168
|
+
},
|
|
169
|
+
/**
|
|
170
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.SaveInvoicee
|
|
171
|
+
*/
|
|
172
|
+
readonly saveInvoicee: {
|
|
173
|
+
readonly name: "SaveInvoicee",
|
|
174
|
+
readonly I: typeof SaveInvoiceeRequest,
|
|
175
|
+
readonly O: typeof SaveInvoiceeResponse,
|
|
176
|
+
readonly kind: MethodKind.Unary,
|
|
177
|
+
},
|
|
178
|
+
/**
|
|
179
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.FindFullInvoicesByConds
|
|
180
|
+
*/
|
|
181
|
+
readonly findFullInvoicesByConds: {
|
|
182
|
+
readonly name: "FindFullInvoicesByConds",
|
|
183
|
+
readonly I: typeof FindFullInvoicesByCondsRequest,
|
|
184
|
+
readonly O: typeof FindFullInvoicesByCondsResponse,
|
|
185
|
+
readonly kind: MethodKind.Unary,
|
|
186
|
+
},
|
|
187
|
+
/**
|
|
188
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetInvoiceValidationRules
|
|
189
|
+
*/
|
|
190
|
+
readonly getInvoiceValidationRules: {
|
|
191
|
+
readonly name: "GetInvoiceValidationRules",
|
|
192
|
+
readonly I: typeof GetInvoiceValidationRulesRequest,
|
|
193
|
+
readonly O: typeof GetInvoiceValidationRulesResponse,
|
|
194
|
+
readonly kind: MethodKind.Unary,
|
|
195
|
+
},
|
|
196
|
+
/**
|
|
197
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.PreValidateInvoice
|
|
198
|
+
*/
|
|
199
|
+
readonly preValidateInvoice: {
|
|
200
|
+
readonly name: "PreValidateInvoice",
|
|
201
|
+
readonly I: typeof PreValidateInvoiceRequest,
|
|
202
|
+
readonly O: typeof PreValidateInvoiceResponse,
|
|
203
|
+
readonly kind: MethodKind.Unary,
|
|
204
|
+
},
|
|
205
|
+
/**
|
|
206
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.ExportInvoicesByDate
|
|
207
|
+
*/
|
|
208
|
+
readonly exportInvoicesByDate: {
|
|
209
|
+
readonly name: "ExportInvoicesByDate",
|
|
210
|
+
readonly I: typeof ExportInvoicesByDateRequest,
|
|
211
|
+
readonly O: typeof ExportInvoicesByDateResponse,
|
|
212
|
+
readonly kind: MethodKind.Unary,
|
|
213
|
+
},
|
|
214
|
+
}
|
|
215
|
+
};
|
|
216
|
+
|
|
217
|
+
export const getFullInvoices: UnaryHooks<GetFullInvoicesRequest, GetFullInvoicesResponse>;
|
|
218
|
+
export const getFullInvoicesForCS: UnaryHooks<GetFullInvoicesForCSRequest, GetFullInvoicesForCSResponse>;
|
|
219
|
+
export const getOrdersByDate: UnaryHooks<GetOrdersByDateRequest, GetOrdersByDateResponse>;
|
|
220
|
+
export const issueCombinedInvoiceByDate: UnaryHooks<IssueCombinedInvoiceByDateRequest, IssueCombinedInvoiceByDateResponse>;
|
|
221
|
+
export const getAllInvoiceType: UnaryHooks<GetAllInvoiceTypeRequest, GetAllInvoiceTypeResponse>;
|
|
222
|
+
export const updateInvoiceType: UnaryHooks<UpdateInvoiceTypeRequest, UpdateInvoiceTypeResponse>;
|
|
223
|
+
export const getInvoice: UnaryHooks<GetInvoiceRequest, GetInvoiceResponse>;
|
|
224
|
+
export const addInvoice: UnaryHooks<AddInvoiceRequest, AddInvoiceResponse>;
|
|
225
|
+
export const getInvoiceHistories: UnaryHooks<GetInvoiceHistoriesRequest, GetInvoiceHistoriesResponse>;
|
|
226
|
+
export const validateIssuableOrders: UnaryHooks<ValidateIssuableOrdersRequest, ValidateIssuableOrdersResponse>;
|
|
227
|
+
export const issueInvoiceForOrders: UnaryHooks<IssueInvoiceForOrdersRequest, IssueInvoiceForOrdersResponse>;
|
|
228
|
+
export const getInvoiceeByOrder: UnaryHooks<GetInvoiceeByOrderRequest, GetInvoiceeByOrderResponse>;
|
|
229
|
+
export const getInvoiceesAndOrders: UnaryHooks<GetInvoiceesAndOrdersRequest, GetInvoiceesAndOrdersResponse>;
|
|
230
|
+
export const insertInvoiceForOrder: UnaryHooks<InsertInvoiceForOrderRequest, InsertInvoiceForOrderResponse>;
|
|
231
|
+
export const issueInvoiceForOrder: UnaryHooks<IssueInvoiceForOrderRequest, IssueInvoiceForOrderResponse>;
|
|
232
|
+
export const invoiceCheckIssuance: UnaryHooks<InvoiceCheckIssuanceRequest, InvoiceCheckIssuanceResponse>;
|
|
233
|
+
export const getInvoicee: UnaryHooks<GetInvoiceeRequest, GetInvoiceeResponse>;
|
|
234
|
+
export const saveInvoicee: UnaryHooks<SaveInvoiceeRequest, SaveInvoiceeResponse>;
|
|
235
|
+
export const findFullInvoicesByConds: UnaryHooks<FindFullInvoicesByCondsRequest, FindFullInvoicesByCondsResponse>;
|
|
236
|
+
export const getInvoiceValidationRules: UnaryHooks<GetInvoiceValidationRulesRequest, GetInvoiceValidationRulesResponse>;
|
|
237
|
+
export const preValidateInvoice: UnaryHooks<PreValidateInvoiceRequest, PreValidateInvoiceResponse>;
|
|
238
|
+
export const exportInvoicesByDate: UnaryHooks<ExportInvoicesByDateRequest, ExportInvoicesByDateResponse>;
|
|
@@ -0,0 +1,371 @@
|
|
|
1
|
+
// @generated by protoc-gen-connect-query v0.4.4 with parameter "target=js+dts"
|
|
2
|
+
// @generated from file ct-logic-uni-rev-order/v1/invoice_service.proto (package ct_logic_uni_rev_order.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
|
|
6
|
+
import { AddInvoiceRequest, AddInvoiceResponse, ExportInvoicesByDateRequest, ExportInvoicesByDateResponse, FindFullInvoicesByCondsRequest, FindFullInvoicesByCondsResponse, GetAllInvoiceTypeRequest, GetAllInvoiceTypeResponse, GetFullInvoicesForCSRequest, GetFullInvoicesForCSResponse, GetFullInvoicesRequest, GetFullInvoicesResponse, GetInvoiceeByOrderRequest, GetInvoiceeByOrderResponse, GetInvoiceeRequest, GetInvoiceeResponse, GetInvoiceesAndOrdersRequest, GetInvoiceesAndOrdersResponse, GetInvoiceHistoriesRequest, GetInvoiceHistoriesResponse, GetInvoiceRequest, GetInvoiceResponse, GetInvoiceValidationRulesRequest, GetInvoiceValidationRulesResponse, GetOrdersByDateRequest, GetOrdersByDateResponse, InsertInvoiceForOrderRequest, InsertInvoiceForOrderResponse, InvoiceCheckIssuanceRequest, InvoiceCheckIssuanceResponse, IssueCombinedInvoiceByDateRequest, IssueCombinedInvoiceByDateResponse, IssueInvoiceForOrderRequest, IssueInvoiceForOrderResponse, IssueInvoiceForOrdersRequest, IssueInvoiceForOrdersResponse, PreValidateInvoiceRequest, PreValidateInvoiceResponse, SaveInvoiceeRequest, SaveInvoiceeResponse, UpdateInvoiceTypeRequest, UpdateInvoiceTypeResponse, ValidateIssuableOrdersRequest, ValidateIssuableOrdersResponse } from "./invoice_pb.js";
|
|
7
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
|
+
import { createQueryService } from "@connectrpc/connect-query";
|
|
9
|
+
|
|
10
|
+
export const typeName = "ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* @generated from service ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService
|
|
14
|
+
*/
|
|
15
|
+
export const LogicUniRevOrderInvoiceService = {
|
|
16
|
+
typeName: "ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService",
|
|
17
|
+
methods: {
|
|
18
|
+
/**
|
|
19
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetFullInvoices
|
|
20
|
+
*/
|
|
21
|
+
getFullInvoices: {
|
|
22
|
+
name: "GetFullInvoices",
|
|
23
|
+
I: GetFullInvoicesRequest,
|
|
24
|
+
O: GetFullInvoicesResponse,
|
|
25
|
+
kind: MethodKind.Unary,
|
|
26
|
+
},
|
|
27
|
+
/**
|
|
28
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetFullInvoicesForCS
|
|
29
|
+
*/
|
|
30
|
+
getFullInvoicesForCS: {
|
|
31
|
+
name: "GetFullInvoicesForCS",
|
|
32
|
+
I: GetFullInvoicesForCSRequest,
|
|
33
|
+
O: GetFullInvoicesForCSResponse,
|
|
34
|
+
kind: MethodKind.Unary,
|
|
35
|
+
},
|
|
36
|
+
/**
|
|
37
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetOrdersByDate
|
|
38
|
+
*/
|
|
39
|
+
getOrdersByDate: {
|
|
40
|
+
name: "GetOrdersByDate",
|
|
41
|
+
I: GetOrdersByDateRequest,
|
|
42
|
+
O: GetOrdersByDateResponse,
|
|
43
|
+
kind: MethodKind.Unary,
|
|
44
|
+
},
|
|
45
|
+
/**
|
|
46
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.IssueCombinedInvoiceByDate
|
|
47
|
+
*/
|
|
48
|
+
issueCombinedInvoiceByDate: {
|
|
49
|
+
name: "IssueCombinedInvoiceByDate",
|
|
50
|
+
I: IssueCombinedInvoiceByDateRequest,
|
|
51
|
+
O: IssueCombinedInvoiceByDateResponse,
|
|
52
|
+
kind: MethodKind.Unary,
|
|
53
|
+
},
|
|
54
|
+
/**
|
|
55
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetAllInvoiceType
|
|
56
|
+
*/
|
|
57
|
+
getAllInvoiceType: {
|
|
58
|
+
name: "GetAllInvoiceType",
|
|
59
|
+
I: GetAllInvoiceTypeRequest,
|
|
60
|
+
O: GetAllInvoiceTypeResponse,
|
|
61
|
+
kind: MethodKind.Unary,
|
|
62
|
+
},
|
|
63
|
+
/**
|
|
64
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.UpdateInvoiceType
|
|
65
|
+
*/
|
|
66
|
+
updateInvoiceType: {
|
|
67
|
+
name: "UpdateInvoiceType",
|
|
68
|
+
I: UpdateInvoiceTypeRequest,
|
|
69
|
+
O: UpdateInvoiceTypeResponse,
|
|
70
|
+
kind: MethodKind.Unary,
|
|
71
|
+
},
|
|
72
|
+
/**
|
|
73
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetInvoice
|
|
74
|
+
*/
|
|
75
|
+
getInvoice: {
|
|
76
|
+
name: "GetInvoice",
|
|
77
|
+
I: GetInvoiceRequest,
|
|
78
|
+
O: GetInvoiceResponse,
|
|
79
|
+
kind: MethodKind.Unary,
|
|
80
|
+
},
|
|
81
|
+
/**
|
|
82
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.AddInvoice
|
|
83
|
+
*/
|
|
84
|
+
addInvoice: {
|
|
85
|
+
name: "AddInvoice",
|
|
86
|
+
I: AddInvoiceRequest,
|
|
87
|
+
O: AddInvoiceResponse,
|
|
88
|
+
kind: MethodKind.Unary,
|
|
89
|
+
},
|
|
90
|
+
/**
|
|
91
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetInvoiceHistories
|
|
92
|
+
*/
|
|
93
|
+
getInvoiceHistories: {
|
|
94
|
+
name: "GetInvoiceHistories",
|
|
95
|
+
I: GetInvoiceHistoriesRequest,
|
|
96
|
+
O: GetInvoiceHistoriesResponse,
|
|
97
|
+
kind: MethodKind.Unary,
|
|
98
|
+
},
|
|
99
|
+
/**
|
|
100
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.ValidateIssuableOrders
|
|
101
|
+
*/
|
|
102
|
+
validateIssuableOrders: {
|
|
103
|
+
name: "ValidateIssuableOrders",
|
|
104
|
+
I: ValidateIssuableOrdersRequest,
|
|
105
|
+
O: ValidateIssuableOrdersResponse,
|
|
106
|
+
kind: MethodKind.Unary,
|
|
107
|
+
},
|
|
108
|
+
/**
|
|
109
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.IssueInvoiceForOrders
|
|
110
|
+
*/
|
|
111
|
+
issueInvoiceForOrders: {
|
|
112
|
+
name: "IssueInvoiceForOrders",
|
|
113
|
+
I: IssueInvoiceForOrdersRequest,
|
|
114
|
+
O: IssueInvoiceForOrdersResponse,
|
|
115
|
+
kind: MethodKind.Unary,
|
|
116
|
+
},
|
|
117
|
+
/**
|
|
118
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetInvoiceeByOrder
|
|
119
|
+
*/
|
|
120
|
+
getInvoiceeByOrder: {
|
|
121
|
+
name: "GetInvoiceeByOrder",
|
|
122
|
+
I: GetInvoiceeByOrderRequest,
|
|
123
|
+
O: GetInvoiceeByOrderResponse,
|
|
124
|
+
kind: MethodKind.Unary,
|
|
125
|
+
},
|
|
126
|
+
/**
|
|
127
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetInvoiceesAndOrders
|
|
128
|
+
*/
|
|
129
|
+
getInvoiceesAndOrders: {
|
|
130
|
+
name: "GetInvoiceesAndOrders",
|
|
131
|
+
I: GetInvoiceesAndOrdersRequest,
|
|
132
|
+
O: GetInvoiceesAndOrdersResponse,
|
|
133
|
+
kind: MethodKind.Unary,
|
|
134
|
+
},
|
|
135
|
+
/**
|
|
136
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.InsertInvoiceForOrder
|
|
137
|
+
*/
|
|
138
|
+
insertInvoiceForOrder: {
|
|
139
|
+
name: "InsertInvoiceForOrder",
|
|
140
|
+
I: InsertInvoiceForOrderRequest,
|
|
141
|
+
O: InsertInvoiceForOrderResponse,
|
|
142
|
+
kind: MethodKind.Unary,
|
|
143
|
+
},
|
|
144
|
+
/**
|
|
145
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.IssueInvoiceForOrder
|
|
146
|
+
*/
|
|
147
|
+
issueInvoiceForOrder: {
|
|
148
|
+
name: "IssueInvoiceForOrder",
|
|
149
|
+
I: IssueInvoiceForOrderRequest,
|
|
150
|
+
O: IssueInvoiceForOrderResponse,
|
|
151
|
+
kind: MethodKind.Unary,
|
|
152
|
+
},
|
|
153
|
+
/**
|
|
154
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.InvoiceCheckIssuance
|
|
155
|
+
*/
|
|
156
|
+
invoiceCheckIssuance: {
|
|
157
|
+
name: "InvoiceCheckIssuance",
|
|
158
|
+
I: InvoiceCheckIssuanceRequest,
|
|
159
|
+
O: InvoiceCheckIssuanceResponse,
|
|
160
|
+
kind: MethodKind.Unary,
|
|
161
|
+
},
|
|
162
|
+
/**
|
|
163
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetInvoicee
|
|
164
|
+
*/
|
|
165
|
+
getInvoicee: {
|
|
166
|
+
name: "GetInvoicee",
|
|
167
|
+
I: GetInvoiceeRequest,
|
|
168
|
+
O: GetInvoiceeResponse,
|
|
169
|
+
kind: MethodKind.Unary,
|
|
170
|
+
},
|
|
171
|
+
/**
|
|
172
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.SaveInvoicee
|
|
173
|
+
*/
|
|
174
|
+
saveInvoicee: {
|
|
175
|
+
name: "SaveInvoicee",
|
|
176
|
+
I: SaveInvoiceeRequest,
|
|
177
|
+
O: SaveInvoiceeResponse,
|
|
178
|
+
kind: MethodKind.Unary,
|
|
179
|
+
},
|
|
180
|
+
/**
|
|
181
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.FindFullInvoicesByConds
|
|
182
|
+
*/
|
|
183
|
+
findFullInvoicesByConds: {
|
|
184
|
+
name: "FindFullInvoicesByConds",
|
|
185
|
+
I: FindFullInvoicesByCondsRequest,
|
|
186
|
+
O: FindFullInvoicesByCondsResponse,
|
|
187
|
+
kind: MethodKind.Unary,
|
|
188
|
+
},
|
|
189
|
+
/**
|
|
190
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetInvoiceValidationRules
|
|
191
|
+
*/
|
|
192
|
+
getInvoiceValidationRules: {
|
|
193
|
+
name: "GetInvoiceValidationRules",
|
|
194
|
+
I: GetInvoiceValidationRulesRequest,
|
|
195
|
+
O: GetInvoiceValidationRulesResponse,
|
|
196
|
+
kind: MethodKind.Unary,
|
|
197
|
+
},
|
|
198
|
+
/**
|
|
199
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.PreValidateInvoice
|
|
200
|
+
*/
|
|
201
|
+
preValidateInvoice: {
|
|
202
|
+
name: "PreValidateInvoice",
|
|
203
|
+
I: PreValidateInvoiceRequest,
|
|
204
|
+
O: PreValidateInvoiceResponse,
|
|
205
|
+
kind: MethodKind.Unary,
|
|
206
|
+
},
|
|
207
|
+
/**
|
|
208
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.ExportInvoicesByDate
|
|
209
|
+
*/
|
|
210
|
+
exportInvoicesByDate: {
|
|
211
|
+
name: "ExportInvoicesByDate",
|
|
212
|
+
I: ExportInvoicesByDateRequest,
|
|
213
|
+
O: ExportInvoicesByDateResponse,
|
|
214
|
+
kind: MethodKind.Unary,
|
|
215
|
+
},
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
/**
|
|
220
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetFullInvoices
|
|
221
|
+
*/
|
|
222
|
+
export const getFullInvoices = createQueryService({
|
|
223
|
+
service: LogicUniRevOrderInvoiceService,
|
|
224
|
+
}).getFullInvoices;
|
|
225
|
+
|
|
226
|
+
/**
|
|
227
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetFullInvoicesForCS
|
|
228
|
+
*/
|
|
229
|
+
export const getFullInvoicesForCS = createQueryService({
|
|
230
|
+
service: LogicUniRevOrderInvoiceService,
|
|
231
|
+
}).getFullInvoicesForCS;
|
|
232
|
+
|
|
233
|
+
/**
|
|
234
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetOrdersByDate
|
|
235
|
+
*/
|
|
236
|
+
export const getOrdersByDate = createQueryService({
|
|
237
|
+
service: LogicUniRevOrderInvoiceService,
|
|
238
|
+
}).getOrdersByDate;
|
|
239
|
+
|
|
240
|
+
/**
|
|
241
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.IssueCombinedInvoiceByDate
|
|
242
|
+
*/
|
|
243
|
+
export const issueCombinedInvoiceByDate = createQueryService({
|
|
244
|
+
service: LogicUniRevOrderInvoiceService,
|
|
245
|
+
}).issueCombinedInvoiceByDate;
|
|
246
|
+
|
|
247
|
+
/**
|
|
248
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetAllInvoiceType
|
|
249
|
+
*/
|
|
250
|
+
export const getAllInvoiceType = createQueryService({
|
|
251
|
+
service: LogicUniRevOrderInvoiceService,
|
|
252
|
+
}).getAllInvoiceType;
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.UpdateInvoiceType
|
|
256
|
+
*/
|
|
257
|
+
export const updateInvoiceType = createQueryService({
|
|
258
|
+
service: LogicUniRevOrderInvoiceService,
|
|
259
|
+
}).updateInvoiceType;
|
|
260
|
+
|
|
261
|
+
/**
|
|
262
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetInvoice
|
|
263
|
+
*/
|
|
264
|
+
export const getInvoice = createQueryService({
|
|
265
|
+
service: LogicUniRevOrderInvoiceService,
|
|
266
|
+
}).getInvoice;
|
|
267
|
+
|
|
268
|
+
/**
|
|
269
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.AddInvoice
|
|
270
|
+
*/
|
|
271
|
+
export const addInvoice = createQueryService({
|
|
272
|
+
service: LogicUniRevOrderInvoiceService,
|
|
273
|
+
}).addInvoice;
|
|
274
|
+
|
|
275
|
+
/**
|
|
276
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetInvoiceHistories
|
|
277
|
+
*/
|
|
278
|
+
export const getInvoiceHistories = createQueryService({
|
|
279
|
+
service: LogicUniRevOrderInvoiceService,
|
|
280
|
+
}).getInvoiceHistories;
|
|
281
|
+
|
|
282
|
+
/**
|
|
283
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.ValidateIssuableOrders
|
|
284
|
+
*/
|
|
285
|
+
export const validateIssuableOrders = createQueryService({
|
|
286
|
+
service: LogicUniRevOrderInvoiceService,
|
|
287
|
+
}).validateIssuableOrders;
|
|
288
|
+
|
|
289
|
+
/**
|
|
290
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.IssueInvoiceForOrders
|
|
291
|
+
*/
|
|
292
|
+
export const issueInvoiceForOrders = createQueryService({
|
|
293
|
+
service: LogicUniRevOrderInvoiceService,
|
|
294
|
+
}).issueInvoiceForOrders;
|
|
295
|
+
|
|
296
|
+
/**
|
|
297
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetInvoiceeByOrder
|
|
298
|
+
*/
|
|
299
|
+
export const getInvoiceeByOrder = createQueryService({
|
|
300
|
+
service: LogicUniRevOrderInvoiceService,
|
|
301
|
+
}).getInvoiceeByOrder;
|
|
302
|
+
|
|
303
|
+
/**
|
|
304
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetInvoiceesAndOrders
|
|
305
|
+
*/
|
|
306
|
+
export const getInvoiceesAndOrders = createQueryService({
|
|
307
|
+
service: LogicUniRevOrderInvoiceService,
|
|
308
|
+
}).getInvoiceesAndOrders;
|
|
309
|
+
|
|
310
|
+
/**
|
|
311
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.InsertInvoiceForOrder
|
|
312
|
+
*/
|
|
313
|
+
export const insertInvoiceForOrder = createQueryService({
|
|
314
|
+
service: LogicUniRevOrderInvoiceService,
|
|
315
|
+
}).insertInvoiceForOrder;
|
|
316
|
+
|
|
317
|
+
/**
|
|
318
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.IssueInvoiceForOrder
|
|
319
|
+
*/
|
|
320
|
+
export const issueInvoiceForOrder = createQueryService({
|
|
321
|
+
service: LogicUniRevOrderInvoiceService,
|
|
322
|
+
}).issueInvoiceForOrder;
|
|
323
|
+
|
|
324
|
+
/**
|
|
325
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.InvoiceCheckIssuance
|
|
326
|
+
*/
|
|
327
|
+
export const invoiceCheckIssuance = createQueryService({
|
|
328
|
+
service: LogicUniRevOrderInvoiceService,
|
|
329
|
+
}).invoiceCheckIssuance;
|
|
330
|
+
|
|
331
|
+
/**
|
|
332
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetInvoicee
|
|
333
|
+
*/
|
|
334
|
+
export const getInvoicee = createQueryService({
|
|
335
|
+
service: LogicUniRevOrderInvoiceService,
|
|
336
|
+
}).getInvoicee;
|
|
337
|
+
|
|
338
|
+
/**
|
|
339
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.SaveInvoicee
|
|
340
|
+
*/
|
|
341
|
+
export const saveInvoicee = createQueryService({
|
|
342
|
+
service: LogicUniRevOrderInvoiceService,
|
|
343
|
+
}).saveInvoicee;
|
|
344
|
+
|
|
345
|
+
/**
|
|
346
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.FindFullInvoicesByConds
|
|
347
|
+
*/
|
|
348
|
+
export const findFullInvoicesByConds = createQueryService({
|
|
349
|
+
service: LogicUniRevOrderInvoiceService,
|
|
350
|
+
}).findFullInvoicesByConds;
|
|
351
|
+
|
|
352
|
+
/**
|
|
353
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.GetInvoiceValidationRules
|
|
354
|
+
*/
|
|
355
|
+
export const getInvoiceValidationRules = createQueryService({
|
|
356
|
+
service: LogicUniRevOrderInvoiceService,
|
|
357
|
+
}).getInvoiceValidationRules;
|
|
358
|
+
|
|
359
|
+
/**
|
|
360
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.PreValidateInvoice
|
|
361
|
+
*/
|
|
362
|
+
export const preValidateInvoice = createQueryService({
|
|
363
|
+
service: LogicUniRevOrderInvoiceService,
|
|
364
|
+
}).preValidateInvoice;
|
|
365
|
+
|
|
366
|
+
/**
|
|
367
|
+
* @generated from rpc ct_logic_uni_rev_order.v1.LogicUniRevOrderInvoiceService.ExportInvoicesByDate
|
|
368
|
+
*/
|
|
369
|
+
export const exportInvoicesByDate = createQueryService({
|
|
370
|
+
service: LogicUniRevOrderInvoiceService,
|
|
371
|
+
}).exportInvoicesByDate;
|