@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
@@ -170,6 +170,12 @@ var FORM_TYPE;
170
170
  * @generated from enum value: FORM_TYPE_PURCHASE_ORDER_FORM = 80;
171
171
  */
172
172
  FORM_TYPE[FORM_TYPE["FORM_TYPE_PURCHASE_ORDER_FORM"] = 80] = "FORM_TYPE_PURCHASE_ORDER_FORM";
173
+ /**
174
+ * The form type is "supply-offer-form"
175
+ *
176
+ * @generated from enum value: FORM_TYPE_SUPPLY_OFFER_FORM = 85;
177
+ */
178
+ FORM_TYPE[FORM_TYPE["FORM_TYPE_SUPPLY_OFFER_FORM"] = 85] = "FORM_TYPE_SUPPLY_OFFER_FORM";
173
179
  /**
174
180
  * The form type is "purchase-indent-form"
175
181
  *
@@ -182,6 +188,12 @@ var FORM_TYPE;
182
188
  * @generated from enum value: FORM_TYPE_SALES_INVOICE_FORM = 100;
183
189
  */
184
190
  FORM_TYPE[FORM_TYPE["FORM_TYPE_SALES_INVOICE_FORM"] = 100] = "FORM_TYPE_SALES_INVOICE_FORM";
191
+ /**
192
+ * The form type is "proforma-invoice-form"
193
+ *
194
+ * @generated from enum value: FORM_TYPE_PROFORMA_INVOICE_FORM = 105;
195
+ */
196
+ FORM_TYPE[FORM_TYPE["FORM_TYPE_PROFORMA_INVOICE_FORM"] = 105] = "FORM_TYPE_PROFORMA_INVOICE_FORM";
185
197
  /**
186
198
  * The form type is "goods-dispatch-form"
187
199
  *
@@ -434,8 +446,10 @@ protobuf_1.proto3.util.setEnumType(FORM_TYPE, "Scailo.FORM_TYPE", [
434
446
  { no: 60, name: "FORM_TYPE_CLIENT_FORM" },
435
447
  { no: 70, name: "FORM_TYPE_USER_FORM" },
436
448
  { no: 80, name: "FORM_TYPE_PURCHASE_ORDER_FORM" },
449
+ { no: 85, name: "FORM_TYPE_SUPPLY_OFFER_FORM" },
437
450
  { no: 90, name: "FORM_TYPE_PURCHASE_INDENT_FORM" },
438
451
  { no: 100, name: "FORM_TYPE_SALES_INVOICE_FORM" },
452
+ { no: 105, name: "FORM_TYPE_PROFORMA_INVOICE_FORM" },
439
453
  { no: 110, name: "FORM_TYPE_GOODS_DISPATCH_FORM" },
440
454
  { no: 120, name: "FORM_TYPE_VENDOR_INVOICE_FORM" },
441
455
  { no: 130, name: "FORM_TYPE_GOODS_RECEIPT_FORM" },
@@ -986,6 +1000,12 @@ var AMENDMENT_LOG_REF_FOR;
986
1000
  * @generated from enum value: AMENDMENT_LOG_REF_FOR_PURCHASE_ORDER = 2;
987
1001
  */
988
1002
  AMENDMENT_LOG_REF_FOR[AMENDMENT_LOG_REF_FOR["AMENDMENT_LOG_REF_FOR_PURCHASE_ORDER"] = 2] = "AMENDMENT_LOG_REF_FOR_PURCHASE_ORDER";
1003
+ /**
1004
+ * Denotes that the log is made while amending a supply offer
1005
+ *
1006
+ * @generated from enum value: AMENDMENT_LOG_REF_FOR_SUPPLY_OFFER = 21;
1007
+ */
1008
+ AMENDMENT_LOG_REF_FOR[AMENDMENT_LOG_REF_FOR["AMENDMENT_LOG_REF_FOR_SUPPLY_OFFER"] = 21] = "AMENDMENT_LOG_REF_FOR_SUPPLY_OFFER";
989
1009
  /**
990
1010
  * Denotes that the log is made while amending a sales order
991
1011
  *
@@ -1010,16 +1030,24 @@ var AMENDMENT_LOG_REF_FOR;
1010
1030
  * @generated from enum value: AMENDMENT_LOG_REF_FOR_SALES_INVOICE = 6;
1011
1031
  */
1012
1032
  AMENDMENT_LOG_REF_FOR[AMENDMENT_LOG_REF_FOR["AMENDMENT_LOG_REF_FOR_SALES_INVOICE"] = 6] = "AMENDMENT_LOG_REF_FOR_SALES_INVOICE";
