@convertcom/js-sdk-rules 2.1.0 → 2.1.3

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.
Files changed (215) hide show
  1. package/lib/enums/src/dictionary.d.ts +3 -0
  2. package/lib/enums/src/goal-data-key.d.ts +6 -1
  3. package/lib/index.d.ts +2 -1
  4. package/lib/index.js +203 -157
  5. package/lib/index.js.map +1 -1
  6. package/lib/index.min.js +1 -1
  7. package/lib/index.min.js.map +1 -1
  8. package/lib/index.min.mjs +1 -1
  9. package/lib/index.min.mjs.map +1 -1
  10. package/lib/index.mjs +203 -157
  11. package/lib/index.mjs.map +1 -1
  12. package/lib/legacy/index.js +180 -134
  13. package/lib/legacy/index.js.map +1 -1
  14. package/lib/legacy/index.min.js +1 -1
  15. package/lib/legacy/index.min.js.map +1 -1
  16. package/lib/package.json +5 -5
  17. package/lib/rules/src/interfaces/rule-manager.d.ts +1 -0
  18. package/lib/rules/src/rule-manager.d.ts +1 -1
  19. package/lib/types/index.d.ts +1 -0
  20. package/lib/types/src/config/index.d.ts +1 -192
  21. package/lib/types/src/config/types.gen.d.ts +2494 -0
  22. package/lib/utils/src/string-utils.d.ts +12 -0
  23. package/package.json +5 -5
  24. package/lib/types/src/config/models/Base64Image.d.ts +0 -6
  25. package/lib/types/src/config/models/BaseMatch.d.ts +0 -8
  26. package/lib/types/src/config/models/BaseRule.d.ts +0 -6
  27. package/lib/types/src/config/models/BaseRuleWithBooleanValue.d.ts +0 -7
  28. package/lib/types/src/config/models/BaseRuleWithBrowserNameValue.d.ts +0 -21
  29. package/lib/types/src/config/models/BaseRuleWithCountryCodeValue.d.ts +0 -7
  30. package/lib/types/src/config/models/BaseRuleWithDayOfWeekValue.d.ts +0 -7
  31. package/lib/types/src/config/models/BaseRuleWithExperienceBucketedValue.d.ts +0 -7
  32. package/lib/types/src/config/models/BaseRuleWithGoalTriggeredValue.d.ts +0 -7
  33. package/lib/types/src/config/models/BaseRuleWithHourOfDayValue.d.ts +0 -7
  34. package/lib/types/src/config/models/BaseRuleWithJsCodeValue.d.ts +0 -9
  35. package/lib/types/src/config/models/BaseRuleWithLanguageCodeValue.d.ts +0 -7
  36. package/lib/types/src/config/models/BaseRuleWithMinuteOfHourValue.d.ts +0 -7
  37. package/lib/types/src/config/models/BaseRuleWithNumericValue.d.ts +0 -7
  38. package/lib/types/src/config/models/BaseRuleWithOsValue.d.ts +0 -21
  39. package/lib/types/src/config/models/BaseRuleWithSegmentBucketedValue.d.ts +0 -7
  40. package/lib/types/src/config/models/BaseRuleWithStringValue.d.ts +0 -7
  41. package/lib/types/src/config/models/BaseRuleWithVisitorTypeValue.d.ts +0 -16
  42. package/lib/types/src/config/models/BaseRuleWithWeatherConditionValue.d.ts +0 -34
  43. package/lib/types/src/config/models/BoolMatchRulesTypes.d.ts +0 -6
  44. package/lib/types/src/config/models/BrowserNameMatchRule.d.ts +0 -10
  45. package/lib/types/src/config/models/BrowserNameMatchRulesTypes.d.ts +0 -3
  46. package/lib/types/src/config/models/BucketingEvent.d.ts +0 -15
  47. package/lib/types/src/config/models/ChoiceContainsOptions.d.ts +0 -3
  48. package/lib/types/src/config/models/ChoiceMatchingOptions.d.ts +0 -3
  49. package/lib/types/src/config/models/ClicksElementGoal.d.ts +0 -11
  50. package/lib/types/src/config/models/ClicksElementGoalSettings.d.ts +0 -6
  51. package/lib/types/src/config/models/ClicksLinkGoal.d.ts +0 -11
  52. package/lib/types/src/config/models/ClicksLinkGoalSettings.d.ts +0 -6
  53. package/lib/types/src/config/models/ConfigAudience.d.ts +0 -21
  54. package/lib/types/src/config/models/ConfigAudienceTypes.d.ts +0 -10
  55. package/lib/types/src/config/models/ConfigExperience.d.ts +0 -98
  56. package/lib/types/src/config/models/ConfigFeature.d.ts +0 -22
  57. package/lib/types/src/config/models/ConfigGoal.d.ts +0 -9
  58. package/lib/types/src/config/models/ConfigGoalBase.d.ts +0 -24
  59. package/lib/types/src/config/models/ConfigLocation.d.ts +0 -21
  60. package/lib/types/src/config/models/ConfigProject.d.ts +0 -151
  61. package/lib/types/src/config/models/ConfigResponseData.d.ts +0 -45
  62. package/lib/types/src/config/models/ConfigSegment.d.ts +0 -19
  63. package/lib/types/src/config/models/ConversionEvent.d.ts +0 -30
  64. package/lib/types/src/config/models/CookieMatchRule.d.ts +0 -14
  65. package/lib/types/src/config/models/CookieMatchRulesTypes.d.ts +0 -3
  66. package/lib/types/src/config/models/CountryMatchRule.d.ts +0 -10
  67. package/lib/types/src/config/models/CountryMatchRulesTypes.d.ts +0 -3
  68. package/lib/types/src/config/models/DayOfWeekMatchRule.d.ts +0 -10
  69. package/lib/types/src/config/models/DayOfWeekMatchRulesTypes.d.ts +0 -4
  70. package/lib/types/src/config/models/DomInteractionGoal.d.ts +0 -11
  71. package/lib/types/src/config/models/DomInteractionGoalSettings.d.ts +0 -15
  72. package/lib/types/src/config/models/ErrorData.d.ts +0 -5
  73. package/lib/types/src/config/models/ExperienceBucketedMatchRule.d.ts +0 -9
  74. package/lib/types/src/config/models/ExperienceChange.d.ts +0 -10
  75. package/lib/types/src/config/models/ExperienceChangeAdd.d.ts +0 -10
  76. package/lib/types/src/config/models/ExperienceChangeBase.d.ts +0 -27
  77. package/lib/types/src/config/models/ExperienceChangeCustomCodeData.d.ts +0 -6
  78. package/lib/types/src/config/models/ExperienceChangeCustomCodeDataAdd.d.ts +0 -6
  79. package/lib/types/src/config/models/ExperienceChangeCustomCodeDataBase.d.ts +0 -29
  80. package/lib/types/src/config/models/ExperienceChangeCustomCodeDataUpdate.d.ts +0 -6
  81. package/lib/types/src/config/models/ExperienceChangeCustomCodeDataUpdateNoId.d.ts +0 -5
  82. package/lib/types/src/config/models/ExperienceChangeDefaultCodeData.d.ts +0 -6
  83. package/lib/types/src/config/models/ExperienceChangeDefaultCodeDataAdd.d.ts +0 -6
  84. package/lib/types/src/config/models/ExperienceChangeDefaultCodeDataBase.d.ts +0 -29
  85. package/lib/types/src/config/models/ExperienceChangeDefaultCodeDataUpdate.d.ts +0 -6
  86. package/lib/types/src/config/models/ExperienceChangeDefaultCodeDataUpdateNoId.d.ts +0 -5
  87. package/lib/types/src/config/models/ExperienceChangeDefaultCodeMultipageData.d.ts +0 -6
  88. package/lib/types/src/config/models/ExperienceChangeDefaultCodeMultipageDataAdd.d.ts +0 -6
  89. package/lib/types/src/config/models/ExperienceChangeDefaultCodeMultipageDataBase.d.ts +0 -33
  90. package/lib/types/src/config/models/ExperienceChangeDefaultCodeMultipageDataUpdate.d.ts +0 -6
  91. package/lib/types/src/config/models/ExperienceChangeDefaultCodeMultipageDataUpdateNoId.d.ts +0 -5
  92. package/lib/types/src/config/models/ExperienceChangeDefaultRedirectData.d.ts +0 -6
  93. package/lib/types/src/config/models/ExperienceChangeDefaultRedirectDataAdd.d.ts +0 -6
  94. package/lib/types/src/config/models/ExperienceChangeDefaultRedirectDataBase.d.ts +0 -29
  95. package/lib/types/src/config/models/ExperienceChangeDefaultRedirectDataUpdate.d.ts +0 -6
  96. package/lib/types/src/config/models/ExperienceChangeDefaultRedirectDataUpdateNoId.d.ts +0 -5
  97. package/lib/types/src/config/models/ExperienceChangeFullStackFeature.d.ts +0 -6
  98. package/lib/types/src/config/models/ExperienceChangeFullStackFeatureAdd.d.ts +0 -6
  99. package/lib/types/src/config/models/ExperienceChangeFullStackFeatureBase.d.ts +0 -25
  100. package/lib/types/src/config/models/ExperienceChangeFullStackFeatureUpdate.d.ts +0 -6
  101. package/lib/types/src/config/models/ExperienceChangeFullStackFeatureUpdateNoId.d.ts +0 -5
  102. package/lib/types/src/config/models/ExperienceChangeId.d.ts +0 -9
  103. package/lib/types/src/config/models/ExperienceChangeIdReadOnly.d.ts +0 -9
  104. package/lib/types/src/config/models/ExperienceChangeRichStructureData.d.ts +0 -6
  105. package/lib/types/src/config/models/ExperienceChangeRichStructureDataAdd.d.ts +0 -6
  106. package/lib/types/src/config/models/ExperienceChangeRichStructureDataBase.d.ts +0 -16
  107. package/lib/types/src/config/models/ExperienceChangeRichStructureDataUpdate.d.ts +0 -6
  108. package/lib/types/src/config/models/ExperienceChangeRichStructureDataUpdateNoId.d.ts +0 -5
  109. package/lib/types/src/config/models/ExperienceChangeUpdate.d.ts +0 -10
  110. package/lib/types/src/config/models/ExperienceChangeUpdateNoId.d.ts +0 -10
  111. package/lib/types/src/config/models/ExperienceIntegrationBaidu.d.ts +0 -7
  112. package/lib/types/src/config/models/ExperienceIntegrationBase.d.ts +0 -10
  113. package/lib/types/src/config/models/ExperienceIntegrationClicktale.d.ts +0 -2
  114. package/lib/types/src/config/models/ExperienceIntegrationClicky.d.ts +0 -2
  115. package/lib/types/src/config/models/ExperienceIntegrationCnzz.d.ts +0 -7
  116. package/lib/types/src/config/models/ExperienceIntegrationCrazyegg.d.ts +0 -9
  117. package/lib/types/src/config/models/ExperienceIntegrationEconda.d.ts +0 -2
  118. package/lib/types/src/config/models/ExperienceIntegrationEulerian.d.ts +0 -2
  119. package/lib/types/src/config/models/ExperienceIntegrationGA3.d.ts +0 -9
  120. package/lib/types/src/config/models/ExperienceIntegrationGA4.d.ts +0 -8
  121. package/lib/types/src/config/models/ExperienceIntegrationGA4Base.d.ts +0 -4
  122. package/lib/types/src/config/models/ExperienceIntegrationGAServing.d.ts +0 -3
  123. package/lib/types/src/config/models/ExperienceIntegrationGoogleAnalytics.d.ts +0 -3
  124. package/lib/types/src/config/models/ExperienceIntegrationGosquared.d.ts +0 -2
  125. package/lib/types/src/config/models/ExperienceIntegrationHeapanalytics.d.ts +0 -2
  126. package/lib/types/src/config/models/ExperienceIntegrationHotjar.d.ts +0 -2
  127. package/lib/types/src/config/models/ExperienceIntegrationMixpanel.d.ts +0 -2
  128. package/lib/types/src/config/models/ExperienceIntegrationMouseflow.d.ts +0 -2
  129. package/lib/types/src/config/models/ExperienceIntegrationPiwik.d.ts +0 -7
  130. package/lib/types/src/config/models/ExperienceIntegrationSegmentio.d.ts +0 -2
  131. package/lib/types/src/config/models/ExperienceIntegrationSitecatalyst.d.ts +0 -7
  132. package/lib/types/src/config/models/ExperienceIntegrationWoopra.d.ts +0 -2
  133. package/lib/types/src/config/models/ExperienceIntegrationYsance.d.ts +0 -7
  134. package/lib/types/src/config/models/ExperienceTypes.d.ts +0 -8
  135. package/lib/types/src/config/models/ExperienceVariationConfig.d.ts +0 -30
  136. package/lib/types/src/config/models/Extra.d.ts +0 -4
  137. package/lib/types/src/config/models/FeatureVariableItemData.d.ts +0 -25
  138. package/lib/types/src/config/models/GA_Settings.d.ts +0 -3
  139. package/lib/types/src/config/models/GA_SettingsBase.d.ts +0 -6
  140. package/lib/types/src/config/models/GaGoal.d.ts +0 -11
  141. package/lib/types/src/config/models/GaGoalSettings.d.ts +0 -6
  142. package/lib/types/src/config/models/GenericBoolKeyValueMatchRule.d.ts +0 -11
  143. package/lib/types/src/config/models/GenericBoolKeyValueMatchRulesTypes.d.ts +0 -3
  144. package/lib/types/src/config/models/GenericBoolMatchRule.d.ts +0 -10
  145. package/lib/types/src/config/models/GenericKey.d.ts +0 -6
  146. package/lib/types/src/config/models/GenericNumericKeyValueMatchRule.d.ts +0 -11
  147. package/lib/types/src/config/models/GenericNumericKeyValueMatchRulesTypes.d.ts +0 -3
  148. package/lib/types/src/config/models/GenericNumericMatchRule.d.ts +0 -10
  149. package/lib/types/src/config/models/GenericSetMatchRule.d.ts +0 -9
  150. package/lib/types/src/config/models/GenericTextKeyValueMatchRule.d.ts +0 -11
  151. package/lib/types/src/config/models/GenericTextKeyValueMatchRulesTypes.d.ts +0 -3
  152. package/lib/types/src/config/models/GenericTextMatchRule.d.ts +0 -10
  153. package/lib/types/src/config/models/GoalTriggeredMatchRule.d.ts +0 -10
  154. package/lib/types/src/config/models/GoalTriggeredMatchRulesTypes.d.ts +0 -3
  155. package/lib/types/src/config/models/GoalTypes.d.ts +0 -10
  156. package/lib/types/src/config/models/HourOfDayMatchRule.d.ts +0 -10
  157. package/lib/types/src/config/models/HourOfDayMatchRulesTypes.d.ts +0 -4
  158. package/lib/types/src/config/models/IntegrationGA3.d.ts +0 -12
  159. package/lib/types/src/config/models/IntegrationGA4.d.ts +0 -7
  160. package/lib/types/src/config/models/IntegrationGA4Base.d.ts +0 -12
  161. package/lib/types/src/config/models/IntegrationProvider.d.ts +0 -23
  162. package/lib/types/src/config/models/JsConditionMatchRule.d.ts +0 -10
  163. package/lib/types/src/config/models/JsConditionMatchRulesTypes.d.ts +0 -3
  164. package/lib/types/src/config/models/KeyValueMatchRulesTypes.d.ts +0 -4
  165. package/lib/types/src/config/models/LanguageMatchRule.d.ts +0 -10
  166. package/lib/types/src/config/models/LanguageMatchRulesTypes.d.ts +0 -3
  167. package/lib/types/src/config/models/LocationTrigger.d.ts +0 -5
  168. package/lib/types/src/config/models/LocationTriggerBase.d.ts +0 -14
  169. package/lib/types/src/config/models/LocationTriggerCallback.d.ts +0 -13
  170. package/lib/types/src/config/models/LocationTriggerDomChange.d.ts +0 -17
  171. package/lib/types/src/config/models/LocationTriggerManual.d.ts +0 -9
  172. package/lib/types/src/config/models/LocationTriggerUrlChange.d.ts +0 -9
  173. package/lib/types/src/config/models/MinuteOfHourMatchRule.d.ts +0 -10
  174. package/lib/types/src/config/models/MinuteOfHourMatchRulesTypes.d.ts +0 -4
  175. package/lib/types/src/config/models/NoSettingsGoal.d.ts +0 -11
  176. package/lib/types/src/config/models/NumericMatchRulesTypes.d.ts +0 -8
  177. package/lib/types/src/config/models/NumericMatchingOptions.d.ts +0 -5
  178. package/lib/types/src/config/models/OnlyCount.d.ts +0 -7
  179. package/lib/types/src/config/models/OsMatchRule.d.ts +0 -10
  180. package/lib/types/src/config/models/OsMatchRulesTypes.d.ts +0 -3
  181. package/lib/types/src/config/models/PageNumber.d.ts +0 -9
  182. package/lib/types/src/config/models/Pagination.d.ts +0 -18
  183. package/lib/types/src/config/models/ProjectGASettingsBase.d.ts +0 -7
  184. package/lib/types/src/config/models/ProjectIntegrationGA3.d.ts +0 -3
  185. package/lib/types/src/config/models/ProjectIntegrationGA4.d.ts +0 -8
  186. package/lib/types/src/config/models/ResultsPerPage.d.ts +0 -10
  187. package/lib/types/src/config/models/RevenueGoal.d.ts +0 -11
  188. package/lib/types/src/config/models/RevenueGoalSettings.d.ts +0 -25
  189. package/lib/types/src/config/models/RuleElement.d.ts +0 -20
  190. package/lib/types/src/config/models/RuleElementNoUrl.d.ts +0 -20
  191. package/lib/types/src/config/models/RuleObject.d.ts +0 -20
  192. package/lib/types/src/config/models/RuleObjectNoUrl.d.ts +0 -20
  193. package/lib/types/src/config/models/RulesTypes.d.ts +0 -17
  194. package/lib/types/src/config/models/ScrollPercentageGoal.d.ts +0 -11
  195. package/lib/types/src/config/models/ScrollPercentageGoalSettings.d.ts +0 -6
  196. package/lib/types/src/config/models/SegmentBucketedMatchRule.d.ts +0 -10
  197. package/lib/types/src/config/models/SegmentBucketedMatchRulesTypes.d.ts +0 -3
  198. package/lib/types/src/config/models/SendTrackingEventsRequestData.d.ts +0 -39
  199. package/lib/types/src/config/models/SetMatchingOptions.d.ts +0 -3
  200. package/lib/types/src/config/models/SortDirection.d.ts +0 -21
  201. package/lib/types/src/config/models/SubmitsFormGoal.d.ts +0 -11
  202. package/lib/types/src/config/models/SubmitsFormGoalSettings.d.ts +0 -6
  203. package/lib/types/src/config/models/SuccessData.d.ts +0 -4
  204. package/lib/types/src/config/models/TextMatchRulesTypes.d.ts +0 -23
  205. package/lib/types/src/config/models/TextMatchingOptions.d.ts +0 -7
  206. package/lib/types/src/config/models/UTC_Offset.d.ts +0 -4
  207. package/lib/types/src/config/models/UpdateExperienceChangeRequestData.d.ts +0 -2
  208. package/lib/types/src/config/models/VariationStatuses.d.ts +0 -7
  209. package/lib/types/src/config/models/VisitorSegments.d.ts +0 -78
  210. package/lib/types/src/config/models/VisitorTrackingEvents.d.ts +0 -21
  211. package/lib/types/src/config/models/VisitorTypeMatchRule.d.ts +0 -10
  212. package/lib/types/src/config/models/VisitorTypeMatchRulesTypes.d.ts +0 -3
  213. package/lib/types/src/config/models/WeatherConditionMatchRule.d.ts +0 -10
  214. package/lib/types/src/config/models/WeatherConditionMatchRulesTypes.d.ts +0 -3
  215. package/lib/types/src/config/models/WeatherConditions.d.ts +0 -30
