@kernelminds/scailo-sdk 0.0.68 → 0.0.69

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.
@@ -554,7 +554,7 @@ exports.VendorInvoicesService = {
554
554
  */
555
555
  viewReceiptStatistics: {
556
556
  name: "ViewReceiptStatistics",
557
- I: base_scailo_pb_js_1.Identifier,
557
+ I: base_scailo_pb_js_1.IdentifierUUID,
558
558
  O: vendor_invoices_scailo_pb_js_1.VendorInvoiceReceiptStatisticsList,
559
559
  kind: protobuf_1.MethodKind.Unary,
560
560
  },
@@ -547,7 +547,7 @@ export declare const VendorInvoicesService: {
547
547
  */
548
548
  readonly viewReceiptStatistics: {
549
549
  readonly name: "ViewReceiptStatistics";
550
- readonly I: typeof Identifier;
550
+ readonly I: typeof IdentifierUUID;
551
551
  readonly O: typeof VendorInvoiceReceiptStatisticsList;
552
552
  readonly kind: MethodKind.Unary;
553
553
  };
@@ -554,7 +554,7 @@ exports.VendorInvoicesService = {
554
554
  */
555
555
  viewReceiptStatistics: {
556
556
  name: "ViewReceiptStatistics",
557
- I: base_scailo_pb_js_1.Identifier,
557
+ I: base_scailo_pb_js_1.IdentifierUUID,
558
558
  O: vendor_invoices_scailo_pb_js_1.VendorInvoiceReceiptStatisticsList,
559
559
  kind: protobuf_1.MethodKind.Unary,
560
560
  },
@@ -547,7 +547,7 @@ export declare const VendorInvoicesService: {
547
547
  */
548
548
  readonly viewReceiptStatistics: {
549
549
  readonly name: "ViewReceiptStatistics";
550
- readonly I: typeof Identifier;
550
+ readonly I: typeof IdentifierUUID;
551
551
  readonly O: typeof VendorInvoiceReceiptStatisticsList;
552
552
  readonly kind: MethodKind.Unary;
553
553
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kernelminds/scailo-sdk",
3
- "version": "0.0.68",
3
+ "version": "0.0.69",
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",