1033
+ /**
1034
+ * Denotes that the log is made while amending a proforma invoice
1035
+ *
1036
+ * @generated from enum value: AMENDMENT_LOG_REF_FOR_PROFORMA_INVOICE = 7;
1037
+ */
1038
+ AMENDMENT_LOG_REF_FOR[AMENDMENT_LOG_REF_FOR["AMENDMENT_LOG_REF_FOR_PROFORMA_INVOICE"] = 7] = "AMENDMENT_LOG_REF_FOR_PROFORMA_INVOICE";
1013
1039
  })(AMENDMENT_LOG_REF_FOR || (exports.AMENDMENT_LOG_REF_FOR = AMENDMENT_LOG_REF_FOR = {}));
1014
1040
  // Retrieve enum metadata with: proto3.getEnumType(AMENDMENT_LOG_REF_FOR)
1015
1041
  protobuf_1.proto3.util.setEnumType(AMENDMENT_LOG_REF_FOR, "Scailo.AMENDMENT_LOG_REF_FOR", [
1016
1042
  { no: 0, name: "AMENDMENT_LOG_REF_FOR_ANY_UNSPECIFIED" },
1017
1043
  { no: 1, name: "AMENDMENT_LOG_REF_FOR_FAMILY" },
1018
1044
  { no: 2, name: "AMENDMENT_LOG_REF_FOR_PURCHASE_ORDER" },
1045
+ { no: 21, name: "AMENDMENT_LOG_REF_FOR_SUPPLY_OFFER" },
1019
1046
  { no: 3, name: "AMENDMENT_LOG_REF_FOR_SALES_ORDER" },
1020
1047
  { no: 4, name: "AMENDMENT_LOG_REF_FOR_SALES_ENQUIRY" },
1021
1048
  { no: 5, name: "AMENDMENT_LOG_REF_FOR_SALES_QUOTATION" },
1022
1049
  { no: 6, name: "AMENDMENT_LOG_REF_FOR_SALES_INVOICE" },
1050
+ { no: 7, name: "AMENDMENT_LOG_REF_FOR_PROFORMA_INVOICE" },
1023
1051
  ]);
1024
1052
  /**
1025
1053
  *
@@ -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 clientstreams.scailo.proto (package Scailo, syntax proto3)
3
+ // @generated from file client_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.ClientStreamsService = void 0;
8
- const clientstreams_scailo_pb_js_1 = require("./clientstreams.scailo_pb.js");
8
+ const client_streams_scailo_pb_js_1 = require("./client_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.ClientStreamsService = {
24
24
  */
25
25
  create: {
26
26
  name: "Create",
27
- I: clientstreams_scailo_pb_js_1.ClientStreamsServiceCreateRequest,
27
+ I: client_streams_scailo_pb_js_1.ClientStreamsServiceCreateRequest,
28
28
  O: base_scailo_pb_js_1.IdentifierUUID,
29
29
  kind: protobuf_1.MethodKind.Unary,
30
30
  },
