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