@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,563 @@
1
+ "use strict";
2
+ // @generated by protoc-gen-connect-es v0.12.0 with parameter "target=ts"
3
+ // @generated from file supply_offers.scailo.proto (package Scailo, syntax proto3)
4
+ /* eslint-disable */
5
+ // @ts-nocheck
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.SupplyOffersService = void 0;
8
+ const supply_offers_scailo_pb_js_1 = require("./supply_offers.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 supply offer
15
+ *
16
+ * @generated from service Scailo.SupplyOffersService
17
+ */
18
+ exports.SupplyOffersService = {
19
+ typeName: "Scailo.SupplyOffersService",
20
+ methods: {
21
+ /**
22
+ * Create and send for verification
23
+ *
24
+ * @generated from rpc Scailo.SupplyOffersService.Create
25
+ */
26
+ create: {
27
+ name: "Create",
28
+ I: supply_offers_scailo_pb_js_1.SupplyOffersServiceCreateRequest,
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.SupplyOffersService.Draft
36
+ */
37
+ draft: {
38
+ name: "Draft",
39
+ I: supply_offers_scailo_pb_js_1.SupplyOffersServiceCreateRequest,
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.SupplyOffersService.DraftUpdate
47
+ */
48
+ draftUpdate: {
49
+ name: "DraftUpdate",
50
+ I: supply_offers_scailo_pb_js_1.SupplyOffersServiceUpdateRequest,
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.SupplyOffersService.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.SupplyOffersService.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.SupplyOffersService.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.SupplyOffersService.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.SupplyOffersService.RevisionUpdate
102
+ */
103
+ revisionUpdate: {
104
+ name: "RevisionUpdate",
105
+ I: supply_offers_scailo_pb_js_1.SupplyOffersServiceUpdateRequest,
106
+ O: base_scailo_pb_js_1.Identifier,
107
+ kind: protobuf_1.MethodKind.Unary,
108
+ },
109
+ /**
110
+ * Halt
111
+ *
112
+ * @generated from rpc Scailo.SupplyOffersService.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.SupplyOffersService.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.SupplyOffersService.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.SupplyOffersService.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.SupplyOffersService.Repeat
157
+ */
158
+ repeat: {
159
+ name: "Repeat",
160
+ I: base_scailo_pb_js_1.RepeatWithDeliveryDate,
161
+ O: base_scailo_pb_js_1.Identifier,
162
+ kind: protobuf_1.MethodKind.Unary,
163
+ },
164
+ /**
165
+ * Reopen
166
+ *
167
+ * @generated from rpc Scailo.SupplyOffersService.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.SupplyOffersService.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.SupplyOffersService.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 supply offer
199
+ *
200
+ * @generated from rpc Scailo.SupplyOffersService.Autofill
201
+ */
202
+ autofill: {
203
+ name: "Autofill",
204
+ I: supply_offers_scailo_pb_js_1.SupplyOffersServiceAutofillRequest,
205
+ O: base_scailo_pb_js_1.Identifier,
206
+ kind: protobuf_1.MethodKind.Unary,
207
+ },
208
+ /**
209
+ * Amend the supply offer and send for revision
210
+ *
211
+ * @generated from rpc Scailo.SupplyOffersService.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 supply offer
221
+ *
222
+ * @generated from rpc Scailo.SupplyOffersService.AddSupplyOfferItem
223
+ */
224
+ addSupplyOfferItem: {
225
+ name: "AddSupplyOfferItem",
226
+ I: supply_offers_scailo_pb_js_1.SupplyOffersServiceItemCreateRequest,
227
+ O: base_scailo_pb_js_1.Identifier,
228
+ kind: protobuf_1.MethodKind.Unary,
229
+ },
230
+ /**
231
+ * Modify an item in a supply offer
232
+ *
233
+ * @generated from rpc Scailo.SupplyOffersService.ModifySupplyOfferItem
234
+ */
235
+ modifySupplyOfferItem: {
236
+ name: "ModifySupplyOfferItem",
237
+ I: supply_offers_scailo_pb_js_1.SupplyOffersServiceItemUpdateRequest,
238
+ O: base_scailo_pb_js_1.Identifier,
239
+ kind: protobuf_1.MethodKind.Unary,
240
+ },
241
+ /**
242
+ * Approve an item in a supply offer
243
+ *
244
+ * @generated from rpc Scailo.SupplyOffersService.ApproveSupplyOfferItem
245
+ */
246
+ approveSupplyOfferItem: {
247
+ name: "ApproveSupplyOfferItem",
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 supply offer
254
+ *
255
+ * @generated from rpc Scailo.SupplyOffersService.DeleteSupplyOfferItem
256
+ */
257
+ deleteSupplyOfferItem: {
258
+ name: "DeleteSupplyOfferItem",
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 supply offer
265
+ *
266
+ * @generated from rpc Scailo.SupplyOffersService.ReorderSupplyOfferItems
267
+ */
268
+ reorderSupplyOfferItems: {
269
+ name: "ReorderSupplyOfferItems",
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 Supply Offer Item by ID
276
+ *
277
+ * @generated from rpc Scailo.SupplyOffersService.ViewSupplyOfferItemByID
278
+ */
279
+ viewSupplyOfferItemByID: {
280
+ name: "ViewSupplyOfferItemByID",
281
+ I: base_scailo_pb_js_1.Identifier,
282
+ O: supply_offers_scailo_pb_js_1.SupplyOfferItem,
283
+ kind: protobuf_1.MethodKind.Unary,
284
+ },
285
+ /**
286
+ * View Supply Offer Item's price after factoring in the discount
287
+ *
288
+ * @generated from rpc Scailo.SupplyOffersService.ViewSupplyOfferItemPrice
289
+ */
290
+ viewSupplyOfferItemPrice: {
291
+ name: "ViewSupplyOfferItemPrice",
292
+ I: supply_offers_scailo_pb_js_1.SupplyOfferItemProspectiveInfoRequest,
293
+ O: base_scailo_pb_js_1.PriceResponse,
294
+ kind: protobuf_1.MethodKind.Unary,
295
+ },
296
+ /**
297
+ * View approved supply offer items for given supply offer ID
298
+ *
299
+ * @generated from rpc Scailo.SupplyOffersService.ViewApprovedSupplyOfferItems
300
+ */
301
+ viewApprovedSupplyOfferItems: {
302
+ name: "ViewApprovedSupplyOfferItems",
303
+ I: base_scailo_pb_js_1.IdentifierWithSearchKey,
304
+ O: supply_offers_scailo_pb_js_1.SupplyOfferItemsList,
305
+ kind: protobuf_1.MethodKind.Unary,
306
+ },
307
+ /**
308
+ * View unapproved supply offer items for given supply offer ID
309
+ *
310
+ * @generated from rpc Scailo.SupplyOffersService.ViewUnapprovedSupplyOfferItems
311
+ */
312
+ viewUnapprovedSupplyOfferItems: {
313
+ name: "ViewUnapprovedSupplyOfferItems",
314
+ I: base_scailo_pb_js_1.IdentifierWithSearchKey,
315
+ O: supply_offers_scailo_pb_js_1.SupplyOfferItemsList,
316
+ kind: protobuf_1.MethodKind.Unary,
317
+ },
318
+ /**
319
+ * View the history of the supply offer item
320
+ *
321
+ * @generated from rpc Scailo.SupplyOffersService.ViewSupplyOfferItemHistory
322
+ */
323
+ viewSupplyOfferItemHistory: {
324
+ name: "ViewSupplyOfferItemHistory",
325
+ I: supply_offers_scailo_pb_js_1.SupplyOfferItemHistoryRequest,
326
+ O: supply_offers_scailo_pb_js_1.SupplyOfferItemsList,
327
+ kind: protobuf_1.MethodKind.Unary,
328
+ },
329
+ /**
330
+ * View approved supply offer items for given supply offer ID with pagination
331
+ *
332
+ * @generated from rpc Scailo.SupplyOffersService.ViewPaginatedApprovedSupplyOfferItems
333
+ */
334
+ viewPaginatedApprovedSupplyOfferItems: {
335
+ name: "ViewPaginatedApprovedSupplyOfferItems",
336
+ I: supply_offers_scailo_pb_js_1.SupplyOfferItemsSearchRequest,
337
+ O: supply_offers_scailo_pb_js_1.SupplyOffersServicePaginatedItemsResponse,
338
+ kind: protobuf_1.MethodKind.Unary,
339
+ },
340
+ /**
341
+ * View unapproved supply offer items for given supply offer ID with pagination
342
+ *
343
+ * @generated from rpc Scailo.SupplyOffersService.ViewPaginatedUnapprovedSupplyOfferItems
344
+ */
345
+ viewPaginatedUnapprovedSupplyOfferItems: {
346
+ name: "ViewPaginatedUnapprovedSupplyOfferItems",
347
+ I: supply_offers_scailo_pb_js_1.SupplyOfferItemsSearchRequest,
348
+ O: supply_offers_scailo_pb_js_1.SupplyOffersServicePaginatedItemsResponse,
349
+ kind: protobuf_1.MethodKind.Unary,
350
+ },
351
+ /**
352
+ * Search through supply offer items with pagination
353
+ *
354
+ * @generated from rpc Scailo.SupplyOffersService.SearchItemsWithPagination
355
+ */
356
+ searchItemsWithPagination: {
357
+ name: "SearchItemsWithPagination",
358
+ I: supply_offers_scailo_pb_js_1.SupplyOfferItemsSearchRequest,
359
+ O: supply_offers_scailo_pb_js_1.SupplyOffersServicePaginatedItemsResponse,
360
+ kind: protobuf_1.MethodKind.Unary,
361
+ },
362
+ /**
363
+ * CSV operations
364
+ * 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
365
+ *
366
+ * @generated from rpc Scailo.SupplyOffersService.DownloadAsCSV
367
+ */
368
+ downloadAsCSV: {
369
+ name: "DownloadAsCSV",
370
+ I: base_scailo_pb_js_1.IdentifierUUID,
371
+ O: base_scailo_pb_js_1.StandardFile,
372
+ kind: protobuf_1.MethodKind.Unary,
373
+ },
374
+ /**
375
+ * Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
376
+ *
377
+ * @generated from rpc Scailo.SupplyOffersService.UploadSupplyOfferItems
378
+ */
379
+ uploadSupplyOfferItems: {
380
+ name: "UploadSupplyOfferItems",
381
+ I: base_scailo_pb_js_1.IdentifierWithFile,
382
+ O: base_scailo_pb_js_1.IdentifiersList,
383
+ kind: protobuf_1.MethodKind.Unary,
384
+ },
385
+ /**
386
+ * View by ID
387
+ *
388
+ * @generated from rpc Scailo.SupplyOffersService.ViewByID
389
+ */
390
+ viewByID: {
391
+ name: "ViewByID",
392
+ I: base_scailo_pb_js_1.Identifier,
393
+ O: supply_offers_scailo_pb_js_1.SupplyOffer,
394
+ kind: protobuf_1.MethodKind.Unary,
395
+ },
396
+ /**
397
+ * View by UUID
398
+ *
399
+ * @generated from rpc Scailo.SupplyOffersService.ViewByUUID
400
+ */
401
+ viewByUUID: {
402
+ name: "ViewByUUID",
403
+ I: base_scailo_pb_js_1.IdentifierUUID,
404
+ O: supply_offers_scailo_pb_js_1.SupplyOffer,
405
+ kind: protobuf_1.MethodKind.Unary,
406
+ },
407
+ /**
408
+ * View the ancillary parameters (UUIDs of the internal references) by UUID
409
+ *
410
+ * @generated from rpc Scailo.SupplyOffersService.ViewAncillaryParametersByUUID
411
+ */
412
+ viewAncillaryParametersByUUID: {
413
+ name: "ViewAncillaryParametersByUUID",
414
+ I: base_scailo_pb_js_1.IdentifierUUID,
415
+ O: supply_offers_scailo_pb_js_1.SupplyOfferAncillaryParameters,
416
+ kind: protobuf_1.MethodKind.Unary,
417
+ },
418
+ /**
419
+ * View only essential components of the record
420
+ *
421
+ * @generated from rpc Scailo.SupplyOffersService.ViewEssentialByID
422
+ */
423
+ viewEssentialByID: {
424
+ name: "ViewEssentialByID",
425
+ I: base_scailo_pb_js_1.Identifier,
426
+ O: supply_offers_scailo_pb_js_1.SupplyOffer,
427
+ kind: protobuf_1.MethodKind.Unary,
428
+ },
429
+ /**
430
+ * View all
431
+ *
432
+ * @generated from rpc Scailo.SupplyOffersService.ViewAll
433
+ */
434
+ viewAll: {
435
+ name: "ViewAll",
436
+ I: base_scailo_pb_js_1.ActiveStatus,
437
+ O: supply_offers_scailo_pb_js_1.SupplyOffersList,
438
+ kind: protobuf_1.MethodKind.Unary,
439
+ },
440
+ /**
441
+ * View all with the given entity UUID
442
+ *
443
+ * @generated from rpc Scailo.SupplyOffersService.ViewAllForEntityUUID
444
+ */
445
+ viewAllForEntityUUID: {
446
+ name: "ViewAllForEntityUUID",
447
+ I: base_scailo_pb_js_1.IdentifierUUID,
448
+ O: supply_offers_scailo_pb_js_1.SupplyOffersList,
449
+ kind: protobuf_1.MethodKind.Unary,
450
+ },
451
+ /**
452
+ * View with pagination
453
+ *
454
+ * @generated from rpc Scailo.SupplyOffersService.ViewWithPagination
455
+ */
456
+ viewWithPagination: {
457
+ name: "ViewWithPagination",
458
+ I: supply_offers_scailo_pb_js_1.SupplyOffersServicePaginationReq,
459
+ O: supply_offers_scailo_pb_js_1.SupplyOffersServicePaginationResponse,
460
+ kind: protobuf_1.MethodKind.Unary,
461
+ },
462
+ /**
463
+ * View all the amendments made
464
+ *
465
+ * @generated from rpc Scailo.SupplyOffersService.ViewAmendments
466
+ */
467
+ viewAmendments: {
468
+ name: "ViewAmendments",
469
+ I: base_scailo_pb_js_1.Identifier,
470
+ O: base_scailo_pb_js_1.AmendmentLogsList,
471
+ kind: protobuf_1.MethodKind.Unary,
472
+ },
473
+ /**
474
+ * View prospective families for the given supply offer
475
+ *
476
+ * @generated from rpc Scailo.SupplyOffersService.ViewProspectiveFamilies
477
+ */
478
+ viewProspectiveFamilies: {
479
+ name: "ViewProspectiveFamilies",
480
+ I: base_scailo_pb_js_1.IdentifierWithSearchKey,
481
+ O: families_scailo_pb_js_1.FamiliesList,
482
+ kind: protobuf_1.MethodKind.Unary,
483
+ },
484
+ /**
485
+ * View prospective supply offer item info for the given family ID and supply offer ID
486
+ *
487
+ * @generated from rpc Scailo.SupplyOffersService.ViewProspectiveSupplyOfferItem
488
+ */
489
+ viewProspectiveSupplyOfferItem: {
490
+ name: "ViewProspectiveSupplyOfferItem",
491
+ I: supply_offers_scailo_pb_js_1.SupplyOfferItemProspectiveInfoRequest,
492
+ O: supply_offers_scailo_pb_js_1.SupplyOffersServiceItemCreateRequest,
493
+ kind: protobuf_1.MethodKind.Unary,
494
+ },
495
+ /**
496
+ * Other view operations
497
+ * Download supply offer with the given IdentifierUUID (can be used to allow public downloads)
498
+ *
499
+ * @generated from rpc Scailo.SupplyOffersService.DownloadByUUID
500
+ */
501
+ downloadByUUID: {
502
+ name: "DownloadByUUID",
503
+ I: base_scailo_pb_js_1.IdentifierUUID,
504
+ O: base_scailo_pb_js_1.StandardFile,
505
+ kind: protobuf_1.MethodKind.Unary,
506
+ },
507
+ /**
508
+ * View all that match the given search key
509
+ *
510
+ * @generated from rpc Scailo.SupplyOffersService.SearchAll
511
+ */
512
+ searchAll: {
513
+ name: "SearchAll",
514
+ I: supply_offers_scailo_pb_js_1.SupplyOffersServiceSearchAllReq,
515
+ O: supply_offers_scailo_pb_js_1.SupplyOffersList,
516
+ kind: protobuf_1.MethodKind.Unary,
517
+ },
518
+ /**
519
+ * View all that match the given filter criteria
520
+ *
521
+ * @generated from rpc Scailo.SupplyOffersService.Filter
522
+ */
523
+ filter: {
524
+ name: "Filter",
525
+ I: supply_offers_scailo_pb_js_1.SupplyOffersServiceFilterReq,
526
+ O: supply_offers_scailo_pb_js_1.SupplyOffersList,
527
+ kind: protobuf_1.MethodKind.Unary,
528
+ },
529
+ /**
530
+ * Count in status
531
+ *
532
+ * @generated from rpc Scailo.SupplyOffersService.CountInStatus
533
+ */
534
+ countInStatus: {
535
+ name: "CountInStatus",
536
+ I: base_scailo_pb_js_1.CountInSLCStatusRequest,
537
+ O: base_scailo_pb_js_1.CountResponse,
538
+ kind: protobuf_1.MethodKind.Unary,
539
+ },
540
+ /**
541
+ * Count all that match the given criteria
542
+ *
543
+ * @generated from rpc Scailo.SupplyOffersService.Count
544
+ */
545
+ count: {
546
+ name: "Count",
547
+ I: supply_offers_scailo_pb_js_1.SupplyOffersServiceCountReq,
548
+ O: base_scailo_pb_js_1.CountResponse,
549
+ kind: protobuf_1.MethodKind.Unary,
550
+ },
551
+ /**
552
+ * Returns the sum of the total value of all the records that match the given criteria
553
+ *
554
+ * @generated from rpc Scailo.SupplyOffersService.AccruedValue
555
+ */
556
+ accruedValue: {
557
+ name: "AccruedValue",
558
+ I: supply_offers_scailo_pb_js_1.SupplyOffersServiceCountReq,
559
+ O: base_scailo_pb_js_1.SumResponse,
560
+ kind: protobuf_1.MethodKind.Unary,
561
+ },
562
+ }
563
+ };