@@ -35,7 +35,7 @@ exports.ClientStreamsService = {
35
35
  */
36
36
  update: {
37
37
  name: "Update",
38
- I: clientstreams_scailo_pb_js_1.ClientStreamsServiceUpdateRequest,
38
+ I: client_streams_scailo_pb_js_1.ClientStreamsServiceUpdateRequest,
39
39
  O: base_scailo_pb_js_1.IdentifierUUID,
40
40
  kind: protobuf_1.MethodKind.Unary,
41
41
  },
@@ -104,7 +104,7 @@ exports.ClientStreamsService = {
104
104
  */
105
105
  addMessage: {
106
106
  name: "AddMessage",
107
- I: clientstreams_scailo_pb_js_1.ClientStreamsServiceMessageCreateRequest,
107
+ I: client_streams_scailo_pb_js_1.ClientStreamsServiceMessageCreateRequest,
108
108
  O: base_scailo_pb_js_1.IdentifierUUID,
109
109
  kind: protobuf_1.MethodKind.Unary,
110
110
  },
@@ -138,7 +138,7 @@ exports.ClientStreamsService = {
138
138
  viewMessageByUUID: {
139
139
  name: "ViewMessageByUUID",
140
140
  I: base_scailo_pb_js_1.IdentifierUUID,
141
- O: clientstreams_scailo_pb_js_1.ClientStreamMessage,
141
+ O: client_streams_scailo_pb_js_1.ClientStreamMessage,
142
142
  kind: protobuf_1.MethodKind.Unary,
143
143
  },
144
144
  /**
@@ -149,7 +149,7 @@ exports.ClientStreamsService = {
149
149
  viewMessages: {
150
150
  name: "ViewMessages",
151
151
  I: base_scailo_pb_js_1.IdentifierUUID,
152
- O: clientstreams_scailo_pb_js_1.ClientStreamMessagesList,
152
+ O: client_streams_scailo_pb_js_1.ClientStreamMessagesList,
153
153
  kind: protobuf_1.MethodKind.Unary,
154
154
  },
155
155
  /**
@@ -159,8 +159,8 @@ exports.ClientStreamsService = {
159
159
  */
160
160
  viewPaginatedMessages: {
161
161
  name: "ViewPaginatedMessages",
162
- I: clientstreams_scailo_pb_js_1.ClientStreamMessagesSearchRequest,
163
- O: clientstreams_scailo_pb_js_1.ClientStreamsServicePaginatedMessagesResponse,
162
+ I: client_streams_scailo_pb_js_1.ClientStreamMessagesSearchRequest,
163
+ O: client_streams_scailo_pb_js_1.ClientStreamsServicePaginatedMessagesResponse,
164
164
  kind: protobuf_1.MethodKind.Unary,
165
165
  },
166
166
  /**
@@ -170,8 +170,8 @@ exports.ClientStreamsService = {
170
170
  */
171
171
  searchMessagesWithPagination: {
172
172
  name: "SearchMessagesWithPagination",
173
- I: clientstreams_scailo_pb_js_1.ClientStreamMessagesSearchRequest,
174
- O: clientstreams_scailo_pb_js_1.ClientStreamsServicePaginatedMessagesResponse,
173
+ I: client_streams_scailo_pb_js_1.ClientStreamMessagesSearchRequest,
174
+ O: client_streams_scailo_pb_js_1.ClientStreamsServicePaginatedMessagesResponse,
175
175
  kind: protobuf_1.MethodKind.Unary,
176
176
  },
177
177
  /**
@@ -182,7 +182,7 @@ exports.ClientStreamsService = {
182
182
  viewMessageReceipts: {
183
183
  name: "ViewMessageReceipts",
184
184
  I: base_scailo_pb_js_1.IdentifierUUID,
185
- O: clientstreams_scailo_pb_js_1.ClientStreamMessageReceiptsList,
185
+ O: client_streams_scailo_pb_js_1.ClientStreamMessageReceiptsList,
186
186
  kind: protobuf_1.MethodKind.Unary,
187
187
  },
188
188
  /**
@@ -192,7 +192,7 @@ exports.ClientStreamsService = {
192
192
  */
193
193
  addInternalSubscriber: {
194
194
  name: "AddInternalSubscriber",
195
- I: clientstreams_scailo_pb_js_1.ClientStreamsServiceInternalSubscriberCreateRequest,
195
+ I: client_streams_scailo_pb_js_1.ClientStreamsServiceInternalSubscriberCreateRequest,
196
196
  O: base_scailo_pb_js_1.Identifier,
197
197
  kind: protobuf_1.MethodKind.Unary,
198
198
  },
@@ -215,7 +215,7 @@ exports.ClientStreamsService = {
215
215
  viewInternalSubscriberByID: {
216
216
  name: "ViewInternalSubscriberByID",
217
217
  I: base_scailo_pb_js_1.Identifier,
218
- O: clientstreams_scailo_pb_js_1.ClientStreamInternalSubscriber,
218
+ O: client_streams_scailo_pb_js_1.ClientStreamInternalSubscriber,
219
219
  kind: protobuf_1.MethodKind.Unary,
220
220
  },
221
221
  /**
@@ -226,7 +226,7 @@ exports.ClientStreamsService = {
226
226
  viewInternalSubscribers: {
227
227
  name: "ViewInternalSubscribers",
228
228
  I: base_scailo_pb_js_1.IdentifierUUID,
229
- O: clientstreams_scailo_pb_js_1.ClientStreamInternalSubscribersList,
229
+ O: client_streams_scailo_pb_js_1.ClientStreamInternalSubscribersList,
230
230
  kind: protobuf_1.MethodKind.Unary,
231
231
  },
232
232
  /**
@@ -236,7 +236,7 @@ exports.ClientStreamsService = {
236
236
  */
237
237
  importInternalSubscribersFromTeam: {
238
238
  name: "ImportInternalSubscribersFromTeam",
239
- I: clientstreams_scailo_pb_js_1.ClientStreamsServiceImportInternalSubscribersRequest,
239
+ I: client_streams_scailo_pb_js_1.ClientStreamsServiceImportInternalSubscribersRequest,
240
240
  O: base_scailo_pb_js_1.Identifier,
241
241
  kind: protobuf_1.MethodKind.Unary,
242
242
  },
@@ -247,7 +247,7 @@ exports.ClientStreamsService = {
247
247
  */
248
248
  importInternalSubscribersFromDepartment: {
249
249
  name: "ImportInternalSubscribersFromDepartment",
250
- I: clientstreams_scailo_pb_js_1.ClientStreamsServiceImportInternalSubscribersRequest,
250
+ I: client_streams_scailo_pb_js_1.ClientStreamsServiceImportInternalSubscribersRequest,
251
251
  O: base_scailo_pb_js_1.Identifier,
252
252
  kind: protobuf_1.MethodKind.Unary,
253
253
  },
@@ -258,7 +258,7 @@ exports.ClientStreamsService = {
258
258
  */
259
259
  addClientSubscriber: {
260
260
  name: "AddClientSubscriber",
261
- I: clientstreams_scailo_pb_js_1.ClientStreamsServiceClientSubscriberCreateRequest,
261
+ I: client_streams_scailo_pb_js_1.ClientStreamsServiceClientSubscriberCreateRequest,
262
262
  O: base_scailo_pb_js_1.Identifier,
263
263
  kind: protobuf_1.MethodKind.Unary,
264
264
  },
@@ -281,7 +281,7 @@ exports.ClientStreamsService = {
281
281
  viewClientSubscriberByID: {
282
282
  name: "ViewClientSubscriberByID",
283
283
  I: base_scailo_pb_js_1.Identifier,
284
- O: clientstreams_scailo_pb_js_1.ClientStreamClientSubscriber,
284
+ O: client_streams_scailo_pb_js_1.ClientStreamClientSubscriber,
285
285
  kind: protobuf_1.MethodKind.Unary,
286
286
  },
287
287
  /**
@@ -292,7 +292,7 @@ exports.ClientStreamsService = {
292
292
  viewClientSubscribers: {
293
293
  name: "ViewClientSubscribers",
294
294
  I: base_scailo_pb_js_1.IdentifierUUID,
295
- O: clientstreams_scailo_pb_js_1.ClientStreamClientSubscribersList,
295
+ O: client_streams_scailo_pb_js_1.ClientStreamClientSubscribersList,
296
296
  kind: protobuf_1.MethodKind.Unary,
297
297
  },
298
298
  /**
@@ -303,7 +303,7 @@ exports.ClientStreamsService = {
303
303
  viewByID: {
304
304
  name: "ViewByID",
305
305
  I: base_scailo_pb_js_1.Identifier,
306
- O: clientstreams_scailo_pb_js_1.ClientStream,
306
+ O: client_streams_scailo_pb_js_1.ClientStream,
307
307
  kind: protobuf_1.MethodKind.Unary,
308
308
  },
309
309
  /**
@@ -314,7 +314,7 @@ exports.ClientStreamsService = {
314
314
  viewByUUID: {
315
315
  name: "ViewByUUID",
316
316
  I: base_scailo_pb_js_1.IdentifierUUID,
317
- O: clientstreams_scailo_pb_js_1.ClientStream,
317
+ O: client_streams_scailo_pb_js_1.ClientStream,
318
318
  kind: protobuf_1.MethodKind.Unary,
319
319
  },
320
320
  /**
@@ -325,7 +325,7 @@ exports.ClientStreamsService = {
325
325
  viewAll: {
326
326
  name: "ViewAll",
327
327
  I: base_scailo_pb_js_1.ActiveStatus,
328
- O: clientstreams_scailo_pb_js_1.ClientStreamsList,
328
+ O: client_streams_scailo_pb_js_1.ClientStreamsList,
329
329
  kind: protobuf_1.MethodKind.Unary,
330
330
  },
331
331
  /**
@@ -336,7 +336,7 @@ exports.ClientStreamsService = {
336
336
  viewAllForEntityUUID: {
337
337
  name: "ViewAllForEntityUUID",
338
338
  I: base_scailo_pb_js_1.IdentifierUUID,
339
- O: clientstreams_scailo_pb_js_1.ClientStreamsList,
339
+ O: client_streams_scailo_pb_js_1.ClientStreamsList,
340
340
  kind: protobuf_1.MethodKind.Unary,
341
341
  },
342
342
  /**
@@ -346,8 +346,8 @@ exports.ClientStreamsService = {
346
346
  */
347
347
  viewWithPagination: {
348
348
  name: "ViewWithPagination",
349
- I: clientstreams_scailo_pb_js_1.ClientStreamsServicePaginationReq,
350
- O: clientstreams_scailo_pb_js_1.ClientStreamsServicePaginationResponse,
349
+ I: client_streams_scailo_pb_js_1.ClientStreamsServicePaginationReq,
350
+ O: client_streams_scailo_pb_js_1.ClientStreamsServicePaginationResponse,
351
351
  kind: protobuf_1.MethodKind.Unary,
352
352
  },
353
353
  /**
@@ -357,8 +357,8 @@ exports.ClientStreamsService = {
357
357
  */
358
358
  searchAll: {
359
359
  name: "SearchAll",
360
- I: clientstreams_scailo_pb_js_1.ClientStreamsServiceSearchAllReq,
361
- O: clientstreams_scailo_pb_js_1.ClientStreamsList,
360
+ I: client_streams_scailo_pb_js_1.ClientStreamsServiceSearchAllReq,
361
+ O: client_streams_scailo_pb_js_1.ClientStreamsList,
362
362
  kind: protobuf_1.MethodKind.Unary,
363
363
  },
364
364
  /**
@@ -368,8 +368,8 @@ exports.ClientStreamsService = {
368
368
  */
369
369
  filter: {
370
370
  name: "Filter",
371
- I: clientstreams_scailo_pb_js_1.ClientStreamsServiceFilterReq,
372
- O: clientstreams_scailo_pb_js_1.ClientStreamsList,
371
+ I: client_streams_scailo_pb_js_1.ClientStreamsServiceFilterReq,
372
+ O: client_streams_scailo_pb_js_1.ClientStreamsList,
373
373
  kind: protobuf_1.MethodKind.Unary,
374
374
  },
375
375
  /**
@@ -379,7 +379,7 @@ exports.ClientStreamsService = {
379
379
  */
380
380
  count: {
381
381
  name: "Count",
382
- I: clientstreams_scailo_pb_js_1.ClientStreamsServiceCountReq,
382
+ I: client_streams_scailo_pb_js_1.ClientStreamsServiceCountReq,
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 clientstreams.scailo.proto (package Scailo, syntax proto3)
3
+ // @generated from file client_streams.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 generalstreams.scailo.proto (package Scailo, syntax proto3)
3
+ // @generated from file general_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.GeneralStreamsService = void 0;
8
- const generalstreams_scailo_pb_js_1 = require("./generalstreams.scailo_pb.js");
8
+ const general_streams_scailo_pb_js_1 = require("./general_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.GeneralStreamsService = {
24
24
  */
25
25
  create: {
26
26
  name: "Create",
27
- I: generalstreams_scailo_pb_js_1.GeneralStreamsServiceCreateRequest,
27
+ I: general_streams_scailo_pb_js_1.GeneralStreamsServiceCreateRequest,
28
28
  O: base_scailo_pb_js_1.IdentifierUUID,
29
29
  kind: protobuf_1.MethodKind.Unary,
30
30
  },
@@ -35,7 +35,7 @@ exports.GeneralStreamsService = {
35
35
  */
36
36
  update: {
37
37
  name: "Update",
38
- I: generalstreams_scailo_pb_js_1.GeneralStreamsServiceUpdateRequest,
38
+ I: general_streams_scailo_pb_js_1.GeneralStreamsServiceUpdateRequest,
39
39
  O: base_scailo_pb_js_1.IdentifierUUID,
40
40
  kind: protobuf_1.MethodKind.Unary,
41
41
  },
@@ -104,7 +104,7 @@ exports.GeneralStreamsService = {
104
104
  */
105
105
  addMessage: {
106
106
  name: "AddMessage",
107
- I: generalstreams_scailo_pb_js_1.GeneralStreamsServiceMessageCreateRequest,
107
+ I: general_streams_scailo_pb_js_1.GeneralStreamsServiceMessageCreateRequest,
108
108
  O: base_scailo_pb_js_1.IdentifierUUID,
109
109
  kind: protobuf_1.MethodKind.Unary,
110
110
  },
@@ -138,7 +138,7 @@ exports.GeneralStreamsService = {
138
138
  viewMessageByUUID: {
139
139
  name: "ViewMessageByUUID",
140
140
  I: base_scailo_pb_js_1.IdentifierUUID,
141
- O: generalstreams_scailo_pb_js_1.GeneralStreamMessage,
141
+ O: general_streams_scailo_pb_js_1.GeneralStreamMessage,
142
142
  kind: protobuf_1.MethodKind.Unary,
143
143
  },
144
144
  /**
@@ -149,7 +149,7 @@ exports.GeneralStreamsService = {
149
149
  viewMessages: {
150
150
  name: "ViewMessages",
151
151
  I: base_scailo_pb_js_1.IdentifierUUID,
152
- O: generalstreams_scailo_pb_js_1.GeneralStreamMessagesList,
152
+ O: general_streams_scailo_pb_js_1.GeneralStreamMessagesList,
153
153
  kind: protobuf_1.MethodKind.Unary,
154
154
  },
155
155
  /**
@@ -159,8 +159,8 @@ exports.GeneralStreamsService = {
159
159
  */
160
160
  viewPaginatedMessages: {
161
161
  name: "ViewPaginatedMessages",
162
- I: generalstreams_scailo_pb_js_1.GeneralStreamMessagesSearchRequest,
163
- O: generalstreams_scailo_pb_js_1.GeneralStreamsServicePaginatedMessagesResponse,
162
+ I: general_streams_scailo_pb_js_1.GeneralStreamMessagesSearchRequest,
163
+ O: general_streams_scailo_pb_js_1.GeneralStreamsServicePaginatedMessagesResponse,
164
164
  kind: protobuf_1.MethodKind.Unary,
165
165
  },
166
166
  /**
@@ -170,8 +170,8 @@ exports.GeneralStreamsService = {
170
170
  */
171
171
  searchMessagesWithPagination: {
172
172
  name: "SearchMessagesWithPagination",
173
- I: generalstreams_scailo_pb_js_1.GeneralStreamMessagesSearchRequest,
174
- O: generalstreams_scailo_pb_js_1.GeneralStreamsServicePaginatedMessagesResponse,
173
+ I: general_streams_scailo_pb_js_1.GeneralStreamMessagesSearchRequest,
174
+ O: general_streams_scailo_pb_js_1.GeneralStreamsServicePaginatedMessagesResponse,
175
175
  kind: protobuf_1.MethodKind.Unary,
176
176
  },
177
177
  /**
@@ -182,7 +182,7 @@ exports.GeneralStreamsService = {
182
182
  viewMessageReceipts: {
183
183
  name: "ViewMessageReceipts",
184
184
  I: base_scailo_pb_js_1.IdentifierUUID,
185
- O: generalstreams_scailo_pb_js_1.GeneralStreamMessageReceiptsList,
185
+ O: general_streams_scailo_pb_js_1.GeneralStreamMessageReceiptsList,
186
186
  kind: protobuf_1.MethodKind.Unary,
187
187
  },
188
188
  /**
@@ -192,7 +192,7 @@ exports.GeneralStreamsService = {
192
192
  */
193
193
  addInternalSubscriber: {
194
194
  name: "AddInternalSubscriber",
195
- I: generalstreams_scailo_pb_js_1.GeneralStreamsServiceInternalSubscriberCreateRequest,
195
+ I: general_streams_scailo_pb_js_1.GeneralStreamsServiceInternalSubscriberCreateRequest,
196
196
  O: base_scailo_pb_js_1.Identifier,
197
197
  kind: protobuf_1.MethodKind.Unary,
198
198
  },
@@ -215,7 +215,7 @@ exports.GeneralStreamsService = {
215
215
  viewInternalSubscriberByID: {
216
216
  name: "ViewInternalSubscriberByID",
217
217
  I: base_scailo_pb_js_1.Identifier,
218
- O: generalstreams_scailo_pb_js_1.GeneralStreamInternalSubscriber,
218
+ O: general_streams_scailo_pb_js_1.GeneralStreamInternalSubscriber,
219
219
  kind: protobuf_1.MethodKind.Unary,
220
220
  },
221
221
  /**
@@ -226,7 +226,7 @@ exports.GeneralStreamsService = {
226
226
  viewInternalSubscribers: {
227
227
  name: "ViewInternalSubscribers",
228
228
  I: base_scailo_pb_js_1.IdentifierUUID,
229
- O: generalstreams_scailo_pb_js_1.GeneralStreamInternalSubscribersList,
229
+ O: general_streams_scailo_pb_js_1.GeneralStreamInternalSubscribersList,
230
230
  kind: protobuf_1.MethodKind.Unary,
231
231
  },
232
232
  /**
@@ -236,7 +236,7 @@ exports.GeneralStreamsService = {
236
236
  */
237
237
  importInternalSubscribersFromTeam: {
238
238
  name: "ImportInternalSubscribersFromTeam",
239
- I: generalstreams_scailo_pb_js_1.GeneralStreamsServiceImportInternalSubscribersRequest,
239
+ I: general_streams_scailo_pb_js_1.GeneralStreamsServiceImportInternalSubscribersRequest,
240
240
  O: base_scailo_pb_js_1.Identifier,
241
241
  kind: protobuf_1.MethodKind.Unary,
242
242
  },
@@ -247,7 +247,7 @@ exports.GeneralStreamsService = {
247
247
  */
248
248
  importInternalSubscribersFromDepartment: {
249
249
  name: "ImportInternalSubscribersFromDepartment",
250
- I: generalstreams_scailo_pb_js_1.GeneralStreamsServiceImportInternalSubscribersRequest,
250
+ I: general_streams_scailo_pb_js_1.GeneralStreamsServiceImportInternalSubscribersRequest,
251
251
  O: base_scailo_pb_js_1.Identifier,
252
252
  kind: protobuf_1.MethodKind.Unary,
253
253
  },
@@ -259,7 +259,7 @@ exports.GeneralStreamsService = {
259
259
  viewByID: {
260
260
  name: "ViewByID",
261
261
  I: base_scailo_pb_js_1.Identifier,
262
- O: generalstreams_scailo_pb_js_1.GeneralStream,
262
+ O: general_streams_scailo_pb_js_1.GeneralStream,
263
263
  kind: protobuf_1.MethodKind.Unary,
264
264
  },
265
265
  /**
@@ -270,7 +270,7 @@ exports.GeneralStreamsService = {
270
270
  viewByUUID: {
271
271
  name: "ViewByUUID",
272
272
  I: base_scailo_pb_js_1.IdentifierUUID,
273
- O: generalstreams_scailo_pb_js_1.GeneralStream,
273
+ O: general_streams_scailo_pb_js_1.GeneralStream,
274
274
  kind: protobuf_1.MethodKind.Unary,
275
275
  },
276
276
  /**
@@ -281,7 +281,7 @@ exports.GeneralStreamsService = {
281
281
  viewAll: {
282
282
  name: "ViewAll",
283
283
  I: base_scailo_pb_js_1.ActiveStatus,
284
- O: generalstreams_scailo_pb_js_1.GeneralStreamsList,
284
+ O: general_streams_scailo_pb_js_1.GeneralStreamsList,
285
285
  kind: protobuf_1.MethodKind.Unary,
286
286
  },
287
287
  /**
@@ -292,7 +292,7 @@ exports.GeneralStreamsService = {
292
292
  viewAllForEntityUUID: {
293
293
  name: "ViewAllForEntityUUID",
294
294
  I: base_scailo_pb_js_1.IdentifierUUID,
295
- O: generalstreams_scailo_pb_js_1.GeneralStreamsList,
295
+ O: general_streams_scailo_pb_js_1.GeneralStreamsList,
296
296
  kind: protobuf_1.MethodKind.Unary,
297
297
  },
298
298
  /**
@@ -302,8 +302,8 @@ exports.GeneralStreamsService = {
302
302
  */
303
303
  viewWithPagination: {
304
304
  name: "ViewWithPagination",
305
- I: generalstreams_scailo_pb_js_1.GeneralStreamsServicePaginationReq,
306
- O: generalstreams_scailo_pb_js_1.GeneralStreamsServicePaginationResponse,
305
+ I: general_streams_scailo_pb_js_1.GeneralStreamsServicePaginationReq,
306
+ O: general_streams_scailo_pb_js_1.GeneralStreamsServicePaginationResponse,
307
307
  kind: protobuf_1.MethodKind.Unary,
308
308
  },
309
309
  /**
@@ -313,8 +313,8 @@ exports.GeneralStreamsService = {
313
313
  */
314
314
  searchAll: {
315
315
  name: "SearchAll",
316
- I: generalstreams_scailo_pb_js_1.GeneralStreamsServiceSearchAllReq,
317
- O: generalstreams_scailo_pb_js_1.GeneralStreamsList,
316
+ I: general_streams_scailo_pb_js_1.GeneralStreamsServiceSearchAllReq,
317
+ O: general_streams_scailo_pb_js_1.GeneralStreamsList,
318
318
  kind: protobuf_1.MethodKind.Unary,
319
319
  },
320
320
  /**
@@ -324,8 +324,8 @@ exports.GeneralStreamsService = {
324
324
  */
325
325
  filter: {
326
326
  name: "Filter",
327
- I: generalstreams_scailo_pb_js_1.GeneralStreamsServiceFilterReq,
328
- O: generalstreams_scailo_pb_js_1.GeneralStreamsList,
327
+ I: general_streams_scailo_pb_js_1.GeneralStreamsServiceFilterReq,
328
+ O: general_streams_scailo_pb_js_1.GeneralStreamsList,
329
329
  kind: protobuf_1.MethodKind.Unary,
330
330
  },
331
331
  /**
@@ -335,7 +335,7 @@ exports.GeneralStreamsService = {
335
335
  */
336
336
  count: {
337
337
  name: "Count",
338
- I: generalstreams_scailo_pb_js_1.GeneralStreamsServiceCountReq,
338
+ I: general_streams_scailo_pb_js_1.GeneralStreamsServiceCountReq,
339
339
  O: base_scailo_pb_js_1.CountResponse,
340
340
  kind: protobuf_1.MethodKind.Unary,
341
341
  },
@@ -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 generalstreams.scailo.proto (package Scailo, syntax proto3)
3
+ // @generated from file general_streams.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 logins.scailo.proto (package Scailo, syntax proto3)
3
+ // @generated from file login.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.LoginService = void 0;
8
- const logins_scailo_pb_js_1 = require("./logins.scailo_pb.js");
8
+ const login_scailo_pb_js_1 = require("./login.scailo_pb.js");
9
9
  const protobuf_1 = require("@bufbuild/protobuf");
10
10
  const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
11
11
  /**
@@ -25,8 +25,8 @@ exports.LoginService = {
25
25
  */
26
26
  userLoginPrimary: {
27
27
  name: "UserLoginPrimary",
28
- I: logins_scailo_pb_js_1.UserLoginRequest,
29
- O: logins_scailo_pb_js_1.UserLoginResponse,
28
+ I: login_scailo_pb_js_1.UserLoginRequest,
29
+ O: login_scailo_pb_js_1.UserLoginResponse,
30
30
  kind: protobuf_1.MethodKind.Unary,
31
31
  },
32
32
  /**
@@ -36,8 +36,8 @@ exports.LoginService = {
36
36
  */
37
37
  loginAsEmployeePrimary: {
38
38
  name: "LoginAsEmployeePrimary",
39
- I: logins_scailo_pb_js_1.UserLoginRequest,
40
- O: logins_scailo_pb_js_1.UserLoginResponse,
39
+ I: login_scailo_pb_js_1.UserLoginRequest,
40
+ O: login_scailo_pb_js_1.UserLoginResponse,
41
41
  kind: protobuf_1.MethodKind.Unary,
42
42
  },
43
43
  /**
@@ -47,8 +47,8 @@ exports.LoginService = {
47
47
  */
48
48
  loginAsEmployeeSecondary: {
49
49
  name: "LoginAsEmployeeSecondary",
50
- I: logins_scailo_pb_js_1.UserLoginRequest,
51
- O: logins_scailo_pb_js_1.UserLoginResponse,
50
+ I: login_scailo_pb_js_1.UserLoginRequest,
51
+ O: login_scailo_pb_js_1.UserLoginResponse,
52
52
  kind: protobuf_1.MethodKind.Unary,
53
53
  },
54
54
  /**
@@ -58,8 +58,8 @@ exports.LoginService = {
58
58
  */
59
59
  loginAsVendorUser: {
60
60
  name: "LoginAsVendorUser",
61
- I: logins_scailo_pb_js_1.UserLoginRequest,
62
- O: logins_scailo_pb_js_1.VendorUserLoginResponse,
61
+ I: login_scailo_pb_js_1.UserLoginRequest,
62
+ O: login_scailo_pb_js_1.VendorUserLoginResponse,
63
63
  kind: protobuf_1.MethodKind.Unary,
64
64
  },
65
65
  /**
@@ -69,8 +69,8 @@ exports.LoginService = {
69
69
  */
70
70
  loginAsClientUser: {
71
71
  name: "LoginAsClientUser",
72
- I: logins_scailo_pb_js_1.UserLoginRequest,
73
- O: logins_scailo_pb_js_1.ClientUserLoginResponse,
72
+ I: login_scailo_pb_js_1.UserLoginRequest,
73
+ O: login_scailo_pb_js_1.ClientUserLoginResponse,
74
74
  kind: protobuf_1.MethodKind.Unary,
75
75
  },
76
76
  /**
@@ -80,7 +80,7 @@ exports.LoginService = {
80
80
  */
81
81
  isAuthTokenValid: {
82
82
  name: "IsAuthTokenValid",
83
- I: logins_scailo_pb_js_1.AuthTokenValidityRequest,
83
+ I: login_scailo_pb_js_1.AuthTokenValidityRequest,
84
84
  O: base_scailo_pb_js_1.BooleanResponse,
85
85
  kind: protobuf_1.MethodKind.Unary,
86
86
  },
@@ -91,8 +91,8 @@ exports.LoginService = {
91
91
  */
92
92
  logout: {
93
93
  name: "Logout",
94
- I: logins_scailo_pb_js_1.LogoutRequest,
95
- O: logins_scailo_pb_js_1.LogoutResponse,
94
+ I: login_scailo_pb_js_1.LogoutRequest,
95
+ O: login_scailo_pb_js_1.LogoutResponse,
96
96
  kind: protobuf_1.MethodKind.Unary,
97
97
  },
98
98
  /**
@@ -103,7 +103,7 @@ exports.LoginService = {
103
103
  viewHistory: {
104
104
  name: "ViewHistory",
105
105
  I: base_scailo_pb_js_1.SimpleSearchReq,
106
- O: logins_scailo_pb_js_1.UserLoginHistoryList,
106
+ O: login_scailo_pb_js_1.UserLoginHistoryList,
107
107
  kind: protobuf_1.MethodKind.Unary,
108
108
  },
109
109
  }
@@ -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 logins.scailo.proto (package Scailo, syntax proto3)
3
+ // @generated from file login.scailo.proto (package Scailo, syntax proto3)
4
4
  /* eslint-disable */
5
5
  // @ts-nocheck
6
6
  Object.defineProperty(exports, "__esModule", { value: true });