@epilot/automation-client 0.7.9 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/definition.js +1 -1
- package/dist/openapi.d.ts +24 -6
- package/dist/openapi.json +360 -40
- package/package-lock.json +2 -2
- package/package.json +1 -1
- package/src/openapi.d.ts +24 -6
- package/src/openapi.json +360 -40
package/dist/openapi.json
CHANGED
|
@@ -252,11 +252,6 @@
|
|
|
252
252
|
"type": "string",
|
|
253
253
|
"example": "submission"
|
|
254
254
|
},
|
|
255
|
-
"created_automatically": {
|
|
256
|
-
"description": "Flag indicating whether the flow was created automatically",
|
|
257
|
-
"type": "boolean",
|
|
258
|
-
"example": true
|
|
259
|
-
},
|
|
260
255
|
"actions": {
|
|
261
256
|
"type": "array",
|
|
262
257
|
"items": {
|
|
@@ -295,6 +290,10 @@
|
|
|
295
290
|
},
|
|
296
291
|
"updated_at": {
|
|
297
292
|
"type": "string"
|
|
293
|
+
},
|
|
294
|
+
"created_automatically": {
|
|
295
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
296
|
+
"type": "boolean"
|
|
298
297
|
}
|
|
299
298
|
}
|
|
300
299
|
},
|
|
@@ -449,6 +448,10 @@
|
|
|
449
448
|
},
|
|
450
449
|
"updated_at": {
|
|
451
450
|
"type": "string"
|
|
451
|
+
},
|
|
452
|
+
"created_automatically": {
|
|
453
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
454
|
+
"type": "boolean"
|
|
452
455
|
}
|
|
453
456
|
}
|
|
454
457
|
},
|
|
@@ -652,6 +655,10 @@
|
|
|
652
655
|
},
|
|
653
656
|
"updated_at": {
|
|
654
657
|
"type": "string"
|
|
658
|
+
},
|
|
659
|
+
"created_automatically": {
|
|
660
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
661
|
+
"type": "boolean"
|
|
655
662
|
}
|
|
656
663
|
}
|
|
657
664
|
},
|
|
@@ -726,6 +733,10 @@
|
|
|
726
733
|
},
|
|
727
734
|
"updated_at": {
|
|
728
735
|
"type": "string"
|
|
736
|
+
},
|
|
737
|
+
"created_automatically": {
|
|
738
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
739
|
+
"type": "boolean"
|
|
729
740
|
}
|
|
730
741
|
}
|
|
731
742
|
},
|
|
@@ -800,6 +811,10 @@
|
|
|
800
811
|
},
|
|
801
812
|
"updated_at": {
|
|
802
813
|
"type": "string"
|
|
814
|
+
},
|
|
815
|
+
"created_automatically": {
|
|
816
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
817
|
+
"type": "boolean"
|
|
803
818
|
}
|
|
804
819
|
}
|
|
805
820
|
},
|
|
@@ -866,6 +881,10 @@
|
|
|
866
881
|
},
|
|
867
882
|
"updated_at": {
|
|
868
883
|
"type": "string"
|
|
884
|
+
},
|
|
885
|
+
"created_automatically": {
|
|
886
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
887
|
+
"type": "boolean"
|
|
869
888
|
}
|
|
870
889
|
}
|
|
871
890
|
}
|
|
@@ -1069,11 +1088,6 @@
|
|
|
1069
1088
|
"type": "string",
|
|
1070
1089
|
"example": "submission"
|
|
1071
1090
|
},
|
|
1072
|
-
"created_automatically": {
|
|
1073
|
-
"description": "Flag indicating whether the flow was created automatically",
|
|
1074
|
-
"type": "boolean",
|
|
1075
|
-
"example": true
|
|
1076
|
-
},
|
|
1077
1091
|
"actions": {
|
|
1078
1092
|
"type": "array",
|
|
1079
1093
|
"items": {
|
|
@@ -1112,6 +1126,10 @@
|
|
|
1112
1126
|
},
|
|
1113
1127
|
"updated_at": {
|
|
1114
1128
|
"type": "string"
|
|
1129
|
+
},
|
|
1130
|
+
"created_automatically": {
|
|
1131
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
1132
|
+
"type": "boolean"
|
|
1115
1133
|
}
|
|
1116
1134
|
}
|
|
1117
1135
|
},
|
|
@@ -1266,6 +1284,10 @@
|
|
|
1266
1284
|
},
|
|
1267
1285
|
"updated_at": {
|
|
1268
1286
|
"type": "string"
|
|
1287
|
+
},
|
|
1288
|
+
"created_automatically": {
|
|
1289
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
1290
|
+
"type": "boolean"
|
|
1269
1291
|
}
|
|
1270
1292
|
}
|
|
1271
1293
|
},
|
|
@@ -1469,6 +1491,10 @@
|
|
|
1469
1491
|
},
|
|
1470
1492
|
"updated_at": {
|
|
1471
1493
|
"type": "string"
|
|
1494
|
+
},
|
|
1495
|
+
"created_automatically": {
|
|
1496
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
1497
|
+
"type": "boolean"
|
|
1472
1498
|
}
|
|
1473
1499
|
}
|
|
1474
1500
|
},
|
|
@@ -1543,6 +1569,10 @@
|
|
|
1543
1569
|
},
|
|
1544
1570
|
"updated_at": {
|
|
1545
1571
|
"type": "string"
|
|
1572
|
+
},
|
|
1573
|
+
"created_automatically": {
|
|
1574
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
1575
|
+
"type": "boolean"
|
|
1546
1576
|
}
|
|
1547
1577
|
}
|
|
1548
1578
|
},
|
|
@@ -1617,6 +1647,10 @@
|
|
|
1617
1647
|
},
|
|
1618
1648
|
"updated_at": {
|
|
1619
1649
|
"type": "string"
|
|
1650
|
+
},
|
|
1651
|
+
"created_automatically": {
|
|
1652
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
1653
|
+
"type": "boolean"
|
|
1620
1654
|
}
|
|
1621
1655
|
}
|
|
1622
1656
|
},
|
|
@@ -1683,6 +1717,10 @@
|
|
|
1683
1717
|
},
|
|
1684
1718
|
"updated_at": {
|
|
1685
1719
|
"type": "string"
|
|
1720
|
+
},
|
|
1721
|
+
"created_automatically": {
|
|
1722
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
1723
|
+
"type": "boolean"
|
|
1686
1724
|
}
|
|
1687
1725
|
}
|
|
1688
1726
|
}
|
|
@@ -1875,11 +1913,6 @@
|
|
|
1875
1913
|
"type": "string",
|
|
1876
1914
|
"example": "submission"
|
|
1877
1915
|
},
|
|
1878
|
-
"created_automatically": {
|
|
1879
|
-
"description": "Flag indicating whether the flow was created automatically",
|
|
1880
|
-
"type": "boolean",
|
|
1881
|
-
"example": true
|
|
1882
|
-
},
|
|
1883
1916
|
"actions": {
|
|
1884
1917
|
"type": "array",
|
|
1885
1918
|
"items": {
|
|
@@ -1918,6 +1951,10 @@
|
|
|
1918
1951
|
},
|
|
1919
1952
|
"updated_at": {
|
|
1920
1953
|
"type": "string"
|
|
1954
|
+
},
|
|
1955
|
+
"created_automatically": {
|
|
1956
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
1957
|
+
"type": "boolean"
|
|
1921
1958
|
}
|
|
1922
1959
|
}
|
|
1923
1960
|
},
|
|
@@ -2072,6 +2109,10 @@
|
|
|
2072
2109
|
},
|
|
2073
2110
|
"updated_at": {
|
|
2074
2111
|
"type": "string"
|
|
2112
|
+
},
|
|
2113
|
+
"created_automatically": {
|
|
2114
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
2115
|
+
"type": "boolean"
|
|
2075
2116
|
}
|
|
2076
2117
|
}
|
|
2077
2118
|
},
|
|
@@ -2275,6 +2316,10 @@
|
|
|
2275
2316
|
},
|
|
2276
2317
|
"updated_at": {
|
|
2277
2318
|
"type": "string"
|
|
2319
|
+
},
|
|
2320
|
+
"created_automatically": {
|
|
2321
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
2322
|
+
"type": "boolean"
|
|
2278
2323
|
}
|
|
2279
2324
|
}
|
|
2280
2325
|
},
|
|
@@ -2349,6 +2394,10 @@
|
|
|
2349
2394
|
},
|
|
2350
2395
|
"updated_at": {
|
|
2351
2396
|
"type": "string"
|
|
2397
|
+
},
|
|
2398
|
+
"created_automatically": {
|
|
2399
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
2400
|
+
"type": "boolean"
|
|
2352
2401
|
}
|
|
2353
2402
|
}
|
|
2354
2403
|
},
|
|
@@ -2423,6 +2472,10 @@
|
|
|
2423
2472
|
},
|
|
2424
2473
|
"updated_at": {
|
|
2425
2474
|
"type": "string"
|
|
2475
|
+
},
|
|
2476
|
+
"created_automatically": {
|
|
2477
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
2478
|
+
"type": "boolean"
|
|
2426
2479
|
}
|
|
2427
2480
|
}
|
|
2428
2481
|
},
|
|
@@ -2489,6 +2542,10 @@
|
|
|
2489
2542
|
},
|
|
2490
2543
|
"updated_at": {
|
|
2491
2544
|
"type": "string"
|
|
2545
|
+
},
|
|
2546
|
+
"created_automatically": {
|
|
2547
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
2548
|
+
"type": "boolean"
|
|
2492
2549
|
}
|
|
2493
2550
|
}
|
|
2494
2551
|
}
|
|
@@ -2704,11 +2761,6 @@
|
|
|
2704
2761
|
"type": "string",
|
|
2705
2762
|
"example": "submission"
|
|
2706
2763
|
},
|
|
2707
|
-
"created_automatically": {
|
|
2708
|
-
"description": "Flag indicating whether the flow was created automatically",
|
|
2709
|
-
"type": "boolean",
|
|
2710
|
-
"example": true
|
|
2711
|
-
},
|
|
2712
2764
|
"actions": {
|
|
2713
2765
|
"type": "array",
|
|
2714
2766
|
"items": {
|
|
@@ -2747,6 +2799,10 @@
|
|
|
2747
2799
|
},
|
|
2748
2800
|
"updated_at": {
|
|
2749
2801
|
"type": "string"
|
|
2802
|
+
},
|
|
2803
|
+
"created_automatically": {
|
|
2804
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
2805
|
+
"type": "boolean"
|
|
2750
2806
|
}
|
|
2751
2807
|
}
|
|
2752
2808
|
},
|
|
@@ -2901,6 +2957,10 @@
|
|
|
2901
2957
|
},
|
|
2902
2958
|
"updated_at": {
|
|
2903
2959
|
"type": "string"
|
|
2960
|
+
},
|
|
2961
|
+
"created_automatically": {
|
|
2962
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
2963
|
+
"type": "boolean"
|
|
2904
2964
|
}
|
|
2905
2965
|
}
|
|
2906
2966
|
},
|
|
@@ -3104,6 +3164,10 @@
|
|
|
3104
3164
|
},
|
|
3105
3165
|
"updated_at": {
|
|
3106
3166
|
"type": "string"
|
|
3167
|
+
},
|
|
3168
|
+
"created_automatically": {
|
|
3169
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
3170
|
+
"type": "boolean"
|
|
3107
3171
|
}
|
|
3108
3172
|
}
|
|
3109
3173
|
},
|
|
@@ -3178,6 +3242,10 @@
|
|
|
3178
3242
|
},
|
|
3179
3243
|
"updated_at": {
|
|
3180
3244
|
"type": "string"
|
|
3245
|
+
},
|
|
3246
|
+
"created_automatically": {
|
|
3247
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
3248
|
+
"type": "boolean"
|
|
3181
3249
|
}
|
|
3182
3250
|
}
|
|
3183
3251
|
},
|
|
@@ -3252,6 +3320,10 @@
|
|
|
3252
3320
|
},
|
|
3253
3321
|
"updated_at": {
|
|
3254
3322
|
"type": "string"
|
|
3323
|
+
},
|
|
3324
|
+
"created_automatically": {
|
|
3325
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
3326
|
+
"type": "boolean"
|
|
3255
3327
|
}
|
|
3256
3328
|
}
|
|
3257
3329
|
},
|
|
@@ -3318,6 +3390,10 @@
|
|
|
3318
3390
|
},
|
|
3319
3391
|
"updated_at": {
|
|
3320
3392
|
"type": "string"
|
|
3393
|
+
},
|
|
3394
|
+
"created_automatically": {
|
|
3395
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
3396
|
+
"type": "boolean"
|
|
3321
3397
|
}
|
|
3322
3398
|
}
|
|
3323
3399
|
}
|
|
@@ -3530,11 +3606,6 @@
|
|
|
3530
3606
|
"type": "string",
|
|
3531
3607
|
"example": "submission"
|
|
3532
3608
|
},
|
|
3533
|
-
"created_automatically": {
|
|
3534
|
-
"description": "Flag indicating whether the flow was created automatically",
|
|
3535
|
-
"type": "boolean",
|
|
3536
|
-
"example": true
|
|
3537
|
-
},
|
|
3538
3609
|
"actions": {
|
|
3539
3610
|
"type": "array",
|
|
3540
3611
|
"items": {
|
|
@@ -3573,6 +3644,10 @@
|
|
|
3573
3644
|
},
|
|
3574
3645
|
"updated_at": {
|
|
3575
3646
|
"type": "string"
|
|
3647
|
+
},
|
|
3648
|
+
"created_automatically": {
|
|
3649
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
3650
|
+
"type": "boolean"
|
|
3576
3651
|
}
|
|
3577
3652
|
}
|
|
3578
3653
|
},
|
|
@@ -3727,6 +3802,10 @@
|
|
|
3727
3802
|
},
|
|
3728
3803
|
"updated_at": {
|
|
3729
3804
|
"type": "string"
|
|
3805
|
+
},
|
|
3806
|
+
"created_automatically": {
|
|
3807
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
3808
|
+
"type": "boolean"
|
|
3730
3809
|
}
|
|
3731
3810
|
}
|
|
3732
3811
|
},
|
|
@@ -3930,6 +4009,10 @@
|
|
|
3930
4009
|
},
|
|
3931
4010
|
"updated_at": {
|
|
3932
4011
|
"type": "string"
|
|
4012
|
+
},
|
|
4013
|
+
"created_automatically": {
|
|
4014
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
4015
|
+
"type": "boolean"
|
|
3933
4016
|
}
|
|
3934
4017
|
}
|
|
3935
4018
|
},
|
|
@@ -4004,6 +4087,10 @@
|
|
|
4004
4087
|
},
|
|
4005
4088
|
"updated_at": {
|
|
4006
4089
|
"type": "string"
|
|
4090
|
+
},
|
|
4091
|
+
"created_automatically": {
|
|
4092
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
4093
|
+
"type": "boolean"
|
|
4007
4094
|
}
|
|
4008
4095
|
}
|
|
4009
4096
|
},
|
|
@@ -4078,6 +4165,10 @@
|
|
|
4078
4165
|
},
|
|
4079
4166
|
"updated_at": {
|
|
4080
4167
|
"type": "string"
|
|
4168
|
+
},
|
|
4169
|
+
"created_automatically": {
|
|
4170
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
4171
|
+
"type": "boolean"
|
|
4081
4172
|
}
|
|
4082
4173
|
}
|
|
4083
4174
|
},
|
|
@@ -4144,6 +4235,10 @@
|
|
|
4144
4235
|
},
|
|
4145
4236
|
"updated_at": {
|
|
4146
4237
|
"type": "string"
|
|
4238
|
+
},
|
|
4239
|
+
"created_automatically": {
|
|
4240
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
4241
|
+
"type": "boolean"
|
|
4147
4242
|
}
|
|
4148
4243
|
}
|
|
4149
4244
|
}
|
|
@@ -4336,11 +4431,6 @@
|
|
|
4336
4431
|
"type": "string",
|
|
4337
4432
|
"example": "submission"
|
|
4338
4433
|
},
|
|
4339
|
-
"created_automatically": {
|
|
4340
|
-
"description": "Flag indicating whether the flow was created automatically",
|
|
4341
|
-
"type": "boolean",
|
|
4342
|
-
"example": true
|
|
4343
|
-
},
|
|
4344
4434
|
"actions": {
|
|
4345
4435
|
"type": "array",
|
|
4346
4436
|
"items": {
|
|
@@ -4379,6 +4469,10 @@
|
|
|
4379
4469
|
},
|
|
4380
4470
|
"updated_at": {
|
|
4381
4471
|
"type": "string"
|
|
4472
|
+
},
|
|
4473
|
+
"created_automatically": {
|
|
4474
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
4475
|
+
"type": "boolean"
|
|
4382
4476
|
}
|
|
4383
4477
|
}
|
|
4384
4478
|
},
|
|
@@ -4533,6 +4627,10 @@
|
|
|
4533
4627
|
},
|
|
4534
4628
|
"updated_at": {
|
|
4535
4629
|
"type": "string"
|
|
4630
|
+
},
|
|
4631
|
+
"created_automatically": {
|
|
4632
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
4633
|
+
"type": "boolean"
|
|
4536
4634
|
}
|
|
4537
4635
|
}
|
|
4538
4636
|
},
|
|
@@ -4736,6 +4834,10 @@
|
|
|
4736
4834
|
},
|
|
4737
4835
|
"updated_at": {
|
|
4738
4836
|
"type": "string"
|
|
4837
|
+
},
|
|
4838
|
+
"created_automatically": {
|
|
4839
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
4840
|
+
"type": "boolean"
|
|
4739
4841
|
}
|
|
4740
4842
|
}
|
|
4741
4843
|
},
|
|
@@ -4810,6 +4912,10 @@
|
|
|
4810
4912
|
},
|
|
4811
4913
|
"updated_at": {
|
|
4812
4914
|
"type": "string"
|
|
4915
|
+
},
|
|
4916
|
+
"created_automatically": {
|
|
4917
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
4918
|
+
"type": "boolean"
|
|
4813
4919
|
}
|
|
4814
4920
|
}
|
|
4815
4921
|
},
|
|
@@ -4884,6 +4990,10 @@
|
|
|
4884
4990
|
},
|
|
4885
4991
|
"updated_at": {
|
|
4886
4992
|
"type": "string"
|
|
4993
|
+
},
|
|
4994
|
+
"created_automatically": {
|
|
4995
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
4996
|
+
"type": "boolean"
|
|
4887
4997
|
}
|
|
4888
4998
|
}
|
|
4889
4999
|
},
|
|
@@ -4950,6 +5060,10 @@
|
|
|
4950
5060
|
},
|
|
4951
5061
|
"updated_at": {
|
|
4952
5062
|
"type": "string"
|
|
5063
|
+
},
|
|
5064
|
+
"created_automatically": {
|
|
5065
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
5066
|
+
"type": "boolean"
|
|
4953
5067
|
}
|
|
4954
5068
|
}
|
|
4955
5069
|
}
|
|
@@ -5163,11 +5277,6 @@
|
|
|
5163
5277
|
"type": "string",
|
|
5164
5278
|
"example": "submission"
|
|
5165
5279
|
},
|
|
5166
|
-
"created_automatically": {
|
|
5167
|
-
"description": "Flag indicating whether the flow was created automatically",
|
|
5168
|
-
"type": "boolean",
|
|
5169
|
-
"example": true
|
|
5170
|
-
},
|
|
5171
5280
|
"actions": {
|
|
5172
5281
|
"type": "array",
|
|
5173
5282
|
"items": {
|
|
@@ -5206,6 +5315,10 @@
|
|
|
5206
5315
|
},
|
|
5207
5316
|
"updated_at": {
|
|
5208
5317
|
"type": "string"
|
|
5318
|
+
},
|
|
5319
|
+
"created_automatically": {
|
|
5320
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
5321
|
+
"type": "boolean"
|
|
5209
5322
|
}
|
|
5210
5323
|
}
|
|
5211
5324
|
},
|
|
@@ -5360,6 +5473,10 @@
|
|
|
5360
5473
|
},
|
|
5361
5474
|
"updated_at": {
|
|
5362
5475
|
"type": "string"
|
|
5476
|
+
},
|
|
5477
|
+
"created_automatically": {
|
|
5478
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
5479
|
+
"type": "boolean"
|
|
5363
5480
|
}
|
|
5364
5481
|
}
|
|
5365
5482
|
},
|
|
@@ -5563,6 +5680,10 @@
|
|
|
5563
5680
|
},
|
|
5564
5681
|
"updated_at": {
|
|
5565
5682
|
"type": "string"
|
|
5683
|
+
},
|
|
5684
|
+
"created_automatically": {
|
|
5685
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
5686
|
+
"type": "boolean"
|
|
5566
5687
|
}
|
|
5567
5688
|
}
|
|
5568
5689
|
},
|
|
@@ -5637,6 +5758,10 @@
|
|
|
5637
5758
|
},
|
|
5638
5759
|
"updated_at": {
|
|
5639
5760
|
"type": "string"
|
|
5761
|
+
},
|
|
5762
|
+
"created_automatically": {
|
|
5763
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
5764
|
+
"type": "boolean"
|
|
5640
5765
|
}
|
|
5641
5766
|
}
|
|
5642
5767
|
},
|
|
@@ -5711,6 +5836,10 @@
|
|
|
5711
5836
|
},
|
|
5712
5837
|
"updated_at": {
|
|
5713
5838
|
"type": "string"
|
|
5839
|
+
},
|
|
5840
|
+
"created_automatically": {
|
|
5841
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
5842
|
+
"type": "boolean"
|
|
5714
5843
|
}
|
|
5715
5844
|
}
|
|
5716
5845
|
},
|
|
@@ -5777,6 +5906,10 @@
|
|
|
5777
5906
|
},
|
|
5778
5907
|
"updated_at": {
|
|
5779
5908
|
"type": "string"
|
|
5909
|
+
},
|
|
5910
|
+
"created_automatically": {
|
|
5911
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
5912
|
+
"type": "boolean"
|
|
5780
5913
|
}
|
|
5781
5914
|
}
|
|
5782
5915
|
}
|
|
@@ -5926,6 +6059,10 @@
|
|
|
5926
6059
|
},
|
|
5927
6060
|
"updated_at": {
|
|
5928
6061
|
"type": "string"
|
|
6062
|
+
},
|
|
6063
|
+
"created_automatically": {
|
|
6064
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
6065
|
+
"type": "boolean"
|
|
5929
6066
|
}
|
|
5930
6067
|
}
|
|
5931
6068
|
},
|
|
@@ -6080,6 +6217,10 @@
|
|
|
6080
6217
|
},
|
|
6081
6218
|
"updated_at": {
|
|
6082
6219
|
"type": "string"
|
|
6220
|
+
},
|
|
6221
|
+
"created_automatically": {
|
|
6222
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
6223
|
+
"type": "boolean"
|
|
6083
6224
|
}
|
|
6084
6225
|
}
|
|
6085
6226
|
},
|
|
@@ -6283,6 +6424,10 @@
|
|
|
6283
6424
|
},
|
|
6284
6425
|
"updated_at": {
|
|
6285
6426
|
"type": "string"
|
|
6427
|
+
},
|
|
6428
|
+
"created_automatically": {
|
|
6429
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
6430
|
+
"type": "boolean"
|
|
6286
6431
|
}
|
|
6287
6432
|
}
|
|
6288
6433
|
},
|
|
@@ -6357,6 +6502,10 @@
|
|
|
6357
6502
|
},
|
|
6358
6503
|
"updated_at": {
|
|
6359
6504
|
"type": "string"
|
|
6505
|
+
},
|
|
6506
|
+
"created_automatically": {
|
|
6507
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
6508
|
+
"type": "boolean"
|
|
6360
6509
|
}
|
|
6361
6510
|
}
|
|
6362
6511
|
},
|
|
@@ -6431,6 +6580,10 @@
|
|
|
6431
6580
|
},
|
|
6432
6581
|
"updated_at": {
|
|
6433
6582
|
"type": "string"
|
|
6583
|
+
},
|
|
6584
|
+
"created_automatically": {
|
|
6585
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
6586
|
+
"type": "boolean"
|
|
6434
6587
|
}
|
|
6435
6588
|
}
|
|
6436
6589
|
},
|
|
@@ -6497,6 +6650,10 @@
|
|
|
6497
6650
|
},
|
|
6498
6651
|
"updated_at": {
|
|
6499
6652
|
"type": "string"
|
|
6653
|
+
},
|
|
6654
|
+
"created_automatically": {
|
|
6655
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
6656
|
+
"type": "boolean"
|
|
6500
6657
|
}
|
|
6501
6658
|
}
|
|
6502
6659
|
}
|
|
@@ -6635,6 +6792,10 @@
|
|
|
6635
6792
|
},
|
|
6636
6793
|
"updated_at": {
|
|
6637
6794
|
"type": "string"
|
|
6795
|
+
},
|
|
6796
|
+
"created_automatically": {
|
|
6797
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
6798
|
+
"type": "boolean"
|
|
6638
6799
|
}
|
|
6639
6800
|
}
|
|
6640
6801
|
},
|
|
@@ -6789,6 +6950,10 @@
|
|
|
6789
6950
|
},
|
|
6790
6951
|
"updated_at": {
|
|
6791
6952
|
"type": "string"
|
|
6953
|
+
},
|
|
6954
|
+
"created_automatically": {
|
|
6955
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
6956
|
+
"type": "boolean"
|
|
6792
6957
|
}
|
|
6793
6958
|
}
|
|
6794
6959
|
},
|
|
@@ -6992,6 +7157,10 @@
|
|
|
6992
7157
|
},
|
|
6993
7158
|
"updated_at": {
|
|
6994
7159
|
"type": "string"
|
|
7160
|
+
},
|
|
7161
|
+
"created_automatically": {
|
|
7162
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
7163
|
+
"type": "boolean"
|
|
6995
7164
|
}
|
|
6996
7165
|
}
|
|
6997
7166
|
},
|
|
@@ -7066,6 +7235,10 @@
|
|
|
7066
7235
|
},
|
|
7067
7236
|
"updated_at": {
|
|
7068
7237
|
"type": "string"
|
|
7238
|
+
},
|
|
7239
|
+
"created_automatically": {
|
|
7240
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
7241
|
+
"type": "boolean"
|
|
7069
7242
|
}
|
|
7070
7243
|
}
|
|
7071
7244
|
},
|
|
@@ -7140,6 +7313,10 @@
|
|
|
7140
7313
|
},
|
|
7141
7314
|
"updated_at": {
|
|
7142
7315
|
"type": "string"
|
|
7316
|
+
},
|
|
7317
|
+
"created_automatically": {
|
|
7318
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
7319
|
+
"type": "boolean"
|
|
7143
7320
|
}
|
|
7144
7321
|
}
|
|
7145
7322
|
},
|
|
@@ -7206,6 +7383,10 @@
|
|
|
7206
7383
|
},
|
|
7207
7384
|
"updated_at": {
|
|
7208
7385
|
"type": "string"
|
|
7386
|
+
},
|
|
7387
|
+
"created_automatically": {
|
|
7388
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
7389
|
+
"type": "boolean"
|
|
7209
7390
|
}
|
|
7210
7391
|
}
|
|
7211
7392
|
}
|
|
@@ -7336,6 +7517,10 @@
|
|
|
7336
7517
|
},
|
|
7337
7518
|
"updated_at": {
|
|
7338
7519
|
"type": "string"
|
|
7520
|
+
},
|
|
7521
|
+
"created_automatically": {
|
|
7522
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
7523
|
+
"type": "boolean"
|
|
7339
7524
|
}
|
|
7340
7525
|
}
|
|
7341
7526
|
},
|
|
@@ -7490,6 +7675,10 @@
|
|
|
7490
7675
|
},
|
|
7491
7676
|
"updated_at": {
|
|
7492
7677
|
"type": "string"
|
|
7678
|
+
},
|
|
7679
|
+
"created_automatically": {
|
|
7680
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
7681
|
+
"type": "boolean"
|
|
7493
7682
|
}
|
|
7494
7683
|
}
|
|
7495
7684
|
},
|
|
@@ -7693,6 +7882,10 @@
|
|
|
7693
7882
|
},
|
|
7694
7883
|
"updated_at": {
|
|
7695
7884
|
"type": "string"
|
|
7885
|
+
},
|
|
7886
|
+
"created_automatically": {
|
|
7887
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
7888
|
+
"type": "boolean"
|
|
7696
7889
|
}
|
|
7697
7890
|
}
|
|
7698
7891
|
},
|
|
@@ -7767,6 +7960,10 @@
|
|
|
7767
7960
|
},
|
|
7768
7961
|
"updated_at": {
|
|
7769
7962
|
"type": "string"
|
|
7963
|
+
},
|
|
7964
|
+
"created_automatically": {
|
|
7965
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
7966
|
+
"type": "boolean"
|
|
7770
7967
|
}
|
|
7771
7968
|
}
|
|
7772
7969
|
},
|
|
@@ -7841,6 +8038,10 @@
|
|
|
7841
8038
|
},
|
|
7842
8039
|
"updated_at": {
|
|
7843
8040
|
"type": "string"
|
|
8041
|
+
},
|
|
8042
|
+
"created_automatically": {
|
|
8043
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
8044
|
+
"type": "boolean"
|
|
7844
8045
|
}
|
|
7845
8046
|
}
|
|
7846
8047
|
},
|
|
@@ -7907,6 +8108,10 @@
|
|
|
7907
8108
|
},
|
|
7908
8109
|
"updated_at": {
|
|
7909
8110
|
"type": "string"
|
|
8111
|
+
},
|
|
8112
|
+
"created_automatically": {
|
|
8113
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
8114
|
+
"type": "boolean"
|
|
7910
8115
|
}
|
|
7911
8116
|
}
|
|
7912
8117
|
}
|
|
@@ -8035,6 +8240,10 @@
|
|
|
8035
8240
|
},
|
|
8036
8241
|
"updated_at": {
|
|
8037
8242
|
"type": "string"
|
|
8243
|
+
},
|
|
8244
|
+
"created_automatically": {
|
|
8245
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
8246
|
+
"type": "boolean"
|
|
8038
8247
|
}
|
|
8039
8248
|
}
|
|
8040
8249
|
},
|
|
@@ -8189,6 +8398,10 @@
|
|
|
8189
8398
|
},
|
|
8190
8399
|
"updated_at": {
|
|
8191
8400
|
"type": "string"
|
|
8401
|
+
},
|
|
8402
|
+
"created_automatically": {
|
|
8403
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
8404
|
+
"type": "boolean"
|
|
8192
8405
|
}
|
|
8193
8406
|
}
|
|
8194
8407
|
},
|
|
@@ -8392,6 +8605,10 @@
|
|
|
8392
8605
|
},
|
|
8393
8606
|
"updated_at": {
|
|
8394
8607
|
"type": "string"
|
|
8608
|
+
},
|
|
8609
|
+
"created_automatically": {
|
|
8610
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
8611
|
+
"type": "boolean"
|
|
8395
8612
|
}
|
|
8396
8613
|
}
|
|
8397
8614
|
},
|
|
@@ -8466,6 +8683,10 @@
|
|
|
8466
8683
|
},
|
|
8467
8684
|
"updated_at": {
|
|
8468
8685
|
"type": "string"
|
|
8686
|
+
},
|
|
8687
|
+
"created_automatically": {
|
|
8688
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
8689
|
+
"type": "boolean"
|
|
8469
8690
|
}
|
|
8470
8691
|
}
|
|
8471
8692
|
},
|
|
@@ -8540,6 +8761,10 @@
|
|
|
8540
8761
|
},
|
|
8541
8762
|
"updated_at": {
|
|
8542
8763
|
"type": "string"
|
|
8764
|
+
},
|
|
8765
|
+
"created_automatically": {
|
|
8766
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
8767
|
+
"type": "boolean"
|
|
8543
8768
|
}
|
|
8544
8769
|
}
|
|
8545
8770
|
},
|
|
@@ -8606,6 +8831,10 @@
|
|
|
8606
8831
|
},
|
|
8607
8832
|
"updated_at": {
|
|
8608
8833
|
"type": "string"
|
|
8834
|
+
},
|
|
8835
|
+
"created_automatically": {
|
|
8836
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
8837
|
+
"type": "boolean"
|
|
8609
8838
|
}
|
|
8610
8839
|
}
|
|
8611
8840
|
}
|
|
@@ -8820,11 +9049,6 @@
|
|
|
8820
9049
|
"type": "string",
|
|
8821
9050
|
"example": "submission"
|
|
8822
9051
|
},
|
|
8823
|
-
"created_automatically": {
|
|
8824
|
-
"description": "Flag indicating whether the flow was created automatically",
|
|
8825
|
-
"type": "boolean",
|
|
8826
|
-
"example": true
|
|
8827
|
-
},
|
|
8828
9052
|
"actions": {
|
|
8829
9053
|
"type": "array",
|
|
8830
9054
|
"items": {
|
|
@@ -8863,6 +9087,10 @@
|
|
|
8863
9087
|
},
|
|
8864
9088
|
"updated_at": {
|
|
8865
9089
|
"type": "string"
|
|
9090
|
+
},
|
|
9091
|
+
"created_automatically": {
|
|
9092
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
9093
|
+
"type": "boolean"
|
|
8866
9094
|
}
|
|
8867
9095
|
}
|
|
8868
9096
|
},
|
|
@@ -9017,6 +9245,10 @@
|
|
|
9017
9245
|
},
|
|
9018
9246
|
"updated_at": {
|
|
9019
9247
|
"type": "string"
|
|
9248
|
+
},
|
|
9249
|
+
"created_automatically": {
|
|
9250
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
9251
|
+
"type": "boolean"
|
|
9020
9252
|
}
|
|
9021
9253
|
}
|
|
9022
9254
|
},
|
|
@@ -9220,6 +9452,10 @@
|
|
|
9220
9452
|
},
|
|
9221
9453
|
"updated_at": {
|
|
9222
9454
|
"type": "string"
|
|
9455
|
+
},
|
|
9456
|
+
"created_automatically": {
|
|
9457
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
9458
|
+
"type": "boolean"
|
|
9223
9459
|
}
|
|
9224
9460
|
}
|
|
9225
9461
|
},
|
|
@@ -9294,6 +9530,10 @@
|
|
|
9294
9530
|
},
|
|
9295
9531
|
"updated_at": {
|
|
9296
9532
|
"type": "string"
|
|
9533
|
+
},
|
|
9534
|
+
"created_automatically": {
|
|
9535
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
9536
|
+
"type": "boolean"
|
|
9297
9537
|
}
|
|
9298
9538
|
}
|
|
9299
9539
|
},
|
|
@@ -9368,6 +9608,10 @@
|
|
|
9368
9608
|
},
|
|
9369
9609
|
"updated_at": {
|
|
9370
9610
|
"type": "string"
|
|
9611
|
+
},
|
|
9612
|
+
"created_automatically": {
|
|
9613
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
9614
|
+
"type": "boolean"
|
|
9371
9615
|
}
|
|
9372
9616
|
}
|
|
9373
9617
|
},
|
|
@@ -9434,6 +9678,10 @@
|
|
|
9434
9678
|
},
|
|
9435
9679
|
"updated_at": {
|
|
9436
9680
|
"type": "string"
|
|
9681
|
+
},
|
|
9682
|
+
"created_automatically": {
|
|
9683
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
9684
|
+
"type": "boolean"
|
|
9437
9685
|
}
|
|
9438
9686
|
}
|
|
9439
9687
|
}
|
|
@@ -9486,6 +9734,10 @@
|
|
|
9486
9734
|
},
|
|
9487
9735
|
"updated_at": {
|
|
9488
9736
|
"type": "string"
|
|
9737
|
+
},
|
|
9738
|
+
"created_automatically": {
|
|
9739
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
9740
|
+
"type": "boolean"
|
|
9489
9741
|
}
|
|
9490
9742
|
}
|
|
9491
9743
|
},
|
|
@@ -9640,6 +9892,10 @@
|
|
|
9640
9892
|
},
|
|
9641
9893
|
"updated_at": {
|
|
9642
9894
|
"type": "string"
|
|
9895
|
+
},
|
|
9896
|
+
"created_automatically": {
|
|
9897
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
9898
|
+
"type": "boolean"
|
|
9643
9899
|
}
|
|
9644
9900
|
}
|
|
9645
9901
|
},
|
|
@@ -9843,6 +10099,10 @@
|
|
|
9843
10099
|
},
|
|
9844
10100
|
"updated_at": {
|
|
9845
10101
|
"type": "string"
|
|
10102
|
+
},
|
|
10103
|
+
"created_automatically": {
|
|
10104
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
10105
|
+
"type": "boolean"
|
|
9846
10106
|
}
|
|
9847
10107
|
}
|
|
9848
10108
|
},
|
|
@@ -9917,6 +10177,10 @@
|
|
|
9917
10177
|
},
|
|
9918
10178
|
"updated_at": {
|
|
9919
10179
|
"type": "string"
|
|
10180
|
+
},
|
|
10181
|
+
"created_automatically": {
|
|
10182
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
10183
|
+
"type": "boolean"
|
|
9920
10184
|
}
|
|
9921
10185
|
}
|
|
9922
10186
|
},
|
|
@@ -9991,6 +10255,10 @@
|
|
|
9991
10255
|
},
|
|
9992
10256
|
"updated_at": {
|
|
9993
10257
|
"type": "string"
|
|
10258
|
+
},
|
|
10259
|
+
"created_automatically": {
|
|
10260
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
10261
|
+
"type": "boolean"
|
|
9994
10262
|
}
|
|
9995
10263
|
}
|
|
9996
10264
|
},
|
|
@@ -10057,6 +10325,10 @@
|
|
|
10057
10325
|
},
|
|
10058
10326
|
"updated_at": {
|
|
10059
10327
|
"type": "string"
|
|
10328
|
+
},
|
|
10329
|
+
"created_automatically": {
|
|
10330
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
10331
|
+
"type": "boolean"
|
|
10060
10332
|
}
|
|
10061
10333
|
}
|
|
10062
10334
|
}
|
|
@@ -10094,6 +10366,10 @@
|
|
|
10094
10366
|
},
|
|
10095
10367
|
"updated_at": {
|
|
10096
10368
|
"type": "string"
|
|
10369
|
+
},
|
|
10370
|
+
"created_automatically": {
|
|
10371
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
10372
|
+
"type": "boolean"
|
|
10097
10373
|
}
|
|
10098
10374
|
}
|
|
10099
10375
|
},
|
|
@@ -10131,6 +10407,10 @@
|
|
|
10131
10407
|
},
|
|
10132
10408
|
"updated_at": {
|
|
10133
10409
|
"type": "string"
|
|
10410
|
+
},
|
|
10411
|
+
"created_automatically": {
|
|
10412
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
10413
|
+
"type": "boolean"
|
|
10134
10414
|
}
|
|
10135
10415
|
}
|
|
10136
10416
|
},
|
|
@@ -10372,6 +10652,10 @@
|
|
|
10372
10652
|
},
|
|
10373
10653
|
"updated_at": {
|
|
10374
10654
|
"type": "string"
|
|
10655
|
+
},
|
|
10656
|
+
"created_automatically": {
|
|
10657
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
10658
|
+
"type": "boolean"
|
|
10375
10659
|
}
|
|
10376
10660
|
}
|
|
10377
10661
|
},
|
|
@@ -10455,6 +10739,10 @@
|
|
|
10455
10739
|
},
|
|
10456
10740
|
"updated_at": {
|
|
10457
10741
|
"type": "string"
|
|
10742
|
+
},
|
|
10743
|
+
"created_automatically": {
|
|
10744
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
10745
|
+
"type": "boolean"
|
|
10458
10746
|
}
|
|
10459
10747
|
}
|
|
10460
10748
|
},
|
|
@@ -10540,6 +10828,10 @@
|
|
|
10540
10828
|
},
|
|
10541
10829
|
"updated_at": {
|
|
10542
10830
|
"type": "string"
|
|
10831
|
+
},
|
|
10832
|
+
"created_automatically": {
|
|
10833
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
10834
|
+
"type": "boolean"
|
|
10543
10835
|
}
|
|
10544
10836
|
}
|
|
10545
10837
|
},
|
|
@@ -10961,6 +11253,10 @@
|
|
|
10961
11253
|
},
|
|
10962
11254
|
"updated_at": {
|
|
10963
11255
|
"type": "string"
|
|
11256
|
+
},
|
|
11257
|
+
"created_automatically": {
|
|
11258
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
11259
|
+
"type": "boolean"
|
|
10964
11260
|
}
|
|
10965
11261
|
}
|
|
10966
11262
|
},
|
|
@@ -11103,6 +11399,10 @@
|
|
|
11103
11399
|
},
|
|
11104
11400
|
"updated_at": {
|
|
11105
11401
|
"type": "string"
|
|
11402
|
+
},
|
|
11403
|
+
"created_automatically": {
|
|
11404
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
11405
|
+
"type": "boolean"
|
|
11106
11406
|
}
|
|
11107
11407
|
}
|
|
11108
11408
|
},
|
|
@@ -11257,6 +11557,10 @@
|
|
|
11257
11557
|
},
|
|
11258
11558
|
"updated_at": {
|
|
11259
11559
|
"type": "string"
|
|
11560
|
+
},
|
|
11561
|
+
"created_automatically": {
|
|
11562
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
11563
|
+
"type": "boolean"
|
|
11260
11564
|
}
|
|
11261
11565
|
}
|
|
11262
11566
|
},
|
|
@@ -11460,6 +11764,10 @@
|
|
|
11460
11764
|
},
|
|
11461
11765
|
"updated_at": {
|
|
11462
11766
|
"type": "string"
|
|
11767
|
+
},
|
|
11768
|
+
"created_automatically": {
|
|
11769
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
11770
|
+
"type": "boolean"
|
|
11463
11771
|
}
|
|
11464
11772
|
}
|
|
11465
11773
|
},
|
|
@@ -11534,6 +11842,10 @@
|
|
|
11534
11842
|
},
|
|
11535
11843
|
"updated_at": {
|
|
11536
11844
|
"type": "string"
|
|
11845
|
+
},
|
|
11846
|
+
"created_automatically": {
|
|
11847
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
11848
|
+
"type": "boolean"
|
|
11537
11849
|
}
|
|
11538
11850
|
}
|
|
11539
11851
|
},
|
|
@@ -11608,6 +11920,10 @@
|
|
|
11608
11920
|
},
|
|
11609
11921
|
"updated_at": {
|
|
11610
11922
|
"type": "string"
|
|
11923
|
+
},
|
|
11924
|
+
"created_automatically": {
|
|
11925
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
11926
|
+
"type": "boolean"
|
|
11611
11927
|
}
|
|
11612
11928
|
}
|
|
11613
11929
|
},
|
|
@@ -11674,6 +11990,10 @@
|
|
|
11674
11990
|
},
|
|
11675
11991
|
"updated_at": {
|
|
11676
11992
|
"type": "string"
|
|
11993
|
+
},
|
|
11994
|
+
"created_automatically": {
|
|
11995
|
+
"description": "Flag indicating whether the action was created automatically or manually",
|
|
11996
|
+
"type": "boolean"
|
|
11677
11997
|
}
|
|
11678
11998
|
}
|
|
11679
11999
|
}
|