@kernelminds/scailo-sdk 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +3339 -10
- package/lib/cjs/src/{clientstreams.scailo_connect.js → client_streams.scailo_connect.js} +31 -31
- package/lib/cjs/src/{clientstreams.scailo_pb.js → client_streams.scailo_pb.js} +1 -1
- package/lib/{esm/src/generalstreams.scailo_connect.js → cjs/src/general_streams.scailo_connect.js} +28 -28
- package/lib/cjs/src/{generalstreams.scailo_pb.js → general_streams.scailo_pb.js} +1 -1
- package/lib/cjs/src/{logins.scailo_connect.js → login.scailo_connect.js} +16 -16
- package/lib/cjs/src/{logins.scailo_pb.js → login.scailo_pb.js} +1 -1
- package/lib/{esm/src/vault_services.scailo_connect.js → cjs/src/vault.scailo_connect.js} +15 -15
- package/lib/cjs/src/{vault_services.scailo_pb.js → vault.scailo_pb.js} +1 -1
- package/lib/cjs/src/{vendorstreams.scailo_connect.js → vendor_streams.scailo_connect.js} +31 -31
- package/lib/cjs/src/{vendorstreams.scailo_pb.js → vendor_streams.scailo_pb.js} +1 -1
- package/lib/cjs/types/index.d.ts +3027 -10
- package/lib/cjs/types/index.d.ts.map +1 -1
- package/lib/{esm/types/src/clientstreams.scailo_connect.d.ts → cjs/types/src/client_streams.scailo_connect.d.ts} +2 -2
- package/lib/cjs/types/src/client_streams.scailo_connect.d.ts.map +1 -0
- package/lib/{esm/types/src/clientstreams.scailo_pb.d.ts → cjs/types/src/client_streams.scailo_pb.d.ts} +1 -1
- package/lib/cjs/types/src/{vendorstreams.scailo_pb.d.ts.map → client_streams.scailo_pb.d.ts.map} +1 -1
- package/lib/cjs/types/src/{generalstreams.scailo_connect.d.ts → general_streams.scailo_connect.d.ts} +2 -2
- package/lib/cjs/types/src/general_streams.scailo_connect.d.ts.map +1 -0
- package/lib/cjs/types/src/{generalstreams.scailo_pb.d.ts → general_streams.scailo_pb.d.ts} +1 -1
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts.map +1 -0
- package/lib/cjs/types/src/{logins.scailo_connect.d.ts → login.scailo_connect.d.ts} +2 -2
- package/lib/cjs/types/src/login.scailo_connect.d.ts.map +1 -0
- package/lib/cjs/types/src/{logins.scailo_pb.d.ts → login.scailo_pb.d.ts} +1 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts.map +1 -0
- package/lib/cjs/types/src/{vault_services.scailo_connect.d.ts → vault.scailo_connect.d.ts} +2 -2
- package/lib/cjs/types/src/vault.scailo_connect.d.ts.map +1 -0
- package/lib/{esm/types/src/vault_services.scailo_pb.d.ts → cjs/types/src/vault.scailo_pb.d.ts} +1 -1
- package/lib/cjs/types/src/vault.scailo_pb.d.ts.map +1 -0
- package/lib/cjs/types/src/{vendorstreams.scailo_connect.d.ts → vendor_streams.scailo_connect.d.ts} +2 -2
- package/lib/cjs/types/src/vendor_streams.scailo_connect.d.ts.map +1 -0
- package/lib/{esm/types/src/vendorstreams.scailo_pb.d.ts → cjs/types/src/vendor_streams.scailo_pb.d.ts} +1 -1
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts.map +1 -0
- package/lib/esm/index.js +3339 -10
- package/lib/esm/src/{clientstreams.scailo_connect.js → client_streams.scailo_connect.js} +31 -31
- package/lib/esm/src/{clientstreams.scailo_pb.js → client_streams.scailo_pb.js} +1 -1
- package/lib/{cjs/src/generalstreams.scailo_connect.js → esm/src/general_streams.scailo_connect.js} +28 -28
- package/lib/esm/src/{generalstreams.scailo_pb.js → general_streams.scailo_pb.js} +1 -1
- package/lib/esm/src/{logins.scailo_connect.js → login.scailo_connect.js} +16 -16
- package/lib/esm/src/{logins.scailo_pb.js → login.scailo_pb.js} +1 -1
- package/lib/{cjs/src/vault_services.scailo_connect.js → esm/src/vault.scailo_connect.js} +15 -15
- package/lib/esm/src/{vault_services.scailo_pb.js → vault.scailo_pb.js} +1 -1
- package/lib/esm/src/{vendorstreams.scailo_connect.js → vendor_streams.scailo_connect.js} +31 -31
- package/lib/esm/src/{vendorstreams.scailo_pb.js → vendor_streams.scailo_pb.js} +1 -1
- package/lib/esm/types/index.d.ts +3027 -10
- package/lib/esm/types/index.d.ts.map +1 -1
- package/lib/{cjs/types/src/clientstreams.scailo_connect.d.ts → esm/types/src/client_streams.scailo_connect.d.ts} +2 -2
- package/lib/esm/types/src/client_streams.scailo_connect.d.ts.map +1 -0
- package/lib/{cjs/types/src/clientstreams.scailo_pb.d.ts → esm/types/src/client_streams.scailo_pb.d.ts} +1 -1
- package/lib/esm/types/src/{vendorstreams.scailo_pb.d.ts.map → client_streams.scailo_pb.d.ts.map} +1 -1
- package/lib/esm/types/src/{generalstreams.scailo_connect.d.ts → general_streams.scailo_connect.d.ts} +2 -2
- package/lib/esm/types/src/general_streams.scailo_connect.d.ts.map +1 -0
- package/lib/esm/types/src/{generalstreams.scailo_pb.d.ts → general_streams.scailo_pb.d.ts} +1 -1
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts.map +1 -0
- package/lib/esm/types/src/{logins.scailo_connect.d.ts → login.scailo_connect.d.ts} +2 -2
- package/lib/esm/types/src/login.scailo_connect.d.ts.map +1 -0
- package/lib/esm/types/src/{logins.scailo_pb.d.ts → login.scailo_pb.d.ts} +1 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts.map +1 -0
- package/lib/esm/types/src/{vault_services.scailo_connect.d.ts → vault.scailo_connect.d.ts} +2 -2
- package/lib/esm/types/src/vault.scailo_connect.d.ts.map +1 -0
- package/lib/{cjs/types/src/vault_services.scailo_pb.d.ts → esm/types/src/vault.scailo_pb.d.ts} +1 -1
- package/lib/esm/types/src/vault.scailo_pb.d.ts.map +1 -0
- package/lib/esm/types/src/{vendorstreams.scailo_connect.d.ts → vendor_streams.scailo_connect.d.ts} +2 -2
- package/lib/esm/types/src/vendor_streams.scailo_connect.d.ts.map +1 -0
- package/lib/{cjs/types/src/vendorstreams.scailo_pb.d.ts → esm/types/src/vendor_streams.scailo_pb.d.ts} +1 -1
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts.map +1 -0
- package/package.json +1 -1
- package/lib/cjs/types/src/clientstreams.scailo_connect.d.ts.map +0 -1
- package/lib/cjs/types/src/clientstreams.scailo_pb.d.ts.map +0 -1
- package/lib/cjs/types/src/generalstreams.scailo_connect.d.ts.map +0 -1
- package/lib/cjs/types/src/generalstreams.scailo_pb.d.ts.map +0 -1
- package/lib/cjs/types/src/logins.scailo_connect.d.ts.map +0 -1
- package/lib/cjs/types/src/logins.scailo_pb.d.ts.map +0 -1
- package/lib/cjs/types/src/vault_services.scailo_connect.d.ts.map +0 -1
- package/lib/cjs/types/src/vault_services.scailo_pb.d.ts.map +0 -1
- package/lib/cjs/types/src/vendorstreams.scailo_connect.d.ts.map +0 -1
- package/lib/esm/types/src/clientstreams.scailo_connect.d.ts.map +0 -1
- package/lib/esm/types/src/clientstreams.scailo_pb.d.ts.map +0 -1
- package/lib/esm/types/src/generalstreams.scailo_connect.d.ts.map +0 -1
- package/lib/esm/types/src/generalstreams.scailo_pb.d.ts.map +0 -1
- package/lib/esm/types/src/logins.scailo_connect.d.ts.map +0 -1
- package/lib/esm/types/src/logins.scailo_pb.d.ts.map +0 -1
- package/lib/esm/types/src/vault_services.scailo_connect.d.ts.map +0 -1
- package/lib/esm/types/src/vault_services.scailo_pb.d.ts.map +0 -1
- package/lib/esm/types/src/vendorstreams.scailo_connect.d.ts.map +0 -1
|
@@ -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
|
|
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
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
163
|
-
O:
|
|
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:
|
|
174
|
-
O:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
350
|
-
O:
|
|
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:
|
|
361
|
-
O:
|
|
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:
|
|
372
|
-
O:
|
|
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:
|
|
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
|
|
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 });
|