@segment/action-destinations 3.397.0 → 3.398.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.
@@ -3,7 +3,7 @@ import { ModifiedResponse, RequestClient, DynamicFieldResponse, Features, MultiS
3
3
  import { StatsContext } from '@segment/actions-core/destination-kit';
4
4
  import { HTTPError } from '@segment/actions-core';
5
5
  import type { Payload as UserListPayload } from './userList/generated-types';
6
- export declare const API_VERSION = "v17";
6
+ export declare const API_VERSION = "v19";
7
7
  export declare const CANARY_API_VERSION = "v19";
8
8
  export declare const FLAGON_NAME = "google-enhanced-canary-version";
9
9
  type GoogleAdsErrorData = {
@@ -7,7 +7,7 @@ const formats_1 = require("ajv-formats/dist/formats");
7
7
  const actions_core_2 = require("@segment/actions-core");
8
8
  const constants_1 = require("./constants");
9
9
  const hashing_utils_1 = require("../../lib/hashing-utils");
10
- exports.API_VERSION = 'v17';
10
+ exports.API_VERSION = 'v19';
11
11
  exports.CANARY_API_VERSION = 'v19';
12
12
  exports.FLAGON_NAME = 'google-enhanced-canary-version';
13
13
  class GoogleAdsError extends actions_core_2.HTTPError {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@segment/action-destinations",
3
3
  "description": "Destination Actions engine and definitions.",
4
- "version": "3.397.0",
4
+ "version": "3.398.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/segmentio/action-destinations",
@@ -90,5 +90,5 @@
90
90
  "__tests__/__helpers__/"
91
91
  ]
92
92
  },
93
- "gitHead": "9eadd11ece038ebba83c4be512f37cab600968aa"
93
+ "gitHead": "cd1cb11fa058c751493cb8e1613d8d9cd8338cae"
94
94
  }