@kernelminds/scailo-sdk 0.0.67 → 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.
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +6 -6
- package/lib/cjs/src/sales_invoices.scailo_connect.js +1 -1
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +6 -6
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +1 -1
- package/lib/esm/src/proforma_invoices.scailo_connect.js +6 -6
- package/lib/esm/src/sales_invoices.scailo_connect.js +1 -1
- package/lib/esm/src/vendor_invoices.scailo_connect.js +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +6 -6
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +1 -1
- package/package.json +1 -1
|
@@ -526,13 +526,13 @@ exports.ProformaInvoicesService = {
|
|
|
526
526
|
kind: protobuf_1.MethodKind.Unary,
|
|
527
527
|
},
|
|
528
528
|
/**
|
|
529
|
-
* View the associated sales invoice
|
|
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.
|
|
531
|
+
* @generated from rpc Scailo.ProformaInvoicesService.ViewAssociatedSalesInvoiceInfo
|
|
532
532
|
*/
|
|
533
|
-
|
|
534
|
-
name: "
|
|
535
|
-
I: base_scailo_pb_js_1.
|
|
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.
|
|
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.
|
|
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
|
},
|
|
@@ -554,7 +554,7 @@ exports.VendorInvoicesService = {
|
|
|
554
554
|
*/
|
|
555
555
|
viewReceiptStatistics: {
|
|
556
556
|
name: "ViewReceiptStatistics",
|
|
557
|
-
I: base_scailo_pb_js_1.
|
|
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
|
},
|
|
@@ -519,13 +519,13 @@ export declare const ProformaInvoicesService: {
|
|
|
519
519
|
readonly kind: MethodKind.Unary;
|
|
520
520
|
};
|
|
521
521
|
/**
|
|
522
|
-
* View the associated sales invoice
|
|
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.
|
|
524
|
+
* @generated from rpc Scailo.ProformaInvoicesService.ViewAssociatedSalesInvoiceInfo
|
|
525
525
|
*/
|
|
526
|
-
readonly
|
|
527
|
-
readonly name: "
|
|
528
|
-
readonly I: typeof
|
|
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
|
|
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
|
|
572
|
+
readonly I: typeof IdentifierUUID;
|
|
573
573
|
readonly O: typeof SalesInvoiceDispatchedStatisticsList;
|
|
574
574
|
readonly kind: MethodKind.Unary;
|
|
575
575
|
};
|
|
@@ -547,7 +547,7 @@ export declare const VendorInvoicesService: {
|
|
|
547
547
|
*/
|
|
548
548
|
readonly viewReceiptStatistics: {
|
|
549
549
|
readonly name: "ViewReceiptStatistics";
|
|
550
|
-
readonly I: typeof
|
|
550
|
+
readonly I: typeof IdentifierUUID;
|
|
551
551
|
readonly O: typeof VendorInvoiceReceiptStatisticsList;
|
|
552
552
|
readonly kind: MethodKind.Unary;
|
|
553
553
|
};
|
|
@@ -526,13 +526,13 @@ exports.ProformaInvoicesService = {
|
|
|
526
526
|
kind: protobuf_1.MethodKind.Unary,
|
|
527
527
|
},
|
|
528
528
|
/**
|
|
529
|
-
* View the associated sales invoice
|
|
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.
|
|
531
|
+
* @generated from rpc Scailo.ProformaInvoicesService.ViewAssociatedSalesInvoiceInfo
|
|
532
532
|
*/
|
|
533
|
-
|
|
534
|
-
name: "
|
|
535
|
-
I: base_scailo_pb_js_1.
|
|
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.
|
|
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.
|
|
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
|
},
|
|
@@ -554,7 +554,7 @@ exports.VendorInvoicesService = {
|
|
|
554
554
|
*/
|
|
555
555
|
viewReceiptStatistics: {
|
|
556
556
|
name: "ViewReceiptStatistics",
|
|
557
|
-
I: base_scailo_pb_js_1.
|
|
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
|
},
|
|
@@ -519,13 +519,13 @@ export declare const ProformaInvoicesService: {
|
|
|
519
519
|
readonly kind: MethodKind.Unary;
|
|
520
520
|
};
|
|
521
521
|
/**
|
|
522
|
-
* View the associated sales invoice
|
|
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.
|
|
524
|
+
* @generated from rpc Scailo.ProformaInvoicesService.ViewAssociatedSalesInvoiceInfo
|
|
525
525
|
*/
|
|
526
|
-
readonly
|
|
527
|
-
readonly name: "
|
|
528
|
-
readonly I: typeof
|
|
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
|
|
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
|
|
572
|
+
readonly I: typeof IdentifierUUID;
|
|
573
573
|
readonly O: typeof SalesInvoiceDispatchedStatisticsList;
|
|
574
574
|
readonly kind: MethodKind.Unary;
|
|
575
575
|
};
|
|
@@ -547,7 +547,7 @@ export declare const VendorInvoicesService: {
|
|
|
547
547
|
*/
|
|
548
548
|
readonly viewReceiptStatistics: {
|
|
549
549
|
readonly name: "ViewReceiptStatistics";
|
|
550
|
-
readonly I: typeof
|
|
550
|
+
readonly I: typeof IdentifierUUID;
|
|
551
551
|
readonly O: typeof VendorInvoiceReceiptStatisticsList;
|
|
552
552
|
readonly kind: MethodKind.Unary;
|
|
553
553
|
};
|