@kernelminds/scailo-sdk 0.0.7 → 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 (121) hide show
  1. package/lib/cjs/index.js +3407 -10
  2. package/lib/cjs/src/base.scailo_pb.js +28 -0
  3. package/lib/cjs/src/{clientstreams.scailo_connect.js → client_streams.scailo_connect.js} +31 -31
  4. package/lib/cjs/src/{clientstreams.scailo_pb.js → client_streams.scailo_pb.js} +1 -1
  5. package/lib/{esm/src/generalstreams.scailo_connect.js → cjs/src/general_streams.scailo_connect.js} +28 -28
  6. package/lib/cjs/src/{generalstreams.scailo_pb.js → general_streams.scailo_pb.js} +1 -1
  7. package/lib/cjs/src/{logins.scailo_connect.js → login.scailo_connect.js} +16 -16
  8. package/lib/cjs/src/{logins.scailo_pb.js → login.scailo_pb.js} +1 -1
  9. package/lib/cjs/src/proforma_invoices.scailo_connect.js +573 -0
  10. package/lib/cjs/src/proforma_invoices.scailo_pb.js +2220 -0
  11. package/lib/cjs/src/supply_offers.scailo_connect.js +563 -0
  12. package/lib/cjs/src/supply_offers.scailo_pb.js +2246 -0
  13. package/lib/{esm/src/vault_services.scailo_connect.js → cjs/src/vault.scailo_connect.js} +15 -15
  14. package/lib/cjs/src/{vault_services.scailo_pb.js → vault.scailo_pb.js} +1 -1
  15. package/lib/cjs/src/{vendorstreams.scailo_connect.js → vendor_streams.scailo_connect.js} +31 -31
  16. package/lib/cjs/src/{vendorstreams.scailo_pb.js → vendor_streams.scailo_pb.js} +1 -1
  17. package/lib/cjs/src/workflows_rules.scailo_pb.js +14 -0
  18. package/lib/cjs/types/index.d.ts +3089 -10
  19. package/lib/cjs/types/index.d.ts.map +1 -1
  20. package/lib/cjs/types/src/base.scailo_pb.d.ts +25 -1
  21. package/lib/cjs/types/src/base.scailo_pb.d.ts.map +1 -1
  22. package/lib/{esm/types/src/clientstreams.scailo_connect.d.ts → cjs/types/src/client_streams.scailo_connect.d.ts} +2 -2
  23. package/lib/cjs/types/src/client_streams.scailo_connect.d.ts.map +1 -0
  24. package/lib/{esm/types/src/clientstreams.scailo_pb.d.ts → cjs/types/src/client_streams.scailo_pb.d.ts} +1 -1
  25. package/lib/cjs/types/src/{vendorstreams.scailo_pb.d.ts.map → client_streams.scailo_pb.d.ts.map} +1 -1
  26. package/lib/cjs/types/src/{generalstreams.scailo_connect.d.ts → general_streams.scailo_connect.d.ts} +2 -2
  27. package/lib/cjs/types/src/general_streams.scailo_connect.d.ts.map +1 -0
  28. package/lib/cjs/types/src/{generalstreams.scailo_pb.d.ts → general_streams.scailo_pb.d.ts} +1 -1
  29. package/lib/cjs/types/src/general_streams.scailo_pb.d.ts.map +1 -0
  30. package/lib/cjs/types/src/{logins.scailo_connect.d.ts → login.scailo_connect.d.ts} +2 -2
  31. package/lib/cjs/types/src/login.scailo_connect.d.ts.map +1 -0
  32. package/lib/cjs/types/src/{logins.scailo_pb.d.ts → login.scailo_pb.d.ts} +1 -1
  33. package/lib/cjs/types/src/login.scailo_pb.d.ts.map +1 -0
  34. package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +567 -0
  35. package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -0
  36. package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +1734 -0
  37. package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -0
  38. package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +557 -0
  39. package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -0
  40. package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts +1767 -0
  41. package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts.map +1 -0
  42. package/lib/cjs/types/src/{vault_services.scailo_connect.d.ts → vault.scailo_connect.d.ts} +2 -2
  43. package/lib/cjs/types/src/vault.scailo_connect.d.ts.map +1 -0
  44. package/lib/{esm/types/src/vault_services.scailo_pb.d.ts → cjs/types/src/vault.scailo_pb.d.ts} +1 -1
  45. package/lib/cjs/types/src/vault.scailo_pb.d.ts.map +1 -0
  46. package/lib/cjs/types/src/{vendorstreams.scailo_connect.d.ts → vendor_streams.scailo_connect.d.ts} +2 -2
  47. package/lib/cjs/types/src/vendor_streams.scailo_connect.d.ts.map +1 -0
  48. package/lib/{esm/types/src/vendorstreams.scailo_pb.d.ts → cjs/types/src/vendor_streams.scailo_pb.d.ts} +1 -1
  49. package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts.map +1 -0
  50. package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts +12 -0
  51. package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
  52. package/lib/esm/index.js +3407 -10
  53. package/lib/esm/src/base.scailo_pb.js +28 -0
  54. package/lib/esm/src/{clientstreams.scailo_connect.js → client_streams.scailo_connect.js} +31 -31
  55. package/lib/esm/src/{clientstreams.scailo_pb.js → client_streams.scailo_pb.js} +1 -1
  56. package/lib/{cjs/src/generalstreams.scailo_connect.js → esm/src/general_streams.scailo_connect.js} +28 -28
  57. package/lib/esm/src/{generalstreams.scailo_pb.js → general_streams.scailo_pb.js} +1 -1
  58. package/lib/esm/src/{logins.scailo_connect.js → login.scailo_connect.js} +16 -16
  59. package/lib/esm/src/{logins.scailo_pb.js → login.scailo_pb.js} +1 -1
  60. package/lib/esm/src/proforma_invoices.scailo_connect.js +573 -0
  61. package/lib/esm/src/proforma_invoices.scailo_pb.js +2244 -0
  62. package/lib/esm/src/supply_offers.scailo_connect.js +563 -0
  63. package/lib/esm/src/supply_offers.scailo_pb.js +2270 -0
  64. package/lib/{cjs/src/vault_services.scailo_connect.js → esm/src/vault.scailo_connect.js} +15 -15
  65. package/lib/esm/src/{vault_services.scailo_pb.js → vault.scailo_pb.js} +1 -1
  66. package/lib/esm/src/{vendorstreams.scailo_connect.js → vendor_streams.scailo_connect.js} +31 -31
  67. package/lib/esm/src/{vendorstreams.scailo_pb.js → vendor_streams.scailo_pb.js} +1 -1
  68. package/lib/esm/src/workflows_rules.scailo_pb.js +14 -0
  69. package/lib/esm/types/index.d.ts +3089 -10
  70. package/lib/esm/types/index.d.ts.map +1 -1
  71. package/lib/esm/types/src/base.scailo_pb.d.ts +25 -1
  72. package/lib/esm/types/src/base.scailo_pb.d.ts.map +1 -1
  73. package/lib/{cjs/types/src/clientstreams.scailo_connect.d.ts → esm/types/src/client_streams.scailo_connect.d.ts} +2 -2
  74. package/lib/esm/types/src/client_streams.scailo_connect.d.ts.map +1 -0
  75. package/lib/{cjs/types/src/clientstreams.scailo_pb.d.ts → esm/types/src/client_streams.scailo_pb.d.ts} +1 -1
  76. package/lib/esm/types/src/{vendorstreams.scailo_pb.d.ts.map → client_streams.scailo_pb.d.ts.map} +1 -1
  77. package/lib/esm/types/src/{generalstreams.scailo_connect.d.ts → general_streams.scailo_connect.d.ts} +2 -2
  78. package/lib/esm/types/src/general_streams.scailo_connect.d.ts.map +1 -0
  79. package/lib/esm/types/src/{generalstreams.scailo_pb.d.ts → general_streams.scailo_pb.d.ts} +1 -1
  80. package/lib/esm/types/src/general_streams.scailo_pb.d.ts.map +1 -0
  81. package/lib/esm/types/src/{logins.scailo_connect.d.ts → login.scailo_connect.d.ts} +2 -2
  82. package/lib/esm/types/src/login.scailo_connect.d.ts.map +1 -0
  83. package/lib/esm/types/src/{logins.scailo_pb.d.ts → login.scailo_pb.d.ts} +1 -1
  84. package/lib/esm/types/src/login.scailo_pb.d.ts.map +1 -0
  85. package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +567 -0
  86. package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -0
  87. package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +1734 -0
  88. package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -0
  89. package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +557 -0
  90. package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -0
  91. package/lib/esm/types/src/supply_offers.scailo_pb.d.ts +1767 -0
  92. package/lib/esm/types/src/supply_offers.scailo_pb.d.ts.map +1 -0
  93. package/lib/esm/types/src/{vault_services.scailo_connect.d.ts → vault.scailo_connect.d.ts} +2 -2
  94. package/lib/esm/types/src/vault.scailo_connect.d.ts.map +1 -0
  95. package/lib/{cjs/types/src/vault_services.scailo_pb.d.ts → esm/types/src/vault.scailo_pb.d.ts} +1 -1
  96. package/lib/esm/types/src/vault.scailo_pb.d.ts.map +1 -0
  97. package/lib/esm/types/src/{vendorstreams.scailo_connect.d.ts → vendor_streams.scailo_connect.d.ts} +2 -2
  98. package/lib/esm/types/src/vendor_streams.scailo_connect.d.ts.map +1 -0
  99. package/lib/{cjs/types/src/vendorstreams.scailo_pb.d.ts → esm/types/src/vendor_streams.scailo_pb.d.ts} +1 -1
  100. package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts.map +1 -0
  101. package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts +12 -0
  102. package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
  103. package/package.json +1 -1
  104. package/lib/cjs/types/src/clientstreams.scailo_connect.d.ts.map +0 -1
  105. package/lib/cjs/types/src/clientstreams.scailo_pb.d.ts.map +0 -1
  106. package/lib/cjs/types/src/generalstreams.scailo_connect.d.ts.map +0 -1
  107. package/lib/cjs/types/src/generalstreams.scailo_pb.d.ts.map +0 -1
  108. package/lib/cjs/types/src/logins.scailo_connect.d.ts.map +0 -1
  109. package/lib/cjs/types/src/logins.scailo_pb.d.ts.map +0 -1
  110. package/lib/cjs/types/src/vault_services.scailo_connect.d.ts.map +0 -1
  111. package/lib/cjs/types/src/vault_services.scailo_pb.d.ts.map +0 -1
  112. package/lib/cjs/types/src/vendorstreams.scailo_connect.d.ts.map +0 -1
  113. package/lib/esm/types/src/clientstreams.scailo_connect.d.ts.map +0 -1
  114. package/lib/esm/types/src/clientstreams.scailo_pb.d.ts.map +0 -1
  115. package/lib/esm/types/src/generalstreams.scailo_connect.d.ts.map +0 -1
  116. package/lib/esm/types/src/generalstreams.scailo_pb.d.ts.map +0 -1
  117. package/lib/esm/types/src/logins.scailo_connect.d.ts.map +0 -1
  118. package/lib/esm/types/src/logins.scailo_pb.d.ts.map +0 -1
  119. package/lib/esm/types/src/vault_services.scailo_connect.d.ts.map +0 -1
  120. package/lib/esm/types/src/vault_services.scailo_pb.d.ts.map +0 -1
  121. package/lib/esm/types/src/vendorstreams.scailo_connect.d.ts.map +0 -1
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  // @generated by protoc-gen-connect-es v0.12.0 with parameter "target=ts"
3
- // @generated from file vault_services.scailo.proto (package Scailo, syntax proto3)
3
+ // @generated from file vault.scailo.proto (package Scailo, syntax proto3)
4
4
  /* eslint-disable */
