Skip to content

Commit

Permalink
refactor: add reference to original file
Browse files Browse the repository at this point in the history
  • Loading branch information
koladilip committed Nov 19, 2024
1 parent b317c52 commit 5706742
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 3 deletions.
1 change: 1 addition & 0 deletions generated/Destinations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
GENERATED - DO NOT EDIT
This file is generated from the templates/Destinations.ts.template file.
NOTE: Containly only constants for device mode destinations
Orginal file: https://github.com/rudderlabs/rudder-integrations-config/blob/main/generated/Destinations.ts
*/
export const ACTIVE_CAMPAIGN_NAME = 'ACTIVE_CAMPAIGN';
export const ACTIVE_CAMPAIGN_DISPLAY_NAME = 'ActiveCampaign';
Expand Down
2 changes: 2 additions & 0 deletions templates/Destinations.dart.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
GENERATED - DO NOT EDIT
This file is generated from the templates/Destinations.dart.template file.
Orginal file: https://github.com/rudderlabs/rudder-integrations-config/blob/main/generated/Destinations.dart

NOTE: Containly only constants for device mode destinations
*/

Expand Down
2 changes: 2 additions & 0 deletions templates/Destinations.java.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
GENERATED - DO NOT EDIT
This file is generated from the templates/Destinations.java.template file.
Orginal file: https://github.com/rudderlabs/rudder-integrations-config/blob/main/generated/Destinations.java

NOTE: Containly only constants for device mode destinations
*/

Expand Down
2 changes: 2 additions & 0 deletions templates/Destinations.kt.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
GENERATED - DO NOT EDIT
This file is generated from the templates/Destinations.kt.template file.
Orginal file: https://github.com/rudderlabs/rudder-integrations-config/blob/main/generated/Destinations.kt

NOTE: Containly only constants for device mode destinations
*/

Expand Down
5 changes: 3 additions & 2 deletions templates/Destinations.m.template
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/*
GENERATED - DO NOT EDIT
This file is generated from the templates/Destinations.m.template file.
NOTE: Containly only constants for device mode destinations
*/
Orginal file: https://github.com/rudderlabs/rudder-integrations-config/blob/main/generated/Destinations.m

NOTE: Containly only constants for device mode destinations */

#import <Foundation/Foundation.h>

Expand Down
4 changes: 3 additions & 1 deletion templates/Destinations.swift.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
GENERATED - DO NOT EDIT
This file is generated from the templates/Destinations.swift.template file.
NOTE: Containly only constants for device mode destinations
Orginal file: https://github.com/rudderlabs/rudder-integrations-config/blob/main/generated/Destinations.swift

NOTE: Containly only constants for device mode destinations
*/

struct Destinations {
Expand Down
2 changes: 2 additions & 0 deletions templates/Destinations.ts.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
GENERATED - DO NOT EDIT
This file is generated from the templates/Destinations.ts.template file.
Orginal file: https://github.com/rudderlabs/rudder-integrations-config/blob/main/generated/Destinations.ts

NOTE: Containly only constants for device mode destinations
*/
${
Expand Down

0 comments on commit 5706742

Please sign in to comment.