@kernelminds/scailo-sdk 0.0.62 → 0.0.63

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.
@@ -8,6 +8,7 @@ exports.ComponentsService = void 0;
8
8
  const components_scailo_pb_js_1 = require("./components.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
+ const families_scailo_pb_js_1 = require("./families.scailo_pb.js");
11
12
  /**
12
13
  *
13
14
  * Describes the common methods applicable on each component
@@ -237,6 +238,28 @@ exports.ComponentsService = {
237
238
  O: components_scailo_pb_js_1.ComponentsServicePaginationResponse,
238
239
  kind: protobuf_1.MethodKind.Unary,
239
240
  },
241
+ /**
242
+ * View component families for the given production plan
243
+ *
244
+ * @generated from rpc Scailo.ComponentsService.ViewFamiliesInProductionPlan
245
+ */
246
+ viewFamiliesInProductionPlan: {
247
+ name: "ViewFamiliesInProductionPlan",
248
+ I: base_scailo_pb_js_1.IdentifierWithSearchKey,
249
+ O: families_scailo_pb_js_1.FamiliesList,
250
+ kind: protobuf_1.MethodKind.Unary,
251
+ },
252
+ /**
253
+ * Filter component families for the given production plan
254
+ *
255
+ * @generated from rpc Scailo.ComponentsService.FilterFamiliesInProductionPlan
256
+ */
257
+ filterFamiliesInProductionPlan: {
258
+ name: "FilterFamiliesInProductionPlan",
259
+ I: families_scailo_pb_js_1.FilterFamiliesReqForIdentifier,
260
+ O: families_scailo_pb_js_1.FamiliesList,
261
+ kind: protobuf_1.MethodKind.Unary,
262
+ },
240
263
  /**
241
264
  * Download QC Report with the given Identifier
242
265
  *
@@ -8,6 +8,7 @@ exports.ProductsService = void 0;
8
8
  const products_scailo_pb_js_1 = require("./products.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
+ const families_scailo_pb_js_1 = require("./families.scailo_pb.js");
11
12
  /**
12
13
  *
13
14
  * Describes the common methods applicable on each product
@@ -226,6 +227,28 @@ exports.ProductsService = {
226
227
  O: products_scailo_pb_js_1.ProductsServicePaginationResponse,
227
228
  kind: protobuf_1.MethodKind.Unary,
228
229
  },
230
+ /**
231
+ * View product families for the given production plan
232
+ *
233
+ * @generated from rpc Scailo.ProductsService.ViewFamiliesInProductionPlan
234
+ */
235
+ viewFamiliesInProductionPlan: {
236
+ name: "ViewFamiliesInProductionPlan",
237
+ I: base_scailo_pb_js_1.IdentifierWithSearchKey,
238
+ O: families_scailo_pb_js_1.FamiliesList,
239
+ kind: protobuf_1.MethodKind.Unary,
240
+ },
241
+ /**
242
+ * Filter product families for the given production plan
243
+ *
244
+ * @generated from rpc Scailo.ProductsService.FilterFamiliesInProductionPlan
245
+ */
246
+ filterFamiliesInProductionPlan: {
247
+ name: "FilterFamiliesInProductionPlan",
248
+ I: families_scailo_pb_js_1.FilterFamiliesReqForIdentifier,
249
+ O: families_scailo_pb_js_1.FamiliesList,
250
+ kind: protobuf_1.MethodKind.Unary,
251
+ },
229
252
  /**
230
253
  * Download QC Report with the given Identifier
231
254
  *
@@ -1,6 +1,7 @@
1
1
  import { Component, ComponentsList, ComponentsServiceCountReq, ComponentsServiceCreateRequest, ComponentsServiceFilterReq, ComponentsServicePaginationReq, ComponentsServicePaginationResponse, ComponentsServiceSearchAllReq, ComponentsServiceSendToStoreRequest, ComponentsServiceUpdateRequest } from "./components.scailo_pb.js";
2
- import { ActiveStatus, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
+ import { FamiliesList, FilterFamiliesReqForIdentifier } from "./families.scailo_pb.js";
4
5
  /**
5
6
  *
6
7
  * Describes the common methods applicable on each component
@@ -230,6 +231,28 @@ export declare const ComponentsService: {
230
231
  readonly O: typeof ComponentsServicePaginationResponse;
231
232
  readonly kind: MethodKind.Unary;
232
233
  };
234
+ /**
235
+ * View component families for the given production plan
236
+ *
237
+ * @generated from rpc Scailo.ComponentsService.ViewFamiliesInProductionPlan
238
+ */
239
+ readonly viewFamiliesInProductionPlan: {
240
+ readonly name: "ViewFamiliesInProductionPlan";
241
+ readonly I: typeof IdentifierWithSearchKey;
242
+ readonly O: typeof FamiliesList;
243
+ readonly kind: MethodKind.Unary;
244
+ };
245
+ /**
246
+ * Filter component families for the given production plan
247
+ *
248
+ * @generated from rpc Scailo.ComponentsService.FilterFamiliesInProductionPlan
249
+ */
250
+ readonly filterFamiliesInProductionPlan: {
251
+ readonly name: "FilterFamiliesInProductionPlan";
252
+ readonly I: typeof FilterFamiliesReqForIdentifier;
253
+ readonly O: typeof FamiliesList;
254
+ readonly kind: MethodKind.Unary;
255
+ };
233
256
  /**
234
257
  * Download QC Report with the given Identifier
235
258
  *
@@ -1 +1 @@
1
- {"version":3,"file":"components.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/components.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,0BAA0B,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,6BAA6B,EAAE,mCAAmC,EAAE,8BAA8B,EAAE,MAAM,2BAA2B,CAAC;AACtU,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClQ,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB;;;QAG1B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"components.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/components.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,0BAA0B,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,6BAA6B,EAAE,mCAAmC,EAAE,8BAA8B,EAAE,MAAM,2BAA2B,CAAC;AACtU,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC3R,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB;;;QAG1B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import { Product, ProductsList, ProductsServiceCountReq, ProductsServiceCreateRequest, ProductsServiceFilterReq, ProductsServicePaginationReq, ProductsServicePaginationResponse, ProductsServiceSearchAllReq, ProductsServiceSendToStoreRequest, ProductsServiceUpdateRequest } from "./products.scailo_pb.js";
2
- import { ActiveStatus, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
+ import { FamiliesList, FilterFamiliesReqForIdentifier } from "./families.scailo_pb.js";
4
5
  /**
5
6
  *
6
7
  * Describes the common methods applicable on each product
@@ -219,6 +220,28 @@ export declare const ProductsService: {
219
220
  readonly O: typeof ProductsServicePaginationResponse;
220
221
  readonly kind: MethodKind.Unary;
221
222
  };
223
+ /**
224
+ * View product families for the given production plan
225
+ *
226
+ * @generated from rpc Scailo.ProductsService.ViewFamiliesInProductionPlan
227
+ */
228
+ readonly viewFamiliesInProductionPlan: {
229
+ readonly name: "ViewFamiliesInProductionPlan";
230
+ readonly I: typeof IdentifierWithSearchKey;
231
+ readonly O: typeof FamiliesList;
232
+ readonly kind: MethodKind.Unary;
233
+ };
234
+ /**
235
+ * Filter product families for the given production plan
236
+ *
237
+ * @generated from rpc Scailo.ProductsService.FilterFamiliesInProductionPlan
238
+ */
239
+ readonly filterFamiliesInProductionPlan: {
240
+ readonly name: "FilterFamiliesInProductionPlan";
241
+ readonly I: typeof FilterFamiliesReqForIdentifier;
242
+ readonly O: typeof FamiliesList;
243
+ readonly kind: MethodKind.Unary;
244
+ };
222
245
  /**
223
246
  * Download QC Report with the given Identifier
224
247
  *
@@ -1 +1 @@
1
- {"version":3,"file":"products.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/products.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,wBAAwB,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,2BAA2B,EAAE,iCAAiC,EAAE,4BAA4B,EAAE,MAAM,yBAAyB,CAAC;AAChT,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClQ,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,eAAe;;;QAGxB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"products.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/products.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,wBAAwB,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,2BAA2B,EAAE,iCAAiC,EAAE,4BAA4B,EAAE,MAAM,yBAAyB,CAAC;AAChT,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC3R,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,eAAe;;;QAGxB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -8,6 +8,7 @@ exports.ComponentsService = void 0;
8
8
  const components_scailo_pb_js_1 = require("./components.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
+ const families_scailo_pb_js_1 = require("./families.scailo_pb.js");
11
12
  /**
12
13
  *
13
14
  * Describes the common methods applicable on each component
@@ -237,6 +238,28 @@ exports.ComponentsService = {
237
238
  O: components_scailo_pb_js_1.ComponentsServicePaginationResponse,
238
239
  kind: protobuf_1.MethodKind.Unary,
239
240
  },
241
+ /**
242
+ * View component families for the given production plan
243
+ *
244
+ * @generated from rpc Scailo.ComponentsService.ViewFamiliesInProductionPlan
245
+ */
246
+ viewFamiliesInProductionPlan: {
247
+ name: "ViewFamiliesInProductionPlan",
248
+ I: base_scailo_pb_js_1.IdentifierWithSearchKey,
249
+ O: families_scailo_pb_js_1.FamiliesList,
250
+ kind: protobuf_1.MethodKind.Unary,
251
+ },
252
+ /**
253
+ * Filter component families for the given production plan
254
+ *
255
+ * @generated from rpc Scailo.ComponentsService.FilterFamiliesInProductionPlan
256
+ */
257
+ filterFamiliesInProductionPlan: {
258
+ name: "FilterFamiliesInProductionPlan",
259
+ I: families_scailo_pb_js_1.FilterFamiliesReqForIdentifier,
260
+ O: families_scailo_pb_js_1.FamiliesList,
261
+ kind: protobuf_1.MethodKind.Unary,
262
+ },
240
263
  /**
241
264
  * Download QC Report with the given Identifier
242
265
  *
@@ -8,6 +8,7 @@ exports.ProductsService = void 0;
8
8
  const products_scailo_pb_js_1 = require("./products.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
+ const families_scailo_pb_js_1 = require("./families.scailo_pb.js");
11
12
  /**
12
13
  *
13
14
  * Describes the common methods applicable on each product
@@ -226,6 +227,28 @@ exports.ProductsService = {
226
227
  O: products_scailo_pb_js_1.ProductsServicePaginationResponse,
227
228
  kind: protobuf_1.MethodKind.Unary,
228
229
  },
230
+ /**
231
+ * View product families for the given production plan
232
+ *
233
+ * @generated from rpc Scailo.ProductsService.ViewFamiliesInProductionPlan
234
+ */
235
+ viewFamiliesInProductionPlan: {
236
+ name: "ViewFamiliesInProductionPlan",
237
+ I: base_scailo_pb_js_1.IdentifierWithSearchKey,
238
+ O: families_scailo_pb_js_1.FamiliesList,
239
+ kind: protobuf_1.MethodKind.Unary,
240
+ },
241
+ /**
242
+ * Filter product families for the given production plan
243
+ *
244
+ * @generated from rpc Scailo.ProductsService.FilterFamiliesInProductionPlan
245
+ */
246
+ filterFamiliesInProductionPlan: {
247
+ name: "FilterFamiliesInProductionPlan",
248
+ I: families_scailo_pb_js_1.FilterFamiliesReqForIdentifier,
249
+ O: families_scailo_pb_js_1.FamiliesList,
250
+ kind: protobuf_1.MethodKind.Unary,
251
+ },
229
252
  /**
230
253
  * Download QC Report with the given Identifier
231
254
  *
@@ -1,6 +1,7 @@
1
1
  import { Component, ComponentsList, ComponentsServiceCountReq, ComponentsServiceCreateRequest, ComponentsServiceFilterReq, ComponentsServicePaginationReq, ComponentsServicePaginationResponse, ComponentsServiceSearchAllReq, ComponentsServiceSendToStoreRequest, ComponentsServiceUpdateRequest } from "./components.scailo_pb.js";
2
- import { ActiveStatus, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
+ import { FamiliesList, FilterFamiliesReqForIdentifier } from "./families.scailo_pb.js";
4
5
  /**
5
6
  *
6
7
  * Describes the common methods applicable on each component
@@ -230,6 +231,28 @@ export declare const ComponentsService: {
230
231
  readonly O: typeof ComponentsServicePaginationResponse;
231
232
  readonly kind: MethodKind.Unary;
232
233
  };
234
+ /**
235
+ * View component families for the given production plan
236
+ *
237
+ * @generated from rpc Scailo.ComponentsService.ViewFamiliesInProductionPlan
238
+ */
239
+ readonly viewFamiliesInProductionPlan: {
240
+ readonly name: "ViewFamiliesInProductionPlan";
241
+ readonly I: typeof IdentifierWithSearchKey;
242
+ readonly O: typeof FamiliesList;
243
+ readonly kind: MethodKind.Unary;
244
+ };
245
+ /**
246
+ * Filter component families for the given production plan
247
+ *
248
+ * @generated from rpc Scailo.ComponentsService.FilterFamiliesInProductionPlan
249
+ */
250
+ readonly filterFamiliesInProductionPlan: {
251
+ readonly name: "FilterFamiliesInProductionPlan";
252
+ readonly I: typeof FilterFamiliesReqForIdentifier;
253
+ readonly O: typeof FamiliesList;
254
+ readonly kind: MethodKind.Unary;
255
+ };
233
256
  /**
234
257
  * Download QC Report with the given Identifier
235
258
  *
@@ -1 +1 @@
1
- {"version":3,"file":"components.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/components.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,0BAA0B,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,6BAA6B,EAAE,mCAAmC,EAAE,8BAA8B,EAAE,MAAM,2BAA2B,CAAC;AACtU,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClQ,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB;;;QAG1B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"components.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/components.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,0BAA0B,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,6BAA6B,EAAE,mCAAmC,EAAE,8BAA8B,EAAE,MAAM,2BAA2B,CAAC;AACtU,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC3R,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB;;;QAG1B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import { Product, ProductsList, ProductsServiceCountReq, ProductsServiceCreateRequest, ProductsServiceFilterReq, ProductsServicePaginationReq, ProductsServicePaginationResponse, ProductsServiceSearchAllReq, ProductsServiceSendToStoreRequest, ProductsServiceUpdateRequest } from "./products.scailo_pb.js";
2
- import { ActiveStatus, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
+ import { FamiliesList, FilterFamiliesReqForIdentifier } from "./families.scailo_pb.js";
4
5
  /**
5
6
  *
6
7
  * Describes the common methods applicable on each product
@@ -219,6 +220,28 @@ export declare const ProductsService: {
219
220
  readonly O: typeof ProductsServicePaginationResponse;
220
221
  readonly kind: MethodKind.Unary;
221
222
  };
223
+ /**
224
+ * View product families for the given production plan
225
+ *
226
+ * @generated from rpc Scailo.ProductsService.ViewFamiliesInProductionPlan
227
+ */
228
+ readonly viewFamiliesInProductionPlan: {
229
+ readonly name: "ViewFamiliesInProductionPlan";
230
+ readonly I: typeof IdentifierWithSearchKey;
231
+ readonly O: typeof FamiliesList;
232
+ readonly kind: MethodKind.Unary;
233
+ };
234
+ /**
235
+ * Filter product families for the given production plan
236
+ *
237
+ * @generated from rpc Scailo.ProductsService.FilterFamiliesInProductionPlan
238
+ */
239
+ readonly filterFamiliesInProductionPlan: {
240
+ readonly name: "FilterFamiliesInProductionPlan";
241
+ readonly I: typeof FilterFamiliesReqForIdentifier;
242
+ readonly O: typeof FamiliesList;
243
+ readonly kind: MethodKind.Unary;
244
+ };
222
245
  /**
223
246
  * Download QC Report with the given Identifier
224
247
  *
@@ -1 +1 @@
1
- {"version":3,"file":"products.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/products.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,wBAAwB,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,2BAA2B,EAAE,iCAAiC,EAAE,4BAA4B,EAAE,MAAM,yBAAyB,CAAC;AAChT,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClQ,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,eAAe;;;QAGxB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"products.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/products.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,wBAAwB,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,2BAA2B,EAAE,iCAAiC,EAAE,4BAA4B,EAAE,MAAM,yBAAyB,CAAC;AAChT,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC3R,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,eAAe;;;QAGxB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kernelminds/scailo-sdk",
3
- "version": "0.0.62",
3
+ "version": "0.0.63",
4
4
  "description": "NPM module that provides access to Scailo's API",
5
5
  "types": "./lib/cjs/types/index.d.ts",
6
6
  "main": "./lib/cjs/index.js",