google-ads-api 13.0.1 → 14.1.0-beta-1
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 +1 -7
- package/build/src/protos/autogen/enums.d.ts +463 -314
- package/build/src/protos/autogen/enums.js +464 -307
- package/build/src/protos/autogen/fields.d.ts +176 -162
- package/build/src/protos/autogen/fields.js +8 -3
- package/build/src/protos/autogen/resourceNames.d.ts +25 -13
- package/build/src/protos/autogen/resourceNames.js +34 -18
- package/build/src/protos/autogen/serviceFactory.d.ts +166 -168
- package/build/src/protos/autogen/serviceFactory.js +292 -404
- package/build/src/protos/index.d.ts +6 -6
- package/build/src/protos/index.js +5 -5
- 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-v14.1.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">
|
|
@@ -30,12 +30,6 @@
|
|
|
30
30
|
- Typescript definitions for all resources, enums, errors and services
|
|
31
31
|
- Provides all API functionality
|
|
32
32
|
|
|
33
|
-
> The Google Ads API is the new replacement to the AdWords API. Google will deprecate the AdWords API on the 27th of April, 2022.
|
|
34
|
-
|
|
35
|
-
# Hiring
|
|
36
|
-
|
|
37
|
-
We're currently hiring full-stack engineers at [Opteo](https://opteo.com)! If you're interested in working on this library and other exciting projects, say hello at [louis@opteo.com](mailto:louis@opteo.com)
|
|
38
|
-
|
|
39
33
|
# Installation
|
|
40
34
|
|
|
41
35
|
```bash
|