@knime/hub-features 1.34.1 → 1.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.
|
@@ -91,33 +91,17 @@
|
|
|
91
91
|
"executeSelectedNodesCtxMenu",
|
|
92
92
|
"executeSelectedNodesKeyboard",
|
|
93
93
|
"executeSelectedNodesToolbar",
|
|
94
|
-
"cancelAllNodesCtxMenu",
|
|
95
|
-
"cancelAllNodesKeyboard",
|
|
96
|
-
"cancelAllNodesToolbar",
|
|
97
|
-
"cancelSelectedNodesCtxMenu",
|
|
98
|
-
"cancelSelectedNodesKeyboard",
|
|
99
|
-
"cancelSelectedNodesToolbar",
|
|
100
|
-
"resetAllNodesCtxMenu",
|
|
101
|
-
"resetAllNodesKeyboard",
|
|
102
|
-
"resetAllNodesToolbar",
|
|
103
|
-
"resetSelectedNodesCtxMenu",
|
|
104
|
-
"resetSelectedNodesKeyboard",
|
|
105
|
-
"resetSelectedNodesToolbar",
|
|
106
94
|
"executeNodeActionBar",
|
|
107
95
|
"executeNodeFromMonitor",
|
|
108
|
-
"resetNodeActionBar",
|
|
109
|
-
"cancelNodeActionBar",
|
|
110
|
-
"pauseLoopExecutionKeyboard",
|
|
111
|
-
"pauseLoopExecutionActionBar",
|
|
112
96
|
"resumeLoopExecutionKeyboard",
|
|
113
97
|
"resumeLoopExecutionActionBar",
|
|
114
98
|
"stepLoopExecutionKeyboard",
|
|
115
99
|
"stepLoopExecutionActionBar",
|
|
116
|
-
"pauseLoopExecutionCtxMenu",
|
|
117
100
|
"resumeLoopExecutionCtxMenu",
|
|
118
101
|
"stepLoopExecutionCtxMenu",
|
|
119
102
|
"objectUploadedFromSpacePage",
|
|
120
103
|
"objectUploaded",
|
|
104
|
+
"objectUploadedCanvasDragDropFile",
|
|
121
105
|
"teamMemberInvitedFromManageTeamMembersPanel",
|
|
122
106
|
"teamMemberInvitedFromSpaceCardShareSpacePopup",
|
|
123
107
|
"teamMemberInvitedFromSpaceCardManageAccessPanel",
|
|
@@ -3329,7 +3313,7 @@
|
|
|
3329
3313
|
"properties": {
|
|
3330
3314
|
"event_name": {
|
|
3331
3315
|
"type": "string",
|
|
3332
|
-
"const": "
|
|
3316
|
+
"const": "execution_attempted"
|
|
3333
3317
|
},
|
|
3334
3318
|
"event_source": {
|
|
3335
3319
|
"type": "string",
|
|
@@ -3337,7 +3321,7 @@
|
|
|
3337
3321
|
},
|
|
3338
3322
|
"event_display_name": {
|
|
3339
3323
|
"type": "string",
|
|
3340
|
-
"const": "Node configuration applied and
|
|
3324
|
+
"const": "Node configuration applied and execution attempted"
|
|
3341
3325
|
},
|
|
3342
3326
|
"interaction": {
|
|
3343
3327
|
"type": "object",
|
|
@@ -3371,7 +3355,7 @@
|
|
|
3371
3355
|
}
|
|
3372
3356
|
},
|
|
3373
3357
|
"payload": {
|
|
3374
|
-
"$ref": "#/definitions/
|
|
3358
|
+
"$ref": "#/definitions/NodeExecutionPayload"
|
|
3375
3359
|
}
|
|
3376
3360
|
}
|
|
3377
3361
|
},
|
|
@@ -4368,7 +4352,7 @@
|
|
|
4368
4352
|
"properties": {
|
|
4369
4353
|
"event_name": {
|
|
4370
4354
|
"type": "string",
|
|
4371
|
-
"const": "
|
|
4355
|
+
"const": "execution_attempted"
|
|
4372
4356
|
},
|
|
4373
4357
|
"event_source": {
|
|
4374
4358
|
"type": "string",
|
|
@@ -4387,6 +4371,10 @@
|
|
|
4387
4371
|
"type": "string",
|
|
4388
4372
|
"const": "canvas"
|
|
4389
4373
|
},
|
|
4374
|
+
"specification": {
|
|
4375
|
+
"type": "string",
|
|
4376
|
+
"const": "execute_all"
|
|
4377
|
+
},
|
|
4390
4378
|
"trigger": {
|
|
4391
4379
|
"allOf": [
|
|
4392
4380
|
{
|
|
@@ -4414,7 +4402,7 @@
|
|
|
4414
4402
|
}
|
|
4415
4403
|
},
|
|
4416
4404
|
"payload": {
|
|
4417
|
-
"$ref": "#/definitions/
|
|
4405
|
+
"$ref": "#/definitions/NodeExecutionPayload"
|
|
4418
4406
|
}
|
|
4419
4407
|
}
|
|
4420
4408
|
},
|
|
@@ -4432,7 +4420,7 @@
|
|
|
4432
4420
|
"properties": {
|
|
4433
4421
|
"event_name": {
|
|
4434
4422
|
"type": "string",
|
|
4435
|
-
"const": "
|
|
4423
|
+
"const": "execution_attempted"
|
|
4436
4424
|
},
|
|
4437
4425
|
"event_source": {
|
|
4438
4426
|
"type": "string",
|
|
@@ -4451,6 +4439,10 @@
|
|
|
4451
4439
|
"type": "string",
|
|
4452
4440
|
"const": "global"
|
|
4453
4441
|
},
|
|
4442
|
+
"specification": {
|
|
4443
|
+
"type": "string",
|
|
4444
|
+
"const": "execute_all"
|
|
4445
|
+
},
|
|
4454
4446
|
"trigger": {
|
|
4455
4447
|
"allOf": [
|
|
4456
4448
|
{
|
|
@@ -4474,7 +4466,7 @@
|
|
|
4474
4466
|
}
|
|
4475
4467
|
},
|
|
4476
4468
|
"payload": {
|
|
4477
|
-
"$ref": "#/definitions/
|
|
4469
|
+
"$ref": "#/definitions/NodeExecutionPayload"
|
|
4478
4470
|
}
|
|
4479
4471
|
}
|
|
4480
4472
|
},
|
|
@@ -4492,7 +4484,7 @@
|
|
|
4492
4484
|
"properties": {
|
|
4493
4485
|
"event_name": {
|
|
4494
4486
|
"type": "string",
|
|
4495
|
-
"const": "
|
|
4487
|
+
"const": "execution_attempted"
|
|
4496
4488
|
},
|
|
4497
4489
|
"event_source": {
|
|
4498
4490
|
"type": "string",
|
|
@@ -4511,6 +4503,10 @@
|
|
|
4511
4503
|
"type": "string",
|
|
4512
4504
|
"const": "workflow_toolbar"
|
|
4513
4505
|
},
|
|
4506
|
+
"specification": {
|
|
4507
|
+
"type": "string",
|
|
4508
|
+
"const": "execute_all"
|
|
4509
|
+
},
|
|
4514
4510
|
"trigger": {
|
|
4515
4511
|
"allOf": [
|
|
4516
4512
|
{
|
|
@@ -4534,7 +4530,7 @@
|
|
|
4534
4530
|
}
|
|
4535
4531
|
},
|
|
4536
4532
|
"payload": {
|
|
4537
|
-
"$ref": "#/definitions/
|
|
4533
|
+
"$ref": "#/definitions/NodeExecutionPayload"
|
|
4538
4534
|
}
|
|
4539
4535
|
}
|
|
4540
4536
|
},
|
|
@@ -4552,7 +4548,7 @@
|
|
|
4552
4548
|
"properties": {
|
|
4553
4549
|
"event_name": {
|
|
4554
4550
|
"type": "string",
|
|
4555
|
-
"const": "
|
|
4551
|
+
"const": "execution_attempted"
|
|
4556
4552
|
},
|
|
4557
4553
|
"event_source": {
|
|
4558
4554
|
"type": "string",
|
|
@@ -4571,6 +4567,10 @@
|
|
|
4571
4567
|
"type": "string",
|
|
4572
4568
|
"const": "canvas"
|
|
4573
4569
|
},
|
|
4570
|
+
"specification": {
|
|
4571
|
+
"type": "string",
|
|
4572
|
+
"const": "execute"
|
|
4573
|
+
},
|
|
4574
4574
|
"trigger": {
|
|
4575
4575
|
"allOf": [
|
|
4576
4576
|
{
|
|
@@ -4616,7 +4616,7 @@
|
|
|
4616
4616
|
"properties": {
|
|
4617
4617
|
"event_name": {
|
|
4618
4618
|
"type": "string",
|
|
4619
|
-
"const": "
|
|
4619
|
+
"const": "execution_attempted"
|
|
4620
4620
|
},
|
|
4621
4621
|
"event_source": {
|
|
4622
4622
|
"type": "string",
|
|
@@ -4635,6 +4635,10 @@
|
|
|
4635
4635
|
"type": "string",
|
|
4636
4636
|
"const": "global"
|
|
4637
4637
|
},
|
|
4638
|
+
"specification": {
|
|
4639
|
+
"type": "string",
|
|
4640
|
+
"const": "execute"
|
|
4641
|
+
},
|
|
4638
4642
|
"trigger": {
|
|
4639
4643
|
"allOf": [
|
|
4640
4644
|
{
|
|
@@ -4676,7 +4680,7 @@
|
|
|
4676
4680
|
"properties": {
|
|
4677
4681
|
"event_name": {
|
|
4678
4682
|
"type": "string",
|
|
4679
|
-
"const": "
|
|
4683
|
+
"const": "execution_attempted"
|
|
4680
4684
|
},
|
|
4681
4685
|
"event_source": {
|
|
4682
4686
|
"type": "string",
|
|
@@ -4695,6 +4699,10 @@
|
|
|
4695
4699
|
"type": "string",
|
|
4696
4700
|
"const": "workflow_toolbar"
|
|
4697
4701
|
},
|
|
4702
|
+
"specification": {
|
|
4703
|
+
"type": "string",
|
|
4704
|
+
"const": "execute"
|
|
4705
|
+
},
|
|
4698
4706
|
"trigger": {
|
|
4699
4707
|
"allOf": [
|
|
4700
4708
|
{
|
|
@@ -4722,10 +4730,10 @@
|
|
|
4722
4730
|
}
|
|
4723
4731
|
}
|
|
4724
4732
|
},
|
|
4725
|
-
"
|
|
4733
|
+
"executeNodeActionBar": {
|
|
4726
4734
|
"type": "object",
|
|
4727
4735
|
"additionalProperties": false,
|
|
4728
|
-
"$comment": "Fired when the user
|
|
4736
|
+
"$comment": "Fired when the user executes a single node via the node action bar",
|
|
4729
4737
|
"required": [
|
|
4730
4738
|
"event_name",
|
|
4731
4739
|
"event_source",
|
|
@@ -4736,7 +4744,7 @@
|
|
|
4736
4744
|
"properties": {
|
|
4737
4745
|
"event_name": {
|
|
4738
4746
|
"type": "string",
|
|
4739
|
-
"const": "
|
|
4747
|
+
"const": "execution_attempted"
|
|
4740
4748
|
},
|
|
4741
4749
|
"event_source": {
|
|
4742
4750
|
"type": "string",
|
|
@@ -4744,7 +4752,7 @@
|
|
|
4744
4752
|
},
|
|
4745
4753
|
"event_display_name": {
|
|
4746
4754
|
"type": "string",
|
|
4747
|
-
"const": "
|
|
4755
|
+
"const": "Node execution from node action bar"
|
|
4748
4756
|
},
|
|
4749
4757
|
"interaction": {
|
|
4750
4758
|
"type": "object",
|
|
@@ -4755,6 +4763,10 @@
|
|
|
4755
4763
|
"type": "string",
|
|
4756
4764
|
"const": "canvas"
|
|
4757
4765
|
},
|
|
4766
|
+
"specification": {
|
|
4767
|
+
"type": "string",
|
|
4768
|
+
"const": "execute"
|
|
4769
|
+
},
|
|
4758
4770
|
"trigger": {
|
|
4759
4771
|
"allOf": [
|
|
4760
4772
|
{
|
|
@@ -4777,19 +4789,19 @@
|
|
|
4777
4789
|
},
|
|
4778
4790
|
"ui_element": {
|
|
4779
4791
|
"type": "string",
|
|
4780
|
-
"const": "
|
|
4792
|
+
"const": "node_action_bar"
|
|
4781
4793
|
}
|
|
4782
4794
|
}
|
|
4783
4795
|
},
|
|
4784
4796
|
"payload": {
|
|
4785
|
-
"$ref": "#/definitions/
|
|
4797
|
+
"$ref": "#/definitions/NodeExecutionPayload"
|
|
4786
4798
|
}
|
|
4787
4799
|
}
|
|
4788
4800
|
},
|
|
4789
|
-
"
|
|
4801
|
+
"executeNodeFromMonitor": {
|
|
4790
4802
|
"type": "object",
|
|
4791
4803
|
"additionalProperties": false,
|
|
4792
|
-
"$comment": "Fired when the user
|
|
4804
|
+
"$comment": "Fired when the user executes a single node via the workflow monitor",
|
|
4793
4805
|
"required": [
|
|
4794
4806
|
"event_name",
|
|
4795
4807
|
"event_source",
|
|
@@ -4800,7 +4812,7 @@
|
|
|
4800
4812
|
"properties": {
|
|
4801
4813
|
"event_name": {
|
|
4802
4814
|
"type": "string",
|
|
4803
|
-
"const": "
|
|
4815
|
+
"const": "execution_attempted"
|
|
4804
4816
|
},
|
|
4805
4817
|
"event_source": {
|
|
4806
4818
|
"type": "string",
|
|
@@ -4808,7 +4820,7 @@
|
|
|
4808
4820
|
},
|
|
4809
4821
|
"event_display_name": {
|
|
4810
4822
|
"type": "string",
|
|
4811
|
-
"const": "
|
|
4823
|
+
"const": "Node execution from node monitor"
|
|
4812
4824
|
},
|
|
4813
4825
|
"interaction": {
|
|
4814
4826
|
"type": "object",
|
|
@@ -4817,7 +4829,7 @@
|
|
|
4817
4829
|
"properties": {
|
|
4818
4830
|
"location": {
|
|
4819
4831
|
"type": "string",
|
|
4820
|
-
"const": "
|
|
4832
|
+
"const": "node_monitor"
|
|
4821
4833
|
},
|
|
4822
4834
|
"trigger": {
|
|
4823
4835
|
"allOf": [
|
|
@@ -4835,21 +4847,21 @@
|
|
|
4835
4847
|
"$ref": "#/definitions/InteractionType"
|
|
4836
4848
|
},
|
|
4837
4849
|
{
|
|
4838
|
-
"const": "
|
|
4850
|
+
"const": "click"
|
|
4839
4851
|
}
|
|
4840
4852
|
]
|
|
4841
4853
|
}
|
|
4842
4854
|
}
|
|
4843
4855
|
},
|
|
4844
4856
|
"payload": {
|
|
4845
|
-
"$ref": "#/definitions/
|
|
4857
|
+
"$ref": "#/definitions/NodeExecutionPayload"
|
|
4846
4858
|
}
|
|
4847
4859
|
}
|
|
4848
4860
|
},
|
|
4849
|
-
"
|
|
4861
|
+
"resumeLoopExecutionKeyboard": {
|
|
4850
4862
|
"type": "object",
|
|
4851
4863
|
"additionalProperties": false,
|
|
4852
|
-
"$comment": "Fired when the user
|
|
4864
|
+
"$comment": "Fired when the user resumes loop execution via the keyboard shortcut",
|
|
4853
4865
|
"required": [
|
|
4854
4866
|
"event_name",
|
|
4855
4867
|
"event_source",
|
|
@@ -4860,7 +4872,7 @@
|
|
|
4860
4872
|
"properties": {
|
|
4861
4873
|
"event_name": {
|
|
4862
4874
|
"type": "string",
|
|
4863
|
-
"const": "
|
|
4875
|
+
"const": "execution_attempted"
|
|
4864
4876
|
},
|
|
4865
4877
|
"event_source": {
|
|
4866
4878
|
"type": "string",
|
|
@@ -4868,7 +4880,7 @@
|
|
|
4868
4880
|
},
|
|
4869
4881
|
"event_display_name": {
|
|
4870
4882
|
"type": "string",
|
|
4871
|
-
"const": "
|
|
4883
|
+
"const": "Node execution (resume loop)"
|
|
4872
4884
|
},
|
|
4873
4885
|
"interaction": {
|
|
4874
4886
|
"type": "object",
|
|
@@ -4877,7 +4889,11 @@
|
|
|
4877
4889
|
"properties": {
|
|
4878
4890
|
"location": {
|
|
4879
4891
|
"type": "string",
|
|
4880
|
-
"const": "
|
|
4892
|
+
"const": "global"
|
|
4893
|
+
},
|
|
4894
|
+
"specification": {
|
|
4895
|
+
"type": "string",
|
|
4896
|
+
"const": "resume_loop"
|
|
4881
4897
|
},
|
|
4882
4898
|
"trigger": {
|
|
4883
4899
|
"allOf": [
|
|
@@ -4895,21 +4911,21 @@
|
|
|
4895
4911
|
"$ref": "#/definitions/InteractionType"
|
|
4896
4912
|
},
|
|
4897
4913
|
{
|
|
4898
|
-
"const": "
|
|
4914
|
+
"const": "shortcut"
|
|
4899
4915
|
}
|
|
4900
4916
|
]
|
|
4901
4917
|
}
|
|
4902
4918
|
}
|
|
4903
4919
|
},
|
|
4904
4920
|
"payload": {
|
|
4905
|
-
"$ref": "#/definitions/
|
|
4921
|
+
"$ref": "#/definitions/NodeExecutionPayload"
|
|
4906
4922
|
}
|
|
4907
4923
|
}
|
|
4908
4924
|
},
|
|
4909
|
-
"
|
|
4925
|
+
"resumeLoopExecutionActionBar": {
|
|
4910
4926
|
"type": "object",
|
|
4911
4927
|
"additionalProperties": false,
|
|
4912
|
-
"$comment": "Fired when the user
|
|
4928
|
+
"$comment": "Fired when the user resumes loop execution via the node action bar",
|
|
4913
4929
|
"required": [
|
|
4914
4930
|
"event_name",
|
|
4915
4931
|
"event_source",
|
|
@@ -4920,7 +4936,7 @@
|
|
|
4920
4936
|
"properties": {
|
|
4921
4937
|
"event_name": {
|
|
4922
4938
|
"type": "string",
|
|
4923
|
-
"const": "
|
|
4939
|
+
"const": "execution_attempted"
|
|
4924
4940
|
},
|
|
4925
4941
|
"event_source": {
|
|
4926
4942
|
"type": "string",
|
|
@@ -4928,7 +4944,7 @@
|
|
|
4928
4944
|
},
|
|
4929
4945
|
"event_display_name": {
|
|
4930
4946
|
"type": "string",
|
|
4931
|
-
"const": "
|
|
4947
|
+
"const": "Node execution (resume loop)"
|
|
4932
4948
|
},
|
|
4933
4949
|
"interaction": {
|
|
4934
4950
|
"type": "object",
|
|
@@ -4939,6 +4955,10 @@
|
|
|
4939
4955
|
"type": "string",
|
|
4940
4956
|
"const": "canvas"
|
|
4941
4957
|
},
|
|
4958
|
+
"specification": {
|
|
4959
|
+
"type": "string",
|
|
4960
|
+
"const": "resume_loop"
|
|
4961
|
+
},
|
|
4942
4962
|
"trigger": {
|
|
4943
4963
|
"allOf": [
|
|
4944
4964
|
{
|
|
@@ -4961,7 +4981,7 @@
|
|
|
4961
4981
|
},
|
|
4962
4982
|
"ui_element": {
|
|
4963
4983
|
"type": "string",
|
|
4964
|
-
"const": "
|
|
4984
|
+
"const": "node_action_bar"
|
|
4965
4985
|
}
|
|
4966
4986
|
}
|
|
4967
4987
|
},
|
|
@@ -4970,10 +4990,10 @@
|
|
|
4970
4990
|
}
|
|
4971
4991
|
}
|
|
4972
4992
|
},
|
|
4973
|
-
"
|
|
4993
|
+
"stepLoopExecutionKeyboard": {
|
|
4974
4994
|
"type": "object",
|
|
4975
4995
|
"additionalProperties": false,
|
|
4976
|
-
"$comment": "Fired when the user
|
|
4996
|
+
"$comment": "Fired when the user steps through loop execution via the keyboard shortcut",
|
|
4977
4997
|
"required": [
|
|
4978
4998
|
"event_name",
|
|
4979
4999
|
"event_source",
|
|
@@ -4984,7 +5004,7 @@
|
|
|
4984
5004
|
"properties": {
|
|
4985
5005
|
"event_name": {
|
|
4986
5006
|
"type": "string",
|
|
4987
|
-
"const": "
|
|
5007
|
+
"const": "execution_attempted"
|
|
4988
5008
|
},
|
|
4989
5009
|
"event_source": {
|
|
4990
5010
|
"type": "string",
|
|
@@ -4992,7 +5012,7 @@
|
|
|
4992
5012
|
},
|
|
4993
5013
|
"event_display_name": {
|
|
4994
5014
|
"type": "string",
|
|
4995
|
-
"const": "
|
|
5015
|
+
"const": "Node execution (step loop)"
|
|
4996
5016
|
},
|
|
4997
5017
|
"interaction": {
|
|
4998
5018
|
"type": "object",
|
|
@@ -5003,6 +5023,10 @@
|
|
|
5003
5023
|
"type": "string",
|
|
5004
5024
|
"const": "global"
|
|
5005
5025
|
},
|
|
5026
|
+
"specification": {
|
|
5027
|
+
"type": "string",
|
|
5028
|
+
"const": "step_loop"
|
|
5029
|
+
},
|
|
5006
5030
|
"trigger": {
|
|
5007
5031
|
"allOf": [
|
|
5008
5032
|
{
|
|
@@ -5030,10 +5054,10 @@
|
|
|
5030
5054
|
}
|
|
5031
5055
|
}
|
|
5032
5056
|
},
|
|
5033
|
-
"
|
|
5057
|
+
"stepLoopExecutionActionBar": {
|
|
5034
5058
|
"type": "object",
|
|
5035
5059
|
"additionalProperties": false,
|
|
5036
|
-
"$comment": "Fired when the user
|
|
5060
|
+
"$comment": "Fired when the user steps through loop execution via the node action bar",
|
|
5037
5061
|
"required": [
|
|
5038
5062
|
"event_name",
|
|
5039
5063
|
"event_source",
|
|
@@ -5044,7 +5068,7 @@
|
|
|
5044
5068
|
"properties": {
|
|
5045
5069
|
"event_name": {
|
|
5046
5070
|
"type": "string",
|
|
5047
|
-
"const": "
|
|
5071
|
+
"const": "execution_attempted"
|
|
5048
5072
|
},
|
|
5049
5073
|
"event_source": {
|
|
5050
5074
|
"type": "string",
|
|
@@ -5052,7 +5076,7 @@
|
|
|
5052
5076
|
},
|
|
5053
5077
|
"event_display_name": {
|
|
5054
5078
|
"type": "string",
|
|
5055
|
-
"const": "
|
|
5079
|
+
"const": "Node execution (step loop)"
|
|
5056
5080
|
},
|
|
5057
5081
|
"interaction": {
|
|
5058
5082
|
"type": "object",
|
|
@@ -5061,7 +5085,11 @@
|
|
|
5061
5085
|
"properties": {
|
|
5062
5086
|
"location": {
|
|
5063
5087
|
"type": "string",
|
|
5064
|
-
"const": "
|
|
5088
|
+
"const": "canvas"
|
|
5089
|
+
},
|
|
5090
|
+
"specification": {
|
|
5091
|
+
"type": "string",
|
|
5092
|
+
"const": "step_loop"
|
|
5065
5093
|
},
|
|
5066
5094
|
"trigger": {
|
|
5067
5095
|
"allOf": [
|
|
@@ -5082,6 +5110,10 @@
|
|
|
5082
5110
|
"const": "click"
|
|
5083
5111
|
}
|
|
5084
5112
|
]
|
|
5113
|
+
},
|
|
5114
|
+
"ui_element": {
|
|
5115
|
+
"type": "string",
|
|
5116
|
+
"const": "node_action_bar"
|
|
5085
5117
|
}
|
|
5086
5118
|
}
|
|
5087
5119
|
},
|
|
@@ -5090,10 +5122,10 @@
|
|
|
5090
5122
|
}
|
|
5091
5123
|
}
|
|
5092
5124
|
},
|
|
5093
|
-
"
|
|
5125
|
+
"resumeLoopExecutionCtxMenu": {
|
|
5094
5126
|
"type": "object",
|
|
5095
5127
|
"additionalProperties": false,
|
|
5096
|
-
"$comment": "Fired when the user
|
|
5128
|
+
"$comment": "Fired when the user resumes loop execution via the context menu",
|
|
5097
5129
|
"required": [
|
|
5098
5130
|
"event_name",
|
|
5099
5131
|
"event_source",
|
|
@@ -5104,7 +5136,7 @@
|
|
|
5104
5136
|
"properties": {
|
|
5105
5137
|
"event_name": {
|
|
5106
5138
|
"type": "string",
|
|
5107
|
-
"const": "
|
|
5139
|
+
"const": "execution_attempted"
|
|
5108
5140
|
},
|
|
5109
5141
|
"event_source": {
|
|
5110
5142
|
"type": "string",
|
|
@@ -5112,7 +5144,7 @@
|
|
|
5112
5144
|
},
|
|
5113
5145
|
"event_display_name": {
|
|
5114
5146
|
"type": "string",
|
|
5115
|
-
"const": "
|
|
5147
|
+
"const": "Node execution (resume loop)"
|
|
5116
5148
|
},
|
|
5117
5149
|
"interaction": {
|
|
5118
5150
|
"type": "object",
|
|
@@ -5123,6 +5155,10 @@
|
|
|
5123
5155
|
"type": "string",
|
|
5124
5156
|
"const": "canvas"
|
|
5125
5157
|
},
|
|
5158
|
+
"specification": {
|
|
5159
|
+
"type": "string",
|
|
5160
|
+
"const": "resume_loop"
|
|
5161
|
+
},
|
|
5126
5162
|
"trigger": {
|
|
5127
5163
|
"allOf": [
|
|
5128
5164
|
{
|
|
@@ -5150,14 +5186,14 @@
|
|
|
5150
5186
|
}
|
|
5151
5187
|
},
|
|
5152
5188
|
"payload": {
|
|
5153
|
-
"$ref": "#/definitions/
|
|
5189
|
+
"$ref": "#/definitions/NodeExecutionPayload"
|
|
5154
5190
|
}
|
|
5155
5191
|
}
|
|
5156
5192
|
},
|
|
5157
|
-
"
|
|
5193
|
+
"stepLoopExecutionCtxMenu": {
|
|
5158
5194
|
"type": "object",
|
|
5159
5195
|
"additionalProperties": false,
|
|
5160
|
-
"$comment": "Fired when the user
|
|
5196
|
+
"$comment": "Fired when the user steps through loop execution via the context menu",
|
|
5161
5197
|
"required": [
|
|
5162
5198
|
"event_name",
|
|
5163
5199
|
"event_source",
|
|
@@ -5168,7 +5204,7 @@
|
|
|
5168
5204
|
"properties": {
|
|
5169
5205
|
"event_name": {
|
|
5170
5206
|
"type": "string",
|
|
5171
|
-
"const": "
|
|
5207
|
+
"const": "execution_attempted"
|
|
5172
5208
|
},
|
|
5173
5209
|
"event_source": {
|
|
5174
5210
|
"type": "string",
|
|
@@ -5176,7 +5212,7 @@
|
|
|
5176
5212
|
},
|
|
5177
5213
|
"event_display_name": {
|
|
5178
5214
|
"type": "string",
|
|
5179
|
-
"const": "
|
|
5215
|
+
"const": "Node execution (step loop)"
|
|
5180
5216
|
},
|
|
5181
5217
|
"interaction": {
|
|
5182
5218
|
"type": "object",
|
|
@@ -5185,7 +5221,11 @@
|
|
|
5185
5221
|
"properties": {
|
|
5186
5222
|
"location": {
|
|
5187
5223
|
"type": "string",
|
|
5188
|
-
"const": "
|
|
5224
|
+
"const": "canvas"
|
|
5225
|
+
},
|
|
5226
|
+
"specification": {
|
|
5227
|
+
"type": "string",
|
|
5228
|
+
"const": "step_loop"
|
|
5189
5229
|
},
|
|
5190
5230
|
"trigger": {
|
|
5191
5231
|
"allOf": [
|
|
@@ -5203,21 +5243,25 @@
|
|
|
5203
5243
|
"$ref": "#/definitions/InteractionType"
|
|
5204
5244
|
},
|
|
5205
5245
|
{
|
|
5206
|
-
"const": "
|
|
5246
|
+
"const": "click"
|
|
5207
5247
|
}
|
|
5208
5248
|
]
|
|
5249
|
+
},
|
|
5250
|
+
"ui_element": {
|
|
5251
|
+
"type": "string",
|
|
5252
|
+
"const": "context_menu"
|
|
5209
5253
|
}
|
|
5210
5254
|
}
|
|
5211
5255
|
},
|
|
5212
5256
|
"payload": {
|
|
5213
|
-
"$ref": "#/definitions/
|
|
5257
|
+
"$ref": "#/definitions/NodeExecutionPayload"
|
|
5214
5258
|
}
|
|
5215
5259
|
}
|
|
5216
5260
|
},
|
|
5217
|
-
"
|
|
5261
|
+
"objectUploadedFromSpacePage": {
|
|
5218
5262
|
"type": "object",
|
|
5219
5263
|
"additionalProperties": false,
|
|
5220
|
-
"$comment": "Fired when the user
|
|
5264
|
+
"$comment": "Fired when the user uploads items via the upload button in the main area on the space page",
|
|
5221
5265
|
"required": [
|
|
5222
5266
|
"event_name",
|
|
5223
5267
|
"event_source",
|
|
@@ -5228,24 +5272,28 @@
|
|
|
5228
5272
|
"properties": {
|
|
5229
5273
|
"event_name": {
|
|
5230
5274
|
"type": "string",
|
|
5231
|
-
"const": "
|
|
5275
|
+
"const": "object_uploaded"
|
|
5232
5276
|
},
|
|
5233
5277
|
"event_source": {
|
|
5234
5278
|
"type": "string",
|
|
5235
|
-
"const": "
|
|
5279
|
+
"const": "cloudhome"
|
|
5236
5280
|
},
|
|
5237
5281
|
"event_display_name": {
|
|
5238
5282
|
"type": "string",
|
|
5239
|
-
"const": "
|
|
5283
|
+
"const": "Object Uploaded"
|
|
5240
5284
|
},
|
|
5241
5285
|
"interaction": {
|
|
5242
5286
|
"type": "object",
|
|
5243
5287
|
"additionalProperties": false,
|
|
5244
|
-
"required": ["location", "trigger", "type"],
|
|
5288
|
+
"required": ["location", "page", "trigger", "type"],
|
|
5245
5289
|
"properties": {
|
|
5246
5290
|
"location": {
|
|
5247
5291
|
"type": "string",
|
|
5248
|
-
"const": "
|
|
5292
|
+
"const": "navigation_bar"
|
|
5293
|
+
},
|
|
5294
|
+
"page": {
|
|
5295
|
+
"type": "string",
|
|
5296
|
+
"const": "space"
|
|
5249
5297
|
},
|
|
5250
5298
|
"trigger": {
|
|
5251
5299
|
"allOf": [
|
|
@@ -5270,14 +5318,14 @@
|
|
|
5270
5318
|
}
|
|
5271
5319
|
},
|
|
5272
5320
|
"payload": {
|
|
5273
|
-
"$ref": "#/definitions/
|
|
5321
|
+
"$ref": "#/definitions/ObjectUploadedPayload"
|
|
5274
5322
|
}
|
|
5275
5323
|
}
|
|
5276
5324
|
},
|
|
5277
|
-
"
|
|
5325
|
+
"objectUploaded": {
|
|
5278
5326
|
"type": "object",
|
|
5279
5327
|
"additionalProperties": false,
|
|
5280
|
-
"$comment": "Fired when the user
|
|
5328
|
+
"$comment": "Fired when the user uploads items via the upload button in the space explorer",
|
|
5281
5329
|
"required": [
|
|
5282
5330
|
"event_name",
|
|
5283
5331
|
"event_source",
|
|
@@ -5288,7 +5336,7 @@
|
|
|
5288
5336
|
"properties": {
|
|
5289
5337
|
"event_name": {
|
|
5290
5338
|
"type": "string",
|
|
5291
|
-
"const": "
|
|
5339
|
+
"const": "object_uploaded"
|
|
5292
5340
|
},
|
|
5293
5341
|
"event_source": {
|
|
5294
5342
|
"type": "string",
|
|
@@ -5296,7 +5344,7 @@
|
|
|
5296
5344
|
},
|
|
5297
5345
|
"event_display_name": {
|
|
5298
5346
|
"type": "string",
|
|
5299
|
-
"const": "
|
|
5347
|
+
"const": "Object Uploaded"
|
|
5300
5348
|
},
|
|
5301
5349
|
"interaction": {
|
|
5302
5350
|
"type": "object",
|
|
@@ -5305,7 +5353,7 @@
|
|
|
5305
5353
|
"properties": {
|
|
5306
5354
|
"location": {
|
|
5307
5355
|
"type": "string",
|
|
5308
|
-
"const": "
|
|
5356
|
+
"const": "space_explorer"
|
|
5309
5357
|
},
|
|
5310
5358
|
"trigger": {
|
|
5311
5359
|
"allOf": [
|
|
@@ -5326,22 +5374,18 @@
|
|
|
5326
5374
|
"const": "click"
|
|
5327
5375
|
}
|
|
5328
5376
|
]
|
|
5329
|
-
},
|
|
5330
|
-
"ui_element": {
|
|
5331
|
-
"type": "string",
|
|
5332
|
-
"const": "context_menu"
|
|
5333
5377
|
}
|
|
5334
5378
|
}
|
|
5335
5379
|
},
|
|
5336
5380
|
"payload": {
|
|
5337
|
-
"$ref": "#/definitions/
|
|
5381
|
+
"$ref": "#/definitions/ObjectUploadedPayload"
|
|
5338
5382
|
}
|
|
5339
5383
|
}
|
|
5340
5384
|
},
|
|
5341
|
-
"
|
|
5385
|
+
"objectUploadedCanvasDragDropFile": {
|
|
5342
5386
|
"type": "object",
|
|
5343
5387
|
"additionalProperties": false,
|
|
5344
|
-
"$comment": "Fired when the user
|
|
5388
|
+
"$comment": "Fired when the user uploads items by dropping a file on the canvas",
|
|
5345
5389
|
"required": [
|
|
5346
5390
|
"event_name",
|
|
5347
5391
|
"event_source",
|
|
@@ -5352,7 +5396,7 @@
|
|
|
5352
5396
|
"properties": {
|
|
5353
5397
|
"event_name": {
|
|
5354
5398
|
"type": "string",
|
|
5355
|
-
"const": "
|
|
5399
|
+
"const": "object_uploaded"
|
|
5356
5400
|
},
|
|
5357
5401
|
"event_source": {
|
|
5358
5402
|
"type": "string",
|
|
@@ -5360,7 +5404,7 @@
|
|
|
5360
5404
|
},
|
|
5361
5405
|
"event_display_name": {
|
|
5362
5406
|
"type": "string",
|
|
5363
|
-
"const": "
|
|
5407
|
+
"const": "Object Uploaded"
|
|
5364
5408
|
},
|
|
5365
5409
|
"interaction": {
|
|
5366
5410
|
"type": "object",
|
|
@@ -5369,7 +5413,7 @@
|
|
|
5369
5413
|
"properties": {
|
|
5370
5414
|
"location": {
|
|
5371
5415
|
"type": "string",
|
|
5372
|
-
"const": "
|
|
5416
|
+
"const": "canvas"
|
|
5373
5417
|
},
|
|
5374
5418
|
"trigger": {
|
|
5375
5419
|
"allOf": [
|
|
@@ -5387,21 +5431,21 @@
|
|
|
5387
5431
|
"$ref": "#/definitions/InteractionType"
|
|
5388
5432
|
},
|
|
5389
5433
|
{
|
|
5390
|
-
"const": "
|
|
5434
|
+
"const": "drag_drop"
|
|
5391
5435
|
}
|
|
5392
5436
|
]
|
|
5393
5437
|
}
|
|
5394
5438
|
}
|
|
5395
5439
|
},
|
|
5396
5440
|
"payload": {
|
|
5397
|
-
"$ref": "#/definitions/
|
|
5441
|
+
"$ref": "#/definitions/ObjectUploadedPayload"
|
|
5398
5442
|
}
|
|
5399
5443
|
}
|
|
5400
5444
|
},
|
|
5401
|
-
"
|
|
5445
|
+
"teamMemberInvitedFromManageTeamMembersPanel": {
|
|
5402
5446
|
"type": "object",
|
|
5403
5447
|
"additionalProperties": false,
|
|
5404
|
-
"$comment": "Fired when the user
|
|
5448
|
+
"$comment": "Fired when the user invites a team member on the spaces page, via: Manage team members toolbar button -> Manage members side panel -> Add members popup",
|
|
5405
5449
|
"required": [
|
|
5406
5450
|
"event_name",
|
|
5407
5451
|
"event_source",
|
|
@@ -5412,24 +5456,28 @@
|
|
|
5412
5456
|
"properties": {
|
|
5413
5457
|
"event_name": {
|
|
5414
5458
|
"type": "string",
|
|
5415
|
-
"const": "
|
|
5459
|
+
"const": "team_member_invited"
|
|
5416
5460
|
},
|
|
5417
5461
|
"event_source": {
|
|
5418
5462
|
"type": "string",
|
|
5419
|
-
"const": "
|
|
5463
|
+
"const": "cloudhome"
|
|
5420
5464
|
},
|
|
5421
5465
|
"event_display_name": {
|
|
5422
5466
|
"type": "string",
|
|
5423
|
-
"const": "
|
|
5467
|
+
"const": "Team Member Invited"
|
|
5424
5468
|
},
|
|
5425
5469
|
"interaction": {
|
|
5426
5470
|
"type": "object",
|
|
5427
5471
|
"additionalProperties": false,
|
|
5428
|
-
"required": ["location", "trigger", "type"],
|
|
5472
|
+
"required": ["location", "page", "trigger", "type"],
|
|
5429
5473
|
"properties": {
|
|
5430
5474
|
"location": {
|
|
5431
5475
|
"type": "string",
|
|
5432
|
-
"const": "
|
|
5476
|
+
"const": "popup"
|
|
5477
|
+
},
|
|
5478
|
+
"page": {
|
|
5479
|
+
"type": "string",
|
|
5480
|
+
"const": "spaces"
|
|
5433
5481
|
},
|
|
5434
5482
|
"trigger": {
|
|
5435
5483
|
"allOf": [
|
|
@@ -5454,14 +5502,14 @@
|
|
|
5454
5502
|
}
|
|
5455
5503
|
},
|
|
5456
5504
|
"payload": {
|
|
5457
|
-
"$ref": "#/definitions/
|
|
5505
|
+
"$ref": "#/definitions/TeamMemberInvitedPayload"
|
|
5458
5506
|
}
|
|
5459
5507
|
}
|
|
5460
5508
|
},
|
|
5461
|
-
"
|
|
5509
|
+
"teamMemberInvitedFromSpaceCardShareSpacePopup": {
|
|
5462
5510
|
"type": "object",
|
|
5463
5511
|
"additionalProperties": false,
|
|
5464
|
-
"$comment": "Fired when the user
|
|
5512
|
+
"$comment": "Fired when the user invites a team member on the spaces page, via: space card -> Share space context menu item -> Share space popup",
|
|
5465
5513
|
"required": [
|
|
5466
5514
|
"event_name",
|
|
5467
5515
|
"event_source",
|
|
@@ -5472,24 +5520,28 @@
|
|
|
5472
5520
|
"properties": {
|
|
5473
5521
|
"event_name": {
|
|
5474
5522
|
"type": "string",
|
|
5475
|
-
"const": "
|
|
5523
|
+
"const": "team_member_invited"
|
|
5476
5524
|
},
|
|
5477
5525
|
"event_source": {
|
|
5478
5526
|
"type": "string",
|
|
5479
|
-
"const": "
|
|
5527
|
+
"const": "cloudhome"
|
|
5480
5528
|
},
|
|
5481
5529
|
"event_display_name": {
|
|
5482
5530
|
"type": "string",
|
|
5483
|
-
"const": "
|
|
5531
|
+
"const": "Team Member Invited"
|
|
5484
5532
|
},
|
|
5485
5533
|
"interaction": {
|
|
5486
5534
|
"type": "object",
|
|
5487
5535
|
"additionalProperties": false,
|
|
5488
|
-
"required": ["location", "trigger", "type"],
|
|
5536
|
+
"required": ["location", "page", "trigger", "type"],
|
|
5489
5537
|
"properties": {
|
|
5490
5538
|
"location": {
|
|
5491
5539
|
"type": "string",
|
|
5492
|
-
"const": "
|
|
5540
|
+
"const": "popup"
|
|
5541
|
+
},
|
|
5542
|
+
"page": {
|
|
5543
|
+
"type": "string",
|
|
5544
|
+
"const": "spaces"
|
|
5493
5545
|
},
|
|
5494
5546
|
"trigger": {
|
|
5495
5547
|
"allOf": [
|
|
@@ -5510,22 +5562,18 @@
|
|
|
5510
5562
|
"const": "click"
|
|
5511
5563
|
}
|
|
5512
5564
|
]
|
|
5513
|
-
},
|
|
5514
|
-
"ui_element": {
|
|
5515
|
-
"type": "string",
|
|
5516
|
-
"const": "node_action_bar"
|
|
5517
5565
|
}
|
|
5518
5566
|
}
|
|
5519
5567
|
},
|
|
5520
5568
|
"payload": {
|
|
5521
|
-
"$ref": "#/definitions/
|
|
5569
|
+
"$ref": "#/definitions/TeamMemberInvitedPayload"
|
|
5522
5570
|
}
|
|
5523
5571
|
}
|
|
5524
5572
|
},
|
|
5525
|
-
"
|
|
5573
|
+
"teamMemberInvitedFromSpaceCardManageAccessPanel": {
|
|
5526
5574
|
"type": "object",
|
|
5527
5575
|
"additionalProperties": false,
|
|
5528
|
-
"$comment": "Fired when the user
|
|
5576
|
+
"$comment": "Fired when the user invites a team member on the spaces page, via: space card -> Manage access context menu item -> Manage space access side panel -> Share space popup",
|
|
5529
5577
|
"required": [
|
|
5530
5578
|
"event_name",
|
|
5531
5579
|
"event_source",
|
|
@@ -5536,24 +5584,28 @@
|
|
|
5536
5584
|
"properties": {
|
|
5537
5585
|
"event_name": {
|
|
5538
5586
|
"type": "string",
|
|
5539
|
-
"const": "
|
|
5587
|
+
"const": "team_member_invited"
|
|
5540
5588
|
},
|
|
5541
5589
|
"event_source": {
|
|
5542
5590
|
"type": "string",
|
|
5543
|
-
"const": "
|
|
5591
|
+
"const": "cloudhome"
|
|
5544
5592
|
},
|
|
5545
5593
|
"event_display_name": {
|
|
5546
5594
|
"type": "string",
|
|
5547
|
-
"const": "
|
|
5595
|
+
"const": "Team Member Invited"
|
|
5548
5596
|
},
|
|
5549
5597
|
"interaction": {
|
|
5550
5598
|
"type": "object",
|
|
5551
5599
|
"additionalProperties": false,
|
|
5552
|
-
"required": ["location", "trigger", "type"],
|
|
5600
|
+
"required": ["location", "page", "trigger", "type"],
|
|
5553
5601
|
"properties": {
|
|
5554
5602
|
"location": {
|
|
5555
5603
|
"type": "string",
|
|
5556
|
-
"const": "
|
|
5604
|
+
"const": "contextual_side_panel"
|
|
5605
|
+
},
|
|
5606
|
+
"page": {
|
|
5607
|
+
"type": "string",
|
|
5608
|
+
"const": "spaces"
|
|
5557
5609
|
},
|
|
5558
5610
|
"trigger": {
|
|
5559
5611
|
"allOf": [
|
|
@@ -5578,14 +5630,14 @@
|
|
|
5578
5630
|
}
|
|
5579
5631
|
},
|
|
5580
5632
|
"payload": {
|
|
5581
|
-
"$ref": "#/definitions/
|
|
5633
|
+
"$ref": "#/definitions/TeamMemberInvitedPayload"
|
|
5582
5634
|
}
|
|
5583
5635
|
}
|
|
5584
5636
|
},
|
|
5585
|
-
"
|
|
5637
|
+
"teamMemberInvitedFromSpacePageShareSpacePopup": {
|
|
5586
5638
|
"type": "object",
|
|
5587
5639
|
"additionalProperties": false,
|
|
5588
|
-
"$comment": "Fired when the user
|
|
5640
|
+
"$comment": "Fired when the user invites a team member on the space page, via: Share space toolbar button -> Share space popup",
|
|
5589
5641
|
"required": [
|
|
5590
5642
|
"event_name",
|
|
5591
5643
|
"event_source",
|
|
@@ -5596,24 +5648,28 @@
|
|
|
5596
5648
|
"properties": {
|
|
5597
5649
|
"event_name": {
|
|
5598
5650
|
"type": "string",
|
|
5599
|
-
"const": "
|
|
5651
|
+
"const": "team_member_invited"
|
|
5600
5652
|
},
|
|
5601
5653
|
"event_source": {
|
|
5602
5654
|
"type": "string",
|
|
5603
|
-
"const": "
|
|
5655
|
+
"const": "cloudhome"
|
|
5604
5656
|
},
|
|
5605
5657
|
"event_display_name": {
|
|
5606
5658
|
"type": "string",
|
|
5607
|
-
"const": "
|
|
5659
|
+
"const": "Team Member Invited"
|
|
5608
5660
|
},
|
|
5609
5661
|
"interaction": {
|
|
5610
5662
|
"type": "object",
|
|
5611
5663
|
"additionalProperties": false,
|
|
5612
|
-
"required": ["location", "trigger", "type"],
|
|
5664
|
+
"required": ["location", "page", "trigger", "type"],
|
|
5613
5665
|
"properties": {
|
|
5614
5666
|
"location": {
|
|
5615
5667
|
"type": "string",
|
|
5616
|
-
"const": "
|
|
5668
|
+
"const": "popup"
|
|
5669
|
+
},
|
|
5670
|
+
"page": {
|
|
5671
|
+
"type": "string",
|
|
5672
|
+
"const": "space"
|
|
5617
5673
|
},
|
|
5618
5674
|
"trigger": {
|
|
5619
5675
|
"allOf": [
|
|
@@ -5634,22 +5690,18 @@
|
|
|
5634
5690
|
"const": "click"
|
|
5635
5691
|
}
|
|
5636
5692
|
]
|
|
5637
|
-
},
|
|
5638
|
-
"ui_element": {
|
|
5639
|
-
"type": "string",
|
|
5640
|
-
"const": "node_action_bar"
|
|
5641
5693
|
}
|
|
5642
5694
|
}
|
|
5643
5695
|
},
|
|
5644
5696
|
"payload": {
|
|
5645
|
-
"$ref": "#/definitions/
|
|
5697
|
+
"$ref": "#/definitions/TeamMemberInvitedPayload"
|
|
5646
5698
|
}
|
|
5647
5699
|
}
|
|
5648
5700
|
},
|
|
5649
|
-
"
|
|
5701
|
+
"teamMemberInvitedFromSpacePageManageAccessPanel": {
|
|
5650
5702
|
"type": "object",
|
|
5651
5703
|
"additionalProperties": false,
|
|
5652
|
-
"$comment": "Fired when the user
|
|
5704
|
+
"$comment": "Fired when the user invites a team member on the space page, via: Manage access toolbar button -> Manage space access side panel -> Share space popup",
|
|
5653
5705
|
"required": [
|
|
5654
5706
|
"event_name",
|
|
5655
5707
|
"event_source",
|
|
@@ -5660,24 +5712,28 @@
|
|
|
5660
5712
|
"properties": {
|
|
5661
5713
|
"event_name": {
|
|
5662
5714
|
"type": "string",
|
|
5663
|
-
"const": "
|
|
5715
|
+
"const": "team_member_invited"
|
|
5664
5716
|
},
|
|
5665
5717
|
"event_source": {
|
|
5666
5718
|
"type": "string",
|
|
5667
|
-
"const": "
|
|
5719
|
+
"const": "cloudhome"
|
|
5668
5720
|
},
|
|
5669
5721
|
"event_display_name": {
|
|
5670
5722
|
"type": "string",
|
|
5671
|
-
"const": "
|
|
5723
|
+
"const": "Team Member Invited"
|
|
5672
5724
|
},
|
|
5673
5725
|
"interaction": {
|
|
5674
5726
|
"type": "object",
|
|
5675
5727
|
"additionalProperties": false,
|
|
5676
|
-
"required": ["location", "trigger", "type"],
|
|
5728
|
+
"required": ["location", "page", "trigger", "type"],
|
|
5677
5729
|
"properties": {
|
|
5678
5730
|
"location": {
|
|
5679
5731
|
"type": "string",
|
|
5680
|
-
"const": "
|
|
5732
|
+
"const": "contextual_side_panel"
|
|
5733
|
+
},
|
|
5734
|
+
"page": {
|
|
5735
|
+
"type": "string",
|
|
5736
|
+
"const": "space"
|
|
5681
5737
|
},
|
|
5682
5738
|
"trigger": {
|
|
5683
5739
|
"allOf": [
|
|
@@ -5698,22 +5754,18 @@
|
|
|
5698
5754
|
"const": "click"
|
|
5699
5755
|
}
|
|
5700
5756
|
]
|
|
5701
|
-
},
|
|
5702
|
-
"ui_element": {
|
|
5703
|
-
"type": "string",
|
|
5704
|
-
"const": "node_action_bar"
|
|
5705
5757
|
}
|
|
5706
5758
|
}
|
|
5707
5759
|
},
|
|
5708
5760
|
"payload": {
|
|
5709
|
-
"$ref": "#/definitions/
|
|
5761
|
+
"$ref": "#/definitions/TeamMemberInvitedPayload"
|
|
5710
5762
|
}
|
|
5711
5763
|
}
|
|
5712
5764
|
},
|
|
5713
|
-
"
|
|
5765
|
+
"teamMemberInvitedFromSecretsPageShareSecretPopup": {
|
|
5714
5766
|
"type": "object",
|
|
5715
5767
|
"additionalProperties": false,
|
|
5716
|
-
"$comment": "Fired when the user
|
|
5768
|
+
"$comment": "Fired when the user invites a team member on the secrets page, via: secrets table -> Share context menu item -> Share secret popup",
|
|
5717
5769
|
"required": [
|
|
5718
5770
|
"event_name",
|
|
5719
5771
|
"event_source",
|
|
@@ -5724,24 +5776,28 @@
|
|
|
5724
5776
|
"properties": {
|
|
5725
5777
|
"event_name": {
|
|
5726
5778
|
"type": "string",
|
|
5727
|
-
"const": "
|
|
5779
|
+
"const": "team_member_invited"
|
|
5728
5780
|
},
|
|
5729
5781
|
"event_source": {
|
|
5730
5782
|
"type": "string",
|
|
5731
|
-
"const": "
|
|
5783
|
+
"const": "cloudhome"
|
|
5732
5784
|
},
|
|
5733
5785
|
"event_display_name": {
|
|
5734
5786
|
"type": "string",
|
|
5735
|
-
"const": "
|
|
5787
|
+
"const": "Team Member Invited"
|
|
5736
5788
|
},
|
|
5737
5789
|
"interaction": {
|
|
5738
5790
|
"type": "object",
|
|
5739
5791
|
"additionalProperties": false,
|
|
5740
|
-
"required": ["location", "trigger", "type"],
|
|
5792
|
+
"required": ["location", "page", "trigger", "type"],
|
|
5741
5793
|
"properties": {
|
|
5742
5794
|
"location": {
|
|
5743
5795
|
"type": "string",
|
|
5744
|
-
"const": "
|
|
5796
|
+
"const": "popup"
|
|
5797
|
+
},
|
|
5798
|
+
"page": {
|
|
5799
|
+
"type": "string",
|
|
5800
|
+
"const": "team_secrets"
|
|
5745
5801
|
},
|
|
5746
5802
|
"trigger": {
|
|
5747
5803
|
"allOf": [
|
|
@@ -5759,21 +5815,21 @@
|
|
|
5759
5815
|
"$ref": "#/definitions/InteractionType"
|
|
5760
5816
|
},
|
|
5761
5817
|
{
|
|
5762
|
-
"const": "
|
|
5818
|
+
"const": "click"
|
|
5763
5819
|
}
|
|
5764
5820
|
]
|
|
5765
5821
|
}
|
|
5766
5822
|
}
|
|
5767
5823
|
},
|
|
5768
5824
|
"payload": {
|
|
5769
|
-
"$ref": "#/definitions/
|
|
5825
|
+
"$ref": "#/definitions/TeamMemberInvitedPayload"
|
|
5770
5826
|
}
|
|
5771
5827
|
}
|
|
5772
5828
|
},
|
|
5773
|
-
"
|
|
5829
|
+
"teamMemberInvitedFromSecretsPageManageAccessPanel": {
|
|
5774
5830
|
"type": "object",
|
|
5775
5831
|
"additionalProperties": false,
|
|
5776
|
-
"$comment": "Fired when the user
|
|
5832
|
+
"$comment": "Fired when the user invites a team member on the space page, via: secrets table -> Manage access context menu item -> Manage secret access side panel -> Share secret popup",
|
|
5777
5833
|
"required": [
|
|
5778
5834
|
"event_name",
|
|
5779
5835
|
"event_source",
|
|
@@ -5784,24 +5840,28 @@
|
|
|
5784
5840
|
"properties": {
|
|
5785
5841
|
"event_name": {
|
|
5786
5842
|
"type": "string",
|
|
5787
|
-
"const": "
|
|
5843
|
+
"const": "team_member_invited"
|
|
5788
5844
|
},
|
|
5789
5845
|
"event_source": {
|
|
5790
5846
|
"type": "string",
|
|
5791
|
-
"const": "
|
|
5847
|
+
"const": "cloudhome"
|
|
5792
5848
|
},
|
|
5793
5849
|
"event_display_name": {
|
|
5794
5850
|
"type": "string",
|
|
5795
|
-
"const": "
|
|
5851
|
+
"const": "Team Member Invited"
|
|
5796
5852
|
},
|
|
5797
5853
|
"interaction": {
|
|
5798
5854
|
"type": "object",
|
|
5799
5855
|
"additionalProperties": false,
|
|
5800
|
-
"required": ["location", "trigger", "type"],
|
|
5856
|
+
"required": ["location", "page", "trigger", "type"],
|
|
5801
5857
|
"properties": {
|
|
5802
5858
|
"location": {
|
|
5803
5859
|
"type": "string",
|
|
5804
|
-
"const": "
|
|
5860
|
+
"const": "contextual_side_panel"
|
|
5861
|
+
},
|
|
5862
|
+
"page": {
|
|
5863
|
+
"type": "string",
|
|
5864
|
+
"const": "team_secrets"
|
|
5805
5865
|
},
|
|
5806
5866
|
"trigger": {
|
|
5807
5867
|
"allOf": [
|
|
@@ -5822,1027 +5882,11 @@
|
|
|
5822
5882
|
"const": "click"
|
|
5823
5883
|
}
|
|
5824
5884
|
]
|
|
5825
|
-
},
|
|
5826
|
-
"ui_element": {
|
|
5827
|
-
"type": "string",
|
|
5828
|
-
"const": "node_action_bar"
|
|
5829
5885
|
}
|
|
5830
5886
|
}
|
|
5831
5887
|
},
|
|
5832
5888
|
"payload": {
|
|
5833
|
-
"$ref": "#/definitions/
|
|
5834
|
-
}
|
|
5835
|
-
}
|
|
5836
|
-
},
|
|
5837
|
-
"resumeLoopExecutionKeyboard": {
|
|
5838
|
-
"type": "object",
|
|
5839
|
-
"additionalProperties": false,
|
|
5840
|
-
"$comment": "Fired when the user resumes loop execution via the keyboard shortcut",
|
|
5841
|
-
"required": [
|
|
5842
|
-
"event_name",
|
|
5843
|
-
"event_source",
|
|
5844
|
-
"event_display_name",
|
|
5845
|
-
"interaction",
|
|
5846
|
-
"payload"
|
|
5847
|
-
],
|
|
5848
|
-
"properties": {
|
|
5849
|
-
"event_name": {
|
|
5850
|
-
"type": "string",
|
|
5851
|
-
"const": "loop_resumed"
|
|
5852
|
-
},
|
|
5853
|
-
"event_source": {
|
|
5854
|
-
"type": "string",
|
|
5855
|
-
"const": "editor"
|
|
5856
|
-
},
|
|
5857
|
-
"event_display_name": {
|
|
5858
|
-
"type": "string",
|
|
5859
|
-
"const": "Loop Resumed"
|
|
5860
|
-
},
|
|
5861
|
-
"interaction": {
|
|
5862
|
-
"type": "object",
|
|
5863
|
-
"additionalProperties": false,
|
|
5864
|
-
"required": ["location", "trigger", "type"],
|
|
5865
|
-
"properties": {
|
|
5866
|
-
"location": {
|
|
5867
|
-
"type": "string",
|
|
5868
|
-
"const": "global"
|
|
5869
|
-
},
|
|
5870
|
-
"trigger": {
|
|
5871
|
-
"allOf": [
|
|
5872
|
-
{
|
|
5873
|
-
"$ref": "#/definitions/InteractionTrigger"
|
|
5874
|
-
},
|
|
5875
|
-
{
|
|
5876
|
-
"const": "user"
|
|
5877
|
-
}
|
|
5878
|
-
]
|
|
5879
|
-
},
|
|
5880
|
-
"type": {
|
|
5881
|
-
"allOf": [
|
|
5882
|
-
{
|
|
5883
|
-
"$ref": "#/definitions/InteractionType"
|
|
5884
|
-
},
|
|
5885
|
-
{
|
|
5886
|
-
"const": "shortcut"
|
|
5887
|
-
}
|
|
5888
|
-
]
|
|
5889
|
-
}
|
|
5890
|
-
}
|
|
5891
|
-
},
|
|
5892
|
-
"payload": {
|
|
5893
|
-
"$ref": "#/definitions/SingleNodeExecutionPayload"
|
|
5894
|
-
}
|
|
5895
|
-
}
|
|
5896
|
-
},
|
|
5897
|
-
"resumeLoopExecutionActionBar": {
|
|
5898
|
-
"type": "object",
|
|
5899
|
-
"additionalProperties": false,
|
|
5900
|
-
"$comment": "Fired when the user resumes loop execution via the node action bar",
|
|
5901
|
-
"required": [
|
|
5902
|
-
"event_name",
|
|
5903
|
-
"event_source",
|
|
5904
|
-
"event_display_name",
|
|
5905
|
-
"interaction",
|
|
5906
|
-
"payload"
|
|
5907
|
-
],
|
|
5908
|
-
"properties": {
|
|
5909
|
-
"event_name": {
|
|
5910
|
-
"type": "string",
|
|
5911
|
-
"const": "loop_resumed"
|
|
5912
|
-
},
|
|
5913
|
-
"event_source": {
|
|
5914
|
-
"type": "string",
|
|
5915
|
-
"const": "editor"
|
|
5916
|
-
},
|
|
5917
|
-
"event_display_name": {
|
|
5918
|
-
"type": "string",
|
|
5919
|
-
"const": "Loop Resumed"
|
|
5920
|
-
},
|
|
5921
|
-
"interaction": {
|
|
5922
|
-
"type": "object",
|
|
5923
|
-
"additionalProperties": false,
|
|
5924
|
-
"required": ["location", "trigger", "type"],
|
|
5925
|
-
"properties": {
|
|
5926
|
-
"location": {
|
|
5927
|
-
"type": "string",
|
|
5928
|
-
"const": "canvas"
|
|
5929
|
-
},
|
|
5930
|
-
"trigger": {
|
|
5931
|
-
"allOf": [
|
|
5932
|
-
{
|
|
5933
|
-
"$ref": "#/definitions/InteractionTrigger"
|
|
5934
|
-
},
|
|
5935
|
-
{
|
|
5936
|
-
"const": "user"
|
|
5937
|
-
}
|
|
5938
|
-
]
|
|
5939
|
-
},
|
|
5940
|
-
"type": {
|
|
5941
|
-
"allOf": [
|
|
5942
|
-
{
|
|
5943
|
-
"$ref": "#/definitions/InteractionType"
|
|
5944
|
-
},
|
|
5945
|
-
{
|
|
5946
|
-
"const": "click"
|
|
5947
|
-
}
|
|
5948
|
-
]
|
|
5949
|
-
},
|
|
5950
|
-
"ui_element": {
|
|
5951
|
-
"type": "string",
|
|
5952
|
-
"const": "node_action_bar"
|
|
5953
|
-
}
|
|
5954
|
-
}
|
|
5955
|
-
},
|
|
5956
|
-
"payload": {
|
|
5957
|
-
"$ref": "#/definitions/SingleNodeExecutionPayload"
|
|
5958
|
-
}
|
|
5959
|
-
}
|
|
5960
|
-
},
|
|
5961
|
-
"stepLoopExecutionKeyboard": {
|
|
5962
|
-
"type": "object",
|
|
5963
|
-
"additionalProperties": false,
|
|
5964
|
-
"$comment": "Fired when the user steps through loop execution via the keyboard shortcut",
|
|
5965
|
-
"required": [
|
|
5966
|
-
"event_name",
|
|
5967
|
-
"event_source",
|
|
5968
|
-
"event_display_name",
|
|
5969
|
-
"interaction",
|
|
5970
|
-
"payload"
|
|
5971
|
-
],
|
|
5972
|
-
"properties": {
|
|
5973
|
-
"event_name": {
|
|
5974
|
-
"type": "string",
|
|
5975
|
-
"const": "loop_stepped"
|
|
5976
|
-
},
|
|
5977
|
-
"event_source": {
|
|
5978
|
-
"type": "string",
|
|
5979
|
-
"const": "editor"
|
|
5980
|
-
},
|
|
5981
|
-
"event_display_name": {
|
|
5982
|
-
"type": "string",
|
|
5983
|
-
"const": "Loop Stepped"
|
|
5984
|
-
},
|
|
5985
|
-
"interaction": {
|
|
5986
|
-
"type": "object",
|
|
5987
|
-
"additionalProperties": false,
|
|
5988
|
-
"required": ["location", "trigger", "type"],
|
|
5989
|
-
"properties": {
|
|
5990
|
-
"location": {
|
|
5991
|
-
"type": "string",
|
|
5992
|
-
"const": "global"
|
|
5993
|
-
},
|
|
5994
|
-
"trigger": {
|
|
5995
|
-
"allOf": [
|
|
5996
|
-
{
|
|
5997
|
-
"$ref": "#/definitions/InteractionTrigger"
|
|
5998
|
-
},
|
|
5999
|
-
{
|
|
6000
|
-
"const": "user"
|
|
6001
|
-
}
|
|
6002
|
-
]
|
|
6003
|
-
},
|
|
6004
|
-
"type": {
|
|
6005
|
-
"allOf": [
|
|
6006
|
-
{
|
|
6007
|
-
"$ref": "#/definitions/InteractionType"
|
|
6008
|
-
},
|
|
6009
|
-
{
|
|
6010
|
-
"const": "shortcut"
|
|
6011
|
-
}
|
|
6012
|
-
]
|
|
6013
|
-
}
|
|
6014
|
-
}
|
|
6015
|
-
},
|
|
6016
|
-
"payload": {
|
|
6017
|
-
"$ref": "#/definitions/SingleNodeExecutionPayload"
|
|
6018
|
-
}
|
|
6019
|
-
}
|
|
6020
|
-
},
|
|
6021
|
-
"stepLoopExecutionActionBar": {
|
|
6022
|
-
"type": "object",
|
|
6023
|
-
"additionalProperties": false,
|
|
6024
|
-
"$comment": "Fired when the user steps through loop execution via the node action bar",
|
|
6025
|
-
"required": [
|
|
6026
|
-
"event_name",
|
|
6027
|
-
"event_source",
|
|
6028
|
-
"event_display_name",
|
|
6029
|
-
"interaction",
|
|
6030
|
-
"payload"
|
|
6031
|
-
],
|
|
6032
|
-
"properties": {
|
|
6033
|
-
"event_name": {
|
|
6034
|
-
"type": "string",
|
|
6035
|
-
"const": "loop_stepped"
|
|
6036
|
-
},
|
|
6037
|
-
"event_source": {
|
|
6038
|
-
"type": "string",
|
|
6039
|
-
"const": "editor"
|
|
6040
|
-
},
|
|
6041
|
-
"event_display_name": {
|
|
6042
|
-
"type": "string",
|
|
6043
|
-
"const": "Loop Stepped"
|
|
6044
|
-
},
|
|
6045
|
-
"interaction": {
|
|
6046
|
-
"type": "object",
|
|
6047
|
-
"additionalProperties": false,
|
|
6048
|
-
"required": ["location", "trigger", "type"],
|
|
6049
|
-
"properties": {
|
|
6050
|
-
"location": {
|
|
6051
|
-
"type": "string",
|
|
6052
|
-
"const": "canvas"
|
|
6053
|
-
},
|
|
6054
|
-
"trigger": {
|
|
6055
|
-
"allOf": [
|
|
6056
|
-
{
|
|
6057
|
-
"$ref": "#/definitions/InteractionTrigger"
|
|
6058
|
-
},
|
|
6059
|
-
{
|
|
6060
|
-
"const": "user"
|
|
6061
|
-
}
|
|
6062
|
-
]
|
|
6063
|
-
},
|
|
6064
|
-
"type": {
|
|
6065
|
-
"allOf": [
|
|
6066
|
-
{
|
|
6067
|
-
"$ref": "#/definitions/InteractionType"
|
|
6068
|
-
},
|
|
6069
|
-
{
|
|
6070
|
-
"const": "click"
|
|
6071
|
-
}
|
|
6072
|
-
]
|
|
6073
|
-
},
|
|
6074
|
-
"ui_element": {
|
|
6075
|
-
"type": "string",
|
|
6076
|
-
"const": "node_action_bar"
|
|
6077
|
-
}
|
|
6078
|
-
}
|
|
6079
|
-
},
|
|
6080
|
-
"payload": {
|
|
6081
|
-
"$ref": "#/definitions/SingleNodeExecutionPayload"
|
|
6082
|
-
}
|
|
6083
|
-
}
|
|
6084
|
-
},
|
|
6085
|
-
"pauseLoopExecutionCtxMenu": {
|
|
6086
|
-
"type": "object",
|
|
6087
|
-
"additionalProperties": false,
|
|
6088
|
-
"$comment": "Fired when the user pauses loop execution via the context menu",
|
|
6089
|
-
"required": [
|
|
6090
|
-
"event_name",
|
|
6091
|
-
"event_source",
|
|
6092
|
-
"event_display_name",
|
|
6093
|
-
"interaction",
|
|
6094
|
-
"payload"
|
|
6095
|
-
],
|
|
6096
|
-
"properties": {
|
|
6097
|
-
"event_name": {
|
|
6098
|
-
"type": "string",
|
|
6099
|
-
"const": "loop_paused"
|
|
6100
|
-
},
|
|
6101
|
-
"event_source": {
|
|
6102
|
-
"type": "string",
|
|
6103
|
-
"const": "editor"
|
|
6104
|
-
},
|
|
6105
|
-
"event_display_name": {
|
|
6106
|
-
"type": "string",
|
|
6107
|
-
"const": "Loop Paused"
|
|
6108
|
-
},
|
|
6109
|
-
"interaction": {
|
|
6110
|
-
"type": "object",
|
|
6111
|
-
"additionalProperties": false,
|
|
6112
|
-
"required": ["location", "trigger", "type"],
|
|
6113
|
-
"properties": {
|
|
6114
|
-
"location": {
|
|
6115
|
-
"type": "string",
|
|
6116
|
-
"const": "canvas"
|
|
6117
|
-
},
|
|
6118
|
-
"trigger": {
|
|
6119
|
-
"allOf": [
|
|
6120
|
-
{
|
|
6121
|
-
"$ref": "#/definitions/InteractionTrigger"
|
|
6122
|
-
},
|
|
6123
|
-
{
|
|
6124
|
-
"const": "user"
|
|
6125
|
-
}
|
|
6126
|
-
]
|
|
6127
|
-
},
|
|
6128
|
-
"type": {
|
|
6129
|
-
"allOf": [
|
|
6130
|
-
{
|
|
6131
|
-
"$ref": "#/definitions/InteractionType"
|
|
6132
|
-
},
|
|
6133
|
-
{
|
|
6134
|
-
"const": "click"
|
|
6135
|
-
}
|
|
6136
|
-
]
|
|
6137
|
-
},
|
|
6138
|
-
"ui_element": {
|
|
6139
|
-
"type": "string",
|
|
6140
|
-
"const": "context_menu"
|
|
6141
|
-
}
|
|
6142
|
-
}
|
|
6143
|
-
},
|
|
6144
|
-
"payload": {
|
|
6145
|
-
"$ref": "#/definitions/SingleNodeExecutionPayload"
|
|
6146
|
-
}
|
|
6147
|
-
}
|
|
6148
|
-
},
|
|
6149
|
-
"resumeLoopExecutionCtxMenu": {
|
|
6150
|
-
"type": "object",
|
|
6151
|
-
"additionalProperties": false,
|
|
6152
|
-
"$comment": "Fired when the user resumes loop execution via the context menu",
|
|
6153
|
-
"required": [
|
|
6154
|
-
"event_name",
|
|
6155
|
-
"event_source",
|
|
6156
|
-
"event_display_name",
|
|
6157
|
-
"interaction",
|
|
6158
|
-
"payload"
|
|
6159
|
-
],
|
|
6160
|
-
"properties": {
|
|
6161
|
-
"event_name": {
|
|
6162
|
-
"type": "string",
|
|
6163
|
-
"const": "loop_resumed"
|
|
6164
|
-
},
|
|
6165
|
-
"event_source": {
|
|
6166
|
-
"type": "string",
|
|
6167
|
-
"const": "editor"
|
|
6168
|
-
},
|
|
6169
|
-
"event_display_name": {
|
|
6170
|
-
"type": "string",
|
|
6171
|
-
"const": "Loop Resumed"
|
|
6172
|
-
},
|
|
6173
|
-
"interaction": {
|
|
6174
|
-
"type": "object",
|
|
6175
|
-
"additionalProperties": false,
|
|
6176
|
-
"required": ["location", "trigger", "type"],
|
|
6177
|
-
"properties": {
|
|
6178
|
-
"location": {
|
|
6179
|
-
"type": "string",
|
|
6180
|
-
"const": "canvas"
|
|
6181
|
-
},
|
|
6182
|
-
"trigger": {
|
|
6183
|
-
"allOf": [
|
|
6184
|
-
{
|
|
6185
|
-
"$ref": "#/definitions/InteractionTrigger"
|
|
6186
|
-
},
|
|
6187
|
-
{
|
|
6188
|
-
"const": "user"
|
|
6189
|
-
}
|
|
6190
|
-
]
|
|
6191
|
-
},
|
|
6192
|
-
"type": {
|
|
6193
|
-
"allOf": [
|
|
6194
|
-
{
|
|
6195
|
-
"$ref": "#/definitions/InteractionType"
|
|
6196
|
-
},
|
|
6197
|
-
{
|
|
6198
|
-
"const": "click"
|
|
6199
|
-
}
|
|
6200
|
-
]
|
|
6201
|
-
},
|
|
6202
|
-
"ui_element": {
|
|
6203
|
-
"type": "string",
|
|
6204
|
-
"const": "context_menu"
|
|
6205
|
-
}
|
|
6206
|
-
}
|
|
6207
|
-
},
|
|
6208
|
-
"payload": {
|
|
6209
|
-
"$ref": "#/definitions/SingleNodeExecutionPayload"
|
|
6210
|
-
}
|
|
6211
|
-
}
|
|
6212
|
-
},
|
|
6213
|
-
"stepLoopExecutionCtxMenu": {
|
|
6214
|
-
"type": "object",
|
|
6215
|
-
"additionalProperties": false,
|
|
6216
|
-
"$comment": "Fired when the user steps through loop execution via the context menu",
|
|
6217
|
-
"required": [
|
|
6218
|
-
"event_name",
|
|
6219
|
-
"event_source",
|
|
6220
|
-
"event_display_name",
|
|
6221
|
-
"interaction",
|
|
6222
|
-
"payload"
|
|
6223
|
-
],
|
|
6224
|
-
"properties": {
|
|
6225
|
-
"event_name": {
|
|
6226
|
-
"type": "string",
|
|
6227
|
-
"const": "loop_stepped"
|
|
6228
|
-
},
|
|
6229
|
-
"event_source": {
|
|
6230
|
-
"type": "string",
|
|
6231
|
-
"const": "editor"
|
|
6232
|
-
},
|
|
6233
|
-
"event_display_name": {
|
|
6234
|
-
"type": "string",
|
|
6235
|
-
"const": "Loop Stepped"
|
|
6236
|
-
},
|
|
6237
|
-
"interaction": {
|
|
6238
|
-
"type": "object",
|
|
6239
|
-
"additionalProperties": false,
|
|
6240
|
-
"required": ["location", "trigger", "type"],
|
|
6241
|
-
"properties": {
|
|
6242
|
-
"location": {
|
|
6243
|
-
"type": "string",
|
|
6244
|
-
"const": "canvas"
|
|
6245
|
-
},
|
|
6246
|
-
"trigger": {
|
|
6247
|
-
"allOf": [
|
|
6248
|
-
{
|
|
6249
|
-
"$ref": "#/definitions/InteractionTrigger"
|
|
6250
|
-
},
|
|
6251
|
-
{
|
|
6252
|
-
"const": "user"
|
|
6253
|
-
}
|
|
6254
|
-
]
|
|
6255
|
-
},
|
|
6256
|
-
"type": {
|
|
6257
|
-
"allOf": [
|
|
6258
|
-
{
|
|
6259
|
-
"$ref": "#/definitions/InteractionType"
|
|
6260
|
-
},
|
|
6261
|
-
{
|
|
6262
|
-
"const": "click"
|
|
6263
|
-
}
|
|
6264
|
-
]
|
|
6265
|
-
},
|
|
6266
|
-
"ui_element": {
|
|
6267
|
-
"type": "string",
|
|
6268
|
-
"const": "context_menu"
|
|
6269
|
-
}
|
|
6270
|
-
}
|
|
6271
|
-
},
|
|
6272
|
-
"payload": {
|
|
6273
|
-
"$ref": "#/definitions/SingleNodeExecutionPayload"
|
|
6274
|
-
}
|
|
6275
|
-
}
|
|
6276
|
-
},
|
|
6277
|
-
"objectUploadedFromSpacePage": {
|
|
6278
|
-
"type": "object",
|
|
6279
|
-
"additionalProperties": false,
|
|
6280
|
-
"$comment": "Fired when the user uploads items via the upload button in the main area on the space page",
|
|
6281
|
-
"required": [
|
|
6282
|
-
"event_name",
|
|
6283
|
-
"event_source",
|
|
6284
|
-
"event_display_name",
|
|
6285
|
-
"interaction",
|
|
6286
|
-
"payload"
|
|
6287
|
-
],
|
|
6288
|
-
"properties": {
|
|
6289
|
-
"event_name": {
|
|
6290
|
-
"type": "string",
|
|
6291
|
-
"const": "object_uploaded"
|
|
6292
|
-
},
|
|
6293
|
-
"event_source": {
|
|
6294
|
-
"type": "string",
|
|
6295
|
-
"const": "cloudhome"
|
|
6296
|
-
},
|
|
6297
|
-
"event_display_name": {
|
|
6298
|
-
"type": "string",
|
|
6299
|
-
"const": "Object Uploaded"
|
|
6300
|
-
},
|
|
6301
|
-
"interaction": {
|
|
6302
|
-
"type": "object",
|
|
6303
|
-
"additionalProperties": false,
|
|
6304
|
-
"required": ["location", "page", "trigger", "type"],
|
|
6305
|
-
"properties": {
|
|
6306
|
-
"location": {
|
|
6307
|
-
"type": "string",
|
|
6308
|
-
"const": "main_area"
|
|
6309
|
-
},
|
|
6310
|
-
"page": {
|
|
6311
|
-
"type": "string",
|
|
6312
|
-
"const": "space"
|
|
6313
|
-
},
|
|
6314
|
-
"trigger": {
|
|
6315
|
-
"allOf": [
|
|
6316
|
-
{
|
|
6317
|
-
"$ref": "#/definitions/InteractionTrigger"
|
|
6318
|
-
},
|
|
6319
|
-
{
|
|
6320
|
-
"const": "user"
|
|
6321
|
-
}
|
|
6322
|
-
]
|
|
6323
|
-
},
|
|
6324
|
-
"type": {
|
|
6325
|
-
"allOf": [
|
|
6326
|
-
{
|
|
6327
|
-
"$ref": "#/definitions/InteractionType"
|
|
6328
|
-
},
|
|
6329
|
-
{
|
|
6330
|
-
"const": "click"
|
|
6331
|
-
}
|
|
6332
|
-
]
|
|
6333
|
-
}
|
|
6334
|
-
}
|
|
6335
|
-
},
|
|
6336
|
-
"payload": {
|
|
6337
|
-
"$ref": "#/definitions/ObjectUploadedPayload"
|
|
6338
|
-
}
|
|
6339
|
-
}
|
|
6340
|
-
},
|
|
6341
|
-
"objectUploaded": {
|
|
6342
|
-
"type": "object",
|
|
6343
|
-
"additionalProperties": false,
|
|
6344
|
-
"$comment": "Fired when the user uploads items via the upload button in the space explorer",
|
|
6345
|
-
"required": [
|
|
6346
|
-
"event_name",
|
|
6347
|
-
"event_source",
|
|
6348
|
-
"event_display_name",
|
|
6349
|
-
"interaction",
|
|
6350
|
-
"payload"
|
|
6351
|
-
],
|
|
6352
|
-
"properties": {
|
|
6353
|
-
"event_name": {
|
|
6354
|
-
"type": "string",
|
|
6355
|
-
"const": "object_uploaded"
|
|
6356
|
-
},
|
|
6357
|
-
"event_source": {
|
|
6358
|
-
"type": "string",
|
|
6359
|
-
"const": "editor"
|
|
6360
|
-
},
|
|
6361
|
-
"event_display_name": {
|
|
6362
|
-
"type": "string",
|
|
6363
|
-
"const": "Object Uploaded"
|
|
6364
|
-
},
|
|
6365
|
-
"interaction": {
|
|
6366
|
-
"type": "object",
|
|
6367
|
-
"additionalProperties": false,
|
|
6368
|
-
"required": ["location", "trigger", "type"],
|
|
6369
|
-
"properties": {
|
|
6370
|
-
"location": {
|
|
6371
|
-
"type": "string",
|
|
6372
|
-
"const": "space_explorer"
|
|
6373
|
-
},
|
|
6374
|
-
"trigger": {
|
|
6375
|
-
"allOf": [
|
|
6376
|
-
{
|
|
6377
|
-
"$ref": "#/definitions/InteractionTrigger"
|
|
6378
|
-
},
|
|
6379
|
-
{
|
|
6380
|
-
"const": "user"
|
|
6381
|
-
}
|
|
6382
|
-
]
|
|
6383
|
-
},
|
|
6384
|
-
"type": {
|
|
6385
|
-
"allOf": [
|
|
6386
|
-
{
|
|
6387
|
-
"$ref": "#/definitions/InteractionType"
|
|
6388
|
-
},
|
|
6389
|
-
{
|
|
6390
|
-
"const": "click"
|
|
6391
|
-
}
|
|
6392
|
-
]
|
|
6393
|
-
}
|
|
6394
|
-
}
|
|
6395
|
-
},
|
|
6396
|
-
"payload": {
|
|
6397
|
-
"$ref": "#/definitions/ObjectUploadedPayload"
|
|
6398
|
-
}
|
|
6399
|
-
}
|
|
6400
|
-
},
|
|
6401
|
-
"teamMemberInvitedFromManageTeamMembersPanel": {
|
|
6402
|
-
"type": "object",
|
|
6403
|
-
"additionalProperties": false,
|
|
6404
|
-
"$comment": "Fired when the user invites a team member on the spaces page, via: Manage team members toolbar button -> Manage members side panel -> Add members popup",
|
|
6405
|
-
"required": [
|
|
6406
|
-
"event_name",
|
|
6407
|
-
"event_source",
|
|
6408
|
-
"event_display_name",
|
|
6409
|
-
"interaction",
|
|
6410
|
-
"payload"
|
|
6411
|
-
],
|
|
6412
|
-
"properties": {
|
|
6413
|
-
"event_name": {
|
|
6414
|
-
"type": "string",
|
|
6415
|
-
"const": "team_member_invited"
|
|
6416
|
-
},
|
|
6417
|
-
"event_source": {
|
|
6418
|
-
"type": "string",
|
|
6419
|
-
"const": "cloudhome"
|
|
6420
|
-
},
|
|
6421
|
-
"event_display_name": {
|
|
6422
|
-
"type": "string",
|
|
6423
|
-
"const": "Team Member Invited"
|
|
6424
|
-
},
|
|
6425
|
-
"interaction": {
|
|
6426
|
-
"type": "object",
|
|
6427
|
-
"additionalProperties": false,
|
|
6428
|
-
"required": ["location", "page", "trigger", "type"],
|
|
6429
|
-
"properties": {
|
|
6430
|
-
"location": {
|
|
6431
|
-
"type": "string",
|
|
6432
|
-
"const": "popup"
|
|
6433
|
-
},
|
|
6434
|
-
"page": {
|
|
6435
|
-
"type": "string",
|
|
6436
|
-
"const": "spaces"
|
|
6437
|
-
},
|
|
6438
|
-
"trigger": {
|
|
6439
|
-
"allOf": [
|
|
6440
|
-
{
|
|
6441
|
-
"$ref": "#/definitions/InteractionTrigger"
|
|
6442
|
-
},
|
|
6443
|
-
{
|
|
6444
|
-
"const": "user"
|
|
6445
|
-
}
|
|
6446
|
-
]
|
|
6447
|
-
},
|
|
6448
|
-
"type": {
|
|
6449
|
-
"allOf": [
|
|
6450
|
-
{
|
|
6451
|
-
"$ref": "#/definitions/InteractionType"
|
|
6452
|
-
},
|
|
6453
|
-
{
|
|
6454
|
-
"const": "click"
|
|
6455
|
-
}
|
|
6456
|
-
]
|
|
6457
|
-
}
|
|
6458
|
-
}
|
|
6459
|
-
},
|
|
6460
|
-
"payload": {
|
|
6461
|
-
"$ref": "#/definitions/TeamMemberInvitedPayload"
|
|
6462
|
-
}
|
|
6463
|
-
}
|
|
6464
|
-
},
|
|
6465
|
-
"teamMemberInvitedFromSpaceCardShareSpacePopup": {
|
|
6466
|
-
"type": "object",
|
|
6467
|
-
"additionalProperties": false,
|
|
6468
|
-
"$comment": "Fired when the user invites a team member on the spaces page, via: space card -> Share space context menu item -> Share space popup",
|
|
6469
|
-
"required": [
|
|
6470
|
-
"event_name",
|
|
6471
|
-
"event_source",
|
|
6472
|
-
"event_display_name",
|
|
6473
|
-
"interaction",
|
|
6474
|
-
"payload"
|
|
6475
|
-
],
|
|
6476
|
-
"properties": {
|
|
6477
|
-
"event_name": {
|
|
6478
|
-
"type": "string",
|
|
6479
|
-
"const": "team_member_invited"
|
|
6480
|
-
},
|
|
6481
|
-
"event_source": {
|
|
6482
|
-
"type": "string",
|
|
6483
|
-
"const": "cloudhome"
|
|
6484
|
-
},
|
|
6485
|
-
"event_display_name": {
|
|
6486
|
-
"type": "string",
|
|
6487
|
-
"const": "Team Member Invited"
|
|
6488
|
-
},
|
|
6489
|
-
"interaction": {
|
|
6490
|
-
"type": "object",
|
|
6491
|
-
"additionalProperties": false,
|
|
6492
|
-
"required": ["location", "page", "trigger", "type"],
|
|
6493
|
-
"properties": {
|
|
6494
|
-
"location": {
|
|
6495
|
-
"type": "string",
|
|
6496
|
-
"const": "popup"
|
|
6497
|
-
},
|
|
6498
|
-
"page": {
|
|
6499
|
-
"type": "string",
|
|
6500
|
-
"const": "spaces"
|
|
6501
|
-
},
|
|
6502
|
-
"trigger": {
|
|
6503
|
-
"allOf": [
|
|
6504
|
-
{
|
|
6505
|
-
"$ref": "#/definitions/InteractionTrigger"
|
|
6506
|
-
},
|
|
6507
|
-
{
|
|
6508
|
-
"const": "user"
|
|
6509
|
-
}
|
|
6510
|
-
]
|
|
6511
|
-
},
|
|
6512
|
-
"type": {
|
|
6513
|
-
"allOf": [
|
|
6514
|
-
{
|
|
6515
|
-
"$ref": "#/definitions/InteractionType"
|
|
6516
|
-
},
|
|
6517
|
-
{
|
|
6518
|
-
"const": "click"
|
|
6519
|
-
}
|
|
6520
|
-
]
|
|
6521
|
-
}
|
|
6522
|
-
}
|
|
6523
|
-
},
|
|
6524
|
-
"payload": {
|
|
6525
|
-
"$ref": "#/definitions/TeamMemberInvitedPayload"
|
|
6526
|
-
}
|
|
6527
|
-
}
|
|
6528
|
-
},
|
|
6529
|
-
"teamMemberInvitedFromSpaceCardManageAccessPanel": {
|
|
6530
|
-
"type": "object",
|
|
6531
|
-
"additionalProperties": false,
|
|
6532
|
-
"$comment": "Fired when the user invites a team member on the spaces page, via: space card -> Manage access context menu item -> Manage space access side panel -> Share space popup",
|
|
6533
|
-
"required": [
|
|
6534
|
-
"event_name",
|
|
6535
|
-
"event_source",
|
|
6536
|
-
"event_display_name",
|
|
6537
|
-
"interaction",
|
|
6538
|
-
"payload"
|
|
6539
|
-
],
|
|
6540
|
-
"properties": {
|
|
6541
|
-
"event_name": {
|
|
6542
|
-
"type": "string",
|
|
6543
|
-
"const": "team_member_invited"
|
|
6544
|
-
},
|
|
6545
|
-
"event_source": {
|
|
6546
|
-
"type": "string",
|
|
6547
|
-
"const": "cloudhome"
|
|
6548
|
-
},
|
|
6549
|
-
"event_display_name": {
|
|
6550
|
-
"type": "string",
|
|
6551
|
-
"const": "Team Member Invited"
|
|
6552
|
-
},
|
|
6553
|
-
"interaction": {
|
|
6554
|
-
"type": "object",
|
|
6555
|
-
"additionalProperties": false,
|
|
6556
|
-
"required": ["location", "page", "trigger", "type"],
|
|
6557
|
-
"properties": {
|
|
6558
|
-
"location": {
|
|
6559
|
-
"type": "string",
|
|
6560
|
-
"const": "contextual_side_panel"
|
|
6561
|
-
},
|
|
6562
|
-
"page": {
|
|
6563
|
-
"type": "string",
|
|
6564
|
-
"const": "spaces"
|
|
6565
|
-
},
|
|
6566
|
-
"trigger": {
|
|
6567
|
-
"allOf": [
|
|
6568
|
-
{
|
|
6569
|
-
"$ref": "#/definitions/InteractionTrigger"
|
|
6570
|
-
},
|
|
6571
|
-
{
|
|
6572
|
-
"const": "user"
|
|
6573
|
-
}
|
|
6574
|
-
]
|
|
6575
|
-
},
|
|
6576
|
-
"type": {
|
|
6577
|
-
"allOf": [
|
|
6578
|
-
{
|
|
6579
|
-
"$ref": "#/definitions/InteractionType"
|
|
6580
|
-
},
|
|
6581
|
-
{
|
|
6582
|
-
"const": "click"
|
|
6583
|
-
}
|
|
6584
|
-
]
|
|
6585
|
-
}
|
|
6586
|
-
}
|
|
6587
|
-
},
|
|
6588
|
-
"payload": {
|
|
6589
|
-
"$ref": "#/definitions/TeamMemberInvitedPayload"
|
|
6590
|
-
}
|
|
6591
|
-
}
|
|
6592
|
-
},
|
|
6593
|
-
"teamMemberInvitedFromSpacePageShareSpacePopup": {
|
|
6594
|
-
"type": "object",
|
|
6595
|
-
"additionalProperties": false,
|
|
6596
|
-
"$comment": "Fired when the user invites a team member on the space page, via: Share space toolbar button -> Share space popup",
|
|
6597
|
-
"required": [
|
|
6598
|
-
"event_name",
|
|
6599
|
-
"event_source",
|
|
6600
|
-
"event_display_name",
|
|
6601
|
-
"interaction",
|
|
6602
|
-
"payload"
|
|
6603
|
-
],
|
|
6604
|
-
"properties": {
|
|
6605
|
-
"event_name": {
|
|
6606
|
-
"type": "string",
|
|
6607
|
-
"const": "team_member_invited"
|
|
6608
|
-
},
|
|
6609
|
-
"event_source": {
|
|
6610
|
-
"type": "string",
|
|
6611
|
-
"const": "cloudhome"
|
|
6612
|
-
},
|
|
6613
|
-
"event_display_name": {
|
|
6614
|
-
"type": "string",
|
|
6615
|
-
"const": "Team Member Invited"
|
|
6616
|
-
},
|
|
6617
|
-
"interaction": {
|
|
6618
|
-
"type": "object",
|
|
6619
|
-
"additionalProperties": false,
|
|
6620
|
-
"required": ["location", "page", "trigger", "type"],
|
|
6621
|
-
"properties": {
|
|
6622
|
-
"location": {
|
|
6623
|
-
"type": "string",
|
|
6624
|
-
"const": "popup"
|
|
6625
|
-
},
|
|
6626
|
-
"page": {
|
|
6627
|
-
"type": "string",
|
|
6628
|
-
"const": "space"
|
|
6629
|
-
},
|
|
6630
|
-
"trigger": {
|
|
6631
|
-
"allOf": [
|
|
6632
|
-
{
|
|
6633
|
-
"$ref": "#/definitions/InteractionTrigger"
|
|
6634
|
-
},
|
|
6635
|
-
{
|
|
6636
|
-
"const": "user"
|
|
6637
|
-
}
|
|
6638
|
-
]
|
|
6639
|
-
},
|
|
6640
|
-
"type": {
|
|
6641
|
-
"allOf": [
|
|
6642
|
-
{
|
|
6643
|
-
"$ref": "#/definitions/InteractionType"
|
|
6644
|
-
},
|
|
6645
|
-
{
|
|
6646
|
-
"const": "click"
|
|
6647
|
-
}
|
|
6648
|
-
]
|
|
6649
|
-
}
|
|
6650
|
-
}
|
|
6651
|
-
},
|
|
6652
|
-
"payload": {
|
|
6653
|
-
"$ref": "#/definitions/TeamMemberInvitedPayload"
|
|
6654
|
-
}
|
|
6655
|
-
}
|
|
6656
|
-
},
|
|
6657
|
-
"teamMemberInvitedFromSpacePageManageAccessPanel": {
|
|
6658
|
-
"type": "object",
|
|
6659
|
-
"additionalProperties": false,
|
|
6660
|
-
"$comment": "Fired when the user invites a team member on the space page, via: Manage access toolbar button -> Manage space access side panel -> Share space popup",
|
|
6661
|
-
"required": [
|
|
6662
|
-
"event_name",
|
|
6663
|
-
"event_source",
|
|
6664
|
-
"event_display_name",
|
|
6665
|
-
"interaction",
|
|
6666
|
-
"payload"
|
|
6667
|
-
],
|
|
6668
|
-
"properties": {
|
|
6669
|
-
"event_name": {
|
|
6670
|
-
"type": "string",
|
|
6671
|
-
"const": "team_member_invited"
|
|
6672
|
-
},
|
|
6673
|
-
"event_source": {
|
|
6674
|
-
"type": "string",
|
|
6675
|
-
"const": "cloudhome"
|
|
6676
|
-
},
|
|
6677
|
-
"event_display_name": {
|
|
6678
|
-
"type": "string",
|
|
6679
|
-
"const": "Team Member Invited"
|
|
6680
|
-
},
|
|
6681
|
-
"interaction": {
|
|
6682
|
-
"type": "object",
|
|
6683
|
-
"additionalProperties": false,
|
|
6684
|
-
"required": ["location", "page", "trigger", "type"],
|
|
6685
|
-
"properties": {
|
|
6686
|
-
"location": {
|
|
6687
|
-
"type": "string",
|
|
6688
|
-
"const": "contextual_side_panel"
|
|
6689
|
-
},
|
|
6690
|
-
"page": {
|
|
6691
|
-
"type": "string",
|
|
6692
|
-
"const": "space"
|
|
6693
|
-
},
|
|
6694
|
-
"trigger": {
|
|
6695
|
-
"allOf": [
|
|
6696
|
-
{
|
|
6697
|
-
"$ref": "#/definitions/InteractionTrigger"
|
|
6698
|
-
},
|
|
6699
|
-
{
|
|
6700
|
-
"const": "user"
|
|
6701
|
-
}
|
|
6702
|
-
]
|
|
6703
|
-
},
|
|
6704
|
-
"type": {
|
|
6705
|
-
"allOf": [
|
|
6706
|
-
{
|
|
6707
|
-
"$ref": "#/definitions/InteractionType"
|
|
6708
|
-
},
|
|
6709
|
-
{
|
|
6710
|
-
"const": "click"
|
|
6711
|
-
}
|
|
6712
|
-
]
|
|
6713
|
-
}
|
|
6714
|
-
}
|
|
6715
|
-
},
|
|
6716
|
-
"payload": {
|
|
6717
|
-
"$ref": "#/definitions/TeamMemberInvitedPayload"
|
|
6718
|
-
}
|
|
6719
|
-
}
|
|
6720
|
-
},
|
|
6721
|
-
"teamMemberInvitedFromSecretsPageShareSecretPopup": {
|
|
6722
|
-
"type": "object",
|
|
6723
|
-
"additionalProperties": false,
|
|
6724
|
-
"$comment": "Fired when the user invites a team member on the secrets page, via: secrets table -> Share context menu item -> Share secret popup",
|
|
6725
|
-
"required": [
|
|
6726
|
-
"event_name",
|
|
6727
|
-
"event_source",
|
|
6728
|
-
"event_display_name",
|
|
6729
|
-
"interaction",
|
|
6730
|
-
"payload"
|
|
6731
|
-
],
|
|
6732
|
-
"properties": {
|
|
6733
|
-
"event_name": {
|
|
6734
|
-
"type": "string",
|
|
6735
|
-
"const": "team_member_invited"
|
|
6736
|
-
},
|
|
6737
|
-
"event_source": {
|
|
6738
|
-
"type": "string",
|
|
6739
|
-
"const": "cloudhome"
|
|
6740
|
-
},
|
|
6741
|
-
"event_display_name": {
|
|
6742
|
-
"type": "string",
|
|
6743
|
-
"const": "Team Member Invited"
|
|
6744
|
-
},
|
|
6745
|
-
"interaction": {
|
|
6746
|
-
"type": "object",
|
|
6747
|
-
"additionalProperties": false,
|
|
6748
|
-
"required": ["location", "page", "trigger", "type"],
|
|
6749
|
-
"properties": {
|
|
6750
|
-
"location": {
|
|
6751
|
-
"type": "string",
|
|
6752
|
-
"const": "popup"
|
|
6753
|
-
},
|
|
6754
|
-
"page": {
|
|
6755
|
-
"type": "string",
|
|
6756
|
-
"const": "team_secrets"
|
|
6757
|
-
},
|
|
6758
|
-
"trigger": {
|
|
6759
|
-
"allOf": [
|
|
6760
|
-
{
|
|
6761
|
-
"$ref": "#/definitions/InteractionTrigger"
|
|
6762
|
-
},
|
|
6763
|
-
{
|
|
6764
|
-
"const": "user"
|
|
6765
|
-
}
|
|
6766
|
-
]
|
|
6767
|
-
},
|
|
6768
|
-
"type": {
|
|
6769
|
-
"allOf": [
|
|
6770
|
-
{
|
|
6771
|
-
"$ref": "#/definitions/InteractionType"
|
|
6772
|
-
},
|
|
6773
|
-
{
|
|
6774
|
-
"const": "click"
|
|
6775
|
-
}
|
|
6776
|
-
]
|
|
6777
|
-
}
|
|
6778
|
-
}
|
|
6779
|
-
},
|
|
6780
|
-
"payload": {
|
|
6781
|
-
"$ref": "#/definitions/TeamMemberInvitedPayload"
|
|
6782
|
-
}
|
|
6783
|
-
}
|
|
6784
|
-
},
|
|
6785
|
-
"teamMemberInvitedFromSecretsPageManageAccessPanel": {
|
|
6786
|
-
"type": "object",
|
|
6787
|
-
"additionalProperties": false,
|
|
6788
|
-
"$comment": "Fired when the user invites a team member on the space page, via: secrets table -> Manage access context menu item -> Manage secret access side panel -> Share secret popup",
|
|
6789
|
-
"required": [
|
|
6790
|
-
"event_name",
|
|
6791
|
-
"event_source",
|
|
6792
|
-
"event_display_name",
|
|
6793
|
-
"interaction",
|
|
6794
|
-
"payload"
|
|
6795
|
-
],
|
|
6796
|
-
"properties": {
|
|
6797
|
-
"event_name": {
|
|
6798
|
-
"type": "string",
|
|
6799
|
-
"const": "team_member_invited"
|
|
6800
|
-
},
|
|
6801
|
-
"event_source": {
|
|
6802
|
-
"type": "string",
|
|
6803
|
-
"const": "cloudhome"
|
|
6804
|
-
},
|
|
6805
|
-
"event_display_name": {
|
|
6806
|
-
"type": "string",
|
|
6807
|
-
"const": "Team Member Invited"
|
|
6808
|
-
},
|
|
6809
|
-
"interaction": {
|
|
6810
|
-
"type": "object",
|
|
6811
|
-
"additionalProperties": false,
|
|
6812
|
-
"required": ["location", "page", "trigger", "type"],
|
|
6813
|
-
"properties": {
|
|
6814
|
-
"location": {
|
|
6815
|
-
"type": "string",
|
|
6816
|
-
"const": "contextual_side_panel"
|
|
6817
|
-
},
|
|
6818
|
-
"page": {
|
|
6819
|
-
"type": "string",
|
|
6820
|
-
"const": "team_secrets"
|
|
6821
|
-
},
|
|
6822
|
-
"trigger": {
|
|
6823
|
-
"allOf": [
|
|
6824
|
-
{
|
|
6825
|
-
"$ref": "#/definitions/InteractionTrigger"
|
|
6826
|
-
},
|
|
6827
|
-
{
|
|
6828
|
-
"const": "user"
|
|
6829
|
-
}
|
|
6830
|
-
]
|
|
6831
|
-
},
|
|
6832
|
-
"type": {
|
|
6833
|
-
"allOf": [
|
|
6834
|
-
{
|
|
6835
|
-
"$ref": "#/definitions/InteractionType"
|
|
6836
|
-
},
|
|
6837
|
-
{
|
|
6838
|
-
"const": "click"
|
|
6839
|
-
}
|
|
6840
|
-
]
|
|
6841
|
-
}
|
|
6842
|
-
}
|
|
6843
|
-
},
|
|
6844
|
-
"payload": {
|
|
6845
|
-
"$ref": "#/definitions/TeamMemberInvitedPayload"
|
|
5889
|
+
"$ref": "#/definitions/TeamMemberInvitedPayload"
|
|
6846
5890
|
}
|
|
6847
5891
|
}
|
|
6848
5892
|
}
|
|
@@ -7251,20 +6295,6 @@
|
|
|
7251
6295
|
}
|
|
7252
6296
|
}
|
|
7253
6297
|
},
|
|
7254
|
-
"SingleNodeExecutionPayload": {
|
|
7255
|
-
"type": "object",
|
|
7256
|
-
"additionalProperties": false,
|
|
7257
|
-
"required": ["nodeType"],
|
|
7258
|
-
"properties": {
|
|
7259
|
-
"nodeType": {
|
|
7260
|
-
"type": "string",
|
|
7261
|
-
"enum": ["node", "component", "metanode"]
|
|
7262
|
-
},
|
|
7263
|
-
"nodeFactoryId": {
|
|
7264
|
-
"type": "string"
|
|
7265
|
-
}
|
|
7266
|
-
}
|
|
7267
|
-
},
|
|
7268
6298
|
"ObjectUploadedPayload": {
|
|
7269
6299
|
"type": "object",
|
|
7270
6300
|
"additionalProperties": false,
|