@atlaskit/tmp-editor-statsig 16.33.0 → 16.35.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 +24 -27
- package/dist/es2019/exp-test-overrides.js +0 -2
- package/dist/es2019/experiments-config.js +24 -27
- package/dist/esm/exp-test-overrides.js +0 -2
- package/dist/esm/experiments-config.js +24 -27
- package/dist/types/experiments-config.d.ts +18 -20
- package/dist/types-ts4.5/experiments-config.d.ts +18 -20
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 16.35.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`e4a01f3fe5601`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e4a01f3fe5601) -
|
|
8
|
+
Uses the new parser only on creation in the bridge to fix some issues caused by the old parser.
|
|
9
|
+
|
|
10
|
+
## 16.34.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`3d0b3f8b4d802`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3d0b3f8b4d802) -
|
|
15
|
+
Remove platform_editor_toolbar_aifc_responsive experiment
|
|
16
|
+
- [`6e018ece82be1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6e018ece82be1) -
|
|
17
|
+
Cleaned two ADF experiments but ADF prompt will still be enabled only when
|
|
18
|
+
platform_editor_ai_adf_prompts_in_all_products is turned on.
|
|
19
|
+
- [`2bd7dcf49bbf2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2bd7dcf49bbf2) -
|
|
20
|
+
[EDITOR-4451] add new experiment to statsig config file
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies
|
|
25
|
+
|
|
3
26
|
## 16.33.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',
|
|
@@ -142,6 +142,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
142
142
|
param: 'isEnabled',
|
|
143
143
|
defaultValue: false
|
|
144
144
|
}),
|
|
145
|
+
// Added 2026-01-26
|
|
146
|
+
platform_editor_ai_create_use_new_parser: (0, _experimentBuilders.createBooleanExperiment)({
|
|
147
|
+
productKeys: {
|
|
148
|
+
confluence: 'platform_editor_ai_create_use_new_parser'
|
|
149
|
+
},
|
|
150
|
+
param: 'isEnabled',
|
|
151
|
+
defaultValue: false
|
|
152
|
+
}),
|
|
145
153
|
// Added 2025-05-27
|
|
146
154
|
platform_editor_reduce_noisy_steps_ncs: (0, _experimentBuilders.createBooleanExperiment)({
|
|
147
155
|
productKeys: {
|
|
@@ -492,24 +500,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
492
500
|
param: 'isEnabled',
|
|
493
501
|
defaultValue: false
|
|
494
502
|
}),
|
|
495
|
-
// Added 2025-06-18
|
|
496
|
-
platform_editor_ai_iw_adf_streaming: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
497
|
-
productKeys: {
|
|
498
|
-
confluence: 'platform_editor_ai_iw_adf_streaming'
|
|
499
|
-
},
|
|
500
|
-
param: 'cohort',
|
|
501
|
-
values: ['control', 'adf_gemini25flash', 'adf_gpt41mini'],
|
|
502
|
-
defaultValue: 'control'
|
|
503
|
-
}),
|
|
504
|
-
// Added 2025-08-20
|
|
505
|
-
platform_editor_ai_non_iw_adf_streaming: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
506
|
-
productKeys: {
|
|
507
|
-
confluence: 'platform_editor_ai_non_iw_adf_streaming'
|
|
508
|
-
},
|
|
509
|
-
param: 'cohort',
|
|
510
|
-
values: ['control', 'adf_gemini25flash', 'adf_gpt41mini'],
|
|
511
|
-
defaultValue: 'control'
|
|
512
|
-
}),
|
|
513
503
|
//Added 2025-07-25
|
|
514
504
|
platform_editor_extension_styles: (0, _experimentBuilders.createBooleanExperiment)({
|
|
515
505
|
productKeys: {
|
|
@@ -689,15 +679,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
689
679
|
param: 'isEnabled',
|
|
690
680
|
defaultValue: false
|
|
691
681
|
}),
|
|
692
|
-
// Added 2025-08-27
|
|
693
|
-
platform_editor_toolbar_aifc_responsive: (0, _experimentBuilders.createBooleanExperiment)({
|
|
694
|
-
productKeys: {
|
|
695
|
-
confluence: 'platform_editor_toolbar_aifc_responsive',
|
|
696
|
-
jira: 'platform_editor_toolbar_aifc_responsive'
|
|
697
|
-
},
|
|
698
|
-
param: 'isEnabled',
|
|
699
|
-
defaultValue: false
|
|
700
|
-
}),
|
|
701
682
|
// Added 20205-07-28
|
|
702
683
|
platform_editor_fix_quick_insert_consistency_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
703
684
|
productKeys: {
|
|
@@ -1224,6 +1205,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1224
1205
|
param: 'isEnabled',
|
|
1225
1206
|
defaultValue: false
|
|
1226
1207
|
}),
|
|
1208
|
+
// Added 2026-01-23
|
|
1209
|
+
collab_bypass_out_of_sync_period_experiment: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1210
|
+
productKeys: {
|
|
1211
|
+
confluence: 'collab_bypass_out_of_sync_period_experiment'
|
|
1212
|
+
},
|
|
1213
|
+
param: 'isEnabled',
|
|
1214
|
+
defaultValue: false
|
|
1215
|
+
}),
|
|
1227
1216
|
// Added 2026-01-26
|
|
1228
1217
|
platform_editor_ai_fix_streaming_json_escape: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1229
1218
|
productKeys: {
|
|
@@ -1231,5 +1220,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1231
1220
|
},
|
|
1232
1221
|
param: 'isEnabled',
|
|
1233
1222
|
defaultValue: false
|
|
1223
|
+
}),
|
|
1224
|
+
// Added 2026-01-27
|
|
1225
|
+
platform_editor_table_cell_colour_change: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1226
|
+
productKeys: {
|
|
1227
|
+
confluence: 'platform_editor_table_cell_colour_change'
|
|
1228
|
+
},
|
|
1229
|
+
param: 'isEnabled',
|
|
1230
|
+
defaultValue: false
|
|
1234
1231
|
})
|
|
1235
1232
|
};
|
|
@@ -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',
|
|
@@ -136,6 +136,14 @@ export const editorExperimentsConfig = {
|
|
|
136
136
|
param: 'isEnabled',
|
|
137
137
|
defaultValue: false
|
|
138
138
|
}),
|
|
139
|
+
// Added 2026-01-26
|
|
140
|
+
platform_editor_ai_create_use_new_parser: createBooleanExperiment({
|
|
141
|
+
productKeys: {
|
|
142
|
+
confluence: 'platform_editor_ai_create_use_new_parser'
|
|
143
|
+
},
|
|
144
|
+
param: 'isEnabled',
|
|
145
|
+
defaultValue: false
|
|
146
|
+
}),
|
|
139
147
|
// Added 2025-05-27
|
|
140
148
|
platform_editor_reduce_noisy_steps_ncs: createBooleanExperiment({
|
|
141
149
|
productKeys: {
|
|
@@ -486,24 +494,6 @@ export const editorExperimentsConfig = {
|
|
|
486
494
|
param: 'isEnabled',
|
|
487
495
|
defaultValue: false
|
|
488
496
|
}),
|
|
489
|
-
// Added 2025-06-18
|
|
490
|
-
platform_editor_ai_iw_adf_streaming: createMultivariateExperiment({
|
|
491
|
-
productKeys: {
|
|
492
|
-
confluence: 'platform_editor_ai_iw_adf_streaming'
|
|
493
|
-
},
|
|
494
|
-
param: 'cohort',
|
|
495
|
-
values: ['control', 'adf_gemini25flash', 'adf_gpt41mini'],
|
|
496
|
-
defaultValue: 'control'
|
|
497
|
-
}),
|
|
498
|
-
// Added 2025-08-20
|
|
499
|
-
platform_editor_ai_non_iw_adf_streaming: createMultivariateExperiment({
|
|
500
|
-
productKeys: {
|
|
501
|
-
confluence: 'platform_editor_ai_non_iw_adf_streaming'
|
|
502
|
-
},
|
|
503
|
-
param: 'cohort',
|
|
504
|
-
values: ['control', 'adf_gemini25flash', 'adf_gpt41mini'],
|
|
505
|
-
defaultValue: 'control'
|
|
506
|
-
}),
|
|
507
497
|
//Added 2025-07-25
|
|
508
498
|
platform_editor_extension_styles: createBooleanExperiment({
|
|
509
499
|
productKeys: {
|
|
@@ -683,15 +673,6 @@ export const editorExperimentsConfig = {
|
|
|
683
673
|
param: 'isEnabled',
|
|
684
674
|
defaultValue: false
|
|
685
675
|
}),
|
|
686
|
-
// Added 2025-08-27
|
|
687
|
-
platform_editor_toolbar_aifc_responsive: createBooleanExperiment({
|
|
688
|
-
productKeys: {
|
|
689
|
-
confluence: 'platform_editor_toolbar_aifc_responsive',
|
|
690
|
-
jira: 'platform_editor_toolbar_aifc_responsive'
|
|
691
|
-
},
|
|
692
|
-
param: 'isEnabled',
|
|
693
|
-
defaultValue: false
|
|
694
|
-
}),
|
|
695
676
|
// Added 20205-07-28
|
|
696
677
|
platform_editor_fix_quick_insert_consistency_exp: createBooleanExperiment({
|
|
697
678
|
productKeys: {
|
|
@@ -1218,6 +1199,14 @@ export const editorExperimentsConfig = {
|
|
|
1218
1199
|
param: 'isEnabled',
|
|
1219
1200
|
defaultValue: false
|
|
1220
1201
|
}),
|
|
1202
|
+
// Added 2026-01-23
|
|
1203
|
+
collab_bypass_out_of_sync_period_experiment: createBooleanExperiment({
|
|
1204
|
+
productKeys: {
|
|
1205
|
+
confluence: 'collab_bypass_out_of_sync_period_experiment'
|
|
1206
|
+
},
|
|
1207
|
+
param: 'isEnabled',
|
|
1208
|
+
defaultValue: false
|
|
1209
|
+
}),
|
|
1221
1210
|
// Added 2026-01-26
|
|
1222
1211
|
platform_editor_ai_fix_streaming_json_escape: createBooleanExperiment({
|
|
1223
1212
|
productKeys: {
|
|
@@ -1225,5 +1214,13 @@ export const editorExperimentsConfig = {
|
|
|
1225
1214
|
},
|
|
1226
1215
|
param: 'isEnabled',
|
|
1227
1216
|
defaultValue: false
|
|
1217
|
+
}),
|
|
1218
|
+
// Added 2026-01-27
|
|
1219
|
+
platform_editor_table_cell_colour_change: createBooleanExperiment({
|
|
1220
|
+
productKeys: {
|
|
1221
|
+
confluence: 'platform_editor_table_cell_colour_change'
|
|
1222
|
+
},
|
|
1223
|
+
param: 'isEnabled',
|
|
1224
|
+
defaultValue: false
|
|
1228
1225
|
})
|
|
1229
1226
|
};
|
|
@@ -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',
|
|
@@ -136,6 +136,14 @@ export var editorExperimentsConfig = {
|
|
|
136
136
|
param: 'isEnabled',
|
|
137
137
|
defaultValue: false
|
|
138
138
|
}),
|
|
139
|
+
// Added 2026-01-26
|
|
140
|
+
platform_editor_ai_create_use_new_parser: createBooleanExperiment({
|
|
141
|
+
productKeys: {
|
|
142
|
+
confluence: 'platform_editor_ai_create_use_new_parser'
|
|
143
|
+
},
|
|
144
|
+
param: 'isEnabled',
|
|
145
|
+
defaultValue: false
|
|
146
|
+
}),
|
|
139
147
|
// Added 2025-05-27
|
|
140
148
|
platform_editor_reduce_noisy_steps_ncs: createBooleanExperiment({
|
|
141
149
|
productKeys: {
|
|
@@ -486,24 +494,6 @@ export var editorExperimentsConfig = {
|
|
|
486
494
|
param: 'isEnabled',
|
|
487
495
|
defaultValue: false
|
|
488
496
|
}),
|
|
489
|
-
// Added 2025-06-18
|
|
490
|
-
platform_editor_ai_iw_adf_streaming: createMultivariateExperiment({
|
|
491
|
-
productKeys: {
|
|
492
|
-
confluence: 'platform_editor_ai_iw_adf_streaming'
|
|
493
|
-
},
|
|
494
|
-
param: 'cohort',
|
|
495
|
-
values: ['control', 'adf_gemini25flash', 'adf_gpt41mini'],
|
|
496
|
-
defaultValue: 'control'
|
|
497
|
-
}),
|
|
498
|
-
// Added 2025-08-20
|
|
499
|
-
platform_editor_ai_non_iw_adf_streaming: createMultivariateExperiment({
|
|
500
|
-
productKeys: {
|
|
501
|
-
confluence: 'platform_editor_ai_non_iw_adf_streaming'
|
|
502
|
-
},
|
|
503
|
-
param: 'cohort',
|
|
504
|
-
values: ['control', 'adf_gemini25flash', 'adf_gpt41mini'],
|
|
505
|
-
defaultValue: 'control'
|
|
506
|
-
}),
|
|
507
497
|
//Added 2025-07-25
|
|
508
498
|
platform_editor_extension_styles: createBooleanExperiment({
|
|
509
499
|
productKeys: {
|
|
@@ -683,15 +673,6 @@ export var editorExperimentsConfig = {
|
|
|
683
673
|
param: 'isEnabled',
|
|
684
674
|
defaultValue: false
|
|
685
675
|
}),
|
|
686
|
-
// Added 2025-08-27
|
|
687
|
-
platform_editor_toolbar_aifc_responsive: createBooleanExperiment({
|
|
688
|
-
productKeys: {
|
|
689
|
-
confluence: 'platform_editor_toolbar_aifc_responsive',
|
|
690
|
-
jira: 'platform_editor_toolbar_aifc_responsive'
|
|
691
|
-
},
|
|
692
|
-
param: 'isEnabled',
|
|
693
|
-
defaultValue: false
|
|
694
|
-
}),
|
|
695
676
|
// Added 20205-07-28
|
|
696
677
|
platform_editor_fix_quick_insert_consistency_exp: createBooleanExperiment({
|
|
697
678
|
productKeys: {
|
|
@@ -1218,6 +1199,14 @@ export var editorExperimentsConfig = {
|
|
|
1218
1199
|
param: 'isEnabled',
|
|
1219
1200
|
defaultValue: false
|
|
1220
1201
|
}),
|
|
1202
|
+
// Added 2026-01-23
|
|
1203
|
+
collab_bypass_out_of_sync_period_experiment: createBooleanExperiment({
|
|
1204
|
+
productKeys: {
|
|
1205
|
+
confluence: 'collab_bypass_out_of_sync_period_experiment'
|
|
1206
|
+
},
|
|
1207
|
+
param: 'isEnabled',
|
|
1208
|
+
defaultValue: false
|
|
1209
|
+
}),
|
|
1221
1210
|
// Added 2026-01-26
|
|
1222
1211
|
platform_editor_ai_fix_streaming_json_escape: createBooleanExperiment({
|
|
1223
1212
|
productKeys: {
|
|
@@ -1225,5 +1214,13 @@ export var editorExperimentsConfig = {
|
|
|
1225
1214
|
},
|
|
1226
1215
|
param: 'isEnabled',
|
|
1227
1216
|
defaultValue: false
|
|
1217
|
+
}),
|
|
1218
|
+
// Added 2026-01-27
|
|
1219
|
+
platform_editor_table_cell_colour_change: createBooleanExperiment({
|
|
1220
|
+
productKeys: {
|
|
1221
|
+
confluence: 'platform_editor_table_cell_colour_change'
|
|
1222
|
+
},
|
|
1223
|
+
param: 'isEnabled',
|
|
1224
|
+
defaultValue: false
|
|
1228
1225
|
})
|
|
1229
1226
|
};
|
|
@@ -225,20 +225,6 @@ export declare const editorExperimentsConfig: {
|
|
|
225
225
|
productKeys?: ProductKeys;
|
|
226
226
|
typeGuard: IsBooleanType;
|
|
227
227
|
};
|
|
228
|
-
platform_editor_ai_iw_adf_streaming: {
|
|
229
|
-
defaultValue: 'control' | 'adf_gemini25flash' | 'adf_gpt41mini';
|
|
230
|
-
param: string;
|
|
231
|
-
productKeys?: ProductKeys;
|
|
232
|
-
typeGuard: (value: unknown) => value is 'control' | 'adf_gemini25flash' | 'adf_gpt41mini';
|
|
233
|
-
values: ('control' | 'adf_gemini25flash' | 'adf_gpt41mini')[];
|
|
234
|
-
};
|
|
235
|
-
platform_editor_ai_non_iw_adf_streaming: {
|
|
236
|
-
defaultValue: 'control' | 'adf_gemini25flash' | 'adf_gpt41mini';
|
|
237
|
-
param: string;
|
|
238
|
-
productKeys?: ProductKeys;
|
|
239
|
-
typeGuard: (value: unknown) => value is 'control' | 'adf_gemini25flash' | 'adf_gpt41mini';
|
|
240
|
-
values: ('control' | 'adf_gemini25flash' | 'adf_gpt41mini')[];
|
|
241
|
-
};
|
|
242
228
|
platform_editor_ai_quickstart_command: {
|
|
243
229
|
defaultValue: boolean;
|
|
244
230
|
param: string;
|
|
@@ -264,6 +250,12 @@ export declare const editorExperimentsConfig: {
|
|
|
264
250
|
productKeys?: ProductKeys;
|
|
265
251
|
typeGuard: IsBooleanType;
|
|
266
252
|
};
|
|
253
|
+
platform_editor_ai_create_use_new_parser: {
|
|
254
|
+
defaultValue: boolean;
|
|
255
|
+
param: string;
|
|
256
|
+
productKeys?: ProductKeys;
|
|
257
|
+
typeGuard: IsBooleanType;
|
|
258
|
+
};
|
|
267
259
|
platform_editor_august_a11y: {
|
|
268
260
|
defaultValue: boolean;
|
|
269
261
|
param: string;
|
|
@@ -651,12 +643,6 @@ export declare const editorExperimentsConfig: {
|
|
|
651
643
|
productKeys?: ProductKeys;
|
|
652
644
|
typeGuard: IsBooleanType;
|
|
653
645
|
};
|
|
654
|
-
platform_editor_toolbar_aifc_responsive: {
|
|
655
|
-
defaultValue: boolean;
|
|
656
|
-
param: string;
|
|
657
|
-
productKeys?: ProductKeys;
|
|
658
|
-
typeGuard: IsBooleanType;
|
|
659
|
-
};
|
|
660
646
|
platform_editor_usesharedpluginstateselector: {
|
|
661
647
|
defaultValue: boolean;
|
|
662
648
|
param: string;
|
|
@@ -902,11 +888,23 @@ export declare const editorExperimentsConfig: {
|
|
|
902
888
|
productKeys?: ProductKeys;
|
|
903
889
|
typeGuard: IsBooleanType;
|
|
904
890
|
};
|
|
891
|
+
collab_bypass_out_of_sync_period_experiment: {
|
|
892
|
+
defaultValue: boolean;
|
|
893
|
+
param: string;
|
|
894
|
+
productKeys?: ProductKeys;
|
|
895
|
+
typeGuard: IsBooleanType;
|
|
896
|
+
};
|
|
905
897
|
platform_editor_ai_fix_streaming_json_escape: {
|
|
906
898
|
defaultValue: boolean;
|
|
907
899
|
param: string;
|
|
908
900
|
productKeys?: ProductKeys;
|
|
909
901
|
typeGuard: IsBooleanType;
|
|
910
902
|
};
|
|
903
|
+
platform_editor_table_cell_colour_change: {
|
|
904
|
+
defaultValue: boolean;
|
|
905
|
+
param: string;
|
|
906
|
+
productKeys?: ProductKeys;
|
|
907
|
+
typeGuard: IsBooleanType;
|
|
908
|
+
};
|
|
911
909
|
};
|
|
912
910
|
export {};
|
|
@@ -225,20 +225,6 @@ export declare const editorExperimentsConfig: {
|
|
|
225
225
|
productKeys?: ProductKeys;
|
|
226
226
|
typeGuard: IsBooleanType;
|
|
227
227
|
};
|
|
228
|
-
platform_editor_ai_iw_adf_streaming: {
|
|
229
|
-
defaultValue: 'control' | 'adf_gemini25flash' | 'adf_gpt41mini';
|
|
230
|
-
param: string;
|
|
231
|
-
productKeys?: ProductKeys;
|
|
232
|
-
typeGuard: (value: unknown) => value is 'control' | 'adf_gemini25flash' | 'adf_gpt41mini';
|
|
233
|
-
values: ('control' | 'adf_gemini25flash' | 'adf_gpt41mini')[];
|
|
234
|
-
};
|
|
235
|
-
platform_editor_ai_non_iw_adf_streaming: {
|
|
236
|
-
defaultValue: 'control' | 'adf_gemini25flash' | 'adf_gpt41mini';
|
|
237
|
-
param: string;
|
|
238
|
-
productKeys?: ProductKeys;
|
|
239
|
-
typeGuard: (value: unknown) => value is 'control' | 'adf_gemini25flash' | 'adf_gpt41mini';
|
|
240
|
-
values: ('control' | 'adf_gemini25flash' | 'adf_gpt41mini')[];
|
|
241
|
-
};
|
|
242
228
|
platform_editor_ai_quickstart_command: {
|
|
243
229
|
defaultValue: boolean;
|
|
244
230
|
param: string;
|
|
@@ -264,6 +250,12 @@ export declare const editorExperimentsConfig: {
|
|
|
264
250
|
productKeys?: ProductKeys;
|
|
265
251
|
typeGuard: IsBooleanType;
|
|
266
252
|
};
|
|
253
|
+
platform_editor_ai_create_use_new_parser: {
|
|
254
|
+
defaultValue: boolean;
|
|
255
|
+
param: string;
|
|
256
|
+
productKeys?: ProductKeys;
|
|
257
|
+
typeGuard: IsBooleanType;
|
|
258
|
+
};
|
|
267
259
|
platform_editor_august_a11y: {
|
|
268
260
|
defaultValue: boolean;
|
|
269
261
|
param: string;
|
|
@@ -651,12 +643,6 @@ export declare const editorExperimentsConfig: {
|
|
|
651
643
|
productKeys?: ProductKeys;
|
|
652
644
|
typeGuard: IsBooleanType;
|
|
653
645
|
};
|
|
654
|
-
platform_editor_toolbar_aifc_responsive: {
|
|
655
|
-
defaultValue: boolean;
|
|
656
|
-
param: string;
|
|
657
|
-
productKeys?: ProductKeys;
|
|
658
|
-
typeGuard: IsBooleanType;
|
|
659
|
-
};
|
|
660
646
|
platform_editor_usesharedpluginstateselector: {
|
|
661
647
|
defaultValue: boolean;
|
|
662
648
|
param: string;
|
|
@@ -902,11 +888,23 @@ export declare const editorExperimentsConfig: {
|
|
|
902
888
|
productKeys?: ProductKeys;
|
|
903
889
|
typeGuard: IsBooleanType;
|
|
904
890
|
};
|
|
891
|
+
collab_bypass_out_of_sync_period_experiment: {
|
|
892
|
+
defaultValue: boolean;
|
|
893
|
+
param: string;
|
|
894
|
+
productKeys?: ProductKeys;
|
|
895
|
+
typeGuard: IsBooleanType;
|
|
896
|
+
};
|
|
905
897
|
platform_editor_ai_fix_streaming_json_escape: {
|
|
906
898
|
defaultValue: boolean;
|
|
907
899
|
param: string;
|
|
908
900
|
productKeys?: ProductKeys;
|
|
909
901
|
typeGuard: IsBooleanType;
|
|
910
902
|
};
|
|
903
|
+
platform_editor_table_cell_colour_change: {
|
|
904
|
+
defaultValue: boolean;
|
|
905
|
+
param: string;
|
|
906
|
+
productKeys?: ProductKeys;
|
|
907
|
+
typeGuard: IsBooleanType;
|
|
908
|
+
};
|
|
911
909
|
};
|
|
912
910
|
export {};
|
package/package.json
CHANGED