@lessly/sdk-app 71.0.1 → 71.2.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 +11 -1
- package/dist/_types/gen/organization/index.d.ts +1 -1
- package/dist/_types/gen/organization/queryOptions.gen.d.ts +25 -1
- package/dist/_types/gen/types.gen.d.ts +232 -0
- package/dist/index.cjs +193 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +193 -1
- package/dist/index.js.map +1 -1
- package/dist/organization/index.cjs +30 -0
- package/dist/organization/index.cjs.map +1 -1
- package/dist/organization/index.js +25 -1
- package/dist/organization/index.js.map +1 -1
- package/package.json +2 -2
- package/src/gen/bindings.gen.ts +146 -0
- package/src/gen/client.gen.ts +22 -0
- package/src/gen/manifest.gen.ts +47 -1
- package/src/gen/organization/index.ts +1 -1
- package/src/gen/organization/queryOptions.gen.ts +39 -0
- package/src/gen/types.gen.ts +244 -0
package/dist/index.js
CHANGED
|
@@ -6870,6 +6870,79 @@ var bindings = {
|
|
|
6870
6870
|
"readOnly": true
|
|
6871
6871
|
}
|
|
6872
6872
|
},
|
|
6873
|
+
"principal-grants": {
|
|
6874
|
+
"approve": {
|
|
6875
|
+
"level": "write",
|
|
6876
|
+
"method": "POST",
|
|
6877
|
+
"operationKey": "organization_principal-grants_approve",
|
|
6878
|
+
"params": [
|
|
6879
|
+
{
|
|
6880
|
+
"in": "path",
|
|
6881
|
+
"name": "productId"
|
|
6882
|
+
},
|
|
6883
|
+
{
|
|
6884
|
+
"in": "body",
|
|
6885
|
+
"name": "principalKind"
|
|
6886
|
+
},
|
|
6887
|
+
{
|
|
6888
|
+
"in": "body",
|
|
6889
|
+
"name": "principalId"
|
|
6890
|
+
},
|
|
6891
|
+
{
|
|
6892
|
+
"in": "body",
|
|
6893
|
+
"name": "tools"
|
|
6894
|
+
}
|
|
6895
|
+
],
|
|
6896
|
+
"path": "/governance/api/v1/products/:productId/principal-grants/approve",
|
|
6897
|
+
"readOnly": false
|
|
6898
|
+
},
|
|
6899
|
+
"list": {
|
|
6900
|
+
"level": "read",
|
|
6901
|
+
"method": "GET",
|
|
6902
|
+
"operationKey": "organization_principal-grants_list",
|
|
6903
|
+
"params": [
|
|
6904
|
+
{
|
|
6905
|
+
"in": "path",
|
|
6906
|
+
"name": "productId"
|
|
6907
|
+
},
|
|
6908
|
+
{
|
|
6909
|
+
"in": "query",
|
|
6910
|
+
"name": "principalKind"
|
|
6911
|
+
}
|
|
6912
|
+
],
|
|
6913
|
+
"path": "/governance/api/v1/products/:productId/principal-grants",
|
|
6914
|
+
"readOnly": true
|
|
6915
|
+
},
|
|
6916
|
+
"revoke": {
|
|
6917
|
+
"level": "admin",
|
|
6918
|
+
"method": "POST",
|
|
6919
|
+
"operationKey": "organization_principal-grants_revoke",
|
|
6920
|
+
"params": [
|
|
6921
|
+
{
|
|
6922
|
+
"in": "path",
|
|
6923
|
+
"name": "productId"
|
|
6924
|
+
},
|
|
6925
|
+
{
|
|
6926
|
+
"in": "body",
|
|
6927
|
+
"name": "principalKind"
|
|
6928
|
+
},
|
|
6929
|
+
{
|
|
6930
|
+
"in": "body",
|
|
6931
|
+
"name": "principalId"
|
|
6932
|
+
},
|
|
6933
|
+
{
|
|
6934
|
+
"in": "body",
|
|
6935
|
+
"name": "tools"
|
|
6936
|
+
},
|
|
6937
|
+
{
|
|
6938
|
+
"in": "body",
|
|
6939
|
+
"name": "reason"
|
|
6940
|
+
}
|
|
6941
|
+
],
|
|
6942
|
+
"path": "/governance/api/v1/products/:productId/principal-grants/revoke",
|
|
6943
|
+
"readOnly": false
|
|
6944
|
+
}
|
|
6945
|
+
},
|
|
6873
6946
|
"product": {
|
|
6874
6947
|
"create": {
|
|
6875
6948
|
"level": "write",
|
|
@@ -7034,6 +7107,79 @@ var bindings = {
|
|
|
7034
7107
|
"readOnly": false
|
|
7035
7108
|
}
|
|
7036
7109
|
},
|
|
7110
|
+
"product-erasure": {
|
|
7111
|
+
"get": {
|
|
7112
|
+
"level": "read",
|
|
7113
|
+
"method": "GET",
|
|
7114
|
+
"operationKey": "organization_product_erasure_get",
|
|
7115
|
+
"params": [
|
|
7116
|
+
{
|
|
7117
|
+
"in": "path",
|
|
7118
|
+
"name": "productId"
|
|
7119
|
+
},
|
|
7120
|
+
{
|
|
7121
|
+
"in": "path",
|
|
7122
|
+
"name": "requestId"
|
|
7123
|
+
}
|
|
7124
|
+
],
|
|
7125
|
+
"path": "/governance/api/v1/products/:productId/erasure/:requestId",
|
|
7126
|
+
"readOnly": true
|
|
7127
|
+
},
|
|
7128
|
+
"list": {
|
|
7129
|
+
"level": "read",
|
|
7130
|
+
"method": "GET",
|
|
7131
|
+
"operationKey": "organization_product_erasure_list",
|
|
7132
|
+
"params": [
|
|
7133
|
+
{
|
|
7134
|
+
"in": "path",
|
|
7135
|
+
"name": "productId"
|
|
7136
|
+
},
|
|
7137
|
+
{
|
|
7138
|
+
"in": "query",
|
|
7139
|
+
"name": "status"
|
|
7140
|
+
},
|
|
7141
|
+
{
|
|
7142
|
+
"in": "query",
|
|
7143
|
+
"name": "after"
|
|
7144
|
+
},
|
|
7145
|
+
{
|
|
7146
|
+
"in": "query",
|
|
7147
|
+
"name": "limit"
|
|
7148
|
+
}
|
|
7149
|
+
],
|
|
7150
|
+
"path": "/governance/api/v1/products/:productId/erasure",
|
|
7151
|
+
"readOnly": true
|
|
7152
|
+
},
|
|
7153
|
+
"request": {
|
|
7154
|
+
"level": "write",
|
|
7155
|
+
"method": "POST",
|
|
7156
|
+
"operationKey": "organization_product_erasure_request",
|
|
7157
|
+
"params": [
|
|
7158
|
+
{
|
|
7159
|
+
"in": "path",
|
|
7160
|
+
"name": "productId"
|
|
7161
|
+
},
|
|
7162
|
+
{
|
|
7163
|
+
"in": "body",
|
|
7164
|
+
"name": "emails"
|
|
7165
|
+
},
|
|
7166
|
+
{
|
|
7167
|
+
"in": "body",
|
|
7168
|
+
"name": "phones"
|
|
7169
|
+
},
|
|
7170
|
+
{
|
|
7171
|
+
"in": "body",
|
|
7172
|
+
"name": "externalIds"
|
|
7173
|
+
},
|
|
7174
|
+
{
|
|
7175
|
+
"in": "body",
|
|
7176
|
+
"name": "name"
|
|
7177
|
+
}
|
|
7178
|
+
],
|
|
7179
|
+
"path": "/governance/api/v1/products/:productId/erasure",
|
|
7180
|
+
"readOnly": false
|
|
7181
|
+
}
|
|
7182
|
+
},
|
|
7037
7183
|
"public-keys": {
|
|
7038
7184
|
"create": {
|
|
7039
7185
|
"level": "write",
|
|
@@ -11608,7 +11754,13 @@ var operations = {
|
|
|
11608
11754
|
"organization_member_unshare-product": "admin",
|
|
11609
11755
|
"organization_members_assign-role": "admin",
|
|
11610
11756
|
"organization_permission_catalog": "read",
|
|
11757
|
+
"organization_principal-grants_approve": "write",
|
|
11758
|
+
"organization_principal-grants_list": "read",
|
|
11759
|
+
"organization_principal-grants_revoke": "admin",
|
|
11611
11760
|
"organization_product_create": "write",
|
|
11761
|
+
"organization_product_erasure_get": "read",
|
|
11762
|
+
"organization_product_erasure_list": "read",
|
|
11763
|
+
"organization_product_erasure_request": "write",
|
|
11612
11764
|
"organization_product_list": "read",
|
|
11613
11765
|
"organization_product_list-access": "read",
|
|
11614
11766
|
"organization_product_list-members": "read",
|
|
@@ -11838,7 +11990,47 @@ var operations = {
|
|
|
11838
11990
|
"workflow_wait_list_all": "read",
|
|
11839
11991
|
"workflow_wait_resolve": "write"
|
|
11840
11992
|
};
|
|
11841
|
-
var compositions = {
|
|
11993
|
+
var compositions = {
|
|
11994
|
+
"mail_audience_create": { "label": "Create audience" },
|
|
11995
|
+
"mail_audience_delete": { "label": "Delete audience" },
|
|
11996
|
+
"mail_audience_get": { "label": "Get audience" },
|
|
11997
|
+
"mail_audience_list": { "label": "List audiences" },
|
|
11998
|
+
"mail_audience_update": { "label": "Rename audience" },
|
|
11999
|
+
"mail_broadcast_cancel": { "pii": ["output.from", "output.replyTo"], "label": "Cancel broadcast" },
|
|
12000
|
+
"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" } },
|
|
12001
|
+
"mail_broadcast_delete": { "label": "Delete broadcast" },
|
|
12002
|
+
"mail_broadcast_get": { "pii": ["output.from", "output.replyTo"], "label": "Get broadcast" },
|
|
12003
|
+
"mail_broadcast_list": { "pii": ["output.items[].from", "output.items[].replyTo"], "label": "List broadcasts" },
|
|
12004
|
+
"mail_broadcast_queue": { "pii": ["output.from", "output.replyTo"], "label": "Queue broadcast" },
|
|
12005
|
+
"mail_broadcast_stats": { "label": "Broadcast stats" },
|
|
12006
|
+
"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" } },
|
|
12007
|
+
"mail_contact_create": { "pii": ["input.email", "input.properties", "output.email", "output.properties"], "label": "Create contact", "options": { "audience_id": "mail_audience_list" } },
|
|
12008
|
+
"mail_contact_delete": { "label": "Delete contact", "options": { "audience_id": "mail_audience_list" } },
|
|
12009
|
+
"mail_contact_get": { "pii": ["output.email", "output.properties"], "label": "Get contact", "options": { "audience_id": "mail_audience_list" } },
|
|
12010
|
+
"mail_contact_list": { "pii": ["output.data[].email", "output.data[].properties"], "label": "List contacts", "options": { "audience_id": "mail_audience_list" } },
|
|
12011
|
+
"mail_contact_update": { "pii": ["input.properties", "output.email", "output.properties"], "label": "Update contact", "options": { "audience_id": "mail_audience_list" } },
|
|
12012
|
+
"mail_domain_allowed_list": { "label": "List allowed apex domains" },
|
|
12013
|
+
"mail_domain_get": { "label": "Get domain" },
|
|
12014
|
+
"mail_domain_list": { "label": "List domains" },
|
|
12015
|
+
"mail_domain_verify": { "label": "Verify domain", "completion_event": "mail/domain.verified" },
|
|
12016
|
+
"mail_email_cancel": { "label": "Cancel email" },
|
|
12017
|
+
"mail_email_get": { "pii": ["output.from", "output.to", "output.cc", "output.bcc"], "label": "Get email" },
|
|
12018
|
+
"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" },
|
|
12019
|
+
"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" },
|
|
12020
|
+
"mail_email_update": { "label": "Reschedule email" },
|
|
12021
|
+
"mail_reputation_get": { "label": "Get reputation status" },
|
|
12022
|
+
"mail_stats_get": { "label": "Get sending stats" },
|
|
12023
|
+
"mail_suppression_add": { "pii": ["input.address", "output.address"], "label": "Suppress address" },
|
|
12024
|
+
"mail_suppression_list": { "pii": ["input.q", "output.items[].address"], "label": "List suppressions" },
|
|
12025
|
+
"mail_suppression_remove": { "pii": ["input.address", "output.address"], "label": "Unsuppress address" },
|
|
12026
|
+
"mail_template_create": { "label": "Create template" },
|
|
12027
|
+
"mail_template_delete": { "label": "Delete template" },
|
|
12028
|
+
"mail_template_get": { "label": "Get template" },
|
|
12029
|
+
"mail_template_list": { "label": "List templates" },
|
|
12030
|
+
"mail_template_publish": { "label": "Publish template" },
|
|
12031
|
+
"mail_template_update": { "label": "Update template" },
|
|
12032
|
+
"mail_usage_get": { "label": "Get usage" }
|
|
12033
|
+
};
|
|
11842
12034
|
|
|
11843
12035
|
// src/runtime/permission-match.ts
|
|
11844
12036
|
var LEVELS = ["read", "write", "admin"];
|