@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.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",
@@ -7036,6 +7109,79 @@ var bindings = {
7036
7109
  "readOnly": false
7037
7110
  }
7038
7111
  },
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
+ },
7039
7185
  "public-keys": {
7040
7186
  "create": {
7041
7187
  "level": "write",
@@ -11610,7 +11756,13 @@ var operations = {
11610
11756
  "organization_member_unshare-product": "admin",
11611
11757
  "organization_members_assign-role": "admin",
11612
11758
  "organization_permission_catalog": "read",
11759
+ "organization_principal-grants_approve": "write",
11760
+ "organization_principal-grants_list": "read",
11761
+ "organization_principal-grants_revoke": "admin",
11613
11762
  "organization_product_create": "write",
11763
+ "organization_product_erasure_get": "read",
11764
+ "organization_product_erasure_list": "read",
11765
+ "organization_product_erasure_request": "write",
11614
11766
  "organization_product_list": "read",
11615
11767
  "organization_product_list-access": "read",
11616
11768
  "organization_product_list-members": "read",