@eway-crm/connector 1.0.238 → 1.0.240
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/lib/index.d.ts
CHANGED
|
@@ -1783,6 +1783,7 @@ interface IApiAdditionalField extends IApiItemBase {
|
|
|
1783
1783
|
Data_LinkType: string | null;
|
|
1784
1784
|
AssociatedEnumTypeGuid: string | null;
|
|
1785
1785
|
IsInGeneralSection: boolean;
|
|
1786
|
+
IsSystem?: boolean;
|
|
1786
1787
|
}
|
|
1787
1788
|
|
|
1788
1789
|
interface IApiLicenseBundleBase {
|
|
@@ -1971,6 +1972,7 @@ type TAdditionalFieldItem = {
|
|
|
1971
1972
|
Comment: string;
|
|
1972
1973
|
FieldId: number;
|
|
1973
1974
|
ItemGUID: string;
|
|
1975
|
+
IsSystem?: boolean;
|
|
1974
1976
|
Data?: TAdditionalFieldItemData | null;
|
|
1975
1977
|
};
|
|
1976
1978
|
type EnumTypeItem = {
|