google-ads-api 19.1.0-beta.1 → 20.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/build/src/protos/autogen/enums.d.ts +1061 -1002
- package/build/src/protos/autogen/enums.js +1061 -997
- package/build/src/protos/autogen/fields.d.ts +96 -93
- package/build/src/protos/autogen/fields.js +3 -0
- package/build/src/protos/autogen/serviceFactory.d.ts +174 -170
- package/build/src/protos/autogen/serviceFactory.js +233 -170
- package/build/src/protos/index.d.ts +6 -6
- package/build/src/protos/index.js +5 -5
- package/build/src/service.d.ts +1 -1
- package/build/src/version.d.ts +1 -1
- package/build/src/version.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
</p>
|
|
8
8
|
<p align="center">
|
|
9
9
|
<a href="https://developers.google.com/google-ads/api/docs/release-notes">
|
|
10
|
-
<img src="https://img.shields.io/badge/google%20ads-
|
|
10
|
+
<img src="https://img.shields.io/badge/google%20ads-v20.0.0-009688.svg?style=flat-square">
|
|
11
11
|
</a>
|
|
12
12
|
<a href="https://www.npmjs.com/package/google-ads-api">
|
|
13
13
|
<img src="https://img.shields.io/npm/v/google-ads-api.svg?style=flat-square">
|
|
@@ -385,7 +385,7 @@ const keyword = "24 hour locksmith harlem";
|
|
|
385
385
|
|
|
386
386
|
const operations: MutateOperation<
|
|
387
387
|
resources.IAdGroupCriterion & {
|
|
388
|
-
exempt_policy_violation_keys?: google.ads.googleads.
|
|
388
|
+
exempt_policy_violation_keys?: google.ads.googleads.v20.common.IPolicyViolationKey[];
|
|
389
389
|
}
|
|
390
390
|
>[] = [
|
|
391
391
|
{
|