@google-cloud/nodejs-common 1.5.7-beta → 1.5.8-beta

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@google-cloud/nodejs-common",
3
- "version": "1.5.7-beta",
3
+ "version": "1.5.8-beta",
4
4
  "description": "A NodeJs common library for solutions based on Cloud Functions",
5
5
  "author": "Google Inc.",
6
6
  "license": "Apache-2.0",
@@ -16,21 +16,21 @@
16
16
  },
17
17
  "homepage": "https://github.com/GoogleCloudPlatform/cloud-for-marketing/blob/master/marketing-analytics/activation/common-libs/nodejs-common/README.md",
18
18
  "dependencies": {
19
- "@google-cloud/aiplatform": "^2.3.0",
20
- "@google-cloud/automl": "^3.1.0",
21
- "@google-cloud/bigquery": "^6.0.3",
22
- "@google-cloud/datastore": "^7.0.0",
23
- "@google-cloud/firestore": "^6.3.0",
24
- "@google-cloud/logging-winston": "^5.1.5",
25
- "@google-cloud/pubsub": "^3.2.0",
26
- "@google-cloud/storage": "^6.5.2",
27
- "@google-cloud/scheduler": "^3.0.4",
28
- "@google-cloud/secret-manager": "^4.1.3",
19
+ "@google-cloud/aiplatform": "^2.5.0",
20
+ "@google-cloud/automl": "^3.1.2",
21
+ "@google-cloud/bigquery": "^6.1.0",
22
+ "@google-cloud/datastore": "^7.1.0",
23
+ "@google-cloud/firestore": "^6.4.2",
24
+ "@google-cloud/logging-winston": "^5.3.0",
25
+ "@google-cloud/pubsub": "^3.3.0",
26
+ "@google-cloud/storage": "^6.9.2",
27
+ "@google-cloud/scheduler": "^3.2.0",
28
+ "@google-cloud/secret-manager": "^4.2.0",
29
29
  "gaxios": "^5.0.2",
30
- "google-ads-api": "^11.1.0",
31
- "google-ads-node": "^9.1.0",
32
- "google-auth-library": "^8.5.2",
33
- "googleapis": "^108.0.0",
30
+ "google-ads-api": "^12.0.1",
31
+ "google-ads-node": "^10.0.0",
32
+ "google-auth-library": "^8.7.0",
33
+ "googleapis": "^110.0.0",
34
34
  "winston": "^3.8.2",
35
35
  "lodash": "^4.17.21"
36
36
  },
@@ -77,6 +77,8 @@ const PICKED_PROPERTIES = [
77
77
  'external_attribution_data',
78
78
  'cart_data',
79
79
  'user_identifiers',
80
+ 'gbraid',
81
+ 'wbraid',
80
82
  'gclid',
81
83
  'caller_id',
82
84
  'call_start_date_time',
@@ -115,6 +115,7 @@ class DatastoreModeAccess {
115
115
  .save({
116
116
  key: key,
117
117
  data: data,
118
+ excludeLargeProperties: true,
118
119
  })
119
120
  .then((apiResponse) => {
120
121
  // Default key in Datastore is a number in response like following.