5
5
  // @ts-nocheck
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -10,7 +10,7 @@ const protobuf_1 = require("@bufbuild/protobuf");
10
10
  const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
11
11
  const vault_commons_scailo_pb_js_1 = require("./vault_commons.scailo_pb.js");
12
12
  const vault_folders_scailo_pb_js_1 = require("./vault_folders.scailo_pb.js");
13
- const vault_services_scailo_pb_js_1 = require("./vault_services.scailo_pb.js");
13
+ const vault_scailo_pb_js_1 = require("./vault.scailo_pb.js");
14
14
  const roles_scailo_pb_js_1 = require("./roles.scailo_pb.js");
15
15
  /**
16
16
  *
@@ -430,7 +430,7 @@ exports.VaultService = {
430
430
  viewAccessibleResourcesInFolder: {
431
431
  name: "ViewAccessibleResourcesInFolder",
432
432
  I: base_scailo_pb_js_1.IdentifierUUID,
433
- O: vault_services_scailo_pb_js_1.VaultResourcesList,
433
+ O: vault_scailo_pb_js_1.VaultResourcesList,
434
434
  kind: protobuf_1.MethodKind.Unary,
435
435
  },
436
436
  /**
@@ -508,8 +508,8 @@ exports.VaultService = {
508
508
  */
