@lessly/sdk-app 71.0.1 → 71.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/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",