@lessly/sdk-app 42.2.0 → 44.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/analytics/index.d.cts +1 -1
- package/dist/analytics/index.d.ts +1 -1
- package/dist/brain/index.d.cts +1 -1
- package/dist/brain/index.d.ts +1 -1
- package/dist/{client.gen-Cyz4I2yE.d.cts → client.gen-BsjxuDLy.d.cts} +259 -1
- package/dist/{client.gen-Cyz4I2yE.d.ts → client.gen-BsjxuDLy.d.ts} +259 -1
- package/dist/consent/index.d.cts +1 -1
- package/dist/consent/index.d.ts +1 -1
- package/dist/deployment/index.d.cts +1 -1
- package/dist/deployment/index.d.ts +1 -1
- package/dist/index.cjs +49 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +49 -0
- package/dist/index.js.map +1 -1
- package/dist/mail/index.d.cts +2 -2
- package/dist/mail/index.d.ts +2 -2
- package/dist/observe/index.cjs +15 -0
- package/dist/observe/index.cjs.map +1 -1
- package/dist/observe/index.d.cts +14 -2
- package/dist/observe/index.d.ts +14 -2
- package/dist/observe/index.js +13 -1
- package/dist/observe/index.js.map +1 -1
- package/dist/organization/index.d.cts +1 -1
- package/dist/organization/index.d.ts +1 -1
- package/dist/realtime/index.d.cts +1 -1
- package/dist/realtime/index.d.ts +1 -1
- package/dist/support/index.d.cts +1 -1
- package/dist/support/index.d.ts +1 -1
- package/dist/tracking/index.d.cts +1 -1
- package/dist/tracking/index.d.ts +1 -1
- package/dist/users/index.d.cts +1 -1
- package/dist/users/index.d.ts +1 -1
- package/dist/waitlist/index.d.cts +1 -1
- package/dist/waitlist/index.d.ts +1 -1
- package/package.json +2 -2
- package/src/gen/bindings.gen.ts +49 -0
- package/src/gen/client.gen.ts +9 -0
- package/src/gen/observe/index.ts +1 -1
- package/src/gen/observe/queryOptions.gen.ts +21 -0
- package/src/gen/types.gen.ts +261 -0
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -3800,6 +3800,40 @@ var bindings = {
|
|
|
3800
3800
|
"path": "/observe/issues/:id/assign",
|
|
3801
3801
|
"readOnly": false
|
|
3802
3802
|
},
|
|
3803
|
+
"event": {
|
|
3804
|
+
"method": "GET",
|
|
3805
|
+
"params": [
|
|
3806
|
+
{
|
|
3807
|
+
"in": "path",
|
|
3808
|
+
"name": "id"
|
|
3809
|
+
},
|
|
3810
|
+
{
|
|
3811
|
+
"in": "query",
|
|
3812
|
+
"name": "eventId"
|
|
3813
|
+
}
|
|
3814
|
+
],
|
|
3815
|
+
"path": "/observe/issues/:id/event",
|
|
3816
|
+
"readOnly": true
|
|
3817
|
+
},
|
|
3818
|
+
"events": {
|
|
3819
|
+
"method": "GET",
|
|
3820
|
+
"params": [
|
|
3821
|
+
{
|
|
3822
|
+
"in": "path",
|
|
3823
|
+
"name": "id"
|
|
3824
|
+
},
|
|
3825
|
+
{
|
|
3826
|
+
"in": "query",
|
|
3827
|
+
"name": "limit"
|
|
3828
|
+
},
|
|
3829
|
+
{
|
|
3830
|
+
"in": "query",
|
|
3831
|
+
"name": "cursor"
|
|
3832
|
+
}
|
|
3833
|
+
],
|
|
3834
|
+
"path": "/observe/issues/:id/events",
|
|
3835
|
+
"readOnly": true
|
|
3836
|
+
},
|
|
3803
3837
|
"get": {
|
|
3804
3838
|
"method": "GET",
|
|
3805
3839
|
"params": [
|
|
@@ -3811,6 +3845,21 @@ var bindings = {
|
|
|
3811
3845
|
"path": "/observe/issues/:id",
|
|
3812
3846
|
"readOnly": true
|
|
3813
3847
|
},
|
|
3848
|
+
"histogram": {
|
|
3849
|
+
"method": "GET",
|
|
3850
|
+
"params": [
|
|
3851
|
+
{
|
|
3852
|
+
"in": "path",
|
|
3853
|
+
"name": "id"
|
|
3854
|
+
},
|
|
3855
|
+
{
|
|
3856
|
+
"in": "query",
|
|
3857
|
+
"name": "window"
|
|
3858
|
+
}
|
|
3859
|
+
],
|
|
3860
|
+
"path": "/observe/issues/:id/histogram",
|
|
3861
|
+
"readOnly": true
|
|
3862
|
+
},
|
|
3814
3863
|
"list": {
|
|
3815
3864
|
"method": "GET",
|
|
3816
3865
|
"params": [
|