Skip to content

Commit a77e7bc

Browse files
committed
chore: update generated config types
1 parent 35dba11 commit a77e7bc

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
CHANGELOG.md
3+
packages/types/src/config

packages/types/src/config/types.gen.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2529,7 +2529,7 @@ export type ConversionEvent = {
25292529
/**
25302530
* Key of the metric
25312531
*/
2532-
key?: 'amount' | 'productsCount' | 'transactionId';
2532+
key?: 'amount' | 'productsCount' | 'transactionId' | 'customDimension1' | 'customDimension2' | 'customDimension3' | 'customDimension4' | 'customDimension5';
25332533
/**
25342534
* Value of the metric
25352535
*/
@@ -2830,4 +2830,4 @@ export type $OpenApiTs = {
28302830
};
28312831
};
28322832
};
2833-
};
2833+
};

0 commit comments

Comments
 (0)