Skip to content

Commit

Permalink
Merge pull request #504 from szprutamich/master
Browse files Browse the repository at this point in the history
Auto-renew field for services on Cloud does nothing.
  • Loading branch information
marisuch authored Dec 2, 2024
2 parents 65fc2c1 + fea5f3a commit c791e96
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 34 deletions.
1 change: 0 additions & 1 deletion dist/api/models/AccountService.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export declare type AccountService = {
activatedById: number;
activatedByName: string;
active: boolean;
autoRenew: boolean;
braintreeId: string;
chargeType: ChargeType;
createTime: number;
Expand Down
1 change: 0 additions & 1 deletion dist/api/models/Service.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export declare type Service = {
activateTime: number;
activated: boolean;
archiveTime: number;
autoRenew: boolean;
centPrice: number;
chargeType: ChargeType;
commonId: string;
Expand Down
4 changes: 2 additions & 2 deletions dist/bitbar-cloud-api-client.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/bitbar-cloud-api-client.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/bitbar-cloud-api-client.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bitbar-cloud-api-client.min.js.map

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitbar/cloud-api-client",
"version": "1.2.11",
"version": "1.2.12",
"description": "Bitbar Cloud API Client for JavaScript",
"main": "dist/bitbar-cloud-api-client.min.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion src/api/models/AccountService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export type AccountService = {
activatedById: number;
activatedByName: string;
active: boolean;
autoRenew: boolean;
braintreeId: string;
chargeType: ChargeType;
createTime: number;
Expand Down
1 change: 0 additions & 1 deletion src/api/models/Service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export type Service = {
activateTime: number;
activated: boolean;
archiveTime: number;
autoRenew: boolean;
centPrice: number;
chargeType: ChargeType;
commonId: string;
Expand Down

0 comments on commit c791e96

Please sign in to comment.