@pushwoosh/rpc-v2-http-api-data 0.1.543 → 0.1.545

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/accounts.d.ts CHANGED
@@ -191,6 +191,7 @@ export type CloneEmailPresetsRequest = {
191
191
  emailPresetCode?: string;
192
192
  application?: string;
193
193
  applicationId?: number;
194
+ name?: string;
194
195
  };
195
196
  export type CloneEmailPresetsResponse = {
196
197
  emailPresetCode: string;
package/data.js CHANGED
@@ -4505,6 +4505,9 @@ export const data = {
4505
4505
  },
4506
4506
  "applicationId": {
4507
4507
  "type": "number"
4508
+ },
4509
+ "name": {
4510
+ "type": "string"
4508
4511
  }
4509
4512
  }
4510
4513
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.543",
3
+ "version": "0.1.545",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",