@pushwoosh/rpc-v2-http-api-data 0.2.72 → 0.2.73

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
@@ -328,6 +328,8 @@ export type CreateEmailTemplateRequest = {
328
328
  label?: string;
329
329
  categories?: string[];
330
330
  previewSettings?: object;
331
+ /** System templates are feature internals (e.g. synced-block fragments): hidden from List/labels, still reachable by code. */
332
+ system?: boolean;
331
333
  };
332
334
  export type CreateEmailTemplateResponse = {
333
335
  emailTemplate: EmailTemplate;
package/data.js CHANGED
@@ -7587,6 +7587,9 @@ export const data = {
7587
7587
  },
7588
7588
  "previewSettings": {
7589
7589
  "type": "object"
7590
+ },
7591
+ "system": {
7592
+ "type": "boolean"
7590
7593
  }
7591
7594
  }
7592
7595
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.2.72",
3
+ "version": "0.2.73",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",