@googleapis/tagmanager 0.6.1 → 2.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/CHANGELOG.md +29 -0
- package/build/index.js +5 -4
- package/build/index.js.map +1 -1
- package/build/v1.js +99 -98
- package/build/v1.js.map +1 -1
- package/build/v2.d.ts +2572 -1404
- package/build/v2.js +565 -172
- package/build/v2.js.map +1 -1
- package/package.json +5 -5
- package/v2.ts +4786 -2697
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/tagmanager-v1.0.1...tagmanager-v2.0.0) (2022-10-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### ⚠ BREAKING CHANGES
|
|
7
|
+
|
|
8
|
+
* **build:** This release has breaking changes.
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* **build:** run the generator (submodules now require Node 12) ([#3073](https://github.com/googleapis/google-api-nodejs-client/issues/3073)) ([eda0707](https://github.com/googleapis/google-api-nodejs-client/commit/eda07079dadab46a80b6f9ede618f4f43030169e))
|
|
13
|
+
|
|
14
|
+
## [1.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/tagmanager-v1.0.0...tagmanager-v1.0.1) (2022-09-21)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **tagmanager:** update the API ([518d047](https://github.com/googleapis/google-api-nodejs-client/commit/518d0477db02ccb5c93a5993e2fb9fbd7660c9f0))
|
|
20
|
+
|
|
21
|
+
## [1.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/tagmanager-v0.6.1...tagmanager-v1.0.0) (2022-08-19)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### ⚠ BREAKING CHANGES
|
|
25
|
+
|
|
26
|
+
* **tagmanager:** This release has breaking changes.
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* **tagmanager:** update the API ([09cf42f](https://github.com/googleapis/google-api-nodejs-client/commit/09cf42ffb5322642f7560ef87bb76dd76d5daf34))
|
|
31
|
+
|
|
3
32
|
## [0.6.1](https://github.com/googleapis/google-api-nodejs-client/compare/tagmanager-v0.6.0...tagmanager-v0.6.1) (2022-06-21)
|
|
4
33
|
|
|
5
34
|
|
package/build/index.js
CHANGED
|
@@ -12,22 +12,23 @@
|
|
|
12
12
|
// See the License for the specific language governing permissions and
|
|
13
13
|
// limitations under the License.
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.AuthPlus = exports.tagmanager_v2 = exports.tagmanager_v1 = exports.auth = exports.tagmanager = exports.VERSIONS = void 0;
|
|
15
16
|
/*! THIS FILE IS AUTO-GENERATED */
|
|
16
17
|
const googleapis_common_1 = require("googleapis-common");
|
|
17
18
|
const v1_1 = require("./v1");
|
|
18
|
-
exports
|
|
19
|
+
Object.defineProperty(exports, "tagmanager_v1", { enumerable: true, get: function () { return v1_1.tagmanager_v1; } });
|
|
19
20
|
const v2_1 = require("./v2");
|
|
20
|
-
exports
|
|
21
|
+
Object.defineProperty(exports, "tagmanager_v2", { enumerable: true, get: function () { return v2_1.tagmanager_v2; } });
|
|
21
22
|
exports.VERSIONS = {
|
|
22
23
|
v1: v1_1.tagmanager_v1.Tagmanager,
|
|
23
24
|
v2: v2_1.tagmanager_v2.Tagmanager,
|
|
24
25
|
};
|
|
25
26
|
function tagmanager(versionOrOptions) {
|
|
26
|
-
return googleapis_common_1.getAPI('tagmanager', versionOrOptions, exports.VERSIONS, this);
|
|
27
|
+
return (0, googleapis_common_1.getAPI)('tagmanager', versionOrOptions, exports.VERSIONS, this);
|
|
27
28
|
}
|
|
28
29
|
exports.tagmanager = tagmanager;
|
|
29
30
|
const auth = new googleapis_common_1.AuthPlus();
|
|
30
31
|
exports.auth = auth;
|
|
31
32
|
var googleapis_common_2 = require("googleapis-common");
|
|
32
|
-
exports
|
|
33
|
+
Object.defineProperty(exports, "AuthPlus", { enumerable: true, get: function () { return googleapis_common_2.AuthPlus; } });
|
|
33
34
|
//# sourceMappingURL=index.js.map
|
package/build/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA,4BAA4B;AAC5B,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,gDAAgD;AAChD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA,4BAA4B;AAC5B,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,gDAAgD;AAChD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;;;AAEjC,kCAAkC;AAElC,yDAAuE;AACvE,6BAAmC;AA2B3B,8FA3BA,kBAAa,OA2BA;AA1BrB,6BAAmC;AA2B3B,8FA3BA,kBAAa,OA2BA;AAzBR,QAAA,QAAQ,GAAG;IACtB,EAAE,EAAE,kBAAa,CAAC,UAAU;IAC5B,EAAE,EAAE,kBAAa,CAAC,UAAU;CAC7B,CAAC;AAUF,SAAgB,UAAU,CAIxB,gBAA6E;IAE7E,OAAO,IAAA,0BAAM,EAAI,YAAY,EAAE,gBAAgB,EAAE,gBAAQ,EAAE,IAAI,CAAC,CAAC;AACnE,CAAC;AAPD,gCAOC;AAED,MAAM,IAAI,GAAG,IAAI,4BAAQ,EAAE,CAAC;AACpB,oBAAI;AAGZ,uDAS2B;AARzB,6GAAA,QAAQ,OAAA"}
|