@kernelminds/scailo-sdk 0.0.2 → 0.0.3

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 (29) hide show
  1. package/lib/cjs/src/inward_jobs.scailo_connect.js +2 -2
  2. package/lib/cjs/src/outward_jobs.scailo_connect.js +2 -2
  3. package/lib/cjs/src/projects.scailo_connect.js +2 -2
  4. package/lib/cjs/src/purchases_orders.scailo_connect.js +2 -2
  5. package/lib/cjs/src/sales_enquiries.scailo_connect.js +2 -2
  6. package/lib/cjs/src/sales_orders.scailo_connect.js +2 -2
  7. package/lib/cjs/src/sales_quotations.scailo_connect.js +2 -2
  8. package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +2 -2
  9. package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +2 -2
  10. package/lib/cjs/types/src/projects.scailo_connect.d.ts +2 -2
  11. package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +2 -2
  12. package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +2 -2
  13. package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +2 -2
  14. package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +2 -2
  15. package/lib/esm/src/inward_jobs.scailo_connect.js +2 -2
  16. package/lib/esm/src/outward_jobs.scailo_connect.js +2 -2
  17. package/lib/esm/src/projects.scailo_connect.js +2 -2
  18. package/lib/esm/src/purchases_orders.scailo_connect.js +2 -2
  19. package/lib/esm/src/sales_enquiries.scailo_connect.js +2 -2
  20. package/lib/esm/src/sales_orders.scailo_connect.js +2 -2
  21. package/lib/esm/src/sales_quotations.scailo_connect.js +2 -2
  22. package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +2 -2
  23. package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +2 -2
  24. package/lib/esm/types/src/projects.scailo_connect.d.ts +2 -2
  25. package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +2 -2
  26. package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +2 -2
  27. package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +2 -2
  28. package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +2 -2
  29. package/package.json +1 -1
@@ -613,13 +613,13 @@ exports.InwardJobsService = {
613
613
  kind: protobuf_1.MethodKind.Unary,
614
614
  },
615
615
  /**
616
- * View all contacts for given inward job ID
616
+ * View all contacts for given inward job UUID
617
617
  *
618
618
  * @generated from rpc Scailo.InwardJobsService.ViewInwardJobContacts
619
619
  */
620
620
  viewInwardJobContacts: {
621
621
  name: "ViewInwardJobContacts",
622
- I: base_scailo_pb_js_1.Identifier,
622
+ I: base_scailo_pb_js_1.IdentifierUUID,
623
623
  O: inward_jobs_scailo_pb_js_1.InwardJobContactsList,
624
624
  kind: protobuf_1.MethodKind.Unary,
625
625
  },
@@ -613,13 +613,13 @@ exports.OutwardJobsService = {
613
613
  kind: protobuf_1.MethodKind.Unary,
614
614
  },
615
615
  /**
616
- * View all contacts for given outward job ID
616
+ * View all contacts for given outward job UUID
617
617
  *
618
618
  * @generated from rpc Scailo.OutwardJobsService.ViewOutwardJobContacts
619
619
  */
620
620
  viewOutwardJobContacts: {
621
621
  name: "ViewOutwardJobContacts",
622
- I: base_scailo_pb_js_1.Identifier,
622
+ I: base_scailo_pb_js_1.IdentifierUUID,
623
623
  O: outward_jobs_scailo_pb_js_1.OutwardJobContactsList,
624
624
  kind: protobuf_1.MethodKind.Unary,
625
625
  },
@@ -238,13 +238,13 @@ exports.ProjectsService = {
238
238
  kind: protobuf_1.MethodKind.Unary,
239
239
  },
240
240
  /**
241
- * View all contacts for given project ID
241
+ * View all contacts for given project UUID
242
242
  *
243
243
  * @generated from rpc Scailo.ProjectsService.ViewProjectContacts
244
244
  */
