Skip to content

Commit

Permalink
fix(reseller): update the API
Browse files Browse the repository at this point in the history
#### reseller:v1

The following keys were changed:
- schemas.Seats.properties.numberOfSeats.description
  • Loading branch information
yoshi-automation authored and bcoe committed Sep 14, 2021
1 parent 8bb9c8a commit c12c75e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/reseller-v1.json
Expand Up @@ -631,7 +631,7 @@
}
}
},
"revision": "20210720",
"revision": "20210904",
"rootUrl": "https://reseller.googleapis.com/",
"schemas": {
"Address": {
Expand Down Expand Up @@ -844,7 +844,7 @@
"type": "integer"
},
"numberOfSeats": {
"description": "This is a required property and is exclusive to subscriptions with `ANNUAL_MONTHLY_PAY` and `ANNUAL_YEARLY_PAY` plans. This property sets the maximum number of licenses assignable to users on a subscription. The reseller can add more licenses, but once set, the `numberOfSeats` cannot be reduced until renewal. The reseller is invoiced based on the `numberOfSeats` value regardless of how many of these user licenses are assigned. *Note: *G Suite subscriptions automatically assign a license to every user.",
"description": "This is a required property and is exclusive to subscriptions with `ANNUAL_MONTHLY_PAY` and `ANNUAL_YEARLY_PAY` plans. This property sets the maximum number of licenses assignable to users on a subscription. The reseller can add more licenses, but once set, the `numberOfSeats` cannot be reduced until renewal. The reseller is invoiced based on the `numberOfSeats` value regardless of how many of these user licenses are assigned. *Note: *Google Workspace subscriptions automatically assign a license to every user.",
"format": "int32",
"type": "integer"
}
Expand Down
2 changes: 1 addition & 1 deletion src/apis/reseller/v1.ts
Expand Up @@ -305,7 +305,7 @@ export namespace reseller_v1 {
*/
maximumNumberOfSeats?: number | null;
/**
* This is a required property and is exclusive to subscriptions with `ANNUAL_MONTHLY_PAY` and `ANNUAL_YEARLY_PAY` plans. This property sets the maximum number of licenses assignable to users on a subscription. The reseller can add more licenses, but once set, the `numberOfSeats` cannot be reduced until renewal. The reseller is invoiced based on the `numberOfSeats` value regardless of how many of these user licenses are assigned. *Note: *G Suite subscriptions automatically assign a license to every user.
* This is a required property and is exclusive to subscriptions with `ANNUAL_MONTHLY_PAY` and `ANNUAL_YEARLY_PAY` plans. This property sets the maximum number of licenses assignable to users on a subscription. The reseller can add more licenses, but once set, the `numberOfSeats` cannot be reduced until renewal. The reseller is invoiced based on the `numberOfSeats` value regardless of how many of these user licenses are assigned. *Note: *Google Workspace subscriptions automatically assign a license to every user.
*/
numberOfSeats?: number | null;
}
Expand Down

0 comments on commit c12c75e

Please sign in to comment.