Skip to content

Commit

Permalink
fix(reseller): update the API
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and sofisl committed May 2, 2024
1 parent 2896261 commit 3b0d62c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/apis/reseller/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ export namespace reseller_v1 {
'$1'
),
method: 'GET',
apiVersion: '',
},
options
),
Expand Down Expand Up @@ -571,6 +572,7 @@ export namespace reseller_v1 {
'$1'
),
method: 'POST',
apiVersion: '',
},
options
),
Expand Down Expand Up @@ -657,6 +659,7 @@ export namespace reseller_v1 {
'$1'
),
method: 'PATCH',
apiVersion: '',
},
options
),
Expand Down Expand Up @@ -743,6 +746,7 @@ export namespace reseller_v1 {
'$1'
),
method: 'PUT',
apiVersion: '',
},
options
),
Expand Down Expand Up @@ -883,6 +887,7 @@ export namespace reseller_v1 {
rootUrl + '/apps/reseller/v1/resellernotify/getwatchdetails'
).replace(/([^:]\/)\/+/g, '$1'),
method: 'GET',
apiVersion: '',
},
options
),
Expand Down Expand Up @@ -978,6 +983,7 @@ export namespace reseller_v1 {
rootUrl + '/apps/reseller/v1/resellernotify/register'
).replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
apiVersion: '',
},
options
),
Expand Down Expand Up @@ -1071,6 +1077,7 @@ export namespace reseller_v1 {
rootUrl + '/apps/reseller/v1/resellernotify/unregister'
).replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
apiVersion: '',
},
options
),
Expand Down Expand Up @@ -1182,6 +1189,7 @@ export namespace reseller_v1 {
'/apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/activate'
).replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
apiVersion: '',
},
options
),
Expand Down Expand Up @@ -1269,6 +1277,7 @@ export namespace reseller_v1 {
'/apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/changePlan'
).replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
apiVersion: '',
},
options
),
Expand Down Expand Up @@ -1358,6 +1367,7 @@ export namespace reseller_v1 {
'/apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/changeRenewalSettings'
).replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
apiVersion: '',
},
options
),
Expand Down Expand Up @@ -1445,6 +1455,7 @@ export namespace reseller_v1 {
'/apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/changeSeats'
).replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
apiVersion: '',
},
options
),
Expand Down Expand Up @@ -1530,6 +1541,7 @@ export namespace reseller_v1 {
'/apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}'
).replace(/([^:]\/)\/+/g, '$1'),
method: 'DELETE',
apiVersion: '',
},
options
),
Expand Down Expand Up @@ -1617,6 +1629,7 @@ export namespace reseller_v1 {
'/apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}'
).replace(/([^:]\/)\/+/g, '$1'),
method: 'GET',
apiVersion: '',
},
options
),
Expand Down Expand Up @@ -1703,6 +1716,7 @@ export namespace reseller_v1 {
rootUrl + '/apps/reseller/v1/customers/{customerId}/subscriptions'
).replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
apiVersion: '',
},
options
),
Expand Down Expand Up @@ -1790,6 +1804,7 @@ export namespace reseller_v1 {
'$1'
),
method: 'GET',
apiVersion: '',
},
options
),
Expand Down Expand Up @@ -1877,6 +1892,7 @@ export namespace reseller_v1 {
'/apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/startPaidService'
).replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
apiVersion: '',
},
options
),
Expand Down Expand Up @@ -1964,6 +1980,7 @@ export namespace reseller_v1 {
'/apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/suspend'
).replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
apiVersion: '',
},
options
),
Expand Down

0 comments on commit 3b0d62c

Please sign in to comment.