@experteam-mx/ngx-services 20.3.3 → 20.3.5-dev3.0

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.
@@ -75,7 +75,7 @@ class ApiBillingCOService {
75
75
  * Retrieves the information of a customer by its identifier.
76
76
  *
77
77
  * @param {number} id - Unique customer identifier.
78
- * @returns {Observable<CoCustomerOut>}
78
+ * @returns {Observable<CoGetCustomerOut>}
79
79
  * Observable emitting the customer information.
80
80
  */
81
81
  getCustomer(id) {
@@ -86,7 +86,7 @@ class ApiBillingCOService {
86
86
  * Creates a new customer.
87
87
  *
88
88
  * @param {CoCustomerIn} body - Customer data to be created.
89
- * @returns {Observable<CoCustomerOut>}
89
+ * @returns {Observable<CoPostCustomerOut>}
90
90
  * Observable emitting the created customer information.
91
91
  */
92
92
  postCustomer(body) {