245
245
  viewProjectContacts: {
246
246
  name: "ViewProjectContacts",
247
- I: base_scailo_pb_js_1.Identifier,
247
+ I: base_scailo_pb_js_1.IdentifierUUID,
248
248
  O: projects_scailo_pb_js_1.ProjectContactsList,
249
249
  kind: protobuf_1.MethodKind.Unary,
250
250
  },
@@ -427,13 +427,13 @@ exports.PurchasesOrdersService = {
427
427
  kind: protobuf_1.MethodKind.Unary,
428
428
  },
429
429
  /**
430
- * View all contacts for given purchase order ID
430
+ * View all contacts for given purchase order UUID
431
431
  *
432
432
  * @generated from rpc Scailo.PurchasesOrdersService.ViewPurchaseOrderContacts
433
433
  */
434
434
  viewPurchaseOrderContacts: {
435
435
  name: "ViewPurchaseOrderContacts",
436
- I: base_scailo_pb_js_1.Identifier,
436
+ I: base_scailo_pb_js_1.IdentifierUUID,
437
437
  O: purchases_orders_scailo_pb_js_1.PurchaseOrderContactsList,
438
438
  kind: protobuf_1.MethodKind.Unary,
439
439
  },
@@ -404,13 +404,13 @@ exports.SalesEnquiriesService = {
404
404
  kind: protobuf_1.MethodKind.Unary,
405
405
  },
406
406
  /**
407
- * View all contacts for given sales enquiry ID
407
+ * View all contacts for given sales enquiry UUID
408
408
  *
409
409
  * @generated from rpc Scailo.SalesEnquiriesService.ViewSalesEnquiryContacts
410
410
  */
411
411
  viewSalesEnquiryContacts: {
412
412
  name: "ViewSalesEnquiryContacts",
413
- I: base_scailo_pb_js_1.Identifier,
413
+ I: base_scailo_pb_js_1.IdentifierUUID,
414
414
  O: sales_enquiries_scailo_pb_js_1.SalesEnquiryContactsList,
415
415
  kind: protobuf_1.MethodKind.Unary,
416
416
  },
@@ -427,13 +427,13 @@ exports.SalesOrdersService = {
427
427
  kind: protobuf_1.MethodKind.Unary,
428
428
  },
429
429
  /**
430
- * View all contacts for given sales order ID
430
+ * View all contacts for given sales order UUID
431
431
  *
432
432
  * @generated from rpc Scailo.SalesOrdersService.ViewSalesOrderContacts
433
433
  */
434
434
  viewSalesOrderContacts: {
435
435
  name: "ViewSalesOrderContacts",
436
- I: base_scailo_pb_js_1.Identifier,
436
+ I: base_scailo_pb_js_1.IdentifierUUID,
437
437
  O: sales_orders_scailo_pb_js_1.SalesOrderContactsList,
438
438
  kind: protobuf_1.MethodKind.Unary,
439
439
  },
@@ -427,13 +427,13 @@ exports.SalesQuotationsService = {
427
427
  kind: protobuf_1.MethodKind.Unary,
428
428
  },
429
429
  /**
430
- * View all contacts for given sales quotation ID
430
+ * View all contacts for given sales quotation UUID
431
431
  *
432
432
  * @generated from rpc Scailo.SalesQuotationsService.ViewSalesQuotationContacts
433
433
  */
434
434
  viewSalesQuotationContacts: {
435
435
  name: "ViewSalesQuotationContacts",
436
- I: base_scailo_pb_js_1.Identifier,
436
+ I: base_scailo_pb_js_1.IdentifierUUID,
437
437
  O: sales_quotations_scailo_pb_js_1.SalesQuotationContactsList,
438
438
  kind: protobuf_1.MethodKind.Unary,
439
439
  },
@@ -606,13 +606,13 @@ export declare const InwardJobsService: {
606
606
  readonly kind: MethodKind.Unary;
607
607
  };
608
608
  /**
609
- * View all contacts for given inward job ID
609
+ * View all contacts for given inward job UUID
610
610
  *
611
611
  * @generated from rpc Scailo.InwardJobsService.ViewInwardJobContacts
612
612
  */