@@ -1,192 +1 @@
1
- export type { Base64Image } from './models/Base64Image';
2
- export type { BaseMatch } from './models/BaseMatch';
3
- export type { BaseRule } from './models/BaseRule';
4
- export type { BaseRuleWithBooleanValue } from './models/BaseRuleWithBooleanValue';
5
- export { BaseRuleWithBrowserNameValue } from './models/BaseRuleWithBrowserNameValue';
6
- export type { BaseRuleWithCountryCodeValue } from './models/BaseRuleWithCountryCodeValue';
7
- export type { BaseRuleWithDayOfWeekValue } from './models/BaseRuleWithDayOfWeekValue';
8
- export type { BaseRuleWithExperienceBucketedValue } from './models/BaseRuleWithExperienceBucketedValue';
9
- export type { BaseRuleWithGoalTriggeredValue } from './models/BaseRuleWithGoalTriggeredValue';
10
- export type { BaseRuleWithHourOfDayValue } from './models/BaseRuleWithHourOfDayValue';
11
- export type { BaseRuleWithJsCodeValue } from './models/BaseRuleWithJsCodeValue';
12
- export type { BaseRuleWithLanguageCodeValue } from './models/BaseRuleWithLanguageCodeValue';
13
- export type { BaseRuleWithMinuteOfHourValue } from './models/BaseRuleWithMinuteOfHourValue';
14
- export type { BaseRuleWithNumericValue } from './models/BaseRuleWithNumericValue';
15
- export { BaseRuleWithOsValue } from './models/BaseRuleWithOsValue';
16
- export type { BaseRuleWithSegmentBucketedValue } from './models/BaseRuleWithSegmentBucketedValue';
17
- export type { BaseRuleWithStringValue } from './models/BaseRuleWithStringValue';
18
- export { BaseRuleWithVisitorTypeValue } from './models/BaseRuleWithVisitorTypeValue';
19
- export type { BaseRuleWithWeatherConditionValue } from './models/BaseRuleWithWeatherConditionValue';
20
- export { BoolMatchRulesTypes } from './models/BoolMatchRulesTypes';
21
- export type { BrowserNameMatchRule } from './models/BrowserNameMatchRule';
22
- export { BrowserNameMatchRulesTypes } from './models/BrowserNameMatchRulesTypes';
23
- export type { BucketingEvent } from './models/BucketingEvent';
24
- export { ChoiceContainsOptions } from './models/ChoiceContainsOptions';
25
- export { ChoiceMatchingOptions } from './models/ChoiceMatchingOptions';
26
- export { ClicksElementGoal } from './models/ClicksElementGoal';
27
- export type { ClicksElementGoalSettings } from './models/ClicksElementGoalSettings';
28
- export { ClicksLinkGoal } from './models/ClicksLinkGoal';
29
- export type { ClicksLinkGoalSettings } from './models/ClicksLinkGoalSettings';
30
- export type { ConfigAudience } from './models/ConfigAudience';
31
- export { ConfigAudienceTypes } from './models/ConfigAudienceTypes';
32
- export type { ConfigExperience } from './models/ConfigExperience';
33
- export type { ConfigFeature } from './models/ConfigFeature';
34
- export type { ConfigGoal } from './models/ConfigGoal';
35
- export type { ConfigGoalBase } from './models/ConfigGoalBase';
36
- export type { ConfigLocation } from './models/ConfigLocation';
37
- export { ConfigProject } from './models/ConfigProject';
38
- export type { ConfigResponseData } from './models/ConfigResponseData';
39
- export type { ConfigSegment } from './models/ConfigSegment';
40
- export type { ConversionEvent } from './models/ConversionEvent';
41
- export type { CookieMatchRule } from './models/CookieMatchRule';
42
- export { CookieMatchRulesTypes } from './models/CookieMatchRulesTypes';
43
- export type { CountryMatchRule } from './models/CountryMatchRule';
44
- export { CountryMatchRulesTypes } from './models/CountryMatchRulesTypes';
45
- export type { DayOfWeekMatchRule } from './models/DayOfWeekMatchRule';
46
- export { DayOfWeekMatchRulesTypes } from './models/DayOfWeekMatchRulesTypes';
47
- export { DomInteractionGoal } from './models/DomInteractionGoal';
48
- export type { DomInteractionGoalSettings } from './models/DomInteractionGoalSettings';
49
- export type { ErrorData } from './models/ErrorData';
50
- export type { ExperienceBucketedMatchRule } from './models/ExperienceBucketedMatchRule';
51
- export type { ExperienceChange } from './models/ExperienceChange';
52
- export type { ExperienceChangeAdd } from './models/ExperienceChangeAdd';
53
- export { ExperienceChangeBase } from './models/ExperienceChangeBase';
54
- export type { ExperienceChangeCustomCodeData } from './models/ExperienceChangeCustomCodeData';
55
- export type { ExperienceChangeCustomCodeDataAdd } from './models/ExperienceChangeCustomCodeDataAdd';
56
- export { ExperienceChangeCustomCodeDataBase } from './models/ExperienceChangeCustomCodeDataBase';
57
- export type { ExperienceChangeCustomCodeDataUpdate } from './models/ExperienceChangeCustomCodeDataUpdate';
58
- export type { ExperienceChangeCustomCodeDataUpdateNoId } from './models/ExperienceChangeCustomCodeDataUpdateNoId';
59
- export type { ExperienceChangeDefaultCodeData } from './models/ExperienceChangeDefaultCodeData';
60
- export type { ExperienceChangeDefaultCodeDataAdd } from './models/ExperienceChangeDefaultCodeDataAdd';
61
- export { ExperienceChangeDefaultCodeDataBase } from './models/ExperienceChangeDefaultCodeDataBase';
62
- export type { ExperienceChangeDefaultCodeDataUpdate } from './models/ExperienceChangeDefaultCodeDataUpdate';
63
- export type { ExperienceChangeDefaultCodeDataUpdateNoId } from './models/ExperienceChangeDefaultCodeDataUpdateNoId';
64
- export type { ExperienceChangeDefaultCodeMultipageData } from './models/ExperienceChangeDefaultCodeMultipageData';
65
- export type { ExperienceChangeDefaultCodeMultipageDataAdd } from './models/ExperienceChangeDefaultCodeMultipageDataAdd';
66
- export { ExperienceChangeDefaultCodeMultipageDataBase } from './models/ExperienceChangeDefaultCodeMultipageDataBase';
67
- export type { ExperienceChangeDefaultCodeMultipageDataUpdate } from './models/ExperienceChangeDefaultCodeMultipageDataUpdate';
68
- export type { ExperienceChangeDefaultCodeMultipageDataUpdateNoId } from './models/ExperienceChangeDefaultCodeMultipageDataUpdateNoId';
69
- export type { ExperienceChangeDefaultRedirectData } from './models/ExperienceChangeDefaultRedirectData';
70
- export type { ExperienceChangeDefaultRedirectDataAdd } from './models/ExperienceChangeDefaultRedirectDataAdd';
71
- export { ExperienceChangeDefaultRedirectDataBase } from './models/ExperienceChangeDefaultRedirectDataBase';
72
- export type { ExperienceChangeDefaultRedirectDataUpdate } from './models/ExperienceChangeDefaultRedirectDataUpdate';
73
- export type { ExperienceChangeDefaultRedirectDataUpdateNoId } from './models/ExperienceChangeDefaultRedirectDataUpdateNoId';
74
- export type { ExperienceChangeFullStackFeature } from './models/ExperienceChangeFullStackFeature';
75
- export type { ExperienceChangeFullStackFeatureAdd } from './models/ExperienceChangeFullStackFeatureAdd';
76
- export { ExperienceChangeFullStackFeatureBase } from './models/ExperienceChangeFullStackFeatureBase';
77
- export type { ExperienceChangeFullStackFeatureUpdate } from './models/ExperienceChangeFullStackFeatureUpdate';
78
- export type { ExperienceChangeFullStackFeatureUpdateNoId } from './models/ExperienceChangeFullStackFeatureUpdateNoId';
79
- export type { ExperienceChangeId } from './models/ExperienceChangeId';
80
- export type { ExperienceChangeIdReadOnly } from './models/ExperienceChangeIdReadOnly';
81
- export type { ExperienceChangeRichStructureData } from './models/ExperienceChangeRichStructureData';
82
- export type { ExperienceChangeRichStructureDataAdd } from './models/ExperienceChangeRichStructureDataAdd';
83
- export { ExperienceChangeRichStructureDataBase } from './models/ExperienceChangeRichStructureDataBase';
84
- export type { ExperienceChangeRichStructureDataUpdate } from './models/ExperienceChangeRichStructureDataUpdate';
85
- export type { ExperienceChangeRichStructureDataUpdateNoId } from './models/ExperienceChangeRichStructureDataUpdateNoId';
86
- export type { ExperienceChangeUpdate } from './models/ExperienceChangeUpdate';
87
- export type { ExperienceChangeUpdateNoId } from './models/ExperienceChangeUpdateNoId';
88
- export type { ExperienceIntegrationBaidu } from './models/ExperienceIntegrationBaidu';
89
- export type { ExperienceIntegrationBase } from './models/ExperienceIntegrationBase';
90
- export type { ExperienceIntegrationClicktale } from './models/ExperienceIntegrationClicktale';
91
- export type { ExperienceIntegrationClicky } from './models/ExperienceIntegrationClicky';
92
- export type { ExperienceIntegrationCnzz } from './models/ExperienceIntegrationCnzz';
93
- export type { ExperienceIntegrationCrazyegg } from './models/ExperienceIntegrationCrazyegg';
94
- export type { ExperienceIntegrationEconda } from './models/ExperienceIntegrationEconda';
95
- export type { ExperienceIntegrationEulerian } from './models/ExperienceIntegrationEulerian';
96
- export type { ExperienceIntegrationGA3 } from './models/ExperienceIntegrationGA3';
97
- export type { ExperienceIntegrationGA4 } from './models/ExperienceIntegrationGA4';
98
- export type { ExperienceIntegrationGA4Base } from './models/ExperienceIntegrationGA4Base';
99
- export type { ExperienceIntegrationGAServing } from './models/ExperienceIntegrationGAServing';
100
- export type { ExperienceIntegrationGoogleAnalytics } from './models/ExperienceIntegrationGoogleAnalytics';
101
- export type { ExperienceIntegrationGosquared } from './models/ExperienceIntegrationGosquared';
102
- export type { ExperienceIntegrationHeapanalytics } from './models/ExperienceIntegrationHeapanalytics';
103
- export type { ExperienceIntegrationHotjar } from './models/ExperienceIntegrationHotjar';
104
- export type { ExperienceIntegrationMixpanel } from './models/ExperienceIntegrationMixpanel';
105
- export type { ExperienceIntegrationMouseflow } from './models/ExperienceIntegrationMouseflow';
106
- export type { ExperienceIntegrationPiwik } from './models/ExperienceIntegrationPiwik';
107
- export type { ExperienceIntegrationSegmentio } from './models/ExperienceIntegrationSegmentio';
108
- export type { ExperienceIntegrationSitecatalyst } from './models/ExperienceIntegrationSitecatalyst';
109
- export type { ExperienceIntegrationWoopra } from './models/ExperienceIntegrationWoopra';
110
- export type { ExperienceIntegrationYsance } from './models/ExperienceIntegrationYsance';
111
- export { ExperienceTypes } from './models/ExperienceTypes';
112
- export type { ExperienceVariationConfig } from './models/ExperienceVariationConfig';
113
- export type { Extra } from './models/Extra';
114
- export { FeatureVariableItemData } from './models/FeatureVariableItemData';
115
- export type { GA_Settings } from './models/GA_Settings';
116
- export type { GA_SettingsBase } from './models/GA_SettingsBase';
117
- export { GaGoal } from './models/GaGoal';
118
- export type { GaGoalSettings } from './models/GaGoalSettings';
119
- export type { GenericBoolKeyValueMatchRule } from './models/GenericBoolKeyValueMatchRule';
120
- export { GenericBoolKeyValueMatchRulesTypes } from './models/GenericBoolKeyValueMatchRulesTypes';
121
- export type { GenericBoolMatchRule } from './models/GenericBoolMatchRule';
122
- export type { GenericKey } from './models/GenericKey';
123
- export type { GenericNumericKeyValueMatchRule } from './models/GenericNumericKeyValueMatchRule';
124
- export { GenericNumericKeyValueMatchRulesTypes } from './models/GenericNumericKeyValueMatchRulesTypes';
125
- export type { GenericNumericMatchRule } from './models/GenericNumericMatchRule';
126
- export type { GenericSetMatchRule } from './models/GenericSetMatchRule';
127
- export type { GenericTextKeyValueMatchRule } from './models/GenericTextKeyValueMatchRule';
128
- export { GenericTextKeyValueMatchRulesTypes } from './models/GenericTextKeyValueMatchRulesTypes';
129
- export type { GenericTextMatchRule } from './models/GenericTextMatchRule';
130
- export type { GoalTriggeredMatchRule } from './models/GoalTriggeredMatchRule';
131
- export { GoalTriggeredMatchRulesTypes } from './models/GoalTriggeredMatchRulesTypes';
132
- export { GoalTypes } from './models/GoalTypes';
133
- export type { HourOfDayMatchRule } from './models/HourOfDayMatchRule';
134
- export { HourOfDayMatchRulesTypes } from './models/HourOfDayMatchRulesTypes';
135
- export { IntegrationGA3 } from './models/IntegrationGA3';
136
- export type { IntegrationGA4 } from './models/IntegrationGA4';
137
- export { IntegrationGA4Base } from './models/IntegrationGA4Base';
138
- export { IntegrationProvider } from './models/IntegrationProvider';
139
- export type { JsConditionMatchRule } from './models/JsConditionMatchRule';
140
- export { JsConditionMatchRulesTypes } from './models/JsConditionMatchRulesTypes';
141
- export type { KeyValueMatchRulesTypes } from './models/KeyValueMatchRulesTypes';
142
- export type { LanguageMatchRule } from './models/LanguageMatchRule';
143
- export { LanguageMatchRulesTypes } from './models/LanguageMatchRulesTypes';
144
- export type { LocationTrigger } from './models/LocationTrigger';
145
- export { LocationTriggerBase } from './models/LocationTriggerBase';
146
- export { LocationTriggerCallback } from './models/LocationTriggerCallback';
147
- export { LocationTriggerDomChange } from './models/LocationTriggerDomChange';
148
- export { LocationTriggerManual } from './models/LocationTriggerManual';
149
- export { LocationTriggerUrlChange } from './models/LocationTriggerUrlChange';
150
- export type { MinuteOfHourMatchRule } from './models/MinuteOfHourMatchRule';
151
- export { MinuteOfHourMatchRulesTypes } from './models/MinuteOfHourMatchRulesTypes';
152
- export { NoSettingsGoal } from './models/NoSettingsGoal';
153
- export { NumericMatchingOptions } from './models/NumericMatchingOptions';
154
- export { NumericMatchRulesTypes } from './models/NumericMatchRulesTypes';
155
- export type { OnlyCount } from './models/OnlyCount';
156
- export type { OsMatchRule } from './models/OsMatchRule';
157
- export { OsMatchRulesTypes } from './models/OsMatchRulesTypes';
158
- export type { PageNumber } from './models/PageNumber';
159
- export type { Pagination } from './models/Pagination';
160
- export type { ProjectGASettingsBase } from './models/ProjectGASettingsBase';
161
- export type { ProjectIntegrationGA3 } from './models/ProjectIntegrationGA3';
162
- export type { ProjectIntegrationGA4 } from './models/ProjectIntegrationGA4';
163
- export type { ResultsPerPage } from './models/ResultsPerPage';
164
- export { RevenueGoal } from './models/RevenueGoal';
165
- export { RevenueGoalSettings } from './models/RevenueGoalSettings';
166
- export type { RuleElement } from './models/RuleElement';
167
- export type { RuleElementNoUrl } from './models/RuleElementNoUrl';
168
- export type { RuleObject } from './models/RuleObject';
169
- export type { RuleObjectNoUrl } from './models/RuleObjectNoUrl';
170
- export type { RulesTypes } from './models/RulesTypes';
171
- export { ScrollPercentageGoal } from './models/ScrollPercentageGoal';
172
- export type { ScrollPercentageGoalSettings } from './models/ScrollPercentageGoalSettings';
173
- export type { SegmentBucketedMatchRule } from './models/SegmentBucketedMatchRule';
174
- export { SegmentBucketedMatchRulesTypes } from './models/SegmentBucketedMatchRulesTypes';
175
- export type { SendTrackingEventsRequestData } from './models/SendTrackingEventsRequestData';
176
- export { SetMatchingOptions } from './models/SetMatchingOptions';
177
- export { SortDirection } from './models/SortDirection';
178
- export { SubmitsFormGoal } from './models/SubmitsFormGoal';
179
- export type { SubmitsFormGoalSettings } from './models/SubmitsFormGoalSettings';
180
- export type { SuccessData } from './models/SuccessData';
181
- export { TextMatchingOptions } from './models/TextMatchingOptions';
182
- export { TextMatchRulesTypes } from './models/TextMatchRulesTypes';
183
- export type { UpdateExperienceChangeRequestData } from './models/UpdateExperienceChangeRequestData';
184
- export type { UTC_Offset } from './models/UTC_Offset';
185
- export { VariationStatuses } from './models/VariationStatuses';
186
- export { VisitorSegments } from './models/VisitorSegments';
187
- export { VisitorTrackingEvents } from './models/VisitorTrackingEvents';
188
- export type { VisitorTypeMatchRule } from './models/VisitorTypeMatchRule';
189
- export { VisitorTypeMatchRulesTypes } from './models/VisitorTypeMatchRulesTypes';
190
- export type { WeatherConditionMatchRule } from './models/WeatherConditionMatchRule';
191
- export { WeatherConditionMatchRulesTypes } from './models/WeatherConditionMatchRulesTypes';
192
- export { WeatherConditions } from './models/WeatherConditions';
1
+ export * from './types.gen';