@otr-app/shared-backend-generated-client 2.3.188 → 2.3.189
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/README.md +5 -4
- package/dist/angular/api/consoleListController.service.ts +9 -4
- package/dist/otrBackendService.js +5 -0
- package/dist/otrBackendService.min.js +7 -7
- package/dist/typescript/api/ConsoleListControllerApi.d.ts +2 -1
- package/dist/typescript/api/ConsoleListControllerApi.js +5 -1
- package/dist/typescript/api/ConsoleListControllerApi.ts +6 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -55,7 +55,8 @@ try {
|
|
|
55
55
|
``` npm run generate:local```
|
|
56
56
|
3. Optional: Sanity check the differences in otrBackendService.js
|
|
57
57
|
1. ```git diff HEAD dist/otrBackendService.js```
|
|
58
|
-
4.
|
|
59
|
-
|
|
60
|
-
6.
|
|
61
|
-
7.
|
|
58
|
+
4. Update version number in package.json
|
|
59
|
+
1. ``npm version patch``
|
|
60
|
+
6. Commit the changes and push to github
|
|
61
|
+
7. Execute ```npm publish```
|
|
62
|
+
8. Done.
|
|
@@ -1028,6 +1028,7 @@ export class ConsoleListControllerService {
|
|
|
1028
1028
|
* listBillingSubscribers
|
|
1029
1029
|
* @param billingInterval billingInterval
|
|
1030
1030
|
* @param billingSubscriptionStatus billingSubscriptionStatus
|
|
1031
|
+
* @param coveredSubscriptionsOnly coveredSubscriptionsOnly
|
|
1031
1032
|
* @param endDate endDate
|
|
1032
1033
|
* @param length length
|
|
1033
1034
|
* @param page page
|
|
@@ -1041,10 +1042,10 @@ export class ConsoleListControllerService {
|
|
|
1041
1042
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1042
1043
|
* @param reportProgress flag to report request and response progress.
|
|
1043
1044
|
*/
|
|
1044
|
-
public listBillingSubscribersUsingGET(billingInterval?: 'DAILY' | 'MONTHLY' | 'QUARTERLY' | 'WEEKLY' | 'YEARLY', billingSubscriptionStatus?: 'ACTIVE' | 'CANCELED' | 'INCOMPLETE' | 'INCOMPLETE_EXPIRED' | 'IN_TRIAL_PERIOD' | 'PAST_DUE' | 'UNKNOWN' | 'UNPAID', endDate?: string, length?: number, page?: number, planName?: string, shouldIncludeSubscribers?: boolean, sortBy?: string, sortOrder?: string, startDate?: string, subscriberName?: string, timeZoneId?: string, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<ListBillingSubscribersResponse>;
|
|
1045
|
-
public listBillingSubscribersUsingGET(billingInterval?: 'DAILY' | 'MONTHLY' | 'QUARTERLY' | 'WEEKLY' | 'YEARLY', billingSubscriptionStatus?: 'ACTIVE' | 'CANCELED' | 'INCOMPLETE' | 'INCOMPLETE_EXPIRED' | 'IN_TRIAL_PERIOD' | 'PAST_DUE' | 'UNKNOWN' | 'UNPAID', endDate?: string, length?: number, page?: number, planName?: string, shouldIncludeSubscribers?: boolean, sortBy?: string, sortOrder?: string, startDate?: string, subscriberName?: string, timeZoneId?: string, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<ListBillingSubscribersResponse>>;
|
|
1046
|
-
public listBillingSubscribersUsingGET(billingInterval?: 'DAILY' | 'MONTHLY' | 'QUARTERLY' | 'WEEKLY' | 'YEARLY', billingSubscriptionStatus?: 'ACTIVE' | 'CANCELED' | 'INCOMPLETE' | 'INCOMPLETE_EXPIRED' | 'IN_TRIAL_PERIOD' | 'PAST_DUE' | 'UNKNOWN' | 'UNPAID', endDate?: string, length?: number, page?: number, planName?: string, shouldIncludeSubscribers?: boolean, sortBy?: string, sortOrder?: string, startDate?: string, subscriberName?: string, timeZoneId?: string, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<ListBillingSubscribersResponse>>;
|
|
1047
|
-
public listBillingSubscribersUsingGET(billingInterval?: 'DAILY' | 'MONTHLY' | 'QUARTERLY' | 'WEEKLY' | 'YEARLY', billingSubscriptionStatus?: 'ACTIVE' | 'CANCELED' | 'INCOMPLETE' | 'INCOMPLETE_EXPIRED' | 'IN_TRIAL_PERIOD' | 'PAST_DUE' | 'UNKNOWN' | 'UNPAID', endDate?: string, length?: number, page?: number, planName?: string, shouldIncludeSubscribers?: boolean, sortBy?: string, sortOrder?: string, startDate?: string, subscriberName?: string, timeZoneId?: string, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
|
|
1045
|
+
public listBillingSubscribersUsingGET(billingInterval?: 'DAILY' | 'MONTHLY' | 'QUARTERLY' | 'WEEKLY' | 'YEARLY', billingSubscriptionStatus?: 'ACTIVE' | 'CANCELED' | 'INCOMPLETE' | 'INCOMPLETE_EXPIRED' | 'IN_TRIAL_PERIOD' | 'PAST_DUE' | 'UNKNOWN' | 'UNPAID', coveredSubscriptionsOnly?: boolean, endDate?: string, length?: number, page?: number, planName?: string, shouldIncludeSubscribers?: boolean, sortBy?: string, sortOrder?: string, startDate?: string, subscriberName?: string, timeZoneId?: string, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<ListBillingSubscribersResponse>;
|
|
1046
|
+
public listBillingSubscribersUsingGET(billingInterval?: 'DAILY' | 'MONTHLY' | 'QUARTERLY' | 'WEEKLY' | 'YEARLY', billingSubscriptionStatus?: 'ACTIVE' | 'CANCELED' | 'INCOMPLETE' | 'INCOMPLETE_EXPIRED' | 'IN_TRIAL_PERIOD' | 'PAST_DUE' | 'UNKNOWN' | 'UNPAID', coveredSubscriptionsOnly?: boolean, endDate?: string, length?: number, page?: number, planName?: string, shouldIncludeSubscribers?: boolean, sortBy?: string, sortOrder?: string, startDate?: string, subscriberName?: string, timeZoneId?: string, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<ListBillingSubscribersResponse>>;
|
|
1047
|
+
public listBillingSubscribersUsingGET(billingInterval?: 'DAILY' | 'MONTHLY' | 'QUARTERLY' | 'WEEKLY' | 'YEARLY', billingSubscriptionStatus?: 'ACTIVE' | 'CANCELED' | 'INCOMPLETE' | 'INCOMPLETE_EXPIRED' | 'IN_TRIAL_PERIOD' | 'PAST_DUE' | 'UNKNOWN' | 'UNPAID', coveredSubscriptionsOnly?: boolean, endDate?: string, length?: number, page?: number, planName?: string, shouldIncludeSubscribers?: boolean, sortBy?: string, sortOrder?: string, startDate?: string, subscriberName?: string, timeZoneId?: string, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<ListBillingSubscribersResponse>>;
|
|
1048
|
+
public listBillingSubscribersUsingGET(billingInterval?: 'DAILY' | 'MONTHLY' | 'QUARTERLY' | 'WEEKLY' | 'YEARLY', billingSubscriptionStatus?: 'ACTIVE' | 'CANCELED' | 'INCOMPLETE' | 'INCOMPLETE_EXPIRED' | 'IN_TRIAL_PERIOD' | 'PAST_DUE' | 'UNKNOWN' | 'UNPAID', coveredSubscriptionsOnly?: boolean, endDate?: string, length?: number, page?: number, planName?: string, shouldIncludeSubscribers?: boolean, sortBy?: string, sortOrder?: string, startDate?: string, subscriberName?: string, timeZoneId?: string, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
|
|
1048
1049
|
|
|
1049
1050
|
let localVarQueryParameters = new HttpParams({encoder: this.encoder});
|
|
1050
1051
|
if (billingInterval !== undefined && billingInterval !== null) {
|
|
@@ -1055,6 +1056,10 @@ export class ConsoleListControllerService {
|
|
|
1055
1056
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
|
|
1056
1057
|
<any>billingSubscriptionStatus, 'billingSubscriptionStatus');
|
|
1057
1058
|
}
|
|
1059
|
+
if (coveredSubscriptionsOnly !== undefined && coveredSubscriptionsOnly !== null) {
|
|
1060
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
|
|
1061
|
+
<any>coveredSubscriptionsOnly, 'coveredSubscriptionsOnly');
|
|
1062
|
+
}
|
|
1058
1063
|
if (endDate !== undefined && endDate !== null) {
|
|
1059
1064
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
|
|
1060
1065
|
<any>endDate, 'endDate');
|
|
@@ -510,6 +510,7 @@ angular.module('otrBackendService', [])
|
|
|
510
510
|
* @param {object} parameters - method options and parameters
|
|
511
511
|
* @param {string} parameters.billingInterval - billingInterval
|
|
512
512
|
* @param {string} parameters.billingSubscriptionStatus - billingSubscriptionStatus
|
|
513
|
+
* @param {boolean} parameters.coveredSubscriptionsOnly - coveredSubscriptionsOnly
|
|
513
514
|
* @param {string} parameters.endDate - endDate
|
|
514
515
|
* @param {integer} parameters.length - length
|
|
515
516
|
* @param {integer} parameters.page - page
|
|
@@ -543,6 +544,10 @@ angular.module('otrBackendService', [])
|
|
|
543
544
|
queryParameters['billingSubscriptionStatus'] = parameters['billingSubscriptionStatus'];
|
|
544
545
|
}
|
|
545
546
|
|
|
547
|
+
if (parameters['coveredSubscriptionsOnly'] !== undefined) {
|
|
548
|
+
queryParameters['coveredSubscriptionsOnly'] = parameters['coveredSubscriptionsOnly'];
|
|
549
|
+
}
|
|
550
|
+
|
|
546
551
|
if (parameters['endDate'] !== undefined) {
|
|
547
552
|
queryParameters['endDate'] = parameters['endDate'];
|
|
548
553
|
}
|