@kernelminds/scailo-sdk 0.0.8 → 0.0.9
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/lib/cjs/index.js +68 -0
- package/lib/cjs/src/base.scailo_pb.js +28 -0
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +573 -0
- package/lib/cjs/src/proforma_invoices.scailo_pb.js +2220 -0
- package/lib/cjs/src/supply_offers.scailo_connect.js +563 -0
- package/lib/cjs/src/supply_offers.scailo_pb.js +2246 -0
- package/lib/cjs/src/workflows_rules.scailo_pb.js +14 -0
- package/lib/cjs/types/index.d.ts +62 -0
- package/lib/cjs/types/index.d.ts.map +1 -1
- package/lib/cjs/types/src/base.scailo_pb.d.ts +25 -1
- package/lib/cjs/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +567 -0
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -0
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +1734 -0
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -0
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +557 -0
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -0
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts +1767 -0
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts.map +1 -0
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts +12 -0
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/lib/esm/index.js +68 -0
- package/lib/esm/src/base.scailo_pb.js +28 -0
- package/lib/esm/src/proforma_invoices.scailo_connect.js +573 -0
- package/lib/esm/src/proforma_invoices.scailo_pb.js +2244 -0
- package/lib/esm/src/supply_offers.scailo_connect.js +563 -0
- package/lib/esm/src/supply_offers.scailo_pb.js +2270 -0
- package/lib/esm/src/workflows_rules.scailo_pb.js +14 -0
- package/lib/esm/types/index.d.ts +62 -0
- package/lib/esm/types/index.d.ts.map +1 -1
- package/lib/esm/types/src/base.scailo_pb.d.ts +25 -1
- package/lib/esm/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +567 -0
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -0
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +1734 -0
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -0
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +557 -0
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -0
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts +1767 -0
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts.map +1 -0
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts +12 -0
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,573 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @generated by protoc-gen-connect-es v0.12.0 with parameter "target=ts"
|
|
3
|
+
// @generated from file proforma_invoices.scailo.proto (package Scailo, syntax proto3)
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
// @ts-nocheck
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.ProformaInvoicesService = void 0;
|
|
8
|
+
const proforma_invoices_scailo_pb_js_1 = require("./proforma_invoices.scailo_pb.js");
|
|
9
|
+
const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
|
|
10
|
+
const protobuf_1 = require("@bufbuild/protobuf");
|
|
11
|
+
const families_scailo_pb_js_1 = require("./families.scailo_pb.js");
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* Describes the common methods applicable on each proforma invoice
|
|
15
|
+
*
|
|
16
|
+
* @generated from service Scailo.ProformaInvoicesService
|
|
17
|
+
*/
|
|
18
|
+
exports.ProformaInvoicesService = {
|
|
19
|
+
typeName: "Scailo.ProformaInvoicesService",
|
|
20
|
+
methods: {
|
|
21
|
+
/**
|
|
22
|
+
* Create and send for verification
|
|
23
|
+
*
|
|
24
|
+
* @generated from rpc Scailo.ProformaInvoicesService.Create
|
|
25
|
+
*/
|
|
26
|
+
create: {
|
|
27
|
+
name: "Create",
|
|
28
|
+
I: proforma_invoices_scailo_pb_js_1.ProformaInvoicesServiceCreateRequest,
|
|
29
|
+
O: base_scailo_pb_js_1.Identifier,
|
|
30
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
31
|
+
},
|
|
32
|
+
/**
|
|
33
|
+
* Create and save as draft
|
|
34
|
+
*
|
|
35
|
+
* @generated from rpc Scailo.ProformaInvoicesService.Draft
|
|
36
|
+
*/
|
|
37
|
+
draft: {
|
|
38
|
+
name: "Draft",
|
|
39
|
+
I: proforma_invoices_scailo_pb_js_1.ProformaInvoicesServiceCreateRequest,
|
|
40
|
+
O: base_scailo_pb_js_1.Identifier,
|
|
41
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
42
|
+
},
|
|
43
|
+
/**
|
|
44
|
+
* Update draft
|
|
45
|
+
*
|
|
46
|
+
* @generated from rpc Scailo.ProformaInvoicesService.DraftUpdate
|
|
47
|
+
*/
|
|
48
|
+
draftUpdate: {
|
|
49
|
+
name: "DraftUpdate",
|
|
50
|
+
I: proforma_invoices_scailo_pb_js_1.ProformaInvoicesServiceUpdateRequest,
|
|
51
|
+
O: base_scailo_pb_js_1.Identifier,
|
|
52
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
53
|
+
},
|
|
54
|
+
/**
|
|
55
|
+
* Send for verification
|
|
56
|
+
*
|
|
57
|
+
* @generated from rpc Scailo.ProformaInvoicesService.SendForVerification
|
|
58
|
+
*/
|
|
59
|
+
sendForVerification: {
|
|
60
|
+
name: "SendForVerification",
|
|
61
|
+
I: base_scailo_pb_js_1.IdentifierWithUserComment,
|
|
62
|
+
O: base_scailo_pb_js_1.Identifier,
|
|
63
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
64
|
+
},
|
|
65
|
+
/**
|
|
66
|
+
* Verify
|
|
67
|
+
*
|
|
68
|
+
* @generated from rpc Scailo.ProformaInvoicesService.Verify
|
|
69
|
+
*/
|
|
70
|
+
verify: {
|
|
71
|
+
name: "Verify",
|
|
72
|
+
I: base_scailo_pb_js_1.IdentifierWithUserComment,
|
|
73
|
+
O: base_scailo_pb_js_1.Identifier,
|
|
74
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
75
|
+
},
|
|
76
|
+
/**
|
|
77
|
+
* Approve
|
|
78
|
+
*
|
|
79
|
+
* @generated from rpc Scailo.ProformaInvoicesService.Approve
|
|
80
|
+
*/
|
|
81
|
+
approve: {
|
|
82
|
+
name: "Approve",
|
|
83
|
+
I: base_scailo_pb_js_1.IdentifierWithUserComment,
|
|
84
|
+
O: base_scailo_pb_js_1.Identifier,
|
|
85
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
86
|
+
},
|
|
87
|
+
/**
|
|
88
|
+
* Send For Revision
|
|
89
|
+
*
|
|
90
|
+
* @generated from rpc Scailo.ProformaInvoicesService.SendForRevision
|
|
91
|
+
*/
|
|
92
|
+
sendForRevision: {
|
|
93
|
+
name: "SendForRevision",
|
|
94
|
+
I: base_scailo_pb_js_1.IdentifierWithUserComment,
|
|
95
|
+
O: base_scailo_pb_js_1.Identifier,
|
|
96
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
97
|
+
},
|
|
98
|
+
/**
|
|
99
|
+
* Update revision
|
|
100
|
+
*
|
|
101
|
+
* @generated from rpc Scailo.ProformaInvoicesService.RevisionUpdate
|
|
102
|
+
*/
|
|
103
|
+
revisionUpdate: {
|
|
104
|
+
name: "RevisionUpdate",
|
|
105
|
+
I: proforma_invoices_scailo_pb_js_1.ProformaInvoicesServiceUpdateRequest,
|
|
106
|
+
O: base_scailo_pb_js_1.Identifier,
|
|
107
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
108
|
+
},
|
|
109
|
+
/**
|
|
110
|
+
* Halt
|
|
111
|
+
*
|
|
112
|
+
* @generated from rpc Scailo.ProformaInvoicesService.Halt
|
|
113
|
+
*/
|
|
114
|
+
halt: {
|
|
115
|
+
name: "Halt",
|
|
116
|
+
I: base_scailo_pb_js_1.IdentifierWithUserComment,
|
|
117
|
+
O: base_scailo_pb_js_1.Identifier,
|
|
118
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
119
|
+
},
|
|
120
|
+
/**
|
|
121
|
+
* Discard
|
|
122
|
+
*
|
|
123
|
+
* @generated from rpc Scailo.ProformaInvoicesService.Discard
|
|
124
|
+
*/
|
|
125
|
+
discard: {
|
|
126
|
+
name: "Discard",
|
|
127
|
+
I: base_scailo_pb_js_1.IdentifierWithUserComment,
|
|
128
|
+
O: base_scailo_pb_js_1.Identifier,
|
|
129
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
130
|
+
},
|
|
131
|
+
/**
|
|
132
|
+
* Restore
|
|
133
|
+
*
|
|
134
|
+
* @generated from rpc Scailo.ProformaInvoicesService.Restore
|
|
135
|
+
*/
|
|
136
|
+
restore: {
|
|
137
|
+
name: "Restore",
|
|
138
|
+
I: base_scailo_pb_js_1.IdentifierWithUserComment,
|
|
139
|
+
O: base_scailo_pb_js_1.Identifier,
|
|
140
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
141
|
+
},
|
|
142
|
+
/**
|
|
143
|
+
* Complete
|
|
144
|
+
*
|
|
145
|
+
* @generated from rpc Scailo.ProformaInvoicesService.Complete
|
|
146
|
+
*/
|
|
147
|
+
complete: {
|
|
148
|
+
name: "Complete",
|
|
149
|
+
I: base_scailo_pb_js_1.IdentifierWithUserComment,
|
|
150
|
+
O: base_scailo_pb_js_1.Identifier,
|
|
151
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
152
|
+
},
|
|
153
|
+
/**
|
|
154
|
+
* Repeat
|
|
155
|
+
*
|
|
156
|
+
* @generated from rpc Scailo.ProformaInvoicesService.Repeat
|
|
157
|
+
*/
|
|
158
|
+
repeat: {
|
|
159
|
+
name: "Repeat",
|
|
160
|
+
I: base_scailo_pb_js_1.IdentifierWithUserComment,
|
|
161
|
+
O: base_scailo_pb_js_1.Identifier,
|
|
162
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
163
|
+
},
|
|
164
|
+
/**
|
|
165
|
+
* Reopen
|
|
166
|
+
*
|
|
167
|
+
* @generated from rpc Scailo.ProformaInvoicesService.Reopen
|
|
168
|
+
*/
|
|
169
|
+
reopen: {
|
|
170
|
+
name: "Reopen",
|
|
171
|
+
I: base_scailo_pb_js_1.IdentifierWithUserComment,
|
|
172
|
+
O: base_scailo_pb_js_1.Identifier,
|
|
173
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
174
|
+
},
|
|
175
|
+
/**
|
|
176
|
+
* Add comment
|
|
177
|
+
*
|
|
178
|
+
* @generated from rpc Scailo.ProformaInvoicesService.CommentAdd
|
|
179
|
+
*/
|
|
180
|
+
commentAdd: {
|
|
181
|
+
name: "CommentAdd",
|
|
182
|
+
I: base_scailo_pb_js_1.IdentifierWithUserComment,
|
|
183
|
+
O: base_scailo_pb_js_1.Identifier,
|
|
184
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
185
|
+
},
|
|
186
|
+
/**
|
|
187
|
+
* Send Email
|
|
188
|
+
*
|
|
189
|
+
* @generated from rpc Scailo.ProformaInvoicesService.SendEmail
|
|
190
|
+
*/
|
|
191
|
+
sendEmail: {
|
|
192
|
+
name: "SendEmail",
|
|
193
|
+
I: base_scailo_pb_js_1.IdentifierWithEmailAttributes,
|
|
194
|
+
O: base_scailo_pb_js_1.Identifier,
|
|
195
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
196
|
+
},
|
|
197
|
+
/**
|
|
198
|
+
* Autofill the proforma invoice
|
|
199
|
+
*
|
|
200
|
+
* @generated from rpc Scailo.ProformaInvoicesService.Autofill
|
|
201
|
+
*/
|
|
202
|
+
autofill: {
|
|
203
|
+
name: "Autofill",
|
|
204
|
+
I: proforma_invoices_scailo_pb_js_1.ProformaInvoicesServiceAutofillRequest,
|
|
205
|
+
O: base_scailo_pb_js_1.Identifier,
|
|
206
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
207
|
+
},
|
|
208
|
+
/**
|
|
209
|
+
* Amend the proforma invoice and send for revision
|
|
210
|
+
*
|
|
211
|
+
* @generated from rpc Scailo.ProformaInvoicesService.Amend
|
|
212
|
+
*/
|
|
213
|
+
amend: {
|
|
214
|
+
name: "Amend",
|
|
215
|
+
I: base_scailo_pb_js_1.IdentifierWithUserComment,
|
|
216
|
+
O: base_scailo_pb_js_1.Identifier,
|
|
217
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
218
|
+
},
|
|
219
|
+
/**
|
|
220
|
+
* Add an item to a proforma invoice
|
|
221
|
+
*
|
|
222
|
+
* @generated from rpc Scailo.ProformaInvoicesService.AddProformaInvoiceItem
|
|
223
|
+
*/
|
|
224
|
+
addProformaInvoiceItem: {
|
|
225
|
+
name: "AddProformaInvoiceItem",
|
|
226
|
+
I: proforma_invoices_scailo_pb_js_1.ProformaInvoicesServiceItemCreateRequest,
|
|
227
|
+
O: base_scailo_pb_js_1.Identifier,
|
|
228
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
229
|
+
},
|
|
230
|
+
/**
|
|
231
|
+
* Modify an item in a proforma invoice
|
|
232
|
+
*
|
|
233
|
+
* @generated from rpc Scailo.ProformaInvoicesService.ModifyProformaInvoiceItem
|
|
234
|
+
*/
|
|
235
|
+
modifyProformaInvoiceItem: {
|
|
236
|
+
name: "ModifyProformaInvoiceItem",
|
|
237
|
+
I: proforma_invoices_scailo_pb_js_1.ProformaInvoicesServiceItemUpdateRequest,
|
|
238
|
+
O: base_scailo_pb_js_1.Identifier,
|
|
239
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
240
|
+
},
|
|
241
|
+
/**
|
|
242
|
+
* Approve an item in a proforma invoice
|
|
243
|
+
*
|
|
244
|
+
* @generated from rpc Scailo.ProformaInvoicesService.ApproveProformaInvoiceItem
|
|
245
|
+
*/
|
|
246
|
+
approveProformaInvoiceItem: {
|
|
247
|
+
name: "ApproveProformaInvoiceItem",
|
|
248
|
+
I: base_scailo_pb_js_1.IdentifierWithUserComment,
|
|
249
|
+
O: base_scailo_pb_js_1.Identifier,
|
|
250
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
251
|
+
},
|
|
252
|
+
/**
|
|
253
|
+
* Delete an item in a proforma invoice
|
|
254
|
+
*
|
|
255
|
+
* @generated from rpc Scailo.ProformaInvoicesService.DeleteProformaInvoiceItem
|
|
256
|
+
*/
|
|
257
|
+
deleteProformaInvoiceItem: {
|
|
258
|
+
name: "DeleteProformaInvoiceItem",
|
|
259
|
+
I: base_scailo_pb_js_1.IdentifierWithUserComment,
|
|
260
|
+
O: base_scailo_pb_js_1.Identifier,
|
|
261
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
262
|
+
},
|
|
263
|
+
/**
|
|
264
|
+
* Reorder items in a proforma invoice
|
|
265
|
+
*
|
|
266
|
+
* @generated from rpc Scailo.ProformaInvoicesService.ReorderProformaInvoiceItems
|
|
267
|
+
*/
|
|
268
|
+
reorderProformaInvoiceItems: {
|
|
269
|
+
name: "ReorderProformaInvoiceItems",
|
|
270
|
+
I: base_scailo_pb_js_1.ReorderItemsRequest,
|
|
271
|
+
O: base_scailo_pb_js_1.Identifier,
|
|
272
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
273
|
+
},
|
|
274
|
+
/**
|
|
275
|
+
* View Proforma Invoice Item by ID
|
|
276
|
+
*
|
|
277
|
+
* @generated from rpc Scailo.ProformaInvoicesService.ViewProformaInvoiceItemByID
|
|
278
|
+
*/
|
|
279
|
+
viewProformaInvoiceItemByID: {
|
|
280
|
+
name: "ViewProformaInvoiceItemByID",
|
|
281
|
+
I: base_scailo_pb_js_1.Identifier,
|
|
282
|
+
O: proforma_invoices_scailo_pb_js_1.ProformaInvoiceItem,
|
|
283
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
284
|
+
},
|
|
285
|
+
/**
|
|
286
|
+
* View approved proforma invoice items for given proforma invoice ID
|
|
287
|
+
*
|
|
288
|
+
* @generated from rpc Scailo.ProformaInvoicesService.ViewApprovedProformaInvoiceItems
|
|
289
|
+
*/
|
|
290
|
+
viewApprovedProformaInvoiceItems: {
|
|
291
|
+
name: "ViewApprovedProformaInvoiceItems",
|
|
292
|
+
I: base_scailo_pb_js_1.IdentifierWithSearchKey,
|
|
293
|
+
O: proforma_invoices_scailo_pb_js_1.ProformaInvoiceItemsList,
|
|
294
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
295
|
+
},
|
|
296
|
+
/**
|
|
297
|
+
* View unapproved proforma invoice items for given proforma invoice ID
|
|
298
|
+
*
|
|
299
|
+
* @generated from rpc Scailo.ProformaInvoicesService.ViewUnapprovedProformaInvoiceItems
|
|
300
|
+
*/
|
|
301
|
+
viewUnapprovedProformaInvoiceItems: {
|
|
302
|
+
name: "ViewUnapprovedProformaInvoiceItems",
|
|
303
|
+
I: base_scailo_pb_js_1.IdentifierWithSearchKey,
|
|
304
|
+
O: proforma_invoices_scailo_pb_js_1.ProformaInvoiceItemsList,
|
|
305
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
306
|
+
},
|
|
307
|
+
/**
|
|
308
|
+
* View the history of the proforma invoice item
|
|
309
|
+
*
|
|
310
|
+
* @generated from rpc Scailo.ProformaInvoicesService.ViewProformaInvoiceItemHistory
|
|
311
|
+
*/
|
|
312
|
+
viewProformaInvoiceItemHistory: {
|
|
313
|
+
name: "ViewProformaInvoiceItemHistory",
|
|
314
|
+
I: proforma_invoices_scailo_pb_js_1.ProformaInvoiceItemHistoryRequest,
|
|
315
|
+
O: proforma_invoices_scailo_pb_js_1.ProformaInvoiceItemsList,
|
|
316
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
317
|
+
},
|
|
318
|
+
/**
|
|
319
|
+
* View approved proforma invoice items for given proforma invoice ID with pagination
|
|
320
|
+
*
|
|
321
|
+
* @generated from rpc Scailo.ProformaInvoicesService.ViewPaginatedApprovedProformaInvoiceItems
|
|
322
|
+
*/
|
|
323
|
+
viewPaginatedApprovedProformaInvoiceItems: {
|
|
324
|
+
name: "ViewPaginatedApprovedProformaInvoiceItems",
|
|
325
|
+
I: proforma_invoices_scailo_pb_js_1.ProformaInvoiceItemsSearchRequest,
|
|
326
|
+
O: proforma_invoices_scailo_pb_js_1.ProformaInvoicesServicePaginatedItemsResponse,
|
|
327
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
328
|
+
},
|
|
329
|
+
/**
|
|
330
|
+
* View unapproved proforma invoice items for given proforma invoice ID with pagination
|
|
331
|
+
*
|
|
332
|
+
* @generated from rpc Scailo.ProformaInvoicesService.ViewPaginatedUnapprovedProformaInvoiceItems
|
|
333
|
+
*/
|
|
334
|
+
viewPaginatedUnapprovedProformaInvoiceItems: {
|
|
335
|
+
name: "ViewPaginatedUnapprovedProformaInvoiceItems",
|
|
336
|
+
I: proforma_invoices_scailo_pb_js_1.ProformaInvoiceItemsSearchRequest,
|
|
337
|
+
O: proforma_invoices_scailo_pb_js_1.ProformaInvoicesServicePaginatedItemsResponse,
|
|
338
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
339
|
+
},
|
|
340
|
+
/**
|
|
341
|
+
* Search through proforma invoice items with pagination
|
|
342
|
+
*
|
|
343
|
+
* @generated from rpc Scailo.ProformaInvoicesService.SearchItemsWithPagination
|
|
344
|
+
*/
|
|
345
|
+
searchItemsWithPagination: {
|
|
346
|
+
name: "SearchItemsWithPagination",
|
|
347
|
+
I: proforma_invoices_scailo_pb_js_1.ProformaInvoiceItemsSearchRequest,
|
|
348
|
+
O: proforma_invoices_scailo_pb_js_1.ProformaInvoicesServicePaginatedItemsResponse,
|
|
349
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
350
|
+
},
|
|
351
|
+
/**
|
|
352
|
+
* CSV operations
|
|
353
|
+
* Download the CSV file that could be used to upload items from the filled CSV file. The same file can also be used as a template when there are no existing records
|
|
354
|
+
*
|
|
355
|
+
* @generated from rpc Scailo.ProformaInvoicesService.DownloadAsCSV
|
|
356
|
+
*/
|
|
357
|
+
downloadAsCSV: {
|
|
358
|
+
name: "DownloadAsCSV",
|
|
359
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
360
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
361
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
362
|
+
},
|
|
363
|
+
/**
|
|
364
|
+
* Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
|
|
365
|
+
*
|
|
366
|
+
* @generated from rpc Scailo.ProformaInvoicesService.UploadProformaInvoiceItems
|
|
367
|
+
*/
|
|
368
|
+
uploadProformaInvoiceItems: {
|
|
369
|
+
name: "UploadProformaInvoiceItems",
|
|
370
|
+
I: base_scailo_pb_js_1.IdentifierWithFile,
|
|
371
|
+
O: base_scailo_pb_js_1.IdentifiersList,
|
|
372
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
373
|
+
},
|
|
374
|
+
/**
|
|
375
|
+
* View by ID
|
|
376
|
+
*
|
|
377
|
+
* @generated from rpc Scailo.ProformaInvoicesService.ViewByID
|
|
378
|
+
*/
|
|
379
|
+
viewByID: {
|
|
380
|
+
name: "ViewByID",
|
|
381
|
+
I: base_scailo_pb_js_1.Identifier,
|
|
382
|
+
O: proforma_invoices_scailo_pb_js_1.ProformaInvoice,
|
|
383
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
384
|
+
},
|
|
385
|
+
/**
|
|
386
|
+
* View by UUID
|
|
387
|
+
*
|
|
388
|
+
* @generated from rpc Scailo.ProformaInvoicesService.ViewByUUID
|
|
389
|
+
*/
|
|
390
|
+
viewByUUID: {
|
|
391
|
+
name: "ViewByUUID",
|
|
392
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
393
|
+
O: proforma_invoices_scailo_pb_js_1.ProformaInvoice,
|
|
394
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
395
|
+
},
|
|
396
|
+
/**
|
|
397
|
+
* View the ancillary parameters (UUIDs of the internal references) by UUID
|
|
398
|
+
*
|
|
399
|
+
* @generated from rpc Scailo.ProformaInvoicesService.ViewAncillaryParametersByUUID
|
|
400
|
+
*/
|
|
401
|
+
viewAncillaryParametersByUUID: {
|
|
402
|
+
name: "ViewAncillaryParametersByUUID",
|
|
403
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
404
|
+
O: proforma_invoices_scailo_pb_js_1.ProformaInvoiceAncillaryParameters,
|
|
405
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
406
|
+
},
|
|
407
|
+
/**
|
|
408
|
+
* View all
|
|
409
|
+
*
|
|
410
|
+
* @generated from rpc Scailo.ProformaInvoicesService.ViewAll
|
|
411
|
+
*/
|
|
412
|
+
viewAll: {
|
|
413
|
+
name: "ViewAll",
|
|
414
|
+
I: base_scailo_pb_js_1.ActiveStatus,
|
|
415
|
+
O: proforma_invoices_scailo_pb_js_1.ProformaInvoicesList,
|
|
416
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
417
|
+
},
|
|
418
|
+
/**
|
|
419
|
+
* View all with the given entity UUID
|
|
420
|
+
*
|
|
421
|
+
* @generated from rpc Scailo.ProformaInvoicesService.ViewAllForEntityUUID
|
|
422
|
+
*/
|
|
423
|
+
viewAllForEntityUUID: {
|
|
424
|
+
name: "ViewAllForEntityUUID",
|
|
425
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
426
|
+
O: proforma_invoices_scailo_pb_js_1.ProformaInvoicesList,
|
|
427
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
428
|
+
},
|
|
429
|
+
/**
|
|
430
|
+
* View with pagination
|
|
431
|
+
*
|
|
432
|
+
* @generated from rpc Scailo.ProformaInvoicesService.ViewWithPagination
|
|
433
|
+
*/
|
|
434
|
+
viewWithPagination: {
|
|
435
|
+
name: "ViewWithPagination",
|
|
436
|
+
I: proforma_invoices_scailo_pb_js_1.ProformaInvoicesServicePaginationReq,
|
|
437
|
+
O: proforma_invoices_scailo_pb_js_1.ProformaInvoicesServicePaginationResponse,
|
|
438
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
439
|
+
},
|
|
440
|
+
/**
|
|
441
|
+
* View all the amendments made
|
|
442
|
+
*
|
|
443
|
+
* @generated from rpc Scailo.ProformaInvoicesService.ViewAmendments
|
|
444
|
+
*/
|
|
445
|
+
viewAmendments: {
|
|
446
|
+
name: "ViewAmendments",
|
|
447
|
+
I: base_scailo_pb_js_1.Identifier,
|
|
448
|
+
O: base_scailo_pb_js_1.AmendmentLogsList,
|
|
449
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
450
|
+
},
|
|
451
|
+
/**
|
|
452
|
+
* View prospective families for the given proforma invoice
|
|
453
|
+
*
|
|
454
|
+
* @generated from rpc Scailo.ProformaInvoicesService.ViewProspectiveFamilies
|
|
455
|
+
*/
|
|
456
|
+
viewProspectiveFamilies: {
|
|
457
|
+
name: "ViewProspectiveFamilies",
|
|
458
|
+
I: base_scailo_pb_js_1.IdentifierWithSearchKey,
|
|
459
|
+
O: families_scailo_pb_js_1.FamiliesList,
|
|
460
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
461
|
+
},
|
|
462
|
+
/**
|
|
463
|
+
* View prospective proforma invoice item info for the given family ID and proforma invoice ID
|
|
464
|
+
*
|
|
465
|
+
* @generated from rpc Scailo.ProformaInvoicesService.ViewProspectiveProformaInvoiceItem
|
|
466
|
+
*/
|
|
467
|
+
viewProspectiveProformaInvoiceItem: {
|
|
468
|
+
name: "ViewProspectiveProformaInvoiceItem",
|
|
469
|
+
I: proforma_invoices_scailo_pb_js_1.ProformaInvoiceItemProspectiveInfoRequest,
|
|
470
|
+
O: proforma_invoices_scailo_pb_js_1.ProformaInvoicesServiceItemCreateRequest,
|
|
471
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
472
|
+
},
|
|
473
|
+
/**
|
|
474
|
+
* Download proforma invoice with the given IdentifierUUID (can be used to allow public downloads)
|
|
475
|
+
*
|
|
476
|
+
* @generated from rpc Scailo.ProformaInvoicesService.DownloadByUUID
|
|
477
|
+
*/
|
|
478
|
+
downloadByUUID: {
|
|
479
|
+
name: "DownloadByUUID",
|
|
480
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
481
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
482
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
483
|
+
},
|
|
484
|
+
/**
|
|
485
|
+
* View the associated sales invoice ID that is denoted by the identifier in the response for the goods dispatch that is denoted by the identifier in the request
|
|
486
|
+
*
|
|
487
|
+
* @generated from rpc Scailo.ProformaInvoicesService.ViewAssociatedSalesInvoiceID
|
|
488
|
+
*/
|
|
489
|
+
viewAssociatedSalesInvoiceID: {
|
|
490
|
+
name: "ViewAssociatedSalesInvoiceID",
|
|
491
|
+
I: base_scailo_pb_js_1.Identifier,
|
|
492
|
+
O: base_scailo_pb_js_1.Identifier,
|
|
493
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
494
|
+
},
|
|
495
|
+
/**
|
|
496
|
+
* Checks if the Goods Dispatch has been billed
|
|
497
|
+
*
|
|
498
|
+
* @generated from rpc Scailo.ProformaInvoicesService.IsBilled
|
|
499
|
+
*/
|
|
500
|
+
isBilled: {
|
|
501
|
+
name: "IsBilled",
|
|
502
|
+
I: base_scailo_pb_js_1.Identifier,
|
|
503
|
+
O: base_scailo_pb_js_1.BooleanResponse,
|
|
504
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
505
|
+
},
|
|
506
|
+
/**
|
|
507
|
+
* View already added quantities
|
|
508
|
+
*
|
|
509
|
+
* @generated from rpc Scailo.ProformaInvoicesService.ViewAddedFamilyQuantityForSource
|
|
510
|
+
*/
|
|
511
|
+
viewAddedFamilyQuantityForSource: {
|
|
512
|
+
name: "ViewAddedFamilyQuantityForSource",
|
|
513
|
+
I: proforma_invoices_scailo_pb_js_1.ProformaInvoicesServiceAlreadyAddedQuantityForSourceRequest,
|
|
514
|
+
O: base_scailo_pb_js_1.DualQuantitiesResponse,
|
|
515
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
516
|
+
},
|
|
517
|
+
/**
|
|
518
|
+
* View all that match the given search key
|
|
519
|
+
*
|
|
520
|
+
* @generated from rpc Scailo.ProformaInvoicesService.SearchAll
|
|
521
|
+
*/
|
|
522
|
+
searchAll: {
|
|
523
|
+
name: "SearchAll",
|
|
524
|
+
I: proforma_invoices_scailo_pb_js_1.ProformaInvoicesServiceSearchAllReq,
|
|
525
|
+
O: proforma_invoices_scailo_pb_js_1.ProformaInvoicesList,
|
|
526
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
527
|
+
},
|
|
528
|
+
/**
|
|
529
|
+
* View all that match the given filter criteria
|
|
530
|
+
*
|
|
531
|
+
* @generated from rpc Scailo.ProformaInvoicesService.Filter
|
|
532
|
+
*/
|
|
533
|
+
filter: {
|
|
534
|
+
name: "Filter",
|
|
535
|
+
I: proforma_invoices_scailo_pb_js_1.ProformaInvoicesServiceFilterReq,
|
|
536
|
+
O: proforma_invoices_scailo_pb_js_1.ProformaInvoicesList,
|
|
537
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
538
|
+
},
|
|
539
|
+
/**
|
|
540
|
+
* Count in status
|
|
541
|
+
*
|
|
542
|
+
* @generated from rpc Scailo.ProformaInvoicesService.CountInStatus
|
|
543
|
+
*/
|
|
544
|
+
countInStatus: {
|
|
545
|
+
name: "CountInStatus",
|
|
546
|
+
I: base_scailo_pb_js_1.CountInSLCStatusRequest,
|
|
547
|
+
O: base_scailo_pb_js_1.CountResponse,
|
|
548
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
549
|
+
},
|
|
550
|
+
/**
|
|
551
|
+
* Count all that match the given criteria
|
|
552
|
+
*
|
|
553
|
+
* @generated from rpc Scailo.ProformaInvoicesService.Count
|
|
554
|
+
*/
|
|
555
|
+
count: {
|
|
556
|
+
name: "Count",
|
|
557
|
+
I: proforma_invoices_scailo_pb_js_1.ProformaInvoicesServiceCountReq,
|
|
558
|
+
O: base_scailo_pb_js_1.CountResponse,
|
|
559
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
560
|
+
},
|
|
561
|
+
/**
|
|
562
|
+
* Returns the sum of the total value of all the records that match the given criteria
|
|
563
|
+
*
|
|
564
|
+
* @generated from rpc Scailo.ProformaInvoicesService.AccruedValue
|
|
565
|
+
*/
|
|
566
|
+
accruedValue: {
|
|
567
|
+
name: "AccruedValue",
|
|
568
|
+
I: proforma_invoices_scailo_pb_js_1.ProformaInvoicesServiceCountReq,
|
|
569
|
+
O: base_scailo_pb_js_1.SumResponse,
|
|
570
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
571
|
+
},
|
|
572
|
+
}
|
|
573
|
+
};
|