@lessly/sdk-app 64.2.0 → 65.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/_types/gen/client.gen.d.ts +6 -34
- package/dist/_types/gen/manifest.gen.d.ts +1 -1
- package/dist/_types/gen/organization/index.d.ts +1 -1
- package/dist/_types/gen/organization/queryOptions.gen.d.ts +13 -1
- package/dist/_types/gen/types.gen.d.ts +71 -257
- package/dist/index.cjs +77 -185
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +10910 -20
- package/dist/index.js.map +1 -1
- package/dist/organization/index.cjs +15 -0
- package/dist/organization/index.cjs.map +1 -1
- package/dist/organization/index.js +13 -1
- package/dist/organization/index.js.map +1 -1
- package/package.json +2 -12
- package/src/gen/bindings.gen.ts +74 -176
- package/src/gen/client.gen.ts +11 -63
- package/src/gen/manifest.gen.ts +4 -18
- package/src/gen/organization/index.ts +1 -1
- package/src/gen/organization/queryOptions.gen.ts +19 -0
- package/src/gen/types.gen.ts +77 -299
- package/dist/_types/gen/playground/connect.gen.d.ts +0 -3
- package/dist/_types/gen/playground/index.d.ts +0 -3
- package/dist/_types/gen/playground/queryOptions.gen.d.ts +0 -62
- package/dist/chunk-6MZMAF4Y.js +0 -11012
- package/dist/chunk-6MZMAF4Y.js.map +0 -1
- package/dist/playground/index.cjs +0 -96
- package/dist/playground/index.cjs.map +0 -1
- package/dist/playground/index.d.cts +0 -1
- package/dist/playground/index.d.ts +0 -1
- package/dist/playground/index.js +0 -70
- package/dist/playground/index.js.map +0 -1
- package/src/gen/playground/connect.gen.ts +0 -9
- package/src/gen/playground/index.ts +0 -4
- package/src/gen/playground/queryOptions.gen.ts +0 -105
package/dist/index.cjs
CHANGED
|
@@ -6872,6 +6872,79 @@ var bindings = {
|
|
|
6872
6872
|
"readOnly": true
|
|
6873
6873
|
}
|
|
6874
6874
|
},
|
|
6875
|
+
"principal-grants": {
|
|
6876
|
+
"approve": {
|
|
6877
|
+
"level": "write",
|
|
6878
|
+
"method": "POST",
|
|
6879
|
+
"operationKey": "organization_principal-grants_approve",
|
|
6880
|
+
"params": [
|
|
6881
|
+
{
|
|
6882
|
+
"in": "path",
|
|
6883
|
+
"name": "productId"
|
|
6884
|
+
},
|
|
6885
|
+
{
|
|
6886
|
+
"in": "body",
|
|
6887
|
+
"name": "principalKind"
|
|
6888
|
+
},
|
|
6889
|
+
{
|
|
6890
|
+
"in": "body",
|
|
6891
|
+
"name": "principalId"
|
|
6892
|
+
},
|
|
6893
|
+
{
|
|
6894
|
+
"in": "body",
|
|
6895
|
+
"name": "tools"
|
|
6896
|
+
}
|
|
6897
|
+
],
|
|
6898
|
+
"path": "/governance/api/v1/products/:productId/principal-grants/approve",
|
|
6899
|
+
"readOnly": false
|
|
6900
|
+
},
|
|
6901
|
+
"list": {
|
|
6902
|
+
"level": "read",
|
|
6903
|
+
"method": "GET",
|
|
6904
|
+
"operationKey": "organization_principal-grants_list",
|
|
6905
|
+
"params": [
|
|
6906
|
+
{
|
|
6907
|
+
"in": "path",
|
|
6908
|
+
"name": "productId"
|
|
6909
|
+
},
|
|
6910
|
+
{
|
|
6911
|
+
"in": "query",
|
|
6912
|
+
"name": "principalKind"
|
|
6913
|
+
}
|
|
6914
|
+
],
|
|
6915
|
+
"path": "/governance/api/v1/products/:productId/principal-grants",
|
|
6916
|
+
"readOnly": true
|
|
6917
|
+
},
|
|
6918
|
+
"revoke": {
|
|
6919
|
+
"level": "admin",
|
|
6920
|
+
"method": "POST",
|
|
6921
|
+
"operationKey": "organization_principal-grants_revoke",
|
|
6922
|
+
"params": [
|
|
6923
|
+
{
|
|
6924
|
+
"in": "path",
|
|
6925
|
+
"name": "productId"
|
|
6926
|
+
},
|
|
6927
|
+
{
|
|
6928
|
+
"in": "body",
|
|
6929
|
+
"name": "principalKind"
|
|
6930
|
+
},
|
|
6931
|
+
{
|
|
6932
|
+
"in": "body",
|
|
6933
|
+
"name": "principalId"
|
|
6934
|
+
},
|
|
6935
|
+
{
|
|
6936
|
+
"in": "body",
|
|
6937
|
+
"name": "tools"
|
|
6938
|
+
},
|
|
6939
|
+
{
|
|
6940
|
+
"in": "body",
|
|
6941
|
+
"name": "reason"
|
|
6942
|
+
}
|
|
6943
|
+
],
|
|
6944
|
+
"path": "/governance/api/v1/products/:productId/principal-grants/revoke",
|
|
6945
|
+
"readOnly": false
|
|
6946
|
+
}
|
|
6947
|
+
},
|
|
6875
6948
|
"product": {
|
|
6876
6949
|
"create": {
|
|
6877
6950
|
"level": "write",
|
|
@@ -7329,173 +7402,6 @@ var bindings = {
|
|
|
7329
7402
|
}
|
|
7330
7403
|
}
|
|
7331
7404
|
},
|
|
7332
|
-
"playground": {
|
|
7333
|
-
"analytics": {
|
|
7334
|
-
"overview": {
|
|
7335
|
-
"level": "read",
|
|
7336
|
-
"method": "POST",
|
|
7337
|
-
"operationKey": "playground_analytics_overview",
|
|
7338
|
-
"params": [
|
|
7339
|
-
{
|
|
7340
|
-
"in": "body",
|
|
7341
|
-
"name": "limit"
|
|
7342
|
-
}
|
|
7343
|
-
],
|
|
7344
|
-
"path": "/playground/analytics/overview",
|
|
7345
|
-
"readOnly": true
|
|
7346
|
-
}
|
|
7347
|
-
},
|
|
7348
|
-
"billing": {
|
|
7349
|
-
"entitlements": {
|
|
7350
|
-
"level": "read",
|
|
7351
|
-
"method": "POST",
|
|
7352
|
-
"operationKey": "playground_billing_entitlements",
|
|
7353
|
-
"path": "/playground/billing/entitlements",
|
|
7354
|
-
"readOnly": true
|
|
7355
|
-
},
|
|
7356
|
-
"record-usage": {
|
|
7357
|
-
"level": "write",
|
|
7358
|
-
"method": "POST",
|
|
7359
|
-
"operationKey": "playground_billing_record-usage",
|
|
7360
|
-
"params": [
|
|
7361
|
-
{
|
|
7362
|
-
"in": "body",
|
|
7363
|
-
"name": "value"
|
|
7364
|
-
}
|
|
7365
|
-
],
|
|
7366
|
-
"path": "/playground/billing/usage",
|
|
7367
|
-
"readOnly": false
|
|
7368
|
-
}
|
|
7369
|
-
},
|
|
7370
|
-
"clickup": {
|
|
7371
|
-
"create-task": {
|
|
7372
|
-
"level": "write",
|
|
7373
|
-
"method": "POST",
|
|
7374
|
-
"operationKey": "playground_clickup_create-task",
|
|
7375
|
-
"params": [
|
|
7376
|
-
{
|
|
7377
|
-
"in": "body",
|
|
7378
|
-
"name": "listId"
|
|
7379
|
-
},
|
|
7380
|
-
{
|
|
7381
|
-
"in": "body",
|
|
7382
|
-
"name": "name"
|
|
7383
|
-
}
|
|
7384
|
-
],
|
|
7385
|
-
"path": "/playground/clickup/tasks",
|
|
7386
|
-
"readOnly": false
|
|
7387
|
-
},
|
|
7388
|
-
"get-last-webhook": {
|
|
7389
|
-
"level": "read",
|
|
7390
|
-
"method": "GET",
|
|
7391
|
-
"operationKey": "playground_clickup_get-last-webhook",
|
|
7392
|
-
"path": "/playground/clickup/webhooks/last",
|
|
7393
|
-
"readOnly": true
|
|
7394
|
-
},
|
|
7395
|
-
"get-overview": {
|
|
7396
|
-
"level": "read",
|
|
7397
|
-
"method": "GET",
|
|
7398
|
-
"operationKey": "playground_clickup_get-overview",
|
|
7399
|
-
"path": "/playground/clickup/overview",
|
|
7400
|
-
"readOnly": true
|
|
7401
|
-
}
|
|
7402
|
-
},
|
|
7403
|
-
"gdrive": {
|
|
7404
|
-
"get-last-change": {
|
|
7405
|
-
"level": "read",
|
|
7406
|
-
"method": "GET",
|
|
7407
|
-
"operationKey": "playground_gdrive_get-last-change",
|
|
7408
|
-
"path": "/playground/gdrive/changes/last",
|
|
7409
|
-
"readOnly": true
|
|
7410
|
-
},
|
|
7411
|
-
"read-file": {
|
|
7412
|
-
"level": "read",
|
|
7413
|
-
"method": "POST",
|
|
7414
|
-
"operationKey": "playground_gdrive_read-file",
|
|
7415
|
-
"params": [
|
|
7416
|
-
{
|
|
7417
|
-
"in": "body",
|
|
7418
|
-
"name": "fileId"
|
|
7419
|
-
}
|
|
7420
|
-
],
|
|
7421
|
-
"path": "/playground/gdrive/file",
|
|
7422
|
-
"readOnly": true
|
|
7423
|
-
}
|
|
7424
|
-
},
|
|
7425
|
-
"googleads": {
|
|
7426
|
-
"read-customer": {
|
|
7427
|
-
"level": "read",
|
|
7428
|
-
"method": "POST",
|
|
7429
|
-
"operationKey": "playground_googleads_read-customer",
|
|
7430
|
-
"path": "/playground/googleads/customer",
|
|
7431
|
-
"readOnly": true
|
|
7432
|
-
}
|
|
7433
|
-
},
|
|
7434
|
-
"lifecycle": {
|
|
7435
|
-
"get-state": {
|
|
7436
|
-
"level": "read",
|
|
7437
|
-
"method": "GET",
|
|
7438
|
-
"operationKey": "playground_lifecycle_get-state",
|
|
7439
|
-
"path": "/playground/lifecycle/state",
|
|
7440
|
-
"readOnly": true
|
|
7441
|
-
},
|
|
7442
|
-
"list-events": {
|
|
7443
|
-
"level": "read",
|
|
7444
|
-
"method": "GET",
|
|
7445
|
-
"operationKey": "playground_lifecycle_list-events",
|
|
7446
|
-
"path": "/playground/lifecycle/events",
|
|
7447
|
-
"readOnly": true
|
|
7448
|
-
}
|
|
7449
|
-
},
|
|
7450
|
-
"webhook": {
|
|
7451
|
-
"get-last": {
|
|
7452
|
-
"level": "read",
|
|
7453
|
-
"method": "GET",
|
|
7454
|
-
"operationKey": "playground_webhook_get-last",
|
|
7455
|
-
"path": "/playground/webhooks/last",
|
|
7456
|
-
"readOnly": true
|
|
7457
|
-
}
|
|
7458
|
-
},
|
|
7459
|
-
"workflow": {
|
|
7460
|
-
"echo": {
|
|
7461
|
-
"level": "write",
|
|
7462
|
-
"method": "POST",
|
|
7463
|
-
"operationKey": "playground_workflow_echo",
|
|
7464
|
-
"params": [
|
|
7465
|
-
{
|
|
7466
|
-
"in": "body",
|
|
7467
|
-
"name": "note"
|
|
7468
|
-
},
|
|
7469
|
-
{
|
|
7470
|
-
"in": "body",
|
|
7471
|
-
"name": "tags"
|
|
7472
|
-
}
|
|
7473
|
-
],
|
|
7474
|
-
"path": "/playground/workflow/echo",
|
|
7475
|
-
"readOnly": false
|
|
7476
|
-
},
|
|
7477
|
-
"echo-list": {
|
|
7478
|
-
"level": "read",
|
|
7479
|
-
"method": "GET",
|
|
7480
|
-
"operationKey": "playground_workflow_echo-list",
|
|
7481
|
-
"path": "/playground/workflow/echoes",
|
|
7482
|
-
"readOnly": true
|
|
7483
|
-
},
|
|
7484
|
-
"ping": {
|
|
7485
|
-
"level": "write",
|
|
7486
|
-
"method": "POST",
|
|
7487
|
-
"operationKey": "playground_workflow_ping",
|
|
7488
|
-
"params": [
|
|
7489
|
-
{
|
|
7490
|
-
"in": "body",
|
|
7491
|
-
"name": "kind"
|
|
7492
|
-
}
|
|
7493
|
-
],
|
|
7494
|
-
"path": "/playground/workflow/ping",
|
|
7495
|
-
"readOnly": false
|
|
7496
|
-
}
|
|
7497
|
-
}
|
|
7498
|
-
},
|
|
7499
7405
|
"realtime": {
|
|
7500
7406
|
"archive": {
|
|
7501
7407
|
"export": {
|
|
@@ -11570,6 +11476,9 @@ var operations = {
|
|
|
11570
11476
|
"organization_member_unshare-product": "admin",
|
|
11571
11477
|
"organization_members_assign-role": "admin",
|
|
11572
11478
|
"organization_permission_catalog": "read",
|
|
11479
|
+
"organization_principal-grants_approve": "write",
|
|
11480
|
+
"organization_principal-grants_list": "read",
|
|
11481
|
+
"organization_principal-grants_revoke": "admin",
|
|
11573
11482
|
"organization_product_create": "write",
|
|
11574
11483
|
"organization_product_list": "read",
|
|
11575
11484
|
"organization_product_list-access": "read",
|
|
@@ -11599,21 +11508,6 @@ var operations = {
|
|
|
11599
11508
|
"organization_support_threads_list": "read",
|
|
11600
11509
|
"organization_x_install": "read",
|
|
11601
11510
|
"organization_youtube_install": "read",
|
|
11602
|
-
"playground_analytics_overview": "read",
|
|
11603
|
-
"playground_billing_entitlements": "read",
|
|
11604
|
-
"playground_billing_record-usage": "write",
|
|
11605
|
-
"playground_clickup_create-task": "write",
|
|
11606
|
-
"playground_clickup_get-last-webhook": "read",
|
|
11607
|
-
"playground_clickup_get-overview": "read",
|
|
11608
|
-
"playground_gdrive_get-last-change": "read",
|
|
11609
|
-
"playground_gdrive_read-file": "read",
|
|
11610
|
-
"playground_googleads_read-customer": "read",
|
|
11611
|
-
"playground_lifecycle_get-state": "read",
|
|
11612
|
-
"playground_lifecycle_list-events": "read",
|
|
11613
|
-
"playground_webhook_get-last": "read",
|
|
11614
|
-
"playground_workflow_echo": "write",
|
|
11615
|
-
"playground_workflow_echo-list": "read",
|
|
11616
|
-
"playground_workflow_ping": "write",
|
|
11617
11511
|
"realtime_archive_export": "admin",
|
|
11618
11512
|
"realtime_archive_export_status": "read",
|
|
11619
11513
|
"realtime_archive_get": "read",
|
|
@@ -11843,9 +11737,7 @@ var compositions = {
|
|
|
11843
11737
|
"mail_template_list": { "label": "List templates" },
|
|
11844
11738
|
"mail_template_publish": { "label": "Publish template" },
|
|
11845
11739
|
"mail_template_update": { "label": "Update template" },
|
|
11846
|
-
"mail_usage_get": { "label": "Get usage" }
|
|
11847
|
-
"playground_workflow_echo": { "pii": ["input.note"], "label": "Store workflow echo" },
|
|
11848
|
-
"playground_workflow_ping": { "label": "Fire workflow ping", "completion_event": "playground/workflow.ping" }
|
|
11740
|
+
"mail_usage_get": { "label": "Get usage" }
|
|
11849
11741
|
};
|
|
11850
11742
|
|
|
11851
11743
|
// src/runtime/permission-match.ts
|