@lessly/sdk-app 22.0.0 → 22.1.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-Bh9hLF_d.d.cts → client.gen-Cd9Ch24J.d.cts} +106 -1
- package/dist/{client.gen-Bh9hLF_d.d.ts → client.gen-Cd9Ch24J.d.ts} +106 -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 +79 -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 +79 -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/organization/index.cjs +25 -0
- package/dist/organization/index.cjs.map +1 -1
- package/dist/organization/index.d.cts +22 -2
- package/dist/organization/index.d.ts +22 -2
- package/dist/organization/index.js +21 -1
- package/dist/organization/index.js.map +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/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 +79 -0
- package/src/gen/client.gen.ts +19 -0
- package/src/gen/organization/index.ts +1 -1
- package/src/gen/organization/queryOptions.gen.ts +32 -0
- package/src/gen/types.gen.ts +106 -0
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -4291,6 +4291,85 @@ var bindings = {
|
|
|
4291
4291
|
"readOnly": false
|
|
4292
4292
|
}
|
|
4293
4293
|
},
|
|
4294
|
+
"public-keys": {
|
|
4295
|
+
"create": {
|
|
4296
|
+
"method": "POST",
|
|
4297
|
+
"params": [
|
|
4298
|
+
{
|
|
4299
|
+
"in": "path",
|
|
4300
|
+
"name": "productId"
|
|
4301
|
+
},
|
|
4302
|
+
{
|
|
4303
|
+
"in": "body",
|
|
4304
|
+
"name": "name"
|
|
4305
|
+
},
|
|
4306
|
+
{
|
|
4307
|
+
"in": "body",
|
|
4308
|
+
"name": "scope"
|
|
4309
|
+
}
|
|
4310
|
+
],
|
|
4311
|
+
"path": "/governance/api/v1/products/:productId/public-keys",
|
|
4312
|
+
"readOnly": false
|
|
4313
|
+
},
|
|
4314
|
+
"list": {
|
|
4315
|
+
"method": "GET",
|
|
4316
|
+
"params": [
|
|
4317
|
+
{
|
|
4318
|
+
"in": "path",
|
|
4319
|
+
"name": "productId"
|
|
4320
|
+
}
|
|
4321
|
+
],
|
|
4322
|
+
"path": "/governance/api/v1/products/:productId/public-keys",
|
|
4323
|
+
"readOnly": true
|
|
4324
|
+
},
|
|
4325
|
+
"revoke": {
|
|
4326
|
+
"method": "POST",
|
|
4327
|
+
"params": [
|
|
4328
|
+
{
|
|
4329
|
+
"in": "path",
|
|
4330
|
+
"name": "productId"
|
|
4331
|
+
},
|
|
4332
|
+
{
|
|
4333
|
+
"in": "path",
|
|
4334
|
+
"name": "id"
|
|
4335
|
+
}
|
|
4336
|
+
],
|
|
4337
|
+
"path": "/governance/api/v1/products/:productId/public-keys/:id/revoke",
|
|
4338
|
+
"readOnly": false
|
|
4339
|
+
},
|
|
4340
|
+
"update-scope": {
|
|
4341
|
+
"method": "PUT",
|
|
4342
|
+
"params": [
|
|
4343
|
+
{
|
|
4344
|
+
"in": "path",
|
|
4345
|
+
"name": "productId"
|
|
4346
|
+
},
|
|
4347
|
+
{
|
|
4348
|
+
"in": "path",
|
|
4349
|
+
"name": "id"
|
|
4350
|
+
},
|
|
4351
|
+
{
|
|
4352
|
+
"in": "body",
|
|
4353
|
+
"name": "scope"
|
|
4354
|
+
}
|
|
4355
|
+
],
|
|
4356
|
+
"path": "/governance/api/v1/products/:productId/public-keys/:id/scope",
|
|
4357
|
+
"readOnly": false
|
|
4358
|
+
}
|
|
4359
|
+
},
|
|
4360
|
+
"public-routes": {
|
|
4361
|
+
"list": {
|
|
4362
|
+
"method": "GET",
|
|
4363
|
+
"params": [
|
|
4364
|
+
{
|
|
4365
|
+
"in": "path",
|
|
4366
|
+
"name": "productId"
|
|
4367
|
+
}
|
|
4368
|
+
],
|
|
4369
|
+
"path": "/governance/api/v1/products/:productId/public-routes",
|
|
4370
|
+
"readOnly": true
|
|
4371
|
+
}
|
|
4372
|
+
},
|
|
4294
4373
|
"roles": {
|
|
4295
4374
|
"create": {
|
|
4296
4375
|
"method": "POST",
|