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 JustinBeckwith committed Nov 30, 2020
1 parent b5f5e99 commit 469b7b8
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/apis/reseller/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1099,20 +1099,14 @@ export namespace reseller_v1 {
options:
| MethodOptions
| BodyResponseCallback<Schema$ResellernotifyGetwatchdetailsResponse>,
callback: BodyResponseCallback<
Schema$ResellernotifyGetwatchdetailsResponse
>
callback: BodyResponseCallback<Schema$ResellernotifyGetwatchdetailsResponse>
): void;
getwatchdetails(
params: Params$Resource$Resellernotify$Getwatchdetails,
callback: BodyResponseCallback<
Schema$ResellernotifyGetwatchdetailsResponse
>
callback: BodyResponseCallback<Schema$ResellernotifyGetwatchdetailsResponse>
): void;
getwatchdetails(
callback: BodyResponseCallback<
Schema$ResellernotifyGetwatchdetailsResponse
>
callback: BodyResponseCallback<Schema$ResellernotifyGetwatchdetailsResponse>
): void;
getwatchdetails(
paramsOrCallback?:
Expand Down

0 comments on commit 469b7b8

Please sign in to comment.