@lessly/sdk-app 70.1.0 → 71.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/_types/gen/client.gen.d.ts +3 -45
- 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 +1 -25
- package/dist/_types/gen/types.gen.d.ts +50 -541
- package/dist/_types/gen/users/index.d.ts +1 -1
- package/dist/_types/gen/users/queryOptions.gen.d.ts +9 -1
- package/dist/index.cjs +49 -424
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +11053 -78
- package/dist/index.js.map +1 -1
- package/dist/organization/index.cjs +0 -30
- package/dist/organization/index.cjs.map +1 -1
- package/dist/organization/index.js +1 -25
- package/dist/organization/index.js.map +1 -1
- package/dist/users/index.cjs +10 -0
- package/dist/users/index.cjs.map +1 -1
- package/dist/users/index.js +9 -1
- package/dist/users/index.js.map +1 -1
- package/package.json +2 -12
- package/src/gen/bindings.gen.ts +37 -357
- package/src/gen/client.gen.ts +6 -88
- package/src/gen/manifest.gen.ts +14 -77
- package/src/gen/organization/index.ts +1 -1
- package/src/gen/organization/queryOptions.gen.ts +0 -39
- package/src/gen/types.gen.ts +54 -597
- package/src/gen/users/index.ts +1 -1
- package/src/gen/users/queryOptions.gen.ts +12 -0
- 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 -66
- package/dist/chunk-C3QGKPUY.js +0 -11364
- package/dist/chunk-C3QGKPUY.js.map +0 -1
- package/dist/playground/index.cjs +0 -101
- 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 -74
- 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 -112
package/dist/index.cjs
CHANGED
|
@@ -6872,79 +6872,6 @@ 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
|
-
},
|
|
6948
6875
|
"product": {
|
|
6949
6876
|
"create": {
|
|
6950
6877
|
"level": "write",
|
|
@@ -7109,79 +7036,6 @@ var bindings = {
|
|
|
7109
7036
|
"readOnly": false
|
|
7110
7037
|
}
|
|
7111
7038
|
},
|
|
7112
|
-
"product-erasure": {
|
|
7113
|
-
"get": {
|
|
7114
|
-
"level": "read",
|
|
7115
|
-
"method": "GET",
|
|
7116
|
-
"operationKey": "organization_product_erasure_get",
|
|
7117
|
-
"params": [
|
|
7118
|
-
{
|
|
7119
|
-
"in": "path",
|
|
7120
|
-
"name": "productId"
|
|
7121
|
-
},
|
|
7122
|
-
{
|
|
7123
|
-
"in": "path",
|
|
7124
|
-
"name": "requestId"
|
|
7125
|
-
}
|
|
7126
|
-
],
|
|
7127
|
-
"path": "/governance/api/v1/products/:productId/erasure/:requestId",
|
|
7128
|
-
"readOnly": true
|
|
7129
|
-
},
|
|
7130
|
-
"list": {
|
|
7131
|
-
"level": "read",
|
|
7132
|
-
"method": "GET",
|
|
7133
|
-
"operationKey": "organization_product_erasure_list",
|
|
7134
|
-
"params": [
|
|
7135
|
-
{
|
|
7136
|
-
"in": "path",
|
|
7137
|
-
"name": "productId"
|
|
7138
|
-
},
|
|
7139
|
-
{
|
|
7140
|
-
"in": "query",
|
|
7141
|
-
"name": "status"
|
|
7142
|
-
},
|
|
7143
|
-
{
|
|
7144
|
-
"in": "query",
|
|
7145
|
-
"name": "after"
|
|
7146
|
-
},
|
|
7147
|
-
{
|
|
7148
|
-
"in": "query",
|
|
7149
|
-
"name": "limit"
|
|
7150
|
-
}
|
|
7151
|
-
],
|
|
7152
|
-
"path": "/governance/api/v1/products/:productId/erasure",
|
|
7153
|
-
"readOnly": true
|
|
7154
|
-
},
|
|
7155
|
-
"request": {
|
|
7156
|
-
"level": "write",
|
|
7157
|
-
"method": "POST",
|
|
7158
|
-
"operationKey": "organization_product_erasure_request",
|
|
7159
|
-
"params": [
|
|
7160
|
-
{
|
|
7161
|
-
"in": "path",
|
|
7162
|
-
"name": "productId"
|
|
7163
|
-
},
|
|
7164
|
-
{
|
|
7165
|
-
"in": "body",
|
|
7166
|
-
"name": "emails"
|
|
7167
|
-
},
|
|
7168
|
-
{
|
|
7169
|
-
"in": "body",
|
|
7170
|
-
"name": "phones"
|
|
7171
|
-
},
|
|
7172
|
-
{
|
|
7173
|
-
"in": "body",
|
|
7174
|
-
"name": "externalIds"
|
|
7175
|
-
},
|
|
7176
|
-
{
|
|
7177
|
-
"in": "body",
|
|
7178
|
-
"name": "name"
|
|
7179
|
-
}
|
|
7180
|
-
],
|
|
7181
|
-
"path": "/governance/api/v1/products/:productId/erasure",
|
|
7182
|
-
"readOnly": false
|
|
7183
|
-
}
|
|
7184
|
-
},
|
|
7185
7039
|
"public-keys": {
|
|
7186
7040
|
"create": {
|
|
7187
7041
|
"level": "write",
|
|
@@ -7475,198 +7329,6 @@ var bindings = {
|
|
|
7475
7329
|
}
|
|
7476
7330
|
}
|
|
7477
7331
|
},
|
|
7478
|
-
"playground": {
|
|
7479
|
-
"analytics": {
|
|
7480
|
-
"overview": {
|
|
7481
|
-
"level": "read",
|
|
7482
|
-
"method": "POST",
|
|
7483
|
-
"operationKey": "playground_analytics_overview",
|
|
7484
|
-
"params": [
|
|
7485
|
-
{
|
|
7486
|
-
"in": "body",
|
|
7487
|
-
"name": "limit"
|
|
7488
|
-
}
|
|
7489
|
-
],
|
|
7490
|
-
"path": "/playground/analytics/overview",
|
|
7491
|
-
"readOnly": true
|
|
7492
|
-
}
|
|
7493
|
-
},
|
|
7494
|
-
"billing": {
|
|
7495
|
-
"entitlements": {
|
|
7496
|
-
"level": "read",
|
|
7497
|
-
"method": "POST",
|
|
7498
|
-
"operationKey": "playground_billing_entitlements",
|
|
7499
|
-
"path": "/playground/billing/entitlements",
|
|
7500
|
-
"readOnly": true
|
|
7501
|
-
},
|
|
7502
|
-
"record-usage": {
|
|
7503
|
-
"level": "write",
|
|
7504
|
-
"method": "POST",
|
|
7505
|
-
"operationKey": "playground_billing_record-usage",
|
|
7506
|
-
"params": [
|
|
7507
|
-
{
|
|
7508
|
-
"in": "body",
|
|
7509
|
-
"name": "value"
|
|
7510
|
-
}
|
|
7511
|
-
],
|
|
7512
|
-
"path": "/playground/billing/usage",
|
|
7513
|
-
"readOnly": false
|
|
7514
|
-
}
|
|
7515
|
-
},
|
|
7516
|
-
"clickup": {
|
|
7517
|
-
"create-task": {
|
|
7518
|
-
"level": "write",
|
|
7519
|
-
"method": "POST",
|
|
7520
|
-
"operationKey": "playground_clickup_create-task",
|
|
7521
|
-
"params": [
|
|
7522
|
-
{
|
|
7523
|
-
"in": "body",
|
|
7524
|
-
"name": "listId"
|
|
7525
|
-
},
|
|
7526
|
-
{
|
|
7527
|
-
"in": "body",
|
|
7528
|
-
"name": "name"
|
|
7529
|
-
}
|
|
7530
|
-
],
|
|
7531
|
-
"path": "/playground/clickup/tasks",
|
|
7532
|
-
"readOnly": false
|
|
7533
|
-
},
|
|
7534
|
-
"get-last-webhook": {
|
|
7535
|
-
"level": "read",
|
|
7536
|
-
"method": "GET",
|
|
7537
|
-
"operationKey": "playground_clickup_get-last-webhook",
|
|
7538
|
-
"path": "/playground/clickup/webhooks/last",
|
|
7539
|
-
"readOnly": true
|
|
7540
|
-
},
|
|
7541
|
-
"get-overview": {
|
|
7542
|
-
"level": "read",
|
|
7543
|
-
"method": "GET",
|
|
7544
|
-
"operationKey": "playground_clickup_get-overview",
|
|
7545
|
-
"path": "/playground/clickup/overview",
|
|
7546
|
-
"readOnly": true
|
|
7547
|
-
}
|
|
7548
|
-
},
|
|
7549
|
-
"gdrive": {
|
|
7550
|
-
"get-last-change": {
|
|
7551
|
-
"level": "read",
|
|
7552
|
-
"method": "GET",
|
|
7553
|
-
"operationKey": "playground_gdrive_get-last-change",
|
|
7554
|
-
"path": "/playground/gdrive/changes/last",
|
|
7555
|
-
"readOnly": true
|
|
7556
|
-
},
|
|
7557
|
-
"read-file": {
|
|
7558
|
-
"level": "read",
|
|
7559
|
-
"method": "POST",
|
|
7560
|
-
"operationKey": "playground_gdrive_read-file",
|
|
7561
|
-
"params": [
|
|
7562
|
-
{
|
|
7563
|
-
"in": "body",
|
|
7564
|
-
"name": "fileId"
|
|
7565
|
-
}
|
|
7566
|
-
],
|
|
7567
|
-
"path": "/playground/gdrive/file",
|
|
7568
|
-
"readOnly": true
|
|
7569
|
-
}
|
|
7570
|
-
},
|
|
7571
|
-
"googleads": {
|
|
7572
|
-
"read-customer": {
|
|
7573
|
-
"level": "read",
|
|
7574
|
-
"method": "POST",
|
|
7575
|
-
"operationKey": "playground_googleads_read-customer",
|
|
7576
|
-
"path": "/playground/googleads/customer",
|
|
7577
|
-
"readOnly": true
|
|
7578
|
-
}
|
|
7579
|
-
},
|
|
7580
|
-
"lifecycle": {
|
|
7581
|
-
"get-state": {
|
|
7582
|
-
"level": "read",
|
|
7583
|
-
"method": "GET",
|
|
7584
|
-
"operationKey": "playground_lifecycle_get-state",
|
|
7585
|
-
"path": "/playground/lifecycle/state",
|
|
7586
|
-
"readOnly": true
|
|
7587
|
-
},
|
|
7588
|
-
"list-events": {
|
|
7589
|
-
"level": "read",
|
|
7590
|
-
"method": "GET",
|
|
7591
|
-
"operationKey": "playground_lifecycle_list-events",
|
|
7592
|
-
"path": "/playground/lifecycle/events",
|
|
7593
|
-
"readOnly": true
|
|
7594
|
-
}
|
|
7595
|
-
},
|
|
7596
|
-
"webhook": {
|
|
7597
|
-
"get-last": {
|
|
7598
|
-
"level": "read",
|
|
7599
|
-
"method": "GET",
|
|
7600
|
-
"operationKey": "playground_webhook_get-last",
|
|
7601
|
-
"path": "/playground/webhooks/last",
|
|
7602
|
-
"readOnly": true
|
|
7603
|
-
}
|
|
7604
|
-
},
|
|
7605
|
-
"workflow": {
|
|
7606
|
-
"echo": {
|
|
7607
|
-
"level": "write",
|
|
7608
|
-
"method": "POST",
|
|
7609
|
-
"operationKey": "playground_workflow_echo",
|
|
7610
|
-
"params": [
|
|
7611
|
-
{
|
|
7612
|
-
"in": "body",
|
|
7613
|
-
"name": "note"
|
|
7614
|
-
},
|
|
7615
|
-
{
|
|
7616
|
-
"in": "body",
|
|
7617
|
-
"name": "tags"
|
|
7618
|
-
}
|
|
7619
|
-
],
|
|
7620
|
-
"path": "/playground/workflow/echo",
|
|
7621
|
-
"readOnly": false
|
|
7622
|
-
},
|
|
7623
|
-
"echo-list": {
|
|
7624
|
-
"level": "read",
|
|
7625
|
-
"method": "GET",
|
|
7626
|
-
"operationKey": "playground_workflow_echo-list",
|
|
7627
|
-
"path": "/playground/workflow/echoes",
|
|
7628
|
-
"readOnly": true
|
|
7629
|
-
},
|
|
7630
|
-
"ping": {
|
|
7631
|
-
"level": "write",
|
|
7632
|
-
"method": "POST",
|
|
7633
|
-
"operationKey": "playground_workflow_ping",
|
|
7634
|
-
"params": [
|
|
7635
|
-
{
|
|
7636
|
-
"in": "body",
|
|
7637
|
-
"name": "kind"
|
|
7638
|
-
}
|
|
7639
|
-
],
|
|
7640
|
-
"path": "/playground/workflow/ping",
|
|
7641
|
-
"readOnly": false
|
|
7642
|
-
},
|
|
7643
|
-
"subjects-list": {
|
|
7644
|
-
"level": "read",
|
|
7645
|
-
"method": "GET",
|
|
7646
|
-
"operationKey": "playground_workflow_subjects-list",
|
|
7647
|
-
"params": [
|
|
7648
|
-
{
|
|
7649
|
-
"in": "query",
|
|
7650
|
-
"name": "last_activity_before"
|
|
7651
|
-
},
|
|
7652
|
-
{
|
|
7653
|
-
"in": "query",
|
|
7654
|
-
"name": "last_activity_after"
|
|
7655
|
-
},
|
|
7656
|
-
{
|
|
7657
|
-
"in": "query",
|
|
7658
|
-
"name": "limit"
|
|
7659
|
-
},
|
|
7660
|
-
{
|
|
7661
|
-
"in": "query",
|
|
7662
|
-
"name": "cursor"
|
|
7663
|
-
}
|
|
7664
|
-
],
|
|
7665
|
-
"path": "/playground/workflow/subjects",
|
|
7666
|
-
"readOnly": true
|
|
7667
|
-
}
|
|
7668
|
-
}
|
|
7669
|
-
},
|
|
7670
7332
|
"realtime": {
|
|
7671
7333
|
"archive": {
|
|
7672
7334
|
"export": {
|
|
@@ -9923,7 +9585,7 @@ var bindings = {
|
|
|
9923
9585
|
"readOnly": true
|
|
9924
9586
|
},
|
|
9925
9587
|
"upsert": {
|
|
9926
|
-
"level": "
|
|
9588
|
+
"level": "write",
|
|
9927
9589
|
"method": "PUT",
|
|
9928
9590
|
"operationKey": "users_config_upsert",
|
|
9929
9591
|
"params": [
|
|
@@ -10031,7 +9693,7 @@ var bindings = {
|
|
|
10031
9693
|
"readOnly": true
|
|
10032
9694
|
},
|
|
10033
9695
|
"reset": {
|
|
10034
|
-
"level": "
|
|
9696
|
+
"level": "write",
|
|
10035
9697
|
"method": "POST",
|
|
10036
9698
|
"operationKey": "users_factors_reset",
|
|
10037
9699
|
"params": [
|
|
@@ -10078,7 +9740,7 @@ var bindings = {
|
|
|
10078
9740
|
"readOnly": false
|
|
10079
9741
|
},
|
|
10080
9742
|
"rotate": {
|
|
10081
|
-
"level": "
|
|
9743
|
+
"level": "write",
|
|
10082
9744
|
"method": "POST",
|
|
10083
9745
|
"operationKey": "users_keys_rotate",
|
|
10084
9746
|
"path": "/users/keys/rotate",
|
|
@@ -10154,7 +9816,7 @@ var bindings = {
|
|
|
10154
9816
|
"readOnly": true
|
|
10155
9817
|
},
|
|
10156
9818
|
"impersonate": {
|
|
10157
|
-
"level": "
|
|
9819
|
+
"level": "write",
|
|
10158
9820
|
"method": "POST",
|
|
10159
9821
|
"operationKey": "users_sessions_impersonate",
|
|
10160
9822
|
"params": [
|
|
@@ -10218,7 +9880,7 @@ var bindings = {
|
|
|
10218
9880
|
},
|
|
10219
9881
|
"users": {
|
|
10220
9882
|
"ban": {
|
|
10221
|
-
"level": "
|
|
9883
|
+
"level": "write",
|
|
10222
9884
|
"method": "POST",
|
|
10223
9885
|
"operationKey": "users_users_ban",
|
|
10224
9886
|
"params": [
|
|
@@ -10292,8 +9954,21 @@ var bindings = {
|
|
|
10292
9954
|
"path": "/users/users/:userId",
|
|
10293
9955
|
"readOnly": false
|
|
10294
9956
|
},
|
|
9957
|
+
"erase": {
|
|
9958
|
+
"level": "write",
|
|
9959
|
+
"method": "POST",
|
|
9960
|
+
"operationKey": "users_users_erase",
|
|
9961
|
+
"params": [
|
|
9962
|
+
{
|
|
9963
|
+
"in": "path",
|
|
9964
|
+
"name": "userId"
|
|
9965
|
+
}
|
|
9966
|
+
],
|
|
9967
|
+
"path": "/users/users/:userId/erase",
|
|
9968
|
+
"readOnly": false
|
|
9969
|
+
},
|
|
10295
9970
|
"export": {
|
|
10296
|
-
"level": "
|
|
9971
|
+
"level": "read",
|
|
10297
9972
|
"method": "GET",
|
|
10298
9973
|
"operationKey": "users_users_export",
|
|
10299
9974
|
"params": [
|
|
@@ -10335,7 +10010,7 @@ var bindings = {
|
|
|
10335
10010
|
"readOnly": true
|
|
10336
10011
|
},
|
|
10337
10012
|
"import": {
|
|
10338
|
-
"level": "
|
|
10013
|
+
"level": "write",
|
|
10339
10014
|
"method": "POST",
|
|
10340
10015
|
"operationKey": "users_users_import",
|
|
10341
10016
|
"params": [
|
|
@@ -10410,7 +10085,7 @@ var bindings = {
|
|
|
10410
10085
|
"readOnly": true
|
|
10411
10086
|
},
|
|
10412
10087
|
"unban": {
|
|
10413
|
-
"level": "
|
|
10088
|
+
"level": "write",
|
|
10414
10089
|
"method": "POST",
|
|
10415
10090
|
"operationKey": "users_users_unban",
|
|
10416
10091
|
"params": [
|
|
@@ -10492,8 +10167,21 @@ var bindings = {
|
|
|
10492
10167
|
}
|
|
10493
10168
|
},
|
|
10494
10169
|
"waitlist": {
|
|
10170
|
+
"erase": {
|
|
10171
|
+
"level": "write",
|
|
10172
|
+
"method": "POST",
|
|
10173
|
+
"operationKey": "users_waitlist_erase",
|
|
10174
|
+
"params": [
|
|
10175
|
+
{
|
|
10176
|
+
"in": "body",
|
|
10177
|
+
"name": "userId"
|
|
10178
|
+
}
|
|
10179
|
+
],
|
|
10180
|
+
"path": "/users/waitlist/erase",
|
|
10181
|
+
"readOnly": false
|
|
10182
|
+
},
|
|
10495
10183
|
"funnel": {
|
|
10496
|
-
"level": "
|
|
10184
|
+
"level": "write",
|
|
10497
10185
|
"method": "POST",
|
|
10498
10186
|
"operationKey": "users_waitlist_funnel",
|
|
10499
10187
|
"path": "/users/waitlist/funnel",
|
|
@@ -10657,7 +10345,7 @@ var bindings = {
|
|
|
10657
10345
|
},
|
|
10658
10346
|
"webhooks-rotate": {
|
|
10659
10347
|
"secret": {
|
|
10660
|
-
"level": "
|
|
10348
|
+
"level": "write",
|
|
10661
10349
|
"method": "POST",
|
|
10662
10350
|
"operationKey": "users_webhooks_rotate_secret",
|
|
10663
10351
|
"params": [
|
|
@@ -11922,13 +11610,7 @@ var operations = {
|
|
|
11922
11610
|
"organization_member_unshare-product": "admin",
|
|
11923
11611
|
"organization_members_assign-role": "admin",
|
|
11924
11612
|
"organization_permission_catalog": "read",
|
|
11925
|
-
"organization_principal-grants_approve": "write",
|
|
11926
|
-
"organization_principal-grants_list": "read",
|
|
11927
|
-
"organization_principal-grants_revoke": "admin",
|
|
11928
11613
|
"organization_product_create": "write",
|
|
11929
|
-
"organization_product_erasure_get": "read",
|
|
11930
|
-
"organization_product_erasure_list": "read",
|
|
11931
|
-
"organization_product_erasure_request": "write",
|
|
11932
11614
|
"organization_product_list": "read",
|
|
11933
11615
|
"organization_product_list-access": "read",
|
|
11934
11616
|
"organization_product_list-members": "read",
|
|
@@ -11957,22 +11639,6 @@ var operations = {
|
|
|
11957
11639
|
"organization_support_threads_list": "read",
|
|
11958
11640
|
"organization_x_install": "read",
|
|
11959
11641
|
"organization_youtube_install": "read",
|
|
11960
|
-
"playground_analytics_overview": "read",
|
|
11961
|
-
"playground_billing_entitlements": "read",
|
|
11962
|
-
"playground_billing_record-usage": "write",
|
|
11963
|
-
"playground_clickup_create-task": "write",
|
|
11964
|
-
"playground_clickup_get-last-webhook": "read",
|
|
11965
|
-
"playground_clickup_get-overview": "read",
|
|
11966
|
-
"playground_gdrive_get-last-change": "read",
|
|
11967
|
-
"playground_gdrive_read-file": "read",
|
|
11968
|
-
"playground_googleads_read-customer": "read",
|
|
11969
|
-
"playground_lifecycle_get-state": "read",
|
|
11970
|
-
"playground_lifecycle_list-events": "read",
|
|
11971
|
-
"playground_webhook_get-last": "read",
|
|
11972
|
-
"playground_workflow_echo": "write",
|
|
11973
|
-
"playground_workflow_echo-list": "read",
|
|
11974
|
-
"playground_workflow_ping": "write",
|
|
11975
|
-
"playground_workflow_subjects-list": "read",
|
|
11976
11642
|
"realtime_archive_export": "admin",
|
|
11977
11643
|
"realtime_archive_export_status": "read",
|
|
11978
11644
|
"realtime_archive_get": "read",
|
|
@@ -12086,33 +11752,35 @@ var operations = {
|
|
|
12086
11752
|
"users_apikeys_revoke": "admin",
|
|
12087
11753
|
"users_audit_list": "read",
|
|
12088
11754
|
"users_config_get": "read",
|
|
12089
|
-
"users_config_upsert": "
|
|
11755
|
+
"users_config_upsert": "write",
|
|
12090
11756
|
"users_factors_list": "read",
|
|
12091
|
-
"users_factors_reset": "
|
|
11757
|
+
"users_factors_reset": "write",
|
|
12092
11758
|
"users_keys_list": "read",
|
|
12093
11759
|
"users_keys_revoke": "admin",
|
|
12094
|
-
"users_keys_rotate": "
|
|
11760
|
+
"users_keys_rotate": "write",
|
|
12095
11761
|
"users_ops_retention_get": "read",
|
|
12096
11762
|
"users_ops_slo_get": "read",
|
|
12097
11763
|
"users_passkeys_list": "read",
|
|
12098
11764
|
"users_passkeys_revoke": "admin",
|
|
12099
11765
|
"users_sessions_get": "read",
|
|
12100
|
-
"users_sessions_impersonate": "
|
|
11766
|
+
"users_sessions_impersonate": "write",
|
|
12101
11767
|
"users_sessions_list": "read",
|
|
12102
11768
|
"users_sessions_revoke": "admin",
|
|
12103
11769
|
"users_stats_get": "read",
|
|
12104
|
-
"users_users_ban": "
|
|
11770
|
+
"users_users_ban": "write",
|
|
12105
11771
|
"users_users_create": "write",
|
|
12106
11772
|
"users_users_delete": "admin",
|
|
12107
|
-
"
|
|
11773
|
+
"users_users_erase": "write",
|
|
11774
|
+
"users_users_export": "read",
|
|
12108
11775
|
"users_users_get": "read",
|
|
12109
|
-
"users_users_import": "
|
|
11776
|
+
"users_users_import": "write",
|
|
12110
11777
|
"users_users_invite": "write",
|
|
12111
11778
|
"users_users_list": "read",
|
|
12112
11779
|
"users_users_set_primary_identifier": "write",
|
|
12113
|
-
"users_users_unban": "
|
|
11780
|
+
"users_users_unban": "write",
|
|
12114
11781
|
"users_users_update": "write",
|
|
12115
|
-
"
|
|
11782
|
+
"users_waitlist_erase": "write",
|
|
11783
|
+
"users_waitlist_funnel": "write",
|
|
12116
11784
|
"users_waitlist_import": "write",
|
|
12117
11785
|
"users_waitlist_invite": "write",
|
|
12118
11786
|
"users_waitlist_list": "read",
|
|
@@ -12121,7 +11789,7 @@ var operations = {
|
|
|
12121
11789
|
"users_webhooks_deliveries_list": "read",
|
|
12122
11790
|
"users_webhooks_get": "read",
|
|
12123
11791
|
"users_webhooks_list": "read",
|
|
12124
|
-
"users_webhooks_rotate_secret": "
|
|
11792
|
+
"users_webhooks_rotate_secret": "write",
|
|
12125
11793
|
"users_webhooks_update": "write",
|
|
12126
11794
|
"waitlist_config_get": "read",
|
|
12127
11795
|
"waitlist_config_upsert": "write",
|
|
@@ -12172,50 +11840,7 @@ var operations = {
|
|
|
12172
11840
|
"workflow_wait_list_all": "read",
|
|
12173
11841
|
"workflow_wait_resolve": "write"
|
|
12174
11842
|
};
|
|
12175
|
-
var compositions = {
|
|
12176
|
-
"mail_audience_create": { "label": "Create audience" },
|
|
12177
|
-
"mail_audience_delete": { "label": "Delete audience" },
|
|
12178
|
-
"mail_audience_get": { "label": "Get audience" },
|
|
12179
|
-
"mail_audience_list": { "label": "List audiences" },
|
|
12180
|
-
"mail_audience_update": { "label": "Rename audience" },
|
|
12181
|
-
"mail_broadcast_cancel": { "pii": ["output.from", "output.replyTo"], "label": "Cancel broadcast" },
|
|
12182
|
-
"mail_broadcast_create": { "pii": ["input.from", "input.replyTo", "output.from", "output.replyTo"], "label": "Create broadcast", "options": { "audienceId": "mail_audience_list", "template.id": "mail_template_list" } },
|
|
12183
|
-
"mail_broadcast_delete": { "label": "Delete broadcast" },
|
|
12184
|
-
"mail_broadcast_get": { "pii": ["output.from", "output.replyTo"], "label": "Get broadcast" },
|
|
12185
|
-
"mail_broadcast_list": { "pii": ["output.items[].from", "output.items[].replyTo"], "label": "List broadcasts" },
|
|
12186
|
-
"mail_broadcast_queue": { "pii": ["output.from", "output.replyTo"], "label": "Queue broadcast" },
|
|
12187
|
-
"mail_broadcast_stats": { "label": "Broadcast stats" },
|
|
12188
|
-
"mail_broadcast_update": { "pii": ["input.from", "input.replyTo", "output.from", "output.replyTo"], "label": "Update broadcast", "options": { "audienceId": "mail_audience_list", "template.id": "mail_template_list" } },
|
|
12189
|
-
"mail_contact_create": { "pii": ["input.email", "input.properties", "output.email", "output.properties"], "label": "Create contact", "options": { "audience_id": "mail_audience_list" } },
|
|
12190
|
-
"mail_contact_delete": { "label": "Delete contact", "options": { "audience_id": "mail_audience_list" } },
|
|
12191
|
-
"mail_contact_get": { "pii": ["output.email", "output.properties"], "label": "Get contact", "options": { "audience_id": "mail_audience_list" } },
|
|
12192
|
-
"mail_contact_list": { "pii": ["output.data[].email", "output.data[].properties"], "label": "List contacts", "options": { "audience_id": "mail_audience_list" } },
|
|
12193
|
-
"mail_contact_update": { "pii": ["input.properties", "output.email", "output.properties"], "label": "Update contact", "options": { "audience_id": "mail_audience_list" } },
|
|
12194
|
-
"mail_domain_allowed_list": { "label": "List allowed apex domains" },
|
|
12195
|
-
"mail_domain_get": { "label": "Get domain" },
|
|
12196
|
-
"mail_domain_list": { "label": "List domains" },
|
|
12197
|
-
"mail_domain_verify": { "label": "Verify domain", "completion_event": "mail/domain.verified" },
|
|
12198
|
-
"mail_email_cancel": { "label": "Cancel email" },
|
|
12199
|
-
"mail_email_get": { "pii": ["output.from", "output.to", "output.cc", "output.bcc"], "label": "Get email" },
|
|
12200
|
-
"mail_email_send": { "pii": ["input.from", "input.to", "input.cc", "input.bcc", "input.reply_to"], "label": "Send email", "options": { "template.id": "mail_template_list" }, "completion_event": "mail/email.delivered" },
|
|
12201
|
-
"mail_email_send_batch": { "pii": ["input.emails[].from", "input.emails[].to", "input.emails[].cc", "input.emails[].bcc", "input.emails[].reply_to"], "label": "Send email batch" },
|
|
12202
|
-
"mail_email_update": { "label": "Reschedule email" },
|
|
12203
|
-
"mail_reputation_get": { "label": "Get reputation status" },
|
|
12204
|
-
"mail_stats_get": { "label": "Get sending stats" },
|
|
12205
|
-
"mail_suppression_add": { "pii": ["input.address", "output.address"], "label": "Suppress address" },
|
|
12206
|
-
"mail_suppression_list": { "pii": ["input.q", "output.items[].address"], "label": "List suppressions" },
|
|
12207
|
-
"mail_suppression_remove": { "pii": ["input.address", "output.address"], "label": "Unsuppress address" },
|
|
12208
|
-
"mail_template_create": { "label": "Create template" },
|
|
12209
|
-
"mail_template_delete": { "label": "Delete template" },
|
|
12210
|
-
"mail_template_get": { "label": "Get template" },
|
|
12211
|
-
"mail_template_list": { "label": "List templates" },
|
|
12212
|
-
"mail_template_publish": { "label": "Publish template" },
|
|
12213
|
-
"mail_template_update": { "label": "Update template" },
|
|
12214
|
-
"mail_usage_get": { "label": "Get usage" },
|
|
12215
|
-
"playground_workflow_echo": { "pii": ["input.note", "output.note"], "label": "Store workflow echo", "completion_event": "playground/workflow.echoed" },
|
|
12216
|
-
"playground_workflow_ping": { "label": "Fire workflow ping", "completion_event": "playground/workflow.ping" },
|
|
12217
|
-
"playground_workflow_subjects-list": { "pii": ["output.items[].display_name"], "label": "List workflow subjects" }
|
|
12218
|
-
};
|
|
11843
|
+
var compositions = {};
|
|
12219
11844
|
|
|
12220
11845
|
// src/runtime/permission-match.ts
|
|
12221
11846
|
var LEVELS = ["read", "write", "admin"];
|