@atlaskit/tmp-editor-statsig 4.19.0 → 4.21.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 CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 4.21.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#153704](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/153704)
8
+ [`edb0da26267e6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/edb0da26267e6) -
9
+ EDITOR-736 Put agent powered free generate in comment behind experiment.
10
+
11
+ ## 4.20.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#153675](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/153675)
16
+ [`8e3fe74a1e3ed`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8e3fe74a1e3ed) -
17
+ [ux] [EDITOR-723] Editor AI users use Rovo General Knowledge for free generate
18
+
3
19
  ## 4.19.0
4
20
 
5
21
  ### Minor Changes
@@ -300,5 +300,21 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
300
300
  },
301
301
  param: 'isEnabled',
302
302
  defaultValue: false
303
+ }),
304
+ // Added 2025-05-08
305
+ editor_ai_converge_free_gen_on_rovo: (0, _experimentBuilders.createBooleanExperiment)({
306
+ productKeys: {
307
+ confluence: 'editor_ai_converge_free_gen_on_rovo'
308
+ },
309
+ param: 'isEnabled',
310
+ defaultValue: false
311
+ }),
312
+ // Added 2025-05-13
313
+ editor_ai_comment_freegen_rovo: (0, _experimentBuilders.createBooleanExperiment)({
314
+ productKeys: {
315
+ confluence: 'editor_ai_comment_freegen_rovo'
316
+ },
317
+ param: 'isEnabled',
318
+ defaultValue: false
303
319
  })
304
320
  };
@@ -294,5 +294,21 @@ export const editorExperimentsConfig = {
294
294
  },
295
295
  param: 'isEnabled',
296
296
  defaultValue: false
297
+ }),
298
+ // Added 2025-05-08
299
+ editor_ai_converge_free_gen_on_rovo: createBooleanExperiment({
300
+ productKeys: {
301
+ confluence: 'editor_ai_converge_free_gen_on_rovo'
302
+ },
303
+ param: 'isEnabled',
304
+ defaultValue: false
305
+ }),
306
+ // Added 2025-05-13
307
+ editor_ai_comment_freegen_rovo: createBooleanExperiment({
308
+ productKeys: {
309
+ confluence: 'editor_ai_comment_freegen_rovo'
310
+ },
311
+ param: 'isEnabled',
312
+ defaultValue: false
297
313
  })
298
314
  };
@@ -294,5 +294,21 @@ export var editorExperimentsConfig = {
294
294
  },
295
295
  param: 'isEnabled',
296
296
  defaultValue: false
297
+ }),
298
+ // Added 2025-05-08
299
+ editor_ai_converge_free_gen_on_rovo: createBooleanExperiment({
300
+ productKeys: {
301
+ confluence: 'editor_ai_converge_free_gen_on_rovo'
302
+ },
303
+ param: 'isEnabled',
304
+ defaultValue: false
305
+ }),
306
+ // Added 2025-05-13
307
+ editor_ai_comment_freegen_rovo: createBooleanExperiment({
308
+ productKeys: {
309
+ confluence: 'editor_ai_comment_freegen_rovo'
310
+ },
311
+ param: 'isEnabled',
312
+ defaultValue: false
297
313
  })
298
314
  };
@@ -45,7 +45,7 @@ declare function eeTest<ExperimentName extends keyof EditorExperimentsConfig>(ex
45
45
  false: DescribeBody;
46
46
  }, otherExperiments?: EditorExperimentOverrides): void;
47
47
  declare namespace eeTest {
48
- var describe: <ExperimentName extends "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "comment_on_bodied_extensions" | "advanced_layouts" | "single_column_layouts" | "support_table_in_comment_jira" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "platform_editor_ai_unsplash_page_header" | "platform_editor_blockquote_in_text_formatting_menu" | "platform_editor_advanced_code_blocks" | "platform_editor_element_drag_and_drop_multiselect" | "live_pages_graceful_edit" | "platform_editor_ai_edit_response_in_preview" | "platform_editor_controls" | "platform_editor_controls_shadow" | "platform_editor_insertion" | "platform_editor_vanilla_dom" | "editor_text_highlight_orange_to_yellow" | "platform_editor_ai_proactive_ai_nudge_parameters" | "platform_editor_offline_editing_web" | "platform_editor_markdown_next_media_plugin_exp" | "editor_ai_inline_suggestion_date_v2" | "platform_editor_tables_drag_and_drop" | "platform_editor_tables_table_selector" | "platform_editor_usesharedpluginstateselector" | "platform_renderer_fix_analytics_memo_callback" | "editor_ai_contextual_selection_toolbar_button" | "editor_ai_cmd_palette_remove_retry" | "platform_editor_core_static_emotion">(experimentName: ExperimentName, describeName: string) => {
48
+ var describe: <ExperimentName extends "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "comment_on_bodied_extensions" | "advanced_layouts" | "single_column_layouts" | "support_table_in_comment_jira" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "platform_editor_ai_unsplash_page_header" | "platform_editor_blockquote_in_text_formatting_menu" | "platform_editor_advanced_code_blocks" | "platform_editor_element_drag_and_drop_multiselect" | "live_pages_graceful_edit" | "platform_editor_ai_edit_response_in_preview" | "platform_editor_controls" | "platform_editor_controls_shadow" | "platform_editor_insertion" | "platform_editor_vanilla_dom" | "editor_text_highlight_orange_to_yellow" | "platform_editor_ai_proactive_ai_nudge_parameters" | "platform_editor_offline_editing_web" | "platform_editor_markdown_next_media_plugin_exp" | "editor_ai_inline_suggestion_date_v2" | "platform_editor_tables_drag_and_drop" | "platform_editor_tables_table_selector" | "platform_editor_usesharedpluginstateselector" | "platform_renderer_fix_analytics_memo_callback" | "editor_ai_contextual_selection_toolbar_button" | "editor_ai_cmd_palette_remove_retry" | "platform_editor_core_static_emotion" | "editor_ai_converge_free_gen_on_rovo" | "editor_ai_comment_freegen_rovo">(experimentName: ExperimentName, describeName: string) => {
49
49
  variant: (value: {
50
50
  'example-boolean': {
51
51
  typeGuard: typeof import("./type-guards").isBoolean;
@@ -261,6 +261,18 @@ declare namespace eeTest {
261
261
  productKeys?: import("./types").ProductKeys | undefined;
262
262
  param: string;
263
263
  };
264
+ editor_ai_converge_free_gen_on_rovo: {
265
+ typeGuard: typeof import("./type-guards").isBoolean;
266
+ defaultValue: boolean;
267
+ productKeys?: import("./types").ProductKeys | undefined;
268
+ param: string;
269
+ };
270
+ editor_ai_comment_freegen_rovo: {
271
+ typeGuard: typeof import("./type-guards").isBoolean;
272
+ defaultValue: boolean;
273
+ productKeys?: import("./types").ProductKeys | undefined;
274
+ param: string;
275
+ };
264
276
  }[ExperimentName]["defaultValue"], describeBody: jest.EmptyFunction) => void;
265
277
  each: (describeBody: jest.EmptyFunction) => void;
266
278
  };
@@ -219,4 +219,16 @@ export declare const editorExperimentsConfig: {
219
219
  productKeys?: import("./types").ProductKeys | undefined;
220
220
  param: string;
221
221
  };
222
+ editor_ai_converge_free_gen_on_rovo: {
223
+ typeGuard: typeof import("./type-guards").isBoolean;
224
+ defaultValue: boolean;
225
+ productKeys?: import("./types").ProductKeys | undefined;
226
+ param: string;
227
+ };
228
+ editor_ai_comment_freegen_rovo: {
229
+ typeGuard: typeof import("./type-guards").isBoolean;
230
+ defaultValue: boolean;
231
+ productKeys?: import("./types").ProductKeys | undefined;
232
+ param: string;
233
+ };
222
234
  };
@@ -42,6 +42,8 @@ export declare let _overrides: Partial<{
42
42
  editor_ai_contextual_selection_toolbar_button: "test" | "control";
43
43
  editor_ai_cmd_palette_remove_retry: boolean;
44
44
  platform_editor_core_static_emotion: boolean;
45
+ editor_ai_converge_free_gen_on_rovo: boolean;
46
+ editor_ai_comment_freegen_rovo: boolean;
45
47
  }>;
46
48
  export declare let _paramOverrides: EditorExperimentParamOverrides;
47
49
  export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
@@ -45,7 +45,7 @@ declare function eeTest<ExperimentName extends keyof EditorExperimentsConfig>(ex
45
45
  false: DescribeBody;
46
46
  }, otherExperiments?: EditorExperimentOverrides): void;
47
47
  declare namespace eeTest {
48
- var describe: <ExperimentName extends "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "comment_on_bodied_extensions" | "advanced_layouts" | "single_column_layouts" | "support_table_in_comment_jira" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "platform_editor_ai_unsplash_page_header" | "platform_editor_blockquote_in_text_formatting_menu" | "platform_editor_advanced_code_blocks" | "platform_editor_element_drag_and_drop_multiselect" | "live_pages_graceful_edit" | "platform_editor_ai_edit_response_in_preview" | "platform_editor_controls" | "platform_editor_controls_shadow" | "platform_editor_insertion" | "platform_editor_vanilla_dom" | "editor_text_highlight_orange_to_yellow" | "platform_editor_ai_proactive_ai_nudge_parameters" | "platform_editor_offline_editing_web" | "platform_editor_markdown_next_media_plugin_exp" | "editor_ai_inline_suggestion_date_v2" | "platform_editor_tables_drag_and_drop" | "platform_editor_tables_table_selector" | "platform_editor_usesharedpluginstateselector" | "platform_renderer_fix_analytics_memo_callback" | "editor_ai_contextual_selection_toolbar_button" | "editor_ai_cmd_palette_remove_retry" | "platform_editor_core_static_emotion">(experimentName: ExperimentName, describeName: string) => {
48
+ var describe: <ExperimentName extends "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "comment_on_bodied_extensions" | "advanced_layouts" | "single_column_layouts" | "support_table_in_comment_jira" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "platform_editor_ai_unsplash_page_header" | "platform_editor_blockquote_in_text_formatting_menu" | "platform_editor_advanced_code_blocks" | "platform_editor_element_drag_and_drop_multiselect" | "live_pages_graceful_edit" | "platform_editor_ai_edit_response_in_preview" | "platform_editor_controls" | "platform_editor_controls_shadow" | "platform_editor_insertion" | "platform_editor_vanilla_dom" | "editor_text_highlight_orange_to_yellow" | "platform_editor_ai_proactive_ai_nudge_parameters" | "platform_editor_offline_editing_web" | "platform_editor_markdown_next_media_plugin_exp" | "editor_ai_inline_suggestion_date_v2" | "platform_editor_tables_drag_and_drop" | "platform_editor_tables_table_selector" | "platform_editor_usesharedpluginstateselector" | "platform_renderer_fix_analytics_memo_callback" | "editor_ai_contextual_selection_toolbar_button" | "editor_ai_cmd_palette_remove_retry" | "platform_editor_core_static_emotion" | "editor_ai_converge_free_gen_on_rovo" | "editor_ai_comment_freegen_rovo">(experimentName: ExperimentName, describeName: string) => {
49
49
  variant: (value: {
50
50
  'example-boolean': {
51
51
  typeGuard: typeof import("./type-guards").isBoolean;
@@ -261,6 +261,18 @@ declare namespace eeTest {
261
261
  productKeys?: import("./types").ProductKeys | undefined;
262
262
  param: string;
263
263
  };
264
+ editor_ai_converge_free_gen_on_rovo: {
265
+ typeGuard: typeof import("./type-guards").isBoolean;
266
+ defaultValue: boolean;
267
+ productKeys?: import("./types").ProductKeys | undefined;
268
+ param: string;
269
+ };
270
+ editor_ai_comment_freegen_rovo: {
271
+ typeGuard: typeof import("./type-guards").isBoolean;
272
+ defaultValue: boolean;
273
+ productKeys?: import("./types").ProductKeys | undefined;
274
+ param: string;
275
+ };
264
276
  }[ExperimentName]["defaultValue"], describeBody: jest.EmptyFunction) => void;
265
277
  each: (describeBody: jest.EmptyFunction) => void;
266
278
  };
@@ -219,4 +219,16 @@ export declare const editorExperimentsConfig: {
219
219
  productKeys?: import("./types").ProductKeys | undefined;
220
220
  param: string;
221
221
  };
222
+ editor_ai_converge_free_gen_on_rovo: {
223
+ typeGuard: typeof import("./type-guards").isBoolean;
224
+ defaultValue: boolean;
225
+ productKeys?: import("./types").ProductKeys | undefined;
226
+ param: string;
227
+ };
228
+ editor_ai_comment_freegen_rovo: {
229
+ typeGuard: typeof import("./type-guards").isBoolean;
230
+ defaultValue: boolean;
231
+ productKeys?: import("./types").ProductKeys | undefined;
232
+ param: string;
233
+ };
222
234
  };
@@ -42,6 +42,8 @@ export declare let _overrides: Partial<{
42
42
  editor_ai_contextual_selection_toolbar_button: "test" | "control";
43
43
  editor_ai_cmd_palette_remove_retry: boolean;
44
44
  platform_editor_core_static_emotion: boolean;
45
+ editor_ai_converge_free_gen_on_rovo: boolean;
46
+ editor_ai_comment_freegen_rovo: boolean;
45
47
  }>;
46
48
  export declare let _paramOverrides: EditorExperimentParamOverrides;
47
49
  export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "4.19.0",
3
+ "version": "4.21.0",
4
4
  "description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",