@pushwoosh/rpc-v2-http-api-data 0.1.646 → 0.1.648

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.
@@ -87,4 +87,5 @@ export type Account = {
87
87
  billingAddress: pushwoosh_rpc_v2_accounts_BillingAddress;
88
88
  restrictions: pushwoosh_objects_restrictionValues_v1_RestrictionValue;
89
89
  userCentricStorageUsed: boolean;
90
+ allowProductCommunication: boolean;
90
91
  };
package/data.js CHANGED
@@ -1325,6 +1325,9 @@ export const data = {
1325
1325
  },
1326
1326
  "userCentricStorageUsed": {
1327
1327
  "type": "boolean"
1328
+ },
1329
+ "allowProductCommunication": {
1330
+ "type": "boolean"
1328
1331
  }
1329
1332
  }
1330
1333
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.646",
3
+ "version": "0.1.648",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",