e5core-angular-services
Version:
e5 Anywhere Angular Services
1,429 lines • 83.4 kB
TypeScript
export declare class ContentStorageContractsDataContractsContent {
blob: string | undefined;
blobUri: string | undefined;
contentClass: any | undefined;
contentClassId: number | undefined;
contentExtension: string | undefined;
contentType: string | undefined;
createdDateTime: string | undefined;
id: string | undefined;
metadata: ContentStorageContractsDataContractsMetadata[] | undefined;
objectId: string | undefined;
violations: ContentStorageContractsDataContractsContentViolation[] | undefined;
}
export declare class ContentStorageContractsDataContractsContentClass {
creationDateTime: string | undefined;
id: number | undefined;
name: string | undefined;
primaryStorageLocation: any | undefined;
primaryStorageLocationId: number | undefined;
retentionPeriod: number | undefined;
secondaryStorageLocation: any | undefined;
secondaryStorageLocationId: number | undefined;
statusId: number | undefined;
storagePolicy: any | undefined;
updatedDateTime: string | undefined;
violations: ContentStorageContractsDataContractsContentClassViolation[] | undefined;
}
export declare class ContentStorageContractsDataContractsContentClassViolation {
message: string | undefined;
}
export declare class ContentStorageContractsDataContractsContentViolation {
message: string | undefined;
}
export declare class ContentStorageContractsDataContractsFilterComparisonModel {
field: string | undefined;
filter: any | undefined;
operator: string | undefined;
value: string | undefined;
}
export declare class ContentStorageContractsDataContractsFilterModel {
filters: ContentStorageContractsDataContractsFilterComparisonModel[] | undefined;
logic: string | undefined;
}
export declare class ContentStorageContractsDataContractsMetadata {
name: string | undefined;
state: string | undefined;
value: string | undefined;
}
export declare class ContentStorageContractsDataContractsSearchCriteria {
contentClassId: number | undefined;
fields: any | undefined;
filter: any | undefined;
orderBy: any | undefined;
pageInfo: any | undefined;
}
export declare class ContentStorageContractsDataContractsSearchOrderBy {
fields: any[] | undefined;
}
export declare class ContentStorageContractsDataContractsSearchPageInfo {
pageIndex: number | undefined;
pageSize: number | undefined;
}
export declare class ContentStorageContractsDataContractsSearchResult {
contents: ContentStorageContractsDataContractsContent[] | undefined;
totalCount: number | undefined;
}
export declare class ContentStorageContractsDataContractsSearchSelectFields {
fields: string[] | undefined;
}
export declare class ContentStorageContractsDataContractsStorageLocation {
id: number | undefined;
name: string | undefined;
settings: any | undefined;
storageType: string | undefined;
supportsMetadata: boolean | undefined;
useAsPrimaryMetadataStore: boolean | undefined;
}
export declare class ContentStorageContractsDataContractsStoragePolicy {
}
export declare class AssemblyClassModel {
assemblyName: string | undefined;
className: string | undefined;
}
export declare class AssemblyDefinitionModel {
assemblyName: string | undefined;
className: string | undefined;
methodName: string | undefined;
}
export declare class AuthenticationDefinitionModel {
authType: string | undefined;
domain: string | undefined;
password: string | undefined;
username: string | undefined;
}
export declare class LengthDefinitionModel {
unit: string | undefined;
value: number | undefined;
}
export declare class ClaimModel {
issuer: string | undefined;
properties: any | undefined;
type: string | undefined;
value: string | undefined;
valueType: string | undefined;
}
export declare class ConfigurationInstanceModel {
activeArchiveLibraryId: number | undefined;
activeWorkArchiveRepositoryId: number | undefined;
asDatabaseAccount: string | undefined;
asDatabaseAuthenticationType: string | undefined;
asDatabaseName: string | undefined;
asDatabaseServer: string | undefined;
authenticationType: string | undefined;
bizTalkHttpAdapterUrl: string | undefined;
businessRulesAssembly: string | undefined;
code: string | undefined;
configurationFilePath: string | undefined;
databaseAccount: string | undefined;
databaseName: string | undefined;
databaseServer: string | undefined;
description: string | undefined;
dwDatabaseAccount: string | undefined;
dwDatabaseAuthenticationType: string | undefined;
dwDatabaseName: string | undefined;
dwDatabaseServer: string | undefined;
e5AnywhereApiBaseUrl: string | undefined;
e5AnywhereWebBaseUrl: string | undefined;
exchangeAccount: string | undefined;
exchangeAccountDomain: string | undefined;
exchangeAuthType: string | undefined;
exchangeUrl: string | undefined;
id: string | undefined;
isActive: boolean | undefined;
isDatabaseAccount: string | undefined;
isDatabaseAuthenticationType: string | undefined;
isDatabaseServer: string | undefined;
launchServiceRootDirectory: string | undefined;
name: string | undefined;
notificationEmailTemplateUrl: string | undefined;
reportingServicesAccount: string | undefined;
reportingServicesDomain: string | undefined;
reportingServicesUrl: string | undefined;
reportingServicesUseDefaultCredentials: boolean | undefined;
reportingServicesWsUrl: string | undefined;
siteUrl: string | undefined;
wfDatabaseAccount: string | undefined;
wfDatabaseAuthenticationType: string | undefined;
wfDatabaseName: string | undefined;
wfDatabaseServer: string | undefined;
workItemTasksOrder: number | undefined;
wssDatabaseAccountName: string | undefined;
wssDatabaseAuthenticationType: string | undefined;
wssDatabaseName: string | undefined;
wssServerName: string | undefined;
}
export declare class ConfigurationPromotionDefinitionModel {
created: string | undefined;
createdBy: string | undefined;
description: string | undefined;
fileName: string | undefined;
id: string | undefined;
label: string | undefined;
modified: string | undefined;
modifiedBy: string | undefined;
sourceTenantEnvironmentSolutionId: string | undefined;
status: string | undefined;
taxonomyScope: string | undefined;
version: string | undefined;
}
export declare class ConfigurationPromotionPackageModel {
created: string | undefined;
createdBy: string | undefined;
id: string | undefined;
modified: string | undefined;
modifiedBy: string | undefined;
packageFile: string | undefined;
promotionId: string | undefined;
}
export declare class ConfigurationScopeModel {
id: number;
instanceCode: string | undefined;
instanceId: string | undefined;
json: string | undefined;
key: string;
modified: string | undefined;
modifiedUser: string | undefined;
siteId: string | undefined;
siteUrl: string | undefined;
}
export declare class ConfigurationSectionCreateModel {
applicationName: string;
sectionName: string;
}
export declare class ConfigurationSectionModel {
applicationName: string;
id: number;
sectionName: string;
}
export declare class ConfigurationSettingCreateModel {
defaultValue: string | undefined;
key: string;
sectionId: number;
value: string | undefined;
valueType: string | undefined;
}
export declare class ConfigurationSettingModel {
defaultValue: string | undefined;
id: number | undefined;
key: string;
sectionId: number;
value: string | undefined;
valueType: string | undefined;
}
export declare class ConfigurationSettingUpdateModel {
defaultValue: string | undefined;
value: string | undefined;
valueType: string | undefined;
}
export declare class ContentContentModel {
applyFoldering: boolean | undefined;
contentClassId: number | undefined;
contentId: string | undefined;
document: string | undefined;
documentName: string | undefined;
folderPath: string | undefined;
metaData: ContentMetadataModel[] | undefined;
}
export declare class ContentMetadataContainerModel {
contentId: string | undefined;
metaData: ContentMetadataModel[] | undefined;
}
export declare class ContentMetadataModel {
name: string | undefined;
state: string | undefined;
value: string | undefined;
}
export declare class IntegrationYammerYammerAttachmentModel {
id: string | undefined;
likes: any | undefined;
name: string | undefined;
type: string | undefined;
url: string | undefined;
webUrl: string | undefined;
}
export declare class IntegrationYammerYammerLikeUserModel {
fullName: string | undefined;
permaLink: string | undefined;
userId: string | undefined;
}
export declare class IntegrationYammerYammerLikesModel {
count: number | undefined;
names: IntegrationYammerYammerLikeUserModel[] | undefined;
}
export declare class IntegrationYammerYammerMessageContentModel {
parsedText: string | undefined;
plainText: string | undefined;
richText: string | undefined;
}
export declare class IntegrationYammerYammerMessageModel {
attachments: IntegrationYammerYammerAttachmentModel[] | undefined;
chatClientSequence: string | undefined;
clientUrl: string | undefined;
contentExcerpt: string | undefined;
createdAt: string | undefined;
directMessage: boolean | undefined;
id: string | undefined;
language: string | undefined;
likes: any | undefined;
messageContent: any | undefined;
messageType: string | undefined;
senderId: string | undefined;
senderType: string | undefined;
systemMessage: boolean | undefined;
threadId: string | undefined;
url: string | undefined;
webUrl: string | undefined;
}
export declare class IntegrationYammerYammerPostModel {
messages: IntegrationYammerYammerMessageModel[] | undefined;
references: IntegrationYammerYammerReferenceModel[] | undefined;
}
export declare class IntegrationYammerYammerReferenceModel {
id: string | undefined;
name: string | undefined;
type: string | undefined;
url: string | undefined;
webUrl: string | undefined;
}
export declare class IntegrationYammerYammerTopicModel {
id: number | undefined;
name: string | undefined;
networkId: number | undefined;
normalizedName: string | undefined;
permalink: string | undefined;
type: string | undefined;
url: string | undefined;
webUrl: string | undefined;
}
export declare class ListItemModel {
code: string | undefined;
columns: any[] | undefined;
id: string | undefined;
label: string | undefined;
results: any[] | undefined;
}
export declare class MonitorsSLAMonitorCategory {
categoryId: number | undefined;
categoryName: string | undefined;
}
export declare class MonitorsSLAMonitorData {
approachingSlaWorkCount: number | undefined;
expiredWorkCount: number | undefined;
inSlaWorkCount: number | undefined;
slaCategoryId: number | undefined;
slaCategoryName: string | undefined;
totalPropertyValue: number | undefined;
}
export declare class MonitorsSlaCompletionData {
completedPropertyTotal: number | undefined;
completedTotal: number | undefined;
completedWithinSla: number | undefined;
completionDate: string | undefined;
inSlaPropertyTotal: number | undefined;
movingAverage: number | undefined;
movingAverageWeekly: number | undefined;
}
export declare class MonitorsSlaCompletionMonitorModel {
data: MonitorsSlaCompletionData[] | undefined;
}
export declare class MonitorsSlaInflowData {
activeWorkItemCount: number | undefined;
completeWorkItemCount: number | undefined;
creationDate: string | undefined;
diarisedWorkItemCount: number | undefined;
launchWorkItemCount: number | undefined;
qaWorkItemCount: number | undefined;
rejectedWorkItemCount: number | undefined;
}
export declare class MonitorsSlaInflowsMonitorModel {
data: MonitorsSlaInflowData[] | undefined;
}
export declare class MonitorsSlaInventoryData {
interval: string | undefined;
statusOneCount: number | undefined;
statusThreeCount: number | undefined;
statusTwoCount: number | undefined;
statusZeroCount: number | undefined;
totalCount: number | undefined;
}
export declare class MonitorsSlaInventoryMonitorModel {
data: MonitorsSlaInventoryData[] | undefined;
}
export declare class MonitorsSlaMonitorModel {
data: MonitorsSLAMonitorData[] | undefined;
selectedCategories: MonitorsSLAMonitorCategory[] | undefined;
}
export declare class MonitorsSlaTeamProductivityCompletionData {
interval: string | undefined;
totalCount: number | undefined;
userWorkCounts: MonitorsUserWorkCount[] | undefined;
}
export declare class MonitorsSlaTeamProductivityCompletionMonitorModel {
data: MonitorsSlaTeamProductivityCompletionData[] | undefined;
}
export declare class MonitorsSlaTeamProductivityFacetimeData {
interval: string | undefined;
totalCount: number | undefined;
userFacetimeCounts: MonitorsUserFacetimeCount[] | undefined;
}
export declare class MonitorsSlaTeamProductivityFacetimeMonitorModel {
data: MonitorsSlaTeamProductivityFacetimeData[] | undefined;
}
export declare class MonitorsUserFacetimeCount {
facetimeCount: number | undefined;
userName: string | undefined;
}
export declare class MonitorsUserWorkCount {
completionCount: number | undefined;
userName: string | undefined;
}
export declare class TaxonomyActivityDefinitionContentTypeCreateModel {
assemblyDefinition: any | undefined;
code: string;
contentTypeId: number | undefined;
isActive: boolean | undefined;
menuId: number | undefined;
name: string;
postProcessorAssemblyDefinition: any | undefined;
postProcessorRuleSetName: string | undefined;
}
export declare class TaxonomyActivityDefinitionContentTypeModel {
activityDefinitionType: string | undefined;
assemblyDefinition: any | undefined;
code: string | undefined;
contentTypeId: number | undefined;
externalId: string | undefined;
id: number | undefined;
isActive: boolean | undefined;
lastModified: string | undefined;
menuId: number | undefined;
name: string | undefined;
postProcessorAssemblyDefinition: any | undefined;
postProcessorRuleSetName: string | undefined;
}
export declare class TaxonomyActivityDefinitionContentTypeUpdateModel {
assemblyDefinition: any | undefined;
contentTypeId: number | undefined;
isActive: boolean | undefined;
lastModified: string | undefined;
menuId: number | undefined;
name: string;
postProcessorAssemblyDefinition: any | undefined;
postProcessorRuleSetName: string | undefined;
}
export declare class TaxonomyActivityDefinitionCreateModel {
assemblyDefinition: any | undefined;
code: string;
isActive: boolean | undefined;
name: string;
postProcessorAssemblyDefinition: any | undefined;
postProcessorRuleSetName: string | undefined;
}
export declare class TaxonomyActivityDefinitionModel {
activityDefinitionType: string | undefined;
assemblyDefinition: any | undefined;
code: string | undefined;
externalId: string | undefined;
id: number | undefined;
isActive: boolean | undefined;
lastModified: string | undefined;
name: string | undefined;
postProcessorAssemblyDefinition: any | undefined;
postProcessorRuleSetName: string | undefined;
}
export declare class TaxonomyActivityDefinitionUpdateModel {
assemblyDefinition: any | undefined;
isActive: boolean | undefined;
lastModified: string | undefined;
name: string;
postProcessorAssemblyDefinition: any | undefined;
postProcessorRuleSetName: string | undefined;
}
export declare class TaxonomyAdapterCreateModel {
assemblyName: string;
className: string;
description: string | undefined;
externalId: string | undefined;
name: string;
}
export declare class TaxonomyAdapterModel {
assemblyName: string;
className: string;
description: string | undefined;
externalId: string | undefined;
id: number | undefined;
name: string;
}
export declare class TaxonomyAdapterUpdateModel {
assemblyName: string;
className: string;
description: string | undefined;
name: string;
}
export declare class TaxonomyAttachmentTypeCreateModel {
archiveLibraryId: number | undefined;
attachmentTypeClassification: string | undefined;
externalId: string | undefined;
isActive: boolean | undefined;
libraryId: number | undefined;
name: string;
sortOrder: number | undefined;
}
export declare class TaxonomyAttachmentTypeModel {
archiveLibraryId: number | undefined;
attachmentTypeClassification: string | undefined;
externalId: string | undefined;
id: number | undefined;
isActive: boolean | undefined;
lastModified: string | undefined;
libraryId: number | undefined;
name: string | undefined;
sortOrder: number | undefined;
}
export declare class TaxonomyAttachmentTypeRoleCreateModel {
attachmentTypeId: number | undefined;
externalId: string | undefined;
isVisible: boolean | undefined;
roleId: number | undefined;
}
export declare class TaxonomyAttachmentTypeRoleModel {
attachmentTypeId: number | undefined;
externalId: string | undefined;
isVisible: boolean | undefined;
lastModified: string | undefined;
roleId: number | undefined;
}
export declare class TaxonomyAttachmentTypeRoleUpdateModel {
attachmentTypeId: number | undefined;
isVisible: boolean | undefined;
lastModified: string | undefined;
roleId: number | undefined;
}
export declare class TaxonomyAttachmentTypeUpdateModel {
archiveLibraryId: number | undefined;
attachmentTypeClassification: string | undefined;
isActive: boolean | undefined;
lastModified: string | undefined;
libraryId: number | undefined;
name: string;
sortOrder: number | undefined;
}
export declare class TaxonomyCacheManagerModel {
code: string | undefined;
modificationDate: string | undefined;
modificationUser: string | undefined;
}
export declare class TaxonomyCaseNoteTypeCreateModel {
description: string | undefined;
externalId: string | undefined;
name: string;
}
export declare class TaxonomyCaseNoteTypeModel {
description: string | undefined;
externalId: string | undefined;
id: number | undefined;
lastModified: string | undefined;
name: string | undefined;
}
export declare class TaxonomyCaseNoteTypeUpdateModel {
description: string | undefined;
lastModified: string | undefined;
name: string;
}
export declare class TaxonomyCategory1CreateModel {
archiveDays: number | undefined;
archiveLibraryId: number | undefined;
attachmentLibraryId: number | undefined;
code: string;
externalId: string | undefined;
isActive: boolean | undefined;
knowledgeBaseUrl: string | undefined;
locationId: number | undefined;
name: string;
sortOrder: number | undefined;
templateFolder: string | undefined;
templateLibraryId: number | undefined;
}
export declare class TaxonomyCategory1Model {
archiveDays: number | undefined;
archiveLibraryId: number | undefined;
attachmentLibraryId: number | undefined;
code: string | undefined;
externalId: string | undefined;
id: number | undefined;
isActive: boolean | undefined;
knowledgeBaseUrl: string | undefined;
lastModified: string | undefined;
locationId: number | undefined;
name: string | undefined;
sortOrder: number | undefined;
templateFolder: string | undefined;
templateLibraryId: number | undefined;
}
export declare class TaxonomyCategory1UpdateModel {
archiveDays: number | undefined;
archiveLibraryId: number | undefined;
attachmentLibraryId: number | undefined;
isActive: boolean | undefined;
knowledgeBaseUrl: string | undefined;
lastModified: string | undefined;
locationId: number | undefined;
name: string;
sortOrder: number | undefined;
templateFolder: string | undefined;
templateLibraryId: number | undefined;
}
export declare class TaxonomyCategory2CreateModel {
archiveDays: number | undefined;
category1Id: number | undefined;
code: string;
externalId: string | undefined;
isActive: boolean | undefined;
knowledgeBaseUrl: string | undefined;
name: string;
sortOrder: number | undefined;
templateFolder: string | undefined;
}
export declare class TaxonomyCategory2Model {
archiveDays: number | undefined;
category1Id: number | undefined;
code: string | undefined;
externalId: string | undefined;
id: number | undefined;
isActive: boolean | undefined;
knowledgeBaseUrl: string | undefined;
lastModified: string | undefined;
name: string | undefined;
sortOrder: number | undefined;
templateFolder: string | undefined;
}
export declare class TaxonomyCategory2UpdateModel {
archiveDays: number | undefined;
isActive: boolean | undefined;
knowledgeBaseUrl: string | undefined;
lastModified: string | undefined;
name: string;
sortOrder: number | undefined;
templateFolder: string | undefined;
}
export declare class TaxonomyCategory3CreateModel {
archiveDays: number | undefined;
category1Id: number | undefined;
category2Id: number | undefined;
code: string;
eetMinutes: number | undefined;
externalId: string | undefined;
isActive: boolean | undefined;
knowledgeBaseUrl: string | undefined;
lifeCycleSlaMinutes: number | undefined;
name: string;
slaminutes: number | undefined;
sortOrder: number | undefined;
templateFolder: string | undefined;
workClassId: number | undefined;
workFlowId: string | undefined;
}
export declare class TaxonomyCategory3Model {
archiveDays: number | undefined;
category1Id: number | undefined;
category2Id: number | undefined;
code: string | undefined;
eetMinutes: number | undefined;
externalId: string | undefined;
id: number | undefined;
isActive: boolean | undefined;
knowledgeBaseUrl: string | undefined;
lastModified: string | undefined;
lifeCycleSlaMinutes: number | undefined;
name: string | undefined;
slaMinutes: number | undefined;
sortOrder: number | undefined;
templateFolder: string | undefined;
workClassId: number | undefined;
workFlowId: string | undefined;
}
export declare class TaxonomyCategory3UpdateModel {
archiveDays: number | undefined;
eetMinutes: number | undefined;
isActive: boolean | undefined;
knowledgeBaseUrl: string | undefined;
lastModified: string | undefined;
lifeCycleSlaMinutes: number | undefined;
name: string;
slaminutes: number | undefined;
sortOrder: number | undefined;
templateFolder: string | undefined;
workClassId: number | undefined;
workFlowId: string | undefined;
}
export declare class TaxonomyCategoryActivityAttributeCreateModel {
categoryActivityId: number | undefined;
code: string;
displayLabel: string | undefined;
externalId: string | undefined;
sortOrder: number | undefined;
value: string | undefined;
}
export declare class TaxonomyCategoryActivityAttributeModel {
categoryActivityId: number | undefined;
code: string | undefined;
displayLabel: string | undefined;
externalId: string | undefined;
id: number | undefined;
sortOrder: number | undefined;
value: string | undefined;
}
export declare class TaxonomyCategoryActivityAttributeUpdateModel {
displayLabel: string | undefined;
sortOrder: number | undefined;
value: string | undefined;
}
export declare class TaxonomyCategoryActivityDefinitionCreateModel {
activityId: number | undefined;
category1Id: number | undefined;
category2Id: number | undefined;
category3Id: number | undefined;
description: string | undefined;
eetMinutes: number | undefined;
externalId: string | undefined;
isActive: boolean | undefined;
knowledgeBaseUrl: string | undefined;
name: string;
prescription: string | undefined;
process: string | undefined;
slaMinutes: number | undefined;
sortOrder: number | undefined;
templateFolder: string | undefined;
}
export declare class TaxonomyCategoryActivityDefinitionModel {
activityId: number | undefined;
category1Id: number | undefined;
category2Id: number | undefined;
category3Id: number | undefined;
description: string | undefined;
eetMinutes: number | undefined;
externalId: string | undefined;
id: number | undefined;
isActive: boolean | undefined;
knowledgeBaseUrl: string | undefined;
lastModified: string | undefined;
name: string | undefined;
prescription: string | undefined;
process: string | undefined;
slaMinutes: number | undefined;
sortOrder: number | undefined;
templateFolder: string | undefined;
}
export declare class TaxonomyCategoryActivityDefinitionUpdateModel {
description: string | undefined;
eetMinutes: number | undefined;
isActive: boolean | undefined;
knowledgeBaseUrl: string | undefined;
lastModified: string | undefined;
name: string;
prescription: string | undefined;
process: string | undefined;
slaMinutes: number | undefined;
sortOrder: number | undefined;
templateFolder: string | undefined;
}
export declare class TaxonomyCategoryActivityFieldCreateModel {
categoryActivityId: number | undefined;
isDefaultValue: boolean | undefined;
propertyId: string;
}
export declare class TaxonomyCategoryActivityFieldModel {
categoryActivityId: number | undefined;
fieldDefinitionId: string | undefined;
id: number | undefined;
isDefaultValue: boolean | undefined;
}
export declare class TaxonomyCategoryActivityFieldUpdateModel {
isDefaultValue: boolean | undefined;
}
export declare class TaxonomyCategoryActivityRoleCreateModel {
categoryActivityId: number | undefined;
displayMode: string | undefined;
externalId: string | undefined;
roleId: number | undefined;
}
export declare class TaxonomyCategoryActivityRoleModel {
categoryActivityId: number | undefined;
displayMode: string | undefined;
externalId: string | undefined;
lastModified: string | undefined;
roleId: number | undefined;
}
export declare class TaxonomyCategoryActivityRoleUpdateModel {
categoryActivityId: number | undefined;
displayMode: string | undefined;
lastModified: string | undefined;
roleId: number | undefined;
}
export declare class TaxonomyCategoryAttachmentTypeCreateModel {
attachmentTypeId: number | undefined;
category3Id: number | undefined;
externalId: string | undefined;
sortOrder: number | undefined;
}
export declare class TaxonomyCategoryAttachmentTypeModel {
attachmentTypeId: number | undefined;
category3Id: number | undefined;
externalId: string | undefined;
id: number | undefined;
lastModified: string | undefined;
sortOrder: number | undefined;
}
export declare class TaxonomyCategoryAttachmentTypeUpdateModel {
lastModified: string | undefined;
sortOrder: number | undefined;
}
export declare class TaxonomyCategorySiteCreateModel {
category1Id: number | undefined;
siteId: string | undefined;
status: boolean | undefined;
}
export declare class TaxonomyCategorySiteModel {
category1Id: number | undefined;
siteId: string | undefined;
status: boolean | undefined;
}
export declare class TaxonomyCategorySiteUpdateModel {
category1Id: number | undefined;
siteId: string | undefined;
status: boolean | undefined;
}
export declare class TaxonomyContentTypeCustomCreateModel {
contentProviderType: any;
externalId: string | undefined;
name: string;
width: any | undefined;
}
export declare class TaxonomyContentTypeCustomModel {
contentProviderType: any | undefined;
externalId: string | undefined;
id: number | undefined;
lastModified: string | undefined;
name: string | undefined;
type: string | undefined;
width: any | undefined;
}
export declare class TaxonomyContentTypeCustomUpdateModel {
contentProviderType: any;
lastModified: string | undefined;
name: string;
width: any | undefined;
}
export declare class TaxonomyContentTypeFieldSetCreateModel {
externalId: string | undefined;
name: string;
width: any | undefined;
}
export declare class TaxonomyContentTypeFieldSetModel {
externalId: string | undefined;
id: number | undefined;
lastModified: string | undefined;
name: string | undefined;
type: string | undefined;
width: any | undefined;
}
export declare class TaxonomyContentTypeFieldSetUpdateModel {
lastModified: string | undefined;
name: string;
width: any | undefined;
}
export declare class TaxonomyContentTypeGridCreateModel {
contentProviderType: any | undefined;
externalId: string | undefined;
name: string;
orderDirection: string | undefined;
orderPropertyId: string | undefined;
pageSize: number | undefined;
width: any | undefined;
}
export declare class TaxonomyContentTypeGridModel {
contentProviderType: any | undefined;
externalId: string | undefined;
id: number | undefined;
lastModified: string | undefined;
name: string | undefined;
orderDirection: string | undefined;
orderPropertyId: string | undefined;
pageSize: number | undefined;
type: string | undefined;
width: any | undefined;
}
export declare class TaxonomyContentTypeGridUpdateModel {
contentProviderType: any | undefined;
lastModified: string | undefined;
name: string;
orderDirection: string | undefined;
orderPropertyId: string | undefined;
pageSize: number | undefined;
width: any | undefined;
}
export declare class TaxonomyContentTypeModel {
externalId: string | undefined;
id: number | undefined;
lastModified: string | undefined;
name: string | undefined;
type: string | undefined;
width: any | undefined;
}
export declare class TaxonomyCurrencyCreateModel {
decimalPlaces: number | undefined;
id: number | undefined;
mask: string;
name: string;
}
export declare class TaxonomyCurrencyModel {
decimalPlaces: number | undefined;
id: number | undefined;
lastModified: string | undefined;
mask: string | undefined;
name: string | undefined;
}
export declare class TaxonomyCurrencyUpdateModel {
decimalPlaces: number | undefined;
lastModified: string | undefined;
mask: string;
name: string;
}
export declare class TaxonomyDocumentTemplateModel {
fields: any | undefined;
fullUrl: string | undefined;
id: number | undefined;
name: string | undefined;
}
export declare class TaxonomyEventCreateModel {
name: string;
}
export declare class TaxonomyEventModel {
id: number | undefined;
name: string | undefined;
}
export declare class TaxonomyEventUpdateModel {
name: string;
}
export declare class TaxonomyExchangeListenerCreateModel {
activateOnAttach: boolean | undefined;
archiveUri: string | undefined;
attachOption: string | undefined;
authentication: any;
convertOption: string | undefined;
defaultWorkFilePath: string;
emailBodyOption: string | undefined;
externalId: string | undefined;
ignoreIfNoWork: boolean | undefined;
isActive: boolean | undefined;
name: string;
pollingInterval: number | undefined;
preProcessorId: number | undefined;
siteUrl: string;
uri: string;
}
export declare class TaxonomyExchangeListenerModel {
activateOnAttach: boolean | undefined;
archiveUri: string | undefined;
attachOption: string | undefined;
convertOption: string | undefined;
defaultWorkFilePath: string | undefined;
emailBodyOption: string | undefined;
externalId: string | undefined;
id: number | undefined;
ignoreIfNoWork: boolean | undefined;
isActive: boolean | undefined;
lastModified: string | undefined;
name: string | undefined;
pollingInterval: number | undefined;
preProcessorId: number | undefined;
siteUrl: string | undefined;
uri: string | undefined;
}
export declare class TaxonomyExchangeListenerPreProcessorCreateModel {
configFilePath: string;
externalId: string | undefined;
name: string;
preProcessorType: any;
}
export declare class TaxonomyExchangeListenerPreProcessorModel {
configFilePath: string | undefined;
externalId: string | undefined;
id: number | undefined;
lastModified: string | undefined;
name: string | undefined;
preProcessorType: any | undefined;
}
export declare class TaxonomyExchangeListenerPreProcessorUpdateModel {
configFilePath: string;
lastModified: string | undefined;
name: string;
preProcessorType: any;
}
export declare class TaxonomyExchangeListenerUpdateModel {
activateOnAttach: boolean | undefined;
archiveUri: string | undefined;
attachOption: string | undefined;
authentication: any;
convertOption: string | undefined;
defaultWorkFilePath: string;
emailBodyOption: string | undefined;
ignoreIfNoWork: boolean | undefined;
isActive: boolean | undefined;
lastModified: string | undefined;
name: string;
pollingInterval: number | undefined;
preProcessorId: number | undefined;
siteUrl: string;
uri: string;
}
export declare class TaxonomyFieldDefinitionCaseNoteCreateModel {
attributes: string | undefined;
caseNoteTypeId: number | undefined;
code: string;
cssClass: string | undefined;
defaultValue: string | undefined;
isExportable: boolean | undefined;
isSystem: string | undefined;
label: string;
maxLength: number | undefined;
styles: string | undefined;
tooltip: string | undefined;
}
export declare class TaxonomyFieldDefinitionCaseNoteModel {
attributes: string | undefined;
caseNoteTypeId: number | undefined;
code: string;
cssClass: string | undefined;
defaultValue: string | undefined;
externalId: string | undefined;
fieldDataType: string | undefined;
isExportable: boolean | undefined;
isSystem: string | undefined;
label: string;
lastModified: string | undefined;
maxLength: number | undefined;
styles: string | undefined;
tooltip: string | undefined;
}
export declare class TaxonomyFieldDefinitionCaseNoteUpdateModel {
attributes: string | undefined;
caseNoteTypeId: number | undefined;
cssClass: string | undefined;
defaultValue: string | undefined;
isExportable: boolean | undefined;
label: string;
lastModified: string | undefined;
maxLength: number | undefined;
styles: string | undefined;
tooltip: string | undefined;
}
export declare class TaxonomyFieldDefinitionCurrencyCreateModel {
attributes: string | undefined;
code: string;
cssClass: string | undefined;
currencyId: number | undefined;
defaultValue: string | undefined;
isExportable: boolean | undefined;
isSystem: string | undefined;
label: string;
maxLength: number | undefined;
styles: string | undefined;
tooltip: string | undefined;
}
export declare class TaxonomyFieldDefinitionCurrencyModel {
attributes: string | undefined;
code: string;
cssClass: string | undefined;
currencyId: number | undefined;
defaultValue: string | undefined;
externalId: string | undefined;
fieldDataType: string | undefined;
isExportable: boolean | undefined;
isSystem: string | undefined;
label: string;
lastModified: string | undefined;
maxLength: number | undefined;
styles: string | undefined;
tooltip: string | undefined;
}
export declare class TaxonomyFieldDefinitionCurrencyUpdateModel {
attributes: string | undefined;
cssClass: string | undefined;
defaultValue: string | undefined;
isExportable: boolean | undefined;
label: string;
lastModified: string | undefined;
maxLength: number | undefined;
styles: string | undefined;
tooltip: string | undefined;
}
export declare class TaxonomyFieldDefinitionLinkCreateModel {
attributes: string | undefined;
code: string;
cssClass: string | undefined;
defaultValue: string | undefined;
isExportable: boolean | undefined;
isSystem: string | undefined;
label: string;
linkImageUrl: string | undefined;
linkProperties: string | undefined;
linkText: string | undefined;
maxLength: number | undefined;
styles: string | undefined;
tooltip: string | undefined;
}
export declare class TaxonomyFieldDefinitionLinkModel {
attributes: string | undefined;
code: string;
cssClass: string | undefined;
defaultValue: string | undefined;
externalId: string | undefined;
fieldDataType: string | undefined;
isExportable: boolean | undefined;
isSystem: string | undefined;
label: string;
lastModified: string | undefined;
linkImageUrl: string | undefined;
linkProperties: string | undefined;
linkText: string | undefined;
maxLength: number | undefined;
styles: string | undefined;
tooltip: string | undefined;
}
export declare class TaxonomyFieldDefinitionLinkUpdateModel {
attributes: string | undefined;
cssClass: string | undefined;
defaultValue: string | undefined;
isExportable: boolean | undefined;
label: string;
lastModified: string | undefined;
linkImageUrl: string | undefined;
linkProperties: string | undefined;
linkText: string | undefined;
maxLength: number | undefined;
styles: string | undefined;
tooltip: string | undefined;
}
export declare class TaxonomyFieldDefinitionListCreateModel {
attributes: string | undefined;
code: string;
cssClass: string | undefined;
defaultValue: string | undefined;
isExportable: boolean | undefined;
isSystem: string | undefined;
label: string;
listId: number | undefined;
maxLength: number | undefined;
styles: string | undefined;
tooltip: string | undefined;
}
export declare class TaxonomyFieldDefinitionListModel {
attributes: string | undefined;
code: string;
cssClass: string | undefined;
defaultValue: string | undefined;
externalId: string | undefined;
fieldDataType: string | undefined;
isExportable: boolean | undefined;
isSystem: string | undefined;
label: string;
lastModified: string | undefined;
listId: number | undefined;
maxLength: number | undefined;
styles: string | undefined;
tooltip: string | undefined;
}
export declare class TaxonomyFieldDefinitionListUpdateModel {
attributes: string | undefined;
cssClass: string | undefined;
defaultValue: string | undefined;
isExportable: boolean | undefined;
label: string;
lastModified: string | undefined;
maxLength: number | undefined;
styles: string | undefined;
tooltip: string | undefined;
}
export declare class TaxonomyFieldDefinitionLookupCreateModel {
attributes: string | undefined;
code: string;
cssClass: string | undefined;
defaultValue: string | undefined;
isExportable: boolean | undefined;
isSystem: string | undefined;
label: string;
lookupDataType: string | undefined;
lookupField: string;
lookupFieldType: string | undefined;
lookupId: number | undefined;
maxLength: number | undefined;
styles: string | undefined;
tooltip: string | undefined;
}
export declare class TaxonomyFieldDefinitionLookupModel {
attributes: string | undefined;
code: string;
cssClass: string | undefined;
defaultValue: string | undefined;
externalId: string | undefined;
fieldDataType: string | undefined;
isExportable: boolean | undefined;
isSystem: string | undefined;
label: string;
lastModified: string | undefined;
lookupDataType: string | undefined;
lookupField: string;
lookupFieldType: string | undefined;
lookupId: number | undefined;
maxLength: number | undefined;
styles: string | undefined;
tooltip: string | undefined;
}
export declare class TaxonomyFieldDefinitionLookupUpdateModel {
attributes: string | undefined;
cssClass: string | undefined;
defaultValue: string | undefined;
isExportable: boolean | undefined;
label: string;
lastModified: string | undefined;
lookupField: string;
maxLength: number | undefined;
styles: string | undefined;
tooltip: string | undefined;
}
export declare class TaxonomyFieldDefinitionModel {
attributes: string | undefined;
code: string;
cssClass: string | undefined;
defaultValue: string | undefined;
externalId: string | undefined;
fieldDataType: string | undefined;
isExportable: boolean | undefined;
isSystem: string | undefined;
label: string;
lastModified: string | undefined;
maxLength: number | undefined;
styles: string | undefined;
tooltip: string | undefined;
}
export declare class TaxonomyFieldDefinitionSimpleCreateModel {
attributes: string | undefined;
code: string;
cssClass: string | undefined;
defaultValue: string | undefined;
fieldDataType: string | undefined;
isExportable: boolean | undefined;
isSystem: string | undefined;
label: string;
maxLength: number | undefined;
styles: string | undefined;
tooltip: string | undefined;
}
export declare class TaxonomyFieldDefinitionSimpleModel {
attributes: string | undefined;
code: string;
cssClass: string | undefined;
defaultValue: string | undefined;
externalId: string | undefined;
fieldDataType: string | undefined;
isExportable: boolean | undefined;
isSystem: string | undefined;
label: string;
lastModified: string | undefined;
maxLength: number | undefined;
styles: string | undefined;
tooltip: string | undefined;
}
export declare class TaxonomyFieldDefinitionSimpleUpdateModel {
attributes: string | undefined;
cssClass: string | undefined;
defaultValue: string | undefined;
isExportable: boolean | undefined;
label: string;
lastModified: string | undefined;
maxLength: number | undefined;
styles: string | undefined;
tooltip: string | undefined;
}
export declare class TaxonomyLibraryCreateModel {
applyFoldering: boolean | undefined;
ftpPassword: string | undefined;
ftpPort: number | undefined;
ftpServer: string | undefined;
ftpUser: string | undefined;
isArchive: boolean | undefined;
label: string;
libraryType: string | undefined;
name: string;
url: string;
}
export declare class TaxonomyLibraryFieldCreateModel {
externalId: string | undefined;
fieldDefinitionId: string | undefined;
isDisplay: boolean | undefined;
libraryFieldNam: string;
libraryId: number | undefined;
populateFromFieldDefinition: boolean | undefined;
populateFromTemplate: boolean | undefined;
}
export declare class TaxonomyLibraryFieldModel {
externalId: string | undefined;
fieldDefinitionId: string | undefined;
isDisplay: boolean | undefined;
lastModified: string | undefined;
libraryFieldName: string | undefined;
libraryId: number | undefined;
populateFromFieldDefinition: boolean | undefined;
populateFromTemplate: boolean | undefined;
}
export declare class TaxonomyLibraryFieldUpdateModel {
fieldDefinitionId: string | undefined;
fieldName: string | undefined;
isDisplay: boolean | undefined;
lastModified: string | undefined;
populateFromFieldDefinition: boolean | undefined;
populateFromTemplate: boolean | undefined;
}
export declare class TaxonomyLibraryModel {
applyFoldering: boolean | undefined;
externalId: string | undefined;
ftpPassword: string | undefined;
ftpPort: number | undefined;
ftpServer: string | undefined;
ftpUser: string | undefined;
id: number | undefined;
isArchive: boolean | undefined;
label: string | undefined;
lastModified: string | undefined;
libraryType: string | undefined;
name: string | undefined;
url: string | undefined;
}
export declare class TaxonomyLibraryUpdateModel {
applyFoldering: boolean | undefined;
ftpPassword: string | undefined;
ftpPort: number | undefined;
ftpServer: string | undefined;
ftpUser: string | undefined;
isArchive: boolean | undefined;
label: string;
lastModified: string | undefined;
libraryType: string | undefined;
name: string;
url: string;
}
export declare class TaxonomyListCreateModel {
childListId: number | undefined;
code: string;
externalId: string | undefined;
name: string;
}
export declare class TaxonomyListItemCreateModel {
code: string;
externalId: string | undefined;
listId: number | undefined;
name: string;
parentListItemId: number | undefined;
sortOrder: number | undefined;
}
export declare class TaxonomyListItemModel {
code: string | undefined;
externalId: string | undefined;
id: number | undefined;
lastModified: string | undefined;
listId: number | undefined;
name: string | undefined;
parentListItemId: number | undefined;
sortOrder: number | undefined;
}
export declare class TaxonomyListItemUpdateModel {
lastModified: string | undefined;
name: string;
parentListItemId: number | undefined;
sortOrder: number | undefined;
}
export declare class TaxonomyListModel {
childListId: number | undefined;
code: string | undefined;
externalId: string | undefined;
id: number | undefined;
lastModified: string | undefined;
name: string | undefined;
}
export declare class TaxonomyListUpdateModel {
childListId: number | undefined;
lastModified: string | undefined;
name: string;
}
export declare class TaxonomyLocationCreateModel {
businessHoursEndTime: string | undefined;
businessHoursStartTime: string | undefined;
externalId: string | undefined;
name: string;
timeZone: string;
}
export declare class TaxonomyLocationDayCreateModel {
endTime: string | undefined;
isBusinessDay: boolean | undefined;
locationId: number | undefined;
startTime: string | undefined;
weekDay: string | undefined;
}
export declare class TaxonomyLocationDayModel {
endTime: string | undefined;
isBusinessDay: boolean | undefined;
lastModified: string | undefined;
locationId: number | undefined;
startTime: string | undefined;
weekDay: string | undefined;
}
export declare class TaxonomyLocationDayUpdateModel {
endTime: string | undefined;
isBusinessDay: boolean | undefined;
lastModified: string | undefined;
locationId: number | undefined;
startTime: string | undefined;
weekDay: string | undefined;
}
export declare class TaxonomyLocationModel {
businessHoursEndTime: string | undefined;
businessHoursStartTime: string | undefined;
externalId: string | undefined;
id: number | undefined;
lastModified: string | undefined;
name: string | undefined;
timeZone: string | undefined;
}
export declare class TaxonomyLocationUpdateModel {
businessHoursEndTime: string | undefined;
businessHoursStartTime: string | undefined;
lastModified: string | undefined;
name: string;
timeZone: string | undefined;
}
export declare class TaxonomyLookupCreateModel {
adapterId: number | undefined;
cacheDuration: number | undefined;
cacheRefreshMinutes: number | undefined;
clearCache: boolean | undefined;
externalId: string | undefined;
label: string;
location: string;
lookupUrl: string;
manageCache: boolean | undefined;
name: string;
}
export declare class TaxonomyLookupModel {
adapterId: number | undefined;
cacheDuration: number | undefined;
cacheRefreshMinutes: number | undefined;
clearCache: boolean | undefined;
externalId: string | undefined;
id: number | undefined;
label: string;
lastModified: string | undefined;
location: string;
lookupUrl: string;
manageCache