@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/IApiCart.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/IApiColumn.d.ts
CHANGED
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
import { TFieldType } from '../constants/FieldTypes';
|
|
2
|
-
import { TFolderName } from '../constants/FolderNames';
|
|
3
|
-
import { TNumericValidatorType } from '../interfaces/TNumericValidatorType';
|
|
4
|
-
|
|
5
|
-
CategoryEn: string | null;
|
|
6
|
-
Comment: string;
|
|
7
|
-
FieldId: number;
|
|
8
|
-
ItemGUID: string;
|
|
9
|
-
};
|
|
10
|
-
|
|
11
|
-
EnumName: string;
|
|
12
|
-
ItemGUID: string;
|
|
13
|
-
};
|
|
14
|
-
|
|
15
|
-
RelatedFolders: TFolderName[];
|
|
16
|
-
RelationType: string;
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
FormatType: TNumericValidatorType;
|
|
20
|
-
CurrencyEnColumnName?: string;
|
|
21
|
-
};
|
|
22
|
-
export interface IApiColumn {
|
|
23
|
-
AdditionalFieldItem?: TAdditionalFieldItem;
|
|
24
|
-
AllowedColumnMandatoryTypes: string[] | null;
|
|
25
|
-
AllowedColumnPermissionTypes: string[] | null;
|
|
26
|
-
AltNameCs?: string;
|
|
27
|
-
AltNameDe?: string;
|
|
28
|
-
AltNameEn?: string;
|
|
29
|
-
AltNameNo?: string;
|
|
30
|
-
AltNameRu?: string;
|
|
31
|
-
AltNameSk?: string;
|
|
32
|
-
ColumnName: string;
|
|
33
|
-
EnumTypeItem?: EnumTypeItem;
|
|
34
|
-
FolderName: string;
|
|
35
|
-
ForeignKeyRelationInfo?: TForeignKeyRelationInfo;
|
|
36
|
-
IsAdditionalField: boolean;
|
|
37
|
-
IsPermissionEnabled: boolean;
|
|
38
|
-
IsUniqueConstraintSupported: boolean;
|
|
39
|
-
LinkType?: 'Phone' | 'URL' | 'Email' | 'File' | 'Custom';
|
|
40
|
-
NameCs: string;
|
|
41
|
-
NameDe: string;
|
|
42
|
-
NameEn: string;
|
|
43
|
-
NameNo: string;
|
|
44
|
-
NameRu: string;
|
|
45
|
-
NameSk: string;
|
|
46
|
-
NumericInfo?: TNumericInfo;
|
|
47
|
-
DateTimeType?: 'Date' | 'DateTime' | 'DateTimeSeconds';
|
|
48
|
-
OriginalCurrencyColumn?: string;
|
|
49
|
-
Type: TFieldType;
|
|
50
|
-
}
|
|
51
|
-
export {};
|
|
1
|
+
import { TFieldType } from '../constants/FieldTypes';
|
|
2
|
+
import { TFolderName } from '../constants/FolderNames';
|
|
3
|
+
import { TNumericValidatorType } from '../interfaces/TNumericValidatorType';
|
|
4
|
+
type TAdditionalFieldItem = {
|
|
5
|
+
CategoryEn: string | null;
|
|
6
|
+
Comment: string;
|
|
7
|
+
FieldId: number;
|
|
8
|
+
ItemGUID: string;
|
|
9
|
+
};
|
|
10
|
+
type EnumTypeItem = {
|
|
11
|
+
EnumName: string;
|
|
12
|
+
ItemGUID: string;
|
|
13
|
+
};
|
|
14
|
+
type TForeignKeyRelationInfo = {
|
|
15
|
+
RelatedFolders: TFolderName[];
|
|
16
|
+
RelationType: string;
|
|
17
|
+
};
|
|
18
|
+
type TNumericInfo = {
|
|
19
|
+
FormatType: TNumericValidatorType;
|
|
20
|
+
CurrencyEnColumnName?: string;
|
|
21
|
+
};
|
|
22
|
+
export interface IApiColumn {
|
|
23
|
+
AdditionalFieldItem?: TAdditionalFieldItem;
|
|
24
|
+
AllowedColumnMandatoryTypes: string[] | null;
|
|
25
|
+
AllowedColumnPermissionTypes: string[] | null;
|
|
26
|
+
AltNameCs?: string;
|
|
27
|
+
AltNameDe?: string;
|
|
28
|
+
AltNameEn?: string;
|
|
29
|
+
AltNameNo?: string;
|
|
30
|
+
AltNameRu?: string;
|
|
31
|
+
AltNameSk?: string;
|
|
32
|
+
ColumnName: string;
|
|
33
|
+
EnumTypeItem?: EnumTypeItem;
|
|
34
|
+
FolderName: string;
|
|
35
|
+
ForeignKeyRelationInfo?: TForeignKeyRelationInfo;
|
|
36
|
+
IsAdditionalField: boolean;
|
|
37
|
+
IsPermissionEnabled: boolean;
|
|
38
|
+
IsUniqueConstraintSupported: boolean;
|
|
39
|
+
LinkType?: 'Phone' | 'URL' | 'Email' | 'File' | 'Custom';
|
|
40
|
+
NameCs: string;
|
|
41
|
+
NameDe: string;
|
|
42
|
+
NameEn: string;
|
|
43
|
+
NameNo: string;
|
|
44
|
+
NameRu: string;
|
|
45
|
+
NameSk: string;
|
|
46
|
+
NumericInfo?: TNumericInfo;
|
|
47
|
+
DateTimeType?: 'Date' | 'DateTime' | 'DateTimeSeconds';
|
|
48
|
+
OriginalCurrencyColumn?: string;
|
|
49
|
+
Type: TFieldType;
|
|
50
|
+
}
|
|
51
|
+
export {};
|
package/lib/data/IApiColumn.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,15 +1,15 @@
|
|
|
1
|
-
import { IApiItemBase } from "./IApiItemBase";
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export interface IApiColumnPermission extends IApiItemBase {
|
|
5
|
-
ColumnName: string;
|
|
6
|
-
GroupGuid: string;
|
|
7
|
-
FolderName: string;
|
|
8
|
-
IsAdditionalField: boolean;
|
|
9
|
-
IsMandatoryRuleEditable: boolean;
|
|
10
|
-
IsPermissionRuleEditable: boolean;
|
|
11
|
-
MandatoryRule: TApiColumnPermissionMandatoryRuleOptions | string;
|
|
12
|
-
PermissionRule: TApiColumnPermissionPermissionRuleOptions | string;
|
|
13
|
-
NotFullyPermittedForGroupGuids: string[] | null;
|
|
14
|
-
IsSetToUnique: boolean;
|
|
15
|
-
}
|
|
1
|
+
import { IApiItemBase } from "./IApiItemBase";
|
|
2
|
+
export type TApiColumnPermissionPermissionRuleOptions = 'All' | 'Own' | 'Readonly' | 'Invisible' | 'None';
|
|
3
|
+
export type TApiColumnPermissionMandatoryRuleOptions = 'Mandatory' | 'Optional' | 'Unique' | 'None';
|
|
4
|
+
export interface IApiColumnPermission extends IApiItemBase {
|
|
5
|
+
ColumnName: string;
|
|
6
|
+
GroupGuid: string;
|
|
7
|
+
FolderName: string;
|
|
8
|
+
IsAdditionalField: boolean;
|
|
9
|
+
IsMandatoryRuleEditable: boolean;
|
|
10
|
+
IsPermissionRuleEditable: boolean;
|
|
11
|
+
MandatoryRule: TApiColumnPermissionMandatoryRuleOptions | string;
|
|
12
|
+
PermissionRule: TApiColumnPermissionPermissionRuleOptions | string;
|
|
13
|
+
NotFullyPermittedForGroupGuids: string[] | null;
|
|
14
|
+
IsSetToUnique: boolean;
|
|
15
|
+
}
|
|
@@ -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,55 +1,55 @@
|
|
|
1
|
-
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
-
export interface IApiCompany extends IApiItemBase {
|
|
3
|
-
AccountNumber: string | null;
|
|
4
|
-
Address1POBox: string | null;
|
|
5
|
-
Address1Street: string | null;
|
|
6
|
-
Address1City: string | null;
|
|
7
|
-
Address1State: string | null;
|
|
8
|
-
Address1CountryEn: string | null;
|
|
9
|
-
Address1PostalCode: string | null;
|
|
10
|
-
Address2POBox: string | null;
|
|
11
|
-
Address2Street: string | null;
|
|
12
|
-
Address2City: string | null;
|
|
13
|
-
Address2State: string | null;
|
|
14
|
-
Address2CountryEn: string | null;
|
|
15
|
-
Address2PostalCode: string | null;
|
|
16
|
-
Address3POBox: string | null;
|
|
17
|
-
Address3Street: string | null;
|
|
18
|
-
Address3City: string | null;
|
|
19
|
-
Address3State: string | null;
|
|
20
|
-
Address3CountryEn: string | null;
|
|
21
|
-
Address3PostalCode: string | null;
|
|
22
|
-
CompanyName: string | null;
|
|
23
|
-
Department: string | null;
|
|
24
|
-
Email: string | null;
|
|
25
|
-
EmployeesCount: number | null;
|
|
26
|
-
Fax: string | null;
|
|
27
|
-
FirstContactEn: string | null;
|
|
28
|
-
ICQ: string | null;
|
|
29
|
-
IdentificationNumber: string | null;
|
|
30
|
-
ImportanceEn: string | null;
|
|
31
|
-
LineOfBusiness: string | null;
|
|
32
|
-
MailingListOther: boolean | null;
|
|
33
|
-
Mobile: string | null;
|
|
34
|
-
MobileNormalized: string | null;
|
|
35
|
-
MSN: string | null;
|
|
36
|
-
Note: string | null;
|
|
37
|
-
Phone: string | null;
|
|
38
|
-
PhoneNormalized: string | null;
|
|
39
|
-
Purchaser: boolean | null;
|
|
40
|
-
Reversal: number | null;
|
|
41
|
-
Skype: string | null;
|
|
42
|
-
Suppliers: boolean | null;
|
|
43
|
-
VATNumber: string | null;
|
|
44
|
-
WebPage: string | null;
|
|
45
|
-
AdditionalDiscount: number | null;
|
|
46
|
-
ID: number | null;
|
|
47
|
-
Competitor: boolean | null;
|
|
48
|
-
SalePriceGuid: string | null;
|
|
49
|
-
NotificationByEmail: boolean | null;
|
|
50
|
-
NotificationBy: string | null;
|
|
51
|
-
LastActivity: string | null;
|
|
52
|
-
NextStep: string | null;
|
|
53
|
-
EmailOptOut: boolean | null;
|
|
54
|
-
TypeEn: string | null;
|
|
55
|
-
}
|
|
1
|
+
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
+
export interface IApiCompany extends IApiItemBase {
|
|
3
|
+
AccountNumber: string | null;
|
|
4
|
+
Address1POBox: string | null;
|
|
5
|
+
Address1Street: string | null;
|
|
6
|
+
Address1City: string | null;
|
|
7
|
+
Address1State: string | null;
|
|
8
|
+
Address1CountryEn: string | null;
|
|
9
|
+
Address1PostalCode: string | null;
|
|
10
|
+
Address2POBox: string | null;
|
|
11
|
+
Address2Street: string | null;
|
|
12
|
+
Address2City: string | null;
|
|
13
|
+
Address2State: string | null;
|
|
14
|
+
Address2CountryEn: string | null;
|
|
15
|
+
Address2PostalCode: string | null;
|
|
16
|
+
Address3POBox: string | null;
|
|
17
|
+
Address3Street: string | null;
|
|
18
|
+
Address3City: string | null;
|
|
19
|
+
Address3State: string | null;
|
|
20
|
+
Address3CountryEn: string | null;
|
|
21
|
+
Address3PostalCode: string | null;
|
|
22
|
+
CompanyName: string | null;
|
|
23
|
+
Department: string | null;
|
|
24
|
+
Email: string | null;
|
|
25
|
+
EmployeesCount: number | null;
|
|
26
|
+
Fax: string | null;
|
|
27
|
+
FirstContactEn: string | null;
|
|
28
|
+
ICQ: string | null;
|
|
29
|
+
IdentificationNumber: string | null;
|
|
30
|
+
ImportanceEn: string | null;
|
|
31
|
+
LineOfBusiness: string | null;
|
|
32
|
+
MailingListOther: boolean | null;
|
|
33
|
+
Mobile: string | null;
|
|
34
|
+
MobileNormalized: string | null;
|
|
35
|
+
MSN: string | null;
|
|
36
|
+
Note: string | null;
|
|
37
|
+
Phone: string | null;
|
|
38
|
+
PhoneNormalized: string | null;
|
|
39
|
+
Purchaser: boolean | null;
|
|
40
|
+
Reversal: number | null;
|
|
41
|
+
Skype: string | null;
|
|
42
|
+
Suppliers: boolean | null;
|
|
43
|
+
VATNumber: string | null;
|
|
44
|
+
WebPage: string | null;
|
|
45
|
+
AdditionalDiscount: number | null;
|
|
46
|
+
ID: number | null;
|
|
47
|
+
Competitor: boolean | null;
|
|
48
|
+
SalePriceGuid: string | null;
|
|
49
|
+
NotificationByEmail: boolean | null;
|
|
50
|
+
NotificationBy: string | null;
|
|
51
|
+
LastActivity: string | null;
|
|
52
|
+
NextStep: string | null;
|
|
53
|
+
EmailOptOut: boolean | null;
|
|
54
|
+
TypeEn: string | null;
|
|
55
|
+
}
|
package/lib/data/IApiCompany.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/////////////////////////////////////////////
|
|
3
|
-
// //
|
|
4
|
-
// Do not modify this file. //
|
|
5
|
-
// This file is generated by WcfGenerator. //
|
|
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 WcfGenerator. //
|
|
6
|
+
// //
|
|
7
|
+
/////////////////////////////////////////////
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
-
export interface IApiContact extends IApiItemBase {
|
|
3
|
-
BusinessAddressStreet: string | null;
|
|
4
|
-
BusinessAddressCity: string | null;
|
|
5
|
-
BusinessAddressState: string | null;
|
|
6
|
-
BusinessAddressCountryEn: string | null;
|
|
7
|
-
BusinessAddressPOBox: string | null;
|
|
8
|
-
BusinessAddressPostalCode: string | null;
|
|
9
|
-
HomeAddressStreet: string | null;
|
|
10
|
-
HomeAddressCity: string | null;
|
|
11
|
-
HomeAddressState: string | null;
|
|
12
|
-
HomeAddressCountryEn: string | null;
|
|
13
|
-
HomeAddressPOBox: string | null;
|
|
14
|
-
HomeAddressPostalCode: string | null;
|
|
15
|
-
OtherAddressStreet: string | null;
|
|
16
|
-
OtherAddressCity: string | null;
|
|
17
|
-
OtherAddressState: string | null;
|
|
18
|
-
OtherAddressCountryEn: string | null;
|
|
19
|
-
OtherAddressPOBox: string | null;
|
|
20
|
-
OtherAddressPostalCode: string | null;
|
|
21
|
-
Company: string | null;
|
|
22
|
-
Email1Address: string | null;
|
|
23
|
-
Email2Address: string | null;
|
|
24
|
-
Email3Address: string | null;
|
|
25
|
-
FirstName: string | null;
|
|
26
|
-
ICQ: string | null;
|
|
27
|
-
ImportanceEn: string | null;
|
|
28
|
-
LastName: string | null;
|
|
29
|
-
MiddleName: string | null;
|
|
30
|
-
MSN: string | null;
|
|
31
|
-
Note: string | null;
|
|
32
|
-
PrefixEn: string | null;
|
|
33
|
-
SuffixEn: string | null;
|
|
34
|
-
Skype: string | null;
|
|
35
|
-
TelephoneNumber1: string | null;
|
|
36
|
-
TelephoneNumber2: string | null;
|
|
37
|
-
TelephoneNumber3: string | null;
|
|
38
|
-
TelephoneNumber4: string | null;
|
|
39
|
-
TelephoneNumber5: string | null;
|
|
40
|
-
TelephoneNumber6: string | null;
|
|
41
|
-
TelephoneNumber1Normalized: string | null;
|
|
42
|
-
TelephoneNumber2Normalized: string | null;
|
|
43
|
-
TelephoneNumber3Normalized: string | null;
|
|
44
|
-
TelephoneNumber4Normalized: string | null;
|
|
45
|
-
TelephoneNumber5Normalized: string | null;
|
|
46
|
-
TelephoneNumber6Normalized: string | null;
|
|
47
|
-
Department: string | null;
|
|
48
|
-
Title: string | null;
|
|
49
|
-
WebPage: string | null;
|
|
50
|
-
DoNotSendNewsletter: boolean | null;
|
|
51
|
-
ProfilePicture: string | null;
|
|
52
|
-
ProfilePictureWidth: number | null;
|
|
53
|
-
ProfilePictureHeight: number | null;
|
|
54
|
-
LastActivity: string | null;
|
|
55
|
-
NextStep: string | null;
|
|
56
|
-
TypeEn: string | null;
|
|
57
|
-
Companies_CompanyGuid: string | null;
|
|
58
|
-
}
|
|
1
|
+
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
+
export interface IApiContact extends IApiItemBase {
|
|
3
|
+
BusinessAddressStreet: string | null;
|
|
4
|
+
BusinessAddressCity: string | null;
|
|
5
|
+
BusinessAddressState: string | null;
|
|
6
|
+
BusinessAddressCountryEn: string | null;
|
|
7
|
+
BusinessAddressPOBox: string | null;
|
|
8
|
+
BusinessAddressPostalCode: string | null;
|
|
9
|
+
HomeAddressStreet: string | null;
|
|
10
|
+
HomeAddressCity: string | null;
|
|
11
|
+
HomeAddressState: string | null;
|
|
12
|
+
HomeAddressCountryEn: string | null;
|
|
13
|
+
HomeAddressPOBox: string | null;
|
|
14
|
+
HomeAddressPostalCode: string | null;
|
|
15
|
+
OtherAddressStreet: string | null;
|
|
16
|
+
OtherAddressCity: string | null;
|
|
17
|
+
OtherAddressState: string | null;
|
|
18
|
+
OtherAddressCountryEn: string | null;
|
|
19
|
+
OtherAddressPOBox: string | null;
|
|
20
|
+
OtherAddressPostalCode: string | null;
|
|
21
|
+
Company: string | null;
|
|
22
|
+
Email1Address: string | null;
|
|
23
|
+
Email2Address: string | null;
|
|
24
|
+
Email3Address: string | null;
|
|
25
|
+
FirstName: string | null;
|
|
26
|
+
ICQ: string | null;
|
|
27
|
+
ImportanceEn: string | null;
|
|
28
|
+
LastName: string | null;
|
|
29
|
+
MiddleName: string | null;
|
|
30
|
+
MSN: string | null;
|
|
31
|
+
Note: string | null;
|
|
32
|
+
PrefixEn: string | null;
|
|
33
|
+
SuffixEn: string | null;
|
|
34
|
+
Skype: string | null;
|
|
35
|
+
TelephoneNumber1: string | null;
|
|
36
|
+
TelephoneNumber2: string | null;
|
|
37
|
+
TelephoneNumber3: string | null;
|
|
38
|
+
TelephoneNumber4: string | null;
|
|
39
|
+
TelephoneNumber5: string | null;
|
|
40
|
+
TelephoneNumber6: string | null;
|
|
41
|
+
TelephoneNumber1Normalized: string | null;
|
|
42
|
+
TelephoneNumber2Normalized: string | null;
|
|
43
|
+
TelephoneNumber3Normalized: string | null;
|
|
44
|
+
TelephoneNumber4Normalized: string | null;
|
|
45
|
+
TelephoneNumber5Normalized: string | null;
|
|
46
|
+
TelephoneNumber6Normalized: string | null;
|
|
47
|
+
Department: string | null;
|
|
48
|
+
Title: string | null;
|
|
49
|
+
WebPage: string | null;
|
|
50
|
+
DoNotSendNewsletter: boolean | null;
|
|
51
|
+
ProfilePicture: string | null;
|
|
52
|
+
ProfilePictureWidth: number | null;
|
|
53
|
+
ProfilePictureHeight: number | null;
|
|
54
|
+
LastActivity: string | null;
|
|
55
|
+
NextStep: string | null;
|
|
56
|
+
TypeEn: string | null;
|
|
57
|
+
Companies_CompanyGuid: string | null;
|
|
58
|
+
}
|
package/lib/data/IApiContact.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/////////////////////////////////////////////
|
|
3
|
-
// //
|
|
4
|
-
// Do not modify this file. //
|
|
5
|
-
// This file is generated by WcfGenerator. //
|
|
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 WcfGenerator. //
|
|
6
|
+
// //
|
|
7
|
+
/////////////////////////////////////////////
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
-
export interface IApiCurrencyExchangeRate extends IApiItemBase {
|
|
3
|
-
InputCurrencyEn: string | null;
|
|
4
|
-
OutputCurrencyEn: string | null;
|
|
5
|
-
Rate: number | null;
|
|
6
|
-
From: string | null;
|
|
7
|
-
To: string | null;
|
|
8
|
-
IsValid: boolean | null;
|
|
9
|
-
}
|
|
1
|
+
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
+
export interface IApiCurrencyExchangeRate extends IApiItemBase {
|
|
3
|
+
InputCurrencyEn: string | null;
|
|
4
|
+
OutputCurrencyEn: string | null;
|
|
5
|
+
Rate: number | null;
|
|
6
|
+
From: string | null;
|
|
7
|
+
To: string | null;
|
|
8
|
+
IsValid: boolean | null;
|
|
9
|
+
}
|
|
@@ -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,6 +1,6 @@
|
|
|
1
|
-
import { TFolderName } from "../constants/FolderNames";
|
|
2
|
-
export interface IApiCustomizationStatsItem {
|
|
3
|
-
FolderName: TFolderName | null;
|
|
4
|
-
Key: string;
|
|
5
|
-
Value: number;
|
|
6
|
-
}
|
|
1
|
+
import { TFolderName } from "../constants/FolderNames";
|
|
2
|
+
export interface IApiCustomizationStatsItem {
|
|
3
|
+
FolderName: TFolderName | null;
|
|
4
|
+
Key: string;
|
|
5
|
+
Value: number;
|
|
6
|
+
}
|
|
@@ -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,4 +1,4 @@
|
|
|
1
|
-
import { IApiResult } from "./IApiResult";
|
|
2
|
-
export interface IApiDataResponse<T> extends IApiResult {
|
|
3
|
-
Data: T[];
|
|
4
|
-
}
|
|
1
|
+
import { IApiResult } from "./IApiResult";
|
|
2
|
+
export interface IApiDataResponse<T> extends IApiResult {
|
|
3
|
+
Data: T[];
|
|
4
|
+
}
|
|
@@ -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,4 +1,4 @@
|
|
|
1
|
-
import { IApiResult } from "./IApiResult";
|
|
2
|
-
export interface IApiDatumResponse<T> extends IApiResult {
|
|
3
|
-
Datum: T;
|
|
4
|
-
}
|
|
1
|
+
import { IApiResult } from "./IApiResult";
|
|
2
|
+
export interface IApiDatumResponse<T> extends IApiResult {
|
|
3
|
+
Datum: T;
|
|
4
|
+
}
|
|
@@ -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,22 +1,22 @@
|
|
|
1
|
-
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
-
export interface IApiDocument extends IApiItemBase {
|
|
3
|
-
DocName: string | null;
|
|
4
|
-
Extension: string | null;
|
|
5
|
-
CreationTime: string | null;
|
|
6
|
-
LastWriteTime: string | null;
|
|
7
|
-
DocSize: number | null;
|
|
8
|
-
ImportanceEn: string | null;
|
|
9
|
-
TypeEn: string | null;
|
|
10
|
-
Note: string | null;
|
|
11
|
-
StateEn: string | null;
|
|
12
|
-
PrevStateEn: string | null;
|
|
13
|
-
Preview: string | null;
|
|
14
|
-
PreviewWidth: number | null;
|
|
15
|
-
PreviewHeight: number | null;
|
|
16
|
-
IsGdprRelevant: boolean | null;
|
|
17
|
-
Companies_CompanyGuid: string | null;
|
|
18
|
-
Contacts_ContactGuid: string | null;
|
|
19
|
-
Leads_SuperiorItemGuid: string | null;
|
|
20
|
-
Projects_SuperiorItemGuid: string | null;
|
|
21
|
-
Marketing_SuperiorItemGuid: string | null;
|
|
22
|
-
}
|
|
1
|
+
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
+
export interface IApiDocument extends IApiItemBase {
|
|
3
|
+
DocName: string | null;
|
|
4
|
+
Extension: string | null;
|
|
5
|
+
CreationTime: string | null;
|
|
6
|
+
LastWriteTime: string | null;
|
|
7
|
+
DocSize: number | null;
|
|
8
|
+
ImportanceEn: string | null;
|
|
9
|
+
TypeEn: string | null;
|
|
10
|
+
Note: string | null;
|
|
11
|
+
StateEn: string | null;
|
|
12
|
+
PrevStateEn: string | null;
|
|
13
|
+
Preview: string | null;
|
|
14
|
+
PreviewWidth: number | null;
|
|
15
|
+
PreviewHeight: number | null;
|
|
16
|
+
IsGdprRelevant: boolean | null;
|
|
17
|
+
Companies_CompanyGuid: string | null;
|
|
18
|
+
Contacts_ContactGuid: string | null;
|
|
19
|
+
Leads_SuperiorItemGuid: string | null;
|
|
20
|
+
Projects_SuperiorItemGuid: string | null;
|
|
21
|
+
Marketing_SuperiorItemGuid: string | null;
|
|
22
|
+
}
|
package/lib/data/IApiDocument.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/IApiEmail.d.ts
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
-
export interface IApiEmail extends IApiItemBase {
|
|
3
|
-
Subject: string | null;
|
|
4
|
-
SenderEmailAddress: string | null;
|
|
5
|
-
SentOn: string | null;
|
|
6
|
-
ReceivedTime: string | null;
|
|
7
|
-
AttachmentsCount: number | null;
|
|
8
|
-
To: string | null;
|
|
9
|
-
Cc: string | null;
|
|
10
|
-
Note: string | null;
|
|
11
|
-
ImportanceEn: string | null;
|
|
12
|
-
Checksum: number | null;
|
|
13
|
-
MessageId: string | null;
|
|
14
|
-
Hash: string | null;
|
|
15
|
-
ConversationIndex: string | null;
|
|
16
|
-
EmailFileExtension: string | null;
|
|
17
|
-
SentMailGUID: string | null;
|
|
18
|
-
IsGdprRelevant: boolean | null;
|
|
19
|
-
Picture: string | null;
|
|
20
|
-
PictureWidth: number | null;
|
|
21
|
-
PictureHeight: number | null;
|
|
22
|
-
Leads_OutlookProjectGuid: string | null;
|
|
23
|
-
Projects_OutlookProjectGuid: string | null;
|
|
24
|
-
Marketing_OutlookProjectGuid: string | null;
|
|
25
|
-
Tasks_TaskOriginGuid: string | null;
|
|
26
|
-
}
|
|
1
|
+
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
+
export interface IApiEmail extends IApiItemBase {
|
|
3
|
+
Subject: string | null;
|
|
4
|
+
SenderEmailAddress: string | null;
|
|
5
|
+
SentOn: string | null;
|
|
6
|
+
ReceivedTime: string | null;
|
|
7
|
+
AttachmentsCount: number | null;
|
|
8
|
+
To: string | null;
|
|
9
|
+
Cc: string | null;
|
|
10
|
+
Note: string | null;
|
|
11
|
+
ImportanceEn: string | null;
|
|
12
|
+
Checksum: number | null;
|
|
13
|
+
MessageId: string | null;
|
|
14
|
+
Hash: string | null;
|
|
15
|
+
ConversationIndex: string | null;
|
|
16
|
+
EmailFileExtension: string | null;
|
|
17
|
+
SentMailGUID: string | null;
|
|
18
|
+
IsGdprRelevant: boolean | null;
|
|
19
|
+
Picture: string | null;
|
|
20
|
+
PictureWidth: number | null;
|
|
21
|
+
PictureHeight: number | null;
|
|
22
|
+
Leads_OutlookProjectGuid: string | null;
|
|
23
|
+
Projects_OutlookProjectGuid: string | null;
|
|
24
|
+
Marketing_OutlookProjectGuid: string | null;
|
|
25
|
+
Tasks_TaskOriginGuid: string | null;
|
|
26
|
+
}
|