@wix/bex-utils 2.6.0 → 2.8.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.
Files changed (76) hide show
  1. package/@wix/bi-logger-os-data/dist/cjs/index.js +4279 -0
  2. package/@wix/bi-logger-os-data/dist/cjs/index.js.map +1 -0
  3. package/@wix/bi-logger-os-data/dist/cjs/testkit/client-testkit.js +4288 -0
  4. package/@wix/bi-logger-os-data/dist/cjs/testkit/client-testkit.js.map +1 -0
  5. package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js +56732 -0
  6. package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js.map +1 -0
  7. package/@wix/bi-logger-os-data/dist/cjs/testkit/node-testkit.js +4314 -0
  8. package/@wix/bi-logger-os-data/dist/cjs/testkit/node-testkit.js.map +1 -0
  9. package/@wix/bi-logger-os-data/dist/cjs/v2/index.js +26632 -0
  10. package/@wix/bi-logger-os-data/dist/cjs/v2/index.js.map +1 -0
  11. package/@wix/bi-logger-os-data/dist/esm/index.js +4274 -0
  12. package/@wix/bi-logger-os-data/dist/esm/index.js.map +1 -0
  13. package/@wix/bi-logger-os-data/dist/esm/testkit/client-testkit.js +4279 -0
  14. package/@wix/bi-logger-os-data/dist/esm/testkit/client-testkit.js.map +1 -0
  15. package/@wix/bi-logger-os-data/dist/esm/testkit/common.js +56727 -0
  16. package/@wix/bi-logger-os-data/dist/esm/testkit/common.js.map +1 -0
  17. package/@wix/bi-logger-os-data/dist/esm/testkit/node-testkit.js +4285 -0
  18. package/@wix/bi-logger-os-data/dist/esm/testkit/node-testkit.js.map +1 -0
  19. package/@wix/bi-logger-os-data/dist/esm/v2/index.js +25192 -0
  20. package/@wix/bi-logger-os-data/dist/esm/v2/index.js.map +1 -0
  21. package/@wix/bi-logger-os-data/dist/types/index.d.ts +1426 -0
  22. package/@wix/bi-logger-os-data/dist/types/testkit/client-testkit.d.ts +12457 -0
  23. package/@wix/bi-logger-os-data/dist/types/testkit/node-testkit.d.ts +12458 -0
  24. package/@wix/bi-logger-os-data/dist/types/types.d.ts +12452 -0
  25. package/@wix/bi-logger-os-data/dist/types/v2/index.d.ts +22374 -0
  26. package/@wix/{bi-logger-cairo-os → bi-logger-os-data}/package.json +6 -6
  27. package/@wix/bi-logger-os-data/src/index.ts +5678 -0
  28. package/@wix/bi-logger-os-data/src/testkit/client-testkit.ts +16678 -0
  29. package/@wix/bi-logger-os-data/src/testkit/common.ts +65077 -0
  30. package/@wix/bi-logger-os-data/src/testkit/node-testkit.ts +16688 -0
  31. package/@wix/bi-logger-os-data/src/types.ts +22122 -0
  32. package/@wix/bi-logger-os-data/src/v2/index.ts +26601 -0
  33. package/README.md +1 -1
  34. package/package.json +3 -3
  35. package/@wix/bi-logger-cairo-os/dist/cjs/index.js +0 -297
  36. package/@wix/bi-logger-cairo-os/dist/cjs/index.js.map +0 -1
  37. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/client-testkit.js +0 -603
  38. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/client-testkit.js.map +0 -1
  39. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js +0 -7239
  40. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js.map +0 -1
  41. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/node-testkit.js +0 -647
  42. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/node-testkit.js.map +0 -1
  43. package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js +0 -2267
  44. package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js.map +0 -1
  45. package/@wix/bi-logger-cairo-os/dist/esm/index.js +0 -293
  46. package/@wix/bi-logger-cairo-os/dist/esm/index.js.map +0 -1
  47. package/@wix/bi-logger-cairo-os/dist/esm/testkit/client-testkit.js +0 -595
  48. package/@wix/bi-logger-cairo-os/dist/esm/testkit/client-testkit.js.map +0 -1
  49. package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js +0 -7235
  50. package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js.map +0 -1
  51. package/@wix/bi-logger-cairo-os/dist/esm/testkit/node-testkit.js +0 -619
  52. package/@wix/bi-logger-cairo-os/dist/esm/testkit/node-testkit.js.map +0 -1
  53. package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js +0 -2186
  54. package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js.map +0 -1
  55. package/@wix/bi-logger-cairo-os/dist/types/index.d.ts +0 -94
  56. package/@wix/bi-logger-cairo-os/dist/types/testkit/client-testkit.d.ts +0 -1510
  57. package/@wix/bi-logger-cairo-os/dist/types/testkit/node-testkit.d.ts +0 -1511
  58. package/@wix/bi-logger-cairo-os/dist/types/types.d.ts +0 -1505
  59. package/@wix/bi-logger-cairo-os/dist/types/v2/index.d.ts +0 -2032
  60. package/@wix/bi-logger-cairo-os/src/index.ts +0 -350
  61. package/@wix/bi-logger-cairo-os/src/testkit/client-testkit.ts +0 -1771
  62. package/@wix/bi-logger-cairo-os/src/testkit/common.ts +0 -7312
  63. package/@wix/bi-logger-cairo-os/src/testkit/node-testkit.ts +0 -1781
  64. package/@wix/bi-logger-cairo-os/src/types.ts +0 -2596
  65. package/@wix/bi-logger-cairo-os/src/v2/index.ts +0 -2263
  66. package/@wix/bi-logger-cairo-os/testkit/package.json +0 -6
  67. /package/@wix/{bi-logger-cairo-os → bi-logger-os-data}/dist/cjs/types.js +0 -0
  68. /package/@wix/{bi-logger-cairo-os → bi-logger-os-data}/dist/cjs/types.js.map +0 -0
  69. /package/@wix/{bi-logger-cairo-os → bi-logger-os-data}/dist/esm/types.js +0 -0
  70. /package/@wix/{bi-logger-cairo-os → bi-logger-os-data}/dist/esm/types.js.map +0 -0
  71. /package/@wix/{bi-logger-cairo-os → bi-logger-os-data}/dist/types/testkit/common.d.ts +0 -0
  72. /package/@wix/{bi-logger-cairo-os → bi-logger-os-data}/src/external-types.d.ts +0 -0
  73. /package/@wix/{bi-logger-cairo-os → bi-logger-os-data}/testkit/client/package.json +0 -0
  74. /package/@wix/{bi-logger-cairo-os → bi-logger-os-data}/testkit/node/package.json +0 -0
  75. /package/@wix/{bi-logger-cairo-os → bi-logger-os-data}/v2/package.json +0 -0
  76. /package/@wix/{bi-logger-cairo-os → bi-logger-os-data}/v2/types.d.ts +0 -0
