@knime/hub-features 1.27.0 → 1.29.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 (28) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +4 -4
  3. package/src/analytics/analytics.ts +39 -13
  4. package/src/analytics/schema/cloudhome-event-functions.ts +245 -0
  5. package/src/analytics/schema/code-generator.js +17 -8
  6. package/src/analytics/schema/{event-functions.ts → editor-event-functions.ts} +7 -9
  7. package/src/analytics/schema/schema.d.ts +133 -7
  8. package/src/analytics/schema/schema.json +833 -157
  9. package/src/analytics/types.ts +4 -1
  10. package/src/httpClient/constants.ts +1 -0
  11. package/src/{common/ofetchClient.ts → httpClient/createHttpClient.ts} +6 -5
  12. package/src/httpClient/index.ts +2 -0
  13. package/src/index.ts +1 -0
  14. package/src/useDownloadArtifact/useDownloadArtifact.ts +2 -2
  15. package/src/useFileUpload/useFileUpload.ts +2 -2
  16. package/src/common/constants.ts +0 -1
  17. package/src/components/versions/components/CreateVersionForm.vue +0 -155
  18. package/src/components/versions/components/CurrentState.vue +0 -258
  19. package/src/components/versions/components/LabelList.vue +0 -253
  20. package/src/components/versions/components/ManageVersions.vue +0 -191
  21. package/src/components/versions/components/NoVersionItem.vue +0 -23
  22. package/src/components/versions/components/VersionHistory.vue +0 -138
  23. package/src/components/versions/components/VersionItem.vue +0 -278
  24. package/src/components/versions/components/VersionLimitInfo.vue +0 -37
  25. package/src/components/versions/composables/useVersionsApi.ts +0 -254
  26. package/src/components/versions/constants.ts +0 -3
  27. package/src/components/versions/index.ts +0 -7
  28. package/src/components/versions/types.ts +0 -77
@@ -22,6 +22,9 @@
22
22
  "layoutEditorOpenedCtxMenu",
23
23
  "layoutEditorOpenedKeyboard",
24
24
  "layoutEditorOpenedToolbar",
25
+ "adHocExecutionStartedDeploymentsPage",
26
+ "adHocExecutionStartedExecutionPanel",
27
+ "adHocExecutionStartedWorkflowPage",
25
28
  "annotationCreatedCtxMenu",
26
29
  "annotationCreatedKaiExplain",
27
30
  "workflowSavedToolbar",
@@ -54,6 +57,8 @@
54
57
  "actionRedoneToolbar",
55
58
  "actionRedoneKeyboard",
56
59
  "versionCreated",
60
+ "secretCreatedPersonalSecrets",
61
+ "secretCreatedTeamSecrets",
57
62
  "sessionEnded",
58
63
  "sessionInterrupted",
59
64
  "sessionResumed",
@@ -68,6 +73,11 @@
68
73
  "containerNodeEnteredCtxMenu",
69
74
  "containerNodeExitedKeyboard",
70
75
  "containerNodeExitedToolbar",
76
+ "deploymentCreated",
77
+ "deploymentSharedDeploymentsAccessPanel",
78
+ "deploymentSharedDeploymentsSharingPopup",
79
+ "deploymentSharedWorkflowAccessPanel",
80
+ "deploymentSharedWorkflowSharingPopup",
71
81
  "nodeCreatedCanvasDragDropFile",
72
82
  "nodeCreatedFloatingToolsAddByFile"
73
83
  ],
