@lessly/sdk-app 42.1.0 → 43.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-BsYUM5lP.d.cts → client.gen-BE8VaNrU.d.cts} +259 -1
- package/dist/{client.gen-BsYUM5lP.d.ts → client.gen-BE8VaNrU.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/playground/index.d.cts +1 -1
- package/dist/playground/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.cjs
CHANGED
|
@@ -3789,6 +3789,40 @@ var bindings = {
|
|
|
3789
3789
|
"path": "/observe/issues/:id/assign",
|
|
3790
3790
|
"readOnly": false
|
|
3791
3791
|
},
|
|
3792
|
+
"event": {
|
|
3793
|
+
"method": "GET",
|
|
3794
|
+
"params": [
|
|
3795
|
+
{
|
|
3796
|
+
"in": "path",
|
|
3797
|
+
"name": "id"
|
|
3798
|
+
},
|
|
3799
|
+
{
|
|
3800
|
+
"in": "query",
|
|
3801
|
+
"name": "eventId"
|
|
3802
|
+
}
|
|
3803
|
+
],
|
|
3804
|
+
"path": "/observe/issues/:id/event",
|
|
3805
|
+
"readOnly": true
|
|
3806
|
+
},
|
|
3807
|
+
"events": {
|
|
3808
|
+
"method": "GET",
|
|
3809
|
+
"params": [
|
|
3810
|
+
{
|
|
3811
|
+
"in": "path",
|
|
3812
|
+
"name": "id"
|
|
3813
|
+
},
|
|
3814
|
+
{
|
|
3815
|
+
"in": "query",
|
|
3816
|
+
"name": "limit"
|
|
3817
|
+
},
|
|
3818
|
+
{
|
|
3819
|
+
"in": "query",
|
|
3820
|
+
"name": "cursor"
|
|
3821
|
+
}
|
|
3822
|
+
],
|
|
3823
|
+
"path": "/observe/issues/:id/events",
|
|
3824
|
+
"readOnly": true
|
|
3825
|
+
},
|
|
3792
3826
|
"get": {
|
|
3793
3827
|
"method": "GET",
|
|
3794
3828
|
"params": [
|
|
@@ -3800,6 +3834,21 @@ var bindings = {
|
|
|
3800
3834
|
"path": "/observe/issues/:id",
|
|
3801
3835
|
"readOnly": true
|
|
3802
3836
|
},
|
|
3837
|
+
"histogram": {
|
|
3838
|
+
"method": "GET",
|
|
3839
|
+
"params": [
|
|
3840
|
+
{
|
|
3841
|
+
"in": "path",
|
|
3842
|
+
"name": "id"
|
|
3843
|
+
},
|
|
3844
|
+
{
|
|
3845
|
+
"in": "query",
|
|
3846
|
+
"name": "window"
|
|
3847
|
+
}
|
|
3848
|
+
],
|
|
3849
|
+
"path": "/observe/issues/:id/histogram",
|
|
3850
|
+
"readOnly": true
|
|
3851
|
+
},
|
|
3803
3852
|
"list": {
|
|
3804
3853
|
"method": "GET",
|
|
3805
3854
|
"params": [
|