@adtrackify/at-tracking-event-types 2.0.31 → 2.0.33

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.
@@ -7,7 +7,7 @@ export interface DestinationCatalogItem {
7
7
  shortName?: string;
8
8
  description?: string;
9
9
  url: string;
10
- fields?: DestinationCatalogFields[];
10
+ fields?: DestinationCatalogField[];
11
11
  createdAt: string;
12
12
  updatedAt: string;
13
13
  }
@@ -16,7 +16,7 @@ export interface DestinationCatalogFieldValidation {
16
16
  pattern: string;
17
17
  error?: string;
18
18
  }
19
- export interface DestinationCatalogFields {
19
+ export interface DestinationCatalogField {
20
20
  component_type: string;
21
21
  name: string;
22
22
  description: string;
@@ -3,6 +3,7 @@ export interface Destination {
3
3
  accountId: string;
4
4
  pixelId: string;
5
5
  destination: string;
6
+ destinationType?: string;
6
7
  displayName?: string;
7
8
  enabled: boolean;
8
9
  configuration?: UserDestinationConfiguration;
@@ -1 +1 @@
1
- {"version":3,"file":"destinations.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/destinations.ts"],"names":[],"mappings":";;;AAYA,IAAY,YAcX;AAdD,WAAY,YAAY;IACtB,qCAAqB,CAAA;IACrB,iCAAiB,CAAA;IACjB,wCAAwB,CAAA;IACxB,uDAAuC,CAAA;IACvC,mCAAmB,CAAA;IACnB,mCAAmB,CAAA;IACnB,0CAA0B,CAAA;IAC1B,qCAAqB,CAAA;IACrB,mCAAmB,CAAA;IACnB,iCAAiB,CAAA;IACjB,qCAAqB,CAAA;IACrB,4DAA4C,CAAA;IAC5C,+DAA+C,CAAA;AACjD,CAAC,EAdW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAcvB"}
1
+ {"version":3,"file":"destinations.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/destinations.ts"],"names":[],"mappings":";;;AAaA,IAAY,YAcX;AAdD,WAAY,YAAY;IACtB,qCAAqB,CAAA;IACrB,iCAAiB,CAAA;IACjB,wCAAwB,CAAA;IACxB,uDAAuC,CAAA;IACvC,mCAAmB,CAAA;IACnB,mCAAmB,CAAA;IACnB,0CAA0B,CAAA;IAC1B,qCAAqB,CAAA;IACrB,mCAAmB,CAAA;IACnB,iCAAiB,CAAA;IACjB,qCAAqB,CAAA;IACrB,4DAA4C,CAAA;IAC5C,+DAA+C,CAAA;AACjD,CAAC,EAdW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAcvB"}
@@ -7,7 +7,7 @@ export interface DestinationCatalogItem {
7
7
  shortName?: string;
8
8
  description?: string;
9
9
  url: string;
10
- fields?: DestinationCatalogFields[];
10
+ fields?: DestinationCatalogField[];
11
11
  createdAt: string;
12
12
  updatedAt: string;
13
13
  }
@@ -16,7 +16,7 @@ export interface DestinationCatalogFieldValidation {
16
16
  pattern: string;
17
17
  error?: string;
18
18
  }
19
- export interface DestinationCatalogFields {
19
+ export interface DestinationCatalogField {
20
20
  component_type: string;
21
21
  name: string;
22
22
  description: string;
@@ -3,6 +3,7 @@ export interface Destination {
3
3
  accountId: string;
4
4
  pixelId: string;
5
5
  destination: string;
6
+ destinationType?: string;
6
7
  displayName?: string;
7
8
  enabled: boolean;
8
9
  configuration?: UserDestinationConfiguration;
@@ -1 +1 @@
1
- {"version":3,"file":"destinations.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/destinations.ts"],"names":[],"mappings":"AAYA,MAAM,CAAN,IAAY,YAcX;AAdD,WAAY,YAAY;IACtB,qCAAqB,CAAA;IACrB,iCAAiB,CAAA;IACjB,wCAAwB,CAAA;IACxB,uDAAuC,CAAA;IACvC,mCAAmB,CAAA;IACnB,mCAAmB,CAAA;IACnB,0CAA0B,CAAA;IAC1B,qCAAqB,CAAA;IACrB,mCAAmB,CAAA;IACnB,iCAAiB,CAAA;IACjB,qCAAqB,CAAA;IACrB,4DAA4C,CAAA;IAC5C,+DAA+C,CAAA;AACjD,CAAC,EAdW,YAAY,KAAZ,YAAY,QAcvB"}
1
+ {"version":3,"file":"destinations.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/destinations.ts"],"names":[],"mappings":"AAaA,MAAM,CAAN,IAAY,YAcX;AAdD,WAAY,YAAY;IACtB,qCAAqB,CAAA;IACrB,iCAAiB,CAAA;IACjB,wCAAwB,CAAA;IACxB,uDAAuC,CAAA;IACvC,mCAAmB,CAAA;IACnB,mCAAmB,CAAA;IACnB,0CAA0B,CAAA;IAC1B,qCAAqB,CAAA;IACrB,mCAAmB,CAAA;IACnB,iCAAiB,CAAA;IACjB,qCAAqB,CAAA;IACrB,4DAA4C,CAAA;IAC5C,+DAA+C,CAAA;AACjD,CAAC,EAdW,YAAY,KAAZ,YAAY,QAcvB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "2.0.31",
3
+ "version": "2.0.33",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"