@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/_types/gen/analytics/index.d.ts +1 -1
- package/dist/_types/gen/analytics/queryOptions.gen.d.ts +5 -1
- package/dist/_types/gen/client.gen.d.ts +4 -1
- package/dist/_types/gen/types.gen.d.ts +15195 -3793
- package/dist/analytics/index.cjs +5 -0
- package/dist/analytics/index.cjs.map +1 -1
- package/dist/analytics/index.js +5 -1
- package/dist/analytics/index.js.map +1 -1
- package/dist/index.cjs +45 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +45 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/gen/analytics/index.ts +1 -1
- package/src/gen/analytics/queryOptions.gen.ts +7 -0
- package/src/gen/bindings.gen.ts +45 -0
- package/src/gen/client.gen.ts +5 -0
- package/src/gen/types.gen.ts +16137 -4733
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": {
|