@lessly/sdk-app 69.0.0 → 70.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
@@ -7109,6 +7109,79 @@ var bindings = {
7109
7109
  "readOnly": false
7110
7110
  }
7111
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
+ },
7112
7185
  "public-keys": {
7113
7186
  "create": {
7114
7187
  "level": "write",
@@ -11853,6 +11926,9 @@ var operations = {
11853
11926
  "organization_principal-grants_list": "read",
11854
11927
  "organization_principal-grants_revoke": "admin",
11855
11928
  "organization_product_create": "write",
11929
+ "organization_product_erasure_get": "read",
11930
+ "organization_product_erasure_list": "read",
11931
+ "organization_product_erasure_request": "write",
11856
11932
  "organization_product_list": "read",
11857
11933
  "organization_product_list-access": "read",
11858
11934
  "organization_product_list-members": "read",