@cakemail-org/ui-components-v2 2.1.65 → 2.1.66
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/dist/cjs/index.js
CHANGED
|
@@ -17825,7 +17825,7 @@ var ListPopupModel = /** @class */ (function () {
|
|
|
17825
17825
|
function ListPopupModel(params) {
|
|
17826
17826
|
this.id = params.id;
|
|
17827
17827
|
this.list_id = params.list_id;
|
|
17828
|
-
this.
|
|
17828
|
+
this.form_id = params.form_id;
|
|
17829
17829
|
this.account_id = params.account_id;
|
|
17830
17830
|
this.name = params.name;
|
|
17831
17831
|
this.description = params.description;
|
|
@@ -3,7 +3,7 @@ import { EPopupBranding, EPopupDisplayFrequency, TPopupContent, TPopupModel, TPo
|
|
|
3
3
|
export declare class ListPopupModel {
|
|
4
4
|
id: string;
|
|
5
5
|
list_id: number;
|
|
6
|
-
|
|
6
|
+
form_id: string | null;
|
|
7
7
|
readonly account_id: number;
|
|
8
8
|
name: string | null;
|
|
9
9
|
description: string | null;
|
package/dist/esm/index.js
CHANGED
|
@@ -17805,7 +17805,7 @@ var ListPopupModel = /** @class */ (function () {
|
|
|
17805
17805
|
function ListPopupModel(params) {
|
|
17806
17806
|
this.id = params.id;
|
|
17807
17807
|
this.list_id = params.list_id;
|
|
17808
|
-
this.
|
|
17808
|
+
this.form_id = params.form_id;
|
|
17809
17809
|
this.account_id = params.account_id;
|
|
17810
17810
|
this.name = params.name;
|
|
17811
17811
|
this.description = params.description;
|
|
@@ -3,7 +3,7 @@ import { EPopupBranding, EPopupDisplayFrequency, TPopupContent, TPopupModel, TPo
|
|
|
3
3
|
export declare class ListPopupModel {
|
|
4
4
|
id: string;
|
|
5
5
|
list_id: number;
|
|
6
|
-
|
|
6
|
+
form_id: string | null;
|
|
7
7
|
readonly account_id: number;
|
|
8
8
|
name: string | null;
|
|
9
9
|
description: string | null;
|