@@ -563,7 +573,7 @@
563
573
  "properties": {
564
574
  "event_name": {
565
575
  "type": "string",
566
- "const": "annotation_created"
576
+ "const": "annotation_created_kai_explain"
567
577
  },
568
578
  "event_source": {
569
579
  "type": "string",
@@ -942,7 +952,7 @@
942
952
  "properties": {
943
953
  "location": {
944
954
  "type": "string",
945
- "const": "noderepository"
955
+ "const": "node_repository"
946
956
  },
947
957
  "trigger": {
948
958
  "allOf": [
@@ -1001,7 +1011,7 @@
1001
1011
  "properties": {
1002
1012
  "location": {
1003
1013
  "type": "string",
1004
- "const": "noderepository"
1014
+ "const": "node_repository"
1005
1015
  },
1006
1016
  "trigger": {
1007
1017
  "allOf": [
@@ -1060,7 +1070,7 @@
1060
1070
  "properties": {
1061
1071
  "location": {
1062
1072
  "type": "string",
1063
- "const": "noderepository"
1073
+ "const": "node_repository"
1064
1074
  },
1065
1075
  "trigger": {
1066
1076
  "allOf": [
@@ -1654,7 +1664,7 @@
1654
1664
  "properties": {
1655
1665
  "location": {
1656
1666
  "type": "string",
1657
- "const": "noderepository"
1667
+ "const": "node_repository"
1658
1668
  },
1659
1669
  "trigger": {
1660
1670
  "allOf": [
@@ -1831,7 +1841,7 @@
1831
1841
  "properties": {
1832
1842
  "location": {
1833
1843
  "type": "string",
1834
- "const": "noderepository"
1844
+ "const": "node_repository"
1835
1845
  },
1836
1846
  "trigger": {
1837
1847
  "allOf": [
@@ -2218,9 +2228,10 @@
2218
2228
  }
2219
2229
  }
2220
2230
  },
2221
- "actionRedoneToolbar": {
2231
+ "adHocExecutionStartedDeploymentsPage": {
2222
2232
  "type": "object",
2223
2233
  "additionalProperties": false,
2234
+ "$comment": "Fired when the user clicks Run from the deployments page",
2224
2235
  "required": [
2225
2236
  "event_name",
2226
2237
  "event_source",
@@ -2231,24 +2242,28 @@
2231
2242
  "properties": {
2232
2243
  "event_name": {
2233
2244
  "type": "string",
2234
- "const": "action_redone"
2245
+ "const": "adhoc_execution_started"
2235
2246
  },
2236
2247
  "event_source": {
2237
2248
  "type": "string",
2238
- "const": "editor"
2249
+ "const": "cloudhome"
2239
2250
  },
2240
2251
  "event_display_name": {
2241
2252
  "type": "string",
2242
- "const": "Action Redone"
2253
+ "const": "Ad Hoc Execution Started"
2243
2254
  },
2244
2255
  "interaction": {
2245
2256
  "type": "object",
2246
2257
  "additionalProperties": false,
2247
- "required": ["location", "trigger", "type"],
2258
+ "required": ["location", "page", "trigger", "type"],
2248
2259
  "properties": {
2249
2260
  "location": {
2250
2261
  "type": "string",
2251
- "const": "workflow_toolbar"
2262
+ "const": "main_area"
2263
+ },
2264
+ "page": {
2265
+ "type": "string",
2266
+ "const": "deployments"
2252
2267
  },
2253
2268
  "trigger": {
2254
2269
  "allOf": [
@@ -2277,9 +2292,10 @@
2277
2292
  }
2278
2293
  }
2279
2294
  },
2280
- "actionRedoneKeyboard": {
2295
+ "adHocExecutionStartedExecutionPanel": {
2281
2296
  "type": "object",
2282
2297
  "additionalProperties": false,
2298
+ "$comment": "Fired when the user clicks Run in the ad hoc execution panel",
2283
2299
  "required": [
2284
2300
  "event_name",
2285
2301
  "event_source",
@@ -2290,24 +2306,28 @@
2290
2306
  "properties": {
2291
2307
  "event_name": {
2292
2308
  "type": "string",
2293
- "const": "action_redone"
2309
+ "const": "adhoc_execution_started"
2294
2310
  },
2295
2311
  "event_source": {
2296
2312
  "type": "string",
2297
- "const": "editor"
2313
+ "const": "cloudhome"
2298
2314
  },
2299
2315
  "event_display_name": {
2300
2316
  "type": "string",
2301
- "const": "Action Redone"
2317
+ "const": "Ad Hoc Execution Started"
2302
2318
  },
2303
2319
  "interaction": {
2304
2320
  "type": "object",
2305
2321
  "additionalProperties": false,
2306
- "required": ["location", "trigger", "type"],
2322
+ "required": ["location", "page", "trigger", "type"],
2307
2323
  "properties": {
2308
2324
  "location": {
2309
2325
  "type": "string",
2310
- "const": "global"
2326
+ "const": "contextual_side_panel"
2327
+ },
2328
+ "page": {
2329
+ "type": "string",
2330
+ "const": "workflow_details"
2311
2331
  },
2312
2332
  "trigger": {
2313
2333
  "allOf": [
@@ -2325,7 +2345,7 @@
2325
2345
  "$ref": "#/definitions/InteractionType"
2326
2346
  },
2327
2347
  {
2328
- "const": "shortcut"
2348
+ "const": "click"
2329
2349
  }
2330
2350
  ]
2331
2351
  }
@@ -2336,9 +2356,10 @@
2336
2356
  }
2337
2357
  }
2338
2358
  },
2339
- "versionCreated": {
2359
+ "adHocExecutionStartedWorkflowPage": {
2340
2360
  "type": "object",
2341
2361
  "additionalProperties": false,
2362
+ "$comment": "Fired when the user clicks Run from the workflow page",
2342
2363
  "required": [
2343
2364
  "event_name",
2344
2365
  "event_source",
@@ -2349,24 +2370,28 @@
2349
2370
  "properties": {
2350
2371
  "event_name": {
2351
2372
  "type": "string",
2352
- "const": "version_created"
2373
+ "const": "adhoc_execution_started"
2353
2374
  },
2354
2375
  "event_source": {
2355
2376
  "type": "string",
2356
- "const": "editor"
2377
+ "const": "cloudhome"
2357
2378
  },
2358
2379
  "event_display_name": {
2359
2380
  "type": "string",
2360
- "const": "Version Created"
2381
+ "const": "Ad Hoc Execution Started"
2361
2382
  },
2362
2383
  "interaction": {
2363
2384
  "type": "object",
2364
2385
  "additionalProperties": false,
2365
- "required": ["location", "trigger", "type"],
2386
+ "required": ["location", "page", "trigger", "type"],
2366
2387
  "properties": {
2367
2388
  "location": {
2368
2389
  "type": "string",
2369
- "const": "version_history"
2390
+ "const": "main_area"
2391
+ },
2392
+ "page": {
2393
+ "type": "string",
2394
+ "const": "workflow_details"
2370
2395
  },
2371
2396
  "trigger": {
2372
2397
  "allOf": [
@@ -2395,7 +2420,7 @@
2395
2420
  }
2396
2421
  }
2397
2422
  },
2398
- "sessionEnded": {
2423
+ "actionRedoneToolbar": {
2399
2424
  "type": "object",
2400
2425
  "additionalProperties": false,
2401
2426
  "required": [
@@ -2408,7 +2433,7 @@
2408
2433
  "properties": {
2409
2434
  "event_name": {
2410
2435
  "type": "string",
2411
- "const": "session_ended"
2436
+ "const": "action_redone"
2412
2437
  },
2413
2438
  "event_source": {
2414
2439
  "type": "string",
@@ -2416,7 +2441,7 @@
2416
2441
  },
2417
2442
  "event_display_name": {
2418
2443
  "type": "string",
2419
- "const": "Editor Session End"
2444
+ "const": "Action Redone"
2420
2445
  },
2421
2446
  "interaction": {
2422
2447
  "type": "object",
@@ -2425,7 +2450,7 @@
2425
2450
  "properties": {
2426
2451
  "location": {
2427
2452
  "type": "string",
2428
- "const": "global"
2453
+ "const": "workflow_toolbar"
2429
2454
  },
2430
2455
  "trigger": {
2431
2456
  "allOf": [
@@ -2450,11 +2475,11 @@
2450
2475
  }
2451
2476
  },
2452
2477
  "payload": {
2453
- "$ref": "#/definitions/SessionEndedPayload"
2478
+ "$ref": "#/definitions/EmptyPayload"
2454
2479
  }
2455
2480
  }
2456
2481
  },
2457
- "sessionInterrupted": {
2482
+ "actionRedoneKeyboard": {
2458
2483
  "type": "object",
2459
2484
  "additionalProperties": false,
2460
2485
  "required": [
@@ -2467,7 +2492,7 @@
2467
2492
  "properties": {
2468
2493
  "event_name": {
2469
2494
  "type": "string",
2470
- "const": "session_interrupted"
2495
+ "const": "action_redone"
2471
2496
  },
2472
2497
  "event_source": {
2473
2498
  "type": "string",
@@ -2475,7 +2500,7 @@
2475
2500
  },
2476
2501
  "event_display_name": {
2477
2502
  "type": "string",
2478
- "const": "Editor Session Interrupted"
2503
+ "const": "Action Redone"
2479
2504
  },
2480
2505
  "interaction": {
2481
2506
  "type": "object",
@@ -2492,7 +2517,7 @@
2492
2517
  "$ref": "#/definitions/InteractionTrigger"
2493
2518
  },
2494
2519
  {
2495
- "const": "system"
2520
+ "const": "user"
2496
2521
  }
2497
2522
  ]
2498
2523
  },
@@ -2502,7 +2527,7 @@
2502
2527
  "$ref": "#/definitions/InteractionType"
2503
2528
  },
2504
2529
  {
2505
- "const": "auto"
2530
+ "const": "shortcut"
2506
2531
  }
2507
2532
  ]
2508
2533
  }
@@ -2513,7 +2538,7 @@
2513
2538
  }
2514
2539
  }
2515
2540
  },
2516
- "sessionResumed": {
2541
+ "versionCreated": {
2517
2542
  "type": "object",
2518
2543
  "additionalProperties": false,
2519
2544
  "required": [
@@ -2526,7 +2551,7 @@
2526
2551
  "properties": {
2527
2552
  "event_name": {
2528
2553
  "type": "string",
2529
- "const": "session_resumed"
2554
+ "const": "version_created"
2530
2555
  },
2531
2556
  "event_source": {
2532
2557
  "type": "string",
@@ -2534,7 +2559,7 @@
2534
2559
  },
2535
2560
  "event_display_name": {
2536
2561
  "type": "string",
2537
- "const": "Editor Session Resumed"
2562
+ "const": "Version Created"
2538
2563
  },
2539
2564
  "interaction": {
2540
2565
  "type": "object",
@@ -2543,7 +2568,7 @@
2543
2568
  "properties": {
2544
2569
  "location": {
2545
2570
  "type": "string",
2546
- "const": "global"
2571
+ "const": "version_history"
2547
2572
  },
2548
2573
  "trigger": {
2549
2574
  "allOf": [
@@ -2551,7 +2576,7 @@
2551
2576
  "$ref": "#/definitions/InteractionTrigger"
2552
2577
  },
2553
2578
  {
2554
- "const": "system"
2579
+ "const": "user"
2555
2580
  }
2556
2581
  ]
2557
2582
  },
@@ -2561,7 +2586,7 @@
2561
2586
  "$ref": "#/definitions/InteractionType"
2562
2587
  },
2563
2588
  {
2564
- "const": "auto"
2589
+ "const": "click"
2565
2590
  }
2566
2591
  ]
2567
2592
  }
@@ -2572,9 +2597,10 @@
2572
2597
  }
2573
2598
  }
2574
2599
  },
2575
- "containerNodeCreatedCtxMenu": {
2600
+ "secretCreatedTeamSecrets": {
2576
2601
  "type": "object",
2577
2602
  "additionalProperties": false,
2603
+ "$comment": "Fired when the user creates a new secret by clicking Create in the side panel on the team secrets page",
2578
2604
  "required": [
2579
2605
  "event_name",
2580
2606
  "event_source",
@@ -2585,24 +2611,28 @@
2585
2611
  "properties": {
2586
2612
  "event_name": {
2587
2613
  "type": "string",
2588
- "const": "containernode_created"
2614
+ "const": "secret_created"
2589
2615
  },
2590
2616
  "event_source": {
2591
2617
  "type": "string",
2592
- "const": "editor"
2618
+ "const": "cloudhome"
2593
2619
  },
2594
2620
  "event_display_name": {
2595
2621
  "type": "string",
2596
- "const": "Container Node Created"
2622
+ "const": "Secret Created"
2597
2623
  },
2598
2624
  "interaction": {
2599
2625
  "type": "object",
2600
2626
  "additionalProperties": false,
2601
- "required": ["location", "trigger", "type"],
2627
+ "required": ["location", "page", "trigger", "type"],
2602
2628
  "properties": {
2603
2629
  "location": {
2604
2630
  "type": "string",
2605
- "const": "canvas"
2631
+ "const": "contextual_side_panel"
2632
+ },
2633
+ "page": {
2634
+ "type": "string",
2635
+ "const": "team_secrets"
2606
2636
  },
2607
2637
  "trigger": {
2608
2638
  "allOf": [
@@ -2623,21 +2653,18 @@
2623
2653
  "const": "click"
2624
2654
  }
2625
2655
  ]
2626
- },
2627
- "ui_element": {
2628
- "type": "string",
2629
- "const": "context_menu"
2630
2656
  }
2631
2657
  }
2632
2658
  },
2633
2659
  "payload": {
2634
- "$ref": "#/definitions/ContainerNodeCreatedPayload"
2660
+ "$ref": "#/definitions/EmptyPayload"
2635
2661
  }
2636
2662
  }
2637
2663
  },
2638
- "containerNodeCreatedKeyboard": {
2664
+ "secretCreatedPersonalSecrets": {
2639
2665
  "type": "object",
2640
2666
  "additionalProperties": false,
2667
+ "$comment": "Fired when the user creates a new secret by clicking Create in the side panel on the personal secrets page",
2641
2668
  "required": [
2642
2669
  "event_name",
2643
2670
  "event_source",
@@ -2648,24 +2675,28 @@
2648
2675
  "properties": {
2649
2676
  "event_name": {
2650
2677
  "type": "string",
2651
- "const": "containernode_created"
2678
+ "const": "secret_created"
2652
2679
  },
2653
2680
  "event_source": {
2654
2681
  "type": "string",
2655
- "const": "editor"
2682
+ "const": "cloudhome"
2656
2683
  },
2657
2684
  "event_display_name": {
2658
2685
  "type": "string",
2659
- "const": "Container Node Created"
2686
+ "const": "Secret Created"
2660
2687
  },
2661
2688
  "interaction": {
2662
2689
  "type": "object",
2663
2690
  "additionalProperties": false,
2664
- "required": ["location", "trigger", "type"],
2691
+ "required": ["location", "page", "trigger", "type"],
2665
2692
  "properties": {
2666
2693
  "location": {
2667
2694
  "type": "string",
2668
- "const": "canvas"
2695
+ "const": "contextual_side_panel"
2696
+ },
2697
+ "page": {
2698
+ "type": "string",
2699
+ "const": "personal_secrets"
2669
2700
  },
2670
2701
  "trigger": {
2671
2702
  "allOf": [
@@ -2683,18 +2714,18 @@
2683
2714
  "$ref": "#/definitions/InteractionType"
2684
2715
  },
2685
2716
  {
2686
- "const": "shortcut"
2717
+ "const": "click"
2687
2718
  }
2688
2719
  ]
2689
2720
  }
2690
2721
  }
2691
2722
  },
2692
2723
  "payload": {
2693
- "$ref": "#/definitions/ContainerNodeCreatedPayload"
2724
+ "$ref": "#/definitions/EmptyPayload"
2694
2725
  }
2695
2726
  }
2696
2727
  },
2697
- "hintShown": {
2728
+ "sessionEnded": {
2698
2729
  "type": "object",
2699
2730
  "additionalProperties": false,
2700
2731
  "required": [
@@ -2707,7 +2738,7 @@
2707
2738
  "properties": {
2708
2739
  "event_name": {
2709
2740
  "type": "string",
2710
- "const": "hint_shown"
2741
+ "const": "session_ended"
2711
2742
  },
2712
2743
  "event_source": {
2713
2744
  "type": "string",
@@ -2715,7 +2746,7 @@
2715
2746
  },
2716
2747
  "event_display_name": {
2717
2748
  "type": "string",
2718
- "const": "Hint Shown"
2749
+ "const": "Editor Session End"
2719
2750
  },
2720
2751
  "interaction": {
2721
2752
  "type": "object",
@@ -2732,7 +2763,7 @@
2732
2763
  "$ref": "#/definitions/InteractionTrigger"
2733
2764
  },
2734
2765
  {
2735
- "const": "system"
2766
+ "const": "user"
2736
2767
  }
2737
2768
  ]
2738
2769
  },
@@ -2742,18 +2773,18 @@
2742
2773
  "$ref": "#/definitions/InteractionType"
2743
2774
  },
2744
2775
  {
2745
- "const": "auto"
2776
+ "const": "click"
2746
2777
  }
2747
2778
  ]
2748
2779
  }
2749
2780
  }
2750
2781
  },
2751
2782
  "payload": {
2752
- "$ref": "#/definitions/HintIdPayload"
2783
+ "$ref": "#/definitions/SessionEndedPayload"
2753
2784
  }
2754
2785
  }
2755
2786
  },
2756
- "hintClosed": {
2787
+ "sessionInterrupted": {
2757
2788
  "type": "object",
2758
2789
  "additionalProperties": false,
2759
2790
  "required": [
@@ -2766,7 +2797,7 @@
2766
2797
  "properties": {
2767
2798
  "event_name": {
2768
2799
  "type": "string",
2769
- "const": "hint_closed"
2800
+ "const": "session_interrupted"
2770
2801
  },
2771
2802
  "event_source": {
2772
2803
  "type": "string",
@@ -2774,7 +2805,7 @@
2774
2805
  },
2775
2806
  "event_display_name": {
2776
2807
  "type": "string",
2777
- "const": "Hint Closed"
2808
+ "const": "Editor Session Interrupted"
2778
2809
  },
2779
2810
  "interaction": {
2780
2811
  "type": "object",
@@ -2783,7 +2814,7 @@
2783
2814
  "properties": {
2784
2815
  "location": {
2785
2816
  "type": "string",
2786
- "const": "hint"
2817
+ "const": "global"
2787
2818
  },
2788
2819
  "trigger": {
2789
2820
  "allOf": [
@@ -2791,7 +2822,7 @@
2791
2822
  "$ref": "#/definitions/InteractionTrigger"
2792
2823
  },
2793
2824
  {
2794
- "const": "user"
2825
+ "const": "system"
2795
2826
  }
2796
2827
  ]
2797
2828
  },
@@ -2801,18 +2832,18 @@
2801
2832
  "$ref": "#/definitions/InteractionType"
2802
2833
  },
2803
2834
  {
2804
- "const": "click"
2835
+ "const": "auto"
2805
2836
  }
2806
2837
  ]
2807
2838
  }
2808
2839
  }
2809
2840
  },
2810
2841
  "payload": {
2811
- "$ref": "#/definitions/HintIdPayload"
2842
+ "$ref": "#/definitions/EmptyPayload"
2812
2843
  }
2813
2844
  }
2814
2845
  },
2815
- "configurationCompletedApply": {
2846
+ "sessionResumed": {
2816
2847
  "type": "object",
2817
2848
  "additionalProperties": false,
2818
2849
  "required": [
@@ -2825,7 +2856,7 @@
2825
2856
  "properties": {
2826
2857
  "event_name": {
2827
2858
  "type": "string",
2828
- "const": "configuration_completed"
2859
+ "const": "session_resumed"
2829
2860
  },
2830
2861
  "event_source": {
2831
2862
  "type": "string",
@@ -2833,7 +2864,7 @@
2833
2864
  },
2834
2865
  "event_display_name": {
2835
2866
  "type": "string",
2836
- "const": "Configuration Completed"
2867
+ "const": "Editor Session Resumed"
2837
2868
  },
2838
2869
  "interaction": {
2839
2870
  "type": "object",
@@ -2842,7 +2873,7 @@
2842
2873
  "properties": {
2843
2874
  "location": {
2844
2875
  "type": "string",
2845
- "const": "node_configuration"
2876
+ "const": "global"
2846
2877
  },
2847
2878
  "trigger": {
2848
2879
  "allOf": [
@@ -2850,7 +2881,7 @@
2850
2881
  "$ref": "#/definitions/InteractionTrigger"
2851
2882
  },
2852
2883
  {
2853
- "const": "user"
2884
+ "const": "system"
2854
2885
  }
2855
2886
  ]
2856
2887
  },
@@ -2860,18 +2891,18 @@
2860
2891
  "$ref": "#/definitions/InteractionType"
2861
2892
  },
2862
2893
  {
2863
- "const": "click"
2894
+ "const": "auto"
2864
2895
  }
2865
2896
  ]
2866
2897
  }
2867
2898
  }
2868
2899
  },
2869
2900
  "payload": {
2870
- "$ref": "#/definitions/ConfigurationCompletedPayload"
2901
+ "$ref": "#/definitions/EmptyPayload"
2871
2902
  }
2872
2903
  }
2873
2904
  },
2874
- "configurationCompletedAutoApply": {
2905
+ "containerNodeCreatedCtxMenu": {
2875
2906
  "type": "object",
2876
2907
  "additionalProperties": false,
2877
2908
  "required": [
@@ -2884,7 +2915,7 @@
2884
2915
  "properties": {
2885
2916
  "event_name": {
2886
2917
  "type": "string",
2887
- "const": "configuration_completed"
2918
+ "const": "containernode_created"
2888
2919
  },
2889
2920
  "event_source": {
2890
2921
  "type": "string",
@@ -2892,7 +2923,7 @@
2892
2923
  },
2893
2924
  "event_display_name": {
2894
2925
  "type": "string",
2895
- "const": "Configuration Completed"
2926
+ "const": "Container Node Created"
2896
2927
  },
2897
2928
  "interaction": {
2898
2929
  "type": "object",
@@ -2901,7 +2932,7 @@
2901
2932
  "properties": {
2902
2933
  "location": {
2903
2934
  "type": "string",
2904
- "const": "node_configuration"
2935
+ "const": "canvas"
2905
2936
  },
2906
2937
  "trigger": {
2907
2938
  "allOf": [
@@ -2919,18 +2950,22 @@
2919
2950
  "$ref": "#/definitions/InteractionType"
2920
2951
  },
2921
2952
  {
2922
- "const": "auto"
2953
+ "const": "click"
2923
2954
  }
2924
2955
  ]
2956
+ },
2957
+ "ui_element": {
2958
+ "type": "string",
2959
+ "const": "context_menu"
2925
2960
  }
2926
2961
  }
2927
2962
  },
2928
2963
  "payload": {
2929
- "$ref": "#/definitions/ConfigurationCompletedPayload"
2964
+ "$ref": "#/definitions/ContainerNodeCreatedPayload"
2930
2965
  }
2931
2966
  }
2932
2967
  },
2933
- "containerNodeEnteredCanvasDoubleClick": {
2968
+ "containerNodeCreatedKeyboard": {
2934
2969
  "type": "object",
2935
2970
  "additionalProperties": false,
2936
2971
  "required": [
@@ -2943,7 +2978,7 @@
2943
2978
  "properties": {
2944
2979
  "event_name": {
2945
2980
  "type": "string",
2946
- "const": "containernode_entered"
2981
+ "const": "containernode_created"
2947
2982
  },
2948
2983
  "event_source": {
2949
2984
  "type": "string",
@@ -2951,7 +2986,7 @@
2951
2986
  },
2952
2987
  "event_display_name": {
2953
2988
  "type": "string",
2954
- "const": "Container Node Entered"
2989
+ "const": "Container Node Created"
2955
2990
  },
2956
2991
  "interaction": {
2957
2992
  "type": "object",
@@ -2978,22 +3013,18 @@
2978
3013
  "$ref": "#/definitions/InteractionType"
2979
3014
  },
2980
3015
  {
2981
- "const": "double_click"
3016
+ "const": "shortcut"
2982
3017
  }
2983
3018
  ]
2984
- },
2985
- "ui_element": {
2986
- "type": "string",
2987
- "const": "node"
2988
3019
  }
2989
3020
  }
2990
3021
  },
2991
3022
  "payload": {
2992
- "$ref": "#/definitions/ContainerNodeTypePayload"
3023
+ "$ref": "#/definitions/ContainerNodeCreatedPayload"
2993
3024
  }
2994
3025
  }
2995
3026
  },
2996
- "containerNodeEnteredKeyboard": {
3027
+ "hintShown": {
2997
3028
  "type": "object",
2998
3029
  "additionalProperties": false,
2999
3030
  "required": [
@@ -3006,7 +3037,7 @@
3006
3037
  "properties": {
3007
3038
  "event_name": {
3008
3039
  "type": "string",
3009
- "const": "containernode_entered"
3040
+ "const": "hint_shown"
3010
3041
  },
3011
3042
  "event_source": {
3012
3043
  "type": "string",
@@ -3014,7 +3045,7 @@
3014
3045
  },
3015
3046
  "event_display_name": {
3016
3047
  "type": "string",
3017
- "const": "Container Node Entered"
3048
+ "const": "Hint Shown"
3018
3049
  },
3019
3050
  "interaction": {
3020
3051
  "type": "object",
@@ -3023,7 +3054,7 @@
3023
3054
  "properties": {
3024
3055
  "location": {
3025
3056
  "type": "string",
3026
- "const": "canvas"
3057
+ "const": "global"
3027
3058
  },
3028
3059
  "trigger": {
3029
3060
  "allOf": [
@@ -3031,7 +3062,7 @@
3031
3062
  "$ref": "#/definitions/InteractionTrigger"
3032
3063
  },
3033
3064
  {
3034
- "const": "user"
3065
+ "const": "system"
3035
3066
  }
3036
3067
  ]
3037
3068
  },
@@ -3041,18 +3072,18 @@
3041
3072
  "$ref": "#/definitions/InteractionType"
3042
3073
  },
3043
3074
  {
3044
- "const": "shortcut"
3075
+ "const": "auto"
3045
3076
  }
3046
3077
  ]
3047
3078
  }
3048
3079
  }
3049
3080
  },
3050
3081
  "payload": {
3051
- "$ref": "#/definitions/ContainerNodeTypePayload"
3082
+ "$ref": "#/definitions/HintIdPayload"
3052
3083
  }
3053
3084
  }
3054
3085
  },
3055
- "containerNodeEnteredCtxMenu": {
3086
+ "hintClosed": {
3056
3087
  "type": "object",
3057
3088
  "additionalProperties": false,
3058
3089
  "required": [
@@ -3065,7 +3096,7 @@
3065
3096
  "properties": {
3066
3097
  "event_name": {
3067
3098
  "type": "string",
3068
- "const": "containernode_entered"
3099
+ "const": "hint_closed"
3069
3100
  },
3070
3101
  "event_source": {
3071
3102
  "type": "string",
@@ -3073,7 +3104,7 @@
3073
3104
  },
3074
3105
  "event_display_name": {
3075
3106
  "type": "string",
3076
- "const": "Container Node Entered"
3107
+ "const": "Hint Closed"
3077
3108
  },
3078
3109
  "interaction": {
3079
3110
  "type": "object",
@@ -3082,7 +3113,7 @@
3082
3113
  "properties": {
3083
3114
  "location": {
3084
3115
  "type": "string",
3085
- "const": "canvas"
3116
+ "const": "hint"
3086
3117
  },
3087
3118
  "trigger": {
3088
3119
  "allOf": [
@@ -3103,19 +3134,15 @@
3103
3134
  "const": "click"
3104
3135
  }
3105
3136
  ]
3106
- },
3107
- "ui_element": {
3108
- "type": "string",
3109
- "const": "context_menu"
3110
3137
  }
3111
3138
  }
3112
3139
  },
3113
3140
  "payload": {
3114
- "$ref": "#/definitions/ContainerNodeTypePayload"
3141
+ "$ref": "#/definitions/HintIdPayload"
3115
3142
  }
3116
3143
  }
3117
3144
  },
3118
- "containerNodeExitedKeyboard": {
3145
+ "configurationCompletedApply": {
3119
3146
  "type": "object",
3120
3147
  "additionalProperties": false,
3121
3148
  "required": [
@@ -3128,7 +3155,7 @@
3128
3155
  "properties": {
3129
3156
  "event_name": {
3130
3157
  "type": "string",
3131
- "const": "containernode_exited"
3158
+ "const": "configuration_completed"
3132
3159
  },
3133
3160
  "event_source": {
3134
3161
  "type": "string",
@@ -3136,7 +3163,7 @@
3136
3163
  },
3137
3164
  "event_display_name": {
3138
3165
  "type": "string",
3139
- "const": "Container Node Exited"
3166
+ "const": "Configuration Completed"
3140
3167
  },
3141
3168
  "interaction": {
3142
3169
  "type": "object",
@@ -3145,7 +3172,7 @@
3145
3172
  "properties": {
3146
3173
  "location": {
3147
3174
  "type": "string",
3148
- "const": "global"
3175
+ "const": "node_configuration"
3149
3176
  },
3150
3177
  "trigger": {
3151
3178
  "allOf": [
@@ -3163,18 +3190,18 @@
3163
3190
  "$ref": "#/definitions/InteractionType"
3164
3191
  },
3165
3192
  {
3166
- "const": "shortcut"
3193
+ "const": "click"
3167
3194
  }
3168
3195
  ]
3169
3196
  }
3170
3197
  }
3171
3198
  },
3172
3199
  "payload": {
3173
- "$ref": "#/definitions/ContainerNodeTypePayload"
3200
+ "$ref": "#/definitions/ConfigurationCompletedPayload"
3174
3201
  }
3175
3202
  }
3176
3203
  },
3177
- "containerNodeExitedToolbar": {
3204
+ "configurationCompletedAutoApply": {
3178
3205
  "type": "object",
3179
3206
  "additionalProperties": false,
3180
3207
  "required": [
@@ -3187,7 +3214,7 @@
3187
3214
  "properties": {
3188
3215
  "event_name": {
3189
3216
  "type": "string",
3190
- "const": "containernode_exited"
3217
+ "const": "configuration_completed"
3191
3218
  },
3192
3219
  "event_source": {
3193
3220
  "type": "string",
@@ -3195,7 +3222,7 @@
3195
3222
  },
3196
3223
  "event_display_name": {
3197
3224
  "type": "string",
3198
- "const": "Container Node Exited"
3225
+ "const": "Configuration Completed"
3199
3226
  },
3200
3227
  "interaction": {
3201
3228
  "type": "object",
@@ -3204,7 +3231,7 @@
3204
3231
  "properties": {
3205
3232
  "location": {
3206
3233
  "type": "string",
3207
- "const": "workflow_toolbar"
3234
+ "const": "node_configuration"
3208
3235
  },
3209
3236
  "trigger": {
3210
3237
  "allOf": [
@@ -3222,18 +3249,18 @@
3222
3249
  "$ref": "#/definitions/InteractionType"
3223
3250
  },
3224
3251
  {
3225
- "const": "click"
3252
+ "const": "auto"
3226
3253
  }
3227
3254
  ]
3228
3255
  }
3229
3256
  }
3230
3257
  },
3231
3258
  "payload": {
3232
- "$ref": "#/definitions/ContainerNodeTypePayload"
3259
+ "$ref": "#/definitions/ConfigurationCompletedPayload"
3233
3260
  }
3234
3261
  }
3235
3262
  },
3236
- "nodeCreatedCanvasDragDropFile": {
3263
+ "containerNodeEnteredCanvasDoubleClick": {
3237
3264
  "type": "object",
3238
3265
  "additionalProperties": false,
3239
3266
  "required": [
@@ -3246,7 +3273,7 @@
3246
3273
  "properties": {
3247
3274
  "event_name": {
3248
3275
  "type": "string",
3249
- "const": "node_created"
3276
+ "const": "containernode_entered"
3250
3277
  },
3251
3278
  "event_source": {
3252
3279
  "type": "string",
@@ -3254,7 +3281,7 @@
3254
3281
  },
3255
3282
  "event_display_name": {
3256
3283
  "type": "string",
3257
- "const": "Node Created"
3284
+ "const": "Container Node Entered"
3258
3285
  },
3259
3286
  "interaction": {
3260
3287
  "type": "object",
@@ -3281,18 +3308,22 @@
3281
3308
  "$ref": "#/definitions/InteractionType"
3282
3309
  },
3283
3310
  {
3284
- "const": "drag_drop"
3311
+ "const": "double_click"
3285
3312
  }
3286
3313
  ]
3314
+ },
3315
+ "ui_element": {
3316
+ "type": "string",
3317
+ "const": "node"
3287
3318
  }
3288
3319
  }
3289
3320
  },
3290
3321
  "payload": {
3291
- "$ref": "#/definitions/NodeCreated_Base"
3322
+ "$ref": "#/definitions/ContainerNodeTypePayload"
3292
3323
  }
3293
3324
  }
3294
3325
  },
3295
- "nodeCreatedFloatingToolsAddByFile": {
3326
+ "containerNodeEnteredKeyboard": {
3296
3327
  "type": "object",
3297
3328
  "additionalProperties": false,
3298
3329
  "required": [
@@ -3305,7 +3336,7 @@
3305
3336
  "properties": {
3306
3337
  "event_name": {
3307
3338
  "type": "string",
3308
- "const": "node_created"
3339
+ "const": "containernode_entered"
3309
3340
  },
3310
3341
  "event_source": {
3311
3342
  "type": "string",
@@ -3313,7 +3344,7 @@
3313
3344
  },
3314
3345
  "event_display_name": {
3315
3346
  "type": "string",
3316
- "const": "Node Created"
3347
+ "const": "Container Node Entered"
3317
3348
  },
3318
3349
  "interaction": {
3319
3350
  "type": "object",
@@ -3322,7 +3353,7 @@
3322
3353
  "properties": {
3323
3354
  "location": {
3324
3355
  "type": "string",
3325
- "const": "floating_canvas_tools"
3356
+ "const": "canvas"
3326
3357
  },
3327
3358
  "trigger": {
3328
3359
  "allOf": [
@@ -3340,40 +3371,659 @@
3340
3371
  "$ref": "#/definitions/InteractionType"
3341
3372
  },
3342
3373
  {
3343
- "const": "click"
3374
+ "const": "shortcut"
3344
3375
  }
3345
3376
  ]
3346
3377
  }
3347
3378
  }
3348
3379
  },
3349
3380
  "payload": {
3350
- "$ref": "#/definitions/NodeCreated_Base"
3381
+ "$ref": "#/definitions/ContainerNodeTypePayload"
3351
3382
  }
3352
3383
  }
3353
- }
3354
- }
3355
- }
3356
- },
3357
- "definitions": {
3358
- "EmptyPayload": {
3359
- "type": "null",
3360
- "additionalProperties": false,
3361
- "maxProperties": 0
3362
- },
3363
- "KaiPromptedPayload": {
3364
- "type": "object",
3365
- "additionalProperties": false,
3366
- "properties": {
3367
- "nodeFactoryId": {
3368
- "type": "string"
3369
3384
  },
3370
- "nodeType": {
3371
- "type": "string",
3372
- "enum": ["node", "component", "metanode"]
3373
- }
3374
- }
3375
- },
3376
- "WorkflowSavedPayload": {
3385
+ "containerNodeEnteredCtxMenu": {
3386
+ "type": "object",
3387
+ "additionalProperties": false,
3388
+ "required": [
3389
+ "event_name",
3390
+ "event_source",
3391
+ "event_display_name",
3392
+ "interaction",
3393
+ "payload"
3394
+ ],
3395
+ "properties": {
3396
+ "event_name": {
3397
+ "type": "string",
3398
+ "const": "containernode_entered"
3399
+ },
3400
+ "event_source": {
3401
+ "type": "string",
3402
+ "const": "editor"
3403
+ },
3404
+ "event_display_name": {
3405
+ "type": "string",
3406
+ "const": "Container Node Entered"
3407
+ },
3408
+ "interaction": {
3409
+ "type": "object",
3410
+ "additionalProperties": false,
3411
+ "required": ["location", "trigger", "type"],
3412
+ "properties": {
3413
+ "location": {
3414
+ "type": "string",
3415
+ "const": "canvas"
3416
+ },
3417
+ "trigger": {
3418
+ "allOf": [
3419
+ {
3420
+ "$ref": "#/definitions/InteractionTrigger"
3421
+ },
3422
+ {
3423
+ "const": "user"
3424
+ }
3425
+ ]
3426
+ },
3427
+ "type": {
3428
+ "allOf": [
3429
+ {
3430
+ "$ref": "#/definitions/InteractionType"
3431
+ },
3432
+ {
3433
+ "const": "click"
3434
+ }
3435
+ ]
3436
+ },
3437
+ "ui_element": {
3438
+ "type": "string",
3439
+ "const": "context_menu"
3440
+ }
3441
+ }
3442
+ },
3443
+ "payload": {
3444
+ "$ref": "#/definitions/ContainerNodeTypePayload"
3445
+ }
3446
+ }
3447
+ },
3448
+ "containerNodeExitedKeyboard": {
3449
+ "type": "object",
3450
+ "additionalProperties": false,
3451
+ "required": [
3452
+ "event_name",
3453
+ "event_source",
3454
+ "event_display_name",
3455
+ "interaction",
3456
+ "payload"
3457
+ ],
3458
+ "properties": {
3459
+ "event_name": {
3460
+ "type": "string",
3461
+ "const": "containernode_exited"
3462
+ },
3463
+ "event_source": {
3464
+ "type": "string",
3465
+ "const": "editor"
3466
+ },
3467
+ "event_display_name": {
3468
+ "type": "string",
3469
+ "const": "Container Node Exited"
3470
+ },
3471
+ "interaction": {
3472
+ "type": "object",
3473
+ "additionalProperties": false,
3474
+ "required": ["location", "trigger", "type"],
3475
+ "properties": {
3476
+ "location": {
3477
+ "type": "string",
3478
+ "const": "global"
3479
+ },
3480
+ "trigger": {
3481
+ "allOf": [
3482
+ {
3483
+ "$ref": "#/definitions/InteractionTrigger"
3484
+ },
3485
+ {
3486
+ "const": "user"
3487
+ }
3488
+ ]
3489
+ },
3490
+ "type": {
3491
+ "allOf": [
3492
+ {
3493
+ "$ref": "#/definitions/InteractionType"
3494
+ },
3495
+ {
3496
+ "const": "shortcut"
3497
+ }
3498
+ ]
3499
+ }
3500
+ }
3501
+ },
3502
+ "payload": {
3503
+ "$ref": "#/definitions/ContainerNodeTypePayload"
3504
+ }
3505
+ }
3506
+ },
3507
+ "containerNodeExitedToolbar": {
3508
+ "type": "object",
3509
+ "additionalProperties": false,
3510
+ "required": [
3511
+ "event_name",
3512
+ "event_source",
3513
+ "event_display_name",
3514
+ "interaction",
3515
+ "payload"
3516
+ ],
3517
+ "properties": {
3518
+ "event_name": {
3519
+ "type": "string",
3520
+ "const": "containernode_exited"
3521
+ },
3522
+ "event_source": {
3523
+ "type": "string",
3524
+ "const": "editor"
3525
+ },
3526
+ "event_display_name": {
3527
+ "type": "string",
3528
+ "const": "Container Node Exited"
3529
+ },
3530
+ "interaction": {
3531
+ "type": "object",
3532
+ "additionalProperties": false,
3533
+ "required": ["location", "trigger", "type"],
3534
+ "properties": {
3535
+ "location": {
3536
+ "type": "string",
3537
+ "const": "workflow_toolbar"
3538
+ },
3539
+ "trigger": {
3540
+ "allOf": [
3541
+ {
3542
+ "$ref": "#/definitions/InteractionTrigger"
3543
+ },
3544
+ {
3545
+ "const": "user"
3546
+ }
3547
+ ]
3548
+ },
3549
+ "type": {
3550
+ "allOf": [
3551
+ {
3552
+ "$ref": "#/definitions/InteractionType"
3553
+ },
3554
+ {
3555
+ "const": "click"
3556
+ }
3557
+ ]
3558
+ }
3559
+ }
3560
+ },
3561
+ "payload": {
3562
+ "$ref": "#/definitions/ContainerNodeTypePayload"
3563
+ }
3564
+ }
3565
+ },
3566
+ "deploymentCreated": {
3567
+ "type": "object",
3568
+ "additionalProperties": false,
3569
+ "$comment": "Fired when the user clicks the Create button in the deployment creation side panel",
3570
+ "required": [
3571
+ "event_name",
3572
+ "event_source",
3573
+ "event_display_name",
3574
+ "interaction",
3575
+ "payload"
3576
+ ],
3577
+ "properties": {
3578
+ "event_name": {
3579
+ "type": "string",
3580
+ "const": "deployment_created"
3581
+ },
3582
+ "event_source": {
3583
+ "type": "string",
3584
+ "const": "cloudhome"
3585
+ },
3586
+ "event_display_name": {
3587
+ "type": "string",
3588
+ "const": "Deployment Created"
3589
+ },
3590
+ "interaction": {
3591
+ "type": "object",
3592
+ "additionalProperties": false,
3593
+ "required": ["location", "page", "trigger", "type"],
3594
+ "properties": {
3595
+ "location": {
3596
+ "type": "string",
3597
+ "const": "contextual_side_panel"
3598
+ },
3599
+ "page": {
3600
+ "type": "string",
3601
+ "const": "deployments"
3602
+ },
3603
+ "trigger": {
3604
+ "allOf": [
3605
+ {
3606
+ "$ref": "#/definitions/InteractionTrigger"
3607
+ },
3608
+ {
3609
+ "const": "user"
3610
+ }
3611
+ ]
3612
+ },
3613
+ "type": {
3614
+ "allOf": [
3615
+ {
3616
+ "$ref": "#/definitions/InteractionType"
3617
+ },
3618
+ {
3619
+ "const": "click"
3620
+ }
3621
+ ]
3622
+ }
3623
+ }
3624
+ },
3625
+ "payload": {
3626
+ "$ref": "#/definitions/DeploymentCreatedPayload"
3627
+ }
3628
+ }
3629
+ },
3630
+ "deploymentSharedDeploymentsAccessPanel": {
3631
+ "type": "object",
3632
+ "additionalProperties": false,
3633
+ "$comment": "Fired when the user shares a deployment via the access management side panel on the deployments page",
3634
+ "required": [
3635
+ "event_name",
3636
+ "event_source",
3637
+ "event_display_name",
3638
+ "interaction",
3639
+ "payload"
3640
+ ],
3641
+ "properties": {
3642
+ "event_name": {
3643
+ "type": "string",
3644
+ "const": "deployment_shared"
3645
+ },
3646
+ "event_source": {
3647
+ "type": "string",
3648
+ "const": "cloudhome"
3649
+ },
3650
+ "event_display_name": {
3651
+ "type": "string",
3652
+ "const": "Deployment Shared"
3653
+ },
3654
+ "interaction": {
3655
+ "type": "object",
3656
+ "additionalProperties": false,
3657
+ "required": ["location", "page", "trigger", "type"],
3658
+ "properties": {
3659
+ "location": {
3660
+ "type": "string",
3661
+ "const": "contextual_side_panel"
3662
+ },
3663
+ "page": {
3664
+ "type": "string",
3665
+ "const": "deployments"
3666
+ },
3667
+ "trigger": {
3668
+ "allOf": [
3669
+ {
3670
+ "$ref": "#/definitions/InteractionTrigger"
3671
+ },
3672
+ {
3673
+ "const": "user"
3674
+ }
3675
+ ]
3676
+ },
3677
+ "type": {
3678
+ "allOf": [
3679
+ {
3680
+ "$ref": "#/definitions/InteractionType"
3681
+ },
3682
+ {
3683
+ "const": "click"
3684
+ }
3685
+ ]
3686
+ }
3687
+ }
3688
+ },
3689
+ "payload": {
3690
+ "$ref": "#/definitions/DeploymentSharedPayload"
3691
+ }
3692
+ }
3693
+ },
3694
+ "deploymentSharedDeploymentsSharingPopup": {
3695
+ "type": "object",
3696
+ "additionalProperties": false,
3697
+ "$comment": "Fired when the user shares a deployment via the sharing popup on the deployments page",
3698
+ "required": [
3699
+ "event_name",
3700
+ "event_source",
3701
+ "event_display_name",
3702
+ "interaction",
3703
+ "payload"
3704
+ ],
3705
+ "properties": {
3706
+ "event_name": {
3707
+ "type": "string",
3708
+ "const": "deployment_shared"
3709
+ },
3710
+ "event_source": {
3711
+ "type": "string",
3712
+ "const": "cloudhome"
3713
+ },
3714
+ "event_display_name": {
3715
+ "type": "string",
3716
+ "const": "Deployment Shared"
3717
+ },
3718
+ "interaction": {
3719
+ "type": "object",
3720
+ "additionalProperties": false,
3721
+ "required": ["location", "page", "trigger", "type"],
3722
+ "properties": {
3723
+ "location": {
3724
+ "type": "string",
3725
+ "const": "popup"
3726
+ },
3727
+ "page": {
3728
+ "type": "string",
3729
+ "const": "deployments"
3730
+ },
3731
+ "trigger": {
3732
+ "allOf": [
3733
+ {
3734
+ "$ref": "#/definitions/InteractionTrigger"
3735
+ },
3736
+ {
3737
+ "const": "user"
3738
+ }
3739
+ ]
3740
+ },
3741
+ "type": {
3742
+ "allOf": [
3743
+ {
3744
+ "$ref": "#/definitions/InteractionType"
3745
+ },
3746
+ {
3747
+ "const": "click"
3748
+ }
3749
+ ]
3750
+ }
3751
+ }
3752
+ },
3753
+ "payload": {
3754
+ "$ref": "#/definitions/DeploymentSharedPayload"
3755
+ }
3756
+ }
3757
+ },
3758
+ "deploymentSharedWorkflowAccessPanel": {
3759
+ "type": "object",
3760
+ "additionalProperties": false,
3761
+ "$comment": "Fired when the user shares a deployment via the access management side panel on the workflow page",
3762
+ "required": [
3763
+ "event_name",
3764
+ "event_source",
3765
+ "event_display_name",
3766
+ "interaction",
3767
+ "payload"
3768
+ ],
3769
+ "properties": {
3770
+ "event_name": {
3771
+ "type": "string",
3772
+ "const": "deployment_shared"
3773
+ },
3774
+ "event_source": {
3775
+ "type": "string",
3776
+ "const": "cloudhome"
3777
+ },
3778
+ "event_display_name": {
3779
+ "type": "string",
3780
+ "const": "Deployment Shared"
3781
+ },
3782
+ "interaction": {
3783
+ "type": "object",
3784
+ "additionalProperties": false,
3785
+ "required": ["location", "page", "trigger", "type"],
3786
+ "properties": {
3787
+ "location": {
3788
+ "type": "string",
3789
+ "const": "contextual_side_panel"
3790
+ },
3791
+ "page": {
3792
+ "type": "string",
3793
+ "const": "workflow_details"
3794
+ },
3795
+ "trigger": {
3796
+ "allOf": [
3797
+ {
3798
+ "$ref": "#/definitions/InteractionTrigger"
3799
+ },
3800
+ {
3801
+ "const": "user"
3802
+ }
3803
+ ]
3804
+ },
3805
+ "type": {
3806
+ "allOf": [
3807
+ {
3808
+ "$ref": "#/definitions/InteractionType"
3809
+ },
3810
+ {
3811
+ "const": "click"
3812
+ }
3813
+ ]
3814
+ }
3815
+ }
3816
+ },
3817
+ "payload": {
3818
+ "$ref": "#/definitions/DeploymentSharedPayload"
3819
+ }
3820
+ }
3821
+ },
3822
+ "deploymentSharedWorkflowSharingPopup": {
3823
+ "type": "object",
3824
+ "additionalProperties": false,
3825
+ "$comment": "Fired when the user shares a deployment via the sharing popup on the workflow page",
3826
+ "required": [
3827
+ "event_name",
3828
+ "event_source",
3829
+ "event_display_name",
3830
+ "interaction",
3831
+ "payload"
3832
+ ],
3833
+ "properties": {
3834
+ "event_name": {
3835
+ "type": "string",
3836
+ "const": "deployment_shared"
3837
+ },
3838
+ "event_source": {
3839
+ "type": "string",
3840
+ "const": "cloudhome"
3841
+ },
3842
+ "event_display_name": {
3843
+ "type": "string",
3844
+ "const": "Deployment Shared"
3845
+ },
3846
+ "interaction": {
3847
+ "type": "object",
3848
+ "additionalProperties": false,
3849
+ "required": ["location", "page", "trigger", "type"],
3850
+ "properties": {
3851
+ "location": {
3852
+ "type": "string",
3853
+ "const": "popup"
3854
+ },
3855
+ "page": {
3856
+ "type": "string",
3857
+ "const": "workflow_details"
3858
+ },
3859
+ "trigger": {
3860
+ "allOf": [
3861
+ {
3862
+ "$ref": "#/definitions/InteractionTrigger"
3863
+ },
3864
+ {
3865
+ "const": "user"
3866
+ }
3867
+ ]
3868
+ },
3869
+ "type": {
3870
+ "allOf": [
3871
+ {
3872
+ "$ref": "#/definitions/InteractionType"
3873
+ },
3874
+ {
3875
+ "const": "click"
3876
+ }
3877
+ ]
3878
+ }
3879
+ }
3880
+ },
3881
+ "payload": {
3882
+ "$ref": "#/definitions/DeploymentSharedPayload"
3883
+ }
3884
+ }
3885
+ },
3886
+ "nodeCreatedCanvasDragDropFile": {
3887
+ "type": "object",
3888
+ "additionalProperties": false,
3889
+ "required": [
3890
+ "event_name",
3891
+ "event_source",
3892
+ "event_display_name",
3893
+ "interaction",
3894
+ "payload"
3895
+ ],
3896
+ "properties": {
3897
+ "event_name": {
3898
+ "type": "string",
3899
+ "const": "node_created"
3900
+ },
3901
+ "event_source": {
3902
+ "type": "string",
3903
+ "const": "editor"
3904
+ },
3905
+ "event_display_name": {
3906
+ "type": "string",
3907
+ "const": "Node Created"
3908
+ },
3909
+ "interaction": {
3910
+ "type": "object",
3911
+ "additionalProperties": false,
3912
+ "required": ["location", "trigger", "type"],
3913
+ "properties": {
3914
+ "location": {
3915
+ "type": "string",
3916
+ "const": "canvas"
3917
+ },
3918
+ "trigger": {
3919
+ "allOf": [
3920
+ {
3921
+ "$ref": "#/definitions/InteractionTrigger"
3922
+ },
3923
+ {
3924
+ "const": "user"
3925
+ }
3926
+ ]
3927
+ },
3928
+ "type": {
3929
+ "allOf": [
3930
+ {
3931
+ "$ref": "#/definitions/InteractionType"
3932
+ },
3933
+ {
3934
+ "const": "drag_drop"
3935
+ }
3936
+ ]
3937
+ }
3938
+ }
3939
+ },
3940
+ "payload": {
3941
+ "$ref": "#/definitions/NodeCreated_Base"
3942
+ }
3943
+ }
3944
+ },
3945
+ "nodeCreatedFloatingToolsAddByFile": {
3946
+ "type": "object",
3947
+ "additionalProperties": false,
3948
+ "required": [
3949
+ "event_name",
3950
+ "event_source",
3951
+ "event_display_name",
3952
+ "interaction",
3953
+ "payload"
3954
+ ],
3955
+ "properties": {
3956
+ "event_name": {
3957
+ "type": "string",
3958
+ "const": "node_created"
3959
+ },
3960
+ "event_source": {
3961
+ "type": "string",
3962
+ "const": "editor"
3963
+ },
3964
+ "event_display_name": {
3965
+ "type": "string",
3966
+ "const": "Node Created"
3967
+ },
3968
+ "interaction": {
3969
+ "type": "object",
3970
+ "additionalProperties": false,
3971
+ "required": ["location", "trigger", "type"],
3972
+ "properties": {
3973
+ "location": {
3974
+ "type": "string",
3975
+ "const": "floating_canvas_tools"
3976
+ },
3977
+ "trigger": {
3978
+ "allOf": [
3979
+ {
3980
+ "$ref": "#/definitions/InteractionTrigger"
3981
+ },
3982
+ {
3983
+ "const": "user"
3984
+ }
3985
+ ]
3986
+ },
3987
+ "type": {
3988
+ "allOf": [
3989
+ {
3990
+ "$ref": "#/definitions/InteractionType"
3991
+ },
3992
+ {
3993
+ "const": "click"
3994
+ }
3995
+ ]
3996
+ }
3997
+ }
3998
+ },
3999
+ "payload": {
4000
+ "$ref": "#/definitions/NodeCreated_Base"
4001
+ }
4002
+ }
4003
+ }
4004
+ }
4005
+ }
4006
+ },
4007
+ "definitions": {
4008
+ "EmptyPayload": {
4009
+ "type": "null",
4010
+ "additionalProperties": false,
4011
+ "maxProperties": 0
4012
+ },
4013
+ "KaiPromptedPayload": {
4014
+ "type": "object",
4015
+ "additionalProperties": false,
4016
+ "properties": {
4017
+ "nodeFactoryId": {
4018
+ "type": "string"
4019
+ },
4020
+ "nodeType": {
4021
+ "type": "string",
4022
+ "enum": ["node", "component", "metanode"]
4023
+ }
4024
+ }
4025
+ },
4026
+ "WorkflowSavedPayload": {
3377
4027
  "type": "object",
3378
4028
  "additionalProperties": false,
3379
4029
  "required": ["isAutosyncEnabled"],
@@ -3650,6 +4300,32 @@
3650
4300
  }
3651
4301
  }
3652
4302
  },
4303
+ "DeploymentCreatedPayload": {
4304
+ "type": "object",
4305
+ "additionalProperties": false,
4306
+ "required": ["deploymentType"],
4307
+ "properties": {
4308
+ "deploymentType": {
4309
+ "type": "string",
4310
+ "enum": ["dataApp", "schedule", "service"]
4311
+ }
4312
+ }
4313
+ },
4314
+ "DeploymentSharedPayload": {
4315
+ "type": "object",
4316
+ "additionalProperties": false,
4317
+ "required": ["deploymentType", "sharingMethod"],
4318
+ "properties": {
4319
+ "deploymentType": {
4320
+ "type": "string",
4321
+ "enum": ["dataApp", "service"]
4322
+ },
4323
+ "sharingMethod": {
4324
+ "type": "string",
4325
+ "enum": ["invite", "copy_link"]
4326
+ }
4327
+ }
4328
+ },
3653
4329
  "SessionEndedPayload": {
3654
4330
  "type": "object",
3655
4331
  "additionalProperties": false,