613
613
  readonly viewInwardJobContacts: {
614
614
  readonly name: "ViewInwardJobContacts";
615
- readonly I: typeof Identifier;
615
+ readonly I: typeof IdentifierUUID;
616
616
  readonly O: typeof InwardJobContactsList;
617
617
  readonly kind: MethodKind.Unary;
618
618
  };
@@ -606,13 +606,13 @@ export declare const OutwardJobsService: {
606
606
  readonly kind: MethodKind.Unary;
607
607
  };
608
608
  /**
609
- * View all contacts for given outward job ID
609
+ * View all contacts for given outward job UUID
610
610
  *
611
611
  * @generated from rpc Scailo.OutwardJobsService.ViewOutwardJobContacts
612
612
  */
613
613
  readonly viewOutwardJobContacts: {
614
614
  readonly name: "ViewOutwardJobContacts";
615
- readonly I: typeof Identifier;
615
+ readonly I: typeof IdentifierUUID;
616
616
  readonly O: typeof OutwardJobContactsList;
617
617
  readonly kind: MethodKind.Unary;
618
618
  };
@@ -231,13 +231,13 @@ export declare const ProjectsService: {
231
231
  readonly kind: MethodKind.Unary;
232
232
  };
233
233
  /**
234
- * View all contacts for given project ID
234
+ * View all contacts for given project UUID
235
235
  *
236
236
  * @generated from rpc Scailo.ProjectsService.ViewProjectContacts
237
237
  */
238
238
  readonly viewProjectContacts: {
239
239
  readonly name: "ViewProjectContacts";
240
- readonly I: typeof Identifier;
240
+ readonly I: typeof IdentifierUUID;
241
241
  readonly O: typeof ProjectContactsList;
242
242
  readonly kind: MethodKind.Unary;
243
243
  };
@@ -420,13 +420,13 @@ export declare const PurchasesOrdersService: {
420
420
  readonly kind: MethodKind.Unary;
421
421
  };
422
422
  /**
423
- * View all contacts for given purchase order ID
423
+ * View all contacts for given purchase order UUID
424
424
  *
425
425
  * @generated from rpc Scailo.PurchasesOrdersService.ViewPurchaseOrderContacts
426
426
  */
427
427
  readonly viewPurchaseOrderContacts: {
428
428
  readonly name: "ViewPurchaseOrderContacts";
429
- readonly I: typeof Identifier;
429
+ readonly I: typeof IdentifierUUID;
430
430
  readonly O: typeof PurchaseOrderContactsList;
431
431
  readonly kind: MethodKind.Unary;
432
432
  };
@@ -397,13 +397,13 @@ export declare const SalesEnquiriesService: {
397
397
  readonly kind: MethodKind.Unary;
398
398
  };
399
399
  /**
400
- * View all contacts for given sales enquiry ID
400
+ * View all contacts for given sales enquiry UUID
401
401
  *
402
402
  * @generated from rpc Scailo.SalesEnquiriesService.ViewSalesEnquiryContacts
403
403
  */
404
404
  readonly viewSalesEnquiryContacts: {
405
405
  readonly name: "ViewSalesEnquiryContacts";
406
- readonly I: typeof Identifier;
406
+ readonly I: typeof IdentifierUUID;
407
407
  readonly O: typeof SalesEnquiryContactsList;
408
408
  readonly kind: MethodKind.Unary;
409
409
  };
@@ -420,13 +420,13 @@ export declare const SalesOrdersService: {
420
420
  readonly kind: MethodKind.Unary;
421
421
  };
422
422
  /**
423
- * View all contacts for given sales order ID
423
+ * View all contacts for given sales order UUID
424
424
  *
425
425
  * @generated from rpc Scailo.SalesOrdersService.ViewSalesOrderContacts
426
426
  */
427
427
  readonly viewSalesOrderContacts: {
428
428
  readonly name: "ViewSalesOrderContacts";
429
- readonly I: typeof Identifier;
429
+ readonly I: typeof IdentifierUUID;
430
430
  readonly O: typeof SalesOrderContactsList;
431
431
  readonly kind: MethodKind.Unary;
432
432
  };