509
509
  giXRelayDELETE: {
510
510
  name: "GiXRelayDELETE",
511
- I: vault_services_scailo_pb_js_1.GiXRelayReqWithoutBody,
512
- O: vault_services_scailo_pb_js_1.GiXRelayResponse,
511
+ I: vault_scailo_pb_js_1.GiXRelayReqWithoutBody,
512
+ O: vault_scailo_pb_js_1.GiXRelayResponse,
513
513
  kind: protobuf_1.MethodKind.Unary,
514
514
  },
515
515
  /**
@@ -519,8 +519,8 @@ exports.VaultService = {
519
519
  */
520
520
  giXRelayGET: {
521
521
  name: "GiXRelayGET",
522
- I: vault_services_scailo_pb_js_1.GiXRelayReqWithoutBody,
523
- O: vault_services_scailo_pb_js_1.GiXRelayResponse,
522
+ I: vault_scailo_pb_js_1.GiXRelayReqWithoutBody,
523
+ O: vault_scailo_pb_js_1.GiXRelayResponse,
524
524
  kind: protobuf_1.MethodKind.Unary,
525
525
  },
526
526
  /**
@@ -530,8 +530,8 @@ exports.VaultService = {
530
530
  */
531
531
  giXRelayHEAD: {
532
532
  name: "GiXRelayHEAD",
533
- I: vault_services_scailo_pb_js_1.GiXRelayReqWithoutBody,
534
- O: vault_services_scailo_pb_js_1.GiXRelayResponse,
533
+ I: vault_scailo_pb_js_1.GiXRelayReqWithoutBody,
534
+ O: vault_scailo_pb_js_1.GiXRelayResponse,
535
535
  kind: protobuf_1.MethodKind.Unary,
536
536
  },
