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

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
@@ -189,6 +189,7 @@ export interface EmailTemplatesService {
189
189
  }
190
190
  export type CloneEmailPresetsRequest = {
191
191
  emailPresetCode?: string;
192
+ application?: string;
192
193
  applicationId?: number;
193
194
  };
194
195
  export type CloneEmailPresetsResponse = {
package/data.js CHANGED
@@ -4500,6 +4500,9 @@ export const data = {
4500
4500
  "emailPresetCode": {
4501
4501
  "type": "string"
4502
4502
  },
4503
+ "application": {
4504
+ "type": "string"
4505
+ },
4503
4506
  "applicationId": {
4504
4507
  "type": "number"
4505
4508
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.542",
3
+ "version": "0.1.543",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",