@pushwoosh/rpc-v2-http-api-data 0.1.871 → 0.1.872

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
@@ -21089,10 +21089,10 @@ export const data = {
21089
21089
  "status": {
21090
21090
  "type": "string"
21091
21091
  },
21092
- "richMediaCode": {
21092
+ "popupFormContentCode": {
21093
21093
  "type": "string"
21094
21094
  },
21095
- "richMediaName": {
21095
+ "popupFormContentName": {
21096
21096
  "type": "string"
21097
21097
  },
21098
21098
  "deviceType": {
@@ -21240,7 +21240,7 @@ export const data = {
21240
21240
  "type": "string",
21241
21241
  "optional": true
21242
21242
  },
21243
- "richMediaCode": {
21243
+ "popupFormContentCode": {
21244
21244
  "type": "string"
21245
21245
  },
21246
21246
  "deviceType": {
@@ -21286,7 +21286,7 @@ export const data = {
21286
21286
  "type": "string",
21287
21287
  "optional": true
21288
21288
  },
21289
- "richMediaCode": {
21289
+ "popupFormContentCode": {
21290
21290
  "type": "string"
21291
21291
  },
21292
21292
  "deviceType": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.871",
3
+ "version": "0.1.872",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
package/popup_forms.d.ts CHANGED
@@ -20,8 +20,8 @@ export type PopupForm = {
20
20
  name: string;
21
21
  description: string;
22
22
  status: string;
23
- richMediaCode: string;
24
- richMediaName: string;
23
+ popupFormContentCode: string;
24
+ popupFormContentName: string;
25
25
  deviceType: string;
26
26
  visitorsType: string;
27
27
  matchingPages: string[];
@@ -68,7 +68,7 @@ export type CreatePopupFormRequest = {
68
68
  application?: string;
69
69
  name?: string;
70
70
  description?: string;
71
- richMediaCode?: string;
71
+ popupFormContentCode?: string;
72
72
  deviceType?: string;
73
73
  visitorsType?: string;
74
74
  matchingPages?: string[];
@@ -83,7 +83,7 @@ export type UpdatePopupFormRequest = {
83
83
  code?: string;
84
84
  name?: string;
85
85
  description?: string;
86
- richMediaCode?: string;
86
+ popupFormContentCode?: string;
87
87
  deviceType?: string;
88
88
  visitorsType?: string;
89
89
  matchingPages?: string[];