537
537
  /**
@@ -541,8 +541,8 @@ exports.VaultService = {
541
541
  */
542
542
  giXRelayPATCH: {
543
543
  name: "GiXRelayPATCH",
544
- I: vault_services_scailo_pb_js_1.GiXRelayReqWithBody,
545
- O: vault_services_scailo_pb_js_1.GiXRelayResponse,
544
+ I: vault_scailo_pb_js_1.GiXRelayReqWithBody,
545
+ O: vault_scailo_pb_js_1.GiXRelayResponse,
546
546
  kind: protobuf_1.MethodKind.Unary,
547
547
  },
548
548
  /**
@@ -552,8 +552,8 @@ exports.VaultService = {
552
552
  */
553
553
  giXRelayPOST: {
554
554
  name: "GiXRelayPOST",
555
- I: vault_services_scailo_pb_js_1.GiXRelayReqWithBody,
556
- O: vault_services_scailo_pb_js_1.GiXRelayResponse,
555
+ I: vault_scailo_pb_js_1.GiXRelayReqWithBody,
556
+ O: vault_scailo_pb_js_1.GiXRelayResponse,
557
557
  kind: protobuf_1.MethodKind.Unary,
558
558
  },
559
559
  /**
@@ -563,8 +563,8 @@ exports.VaultService = {
563
563
  */
564
564
  giXRelayPUT: {
565
565
  name: "GiXRelayPUT",
566
- I: vault_services_scailo_pb_js_1.GiXRelayReqWithBody,
567
- O: vault_services_scailo_pb_js_1.GiXRelayResponse,
566
+ I: vault_scailo_pb_js_1.GiXRelayReqWithBody,
567
+ O: vault_scailo_pb_js_1.GiXRelayResponse,
568
568
  kind: protobuf_1.MethodKind.Unary,
569
569
  },
570
570
  /**
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  // @generated by protoc-gen-es v1.5.1 with parameter "target=ts"
3
- // @generated from file vault_services.scailo.proto (package Scailo, syntax proto3)
3
+ // @generated from file vault.scailo.proto (package Scailo, syntax proto3)
4
4
  /* eslint-disable */
5
5
  // @ts-nocheck
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  // @generated by protoc-gen-connect-es v0.12.0 with parameter "target=ts"
3
- // @generated from file vendorstreams.scailo.proto (package Scailo, syntax proto3)
3
+ // @generated from file vendor_streams.scailo.proto (package Scailo, syntax proto3)
4
4
  /* eslint-disable */
5
5
  // @ts-nocheck
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  exports.VendorStreamsService = void 0;
8
- const vendorstreams_scailo_pb_js_1 = require("./vendorstreams.scailo_pb.js");
8
+ const vendor_streams_scailo_pb_js_1 = require("./vendor_streams.scailo_pb.js");
9
9
  const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
10
10
  const protobuf_1 = require("@bufbuild/protobuf");
11
11
  /**
@@ -24,7 +24,7 @@ exports.VendorStreamsService = {
24
24
  */