@@ -420,13 +420,13 @@ export declare const SalesQuotationsService: {
420
420
  readonly kind: MethodKind.Unary;
421
421
  };
422
422
  /**
423
- * View all contacts for given sales quotation ID
423
+ * View all contacts for given sales quotation UUID
424
424
  *
425
425
  * @generated from rpc Scailo.SalesQuotationsService.ViewSalesQuotationContacts
426
426
  */
427
427
  readonly viewSalesQuotationContacts: {
428
428
  readonly name: "ViewSalesQuotationContacts";
429
- readonly I: typeof Identifier;
429
+ readonly I: typeof IdentifierUUID;
430
430
  readonly O: typeof SalesQuotationContactsList;
431
431
  readonly kind: MethodKind.Unary;
432
432
  };
@@ -613,13 +613,13 @@ exports.InwardJobsService = {
613
613
  kind: protobuf_1.MethodKind.Unary,
614
614
  },
615
615
  /**
616
- * View all contacts for given inward job ID
616
+ * View all contacts for given inward job UUID
617
617
  *
618
618
  * @generated from rpc Scailo.InwardJobsService.ViewInwardJobContacts
619
619
  */
620
620
  viewInwardJobContacts: {
621
621
  name: "ViewInwardJobContacts",
622
- I: base_scailo_pb_js_1.Identifier,
622
+ I: base_scailo_pb_js_1.IdentifierUUID,
623
623
  O: inward_jobs_scailo_pb_js_1.InwardJobContactsList,
624
624
  kind: protobuf_1.MethodKind.Unary,
625
625
  },
@@ -613,13 +613,13 @@ exports.OutwardJobsService = {
613
613
  kind: protobuf_1.MethodKind.Unary,
614
614
  },
615
615
  /**
616
- * View all contacts for given outward job ID
616
+ * View all contacts for given outward job UUID
617
617
  *
618
618
  * @generated from rpc Scailo.OutwardJobsService.ViewOutwardJobContacts
619
619
  */
620
620
  viewOutwardJobContacts: {
621
621
  name: "ViewOutwardJobContacts",
622
- I: base_scailo_pb_js_1.Identifier,
622
+ I: base_scailo_pb_js_1.IdentifierUUID,
623
623
  O: outward_jobs_scailo_pb_js_1.OutwardJobContactsList,
624
624
  kind: protobuf_1.MethodKind.Unary,
625
625
  },
@@ -238,13 +238,13 @@ exports.ProjectsService = {
238
238
  kind: protobuf_1.MethodKind.Unary,
239
239
  },
240
240
  /**
241
- * View all contacts for given project ID
241
+ * View all contacts for given project UUID
242
242
  *
243
243
  * @generated from rpc Scailo.ProjectsService.ViewProjectContacts
244
244
  */
245
245
  viewProjectContacts: {
246
246
  name: "ViewProjectContacts",
247
- I: base_scailo_pb_js_1.Identifier,
247
+ I: base_scailo_pb_js_1.IdentifierUUID,
248
248
  O: projects_scailo_pb_js_1.ProjectContactsList,
249
249
  kind: protobuf_1.MethodKind.Unary,
250
250
  },
@@ -427,13 +427,13 @@ exports.PurchasesOrdersService = {
427
427
  kind: protobuf_1.MethodKind.Unary,
428
428
  },
429
429
  /**
430
- * View all contacts for given purchase order ID
430
+ * View all contacts for given purchase order UUID
431
431
  *
432
432
  * @generated from rpc Scailo.PurchasesOrdersService.ViewPurchaseOrderContacts
433
433
  */
434
434
  viewPurchaseOrderContacts: {
435
435
  name: "ViewPurchaseOrderContacts",
436
- I: base_scailo_pb_js_1.Identifier,
436
+ I: base_scailo_pb_js_1.IdentifierUUID,
437
437
  O: purchases_orders_scailo_pb_js_1.PurchaseOrderContactsList,
438
438
  kind: protobuf_1.MethodKind.Unary,
439
439
  },
