@kernelminds/scailo-sdk 0.0.67 → 0.0.68

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.
@@ -526,13 +526,13 @@ exports.ProformaInvoicesService = {
526
526
  kind: protobuf_1.MethodKind.Unary,
527
527
  },
528
528
  /**
529
- * View the associated sales invoice ID that is denoted by the identifier in the response for the goods dispatch that is denoted by the identifier in the request
529
+ * View the associated sales invoice information that is denoted by the identifier in the response for the proforma invoice that is denoted by the identifier UUID in the request
530
530
  *
531
- * @generated from rpc Scailo.ProformaInvoicesService.ViewAssociatedSalesInvoiceID
531
+ * @generated from rpc Scailo.ProformaInvoicesService.ViewAssociatedSalesInvoiceInfo
532
532
  */
533
- viewAssociatedSalesInvoiceID: {
534
- name: "ViewAssociatedSalesInvoiceID",
535
- I: base_scailo_pb_js_1.Identifier,
533
+ viewAssociatedSalesInvoiceInfo: {
534
+ name: "ViewAssociatedSalesInvoiceInfo",
535
+ I: base_scailo_pb_js_1.IdentifierUUID,
536
536
  O: base_scailo_pb_js_1.IdentifierResponse,
537
537
  kind: protobuf_1.MethodKind.Unary,
538
538
  },
@@ -543,7 +543,7 @@ exports.ProformaInvoicesService = {
543
543
  */
544
544
  isBilled: {
545
545
  name: "IsBilled",
546
- I: base_scailo_pb_js_1.Identifier,
546
+ I: base_scailo_pb_js_1.IdentifierUUID,
547
547
  O: base_scailo_pb_js_1.BooleanResponse,
548
548
  kind: protobuf_1.MethodKind.Unary,
549
549
  },
@@ -576,7 +576,7 @@ exports.SalesInvoicesService = {
576
576
  */
577
577
  viewDispatchedStatistics: {
578
578
  name: "ViewDispatchedStatistics",
579
- I: base_scailo_pb_js_1.Identifier,
579
+ I: base_scailo_pb_js_1.IdentifierUUID,
580
580
  O: sales_invoices_scailo_pb_js_1.SalesInvoiceDispatchedStatisticsList,
581
581
  kind: protobuf_1.MethodKind.Unary,
582
582
  },
@@ -519,13 +519,13 @@ export declare const ProformaInvoicesService: {
519
519
  readonly kind: MethodKind.Unary;
520
520
  };
521
521
  /**
522
- * View the associated sales invoice ID that is denoted by the identifier in the response for the goods dispatch that is denoted by the identifier in the request
522
+ * View the associated sales invoice information that is denoted by the identifier in the response for the proforma invoice that is denoted by the identifier UUID in the request
523
523
  *
524
- * @generated from rpc Scailo.ProformaInvoicesService.ViewAssociatedSalesInvoiceID
524
+ * @generated from rpc Scailo.ProformaInvoicesService.ViewAssociatedSalesInvoiceInfo
525
525
  */
526
- readonly viewAssociatedSalesInvoiceID: {
527
- readonly name: "ViewAssociatedSalesInvoiceID";
528
- readonly I: typeof Identifier;
526
+ readonly viewAssociatedSalesInvoiceInfo: {
527
+ readonly name: "ViewAssociatedSalesInvoiceInfo";
528
+ readonly I: typeof IdentifierUUID;
529
529
  readonly O: typeof IdentifierResponse;
530
530
  readonly kind: MethodKind.Unary;
531
531
  };
@@ -536,7 +536,7 @@ export declare const ProformaInvoicesService: {
536
536
  */
537
537
  readonly isBilled: {
538
538
  readonly name: "IsBilled";
539
- readonly I: typeof Identifier;
539
+ readonly I: typeof IdentifierUUID;
540
540
  readonly O: typeof BooleanResponse;
541
541
  readonly kind: MethodKind.Unary;
542
542
  };
@@ -569,7 +569,7 @@ export declare const SalesInvoicesService: {
569
569
  */
570
570
  readonly viewDispatchedStatistics: {
571
571
  readonly name: "ViewDispatchedStatistics";
572
- readonly I: typeof Identifier;
572
+ readonly I: typeof IdentifierUUID;
573
573
  readonly O: typeof SalesInvoiceDispatchedStatisticsList;
574
574
  readonly kind: MethodKind.Unary;
575
575
  };
@@ -526,13 +526,13 @@ exports.ProformaInvoicesService = {
526
526
  kind: protobuf_1.MethodKind.Unary,
527
527
  },
528
528
  /**
529
- * View the associated sales invoice ID that is denoted by the identifier in the response for the goods dispatch that is denoted by the identifier in the request
529
+ * View the associated sales invoice information that is denoted by the identifier in the response for the proforma invoice that is denoted by the identifier UUID in the request
530
530
  *
531
- * @generated from rpc Scailo.ProformaInvoicesService.ViewAssociatedSalesInvoiceID
531
+ * @generated from rpc Scailo.ProformaInvoicesService.ViewAssociatedSalesInvoiceInfo
532
532
  */
533
- viewAssociatedSalesInvoiceID: {
534
- name: "ViewAssociatedSalesInvoiceID",
535
- I: base_scailo_pb_js_1.Identifier,
533
+ viewAssociatedSalesInvoiceInfo: {
534
+ name: "ViewAssociatedSalesInvoiceInfo",
535
+ I: base_scailo_pb_js_1.IdentifierUUID,
536
536
  O: base_scailo_pb_js_1.IdentifierResponse,
537
537
  kind: protobuf_1.MethodKind.Unary,
538
538
  },
@@ -543,7 +543,7 @@ exports.ProformaInvoicesService = {
543
543
  */
544
544
  isBilled: {
545
545
  name: "IsBilled",
546
- I: base_scailo_pb_js_1.Identifier,
546
+ I: base_scailo_pb_js_1.IdentifierUUID,
547
547
  O: base_scailo_pb_js_1.BooleanResponse,
548
548
  kind: protobuf_1.MethodKind.Unary,
549
549
  },
@@ -576,7 +576,7 @@ exports.SalesInvoicesService = {
576
576
  */
577
577
  viewDispatchedStatistics: {
578
578
  name: "ViewDispatchedStatistics",
579
- I: base_scailo_pb_js_1.Identifier,
579
+ I: base_scailo_pb_js_1.IdentifierUUID,
580
580
  O: sales_invoices_scailo_pb_js_1.SalesInvoiceDispatchedStatisticsList,
581
581
  kind: protobuf_1.MethodKind.Unary,
582
582
  },
@@ -519,13 +519,13 @@ export declare const ProformaInvoicesService: {
519
519
  readonly kind: MethodKind.Unary;
520
520
  };
521
521
  /**
522
- * View the associated sales invoice ID that is denoted by the identifier in the response for the goods dispatch that is denoted by the identifier in the request
522
+ * View the associated sales invoice information that is denoted by the identifier in the response for the proforma invoice that is denoted by the identifier UUID in the request
523
523
  *
524
- * @generated from rpc Scailo.ProformaInvoicesService.ViewAssociatedSalesInvoiceID
524
+ * @generated from rpc Scailo.ProformaInvoicesService.ViewAssociatedSalesInvoiceInfo
525
525
  */
526
- readonly viewAssociatedSalesInvoiceID: {
527
- readonly name: "ViewAssociatedSalesInvoiceID";
528
- readonly I: typeof Identifier;
526
+ readonly viewAssociatedSalesInvoiceInfo: {
527
+ readonly name: "ViewAssociatedSalesInvoiceInfo";
528
+ readonly I: typeof IdentifierUUID;
529
529
  readonly O: typeof IdentifierResponse;
530
530
  readonly kind: MethodKind.Unary;
531
531
  };
@@ -536,7 +536,7 @@ export declare const ProformaInvoicesService: {
536
536
  */
537
537
  readonly isBilled: {
538
538
  readonly name: "IsBilled";
539
- readonly I: typeof Identifier;
539
+ readonly I: typeof IdentifierUUID;
540
540
  readonly O: typeof BooleanResponse;
541
541
  readonly kind: MethodKind.Unary;
542
542
  };
@@ -569,7 +569,7 @@ export declare const SalesInvoicesService: {
569
569
  */
570
570
  readonly viewDispatchedStatistics: {
571
571
  readonly name: "ViewDispatchedStatistics";
572
- readonly I: typeof Identifier;
572
+ readonly I: typeof IdentifierUUID;
573
573
  readonly O: typeof SalesInvoiceDispatchedStatisticsList;
574
574
  readonly kind: MethodKind.Unary;
575
575
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kernelminds/scailo-sdk",
3
- "version": "0.0.67",
3
+ "version": "0.0.68",
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",