@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
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { IApiItemBase } from "./IApiItemBase";
|
|
2
|
-
export interface IApiObjectType extends IApiItemBase {
|
|
3
|
-
FolderName: string;
|
|
4
|
-
IsCustomizable: boolean;
|
|
5
|
-
IsModule: boolean;
|
|
6
|
-
IsActive: boolean;
|
|
7
|
-
IsLinkable: boolean;
|
|
8
|
-
ContainsAnyPermittableColumn: boolean;
|
|
9
|
-
}
|
|
1
|
+
import { IApiItemBase } from "./IApiItemBase";
|
|
2
|
+
export interface IApiObjectType extends IApiItemBase {
|
|
3
|
+
FolderName: string;
|
|
4
|
+
IsCustomizable: boolean;
|
|
5
|
+
IsModule: boolean;
|
|
6
|
+
IsActive: boolean;
|
|
7
|
+
IsLinkable: boolean;
|
|
8
|
+
ContainsAnyPermittableColumn: boolean;
|
|
9
|
+
}
|
|
@@ -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,5 +1,5 @@
|
|
|
1
|
-
export interface IApiPasswordStrength {
|
|
2
|
-
IsAdmissible: boolean;
|
|
3
|
-
Score: number;
|
|
4
|
-
Username: string;
|
|
5
|
-
}
|
|
1
|
+
export interface IApiPasswordStrength {
|
|
2
|
+
IsAdmissible: boolean;
|
|
3
|
+
Score: number;
|
|
4
|
+
Username: string;
|
|
5
|
+
}
|
|
@@ -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,9 +1,9 @@
|
|
|
1
|
-
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
-
export interface IApiPayment extends IApiItemBase {
|
|
3
|
-
Date: string | null;
|
|
4
|
-
Paid: number | null;
|
|
5
|
-
PaidDefaultCurrency: number | null;
|
|
6
|
-
PaidParentCurrency: number | null;
|
|
7
|
-
CurrencyEn: string | null;
|
|
8
|
-
Carts_Paid_CartGuid: string | null;
|
|
9
|
-
}
|
|
1
|
+
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
+
export interface IApiPayment extends IApiItemBase {
|
|
3
|
+
Date: string | null;
|
|
4
|
+
Paid: number | null;
|
|
5
|
+
PaidDefaultCurrency: number | null;
|
|
6
|
+
PaidParentCurrency: number | null;
|
|
7
|
+
CurrencyEn: string | null;
|
|
8
|
+
Carts_Paid_CartGuid: string | null;
|
|
9
|
+
}
|
package/lib/data/IApiPayment.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,59 +1,59 @@
|
|
|
1
|
-
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
-
export interface IApiProject extends IApiItemBase {
|
|
3
|
-
Note: string | null;
|
|
4
|
-
Price: number | null;
|
|
5
|
-
ProjectEnd: string | null;
|
|
6
|
-
ProjectName: string | null;
|
|
7
|
-
TypeEn: string | null;
|
|
8
|
-
StateEn: string | null;
|
|
9
|
-
PeopleExpenses: number | null;
|
|
10
|
-
ProjectRealEnd: string | null;
|
|
11
|
-
EstimatedPrice: number | null;
|
|
12
|
-
HID: number | null;
|
|
13
|
-
ProjectOriginEn: string | null;
|
|
14
|
-
PaymentTypeEn: string | null;
|
|
15
|
-
OtherExpenses: number | null;
|
|
16
|
-
Margin: number | null;
|
|
17
|
-
Profit: number | null;
|
|
18
|
-
PaymentMaturity: number | null;
|
|
19
|
-
InvoicePaymentDate: string | null;
|
|
20
|
-
InvoiceIssueDate: string | null;
|
|
21
|
-
EstimatedMargin: number | null;
|
|
22
|
-
EstimatedProfit: number | null;
|
|
23
|
-
EstimatedPeopleExpenses: number | null;
|
|
24
|
-
EstimatedOtherExpenses: number | null;
|
|
25
|
-
LicensesCount: number | null;
|
|
26
|
-
LicensePrice: number | null;
|
|
27
|
-
PrevStateEn: string | null;
|
|
28
|
-
ShowInCaplan: boolean | null;
|
|
29
|
-
ProjectStart: string | null;
|
|
30
|
-
EstimatedWorkHours: number | null;
|
|
31
|
-
TotalWorkHours: number | null;
|
|
32
|
-
EstimatedPeopleExpensesDefaultCurrency: number | null;
|
|
33
|
-
EstimatedOtherExpensesDefaultCurrency: number | null;
|
|
34
|
-
EstimatedPriceDefaultCurrency: number | null;
|
|
35
|
-
PeopleExpensesDefaultCurrency: number | null;
|
|
36
|
-
OtherExpensesDefaultCurrency: number | null;
|
|
37
|
-
PriceDefaultCurrency: number | null;
|
|
38
|
-
ProfitDefaultCurrency: number | null;
|
|
39
|
-
EstimatedProfitDefaultCurrency: number | null;
|
|
40
|
-
CurrencyEn: string | null;
|
|
41
|
-
EstimatedPeopleExpensesChanged: string | null;
|
|
42
|
-
EstimatedOtherExpensesChanged: string | null;
|
|
43
|
-
OtherExpensesChanged: string | null;
|
|
44
|
-
EstimatedPriceChanged: string | null;
|
|
45
|
-
PriceChanged: string | null;
|
|
46
|
-
LicensePriceChanged: string | null;
|
|
47
|
-
LicensePriceDefaultCurrency: number | null;
|
|
48
|
-
LastActivity: string | null;
|
|
49
|
-
NextStep: string | null;
|
|
50
|
-
PeopleExpensesChanged: string | null;
|
|
51
|
-
Picture: string | null;
|
|
52
|
-
PictureWidth: number | null;
|
|
53
|
-
PictureHeight: number | null;
|
|
54
|
-
Companies_CustomerGuid: string | null;
|
|
55
|
-
Contacts_ContactPersonGuid: string | null;
|
|
56
|
-
Leads_Project_OriginGuid: string | null;
|
|
57
|
-
Projects_SuperiorProjectGuid: string | null;
|
|
58
|
-
Users_SupervisorGuid: string | null;
|
|
59
|
-
}
|
|
1
|
+
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
+
export interface IApiProject extends IApiItemBase {
|
|
3
|
+
Note: string | null;
|
|
4
|
+
Price: number | null;
|
|
5
|
+
ProjectEnd: string | null;
|
|
6
|
+
ProjectName: string | null;
|
|
7
|
+
TypeEn: string | null;
|
|
8
|
+
StateEn: string | null;
|
|
9
|
+
PeopleExpenses: number | null;
|
|
10
|
+
ProjectRealEnd: string | null;
|
|
11
|
+
EstimatedPrice: number | null;
|
|
12
|
+
HID: number | null;
|
|
13
|
+
ProjectOriginEn: string | null;
|
|
14
|
+
PaymentTypeEn: string | null;
|
|
15
|
+
OtherExpenses: number | null;
|
|
16
|
+
Margin: number | null;
|
|
17
|
+
Profit: number | null;
|
|
18
|
+
PaymentMaturity: number | null;
|
|
19
|
+
InvoicePaymentDate: string | null;
|
|
20
|
+
InvoiceIssueDate: string | null;
|
|
21
|
+
EstimatedMargin: number | null;
|
|
22
|
+
EstimatedProfit: number | null;
|
|
23
|
+
EstimatedPeopleExpenses: number | null;
|
|
24
|
+
EstimatedOtherExpenses: number | null;
|
|
25
|
+
LicensesCount: number | null;
|
|
26
|
+
LicensePrice: number | null;
|
|
27
|
+
PrevStateEn: string | null;
|
|
28
|
+
ShowInCaplan: boolean | null;
|
|
29
|
+
ProjectStart: string | null;
|
|
30
|
+
EstimatedWorkHours: number | null;
|
|
31
|
+
TotalWorkHours: number | null;
|
|
32
|
+
EstimatedPeopleExpensesDefaultCurrency: number | null;
|
|
33
|
+
EstimatedOtherExpensesDefaultCurrency: number | null;
|
|
34
|
+
EstimatedPriceDefaultCurrency: number | null;
|
|
35
|
+
PeopleExpensesDefaultCurrency: number | null;
|
|
36
|
+
OtherExpensesDefaultCurrency: number | null;
|
|
37
|
+
PriceDefaultCurrency: number | null;
|
|
38
|
+
ProfitDefaultCurrency: number | null;
|
|
39
|
+
EstimatedProfitDefaultCurrency: number | null;
|
|
40
|
+
CurrencyEn: string | null;
|
|
41
|
+
EstimatedPeopleExpensesChanged: string | null;
|
|
42
|
+
EstimatedOtherExpensesChanged: string | null;
|
|
43
|
+
OtherExpensesChanged: string | null;
|
|
44
|
+
EstimatedPriceChanged: string | null;
|
|
45
|
+
PriceChanged: string | null;
|
|
46
|
+
LicensePriceChanged: string | null;
|
|
47
|
+
LicensePriceDefaultCurrency: number | null;
|
|
48
|
+
LastActivity: string | null;
|
|
49
|
+
NextStep: string | null;
|
|
50
|
+
PeopleExpensesChanged: string | null;
|
|
51
|
+
Picture: string | null;
|
|
52
|
+
PictureWidth: number | null;
|
|
53
|
+
PictureHeight: number | null;
|
|
54
|
+
Companies_CustomerGuid: string | null;
|
|
55
|
+
Contacts_ContactPersonGuid: string | null;
|
|
56
|
+
Leads_Project_OriginGuid: string | null;
|
|
57
|
+
Projects_SuperiorProjectGuid: string | null;
|
|
58
|
+
Users_SupervisorGuid: string | null;
|
|
59
|
+
}
|
package/lib/data/IApiProject.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,16 +1,16 @@
|
|
|
1
|
-
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
-
export interface IApiRecurrencePattern extends IApiItemBase {
|
|
3
|
-
TaskGuid: string | null;
|
|
4
|
-
RecurrenceType: number | null;
|
|
5
|
-
Interval: number | null;
|
|
6
|
-
Instance: number | null;
|
|
7
|
-
DayOfWeekMask: number | null;
|
|
8
|
-
DayOfMonth: number | null;
|
|
9
|
-
MonthOfYear: number | null;
|
|
10
|
-
Regenerate: boolean | null;
|
|
11
|
-
NoEndDate: boolean | null;
|
|
12
|
-
Occurrences: number | null;
|
|
13
|
-
PatternStartDate: string | null;
|
|
14
|
-
PatternEndDate: string | null;
|
|
15
|
-
EndKind: number | null;
|
|
16
|
-
}
|
|
1
|
+
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
+
export interface IApiRecurrencePattern extends IApiItemBase {
|
|
3
|
+
TaskGuid: string | null;
|
|
4
|
+
RecurrenceType: number | null;
|
|
5
|
+
Interval: number | null;
|
|
6
|
+
Instance: number | null;
|
|
7
|
+
DayOfWeekMask: number | null;
|
|
8
|
+
DayOfMonth: number | null;
|
|
9
|
+
MonthOfYear: number | null;
|
|
10
|
+
Regenerate: boolean | null;
|
|
11
|
+
NoEndDate: boolean | null;
|
|
12
|
+
Occurrences: number | null;
|
|
13
|
+
PatternStartDate: string | null;
|
|
14
|
+
PatternEndDate: string | null;
|
|
15
|
+
EndKind: number | null;
|
|
16
|
+
}
|
|
@@ -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/IApiResult.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export interface IApiResult {
|
|
2
|
-
ReturnCode: string;
|
|
3
|
-
Description: string;
|
|
4
|
-
}
|
|
1
|
+
export interface IApiResult {
|
|
2
|
+
ReturnCode: string;
|
|
3
|
+
Description: string;
|
|
4
|
+
}
|
package/lib/data/IApiResult.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,4 +1,4 @@
|
|
|
1
|
-
import { IApiResult } from "./IApiResult";
|
|
2
|
-
export interface IApiSaveResponse extends IApiResult {
|
|
3
|
-
Guid: string;
|
|
4
|
-
}
|
|
1
|
+
import { IApiResult } from "./IApiResult";
|
|
2
|
+
export interface IApiSaveResponse extends IApiResult {
|
|
3
|
+
Guid: string;
|
|
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 });
|
package/lib/data/IApiTask.d.ts
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
-
export interface IApiTask extends IApiItemBase {
|
|
3
|
-
Body: string | null;
|
|
4
|
-
IsCompleted: boolean | null;
|
|
5
|
-
DueDate: string | null;
|
|
6
|
-
PercentCompleteDecimal: number | null;
|
|
7
|
-
PrevStateEn: string | null;
|
|
8
|
-
StartDate: string | null;
|
|
9
|
-
StateEn: string | null;
|
|
10
|
-
Subject: string | null;
|
|
11
|
-
TypeEn: string | null;
|
|
12
|
-
Level: number | null;
|
|
13
|
-
RTFBody: string | null;
|
|
14
|
-
IsTeamTask: boolean | null;
|
|
15
|
-
ImportanceEn: string | null;
|
|
16
|
-
Sensitivity: number | null;
|
|
17
|
-
ActualWorkHours: number | null;
|
|
18
|
-
EstimatedWorkHours: number | null;
|
|
19
|
-
IsReminderSet: boolean | null;
|
|
20
|
-
ReminderDate: string | null;
|
|
21
|
-
CompletedDate: string | null;
|
|
22
|
-
Picture: string | null;
|
|
23
|
-
PictureWidth: number | null;
|
|
24
|
-
PictureHeight: number | null;
|
|
25
|
-
Leads_TaskParentGuid: string | null;
|
|
26
|
-
Projects_TaskParentGuid: string | null;
|
|
27
|
-
Tasks_TaskParentGuid: string | null;
|
|
28
|
-
Marketing_TaskParentGuid: string | null;
|
|
29
|
-
Companies_CompanyGuid: string | null;
|
|
30
|
-
Contacts_ContactGuid: string | null;
|
|
31
|
-
Users_TaskDelegatorGuid: string | null;
|
|
32
|
-
Users_TaskSolverGuid: string | null;
|
|
33
|
-
Tasks_TaskOriginGuid: string | null;
|
|
34
|
-
}
|
|
1
|
+
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
+
export interface IApiTask extends IApiItemBase {
|
|
3
|
+
Body: string | null;
|
|
4
|
+
IsCompleted: boolean | null;
|
|
5
|
+
DueDate: string | null;
|
|
6
|
+
PercentCompleteDecimal: number | null;
|
|
7
|
+
PrevStateEn: string | null;
|
|
8
|
+
StartDate: string | null;
|
|
9
|
+
StateEn: string | null;
|
|
10
|
+
Subject: string | null;
|
|
11
|
+
TypeEn: string | null;
|
|
12
|
+
Level: number | null;
|
|
13
|
+
RTFBody: string | null;
|
|
14
|
+
IsTeamTask: boolean | null;
|
|
15
|
+
ImportanceEn: string | null;
|
|
16
|
+
Sensitivity: number | null;
|
|
17
|
+
ActualWorkHours: number | null;
|
|
18
|
+
EstimatedWorkHours: number | null;
|
|
19
|
+
IsReminderSet: boolean | null;
|
|
20
|
+
ReminderDate: string | null;
|
|
21
|
+
CompletedDate: string | null;
|
|
22
|
+
Picture: string | null;
|
|
23
|
+
PictureWidth: number | null;
|
|
24
|
+
PictureHeight: number | null;
|
|
25
|
+
Leads_TaskParentGuid: string | null;
|
|
26
|
+
Projects_TaskParentGuid: string | null;
|
|
27
|
+
Tasks_TaskParentGuid: string | null;
|
|
28
|
+
Marketing_TaskParentGuid: string | null;
|
|
29
|
+
Companies_CompanyGuid: string | null;
|
|
30
|
+
Contacts_ContactGuid: string | null;
|
|
31
|
+
Users_TaskDelegatorGuid: string | null;
|
|
32
|
+
Users_TaskSolverGuid: string | null;
|
|
33
|
+
Tasks_TaskOriginGuid: string | null;
|
|
34
|
+
}
|
package/lib/data/IApiTask.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/IApiUser.d.ts
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { IApiItemBase } from "./IApiItemBase";
|
|
2
|
-
import { IApiLicenseBundleBase } from "./IApiLicenseBundleBase";
|
|
3
|
-
export interface IApiUser extends IApiItemBase {
|
|
4
|
-
Username: string;
|
|
5
|
-
FirstName: string | null;
|
|
6
|
-
LastName: string | null;
|
|
7
|
-
IsActive: boolean;
|
|
8
|
-
Email1Address: string | null;
|
|
9
|
-
Email2Address: string | null;
|
|
10
|
-
IsSystem: boolean;
|
|
11
|
-
IsApiUser: boolean;
|
|
12
|
-
Server_Password: string;
|
|
13
|
-
Server_LicensingBundlesList: IApiLicenseBundleBase[] | null;
|
|
14
|
-
Server_ForcePasswordChange: boolean;
|
|
15
|
-
Users_SupervisorGuid: string | null;
|
|
16
|
-
ProfilePicture: string | null;
|
|
17
|
-
ProfilePictureWidth: number | null;
|
|
18
|
-
ProfilePictureHeight: number | null;
|
|
19
|
-
Server_IsAccountLocked: boolean;
|
|
20
|
-
Server_LastLogin: string | null;
|
|
21
|
-
Server_LastActivity: string | null;
|
|
22
|
-
}
|
|
1
|
+
import { IApiItemBase } from "./IApiItemBase";
|
|
2
|
+
import { IApiLicenseBundleBase } from "./IApiLicenseBundleBase";
|
|
3
|
+
export interface IApiUser extends IApiItemBase {
|
|
4
|
+
Username: string;
|
|
5
|
+
FirstName: string | null;
|
|
6
|
+
LastName: string | null;
|
|
7
|
+
IsActive: boolean;
|
|
8
|
+
Email1Address: string | null;
|
|
9
|
+
Email2Address: string | null;
|
|
10
|
+
IsSystem: boolean;
|
|
11
|
+
IsApiUser: boolean;
|
|
12
|
+
Server_Password: string;
|
|
13
|
+
Server_LicensingBundlesList: IApiLicenseBundleBase[] | null;
|
|
14
|
+
Server_ForcePasswordChange: boolean;
|
|
15
|
+
Users_SupervisorGuid: string | null;
|
|
16
|
+
ProfilePicture: string | null;
|
|
17
|
+
ProfilePictureWidth: number | null;
|
|
18
|
+
ProfilePictureHeight: number | null;
|
|
19
|
+
Server_IsAccountLocked: boolean;
|
|
20
|
+
Server_LastLogin: string | null;
|
|
21
|
+
Server_LastActivity: string | null;
|
|
22
|
+
}
|
package/lib/data/IApiUser.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,6 +1,6 @@
|
|
|
1
|
-
import { IApiItemBase } from "./IApiItemBase";
|
|
2
|
-
export interface IApiUserSetting extends IApiItemBase {
|
|
3
|
-
Name: string;
|
|
4
|
-
Value: string | null;
|
|
5
|
-
Path: string;
|
|
6
|
-
}
|
|
1
|
+
import { IApiItemBase } from "./IApiItemBase";
|
|
2
|
+
export interface IApiUserSetting extends IApiItemBase {
|
|
3
|
+
Name: string;
|
|
4
|
+
Value: string | null;
|
|
5
|
+
Path: string;
|
|
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,10 +1,10 @@
|
|
|
1
|
-
export interface IApiWebServiceTaskStatus {
|
|
2
|
-
TaskGuid: string;
|
|
3
|
-
IsRunning: boolean;
|
|
4
|
-
FinishedSuccessfully: boolean;
|
|
5
|
-
CurrentIndex: number;
|
|
6
|
-
LastIndex: number;
|
|
7
|
-
ProgressDetail: string;
|
|
8
|
-
Parameters: string;
|
|
9
|
-
AdditionalData: string;
|
|
10
|
-
}
|
|
1
|
+
export interface IApiWebServiceTaskStatus {
|
|
2
|
+
TaskGuid: string;
|
|
3
|
+
IsRunning: boolean;
|
|
4
|
+
FinishedSuccessfully: boolean;
|
|
5
|
+
CurrentIndex: number;
|
|
6
|
+
LastIndex: number;
|
|
7
|
+
ProgressDetail: string;
|
|
8
|
+
Parameters: string;
|
|
9
|
+
AdditionalData: string;
|
|
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 });
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
-
export interface IApiWorkReport extends IApiItemBase {
|
|
3
|
-
Subject: string | null;
|
|
4
|
-
From: string | null;
|
|
5
|
-
To: string | null;
|
|
6
|
-
Date: string | null;
|
|
7
|
-
FromTime: string | null;
|
|
8
|
-
ToTime: string | null;
|
|
9
|
-
Duration: number | null;
|
|
10
|
-
Note: string | null;
|
|
11
|
-
Rate: number | null;
|
|
12
|
-
TypeEn: string | null;
|
|
13
|
-
ImportanceEn: string | null;
|
|
14
|
-
DayTypeEn: string | null;
|
|
15
|
-
Overtime: boolean | null;
|
|
16
|
-
CalendarOrigin: string | null;
|
|
17
|
-
Year: number | null;
|
|
18
|
-
Month: number | null;
|
|
19
|
-
CalendarEntryId: string | null;
|
|
20
|
-
RateDefaultCurrency: number | null;
|
|
21
|
-
RateParentCurrency: number | null;
|
|
22
|
-
CurrencyEn: string | null;
|
|
23
|
-
StateEn: string | null;
|
|
24
|
-
PrevStateEn: string | null;
|
|
25
|
-
RateAdditional: number | null;
|
|
26
|
-
RateAdditionalDefaultCurrency: number | null;
|
|
27
|
-
RateAdditionalParentCurrency: number | null;
|
|
28
|
-
Leads_LeadGuid: string | null;
|
|
29
|
-
Picture: string | null;
|
|
30
|
-
PictureWidth: number | null;
|
|
31
|
-
PictureHeight: number | null;
|
|
32
|
-
Users_PersonGuid: string | null;
|
|
33
|
-
Tasks_TaskGuid: string | null;
|
|
34
|
-
Leads_ProjectGuid: string | null;
|
|
35
|
-
Projects_ProjectGuid: string | null;
|
|
36
|
-
}
|
|
1
|
+
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
+
export interface IApiWorkReport extends IApiItemBase {
|
|
3
|
+
Subject: string | null;
|
|
4
|
+
From: string | null;
|
|
5
|
+
To: string | null;
|
|
6
|
+
Date: string | null;
|
|
7
|
+
FromTime: string | null;
|
|
8
|
+
ToTime: string | null;
|
|
9
|
+
Duration: number | null;
|
|
10
|
+
Note: string | null;
|
|
11
|
+
Rate: number | null;
|
|
12
|
+
TypeEn: string | null;
|
|
13
|
+
ImportanceEn: string | null;
|
|
14
|
+
DayTypeEn: string | null;
|
|
15
|
+
Overtime: boolean | null;
|
|
16
|
+
CalendarOrigin: string | null;
|
|
17
|
+
Year: number | null;
|
|
18
|
+
Month: number | null;
|
|
19
|
+
CalendarEntryId: string | null;
|
|
20
|
+
RateDefaultCurrency: number | null;
|
|
21
|
+
RateParentCurrency: number | null;
|
|
22
|
+
CurrencyEn: string | null;
|
|
23
|
+
StateEn: string | null;
|
|
24
|
+
PrevStateEn: string | null;
|
|
25
|
+
RateAdditional: number | null;
|
|
26
|
+
RateAdditionalDefaultCurrency: number | null;
|
|
27
|
+
RateAdditionalParentCurrency: number | null;
|
|
28
|
+
Leads_LeadGuid: string | null;
|
|
29
|
+
Picture: string | null;
|
|
30
|
+
PictureWidth: number | null;
|
|
31
|
+
PictureHeight: number | null;
|
|
32
|
+
Users_PersonGuid: string | null;
|
|
33
|
+
Tasks_TaskGuid: string | null;
|
|
34
|
+
Leads_ProjectGuid: string | null;
|
|
35
|
+
Projects_ProjectGuid: string | null;
|
|
36
|
+
}
|
|
@@ -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,21 +1,21 @@
|
|
|
1
|
-
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
-
import { IApiEvent } from './workflowActions/IApiAction';
|
|
3
|
-
export interface IApiWorkflowActionDerivedItem extends IApiItemBase {
|
|
4
|
-
PerformsLockItemAction: boolean | null;
|
|
5
|
-
PerformsAreEqualAction: boolean | null;
|
|
6
|
-
PerformsCheckRelationPresenceAction: boolean | null;
|
|
7
|
-
PerformsWriteJournalAction: boolean | null;
|
|
8
|
-
PerformsSetOwnerAction: boolean | null;
|
|
9
|
-
PerformsSetFieldValueAction: boolean | null;
|
|
10
|
-
PerformsCreateTaskAction: boolean | null;
|
|
11
|
-
PerformsCreateRelationAction: boolean | null;
|
|
12
|
-
PerformsSendEmailAction: boolean | null;
|
|
13
|
-
SetOwnerActionMessage: string | null;
|
|
14
|
-
WriteJournalActionTitle: string | null;
|
|
15
|
-
WriteJournalActionTypeEn: string | null;
|
|
16
|
-
WriteJournalActionImportanceEn: string | null;
|
|
17
|
-
WriteJournalActionMessage: string | null;
|
|
18
|
-
AllActionEvents: IApiEvent[] | null;
|
|
19
|
-
ActionItemGuid: string | null;
|
|
20
|
-
ActionXml: string | null;
|
|
21
|
-
}
|
|
1
|
+
import { IApiItemBase } from './IApiItemBase';
|
|
2
|
+
import { IApiEvent } from './workflowActions/IApiAction';
|
|
3
|
+
export interface IApiWorkflowActionDerivedItem extends IApiItemBase {
|
|
4
|
+
PerformsLockItemAction: boolean | null;
|
|
5
|
+
PerformsAreEqualAction: boolean | null;
|
|
6
|
+
PerformsCheckRelationPresenceAction: boolean | null;
|
|
7
|
+
PerformsWriteJournalAction: boolean | null;
|
|
8
|
+
PerformsSetOwnerAction: boolean | null;
|
|
9
|
+
PerformsSetFieldValueAction: boolean | null;
|
|
10
|
+
PerformsCreateTaskAction: boolean | null;
|
|
11
|
+
PerformsCreateRelationAction: boolean | null;
|
|
12
|
+
PerformsSendEmailAction: boolean | null;
|
|
13
|
+
SetOwnerActionMessage: string | null;
|
|
14
|
+
WriteJournalActionTitle: string | null;
|
|
15
|
+
WriteJournalActionTypeEn: string | null;
|
|
16
|
+
WriteJournalActionImportanceEn: string | null;
|
|
17
|
+
WriteJournalActionMessage: string | null;
|
|
18
|
+
AllActionEvents: IApiEvent[] | null;
|
|
19
|
+
ActionItemGuid: string | null;
|
|
20
|
+
ActionXml: string | null;
|
|
21
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|