@@ -404,13 +404,13 @@ exports.SalesEnquiriesService = {
404
404
  kind: protobuf_1.MethodKind.Unary,
405
405
  },
406
406
  /**
407
- * View all contacts for given sales enquiry ID
407
+ * View all contacts for given sales enquiry UUID
408
408
  *
409
409
  * @generated from rpc Scailo.SalesEnquiriesService.ViewSalesEnquiryContacts
410
410
  */
411
411
  viewSalesEnquiryContacts: {
412
412
  name: "ViewSalesEnquiryContacts",
413
- I: base_scailo_pb_js_1.Identifier,
413
+ I: base_scailo_pb_js_1.IdentifierUUID,
414
414
  O: sales_enquiries_scailo_pb_js_1.SalesEnquiryContactsList,
415
415
  kind: protobuf_1.MethodKind.Unary,
416
416
  },
@@ -427,13 +427,13 @@ exports.SalesOrdersService = {
427
427
  kind: protobuf_1.MethodKind.Unary,
428
428
  },
429
429
  /**
430
- * View all contacts for given sales order ID
430
+ * View all contacts for given sales order UUID
431
431
  *
432
432
  * @generated from rpc Scailo.SalesOrdersService.ViewSalesOrderContacts
433
433
  */
434
434
  viewSalesOrderContacts: {
435
435
  name: "ViewSalesOrderContacts",
436
- I: base_scailo_pb_js_1.Identifier,
436
+ I: base_scailo_pb_js_1.IdentifierUUID,
437
437
  O: sales_orders_scailo_pb_js_1.SalesOrderContactsList,
438
438
  kind: protobuf_1.MethodKind.Unary,
439
439
  },
@@ -427,13 +427,13 @@ exports.SalesQuotationsService = {
427
427
  kind: protobuf_1.MethodKind.Unary,
428
428
  },
429
429
  /**
430
- * View all contacts for given sales quotation ID
430
+ * View all contacts for given sales quotation UUID
431
431
  *
432
432
  * @generated from rpc Scailo.SalesQuotationsService.ViewSalesQuotationContacts
433
433
  */
434
434
  viewSalesQuotationContacts: {
435
435
  name: "ViewSalesQuotationContacts",
436
- I: base_scailo_pb_js_1.Identifier,
436
+ I: base_scailo_pb_js_1.IdentifierUUID,
437
437
  O: sales_quotations_scailo_pb_js_1.SalesQuotationContactsList,
438
438
  kind: protobuf_1.MethodKind.Unary,
439
439
  },
@@ -606,13 +606,13 @@ export declare const InwardJobsService: {
606
606
  readonly kind: MethodKind.Unary;
607
607
  };
608
608
  /**
609
- * View all contacts for given inward job ID
609
+ * View all contacts for given inward job UUID
610
610
  *
611
611
  * @generated from rpc Scailo.InwardJobsService.ViewInwardJobContacts
612
612
  */
613
613
  readonly viewInwardJobContacts: {
614
614
  readonly name: "ViewInwardJobContacts";
615
- readonly I: typeof Identifier;
615
+ readonly I: typeof IdentifierUUID;
616
616
  readonly O: typeof InwardJobContactsList;
617
617
  readonly kind: MethodKind.Unary;
618
618
  };
@@ -606,13 +606,13 @@ export declare const OutwardJobsService: {
606
606
  readonly kind: MethodKind.Unary;
607
607
  };
608
608
  /**
609
- * View all contacts for given outward job ID
609
+ * View all contacts for given outward job UUID
610
610
  *
611
611
  * @generated from rpc Scailo.OutwardJobsService.ViewOutwardJobContacts
612
612
  */
613
613
  readonly viewOutwardJobContacts: {
614
614
  readonly name: "ViewOutwardJobContacts";
615
- readonly I: typeof Identifier;
615
+ readonly I: typeof IdentifierUUID;
616
616
  readonly O: typeof OutwardJobContactsList;
617
617
  readonly kind: MethodKind.Unary;
618
618
  };
