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