@eway-crm/connector 1.0.119 → 1.0.121
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/AnonymousSessionHandler.d.ts +5 -5
- package/lib/AnonymousSessionHandler.js +15 -15
- package/lib/ApiConnection.d.ts +66 -66
- package/lib/ApiConnection.js +321 -321
- package/lib/ApiMethods.d.ts +16 -16
- package/lib/ApiMethods.js +41 -42
- package/lib/CredentialsSessionHandler.d.ts +16 -16
- package/lib/CredentialsSessionHandler.js +60 -60
- package/lib/HttpMethod.d.ts +4 -4
- package/lib/HttpMethod.js +8 -8
- package/lib/ISessionHandler.d.ts +7 -7
- package/lib/ISessionHandler.js +2 -2
- package/lib/OAuthSessionHandler.d.ts +12 -12
- package/lib/OAuthSessionHandler.js +52 -52
- package/lib/OAuthSessionHandlerBase.d.ts +16 -16
- package/lib/OAuthSessionHandlerBase.js +78 -78
- package/lib/ReturnCodes.d.ts +9 -9
- package/lib/ReturnCodes.js +15 -16
- package/lib/axios/AxiosInstance.d.ts +2 -0
- package/lib/axios/AxiosInstance.js +5 -0
- package/lib/constants/ActionEventTypes.d.ts +9 -9
- package/lib/constants/ActionEventTypes.js +14 -14
- package/lib/constants/ColumnPermissionRules.d.ts +14 -14
- package/lib/constants/ColumnPermissionRules.js +22 -24
- package/lib/constants/CompletionLevels.d.ts +6 -6
- package/lib/constants/CompletionLevels.js +11 -11
- package/lib/constants/CustomizationStatsItemKeys.d.ts +11 -11
- package/lib/constants/CustomizationStatsItemKeys.js +17 -17
- package/lib/constants/Edition.d.ts +6 -6
- package/lib/constants/Edition.js +10 -10
- package/lib/constants/EnumTypes.d.ts +32 -32
- package/lib/constants/EnumTypes.js +38 -38
- package/lib/constants/ExpirationReason.d.ts +7 -7
- package/lib/constants/ExpirationReason.js +10 -10
- package/lib/constants/Feature.d.ts +6 -6
- package/lib/constants/Feature.js +10 -10
- package/lib/constants/FieldNames.d.ts +389 -389
- package/lib/constants/FieldNames.js +427 -427
- package/lib/constants/FieldTypes.d.ts +15 -15
- package/lib/constants/FieldTypes.js +20 -20
- package/lib/constants/FolderNames.d.ts +80 -80
- package/lib/constants/FolderNames.js +87 -88
- package/lib/constants/Functionality.d.ts +54 -54
- package/lib/constants/Functionality.js +60 -60
- package/lib/constants/GlobalSettingsNames.d.ts +71 -71
- package/lib/constants/GlobalSettingsNames.js +76 -76
- package/lib/constants/LicenseKeyInvoiceSeverity.d.ts +8 -8
- package/lib/constants/LicenseKeyInvoiceSeverity.js +11 -11
- package/lib/constants/LicenseRestrictionKeys.d.ts +62 -62
- package/lib/constants/LicenseRestrictionKeys.js +68 -68
- package/lib/constants/RelationTypes.d.ts +11 -11
- package/lib/constants/RelationTypes.js +16 -16
- package/lib/data/EWItem.d.ts +12 -12
- package/lib/data/EWItem.js +91 -91
- package/lib/data/IApiAdditionalField.d.ts +21 -21
- package/lib/data/IApiAdditionalField.js +2 -2
- package/lib/data/IApiAvailableBundle.d.ts +4 -4
- package/lib/data/IApiAvailableBundle.js +2 -2
- package/lib/data/IApiAvailableVersionResponse.d.ts +9 -9
- package/lib/data/IApiAvailableVersionResponse.js +2 -2
- package/lib/data/IApiBooleanResponse.d.ts +4 -4
- package/lib/data/IApiBooleanResponse.js +2 -2
- package/lib/data/IApiCapacityAvailableBundle.d.ts +5 -5
- package/lib/data/IApiCapacityAvailableBundle.js +2 -2
- package/lib/data/IApiCart.d.ts +48 -48
- package/lib/data/IApiCart.js +8 -8
- package/lib/data/IApiColumn.d.ts +51 -51
- package/lib/data/IApiColumn.js +2 -2
- package/lib/data/IApiColumnPermission.d.ts +15 -15
- package/lib/data/IApiColumnPermission.js +2 -2
- package/lib/data/IApiCompany.d.ts +55 -55
- package/lib/data/IApiCompany.js +8 -8
- package/lib/data/IApiContact.d.ts +58 -58
- package/lib/data/IApiContact.js +8 -8
- package/lib/data/IApiCurrencyExchangeRate.d.ts +9 -9
- package/lib/data/IApiCurrencyExchangeRate.js +8 -8
- package/lib/data/IApiCustomizationStatsItem.d.ts +6 -6
- package/lib/data/IApiCustomizationStatsItem.js +2 -2
- package/lib/data/IApiDataResponse.d.ts +4 -4
- package/lib/data/IApiDataResponse.js +2 -2
- package/lib/data/IApiDatumResponse.d.ts +4 -4
- package/lib/data/IApiDatumResponse.js +2 -2
- package/lib/data/IApiDocument.d.ts +22 -22
- package/lib/data/IApiDocument.js +8 -8
- package/lib/data/IApiEmail.d.ts +26 -26
- package/lib/data/IApiEmail.js +8 -8
- package/lib/data/IApiEnumType.d.ts +26 -26
- package/lib/data/IApiEnumType.js +9 -9
- package/lib/data/IApiEnumValue.d.ts +18 -18
- package/lib/data/IApiEnumValue.js +2 -2
- package/lib/data/IApiEnumValuesRelation.d.ts +8 -8
- package/lib/data/IApiEnumValuesRelation.js +8 -8
- package/lib/data/IApiFeature.d.ts +5 -5
- package/lib/data/IApiFeature.js +2 -2
- package/lib/data/IApiFeaturesLicenseBundle.d.ts +10 -10
- package/lib/data/IApiFeaturesLicenseBundle.js +2 -2
- package/lib/data/IApiFlow.d.ts +9 -9
- package/lib/data/IApiFlow.js +8 -8
- package/lib/data/IApiGlobalSetting.d.ts +33 -33
- package/lib/data/IApiGlobalSetting.js +2 -2
- package/lib/data/IApiGoal.d.ts +22 -22
- package/lib/data/IApiGoal.js +8 -8
- package/lib/data/IApiGood.d.ts +26 -26
- package/lib/data/IApiGood.js +8 -8
- package/lib/data/IApiGoodInCart.d.ts +62 -62
- package/lib/data/IApiGoodInCart.js +8 -8
- package/lib/data/IApiGroup.d.ts +16 -16
- package/lib/data/IApiGroup.js +2 -2
- package/lib/data/IApiItemBase.d.ts +14 -14
- package/lib/data/IApiItemBase.js +2 -2
- package/lib/data/IApiItemIdentifier.d.ts +5 -5
- package/lib/data/IApiItemIdentifier.js +2 -2
- package/lib/data/IApiItemUsageStatus.d.ts +4 -4
- package/lib/data/IApiItemUsageStatus.js +2 -2
- package/lib/data/IApiJournal.d.ts +25 -25
- package/lib/data/IApiJournal.js +8 -8
- package/lib/data/IApiLead.d.ts +36 -36
- package/lib/data/IApiLead.js +8 -8
- package/lib/data/IApiLicense.d.ts +65 -65
- package/lib/data/IApiLicense.js +2 -2
- package/lib/data/IApiLicenseBundleBase.d.ts +6 -6
- package/lib/data/IApiLicenseBundleBase.js +2 -2
- package/lib/data/IApiLocalizedLicenseBundle.d.ts +4 -4
- package/lib/data/IApiLocalizedLicenseBundle.js +2 -2
- package/lib/data/IApiLoginResponse.d.ts +8 -8
- package/lib/data/IApiLoginResponse.js +2 -2
- package/lib/data/IApiMarketingCampaign.d.ts +32 -32
- package/lib/data/IApiMarketingCampaign.js +8 -8
- package/lib/data/IApiMarketingList.d.ts +17 -17
- package/lib/data/IApiMarketingList.js +8 -8
- package/lib/data/IApiModulePermission.d.ts +14 -14
- package/lib/data/IApiModulePermission.js +2 -2
- package/lib/data/IApiObjectType.d.ts +9 -9
- package/lib/data/IApiObjectType.js +2 -2
- package/lib/data/IApiPasswordStrength.d.ts +5 -5
- package/lib/data/IApiPasswordStrength.js +2 -2
- package/lib/data/IApiPayment.d.ts +9 -9
- package/lib/data/IApiPayment.js +8 -8
- package/lib/data/IApiProject.d.ts +59 -59
- package/lib/data/IApiProject.js +8 -8
- package/lib/data/IApiRecurrencePattern.d.ts +16 -16
- package/lib/data/IApiRecurrencePattern.js +8 -8
- package/lib/data/IApiResult.d.ts +4 -4
- package/lib/data/IApiResult.js +2 -2
- package/lib/data/IApiSaveResponse.d.ts +4 -4
- package/lib/data/IApiSaveResponse.js +2 -2
- package/lib/data/IApiTask.d.ts +34 -34
- package/lib/data/IApiTask.js +8 -8
- package/lib/data/IApiUser.d.ts +22 -22
- package/lib/data/IApiUser.js +2 -2
- package/lib/data/IApiUserSetting.d.ts +6 -6
- package/lib/data/IApiUserSetting.js +2 -2
- package/lib/data/IApiWebServiceTaskStatus.d.ts +10 -10
- package/lib/data/IApiWebServiceTaskStatus.js +2 -2
- package/lib/data/IApiWorkReport.d.ts +36 -36
- package/lib/data/IApiWorkReport.js +8 -8
- package/lib/data/IApiWorkflowActionDerivedItem.d.ts +21 -21
- package/lib/data/IApiWorkflowActionDerivedItem.js +2 -2
- package/lib/data/IApiWorkflowModel.d.ts +8 -8
- package/lib/data/IApiWorkflowModel.js +2 -2
- package/lib/data/query/IApiQuery.d.ts +42 -42
- package/lib/data/query/IApiQuery.js +2 -2
- package/lib/data/query/IApiQueryFilters.d.ts +43 -43
- package/lib/data/query/IApiQueryFilters.js +2 -2
- package/lib/data/workflowActions/IApiAction.d.ts +106 -106
- package/lib/data/workflowActions/IApiAction.js +2 -2
- package/lib/exceptions/HttpRequestError.d.ts +7 -7
- package/lib/exceptions/HttpRequestError.js +29 -29
- package/lib/exceptions/WebServiceError.d.ts +5 -5
- package/lib/exceptions/WebServiceError.js +29 -29
- package/lib/helpers/ErrorHelper.d.ts +4 -4
- package/lib/helpers/ErrorHelper.js +21 -21
- package/lib/helpers/OAuthHelper.d.ts +8 -8
- package/lib/helpers/OAuthHelper.js +57 -60
- package/lib/helpers/VersionHelperBase.d.ts +5 -5
- package/lib/helpers/VersionHelperBase.js +21 -21
- package/lib/index.d.ts +85 -85
- package/lib/index.js +124 -124
- package/lib/interfaces/IEWJwtPayload.d.ts +4 -4
- package/lib/interfaces/IEWJwtPayload.js +2 -2
- package/lib/interfaces/IItemPreview.d.ts +5 -5
- package/lib/interfaces/IItemPreview.js +2 -2
- package/lib/interfaces/ITokenData.d.ts +9 -9
- package/lib/interfaces/ITokenData.js +2 -2
- package/lib/interfaces/ITranslatableString.d.ts +8 -8
- package/lib/interfaces/ITranslatableString.js +2 -2
- package/lib/interfaces/TNumericValidatorType.d.ts +1 -1
- package/lib/interfaces/TNumericValidatorType.js +2 -2
- package/lib/tokenizedServices/CommonDataConnection.d.ts +9 -9
- package/lib/tokenizedServices/CommonDataConnection.js +22 -22
- package/lib/tokenizedServices/ITokenizedApiResult.d.ts +4 -4
- package/lib/tokenizedServices/ITokenizedApiResult.js +2 -2
- package/lib/tokenizedServices/TokenizedServiceConnection.d.ts +25 -25
- package/lib/tokenizedServices/TokenizedServiceConnection.js +130 -130
- package/package.json +10 -10
package/lib/data/IApiEmail.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
////////////////////////////////////////////
|
|
3
|
-
// //
|
|
4
|
-
// Do not modify this file. //
|
|
5
|
-
// This file is generated by a generator. //
|
|
6
|
-
// //
|
|
7
|
-
////////////////////////////////////////////
|
|
8
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
////////////////////////////////////////////
|
|
3
|
+
// //
|
|
4
|
+
// Do not modify this file. //
|
|
5
|
+
// This file is generated by a generator. //
|
|
6
|
+
// //
|
|
7
|
+
////////////////////////////////////////////
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { IApiItemBase } from "./IApiItemBase";
|
|
2
|
-
import { IApiEnumValue } from "./IApiEnumValue";
|
|
3
|
-
export declare enum EnumTypeEditMode {
|
|
4
|
-
Readonly = "Readonly",
|
|
5
|
-
VisibleRankDefaultOnly = "VisibleRankDefaultOnly",
|
|
6
|
-
Editable = "Editable"
|
|
7
|
-
}
|
|
8
|
-
export interface IApiEnumType extends IApiItemBase {
|
|
9
|
-
EnumName: string;
|
|
10
|
-
IsSystem: boolean;
|
|
11
|
-
AllowEditVisibility: boolean;
|
|
12
|
-
AllowEditLastActivity: boolean;
|
|
13
|
-
RequireDefaultValue: boolean;
|
|
14
|
-
AssociatedFolderNames: string[] | null;
|
|
15
|
-
AssociatedWorkflowModelGuid: string | null;
|
|
16
|
-
NameEn: string;
|
|
17
|
-
NameCs: string;
|
|
18
|
-
NameDe: string;
|
|
19
|
-
NameRu: string;
|
|
20
|
-
NameSk: string;
|
|
21
|
-
NameNo: string;
|
|
22
|
-
IsAdditionalField: boolean;
|
|
23
|
-
AssociatedAdditionalFieldId: number | null;
|
|
24
|
-
EditMode: EnumTypeEditMode | null;
|
|
25
|
-
EnumValuesInEnumType: IApiEnumValue[] | null;
|
|
26
|
-
}
|
|
1
|
+
import { IApiItemBase } from "./IApiItemBase";
|
|
2
|
+
import { IApiEnumValue } from "./IApiEnumValue";
|
|
3
|
+
export declare enum EnumTypeEditMode {
|
|
4
|
+
Readonly = "Readonly",
|
|
5
|
+
VisibleRankDefaultOnly = "VisibleRankDefaultOnly",
|
|
6
|
+
Editable = "Editable"
|
|
7
|
+
}
|
|
8
|
+
export interface IApiEnumType extends IApiItemBase {
|
|
9
|
+
EnumName: string;
|
|
10
|
+
IsSystem: boolean;
|
|
11
|
+
AllowEditVisibility: boolean;
|
|
12
|
+
AllowEditLastActivity: boolean;
|
|
13
|
+
RequireDefaultValue: boolean;
|
|
14
|
+
AssociatedFolderNames: string[] | null;
|
|
15
|
+
AssociatedWorkflowModelGuid: string | null;
|
|
16
|
+
NameEn: string;
|
|
17
|
+
NameCs: string;
|
|
18
|
+
NameDe: string;
|
|
19
|
+
NameRu: string;
|
|
20
|
+
NameSk: string;
|
|
21
|
+
NameNo: string;
|
|
22
|
+
IsAdditionalField: boolean;
|
|
23
|
+
AssociatedAdditionalFieldId: number | null;
|
|
24
|
+
EditMode: EnumTypeEditMode | null;
|
|
25
|
+
EnumValuesInEnumType: IApiEnumValue[] | null;
|
|
26
|
+
}
|
package/lib/data/IApiEnumType.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EnumTypeEditMode = void 0;
|
|
4
|
-
var EnumTypeEditMode;
|
|
5
|
-
(function (EnumTypeEditMode) {
|
|
6
|
-
EnumTypeEditMode["Readonly"] = "Readonly";
|
|
7
|
-
EnumTypeEditMode["VisibleRankDefaultOnly"] = "VisibleRankDefaultOnly";
|
|
8
|
-
EnumTypeEditMode["Editable"] = "Editable";
|
|
9
|
-
})(EnumTypeEditMode = exports.EnumTypeEditMode || (exports.EnumTypeEditMode = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EnumTypeEditMode = void 0;
|
|
4
|
+
var EnumTypeEditMode;
|
|
5
|
+
(function (EnumTypeEditMode) {
|
|
6
|
+
EnumTypeEditMode["Readonly"] = "Readonly";
|
|
7
|
+
EnumTypeEditMode["VisibleRankDefaultOnly"] = "VisibleRankDefaultOnly";
|
|
8
|
+
EnumTypeEditMode["Editable"] = "Editable";
|
|
9
|
+
})(EnumTypeEditMode = exports.EnumTypeEditMode || (exports.EnumTypeEditMode = {}));
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { IApiItemBase } from "./IApiItemBase";
|
|
2
|
-
import { IApiEvent } from "./workflowActions/IApiAction";
|
|
3
|
-
export interface IApiEnumValue extends IApiItemBase {
|
|
4
|
-
EnumType: string;
|
|
5
|
-
EnumTypeName: string;
|
|
6
|
-
Rank: number;
|
|
7
|
-
IsSystem: boolean;
|
|
8
|
-
IsVisible: boolean;
|
|
9
|
-
IncludeInLastActivityCalculation: boolean;
|
|
10
|
-
IsDefault: boolean;
|
|
11
|
-
En: string | null;
|
|
12
|
-
Cs: string | null;
|
|
13
|
-
De: string | null;
|
|
14
|
-
Sk: string | null;
|
|
15
|
-
Ru: string | null;
|
|
16
|
-
No: string | null;
|
|
17
|
-
AllActionEvents: IApiEvent[] | null;
|
|
18
|
-
}
|
|
1
|
+
import { IApiItemBase } from "./IApiItemBase";
|
|
2
|
+
import { IApiEvent } from "./workflowActions/IApiAction";
|
|
3
|
+
export interface IApiEnumValue extends IApiItemBase {
|
|
4
|
+
EnumType: string;
|
|
5
|
+
EnumTypeName: string;
|
|
6
|
+
Rank: number;
|
|
7
|
+
IsSystem: boolean;
|
|
8
|
+
IsVisible: boolean;
|
|
9
|
+
IncludeInLastActivityCalculation: boolean;
|
|
10
|
+
IsDefault: boolean;
|
|
11
|
+
En: string | null;
|
|
12
|
+
Cs: string | null;
|
|
13
|
+
De: string | null;
|
|
14
|
+
Sk: string | null;
|
|
15
|
+
Ru: string | null;
|
|
16
|
+
No: string | null;
|
|
17
|
+
AllActionEvents: IApiEvent[] | null;
|
|
18
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
-
export interface IApiEnumValuesRelation extends IApiItemBase {
|
|
3
|
-
EnumValueGuid: string | null;
|
|
4
|
-
FieldName: string | null;
|
|
5
|
-
RelatedItemGuid: string | null;
|
|
6
|
-
ObjectTypeId: number | null;
|
|
7
|
-
ObjectTypeFolderName: string | null;
|
|
8
|
-
}
|
|
1
|
+
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
+
export interface IApiEnumValuesRelation extends IApiItemBase {
|
|
3
|
+
EnumValueGuid: string | null;
|
|
4
|
+
FieldName: string | null;
|
|
5
|
+
RelatedItemGuid: string | null;
|
|
6
|
+
ObjectTypeId: number | null;
|
|
7
|
+
ObjectTypeFolderName: string | null;
|
|
8
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
////////////////////////////////////////////
|
|
3
|
-
// //
|
|
4
|
-
// Do not modify this file. //
|
|
5
|
-
// This file is generated by a generator. //
|
|
6
|
-
// //
|
|
7
|
-
////////////////////////////////////////////
|
|
8
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
////////////////////////////////////////////
|
|
3
|
+
// //
|
|
4
|
+
// Do not modify this file. //
|
|
5
|
+
// This file is generated by a generator. //
|
|
6
|
+
// //
|
|
7
|
+
////////////////////////////////////////////
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
-
export interface IApiFeature extends IApiItemBase {
|
|
3
|
-
Active: boolean;
|
|
4
|
-
AssociatedFolderNames: string[];
|
|
5
|
-
}
|
|
1
|
+
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
+
export interface IApiFeature extends IApiItemBase {
|
|
3
|
+
Active: boolean;
|
|
4
|
+
AssociatedFolderNames: string[];
|
|
5
|
+
}
|
package/lib/data/IApiFeature.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { Edition } from "../constants/Edition";
|
|
2
|
-
import { Feature } from "../constants/Feature";
|
|
3
|
-
import { IApiLicenseBundleBase } from "./IApiLicenseBundleBase";
|
|
4
|
-
export
|
|
5
|
-
Edition: Edition;
|
|
6
|
-
Feature: Feature;
|
|
7
|
-
};
|
|
8
|
-
export interface IApiFeaturesLicenseBundle extends IApiLicenseBundleBase {
|
|
9
|
-
Features: TFeatureWithEdition[];
|
|
10
|
-
}
|
|
1
|
+
import { Edition } from "../constants/Edition";
|
|
2
|
+
import { Feature } from "../constants/Feature";
|
|
3
|
+
import { IApiLicenseBundleBase } from "./IApiLicenseBundleBase";
|
|
4
|
+
export type TFeatureWithEdition = {
|
|
5
|
+
Edition: Edition;
|
|
6
|
+
Feature: Feature;
|
|
7
|
+
};
|
|
8
|
+
export interface IApiFeaturesLicenseBundle extends IApiLicenseBundleBase {
|
|
9
|
+
Features: TFeatureWithEdition[];
|
|
10
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
package/lib/data/IApiFlow.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
-
import { IApiEvent } from './workflowActions/IApiAction';
|
|
3
|
-
export interface IApiFlow extends IApiItemBase {
|
|
4
|
-
ModelGuid: string | null;
|
|
5
|
-
PrecedentEn: string | null;
|
|
6
|
-
SuccedentEn: string | null;
|
|
7
|
-
Roundtrip: boolean | null;
|
|
8
|
-
AllActionEvents: IApiEvent[] | null;
|
|
9
|
-
}
|
|
1
|
+
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
+
import { IApiEvent } from './workflowActions/IApiAction';
|
|
3
|
+
export interface IApiFlow extends IApiItemBase {
|
|
4
|
+
ModelGuid: string | null;
|
|
5
|
+
PrecedentEn: string | null;
|
|
6
|
+
SuccedentEn: string | null;
|
|
7
|
+
Roundtrip: boolean | null;
|
|
8
|
+
AllActionEvents: IApiEvent[] | null;
|
|
9
|
+
}
|
package/lib/data/IApiFlow.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
////////////////////////////////////////////
|
|
3
|
-
// //
|
|
4
|
-
// Do not modify this file. //
|
|
5
|
-
// This file is generated by a generator. //
|
|
6
|
-
// //
|
|
7
|
-
////////////////////////////////////////////
|
|
8
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
////////////////////////////////////////////
|
|
3
|
+
// //
|
|
4
|
+
// Do not modify this file. //
|
|
5
|
+
// This file is generated by a generator. //
|
|
6
|
+
// //
|
|
7
|
+
////////////////////////////////////////////
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { ITranslatableString } from '../interfaces/ITranslatableString';
|
|
2
|
-
import { IApiItemBase } from './IApiItemBase';
|
|
3
|
-
|
|
4
|
-
Key: string;
|
|
5
|
-
Value: string;
|
|
6
|
-
Translations: ITranslatableString;
|
|
7
|
-
};
|
|
8
|
-
export interface IApiGlobalSetting extends IApiItemBase {
|
|
9
|
-
Name: string;
|
|
10
|
-
Value: string | number | null;
|
|
11
|
-
Type: number;
|
|
12
|
-
IsLegacy: boolean;
|
|
13
|
-
MinValue: number | null;
|
|
14
|
-
MaxValue: number | null;
|
|
15
|
-
NameCs: string;
|
|
16
|
-
NameEn: string;
|
|
17
|
-
NameDe: string;
|
|
18
|
-
NameNo: string;
|
|
19
|
-
NameRu: string;
|
|
20
|
-
NameSk: string;
|
|
21
|
-
FeatureGuid: string | null;
|
|
22
|
-
AvailableValues: TAvailableValue[] | null;
|
|
23
|
-
Category: string;
|
|
24
|
-
Visible: boolean;
|
|
25
|
-
Rank: number | null;
|
|
26
|
-
DependsOn: string | null;
|
|
27
|
-
DependsOnValue: string | null;
|
|
28
|
-
DependsOnValueInverted: boolean;
|
|
29
|
-
KbUrlShortCode: string | null;
|
|
30
|
-
DisabledValue: string | null;
|
|
31
|
-
UnlimitedValue: string | null;
|
|
32
|
-
}
|
|
33
|
-
export {};
|
|
1
|
+
import { ITranslatableString } from '../interfaces/ITranslatableString';
|
|
2
|
+
import { IApiItemBase } from './IApiItemBase';
|
|
3
|
+
type TAvailableValue = {
|
|
4
|
+
Key: string;
|
|
5
|
+
Value: string;
|
|
6
|
+
Translations: ITranslatableString;
|
|
7
|
+
};
|
|
8
|
+
export interface IApiGlobalSetting extends IApiItemBase {
|
|
9
|
+
Name: string;
|
|
10
|
+
Value: string | number | null;
|
|
11
|
+
Type: number;
|
|
12
|
+
IsLegacy: boolean;
|
|
13
|
+
MinValue: number | null;
|
|
14
|
+
MaxValue: number | null;
|
|
15
|
+
NameCs: string;
|
|
16
|
+
NameEn: string;
|
|
17
|
+
NameDe: string;
|
|
18
|
+
NameNo: string;
|
|
19
|
+
NameRu: string;
|
|
20
|
+
NameSk: string;
|
|
21
|
+
FeatureGuid: string | null;
|
|
22
|
+
AvailableValues: TAvailableValue[] | null;
|
|
23
|
+
Category: string;
|
|
24
|
+
Visible: boolean;
|
|
25
|
+
Rank: number | null;
|
|
26
|
+
DependsOn: string | null;
|
|
27
|
+
DependsOnValue: string | null;
|
|
28
|
+
DependsOnValueInverted: boolean;
|
|
29
|
+
KbUrlShortCode: string | null;
|
|
30
|
+
DisabledValue: string | null;
|
|
31
|
+
UnlimitedValue: string | null;
|
|
32
|
+
}
|
|
33
|
+
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
package/lib/data/IApiGoal.d.ts
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
-
export interface IApiGoal extends IApiItemBase {
|
|
3
|
-
TypeEn: string | null;
|
|
4
|
-
Note: string | null;
|
|
5
|
-
StartDate: string | null;
|
|
6
|
-
EndDate: string | null;
|
|
7
|
-
TurnoverGoal: number | null;
|
|
8
|
-
TurnoverActual: number | null;
|
|
9
|
-
TurnoverCompleted: number | null;
|
|
10
|
-
ProfitGoal: number | null;
|
|
11
|
-
ProfitActual: number | null;
|
|
12
|
-
ProfitCompleted: number | null;
|
|
13
|
-
CurrencyEn: string | null;
|
|
14
|
-
TurnoverGoalDefaultCurrency: number | null;
|
|
15
|
-
ProfitGoalDefaultCurrency: number | null;
|
|
16
|
-
TurnoverGoalChanged: string | null;
|
|
17
|
-
ProfitGoalChanged: string | null;
|
|
18
|
-
Picture: string | null;
|
|
19
|
-
PictureWidth: number | null;
|
|
20
|
-
PictureHeight: number | null;
|
|
21
|
-
Users_GoalGuid: string | null;
|
|
22
|
-
}
|
|
1
|
+
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
+
export interface IApiGoal extends IApiItemBase {
|
|
3
|
+
TypeEn: string | null;
|
|
4
|
+
Note: string | null;
|
|
5
|
+
StartDate: string | null;
|
|
6
|
+
EndDate: string | null;
|
|
7
|
+
TurnoverGoal: number | null;
|
|
8
|
+
TurnoverActual: number | null;
|
|
9
|
+
TurnoverCompleted: number | null;
|
|
10
|
+
ProfitGoal: number | null;
|
|
11
|
+
ProfitActual: number | null;
|
|
12
|
+
ProfitCompleted: number | null;
|
|
13
|
+
CurrencyEn: string | null;
|
|
14
|
+
TurnoverGoalDefaultCurrency: number | null;
|
|
15
|
+
ProfitGoalDefaultCurrency: number | null;
|
|
16
|
+
TurnoverGoalChanged: string | null;
|
|
17
|
+
ProfitGoalChanged: string | null;
|
|
18
|
+
Picture: string | null;
|
|
19
|
+
PictureWidth: number | null;
|
|
20
|
+
PictureHeight: number | null;
|
|
21
|
+
Users_GoalGuid: string | null;
|
|
22
|
+
}
|
package/lib/data/IApiGoal.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
////////////////////////////////////////////
|
|
3
|
-
// //
|
|
4
|
-
// Do not modify this file. //
|
|
5
|
-
// This file is generated by a generator. //
|
|
6
|
-
// //
|
|
7
|
-
////////////////////////////////////////////
|
|
8
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
////////////////////////////////////////////
|
|
3
|
+
// //
|
|
4
|
+
// Do not modify this file. //
|
|
5
|
+
// This file is generated by a generator. //
|
|
6
|
+
// //
|
|
7
|
+
////////////////////////////////////////////
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
package/lib/data/IApiGood.d.ts
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
-
export interface IApiGood extends IApiItemBase {
|
|
3
|
-
Code: string | null;
|
|
4
|
-
SaleCurrencyEn: string | null;
|
|
5
|
-
PurchaseCurrencyEn: string | null;
|
|
6
|
-
UnitEn: string | null;
|
|
7
|
-
PurchasePrice: number | null;
|
|
8
|
-
SalePrice: number | null;
|
|
9
|
-
Note: string | null;
|
|
10
|
-
Structure: string | null;
|
|
11
|
-
PriceListGroupGuid: string | null;
|
|
12
|
-
IsPriceSum: boolean | null;
|
|
13
|
-
Description: string | null;
|
|
14
|
-
InventoryQuantity: number | null;
|
|
15
|
-
SalePriceDefaultCurrency: number | null;
|
|
16
|
-
SalePriceChanged: string | null;
|
|
17
|
-
PurchasePriceDefaultCurrency: number | null;
|
|
18
|
-
PurchasePriceChanged: string | null;
|
|
19
|
-
VatRate: number | null;
|
|
20
|
-
VatIncluded: boolean | null;
|
|
21
|
-
Picture: string | null;
|
|
22
|
-
PictureWidth: number | null;
|
|
23
|
-
PictureHeight: number | null;
|
|
24
|
-
TypeEn: string | null;
|
|
25
|
-
Goods_SuperiorGoodGuid: string | null;
|
|
26
|
-
}
|
|
1
|
+
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
+
export interface IApiGood extends IApiItemBase {
|
|
3
|
+
Code: string | null;
|
|
4
|
+
SaleCurrencyEn: string | null;
|
|
5
|
+
PurchaseCurrencyEn: string | null;
|
|
6
|
+
UnitEn: string | null;
|
|
7
|
+
PurchasePrice: number | null;
|
|
8
|
+
SalePrice: number | null;
|
|
9
|
+
Note: string | null;
|
|
10
|
+
Structure: string | null;
|
|
11
|
+
PriceListGroupGuid: string | null;
|
|
12
|
+
IsPriceSum: boolean | null;
|
|
13
|
+
Description: string | null;
|
|
14
|
+
InventoryQuantity: number | null;
|
|
15
|
+
SalePriceDefaultCurrency: number | null;
|
|
16
|
+
SalePriceChanged: string | null;
|
|
17
|
+
PurchasePriceDefaultCurrency: number | null;
|
|
18
|
+
PurchasePriceChanged: string | null;
|
|
19
|
+
VatRate: number | null;
|
|
20
|
+
VatIncluded: boolean | null;
|
|
21
|
+
Picture: string | null;
|
|
22
|
+
PictureWidth: number | null;
|
|
23
|
+
PictureHeight: number | null;
|
|
24
|
+
TypeEn: string | null;
|
|
25
|
+
Goods_SuperiorGoodGuid: string | null;
|
|
26
|
+
}
|
package/lib/data/IApiGood.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
////////////////////////////////////////////
|
|
3
|
-
// //
|
|
4
|
-
// Do not modify this file. //
|
|
5
|
-
// This file is generated by a generator. //
|
|
6
|
-
// //
|
|
7
|
-
////////////////////////////////////////////
|
|
8
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
////////////////////////////////////////////
|
|
3
|
+
// //
|
|
4
|
+
// Do not modify this file. //
|
|
5
|
+
// This file is generated by a generator. //
|
|
6
|
+
// //
|
|
7
|
+
////////////////////////////////////////////
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,62 +1,62 @@
|
|
|
1
|
-
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
-
export interface IApiGoodInCart extends IApiItemBase {
|
|
3
|
-
Code: string | null;
|
|
4
|
-
SaleCurrencyEn: string | null;
|
|
5
|
-
PurchaseCurrencyEn: string | null;
|
|
6
|
-
UnitEn: string | null;
|
|
7
|
-
PurchasePrice: number | null;
|
|
8
|
-
SalePrice: number | null;
|
|
9
|
-
Quantity: number | null;
|
|
10
|
-
Note: string | null;
|
|
11
|
-
PriceTotal: number | null;
|
|
12
|
-
Structure: string | null;
|
|
13
|
-
ListPrice: number | null;
|
|
14
|
-
Discount: number | null;
|
|
15
|
-
HierarchyInSet: string | null;
|
|
16
|
-
IsFromSet: boolean | null;
|
|
17
|
-
ParentGuid: string | null;
|
|
18
|
-
Rank: number | null;
|
|
19
|
-
IsPriceSum: boolean | null;
|
|
20
|
-
IncludeInCartPrice: boolean | null;
|
|
21
|
-
ListPriceCustomized: boolean | null;
|
|
22
|
-
Description: string | null;
|
|
23
|
-
ChildItemsCount: number | null;
|
|
24
|
-
VatRate: number | null;
|
|
25
|
-
PriceTotalExcludingVat: number | null;
|
|
26
|
-
VatTotal: number | null;
|
|
27
|
-
SalePriceExcludingVat: number | null;
|
|
28
|
-
Vat: number | null;
|
|
29
|
-
PurchasePriceDefaultCurrency: number | null;
|
|
30
|
-
PurchasePriceParentCurrency: number | null;
|
|
31
|
-
SalePriceDefaultCurrency: number | null;
|
|
32
|
-
SalePriceParentCurrency: number | null;
|
|
33
|
-
PriceTotalDefaultCurrency: number | null;
|
|
34
|
-
PriceTotalParentCurrency: number | null;
|
|
35
|
-
ListPriceDefaultCurrency: number | null;
|
|
36
|
-
ListPriceParentCurrency: number | null;
|
|
37
|
-
PriceTotalExcludingVatDefaultCurrency: number | null;
|
|
38
|
-
PriceTotalExcludingVatParentCurrency: number | null;
|
|
39
|
-
VatTotalDefaultCurrency: number | null;
|
|
40
|
-
VatTotalParentCurrency: number | null;
|
|
41
|
-
SalePriceExcludingVatDefaultCurrency: number | null;
|
|
42
|
-
SalePriceExcludingVatParentCurrency: number | null;
|
|
43
|
-
VatDefaultCurrency: number | null;
|
|
44
|
-
VatParentCurrency: number | null;
|
|
45
|
-
JoinedToGuid: string | null;
|
|
46
|
-
PurchasePriceChanged: string | null;
|
|
47
|
-
SalePriceChanged: string | null;
|
|
48
|
-
PriceTotalChanged: string | null;
|
|
49
|
-
ListPriceChanged: string | null;
|
|
50
|
-
PurchasePriceTotal: number | null;
|
|
51
|
-
PurchasePriceTotalDefaultCurrency: number | null;
|
|
52
|
-
PurchasePriceTotalParentCurrency: number | null;
|
|
53
|
-
PurchasePriceTotalChanged: string | null;
|
|
54
|
-
VatIncluded: boolean | null;
|
|
55
|
-
Picture: string | null;
|
|
56
|
-
PictureWidth: number | null;
|
|
57
|
-
PictureHeight: number | null;
|
|
58
|
-
Carts_GoodsInCartGuid: string | null;
|
|
59
|
-
Goods_GoodsInfoGuid: string | null;
|
|
60
|
-
Leads_ProjectGuid: string | null;
|
|
61
|
-
Projects_ProjectGuid: string | null;
|
|
62
|
-
}
|
|
1
|
+
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
+
export interface IApiGoodInCart extends IApiItemBase {
|
|
3
|
+
Code: string | null;
|
|
4
|
+
SaleCurrencyEn: string | null;
|
|
5
|
+
PurchaseCurrencyEn: string | null;
|
|
6
|
+
UnitEn: string | null;
|
|
7
|
+
PurchasePrice: number | null;
|
|
8
|
+
SalePrice: number | null;
|
|
9
|
+
Quantity: number | null;
|
|
10
|
+
Note: string | null;
|
|
11
|
+
PriceTotal: number | null;
|
|
12
|
+
Structure: string | null;
|
|
13
|
+
ListPrice: number | null;
|
|
14
|
+
Discount: number | null;
|
|
15
|
+
HierarchyInSet: string | null;
|
|
16
|
+
IsFromSet: boolean | null;
|
|
17
|
+
ParentGuid: string | null;
|
|
18
|
+
Rank: number | null;
|
|
19
|
+
IsPriceSum: boolean | null;
|
|
20
|
+
IncludeInCartPrice: boolean | null;
|
|
21
|
+
ListPriceCustomized: boolean | null;
|
|
22
|
+
Description: string | null;
|
|
23
|
+
ChildItemsCount: number | null;
|
|
24
|
+
VatRate: number | null;
|
|
25
|
+
PriceTotalExcludingVat: number | null;
|
|
26
|
+
VatTotal: number | null;
|
|
27
|
+
SalePriceExcludingVat: number | null;
|
|
28
|
+
Vat: number | null;
|
|
29
|
+
PurchasePriceDefaultCurrency: number | null;
|
|
30
|
+
PurchasePriceParentCurrency: number | null;
|
|
31
|
+
SalePriceDefaultCurrency: number | null;
|
|
32
|
+
SalePriceParentCurrency: number | null;
|
|
33
|
+
PriceTotalDefaultCurrency: number | null;
|
|
34
|
+
PriceTotalParentCurrency: number | null;
|
|
35
|
+
ListPriceDefaultCurrency: number | null;
|
|
36
|
+
ListPriceParentCurrency: number | null;
|
|
37
|
+
PriceTotalExcludingVatDefaultCurrency: number | null;
|
|
38
|
+
PriceTotalExcludingVatParentCurrency: number | null;
|
|
39
|
+
VatTotalDefaultCurrency: number | null;
|
|
40
|
+
VatTotalParentCurrency: number | null;
|
|
41
|
+
SalePriceExcludingVatDefaultCurrency: number | null;
|
|
42
|
+
SalePriceExcludingVatParentCurrency: number | null;
|
|
43
|
+
VatDefaultCurrency: number | null;
|
|
44
|
+
VatParentCurrency: number | null;
|
|
45
|
+
JoinedToGuid: string | null;
|
|
46
|
+
PurchasePriceChanged: string | null;
|
|
47
|
+
SalePriceChanged: string | null;
|
|
48
|
+
PriceTotalChanged: string | null;
|
|
49
|
+
ListPriceChanged: string | null;
|
|
50
|
+
PurchasePriceTotal: number | null;
|
|
51
|
+
PurchasePriceTotalDefaultCurrency: number | null;
|
|
52
|
+
PurchasePriceTotalParentCurrency: number | null;
|
|
53
|
+
PurchasePriceTotalChanged: string | null;
|
|
54
|
+
VatIncluded: boolean | null;
|
|
55
|
+
Picture: string | null;
|
|
56
|
+
PictureWidth: number | null;
|
|
57
|
+
PictureHeight: number | null;
|
|
58
|
+
Carts_GoodsInCartGuid: string | null;
|
|
59
|
+
Goods_GoodsInfoGuid: string | null;
|
|
60
|
+
Leads_ProjectGuid: string | null;
|
|
61
|
+
Projects_ProjectGuid: string | null;
|
|
62
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
////////////////////////////////////////////
|
|
3
|
-
// //
|
|
4
|
-
// Do not modify this file. //
|
|
5
|
-
// This file is generated by a generator. //
|
|
6
|
-
// //
|
|
7
|
-
////////////////////////////////////////////
|
|
8
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
////////////////////////////////////////////
|
|
3
|
+
// //
|
|
4
|
+
// Do not modify this file. //
|
|
5
|
+
// This file is generated by a generator. //
|
|
6
|
+
// //
|
|
7
|
+
////////////////////////////////////////////
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|