@@ -231,13 +231,13 @@ export declare const ProjectsService: {
231
231
  readonly kind: MethodKind.Unary;
232
232
  };
233
233
  /**
234
- * View all contacts for given project ID
234
+ * View all contacts for given project UUID
235
235
  *
236
236
  * @generated from rpc Scailo.ProjectsService.ViewProjectContacts
237
237
  */
238
238
  readonly viewProjectContacts: {
239
239
  readonly name: "ViewProjectContacts";
240
- readonly I: typeof Identifier;
240
+ readonly I: typeof IdentifierUUID;
241
241
  readonly O: typeof ProjectContactsList;
242
242
  readonly kind: MethodKind.Unary;
243
243
  };
@@ -420,13 +420,13 @@ export declare const PurchasesOrdersService: {
420
420
  readonly kind: MethodKind.Unary;
421
421
  };
422
422
  /**
423
- * View all contacts for given purchase order ID
423
+ * View all contacts for given purchase order UUID
424
424
  *
425
425
  * @generated from rpc Scailo.PurchasesOrdersService.ViewPurchaseOrderContacts
426
426
  */
427
427
  readonly viewPurchaseOrderContacts: {
428
428
  readonly name: "ViewPurchaseOrderContacts";
429
- readonly I: typeof Identifier;
429
+ readonly I: typeof IdentifierUUID;
430
430
  readonly O: typeof PurchaseOrderContactsList;
431
431
  readonly kind: MethodKind.Unary;
432
432
  };
@@ -397,13 +397,13 @@ export declare const SalesEnquiriesService: {
397
397
  readonly kind: MethodKind.Unary;
398
398
  };
399
399
  /**
400
- * View all contacts for given sales enquiry ID
400
+ * View all contacts for given sales enquiry UUID
401
401
  *
402
402
  * @generated from rpc Scailo.SalesEnquiriesService.ViewSalesEnquiryContacts
403
403
  */
404
404
  readonly viewSalesEnquiryContacts: {
405
405
  readonly name: "ViewSalesEnquiryContacts";
406
- readonly I: typeof Identifier;
406
+ readonly I: typeof IdentifierUUID;
407
407
  readonly O: typeof SalesEnquiryContactsList;
408
408
  readonly kind: MethodKind.Unary;
409
409
  };
@@ -420,13 +420,13 @@ export declare const SalesOrdersService: {
420
420
  readonly kind: MethodKind.Unary;
421
421
  };
422
422
  /**
423
- * View all contacts for given sales order ID
423
+ * View all contacts for given sales order UUID
424
424
  *
425
425
  * @generated from rpc Scailo.SalesOrdersService.ViewSalesOrderContacts
426
426
  */
427
427
  readonly viewSalesOrderContacts: {
428
428
  readonly name: "ViewSalesOrderContacts";
429
- readonly I: typeof Identifier;
429
+ readonly I: typeof IdentifierUUID;
430
430
  readonly O: typeof SalesOrderContactsList;
431
431
  readonly kind: MethodKind.Unary;
432
432
  };
@@ -420,13 +420,13 @@ export declare const SalesQuotationsService: {
420
420
  readonly kind: MethodKind.Unary;
421
421
  };
422
422
  /**
423
- * View all contacts for given sales quotation ID
423
+ * View all contacts for given sales quotation UUID
424
424
  *
425
425
  * @generated from rpc Scailo.SalesQuotationsService.ViewSalesQuotationContacts
426
426
  */
427
427
  readonly viewSalesQuotationContacts: {
428
428
  readonly name: "ViewSalesQuotationContacts";
429
- readonly I: typeof Identifier;
429
+ readonly I: typeof IdentifierUUID;
430
430
  readonly O: typeof SalesQuotationContactsList;
431
431
  readonly kind: MethodKind.Unary;
432
432
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kernelminds/scailo-sdk",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
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",