@memberjunction/server 2.42.1 → 2.43.0
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.
|
@@ -1458,6 +1458,7 @@ export declare class EntityField_ {
|
|
|
1458
1458
|
ScopeDefault?: string;
|
|
1459
1459
|
AutoUpdateRelatedEntityInfo: boolean;
|
|
1460
1460
|
ValuesToPackWithSchema: string;
|
|
1461
|
+
Status: string;
|
|
1461
1462
|
FieldCodeName?: string;
|
|
1462
1463
|
Entity: string;
|
|
1463
1464
|
SchemaName: string;
|
|
@@ -1503,6 +1504,7 @@ export declare class CreateEntityFieldInput {
|
|
|
1503
1504
|
ScopeDefault: string | null;
|
|
1504
1505
|
AutoUpdateRelatedEntityInfo?: boolean;
|
|
1505
1506
|
ValuesToPackWithSchema?: string;
|
|
1507
|
+
Status?: string;
|
|
1506
1508
|
}
|
|
1507
1509
|
export declare class UpdateEntityFieldInput {
|
|
1508
1510
|
ID: string;
|
|
@@ -1535,6 +1537,7 @@ export declare class UpdateEntityFieldInput {
|
|
|
1535
1537
|
ScopeDefault?: string | null;
|
|
1536
1538
|
AutoUpdateRelatedEntityInfo?: boolean;
|
|
1537
1539
|
ValuesToPackWithSchema?: string;
|
|
1540
|
+
Status?: string;
|
|
1538
1541
|
OldValues___?: KeyValuePairInput[];
|
|
1539
1542
|
}
|
|
1540
1543
|
export declare class RunEntityFieldViewResult {
|