@pushwoosh/rpc-v2-http-api-data 0.1.481 → 0.1.483

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/data.js CHANGED
@@ -17654,9 +17654,6 @@ export const data = {
17654
17654
  "fields": {
17655
17655
  "code": {
17656
17656
  "type": "string"
17657
- },
17658
- "blockBased": {
17659
- "type": "boolean"
17660
17657
  }
17661
17658
  }
17662
17659
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.481",
3
+ "version": "0.1.483",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
package/rich_medias.d.ts CHANGED
@@ -209,7 +209,6 @@ export type CloneRequest = {
209
209
  };
210
210
  export type CloneResponse = {
211
211
  code: string;
212
- blockBased: boolean;
213
212
  };
214
213
  export type DeleteRequest = {
215
214
  code?: string;