@eway-crm/connector 1.0.188 → 1.0.189
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/cjs/data/IApiContactsSuggestion.d.ts +7 -0
- package/lib/cjs/data/IApiXsltTransformation.d.ts +8 -0
- package/lib/cjs/index.d.ts +2 -0
- package/lib/esm/data/IApiContactsSuggestion.d.ts +7 -0
- package/lib/esm/data/IApiXsltTransformation.d.ts +8 -0
- package/lib/esm/index.d.ts +2 -0
- package/lib/index.d.ts +16 -1
- package/package.json +1 -1
package/lib/cjs/index.d.ts
CHANGED
|
@@ -49,6 +49,7 @@ export * from './data/IApiColumn';
|
|
|
49
49
|
export * from './data/IApiColumnPermission';
|
|
50
50
|
export * from './data/IApiCompany';
|
|
51
51
|
export * from './data/IApiContact';
|
|
52
|
+
export * from './data/IApiContactsSuggestion';
|
|
52
53
|
export * from './data/IApiCustomizationStatsItem';
|
|
53
54
|
export * from './data/IApiCurrencyExchangeRate';
|
|
54
55
|
export * from './data/IApiBooleanResponse';
|
|
@@ -95,6 +96,7 @@ export * from './data/IApiWebServiceTaskStatus';
|
|
|
95
96
|
export * from './data/IApiWorkflowActionDerivedItem';
|
|
96
97
|
export * from './data/IApiWorkflowModel';
|
|
97
98
|
export * from './data/IApiWorkReport';
|
|
99
|
+
export * from './data/IApiXsltTransformation';
|
|
98
100
|
export * from './data/query/IApiQuery';
|
|
99
101
|
export * from './data/query/IApiQueryFilters';
|
|
100
102
|
export * from './constants/ImportResult';
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -49,6 +49,7 @@ export * from './data/IApiColumn';
|
|
|
49
49
|
export * from './data/IApiColumnPermission';
|
|
50
50
|
export * from './data/IApiCompany';
|
|
51
51
|
export * from './data/IApiContact';
|
|
52
|
+
export * from './data/IApiContactsSuggestion';
|
|
52
53
|
export * from './data/IApiCustomizationStatsItem';
|
|
53
54
|
export * from './data/IApiCurrencyExchangeRate';
|
|
54
55
|
export * from './data/IApiBooleanResponse';
|
|
@@ -95,6 +96,7 @@ export * from './data/IApiWebServiceTaskStatus';
|
|
|
95
96
|
export * from './data/IApiWorkflowActionDerivedItem';
|
|
96
97
|
export * from './data/IApiWorkflowModel';
|
|
97
98
|
export * from './data/IApiWorkReport';
|
|
99
|
+
export * from './data/IApiXsltTransformation';
|
|
98
100
|
export * from './data/query/IApiQuery';
|
|
99
101
|
export * from './data/query/IApiQueryFilters';
|
|
100
102
|
export * from './constants/ImportResult';
|
package/lib/index.d.ts
CHANGED
|
@@ -1717,6 +1717,13 @@ interface IApiContact extends IApiItemBase {
|
|
|
1717
1717
|
Companies_CompanyGuid: string | null;
|
|
1718
1718
|
}
|
|
1719
1719
|
|
|
1720
|
+
interface IApiContactsSuggestion extends IApiItemBase {
|
|
1721
|
+
EmailAddress: string;
|
|
1722
|
+
SourceEmailId: string;
|
|
1723
|
+
RelatedEmailsCount: number;
|
|
1724
|
+
IsHidden: boolean;
|
|
1725
|
+
}
|
|
1726
|
+
|
|
1720
1727
|
interface IApiCustomizationStatsItem {
|
|
1721
1728
|
FolderName: TFolderName | null;
|
|
1722
1729
|
Key: string;
|
|
@@ -2445,4 +2452,12 @@ interface IApiWorkReport extends IApiItemBase {
|
|
|
2445
2452
|
Projects_ProjectGuid: string | null;
|
|
2446
2453
|
}
|
|
2447
2454
|
|
|
2448
|
-
|
|
2455
|
+
interface IApiXsltTransformation extends IApiItemBase {
|
|
2456
|
+
LangCode: string | null;
|
|
2457
|
+
Definition: string | null;
|
|
2458
|
+
Namespace: string;
|
|
2459
|
+
ObjectTypeID: number;
|
|
2460
|
+
TransformationVersion: number | null;
|
|
2461
|
+
}
|
|
2462
|
+
|
|
2463
|
+
export { ApiConnection as ApiConnectionAsNonDefaultExport, ApiMethods, ColumnPermissionMandatoryRules, ColumnPermissionPermissionRules, CommonDataConnection, CustomizationStatsItemKeys, DateHelper, EWItem, Edition, EnumTypeEditMode, EnumTypes, ErrorHelper, ExpirationReason, Feature, FieldNames, FieldTypes, FolderNames, Functionality, GlobalSettingsNames, HttpMethod, HttpRequestError, IApiAdditionalField, IApiAvailableBundle, IApiAvailableVersionResponse, IApiBooleanResponse, IApiBoundRelation, IApiCapacityAvailableBundle, IApiCart, IApiColumn, IApiColumnPermission, IApiCompany, IApiContact, IApiContactsSuggestion, IApiCurrencyExchangeRate, IApiCurrentUserLicenseInfo, IApiCustomizationStatsItem, IApiDataImportResponse, IApiDataResponse, IApiDatumResponse, IApiDocument, IApiEmail, IApiEnumType, IApiEnumValue, IApiEnumValuesRelation, IApiEvent, IApiFeature, IApiFeaturesLicenseBundle, IApiFlow, IApiGlobalSetting, IApiGoal, IApiGood, IApiGoodInCart, IApiGroup, IApiHubItemsCountsQueryResponseItem, IApiItemBase, IApiItemBaseWithoutPrivate, IApiItemIdentifier, IApiItemUsageStatus, IApiJournal, IApiLayout, IApiLayoutsModel, IApiLead, IApiLicense, IApiLicenseBundleBase, IApiLicenseDbSizeModel, IApiLicenseExpiration, IApiLicenseKeyInvoice, IApiLocalizedLicenseBundle, IApiLoginResponse, IApiMarketingList, IApiModulePermission, IApiObjectType, IApiPasswordStrength, IApiPayment, IApiProject, IApiQueryAndFilterExpressionOperator, IApiQueryColumn, IApiQueryColumnVariation, IApiQueryEqualsFilterExpressionPredicate, IApiQueryGreaterFilterExpressionPredicate, IApiQueryGreaterOrEqualFilterExpressionPredicate, IApiQueryInFilterExpressionPredicate, IApiQueryLessFilterExpressionPredicate, IApiQueryLessOrEqualFilterExpressionPredicate, IApiQueryLikeFilterExpressionPredicate, IApiQueryNotFilterExpression, IApiQueryOrFilterExpressionOperator, IApiQuerySubstituableColumn, IApiQueryToken, IApiQueryVariatedColumn, IApiRecurrencePattern, IApiResult, IApiSaveResponse, IApiServiceAuthSettingsResponse, IApiSetFieldValueAction, IApiTask, IApiUnlinkInquiryResult, IApiUser, IApiUserSetting, IApiWebServiceTaskStatus, IApiWorkReport, IApiWorkflowActionDerivedItem, IApiWorkflowModel, IApiXsltTransformation, ISessionHandler, ITokenizedApiResult, ITranslatableString, ImportResult, LicenseKeyInvoiceSeverity, LicenseRestrictionKeys, OAuthHelper, OAuthSessionHandlerBase, ObjectTypeIds, QueryHelper, RelationTypes, ReturnCodes, SentimentTone, StringHelper, TApiColumnPermissionMandatoryRuleOptions, TApiColumnPermissionPermissionRuleOptions, TApiItemWithReleations, TApiModulePermissionOptions, TApiQueryField, TApiQueryFilterExpression, TApiUnlinkInquiryResultType, TFeatureWithEdition, TFieldType, TFolderName, TInputData, TNumericValidatorType, TRelationType, TUnionError, TokenizedServiceConnection, Version, VersionHelper, VersionHelperBase, ApiConnection as default };
|