@kernelminds/scailo-sdk 0.0.64 → 0.0.65
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.
|
@@ -527,13 +527,13 @@ exports.GoodsDispatchesService = {
|
|
|
527
527
|
kind: protobuf_1.MethodKind.Unary,
|
|
528
528
|
},
|
|
529
529
|
/**
|
|
530
|
-
* View the associated sales invoice
|
|
530
|
+
* View the associated sales invoice information that is denoted by the identifier in the response for the goods dispatch that is denoted by the identifier UUID in the request
|
|
531
531
|
*
|
|
532
|
-
* @generated from rpc Scailo.GoodsDispatchesService.
|
|
532
|
+
* @generated from rpc Scailo.GoodsDispatchesService.ViewAssociatedSalesInvoiceInfo
|
|
533
533
|
*/
|
|
534
|
-
|
|
535
|
-
name: "
|
|
536
|
-
I: base_scailo_pb_js_1.
|
|
534
|
+
viewAssociatedSalesInvoiceInfo: {
|
|
535
|
+
name: "ViewAssociatedSalesInvoiceInfo",
|
|
536
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
537
537
|
O: base_scailo_pb_js_1.IdentifierResponse,
|
|
538
538
|
kind: protobuf_1.MethodKind.Unary,
|
|
539
539
|
},
|
|
@@ -544,7 +544,7 @@ exports.GoodsDispatchesService = {
|
|
|
544
544
|
*/
|
|
545
545
|
isBilled: {
|
|
546
546
|
name: "IsBilled",
|
|
547
|
-
I: base_scailo_pb_js_1.
|
|
547
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
548
548
|
O: base_scailo_pb_js_1.BooleanResponse,
|
|
549
549
|
kind: protobuf_1.MethodKind.Unary,
|
|
550
550
|
},
|
|
@@ -520,13 +520,13 @@ export declare const GoodsDispatchesService: {
|
|
|
520
520
|
readonly kind: MethodKind.Unary;
|
|
521
521
|
};
|
|
522
522
|
/**
|
|
523
|
-
* View the associated sales invoice
|
|
523
|
+
* View the associated sales invoice information that is denoted by the identifier in the response for the goods dispatch that is denoted by the identifier UUID in the request
|
|
524
524
|
*
|
|
525
|
-
* @generated from rpc Scailo.GoodsDispatchesService.
|
|
525
|
+
* @generated from rpc Scailo.GoodsDispatchesService.ViewAssociatedSalesInvoiceInfo
|
|
526
526
|
*/
|
|
527
|
-
readonly
|
|
528
|
-
readonly name: "
|
|
529
|
-
readonly I: typeof
|
|
527
|
+
readonly viewAssociatedSalesInvoiceInfo: {
|
|
528
|
+
readonly name: "ViewAssociatedSalesInvoiceInfo";
|
|
529
|
+
readonly I: typeof IdentifierUUID;
|
|
530
530
|
readonly O: typeof IdentifierResponse;
|
|
531
531
|
readonly kind: MethodKind.Unary;
|
|
532
532
|
};
|
|
@@ -537,7 +537,7 @@ export declare const GoodsDispatchesService: {
|
|
|
537
537
|
*/
|
|
538
538
|
readonly isBilled: {
|
|
539
539
|
readonly name: "IsBilled";
|
|
540
|
-
readonly I: typeof
|
|
540
|
+
readonly I: typeof IdentifierUUID;
|
|
541
541
|
readonly O: typeof BooleanResponse;
|
|
542
542
|
readonly kind: MethodKind.Unary;
|
|
543
543
|
};
|
|
@@ -527,13 +527,13 @@ exports.GoodsDispatchesService = {
|
|
|
527
527
|
kind: protobuf_1.MethodKind.Unary,
|
|
528
528
|
},
|
|
529
529
|
/**
|
|
530
|
-
* View the associated sales invoice
|
|
530
|
+
* View the associated sales invoice information that is denoted by the identifier in the response for the goods dispatch that is denoted by the identifier UUID in the request
|
|
531
531
|
*
|
|
532
|
-
* @generated from rpc Scailo.GoodsDispatchesService.
|
|
532
|
+
* @generated from rpc Scailo.GoodsDispatchesService.ViewAssociatedSalesInvoiceInfo
|
|
533
533
|
*/
|
|
534
|
-
|
|
535
|
-
name: "
|
|
536
|
-
I: base_scailo_pb_js_1.
|
|
534
|
+
viewAssociatedSalesInvoiceInfo: {
|
|
535
|
+
name: "ViewAssociatedSalesInvoiceInfo",
|
|
536
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
537
537
|
O: base_scailo_pb_js_1.IdentifierResponse,
|
|
538
538
|
kind: protobuf_1.MethodKind.Unary,
|
|
539
539
|
},
|
|
@@ -544,7 +544,7 @@ exports.GoodsDispatchesService = {
|
|
|
544
544
|
*/
|
|
545
545
|
isBilled: {
|
|
546
546
|
name: "IsBilled",
|
|
547
|
-
I: base_scailo_pb_js_1.
|
|
547
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
548
548
|
O: base_scailo_pb_js_1.BooleanResponse,
|
|
549
549
|
kind: protobuf_1.MethodKind.Unary,
|
|
550
550
|
},
|
|
@@ -520,13 +520,13 @@ export declare const GoodsDispatchesService: {
|
|
|
520
520
|
readonly kind: MethodKind.Unary;
|
|
521
521
|
};
|
|
522
522
|
/**
|
|
523
|
-
* View the associated sales invoice
|
|
523
|
+
* View the associated sales invoice information that is denoted by the identifier in the response for the goods dispatch that is denoted by the identifier UUID in the request
|
|
524
524
|
*
|
|
525
|
-
* @generated from rpc Scailo.GoodsDispatchesService.
|
|
525
|
+
* @generated from rpc Scailo.GoodsDispatchesService.ViewAssociatedSalesInvoiceInfo
|
|
526
526
|
*/
|
|
527
|
-
readonly
|
|
528
|
-
readonly name: "
|
|
529
|
-
readonly I: typeof
|
|
527
|
+
readonly viewAssociatedSalesInvoiceInfo: {
|
|
528
|
+
readonly name: "ViewAssociatedSalesInvoiceInfo";
|
|
529
|
+
readonly I: typeof IdentifierUUID;
|
|
530
530
|
readonly O: typeof IdentifierResponse;
|
|
531
531
|
readonly kind: MethodKind.Unary;
|
|
532
532
|
};
|
|
@@ -537,7 +537,7 @@ export declare const GoodsDispatchesService: {
|
|
|
537
537
|
*/
|
|
538
538
|
readonly isBilled: {
|
|
539
539
|
readonly name: "IsBilled";
|
|
540
|
-
readonly I: typeof
|
|
540
|
+
readonly I: typeof IdentifierUUID;
|
|
541
541
|
readonly O: typeof BooleanResponse;
|
|
542
542
|
readonly kind: MethodKind.Unary;
|
|
543
543
|
};
|