@pushwoosh/rpc-v2-http-api-data 0.1.486 → 0.1.488

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
@@ -17657,6 +17657,9 @@ export const data = {
17657
17657
  "fields": {
17658
17658
  "code": {
17659
17659
  "type": "string"
17660
+ },
17661
+ "isBlockBased": {
17662
+ "type": "boolean"
17660
17663
  }
17661
17664
  }
17662
17665
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.486",
3
+ "version": "0.1.488",
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,6 +209,7 @@ export type CloneRequest = {
209
209
  };
210
210
  export type CloneResponse = {
211
211
  code: string;
212
+ isBlockBased: boolean;
212
213
  };
213
214
  export type DeleteRequest = {
214
215
  code?: string;