Skip to content

Commit

Permalink
fix(recommender): update the API
Browse files Browse the repository at this point in the history
#### recommender:v1
The following keys were changed:
- schemas.GoogleTypeMoney.properties.currencyCode.description

#### recommender:v1beta1
The following keys were changed:
- schemas.GoogleTypeMoney.properties.currencyCode.description
  • Loading branch information
yoshi-automation authored and bcoe committed Oct 28, 2020
1 parent 61b30e0 commit d01d4e3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions discovery/recommender-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
}
}
},
"revision": "20200927",
"revision": "20201016",
"rootUrl": "https://recommender.googleapis.com/",
"schemas": {
"GoogleCloudRecommenderV1CostProjection": {
Expand Down Expand Up @@ -844,7 +844,7 @@
"id": "GoogleTypeMoney",
"properties": {
"currencyCode": {
"description": "The 3-letter currency code defined in ISO 4217.",
"description": "The three-letter currency code defined in ISO 4217.",
"type": "string"
},
"nanos": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/recommender-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
}
}
},
"revision": "20200927",
"revision": "20201016",
"rootUrl": "https://recommender.googleapis.com/",
"schemas": {
"GoogleCloudRecommenderV1beta1CostProjection": {
Expand Down Expand Up @@ -844,7 +844,7 @@
"id": "GoogleTypeMoney",
"properties": {
"currencyCode": {
"description": "The 3-letter currency code defined in ISO 4217.",
"description": "The three-letter currency code defined in ISO 4217.",
"type": "string"
},
"nanos": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/recommender/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ export namespace recommender_v1 {
*/
export interface Schema$GoogleTypeMoney {
/**
* The 3-letter currency code defined in ISO 4217.
* The three-letter currency code defined in ISO 4217.
*/
currencyCode?: string | null;
/**
Expand Down
2 changes: 1 addition & 1 deletion src/apis/recommender/v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ export namespace recommender_v1beta1 {
*/
export interface Schema$GoogleTypeMoney {
/**
* The 3-letter currency code defined in ISO 4217.
* The three-letter currency code defined in ISO 4217.
*/
currencyCode?: string | null;
/**
Expand Down

0 comments on commit d01d4e3

Please sign in to comment.