@kernelminds/scailo-sdk 0.0.6 → 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/goods_dispatches.scailo_connect.js +12 -0
- 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/cjs/src/production_plans.scailo_connect.js +11 -0
- package/lib/cjs/src/production_plans.scailo_pb.js +44 -1
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +11 -0
- package/lib/cjs/src/sales_enquiries.scailo_pb.js +51 -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/src/work_orders.scailo_connect.js +11 -0
- package/lib/cjs/src/work_orders.scailo_pb.js +44 -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/goods_dispatches.scailo_connect.d.ts +12 -0
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- 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/production_plans.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts +28 -0
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts +34 -0
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- 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/cjs/types/src/work_orders.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts +28 -0
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- 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/goods_dispatches.scailo_connect.js +12 -0
- 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/esm/src/production_plans.scailo_connect.js +11 -0
- package/lib/esm/src/production_plans.scailo_pb.js +44 -1
- package/lib/esm/src/sales_enquiries.scailo_connect.js +11 -0
- package/lib/esm/src/sales_enquiries.scailo_pb.js +51 -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/src/work_orders.scailo_connect.js +11 -0
- package/lib/esm/src/work_orders.scailo_pb.js +44 -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/goods_dispatches.scailo_connect.d.ts +12 -0
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- 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/production_plans.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts +28 -0
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts +34 -0
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- 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/lib/esm/types/src/work_orders.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts +28 -0
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- 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 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
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
163
|
-
O:
|
|
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:
|
|
174
|
-
O:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
350
|
-
O:
|
|
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:
|
|
361
|
-
O:
|
|
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:
|
|
372
|
-
O:
|
|
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:
|
|
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
|
|
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 });
|
package/lib/{esm/src/generalstreams.scailo_connect.js → cjs/src/general_streams.scailo_connect.js}
RENAMED
|
@@ -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 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
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
163
|
-
O:
|
|
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:
|
|
174
|
-
O:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
306
|
-
O:
|
|
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:
|
|
317
|
-
O:
|
|
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:
|
|
328
|
-
O:
|
|
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:
|
|
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
|
|
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 });
|
|
@@ -359,6 +359,18 @@ exports.GoodsDispatchesService = {
|
|
|
359
359
|
O: goods_dispatches_scailo_pb_js_1.GoodsDispatchesServicePaginatedItemsResponse,
|
|
360
360
|
kind: protobuf_1.MethodKind.Unary,
|
|
361
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.GoodsDispatchesService.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
|
+
},
|
|
362
374
|
/**
|
|
363
375
|
* View by ID
|
|
364
376
|
*
|
|
@@ -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 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
|
|
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:
|
|
29
|
-
O:
|
|
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:
|
|
40
|
-
O:
|
|
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:
|
|
51
|
-
O:
|
|
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:
|
|
62
|
-
O:
|
|
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:
|
|
73
|
-
O:
|
|
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:
|
|
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:
|
|
95
|
-
O:
|
|
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:
|
|
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
|
|
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 });
|
|
@@ -370,6 +370,17 @@ exports.ProductionPlansService = {
|
|
|
370
370
|
O: production_plans_scailo_pb_js_1.ProductionPlan,
|
|
371
371
|
kind: protobuf_1.MethodKind.Unary,
|
|
372
372
|
},
|
|
373
|
+
/**
|
|
374
|
+
* View the ancillary parameters (UUIDs of the internal references) by UUID
|
|
375
|
+
*
|
|
376
|
+
* @generated from rpc Scailo.ProductionPlansService.ViewAncillaryParametersByUUID
|
|
377
|
+
*/
|
|
378
|
+
viewAncillaryParametersByUUID: {
|
|
379
|
+
name: "ViewAncillaryParametersByUUID",
|
|
380
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
381
|
+
O: production_plans_scailo_pb_js_1.ProductionPlanAncillaryParameters,
|
|
382
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
383
|
+
},
|
|
373
384
|
/**
|
|
374
385
|
* View all
|
|
375
386
|
*
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.ProductionPlansServicePaginatedItemsResponse = exports.ProductionPlanItemsSearchRequest = exports.ProductionPlansServiceSearchAllReq = exports.ProductionPlansServiceCountReq = exports.ProductionPlansServiceFilterReq = exports.ProductionPlansServicePaginationResponse = exports.ProductionPlansServicePaginationReq = exports.ProductionPlansServiceAlreadyAddedQuantityForSourceRequest = exports.ProductionPlanItemProspectiveInfoRequest = exports.ProductionPlanItemHistoryRequest = exports.ProductionPlansItemsList = exports.ProductionPlansList = exports.ProductionPlanItem = exports.ProductionPlansServiceItemUpdateRequest = exports.ProductionPlansServiceItemCreateRequest = exports.ProductionPlan = exports.ProductionPlansServiceAutofillRequest = exports.ProductionPlansServiceUpdateRequest = exports.ProductionPlansServiceCreateRequest = exports.PRODUCTION_PLAN_ITEM_STATUS = exports.PRODUCTION_PLAN_ITEM_SORT_KEY = exports.PRODUCTION_PLAN_SORT_KEY = void 0;
|
|
7
|
+
exports.ProductionPlansServicePaginatedItemsResponse = exports.ProductionPlanItemsSearchRequest = exports.ProductionPlansServiceSearchAllReq = exports.ProductionPlansServiceCountReq = exports.ProductionPlansServiceFilterReq = exports.ProductionPlansServicePaginationResponse = exports.ProductionPlansServicePaginationReq = exports.ProductionPlansServiceAlreadyAddedQuantityForSourceRequest = exports.ProductionPlanItemProspectiveInfoRequest = exports.ProductionPlanItemHistoryRequest = exports.ProductionPlansItemsList = exports.ProductionPlansList = exports.ProductionPlanItem = exports.ProductionPlansServiceItemUpdateRequest = exports.ProductionPlansServiceItemCreateRequest = exports.ProductionPlan = exports.ProductionPlanAncillaryParameters = exports.ProductionPlansServiceAutofillRequest = exports.ProductionPlansServiceUpdateRequest = exports.ProductionPlansServiceCreateRequest = exports.PRODUCTION_PLAN_ITEM_STATUS = exports.PRODUCTION_PLAN_ITEM_SORT_KEY = exports.PRODUCTION_PLAN_SORT_KEY = void 0;
|
|
8
8
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
9
9
|
const forms_fields_data_scailo_pb_js_1 = require("./forms_fields_data.scailo_pb.js");
|
|
10
10
|
const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
|
|
@@ -468,6 +468,49 @@ ProductionPlansServiceAutofillRequest.fields = protobuf_1.proto3.util.newFieldLi
|
|
|
468
468
|
{ no: 2, name: "id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
469
469
|
{ no: 3, name: "populate_using_equation_dependencies", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
470
470
|
]);
|
|
471
|
+
/**
|
|
472
|
+
*
|
|
473
|
+
* Stores the UUID references of the record
|
|
474
|
+
*
|
|
475
|
+
* @generated from message Scailo.ProductionPlanAncillaryParameters
|
|
476
|
+
*/
|
|
477
|
+
class ProductionPlanAncillaryParameters extends protobuf_1.Message {
|
|
478
|
+
constructor(data) {
|
|
479
|
+
super();
|
|
480
|
+
/**
|
|
481
|
+
* The UUID of the ref_id (the UUID of the associated ref_id)
|
|
482
|
+
*
|
|
483
|
+
* @generated from field: string ref_uuid = 213;
|
|
484
|
+
*/
|
|
485
|
+
this.refUuid = "";
|
|
486
|
+
/**
|
|
487
|
+
* The UUID of the location (the UUID of the associated location_id)
|
|
488
|
+
*
|
|
489
|
+
* @generated from field: string location_uuid = 215;
|
|
490
|
+
*/
|
|
491
|
+
this.locationUuid = "";
|
|
492
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
493
|
+
}
|
|
494
|
+
static fromBinary(bytes, options) {
|
|
495
|
+
return new ProductionPlanAncillaryParameters().fromBinary(bytes, options);
|
|
496
|
+
}
|
|
497
|
+
static fromJson(jsonValue, options) {
|
|
498
|
+
return new ProductionPlanAncillaryParameters().fromJson(jsonValue, options);
|
|
499
|
+
}
|
|
500
|
+
static fromJsonString(jsonString, options) {
|
|
501
|
+
return new ProductionPlanAncillaryParameters().fromJsonString(jsonString, options);
|
|
502
|
+
}
|
|
503
|
+
static equals(a, b) {
|
|
504
|
+
return protobuf_1.proto3.util.equals(ProductionPlanAncillaryParameters, a, b);
|
|
505
|
+
}
|
|
506
|
+
}
|
|
507
|
+
exports.ProductionPlanAncillaryParameters = ProductionPlanAncillaryParameters;
|
|
508
|
+
ProductionPlanAncillaryParameters.runtime = protobuf_1.proto3;
|
|
509
|
+
ProductionPlanAncillaryParameters.typeName = "Scailo.ProductionPlanAncillaryParameters";
|
|
510
|
+
ProductionPlanAncillaryParameters.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
511
|
+
{ no: 213, name: "ref_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
512
|
+
{ no: 215, name: "location_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
513
|
+
]);
|
|
471
514
|
/**
|
|
472
515
|
*
|
|
473
516
|
* Describes the parameters that are part of a standard response
|