@lessly/sdk-app 67.1.0 → 67.2.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.
@@ -117695,6 +117695,29 @@ export interface WorkflowDefinitionCreateOutput {
117695
117695
  * `broken` is the dependency check's, not an operator's: a capability is gone.
117696
117696
  */
117697
117697
  status: ("draft" | "enabled" | "disabled" | "broken");
117698
+ /**
117699
+ * What starts this workflow and how big it is, without fetching the definition. Taken from the live version when one is live, from the draft otherwise.
117700
+ */
117701
+ summary: {
117702
+ /**
117703
+ * What starts the workflow; null when the definition declares no trigger.
117704
+ */
117705
+ trigger: ({
117706
+ /**
117707
+ * Set for `schedule` and `batch`; null otherwise.
117708
+ */
117709
+ cron: (string | null);
117710
+ kind: ("event" | "schedule" | "batch" | "manual");
117711
+ /**
117712
+ * The event name for `event`, the source tool for `batch`; null otherwise.
117713
+ */
117714
+ name: (string | null);
117715
+ } | null);
117716
+ /**
117717
+ * Steps in the graph; a loop counts as one.
117718
+ */
117719
+ node_count: number;
117720
+ };
117698
117721
  /**
117699
117722
  * What is stopping an otherwise published workflow; null when nothing is.
117700
117723
  */
@@ -117742,6 +117765,29 @@ export interface WorkflowDefinitionDisableOutput {
117742
117765
  * `broken` is the dependency check's, not an operator's: a capability is gone.
117743
117766
  */
117744
117767
  status: ("draft" | "enabled" | "disabled" | "broken");
117768
+ /**
117769
+ * What starts this workflow and how big it is, without fetching the definition. Taken from the live version when one is live, from the draft otherwise.
117770
+ */
117771
+ summary: {
117772
+ /**
117773
+ * What starts the workflow; null when the definition declares no trigger.
117774
+ */
117775
+ trigger: ({
117776
+ /**
117777
+ * Set for `schedule` and `batch`; null otherwise.
117778
+ */
117779
+ cron: (string | null);
117780
+ kind: ("event" | "schedule" | "batch" | "manual");
117781
+ /**
117782
+ * The event name for `event`, the source tool for `batch`; null otherwise.
117783
+ */
117784
+ name: (string | null);
117785
+ } | null);
117786
+ /**
117787
+ * Steps in the graph; a loop counts as one.
117788
+ */
117789
+ node_count: number;
117790
+ };
117745
117791
  /**
117746
117792
  * What is stopping an otherwise published workflow; null when nothing is.
117747
117793
  */
@@ -117811,6 +117857,29 @@ export interface WorkflowDefinitionEnableOutput {
117811
117857
  * `broken` is the dependency check's, not an operator's: a capability is gone.
117812
117858
  */
117813
117859
  status: ("draft" | "enabled" | "disabled" | "broken");
117860
+ /**
117861
+ * What starts this workflow and how big it is, without fetching the definition. Taken from the live version when one is live, from the draft otherwise.
117862
+ */
117863
+ summary: {
117864
+ /**
117865
+ * What starts the workflow; null when the definition declares no trigger.
117866
+ */
117867
+ trigger: ({
117868
+ /**
117869
+ * Set for `schedule` and `batch`; null otherwise.
117870
+ */
117871
+ cron: (string | null);
117872
+ kind: ("event" | "schedule" | "batch" | "manual");
117873
+ /**
117874
+ * The event name for `event`, the source tool for `batch`; null otherwise.
117875
+ */
117876
+ name: (string | null);
117877
+ } | null);
117878
+ /**
117879
+ * Steps in the graph; a loop counts as one.
117880
+ */
117881
+ node_count: number;
117882
+ };
117814
117883
  /**
117815
117884
  * What is stopping an otherwise published workflow; null when nothing is.
117816
117885
  */
@@ -117948,6 +118017,29 @@ export interface WorkflowDefinitionGetOutput {
117948
118017
  * `broken` is the dependency check's, not an operator's: a capability is gone.
117949
118018
  */
117950
118019
  status: ("draft" | "enabled" | "disabled" | "broken");
118020
+ /**
118021
+ * What starts this workflow and how big it is, without fetching the definition. Taken from the live version when one is live, from the draft otherwise.
118022
+ */
118023
+ summary: {
118024
+ /**
118025
+ * What starts the workflow; null when the definition declares no trigger.
118026
+ */
118027
+ trigger: ({
118028
+ /**
118029
+ * Set for `schedule` and `batch`; null otherwise.
118030
+ */
118031
+ cron: (string | null);
118032
+ kind: ("event" | "schedule" | "batch" | "manual");
118033
+ /**
118034
+ * The event name for `event`, the source tool for `batch`; null otherwise.
118035
+ */
118036
+ name: (string | null);
118037
+ } | null);
118038
+ /**
118039
+ * Steps in the graph; a loop counts as one.
118040
+ */
118041
+ node_count: number;
118042
+ };
117951
118043
  /**
117952
118044
  * What is stopping an otherwise published workflow; null when nothing is.
117953
118045
  */
@@ -118093,6 +118185,29 @@ export interface WorkflowDefinitionImportOutput {
118093
118185
  * `broken` is the dependency check's, not an operator's: a capability is gone.
118094
118186
  */
118095
118187
  status: ("draft" | "enabled" | "disabled" | "broken");
118188
+ /**
118189
+ * What starts this workflow and how big it is, without fetching the definition. Taken from the live version when one is live, from the draft otherwise.
118190
+ */
118191
+ summary: {
118192
+ /**
118193
+ * What starts the workflow; null when the definition declares no trigger.
118194
+ */
118195
+ trigger: ({
118196
+ /**
118197
+ * Set for `schedule` and `batch`; null otherwise.
118198
+ */
118199
+ cron: (string | null);
118200
+ kind: ("event" | "schedule" | "batch" | "manual");
118201
+ /**
118202
+ * The event name for `event`, the source tool for `batch`; null otherwise.
118203
+ */
118204
+ name: (string | null);
118205
+ } | null);
118206
+ /**
118207
+ * Steps in the graph; a loop counts as one.
118208
+ */
118209
+ node_count: number;
118210
+ };
118096
118211
  /**
118097
118212
  * What is stopping an otherwise published workflow; null when nothing is.
118098
118213
  */
@@ -118149,6 +118264,29 @@ export interface WorkflowDefinitionListOutput {
118149
118264
  * `broken` is the dependency check's, not an operator's: a capability is gone.
118150
118265
  */
118151
118266
  status: ("draft" | "enabled" | "disabled" | "broken");
118267
+ /**
118268
+ * What starts this workflow and how big it is, without fetching the definition. Taken from the live version when one is live, from the draft otherwise.
118269
+ */
118270
+ summary: {
118271
+ /**
118272
+ * What starts the workflow; null when the definition declares no trigger.
118273
+ */
118274
+ trigger: ({
118275
+ /**
118276
+ * Set for `schedule` and `batch`; null otherwise.
118277
+ */
118278
+ cron: (string | null);
118279
+ kind: ("event" | "schedule" | "batch" | "manual");
118280
+ /**
118281
+ * The event name for `event`, the source tool for `batch`; null otherwise.
118282
+ */
118283
+ name: (string | null);
118284
+ } | null);
118285
+ /**
118286
+ * Steps in the graph; a loop counts as one.
118287
+ */
118288
+ node_count: number;
118289
+ };
118152
118290
  /**
118153
118291
  * What is stopping an otherwise published workflow; null when nothing is.
118154
118292
  */
@@ -118343,6 +118481,29 @@ export interface WorkflowDefinitionUpdateOutput {
118343
118481
  * `broken` is the dependency check's, not an operator's: a capability is gone.
118344
118482
  */
118345
118483
  status: ("draft" | "enabled" | "disabled" | "broken");
118484
+ /**
118485
+ * What starts this workflow and how big it is, without fetching the definition. Taken from the live version when one is live, from the draft otherwise.
118486
+ */
118487
+ summary: {
118488
+ /**
118489
+ * What starts the workflow; null when the definition declares no trigger.
118490
+ */
118491
+ trigger: ({
118492
+ /**
118493
+ * Set for `schedule` and `batch`; null otherwise.
118494
+ */
118495
+ cron: (string | null);
118496
+ kind: ("event" | "schedule" | "batch" | "manual");
118497
+ /**
118498
+ * The event name for `event`, the source tool for `batch`; null otherwise.
118499
+ */
118500
+ name: (string | null);
118501
+ } | null);
118502
+ /**
118503
+ * Steps in the graph; a loop counts as one.
118504
+ */
118505
+ node_count: number;
118506
+ };
118346
118507
  /**
118347
118508
  * What is stopping an otherwise published workflow; null when nothing is.
118348
118509
  */
@@ -118780,7 +118941,7 @@ export interface WorkflowRunStatsOutput {
118780
118941
  runs?: number;
118781
118942
  edges?: {
118782
118943
  /**
118783
- * `done` after the last node of a run that succeeded.
118944
+ * The synthetic `done` after the last node of a run that succeeded. No edge leaves a node for itself.
118784
118945
  */
118785
118946
  to: string;
118786
118947
  /**
@@ -118811,7 +118972,7 @@ export interface WorkflowRunStatsOutput {
118811
118972
  }[];
118812
118973
  nodes?: {
118813
118974
  /**
118814
- * Windowed runs whose failing step is this node.
118975
+ * Windowed failed runs attributed to this node: its failing step, or for a run that died on a node writing no step row — the last node the run reached.
118815
118976
  */
118816
118977
  failed: number;
118817
118978
  node_id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lessly/sdk-app",
3
- "version": "67.1.0",
3
+ "version": "67.2.0",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "engines": {
@@ -219,5 +219,5 @@
219
219
  }
220
220
  }
221
221
  },
222
- "sdkContentHash": "sha256:f5da74f69ae9b27181216b66141c1f5a8f1ff4df74c12a344c6f01a3ef38ce12"
222
+ "sdkContentHash": "sha256:2bfbab701a7f4aad922ad8a050c02fe81cc9b093b7491c39b9fac92087e64e36"
223
223
  }
@@ -111264,6 +111264,29 @@ name: string
111264
111264
  * `broken` is the dependency check's, not an operator's: a capability is gone.
111265
111265
  */
111266
111266
  status: ("draft" | "enabled" | "disabled" | "broken")
111267
+ /**
111268
+ * What starts this workflow and how big it is, without fetching the definition. Taken from the live version when one is live, from the draft otherwise.
111269
+ */
111270
+ summary: {
111271
+ /**
111272
+ * What starts the workflow; null when the definition declares no trigger.
111273
+ */
111274
+ trigger: ({
111275
+ /**
111276
+ * Set for `schedule` and `batch`; null otherwise.
111277
+ */
111278
+ cron: (string | null)
111279
+ kind: ("event" | "schedule" | "batch" | "manual")
111280
+ /**
111281
+ * The event name for `event`, the source tool for `batch`; null otherwise.
111282
+ */
111283
+ name: (string | null)
111284
+ } | null)
111285
+ /**
111286
+ * Steps in the graph; a loop counts as one.
111287
+ */
111288
+ node_count: number
111289
+ }
111267
111290
  /**
111268
111291
  * What is stopping an otherwise published workflow; null when nothing is.
111269
111292
  */
@@ -111313,6 +111336,29 @@ name: string
111313
111336
  * `broken` is the dependency check's, not an operator's: a capability is gone.
111314
111337
  */
111315
111338
  status: ("draft" | "enabled" | "disabled" | "broken")
111339
+ /**
111340
+ * What starts this workflow and how big it is, without fetching the definition. Taken from the live version when one is live, from the draft otherwise.
111341
+ */
111342
+ summary: {
111343
+ /**
111344
+ * What starts the workflow; null when the definition declares no trigger.
111345
+ */
111346
+ trigger: ({
111347
+ /**
111348
+ * Set for `schedule` and `batch`; null otherwise.
111349
+ */
111350
+ cron: (string | null)
111351
+ kind: ("event" | "schedule" | "batch" | "manual")
111352
+ /**
111353
+ * The event name for `event`, the source tool for `batch`; null otherwise.
111354
+ */
111355
+ name: (string | null)
111356
+ } | null)
111357
+ /**
111358
+ * Steps in the graph; a loop counts as one.
111359
+ */
111360
+ node_count: number
111361
+ }
111316
111362
  /**
111317
111363
  * What is stopping an otherwise published workflow; null when nothing is.
111318
111364
  */
@@ -111386,6 +111432,29 @@ name: string
111386
111432
  * `broken` is the dependency check's, not an operator's: a capability is gone.
111387
111433
  */
111388
111434
  status: ("draft" | "enabled" | "disabled" | "broken")
111435
+ /**
111436
+ * What starts this workflow and how big it is, without fetching the definition. Taken from the live version when one is live, from the draft otherwise.
111437
+ */
111438
+ summary: {
111439
+ /**
111440
+ * What starts the workflow; null when the definition declares no trigger.
111441
+ */
111442
+ trigger: ({
111443
+ /**
111444
+ * Set for `schedule` and `batch`; null otherwise.
111445
+ */
111446
+ cron: (string | null)
111447
+ kind: ("event" | "schedule" | "batch" | "manual")
111448
+ /**
111449
+ * The event name for `event`, the source tool for `batch`; null otherwise.
111450
+ */
111451
+ name: (string | null)
111452
+ } | null)
111453
+ /**
111454
+ * Steps in the graph; a loop counts as one.
111455
+ */
111456
+ node_count: number
111457
+ }
111389
111458
  /**
111390
111459
  * What is stopping an otherwise published workflow; null when nothing is.
111391
111460
  */
@@ -111527,6 +111596,29 @@ name: string
111527
111596
  * `broken` is the dependency check's, not an operator's: a capability is gone.
111528
111597
  */
111529
111598
  status: ("draft" | "enabled" | "disabled" | "broken")
111599
+ /**
111600
+ * What starts this workflow and how big it is, without fetching the definition. Taken from the live version when one is live, from the draft otherwise.
111601
+ */
111602
+ summary: {
111603
+ /**
111604
+ * What starts the workflow; null when the definition declares no trigger.
111605
+ */
111606
+ trigger: ({
111607
+ /**
111608
+ * Set for `schedule` and `batch`; null otherwise.
111609
+ */
111610
+ cron: (string | null)
111611
+ kind: ("event" | "schedule" | "batch" | "manual")
111612
+ /**
111613
+ * The event name for `event`, the source tool for `batch`; null otherwise.
111614
+ */
111615
+ name: (string | null)
111616
+ } | null)
111617
+ /**
111618
+ * Steps in the graph; a loop counts as one.
111619
+ */
111620
+ node_count: number
111621
+ }
111530
111622
  /**
111531
111623
  * What is stopping an otherwise published workflow; null when nothing is.
111532
111624
  */
@@ -111674,6 +111766,29 @@ name: string
111674
111766
  * `broken` is the dependency check's, not an operator's: a capability is gone.
111675
111767
  */
111676
111768
  status: ("draft" | "enabled" | "disabled" | "broken")
111769
+ /**
111770
+ * What starts this workflow and how big it is, without fetching the definition. Taken from the live version when one is live, from the draft otherwise.
111771
+ */
111772
+ summary: {
111773
+ /**
111774
+ * What starts the workflow; null when the definition declares no trigger.
111775
+ */
111776
+ trigger: ({
111777
+ /**
111778
+ * Set for `schedule` and `batch`; null otherwise.
111779
+ */
111780
+ cron: (string | null)
111781
+ kind: ("event" | "schedule" | "batch" | "manual")
111782
+ /**
111783
+ * The event name for `event`, the source tool for `batch`; null otherwise.
111784
+ */
111785
+ name: (string | null)
111786
+ } | null)
111787
+ /**
111788
+ * Steps in the graph; a loop counts as one.
111789
+ */
111790
+ node_count: number
111791
+ }
111677
111792
  /**
111678
111793
  * What is stopping an otherwise published workflow; null when nothing is.
111679
111794
  */
@@ -111732,6 +111847,29 @@ name: string
111732
111847
  * `broken` is the dependency check's, not an operator's: a capability is gone.
111733
111848
  */
111734
111849
  status: ("draft" | "enabled" | "disabled" | "broken")
111850
+ /**
111851
+ * What starts this workflow and how big it is, without fetching the definition. Taken from the live version when one is live, from the draft otherwise.
111852
+ */
111853
+ summary: {
111854
+ /**
111855
+ * What starts the workflow; null when the definition declares no trigger.
111856
+ */
111857
+ trigger: ({
111858
+ /**
111859
+ * Set for `schedule` and `batch`; null otherwise.
111860
+ */
111861
+ cron: (string | null)
111862
+ kind: ("event" | "schedule" | "batch" | "manual")
111863
+ /**
111864
+ * The event name for `event`, the source tool for `batch`; null otherwise.
111865
+ */
111866
+ name: (string | null)
111867
+ } | null)
111868
+ /**
111869
+ * Steps in the graph; a loop counts as one.
111870
+ */
111871
+ node_count: number
111872
+ }
111735
111873
  /**
111736
111874
  * What is stopping an otherwise published workflow; null when nothing is.
111737
111875
  */
@@ -111930,6 +112068,29 @@ name: string
111930
112068
  * `broken` is the dependency check's, not an operator's: a capability is gone.
111931
112069
  */
111932
112070
  status: ("draft" | "enabled" | "disabled" | "broken")
112071
+ /**
112072
+ * What starts this workflow and how big it is, without fetching the definition. Taken from the live version when one is live, from the draft otherwise.
112073
+ */
112074
+ summary: {
112075
+ /**
112076
+ * What starts the workflow; null when the definition declares no trigger.
112077
+ */
112078
+ trigger: ({
112079
+ /**
112080
+ * Set for `schedule` and `batch`; null otherwise.
112081
+ */
112082
+ cron: (string | null)
112083
+ kind: ("event" | "schedule" | "batch" | "manual")
112084
+ /**
112085
+ * The event name for `event`, the source tool for `batch`; null otherwise.
112086
+ */
112087
+ name: (string | null)
112088
+ } | null)
112089
+ /**
112090
+ * Steps in the graph; a loop counts as one.
112091
+ */
112092
+ node_count: number
112093
+ }
111933
112094
  /**
111934
112095
  * What is stopping an otherwise published workflow; null when nothing is.
111935
112096
  */
@@ -112399,7 +112560,7 @@ export interface WorkflowRunStatsOutput {
112399
112560
  runs?: number
112400
112561
  edges?: {
112401
112562
  /**
112402
- * `done` after the last node of a run that succeeded.
112563
+ * The synthetic `done` after the last node of a run that succeeded. No edge leaves a node for itself.
112403
112564
  */
112404
112565
  to: string
112405
112566
  /**
@@ -112430,7 +112591,7 @@ workflow_id: string
112430
112591
  }[]
112431
112592
  nodes?: {
112432
112593
  /**
112433
- * Windowed runs whose failing step is this node.
112594
+ * Windowed failed runs attributed to this node: its failing step, or for a run that died on a node writing no step row — the last node the run reached.
112434
112595
  */
112435
112596
  failed: number
112436
112597
  node_id: string