@segment/action-destinations 3.227.0 → 3.227.1-stratconn-3289.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/dist/destinations/google-enhanced-conversions/functions.d.ts +1 -1
- package/dist/destinations/google-enhanced-conversions/functions.js +1 -1
- package/package.json +8 -3
- package/dist/destinations/liveramp-audiences/audienceEnteredSFTP.types.d.ts +0 -16
- package/dist/destinations/liveramp-audiences/audienceEnteredSFTP.types.js +0 -3
- package/dist/destinations/liveramp-audiences/audienceEnteredSFTP.types.js.map +0 -1
|
@@ -2,7 +2,7 @@ import { ConversionCustomVariable, PartialErrorResponse, QueryResponse } from '.
|
|
|
2
2
|
import { ModifiedResponse, RequestClient, DynamicFieldResponse } from '@segment/actions-core';
|
|
3
3
|
import { StatsContext } from '@segment/actions-core/destination-kit';
|
|
4
4
|
import { Features } from '@segment/actions-core/mapping-kit';
|
|
5
|
-
export declare const API_VERSION = "
|
|
5
|
+
export declare const API_VERSION = "v13";
|
|
6
6
|
export declare const CANARY_API_VERSION = "v13";
|
|
7
7
|
export declare const FLAGON_NAME = "google-enhanced-canary-version";
|
|
8
8
|
export declare function formatCustomVariables(customVariables: object, customVariableIdsResults: Array<ConversionCustomVariable>): object;
|
|
@@ -4,7 +4,7 @@ exports.commonHashedEmailValidation = exports.isHashedEmail = exports.getApiVers
|
|
|
4
4
|
const crypto_1 = require("crypto");
|
|
5
5
|
const actions_core_1 = require("@segment/actions-core");
|
|
6
6
|
const formats_1 = require("ajv-formats/dist/formats");
|
|
7
|
-
exports.API_VERSION = '
|
|
7
|
+
exports.API_VERSION = 'v13';
|
|
8
8
|
exports.CANARY_API_VERSION = 'v13';
|
|
9
9
|
exports.FLAGON_NAME = 'google-enhanced-canary-version';
|
|
10
10
|
function formatCustomVariables(customVariables, customVariableIdsResults) {
|
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.227.0",
|
|
4
|
+
"version": "3.227.1-stratconn-3289.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/segmentio/action-destinations",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"clean": "tsc -b tsconfig.build.json --clean",
|
|
28
28
|
"postclean": "rm -rf dist",
|
|
29
29
|
"prepublishOnly": "yarn build",
|
|
30
|
-
"test": "jest
|
|
30
|
+
"test": "jest",
|
|
31
31
|
"typecheck": "tsc -p tsconfig.build.json --noEmit"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
@@ -55,6 +55,11 @@
|
|
|
55
55
|
},
|
|
56
56
|
"jest": {
|
|
57
57
|
"preset": "ts-jest",
|
|
58
|
+
"globals": {
|
|
59
|
+
"ts-jest": {
|
|
60
|
+
"isolatedModules": true
|
|
61
|
+
}
|
|
62
|
+
},
|
|
58
63
|
"testEnvironment": "node",
|
|
59
64
|
"modulePathIgnorePatterns": [
|
|
60
65
|
"<rootDir>/dist/"
|
|
@@ -77,5 +82,5 @@
|
|
|
77
82
|
"__tests__/__helpers__/"
|
|
78
83
|
]
|
|
79
84
|
},
|
|
80
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "9c04e12c4a0e81f6b68dca0a297fb2c0209d2431"
|
|
81
86
|
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export interface Payload {
|
|
2
|
-
sftp_username?: string;
|
|
3
|
-
sftp_password?: string;
|
|
4
|
-
sftp_folder_path?: string;
|
|
5
|
-
audience_key: string;
|
|
6
|
-
identifier_data?: {
|
|
7
|
-
[k: string]: unknown;
|
|
8
|
-
};
|
|
9
|
-
unhashed_identifier_data?: {
|
|
10
|
-
[k: string]: unknown;
|
|
11
|
-
};
|
|
12
|
-
delimiter: string;
|
|
13
|
-
filename: string;
|
|
14
|
-
enable_batching: boolean;
|
|
15
|
-
batch_size?: number;
|
|
16
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"audienceEnteredSFTP.types.js","sourceRoot":"","sources":["../../../src/destinations/liveramp-audiences/audienceEnteredSFTP.types.ts"],"names":[],"mappings":""}
|