25
25
  create: {
26
26
  name: "Create",
27
- I: vendorstreams_scailo_pb_js_1.VendorStreamsServiceCreateRequest,
27
+ I: vendor_streams_scailo_pb_js_1.VendorStreamsServiceCreateRequest,
28
28
  O: base_scailo_pb_js_1.IdentifierUUID,
29
29
  kind: protobuf_1.MethodKind.Unary,
30
30
  },
@@ -35,7 +35,7 @@ exports.VendorStreamsService = {
35
35
  */
36
36
  update: {
37
37
  name: "Update",
38
- I: vendorstreams_scailo_pb_js_1.VendorStreamsServiceUpdateRequest,
38
+ I: vendor_streams_scailo_pb_js_1.VendorStreamsServiceUpdateRequest,
39
39
  O: base_scailo_pb_js_1.IdentifierUUID,
40
40
  kind: protobuf_1.MethodKind.Unary,
41
41
  },
@@ -104,7 +104,7 @@ exports.VendorStreamsService = {
104
104
  */
105
105
  addMessage: {
106
106
  name: "AddMessage",
107
- I: vendorstreams_scailo_pb_js_1.VendorStreamsServiceMessageCreateRequest,
107
+ I: vendor_streams_scailo_pb_js_1.VendorStreamsServiceMessageCreateRequest,
108
108
  O: base_scailo_pb_js_1.IdentifierUUID,
109
109
  kind: protobuf_1.MethodKind.Unary,
110
110
  },
@@ -138,7 +138,7 @@ exports.VendorStreamsService = {
138
138
  viewMessageByUUID: {
139
139
  name: "ViewMessageByUUID",
140
140
  I: base_scailo_pb_js_1.IdentifierUUID,
141
- O: vendorstreams_scailo_pb_js_1.VendorStreamMessage,
141
+ O: vendor_streams_scailo_pb_js_1.VendorStreamMessage,
142
142
  kind: protobuf_1.MethodKind.Unary,
143
143
  },
144
144
  /**
@@ -149,7 +149,7 @@ exports.VendorStreamsService = {
149
149
  viewMessages: {
150
150
  name: "ViewMessages",
151
151
  I: base_scailo_pb_js_1.IdentifierUUID,
152
- O: vendorstreams_scailo_pb_js_1.VendorStreamMessagesList,
152
+ O: vendor_streams_scailo_pb_js_1.VendorStreamMessagesList,
153
153
  kind: protobuf_1.MethodKind.Unary,
154
154
  },
155
155
  /**
@@ -159,8 +159,8 @@ exports.VendorStreamsService = {
159
159
  */
160
160
  viewPaginatedMessages: {
161
161
  name: "ViewPaginatedMessages",
162
- I: vendorstreams_scailo_pb_js_1.VendorStreamMessagesSearchRequest,
163
- O: vendorstreams_scailo_pb_js_1.VendorStreamsServicePaginatedMessagesResponse,
162
+ I: vendor_streams_scailo_pb_js_1.VendorStreamMessagesSearchRequest,
163
+ O: vendor_streams_scailo_pb_js_1.VendorStreamsServicePaginatedMessagesResponse,
164
164
  kind: protobuf_1.MethodKind.Unary,
165
165
  },
166
166
  /**
@@ -170,8 +170,8 @@ exports.VendorStreamsService = {
170
170
  */
171
171
  searchMessagesWithPagination: {
172
172
  name: "SearchMessagesWithPagination",
173
- I: vendorstreams_scailo_pb_js_1.VendorStreamMessagesSearchRequest,
174
- O: vendorstreams_scailo_pb_js_1.VendorStreamsServicePaginatedMessagesResponse,
173
+ I: vendor_streams_scailo_pb_js_1.VendorStreamMessagesSearchRequest,
174
+ O: vendor_streams_scailo_pb_js_1.VendorStreamsServicePaginatedMessagesResponse,
175
175
  kind: protobuf_1.MethodKind.Unary,
176
176
  },
177
177
  /**
@@ -182,7 +182,7 @@ exports.VendorStreamsService = {
182
182
  viewMessageReceipts: {
183
183
  name: "ViewMessageReceipts",
184
184
  I: base_scailo_pb_js_1.IdentifierUUID,
185
- O: vendorstreams_scailo_pb_js_1.VendorStreamMessageReceiptsList,
185
+ O: vendor_streams_scailo_pb_js_1.VendorStreamMessageReceiptsList,
186
186
  kind: protobuf_1.MethodKind.Unary,
187
187
  },
188
188
  /**
@@ -192,7 +192,7 @@ exports.VendorStreamsService = {
192
192
  */
193
193
  addInternalSubscriber: {
194
194
  name: "AddInternalSubscriber",
195
- I: vendorstreams_scailo_pb_js_1.VendorStreamsServiceInternalSubscriberCreateRequest,
195
+ I: vendor_streams_scailo_pb_js_1.VendorStreamsServiceInternalSubscriberCreateRequest,
196
196
  O: base_scailo_pb_js_1.Identifier,
197
197
  kind: protobuf_1.MethodKind.Unary,
198
198
  },
@@ -215,7 +215,7 @@ exports.VendorStreamsService = {
215
215
  viewInternalSubscriberByID: {
216
216
  name: "ViewInternalSubscriberByID",
217
217
  I: base_scailo_pb_js_1.Identifier,
218
- O: vendorstreams_scailo_pb_js_1.VendorStreamInternalSubscriber,
218
+ O: vendor_streams_scailo_pb_js_1.VendorStreamInternalSubscriber,
219
219
  kind: protobuf_1.MethodKind.Unary,
220
220
  },
221
221
  /**
@@ -226,7 +226,7 @@ exports.VendorStreamsService = {
226
226
  viewInternalSubscribers: {
227
227
  name: "ViewInternalSubscribers",
228
228
  I: base_scailo_pb_js_1.IdentifierUUID,
229
- O: vendorstreams_scailo_pb_js_1.VendorStreamInternalSubscribersList,
229
+ O: vendor_streams_scailo_pb_js_1.VendorStreamInternalSubscribersList,
230
230
  kind: protobuf_1.MethodKind.Unary,
231
231
  },
232
232
  /**
@@ -236,7 +236,7 @@ exports.VendorStreamsService = {
236
236
  */
237
237
  importInternalSubscribersFromTeam: {
238
238
  name: "ImportInternalSubscribersFromTeam",
239
- I: vendorstreams_scailo_pb_js_1.VendorStreamsServiceImportInternalSubscribersRequest,
239
+ I: vendor_streams_scailo_pb_js_1.VendorStreamsServiceImportInternalSubscribersRequest,
240
240
  O: base_scailo_pb_js_1.Identifier,
241
241
  kind: protobuf_1.MethodKind.Unary,
242
242
  },
@@ -247,7 +247,7 @@ exports.VendorStreamsService = {
247
247
  */
248
248
  importInternalSubscribersFromDepartment: {
249
249
  name: "ImportInternalSubscribersFromDepartment",
250
- I: vendorstreams_scailo_pb_js_1.VendorStreamsServiceImportInternalSubscribersRequest,
250
+ I: vendor_streams_scailo_pb_js_1.VendorStreamsServiceImportInternalSubscribersRequest,
251
251
  O: base_scailo_pb_js_1.Identifier,
252
252
  kind: protobuf_1.MethodKind.Unary,
253
253
  },
@@ -258,7 +258,7 @@ exports.VendorStreamsService = {
258
258
  */
259
259
  addVendorSubscriber: {
260
260
  name: "AddVendorSubscriber",
261
- I: vendorstreams_scailo_pb_js_1.VendorStreamsServiceVendorSubscriberCreateRequest,
261
+ I: vendor_streams_scailo_pb_js_1.VendorStreamsServiceVendorSubscriberCreateRequest,
262
262
  O: base_scailo_pb_js_1.Identifier,
263
263
  kind: protobuf_1.MethodKind.Unary,
264
264
  },
@@ -281,7 +281,7 @@ exports.VendorStreamsService = {
281
281
  viewVendorSubscriberByID: {
282
282
  name: "ViewVendorSubscriberByID",
283
283
  I: base_scailo_pb_js_1.Identifier,
284
- O: vendorstreams_scailo_pb_js_1.VendorStreamVendorSubscriber,
284
+ O: vendor_streams_scailo_pb_js_1.VendorStreamVendorSubscriber,
285
285
  kind: protobuf_1.MethodKind.Unary,
286
286
  },
287
287
  /**
@@ -292,7 +292,7 @@ exports.VendorStreamsService = {
292
292
  viewVendorSubscribers: {
293
293
  name: "ViewVendorSubscribers",
294
294
  I: base_scailo_pb_js_1.IdentifierUUID,
295
- O: vendorstreams_scailo_pb_js_1.VendorStreamVendorSubscribersList,
295
+ O: vendor_streams_scailo_pb_js_1.VendorStreamVendorSubscribersList,
296
296
  kind: protobuf_1.MethodKind.Unary,
297
297
  },
298
298
  /**
@@ -303,7 +303,7 @@ exports.VendorStreamsService = {
303
303
  viewByID: {
304
304
  name: "ViewByID",
305
305
  I: base_scailo_pb_js_1.Identifier,
306
- O: vendorstreams_scailo_pb_js_1.VendorStream,
306
+ O: vendor_streams_scailo_pb_js_1.VendorStream,
307
307
  kind: protobuf_1.MethodKind.Unary,
308
308
  },
309
309
  /**
@@ -314,7 +314,7 @@ exports.VendorStreamsService = {
314
314
  viewByUUID: {
315
315
  name: "ViewByUUID",
316
316
  I: base_scailo_pb_js_1.IdentifierUUID,
317
- O: vendorstreams_scailo_pb_js_1.VendorStream,
317
+ O: vendor_streams_scailo_pb_js_1.VendorStream,
318
318
  kind: protobuf_1.MethodKind.Unary,
319
319
  },
320
320
  /**
@@ -325,7 +325,7 @@ exports.VendorStreamsService = {
325
325
  viewAll: {
326
326
  name: "ViewAll",
327
327
  I: base_scailo_pb_js_1.ActiveStatus,
328
- O: vendorstreams_scailo_pb_js_1.VendorStreamsList,
328
+ O: vendor_streams_scailo_pb_js_1.VendorStreamsList,
329
329
  kind: protobuf_1.MethodKind.Unary,
330
330
  },
331
331
  /**
@@ -336,7 +336,7 @@ exports.VendorStreamsService = {
336
336
  viewAllForEntityUUID: {
337
337
  name: "ViewAllForEntityUUID",
338
338
  I: base_scailo_pb_js_1.IdentifierUUID,
339
- O: vendorstreams_scailo_pb_js_1.VendorStreamsList,
339
+ O: vendor_streams_scailo_pb_js_1.VendorStreamsList,
340
340
  kind: protobuf_1.MethodKind.Unary,
341
341
  },
342
342
  /**
@@ -346,8 +346,8 @@ exports.VendorStreamsService = {
346
346
  */
347
347
  viewWithPagination: {
348
348
  name: "ViewWithPagination",
349
- I: vendorstreams_scailo_pb_js_1.VendorStreamsServicePaginationReq,
350
- O: vendorstreams_scailo_pb_js_1.VendorStreamsServicePaginationResponse,
349
+ I: vendor_streams_scailo_pb_js_1.VendorStreamsServicePaginationReq,
350
+ O: vendor_streams_scailo_pb_js_1.VendorStreamsServicePaginationResponse,
351
351
  kind: protobuf_1.MethodKind.Unary,
352
352
  },
353
353
  /**
@@ -357,8 +357,8 @@ exports.VendorStreamsService = {
357
357
  */
358
358
  searchAll: {
359
359
  name: "SearchAll",
360
- I: vendorstreams_scailo_pb_js_1.VendorStreamsServiceSearchAllReq,
361
- O: vendorstreams_scailo_pb_js_1.VendorStreamsList,
360
+ I: vendor_streams_scailo_pb_js_1.VendorStreamsServiceSearchAllReq,
361
+ O: vendor_streams_scailo_pb_js_1.VendorStreamsList,
362
362
  kind: protobuf_1.MethodKind.Unary,
363
363
  },
364
364
  /**
@@ -368,8 +368,8 @@ exports.VendorStreamsService = {
368
368
  */
369
369
  filter: {
370
370
  name: "Filter",
371
- I: vendorstreams_scailo_pb_js_1.VendorStreamsServiceFilterReq,
372
- O: vendorstreams_scailo_pb_js_1.VendorStreamsList,
371
+ I: vendor_streams_scailo_pb_js_1.VendorStreamsServiceFilterReq,
372
+ O: vendor_streams_scailo_pb_js_1.VendorStreamsList,
373
373
  kind: protobuf_1.MethodKind.Unary,
374
374
  },
375
375
  /**
@@ -379,7 +379,7 @@ exports.VendorStreamsService = {
379
379
  */
380
380
  count: {
381
381
  name: "Count",
382
- I: vendorstreams_scailo_pb_js_1.VendorStreamsServiceCountReq,
382
+ I: vendor_streams_scailo_pb_js_1.VendorStreamsServiceCountReq,
383
383
  O: base_scailo_pb_js_1.CountResponse,
384
384
  kind: protobuf_1.MethodKind.Unary,
385
385
  },
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  // @generated by protoc-gen-es v1.5.1 with parameter "target=ts"
3
- // @generated from file vendorstreams.scailo.proto (package Scailo, syntax proto3)
3
+ // @generated from file vendor_streams.scailo.proto (package Scailo, syntax proto3)
4
4
  /* eslint-disable */
5
5
  // @ts-nocheck
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -333,6 +333,12 @@ var WORKFLOW_RULE_SERVICE_NAME;
333
333
  * @generated from enum value: WORKFLOW_RULE_SERVICE_NAME_PURCHASES_ORDERS = 1560;
334
334
  */
335
335
  WORKFLOW_RULE_SERVICE_NAME[WORKFLOW_RULE_SERVICE_NAME["WORKFLOW_RULE_SERVICE_NAME_PURCHASES_ORDERS"] = 1560] = "WORKFLOW_RULE_SERVICE_NAME_PURCHASES_ORDERS";
336
+ /**
337
+ * Apply the rule for supply offers service
338
+ *
339
+ * @generated from enum value: WORKFLOW_RULE_SERVICE_NAME_SUPPLY_OFFERS = 1565;
340
+ */
341
+ WORKFLOW_RULE_SERVICE_NAME[WORKFLOW_RULE_SERVICE_NAME["WORKFLOW_RULE_SERVICE_NAME_SUPPLY_OFFERS"] = 1565] = "WORKFLOW_RULE_SERVICE_NAME_SUPPLY_OFFERS";
336
342
  /**
337
343
  * Apply the rule for purchases payments service
338
344
  *
@@ -399,6 +405,12 @@ var WORKFLOW_RULE_SERVICE_NAME;
399
405
  * @generated from enum value: WORKFLOW_RULE_SERVICE_NAME_SALES_INVOICES = 1820;
400
406
  */
401
407
  WORKFLOW_RULE_SERVICE_NAME[WORKFLOW_RULE_SERVICE_NAME["WORKFLOW_RULE_SERVICE_NAME_SALES_INVOICES"] = 1820] = "WORKFLOW_RULE_SERVICE_NAME_SALES_INVOICES";
408
+ /**
409
+ * Apply the rule for proforma invoices service
410
+ *
411
+ * @generated from enum value: WORKFLOW_RULE_SERVICE_NAME_PROFORMA_INVOICES = 1825;
412
+ */
413
+ WORKFLOW_RULE_SERVICE_NAME[WORKFLOW_RULE_SERVICE_NAME["WORKFLOW_RULE_SERVICE_NAME_PROFORMA_INVOICES"] = 1825] = "WORKFLOW_RULE_SERVICE_NAME_PROFORMA_INVOICES";
402
414
  /**
403
415
  * Apply the rule for sales orders service
404
416
  *
@@ -527,6 +539,7 @@ protobuf_1.proto3.util.setEnumType(WORKFLOW_RULE_SERVICE_NAME, "Scailo.WORKFLOW_
527
539
  { no: 1540, name: "WORKFLOW_RULE_SERVICE_NAME_PURCHASES_ENQUIRIES" },
528
540
  { no: 1550, name: "WORKFLOW_RULE_SERVICE_NAME_PURCHASES_INDENTS" },
529
541
  { no: 1560, name: "WORKFLOW_RULE_SERVICE_NAME_PURCHASES_ORDERS" },
542
+ { no: 1565, name: "WORKFLOW_RULE_SERVICE_NAME_SUPPLY_OFFERS" },
530
543
  { no: 1570, name: "WORKFLOW_RULE_SERVICE_NAME_PURCHASES_PAYMENTS" },
531
544
  { no: 1580, name: "WORKFLOW_RULE_SERVICE_NAME_PURCHASES_RETURNS" },
532
545
  { no: 1600, name: "WORKFLOW_RULE_SERVICE_NAME_QC_GROUPS" },
@@ -538,6 +551,7 @@ protobuf_1.proto3.util.setEnumType(WORKFLOW_RULE_SERVICE_NAME, "Scailo.WORKFLOW_
538
551
  { no: 1800, name: "WORKFLOW_RULE_SERVICE_NAME_SALARIES" },
539
552
  { no: 1810, name: "WORKFLOW_RULE_SERVICE_NAME_SALES_ENQUIRIES" },
540
553
  { no: 1820, name: "WORKFLOW_RULE_SERVICE_NAME_SALES_INVOICES" },
554
+ { no: 1825, name: "WORKFLOW_RULE_SERVICE_NAME_PROFORMA_INVOICES" },
541
555
  { no: 1830, name: "WORKFLOW_RULE_SERVICE_NAME_SALES_ORDERS" },
542
556
  { no: 1840, name: "WORKFLOW_RULE_SERVICE_NAME_SALES_QUOTATIONS" },
543
557
  { no: 1850, name: "WORKFLOW_RULE_SERVICE_NAME_SALES_RECEIPTS" },