@segment/action-destinations 3.456.0 → 3.457.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.
@@ -1,4 +1,4 @@
1
- export declare const API_VERSION = "21.0";
1
+ export declare const API_VERSION = "24.0";
2
2
  export declare const CANARY_API_VERSION = "24.0";
3
3
  export declare const CURRENCY_ISO_CODES: Set<string>;
4
4
  export declare const US_STATE_CODES: Map<string, string>;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.COUNTRY_CODES = exports.US_STATE_CODES = exports.CURRENCY_ISO_CODES = exports.CANARY_API_VERSION = exports.API_VERSION = void 0;
4
- exports.API_VERSION = '21.0';
4
+ exports.API_VERSION = '24.0';
5
5
  exports.CANARY_API_VERSION = '24.0';
6
6
  exports.CURRENCY_ISO_CODES = new Set([
7
7
  'AED',
@@ -1,5 +1,5 @@
1
1
  export declare const US_STATE_CODES: Map<string, string>;
2
- export declare const API_VERSION = "v21.0";
2
+ export declare const API_VERSION = "v24.0";
3
3
  export declare const CANARY_API_VERSION = "v24.0";
4
4
  export declare const BASE_URL = "https://graph.facebook.com";
5
5
  export declare const FACEBOOK_CUSTOM_AUDIENCE_FLAGON = "facebook-custom-audience-actions-canary-version";
@@ -53,7 +53,7 @@ exports.US_STATE_CODES = new Map([
53
53
  ['wisconsin', 'wi'],
54
54
  ['wyoming', 'wy']
55
55
  ]);
56
- exports.API_VERSION = 'v21.0';
56
+ exports.API_VERSION = 'v24.0';
57
57
  exports.CANARY_API_VERSION = 'v24.0';
58
58
  exports.BASE_URL = 'https://graph.facebook.com';
59
59
  exports.FACEBOOK_CUSTOM_AUDIENCE_FLAGON = 'facebook-custom-audience-actions-canary-version';
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.456.0",
4
+ "version": "3.457.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/segmentio/action-destinations",
@@ -92,5 +92,5 @@
92
92
  "__tests__/__helpers__/"
93
93
  ]
94
94
  },
95
- "gitHead": "1b29fc4a2f6af8dc26a06d25ba134aa0e3451cce"
95
+ "gitHead": "c7120036feeb531644993ce1ee17d6c34b5bd701"
96
96
  }