@@ -0,0 +1,4314 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.validateSingleEvent = exports.EventsFilter = exports.interceptor = exports.WixBiSchemaNodeTestkit = void 0;
27
+ /* tslint:disable */
28
+ /* eslint:disable */
29
+ const BiNodeTestkit = __importStar(require("@wix/wix-bi-node-testkit"));
30
+ const wix_testkit_base_1 = require("@wix/wix-testkit-base");
31
+ const timers_1 = require("timers");
32
+ const common_1 = require("./common");
33
+ Object.defineProperty(exports, "EventsFilter", { enumerable: true, get: function () { return common_1.EventsFilter; } });
34
+ Object.defineProperty(exports, "validateSingleEvent", { enumerable: true, get: function () { return common_1.validateSingleEvent; } });
35
+ class WixBiSchemaNodeTestkit extends wix_testkit_base_1.TestkitBase {
36
+ constructor(logDir) {
37
+ super();
38
+ this.allFieldsAreMandatory = false;
39
+ this.util = {
40
+ /**
41
+ * @description This function returns all sent events directly from 'biLoggerTestkit', without typechecking.
42
+ */
43
+ getRawEvents: () => {
44
+ return this._biTestkit.events;
45
+ },
46
+ /**
47
+ * This function will assert that all sent bi events have correct types in afterEach() phase of tests
48
+ * @param timeout
49
+ */
50
+ assertAllEventsCorrectTypes: (timeout = 100) => {
51
+ afterEach((done) => {
52
+ (0, timers_1.setTimeout)(() => {
53
+ try {
54
+ this._biTestkit.events.forEach(this.validate);
55
+ done();
56
+ }
57
+ catch (e) {
58
+ done(e);
59
+ }
60
+ }, timeout);
61
+ });
62
+ },
63
+ /**
64
+ * This function will mark all fields as mandatory in the next assertion
65
+ * @param timeout
66
+ */
67
+ makeAllFieldsMandatory: (value) => {
68
+ this.allFieldsAreMandatory = value;
69
+ },
70
+ };
71
+ this._biTestkit = BiNodeTestkit.interceptor(logDir);
72
+ this.validate = this.validate.bind(this);
73
+ }
74
+ doStart() {
75
+ return this._biTestkit.start();
76
+ }
77
+ doStop() {
78
+ return this._biTestkit.stop();
79
+ }
80
+ validate(event) {
81
+ return (0, common_1.validateSingleEvent)(event, this.allFieldsAreMandatory);
82
+ }
83
+ get helpWidgetClickOnSeeAllResults() {
84
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 5, this.validate);
85
+ }
86
+ get helpWidgetErrorSearchingItems() {
87
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 6, this.validate);
88
+ }
89
+ get errorEvent() {
90
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 10, this.validate);
91
+ }
92
+ get dashboardUpgradeLink() {
93
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 12, this.validate);
94
+ }
95
+ get dashboardSearch() {
96
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 13, this.validate);
97
+ }
98
+ get dashboardSiteNavigation() {
99
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 15, this.validate);
100
+ }
101
+ get dashboardSiteQuickActionClick() {
102
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 16, this.validate);
103
+ }
104
+ get dashboardSiteAppPromo() {
105
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 17, this.validate);
106
+ }
107
+ get dashboardSiteNewsViewAll() {
108
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 18, this.validate);
109
+ }
110
+ get dashboardSiteNewsClickItem() {
111
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 19, this.validate);
112
+ }
113
+ get dashboardUserSeeFeed() {
114
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 20, this.validate);
115
+ }
116
+ get dashboardSiteNewsFilter() {
117
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 21, this.validate);
118
+ }
119
+ get dashboardSettingsUpdate() {
120
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 22, this.validate);
121
+ }
122
+ get dashboardTpaUpgradeClick() {
123
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 23, this.validate);
124
+ }
125
+ get dashboardSiteSelectorLoaded() {
126
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 24, this.validate);
127
+ }
128
+ get dashboardSiteSelectorButton() {
129
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 25, this.validate);
130
+ }
131
+ get dashboardQuickActionsDragNDrop() {
132
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 26, this.validate);
133
+ }
134
+ get dashboardClickOnSideBar() {
135
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 27, this.validate);
136
+ }
137
+ get dashboardShowMorePopularShortcutsClick() {
138
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 28, this.validate);
139
+ }
140
+ get dashboardLessPopularShortcutsClick() {
141
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 29, this.validate);
142
+ }
143
+ get dashboardTourUserSeesTourBanner() {
144
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 30, this.validate);
145
+ }
146
+ get dashboardTourCloseTour() {
147
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 31, this.validate);
148
+ }
149
+ get dashboardTourNextStep() {
150
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 32, this.validate);
151
+ }
152
+ get dashboardUserSeeFeedMoreThen3Sec() {
153
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 33, this.validate);
154
+ }
155
+ get dashboardShowSideBar() {
156
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 35, this.validate);
157
+ }
158
+ get dashboardCloseBanner() {
159
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 36, this.validate);
160
+ }
161
+ get dashboardNewsUserClickReadMore() {
162
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 37, this.validate);
163
+ }
164
+ get dashboardNewsClickViewAll() {
165
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 38, this.validate);
166
+ }
167
+ get dashboardProsSiteActionsOpened() {
168
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 39, this.validate);
169
+ }
170
+ get dashboardClickOnMySites() {
171
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 40, this.validate);
172
+ }
173
+ get dashboardClickToggleSitesListInNavbar() {
174
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 41, this.validate);
175
+ }
176
+ get dashboardSiteQuickActionDialogApprove() {
177
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 42, this.validate);
178
+ }
179
+ get dashboardSiteQuickActionDialogClose() {
180
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 43, this.validate);
181
+ }
182
+ get myAccountClickOnHelp() {
183
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 44, this.validate);
184
+ }
185
+ get dashboardAccountSettingsImageAction() {
186
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 45, this.validate);
187
+ }
188
+ get dashboardAccountSettingsImageActionSuccess() {
189
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 46, this.validate);
190
+ }
191
+ get dashboardClickOnConnectDomain() {
192
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 50, this.validate);
193
+ }
194
+ get dashboardClickOnSelectPremiumPlan() {
195
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 51, this.validate);
196
+ }
197
+ get dashboardClickBuyDomainFirst() {
198
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 52, this.validate);
199
+ }
200
+ get dashboardCloseConnectDomainPopUp() {
201
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 53, this.validate);
202
+ }
203
+ get dashboardBannerLoadingInit() {
204
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 54, this.validate);
205
+ }
206
+ get dashboardBannerLoadingComplete() {
207
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 55, this.validate);
208
+ }
209
+ get siteHistoryViewerNotLoaded() {
210
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 56, this.validate);
211
+ }
212
+ get dashboardClickOnCreatePriorityTicketExperts() {
213
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 57, this.validate);
214
+ }
215
+ get transferSiteResendTransferEmailClick() {
216
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 58, this.validate);
217
+ }
218
+ get transferSiteGetTransferLinkClick() {
219
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 59, this.validate);
220
+ }
221
+ get transferSiteCancelTransferClick() {
222
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 60, this.validate);
223
+ }
224
+ get transferSiteCancelTransferClickApprove() {
225
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 61, this.validate);
226
+ }
227
+ get transferSiteCancelTransferAbort() {
228
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 62, this.validate);
229
+ }
230
+ get transferSiteReceiverOpenCompleteTransferDialog() {
231
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 64, this.validate);
232
+ }
233
+ get quotesNewQuoteClick() {
234
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 65, this.validate);
235
+ }
236
+ get dashboardAccountSettingsHoverOverSendConfirmationI() {
237
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 66, this.validate);
238
+ }
239
+ get dashboardAccountSettingsClickLearnMoreInI() {
240
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 67, this.validate);
241
+ }
242
+ get dashboardAccountSettingsClickSendConfirmation() {
243
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 68, this.validate);
244
+ }
245
+ get quotesFilterQuotes() {
246
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 69, this.validate);
247
+ }
248
+ get dashboardViewSite() {
249
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 72, this.validate);
250
+ }
251
+ get dashboardClickOnUpgrade() {
252
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 73, this.validate);
253
+ }
254
+ get quotesSearchQuotes() {
255
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 74, this.validate);
256
+ }
257
+ get quotesEditQuote() {
258
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 75, this.validate);
259
+ }
260
+ get quotesPreviewQuote() {
261
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 76, this.validate);
262
+ }
263
+ get quotesCreateQuoteSaveDraftClick() {
264
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 77, this.validate);
265
+ }
266
+ get quotesCreateQuoteSaveDraftComplete() {
267
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 78, this.validate);
268
+ }
269
+ get quotesCreateQuoteSaveDraftFailed() {
270
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 79, this.validate);
271
+ }
272
+ get dashboardCreateNewSite() {
273
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 80, this.validate);
274
+ }
275
+ get dashboardSiteSelectorPopupShown() {
276
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 81, this.validate);
277
+ }
278
+ get dashboardSiteSelectorPopupClose() {
279
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 82, this.validate);
280
+ }
281
+ get dashboardSiteSelectorPopupSelectAction() {
282
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 83, this.validate);
283
+ }
284
+ get quotesEmailQuotesPage() {
285
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 84, this.validate);
286
+ }
287
+ get toastShown85() {
288
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 85, this.validate);
289
+ }
290
+ get toastClicked86() {
291
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 86, this.validate);
292
+ }
293
+ get quotesEmailQuotePageCancelClick() {
294
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 87, this.validate);
295
+ }
296
+ get quotesPrintQuote() {
297
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 88, this.validate);
298
+ }
299
+ get quotesDownloadPdfQuote() {
300
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 89, this.validate);
301
+ }
302
+ get quotesDeleteQuoteClick() {
303
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 90, this.validate);
304
+ }
305
+ get quotesDeleteQuotePageOk() {
306
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 91, this.validate);
307
+ }
308
+ get quotesDeleteQuotePageCancel() {
309
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 92, this.validate);
310
+ }
311
+ get quotesMarkAsAccepted() {
312
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 93, this.validate);
313
+ }
314
+ get quotesCreateInvoiceFromQuotes() {
315
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 94, this.validate);
316
+ }
317
+ get quotesMarkAsAcceptedSrc5Evid95() {
318
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 95, this.validate);
319
+ }
320
+ get quotesCreateInvoiceFromQuotesSrc5Evid96() {
321
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 96, this.validate);
322
+ }
323
+ get removePhoneNumberRemoveClicked() {
324
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 97, this.validate);
325
+ }
326
+ get removePhoneNumberRemoveNumberClicked() {
327
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 98, this.validate);
328
+ }
329
+ get removePhoneNumberPhoneRemovalAsked() {
330
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 99, this.validate);
331
+ }
332
+ get dashboardDeleteAndRestoreSiteOpenPopup() {
333
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 100, this.validate);
334
+ }
335
+ get dashboardDeleteAndRestoreSiteRestoreSiteClick() {
336
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 101, this.validate);
337
+ }
338
+ get dashboardSiteActivityCenterClickDeleteItem() {
339
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 102, this.validate);
340
+ }
341
+ get dashboardSiteActivityCenterClickUndoDeletedItem() {
342
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 103, this.validate);
343
+ }
344
+ get dashboardSiteActivityCenterClickOnArchiveItem() {
345
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 104, this.validate);
346
+ }
347
+ get dashboardUserClickedOnContactSNameFromUserActivity() {
348
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 105, this.validate);
349
+ }
350
+ get clickOnSidebarSHeader() {
351
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 106, this.validate);
352
+ }
353
+ get sidebarState107() {
354
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 107, this.validate);
355
+ }
356
+ get mobileDashboardCreateNewSite() {
357
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 108, this.validate);
358
+ }
359
+ get accountManagerStartLoadingAccountManager() {
360
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 110, this.validate);
361
+ }
362
+ get accountManagerFinishLoadingAccountManager() {
363
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 111, this.validate);
364
+ }
365
+ get accountManagerPageComponentStartLoadingAccountManager() {
366
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 112, this.validate);
367
+ }
368
+ get accountManagerPageComponentFinishLoadingAccountManager() {
369
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 113, this.validate);
370
+ }
371
+ get accountManagerClickOnSidebarItem() {
372
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 114, this.validate);
373
+ }
374
+ get accountManagerClickOnBackInSidebarItem() {
375
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 115, this.validate);
376
+ }
377
+ get foldersMarkUnmarkSelectAllButton() {
378
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 116, this.validate);
379
+ }
380
+ get foldersClickOnChangeViewMode() {
381
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 117, this.validate);
382
+ }
383
+ get foldersTooltipShown() {
384
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 118, this.validate);
385
+ }
386
+ get foldersClickOnShowMoreShoeLess() {
387
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 119, this.validate);
388
+ }
389
+ get ascendPagePageNavigationClick() {
390
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 120, this.validate);
391
+ }
392
+ get ascendPageAscendVideoClick() {
393
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 121, this.validate);
394
+ }
395
+ get foldersClickOnCreateNewFolder() {
396
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 122, this.validate);
397
+ }
398
+ get foldersClickOnCreateNewFolderInDialog() {
399
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 123, this.validate);
400
+ }
401
+ get foldersClickOnMoveToFolderFromDialog() {
402
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 124, this.validate);
403
+ }
404
+ get foldersClickOnFolderSQuickActions() {
405
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 125, this.validate);
406
+ }
407
+ get foldersApproveActionFromFolderSQuickActionPopup() {
408
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 126, this.validate);
409
+ }
410
+ get foldersSortListView() {
411
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 127, this.validate);
412
+ }
413
+ get foldersMarkASite() {
414
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 128, this.validate);
415
+ }
416
+ get myAccountSelectSiteFromSiteListPopup() {
417
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 129, this.validate);
418
+ }
419
+ get foldersClickOnFolder() {
420
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 130, this.validate);
421
+ }
422
+ get ascendPpPageView() {
423
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 131, this.validate);
424
+ }
425
+ get ascendPpClickOnShowMoreLess() {
426
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 132, this.validate);
427
+ }
428
+ get ascendPpScrollToEnd() {
429
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 133, this.validate);
430
+ }
431
+ get ascendPpClickOnPackageInPp() {
432
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 134, this.validate);
433
+ }
434
+ get ascendPpCyclePageView() {
435
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 135, this.validate);
436
+ }
437
+ get ascendPpClickOnCycleInPp() {
438
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 136, this.validate);
439
+ }
440
+ get ascendPpClickOnNextInCyclePage() {
441
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 137, this.validate);
442
+ }
443
+ get ascendPpPurchasePageView() {
444
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 138, this.validate);
445
+ }
446
+ get ascendPpPurchasePageChangeCard() {
447
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 139, this.validate);
448
+ }
449
+ get ascendPpPurchasePageEnterPromo() {
450
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 140, this.validate);
451
+ }
452
+ get ascendPpPurchasePageSubmitPurchase() {
453
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 141, this.validate);
454
+ }
455
+ get dashboardClickOnItemFromHeader() {
456
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 147, this.validate);
457
+ }
458
+ get nyaExposureEvent() {
459
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 148, this.validate);
460
+ }
461
+ get generalExposureEvent() {
462
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 149, this.validate);
463
+ }
464
+ get dashboardMySitesActionSelectionPageView() {
465
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 150, this.validate);
466
+ }
467
+ get dashboardMySitesSiteSelectionPageView() {
468
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 151, this.validate);
469
+ }
470
+ get dashboardMySitesSiteSelectionPageNumberView() {
471
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 152, this.validate);
472
+ }
473
+ get dashboardMySitesClickPromote() {
474
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 153, this.validate);
475
+ }
476
+ get dashboardMySitesWelcomeMessageForProsDisplayed() {
477
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 154, this.validate);
478
+ }
479
+ get dashboardMySitesWelcomeMessageForProsClick() {
480
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 155, this.validate);
481
+ }
482
+ get dashboardAccountSettingsRenderedWithShowProBoxValue() {
483
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 156, this.validate);
484
+ }
485
+ get dashboardMySitesSiteHomeAlertMessageFromPremiumDisplay() {
486
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 157, this.validate);
487
+ }
488
+ get dashboardMySitesSiteHomeAlertMessageFromPremiumClick() {
489
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 158, this.validate);
490
+ }
491
+ get mySitesShowTooltip() {
492
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 159, this.validate);
493
+ }
494
+ get mySitesTooltipClose() {
495
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 160, this.validate);
496
+ }
497
+ get mySitesHoverSite() {
498
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 161, this.validate);
499
+ }
500
+ get searchSearchInDialog() {
501
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 162, this.validate);
502
+ }
503
+ get searchScrollingInResultView() {
504
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 163, this.validate);
505
+ }
506
+ get searchFocusedOnASearchResult() {
507
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 164, this.validate);
508
+ }
509
+ get searchClickOnSearchResult() {
510
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 165, this.validate);
511
+ }
512
+ get searchCloseSearchDialog() {
513
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 166, this.validate);
514
+ }
515
+ get clickOnSeeMoreButton() {
516
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 167, this.validate);
517
+ }
518
+ get clickOnShowAllButton() {
519
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 168, this.validate);
520
+ }
521
+ get teamManagementClickToLearnMore() {
522
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 170, this.validate);
523
+ }
524
+ get teamManagementEditTeamProfileOpenDialog() {
525
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 171, this.validate);
526
+ }
527
+ get teamManagementPickLogo() {
528
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 172, this.validate);
529
+ }
530
+ get teamManagementSave() {
531
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 173, this.validate);
532
+ }
533
+ get teamManagementAddMembersOpenDialog() {
534
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 174, this.validate);
535
+ }
536
+ get teamManagementAddMembersSendInvite() {
537
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 175, this.validate);
538
+ }
539
+ get teamManagementAddMembersInviteClickSuccess() {
540
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 176, this.validate);
541
+ }
542
+ get teamManagementAddMembersInviteClickFail() {
543
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 177, this.validate);
544
+ }
545
+ get teamManagementDeleteTeamMemberOpenDialog() {
546
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 178, this.validate);
547
+ }
548
+ get teamManagementDeleteTeamMemberDeleteClick() {
549
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 179, this.validate);
550
+ }
551
+ get teamManagementDeleteTeamMemberDeleteClickSuccess() {
552
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 180, this.validate);
553
+ }
554
+ get teamManagementDeleteTeamMemberDeleteClickFail() {
555
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 181, this.validate);
556
+ }
557
+ get teamManagementGetInviteLink() {
558
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 182, this.validate);
559
+ }
560
+ get teamManagementEditRoleOpenDialog() {
561
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 183, this.validate);
562
+ }
563
+ get teamManagementEditRoleUpdateClick() {
564
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 184, this.validate);
565
+ }
566
+ get teamManagementResendInviteClick() {
567
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 185, this.validate);
568
+ }
569
+ get dashboardContributorsClickOnMangeRolesAndPermissions() {
570
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 187, this.validate);
571
+ }
572
+ get ascendHoverOnUpgradeAscend() {
573
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 188, this.validate);
574
+ }
575
+ get ascendClickOnUpgradeAscend() {
576
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 189, this.validate);
577
+ }
578
+ get ascendPpClickOnMoveToWixPremiumPp() {
579
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 190, this.validate);
580
+ }
581
+ get ascendPpThankYouPage() {
582
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 191, this.validate);
583
+ }
584
+ get invoicesMoreActionsClick() {
585
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 193, this.validate);
586
+ }
587
+ get invoicesMoreActionsChooseOption() {
588
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 194, this.validate);
589
+ }
590
+ get mobileClickOnCreateNewSite() {
591
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 196, this.validate);
592
+ }
593
+ get searchClickedToOpenSearch() {
594
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 202, this.validate);
595
+ }
596
+ get osClickOnFavorites() {
597
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 203, this.validate);
598
+ }
599
+ get osFavoritesPopupShown() {
600
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 204, this.validate);
601
+ }
602
+ get osFavoritesPopupCtaClicked() {
603
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 210, this.validate);
604
+ }
605
+ get osFavoritesPagesEdit() {
606
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 215, this.validate);
607
+ }
608
+ get automationsPriceQuotesInvoicesSendFeedbackForm() {
609
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 232, this.validate);
610
+ }
611
+ get automationsPriceQuotesInvoicesSubmitFeedbackForm() {
612
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 233, this.validate);
613
+ }
614
+ get mobileClickOnChangeLng() {
615
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 244, this.validate);
616
+ }
617
+ get quotesPrintInvoice() {
618
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 245, this.validate);
619
+ }
620
+ get quotesPayInvoiceClickSrc5Evid246() {
621
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 246, this.validate);
622
+ }
623
+ get homeClickNotificationCta() {
624
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 250, this.validate);
625
+ }
626
+ get homeMarkNotificationUnread() {
627
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 251, this.validate);
628
+ }
629
+ get homeMarkNotificationRead() {
630
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 252, this.validate);
631
+ }
632
+ get homeMarkAllUnreadNotifications() {
633
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 253, this.validate);
634
+ }
635
+ get homeNotificationBadgeShown() {
636
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 254, this.validate);
637
+ }
638
+ get homeAllowBlockBrowserNotificationClick() {
639
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 255, this.validate);
640
+ }
641
+ get notificationsClickOnAllSitesTab() {
642
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 256, this.validate);
643
+ }
644
+ get dashboardEnterEditorx() {
645
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 257, this.validate);
646
+ }
647
+ get triggersServerTpaActivationInitiatedCompleted() {
648
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 260, this.validate);
649
+ }
650
+ get triggersServerTpaActivationInitiatedFailed() {
651
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 261, this.validate);
652
+ }
653
+ get triggersServerTaskScheduled() {
654
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 262, this.validate);
655
+ }
656
+ get triggersServerTpaActivationCompletedSuccessfully() {
657
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 263, this.validate);
658
+ }
659
+ get triggersServerTpaActivationCompleteFailed() {
660
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 264, this.validate);
661
+ }
662
+ get triggersServerTriggerScheduleCancelled() {
663
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 266, this.validate);
664
+ }
665
+ get notificationNotificationAutomationCreated() {
666
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 269, this.validate);
667
+ }
668
+ get invoicesClickOnSendInvoiceButton() {
669
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 270, this.validate);
670
+ }
671
+ get notificationShowNotification() {
672
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 271, this.validate);
673
+ }
674
+ get notificationClickOnNotification() {
675
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 272, this.validate);
676
+ }
677
+ get notificationsEnableDesktopNotificationsFirstTime() {
678
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 273, this.validate);
679
+ }
680
+ get notificationsPushNotificationToggleIsDisplayed() {
681
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 274, this.validate);
682
+ }
683
+ get notificationsEnableToTurnOnOffAllSiteNotificationsExperts() {
684
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 275, this.validate);
685
+ }
686
+ get notificationsEnableToTurnOnOffNotificationsPerChannel() {
687
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 276, this.validate);
688
+ }
689
+ get notificationsShowMobileDialog() {
690
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 277, this.validate);
691
+ }
692
+ get notificationsDisplayPopupForUserBlockedDesktopNotifications() {
693
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 278, this.validate);
694
+ }
695
+ get notificationCloseAHighPriorityNotifications() {
696
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 279, this.validate);
697
+ }
698
+ get notificationsDisplayDesktopNotificationsBanner() {
699
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 280, this.validate);
700
+ }
701
+ get notificationsClickOnDesktopNotificationsBanner() {
702
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 281, this.validate);
703
+ }
704
+ get notificationsResolveAlertNotification() {
705
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 282, this.validate);
706
+ }
707
+ get invoicesUserSendInvoice() {
708
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 283, this.validate);
709
+ }
710
+ get bizManagerSetupWidgetOmniPhaseCompletedInDashboard() {
711
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 284, this.validate);
712
+ }
713
+ get automationsDaComponentShowPage() {
714
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 285, this.validate);
715
+ }
716
+ get automationsDaComponentManageAutomations() {
717
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 286, this.validate);
718
+ }
719
+ get automationsDaComponentCreateYourOwn() {
720
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 287, this.validate);
721
+ }
722
+ get automationsDaComponentRecommendationClick() {
723
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 288, this.validate);
724
+ }
725
+ get automationsDaComponentExploreMoreClick() {
726
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 289, this.validate);
727
+ }
728
+ get errorPageClick295() {
729
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 295, this.validate);
730
+ }
731
+ get accountDialogClickItem() {
732
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 296, this.validate);
733
+ }
734
+ get errorPage297() {
735
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 297, this.validate);
736
+ }
737
+ get dashboardStartLoading() {
738
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 300, this.validate);
739
+ }
740
+ get homeCloseDialog() {
741
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 301, this.validate);
742
+ }
743
+ get dashboardFinishLoading() {
744
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 302, this.validate);
745
+ }
746
+ get homeOpenDialogClick() {
747
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 303, this.validate);
748
+ }
749
+ get dialogFirstLoad() {
750
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 304, this.validate);
751
+ }
752
+ get homeMultipleSitesCheck() {
753
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 305, this.validate);
754
+ }
755
+ get homeBizMgrEligible() {
756
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 306, this.validate);
757
+ }
758
+ get homeClickOnCreateAnythingItem() {
759
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 307, this.validate);
760
+ }
761
+ get myAccountClickOnExpertDashboard() {
762
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 308, this.validate);
763
+ }
764
+ get dashboardDashboardHomeIsFullyLoaded() {
765
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 309, this.validate);
766
+ }
767
+ get dashboardSiteSettingsPageView() {
768
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 310, this.validate);
769
+ }
770
+ get dashboardSiteSettingsExperienceDisplayed() {
771
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 311, this.validate);
772
+ }
773
+ get dashboardSiteSettingsChangeValue() {
774
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 312, this.validate);
775
+ }
776
+ get dashboardSiteSettingsChangeValueSuccess() {
777
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 313, this.validate);
778
+ }
779
+ get dashboardSiteSettingsChangeValueFailure() {
780
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 314, this.validate);
781
+ }
782
+ get dashboardSiteSettingsClickLink() {
783
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 315, this.validate);
784
+ }
785
+ get dashboardSiteSettingsDeleteValue() {
786
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 316, this.validate);
787
+ }
788
+ get dashboardSiteSettingsDeleteValueSuccess() {
789
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 317, this.validate);
790
+ }
791
+ get dashboardSiteSettingsDeleteValueFailure() {
792
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 318, this.validate);
793
+ }
794
+ get dashboardSiteSettingsSelectValue() {
795
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 319, this.validate);
796
+ }
797
+ get dashboardSiteSettingsClosingComponent() {
798
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 320, this.validate);
799
+ }
800
+ get dashboardSiteSettingsDomainSslOption() {
801
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 321, this.validate);
802
+ }
803
+ get dashboardSiteSettingsDomainSslPopupCancel() {
804
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 322, this.validate);
805
+ }
806
+ get dashboardSiteSettingsSeoClickEnterAddressManually() {
807
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 323, this.validate);
808
+ }
809
+ get dashboardSiteSettingsSeoCloseEnterAddressManuallyPopUp() {
810
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 324, this.validate);
811
+ }
812
+ get dashboardSiteSettingsSeoClickOnGetStarted() {
813
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 325, this.validate);
814
+ }
815
+ get dashboardSiteSettingsOverviewUnpublishSite() {
816
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 326, this.validate);
817
+ }
818
+ get dashboardSiteSettingsOverviewUnpublishPopupCancel() {
819
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 327, this.validate);
820
+ }
821
+ get renameSiteOpenRenameDialog() {
822
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 328, this.validate);
823
+ }
824
+ get dashboardChangeSiteDisplayNameSave() {
825
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 329, this.validate);
826
+ }
827
+ get dashboardChangeUrlSave() {
828
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 330, this.validate);
829
+ }
830
+ get needsYourActionNyaWidgetShown() {
831
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 331, this.validate);
832
+ }
833
+ get needsYourActionItemIsShown() {
834
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 332, this.validate);
835
+ }
836
+ get needsYourActionClickOnItem() {
837
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 333, this.validate);
838
+ }
839
+ get needsYourActionClickOnUndoHidingAnItem() {
840
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 334, this.validate);
841
+ }
842
+ get needsYourActionResolvedNyaItem() {
843
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 335, this.validate);
844
+ }
845
+ get hooverNewReleasesIcon() {
846
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 336, this.validate);
847
+ }
848
+ get tooltipNotificationPopsUp() {
849
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 337, this.validate);
850
+ }
851
+ get newReleasesApiRequest() {
852
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 338, this.validate);
853
+ }
854
+ get closeTooltipPopUp() {
855
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 339, this.validate);
856
+ }
857
+ get badgeNotification() {
858
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 340, this.validate);
859
+ }
860
+ get viewFeatureCard() {
861
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 341, this.validate);
862
+ }
863
+ get cardCta() {
864
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 342, this.validate);
865
+ }
866
+ get viewedAllUpdates() {
867
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 343, this.validate);
868
+ }
869
+ get settingsOverviewPageClickOnItem() {
870
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 345, this.validate);
871
+ }
872
+ get iconRender() {
873
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 347, this.validate);
874
+ }
875
+ get quotesBulkActionsPrint() {
876
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 348, this.validate);
877
+ }
878
+ get setupWidgetItems() {
879
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 349, this.validate);
880
+ }
881
+ get rolesAddNewRoleClick() {
882
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 350, this.validate);
883
+ }
884
+ get rolesAddRoleCloseWindow() {
885
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 351, this.validate);
886
+ }
887
+ get rolesAddRoleInviteClick() {
888
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 352, this.validate);
889
+ }
890
+ get rolesAddRoleInviteClickSuccess() {
891
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 353, this.validate);
892
+ }
893
+ get crmHomeButtonClicked() {
894
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 354, this.validate);
895
+ }
896
+ get rolesAddRoleInviteClickFail() {
897
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 355, this.validate);
898
+ }
899
+ get rolesLoginPageLoadStart() {
900
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 356, this.validate);
901
+ }
902
+ get rolesLoginPageLoadComplete() {
903
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 357, this.validate);
904
+ }
905
+ get rolesAcceptFail() {
906
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 358, this.validate);
907
+ }
908
+ get rolesResendInviteClick() {
909
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 359, this.validate);
910
+ }
911
+ get rolesDeleteRoleClick() {
912
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 360, this.validate);
913
+ }
914
+ get rolesDeleteRoleCloseWindow() {
915
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 361, this.validate);
916
+ }
917
+ get rolesDeleteRoleDeleteClick() {
918
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 362, this.validate);
919
+ }
920
+ get rolesDeleteRoleDeleteClickSuccess() {
921
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 363, this.validate);
922
+ }
923
+ get rolesDeleteRoleDeleteClickFail() {
924
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 364, this.validate);
925
+ }
926
+ get rolesAcceptInviteFromMobilePageView() {
927
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 365, this.validate);
928
+ }
929
+ get rolesEditRoleClick() {
930
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 366, this.validate);
931
+ }
932
+ get rolesEditRoleUpdateClick() {
933
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 367, this.validate);
934
+ }
935
+ get rolesGetInviteLink() {
936
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 368, this.validate);
937
+ }
938
+ get analyticsKpiIsShownInAnalyticsWidget() {
939
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 369, this.validate);
940
+ }
941
+ get analyticsTooltip() {
942
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 371, this.validate);
943
+ }
944
+ get analyticsClickOnWidgetButtons() {
945
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 372, this.validate);
946
+ }
947
+ get analyticsClickOnKpi() {
948
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 373, this.validate);
949
+ }
950
+ get analyticsChooseKpiFromCustomizationList() {
951
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 374, this.validate);
952
+ }
953
+ get analyticsClickOnButtonFromCustomizationList() {
954
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 375, this.validate);
955
+ }
956
+ get analyticsChangeKpisTimePeriod() {
957
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 376, this.validate);
958
+ }
959
+ get analyticsHoverAKpi() {
960
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 377, this.validate);
961
+ }
962
+ get notificationsClickOnAChannelSettings() {
963
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 379, this.validate);
964
+ }
965
+ get notificationsClickOnChannelLink() {
966
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 380, this.validate);
967
+ }
968
+ get quotesClickDueDate() {
969
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 383, this.validate);
970
+ }
971
+ get quotesChooseDueDate() {
972
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 384, this.validate);
973
+ }
974
+ get quotesClickIssueDate() {
975
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 385, this.validate);
976
+ }
977
+ get quotesChooseIssueDate() {
978
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 386, this.validate);
979
+ }
980
+ get notificationGroupNotificationIsDisplayed() {
981
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 387, this.validate);
982
+ }
983
+ get quotesViewPayments() {
984
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 388, this.validate);
985
+ }
986
+ get quotesSubscriptionViewPayments() {
987
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 389, this.validate);
988
+ }
989
+ get quotesBulkActionsDownloadPdf() {
990
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 397, this.validate);
991
+ }
992
+ get quotesBulkActionsExportCsv() {
993
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 398, this.validate);
994
+ }
995
+ get quotesDuplicateInvoice() {
996
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 399, this.validate);
997
+ }
998
+ get quotesTabPageView() {
999
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 400, this.validate);
1000
+ }
1001
+ get quotesInvoicesOnboardingPageView() {
1002
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 401, this.validate);
1003
+ }
1004
+ get quotesGetPaymentClick() {
1005
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 402, this.validate);
1006
+ }
1007
+ get quotesNewInvoiceClick() {
1008
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 403, this.validate);
1009
+ }
1010
+ get quotesEmailInvoicePage() {
1011
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 404, this.validate);
1012
+ }
1013
+ get quotesEmailInvoicePageCancelClick() {
1014
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 405, this.validate);
1015
+ }
1016
+ get quotesViewInvoicePageView() {
1017
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 406, this.validate);
1018
+ }
1019
+ get quotesChangeValue() {
1020
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 407, this.validate);
1021
+ }
1022
+ get quotesCreateInvoiceSaveDraftClick() {
1023
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 408, this.validate);
1024
+ }
1025
+ get quotesCreateInvoiceSaveDraftComplete() {
1026
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 409, this.validate);
1027
+ }
1028
+ get quotesCreateInvoiceSaveDraftFailed() {
1029
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 410, this.validate);
1030
+ }
1031
+ get quotesCreateInvoiceCancelClick() {
1032
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 411, this.validate);
1033
+ }
1034
+ get quotesCreateInvoiceAddLine() {
1035
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 412, this.validate);
1036
+ }
1037
+ get quotesCreateInvoiceDeleteLine() {
1038
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 413, this.validate);
1039
+ }
1040
+ get quotesNewProductClick() {
1041
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 414, this.validate);
1042
+ }
1043
+ get quotesNewProductSave() {
1044
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 415, this.validate);
1045
+ }
1046
+ get quotesNewProductCancel() {
1047
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 416, this.validate);
1048
+ }
1049
+ get quotesEditProductClick() {
1050
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 417, this.validate);
1051
+ }
1052
+ get quotesDeleteProductClick() {
1053
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 418, this.validate);
1054
+ }
1055
+ get quotesDeleteProductPageOk() {
1056
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 419, this.validate);
1057
+ }
1058
+ get quotesDeleteProductPageCancel() {
1059
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 420, this.validate);
1060
+ }
1061
+ get quotesEditInvoice() {
1062
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 421, this.validate);
1063
+ }
1064
+ get quotesPreviewInvoice() {
1065
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 422, this.validate);
1066
+ }
1067
+ get quotesPrintInvoiceSrc5Evid423() {
1068
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 423, this.validate);
1069
+ }
1070
+ get quotesAddPaymentClick() {
1071
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 424, this.validate);
1072
+ }
1073
+ get quotesAddPaymentPageOk() {
1074
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 425, this.validate);
1075
+ }
1076
+ get quotesAddPaymentPageCancel() {
1077
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 426, this.validate);
1078
+ }
1079
+ get quotesVoidPageOk() {
1080
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 428, this.validate);
1081
+ }
1082
+ get quotesVoidPageCancel() {
1083
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 429, this.validate);
1084
+ }
1085
+ get quotesDeleteInvoiceClick() {
1086
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 430, this.validate);
1087
+ }
1088
+ get quotesDeleteInvoicePageOk() {
1089
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 431, this.validate);
1090
+ }
1091
+ get quotesDeleteInvoicePageCancel() {
1092
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 432, this.validate);
1093
+ }
1094
+ get quotesSettingsNewTaxClick() {
1095
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 433, this.validate);
1096
+ }
1097
+ get quotesSettingsNewTaxPageSave() {
1098
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 434, this.validate);
1099
+ }
1100
+ get quotesSettingsNewTaxPageCancel() {
1101
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 435, this.validate);
1102
+ }
1103
+ get quotesEditTaxClick() {
1104
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 436, this.validate);
1105
+ }
1106
+ get quotesDeleteTaxClick() {
1107
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 437, this.validate);
1108
+ }
1109
+ get quotesDeleteTaxPageOk() {
1110
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 438, this.validate);
1111
+ }
1112
+ get quotesDeleteTaxPageCancel() {
1113
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 439, this.validate);
1114
+ }
1115
+ get quotesShowPaymentPopupPage() {
1116
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 440, this.validate);
1117
+ }
1118
+ get quotesConnectPaymentClick() {
1119
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 441, this.validate);
1120
+ }
1121
+ get quotesCreateAnAccountOfPaymentProvider() {
1122
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 442, this.validate);
1123
+ }
1124
+ get quotesNonValidPaypalAccountPopup() {
1125
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 443, this.validate);
1126
+ }
1127
+ get quotesNonValidPaypalAccountPopupClose() {
1128
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 444, this.validate);
1129
+ }
1130
+ get quotesNonValidPaypalAccountPopupClickLink() {
1131
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 445, this.validate);
1132
+ }
1133
+ get quotesSortInvoices() {
1134
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 446, this.validate);
1135
+ }
1136
+ get quotesFilterInvoices() {
1137
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 447, this.validate);
1138
+ }
1139
+ get quotesSearchInvoices() {
1140
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 448, this.validate);
1141
+ }
1142
+ get quotesDownloadPdf() {
1143
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 449, this.validate);
1144
+ }
1145
+ get quotesResendFromPreviewPage() {
1146
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 450, this.validate);
1147
+ }
1148
+ get quotesRunReportClickGenerateReportClick() {
1149
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 451, this.validate);
1150
+ }
1151
+ get quotesPrintReportClick() {
1152
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 452, this.validate);
1153
+ }
1154
+ get quotesExportReportClick() {
1155
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 453, this.validate);
1156
+ }
1157
+ get quotesPageView() {
1158
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 454, this.validate);
1159
+ }
1160
+ get quotesManagePaymentsBannerDisplayed() {
1161
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 455, this.validate);
1162
+ }
1163
+ get quotesDismissManagePaymentsBanner() {
1164
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 456, this.validate);
1165
+ }
1166
+ get quotesClickCtaInManagePaymentsBanner() {
1167
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 457, this.validate);
1168
+ }
1169
+ get quotesClickViewOrderBooking() {
1170
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 458, this.validate);
1171
+ }
1172
+ get quotesInvoicesAutomaticallyCreateAndSendInvoices() {
1173
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 459, this.validate);
1174
+ }
1175
+ get quotesAddCustomerClick() {
1176
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 460, this.validate);
1177
+ }
1178
+ get quotesChooseACustomer() {
1179
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 461, this.validate);
1180
+ }
1181
+ get quotesRemoveCustomer() {
1182
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 462, this.validate);
1183
+ }
1184
+ get quotesDueDateUpdating() {
1185
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 463, this.validate);
1186
+ }
1187
+ get quotesDateOfIssueUpdating() {
1188
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 464, this.validate);
1189
+ }
1190
+ get quotesAddDiscount() {
1191
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 465, this.validate);
1192
+ }
1193
+ get quotesChooseAProduct() {
1194
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 466, this.validate);
1195
+ }
1196
+ get quotesRemoveProduct() {
1197
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 467, this.validate);
1198
+ }
1199
+ get quotesEditProductOrService() {
1200
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 468, this.validate);
1201
+ }
1202
+ get quotesSelectTax() {
1203
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 469, this.validate);
1204
+ }
1205
+ get quotesAddingBusinessLogo() {
1206
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 470, this.validate);
1207
+ }
1208
+ get quotesAddingBusinessName() {
1209
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 471, this.validate);
1210
+ }
1211
+ get quotesClickSaveOnAddBusinessDetailsPage() {
1212
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 472, this.validate);
1213
+ }
1214
+ get quotesBoardingPageClickClose() {
1215
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 473, this.validate);
1216
+ }
1217
+ get quotesGetTheWixAppBannerDisplayed() {
1218
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 474, this.validate);
1219
+ }
1220
+ get quotesDismissGetWixAppBanner() {
1221
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 475, this.validate);
1222
+ }
1223
+ get quotesClickCtaInGetWixAppBanner() {
1224
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 476, this.validate);
1225
+ }
1226
+ get quotesPrintInvoiceSrc5Evid477() {
1227
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 477, this.validate);
1228
+ }
1229
+ get quotesPayInvoiceClick() {
1230
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 478, this.validate);
1231
+ }
1232
+ get quotesCloseManagePlanBillingTooltip() {
1233
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 479, this.validate);
1234
+ }
1235
+ get quotesCreateInvoiceToggleRecurring() {
1236
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 480, this.validate);
1237
+ }
1238
+ get quotesPrintFromPreviewPage() {
1239
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 481, this.validate);
1240
+ }
1241
+ get quotesPreviewFromInsideTheInvoiceCreation() {
1242
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 482, this.validate);
1243
+ }
1244
+ get quotesCancelFromInsideTheInvoiceCreation() {
1245
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 483, this.validate);
1246
+ }
1247
+ get quotesPreviewFromTable() {
1248
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 484, this.validate);
1249
+ }
1250
+ get mySitesEditSite() {
1251
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 486, this.validate);
1252
+ }
1253
+ get sidebarCategoryItemsShown488() {
1254
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 488, this.validate);
1255
+ }
1256
+ get crmHomeCreateButtonClick() {
1257
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 489, this.validate);
1258
+ }
1259
+ get crmHomeCreateButtonChooseOption() {
1260
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 490, this.validate);
1261
+ }
1262
+ get crmHomeSecondaryCtaClick() {
1263
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 491, this.validate);
1264
+ }
1265
+ get crmHomeCarouselClick() {
1266
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 492, this.validate);
1267
+ }
1268
+ get crmHomeManageYourFinancesChoose() {
1269
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 493, this.validate);
1270
+ }
1271
+ get crmHomeCustomerManagementToolsChoose() {
1272
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 494, this.validate);
1273
+ }
1274
+ get quotesSettingsChangeTabs() {
1275
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 497, this.validate);
1276
+ }
1277
+ get quotesSettingsSuccessToast() {
1278
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 498, this.validate);
1279
+ }
1280
+ get contactEnrichmentTemporaryEvent() {
1281
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 499, this.validate);
1282
+ }
1283
+ get engageEmailSettingsPageView() {
1284
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 540, this.validate);
1285
+ }
1286
+ get engageEmailSettingsUpdateValue() {
1287
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 541, this.validate);
1288
+ }
1289
+ get engageEmailSettingsSaveChangesClick() {
1290
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 542, this.validate);
1291
+ }
1292
+ get engageEmailSettingsCancelBack() {
1293
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 544, this.validate);
1294
+ }
1295
+ get engageEmailSettingsUnsavedChangesDialog() {
1296
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 546, this.validate);
1297
+ }
1298
+ get sideBarItemClick550() {
1299
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 550, this.validate);
1300
+ }
1301
+ get bizManagerBizInfoFieldValueChangedNotSaved() {
1302
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 551, this.validate);
1303
+ }
1304
+ get bizManagerBizInfoClickOnSave() {
1305
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 552, this.validate);
1306
+ }
1307
+ get bizManagerBizInfoSaveSuccess() {
1308
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 553, this.validate);
1309
+ }
1310
+ get bizManagerBizInfoClickOnDiscardButton() {
1311
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 554, this.validate);
1312
+ }
1313
+ get bizManagerBizInfoApproveDiscard() {
1314
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 555, this.validate);
1315
+ }
1316
+ get bizManagerBizInfoCancelDiscard() {
1317
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 556, this.validate);
1318
+ }
1319
+ get bizManagerBizInfoNavigateAwayDialogIsShown() {
1320
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 557, this.validate);
1321
+ }
1322
+ get bizManagerBizInfoNavigateAwayStayInPage() {
1323
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 558, this.validate);
1324
+ }
1325
+ get bizManagerBizInfoClickOnButton() {
1326
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 559, this.validate);
1327
+ }
1328
+ get bizManagerBizInfoNavigateAwayLeaveThisPage() {
1329
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 560, this.validate);
1330
+ }
1331
+ get bizManagerStartLoading() {
1332
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 561, this.validate);
1333
+ }
1334
+ get bizManagerFinishLoading() {
1335
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 562, this.validate);
1336
+ }
1337
+ get bizManagerModuleLoadingStart() {
1338
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 564, this.validate);
1339
+ }
1340
+ get bizManagerModuleLoadingFinish() {
1341
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 565, this.validate);
1342
+ }
1343
+ get bizManagerNavigateToViewStart() {
1344
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 566, this.validate);
1345
+ }
1346
+ get bizManagerClickOnBackInSidebarItem() {
1347
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 570, this.validate);
1348
+ }
1349
+ get bizManagerSetupWidgetIsDisplayed() {
1350
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 573, this.validate);
1351
+ }
1352
+ get bizManagerMinimizeExpandSetupWidget() {
1353
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 574, this.validate);
1354
+ }
1355
+ get bizManagerSetupWidgetShowMessageComplete() {
1356
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 575, this.validate);
1357
+ }
1358
+ get bizManagerSetupWidgetClickCtaAfterShowMessageComplete() {
1359
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 576, this.validate);
1360
+ }
1361
+ get bizManagerDisplayAnalyticsWidget() {
1362
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 577, this.validate);
1363
+ }
1364
+ get bizManagerClickOnHelpCenterInDashboardFooter() {
1365
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 578, this.validate);
1366
+ }
1367
+ get bizManagerClickOnWidgetCta() {
1368
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 579, this.validate);
1369
+ }
1370
+ get bizManagerHtmlLoaded() {
1371
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 580, this.validate);
1372
+ }
1373
+ get bizManagerViewStartLoading() {
1374
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 581, this.validate);
1375
+ }
1376
+ get bizManagerViewFinishLoading() {
1377
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 582, this.validate);
1378
+ }
1379
+ get bizManagerClickLinkFromTooltip() {
1380
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 584, this.validate);
1381
+ }
1382
+ get bizManagerBusinessInfoMergeDialogShown() {
1383
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 585, this.validate);
1384
+ }
1385
+ get bizManagerBusinessInfoMergeDialogApprove() {
1386
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 586, this.validate);
1387
+ }
1388
+ get bizManagerBusinessInfoMergeDialogClose() {
1389
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 587, this.validate);
1390
+ }
1391
+ get managerFullStoryRecordingStarted() {
1392
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 588, this.validate);
1393
+ }
1394
+ get bizManagerDismissTooltip() {
1395
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 589, this.validate);
1396
+ }
1397
+ get bizManagerWhatSNextCloseVideoAsset() {
1398
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 592, this.validate);
1399
+ }
1400
+ get bizManagerShowUrgentMessages() {
1401
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 593, this.validate);
1402
+ }
1403
+ get bizManagerUrgentMessagesClicked() {
1404
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 594, this.validate);
1405
+ }
1406
+ get bizManagerDashboardAssetClickOnArrow() {
1407
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 597, this.validate);
1408
+ }
1409
+ get bizManagerOpenPanelStart() {
1410
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 598, this.validate);
1411
+ }
1412
+ get bizManagerOpenPanelFinish() {
1413
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 599, this.validate);
1414
+ }
1415
+ get dummyEventForSiteMembers() {
1416
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 600, this.validate);
1417
+ }
1418
+ get bizManagerClickOnSetupSkipUndo() {
1419
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 656, this.validate);
1420
+ }
1421
+ get bizManagerOpenPanelInteractive() {
1422
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 657, this.validate);
1423
+ }
1424
+ get phoneVerificationHoverOnMotivation() {
1425
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 660, this.validate);
1426
+ }
1427
+ get mobilePhoneNumberConfirmationPopUpClickOkForSendingSms() {
1428
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 661, this.validate);
1429
+ }
1430
+ get mobilePhoneNumberConfirmationPopUpClickConfirmForSmsCode() {
1431
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 662, this.validate);
1432
+ }
1433
+ get phoneVerificationPhoneValidation() {
1434
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 665, this.validate);
1435
+ }
1436
+ get phoneVerificationCodeValidation() {
1437
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 666, this.validate);
1438
+ }
1439
+ get mobilePhoneNumberConfirmationOpenPopUp() {
1440
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 667, this.validate);
1441
+ }
1442
+ get bizManagerNewBadgeShow() {
1443
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 673, this.validate);
1444
+ }
1445
+ get mobilePhoneNumberConfirmationClickOnEdit() {
1446
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 678, this.validate);
1447
+ }
1448
+ get accountSettingsClickOnManagePreferences() {
1449
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 679, this.validate);
1450
+ }
1451
+ get accountSettingsDeactivateAccountClickOnLearnMore() {
1452
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 680, this.validate);
1453
+ }
1454
+ get twoFactorAuthenticationSetupEnableClick() {
1455
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 681, this.validate);
1456
+ }
1457
+ get accountSettingsUpdatesConfirmEnterPassword() {
1458
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 682, this.validate);
1459
+ }
1460
+ get twoFactorAuthenticationSetupSendCode() {
1461
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 683, this.validate);
1462
+ }
1463
+ get twoFactorAuthenticationSetupConfirmCodeClick() {
1464
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 684, this.validate);
1465
+ }
1466
+ get twoFactorAuthenticationSetupEditNumber() {
1467
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 685, this.validate);
1468
+ }
1469
+ get twoFactorAuthenticationSetupDisableAction() {
1470
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 686, this.validate);
1471
+ }
1472
+ get twoFactorAuthenticationSetupDisableClick() {
1473
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 687, this.validate);
1474
+ }
1475
+ get accountSettingsSetPasswordModalLoad() {
1476
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 688, this.validate);
1477
+ }
1478
+ get accountSettingsOnRequestToUnlockField() {
1479
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 689, this.validate);
1480
+ }
1481
+ get accountSettingsUpdatesConfirmPasswordModalLoad() {
1482
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 690, this.validate);
1483
+ }
1484
+ get accountSettingsForgotPasswordClick() {
1485
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 691, this.validate);
1486
+ }
1487
+ get accountSettingsManagePrivacyPreferences() {
1488
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 695, this.validate);
1489
+ }
1490
+ get accountSettingsTwoFactorAuthenticationSetupSendCodeSuccess() {
1491
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 696, this.validate);
1492
+ }
1493
+ get accountSettingsTwoFactorAuthenticationSetupSendCodeFailed() {
1494
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 697, this.validate);
1495
+ }
1496
+ get mySitesClickOnSelectSite() {
1497
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 715, this.validate);
1498
+ }
1499
+ get quotesClickOnCopyLinkFromMoreActions() {
1500
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 727, this.validate);
1501
+ }
1502
+ get quotesErrorGenerateLinkFromMoreActions() {
1503
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 728, this.validate);
1504
+ }
1505
+ get quotesClickOnCreateLinkFromMoreActions() {
1506
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 729, this.validate);
1507
+ }
1508
+ get quotesSettingsChangeNumbering() {
1509
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 730, this.validate);
1510
+ }
1511
+ get quotesHeaderPreview() {
1512
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 732, this.validate);
1513
+ }
1514
+ get quotesOpenFirstCard() {
1515
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 733, this.validate);
1516
+ }
1517
+ get quotesDropdownOption() {
1518
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 734, this.validate);
1519
+ }
1520
+ get sidebarModalOfFteToTheNewSidebarIsLoaded() {
1521
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 735, this.validate);
1522
+ }
1523
+ get quotesLimit5KCsvDownload() {
1524
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 738, this.validate);
1525
+ }
1526
+ get accountSettingsStep1ToDisablePartnerDashboard() {
1527
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 739, this.validate);
1528
+ }
1529
+ get accountSettingsErrorWhenClickToDisablePartnerDashboard() {
1530
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 740, this.validate);
1531
+ }
1532
+ get accountSettingsDisabledEnabledPartnerDashboard() {
1533
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 741, this.validate);
1534
+ }
1535
+ get crmHomeSendMessageToInbox() {
1536
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 745, this.validate);
1537
+ }
1538
+ get crmHomeAddNewContactWidget() {
1539
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 746, this.validate);
1540
+ }
1541
+ get crmHomeChooseContactFromWidget() {
1542
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 747, this.validate);
1543
+ }
1544
+ get crmHomeSendMessageViaContactsWidget() {
1545
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 748, this.validate);
1546
+ }
1547
+ get uouUnsubscribePageView() {
1548
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 798, this.validate);
1549
+ }
1550
+ get uouUnsubscribeClick() {
1551
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 799, this.validate);
1552
+ }
1553
+ get sampleEventTest() {
1554
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 800, this.validate);
1555
+ }
1556
+ get gdprUouSiteOwnerOpenPrivacyGdprTab() {
1557
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 801, this.validate);
1558
+ }
1559
+ get gdprUouSiteOwnerInitiateGdprRequest() {
1560
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 802, this.validate);
1561
+ }
1562
+ get gdprUouSiteOwnerSelectRequestType() {
1563
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 803, this.validate);
1564
+ }
1565
+ get gdprUouSiteOwnerInsertUouInformation() {
1566
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 804, this.validate);
1567
+ }
1568
+ get gdprUouSiteOwnerReConfirmUouInformation() {
1569
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 805, this.validate);
1570
+ }
1571
+ get gdprUouSiteOwnerUouRequestSubmissionSuccess() {
1572
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 806, this.validate);
1573
+ }
1574
+ get gdprUouSiteOwnerUouRequestSubmissionFailed() {
1575
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 807, this.validate);
1576
+ }
1577
+ get gdprUouSiteOwnerReturnedToPreviousFormStep() {
1578
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 808, this.validate);
1579
+ }
1580
+ get gdprUouSiteOwnerWishToLearnMore() {
1581
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 809, this.validate);
1582
+ }
1583
+ get gdprUsersUserOpenedTheGdprForm() {
1584
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 810, this.validate);
1585
+ }
1586
+ get gdprUsersUserSubmitTheGdprForm() {
1587
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 811, this.validate);
1588
+ }
1589
+ get gdprUsersUserGdprFormSubmissionSuccess() {
1590
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 812, this.validate);
1591
+ }
1592
+ get gdprUsersUserGdprFormSubmissionFailed() {
1593
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 813, this.validate);
1594
+ }
1595
+ get cookiesBannerCta() {
1596
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 814, this.validate);
1597
+ }
1598
+ get cookiesBannerSettingsWindowCta() {
1599
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 815, this.validate);
1600
+ }
1601
+ get cookiesBannerPrivacyPolicyClicked() {
1602
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 816, this.validate);
1603
+ }
1604
+ get cookiesBannerSettingPageCta() {
1605
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 817, this.validate);
1606
+ }
1607
+ get cookiesBannerSettingPageOptOutConfirmation() {
1608
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 818, this.validate);
1609
+ }
1610
+ get crmHomeViewContactViaContactsWidget() {
1611
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 819, this.validate);
1612
+ }
1613
+ get crmHomeSeeAllContactsViaContactsWidget() {
1614
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 820, this.validate);
1615
+ }
1616
+ get crmHomeImportContactsViaContactsBanner() {
1617
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 821, this.validate);
1618
+ }
1619
+ get crmHomeTasksWidgetAddNewTask() {
1620
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 822, this.validate);
1621
+ }
1622
+ get crmHomeTasksWidgetSeeAllTasks() {
1623
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 823, this.validate);
1624
+ }
1625
+ get crmHomeWorkflowsWidgetGoToWorkflows() {
1626
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 844, this.validate);
1627
+ }
1628
+ get crmHomeWorkflowsWidgetUseTemplate() {
1629
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 852, this.validate);
1630
+ }
1631
+ get crmHomeWorkflowsWidgetStartFromScratch() {
1632
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 853, this.validate);
1633
+ }
1634
+ get crmHomeIntegrationsCommunicationsViewAll() {
1635
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 854, this.validate);
1636
+ }
1637
+ get crmHomeIntegrationsCommunicationsConnect() {
1638
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 855, this.validate);
1639
+ }
1640
+ get crmHomeIntegrationsMarketingViewAll() {
1641
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 860, this.validate);
1642
+ }
1643
+ get siteMembersSignupSettingsEditFieldTextSettings() {
1644
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 864, this.validate);
1645
+ }
1646
+ get formBuilderGetSubscribersFormManageSubscribersClick() {
1647
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 867, this.validate);
1648
+ }
1649
+ get formBuilderGetSubscribersFormManageSubscribersActionsClick() {
1650
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 868, this.validate);
1651
+ }
1652
+ get formBuilderCaptachaStatus() {
1653
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 869, this.validate);
1654
+ }
1655
+ get formBuilderTooltipForAddFieldForbiddenWords() {
1656
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 870, this.validate);
1657
+ }
1658
+ get formBuilderManageChoicesUpdateDisplayName() {
1659
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 871, this.validate);
1660
+ }
1661
+ get formBuilderManageChoicesAddAChoiceClick() {
1662
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 872, this.validate);
1663
+ }
1664
+ get formBuilderManageChoicesEditChoice() {
1665
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 873, this.validate);
1666
+ }
1667
+ get formBuilderManageChoicesDeleteChoice() {
1668
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 874, this.validate);
1669
+ }
1670
+ get formBuilderManageChoicesUpdateChoiceName() {
1671
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 875, this.validate);
1672
+ }
1673
+ get formBuilderManageChoicesSetAsDefaultChoice() {
1674
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 876, this.validate);
1675
+ }
1676
+ get formBuilderManageChoicesDuplicateChoiceClick() {
1677
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 877, this.validate);
1678
+ }
1679
+ get formBuilderManageChoicesDuplicateChoiceComplete() {
1680
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 878, this.validate);
1681
+ }
1682
+ get formBuilderManageChoicesReorderChoiceComplete() {
1683
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 879, this.validate);
1684
+ }
1685
+ get formBuilderMultiStepDragStep() {
1686
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 882, this.validate);
1687
+ }
1688
+ get formBuilderMultiStepClickOnManageSteps() {
1689
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 883, this.validate);
1690
+ }
1691
+ get formBuilderMultiStepEditStepActions() {
1692
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 885, this.validate);
1693
+ }
1694
+ get formBuilderMultiStepAddNewStep() {
1695
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 886, this.validate);
1696
+ }
1697
+ get formBuilderMultiStepAddNewField() {
1698
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 887, this.validate);
1699
+ }
1700
+ get formBuilderBackofficeFormSubscriberUserActions() {
1701
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 888, this.validate);
1702
+ }
1703
+ get formBuilderMultiStepClickOnAscendPlan() {
1704
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 889, this.validate);
1705
+ }
1706
+ get formBuilderMultiStepBackNextButtonChangeText() {
1707
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 890, this.validate);
1708
+ }
1709
+ get formBuilderMultiStepBackNextButtonFinishUpdateText() {
1710
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 891, this.validate);
1711
+ }
1712
+ get formBuilderMultiStepUouClickOnBackNextSubmit() {
1713
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 892, this.validate);
1714
+ }
1715
+ get formBuilderBackofficeFormDeleteKeepSubscribeItem() {
1716
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 893, this.validate);
1717
+ }
1718
+ get formBuilderMultiStepClickOnRestoreButtons() {
1719
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 894, this.validate);
1720
+ }
1721
+ get formBuilderSubmitButtonSettingsClickOnSetupPaymentForm() {
1722
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 896, this.validate);
1723
+ }
1724
+ get formBuildrUouSubmitFormClick() {
1725
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 900, this.validate);
1726
+ }
1727
+ get formBuildrUouSubmitFormSuccess() {
1728
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 901, this.validate);
1729
+ }
1730
+ get formBuildrUouSubmitFormError() {
1731
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 902, this.validate);
1732
+ }
1733
+ get formBuilderManageFieldsAddNewFieldCompleted() {
1734
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 903, this.validate);
1735
+ }
1736
+ get formBuildrUouSubmitFormSuccessSendingDataToFormBuilderServer() {
1737
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 904, this.validate);
1738
+ }
1739
+ get formBuilderDesignPanel() {
1740
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 906, this.validate);
1741
+ }
1742
+ get formBuildrComponentLoadTime() {
1743
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 907, this.validate);
1744
+ }
1745
+ get formBuilderDeleteForm() {
1746
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 908, this.validate);
1747
+ }
1748
+ get formBuilderFormCopyAttempt() {
1749
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 909, this.validate);
1750
+ }
1751
+ get formBuilderTemplatePickerOpened() {
1752
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 910, this.validate);
1753
+ }
1754
+ get formBuilderTemplatePickerClickOnTemplate() {
1755
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 911, this.validate);
1756
+ }
1757
+ get formBuilderTemplatePickerChooseTemplate() {
1758
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 912, this.validate);
1759
+ }
1760
+ get formBuilderManageFieldsPanelOpened() {
1761
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 913, this.validate);
1762
+ }
1763
+ get formBuilderManageFieldsDeleteField() {
1764
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 914, this.validate);
1765
+ }
1766
+ get formBuilderManageFieldsAddNewFieldDropDownOpened() {
1767
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 915, this.validate);
1768
+ }
1769
+ get formBuilderManageFieldsAddNewField() {
1770
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 916, this.validate);
1771
+ }
1772
+ get formBuilderEditFieldPanelOpened() {
1773
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 917, this.validate);
1774
+ }
1775
+ get formBuilderEditFieldUpdateValue() {
1776
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 918, this.validate);
1777
+ }
1778
+ get formBuilderEditFieldUpdateMandatoryValue() {
1779
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 919, this.validate);
1780
+ }
1781
+ get formBuilderEditFieldConnectFieldDropDownOpened() {
1782
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 920, this.validate);
1783
+ }
1784
+ get formBuilderEditFieldConnectField() {
1785
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 921, this.validate);
1786
+ }
1787
+ get formBuilderFormSettingsPanelOpened() {
1788
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 922, this.validate);
1789
+ }
1790
+ get formBuilderFormSettingsUpdateValue() {
1791
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 923, this.validate);
1792
+ }
1793
+ get formBuilderFormLayoutOpenAndChange() {
1794
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 924, this.validate);
1795
+ }
1796
+ get formBuilderFormSettingsChangeDuration() {
1797
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 925, this.validate);
1798
+ }
1799
+ get formBuilderFormSettingsMsgLink() {
1800
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 926, this.validate);
1801
+ }
1802
+ get formBuilderFormSettingsLinkSelection() {
1803
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 927, this.validate);
1804
+ }
1805
+ get formBuilderFormSettingsCreateSubmissionsTableRequest() {
1806
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 928, this.validate);
1807
+ }
1808
+ get formBuilderFormSettingsCreateSubmissionsTableSuccess() {
1809
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 929, this.validate);
1810
+ }
1811
+ get formBuilderBizMgrAddNewFormClick() {
1812
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 930, this.validate);
1813
+ }
1814
+ get formBuilderBizMgrViewFormSubmissionsClick() {
1815
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 931, this.validate);
1816
+ }
1817
+ get formBuilderManageFieldsDuplicateField() {
1818
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 932, this.validate);
1819
+ }
1820
+ get formBuilderRemoveSubmitButton() {
1821
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 933, this.validate);
1822
+ }
1823
+ get formBuilderPremiumPanelOpened() {
1824
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 934, this.validate);
1825
+ }
1826
+ get formBuilderPremiumPanelClick() {
1827
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 935, this.validate);
1828
+ }
1829
+ get formBuilderUserSaveAnEditorTemplateWithForm() {
1830
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 936, this.validate);
1831
+ }
1832
+ get formBuilderFormCopyAttemptFailed() {
1833
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 937, this.validate);
1834
+ }
1835
+ get formBuilderSubmitButtonUploadFileClick() {
1836
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 938, this.validate);
1837
+ }
1838
+ get formBuilderPresetGlobalDesignFailed() {
1839
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 939, this.validate);
1840
+ }
1841
+ get formBuilderManageFieldsClickOnFieldButtonLearnAllAboutThis() {
1842
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 940, this.validate);
1843
+ }
1844
+ get formBuilderAdiEditFormClick() {
1845
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 941, this.validate);
1846
+ }
1847
+ get formBuilderAdiEditFormCompleted() {
1848
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 942, this.validate);
1849
+ }
1850
+ get formBuilderAdiReorderFieldClick() {
1851
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 943, this.validate);
1852
+ }
1853
+ get formBuilderAdiReorderFieldComplete() {
1854
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 944, this.validate);
1855
+ }
1856
+ get formBuilderClickOnGfppOfConnectPanel() {
1857
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 945, this.validate);
1858
+ }
1859
+ get formBuilderFormLayoutSpaceBetweenRows() {
1860
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 946, this.validate);
1861
+ }
1862
+ get formBuilderFormLayoutSpaceBetweenColumns() {
1863
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 947, this.validate);
1864
+ }
1865
+ get formBuilderFormLayoutTextAlignment() {
1866
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 948, this.validate);
1867
+ }
1868
+ get formBuilderFormLayoutTitleAndPlaceholderPadding() {
1869
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 949, this.validate);
1870
+ }
1871
+ get formBuilderFormLayoutSpaceBetweenFieldTitleAndInput() {
1872
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 950, this.validate);
1873
+ }
1874
+ get formBuilderFormLayoutFieldTitlePadding() {
1875
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 951, this.validate);
1876
+ }
1877
+ get formBuilderGlobalLayoutShowFieldTitleToggle() {
1878
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 952, this.validate);
1879
+ }
1880
+ get formBuilderFormSettingsInnerTabsClick() {
1881
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 953, this.validate);
1882
+ }
1883
+ get formBuilderFormSettingsSettingsTabsClick() {
1884
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 954, this.validate);
1885
+ }
1886
+ get formBuilderFormSettingsGoToAutomationsClick() {
1887
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 955, this.validate);
1888
+ }
1889
+ get formBuilderFormSettingsContactListClick() {
1890
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 956, this.validate);
1891
+ }
1892
+ get formBuilderFormSettingsSupportAboutWixFormsClick() {
1893
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 957, this.validate);
1894
+ }
1895
+ get formBuilderFormSettingsSupportWixSupportClick() {
1896
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 958, this.validate);
1897
+ }
1898
+ get formBuilderFormSettingsSupportSendYourFeedbackClick() {
1899
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 959, this.validate);
1900
+ }
1901
+ get formBuilderFormSettingsSupportAddAReviewClick() {
1902
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 960, this.validate);
1903
+ }
1904
+ get formBuilderFormSettingsCreateAutomation() {
1905
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 961, this.validate);
1906
+ }
1907
+ get formBuilderFormSettingsInformationIconHoverClick() {
1908
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 962, this.validate);
1909
+ }
1910
+ get formBuilderFormSettingsPublishYourSitePopupPresented() {
1911
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 963, this.validate);
1912
+ }
1913
+ get formBuilderFormSettingsPublishYourSitePopupSelection() {
1914
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 964, this.validate);
1915
+ }
1916
+ get formBuilderFormSettingsSubmitMessageChooseLinkClick() {
1917
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 965, this.validate);
1918
+ }
1919
+ get formBuilderFormSettingsSubmitMessageRestoreSuccessMessage() {
1920
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 966, this.validate);
1921
+ }
1922
+ get formBuilderFormSettingsSubmitMessageRestoreSubmitButton() {
1923
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 967, this.validate);
1924
+ }
1925
+ get formBuilderPaymentFormSettingGetStarted() {
1926
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 968, this.validate);
1927
+ }
1928
+ get formBuilderPaymentFormSettingLearnMore() {
1929
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 969, this.validate);
1930
+ }
1931
+ get formBuilderPaymentFormSetupIsDisplayed() {
1932
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 970, this.validate);
1933
+ }
1934
+ get formBuilderPaymentFormSetupGetStartedClickOnDemoSite() {
1935
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 971, this.validate);
1936
+ }
1937
+ get formBuilderPaymentFormSetupAddUpdateItem() {
1938
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 972, this.validate);
1939
+ }
1940
+ get formBuilderPaymentFormSetupItemPriceChangeCurrency() {
1941
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 973, this.validate);
1942
+ }
1943
+ get formBuilderPaymentFormSetupConnectPaymentMethod() {
1944
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 974, this.validate);
1945
+ }
1946
+ get formBuilderPaymentFormSetupContinueToSetupFromBizmg() {
1947
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 975, this.validate);
1948
+ }
1949
+ get formBuilderPaymentFormSetupChangePaymentMethod() {
1950
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 976, this.validate);
1951
+ }
1952
+ get formBuilderPaymentFormSaveAndRefreshPopUpDisplayed() {
1953
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 977, this.validate);
1954
+ }
1955
+ get formBuilderPaymentFormSaveAndRefreshPopUpUserSelection() {
1956
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 978, this.validate);
1957
+ }
1958
+ get formBuilderPaymentFormViewPublishSitePopUpDisplayed() {
1959
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 979, this.validate);
1960
+ }
1961
+ get formBuilderPaymentFormViewPublishSitePopUpUserSelection() {
1962
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 980, this.validate);
1963
+ }
1964
+ get formBuilderPaymentFormRemovePaymentPopUpDisplayed() {
1965
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 981, this.validate);
1966
+ }
1967
+ get formBuilderPaymentFormRemovePaymentPopUpUserSelection() {
1968
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 982, this.validate);
1969
+ }
1970
+ get formBuilderPaymentFormOpenChangeRemoveDisconnectPayment() {
1971
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 983, this.validate);
1972
+ }
1973
+ get formBuilderPaymentFormClickOnNextInPaymentFormSetup() {
1974
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 984, this.validate);
1975
+ }
1976
+ get formBuilderPaymentFormTooltipHover() {
1977
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 985, this.validate);
1978
+ }
1979
+ get formBuilderSubmissionSettingsPanelOpened() {
1980
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 986, this.validate);
1981
+ }
1982
+ get formBuilderCategoryPickerInAddPanel() {
1983
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 987, this.validate);
1984
+ }
1985
+ get formBuilderPaymentFormClickOnGoToSetup() {
1986
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 988, this.validate);
1987
+ }
1988
+ get formBuilderTemplatePickerChooseTemplateStartToInstall() {
1989
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 989, this.validate);
1990
+ }
1991
+ get formBuilderFormSettingsNotificationsHelpClick() {
1992
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 990, this.validate);
1993
+ }
1994
+ get formBuilderFormSettingsUpdateValueClick() {
1995
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 991, this.validate);
1996
+ }
1997
+ get formBuilderFormSettingsContactListContactLabelsClick() {
1998
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 992, this.validate);
1999
+ }
2000
+ get formBuilderFormSettingsContactListContactLabelsUpdateValue() {
2001
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 993, this.validate);
2002
+ }
2003
+ get formBuilderFormSettingsContactListChooseSavedFieldsClick() {
2004
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 994, this.validate);
2005
+ }
2006
+ get formBuilderFormSettingsContactListChooseSavedFieldsUpdateValue() {
2007
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 995, this.validate);
2008
+ }
2009
+ get formBuilderFormSettingsContactListChooseSavedFieldsSave() {
2010
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 996, this.validate);
2011
+ }
2012
+ get formBuilderHoverOnUpgradeAscend() {
2013
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 997, this.validate);
2014
+ }
2015
+ get formBuilderFormSettingsContactListChooseSavedFieldsCancel() {
2016
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 998, this.validate);
2017
+ }
2018
+ get formBuilderFormSettingsContactListChooseSavedFieldsLearnMore() {
2019
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 999, this.validate);
2020
+ }
2021
+ get formBuilderFormSettingsContactListChooseSavedFieldsHoverYourFormFields() {
2022
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1010, this.validate);
2023
+ }
2024
+ get formBuilderFormSettingsContactListChooseSavedFieldsHoverFieldsInContactList() {
2025
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1011, this.validate);
2026
+ }
2027
+ get formBuilderFormSettingsContactListChooseSavedFieldsClickOnDropdownField() {
2028
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1012, this.validate);
2029
+ }
2030
+ get formBuilderSubmitButtonSettingsUpdateValueOfSubmitButton() {
2031
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1013, this.validate);
2032
+ }
2033
+ get formBuilderFormSubmitSettingsClick() {
2034
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1014, this.validate);
2035
+ }
2036
+ get formBuilderFormSettingsDisplayErrorPage() {
2037
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1015, this.validate);
2038
+ }
2039
+ get formBuilderFormSettingsErrorPageTryAgainClick() {
2040
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1016, this.validate);
2041
+ }
2042
+ get formBuilderFormSettingsCreateEmailMarketing() {
2043
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1017, this.validate);
2044
+ }
2045
+ get formBuilderFormSettingsSubscriberDoubleOptIn() {
2046
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1018, this.validate);
2047
+ }
2048
+ get formBuilderFormSettingsSubscriberDoubleOptInLearnMore() {
2049
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1019, this.validate);
2050
+ }
2051
+ get formBuilderFormSettingsSubscriberDoubleOptInEnable() {
2052
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1020, this.validate);
2053
+ }
2054
+ get formBuilderFormSettingsSubscriberDoubleOptInSubmitMessage() {
2055
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1021, this.validate);
2056
+ }
2057
+ get formBuilderFormSettingsInboxOptInOutWhoToNotify() {
2058
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1022, this.validate);
2059
+ }
2060
+ get formBuilderFormSettingsInboxOptInOutUpdateEmail() {
2061
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1023, this.validate);
2062
+ }
2063
+ get formBuilderFormSettingsInboxOptInOutLearnMore() {
2064
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1024, this.validate);
2065
+ }
2066
+ get formBuilderFormSettingsInboxOptInOutAreYouSure() {
2067
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1025, this.validate);
2068
+ }
2069
+ get formBuilderFormSettingsInboxOptInOutFindOutMore() {
2070
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1026, this.validate);
2071
+ }
2072
+ get formBuilderFormSettingsEmailNotificationAddContributer() {
2073
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1027, this.validate);
2074
+ }
2075
+ get formBuilderFormSettingsEmailNotificationAddNewEmail() {
2076
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1028, this.validate);
2077
+ }
2078
+ get formBuilderFormSettingsEmailNotificationWantToNotifyDonTShowThisAgain() {
2079
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1029, this.validate);
2080
+ }
2081
+ get workflowsSettingsClick() {
2082
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1030, this.validate);
2083
+ }
2084
+ get workflowsSettingsShowArchive() {
2085
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1031, this.validate);
2086
+ }
2087
+ get workflowsSettingsHideArchive() {
2088
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1032, this.validate);
2089
+ }
2090
+ get workflowsSettingsSetAutomations() {
2091
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1033, this.validate);
2092
+ }
2093
+ get workflowsSettingsDeleteWorkflowClick() {
2094
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1034, this.validate);
2095
+ }
2096
+ get workflowsSettingsDeleteWorkflowConfirmation() {
2097
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1035, this.validate);
2098
+ }
2099
+ get workflowsSettingsAddNewWorkflow() {
2100
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1036, this.validate);
2101
+ }
2102
+ get workflowsBoardUpdateBoardNameIconClick() {
2103
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1037, this.validate);
2104
+ }
2105
+ get workflowsBoardUpdateBoardNameComplete() {
2106
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1038, this.validate);
2107
+ }
2108
+ get workflowsBoardDropdownIconClick() {
2109
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1039, this.validate);
2110
+ }
2111
+ get workflowsAddNewPhaseClick() {
2112
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1040, this.validate);
2113
+ }
2114
+ get workflowsAddNewPhaseSave() {
2115
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1041, this.validate);
2116
+ }
2117
+ get workflowsAddNewCardClick() {
2118
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1042, this.validate);
2119
+ }
2120
+ get workflowsAddNewCardSave() {
2121
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1043, this.validate);
2122
+ }
2123
+ get workflowsPhaseSettingsClick() {
2124
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1044, this.validate);
2125
+ }
2126
+ get workflowsPhaseSettingsCreateAutomation() {
2127
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1045, this.validate);
2128
+ }
2129
+ get workflowsPhaseSettingsRenameStepClick() {
2130
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1046, this.validate);
2131
+ }
2132
+ get workflowsPhaseSettingsRenameStepComplete() {
2133
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1047, this.validate);
2134
+ }
2135
+ get workflowsPhaseSettingsDeleteStepClick() {
2136
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1048, this.validate);
2137
+ }
2138
+ get workflowsPhaseSettingsDeleteStepConfirm() {
2139
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1049, this.validate);
2140
+ }
2141
+ get workflowsCardSettingsClick() {
2142
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1050, this.validate);
2143
+ }
2144
+ get workflowsCardSettingsCardActions() {
2145
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1051, this.validate);
2146
+ }
2147
+ get workflowsCardSettingsEditCardNameComplete() {
2148
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1052, this.validate);
2149
+ }
2150
+ get workflowsBoardSelectABoard() {
2151
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1053, this.validate);
2152
+ }
2153
+ get workflowsSettingsLearnMoreClick() {
2154
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1054, this.validate);
2155
+ }
2156
+ get workflowsIntroStep1WorkSmarterWithWorkflows() {
2157
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1055, this.validate);
2158
+ }
2159
+ get workflowsIntroStep2HowItWorks() {
2160
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1056, this.validate);
2161
+ }
2162
+ get workflowsIntroStep3MoveCardsAsYouGo() {
2163
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1057, this.validate);
2164
+ }
2165
+ get workflowsIntroStep4SaveTimeWithAutomations() {
2166
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1058, this.validate);
2167
+ }
2168
+ get workflowsIntroStep5CompleteSatisfaction() {
2169
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1059, this.validate);
2170
+ }
2171
+ get workflowsIntroStep6ThatSIt() {
2172
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1060, this.validate);
2173
+ }
2174
+ get workflowsGoToBoardFromContactPanel() {
2175
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1061, this.validate);
2176
+ }
2177
+ get workflowsConnectContactToWorkflowFromContactPanel() {
2178
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1062, this.validate);
2179
+ }
2180
+ get workflowsClickUpdateContactInWfFromContactPanel() {
2181
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1063, this.validate);
2182
+ }
2183
+ get workflowsClickOnCompletedArchivedFlowsInContactPanel() {
2184
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1064, this.validate);
2185
+ }
2186
+ get workflowsErrorCardCannotBeRemovedInContactPanel() {
2187
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1065, this.validate);
2188
+ }
2189
+ get workflowsChangePhaseInContactPanel() {
2190
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1066, this.validate);
2191
+ }
2192
+ get workflowsClickOnSaveChangesInContactPanel() {
2193
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1067, this.validate);
2194
+ }
2195
+ get workflowsMoveCard() {
2196
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1068, this.validate);
2197
+ }
2198
+ get workflowsEmptyStatePageLoaded() {
2199
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1069, this.validate);
2200
+ }
2201
+ get workflowsEmptyStateClickOnGetStarted() {
2202
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1070, this.validate);
2203
+ }
2204
+ get workflowsTemplatesModalIsPresented() {
2205
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1071, this.validate);
2206
+ }
2207
+ get workflowsClickOnUseTemplateOrStartFromScratchOnTemplatesModal() {
2208
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1072, this.validate);
2209
+ }
2210
+ get workflowsClickOnDismissTemplatesModal() {
2211
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1073, this.validate);
2212
+ }
2213
+ get cookiesBannerUouUserClickOnVisitorDataOption() {
2214
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1074, this.validate);
2215
+ }
2216
+ get cookiesBannerUouUserHoverOverTooltip() {
2217
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1075, this.validate);
2218
+ }
2219
+ get cookiesBannerUouCookieConsentBannerGetStartedClick() {
2220
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1076, this.validate);
2221
+ }
2222
+ get cookiesBannerUouDisplayCookieBannerOnSiteCta() {
2223
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1077, this.validate);
2224
+ }
2225
+ get cookiesBannerUouUserClickedOnAdvancedOption() {
2226
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1078, this.validate);
2227
+ }
2228
+ get cookiesBannerUouUserClickedOnTheGeneralXButton() {
2229
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1079, this.validate);
2230
+ }
2231
+ get cookiesBannerUouSavePublishClick() {
2232
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1080, this.validate);
2233
+ }
2234
+ get cookiesBannerUouUserWithPopUpCta() {
2235
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1081, this.validate);
2236
+ }
2237
+ get cookiesBannerUouAdvancedOptionsCta() {
2238
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1082, this.validate);
2239
+ }
2240
+ get cookiesBannerUouSetUpAPrivacyPolicyClicks() {
2241
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1083, this.validate);
2242
+ }
2243
+ get cookiesBannerUouAddADoNotSellDateLinkClick() {
2244
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1084, this.validate);
2245
+ }
2246
+ get cookiesBannerUouUouClickOnDoNotSellMyDataLink() {
2247
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1085, this.validate);
2248
+ }
2249
+ get cookiesBannerUouUouDisableDataTransfersPopUpIsDisplay() {
2250
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1086, this.validate);
2251
+ }
2252
+ get cookiesBannerUouUouWithDisableDataTransfersPopUp() {
2253
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1087, this.validate);
2254
+ }
2255
+ get cookiesBannerUouUserConsentLogCta() {
2256
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1088, this.validate);
2257
+ }
2258
+ get cookiesBannerUouExportConsentLogCta() {
2259
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1089, this.validate);
2260
+ }
2261
+ get cookiesBannerUouAPopUpIsDisplay() {
2262
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1090, this.validate);
2263
+ }
2264
+ get cookiesBannerUouSearchMembersById() {
2265
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1091, this.validate);
2266
+ }
2267
+ get cookiesBannerUouReviewRequirementsAlert() {
2268
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1092, this.validate);
2269
+ }
2270
+ get formBuilderFormAddNewFieldInnerTabsClick() {
2271
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1093, this.validate);
2272
+ }
2273
+ get formBuilderEditorXAddASubscribeCheckbox() {
2274
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1094, this.validate);
2275
+ }
2276
+ get formBuilderMigratedFormContactFormToWixFormSuccess() {
2277
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1095, this.validate);
2278
+ }
2279
+ get formBuilderConditionalFormAddNewRule() {
2280
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1096, this.validate);
2281
+ }
2282
+ get formBuilderConditionalFormLearnMore() {
2283
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1097, this.validate);
2284
+ }
2285
+ get formBuilderConditionalFormIfClickOnDropdown() {
2286
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1098, this.validate);
2287
+ }
2288
+ get formBuilderConditionalFormIfChooseFromDropdown() {
2289
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1099, this.validate);
2290
+ }
2291
+ get formBuilderConditionalFormIfFilledNotFilled() {
2292
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1100, this.validate);
2293
+ }
2294
+ get formBuilderConditionalFormIfFilledSelectionOption() {
2295
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1101, this.validate);
2296
+ }
2297
+ get formBuilderConditionalFormThenClickOnDropdown() {
2298
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1102, this.validate);
2299
+ }
2300
+ get formBuilderConditionalFormThenChooseFromDropdown() {
2301
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1103, this.validate);
2302
+ }
2303
+ get formBuilderConditionalFormIsClickOnDropdown() {
2304
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1104, this.validate);
2305
+ }
2306
+ get formBuilderConditionalFormIsChooseFromDropdown() {
2307
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1105, this.validate);
2308
+ }
2309
+ get formBuilderConditionalFormSaveRule() {
2310
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1106, this.validate);
2311
+ }
2312
+ get formBuilderConditionalFormMoreActionClick() {
2313
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1107, this.validate);
2314
+ }
2315
+ get formBuilderConditionalFormMoreActionChoose() {
2316
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1108, this.validate);
2317
+ }
2318
+ get formBuilderConditionalFormContradictingRuleWarning() {
2319
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1109, this.validate);
2320
+ }
2321
+ get formBuilderConditionalFormSaveRuleError() {
2322
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1110, this.validate);
2323
+ }
2324
+ get formBuilderMigratedFormContactFormToWixFormPhoneNumberIssue() {
2325
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1111, this.validate);
2326
+ }
2327
+ get formBuilderConditionalFormViewRuleFromFieldSettings() {
2328
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1112, this.validate);
2329
+ }
2330
+ get formBuilderConditionalFormLearnMoreFromTooltipFieldSettings() {
2331
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1113, this.validate);
2332
+ }
2333
+ get crmHomeIntegrationsMarketingConnect() {
2334
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1114, this.validate);
2335
+ }
2336
+ get crmHomeIntegrationsFinanceViewAll() {
2337
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1115, this.validate);
2338
+ }
2339
+ get crmHomeIntegrationsFinanceConnect() {
2340
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1116, this.validate);
2341
+ }
2342
+ get accountSettingsDisableSocialAccountConfirmationModalLoad() {
2343
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1119, this.validate);
2344
+ }
2345
+ get accountSettingsDisableSocialAccountClickDisableInConfirmationModal() {
2346
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1120, this.validate);
2347
+ }
2348
+ get crmHomeGoToMarketingTools() {
2349
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1122, this.validate);
2350
+ }
2351
+ get formBuilderPaymentFormMoveStateInFunnel() {
2352
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1123, this.validate);
2353
+ }
2354
+ get formBuilderPaymentFormCloseFunnel() {
2355
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1124, this.validate);
2356
+ }
2357
+ get formBuilderPaymentFormQuestionMarkFunnel() {
2358
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1125, this.validate);
2359
+ }
2360
+ get formBuilderPaymentFormDemoSiteFunnel() {
2361
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1126, this.validate);
2362
+ }
2363
+ get formBuilderPaymentFormChoosePaymentFormType() {
2364
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1127, this.validate);
2365
+ }
2366
+ get formBuilderPaymentFormEnterItem() {
2367
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1128, this.validate);
2368
+ }
2369
+ get formBuilderPaymentFormEnterPrice() {
2370
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1129, this.validate);
2371
+ }
2372
+ get dummyNameSrc5Evid1130() {
2373
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1130, this.validate);
2374
+ }
2375
+ get dummyNameSrc5Evid1131() {
2376
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1131, this.validate);
2377
+ }
2378
+ get notificationInvalidTokens() {
2379
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1132, this.validate);
2380
+ }
2381
+ get formBuilderPaymentFormHoverPrice() {
2382
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1133, this.validate);
2383
+ }
2384
+ get formBuilderPaymentFormDeleteItem() {
2385
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1134, this.validate);
2386
+ }
2387
+ get formBuilderPaymentFormAddAnotherItem() {
2388
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1135, this.validate);
2389
+ }
2390
+ get formBuilderPaymentFormHoverDeleteItem() {
2391
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1136, this.validate);
2392
+ }
2393
+ get formBuilderPaymentFormReachLimitOfItems() {
2394
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1137, this.validate);
2395
+ }
2396
+ get formBuilderPaymentFormTellUsMoreItems() {
2397
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1138, this.validate);
2398
+ }
2399
+ get formBuilderPaymentFormEnterMinMaxPrice() {
2400
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1139, this.validate);
2401
+ }
2402
+ get formBuilderPaymentFormConnectPaymentMethod() {
2403
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1140, this.validate);
2404
+ }
2405
+ get formBuilderPaymentFormLearnMoreStep4() {
2406
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1141, this.validate);
2407
+ }
2408
+ get formBuilderPaymentFormDashboardContinueGreenBanner() {
2409
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1142, this.validate);
2410
+ }
2411
+ get formBuilderPaymentFormDashboardCloseGreenBanner() {
2412
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1143, this.validate);
2413
+ }
2414
+ get formBuilderPaymentFormChangePaymentMethod() {
2415
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1145, this.validate);
2416
+ }
2417
+ get formBuilderPaymentFormDiscardFunnel() {
2418
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1146, this.validate);
2419
+ }
2420
+ get formBuilderPaymentFormPaymentSettings() {
2421
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1147, this.validate);
2422
+ }
2423
+ get formBuilderPaymentFormOpenPaymentOverview() {
2424
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1148, this.validate);
2425
+ }
2426
+ get formBuilderPaymentFormGeneralSettings() {
2427
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1149, this.validate);
2428
+ }
2429
+ get formBuilderPaymentFormSettingsAddAnotherItem() {
2430
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1150, this.validate);
2431
+ }
2432
+ get formBuilderPaymentFormSettingsItemMoreActions() {
2433
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1151, this.validate);
2434
+ }
2435
+ get formBuilderPaymentFormSettingsItemMoreActionsChoose() {
2436
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1152, this.validate);
2437
+ }
2438
+ get formBuilderPaymentFormSettingsConnectPaymentWhenPaymentNotConnected() {
2439
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1153, this.validate);
2440
+ }
2441
+ get formBuilderPaymentFormSettingsRestoreField() {
2442
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1154, this.validate);
2443
+ }
2444
+ get formBuilderPaymentFormSettingsStopAcceptingPayments() {
2445
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1155, this.validate);
2446
+ }
2447
+ get settingsLobbySectionIsSeen() {
2448
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1156, this.validate);
2449
+ }
2450
+ get settingsLobbyClickOnItem() {
2451
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1158, this.validate);
2452
+ }
2453
+ get formBuilderSubmissionLimitReasonForLimit() {
2454
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1159, this.validate);
2455
+ }
2456
+ get formBuilderSubmissionLimitReasonForLimitInfoHover() {
2457
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1160, this.validate);
2458
+ }
2459
+ get formBuilderSubmissionLimitLimitByNumberTotalNumber() {
2460
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1161, this.validate);
2461
+ }
2462
+ get formBuilderSubmissionLimitLimitByNumberEditMessage() {
2463
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1162, this.validate);
2464
+ }
2465
+ get formBuilderSubmissionLimitLimitByNumberNumberInfoHover() {
2466
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1163, this.validate);
2467
+ }
2468
+ get formBuilderSubmissionLimitLimitByNumberMessageInfoHover() {
2469
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1164, this.validate);
2470
+ }
2471
+ get formBuilderSubmissionLimitLimitByDateEnteredDate() {
2472
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1165, this.validate);
2473
+ }
2474
+ get formBuilderSubmissionLimitLimitByDateChangeTimeFormat() {
2475
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1166, this.validate);
2476
+ }
2477
+ get formBuilderSubmissionLimitLimitByDateChangeTimeFormatInvalid() {
2478
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1167, this.validate);
2479
+ }
2480
+ get formBuilderSubmissionLimitLimitByDateChangeDefaultTime() {
2481
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1168, this.validate);
2482
+ }
2483
+ get formBuilderSubmissionLimitLimitByDateChangeMessage() {
2484
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1169, this.validate);
2485
+ }
2486
+ get formBuilderSubmissionLimitLimitByDateTimezoneSettings() {
2487
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1170, this.validate);
2488
+ }
2489
+ get formBuilderSubmissionLimitRestoreSuccessMessage() {
2490
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1171, this.validate);
2491
+ }
2492
+ get viewInDashboard() {
2493
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1172, this.validate);
2494
+ }
2495
+ get formBuilderAutofillMemberEmailsEnableToggle() {
2496
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1173, this.validate);
2497
+ }
2498
+ get formBuilderAutofillMemberEmailsMembersAreaLearnMore() {
2499
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1174, this.validate);
2500
+ }
2501
+ get formBuilderAutofillMemberEmailsBrowserAutocompleteLearnMore() {
2502
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1175, this.validate);
2503
+ }
2504
+ get formBuilderAutofillMemberEmailsMainTooltipHover() {
2505
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1176, this.validate);
2506
+ }
2507
+ get formBuilderAutofillMemberEmailsLetMembersEdit() {
2508
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1177, this.validate);
2509
+ }
2510
+ get formBuilderAutofillMemberEmailsDropdownEmail() {
2511
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1178, this.validate);
2512
+ }
2513
+ get formBuilderAutofillMemberEmailsChooseDifferentEmail() {
2514
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1179, this.validate);
2515
+ }
2516
+ get formBuilderAutofillMemberEmailsAddAnEmailField() {
2517
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1180, this.validate);
2518
+ }
2519
+ get formBuilderAutofillMemberEmailsAddedMembersArea() {
2520
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1181, this.validate);
2521
+ }
2522
+ get formBuilderSubmissionLimitUouSeenLimitMessage() {
2523
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1182, this.validate);
2524
+ }
2525
+ get sidebarModalOfFteToTheNewSidebarIsLoadedWithSpecificCluster() {
2526
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1185, this.validate);
2527
+ }
2528
+ get dashboardSiteSettingsLocationsModalPageView() {
2529
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1189, this.validate);
2530
+ }
2531
+ get formBuilderBizMgrFormsBizTipsClickOnTheTip() {
2532
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1208, this.validate);
2533
+ }
2534
+ get invoicesAddAProductVariantOpenModal() {
2535
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1209, this.validate);
2536
+ }
2537
+ get invoicesAddAProductVariantAddToInvoice() {
2538
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1210, this.validate);
2539
+ }
2540
+ get foldersHoverOverThePermissionIcon1212() {
2541
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1212, this.validate);
2542
+ }
2543
+ get invoicesCreateOrderNewInvoiceClick() {
2544
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1213, this.validate);
2545
+ }
2546
+ get dashboardFinishLoadingLoadingTimeFromStartModule() {
2547
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1215, this.validate);
2548
+ }
2549
+ get sitesListPageFoldersLoaded1216() {
2550
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1216, this.validate);
2551
+ }
2552
+ get deleteLocationModalIsOpened() {
2553
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1217, this.validate);
2554
+ }
2555
+ get successfullyDeletedLocation() {
2556
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1218, this.validate);
2557
+ }
2558
+ get locationModalFloatingNotification() {
2559
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1225, this.validate);
2560
+ }
2561
+ get apesSaveEditedNotification() {
2562
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1234, this.validate);
2563
+ }
2564
+ get apesSaveEditedNotificationSrc5Evid1235() {
2565
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1235, this.validate);
2566
+ }
2567
+ get apesEditNotificationSelectAudience() {
2568
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1238, this.validate);
2569
+ }
2570
+ get suggestionsFeedbackClickOnNavigationButtonInPopup() {
2571
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1240, this.validate);
2572
+ }
2573
+ get formBuilderBizMgrClickOnMoreActions() {
2574
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1243, this.validate);
2575
+ }
2576
+ get formBuilderBizMgrClickOnMoreActionsOfASpecificForm() {
2577
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1246, this.validate);
2578
+ }
2579
+ get formBuilderBizMgrClickOnViewForm() {
2580
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1247, this.validate);
2581
+ }
2582
+ get formBuilderBizMgrClickOnEditForm() {
2583
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1248, this.validate);
2584
+ }
2585
+ get formBuilderBizMgrClickOnDeleteForm() {
2586
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1249, this.validate);
2587
+ }
2588
+ get customerNotificationsSettingsClickInsidePageWithoutEmailsSections() {
2589
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1250, this.validate);
2590
+ }
2591
+ get customerNotificationsSettingsClickOnHideUnhide() {
2592
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1251, this.validate);
2593
+ }
2594
+ get customerNotificationsSettingsPreviewEditClickOnToggle() {
2595
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1252, this.validate);
2596
+ }
2597
+ get customerNotificationsSettingsPageLoad() {
2598
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1253, this.validate);
2599
+ }
2600
+ get bizManagerShowWarningMessage() {
2601
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1254, this.validate);
2602
+ }
2603
+ get formBuilderBizMgrClickOnGoToEditorToPublishYourSite() {
2604
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1256, this.validate);
2605
+ }
2606
+ get formBuilderBizMgrClickOnGoToEditorToCreateSubmissionTable() {
2607
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1257, this.validate);
2608
+ }
2609
+ get copyOfFormBuilderBizMgrClickOnGoToEditorToRemoveForm() {
2610
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1258, this.validate);
2611
+ }
2612
+ get customerNotificationsSettingsPreviewEditShowTooltip() {
2613
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1259, this.validate);
2614
+ }
2615
+ get formBuilderBizMgrEmptyStateClickOnWatchVideo() {
2616
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1263, this.validate);
2617
+ }
2618
+ get formBuilderBizMgrClickOnLoadMoreForms() {
2619
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1264, this.validate);
2620
+ }
2621
+ get formBuilderBizMgrMoreActionsViewRemovedForms() {
2622
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1265, this.validate);
2623
+ }
2624
+ get formBuilderBizMgrMoreActionsLearnMore() {
2625
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1266, this.validate);
2626
+ }
2627
+ get formBuilderBizMgrMoreActionsSendFeedback() {
2628
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1267, this.validate);
2629
+ }
2630
+ get sidebarTooltipOfModalOfFteToTheNewSidebarIsClicked() {
2631
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1268, this.validate);
2632
+ }
2633
+ get verticalsEmailNotificationSentSrc5Evid1270() {
2634
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1270, this.validate);
2635
+ }
2636
+ get verticalsEmailNotificationSent() {
2637
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1271, this.validate);
2638
+ }
2639
+ get verticalsEmailNotificationClicked() {
2640
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1272, this.validate);
2641
+ }
2642
+ get sidebarTooltipOfModalOfFteToTheNewSidebarIsShown() {
2643
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1274, this.validate);
2644
+ }
2645
+ get sidebarModalOfFteToTheNewSidebarIsClicked() {
2646
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1276, this.validate);
2647
+ }
2648
+ get apesLoadSystemNotificationsModalEnd() {
2649
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1277, this.validate);
2650
+ }
2651
+ get accountSettingsCloseYourWixAccountEnterPage() {
2652
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1278, this.validate);
2653
+ }
2654
+ get accountSettingsCloseYourWixAccountCloseAccountRequestSubmited() {
2655
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1279, this.validate);
2656
+ }
2657
+ get formBuilderComplexPhoneSettingsShowCountryCodeDropdownToggle() {
2658
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1280, this.validate);
2659
+ }
2660
+ get formBuilderComplexPhoneSettingsShowFieldTitleToggle() {
2661
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1281, this.validate);
2662
+ }
2663
+ get formBuilderComplexPhoneSettingsEnterFieldTitle() {
2664
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1282, this.validate);
2665
+ }
2666
+ get formBuilderComplexPhoneSettingsShowInitialTextOfThePhoneFieldSelection() {
2667
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1283, this.validate);
2668
+ }
2669
+ get formBuilderComplexPhoneSettingsPlaceHolderTextOfThePhoneField() {
2670
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1284, this.validate);
2671
+ }
2672
+ get formBuilderComplexPhoneSettingsIsFieldRequired() {
2673
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1285, this.validate);
2674
+ }
2675
+ get formBuilderComplexPhoneSettingsCountryCodeEnterFieldTitle() {
2676
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1286, this.validate);
2677
+ }
2678
+ get formBuilderComplexPhoneSettingsCountryCodeIncludeCodesFrom() {
2679
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1287, this.validate);
2680
+ }
2681
+ get formBuilderComplexPhoneSettingsCountryCodeShowInitialTextSelection() {
2682
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1289, this.validate);
2683
+ }
2684
+ get formBuilderComplexPhoneSettingsCountryCodeShowInitialTextValue() {
2685
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1290, this.validate);
2686
+ }
2687
+ get formBuilderComplexPhoneSettingsSelectNumberFormat() {
2688
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1291, this.validate);
2689
+ }
2690
+ get formBuilderComplexPhoneSettingsEnteredNumberFormat() {
2691
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1292, this.validate);
2692
+ }
2693
+ get formBuilderComplexPhoneSettingsCountryCodeClickOnManageCodeList() {
2694
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1295, this.validate);
2695
+ }
2696
+ get formBuilderComplexPhoneEditFieldClick() {
2697
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1299, this.validate);
2698
+ }
2699
+ get crmHomeScrollDown() {
2700
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1300, this.validate);
2701
+ }
2702
+ get financialServicesSettingsChangeTab() {
2703
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1301, this.validate);
2704
+ }
2705
+ get financialServicesSettingsInvoicesClickCard() {
2706
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1302, this.validate);
2707
+ }
2708
+ get financialServicesSettingsInvoicesEditNumbering() {
2709
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1303, this.validate);
2710
+ }
2711
+ get financialServicesSettingsInvoicesEditLogo() {
2712
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1304, this.validate);
2713
+ }
2714
+ get financialServicesSettingsInvoicesBusinessInfoEditThem() {
2715
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1305, this.validate);
2716
+ }
2717
+ get financialServicesSettingsInvoicesBusinessInfoEditField() {
2718
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1306, this.validate);
2719
+ }
2720
+ get financialServicesSettingsInvoicesDefaultsNotesEditNotes() {
2721
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1307, this.validate);
2722
+ }
2723
+ get financialServicesSettingsInvoicesDefaultsNotesLegalTerms() {
2724
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1308, this.validate);
2725
+ }
2726
+ get financialServicesSettingsInvoicesDefaultsNotesPreviewInvoice() {
2727
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1309, this.validate);
2728
+ }
2729
+ get financialServicesSettingsPriceQuotesBusinessDetailsSiteSettings() {
2730
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1310, this.validate);
2731
+ }
2732
+ get financialServicesSettingsPriceQuotesBusinessDetailsGoToSiteSettings() {
2733
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1311, this.validate);
2734
+ }
2735
+ get financialServicesSettingsPriceQuotesEditNumbering() {
2736
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1312, this.validate);
2737
+ }
2738
+ get financialServicesSettingsInvoicesSettingsClick() {
2739
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1313, this.validate);
2740
+ }
2741
+ get crmHomeGeneralVideo() {
2742
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1314, this.validate);
2743
+ }
2744
+ get invoicesItemsListChooseAProduct() {
2745
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1315, this.validate);
2746
+ }
2747
+ get invoicesItemsListAddNewProduct() {
2748
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1316, this.validate);
2749
+ }
2750
+ get invoicesItemsListLinkInTooltipProducts() {
2751
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1317, this.validate);
2752
+ }
2753
+ get invoicesWidgetMoreAction() {
2754
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1320, this.validate);
2755
+ }
2756
+ get invoicesWidgetMoreActionChooseAnAction() {
2757
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1321, this.validate);
2758
+ }
2759
+ get invoicesWidgetResendViaEmail() {
2760
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1322, this.validate);
2761
+ }
2762
+ get invoicesWidgetChangeTab() {
2763
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1323, this.validate);
2764
+ }
2765
+ get invoicesWidgetCreateNew() {
2766
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1324, this.validate);
2767
+ }
2768
+ get invoicesWidgetPreviewInvoice() {
2769
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1325, this.validate);
2770
+ }
2771
+ get invoicesWidgetSeeAllInvoices() {
2772
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1326, this.validate);
2773
+ }
2774
+ get invoicesWidgetReportsViewReport() {
2775
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1327, this.validate);
2776
+ }
2777
+ get invoicesWidgetReportsTimePicker() {
2778
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1328, this.validate);
2779
+ }
2780
+ get invoicesEditModesEditInvoice() {
2781
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1329, this.validate);
2782
+ }
2783
+ get invoicesEditModesEditCustomerInfoModalChoose() {
2784
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1330, this.validate);
2785
+ }
2786
+ get invoicesEditModesNegativePriceToast() {
2787
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1331, this.validate);
2788
+ }
2789
+ get crmDiscoverCrmTools() {
2790
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1333, this.validate);
2791
+ }
2792
+ get formBuilderComplexPhoneLayoutsDesignSelected() {
2793
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1334, this.validate);
2794
+ }
2795
+ get formBuilderComplexAddressShowTheseSubfields() {
2796
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1337, this.validate);
2797
+ }
2798
+ get formBuilderComplexAddressIncludeCountriesFrom() {
2799
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1338, this.validate);
2800
+ }
2801
+ get formBuilderComplexAddressShowSubfieldTitles() {
2802
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1339, this.validate);
2803
+ }
2804
+ get formBuilderComplexAddressSubfieldTitles() {
2805
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1340, this.validate);
2806
+ }
2807
+ get formBuilderComplexAddressSubfieldPlaceholder() {
2808
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1341, this.validate);
2809
+ }
2810
+ get formBuilderComplexAddressGeneralSettingRequired() {
2811
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1342, this.validate);
2812
+ }
2813
+ get formBuilderComplexAddressSubfieldTitlesEnterText() {
2814
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1343, this.validate);
2815
+ }
2816
+ get formBuilderComplexAddressSubfieldPlaceholdersEnterText() {
2817
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1344, this.validate);
2818
+ }
2819
+ get formBuilderComplexAddressSubfieldPlaceholdersDefaultCountryChoose() {
2820
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1345, this.validate);
2821
+ }
2822
+ get formBuilderComplexAddressManageCountriesList() {
2823
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1346, this.validate);
2824
+ }
2825
+ get formBuilderComplexAddressManageCountriesListFinish() {
2826
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1347, this.validate);
2827
+ }
2828
+ get formBuilderComplexAddressSelectRequiredSubfieldOpen() {
2829
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1348, this.validate);
2830
+ }
2831
+ get formBuilderComplexAddressSelectRequiredSubfieldChoose() {
2832
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1349, this.validate);
2833
+ }
2834
+ get formBuilderAutocompleteAddressFieldShowFieldTitleToggle() {
2835
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1353, this.validate);
2836
+ }
2837
+ get formBuilderAutocompleteAddressFieldFieldTitle() {
2838
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1354, this.validate);
2839
+ }
2840
+ get formBuilderAutocompleteAddressFieldPlaceholderText() {
2841
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1356, this.validate);
2842
+ }
2843
+ get formBuilderAutocompleteAddressFieldRequired() {
2844
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1357, this.validate);
2845
+ }
2846
+ get formBuilderAutocompleteAddressFieldCountrySearch() {
2847
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1358, this.validate);
2848
+ }
2849
+ get formBuilderAutocompleteAddressFieldCountrySearchOption() {
2850
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1359, this.validate);
2851
+ }
2852
+ get formBuilderAutocompleteAddressFieldAddressLayoutChanged() {
2853
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1360, this.validate);
2854
+ }
2855
+ get formBuilderAutocompleteAddressFieldViewerChooseAnAddress() {
2856
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1363, this.validate);
2857
+ }
2858
+ get customerNotificationsSettingsPreviewEditChooseAudience() {
2859
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1375, this.validate);
2860
+ }
2861
+ get formBuilderComplexPhoneCountryCodeFieldDeleted() {
2862
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1376, this.validate);
2863
+ }
2864
+ get dashboardSiteSelectorIsOpen() {
2865
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1377, this.validate);
2866
+ }
2867
+ get dashboardSiteSelectorIsLoadedWithoutScreenshots() {
2868
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1378, this.validate);
2869
+ }
2870
+ get dashboardSiteSelectorErrorLoading() {
2871
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1379, this.validate);
2872
+ }
2873
+ get dashboardSiteSelectorClickOnSite() {
2874
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1380, this.validate);
2875
+ }
2876
+ get dashboardClickInSiteSelector() {
2877
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1381, this.validate);
2878
+ }
2879
+ get formBuilderComplexAddressEditFieldClick() {
2880
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1382, this.validate);
2881
+ }
2882
+ get crmHomeInboxViewMessages() {
2883
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1383, this.validate);
2884
+ }
2885
+ get crmHomeTopCarouselClick() {
2886
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1384, this.validate);
2887
+ }
2888
+ get crmHomeTopCarouselMainCtaClick() {
2889
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1385, this.validate);
2890
+ }
2891
+ get crmHomeTopCarouselLoadStart() {
2892
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1386, this.validate);
2893
+ }
2894
+ get crmHomeTopCarouselLoadEnd() {
2895
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1387, this.validate);
2896
+ }
2897
+ get formBuilderReportOnSubmissionAsSpam() {
2898
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1389, this.validate);
2899
+ }
2900
+ get ascendSelectCancelReason() {
2901
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1390, this.validate);
2902
+ }
2903
+ get ascendCancelWindowApproveCancel() {
2904
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1391, this.validate);
2905
+ }
2906
+ get rolesAndPermissionsSetUpTeamClick() {
2907
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1400, this.validate);
2908
+ }
2909
+ get teamManagementTeammatesPageLoad() {
2910
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1401, this.validate);
2911
+ }
2912
+ get teamManagementFilterByStatus() {
2913
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1402, this.validate);
2914
+ }
2915
+ get teamManagementFilterByRole() {
2916
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1403, this.validate);
2917
+ }
2918
+ get teamManagementViewTeamClicked() {
2919
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1404, this.validate);
2920
+ }
2921
+ get teamManagementChangeRoleOpenDialog() {
2922
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1405, this.validate);
2923
+ }
2924
+ get teamManagementChangeRoleUpdate() {
2925
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1406, this.validate);
2926
+ }
2927
+ get teamManagementRemoveTeammateOpenDialog() {
2928
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1407, this.validate);
2929
+ }
2930
+ get teamManagementRemoveTeammateRemoveSuccess() {
2931
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1408, this.validate);
2932
+ }
2933
+ get teamManagementInvitePeopleClick() {
2934
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1409, this.validate);
2935
+ }
2936
+ get teamManagementInvitePeoplePageLoad() {
2937
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1410, this.validate);
2938
+ }
2939
+ get teamManagementInvitePeopleSendInvite() {
2940
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1411, this.validate);
2941
+ }
2942
+ get teamManagementInvitePeopleResendInvite() {
2943
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1412, this.validate);
2944
+ }
2945
+ get teamManagementInvitePeopleGetInviteLink() {
2946
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1413, this.validate);
2947
+ }
2948
+ get teamManagementManageRolesClick() {
2949
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1414, this.validate);
2950
+ }
2951
+ get teamManagementManageRolesPageLoad() {
2952
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1415, this.validate);
2953
+ }
2954
+ get teamManagementManageRolesViewRole() {
2955
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1416, this.validate);
2956
+ }
2957
+ get teamManagementManageRolesRolePageLoad() {
2958
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1417, this.validate);
2959
+ }
2960
+ get teamManagementManageRolesDuplicateAndEditRole() {
2961
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1418, this.validate);
2962
+ }
2963
+ get teamManagementManageRolesEditCustomRole() {
2964
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1419, this.validate);
2965
+ }
2966
+ get teamManagementManageRolesUpdateRole() {
2967
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1420, this.validate);
2968
+ }
2969
+ get teamManagementManageRolesCreateNewRoleClick() {
2970
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1421, this.validate);
2971
+ }
2972
+ get teamManagementManageRolesSaveNewRole() {
2973
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1422, this.validate);
2974
+ }
2975
+ get teamManagementManageRolesDeleteCustomRoleClick() {
2976
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1423, this.validate);
2977
+ }
2978
+ get teamManagementManageRolesDeleteCustomRoleSuccess() {
2979
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1424, this.validate);
2980
+ }
2981
+ get teamManagementManageRolesCannotDeleteRole() {
2982
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1425, this.validate);
2983
+ }
2984
+ get teamManagementLearnMoreClick() {
2985
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1426, this.validate);
2986
+ }
2987
+ get teamManagementEditTeamProfileClick() {
2988
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1427, this.validate);
2989
+ }
2990
+ get teamManagementSaveTeamProfile() {
2991
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1428, this.validate);
2992
+ }
2993
+ get teamManagementJoinTheTeamPageLoad() {
2994
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1429, this.validate);
2995
+ }
2996
+ get teamManagementJoinTheTeamClickContinue() {
2997
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1430, this.validate);
2998
+ }
2999
+ get teamManagementJoinTheTeamClickOnLearnMore() {
3000
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1431, this.validate);
3001
+ }
3002
+ get rolesAndPermissionsClickOnUpgradeButton() {
3003
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1432, this.validate);
3004
+ }
3005
+ get rolesAndPermissionsInvitePeopleError() {
3006
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1433, this.validate);
3007
+ }
3008
+ get rolesAndPermissionsUpgradePopUpLoad() {
3009
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1434, this.validate);
3010
+ }
3011
+ get rolesAndPermissionsAcceptInviteFromMobilePageLoad() {
3012
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1435, this.validate);
3013
+ }
3014
+ get rolesAndPermissionsAcceptInviteFromMobileClickContinueToSite() {
3015
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1436, this.validate);
3016
+ }
3017
+ get rolesAndPermissionsAcceptInviteFromMobileClickManageSiteOnTheWixApp() {
3018
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1437, this.validate);
3019
+ }
3020
+ get rolesAndPermissionsInvitePeopleAnswerOnInvitePurpose() {
3021
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1438, this.validate);
3022
+ }
3023
+ get rolesAndPermissionsInvitePeopleSkipOnInvitePurposeQuestion() {
3024
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1439, this.validate);
3025
+ }
3026
+ get rolesAndPermissionsSitesAndFoldersSelectSitesAndFoldersModalLoad() {
3027
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1440, this.validate);
3028
+ }
3029
+ get rolesAndPermissionsSitesAndFoldersClickOnSelectInSfModal() {
3030
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1441, this.validate);
3031
+ }
3032
+ get rolesAndPermissionsSitesAndFoldersClickOnSelectMore() {
3033
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1442, this.validate);
3034
+ }
3035
+ get rolesAndPermissionsSitesAndFoldersClickOnShowMoreSites() {
3036
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1443, this.validate);
3037
+ }
3038
+ get rolesAndPermissionsSitesAndFoldersRemoveSiteFolderClick() {
3039
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1444, this.validate);
3040
+ }
3041
+ get rolesAndPermissionsSitesAndFoldersClickOnAssignMoreRoles() {
3042
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1445, this.validate);
3043
+ }
3044
+ get rolesAndPermissionsSitesAndFoldersSiteRpWithTeamModalLoad() {
3045
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1446, this.validate);
3046
+ }
3047
+ get rolesAndPermissionsSitesAndFoldersChooseActionInSiteRpWithTeamModal() {
3048
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1447, this.validate);
3049
+ }
3050
+ get rolesAndPermissionsPeoplePermissionsComponentLoad() {
3051
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1448, this.validate);
3052
+ }
3053
+ get rolesAndPermissionsPeoplePermissionsComponentClickOnManage() {
3054
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1449, this.validate);
3055
+ }
3056
+ get rolesAndPermissionsTeamManagementSearchText() {
3057
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1450, this.validate);
3058
+ }
3059
+ get headerLoaded() {
3060
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1452, this.validate);
3061
+ }
3062
+ get formBuilderCaptchaBoxModalLoadedClient() {
3063
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1453, this.validate);
3064
+ }
3065
+ get formBuilderCaptchaBoxModalClosedClient() {
3066
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1454, this.validate);
3067
+ }
3068
+ get customerNotificationsSettingsPreviewEditLoadingTime() {
3069
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1455, this.validate);
3070
+ }
3071
+ get settingsLobbyHoverOverAnItem() {
3072
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1457, this.validate);
3073
+ }
3074
+ get bizmgrComponentRequestToLoad() {
3075
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1458, this.validate);
3076
+ }
3077
+ get bizmgrComponentLoadingStart() {
3078
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1459, this.validate);
3079
+ }
3080
+ get bizmgrComponentLoadingFinish() {
3081
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1460, this.validate);
3082
+ }
3083
+ get bizmgrComponentLoadingWithAnError() {
3084
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1461, this.validate);
3085
+ }
3086
+ get bizmgrComponentComponentWasShown() {
3087
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1462, this.validate);
3088
+ }
3089
+ get dashboardFinishLoadingBasicDashboardWidgets() {
3090
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1463, this.validate);
3091
+ }
3092
+ get invoicesSetBusinessInfoModalClickOnAddContinue() {
3093
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1464, this.validate);
3094
+ }
3095
+ get invoicesSetBusinessInfoModalClickOnCancel() {
3096
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1465, this.validate);
3097
+ }
3098
+ get headerFullyLoaded() {
3099
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1467, this.validate);
3100
+ }
3101
+ get rolesAndPermissionsInvitePeopleAddRemoveAnotherRoleOnDiffSiteClick() {
3102
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1472, this.validate);
3103
+ }
3104
+ get formBuilderBizManagerChooseAForm() {
3105
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1493, this.validate);
3106
+ }
3107
+ get formBuilderBackofficeFormChooseATemplate() {
3108
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1494, this.validate);
3109
+ }
3110
+ get formBuilderBackofficeFormChooseElement() {
3111
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1496, this.validate);
3112
+ }
3113
+ get formBuilderBackofficeFormDeleteElement() {
3114
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1497, this.validate);
3115
+ }
3116
+ get formBuilderBackofficeFormCloneElement() {
3117
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1498, this.validate);
3118
+ }
3119
+ get formBuilderBackofficeFormSaveForm() {
3120
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1501, this.validate);
3121
+ }
3122
+ get formBuilderBackofficeFormShareForm() {
3123
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1504, this.validate);
3124
+ }
3125
+ get formBuilderBackofficeFormPreviewForm() {
3126
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1505, this.validate);
3127
+ }
3128
+ get formBuilderBackofficeFormFormSettings() {
3129
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1506, this.validate);
3130
+ }
3131
+ get formBuilderBackofficeFormEditTitleDescription() {
3132
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1507, this.validate);
3133
+ }
3134
+ get crmHomeSuggestionsCarouselClickCta() {
3135
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1511, this.validate);
3136
+ }
3137
+ get crmHomeSuggestionsCarouselCloseBanner() {
3138
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1512, this.validate);
3139
+ }
3140
+ get crmHomeSuggestionsCarouselClickOnCarousel() {
3141
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1513, this.validate);
3142
+ }
3143
+ get formBuilderBackofficeFormSubmissionClick() {
3144
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1531, this.validate);
3145
+ }
3146
+ get formBuilderBackofficeFormSubmissionSuccess() {
3147
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1532, this.validate);
3148
+ }
3149
+ get formBuilderBackofficeFormSubmissionFailed() {
3150
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1533, this.validate);
3151
+ }
3152
+ get formBuilderBackofficeFormReorderElements() {
3153
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1534, this.validate);
3154
+ }
3155
+ get formBuilderBackofficeFormViewSubmissionTableFromSettings() {
3156
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1535, this.validate);
3157
+ }
3158
+ get formBuilderBackofficeFormAddEmailInSettings() {
3159
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1536, this.validate);
3160
+ }
3161
+ get formBuilderBackofficeFormSettingsToggleEmailType() {
3162
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1539, this.validate);
3163
+ }
3164
+ get quotesCreateInvoiceEnterItemDescription() {
3165
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1540, this.validate);
3166
+ }
3167
+ get quotesCreateInvoiceClickOnSeeMoreItems() {
3168
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1541, this.validate);
3169
+ }
3170
+ get quotesCreateInvoiceRearrangeItems() {
3171
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1542, this.validate);
3172
+ }
3173
+ get quotesCreateInvoiceClickOnAddTax() {
3174
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1543, this.validate);
3175
+ }
3176
+ get quotesCreateInvoiceTaxSelected() {
3177
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1544, this.validate);
3178
+ }
3179
+ get quotesCreateInvoiceClickOnInvoiceSettings() {
3180
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1545, this.validate);
3181
+ }
3182
+ get quotesCreateInvoiceAddRemoveDiscount() {
3183
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1546, this.validate);
3184
+ }
3185
+ get quotesCreateInvoiceLeavingCreateInvoicePagePopUpAppears() {
3186
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1547, this.validate);
3187
+ }
3188
+ get quotesCreateInvoiceLeavingCreateInvoicePagePopUpResolution() {
3189
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1548, this.validate);
3190
+ }
3191
+ get quotesPreviewInvoiceClickInPreviewPageMenu() {
3192
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1549, this.validate);
3193
+ }
3194
+ get quotesCreateInvoiceUserClickOnSendInvoice() {
3195
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1550, this.validate);
3196
+ }
3197
+ get quotesCreateInvoiceSendInvoiceModalResolution() {
3198
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1551, this.validate);
3199
+ }
3200
+ get quotesCreateInvoiceSendInvoiceModalFieldChange() {
3201
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1552, this.validate);
3202
+ }
3203
+ get quotesCreateInvoiceAdditionalInfoFieldChange() {
3204
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1553, this.validate);
3205
+ }
3206
+ get quotesCreateInvoiceChangingEmailOfAContactForPaidInvoice() {
3207
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1554, this.validate);
3208
+ }
3209
+ get quotesCreateInvoiceAdditionalInfoHoverOnTooltipShown() {
3210
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1555, this.validate);
3211
+ }
3212
+ get notificationClickOnAccountNotification() {
3213
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1556, this.validate);
3214
+ }
3215
+ get formBuilderBackofficeFormSettingsContactSync() {
3216
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1557, this.validate);
3217
+ }
3218
+ get formBuilderBackofficeFormRemoveDescription() {
3219
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1560, this.validate);
3220
+ }
3221
+ get invoicesNewRecurrentInvoiceClick() {
3222
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1564, this.validate);
3223
+ }
3224
+ get invoicesChooseADueDateRecurringInvoices() {
3225
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1565, this.validate);
3226
+ }
3227
+ get invoicesRecurringSelectABillingCycle() {
3228
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1566, this.validate);
3229
+ }
3230
+ get invoicesRecurringSelectNumberOfOccurrences() {
3231
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1567, this.validate);
3232
+ }
3233
+ get invoicesRecurringSelectCustomNumberOfOccurrences() {
3234
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1568, this.validate);
3235
+ }
3236
+ get invoicesRecurringIsAutoCharge() {
3237
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1569, this.validate);
3238
+ }
3239
+ get invoicesRecurringClickOnGetStarted() {
3240
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1570, this.validate);
3241
+ }
3242
+ get invoicesRecurringClickOnHowDoRecurringInvoicesWork() {
3243
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1571, this.validate);
3244
+ }
3245
+ get invoicesRecurringSetPaymentTermsPageClickOnNext() {
3246
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1572, this.validate);
3247
+ }
3248
+ get invoicesRecurringSetPaymentTermsPageClickOnCancel() {
3249
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1573, this.validate);
3250
+ }
3251
+ get invoicesRecurringClickOnBackToastInNewRecurringInvoicesCreationPage() {
3252
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1574, this.validate);
3253
+ }
3254
+ get invoicesRecurringClickOnConnectNowForAutoCharging() {
3255
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1575, this.validate);
3256
+ }
3257
+ get invoicesRecurringClickOnLearnMoreAboutAutomaticCharging() {
3258
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1576, this.validate);
3259
+ }
3260
+ get invoicesRecurringFilterInvoices() {
3261
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1577, this.validate);
3262
+ }
3263
+ get invoicesRecurringTableActions() {
3264
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1578, this.validate);
3265
+ }
3266
+ get invoicesRecurringSearchInvoices() {
3267
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1579, this.validate);
3268
+ }
3269
+ get invoicesRecurringCancelSubscription() {
3270
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1580, this.validate);
3271
+ }
3272
+ get invoicesRecurringClickOnNewRecurringInvoiceSrc5Evid1581() {
3273
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1581, this.validate);
3274
+ }
3275
+ get invoicesRecurringHoverOnNextWhenNotConnectedToPaymentMethod() {
3276
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1582, this.validate);
3277
+ }
3278
+ get invoicesRecurringBackToRecurringInvoiceFromConnectPayment() {
3279
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1583, this.validate);
3280
+ }
3281
+ get cookieBannerThemeClicked() {
3282
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1584, this.validate);
3283
+ }
3284
+ get formBuilderFormSettingsNotificationsClickOnButton() {
3285
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1586, this.validate);
3286
+ }
3287
+ get invoicesRecurringClickOnNewRecurringInvoice() {
3288
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1587, this.validate);
3289
+ }
3290
+ get formBuilderFormSettingsNotificationsToggle() {
3291
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1588, this.validate);
3292
+ }
3293
+ get inAppTipsGenericExposureEvent() {
3294
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1590, this.validate);
3295
+ }
3296
+ get invoicesOwnerappClickOnCreateNewInvoice() {
3297
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1592, this.validate);
3298
+ }
3299
+ get invoicesOwnerappClickOnInvoice() {
3300
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1593, this.validate);
3301
+ }
3302
+ get invoicesOwnerappClickOnViewAllInvoice() {
3303
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1594, this.validate);
3304
+ }
3305
+ get invoicesOwnerappClickOnTabs() {
3306
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1595, this.validate);
3307
+ }
3308
+ get dashboardSiteSelectorStartLoading() {
3309
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1596, this.validate);
3310
+ }
3311
+ get dashboardSiteSelectorSearch() {
3312
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1597, this.validate);
3313
+ }
3314
+ get dashboardSiteSelectorSearchResults() {
3315
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1598, this.validate);
3316
+ }
3317
+ get dashboardSiteSelectorUserNotification() {
3318
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1599, this.validate);
3319
+ }
3320
+ get headerStartLoading() {
3321
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1601, this.validate);
3322
+ }
3323
+ get invoicesRecurringMessagePresentedWhenUserReachesMaxNumberOfRecurringInvoices() {
3324
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1602, this.validate);
3325
+ }
3326
+ get formBuilderWixDataCheck() {
3327
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1607, this.validate);
3328
+ }
3329
+ get dashboardSiteSelectorMoreSitesLoadedSuccessfully() {
3330
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1608, this.validate);
3331
+ }
3332
+ get formBuilderBackofficeFormPostSaveForm() {
3333
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1611, this.validate);
3334
+ }
3335
+ get formBuilderBackOfficeFormClickEditForm() {
3336
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1618, this.validate);
3337
+ }
3338
+ get formBuilderBackofficeFormShareOpenForm() {
3339
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1621, this.validate);
3340
+ }
3341
+ get formBuilderBackofficeFormShareCopyLink() {
3342
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1622, this.validate);
3343
+ }
3344
+ get rolesAndPermissionsInvitePeopleClickOnGetYourMailbox() {
3345
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1625, this.validate);
3346
+ }
3347
+ get rolesAndPermissionsMarkAsAClient() {
3348
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1626, this.validate);
3349
+ }
3350
+ get dashboardDuplicateSiteActionWindowNavigationClick() {
3351
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1627, this.validate);
3352
+ }
3353
+ get formBuilderBackofficeFormCloseNote() {
3354
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1628, this.validate);
3355
+ }
3356
+ get formBuilderBackofficeFormClickOnLink() {
3357
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1631, this.validate);
3358
+ }
3359
+ get invoicesRecurringSelectPremiumPlanIncludedOnlyServices() {
3360
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1632, this.validate);
3361
+ }
3362
+ get invoicesRecurringAddPremiumPlanClick() {
3363
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1633, this.validate);
3364
+ }
3365
+ get invoicesRecurringPremiumPlanSelected() {
3366
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1634, this.validate);
3367
+ }
3368
+ get invoicesRecurringErrorMessageForInvoiceAmountLowerThenPremium() {
3369
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1635, this.validate);
3370
+ }
3371
+ get invoicesRecurringTableActionsCancelModalClick() {
3372
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1636, this.validate);
3373
+ }
3374
+ get cookieBannerCustomColorInaccessible() {
3375
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1644, this.validate);
3376
+ }
3377
+ get bizManagerSidebarItemSelectedHighlighted() {
3378
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1649, this.validate);
3379
+ }
3380
+ get cookieBannerUouRestoreDefaultText() {
3381
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1650, this.validate);
3382
+ }
3383
+ get invoicesRecurringClientSelected() {
3384
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1651, this.validate);
3385
+ }
3386
+ get invoicesRecurringSiteOfClientSelected() {
3387
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1652, this.validate);
3388
+ }
3389
+ get formBuilderBizMgrFromTheAdditionalActionMenuClickAction() {
3390
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1654, this.validate);
3391
+ }
3392
+ get formBuilderBizMgrFormDeletion() {
3393
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1656, this.validate);
3394
+ }
3395
+ get chatSettingsPcfOfflineOnlineFormChevron() {
3396
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1658, this.validate);
3397
+ }
3398
+ get siteActionsDropDownListShown() {
3399
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1662, this.validate);
3400
+ }
3401
+ get teamManagementSwitchToStudioPageLoad() {
3402
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1664, this.validate);
3403
+ }
3404
+ get formBuilderBackofficeFormUserChangeLtrRtl() {
3405
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1665, this.validate);
3406
+ }
3407
+ get formBuilderBackofficeFormAutoAddressRadioButton() {
3408
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1666, this.validate);
3409
+ }
3410
+ get cookieBannerCustomFontAndSizeClicked() {
3411
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1669, this.validate);
3412
+ }
3413
+ get bizManagerSetupWidgetSectionCompleted() {
3414
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1671, this.validate);
3415
+ }
3416
+ get ssoSettingsChangeActivationStatus() {
3417
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1684, this.validate);
3418
+ }
3419
+ get ssoSettingsIsMandatoryToggleStatus() {
3420
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1685, this.validate);
3421
+ }
3422
+ get mySitesUnableToMoveSiteToTrashMessageShown() {
3423
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1686, this.validate);
3424
+ }
3425
+ get financialSettingsGoToInvoicesPriceQuotes() {
3426
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1688, this.validate);
3427
+ }
3428
+ get invoicesFirstTimeExpirienceGetStarted() {
3429
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1689, this.validate);
3430
+ }
3431
+ get invoicesFirstTimeExpirienceLearnMore() {
3432
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1690, this.validate);
3433
+ }
3434
+ get invoicesDepositRequestDeposit() {
3435
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1692, this.validate);
3436
+ }
3437
+ get invoicesDepositChooseFlatOrPercentageDeposit() {
3438
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1693, this.validate);
3439
+ }
3440
+ get invoicesDepositLearnMore() {
3441
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1694, this.validate);
3442
+ }
3443
+ get invoicesConnectPaymentLearnMore() {
3444
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1695, this.validate);
3445
+ }
3446
+ get invoicesDepositDropDeposit() {
3447
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1697, this.validate);
3448
+ }
3449
+ get pingPingWidgetLoadedInEditNotificationDialog() {
3450
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1698, this.validate);
3451
+ }
3452
+ get pingSaveInEditNotificationDialog() {
3453
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1699, this.validate);
3454
+ }
3455
+ get apesUpdateTooltip() {
3456
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1701, this.validate);
3457
+ }
3458
+ get apesVersioningPreviewNewEmail() {
3459
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1702, this.validate);
3460
+ }
3461
+ get apesVersioningUpdateNewVersion() {
3462
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1703, this.validate);
3463
+ }
3464
+ get apesVersioningUpdateNewVersionError() {
3465
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1704, this.validate);
3466
+ }
3467
+ get apesVersioningSaveAnUpdateError() {
3468
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1705, this.validate);
3469
+ }
3470
+ get dashboardAfterSiteSelectorStartedLoadingAndBeforeFinished() {
3471
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1706, this.validate);
3472
+ }
3473
+ get formBuilderEmailSettingsInSchemaButExperimentClosed() {
3474
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1708, this.validate);
3475
+ }
3476
+ get siteSelectorSiteChosen() {
3477
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1709, this.validate);
3478
+ }
3479
+ get mySitesClickOnUrl() {
3480
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1713, this.validate);
3481
+ }
3482
+ get dashboardSiteCategoryShown() {
3483
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1714, this.validate);
3484
+ }
3485
+ get dashboardSiteSelectorClickForDebuggingPurposes() {
3486
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1715, this.validate);
3487
+ }
3488
+ get dashboardSiteSelectorLoadedSuccessfullyForDebuggingPurposes() {
3489
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1716, this.validate);
3490
+ }
3491
+ get dashboardLabelingPointInSiteSelectorForDebuggingPurposes() {
3492
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1719, this.validate);
3493
+ }
3494
+ get formBuilderPdfAttachmentsClickOnCheckbox() {
3495
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1721, this.validate);
3496
+ }
3497
+ get bmACallForTokenRefreshIsFailing() {
3498
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1722, this.validate);
3499
+ }
3500
+ get transferSiteSiteCanTBeTransferredPopUpView() {
3501
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1725, this.validate);
3502
+ }
3503
+ get cookiesBannerSettingsWindowChange() {
3504
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1727, this.validate);
3505
+ }
3506
+ get finishFocusWidgetSection() {
3507
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1728, this.validate);
3508
+ }
3509
+ get focusWidgetClickViewAll() {
3510
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1730, this.validate);
3511
+ }
3512
+ get mySitesWhenDialogPopsUp() {
3513
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1732, this.validate);
3514
+ }
3515
+ get focusWidgetItemViewedInList() {
3516
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1733, this.validate);
3517
+ }
3518
+ get mySitesClickOnButtonInDialog() {
3519
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1735, this.validate);
3520
+ }
3521
+ get dashboardFinishLoadingAllWidgets() {
3522
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1736, this.validate);
3523
+ }
3524
+ get sapir1() {
3525
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1748, this.validate);
3526
+ }
3527
+ get formBuilderBizMgrSafShareOptions() {
3528
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1751, this.validate);
3529
+ }
3530
+ get formFormsInContactPanelViewSubmission() {
3531
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1753, this.validate);
3532
+ }
3533
+ get formFormsInContactPanelViewSubmissionsList() {
3534
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1754, this.validate);
3535
+ }
3536
+ get formFormsInContactPanelDownloadFileFormSubmission() {
3537
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1755, this.validate);
3538
+ }
3539
+ get formBuilderPaymentFormClickDoneAfterEnterItem() {
3540
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1757, this.validate);
3541
+ }
3542
+ get formBuilderPaymentFormHoverNextButtonAdi() {
3543
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1759, this.validate);
3544
+ }
3545
+ get headerClickOnItemInOneOfTheHeaderDialogsDropDownMenus() {
3546
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1768, this.validate);
3547
+ }
3548
+ get mySitesUnableToMoveSitesToTrashModalIsShownOnBulkMoveToTrashOrSingleSiteMoveToTrash() {
3549
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1771, this.validate);
3550
+ }
3551
+ get formBuilderOneAppModalShown() {
3552
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1790, this.validate);
3553
+ }
3554
+ get formBuilderOneAppModalAction() {
3555
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1791, this.validate);
3556
+ }
3557
+ get formBuilderOneAppFormSelectorEmptyState() {
3558
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1792, this.validate);
3559
+ }
3560
+ get formBuilderFormSectionLoadedInSpacesApp() {
3561
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1794, this.validate);
3562
+ }
3563
+ get formBuilderOneAppLearnMoreClick() {
3564
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1796, this.validate);
3565
+ }
3566
+ get formBuilderOneApp3DotsSwipe() {
3567
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1797, this.validate);
3568
+ }
3569
+ get formBuilderOneAppClickInsideSwipeAction() {
3570
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1800, this.validate);
3571
+ }
3572
+ get formBuilderOneAppWidgetClick() {
3573
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1805, this.validate);
3574
+ }
3575
+ get formBuilderOneAppFormsListPageOpened() {
3576
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1806, this.validate);
3577
+ }
3578
+ get formBuilderOneAppSubmissionsListPageOpened() {
3579
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1807, this.validate);
3580
+ }
3581
+ get focusWidgetHoverOverProgressBarToShowPopover() {
3582
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1812, this.validate);
3583
+ }
3584
+ get formBuilderOneAppFormsResultsPageOpened() {
3585
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1814, this.validate);
3586
+ }
3587
+ get formBuilderOneAppFormsResultsPageActions() {
3588
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1815, this.validate);
3589
+ }
3590
+ get teamManagementSwitchToStudioClickToSwitch() {
3591
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1838, this.validate);
3592
+ }
3593
+ get teamManagementSwitchToStudioLearnMore() {
3594
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1839, this.validate);
3595
+ }
3596
+ get microActionAdditionalInfo() {
3597
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1895, this.validate);
3598
+ }
3599
+ get newFormsFormListTabOpenedOldFormsForms() {
3600
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1901, this.validate);
3601
+ }
3602
+ get websitePageChecklistInteractWithStepInAList() {
3603
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1902, this.validate);
3604
+ }
3605
+ get dashboardFetchDealerLayoutFailed() {
3606
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 1999, this.validate);
3607
+ }
3608
+ get mySitesClickInUnableToMoveSitesToTrashDialog() {
3609
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 2000, this.validate);
3610
+ }
3611
+ get clickingOnQuickActionButtonThreeDots() {
3612
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 2001, this.validate);
3613
+ }
3614
+ get tooltipForOwnerApp() {
3615
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 2002, this.validate);
3616
+ }
3617
+ get tooltipForOwnerAppClick() {
3618
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 2003, this.validate);
3619
+ }
3620
+ get downloadModal() {
3621
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 2004, this.validate);
3622
+ }
3623
+ get downloadModalClick() {
3624
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 2005, this.validate);
3625
+ }
3626
+ get downloadModalSuccessMessage() {
3627
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 2006, this.validate);
3628
+ }
3629
+ get downloadModalErrorMessage() {
3630
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 2007, this.validate);
3631
+ }
3632
+ get automationMainTableUserSearchFocusOut() {
3633
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 2008, this.validate);
3634
+ }
3635
+ get waiverClientAppWaiverStatusDropdown() {
3636
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 2501, this.validate);
3637
+ }
3638
+ get waiverClientAppWaiverStatusChangedManually() {
3639
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 2502, this.validate);
3640
+ }
3641
+ get waiverClientAppSendWaiverToClient() {
3642
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 2503, this.validate);
3643
+ }
3644
+ get dashboardEntryFeeding() {
3645
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 3000, this.validate);
3646
+ }
3647
+ get searchQuery() {
3648
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 3500, this.validate);
3649
+ }
3650
+ get exposureForAnalyticsTests() {
3651
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 3701, this.validate);
3652
+ }
3653
+ get submitGdprForm() {
3654
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 4101, this.validate);
3655
+ }
3656
+ get submitGdprFormSrc5Evid4102() {
3657
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 4102, this.validate);
3658
+ }
3659
+ get cookiesBannerBannerDisplayed() {
3660
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 4200, this.validate);
3661
+ }
3662
+ get cookiesBannerPolicyApplied() {
3663
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 4201, this.validate);
3664
+ }
3665
+ get exposureEventGoogleConnectSeo() {
3666
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 6900, this.validate);
3667
+ }
3668
+ get dummyNameSrc5Evid7100() {
3669
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 7100, this.validate);
3670
+ }
3671
+ get dummyNameSrc5Evid7500() {
3672
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 7500, this.validate);
3673
+ }
3674
+ get enableDisablePartnersDhasboard() {
3675
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 7600, this.validate);
3676
+ }
3677
+ get deprecatedUpdateOrCreateLocation() {
3678
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 7700, this.validate);
3679
+ }
3680
+ get deleteLocation() {
3681
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 7701, this.validate);
3682
+ }
3683
+ get setADefaultLocation() {
3684
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 7702, this.validate);
3685
+ }
3686
+ get updateOrCreateMultilocationSrc5Evid7703() {
3687
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 7703, this.validate);
3688
+ }
3689
+ get updateOrCreateMultilocationSrc5Evid7704() {
3690
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 7704, this.validate);
3691
+ }
3692
+ get updateOrCreateMultilocation() {
3693
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 7705, this.validate);
3694
+ }
3695
+ get automationsSecurityCheckForAmountOfEmailInGetNotifiedAction() {
3696
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 7901, this.validate);
3697
+ }
3698
+ get dummyNameSrc5Evid8100() {
3699
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8100, this.validate);
3700
+ }
3701
+ get sendFaqMessage() {
3702
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8400, this.validate);
3703
+ }
3704
+ get dummyNameSrc5Evid8600() {
3705
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8600, this.validate);
3706
+ }
3707
+ get startLoading8702() {
3708
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8702, this.validate);
3709
+ }
3710
+ get finishLoading8900() {
3711
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8900, this.validate);
3712
+ }
3713
+ get exposureEventForPaginationTest() {
3714
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8906, this.validate);
3715
+ }
3716
+ get invoiceSettingsSelectTaxDetailsCustomFieldCheckbox() {
3717
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8917, this.validate);
3718
+ }
3719
+ get invoiceSettingsClickOnLink() {
3720
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8918, this.validate);
3721
+ }
3722
+ get bookingAnywhereNoPermission() {
3723
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8920, this.validate);
3724
+ }
3725
+ get mySitesMainPageFinishLoading() {
3726
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8921, this.validate);
3727
+ }
3728
+ get addNoteTermClick() {
3729
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8923, this.validate);
3730
+ }
3731
+ get mySitesSiteLessLoaded() {
3732
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8926, this.validate);
3733
+ }
3734
+ get wixInvoicesClickingOnGroupsDropDownInSettings() {
3735
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8929, this.validate);
3736
+ }
3737
+ get invoicesSettingsSaveButton() {
3738
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8930, this.validate);
3739
+ }
3740
+ get manageFolderDropDownListShown() {
3741
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8933, this.validate);
3742
+ }
3743
+ get wixInvoicesLeavingSettingsWithoutSavingPopUp() {
3744
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8934, this.validate);
3745
+ }
3746
+ get discardModalClick() {
3747
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8935, this.validate);
3748
+ }
3749
+ get wixInvoicesClickOnTabsToChoseProductFrom() {
3750
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8936, this.validate);
3751
+ }
3752
+ get invoiceSettingsSaveButtonClick() {
3753
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8937, this.validate);
3754
+ }
3755
+ get wixInvoicesSavingItemDescription() {
3756
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8938, this.validate);
3757
+ }
3758
+ get gizaApiCallReceived() {
3759
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8939, this.validate);
3760
+ }
3761
+ get clickDoneToEditFilterView() {
3762
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8940, this.validate);
3763
+ }
3764
+ get clickOnSaveView() {
3765
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8941, this.validate);
3766
+ }
3767
+ get mySitesEditCustomizeColumnView() {
3768
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8942, this.validate);
3769
+ }
3770
+ get mySitesClickOnGoToDashboardLink() {
3771
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8943, this.validate);
3772
+ }
3773
+ get mySitesClickOnBackToMySitesFromAnEmptyFolder() {
3774
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8944, this.validate);
3775
+ }
3776
+ get mySitesSiteListPageStartLoading() {
3777
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8945, this.validate);
3778
+ }
3779
+ get mySitesSiteListFolderNavigation() {
3780
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8946, this.validate);
3781
+ }
3782
+ get mySitesClickSiteItem() {
3783
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8947, this.validate);
3784
+ }
3785
+ get mySitesClicksActionsInSidePanel() {
3786
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8948, this.validate);
3787
+ }
3788
+ get clickStartGuideOrCloseDoItWithMeTool() {
3789
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8949, this.validate);
3790
+ }
3791
+ get wixInvoicesChargeWithCreditCardClick() {
3792
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8954, this.validate);
3793
+ }
3794
+ get wixInvoicesPaymentMethodClick() {
3795
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8956, this.validate);
3796
+ }
3797
+ get wixInvoicesToastIsShown() {
3798
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8957, this.validate);
3799
+ }
3800
+ get wixInvoicesRequestPaymentClickInAutomation() {
3801
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8958, this.validate);
3802
+ }
3803
+ get wixInvoicesChargeWithCreditCardClickInTheModalMoto() {
3804
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8959, this.validate);
3805
+ }
3806
+ get wixInvoicesMotoCashierWidgetIsShown() {
3807
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8960, this.validate);
3808
+ }
3809
+ get wixInvoicesMotoPaidModal() {
3810
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8961, this.validate);
3811
+ }
3812
+ get mySitesRefreshAfterMoveToFolder() {
3813
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8962, this.validate);
3814
+ }
3815
+ get wixInvoicesAutomationDynamicValueClick() {
3816
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8963, this.validate);
3817
+ }
3818
+ get mySitesErrorPage() {
3819
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8964, this.validate);
3820
+ }
3821
+ get wixInvoicesClickingOnNextMobile() {
3822
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8965, this.validate);
3823
+ }
3824
+ get wixInvoicesBannerToUpgradeToPremiumShown() {
3825
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8966, this.validate);
3826
+ }
3827
+ get wixInvoicesBannerToUpgradeToPremiumClick() {
3828
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8967, this.validate);
3829
+ }
3830
+ get wixInvoicesOpenShareLinkModal() {
3831
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8968, this.validate);
3832
+ }
3833
+ get wixInvoicesBannerToConnectPaymentMethods() {
3834
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8969, this.validate);
3835
+ }
3836
+ get wixInvoicesBannerToConnectPaymentMethodClick() {
3837
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8970, this.validate);
3838
+ }
3839
+ get gizaFirstBiteIsShown() {
3840
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8971, this.validate);
3841
+ }
3842
+ get gizaFirstInteractionInTheSessionIsAvailable() {
3843
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8972, this.validate);
3844
+ }
3845
+ get wixInvoicesClickOnDynamicValueInAutomation() {
3846
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8973, this.validate);
3847
+ }
3848
+ get priorityASuggestionCarouselInteraction() {
3849
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8974, this.validate);
3850
+ }
3851
+ get priorityAEssentialShown() {
3852
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8975, this.validate);
3853
+ }
3854
+ get clickOnCreateNewFolder() {
3855
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8978, this.validate);
3856
+ }
3857
+ get createNewSiteCreationMenuIsShown() {
3858
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8989, this.validate);
3859
+ }
3860
+ get clickOnAddAtTheDynamicFieldModal() {
3861
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8993, this.validate);
3862
+ }
3863
+ get getBrandedAppAlertIsShownAutomationSendAPushNotification() {
3864
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 8995, this.validate);
3865
+ }
3866
+ get sdkLoaded9000() {
3867
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9000, this.validate);
3868
+ }
3869
+ get gizaPageStartLoading9001() {
3870
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9001, this.validate);
3871
+ }
3872
+ get gizaPageFinishLoading9002() {
3873
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9002, this.validate);
3874
+ }
3875
+ get mySitesEditTemplateButtonClick() {
3876
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9012, this.validate);
3877
+ }
3878
+ get mySitesClickOnSeeAllTemplates() {
3879
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9013, this.validate);
3880
+ }
3881
+ get createNewWorkspace() {
3882
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9014, this.validate);
3883
+ }
3884
+ get workspaceSelectorSelectWorkspace() {
3885
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9015, this.validate);
3886
+ }
3887
+ get workspaceActionMenuDropDownListShown() {
3888
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9016, this.validate);
3889
+ }
3890
+ get workspaceActionMenuItemClick() {
3891
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9017, this.validate);
3892
+ }
3893
+ get workspaceSelectorClickOnLearnMoreInTooltips() {
3894
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9018, this.validate);
3895
+ }
3896
+ get workspaceSelectorWorkspaceSettingClick() {
3897
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9019, this.validate);
3898
+ }
3899
+ get accountSettingsCloseYourWorkspacePageLoad() {
3900
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9021, this.validate);
3901
+ }
3902
+ get accountSettingsCloseYourWorkspaceCloseWorkspaceRequestSummited() {
3903
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9022, this.validate);
3904
+ }
3905
+ get workspaceSettingsDeleteAccountWorkspace() {
3906
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9023, this.validate);
3907
+ }
3908
+ get workspaceSettingsChangesSaved() {
3909
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9024, this.validate);
3910
+ }
3911
+ get wixInvoicesBannerWhenCreatingInvoiceOrder() {
3912
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9025, this.validate);
3913
+ }
3914
+ get allPageLoadersAreDown9029() {
3915
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9029, this.validate);
3916
+ }
3917
+ get invoicesSettingsSelectPaymentsReceivedOption() {
3918
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9032, this.validate);
3919
+ }
3920
+ get mySitesDebuggingEvent() {
3921
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9034, this.validate);
3922
+ }
3923
+ get searchInSitesDropdown() {
3924
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9039, this.validate);
3925
+ }
3926
+ get searchInSitesDropdownEndProcess() {
3927
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9040, this.validate);
3928
+ }
3929
+ get devModeOnEntryPoint() {
3930
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9041, this.validate);
3931
+ }
3932
+ get gizaClickOnCollapseExpandSidebar() {
3933
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9042, this.validate);
3934
+ }
3935
+ get dummyNameSrc5Evid9100() {
3936
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9100, this.validate);
3937
+ }
3938
+ get appInstallationInitiate() {
3939
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9201, this.validate);
3940
+ }
3941
+ get appInstallationCompleted() {
3942
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9202, this.validate);
3943
+ }
3944
+ get appsBulkInstallationInitiate() {
3945
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9203, this.validate);
3946
+ }
3947
+ get appsBulkInstallationsCompleted() {
3948
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9204, this.validate);
3949
+ }
3950
+ get biProfileDataForSiteDetailsActionsWidget() {
3951
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9400, this.validate);
3952
+ }
3953
+ get unsubscriptionPageIsShown() {
3954
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9700, this.validate);
3955
+ }
3956
+ get unsubscriptionPageClickOnUnsubscribeButton() {
3957
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 9701, this.validate);
3958
+ }
3959
+ get dummyNameSrc5Evid10600() {
3960
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 10600, this.validate);
3961
+ }
3962
+ get reportNetwork() {
3963
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 11601, this.validate);
3964
+ }
3965
+ get veloIdeModalIsOpened() {
3966
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 11801, this.validate);
3967
+ }
3968
+ get veloIdeCodeHasBeenUpdated() {
3969
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 11802, this.validate);
3970
+ }
3971
+ get veloIdeClickOnMoreActions() {
3972
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 11803, this.validate);
3973
+ }
3974
+ get veloIdeClickOnATab() {
3975
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 11804, this.validate);
3976
+ }
3977
+ get veloIdeModalEndOfProcess() {
3978
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 11805, this.validate);
3979
+ }
3980
+ get veloIdeModalClickOnLinks() {
3981
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 11806, this.validate);
3982
+ }
3983
+ get veloIdeModalUnsuccessfulSave() {
3984
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 11807, this.validate);
3985
+ }
3986
+ get workspaceSelectorSelectWorkspaceModalView() {
3987
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 12002, this.validate);
3988
+ }
3989
+ get workspaceSelectorSelectWorkspaceModalCta() {
3990
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 12003, this.validate);
3991
+ }
3992
+ get workspaceSelectorSelectWorkspaceModalClose() {
3993
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 12004, this.validate);
3994
+ }
3995
+ get switchWorkspaceModalSelectWorkspaceModalView() {
3996
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 12010, this.validate);
3997
+ }
3998
+ get switchWorkspaceModalSelectWorkspaceModalCta() {
3999
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 12011, this.validate);
4000
+ }
4001
+ get switchWorkspaceModalWorkspaceModalClose() {
4002
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 12012, this.validate);
4003
+ }
4004
+ get samplingPageFeatures() {
4005
+ return new common_1.EventsFilter(this.util.getRawEvents, 5, 20000, this.validate);
4006
+ }
4007
+ get unsubscribeEmailPageView() {
4008
+ return new common_1.EventsFilter(this.util.getRawEvents, 19, 1006, this.validate);
4009
+ }
4010
+ get unsubscribeEmailPageClick() {
4011
+ return new common_1.EventsFilter(this.util.getRawEvents, 19, 1007, this.validate);
4012
+ }
4013
+ get unsubscribeEmailPersonalizePreferencesClick() {
4014
+ return new common_1.EventsFilter(this.util.getRawEvents, 19, 1008, this.validate);
4015
+ }
4016
+ get homeNotificationCreatedNew() {
4017
+ return new common_1.EventsFilter(this.util.getRawEvents, 19, 1125, this.validate);
4018
+ }
4019
+ get pingNotificationCreationRequest() {
4020
+ return new common_1.EventsFilter(this.util.getRawEvents, 19, 1129, this.validate);
4021
+ }
4022
+ get pingNotificationSend() {
4023
+ return new common_1.EventsFilter(this.util.getRawEvents, 19, 1130, this.validate);
4024
+ }
4025
+ get pingNotificationFiltered() {
4026
+ return new common_1.EventsFilter(this.util.getRawEvents, 19, 1133, this.validate);
4027
+ }
4028
+ get androidNotificationReceivedSrc19Evid1134() {
4029
+ return new common_1.EventsFilter(this.util.getRawEvents, 19, 1134, this.validate);
4030
+ }
4031
+ get androidNotificationReceived() {
4032
+ return new common_1.EventsFilter(this.util.getRawEvents, 19, 1135, this.validate);
4033
+ }
4034
+ get pingReviewSendingList() {
4035
+ return new common_1.EventsFilter(this.util.getRawEvents, 19, 1136, this.validate);
4036
+ }
4037
+ get pingNotificationFilteredBeforeCreatedStage() {
4038
+ return new common_1.EventsFilter(this.util.getRawEvents, 19, 1137, this.validate);
4039
+ }
4040
+ get mobileAppSettingsChangeStatusOfNotificationCategoryInOsNotificationsSettings() {
4041
+ return new common_1.EventsFilter(this.util.getRawEvents, 19, 1333, this.validate);
4042
+ }
4043
+ get pingMarketingConsentUnsubscribeClickSrc19Evid10001() {
4044
+ return new common_1.EventsFilter(this.util.getRawEvents, 19, 10001, this.validate);
4045
+ }
4046
+ get smsStatusDeliveredToPingByTwilio() {
4047
+ return new common_1.EventsFilter(this.util.getRawEvents, 19, 40000, this.validate);
4048
+ }
4049
+ get devCenterWebhookSubscribed() {
4050
+ return new common_1.EventsFilter(this.util.getRawEvents, 96, 1030, this.validate);
4051
+ }
4052
+ get dcWebhookUpdated() {
4053
+ return new common_1.EventsFilter(this.util.getRawEvents, 96, 1031, this.validate);
4054
+ }
4055
+ get devCenterComponentTranslationAddingTranslatableComponent() {
4056
+ return new common_1.EventsFilter(this.util.getRawEvents, 96, 11401, this.validate);
4057
+ }
4058
+ get devCenterComponentTranslationAddLanguageToAnApp() {
4059
+ return new common_1.EventsFilter(this.util.getRawEvents, 96, 11402, this.validate);
4060
+ }
4061
+ get devCenterComponentTranslationAddTranslationToAComponent() {
4062
+ return new common_1.EventsFilter(this.util.getRawEvents, 96, 11403, this.validate);
4063
+ }
4064
+ get dummyName() {
4065
+ return new common_1.EventsFilter(this.util.getRawEvents, 96, 11700, this.validate);
4066
+ }
4067
+ get dcAppVersionsVersionAdded() {
4068
+ return new common_1.EventsFilter(this.util.getRawEvents, 96, 11701, this.validate);
4069
+ }
4070
+ get dcAppVersionsStatusUpdated() {
4071
+ return new common_1.EventsFilter(this.util.getRawEvents, 96, 11702, this.validate);
4072
+ }
4073
+ get dummyNameSrc96Evid11900() {
4074
+ return new common_1.EventsFilter(this.util.getRawEvents, 96, 11900, this.validate);
4075
+ }
4076
+ get dummyNameSrc96Evid12200() {
4077
+ return new common_1.EventsFilter(this.util.getRawEvents, 96, 12200, this.validate);
4078
+ }
4079
+ get wixPatternsSummaryBarIsShownSrc144Evid1() {
4080
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 1, this.validate);
4081
+ }
4082
+ get wixPatternsSectionHeaderPrimaryActionClicked() {
4083
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 2, this.validate);
4084
+ }
4085
+ get pickerModalUsability() {
4086
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 103, this.validate);
4087
+ }
4088
+ get pickerPickModalCtaButtonClickOrImmediateCta() {
4089
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 104, this.validate);
4090
+ }
4091
+ get pickerPickerOpenButton() {
4092
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 105, this.validate);
4093
+ }
4094
+ get newItemCreationStart() {
4095
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 106, this.validate);
4096
+ }
4097
+ get newItemCreationEnd() {
4098
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 107, this.validate);
4099
+ }
4100
+ get pikachuCategoriesDropdownButtonClicked() {
4101
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 108, this.validate);
4102
+ }
4103
+ get pikachuItemCategorySelected() {
4104
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 109, this.validate);
4105
+ }
4106
+ get loadStart() {
4107
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 110, this.validate);
4108
+ }
4109
+ get loadEnd() {
4110
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 111, this.validate);
4111
+ }
4112
+ get loadMore() {
4113
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 112, this.validate);
4114
+ }
4115
+ get componentDismissed() {
4116
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 113, this.validate);
4117
+ }
4118
+ get cairoItemSelectionToggled() {
4119
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 114, this.validate);
4120
+ }
4121
+ get cairoCtaClicked() {
4122
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 115, this.validate);
4123
+ }
4124
+ get cairoSearchResults() {
4125
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 116, this.validate);
4126
+ }
4127
+ get cairoFilterToggled() {
4128
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 117, this.validate);
4129
+ }
4130
+ get cairoAllFiltersCleared() {
4131
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 118, this.validate);
4132
+ }
4133
+ get cairoFiltersPanelUsed() {
4134
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 119, this.validate);
4135
+ }
4136
+ get cairoComponentSorted() {
4137
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 120, this.validate);
4138
+ }
4139
+ get cairoTabSelected() {
4140
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 121, this.validate);
4141
+ }
4142
+ get cairoViewSaved() {
4143
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 122, this.validate);
4144
+ }
4145
+ get cairoViewSelected() {
4146
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 123, this.validate);
4147
+ }
4148
+ get cairoViewDeleted() {
4149
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 124, this.validate);
4150
+ }
4151
+ get cairoExportCtaClicked() {
4152
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 125, this.validate);
4153
+ }
4154
+ get cairoItemToggledInExportModal() {
4155
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 126, this.validate);
4156
+ }
4157
+ get cairoExportModalCtaClicked() {
4158
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 127, this.validate);
4159
+ }
4160
+ get cairoExportProcessStart() {
4161
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 128, this.validate);
4162
+ }
4163
+ get cairoUserAttemptsToCancelTheExport() {
4164
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 129, this.validate);
4165
+ }
4166
+ get cairoCancelExportModalCtaClicked() {
4167
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 130, this.validate);
4168
+ }
4169
+ get cairoExportProcessEnd() {
4170
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 131, this.validate);
4171
+ }
4172
+ get cairoFileDownloadToastDisplayed() {
4173
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 132, this.validate);
4174
+ }
4175
+ get cairoFileDownloadToastDismissed() {
4176
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 133, this.validate);
4177
+ }
4178
+ get cairoFileDownloadToastDownloadButtonClicked() {
4179
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 134, this.validate);
4180
+ }
4181
+ get cairoExportFailedModalCtaClicked() {
4182
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 135, this.validate);
4183
+ }
4184
+ get cairoTableTopNotificationDisplayed() {
4185
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 136, this.validate);
4186
+ }
4187
+ get cairoTableTopNotificationDismissed() {
4188
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 137, this.validate);
4189
+ }
4190
+ get cairoDragItem() {
4191
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 138, this.validate);
4192
+ }
4193
+ get cairoDragItemEndDrop() {
4194
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 139, this.validate);
4195
+ }
4196
+ get cairoDragActionUnsuccessfulUpdateInServer() {
4197
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 140, this.validate);
4198
+ }
4199
+ get cairoTryAgainClicked() {
4200
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 141, this.validate);
4201
+ }
4202
+ get cairoManageViewClicked() {
4203
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 142, this.validate);
4204
+ }
4205
+ get cairoManageViewActionSelected() {
4206
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 143, this.validate);
4207
+ }
4208
+ get cairoUndoClicked() {
4209
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 144, this.validate);
4210
+ }
4211
+ get cairoViewsUnsuccessfulUpdateInServer() {
4212
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 145, this.validate);
4213
+ }
4214
+ get cairoSortPanelUsed() {
4215
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 146, this.validate);
4216
+ }
4217
+ get cairoReorderingSortColumns() {
4218
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 147, this.validate);
4219
+ }
4220
+ get cairoSortUnsuccessfulUpdateInServer() {
4221
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 148, this.validate);
4222
+ }
4223
+ get cairoApiRequestDataLoadEnd() {
4224
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 149, this.validate);
4225
+ }
4226
+ get cairoPageCtaClicked() {
4227
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 150, this.validate);
4228
+ }
4229
+ get cairoSearchViewInViews() {
4230
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 151, this.validate);
4231
+ }
4232
+ get cairoPageBackOrBreadcrumbClicked() {
4233
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 152, this.validate);
4234
+ }
4235
+ get cairoSectionCtaClicked() {
4236
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 153, this.validate);
4237
+ }
4238
+ get cairoTpaSCtaClicked() {
4239
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 154, this.validate);
4240
+ }
4241
+ get cairoDataExAddCustomField() {
4242
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 155, this.validate);
4243
+ }
4244
+ get cairoDataExCustomFieldEndProcess() {
4245
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 156, this.validate);
4246
+ }
4247
+ get cairoDataExCustomFieldAdvancesSettings() {
4248
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 157, this.validate);
4249
+ }
4250
+ get cairoLearnMore() {
4251
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 158, this.validate);
4252
+ }
4253
+ get cairoApplyButtonClicked() {
4254
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 159, this.validate);
4255
+ }
4256
+ get cairoChangesBeforeApply() {
4257
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 160, this.validate);
4258
+ }
4259
+ get cairoDiscardChangesBeforeApply() {
4260
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 161, this.validate);
4261
+ }
4262
+ get cairoModalCtaClicked() {
4263
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 162, this.validate);
4264
+ }
4265
+ get cairoDataExtensionUnsuccessfulUpdateInServer() {
4266
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 163, this.validate);
4267
+ }
4268
+ get cairoErrorInLoadingAComponent() {
4269
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 164, this.validate);
4270
+ }
4271
+ get cairoNestedTableCollapseAndExpand() {
4272
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 165, this.validate);
4273
+ }
4274
+ get cairoTagsModalStartLoad() {
4275
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 166, this.validate);
4276
+ }
4277
+ get cairoTagsModalEndProcess() {
4278
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 167, this.validate);
4279
+ }
4280
+ get cairoTagsAddDeleteTag() {
4281
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 168, this.validate);
4282
+ }
4283
+ get cairoTagsUnsuccessfulUpdateInServer() {
4284
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 169, this.validate);
4285
+ }
4286
+ get cairoSearchForTags() {
4287
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 170, this.validate);
4288
+ }
4289
+ get cairoTagsWidgetLoaded() {
4290
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 171, this.validate);
4291
+ }
4292
+ get cairoTagsWidgetClickOnCta() {
4293
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 172, this.validate);
4294
+ }
4295
+ get cairoTagsAssignTag() {
4296
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 173, this.validate);
4297
+ }
4298
+ get cairoPageDiscardChangesBeforeSave() {
4299
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 174, this.validate);
4300
+ }
4301
+ get cairoAssignTagsToEntities() {
4302
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 175, this.validate);
4303
+ }
4304
+ get cairoReloadErrorState() {
4305
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 176, this.validate);
4306
+ }
4307
+ get cairoCustomizeColumnsInSidePanel() {
4308
+ return new common_1.EventsFilter(this.util.getRawEvents, 144, 177, this.validate);
4309
+ }
4310
+ }
4311
+ exports.WixBiSchemaNodeTestkit = WixBiSchemaNodeTestkit;
4312
+ const interceptor = (logDir) => new WixBiSchemaNodeTestkit(logDir);
4313
+ exports.interceptor = interceptor;
4314
+ //# sourceMappingURL=node-testkit.js.map