@atlaskit/tmp-editor-statsig 16.32.0 → 16.34.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.
- package/CHANGELOG.md +23 -0
- package/dist/cjs/exp-test-overrides.js +0 -2
- package/dist/cjs/experiments-config.js +16 -35
- package/dist/es2019/exp-test-overrides.js +0 -2
- package/dist/es2019/experiments-config.js +16 -35
- package/dist/esm/exp-test-overrides.js +0 -2
- package/dist/esm/experiments-config.js +16 -35
- package/dist/types/experiments-config.d.ts +12 -26
- package/dist/types-ts4.5/experiments-config.d.ts +12 -26
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 16.34.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`3d0b3f8b4d802`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3d0b3f8b4d802) -
|
|
8
|
+
Remove platform_editor_toolbar_aifc_responsive experiment
|
|
9
|
+
- [`6e018ece82be1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6e018ece82be1) -
|
|
10
|
+
Cleaned two ADF experiments but ADF prompt will still be enabled only when
|
|
11
|
+
platform_editor_ai_adf_prompts_in_all_products is turned on.
|
|
12
|
+
- [`2bd7dcf49bbf2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2bd7dcf49bbf2) -
|
|
13
|
+
[EDITOR-4451] add new experiment to statsig config file
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
19
|
+
## 16.33.0
|
|
20
|
+
|
|
21
|
+
### Minor Changes
|
|
22
|
+
|
|
23
|
+
- [`989213ce3c890`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/989213ce3c890) -
|
|
24
|
+
fg cleanup: company-hub-config-panel-keyboard-nav
|
|
25
|
+
|
|
3
26
|
## 16.32.0
|
|
4
27
|
|
|
5
28
|
### Minor Changes
|
|
@@ -13,8 +13,6 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
|
|
|
13
13
|
confluence_whiteboards_quick_insert_localised_aa: 'control',
|
|
14
14
|
cc_editor_ai_content_mode: 'control',
|
|
15
15
|
platform_editor_add_orange_highlight_color: 'control',
|
|
16
|
-
platform_editor_ai_iw_adf_streaming: 'control',
|
|
17
|
-
platform_editor_ai_non_iw_adf_streaming: 'control',
|
|
18
16
|
platform_hover_card_preview_panel: 'control',
|
|
19
17
|
platform_hover_card_preview_panel_modal: 'control',
|
|
20
18
|
smart_link_confluence_short_link_analytics: 'control',
|
|
@@ -216,14 +216,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
216
216
|
param: 'isEnabled',
|
|
217
217
|
defaultValue: false
|
|
218
218
|
}),
|
|
219
|
-
// Added 2025-11-20
|
|
220
|
-
'company-hub-config-panel-keyboard-nav': (0, _experimentBuilders.createBooleanExperiment)({
|
|
221
|
-
productKeys: {
|
|
222
|
-
confluence: 'company-hub-config-panel-keyboard-nav'
|
|
223
|
-
},
|
|
224
|
-
param: 'isEnabled',
|
|
225
|
-
defaultValue: false
|
|
226
|
-
}),
|
|
227
219
|
// Added 2026-01-05
|
|
228
220
|
'company_hub_carousel_thumbnails-refactor': (0, _experimentBuilders.createBooleanExperiment)({
|
|
229
221
|
productKeys: {
|
|
@@ -500,24 +492,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
500
492
|
param: 'isEnabled',
|
|
501
493
|
defaultValue: false
|
|
502
494
|
}),
|
|
503
|
-
// Added 2025-06-18
|
|
504
|
-
platform_editor_ai_iw_adf_streaming: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
505
|
-
productKeys: {
|
|
506
|
-
confluence: 'platform_editor_ai_iw_adf_streaming'
|
|
507
|
-
},
|
|
508
|
-
param: 'cohort',
|
|
509
|
-
values: ['control', 'adf_gemini25flash', 'adf_gpt41mini'],
|
|
510
|
-
defaultValue: 'control'
|
|
511
|
-
}),
|
|
512
|
-
// Added 2025-08-20
|
|
513
|
-
platform_editor_ai_non_iw_adf_streaming: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
514
|
-
productKeys: {
|
|
515
|
-
confluence: 'platform_editor_ai_non_iw_adf_streaming'
|
|
516
|
-
},
|
|
517
|
-
param: 'cohort',
|
|
518
|
-
values: ['control', 'adf_gemini25flash', 'adf_gpt41mini'],
|
|
519
|
-
defaultValue: 'control'
|
|
520
|
-
}),
|
|
521
495
|
//Added 2025-07-25
|
|
522
496
|
platform_editor_extension_styles: (0, _experimentBuilders.createBooleanExperiment)({
|
|
523
497
|
productKeys: {
|
|
@@ -697,15 +671,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
697
671
|
param: 'isEnabled',
|
|
698
672
|
defaultValue: false
|
|
699
673
|
}),
|
|
700
|
-
// Added 2025-08-27
|
|
701
|
-
platform_editor_toolbar_aifc_responsive: (0, _experimentBuilders.createBooleanExperiment)({
|
|
702
|
-
productKeys: {
|
|
703
|
-
confluence: 'platform_editor_toolbar_aifc_responsive',
|
|
704
|
-
jira: 'platform_editor_toolbar_aifc_responsive'
|
|
705
|
-
},
|
|
706
|
-
param: 'isEnabled',
|
|
707
|
-
defaultValue: false
|
|
708
|
-
}),
|
|
709
674
|
// Added 20205-07-28
|
|
710
675
|
platform_editor_fix_quick_insert_consistency_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
711
676
|
productKeys: {
|
|
@@ -1232,6 +1197,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1232
1197
|
param: 'isEnabled',
|
|
1233
1198
|
defaultValue: false
|
|
1234
1199
|
}),
|
|
1200
|
+
// Added 2026-01-23
|
|
1201
|
+
collab_bypass_out_of_sync_period_experiment: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1202
|
+
productKeys: {
|
|
1203
|
+
confluence: 'collab_bypass_out_of_sync_period_experiment'
|
|
1204
|
+
},
|
|
1205
|
+
param: 'isEnabled',
|
|
1206
|
+
defaultValue: false
|
|
1207
|
+
}),
|
|
1235
1208
|
// Added 2026-01-26
|
|
1236
1209
|
platform_editor_ai_fix_streaming_json_escape: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1237
1210
|
productKeys: {
|
|
@@ -1239,5 +1212,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1239
1212
|
},
|
|
1240
1213
|
param: 'isEnabled',
|
|
1241
1214
|
defaultValue: false
|
|
1215
|
+
}),
|
|
1216
|
+
// Added 2026-01-27
|
|
1217
|
+
platform_editor_table_cell_colour_change: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1218
|
+
productKeys: {
|
|
1219
|
+
confluence: 'platform_editor_table_cell_colour_change'
|
|
1220
|
+
},
|
|
1221
|
+
param: 'isEnabled',
|
|
1222
|
+
defaultValue: false
|
|
1242
1223
|
})
|
|
1243
1224
|
};
|
|
@@ -7,8 +7,6 @@ export const testMultivariateOverrides = {
|
|
|
7
7
|
confluence_whiteboards_quick_insert_localised_aa: 'control',
|
|
8
8
|
cc_editor_ai_content_mode: 'control',
|
|
9
9
|
platform_editor_add_orange_highlight_color: 'control',
|
|
10
|
-
platform_editor_ai_iw_adf_streaming: 'control',
|
|
11
|
-
platform_editor_ai_non_iw_adf_streaming: 'control',
|
|
12
10
|
platform_hover_card_preview_panel: 'control',
|
|
13
11
|
platform_hover_card_preview_panel_modal: 'control',
|
|
14
12
|
smart_link_confluence_short_link_analytics: 'control',
|
|
@@ -210,14 +210,6 @@ export const editorExperimentsConfig = {
|
|
|
210
210
|
param: 'isEnabled',
|
|
211
211
|
defaultValue: false
|
|
212
212
|
}),
|
|
213
|
-
// Added 2025-11-20
|
|
214
|
-
'company-hub-config-panel-keyboard-nav': createBooleanExperiment({
|
|
215
|
-
productKeys: {
|
|
216
|
-
confluence: 'company-hub-config-panel-keyboard-nav'
|
|
217
|
-
},
|
|
218
|
-
param: 'isEnabled',
|
|
219
|
-
defaultValue: false
|
|
220
|
-
}),
|
|
221
213
|
// Added 2026-01-05
|
|
222
214
|
'company_hub_carousel_thumbnails-refactor': createBooleanExperiment({
|
|
223
215
|
productKeys: {
|
|
@@ -494,24 +486,6 @@ export const editorExperimentsConfig = {
|
|
|
494
486
|
param: 'isEnabled',
|
|
495
487
|
defaultValue: false
|
|
496
488
|
}),
|
|
497
|
-
// Added 2025-06-18
|
|
498
|
-
platform_editor_ai_iw_adf_streaming: createMultivariateExperiment({
|
|
499
|
-
productKeys: {
|
|
500
|
-
confluence: 'platform_editor_ai_iw_adf_streaming'
|
|
501
|
-
},
|
|
502
|
-
param: 'cohort',
|
|
503
|
-
values: ['control', 'adf_gemini25flash', 'adf_gpt41mini'],
|
|
504
|
-
defaultValue: 'control'
|
|
505
|
-
}),
|
|
506
|
-
// Added 2025-08-20
|
|
507
|
-
platform_editor_ai_non_iw_adf_streaming: createMultivariateExperiment({
|
|
508
|
-
productKeys: {
|
|
509
|
-
confluence: 'platform_editor_ai_non_iw_adf_streaming'
|
|
510
|
-
},
|
|
511
|
-
param: 'cohort',
|
|
512
|
-
values: ['control', 'adf_gemini25flash', 'adf_gpt41mini'],
|
|
513
|
-
defaultValue: 'control'
|
|
514
|
-
}),
|
|
515
489
|
//Added 2025-07-25
|
|
516
490
|
platform_editor_extension_styles: createBooleanExperiment({
|
|
517
491
|
productKeys: {
|
|
@@ -691,15 +665,6 @@ export const editorExperimentsConfig = {
|
|
|
691
665
|
param: 'isEnabled',
|
|
692
666
|
defaultValue: false
|
|
693
667
|
}),
|
|
694
|
-
// Added 2025-08-27
|
|
695
|
-
platform_editor_toolbar_aifc_responsive: createBooleanExperiment({
|
|
696
|
-
productKeys: {
|
|
697
|
-
confluence: 'platform_editor_toolbar_aifc_responsive',
|
|
698
|
-
jira: 'platform_editor_toolbar_aifc_responsive'
|
|
699
|
-
},
|
|
700
|
-
param: 'isEnabled',
|
|
701
|
-
defaultValue: false
|
|
702
|
-
}),
|
|
703
668
|
// Added 20205-07-28
|
|
704
669
|
platform_editor_fix_quick_insert_consistency_exp: createBooleanExperiment({
|
|
705
670
|
productKeys: {
|
|
@@ -1226,6 +1191,14 @@ export const editorExperimentsConfig = {
|
|
|
1226
1191
|
param: 'isEnabled',
|
|
1227
1192
|
defaultValue: false
|
|
1228
1193
|
}),
|
|
1194
|
+
// Added 2026-01-23
|
|
1195
|
+
collab_bypass_out_of_sync_period_experiment: createBooleanExperiment({
|
|
1196
|
+
productKeys: {
|
|
1197
|
+
confluence: 'collab_bypass_out_of_sync_period_experiment'
|
|
1198
|
+
},
|
|
1199
|
+
param: 'isEnabled',
|
|
1200
|
+
defaultValue: false
|
|
1201
|
+
}),
|
|
1229
1202
|
// Added 2026-01-26
|
|
1230
1203
|
platform_editor_ai_fix_streaming_json_escape: createBooleanExperiment({
|
|
1231
1204
|
productKeys: {
|
|
@@ -1233,5 +1206,13 @@ export const editorExperimentsConfig = {
|
|
|
1233
1206
|
},
|
|
1234
1207
|
param: 'isEnabled',
|
|
1235
1208
|
defaultValue: false
|
|
1209
|
+
}),
|
|
1210
|
+
// Added 2026-01-27
|
|
1211
|
+
platform_editor_table_cell_colour_change: createBooleanExperiment({
|
|
1212
|
+
productKeys: {
|
|
1213
|
+
confluence: 'platform_editor_table_cell_colour_change'
|
|
1214
|
+
},
|
|
1215
|
+
param: 'isEnabled',
|
|
1216
|
+
defaultValue: false
|
|
1236
1217
|
})
|
|
1237
1218
|
};
|
|
@@ -7,8 +7,6 @@ export var testMultivariateOverrides = {
|
|
|
7
7
|
confluence_whiteboards_quick_insert_localised_aa: 'control',
|
|
8
8
|
cc_editor_ai_content_mode: 'control',
|
|
9
9
|
platform_editor_add_orange_highlight_color: 'control',
|
|
10
|
-
platform_editor_ai_iw_adf_streaming: 'control',
|
|
11
|
-
platform_editor_ai_non_iw_adf_streaming: 'control',
|
|
12
10
|
platform_hover_card_preview_panel: 'control',
|
|
13
11
|
platform_hover_card_preview_panel_modal: 'control',
|
|
14
12
|
smart_link_confluence_short_link_analytics: 'control',
|
|
@@ -210,14 +210,6 @@ export var editorExperimentsConfig = {
|
|
|
210
210
|
param: 'isEnabled',
|
|
211
211
|
defaultValue: false
|
|
212
212
|
}),
|
|
213
|
-
// Added 2025-11-20
|
|
214
|
-
'company-hub-config-panel-keyboard-nav': createBooleanExperiment({
|
|
215
|
-
productKeys: {
|
|
216
|
-
confluence: 'company-hub-config-panel-keyboard-nav'
|
|
217
|
-
},
|
|
218
|
-
param: 'isEnabled',
|
|
219
|
-
defaultValue: false
|
|
220
|
-
}),
|
|
221
213
|
// Added 2026-01-05
|
|
222
214
|
'company_hub_carousel_thumbnails-refactor': createBooleanExperiment({
|
|
223
215
|
productKeys: {
|
|
@@ -494,24 +486,6 @@ export var editorExperimentsConfig = {
|
|
|
494
486
|
param: 'isEnabled',
|
|
495
487
|
defaultValue: false
|
|
496
488
|
}),
|
|
497
|
-
// Added 2025-06-18
|
|
498
|
-
platform_editor_ai_iw_adf_streaming: createMultivariateExperiment({
|
|
499
|
-
productKeys: {
|
|
500
|
-
confluence: 'platform_editor_ai_iw_adf_streaming'
|
|
501
|
-
},
|
|
502
|
-
param: 'cohort',
|
|
503
|
-
values: ['control', 'adf_gemini25flash', 'adf_gpt41mini'],
|
|
504
|
-
defaultValue: 'control'
|
|
505
|
-
}),
|
|
506
|
-
// Added 2025-08-20
|
|
507
|
-
platform_editor_ai_non_iw_adf_streaming: createMultivariateExperiment({
|
|
508
|
-
productKeys: {
|
|
509
|
-
confluence: 'platform_editor_ai_non_iw_adf_streaming'
|
|
510
|
-
},
|
|
511
|
-
param: 'cohort',
|
|
512
|
-
values: ['control', 'adf_gemini25flash', 'adf_gpt41mini'],
|
|
513
|
-
defaultValue: 'control'
|
|
514
|
-
}),
|
|
515
489
|
//Added 2025-07-25
|
|
516
490
|
platform_editor_extension_styles: createBooleanExperiment({
|
|
517
491
|
productKeys: {
|
|
@@ -691,15 +665,6 @@ export var editorExperimentsConfig = {
|
|
|
691
665
|
param: 'isEnabled',
|
|
692
666
|
defaultValue: false
|
|
693
667
|
}),
|
|
694
|
-
// Added 2025-08-27
|
|
695
|
-
platform_editor_toolbar_aifc_responsive: createBooleanExperiment({
|
|
696
|
-
productKeys: {
|
|
697
|
-
confluence: 'platform_editor_toolbar_aifc_responsive',
|
|
698
|
-
jira: 'platform_editor_toolbar_aifc_responsive'
|
|
699
|
-
},
|
|
700
|
-
param: 'isEnabled',
|
|
701
|
-
defaultValue: false
|
|
702
|
-
}),
|
|
703
668
|
// Added 20205-07-28
|
|
704
669
|
platform_editor_fix_quick_insert_consistency_exp: createBooleanExperiment({
|
|
705
670
|
productKeys: {
|
|
@@ -1226,6 +1191,14 @@ export var editorExperimentsConfig = {
|
|
|
1226
1191
|
param: 'isEnabled',
|
|
1227
1192
|
defaultValue: false
|
|
1228
1193
|
}),
|
|
1194
|
+
// Added 2026-01-23
|
|
1195
|
+
collab_bypass_out_of_sync_period_experiment: createBooleanExperiment({
|
|
1196
|
+
productKeys: {
|
|
1197
|
+
confluence: 'collab_bypass_out_of_sync_period_experiment'
|
|
1198
|
+
},
|
|
1199
|
+
param: 'isEnabled',
|
|
1200
|
+
defaultValue: false
|
|
1201
|
+
}),
|
|
1229
1202
|
// Added 2026-01-26
|
|
1230
1203
|
platform_editor_ai_fix_streaming_json_escape: createBooleanExperiment({
|
|
1231
1204
|
productKeys: {
|
|
@@ -1233,5 +1206,13 @@ export var editorExperimentsConfig = {
|
|
|
1233
1206
|
},
|
|
1234
1207
|
param: 'isEnabled',
|
|
1235
1208
|
defaultValue: false
|
|
1209
|
+
}),
|
|
1210
|
+
// Added 2026-01-27
|
|
1211
|
+
platform_editor_table_cell_colour_change: createBooleanExperiment({
|
|
1212
|
+
productKeys: {
|
|
1213
|
+
confluence: 'platform_editor_table_cell_colour_change'
|
|
1214
|
+
},
|
|
1215
|
+
param: 'isEnabled',
|
|
1216
|
+
defaultValue: false
|
|
1236
1217
|
})
|
|
1237
1218
|
};
|
|
@@ -94,12 +94,6 @@ export declare const editorExperimentsConfig: {
|
|
|
94
94
|
productKeys?: ProductKeys;
|
|
95
95
|
typeGuard: IsBooleanType;
|
|
96
96
|
};
|
|
97
|
-
'company-hub-config-panel-keyboard-nav': {
|
|
98
|
-
defaultValue: boolean;
|
|
99
|
-
param: string;
|
|
100
|
-
productKeys?: ProductKeys;
|
|
101
|
-
typeGuard: IsBooleanType;
|
|
102
|
-
};
|
|
103
97
|
platform_editor_fix_emoji_paste_html: {
|
|
104
98
|
defaultValue: boolean;
|
|
105
99
|
param: string;
|
|
@@ -231,20 +225,6 @@ export declare const editorExperimentsConfig: {
|
|
|
231
225
|
productKeys?: ProductKeys;
|
|
232
226
|
typeGuard: IsBooleanType;
|
|
233
227
|
};
|
|
234
|
-
platform_editor_ai_iw_adf_streaming: {
|
|
235
|
-
defaultValue: 'control' | 'adf_gemini25flash' | 'adf_gpt41mini';
|
|
236
|
-
param: string;
|
|
237
|
-
productKeys?: ProductKeys;
|
|
238
|
-
typeGuard: (value: unknown) => value is 'control' | 'adf_gemini25flash' | 'adf_gpt41mini';
|
|
239
|
-
values: ('control' | 'adf_gemini25flash' | 'adf_gpt41mini')[];
|
|
240
|
-
};
|
|
241
|
-
platform_editor_ai_non_iw_adf_streaming: {
|
|
242
|
-
defaultValue: 'control' | 'adf_gemini25flash' | 'adf_gpt41mini';
|
|
243
|
-
param: string;
|
|
244
|
-
productKeys?: ProductKeys;
|
|
245
|
-
typeGuard: (value: unknown) => value is 'control' | 'adf_gemini25flash' | 'adf_gpt41mini';
|
|
246
|
-
values: ('control' | 'adf_gemini25flash' | 'adf_gpt41mini')[];
|
|
247
|
-
};
|
|
248
228
|
platform_editor_ai_quickstart_command: {
|
|
249
229
|
defaultValue: boolean;
|
|
250
230
|
param: string;
|
|
@@ -657,12 +637,6 @@ export declare const editorExperimentsConfig: {
|
|
|
657
637
|
productKeys?: ProductKeys;
|
|
658
638
|
typeGuard: IsBooleanType;
|
|
659
639
|
};
|
|
660
|
-
platform_editor_toolbar_aifc_responsive: {
|
|
661
|
-
defaultValue: boolean;
|
|
662
|
-
param: string;
|
|
663
|
-
productKeys?: ProductKeys;
|
|
664
|
-
typeGuard: IsBooleanType;
|
|
665
|
-
};
|
|
666
640
|
platform_editor_usesharedpluginstateselector: {
|
|
667
641
|
defaultValue: boolean;
|
|
668
642
|
param: string;
|
|
@@ -908,11 +882,23 @@ export declare const editorExperimentsConfig: {
|
|
|
908
882
|
productKeys?: ProductKeys;
|
|
909
883
|
typeGuard: IsBooleanType;
|
|
910
884
|
};
|
|
885
|
+
collab_bypass_out_of_sync_period_experiment: {
|
|
886
|
+
defaultValue: boolean;
|
|
887
|
+
param: string;
|
|
888
|
+
productKeys?: ProductKeys;
|
|
889
|
+
typeGuard: IsBooleanType;
|
|
890
|
+
};
|
|
911
891
|
platform_editor_ai_fix_streaming_json_escape: {
|
|
912
892
|
defaultValue: boolean;
|
|
913
893
|
param: string;
|
|
914
894
|
productKeys?: ProductKeys;
|
|
915
895
|
typeGuard: IsBooleanType;
|
|
916
896
|
};
|
|
897
|
+
platform_editor_table_cell_colour_change: {
|
|
898
|
+
defaultValue: boolean;
|
|
899
|
+
param: string;
|
|
900
|
+
productKeys?: ProductKeys;
|
|
901
|
+
typeGuard: IsBooleanType;
|
|
902
|
+
};
|
|
917
903
|
};
|
|
918
904
|
export {};
|
|
@@ -94,12 +94,6 @@ export declare const editorExperimentsConfig: {
|
|
|
94
94
|
productKeys?: ProductKeys;
|
|
95
95
|
typeGuard: IsBooleanType;
|
|
96
96
|
};
|
|
97
|
-
'company-hub-config-panel-keyboard-nav': {
|
|
98
|
-
defaultValue: boolean;
|
|
99
|
-
param: string;
|
|
100
|
-
productKeys?: ProductKeys;
|
|
101
|
-
typeGuard: IsBooleanType;
|
|
102
|
-
};
|
|
103
97
|
platform_editor_fix_emoji_paste_html: {
|
|
104
98
|
defaultValue: boolean;
|
|
105
99
|
param: string;
|
|
@@ -231,20 +225,6 @@ export declare const editorExperimentsConfig: {
|
|
|
231
225
|
productKeys?: ProductKeys;
|
|
232
226
|
typeGuard: IsBooleanType;
|
|
233
227
|
};
|
|
234
|
-
platform_editor_ai_iw_adf_streaming: {
|
|
235
|
-
defaultValue: 'control' | 'adf_gemini25flash' | 'adf_gpt41mini';
|
|
236
|
-
param: string;
|
|
237
|
-
productKeys?: ProductKeys;
|
|
238
|
-
typeGuard: (value: unknown) => value is 'control' | 'adf_gemini25flash' | 'adf_gpt41mini';
|
|
239
|
-
values: ('control' | 'adf_gemini25flash' | 'adf_gpt41mini')[];
|
|
240
|
-
};
|
|
241
|
-
platform_editor_ai_non_iw_adf_streaming: {
|
|
242
|
-
defaultValue: 'control' | 'adf_gemini25flash' | 'adf_gpt41mini';
|
|
243
|
-
param: string;
|
|
244
|
-
productKeys?: ProductKeys;
|
|
245
|
-
typeGuard: (value: unknown) => value is 'control' | 'adf_gemini25flash' | 'adf_gpt41mini';
|
|
246
|
-
values: ('control' | 'adf_gemini25flash' | 'adf_gpt41mini')[];
|
|
247
|
-
};
|
|
248
228
|
platform_editor_ai_quickstart_command: {
|
|
249
229
|
defaultValue: boolean;
|
|
250
230
|
param: string;
|
|
@@ -657,12 +637,6 @@ export declare const editorExperimentsConfig: {
|
|
|
657
637
|
productKeys?: ProductKeys;
|
|
658
638
|
typeGuard: IsBooleanType;
|
|
659
639
|
};
|
|
660
|
-
platform_editor_toolbar_aifc_responsive: {
|
|
661
|
-
defaultValue: boolean;
|
|
662
|
-
param: string;
|
|
663
|
-
productKeys?: ProductKeys;
|
|
664
|
-
typeGuard: IsBooleanType;
|
|
665
|
-
};
|
|
666
640
|
platform_editor_usesharedpluginstateselector: {
|
|
667
641
|
defaultValue: boolean;
|
|
668
642
|
param: string;
|
|
@@ -908,11 +882,23 @@ export declare const editorExperimentsConfig: {
|
|
|
908
882
|
productKeys?: ProductKeys;
|
|
909
883
|
typeGuard: IsBooleanType;
|
|
910
884
|
};
|
|
885
|
+
collab_bypass_out_of_sync_period_experiment: {
|
|
886
|
+
defaultValue: boolean;
|
|
887
|
+
param: string;
|
|
888
|
+
productKeys?: ProductKeys;
|
|
889
|
+
typeGuard: IsBooleanType;
|
|
890
|
+
};
|
|
911
891
|
platform_editor_ai_fix_streaming_json_escape: {
|
|
912
892
|
defaultValue: boolean;
|
|
913
893
|
param: string;
|
|
914
894
|
productKeys?: ProductKeys;
|
|
915
895
|
typeGuard: IsBooleanType;
|
|
916
896
|
};
|
|
897
|
+
platform_editor_table_cell_colour_change: {
|
|
898
|
+
defaultValue: boolean;
|
|
899
|
+
param: string;
|
|
900
|
+
productKeys?: ProductKeys;
|
|
901
|
+
typeGuard: IsBooleanType;
|
|
902
|
+
};
|
|
917
903
|
};
|
|
918
904
|
export {};
|
package/package.json
CHANGED