@lessly/sdk-app 54.1.0 → 56.0.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/index.js CHANGED
@@ -578,6 +578,51 @@ var bindings = {
578
578
  "path": "/analytics/query",
579
579
  "readOnly": true
580
580
  }
581
+ },
582
+ "retention": {
583
+ "run": {
584
+ "method": "POST",
585
+ "params": [
586
+ {
587
+ "in": "body",
588
+ "name": "entity"
589
+ },
590
+ {
591
+ "in": "body",
592
+ "name": "subject"
593
+ },
594
+ {
595
+ "in": "body",
596
+ "name": "cohort"
597
+ },
598
+ {
599
+ "in": "body",
600
+ "name": "return"
601
+ },
602
+ {
603
+ "in": "body",
604
+ "name": "day"
605
+ },
606
+ {
607
+ "in": "body",
608
+ "name": "return_window_days"
609
+ },
610
+ {
611
+ "in": "body",
612
+ "name": "from"
613
+ },
614
+ {
615
+ "in": "body",
616
+ "name": "to"
617
+ },
618
+ {
619
+ "in": "body",
620
+ "name": "grain"
621
+ }
622
+ ],
623
+ "path": "/analytics/retention/run",
624
+ "readOnly": true
625
+ }
581
626
  }
582
627
  },
583
628
  "brain": {