Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Opteo/google-ads-api
Browse files Browse the repository at this point in the history
  • Loading branch information
avermeil committed Jul 16, 2020
2 parents aa9e8e4 + ddb5816 commit 0e4e439
Show file tree
Hide file tree
Showing 60 changed files with 3,434 additions and 1,803 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.7.4](https://github.com/Opteo/google-ads-api/compare/v3.7.3...v3.7.4) (2020-06-26)



## [3.7.3](https://github.com/Opteo/google-ads-api/compare/v3.7.2...v3.7.3) (2020-06-25)



## [3.7.2](https://github.com/Opteo/google-ads-api/compare/v3.7.1...v3.7.2) (2020-06-23)


### Bug Fixes

* **docs:** show correct numbers for enums, fixes [#78](https://github.com/Opteo/google-ads-api/issues/78) and [#120](https://github.com/Opteo/google-ads-api/issues/120) ([90e85d1](https://github.com/Opteo/google-ads-api/commit/90e85d1))



## [3.7.1](https://github.com/Opteo/google-ads-api/compare/v3.7.0...v3.7.1) (2020-06-12)


Expand Down
99 changes: 67 additions & 32 deletions docs/content/entities/account_budget/meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ module.exports = {
_description:
'Output only. The adjusted spending limit as a well-defined type, e.g. INFINITE. This will only be populated if the adjusted spending limit is INFINITE, which is guaranteed to be true if the approved spending limit is INFINITE.',
_enums: [
{ s: 'UNSPECIFIED', description: 'Not specified.' },
{ s: 'UNKNOWN', description: 'Used for return value only. Represents value unknown in this version.' },
{ s: 'INFINITE', description: 'Infinite, indicates unlimited spending power.' },
{ s: 'UNSPECIFIED', description: 'Not specified.', index: 0 },
{
s: 'UNKNOWN',
description: 'Used for return value only. Represents value unknown in this version.',
index: 1,
},
{ s: 'INFINITE', description: 'Infinite, indicates unlimited spending power.', index: 2 },
],
_oneof: 'adjustedSpendingLimit',
_type: 'enum',
Expand All @@ -31,10 +35,14 @@ module.exports = {
approved_end_time_type: {
_description: 'Output only. The approved end time as a well-defined type, e.g. FOREVER.',
_enums: [
{ s: 'UNSPECIFIED', description: 'Not specified.' },
{ s: 'UNKNOWN', description: 'Used for return value only. Represents value unknown in this version.' },
{ s: 'NOW', description: 'As soon as possible.' },
{ s: 'FOREVER', description: 'An infinite point in the future.' },
{ s: 'UNSPECIFIED', description: 'Not specified.', index: 0 },
{
s: 'UNKNOWN',
description: 'Used for return value only. Represents value unknown in this version.',
index: 1,
},
{ s: 'NOW', description: 'As soon as possible.', index: 2 },
{ s: 'FOREVER', description: 'An infinite point in the future.', index: 3 },
],
_oneof: 'approvedEndTime',
_type: 'enum',
Expand All @@ -49,9 +57,13 @@ module.exports = {
_description:
'Output only. The approved spending limit as a well-defined type, e.g. INFINITE. This will only be populated if the approved spending limit is INFINITE.',
_enums: [
{ s: 'UNSPECIFIED', description: 'Not specified.' },
{ s: 'UNKNOWN', description: 'Used for return value only. Represents value unknown in this version.' },
{ s: 'INFINITE', description: 'Infinite, indicates unlimited spending power.' },
{ s: 'UNSPECIFIED', description: 'Not specified.', index: 0 },
{
s: 'UNKNOWN',
description: 'Used for return value only. Represents value unknown in this version.',
index: 1,
},
{ s: 'INFINITE', description: 'Infinite, indicates unlimited spending power.', index: 2 },
],
_oneof: 'approvedSpendingLimit',
_type: 'enum',
Expand Down Expand Up @@ -88,13 +100,14 @@ module.exports = {
end_time_type: {
_description: 'Output only. The end time as a well-defined type, e.g. FOREVER.',
_enums: [
{ s: 'UNSPECIFIED', description: 'Not specified.' },
{ s: 'UNSPECIFIED', description: 'Not specified.', index: 0 },
{
s: 'UNKNOWN',
description: 'Used for return value only. Represents value unknown in this version.',
index: 1,
},
{ s: 'NOW', description: 'As soon as possible.' },
{ s: 'FOREVER', description: 'An infinite point in the future.' },
{ s: 'NOW', description: 'As soon as possible.', index: 2 },
{ s: 'FOREVER', description: 'An infinite point in the future.', index: 3 },
],
_type: 'enum',
},
Expand All @@ -104,15 +117,24 @@ module.exports = {
_description:
'Output only. The type of this proposal, e.g. END to end the budget associated with this proposal.',
_enums: [
{ s: 'UNSPECIFIED', description: 'Not specified.' },
{ s: 'UNSPECIFIED', description: 'Not specified.', index: 0 },
{
s: 'UNKNOWN',
description: 'Used for return value only. Represents value unknown in this version.',
index: 1,
},
{ s: 'CREATE', description: 'Identifies a request to create a new budget.', index: 2 },
{ s: 'UPDATE', description: 'Identifies a request to edit an existing budget.', index: 3 },
{
s: 'END',
description: 'Identifies a request to end a budget that has already started.',
index: 4,
},
{
s: 'REMOVE',
description: "Identifies a request to remove a budget that hasn't started yet.",
index: 5,
},
{ s: 'CREATE', description: 'Identifies a request to create a new budget.' },
{ s: 'UPDATE', description: 'Identifies a request to edit an existing budget.' },
{ s: 'END', description: 'Identifies a request to end a budget that has already started.' },
{ s: 'REMOVE', description: "Identifies a request to remove a budget that hasn't started yet." },
],
_type: 'enum',
},
Expand All @@ -128,12 +150,13 @@ module.exports = {
spending_limit_type: {
_description: 'Output only. The spending limit as a well-defined type, e.g. INFINITE.',
_enums: [
{ s: 'UNSPECIFIED', description: 'Not specified.' },
{ s: 'UNSPECIFIED', description: 'Not specified.', index: 0 },
{
s: 'UNKNOWN',
description: 'Used for return value only. Represents value unknown in this version.',
index: 1,
},
{ s: 'INFINITE', description: 'Infinite, indicates unlimited spending power.' },
{ s: 'INFINITE', description: 'Infinite, indicates unlimited spending power.', index: 2 },
],
_type: 'enum',
},
Expand All @@ -150,10 +173,14 @@ module.exports = {
proposed_end_time_type: {
_description: 'Output only. The proposed end time as a well-defined type, e.g. FOREVER.',
_enums: [
{ s: 'UNSPECIFIED', description: 'Not specified.' },
{ s: 'UNKNOWN', description: 'Used for return value only. Represents value unknown in this version.' },
{ s: 'NOW', description: 'As soon as possible.' },
{ s: 'FOREVER', description: 'An infinite point in the future.' },
{ s: 'UNSPECIFIED', description: 'Not specified.', index: 0 },
{
s: 'UNKNOWN',
description: 'Used for return value only. Represents value unknown in this version.',
index: 1,
},
{ s: 'NOW', description: 'As soon as possible.', index: 2 },
{ s: 'FOREVER', description: 'An infinite point in the future.', index: 3 },
],
_oneof: 'proposedEndTime',
_type: 'enum',
Expand All @@ -166,9 +193,13 @@ module.exports = {
proposed_spending_limit_type: {
_description: 'Output only. The proposed spending limit as a well-defined type, e.g. INFINITE.',
_enums: [
{ s: 'UNSPECIFIED', description: 'Not specified.' },
{ s: 'UNKNOWN', description: 'Used for return value only. Represents value unknown in this version.' },
{ s: 'INFINITE', description: 'Infinite, indicates unlimited spending power.' },
{ s: 'UNSPECIFIED', description: 'Not specified.', index: 0 },
{
s: 'UNKNOWN',
description: 'Used for return value only. Represents value unknown in this version.',
index: 1,
},
{ s: 'INFINITE', description: 'Infinite, indicates unlimited spending power.', index: 2 },
],
_oneof: 'proposedSpendingLimit',
_type: 'enum',
Expand All @@ -191,11 +222,15 @@ module.exports = {
status: {
_description: 'Output only. The status of this account-level budget.',
_enums: [
{ s: 'UNSPECIFIED', description: 'Not specified.' },
{ s: 'UNKNOWN', description: 'Used for return value only. Represents value unknown in this version.' },
{ s: 'PENDING', description: 'The account budget is pending approval.' },
{ s: 'APPROVED', description: 'The account budget has been approved.' },
{ s: 'CANCELLED', description: 'The account budget has been cancelled by the user.' },
{ s: 'UNSPECIFIED', description: 'Not specified.', index: 0 },
{
s: 'UNKNOWN',
description: 'Used for return value only. Represents value unknown in this version.',
index: 1,
},
{ s: 'PENDING', description: 'The account budget is pending approval.', index: 2 },
{ s: 'APPROVED', description: 'The account budget has been approved.', index: 3 },
{ s: 'CANCELLED', description: 'The account budget has been cancelled by the user.', index: 4 },
],
_type: 'enum',
},
Expand Down
92 changes: 63 additions & 29 deletions docs/content/entities/account_budget_proposal/meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ module.exports = {
approved_end_time_type: {
_description: 'Output only. The approved end date time as a well-defined type, e.g. FOREVER.',
_enums: [
{ s: 'UNSPECIFIED', description: 'Not specified.' },
{ s: 'UNKNOWN', description: 'Used for return value only. Represents value unknown in this version.' },
{ s: 'NOW', description: 'As soon as possible.' },
{ s: 'FOREVER', description: 'An infinite point in the future.' },
{ s: 'UNSPECIFIED', description: 'Not specified.', index: 0 },
{
s: 'UNKNOWN',
description: 'Used for return value only. Represents value unknown in this version.',
index: 1,
},
{ s: 'NOW', description: 'As soon as possible.', index: 2 },
{ s: 'FOREVER', description: 'An infinite point in the future.', index: 3 },
],
_oneof: 'approvedEndTime',
_type: 'enum',
Expand All @@ -33,9 +37,13 @@ module.exports = {
approved_spending_limit_type: {
_description: 'Output only. The approved spending limit as a well-defined type, e.g. INFINITE.',
_enums: [
{ s: 'UNSPECIFIED', description: 'Not specified.' },
{ s: 'UNKNOWN', description: 'Used for return value only. Represents value unknown in this version.' },
{ s: 'INFINITE', description: 'Infinite, indicates unlimited spending power.' },
{ s: 'UNSPECIFIED', description: 'Not specified.', index: 0 },
{
s: 'UNKNOWN',
description: 'Used for return value only. Represents value unknown in this version.',
index: 1,
},
{ s: 'INFINITE', description: 'Infinite, indicates unlimited spending power.', index: 2 },
],
_oneof: 'approvedSpendingLimit',
_type: 'enum',
Expand All @@ -58,12 +66,20 @@ module.exports = {
_description:
'Immutable. The type of this proposal, e.g. END to end the budget associated with this proposal.',
_enums: [
{ s: 'UNSPECIFIED', description: 'Not specified.' },
{ s: 'UNKNOWN', description: 'Used for return value only. Represents value unknown in this version.' },
{ s: 'CREATE', description: 'Identifies a request to create a new budget.' },
{ s: 'UPDATE', description: 'Identifies a request to edit an existing budget.' },
{ s: 'END', description: 'Identifies a request to end a budget that has already started.' },
{ s: 'REMOVE', description: "Identifies a request to remove a budget that hasn't started yet." },
{ s: 'UNSPECIFIED', description: 'Not specified.', index: 0 },
{
s: 'UNKNOWN',
description: 'Used for return value only. Represents value unknown in this version.',
index: 1,
},
{ s: 'CREATE', description: 'Identifies a request to create a new budget.', index: 2 },
{ s: 'UPDATE', description: 'Identifies a request to edit an existing budget.', index: 3 },
{ s: 'END', description: 'Identifies a request to end a budget that has already started.', index: 4 },
{
s: 'REMOVE',
description: "Identifies a request to remove a budget that hasn't started yet.",
index: 5,
},
],
_type: 'enum',
},
Expand All @@ -75,10 +91,14 @@ module.exports = {
proposed_end_time_type: {
_description: 'Immutable. The proposed end date time as a well-defined type, e.g. FOREVER.',
_enums: [
{ s: 'UNSPECIFIED', description: 'Not specified.' },
{ s: 'UNKNOWN', description: 'Used for return value only. Represents value unknown in this version.' },
{ s: 'NOW', description: 'As soon as possible.' },
{ s: 'FOREVER', description: 'An infinite point in the future.' },
{ s: 'UNSPECIFIED', description: 'Not specified.', index: 0 },
{
s: 'UNKNOWN',
description: 'Used for return value only. Represents value unknown in this version.',
index: 1,
},
{ s: 'NOW', description: 'As soon as possible.', index: 2 },
{ s: 'FOREVER', description: 'An infinite point in the future.', index: 3 },
],
_oneof: 'proposedEndTime',
_type: 'enum',
Expand All @@ -98,9 +118,13 @@ module.exports = {
proposed_spending_limit_type: {
_description: 'Immutable. The proposed spending limit as a well-defined type, e.g. INFINITE.',
_enums: [
{ s: 'UNSPECIFIED', description: 'Not specified.' },
{ s: 'UNKNOWN', description: 'Used for return value only. Represents value unknown in this version.' },
{ s: 'INFINITE', description: 'Infinite, indicates unlimited spending power.' },
{ s: 'UNSPECIFIED', description: 'Not specified.', index: 0 },
{
s: 'UNKNOWN',
description: 'Used for return value only. Represents value unknown in this version.',
index: 1,
},
{ s: 'INFINITE', description: 'Infinite, indicates unlimited spending power.', index: 2 },
],
_oneof: 'proposedSpendingLimit',
_type: 'enum',
Expand All @@ -113,10 +137,14 @@ module.exports = {
proposed_start_time_type: {
_description: 'Immutable. The proposed start date time as a well-defined type, e.g. NOW.',
_enums: [
{ s: 'UNSPECIFIED', description: 'Not specified.' },
{ s: 'UNKNOWN', description: 'Used for return value only. Represents value unknown in this version.' },
{ s: 'NOW', description: 'As soon as possible.' },
{ s: 'FOREVER', description: 'An infinite point in the future.' },
{ s: 'UNSPECIFIED', description: 'Not specified.', index: 0 },
{
s: 'UNKNOWN',
description: 'Used for return value only. Represents value unknown in this version.',
index: 1,
},
{ s: 'NOW', description: 'As soon as possible.', index: 2 },
{ s: 'FOREVER', description: 'An infinite point in the future.', index: 3 },
],
_oneof: 'proposedStartTime',
_type: 'enum',
Expand All @@ -130,19 +158,25 @@ module.exports = {
_description:
'Output only. The status of this proposal. When a new proposal is created, the status defaults to PENDING.',
_enums: [
{ s: 'UNSPECIFIED', description: 'Not specified.' },
{ s: 'UNKNOWN', description: 'Used for return value only. Represents value unknown in this version.' },
{ s: 'PENDING', description: 'The proposal is pending approval.' },
{ s: 'UNSPECIFIED', description: 'Not specified.', index: 0 },
{
s: 'UNKNOWN',
description: 'Used for return value only. Represents value unknown in this version.',
index: 1,
},
{ s: 'PENDING', description: 'The proposal is pending approval.', index: 2 },
{
s: 'APPROVED_HELD',
description:
'The proposal has been approved but the corresponding billing setup\nhas not. This can occur for proposals that set up the first budget\nwhen signing up for billing or when performing a change of bill-to\noperation.',
index: 3,
},
{ s: 'APPROVED', description: 'The proposal has been approved.' },
{ s: 'CANCELLED', description: 'The proposal has been cancelled by the user.' },
{ s: 'APPROVED', description: 'The proposal has been approved.', index: 4 },
{ s: 'CANCELLED', description: 'The proposal has been cancelled by the user.', index: 5 },
{
s: 'REJECTED',
description: 'The proposal has been rejected by the user, e.g. by rejecting an\nacceptance email.',
index: 6,
},
],
_type: 'enum',
Expand Down
Loading

0 comments on commit 0e4e439

Please sign in to comment.