@azure-rest/purview-datamap 1.0.0-beta.2 → 1.0.0-beta.3

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.
Files changed (73) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/README.md +49 -15
  3. package/dist/browser/index.d.ts +0 -2
  4. package/dist/browser/index.d.ts.map +1 -1
  5. package/dist/browser/index.js +0 -2
  6. package/dist/browser/index.js.map +1 -1
  7. package/dist/browser/outputModels.d.ts +2 -2
  8. package/dist/browser/outputModels.d.ts.map +1 -1
  9. package/dist/browser/outputModels.js.map +1 -1
  10. package/dist/browser/parameters.d.ts +1 -1
  11. package/dist/browser/parameters.d.ts.map +1 -1
  12. package/dist/browser/parameters.js.map +1 -1
  13. package/dist/browser/purviewDataMapClient.d.ts +1 -1
  14. package/dist/browser/purviewDataMapClient.js +2 -2
  15. package/dist/browser/purviewDataMapClient.js.map +1 -1
  16. package/dist/commonjs/index.d.ts +0 -2
  17. package/dist/commonjs/index.d.ts.map +1 -1
  18. package/dist/commonjs/index.js +0 -5
  19. package/dist/commonjs/index.js.map +1 -1
  20. package/dist/commonjs/outputModels.d.ts +2 -2
  21. package/dist/commonjs/outputModels.d.ts.map +1 -1
  22. package/dist/commonjs/outputModels.js.map +1 -1
  23. package/dist/commonjs/parameters.d.ts +1 -1
  24. package/dist/commonjs/parameters.d.ts.map +1 -1
  25. package/dist/commonjs/parameters.js.map +1 -1
  26. package/dist/commonjs/purviewDataMapClient.d.ts +1 -1
  27. package/dist/commonjs/purviewDataMapClient.js +2 -2
  28. package/dist/commonjs/purviewDataMapClient.js.map +1 -1
  29. package/dist/commonjs/tsdoc-metadata.json +1 -1
  30. package/dist/esm/index.d.ts +0 -2
  31. package/dist/esm/index.d.ts.map +1 -1
  32. package/dist/esm/index.js +0 -2
  33. package/dist/esm/index.js.map +1 -1
  34. package/dist/esm/outputModels.d.ts +2 -2
  35. package/dist/esm/outputModels.d.ts.map +1 -1
  36. package/dist/esm/outputModels.js.map +1 -1
  37. package/dist/esm/parameters.d.ts +1 -1
  38. package/dist/esm/parameters.d.ts.map +1 -1
  39. package/dist/esm/parameters.js.map +1 -1
  40. package/dist/esm/purviewDataMapClient.d.ts +1 -1
  41. package/dist/esm/purviewDataMapClient.js +2 -2
  42. package/dist/esm/purviewDataMapClient.js.map +1 -1
  43. package/dist/react-native/index.d.ts +0 -2
  44. package/dist/react-native/index.d.ts.map +1 -1
  45. package/dist/react-native/index.js +0 -2
  46. package/dist/react-native/index.js.map +1 -1
  47. package/dist/react-native/outputModels.d.ts +2 -2
  48. package/dist/react-native/outputModels.d.ts.map +1 -1
  49. package/dist/react-native/outputModels.js.map +1 -1
  50. package/dist/react-native/parameters.d.ts +1 -1
  51. package/dist/react-native/parameters.d.ts.map +1 -1
  52. package/dist/react-native/parameters.js.map +1 -1
  53. package/dist/react-native/purviewDataMapClient.d.ts +1 -1
  54. package/dist/react-native/purviewDataMapClient.js +2 -2
  55. package/dist/react-native/purviewDataMapClient.js.map +1 -1
  56. package/package.json +16 -13
  57. package/review/purview-datamap.api.md +4758 -0
  58. package/dist/browser/serializeHelper.d.ts +0 -2
  59. package/dist/browser/serializeHelper.d.ts.map +0 -1
  60. package/dist/browser/serializeHelper.js +0 -13
  61. package/dist/browser/serializeHelper.js.map +0 -1
  62. package/dist/commonjs/serializeHelper.d.ts +0 -2
  63. package/dist/commonjs/serializeHelper.d.ts.map +0 -1
  64. package/dist/commonjs/serializeHelper.js +0 -16
  65. package/dist/commonjs/serializeHelper.js.map +0 -1
  66. package/dist/esm/serializeHelper.d.ts +0 -2
  67. package/dist/esm/serializeHelper.d.ts.map +0 -1
  68. package/dist/esm/serializeHelper.js +0 -13
  69. package/dist/esm/serializeHelper.js.map +0 -1
  70. package/dist/react-native/serializeHelper.d.ts +0 -2
  71. package/dist/react-native/serializeHelper.d.ts.map +0 -1
  72. package/dist/react-native/serializeHelper.js +0 -13
  73. package/dist/react-native/serializeHelper.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"outputModels.js","sourceRoot":"","sources":["../../src/outputModels.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/**\n * An instance of an entity along with extended info - like hive_table,\n * hive_database.\n */\nexport interface AtlasEntityWithExtInfoOutput {\n /** The referred entities. */\n referredEntities?: Record<string, AtlasEntityOutput>;\n /** An instance of an entity - like hive_table, hive_database. */\n entity?: AtlasEntityOutput;\n}\n\n/** An instance of an entity - like hive_table, hive_database. */\nexport interface AtlasEntityOutput {\n /** The attributes of the struct. */\n attributes?: Record<string, any>;\n /** The name of the type. */\n typeName?: string;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** Business attributes */\n businessAttributes?: Record<string, any>;\n /** An array of classifications. */\n classifications?: Array<AtlasClassificationOutput>;\n /** The created time of the record. */\n createTime?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** Custom Attribute */\n customAttributes?: Record<string, string>;\n /** The GUID of the entity. */\n guid?: string;\n /** The home ID of the entity. */\n homeId?: string;\n /** The collection ID of the entity. */\n readonly collectionId?: string;\n /** Whether it is a shell entity */\n isIncomplete?: boolean;\n /** labels */\n labels?: string[];\n /** An array of term assignment headers indicating the meanings of the entity. */\n meanings?: Array<AtlasTermAssignmentHeaderOutput>;\n /** Used to record the provenance of an instance of an entity or relationship. */\n provenanceType?: number;\n /** Determines if there's a proxy. */\n proxy?: boolean;\n /** The attributes of relationship. */\n relationshipAttributes?: Record<string, any>;\n /**\n * Status of the entity - can be active or deleted. Deleted entities are not\n * removed.\n *\n * Possible values: \"ACTIVE\", \"DELETED\"\n */\n status?: EntityStatusOutput;\n /** The update time of the record. */\n updateTime?: number;\n /** The user who updated the record. */\n updatedBy?: string;\n /** The version of the entity. */\n version?: number;\n /** The dictionary of contacts for entities. Key could be Expert or Owner. */\n contacts?: Record<string, Array<ContactInfoOutput>>;\n}\n\n/**\n * An instance of a classification; it doesn't have an identity, this object\n * exists only when associated with an entity.\n */\nexport interface AtlasClassificationOutput {\n /** The attributes of the struct. */\n attributes?: Record<string, any>;\n /** The name of the type. */\n typeName?: string;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** The GUID of the entity. */\n entityGuid?: string;\n /**\n * Status of the entity - can be active or deleted. Deleted entities are not\n * removed.\n *\n * Possible values: \"ACTIVE\", \"DELETED\"\n */\n entityStatus?: EntityStatusOutput;\n /** Determines if propagations will be removed on entity deletion. */\n removePropagationsOnEntityDelete?: boolean;\n /** An array of time boundaries indicating validity periods. */\n validityPeriods?: Array<TimeBoundaryOutput>;\n}\n\n/** Captures time-boundary details */\nexport interface TimeBoundaryOutput {\n /** The end of the time boundary. */\n endTime?: string;\n /** The start of the time boundary. */\n startTime?: string;\n /** The timezone of the time boundary. */\n timeZone?: string;\n}\n\n/** The header for term assignment. */\nexport interface AtlasTermAssignmentHeaderOutput {\n /** The confidence of the term assignment. */\n confidence?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** The description of the term assignment. */\n description?: string;\n /** The display text. */\n displayText?: string;\n /** The expression of the term assignment. */\n expression?: string;\n /** The GUID of the relationship. */\n relationGuid?: string;\n /**\n * The status of terms assignment.\n *\n * Possible values: \"DISCOVERED\", \"PROPOSED\", \"IMPORTED\", \"VALIDATED\", \"DEPRECATED\", \"OBSOLETE\", \"OTHER\"\n */\n status?: AtlasTermAssignmentStatusOutput;\n /** The steward of the term. */\n steward?: string;\n /** The GUID of the term. */\n termGuid?: string;\n}\n\n/** ContactInfo */\nexport interface ContactInfoOutput {\n /** Azure Active Directory object Id. */\n id?: string;\n /** additional information to describe this contact. */\n info?: string;\n}\n\n/** The mutation response result of entity. */\nexport interface EntityMutationResultOutput {\n /** A map of GUID assignments with entities. */\n guidAssignments?: Record<string, string>;\n /** The entity headers of mutated entities. */\n mutatedEntities?: Record<string, Array<AtlasEntityHeaderOutput>>;\n /** An array of entity headers that partially updated. */\n partialUpdatedEntities?: Array<AtlasEntityHeaderOutput>;\n}\n\n/** An instance of an entity - like hive_table, hive_database. */\nexport interface AtlasEntityHeaderOutput {\n /** The attributes of the struct. */\n attributes?: Record<string, any>;\n /** The name of the type. */\n typeName?: string;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** An array of classification names. */\n classificationNames?: string[];\n /** An array of classifications. */\n classifications?: Array<AtlasClassificationOutput>;\n /** The display text. */\n displayText?: string;\n /** The GUID of the record. */\n guid?: string;\n /** Whether it is a shell entity */\n isIncomplete?: boolean;\n /** labels */\n labels?: string[];\n /** An array of meanings. */\n meaningNames?: string[];\n /** An array of term assignment headers. */\n meanings?: Array<AtlasTermAssignmentHeaderOutput>;\n /**\n * Status of the entity - can be active or deleted. Deleted entities are not\n * removed.\n *\n * Possible values: \"ACTIVE\", \"DELETED\"\n */\n status?: EntityStatusOutput;\n}\n\n/** An error response from the service */\nexport interface AtlasErrorResponseOutput {\n /** The request ID. */\n requestId?: string;\n /** The error code. */\n errorCode?: string;\n /** The error message. */\n errorMessage?: string;\n}\n\n/**\n * An instance of an entity along with extended info - like hive_table,\n * hive_database.\n */\nexport interface AtlasEntitiesWithExtInfoOutput {\n /** The referred entities. */\n referredEntities?: Record<string, AtlasEntityOutput>;\n /** An array of entities. */\n entities?: Array<AtlasEntityOutput>;\n}\n\n/** REST serialization friendly list. */\nexport interface AtlasClassificationsOutput {\n /** An array of objects. */\n list?: any[];\n /** The size of the page. */\n pageSize?: number;\n /** The sorted by field. */\n sortBy?: string;\n /**\n * to specify whether the result should be sorted? If yes, whether asc or desc.\n *\n * Possible values: \"NONE\", \"ASC\", \"DESC\"\n */\n sortType?: SortTypeOutput;\n /** The start index of the page. */\n startIndex?: number;\n /** The total count of items. */\n totalCount?: number;\n}\n\n/** Bulk import result */\nexport interface BulkImportResultOutput {\n /** failed importInfoList */\n failedImportInfoList?: Array<ImportInfoOutput>;\n /** successful importInfoList */\n successImportInfoList?: Array<ImportInfoOutput>;\n}\n\n/** ImportInfo */\nexport interface ImportInfoOutput {\n /** childObjectName */\n childObjectName?: string;\n /**\n * importStatus\n *\n * Possible values: \"SUCCESS\", \"FAILED\"\n */\n importStatus?: ImportStatusOutput;\n /** parentObjectName */\n parentObjectName?: string;\n /** remarks */\n remarks?: string;\n}\n\n/** The glossary object. */\nexport interface AtlasGlossaryOutput {\n /** The GUID of the object. */\n guid?: string;\n /** An array of classifications. */\n classifications?: Array<AtlasClassificationOutput>;\n /** The long version description. */\n longDescription?: string;\n /** The name of the glossary object. */\n name?: string;\n /** The qualified name of the glossary object. */\n qualifiedName?: string;\n /** The short version of description. */\n shortDescription?: string;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** The created time of the record. */\n createTime?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** The update time of the record. */\n updateTime?: number;\n /** The user who updated the record. */\n updatedBy?: string;\n /** An array of categories. */\n categories?: Array<AtlasRelatedCategoryHeaderOutput>;\n /** The language of the glossary. */\n language?: string;\n /** An array of related term headers. */\n terms?: Array<AtlasRelatedTermHeaderOutput>;\n /** The usage of the glossary. */\n usage?: string;\n}\n\n/** The header of the related category. */\nexport interface AtlasRelatedCategoryHeaderOutput {\n /** The GUID of the category. */\n categoryGuid?: string;\n /** The description of the category header. */\n description?: string;\n /** The display text. */\n displayText?: string;\n /** The GUID of the parent category. */\n parentCategoryGuid?: string;\n /** The GUID of the relationship. */\n relationGuid?: string;\n}\n\n/** The header of the related term. */\nexport interface AtlasRelatedTermHeaderOutput {\n /** The description of the related term. */\n description?: string;\n /** The display text. */\n displayText?: string;\n /** The expression of the term. */\n expression?: string;\n /** The GUID of the relationship. */\n relationGuid?: string;\n /**\n * The status of term relationship.\n *\n * Possible values: \"DRAFT\", \"ACTIVE\", \"DEPRECATED\", \"OBSOLETE\", \"OTHER\"\n */\n status?: AtlasTermRelationshipStatusOutput;\n /** The steward of the term. */\n steward?: string;\n /** The GUID of the term. */\n termGuid?: string;\n}\n\n/** The glossary category. */\nexport interface AtlasGlossaryCategoryOutput {\n /** The GUID of the object. */\n guid?: string;\n /** An array of classifications. */\n classifications?: Array<AtlasClassificationOutput>;\n /** The long version description. */\n longDescription?: string;\n /** The name of the glossary object. */\n name?: string;\n /** The qualified name of the glossary object. */\n qualifiedName?: string;\n /** The short version of description. */\n shortDescription?: string;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** The created time of the record. */\n createTime?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** The update time of the record. */\n updateTime?: number;\n /** The user who updated the record. */\n updatedBy?: string;\n /** The glossary header with basic information. */\n anchor?: AtlasGlossaryHeaderOutput;\n /** An array of children categories. */\n childrenCategories?: Array<AtlasRelatedCategoryHeaderOutput>;\n /** The header of the related category. */\n parentCategory?: AtlasRelatedCategoryHeaderOutput;\n /** An array of related term headers. */\n terms?: Array<AtlasRelatedTermHeaderOutput>;\n}\n\n/** The glossary header with basic information. */\nexport interface AtlasGlossaryHeaderOutput {\n /** The display text. */\n displayText?: string;\n /** The GUID of the glossary. */\n glossaryGuid?: string;\n /** The GUID of the relationship. */\n relationGuid?: string;\n}\n\n/** The glossary term. */\nexport interface AtlasGlossaryTermOutput {\n /** The GUID of the object. */\n guid?: string;\n /** An array of classifications. */\n classifications?: Array<AtlasClassificationOutput>;\n /** The long version description. */\n longDescription?: string;\n /** The name of the glossary object. */\n name?: string;\n /** The qualified name of the glossary object. */\n qualifiedName?: string;\n /** The short version of description. */\n shortDescription?: string;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** The created time of the record. */\n createTime?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** The update time of the record. */\n updateTime?: number;\n /** The user who updated the record. */\n updatedBy?: string;\n /** The abbreviation of the term. */\n abbreviation?: string;\n /** The name of the template. */\n templateName?: any[];\n /** The glossary header with basic information. */\n anchor?: AtlasGlossaryHeaderOutput;\n /** An array of related term headers as antonyms. */\n antonyms?: Array<AtlasRelatedTermHeaderOutput>;\n /**\n * Status of the AtlasGlossaryTerm\n *\n * Possible values: \"Draft\", \"Approved\", \"Alert\", \"Expired\"\n */\n status?: TermStatusOutput;\n /** The nick name of the term. */\n nickName?: string;\n /** The hierarchy information of the term. */\n hierarchyInfo?: Array<PurviewObjectIdOutput>;\n /** An array of resource link for term */\n resources?: Array<ResourceLinkOutput>;\n /** The dictionary of contacts for terms. Key could be Expert or Steward. */\n contacts?: Record<string, Array<ContactInfoOutput>>;\n /**\n * The custom attributes of the term, which is map<string,map<string,object>>.\n * The\n * key of the first layer map is term template name.\n */\n attributes?: Record<string, Record<string, any>>;\n /** An array of related object IDs. */\n assignedEntities?: Array<AtlasRelatedObjectIdOutput>;\n /** An array of term categorization headers. */\n categories?: Array<AtlasTermCategorizationHeaderOutput>;\n /** An array of related term headers. */\n classifies?: Array<AtlasRelatedTermHeaderOutput>;\n /** An array of examples. */\n examples?: string[];\n /** An array of related term headers indicating the is-a relationship. */\n isA?: Array<AtlasRelatedTermHeaderOutput>;\n /** An array of preferred related term headers. */\n preferredTerms?: Array<AtlasRelatedTermHeaderOutput>;\n /** An array of related term headers that are preferred to. */\n preferredToTerms?: Array<AtlasRelatedTermHeaderOutput>;\n /** An array of related term headers that are replaced by. */\n replacedBy?: Array<AtlasRelatedTermHeaderOutput>;\n /** An array of related term headers for replacement. */\n replacementTerms?: Array<AtlasRelatedTermHeaderOutput>;\n /** An array of related term headers for see also. */\n seeAlso?: Array<AtlasRelatedTermHeaderOutput>;\n /** An array of related term headers as synonyms. */\n synonyms?: Array<AtlasRelatedTermHeaderOutput>;\n /** An array of translated related term headers. */\n translatedTerms?: Array<AtlasRelatedTermHeaderOutput>;\n /** An array of related term headers for translation. */\n translationTerms?: Array<AtlasRelatedTermHeaderOutput>;\n /** The usage of the term. */\n usage?: string;\n /** An array of related term headers as valid values. */\n validValues?: Array<AtlasRelatedTermHeaderOutput>;\n /** An array of related term headers as valid values for other records. */\n validValuesFor?: Array<AtlasRelatedTermHeaderOutput>;\n}\n\n/** PurviewObjectId */\nexport interface PurviewObjectIdOutput {\n /** The GUID of the object. */\n guid?: string;\n /** The name of the type. */\n typeName?: string;\n /** The unique attributes of the object. */\n uniqueAttributes?: Record<string, any>;\n /** Name */\n name?: string;\n /** Display text */\n displayText?: string;\n /** Item path */\n itemPath?: string;\n /** Resource Id */\n resourceId?: string;\n /** Dictionary of <any> */\n properties?: Record<string, any>;\n}\n\n/** ResourceLink */\nexport interface ResourceLinkOutput {\n /** Display name for url. */\n displayName?: string;\n /** web url. http or https */\n url?: string;\n}\n\n/**\n * Reference to an object-instance of AtlasEntity type used in relationship\n * attribute values\n */\nexport interface AtlasRelatedObjectIdOutput {\n /** The GUID of the object. */\n guid?: string;\n /** The name of the type. */\n typeName?: string;\n /** The unique attributes of the object. */\n uniqueAttributes?: Record<string, any>;\n /** The display text. */\n displayText?: string;\n /**\n * Status of the entity - can be active or deleted. Deleted entities are not\n * removed.\n *\n * Possible values: \"ACTIVE\", \"DELETED\"\n */\n entityStatus?: EntityStatusOutput;\n /** Relationship type */\n relationshipType?: string;\n /**\n * Captures details of struct contents. Not instantiated directly, used only via\n * AtlasEntity, AtlasClassification.\n */\n relationshipAttributes?: AtlasStructOutput;\n /** The GUID of the relationship. */\n relationshipGuid?: string;\n /**\n * The enum of relationship status.\n *\n * Possible values: \"ACTIVE\", \"DELETED\"\n */\n relationshipStatus?: StatusAtlasRelationshipOutput;\n}\n\n/**\n * Captures details of struct contents. Not instantiated directly, used only via\n * AtlasEntity, AtlasClassification.\n */\nexport interface AtlasStructOutput {\n /** The attributes of the struct. */\n attributes?: Record<string, any>;\n /** The name of the type. */\n typeName?: string;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n}\n\n/** The basic information for term categorization. */\nexport interface AtlasTermCategorizationHeaderOutput {\n /** The GUID of the category. */\n categoryGuid?: string;\n /** The description of the record. */\n description?: string;\n /** The display text. */\n displayText?: string;\n /** The GUID of the relationship. */\n relationGuid?: string;\n /**\n * The status of term relationship.\n *\n * Possible values: \"DRAFT\", \"ACTIVE\", \"DEPRECATED\", \"OBSOLETE\", \"OTHER\"\n */\n status?: AtlasTermRelationshipStatusOutput;\n}\n\n/** The extended information of glossary. */\nexport interface AtlasGlossaryExtInfoOutput {\n /** The GUID of the object. */\n guid?: string;\n /** An array of classifications. */\n classifications?: Array<AtlasClassificationOutput>;\n /** The long version description. */\n longDescription?: string;\n /** The name of the glossary object. */\n name?: string;\n /** The qualified name of the glossary object. */\n qualifiedName?: string;\n /** The short version of description. */\n shortDescription?: string;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** The created time of the record. */\n createTime?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** The update time of the record. */\n updateTime?: number;\n /** The user who updated the record. */\n updatedBy?: string;\n /** An array of categories. */\n categories?: Array<AtlasRelatedCategoryHeaderOutput>;\n /** The language of the glossary. */\n language?: string;\n /** An array of related term headers. */\n terms?: Array<AtlasRelatedTermHeaderOutput>;\n /** The usage of the glossary. */\n usage?: string;\n /** The glossary category information. */\n categoryInfo?: Record<string, AtlasGlossaryCategoryOutput>;\n /** The glossary term information. */\n termInfo?: Record<string, AtlasGlossaryTermOutput>;\n}\n\n/** The result of the search result. */\nexport interface QueryResultOutput {\n /**\n * The total number of search results (not the number of documents in a single\n * page).\n */\n \"@search.count\"?: number;\n /** 'True' if the '@search.count' is an approximate value and vise versa. */\n \"@search.count.approximate\"?: boolean;\n /** The token used to get next batch of data. Absent if there's no more data. */\n continuationToken?: string;\n /**\n * A facet list that consists of index fields assetType ,classification,\n * contactId, and label. When the facet is specified in the request, the value of\n * the facet is returned as an element of @search.facets.\n */\n \"@search.facets\"?: SearchFacetResultValueOutput;\n /** Search result value */\n value?: Array<SearchResultValueOutput>;\n}\n\n/**\n * A facet list that consists of index fields assetType ,classification,\n * contactId, and label. When the facet is specified in the request, the value of\n * the facet is returned as an element of @search.facets.\n */\nexport interface SearchFacetResultValueOutput {\n /** Entity type */\n entityType?: Array<SearchFacetItemValueOutput>;\n /** Asset type */\n assetType?: Array<SearchFacetItemValueOutput>;\n /** Classification */\n classification?: Array<SearchFacetItemValueOutput>;\n /** Term */\n term?: Array<SearchFacetItemValueOutput>;\n /** Contact id */\n contactId?: Array<SearchFacetItemValueOutput>;\n /** Contact type */\n contactType?: Array<SearchFacetItemValueOutput>;\n /** Label */\n label?: Array<SearchFacetItemValueOutput>;\n /** Glossary type */\n glossaryType?: Array<SearchFacetItemValueOutput>;\n /** Term status */\n termStatus?: Array<SearchFacetItemValueOutput>;\n /** Term template */\n termTemplate?: Array<SearchFacetItemValueOutput>;\n}\n\n/** The content of a search facet result item. */\nexport interface SearchFacetItemValueOutput {\n /** The count of the facet item. */\n count?: number;\n /** The name of the facet item. */\n value?: string;\n}\n\n/** The value item of the search result. */\nexport interface SearchResultValueOutput {\n /**\n * The search score calculated by the search engine. The results are ordered by\n * search score by default.\n */\n \"@search.score\"?: number;\n /**\n * A highlight list that consists of index fields id ,qualifiedName, name,\n * description, entityType. When the keyword appears in those fields, the value of\n * the field, attached with emphasis mark, is returned as an element of\n * @search.highlights.\n */\n \"@search.highlights\"?: SearchHighlightsOutput;\n /**\n * The object type of the record. Object type is the top-level property to\n * distinguish whether a record is an asset or a term.\n */\n objectType?: string;\n /** The create time of the record. The Unix epoch format. */\n createTime?: number;\n /** The last update time of the record. The Unix epoch format. */\n updateTime?: number;\n /** The GUID of the record. */\n id?: string;\n /** The name of the record. */\n name?: string;\n /** The qualified name of the record. */\n qualifiedName?: string;\n /** The type name of the asset. */\n entityType?: string;\n /** The description of the asset. */\n description?: string;\n /** The endorsement of the asset. */\n endorsement?: string;\n /** The owner of the record. */\n owner?: string;\n /** The classifications of the record. */\n classification?: string[];\n /** The labels of the asset. */\n label?: string[];\n /** The terms assigned to the asset. */\n term?: Array<TermSearchResultValueOutput>;\n /** The contacts of the asset. */\n contact?: Array<ContactSearchResultValueOutput>;\n /** The asset types of the asset. */\n assetType?: string[];\n /**\n * The type name of the term. Could be AtlasGlossary, AtlasGlossaryTerm or\n * AtlasGlossaryCategory.\n */\n glossaryType?: string;\n /** The glossary name of the term. */\n glossary?: string;\n /** The status of the term. */\n termStatus?: string;\n /** The term template names used by the term. */\n termTemplate?: string[];\n /** The definition of the term. */\n longDescription?: string;\n}\n\n/**\n * A highlight list that consists of index fields id ,qualifiedName, name,\n * description, entityType. When the keyword appears in those fields, the value of\n * the field, attached with emphasis mark, is returned as an element of\n * @search.highlights.\n */\nexport interface SearchHighlightsOutput {\n /** Id */\n id?: string[];\n /** Qualified name */\n qualifiedName?: string[];\n /** Name */\n name?: string[];\n /** Description */\n description?: string[];\n /** Entity type */\n entityType?: string[];\n}\n\n/** The context. */\nexport interface TermSearchResultValueOutput {\n /** The name of the term. */\n name?: string;\n /** The name of the glossary which contains the term. */\n glossaryName?: string;\n /** The GUID of the term. */\n guid?: string;\n}\n\n/** The contact in the search and suggest result. */\nexport interface ContactSearchResultValueOutput {\n /** The GUID of the contact. */\n id?: string;\n /** The description of the contact. */\n info?: string;\n /**\n * The type of the contact. It can be Expert or Owner for an entity. It can be\n * Expert or Steward for a glossary term.\n */\n contactType?: string;\n}\n\n/** The result item of the search suggest. */\nexport interface SuggestResultOutput {\n /** The result value */\n value?: Array<SuggestResultValueOutput>;\n}\n\n/** The value item of the search suggest. */\nexport interface SuggestResultValueOutput {\n /**\n * The search score calculated by the search engine. The results are ordered by\n * search score by default.\n */\n \"@search.score\"?: number;\n /**\n * The target text that contains the keyword as prefix. The keyword is wrapped\n * with emphasis mark.\n */\n \"@search.text\"?: string;\n /**\n * The object type of the record. Object type is the top-level property to\n * distinguish whether a record is an asset or a term.\n */\n objectType?: string;\n /** The create time of the record. The Unix epoch format. */\n createTime?: number;\n /** The last update time of the record. The Unix epoch format. */\n updateTime?: number;\n /** The GUID of the record. */\n id?: string;\n /** The name of the record. */\n name?: string;\n /** The qualified name of the record. */\n qualifiedName?: string;\n /** The type name of the asset. */\n entityType?: string;\n /** The description of the asset. */\n description?: string;\n /** The endorsement of the asset. */\n endorsement?: string;\n /** The owner of the record. */\n owner?: string;\n /** The classifications of the record. */\n classification?: string[];\n /** The labels of the asset. */\n label?: string[];\n /** The terms assigned to the asset. */\n term?: Array<TermSearchResultValueOutput>;\n /** The contacts of the asset. */\n contact?: Array<ContactSearchResultValueOutput>;\n /** The asset types of the asset. */\n assetType?: string[];\n /**\n * The type name of the term. Could be AtlasGlossary, AtlasGlossaryTerm or\n * AtlasGlossaryCategory.\n */\n glossaryType?: string;\n /** The glossary name of the term. */\n glossary?: string;\n /** The status of the term. */\n termStatus?: string;\n /** The term template names used by the term. */\n termTemplate?: string[];\n /** The definition of the term. */\n longDescription?: string;\n}\n\n/** The result of the autocomplete request. */\nexport interface AutoCompleteResultOutput {\n /** The result value */\n value?: Array<AutoCompleteResultValueOutput>;\n}\n\n/** The value item of the autocomplete suggest. */\nexport interface AutoCompleteResultValueOutput {\n /** The completed term or phrase. */\n text?: string;\n /** The completed search query text. */\n queryPlusText?: string;\n}\n\n/** The lineage information. */\nexport interface AtlasLineageInfoOutput {\n /** The GUID of the base entity. */\n baseEntityGuid?: string;\n /** The GUID entity map. */\n guidEntityMap?: Record<string, AtlasEntityHeaderOutput>;\n /** The entity count in specific direction. */\n widthCounts?: Record<string, Record<string, any>>;\n /** The depth of lineage. */\n lineageDepth?: number;\n /** The width of lineage. */\n lineageWidth?: number;\n /** The number of children node. */\n childrenCount?: number;\n /**\n * The enum of lineage direction.\n *\n * Possible values: \"INPUT\", \"OUTPUT\", \"BOTH\"\n */\n lineageDirection?: LineageDirectionOutput;\n /** An array of parentRelations relations. */\n parentRelations?: Array<ParentRelationOutput>;\n /** An array of lineage relations. */\n relations?: Array<LineageRelationOutput>;\n}\n\n/** The lineage parents relation with GUID of the parent entity and to child entity. */\nexport interface ParentRelationOutput {\n /** The GUID of child entity. */\n childEntityId?: string;\n /** The GUID of relationship. */\n relationshipId?: string;\n /** The GUID of parent entity. */\n parentEntityId?: string;\n}\n\n/** The lineage relation with GUID of the from and to entity. */\nexport interface LineageRelationOutput {\n /** The GUID of from-entity. */\n fromEntityId?: string;\n /** The GUID of relationship. */\n relationshipId?: string;\n /** The GUID of to-entity. */\n toEntityId?: string;\n}\n\n/** Atlas relationship instance. */\nexport interface AtlasRelationshipOutput {\n /** The attributes of the struct. */\n attributes?: Record<string, any>;\n /** The name of the type. */\n typeName?: string;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** The created time of the record. */\n createTime?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** Reference to an object-instance of a type - like entity. */\n end1?: AtlasObjectIdOutput;\n /** Reference to an object-instance of a type - like entity. */\n end2?: AtlasObjectIdOutput;\n /** The GUID of the relationship. */\n guid?: string;\n /** The home ID of the relationship. */\n homeId?: string;\n /** The label of the relationship. */\n label?: string;\n /** Used to record the provenance of an instance of an entity or relationship */\n provenanceType?: number;\n /**\n * The enum of relationship status.\n *\n * Possible values: \"ACTIVE\", \"DELETED\"\n */\n status?: StatusAtlasRelationshipOutput;\n /** The update time of the record. */\n updateTime?: number;\n /** The user who updated the record. */\n updatedBy?: string;\n /** The version of the relationship. */\n version?: number;\n}\n\n/** Reference to an object-instance of a type - like entity. */\nexport interface AtlasObjectIdOutput {\n /** The GUID of the object. */\n guid?: string;\n /** The name of the type. */\n typeName?: string;\n /** The unique attributes of the object. */\n uniqueAttributes?: Record<string, any>;\n}\n\n/** The relationship with extended information. */\nexport interface AtlasRelationshipWithExtInfoOutput {\n /** The referred entity header. */\n referredEntities?: Record<string, AtlasEntityHeaderOutput>;\n /** Atlas relationship instance. */\n relationship?: AtlasRelationshipOutput;\n}\n\n/** class that captures details of a struct-type. */\nexport interface AtlasBusinessMetadataDefOutput {\n /**\n * The enum of type category.\n *\n * Possible values: \"PRIMITIVE\", \"OBJECT_ID_TYPE\", \"ENUM\", \"STRUCT\", \"CLASSIFICATION\", \"ENTITY\", \"ARRAY\", \"MAP\", \"RELATIONSHIP\", \"TERM_TEMPLATE\"\n */\n category?: TypeCategoryOutput;\n /** The created time of the record. */\n createTime?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** The date format. */\n dateFormatter?: DateFormatOutput;\n /** The description of the type definition. */\n description?: string;\n /** The GUID of the type definition. */\n guid?: string;\n /** The name of the type definition. */\n name?: string;\n /** The options for the type definition. */\n options?: Record<string, string>;\n /** The service type. */\n serviceType?: string;\n /** The version of the type. */\n typeVersion?: string;\n /** The update time of the record. */\n updateTime?: number;\n /** The user who updated the record. */\n updatedBy?: string;\n /** The version of the record. */\n version?: number;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** An array of attribute definitions. */\n attributeDefs?: Array<AtlasAttributeDefOutput>;\n}\n\n/** The date format. */\nexport interface DateFormatOutput {\n /** An array of available locales. */\n availableLocales?: string[];\n /** Calendar */\n calendar?: number;\n /** The date format. */\n dateInstance?: DateFormatOutput;\n /** The date format. */\n dateTimeInstance?: DateFormatOutput;\n /** The date format. */\n instance?: DateFormatOutput;\n /** Determines the leniency of the date format. */\n lenient?: boolean;\n /** The number format. */\n numberFormat?: NumberFormatOutput;\n /** The date format. */\n timeInstance?: DateFormatOutput;\n /** The timezone information. */\n timeZone?: TimeZoneOutput;\n}\n\n/** The number format. */\nexport interface NumberFormatOutput {\n /** The number format. */\n availableLocales?: string[];\n /** The currency. */\n currency?: string;\n /** The number format. */\n currencyInstance?: NumberFormatOutput;\n /** Determines if grouping is used. */\n groupingUsed?: boolean;\n /** The number format. */\n instance?: NumberFormatOutput;\n /** The number format. */\n integerInstance?: NumberFormatOutput;\n /** The maximum of fraction digits. */\n maximumFractionDigits?: number;\n /** The maximum of integer digits. */\n maximumIntegerDigits?: number;\n /** The minimum of fraction digits. */\n minimumFractionDigits?: number;\n /** The minimum of integer digits. */\n minimumIntegerDigits?: number;\n /** The number format. */\n numberInstance?: NumberFormatOutput;\n /** Determines if only integer is parsed. */\n parseIntegerOnly?: boolean;\n /** The number format. */\n percentInstance?: NumberFormatOutput;\n /**\n * The enum of rounding mode.\n *\n * Possible values: \"UP\", \"DOWN\", \"CEILING\", \"FLOOR\", \"HALF_UP\", \"HALF_DOWN\", \"HALF_EVEN\", \"UNNECESSARY\"\n */\n roundingMode?: RoundingModeOutput;\n}\n\n/** The timezone information. */\nexport interface TimeZoneOutput {\n /** The value of the daylight saving time. */\n dstSavings?: number;\n /** The ID of the timezone. */\n id?: string;\n /** An array of available IDs. */\n availableIds?: string[];\n /** The timezone information. */\n default?: TimeZoneOutput;\n /** The display name of the timezone. */\n displayName?: string;\n /** The raw offset of the timezone. */\n rawOffset?: number;\n}\n\n/** class that captures details of a struct-attribute. */\nexport interface AtlasAttributeDefOutput {\n /**\n * single-valued attribute or multi-valued attribute.\n *\n * Possible values: \"SINGLE\", \"LIST\", \"SET\"\n */\n cardinality?: CardinalityValueOutput;\n /** An array of constraints. */\n constraints?: Array<AtlasConstraintDefOutput>;\n /** The default value of the attribute. */\n defaultValue?: string;\n /** The description of the attribute. */\n description?: string;\n /** Determines if it is included in notification. */\n includeInNotification?: boolean;\n /** Determines if it is indexable. */\n isIndexable?: boolean;\n /** Determines if it is optional. */\n isOptional?: boolean;\n /** Determines if it unique. */\n isUnique?: boolean;\n /** The name of the attribute. */\n name?: string;\n /** The options for the attribute. */\n options?: Record<string, string>;\n /** The name of the type. */\n typeName?: string;\n /** The maximum count of the values. */\n valuesMaxCount?: number;\n /** The minimum count of the values. */\n valuesMinCount?: number;\n}\n\n/** class that captures details of a constraint. */\nexport interface AtlasConstraintDefOutput {\n /** The parameters of the constraint definition. */\n params?: Record<string, any>;\n /** The type of the constraint. */\n type?: string;\n}\n\n/** class that captures details of a classification-type. */\nexport interface AtlasClassificationDefOutput {\n /**\n * The enum of type category.\n *\n * Possible values: \"PRIMITIVE\", \"OBJECT_ID_TYPE\", \"ENUM\", \"STRUCT\", \"CLASSIFICATION\", \"ENTITY\", \"ARRAY\", \"MAP\", \"RELATIONSHIP\", \"TERM_TEMPLATE\"\n */\n category?: TypeCategoryOutput;\n /** The created time of the record. */\n createTime?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** The date format. */\n dateFormatter?: DateFormatOutput;\n /** The description of the type definition. */\n description?: string;\n /** The GUID of the type definition. */\n guid?: string;\n /** The name of the type definition. */\n name?: string;\n /** The options for the type definition. */\n options?: Record<string, string>;\n /** The service type. */\n serviceType?: string;\n /** The version of the type. */\n typeVersion?: string;\n /** The update time of the record. */\n updateTime?: number;\n /** The user who updated the record. */\n updatedBy?: string;\n /** The version of the record. */\n version?: number;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** An array of attribute definitions. */\n attributeDefs?: Array<AtlasAttributeDefOutput>;\n /**\n * Specifying a list of entityType names in the classificationDef, ensures that\n * classifications can\n * only be applied to those entityTypes.\n *\n * Any subtypes of the entity types inherit the restriction.\n *\n * Any classificationDef subtypes inherit the parents entityTypes restrictions.\n *\n * Any classificationDef subtypes can further restrict the parents entityTypes\n * restrictions by specifying a subset of the entityTypes.\n *\n * An empty entityTypes list when there are no parent restrictions means there are no\n * restrictions.\n *\n * An empty entityTypes list when there are parent\n * restrictions means that the subtype picks up the parents\n * restrictions.\n *\n * If a list of entityTypes are supplied, where one inherits\n * from another, this will be rejected. This should encourage cleaner\n * classificationsDefs.\n *\n */\n entityTypes?: string[];\n /** An array of sub types. */\n subTypes?: string[];\n /** An array of super types. */\n superTypes?: string[];\n}\n\n/** class that captures details of a entity-type. */\nexport interface AtlasEntityDefOutput {\n /**\n * The enum of type category.\n *\n * Possible values: \"PRIMITIVE\", \"OBJECT_ID_TYPE\", \"ENUM\", \"STRUCT\", \"CLASSIFICATION\", \"ENTITY\", \"ARRAY\", \"MAP\", \"RELATIONSHIP\", \"TERM_TEMPLATE\"\n */\n category?: TypeCategoryOutput;\n /** The created time of the record. */\n createTime?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** The date format. */\n dateFormatter?: DateFormatOutput;\n /** The description of the type definition. */\n description?: string;\n /** The GUID of the type definition. */\n guid?: string;\n /** The name of the type definition. */\n name?: string;\n /** The options for the type definition. */\n options?: Record<string, string>;\n /** The service type. */\n serviceType?: string;\n /** The version of the type. */\n typeVersion?: string;\n /** The update time of the record. */\n updateTime?: number;\n /** The user who updated the record. */\n updatedBy?: string;\n /** The version of the record. */\n version?: number;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** An array of attribute definitions. */\n attributeDefs?: Array<AtlasAttributeDefOutput>;\n /** An array of sub types. */\n subTypes?: string[];\n /** An array of super types. */\n superTypes?: string[];\n /** An array of relationship attributes. */\n relationshipAttributeDefs?: Array<AtlasRelationshipAttributeDefOutput>;\n}\n\n/**\n * The relationshipEndDef represents an end of the relationship. The end of the\n * relationship is defined by a type, an\n * attribute name, cardinality and whether\n * it is the container end of the relationship.\n */\nexport interface AtlasRelationshipAttributeDefOutput {\n /**\n * single-valued attribute or multi-valued attribute.\n *\n * Possible values: \"SINGLE\", \"LIST\", \"SET\"\n */\n cardinality?: CardinalityValueOutput;\n /** An array of constraints. */\n constraints?: Array<AtlasConstraintDefOutput>;\n /** The default value of the attribute. */\n defaultValue?: string;\n /** The description of the attribute. */\n description?: string;\n /** Determines if it is included in notification. */\n includeInNotification?: boolean;\n /** Determines if it is indexable. */\n isIndexable?: boolean;\n /** Determines if it is optional. */\n isOptional?: boolean;\n /** Determines if it unique. */\n isUnique?: boolean;\n /** The name of the attribute. */\n name?: string;\n /** The options for the attribute. */\n options?: Record<string, string>;\n /** The name of the type. */\n typeName?: string;\n /** The maximum count of the values. */\n valuesMaxCount?: number;\n /** The minimum count of the values. */\n valuesMinCount?: number;\n /** Determines if it is a legacy attribute. */\n isLegacyAttribute?: boolean;\n /** The name of the relationship type. */\n relationshipTypeName?: string;\n}\n\n/** class that captures details of an enum-type. */\nexport interface AtlasEnumDefOutput {\n /**\n * The enum of type category.\n *\n * Possible values: \"PRIMITIVE\", \"OBJECT_ID_TYPE\", \"ENUM\", \"STRUCT\", \"CLASSIFICATION\", \"ENTITY\", \"ARRAY\", \"MAP\", \"RELATIONSHIP\", \"TERM_TEMPLATE\"\n */\n category?: TypeCategoryOutput;\n /** The created time of the record. */\n createTime?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** The date format. */\n dateFormatter?: DateFormatOutput;\n /** The description of the type definition. */\n description?: string;\n /** The GUID of the type definition. */\n guid?: string;\n /** The name of the type definition. */\n name?: string;\n /** The options for the type definition. */\n options?: Record<string, string>;\n /** The service type. */\n serviceType?: string;\n /** The version of the type. */\n typeVersion?: string;\n /** The update time of the record. */\n updateTime?: number;\n /** The user who updated the record. */\n updatedBy?: string;\n /** The version of the record. */\n version?: number;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** The default value. */\n defaultValue?: string;\n /** An array of enum element definitions. */\n elementDefs?: Array<AtlasEnumElementDefOutput>;\n}\n\n/** class that captures details of an enum-element. */\nexport interface AtlasEnumElementDefOutput {\n /** The description of the enum element definition. */\n description?: string;\n /** The ordinal of the enum element definition. */\n ordinal?: number;\n /** The value of the enum element definition. */\n value?: string;\n}\n\n/**\n * AtlasRelationshipDef is a TypeDef that defines a relationship.\n * As with other typeDefs the AtlasRelationshipDef has a name. Once created the\n * RelationshipDef has a guid.\n * The name and the guid are the 2 ways that the\n * RelationshipDef is identified.\n * RelationshipDefs have 2 ends, each of which\n * specify cardinality, an EntityDef type name and name and optionally\n * whether the\n * end is a container.\n * RelationshipDefs can have AttributeDefs - though only\n * primitive types are allowed.\n * RelationshipDefs have a relationshipCategory\n * specifying the UML type of relationship required\n * The way EntityDefs and\n * RelationshipDefs are intended to be used is that EntityDefs will define\n * AttributeDefs these AttributeDefs\n * will not specify an EntityDef type name as\n * their types.\n * RelationshipDefs introduce new attributes to the entity\n * instances. For example\n * EntityDef A might have attributes attr1,attr2,attr3\n *\n * EntityDef B might have attributes attr4,attr5,attr6\n * RelationshipDef\n * AtoB might define 2 ends\n *\n * end1: type A, name attr7\n * end2: type B, name attr8\n *\n * When an instance of EntityDef A is created, it\n * will have attributes attr1,attr2,attr3,attr7\n * When an instance of EntityDef\n * B is created, it will have attributes attr4,attr5,attr6,attr8\n *\n * In this way\n * relationshipDefs can be authored separately from entityDefs and can inject\n * relationship attributes into\n * the entity instances\n */\nexport interface AtlasRelationshipDefOutput {\n /**\n * The enum of type category.\n *\n * Possible values: \"PRIMITIVE\", \"OBJECT_ID_TYPE\", \"ENUM\", \"STRUCT\", \"CLASSIFICATION\", \"ENTITY\", \"ARRAY\", \"MAP\", \"RELATIONSHIP\", \"TERM_TEMPLATE\"\n */\n category?: TypeCategoryOutput;\n /** The created time of the record. */\n createTime?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** The date format. */\n dateFormatter?: DateFormatOutput;\n /** The description of the type definition. */\n description?: string;\n /** The GUID of the type definition. */\n guid?: string;\n /** The name of the type definition. */\n name?: string;\n /** The options for the type definition. */\n options?: Record<string, string>;\n /** The service type. */\n serviceType?: string;\n /** The version of the type. */\n typeVersion?: string;\n /** The update time of the record. */\n updateTime?: number;\n /** The user who updated the record. */\n updatedBy?: string;\n /** The version of the record. */\n version?: number;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** An array of attribute definitions. */\n attributeDefs?: Array<AtlasAttributeDefOutput>;\n /**\n * The relationshipEndDef represents an end of the relationship. The end of the\n * relationship is defined by a type, an\n * attribute name, cardinality and whether\n * it is the container end of the relationship.\n */\n endDef1?: AtlasRelationshipEndDefOutput;\n /**\n * The relationshipEndDef represents an end of the relationship. The end of the\n * relationship is defined by a type, an\n * attribute name, cardinality and whether\n * it is the container end of the relationship.\n */\n endDef2?: AtlasRelationshipEndDefOutput;\n /**\n * The Relationship category determines the style of relationship around\n * containment and lifecycle.\n * UML terminology is used for the values.\n * ASSOCIATION is a relationship with no containment.\n * COMPOSITION and AGGREGATION are containment relationships.\n * The difference being in the lifecycles of the container and its children.\n * In the COMPOSITION case, the children cannot exist without the container.\n * For AGGREGATION, the life cycles of the container and children are totally independent.\n *\n * Possible values: \"ASSOCIATION\", \"AGGREGATION\", \"COMPOSITION\"\n */\n relationshipCategory?: RelationshipCategoryOutput;\n /** The label of the relationship. */\n relationshipLabel?: string;\n}\n\n/**\n * The relationshipEndDef represents an end of the relationship. The end of the\n * relationship is defined by a type, an\n * attribute name, cardinality and whether\n * it is the container end of the relationship.\n */\nexport interface AtlasRelationshipEndDefOutput {\n /**\n * single-valued attribute or multi-valued attribute.\n *\n * Possible values: \"SINGLE\", \"LIST\", \"SET\"\n */\n cardinality?: CardinalityValueOutput;\n /** The description of the relationship end definition. */\n description?: string;\n /** Determines if it is container. */\n isContainer?: boolean;\n /** Determines if it is a legacy attribute. */\n isLegacyAttribute?: boolean;\n /** The name of the relationship end definition. */\n name?: string;\n /** The type of the relationship end. */\n type?: string;\n}\n\n/** class that captures details of a struct-type. */\nexport interface AtlasStructDefOutput {\n /**\n * The enum of type category.\n *\n * Possible values: \"PRIMITIVE\", \"OBJECT_ID_TYPE\", \"ENUM\", \"STRUCT\", \"CLASSIFICATION\", \"ENTITY\", \"ARRAY\", \"MAP\", \"RELATIONSHIP\", \"TERM_TEMPLATE\"\n */\n category?: TypeCategoryOutput;\n /** The created time of the record. */\n createTime?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** The date format. */\n dateFormatter?: DateFormatOutput;\n /** The description of the type definition. */\n description?: string;\n /** The GUID of the type definition. */\n guid?: string;\n /** The name of the type definition. */\n name?: string;\n /** The options for the type definition. */\n options?: Record<string, string>;\n /** The service type. */\n serviceType?: string;\n /** The version of the type. */\n typeVersion?: string;\n /** The update time of the record. */\n updateTime?: number;\n /** The user who updated the record. */\n updatedBy?: string;\n /** The version of the record. */\n version?: number;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** An array of attribute definitions. */\n attributeDefs?: Array<AtlasAttributeDefOutput>;\n}\n\n/** The definitions of type. */\nexport interface AtlasTypeDefOutput {\n /**\n * The enum of type category.\n *\n * Possible values: \"PRIMITIVE\", \"OBJECT_ID_TYPE\", \"ENUM\", \"STRUCT\", \"CLASSIFICATION\", \"ENTITY\", \"ARRAY\", \"MAP\", \"RELATIONSHIP\", \"TERM_TEMPLATE\"\n */\n category?: TypeCategoryOutput;\n /** The created time of the record. */\n createTime?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** The date format. */\n dateFormatter?: DateFormatOutput;\n /** The description of the type definition. */\n description?: string;\n /** The GUID of the type definition. */\n guid?: string;\n /** The name of the type definition. */\n name?: string;\n /** The options for the type definition. */\n options?: Record<string, string>;\n /** The service type. */\n serviceType?: string;\n /** The version of the type. */\n typeVersion?: string;\n /** The update time of the record. */\n updateTime?: number;\n /** The user who updated the record. */\n updatedBy?: string;\n /** The version of the record. */\n version?: number;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /**\n * Specifying a list of entityType names in the classificationDef, ensures that\n * classifications can\n * only be applied to those entityTypes.\n *\n * Any subtypes of the entity types inherit the restriction.\n *\n * Any classificationDef subtypes inherit the parents entityTypes restrictions.\n *\n * Any classificationDef subtypes can further restrict the parents entityTypes\n * restrictions by specifying a subset of the entityTypes.\n *\n * An empty entityTypes list when there are no parent restrictions means there are no\n * restrictions.\n *\n * An empty entityTypes list when there are parent\n * restrictions means that the subtype picks up the parents\n * restrictions.\n *\n * If a list of entityTypes are supplied, where one inherits\n * from another, this will be rejected. This should encourage cleaner\n * classificationsDefs.\n *\n */\n entityTypes?: string[];\n /** An array of sub types. */\n subTypes?: string[];\n /** An array of super types. */\n superTypes?: string[];\n /** An array of relationship attributes. */\n relationshipAttributeDefs?: Array<AtlasRelationshipAttributeDefOutput>;\n /** The default value. */\n defaultValue?: string;\n /** An array of enum element definitions. */\n elementDefs?: Array<AtlasEnumElementDefOutput>;\n /**\n * The relationshipEndDef represents an end of the relationship. The end of the\n * relationship is defined by a type, an\n * attribute name, cardinality and whether\n * it is the container end of the relationship.\n */\n endDef1?: AtlasRelationshipEndDefOutput;\n /**\n * The relationshipEndDef represents an end of the relationship. The end of the\n * relationship is defined by a type, an\n * attribute name, cardinality and whether\n * it is the container end of the relationship.\n */\n endDef2?: AtlasRelationshipEndDefOutput;\n /**\n * The Relationship category determines the style of relationship around\n * containment and lifecycle.\n * UML terminology is used for the values.\n *\n * ASSOCIATION is a relationship with no containment.\n * COMPOSITION and AGGREGATION are containment relationships.\n *\n * The difference being in the lifecycles of the container and its children.\n * In the COMPOSITION case, the children cannot exist without the container.\n * For AGGREGATION, the life cycles of the container and children are totally independent.\n *\n * Possible values: \"ASSOCIATION\", \"AGGREGATION\", \"COMPOSITION\"\n */\n relationshipCategory?: RelationshipCategoryOutput;\n /** The label of the relationship. */\n relationshipLabel?: string;\n /** An array of attribute definitions. */\n attributeDefs?: Array<AtlasAttributeDefOutput>;\n}\n\n/** The definitions of types. */\nexport interface AtlasTypesDefOutput {\n /** businessMetadataDefs */\n businessMetadataDefs?: Array<AtlasBusinessMetadataDefOutput>;\n /** An array of classification definitions. */\n classificationDefs?: Array<AtlasClassificationDefOutput>;\n /** An array of entity definitions. */\n entityDefs?: Array<AtlasEntityDefOutput>;\n /** An array of enum definitions. */\n enumDefs?: Array<AtlasEnumDefOutput>;\n /** An array of relationship definitions. */\n relationshipDefs?: Array<AtlasRelationshipDefOutput>;\n /** An array of struct definitions. */\n structDefs?: Array<AtlasStructDefOutput>;\n /** An array of term template definitions. */\n termTemplateDefs?: Array<TermTemplateDefOutput>;\n}\n\n/** Term template definition for glossary term. */\nexport interface TermTemplateDefOutput {\n /**\n * The enum of type category.\n *\n * Possible values: \"PRIMITIVE\", \"OBJECT_ID_TYPE\", \"ENUM\", \"STRUCT\", \"CLASSIFICATION\", \"ENTITY\", \"ARRAY\", \"MAP\", \"RELATIONSHIP\", \"TERM_TEMPLATE\"\n */\n category?: TypeCategoryOutput;\n /** The created time of the record. */\n createTime?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** The date format. */\n dateFormatter?: DateFormatOutput;\n /** The description of the type definition. */\n description?: string;\n /** The GUID of the type definition. */\n guid?: string;\n /** The name of the type definition. */\n name?: string;\n /** The options for the type definition. */\n options?: Record<string, string>;\n /** The service type. */\n serviceType?: string;\n /** The version of the type. */\n typeVersion?: string;\n /** The update time of the record. */\n updateTime?: number;\n /** The user who updated the record. */\n updatedBy?: string;\n /** The version of the record. */\n version?: number;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** An array of attribute definitions. */\n attributeDefs?: Array<AtlasAttributeDefOutput>;\n}\n\n/** The basic information of the type definition. */\nexport interface AtlasTypeDefHeaderOutput {\n /**\n * The enum of type category.\n *\n * Possible values: \"PRIMITIVE\", \"OBJECT_ID_TYPE\", \"ENUM\", \"STRUCT\", \"CLASSIFICATION\", \"ENTITY\", \"ARRAY\", \"MAP\", \"RELATIONSHIP\", \"TERM_TEMPLATE\"\n */\n category?: TypeCategoryOutput;\n /** The GUID of the type definition. */\n guid?: string;\n /** The name of the type definition. */\n name?: string;\n}\n\n/** Alias for EntityStatusOutput */\nexport type EntityStatusOutput = string;\n/** Alias for AtlasTermAssignmentStatusOutput */\nexport type AtlasTermAssignmentStatusOutput = string;\n/** Alias for SortTypeOutput */\nexport type SortTypeOutput = string;\n/** Alias for ImportStatusOutput */\nexport type ImportStatusOutput = string;\n/** Alias for AtlasTermRelationshipStatusOutput */\nexport type AtlasTermRelationshipStatusOutput = string;\n/** Alias for TermStatusOutput */\nexport type TermStatusOutput = string;\n/** Alias for StatusAtlasRelationshipOutput */\nexport type StatusAtlasRelationshipOutput = string;\n/** Alias for LineageDirectionOutput */\nexport type LineageDirectionOutput = string;\n/** Alias for TypeCategoryOutput */\nexport type TypeCategoryOutput = string;\n/** Alias for RoundingModeOutput */\nexport type RoundingModeOutput = string;\n/** Alias for CardinalityValueOutput */\nexport type CardinalityValueOutput = string;\n/** Alias for RelationshipCategoryOutput */\nexport type RelationshipCategoryOutput = string;\n"]}
1
+ {"version":3,"file":"outputModels.js","sourceRoot":"","sources":["../../src/outputModels.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/**\n * An instance of an entity along with extended info - like hive_table,\n * hive_database.\n */\nexport interface AtlasEntityWithExtInfoOutput {\n /** The referred entities. */\n referredEntities?: Record<string, AtlasEntityOutput>;\n /** An instance of an entity - like hive_table, hive_database. */\n entity?: AtlasEntityOutput;\n}\n\n/** An instance of an entity - like hive_table, hive_database. */\nexport interface AtlasEntityOutput {\n /** The attributes of the struct. */\n attributes?: Record<string, any>;\n /** The name of the type. */\n typeName?: string;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** Business attributes */\n businessAttributes?: Record<string, any>;\n /** An array of classifications. */\n classifications?: Array<AtlasClassificationOutput>;\n /** The created time of the record. */\n createTime?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** Custom Attribute */\n customAttributes?: Record<string, string>;\n /** The GUID of the entity. */\n guid?: string;\n /** The home ID of the entity. */\n homeId?: string;\n /** The collection ID of the entity. */\n readonly collectionId?: string;\n /** Whether it is a shell entity */\n isIncomplete?: boolean;\n /** labels */\n labels?: string[];\n /** An array of term assignment headers indicating the meanings of the entity. */\n meanings?: Array<AtlasTermAssignmentHeaderOutput>;\n /** Used to record the provenance of an instance of an entity or relationship. */\n provenanceType?: number;\n /** Determines if there's a proxy. */\n proxy?: boolean;\n /** The attributes of relationship. */\n relationshipAttributes?: Record<string, any>;\n /**\n * Status of the entity - can be active or deleted. Deleted entities are not\n * removed.\n *\n * Possible values: \"ACTIVE\", \"DELETED\"\n */\n status?: EntityStatusOutput;\n /** The update time of the record. */\n updateTime?: number;\n /** The user who updated the record. */\n updatedBy?: string;\n /** The version of the entity. */\n version?: number;\n /** The dictionary of contacts for entities. Key could be Expert or Owner. */\n contacts?: Record<string, Array<ContactInfoOutput>>;\n}\n\n/**\n * An instance of a classification; it doesn't have an identity, this object\n * exists only when associated with an entity.\n */\nexport interface AtlasClassificationOutput {\n /** The attributes of the struct. */\n attributes?: Record<string, any>;\n /** The name of the type. */\n typeName?: string;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** The GUID of the entity. */\n entityGuid?: string;\n /**\n * Status of the entity - can be active or deleted. Deleted entities are not\n * removed.\n *\n * Possible values: \"ACTIVE\", \"DELETED\"\n */\n entityStatus?: EntityStatusOutput;\n /** Determines if propagations will be removed on entity deletion. */\n removePropagationsOnEntityDelete?: boolean;\n /** An array of time boundaries indicating validity periods. */\n validityPeriods?: Array<TimeBoundaryOutput>;\n}\n\n/** Captures time-boundary details */\nexport interface TimeBoundaryOutput {\n /** The end of the time boundary. */\n endTime?: string;\n /** The start of the time boundary. */\n startTime?: string;\n /** The timezone of the time boundary. */\n timeZone?: string;\n}\n\n/** The header for term assignment. */\nexport interface AtlasTermAssignmentHeaderOutput {\n /** The confidence of the term assignment. */\n confidence?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** The description of the term assignment. */\n description?: string;\n /** The display text. */\n displayText?: string;\n /** The expression of the term assignment. */\n expression?: string;\n /** The GUID of the relationship. */\n relationGuid?: string;\n /**\n * The status of terms assignment.\n *\n * Possible values: \"DISCOVERED\", \"PROPOSED\", \"IMPORTED\", \"VALIDATED\", \"DEPRECATED\", \"OBSOLETE\", \"OTHER\"\n */\n status?: AtlasTermAssignmentStatusOutput;\n /** The steward of the term. */\n steward?: string;\n /** The GUID of the term. */\n termGuid?: string;\n}\n\n/** ContactInfo */\nexport interface ContactInfoOutput {\n /** Azure Active Directory object Id. */\n id?: string;\n /** additional information to describe this contact. */\n info?: string;\n}\n\n/** The mutation response result of entity. */\nexport interface EntityMutationResultOutput {\n /** A map of GUID assignments with entities. */\n guidAssignments?: Record<string, string>;\n /** The entity headers of mutated entities. */\n mutatedEntities?: Record<string, Array<AtlasEntityHeaderOutput>>;\n /** An array of entity headers that partially updated. */\n partialUpdatedEntities?: Array<AtlasEntityHeaderOutput>;\n}\n\n/** An instance of an entity - like hive_table, hive_database. */\nexport interface AtlasEntityHeaderOutput {\n /** The attributes of the struct. */\n attributes?: Record<string, any>;\n /** The name of the type. */\n typeName?: string;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** An array of classification names. */\n classificationNames?: string[];\n /** An array of classifications. */\n classifications?: Array<AtlasClassificationOutput>;\n /** The display text. */\n displayText?: string;\n /** The GUID of the record. */\n guid?: string;\n /** Whether it is a shell entity */\n isIncomplete?: boolean;\n /** labels */\n labels?: string[];\n /** An array of meanings. */\n meaningNames?: string[];\n /** An array of term assignment headers. */\n meanings?: Array<AtlasTermAssignmentHeaderOutput>;\n /**\n * Status of the entity - can be active or deleted. Deleted entities are not\n * removed.\n *\n * Possible values: \"ACTIVE\", \"DELETED\"\n */\n status?: EntityStatusOutput;\n}\n\n/** An error response from the service */\nexport interface AtlasErrorResponseOutput {\n /** The request ID. */\n requestId?: string;\n /** The error code. */\n errorCode?: string;\n /** The error message. */\n errorMessage?: string;\n}\n\n/**\n * An instance of an entity along with extended info - like hive_table,\n * hive_database.\n */\nexport interface AtlasEntitiesWithExtInfoOutput {\n /** The referred entities. */\n referredEntities?: Record<string, AtlasEntityOutput>;\n /** An array of entities. */\n entities?: Array<AtlasEntityOutput>;\n}\n\n/** REST serialization friendly list. */\nexport interface AtlasClassificationsOutput {\n /** An array of objects. */\n list?: any[];\n /** The size of the page. */\n pageSize?: number;\n /** The sorted by field. */\n sortBy?: string;\n /**\n * to specify whether the result should be sorted? If yes, whether asc or desc.\n *\n * Possible values: \"NONE\", \"ASC\", \"DESC\"\n */\n sortType?: SortTypeOutput;\n /** The start index of the page. */\n startIndex?: number;\n /** The total count of items. */\n totalCount?: number;\n}\n\n/** Bulk import result */\nexport interface BulkImportResultOutput {\n /** failed importInfoList */\n failedImportInfoList?: Array<ImportInfoOutput>;\n /** successful importInfoList */\n successImportInfoList?: Array<ImportInfoOutput>;\n}\n\n/** ImportInfo */\nexport interface ImportInfoOutput {\n /** childObjectName */\n childObjectName?: string;\n /**\n * importStatus\n *\n * Possible values: \"SUCCESS\", \"FAILED\"\n */\n importStatus?: ImportStatusOutput;\n /** parentObjectName */\n parentObjectName?: string;\n /** remarks */\n remarks?: string;\n}\n\n/** The glossary object. */\nexport interface AtlasGlossaryOutput {\n /** The GUID of the object. */\n guid?: string;\n /** An array of classifications. */\n classifications?: Array<AtlasClassificationOutput>;\n /** The long version description. */\n longDescription?: string;\n /** The name of the glossary object. */\n name?: string;\n /** The qualified name of the glossary object. */\n qualifiedName?: string;\n /** The short version of description. */\n shortDescription?: string;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** The created time of the record. */\n createTime?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** The update time of the record. */\n updateTime?: number;\n /** The user who updated the record. */\n updatedBy?: string;\n /** An array of categories. */\n categories?: Array<AtlasRelatedCategoryHeaderOutput>;\n /** The language of the glossary. */\n language?: string;\n /** An array of related term headers. */\n terms?: Array<AtlasRelatedTermHeaderOutput>;\n /** The usage of the glossary. */\n usage?: string;\n}\n\n/** The header of the related category. */\nexport interface AtlasRelatedCategoryHeaderOutput {\n /** The GUID of the category. */\n categoryGuid?: string;\n /** The description of the category header. */\n description?: string;\n /** The display text. */\n displayText?: string;\n /** The GUID of the parent category. */\n parentCategoryGuid?: string;\n /** The GUID of the relationship. */\n relationGuid?: string;\n}\n\n/** The header of the related term. */\nexport interface AtlasRelatedTermHeaderOutput {\n /** The description of the related term. */\n description?: string;\n /** The display text. */\n displayText?: string;\n /** The expression of the term. */\n expression?: string;\n /** The GUID of the relationship. */\n relationGuid?: string;\n /**\n * The status of term relationship.\n *\n * Possible values: \"DRAFT\", \"ACTIVE\", \"DEPRECATED\", \"OBSOLETE\", \"OTHER\"\n */\n status?: AtlasTermRelationshipStatusOutput;\n /** The steward of the term. */\n steward?: string;\n /** The GUID of the term. */\n termGuid?: string;\n}\n\n/** The glossary category. */\nexport interface AtlasGlossaryCategoryOutput {\n /** The GUID of the object. */\n guid?: string;\n /** An array of classifications. */\n classifications?: Array<AtlasClassificationOutput>;\n /** The long version description. */\n longDescription?: string;\n /** The name of the glossary object. */\n name?: string;\n /** The qualified name of the glossary object. */\n qualifiedName?: string;\n /** The short version of description. */\n shortDescription?: string;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** The created time of the record. */\n createTime?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** The update time of the record. */\n updateTime?: number;\n /** The user who updated the record. */\n updatedBy?: string;\n /** The glossary header with basic information. */\n anchor?: AtlasGlossaryHeaderOutput;\n /** An array of children categories. */\n childrenCategories?: Array<AtlasRelatedCategoryHeaderOutput>;\n /** The header of the related category. */\n parentCategory?: AtlasRelatedCategoryHeaderOutput;\n /** An array of related term headers. */\n terms?: Array<AtlasRelatedTermHeaderOutput>;\n}\n\n/** The glossary header with basic information. */\nexport interface AtlasGlossaryHeaderOutput {\n /** The display text. */\n displayText?: string;\n /** The GUID of the glossary. */\n glossaryGuid?: string;\n /** The GUID of the relationship. */\n relationGuid?: string;\n}\n\n/** The glossary term. */\nexport interface AtlasGlossaryTermOutput {\n /** The GUID of the object. */\n guid?: string;\n /** An array of classifications. */\n classifications?: Array<AtlasClassificationOutput>;\n /** The long version description. */\n longDescription?: string;\n /** The name of the glossary object. */\n name?: string;\n /** The qualified name of the glossary object. */\n qualifiedName?: string;\n /** The short version of description. */\n shortDescription?: string;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** The created time of the record. */\n createTime?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** The update time of the record. */\n updateTime?: number;\n /** The user who updated the record. */\n updatedBy?: string;\n /** The abbreviation of the term. */\n abbreviation?: string;\n /** The name of the template. */\n templateName?: any[];\n /** The glossary header with basic information. */\n anchor?: AtlasGlossaryHeaderOutput;\n /** An array of related term headers as antonyms. */\n antonyms?: Array<AtlasRelatedTermHeaderOutput>;\n /**\n * Status of the AtlasGlossaryTerm\n *\n * Possible values: \"Draft\", \"Approved\", \"Alert\", \"Expired\"\n */\n status?: TermStatusOutput;\n /** The nick name of the term. */\n nickName?: string;\n /** The hierarchy information of the term. */\n hierarchyInfo?: Array<PurviewObjectIdOutput>;\n /** An array of resource link for term */\n resources?: Array<ResourceLinkOutput>;\n /** The dictionary of contacts for terms. Key could be Expert or Steward. */\n contacts?: Record<string, Array<ContactInfoOutput>>;\n /**\n * The custom attributes of the term, which is map<string,map<string,object>>.\n * The\n * key of the first layer map is term template name.\n */\n attributes?: Record<string, Record<string, any>>;\n /** An array of related object IDs. */\n assignedEntities?: Array<AtlasRelatedObjectIdOutput>;\n /** An array of term categorization headers. */\n categories?: Array<AtlasTermCategorizationHeaderOutput>;\n /** An array of related term headers. */\n classifies?: Array<AtlasRelatedTermHeaderOutput>;\n /** An array of examples. */\n examples?: string[];\n /** An array of related term headers indicating the is-a relationship. */\n isA?: Array<AtlasRelatedTermHeaderOutput>;\n /** An array of preferred related term headers. */\n preferredTerms?: Array<AtlasRelatedTermHeaderOutput>;\n /** An array of related term headers that are preferred to. */\n preferredToTerms?: Array<AtlasRelatedTermHeaderOutput>;\n /** An array of related term headers that are replaced by. */\n replacedBy?: Array<AtlasRelatedTermHeaderOutput>;\n /** An array of related term headers for replacement. */\n replacementTerms?: Array<AtlasRelatedTermHeaderOutput>;\n /** An array of related term headers for see also. */\n seeAlso?: Array<AtlasRelatedTermHeaderOutput>;\n /** An array of related term headers as synonyms. */\n synonyms?: Array<AtlasRelatedTermHeaderOutput>;\n /** An array of translated related term headers. */\n translatedTerms?: Array<AtlasRelatedTermHeaderOutput>;\n /** An array of related term headers for translation. */\n translationTerms?: Array<AtlasRelatedTermHeaderOutput>;\n /** The usage of the term. */\n usage?: string;\n /** An array of related term headers as valid values. */\n validValues?: Array<AtlasRelatedTermHeaderOutput>;\n /** An array of related term headers as valid values for other records. */\n validValuesFor?: Array<AtlasRelatedTermHeaderOutput>;\n}\n\n/** PurviewObjectId */\nexport interface PurviewObjectIdOutput {\n /** The GUID of the object. */\n guid?: string;\n /** The name of the type. */\n typeName?: string;\n /** The unique attributes of the object. */\n uniqueAttributes?: Record<string, any>;\n /** Name */\n name?: string;\n /** Display text */\n displayText?: string;\n /** Item path */\n itemPath?: string;\n /** Resource Id */\n resourceId?: string;\n /** Dictionary of <any> */\n properties?: Record<string, any>;\n}\n\n/** ResourceLink */\nexport interface ResourceLinkOutput {\n /** Display name for url. */\n displayName?: string;\n /** web url. http or https */\n url?: string;\n}\n\n/**\n * Reference to an object-instance of AtlasEntity type used in relationship\n * attribute values\n */\nexport interface AtlasRelatedObjectIdOutput {\n /** The GUID of the object. */\n guid?: string;\n /** The name of the type. */\n typeName?: string;\n /** The unique attributes of the object. */\n uniqueAttributes?: Record<string, any>;\n /** The display text. */\n displayText?: string;\n /**\n * Status of the entity - can be active or deleted. Deleted entities are not\n * removed.\n *\n * Possible values: \"ACTIVE\", \"DELETED\"\n */\n entityStatus?: EntityStatusOutput;\n /** Relationship type */\n relationshipType?: string;\n /**\n * Captures details of struct contents. Not instantiated directly, used only via\n * AtlasEntity, AtlasClassification.\n */\n relationshipAttributes?: AtlasStructOutput;\n /** The GUID of the relationship. */\n relationshipGuid?: string;\n /**\n * The enum of relationship status.\n *\n * Possible values: \"ACTIVE\", \"DELETED\"\n */\n relationshipStatus?: StatusAtlasRelationshipOutput;\n}\n\n/**\n * Captures details of struct contents. Not instantiated directly, used only via\n * AtlasEntity, AtlasClassification.\n */\nexport interface AtlasStructOutput {\n /** The attributes of the struct. */\n attributes?: Record<string, any>;\n /** The name of the type. */\n typeName?: string;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n}\n\n/** The basic information for term categorization. */\nexport interface AtlasTermCategorizationHeaderOutput {\n /** The GUID of the category. */\n categoryGuid?: string;\n /** The description of the record. */\n description?: string;\n /** The display text. */\n displayText?: string;\n /** The GUID of the relationship. */\n relationGuid?: string;\n /**\n * The status of term relationship.\n *\n * Possible values: \"DRAFT\", \"ACTIVE\", \"DEPRECATED\", \"OBSOLETE\", \"OTHER\"\n */\n status?: AtlasTermRelationshipStatusOutput;\n}\n\n/** The extended information of glossary. */\nexport interface AtlasGlossaryExtInfoOutput {\n /** The GUID of the object. */\n guid?: string;\n /** An array of classifications. */\n classifications?: Array<AtlasClassificationOutput>;\n /** The long version description. */\n longDescription?: string;\n /** The name of the glossary object. */\n name?: string;\n /** The qualified name of the glossary object. */\n qualifiedName?: string;\n /** The short version of description. */\n shortDescription?: string;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** The created time of the record. */\n createTime?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** The update time of the record. */\n updateTime?: number;\n /** The user who updated the record. */\n updatedBy?: string;\n /** An array of categories. */\n categories?: Array<AtlasRelatedCategoryHeaderOutput>;\n /** The language of the glossary. */\n language?: string;\n /** An array of related term headers. */\n terms?: Array<AtlasRelatedTermHeaderOutput>;\n /** The usage of the glossary. */\n usage?: string;\n /** The glossary category information. */\n categoryInfo?: Record<string, AtlasGlossaryCategoryOutput>;\n /** The glossary term information. */\n termInfo?: Record<string, AtlasGlossaryTermOutput>;\n}\n\n/** The result of the search result. */\nexport interface QueryResultOutput {\n /**\n * The total number of search results (not the number of documents in a single\n * page).\n */\n \"@search.count\"?: number;\n /** 'True' if the '@search.count' is an approximate value and vise versa. */\n \"@search.count.approximate\"?: boolean;\n /** The token used to get next batch of data. Absent if there's no more data. */\n continuationToken?: string;\n /**\n * A facet list that consists of index fields assetType ,classification,\n * contactId, and label. When the facet is specified in the request, the value of\n * the facet is returned as an element of @search.facets.\n */\n \"@search.facets\"?: SearchFacetResultValueOutput;\n /** Search result value */\n value?: Array<SearchResultValueOutput>;\n}\n\n/**\n * A facet list that consists of index fields assetType ,classification,\n * contactId, and label. When the facet is specified in the request, the value of\n * the facet is returned as an element of @search.facets.\n */\nexport interface SearchFacetResultValueOutput {\n /** Entity type */\n entityType?: Array<SearchFacetItemValueOutput>;\n /** Asset type */\n assetType?: Array<SearchFacetItemValueOutput>;\n /** Classification */\n classification?: Array<SearchFacetItemValueOutput>;\n /** Term */\n term?: Array<SearchFacetItemValueOutput>;\n /** Contact id */\n contactId?: Array<SearchFacetItemValueOutput>;\n /** Contact type */\n contactType?: Array<SearchFacetItemValueOutput>;\n /** Label */\n label?: Array<SearchFacetItemValueOutput>;\n /** Glossary type */\n glossaryType?: Array<SearchFacetItemValueOutput>;\n /** Term status */\n termStatus?: Array<SearchFacetItemValueOutput>;\n /** Term template */\n termTemplate?: Array<SearchFacetItemValueOutput>;\n}\n\n/** The content of a search facet result item. */\nexport interface SearchFacetItemValueOutput {\n /** The count of the facet item. */\n count?: number;\n /** The name of the facet item. */\n value?: string;\n}\n\n/** The value item of the search result. */\nexport interface SearchResultValueOutput {\n /**\n * The search score calculated by the search engine. The results are ordered by\n * search score by default.\n */\n \"@search.score\"?: number;\n /**\n * A highlight list that consists of index fields id ,qualifiedName, name,\n * description, entityType. When the keyword appears in those fields, the value of\n * the field, attached with emphasis mark, is returned as an element of\n * @search.highlights.\n */\n \"@search.highlights\"?: SearchHighlightsOutput;\n /**\n * The object type of the record. Object type is the top-level property to\n * distinguish whether a record is an asset or a term.\n */\n objectType?: string;\n /** The create time of the record. The Unix epoch format. */\n createTime?: number;\n /** The last update time of the record. The Unix epoch format. */\n updateTime?: number;\n /** The GUID of the record. */\n id?: string;\n /** The name of the record. */\n name?: string;\n /** The qualified name of the record. */\n qualifiedName?: string;\n /** The type name of the asset. */\n entityType?: string;\n /** The description of the asset. */\n description?: string;\n /** The endorsement of the asset. */\n endorsement?: string[];\n /** The owner of the record. */\n owner?: string;\n /** The classifications of the record. */\n classification?: string[];\n /** The labels of the asset. */\n label?: string[];\n /** The terms assigned to the asset. */\n term?: Array<TermSearchResultValueOutput>;\n /** The contacts of the asset. */\n contact?: Array<ContactSearchResultValueOutput>;\n /** The asset types of the asset. */\n assetType?: string[];\n /**\n * The type name of the term. Could be AtlasGlossary, AtlasGlossaryTerm or\n * AtlasGlossaryCategory.\n */\n glossaryType?: string;\n /** The glossary name of the term. */\n glossary?: string;\n /** The status of the term. */\n termStatus?: string;\n /** The term template names used by the term. */\n termTemplate?: string[];\n /** The definition of the term. */\n longDescription?: string;\n}\n\n/**\n * A highlight list that consists of index fields id ,qualifiedName, name,\n * description, entityType. When the keyword appears in those fields, the value of\n * the field, attached with emphasis mark, is returned as an element of\n * @search.highlights.\n */\nexport interface SearchHighlightsOutput {\n /** Id */\n id?: string[];\n /** Qualified name */\n qualifiedName?: string[];\n /** Name */\n name?: string[];\n /** Description */\n description?: string[];\n /** Entity type */\n entityType?: string[];\n}\n\n/** The context. */\nexport interface TermSearchResultValueOutput {\n /** The name of the term. */\n name?: string;\n /** The name of the glossary which contains the term. */\n glossaryName?: string;\n /** The GUID of the term. */\n guid?: string;\n}\n\n/** The contact in the search and suggest result. */\nexport interface ContactSearchResultValueOutput {\n /** The GUID of the contact. */\n id?: string;\n /** The description of the contact. */\n info?: string;\n /**\n * The type of the contact. It can be Expert or Owner for an entity. It can be\n * Expert or Steward for a glossary term.\n */\n contactType?: string;\n}\n\n/** The result item of the search suggest. */\nexport interface SuggestResultOutput {\n /** The result value */\n value?: Array<SuggestResultValueOutput>;\n}\n\n/** The value item of the search suggest. */\nexport interface SuggestResultValueOutput {\n /**\n * The search score calculated by the search engine. The results are ordered by\n * search score by default.\n */\n \"@search.score\"?: number;\n /**\n * The target text that contains the keyword as prefix. The keyword is wrapped\n * with emphasis mark.\n */\n \"@search.text\"?: string;\n /**\n * The object type of the record. Object type is the top-level property to\n * distinguish whether a record is an asset or a term.\n */\n objectType?: string;\n /** The create time of the record. The Unix epoch format. */\n createTime?: number;\n /** The last update time of the record. The Unix epoch format. */\n updateTime?: number;\n /** The GUID of the record. */\n id?: string;\n /** The name of the record. */\n name?: string;\n /** The qualified name of the record. */\n qualifiedName?: string;\n /** The type name of the asset. */\n entityType?: string;\n /** The description of the asset. */\n description?: string;\n /** The endorsement of the asset. */\n endorsement?: string[];\n /** The owner of the record. */\n owner?: string;\n /** The classifications of the record. */\n classification?: string[];\n /** The labels of the asset. */\n label?: string[];\n /** The terms assigned to the asset. */\n term?: Array<TermSearchResultValueOutput>;\n /** The contacts of the asset. */\n contact?: Array<ContactSearchResultValueOutput>;\n /** The asset types of the asset. */\n assetType?: string[];\n /**\n * The type name of the term. Could be AtlasGlossary, AtlasGlossaryTerm or\n * AtlasGlossaryCategory.\n */\n glossaryType?: string;\n /** The glossary name of the term. */\n glossary?: string;\n /** The status of the term. */\n termStatus?: string;\n /** The term template names used by the term. */\n termTemplate?: string[];\n /** The definition of the term. */\n longDescription?: string;\n}\n\n/** The result of the autocomplete request. */\nexport interface AutoCompleteResultOutput {\n /** The result value */\n value?: Array<AutoCompleteResultValueOutput>;\n}\n\n/** The value item of the autocomplete suggest. */\nexport interface AutoCompleteResultValueOutput {\n /** The completed term or phrase. */\n text?: string;\n /** The completed search query text. */\n queryPlusText?: string;\n}\n\n/** The lineage information. */\nexport interface AtlasLineageInfoOutput {\n /** The GUID of the base entity. */\n baseEntityGuid?: string;\n /** The GUID entity map. */\n guidEntityMap?: Record<string, AtlasEntityHeaderOutput>;\n /** The entity count in specific direction. */\n widthCounts?: Record<string, Record<string, any>>;\n /** The depth of lineage. */\n lineageDepth?: number;\n /** The width of lineage. */\n lineageWidth?: number;\n /** The number of children node. */\n childrenCount?: number;\n /**\n * The enum of lineage direction.\n *\n * Possible values: \"INPUT\", \"OUTPUT\", \"BOTH\"\n */\n lineageDirection?: LineageDirectionOutput;\n /** An array of parentRelations relations. */\n parentRelations?: Array<ParentRelationOutput>;\n /** An array of lineage relations. */\n relations?: Array<LineageRelationOutput>;\n}\n\n/** The lineage parents relation with GUID of the parent entity and to child entity. */\nexport interface ParentRelationOutput {\n /** The GUID of child entity. */\n childEntityId?: string;\n /** The GUID of relationship. */\n relationshipId?: string;\n /** The GUID of parent entity. */\n parentEntityId?: string;\n}\n\n/** The lineage relation with GUID of the from and to entity. */\nexport interface LineageRelationOutput {\n /** The GUID of from-entity. */\n fromEntityId?: string;\n /** The GUID of relationship. */\n relationshipId?: string;\n /** The GUID of to-entity. */\n toEntityId?: string;\n}\n\n/** Atlas relationship instance. */\nexport interface AtlasRelationshipOutput {\n /** The attributes of the struct. */\n attributes?: Record<string, any>;\n /** The name of the type. */\n typeName?: string;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** The created time of the record. */\n createTime?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** Reference to an object-instance of a type - like entity. */\n end1?: AtlasObjectIdOutput;\n /** Reference to an object-instance of a type - like entity. */\n end2?: AtlasObjectIdOutput;\n /** The GUID of the relationship. */\n guid?: string;\n /** The home ID of the relationship. */\n homeId?: string;\n /** The label of the relationship. */\n label?: string;\n /** Used to record the provenance of an instance of an entity or relationship */\n provenanceType?: number;\n /**\n * The enum of relationship status.\n *\n * Possible values: \"ACTIVE\", \"DELETED\"\n */\n status?: StatusAtlasRelationshipOutput;\n /** The update time of the record. */\n updateTime?: number;\n /** The user who updated the record. */\n updatedBy?: string;\n /** The version of the relationship. */\n version?: number;\n}\n\n/** Reference to an object-instance of a type - like entity. */\nexport interface AtlasObjectIdOutput {\n /** The GUID of the object. */\n guid?: string;\n /** The name of the type. */\n typeName?: string;\n /** The unique attributes of the object. */\n uniqueAttributes?: Record<string, any>;\n}\n\n/** The relationship with extended information. */\nexport interface AtlasRelationshipWithExtInfoOutput {\n /** The referred entity header. */\n referredEntities?: Record<string, AtlasEntityHeaderOutput>;\n /** Atlas relationship instance. */\n relationship?: AtlasRelationshipOutput;\n}\n\n/** class that captures details of a struct-type. */\nexport interface AtlasBusinessMetadataDefOutput {\n /**\n * The enum of type category.\n *\n * Possible values: \"PRIMITIVE\", \"OBJECT_ID_TYPE\", \"ENUM\", \"STRUCT\", \"CLASSIFICATION\", \"ENTITY\", \"ARRAY\", \"MAP\", \"RELATIONSHIP\", \"TERM_TEMPLATE\"\n */\n category?: TypeCategoryOutput;\n /** The created time of the record. */\n createTime?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** The date format. */\n dateFormatter?: DateFormatOutput;\n /** The description of the type definition. */\n description?: string;\n /** The GUID of the type definition. */\n guid?: string;\n /** The name of the type definition. */\n name?: string;\n /** The options for the type definition. */\n options?: Record<string, string>;\n /** The service type. */\n serviceType?: string;\n /** The version of the type. */\n typeVersion?: string;\n /** The update time of the record. */\n updateTime?: number;\n /** The user who updated the record. */\n updatedBy?: string;\n /** The version of the record. */\n version?: number;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** An array of attribute definitions. */\n attributeDefs?: Array<AtlasAttributeDefOutput>;\n}\n\n/** The date format. */\nexport interface DateFormatOutput {\n /** An array of available locales. */\n availableLocales?: string[];\n /** Calendar */\n calendar?: number;\n /** The date format. */\n dateInstance?: DateFormatOutput;\n /** The date format. */\n dateTimeInstance?: DateFormatOutput;\n /** The date format. */\n instance?: DateFormatOutput;\n /** Determines the leniency of the date format. */\n lenient?: boolean;\n /** The number format. */\n numberFormat?: NumberFormatOutput;\n /** The date format. */\n timeInstance?: DateFormatOutput;\n /** The timezone information. */\n timeZone?: TimeZoneOutput;\n}\n\n/** The number format. */\nexport interface NumberFormatOutput {\n /** The number format. */\n availableLocales?: string[];\n /** The currency. */\n currency?: string;\n /** The number format. */\n currencyInstance?: NumberFormatOutput;\n /** Determines if grouping is used. */\n groupingUsed?: boolean;\n /** The number format. */\n instance?: NumberFormatOutput;\n /** The number format. */\n integerInstance?: NumberFormatOutput;\n /** The maximum of fraction digits. */\n maximumFractionDigits?: number;\n /** The maximum of integer digits. */\n maximumIntegerDigits?: number;\n /** The minimum of fraction digits. */\n minimumFractionDigits?: number;\n /** The minimum of integer digits. */\n minimumIntegerDigits?: number;\n /** The number format. */\n numberInstance?: NumberFormatOutput;\n /** Determines if only integer is parsed. */\n parseIntegerOnly?: boolean;\n /** The number format. */\n percentInstance?: NumberFormatOutput;\n /**\n * The enum of rounding mode.\n *\n * Possible values: \"UP\", \"DOWN\", \"CEILING\", \"FLOOR\", \"HALF_UP\", \"HALF_DOWN\", \"HALF_EVEN\", \"UNNECESSARY\"\n */\n roundingMode?: RoundingModeOutput;\n}\n\n/** The timezone information. */\nexport interface TimeZoneOutput {\n /** The value of the daylight saving time. */\n dstSavings?: number;\n /** The ID of the timezone. */\n id?: string;\n /** An array of available IDs. */\n availableIds?: string[];\n /** The timezone information. */\n default?: TimeZoneOutput;\n /** The display name of the timezone. */\n displayName?: string;\n /** The raw offset of the timezone. */\n rawOffset?: number;\n}\n\n/** class that captures details of a struct-attribute. */\nexport interface AtlasAttributeDefOutput {\n /**\n * single-valued attribute or multi-valued attribute.\n *\n * Possible values: \"SINGLE\", \"LIST\", \"SET\"\n */\n cardinality?: CardinalityValueOutput;\n /** An array of constraints. */\n constraints?: Array<AtlasConstraintDefOutput>;\n /** The default value of the attribute. */\n defaultValue?: string;\n /** The description of the attribute. */\n description?: string;\n /** Determines if it is included in notification. */\n includeInNotification?: boolean;\n /** Determines if it is indexable. */\n isIndexable?: boolean;\n /** Determines if it is optional. */\n isOptional?: boolean;\n /** Determines if it unique. */\n isUnique?: boolean;\n /** The name of the attribute. */\n name?: string;\n /** The options for the attribute. */\n options?: Record<string, string>;\n /** The name of the type. */\n typeName?: string;\n /** The maximum count of the values. */\n valuesMaxCount?: number;\n /** The minimum count of the values. */\n valuesMinCount?: number;\n}\n\n/** class that captures details of a constraint. */\nexport interface AtlasConstraintDefOutput {\n /** The parameters of the constraint definition. */\n params?: Record<string, any>;\n /** The type of the constraint. */\n type?: string;\n}\n\n/** class that captures details of a classification-type. */\nexport interface AtlasClassificationDefOutput {\n /**\n * The enum of type category.\n *\n * Possible values: \"PRIMITIVE\", \"OBJECT_ID_TYPE\", \"ENUM\", \"STRUCT\", \"CLASSIFICATION\", \"ENTITY\", \"ARRAY\", \"MAP\", \"RELATIONSHIP\", \"TERM_TEMPLATE\"\n */\n category?: TypeCategoryOutput;\n /** The created time of the record. */\n createTime?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** The date format. */\n dateFormatter?: DateFormatOutput;\n /** The description of the type definition. */\n description?: string;\n /** The GUID of the type definition. */\n guid?: string;\n /** The name of the type definition. */\n name?: string;\n /** The options for the type definition. */\n options?: Record<string, string>;\n /** The service type. */\n serviceType?: string;\n /** The version of the type. */\n typeVersion?: string;\n /** The update time of the record. */\n updateTime?: number;\n /** The user who updated the record. */\n updatedBy?: string;\n /** The version of the record. */\n version?: number;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** An array of attribute definitions. */\n attributeDefs?: Array<AtlasAttributeDefOutput>;\n /**\n * Specifying a list of entityType names in the classificationDef, ensures that\n * classifications can\n * only be applied to those entityTypes.\n *\n * Any subtypes of the entity types inherit the restriction.\n *\n * Any classificationDef subtypes inherit the parents entityTypes restrictions.\n *\n * Any classificationDef subtypes can further restrict the parents entityTypes\n * restrictions by specifying a subset of the entityTypes.\n *\n * An empty entityTypes list when there are no parent restrictions means there are no\n * restrictions.\n *\n * An empty entityTypes list when there are parent\n * restrictions means that the subtype picks up the parents\n * restrictions.\n *\n * If a list of entityTypes are supplied, where one inherits\n * from another, this will be rejected. This should encourage cleaner\n * classificationsDefs.\n *\n */\n entityTypes?: string[];\n /** An array of sub types. */\n subTypes?: string[];\n /** An array of super types. */\n superTypes?: string[];\n}\n\n/** class that captures details of a entity-type. */\nexport interface AtlasEntityDefOutput {\n /**\n * The enum of type category.\n *\n * Possible values: \"PRIMITIVE\", \"OBJECT_ID_TYPE\", \"ENUM\", \"STRUCT\", \"CLASSIFICATION\", \"ENTITY\", \"ARRAY\", \"MAP\", \"RELATIONSHIP\", \"TERM_TEMPLATE\"\n */\n category?: TypeCategoryOutput;\n /** The created time of the record. */\n createTime?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** The date format. */\n dateFormatter?: DateFormatOutput;\n /** The description of the type definition. */\n description?: string;\n /** The GUID of the type definition. */\n guid?: string;\n /** The name of the type definition. */\n name?: string;\n /** The options for the type definition. */\n options?: Record<string, string>;\n /** The service type. */\n serviceType?: string;\n /** The version of the type. */\n typeVersion?: string;\n /** The update time of the record. */\n updateTime?: number;\n /** The user who updated the record. */\n updatedBy?: string;\n /** The version of the record. */\n version?: number;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** An array of attribute definitions. */\n attributeDefs?: Array<AtlasAttributeDefOutput>;\n /** An array of sub types. */\n subTypes?: string[];\n /** An array of super types. */\n superTypes?: string[];\n /** An array of relationship attributes. */\n relationshipAttributeDefs?: Array<AtlasRelationshipAttributeDefOutput>;\n}\n\n/**\n * The relationshipEndDef represents an end of the relationship. The end of the\n * relationship is defined by a type, an\n * attribute name, cardinality and whether\n * it is the container end of the relationship.\n */\nexport interface AtlasRelationshipAttributeDefOutput {\n /**\n * single-valued attribute or multi-valued attribute.\n *\n * Possible values: \"SINGLE\", \"LIST\", \"SET\"\n */\n cardinality?: CardinalityValueOutput;\n /** An array of constraints. */\n constraints?: Array<AtlasConstraintDefOutput>;\n /** The default value of the attribute. */\n defaultValue?: string;\n /** The description of the attribute. */\n description?: string;\n /** Determines if it is included in notification. */\n includeInNotification?: boolean;\n /** Determines if it is indexable. */\n isIndexable?: boolean;\n /** Determines if it is optional. */\n isOptional?: boolean;\n /** Determines if it unique. */\n isUnique?: boolean;\n /** The name of the attribute. */\n name?: string;\n /** The options for the attribute. */\n options?: Record<string, string>;\n /** The name of the type. */\n typeName?: string;\n /** The maximum count of the values. */\n valuesMaxCount?: number;\n /** The minimum count of the values. */\n valuesMinCount?: number;\n /** Determines if it is a legacy attribute. */\n isLegacyAttribute?: boolean;\n /** The name of the relationship type. */\n relationshipTypeName?: string;\n}\n\n/** class that captures details of an enum-type. */\nexport interface AtlasEnumDefOutput {\n /**\n * The enum of type category.\n *\n * Possible values: \"PRIMITIVE\", \"OBJECT_ID_TYPE\", \"ENUM\", \"STRUCT\", \"CLASSIFICATION\", \"ENTITY\", \"ARRAY\", \"MAP\", \"RELATIONSHIP\", \"TERM_TEMPLATE\"\n */\n category?: TypeCategoryOutput;\n /** The created time of the record. */\n createTime?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** The date format. */\n dateFormatter?: DateFormatOutput;\n /** The description of the type definition. */\n description?: string;\n /** The GUID of the type definition. */\n guid?: string;\n /** The name of the type definition. */\n name?: string;\n /** The options for the type definition. */\n options?: Record<string, string>;\n /** The service type. */\n serviceType?: string;\n /** The version of the type. */\n typeVersion?: string;\n /** The update time of the record. */\n updateTime?: number;\n /** The user who updated the record. */\n updatedBy?: string;\n /** The version of the record. */\n version?: number;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** The default value. */\n defaultValue?: string;\n /** An array of enum element definitions. */\n elementDefs?: Array<AtlasEnumElementDefOutput>;\n}\n\n/** class that captures details of an enum-element. */\nexport interface AtlasEnumElementDefOutput {\n /** The description of the enum element definition. */\n description?: string;\n /** The ordinal of the enum element definition. */\n ordinal?: number;\n /** The value of the enum element definition. */\n value?: string;\n}\n\n/**\n * AtlasRelationshipDef is a TypeDef that defines a relationship.\n * As with other typeDefs the AtlasRelationshipDef has a name. Once created the\n * RelationshipDef has a guid.\n * The name and the guid are the 2 ways that the\n * RelationshipDef is identified.\n * RelationshipDefs have 2 ends, each of which\n * specify cardinality, an EntityDef type name and name and optionally\n * whether the\n * end is a container.\n * RelationshipDefs can have AttributeDefs - though only\n * primitive types are allowed.\n * RelationshipDefs have a relationshipCategory\n * specifying the UML type of relationship required\n * The way EntityDefs and\n * RelationshipDefs are intended to be used is that EntityDefs will define\n * AttributeDefs these AttributeDefs\n * will not specify an EntityDef type name as\n * their types.\n * RelationshipDefs introduce new attributes to the entity\n * instances. For example\n * EntityDef A might have attributes attr1,attr2,attr3\n *\n * EntityDef B might have attributes attr4,attr5,attr6\n * RelationshipDef\n * AtoB might define 2 ends\n *\n * end1: type A, name attr7\n * end2: type B, name attr8\n *\n * When an instance of EntityDef A is created, it\n * will have attributes attr1,attr2,attr3,attr7\n * When an instance of EntityDef\n * B is created, it will have attributes attr4,attr5,attr6,attr8\n *\n * In this way\n * relationshipDefs can be authored separately from entityDefs and can inject\n * relationship attributes into\n * the entity instances\n */\nexport interface AtlasRelationshipDefOutput {\n /**\n * The enum of type category.\n *\n * Possible values: \"PRIMITIVE\", \"OBJECT_ID_TYPE\", \"ENUM\", \"STRUCT\", \"CLASSIFICATION\", \"ENTITY\", \"ARRAY\", \"MAP\", \"RELATIONSHIP\", \"TERM_TEMPLATE\"\n */\n category?: TypeCategoryOutput;\n /** The created time of the record. */\n createTime?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** The date format. */\n dateFormatter?: DateFormatOutput;\n /** The description of the type definition. */\n description?: string;\n /** The GUID of the type definition. */\n guid?: string;\n /** The name of the type definition. */\n name?: string;\n /** The options for the type definition. */\n options?: Record<string, string>;\n /** The service type. */\n serviceType?: string;\n /** The version of the type. */\n typeVersion?: string;\n /** The update time of the record. */\n updateTime?: number;\n /** The user who updated the record. */\n updatedBy?: string;\n /** The version of the record. */\n version?: number;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** An array of attribute definitions. */\n attributeDefs?: Array<AtlasAttributeDefOutput>;\n /**\n * The relationshipEndDef represents an end of the relationship. The end of the\n * relationship is defined by a type, an\n * attribute name, cardinality and whether\n * it is the container end of the relationship.\n */\n endDef1?: AtlasRelationshipEndDefOutput;\n /**\n * The relationshipEndDef represents an end of the relationship. The end of the\n * relationship is defined by a type, an\n * attribute name, cardinality and whether\n * it is the container end of the relationship.\n */\n endDef2?: AtlasRelationshipEndDefOutput;\n /**\n * The Relationship category determines the style of relationship around\n * containment and lifecycle.\n * UML terminology is used for the values.\n * ASSOCIATION is a relationship with no containment.\n * COMPOSITION and AGGREGATION are containment relationships.\n * The difference being in the lifecycles of the container and its children.\n * In the COMPOSITION case, the children cannot exist without the container.\n * For AGGREGATION, the life cycles of the container and children are totally independent.\n *\n * Possible values: \"ASSOCIATION\", \"AGGREGATION\", \"COMPOSITION\"\n */\n relationshipCategory?: RelationshipCategoryOutput;\n /** The label of the relationship. */\n relationshipLabel?: string;\n}\n\n/**\n * The relationshipEndDef represents an end of the relationship. The end of the\n * relationship is defined by a type, an\n * attribute name, cardinality and whether\n * it is the container end of the relationship.\n */\nexport interface AtlasRelationshipEndDefOutput {\n /**\n * single-valued attribute or multi-valued attribute.\n *\n * Possible values: \"SINGLE\", \"LIST\", \"SET\"\n */\n cardinality?: CardinalityValueOutput;\n /** The description of the relationship end definition. */\n description?: string;\n /** Determines if it is container. */\n isContainer?: boolean;\n /** Determines if it is a legacy attribute. */\n isLegacyAttribute?: boolean;\n /** The name of the relationship end definition. */\n name?: string;\n /** The type of the relationship end. */\n type?: string;\n}\n\n/** class that captures details of a struct-type. */\nexport interface AtlasStructDefOutput {\n /**\n * The enum of type category.\n *\n * Possible values: \"PRIMITIVE\", \"OBJECT_ID_TYPE\", \"ENUM\", \"STRUCT\", \"CLASSIFICATION\", \"ENTITY\", \"ARRAY\", \"MAP\", \"RELATIONSHIP\", \"TERM_TEMPLATE\"\n */\n category?: TypeCategoryOutput;\n /** The created time of the record. */\n createTime?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** The date format. */\n dateFormatter?: DateFormatOutput;\n /** The description of the type definition. */\n description?: string;\n /** The GUID of the type definition. */\n guid?: string;\n /** The name of the type definition. */\n name?: string;\n /** The options for the type definition. */\n options?: Record<string, string>;\n /** The service type. */\n serviceType?: string;\n /** The version of the type. */\n typeVersion?: string;\n /** The update time of the record. */\n updateTime?: number;\n /** The user who updated the record. */\n updatedBy?: string;\n /** The version of the record. */\n version?: number;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** An array of attribute definitions. */\n attributeDefs?: Array<AtlasAttributeDefOutput>;\n}\n\n/** The definitions of type. */\nexport interface AtlasTypeDefOutput {\n /**\n * The enum of type category.\n *\n * Possible values: \"PRIMITIVE\", \"OBJECT_ID_TYPE\", \"ENUM\", \"STRUCT\", \"CLASSIFICATION\", \"ENTITY\", \"ARRAY\", \"MAP\", \"RELATIONSHIP\", \"TERM_TEMPLATE\"\n */\n category?: TypeCategoryOutput;\n /** The created time of the record. */\n createTime?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** The date format. */\n dateFormatter?: DateFormatOutput;\n /** The description of the type definition. */\n description?: string;\n /** The GUID of the type definition. */\n guid?: string;\n /** The name of the type definition. */\n name?: string;\n /** The options for the type definition. */\n options?: Record<string, string>;\n /** The service type. */\n serviceType?: string;\n /** The version of the type. */\n typeVersion?: string;\n /** The update time of the record. */\n updateTime?: number;\n /** The user who updated the record. */\n updatedBy?: string;\n /** The version of the record. */\n version?: number;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /**\n * Specifying a list of entityType names in the classificationDef, ensures that\n * classifications can\n * only be applied to those entityTypes.\n *\n * Any subtypes of the entity types inherit the restriction.\n *\n * Any classificationDef subtypes inherit the parents entityTypes restrictions.\n *\n * Any classificationDef subtypes can further restrict the parents entityTypes\n * restrictions by specifying a subset of the entityTypes.\n *\n * An empty entityTypes list when there are no parent restrictions means there are no\n * restrictions.\n *\n * An empty entityTypes list when there are parent\n * restrictions means that the subtype picks up the parents\n * restrictions.\n *\n * If a list of entityTypes are supplied, where one inherits\n * from another, this will be rejected. This should encourage cleaner\n * classificationsDefs.\n *\n */\n entityTypes?: string[];\n /** An array of sub types. */\n subTypes?: string[];\n /** An array of super types. */\n superTypes?: string[];\n /** An array of relationship attributes. */\n relationshipAttributeDefs?: Array<AtlasRelationshipAttributeDefOutput>;\n /** The default value. */\n defaultValue?: string;\n /** An array of enum element definitions. */\n elementDefs?: Array<AtlasEnumElementDefOutput>;\n /**\n * The relationshipEndDef represents an end of the relationship. The end of the\n * relationship is defined by a type, an\n * attribute name, cardinality and whether\n * it is the container end of the relationship.\n */\n endDef1?: AtlasRelationshipEndDefOutput;\n /**\n * The relationshipEndDef represents an end of the relationship. The end of the\n * relationship is defined by a type, an\n * attribute name, cardinality and whether\n * it is the container end of the relationship.\n */\n endDef2?: AtlasRelationshipEndDefOutput;\n /**\n * The Relationship category determines the style of relationship around\n * containment and lifecycle.\n * UML terminology is used for the values.\n *\n * ASSOCIATION is a relationship with no containment.\n * COMPOSITION and AGGREGATION are containment relationships.\n *\n * The difference being in the lifecycles of the container and its children.\n * In the COMPOSITION case, the children cannot exist without the container.\n * For AGGREGATION, the life cycles of the container and children are totally independent.\n *\n * Possible values: \"ASSOCIATION\", \"AGGREGATION\", \"COMPOSITION\"\n */\n relationshipCategory?: RelationshipCategoryOutput;\n /** The label of the relationship. */\n relationshipLabel?: string;\n /** An array of attribute definitions. */\n attributeDefs?: Array<AtlasAttributeDefOutput>;\n}\n\n/** The definitions of types. */\nexport interface AtlasTypesDefOutput {\n /** businessMetadataDefs */\n businessMetadataDefs?: Array<AtlasBusinessMetadataDefOutput>;\n /** An array of classification definitions. */\n classificationDefs?: Array<AtlasClassificationDefOutput>;\n /** An array of entity definitions. */\n entityDefs?: Array<AtlasEntityDefOutput>;\n /** An array of enum definitions. */\n enumDefs?: Array<AtlasEnumDefOutput>;\n /** An array of relationship definitions. */\n relationshipDefs?: Array<AtlasRelationshipDefOutput>;\n /** An array of struct definitions. */\n structDefs?: Array<AtlasStructDefOutput>;\n /** An array of term template definitions. */\n termTemplateDefs?: Array<TermTemplateDefOutput>;\n}\n\n/** Term template definition for glossary term. */\nexport interface TermTemplateDefOutput {\n /**\n * The enum of type category.\n *\n * Possible values: \"PRIMITIVE\", \"OBJECT_ID_TYPE\", \"ENUM\", \"STRUCT\", \"CLASSIFICATION\", \"ENTITY\", \"ARRAY\", \"MAP\", \"RELATIONSHIP\", \"TERM_TEMPLATE\"\n */\n category?: TypeCategoryOutput;\n /** The created time of the record. */\n createTime?: number;\n /** The user who created the record. */\n createdBy?: string;\n /** The date format. */\n dateFormatter?: DateFormatOutput;\n /** The description of the type definition. */\n description?: string;\n /** The GUID of the type definition. */\n guid?: string;\n /** The name of the type definition. */\n name?: string;\n /** The options for the type definition. */\n options?: Record<string, string>;\n /** The service type. */\n serviceType?: string;\n /** The version of the type. */\n typeVersion?: string;\n /** The update time of the record. */\n updateTime?: number;\n /** The user who updated the record. */\n updatedBy?: string;\n /** The version of the record. */\n version?: number;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** An array of attribute definitions. */\n attributeDefs?: Array<AtlasAttributeDefOutput>;\n}\n\n/** The basic information of the type definition. */\nexport interface AtlasTypeDefHeaderOutput {\n /**\n * The enum of type category.\n *\n * Possible values: \"PRIMITIVE\", \"OBJECT_ID_TYPE\", \"ENUM\", \"STRUCT\", \"CLASSIFICATION\", \"ENTITY\", \"ARRAY\", \"MAP\", \"RELATIONSHIP\", \"TERM_TEMPLATE\"\n */\n category?: TypeCategoryOutput;\n /** The GUID of the type definition. */\n guid?: string;\n /** The name of the type definition. */\n name?: string;\n}\n\n/** Alias for EntityStatusOutput */\nexport type EntityStatusOutput = string;\n/** Alias for AtlasTermAssignmentStatusOutput */\nexport type AtlasTermAssignmentStatusOutput = string;\n/** Alias for SortTypeOutput */\nexport type SortTypeOutput = string;\n/** Alias for ImportStatusOutput */\nexport type ImportStatusOutput = string;\n/** Alias for AtlasTermRelationshipStatusOutput */\nexport type AtlasTermRelationshipStatusOutput = string;\n/** Alias for TermStatusOutput */\nexport type TermStatusOutput = string;\n/** Alias for StatusAtlasRelationshipOutput */\nexport type StatusAtlasRelationshipOutput = string;\n/** Alias for LineageDirectionOutput */\nexport type LineageDirectionOutput = string;\n/** Alias for TypeCategoryOutput */\nexport type TypeCategoryOutput = string;\n/** Alias for RoundingModeOutput */\nexport type RoundingModeOutput = string;\n/** Alias for CardinalityValueOutput */\nexport type CardinalityValueOutput = string;\n/** Alias for RelationshipCategoryOutput */\nexport type RelationshipCategoryOutput = string;\n"]}
@@ -265,7 +265,7 @@ export interface EntityAddOrUpdateBusinessMetadataAttributesBodyParam {
265
265
  export type EntityAddOrUpdateBusinessMetadataAttributesParameters = EntityAddOrUpdateBusinessMetadataAttributesBodyParam & RequestParameters;
266
266
  export type EntityGetSampleBusinessMetadataTemplateParameters = RequestParameters;
267
267
  export interface EntityImportBusinessMetadataBodyParam {
268
- /** Body parameter. */
268
+ /** Multipart body */
269
269
  body: BusinessMetadataOptions;
270
270
  }
271
271
  export interface EntityImportBusinessMetadataMediaTypesParam {
@@ -1 +1 @@
1
- {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../src/parameters.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../src/parameters.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../src/parameters.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { RequestParameters } from \"@azure-rest/core-client\";\nimport type {\n BusinessAttributeUpdateBehavior,\n AtlasEntityWithExtInfo,\n AtlasEntitiesWithExtInfo,\n ClassificationAssociateOptions,\n AtlasClassification,\n AtlasEntityHeaders,\n BusinessMetadataOptions,\n MoveEntitiesOptions,\n AtlasGlossary,\n AtlasGlossaryCategory,\n AtlasGlossaryTerm,\n AtlasRelatedObjectId,\n QueryOptions,\n SuggestOptions,\n AutoCompleteOptions,\n LineageDirection,\n AtlasRelationship,\n TypeCategory,\n AtlasTypesDef,\n} from \"./models.js\";\n\nexport interface EntityCreateOrUpdateBodyParam {\n /** Body parameter. */\n body: AtlasEntityWithExtInfo;\n}\n\nexport interface EntityCreateOrUpdateQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n /**\n * Used to define the update behavior for business attributes when updating\n * entities.\n *\n * Possible values: \"ignore\", \"replace\", \"merge\"\n */\n businessAttributeUpdateBehavior?: BusinessAttributeUpdateBehavior;\n /**\n * The collection where entities will be moved to. Only specify a value if you\n * need to move an entity to another collection.\n */\n collectionId?: string;\n}\n\nexport interface EntityCreateOrUpdateQueryParam {\n queryParameters?: EntityCreateOrUpdateQueryParamProperties;\n}\n\nexport type EntityCreateOrUpdateParameters = EntityCreateOrUpdateQueryParam &\n EntityCreateOrUpdateBodyParam &\n RequestParameters;\n\n/** This is the wrapper object for the parameter `guid` with explode set to true and style set to form. */\nexport interface EntityListByGuidsGuidQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: true;\n /** Style of the value */\n style: \"form\";\n}\n\nexport interface EntityListByGuidsQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n /** An array of GUIDs of entities to list. */\n guid: EntityListByGuidsGuidQueryParam;\n /** Whether to return minimal information for referred entities. */\n minExtInfo?: boolean;\n /** Whether to ignore relationship attributes. */\n ignoreRelationships?: boolean;\n}\n\nexport interface EntityListByGuidsQueryParam {\n queryParameters: EntityListByGuidsQueryParamProperties;\n}\n\nexport type EntityListByGuidsParameters = EntityListByGuidsQueryParam & RequestParameters;\n\nexport interface EntityBulkCreateOrUpdateBodyParam {\n /** Body parameter. */\n body: AtlasEntitiesWithExtInfo;\n}\n\nexport interface EntityBulkCreateOrUpdateQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n /**\n * The collection where entities will be moved to. Only specify a value if you\n * need to move an entity to another collection.\n */\n collectionId?: string;\n /**\n * Used to define the update behavior for business attributes when updating\n * entities.\n *\n * Possible values: \"ignore\", \"replace\", \"merge\"\n */\n businessAttributeUpdateBehavior?: BusinessAttributeUpdateBehavior;\n}\n\nexport interface EntityBulkCreateOrUpdateQueryParam {\n queryParameters?: EntityBulkCreateOrUpdateQueryParamProperties;\n}\n\nexport type EntityBulkCreateOrUpdateParameters = EntityBulkCreateOrUpdateQueryParam &\n EntityBulkCreateOrUpdateBodyParam &\n RequestParameters;\n\n/** This is the wrapper object for the parameter `guid` with explode set to true and style set to form. */\nexport interface EntityBulkDeleteGuidQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: true;\n /** Style of the value */\n style: \"form\";\n}\n\nexport interface EntityBulkDeleteQueryParamProperties {\n /** An array of GUIDs of entities to delete. */\n guid: EntityBulkDeleteGuidQueryParam;\n}\n\nexport interface EntityBulkDeleteQueryParam {\n queryParameters: EntityBulkDeleteQueryParamProperties;\n}\n\nexport type EntityBulkDeleteParameters = EntityBulkDeleteQueryParam & RequestParameters;\n\nexport interface EntityAddClassificationBodyParam {\n /** Body parameter. */\n body: ClassificationAssociateOptions;\n}\n\nexport type EntityAddClassificationParameters = EntityAddClassificationBodyParam &\n RequestParameters;\n\nexport interface EntityGetQueryParamProperties {\n /** Whether to return minimal information for referred entities. */\n minExtInfo?: boolean;\n /** Whether to ignore relationship attributes. */\n ignoreRelationships?: boolean;\n}\n\nexport interface EntityGetQueryParam {\n queryParameters?: EntityGetQueryParamProperties;\n}\n\nexport type EntityGetParameters = EntityGetQueryParam & RequestParameters;\n\nexport interface EntityPartialUpdateAttributeByGuidBodyParam {\n /** The value of the attribute. */\n body: unknown;\n}\n\nexport interface EntityPartialUpdateAttributeByGuidQueryParamProperties {\n /** The name of the attribute. */\n name: string;\n}\n\nexport interface EntityPartialUpdateAttributeByGuidQueryParam {\n queryParameters: EntityPartialUpdateAttributeByGuidQueryParamProperties;\n}\n\nexport type EntityPartialUpdateAttributeByGuidParameters =\n EntityPartialUpdateAttributeByGuidQueryParam &\n EntityPartialUpdateAttributeByGuidBodyParam &\n RequestParameters;\nexport type EntityDeleteParameters = RequestParameters;\nexport type EntityGetClassificationParameters = RequestParameters;\nexport type EntityRemoveClassificationParameters = RequestParameters;\nexport type EntityGetClassificationsParameters = RequestParameters;\n\nexport interface EntityAddClassificationsBodyParam {\n /** An array of classifications to be added. */\n body: Array<AtlasClassification>;\n}\n\nexport type EntityAddClassificationsParameters = EntityAddClassificationsBodyParam &\n RequestParameters;\n\nexport interface EntityUpdateClassificationsBodyParam {\n /** An array of classifications to be updated. */\n body: Array<AtlasClassification>;\n}\n\nexport type EntityUpdateClassificationsParameters = EntityUpdateClassificationsBodyParam &\n RequestParameters;\n\nexport interface EntityGetByUniqueAttributesQueryParamProperties {\n /** Whether to return minimal information for referred entities. */\n minExtInfo?: boolean;\n /** Whether to ignore relationship attributes. */\n ignoreRelationships?: boolean;\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface EntityGetByUniqueAttributesQueryParam {\n queryParameters?: EntityGetByUniqueAttributesQueryParamProperties;\n}\n\nexport type EntityGetByUniqueAttributesParameters = EntityGetByUniqueAttributesQueryParam &\n RequestParameters;\n\nexport interface EntityPartialUpdateByUniqueAttributesBodyParam {\n /** Body parameter. */\n body: AtlasEntityWithExtInfo;\n}\n\nexport interface EntityPartialUpdateByUniqueAttributesQueryParamProperties {\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface EntityPartialUpdateByUniqueAttributesQueryParam {\n queryParameters?: EntityPartialUpdateByUniqueAttributesQueryParamProperties;\n}\n\nexport type EntityPartialUpdateByUniqueAttributesParameters =\n EntityPartialUpdateByUniqueAttributesQueryParam &\n EntityPartialUpdateByUniqueAttributesBodyParam &\n RequestParameters;\n\nexport interface EntityDeleteByUniqueAttributeQueryParamProperties {\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface EntityDeleteByUniqueAttributeQueryParam {\n queryParameters?: EntityDeleteByUniqueAttributeQueryParamProperties;\n}\n\nexport type EntityDeleteByUniqueAttributeParameters = EntityDeleteByUniqueAttributeQueryParam &\n RequestParameters;\n\nexport interface EntityRemoveClassificationByUniqueAttributeQueryParamProperties {\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface EntityRemoveClassificationByUniqueAttributeQueryParam {\n queryParameters?: EntityRemoveClassificationByUniqueAttributeQueryParamProperties;\n}\n\nexport type EntityRemoveClassificationByUniqueAttributeParameters =\n EntityRemoveClassificationByUniqueAttributeQueryParam & RequestParameters;\n\nexport interface EntityAddClassificationsByUniqueAttributeBodyParam {\n /** An array of classification to be added. */\n body: Array<AtlasClassification>;\n}\n\nexport interface EntityAddClassificationsByUniqueAttributeQueryParamProperties {\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface EntityAddClassificationsByUniqueAttributeQueryParam {\n queryParameters?: EntityAddClassificationsByUniqueAttributeQueryParamProperties;\n}\n\nexport type EntityAddClassificationsByUniqueAttributeParameters =\n EntityAddClassificationsByUniqueAttributeQueryParam &\n EntityAddClassificationsByUniqueAttributeBodyParam &\n RequestParameters;\n\nexport interface EntityUpdateClassificationsByUniqueAttributeBodyParam {\n /** An array of classification to be updated. */\n body: Array<AtlasClassification>;\n}\n\nexport interface EntityUpdateClassificationsByUniqueAttributeQueryParamProperties {\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface EntityUpdateClassificationsByUniqueAttributeQueryParam {\n queryParameters?: EntityUpdateClassificationsByUniqueAttributeQueryParamProperties;\n}\n\nexport type EntityUpdateClassificationsByUniqueAttributeParameters =\n EntityUpdateClassificationsByUniqueAttributeQueryParam &\n EntityUpdateClassificationsByUniqueAttributeBodyParam &\n RequestParameters;\n\nexport interface EntityBulkSetClassificationsBodyParam {\n /** Body parameter. */\n body: AtlasEntityHeaders;\n}\n\nexport type EntityBulkSetClassificationsParameters = EntityBulkSetClassificationsBodyParam &\n RequestParameters;\n\nexport interface EntityListByUniqueAttributesQueryParamProperties {\n /** Whether to return minimal information for referred entities. */\n minExtInfo?: boolean;\n /** Whether to ignore relationship attributes. */\n ignoreRelationships?: boolean;\n /**\n * Qualified name of an entity. E.g. to find 2 entities you can set\n * attrs_1:qualifiedName=db1@cl1&attrs_2:qualifiedName=db2@cl1. (This is only an\n * example. qualifiedName can be changed to other unique attributes)\n */\n \"attr_N:qualifiedName\"?: string;\n}\n\nexport interface EntityListByUniqueAttributesQueryParam {\n queryParameters?: EntityListByUniqueAttributesQueryParamProperties;\n}\n\nexport type EntityListByUniqueAttributesParameters = EntityListByUniqueAttributesQueryParam &\n RequestParameters;\nexport type EntityGetHeaderParameters = RequestParameters;\n\nexport interface EntityRemoveBusinessMetadataBodyParam {\n /** Business metadata payload */\n body: Record<string, Record<string, unknown>>;\n}\n\nexport type EntityRemoveBusinessMetadataParameters = EntityRemoveBusinessMetadataBodyParam &\n RequestParameters;\n\nexport interface EntityAddOrUpdateBusinessMetadataBodyParam {\n /** BusinessMetadata payload */\n body: Record<string, Record<string, unknown>>;\n}\n\nexport interface EntityAddOrUpdateBusinessMetadataQueryParamProperties {\n /**\n * Whether to overwrite the existing business metadata on the entity or not,\n * default is false.\n */\n isOverwrite?: boolean;\n}\n\nexport interface EntityAddOrUpdateBusinessMetadataQueryParam {\n queryParameters?: EntityAddOrUpdateBusinessMetadataQueryParamProperties;\n}\n\nexport type EntityAddOrUpdateBusinessMetadataParameters =\n EntityAddOrUpdateBusinessMetadataQueryParam &\n EntityAddOrUpdateBusinessMetadataBodyParam &\n RequestParameters;\n\nexport interface EntityRemoveBusinessMetadataAttributesBodyParam {\n /** Business metadata attribute payload */\n body: Record<string, unknown>;\n}\n\nexport type EntityRemoveBusinessMetadataAttributesParameters =\n EntityRemoveBusinessMetadataAttributesBodyParam & RequestParameters;\n\nexport interface EntityAddOrUpdateBusinessMetadataAttributesBodyParam {\n /** Business metadata attribute payload */\n body: Record<string, unknown>;\n}\n\nexport type EntityAddOrUpdateBusinessMetadataAttributesParameters =\n EntityAddOrUpdateBusinessMetadataAttributesBodyParam & RequestParameters;\nexport type EntityGetSampleBusinessMetadataTemplateParameters = RequestParameters;\n\nexport interface EntityImportBusinessMetadataBodyParam {\n /** Body parameter. */\n body: BusinessMetadataOptions;\n}\n\nexport interface EntityImportBusinessMetadataMediaTypesParam {\n /** The content type for the operation. Always multipart/form-data for this operation. */\n contentType: \"multipart/form-data\";\n}\n\nexport type EntityImportBusinessMetadataParameters = EntityImportBusinessMetadataMediaTypesParam &\n EntityImportBusinessMetadataBodyParam &\n RequestParameters;\n\nexport interface EntityRemoveLabelsBodyParam {\n /** set of labels to be deleted */\n body?: string[];\n}\n\nexport type EntityRemoveLabelsParameters = EntityRemoveLabelsBodyParam & RequestParameters;\n\nexport interface EntitySetLabelsBodyParam {\n /** set of labels to be set to the entity */\n body?: string[];\n}\n\nexport type EntitySetLabelsParameters = EntitySetLabelsBodyParam & RequestParameters;\n\nexport interface EntityAddLabelBodyParam {\n /** set of labels to be added */\n body?: string[];\n}\n\nexport type EntityAddLabelParameters = EntityAddLabelBodyParam & RequestParameters;\n\nexport interface EntityRemoveLabelsByUniqueAttributeBodyParam {\n /** set of labels to be deleted */\n body?: string[];\n}\n\nexport interface EntityRemoveLabelsByUniqueAttributeQueryParamProperties {\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface EntityRemoveLabelsByUniqueAttributeQueryParam {\n queryParameters?: EntityRemoveLabelsByUniqueAttributeQueryParamProperties;\n}\n\nexport type EntityRemoveLabelsByUniqueAttributeParameters =\n EntityRemoveLabelsByUniqueAttributeQueryParam &\n EntityRemoveLabelsByUniqueAttributeBodyParam &\n RequestParameters;\n\nexport interface EntitySetLabelsByUniqueAttributeBodyParam {\n /** set of labels to be set */\n body?: string[];\n}\n\nexport interface EntitySetLabelsByUniqueAttributeQueryParamProperties {\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface EntitySetLabelsByUniqueAttributeQueryParam {\n queryParameters?: EntitySetLabelsByUniqueAttributeQueryParamProperties;\n}\n\nexport type EntitySetLabelsByUniqueAttributeParameters =\n EntitySetLabelsByUniqueAttributeQueryParam &\n EntitySetLabelsByUniqueAttributeBodyParam &\n RequestParameters;\n\nexport interface EntityAddLabelsByUniqueAttributeBodyParam {\n /** set of labels to be added */\n body?: string[];\n}\n\nexport interface EntityAddLabelsByUniqueAttributeQueryParamProperties {\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface EntityAddLabelsByUniqueAttributeQueryParam {\n queryParameters?: EntityAddLabelsByUniqueAttributeQueryParamProperties;\n}\n\nexport type EntityAddLabelsByUniqueAttributeParameters =\n EntityAddLabelsByUniqueAttributeQueryParam &\n EntityAddLabelsByUniqueAttributeBodyParam &\n RequestParameters;\n\nexport interface EntityMoveEntitiesToCollectionBodyParam {\n /** Body parameter. */\n body: MoveEntitiesOptions;\n}\n\nexport interface EntityMoveEntitiesToCollectionQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\": string;\n /** The collection where entities will be moved to. */\n collectionId: string;\n}\n\nexport interface EntityMoveEntitiesToCollectionQueryParam {\n queryParameters: EntityMoveEntitiesToCollectionQueryParamProperties;\n}\n\nexport type EntityMoveEntitiesToCollectionParameters = EntityMoveEntitiesToCollectionQueryParam &\n EntityMoveEntitiesToCollectionBodyParam &\n RequestParameters;\n\nexport interface GlossaryListQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n /** The page size - by default there is no paging. */\n limit?: number;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The sort order, ASC (default) or DESC. */\n sort?: string;\n /** Whether ignore terms and categories */\n ignoreTermsAndCategories?: boolean;\n}\n\nexport interface GlossaryListQueryParam {\n queryParameters?: GlossaryListQueryParamProperties;\n}\n\nexport type GlossaryListParameters = GlossaryListQueryParam & RequestParameters;\n\nexport interface GlossaryCreateBodyParam {\n /** Body parameter. */\n body: AtlasGlossary;\n}\n\nexport type GlossaryCreateParameters = GlossaryCreateBodyParam & RequestParameters;\n\nexport interface GlossaryCreateCategoriesBodyParam {\n /** An array of glossary category definitions to be created. */\n body: Array<AtlasGlossaryCategory>;\n}\n\nexport type GlossaryCreateCategoriesParameters = GlossaryCreateCategoriesBodyParam &\n RequestParameters;\n\nexport interface GlossaryCreateCategoryBodyParam {\n /** Body parameter. */\n body: AtlasGlossaryCategory;\n}\n\nexport type GlossaryCreateCategoryParameters = GlossaryCreateCategoryBodyParam & RequestParameters;\nexport type GlossaryGetCategoryParameters = RequestParameters;\n\nexport interface GlossaryUpdateCategoryBodyParam {\n /** Body parameter. */\n body: AtlasGlossaryCategory;\n}\n\nexport type GlossaryUpdateCategoryParameters = GlossaryUpdateCategoryBodyParam & RequestParameters;\nexport type GlossaryDeleteCategoryParameters = RequestParameters;\n\nexport interface GlossaryPartialUpdateCategoryBodyParam {\n /**\n * A map containing keys as attribute names and values as corresponding attribute\n * values for partial update.\n */\n body: Record<string, string>;\n}\n\nexport type GlossaryPartialUpdateCategoryParameters = GlossaryPartialUpdateCategoryBodyParam &\n RequestParameters;\n\nexport interface GlossaryListRelatedCategoriesQueryParamProperties {\n /** The page size - by default there is no paging. */\n limit?: number;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The sort order, ASC (default) or DESC. */\n sort?: string;\n}\n\nexport interface GlossaryListRelatedCategoriesQueryParam {\n queryParameters?: GlossaryListRelatedCategoriesQueryParamProperties;\n}\n\nexport type GlossaryListRelatedCategoriesParameters = GlossaryListRelatedCategoriesQueryParam &\n RequestParameters;\n\nexport interface GlossaryListCategoryTermsQueryParamProperties {\n /** The page size - by default there is no paging. */\n limit?: number;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The sort order, ASC (default) or DESC. */\n sort?: string;\n}\n\nexport interface GlossaryListCategoryTermsQueryParam {\n queryParameters?: GlossaryListCategoryTermsQueryParamProperties;\n}\n\nexport type GlossaryListCategoryTermsParameters = GlossaryListCategoryTermsQueryParam &\n RequestParameters;\n\nexport interface GlossaryCreateTermBodyParam {\n /** Body parameter. */\n body: AtlasGlossaryTerm;\n}\n\nexport interface GlossaryCreateTermQueryParamProperties {\n /** Whether include term hierarchy */\n includeTermHierarchy?: boolean;\n}\n\nexport interface GlossaryCreateTermQueryParam {\n queryParameters?: GlossaryCreateTermQueryParamProperties;\n}\n\nexport type GlossaryCreateTermParameters = GlossaryCreateTermQueryParam &\n GlossaryCreateTermBodyParam &\n RequestParameters;\n\nexport interface GlossaryGetTermQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n}\n\nexport interface GlossaryGetTermQueryParam {\n queryParameters?: GlossaryGetTermQueryParamProperties;\n}\n\nexport type GlossaryGetTermParameters = GlossaryGetTermQueryParam & RequestParameters;\n\nexport interface GlossaryUpdateTermBodyParam {\n /** Body parameter. */\n body: AtlasGlossaryTerm;\n}\n\nexport interface GlossaryUpdateTermQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n /** Whether include term hierarchy */\n includeTermHierarchy?: boolean;\n}\n\nexport interface GlossaryUpdateTermQueryParam {\n queryParameters?: GlossaryUpdateTermQueryParamProperties;\n}\n\nexport type GlossaryUpdateTermParameters = GlossaryUpdateTermQueryParam &\n GlossaryUpdateTermBodyParam &\n RequestParameters;\nexport type GlossaryDeleteTermParameters = RequestParameters;\n\nexport interface GlossaryPartialUpdateTermBodyParam {\n /**\n * A map containing keys as attribute names and values as corresponding attribute\n * values to be updated.\n */\n body: Record<string, string>;\n}\n\nexport interface GlossaryPartialUpdateTermQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n /** Whether include term hierarchy */\n includeTermHierarchy?: boolean;\n}\n\nexport interface GlossaryPartialUpdateTermQueryParam {\n queryParameters?: GlossaryPartialUpdateTermQueryParamProperties;\n}\n\nexport type GlossaryPartialUpdateTermParameters = GlossaryPartialUpdateTermQueryParam &\n GlossaryPartialUpdateTermBodyParam &\n RequestParameters;\n\nexport interface GlossaryCreateTermsBodyParam {\n /** An array of glossary term definitions to be created in bulk. */\n body: Array<AtlasGlossaryTerm>;\n}\n\nexport interface GlossaryCreateTermsQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n /** Whether include term hierarchy */\n includeTermHierarchy?: boolean;\n}\n\nexport interface GlossaryCreateTermsQueryParam {\n queryParameters?: GlossaryCreateTermsQueryParamProperties;\n}\n\nexport type GlossaryCreateTermsParameters = GlossaryCreateTermsQueryParam &\n GlossaryCreateTermsBodyParam &\n RequestParameters;\n\nexport interface GlossaryListEntitiesAssignedWithTermQueryParamProperties {\n /** The page size - by default there is no paging. */\n limit?: number;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The sort order, ASC (default) or DESC. */\n sort?: string;\n}\n\nexport interface GlossaryListEntitiesAssignedWithTermQueryParam {\n queryParameters?: GlossaryListEntitiesAssignedWithTermQueryParamProperties;\n}\n\nexport type GlossaryListEntitiesAssignedWithTermParameters =\n GlossaryListEntitiesAssignedWithTermQueryParam & RequestParameters;\n\nexport interface GlossaryAssignTermToEntitiesBodyParam {\n /** An array of related object IDs to which the term has to be associated. */\n body: Array<AtlasRelatedObjectId>;\n}\n\nexport type GlossaryAssignTermToEntitiesParameters = GlossaryAssignTermToEntitiesBodyParam &\n RequestParameters;\n\nexport interface GlossaryDeleteTermAssignmentFromEntitiesBodyParam {\n /** An array of related object IDs from which the term has to be dissociated. */\n body: Array<AtlasRelatedObjectId>;\n}\n\nexport type GlossaryDeleteTermAssignmentFromEntitiesParameters =\n GlossaryDeleteTermAssignmentFromEntitiesBodyParam & RequestParameters;\n\nexport interface GlossaryListRelatedTermsQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n /** The page size - by default there is no paging. */\n limit?: number;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The sort order, ASC (default) or DESC. */\n sort?: string;\n}\n\nexport interface GlossaryListRelatedTermsQueryParam {\n queryParameters?: GlossaryListRelatedTermsQueryParamProperties;\n}\n\nexport type GlossaryListRelatedTermsParameters = GlossaryListRelatedTermsQueryParam &\n RequestParameters;\nexport type GlossaryGetParameters = RequestParameters;\n\nexport interface GlossaryUpdateBodyParam {\n /** Body parameter. */\n body: AtlasGlossary;\n}\n\nexport interface GlossaryUpdateQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n /** Whether ignore terms and categories */\n ignoreTermsAndCategories?: boolean;\n}\n\nexport interface GlossaryUpdateQueryParam {\n queryParameters?: GlossaryUpdateQueryParamProperties;\n}\n\nexport type GlossaryUpdateParameters = GlossaryUpdateQueryParam &\n GlossaryUpdateBodyParam &\n RequestParameters;\nexport type GlossaryDeleteParameters = RequestParameters;\n\nexport interface GlossaryListCategoriesQueryParamProperties {\n /** The page size - by default there is no paging. */\n limit?: number;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The sort order, ASC (default) or DESC. */\n sort?: string;\n}\n\nexport interface GlossaryListCategoriesQueryParam {\n queryParameters?: GlossaryListCategoriesQueryParamProperties;\n}\n\nexport type GlossaryListCategoriesParameters = GlossaryListCategoriesQueryParam & RequestParameters;\n\nexport interface GlossaryListCategoriesHeadersQueryParamProperties {\n /** The page size - by default there is no paging. */\n limit?: number;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The sort order, ASC (default) or DESC. */\n sort?: string;\n}\n\nexport interface GlossaryListCategoriesHeadersQueryParam {\n queryParameters?: GlossaryListCategoriesHeadersQueryParamProperties;\n}\n\nexport type GlossaryListCategoriesHeadersParameters = GlossaryListCategoriesHeadersQueryParam &\n RequestParameters;\n\nexport interface GlossaryGetDetailedQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n}\n\nexport interface GlossaryGetDetailedQueryParam {\n queryParameters?: GlossaryGetDetailedQueryParamProperties;\n}\n\nexport type GlossaryGetDetailedParameters = GlossaryGetDetailedQueryParam & RequestParameters;\n\nexport interface GlossaryPartialUpdateBodyParam {\n /**\n * A map containing keys as attribute names and values as corresponding attribute\n * values.\n */\n body: Record<string, string>;\n}\n\nexport interface GlossaryPartialUpdateQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n /** Whether ignore terms and categories */\n ignoreTermsAndCategories?: boolean;\n}\n\nexport interface GlossaryPartialUpdateQueryParam {\n queryParameters?: GlossaryPartialUpdateQueryParamProperties;\n}\n\nexport type GlossaryPartialUpdateParameters = GlossaryPartialUpdateQueryParam &\n GlossaryPartialUpdateBodyParam &\n RequestParameters;\n\nexport interface GlossaryListTermsQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n /** The page size - by default there is no paging. */\n limit?: number;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The sort order, ASC (default) or DESC. */\n sort?: string;\n}\n\nexport interface GlossaryListTermsQueryParam {\n queryParameters?: GlossaryListTermsQueryParamProperties;\n}\n\nexport type GlossaryListTermsParameters = GlossaryListTermsQueryParam & RequestParameters;\n\nexport interface GlossaryListTermHeadersQueryParamProperties {\n /** The page size - by default there is no paging. */\n limit?: number;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The sort order, ASC (default) or DESC. */\n sort?: string;\n}\n\nexport interface GlossaryListTermHeadersQueryParam {\n queryParameters?: GlossaryListTermHeadersQueryParamProperties;\n}\n\nexport type GlossaryListTermHeadersParameters = GlossaryListTermHeadersQueryParam &\n RequestParameters;\n\nexport interface DiscoveryQueryBodyParam {\n /** Body parameter. */\n body: QueryOptions;\n}\n\nexport interface DiscoveryQueryQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\": string;\n}\n\nexport interface DiscoveryQueryQueryParam {\n queryParameters: DiscoveryQueryQueryParamProperties;\n}\n\nexport type DiscoveryQueryParameters = DiscoveryQueryQueryParam &\n DiscoveryQueryBodyParam &\n RequestParameters;\n\nexport interface DiscoverySuggestBodyParam {\n /** Body parameter. */\n body: SuggestOptions;\n}\n\nexport interface DiscoverySuggestQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\": string;\n}\n\nexport interface DiscoverySuggestQueryParam {\n queryParameters: DiscoverySuggestQueryParamProperties;\n}\n\nexport type DiscoverySuggestParameters = DiscoverySuggestQueryParam &\n DiscoverySuggestBodyParam &\n RequestParameters;\n\nexport interface DiscoveryAutoCompleteBodyParam {\n /** Body parameter. */\n body: AutoCompleteOptions;\n}\n\nexport interface DiscoveryAutoCompleteQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\": string;\n}\n\nexport interface DiscoveryAutoCompleteQueryParam {\n queryParameters: DiscoveryAutoCompleteQueryParamProperties;\n}\n\nexport type DiscoveryAutoCompleteParameters = DiscoveryAutoCompleteQueryParam &\n DiscoveryAutoCompleteBodyParam &\n RequestParameters;\n\nexport interface LineageGetQueryParamProperties {\n /** The number of hops for lineage. */\n depth?: number;\n /**\n * The direction of the lineage, which could be INPUT, OUTPUT or BOTH.\n *\n * Possible values: \"INPUT\", \"OUTPUT\", \"BOTH\"\n */\n direction: LineageDirection;\n}\n\nexport interface LineageGetQueryParam {\n queryParameters: LineageGetQueryParamProperties;\n}\n\nexport type LineageGetParameters = LineageGetQueryParam & RequestParameters;\n\nexport interface LineageGetNextPageQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\": string;\n /**\n * The direction of the lineage, which could be INPUT, OUTPUT or BOTH.\n *\n * Possible values: \"INPUT\", \"OUTPUT\", \"BOTH\"\n */\n direction: LineageDirection;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The page size - by default there is no paging. */\n limit?: number;\n}\n\nexport interface LineageGetNextPageQueryParam {\n queryParameters: LineageGetNextPageQueryParamProperties;\n}\n\nexport type LineageGetNextPageParameters = LineageGetNextPageQueryParam & RequestParameters;\n\nexport interface LineageGetByUniqueAttributeQueryParamProperties {\n /** The number of hops for lineage. */\n depth?: number;\n /**\n * The direction of the lineage, which could be INPUT, OUTPUT or BOTH.\n *\n * Possible values: \"INPUT\", \"OUTPUT\", \"BOTH\"\n */\n direction: LineageDirection;\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface LineageGetByUniqueAttributeQueryParam {\n queryParameters: LineageGetByUniqueAttributeQueryParamProperties;\n}\n\nexport type LineageGetByUniqueAttributeParameters = LineageGetByUniqueAttributeQueryParam &\n RequestParameters;\n\nexport interface RelationshipCreateBodyParam {\n /** Body parameter. */\n body: AtlasRelationship;\n}\n\nexport type RelationshipCreateParameters = RelationshipCreateBodyParam & RequestParameters;\n\nexport interface RelationshipUpdateBodyParam {\n /** Body parameter. */\n body: AtlasRelationship;\n}\n\nexport type RelationshipUpdateParameters = RelationshipUpdateBodyParam & RequestParameters;\n\nexport interface RelationshipGetQueryParamProperties {\n /** Limits whether includes extended information. */\n extendedInfo?: boolean;\n}\n\nexport interface RelationshipGetQueryParam {\n queryParameters?: RelationshipGetQueryParamProperties;\n}\n\nexport type RelationshipGetParameters = RelationshipGetQueryParam & RequestParameters;\nexport type RelationshipDeleteParameters = RequestParameters;\nexport type TypeGetBusinessMetadataDefByGuidParameters = RequestParameters;\nexport type TypeGetBusinessMetadataDefByNameParameters = RequestParameters;\nexport type TypeGetClassificationDefByGuidParameters = RequestParameters;\nexport type TypeGetClassificationDefByNameParameters = RequestParameters;\nexport type TypeGetEntityDefByGuidParameters = RequestParameters;\nexport type TypeGetEntityDefByNameParameters = RequestParameters;\nexport type TypeGetEnumDefByGuidParameters = RequestParameters;\nexport type TypeGetEnumDefByNameParameters = RequestParameters;\nexport type TypeGetRelationshipDefByGuidParameters = RequestParameters;\nexport type TypeGetRelationshipDefByNameParameters = RequestParameters;\nexport type TypeGetStructDefByGuidParameters = RequestParameters;\nexport type TypeGetStructDefByNameParameters = RequestParameters;\nexport type TypeGetByGuidParameters = RequestParameters;\nexport type TypeGetByNameParameters = RequestParameters;\nexport type TypeDeleteParameters = RequestParameters;\n\nexport interface TypeListQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n /**\n * Whether include termtemplatedef when return all typedefs.\n * This is always true\n * when search filter type=term_template\n */\n includeTermTemplate?: boolean;\n /**\n * Typedef name as search filter when get typedefs.\n *\n * Possible values: \"PRIMITIVE\", \"OBJECT_ID_TYPE\", \"ENUM\", \"STRUCT\", \"CLASSIFICATION\", \"ENTITY\", \"ARRAY\", \"MAP\", \"RELATIONSHIP\", \"TERM_TEMPLATE\"\n */\n type?: TypeCategory;\n}\n\nexport interface TypeListQueryParam {\n queryParameters?: TypeListQueryParamProperties;\n}\n\nexport type TypeListParameters = TypeListQueryParam & RequestParameters;\n\nexport interface TypeBulkCreateBodyParam {\n /** Body parameter. */\n body: AtlasTypesDef;\n}\n\nexport type TypeBulkCreateParameters = TypeBulkCreateBodyParam & RequestParameters;\n\nexport interface TypeBulkUpdateBodyParam {\n /** Body parameter. */\n body: AtlasTypesDef;\n}\n\nexport type TypeBulkUpdateParameters = TypeBulkUpdateBodyParam & RequestParameters;\n\nexport interface TypeBulkDeleteBodyParam {\n /** Body parameter. */\n body: AtlasTypesDef;\n}\n\nexport type TypeBulkDeleteParameters = TypeBulkDeleteBodyParam & RequestParameters;\n\nexport interface TypeListHeadersQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n /**\n * Whether include termtemplatedef when return all typedefs.\n * This is always true\n * when search filter type=term_template\n */\n includeTermTemplate?: boolean;\n /**\n * Typedef name as search filter when get typedefs.\n *\n * Possible values: \"PRIMITIVE\", \"OBJECT_ID_TYPE\", \"ENUM\", \"STRUCT\", \"CLASSIFICATION\", \"ENTITY\", \"ARRAY\", \"MAP\", \"RELATIONSHIP\", \"TERM_TEMPLATE\"\n */\n type?: TypeCategory;\n}\n\nexport interface TypeListHeadersQueryParam {\n queryParameters?: TypeListHeadersQueryParamProperties;\n}\n\nexport type TypeListHeadersParameters = TypeListHeadersQueryParam & RequestParameters;\n\nexport interface TypeGetTermTemplateDefByGuidQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\": string;\n}\n\nexport interface TypeGetTermTemplateDefByGuidQueryParam {\n queryParameters: TypeGetTermTemplateDefByGuidQueryParamProperties;\n}\n\nexport type TypeGetTermTemplateDefByGuidParameters = TypeGetTermTemplateDefByGuidQueryParam &\n RequestParameters;\n\nexport interface TypeGetTermTemplateDefByNameQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\": string;\n}\n\nexport interface TypeGetTermTemplateDefByNameQueryParam {\n queryParameters: TypeGetTermTemplateDefByNameQueryParamProperties;\n}\n\nexport type TypeGetTermTemplateDefByNameParameters = TypeGetTermTemplateDefByNameQueryParam &\n RequestParameters;\n"]}
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../src/parameters.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { RequestParameters } from \"@azure-rest/core-client\";\nimport type {\n BusinessAttributeUpdateBehavior,\n AtlasEntityWithExtInfo,\n AtlasEntitiesWithExtInfo,\n ClassificationAssociateOptions,\n AtlasClassification,\n AtlasEntityHeaders,\n BusinessMetadataOptions,\n MoveEntitiesOptions,\n AtlasGlossary,\n AtlasGlossaryCategory,\n AtlasGlossaryTerm,\n AtlasRelatedObjectId,\n QueryOptions,\n SuggestOptions,\n AutoCompleteOptions,\n LineageDirection,\n AtlasRelationship,\n TypeCategory,\n AtlasTypesDef,\n} from \"./models.js\";\n\nexport interface EntityCreateOrUpdateBodyParam {\n /** Body parameter. */\n body: AtlasEntityWithExtInfo;\n}\n\nexport interface EntityCreateOrUpdateQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n /**\n * Used to define the update behavior for business attributes when updating\n * entities.\n *\n * Possible values: \"ignore\", \"replace\", \"merge\"\n */\n businessAttributeUpdateBehavior?: BusinessAttributeUpdateBehavior;\n /**\n * The collection where entities will be moved to. Only specify a value if you\n * need to move an entity to another collection.\n */\n collectionId?: string;\n}\n\nexport interface EntityCreateOrUpdateQueryParam {\n queryParameters?: EntityCreateOrUpdateQueryParamProperties;\n}\n\nexport type EntityCreateOrUpdateParameters = EntityCreateOrUpdateQueryParam &\n EntityCreateOrUpdateBodyParam &\n RequestParameters;\n\n/** This is the wrapper object for the parameter `guid` with explode set to true and style set to form. */\nexport interface EntityListByGuidsGuidQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: true;\n /** Style of the value */\n style: \"form\";\n}\n\nexport interface EntityListByGuidsQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n /** An array of GUIDs of entities to list. */\n guid: EntityListByGuidsGuidQueryParam;\n /** Whether to return minimal information for referred entities. */\n minExtInfo?: boolean;\n /** Whether to ignore relationship attributes. */\n ignoreRelationships?: boolean;\n}\n\nexport interface EntityListByGuidsQueryParam {\n queryParameters: EntityListByGuidsQueryParamProperties;\n}\n\nexport type EntityListByGuidsParameters = EntityListByGuidsQueryParam & RequestParameters;\n\nexport interface EntityBulkCreateOrUpdateBodyParam {\n /** Body parameter. */\n body: AtlasEntitiesWithExtInfo;\n}\n\nexport interface EntityBulkCreateOrUpdateQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n /**\n * The collection where entities will be moved to. Only specify a value if you\n * need to move an entity to another collection.\n */\n collectionId?: string;\n /**\n * Used to define the update behavior for business attributes when updating\n * entities.\n *\n * Possible values: \"ignore\", \"replace\", \"merge\"\n */\n businessAttributeUpdateBehavior?: BusinessAttributeUpdateBehavior;\n}\n\nexport interface EntityBulkCreateOrUpdateQueryParam {\n queryParameters?: EntityBulkCreateOrUpdateQueryParamProperties;\n}\n\nexport type EntityBulkCreateOrUpdateParameters = EntityBulkCreateOrUpdateQueryParam &\n EntityBulkCreateOrUpdateBodyParam &\n RequestParameters;\n\n/** This is the wrapper object for the parameter `guid` with explode set to true and style set to form. */\nexport interface EntityBulkDeleteGuidQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: true;\n /** Style of the value */\n style: \"form\";\n}\n\nexport interface EntityBulkDeleteQueryParamProperties {\n /** An array of GUIDs of entities to delete. */\n guid: EntityBulkDeleteGuidQueryParam;\n}\n\nexport interface EntityBulkDeleteQueryParam {\n queryParameters: EntityBulkDeleteQueryParamProperties;\n}\n\nexport type EntityBulkDeleteParameters = EntityBulkDeleteQueryParam & RequestParameters;\n\nexport interface EntityAddClassificationBodyParam {\n /** Body parameter. */\n body: ClassificationAssociateOptions;\n}\n\nexport type EntityAddClassificationParameters = EntityAddClassificationBodyParam &\n RequestParameters;\n\nexport interface EntityGetQueryParamProperties {\n /** Whether to return minimal information for referred entities. */\n minExtInfo?: boolean;\n /** Whether to ignore relationship attributes. */\n ignoreRelationships?: boolean;\n}\n\nexport interface EntityGetQueryParam {\n queryParameters?: EntityGetQueryParamProperties;\n}\n\nexport type EntityGetParameters = EntityGetQueryParam & RequestParameters;\n\nexport interface EntityPartialUpdateAttributeByGuidBodyParam {\n /** The value of the attribute. */\n body: unknown;\n}\n\nexport interface EntityPartialUpdateAttributeByGuidQueryParamProperties {\n /** The name of the attribute. */\n name: string;\n}\n\nexport interface EntityPartialUpdateAttributeByGuidQueryParam {\n queryParameters: EntityPartialUpdateAttributeByGuidQueryParamProperties;\n}\n\nexport type EntityPartialUpdateAttributeByGuidParameters =\n EntityPartialUpdateAttributeByGuidQueryParam &\n EntityPartialUpdateAttributeByGuidBodyParam &\n RequestParameters;\nexport type EntityDeleteParameters = RequestParameters;\nexport type EntityGetClassificationParameters = RequestParameters;\nexport type EntityRemoveClassificationParameters = RequestParameters;\nexport type EntityGetClassificationsParameters = RequestParameters;\n\nexport interface EntityAddClassificationsBodyParam {\n /** An array of classifications to be added. */\n body: Array<AtlasClassification>;\n}\n\nexport type EntityAddClassificationsParameters = EntityAddClassificationsBodyParam &\n RequestParameters;\n\nexport interface EntityUpdateClassificationsBodyParam {\n /** An array of classifications to be updated. */\n body: Array<AtlasClassification>;\n}\n\nexport type EntityUpdateClassificationsParameters = EntityUpdateClassificationsBodyParam &\n RequestParameters;\n\nexport interface EntityGetByUniqueAttributesQueryParamProperties {\n /** Whether to return minimal information for referred entities. */\n minExtInfo?: boolean;\n /** Whether to ignore relationship attributes. */\n ignoreRelationships?: boolean;\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface EntityGetByUniqueAttributesQueryParam {\n queryParameters?: EntityGetByUniqueAttributesQueryParamProperties;\n}\n\nexport type EntityGetByUniqueAttributesParameters = EntityGetByUniqueAttributesQueryParam &\n RequestParameters;\n\nexport interface EntityPartialUpdateByUniqueAttributesBodyParam {\n /** Body parameter. */\n body: AtlasEntityWithExtInfo;\n}\n\nexport interface EntityPartialUpdateByUniqueAttributesQueryParamProperties {\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface EntityPartialUpdateByUniqueAttributesQueryParam {\n queryParameters?: EntityPartialUpdateByUniqueAttributesQueryParamProperties;\n}\n\nexport type EntityPartialUpdateByUniqueAttributesParameters =\n EntityPartialUpdateByUniqueAttributesQueryParam &\n EntityPartialUpdateByUniqueAttributesBodyParam &\n RequestParameters;\n\nexport interface EntityDeleteByUniqueAttributeQueryParamProperties {\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface EntityDeleteByUniqueAttributeQueryParam {\n queryParameters?: EntityDeleteByUniqueAttributeQueryParamProperties;\n}\n\nexport type EntityDeleteByUniqueAttributeParameters = EntityDeleteByUniqueAttributeQueryParam &\n RequestParameters;\n\nexport interface EntityRemoveClassificationByUniqueAttributeQueryParamProperties {\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface EntityRemoveClassificationByUniqueAttributeQueryParam {\n queryParameters?: EntityRemoveClassificationByUniqueAttributeQueryParamProperties;\n}\n\nexport type EntityRemoveClassificationByUniqueAttributeParameters =\n EntityRemoveClassificationByUniqueAttributeQueryParam & RequestParameters;\n\nexport interface EntityAddClassificationsByUniqueAttributeBodyParam {\n /** An array of classification to be added. */\n body: Array<AtlasClassification>;\n}\n\nexport interface EntityAddClassificationsByUniqueAttributeQueryParamProperties {\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface EntityAddClassificationsByUniqueAttributeQueryParam {\n queryParameters?: EntityAddClassificationsByUniqueAttributeQueryParamProperties;\n}\n\nexport type EntityAddClassificationsByUniqueAttributeParameters =\n EntityAddClassificationsByUniqueAttributeQueryParam &\n EntityAddClassificationsByUniqueAttributeBodyParam &\n RequestParameters;\n\nexport interface EntityUpdateClassificationsByUniqueAttributeBodyParam {\n /** An array of classification to be updated. */\n body: Array<AtlasClassification>;\n}\n\nexport interface EntityUpdateClassificationsByUniqueAttributeQueryParamProperties {\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface EntityUpdateClassificationsByUniqueAttributeQueryParam {\n queryParameters?: EntityUpdateClassificationsByUniqueAttributeQueryParamProperties;\n}\n\nexport type EntityUpdateClassificationsByUniqueAttributeParameters =\n EntityUpdateClassificationsByUniqueAttributeQueryParam &\n EntityUpdateClassificationsByUniqueAttributeBodyParam &\n RequestParameters;\n\nexport interface EntityBulkSetClassificationsBodyParam {\n /** Body parameter. */\n body: AtlasEntityHeaders;\n}\n\nexport type EntityBulkSetClassificationsParameters = EntityBulkSetClassificationsBodyParam &\n RequestParameters;\n\nexport interface EntityListByUniqueAttributesQueryParamProperties {\n /** Whether to return minimal information for referred entities. */\n minExtInfo?: boolean;\n /** Whether to ignore relationship attributes. */\n ignoreRelationships?: boolean;\n /**\n * Qualified name of an entity. E.g. to find 2 entities you can set\n * attrs_1:qualifiedName=db1@cl1&attrs_2:qualifiedName=db2@cl1. (This is only an\n * example. qualifiedName can be changed to other unique attributes)\n */\n \"attr_N:qualifiedName\"?: string;\n}\n\nexport interface EntityListByUniqueAttributesQueryParam {\n queryParameters?: EntityListByUniqueAttributesQueryParamProperties;\n}\n\nexport type EntityListByUniqueAttributesParameters = EntityListByUniqueAttributesQueryParam &\n RequestParameters;\nexport type EntityGetHeaderParameters = RequestParameters;\n\nexport interface EntityRemoveBusinessMetadataBodyParam {\n /** Business metadata payload */\n body: Record<string, Record<string, unknown>>;\n}\n\nexport type EntityRemoveBusinessMetadataParameters = EntityRemoveBusinessMetadataBodyParam &\n RequestParameters;\n\nexport interface EntityAddOrUpdateBusinessMetadataBodyParam {\n /** BusinessMetadata payload */\n body: Record<string, Record<string, unknown>>;\n}\n\nexport interface EntityAddOrUpdateBusinessMetadataQueryParamProperties {\n /**\n * Whether to overwrite the existing business metadata on the entity or not,\n * default is false.\n */\n isOverwrite?: boolean;\n}\n\nexport interface EntityAddOrUpdateBusinessMetadataQueryParam {\n queryParameters?: EntityAddOrUpdateBusinessMetadataQueryParamProperties;\n}\n\nexport type EntityAddOrUpdateBusinessMetadataParameters =\n EntityAddOrUpdateBusinessMetadataQueryParam &\n EntityAddOrUpdateBusinessMetadataBodyParam &\n RequestParameters;\n\nexport interface EntityRemoveBusinessMetadataAttributesBodyParam {\n /** Business metadata attribute payload */\n body: Record<string, unknown>;\n}\n\nexport type EntityRemoveBusinessMetadataAttributesParameters =\n EntityRemoveBusinessMetadataAttributesBodyParam & RequestParameters;\n\nexport interface EntityAddOrUpdateBusinessMetadataAttributesBodyParam {\n /** Business metadata attribute payload */\n body: Record<string, unknown>;\n}\n\nexport type EntityAddOrUpdateBusinessMetadataAttributesParameters =\n EntityAddOrUpdateBusinessMetadataAttributesBodyParam & RequestParameters;\nexport type EntityGetSampleBusinessMetadataTemplateParameters = RequestParameters;\n\nexport interface EntityImportBusinessMetadataBodyParam {\n /** Multipart body */\n body: BusinessMetadataOptions;\n}\n\nexport interface EntityImportBusinessMetadataMediaTypesParam {\n /** The content type for the operation. Always multipart/form-data for this operation. */\n contentType: \"multipart/form-data\";\n}\n\nexport type EntityImportBusinessMetadataParameters = EntityImportBusinessMetadataMediaTypesParam &\n EntityImportBusinessMetadataBodyParam &\n RequestParameters;\n\nexport interface EntityRemoveLabelsBodyParam {\n /** set of labels to be deleted */\n body?: string[];\n}\n\nexport type EntityRemoveLabelsParameters = EntityRemoveLabelsBodyParam & RequestParameters;\n\nexport interface EntitySetLabelsBodyParam {\n /** set of labels to be set to the entity */\n body?: string[];\n}\n\nexport type EntitySetLabelsParameters = EntitySetLabelsBodyParam & RequestParameters;\n\nexport interface EntityAddLabelBodyParam {\n /** set of labels to be added */\n body?: string[];\n}\n\nexport type EntityAddLabelParameters = EntityAddLabelBodyParam & RequestParameters;\n\nexport interface EntityRemoveLabelsByUniqueAttributeBodyParam {\n /** set of labels to be deleted */\n body?: string[];\n}\n\nexport interface EntityRemoveLabelsByUniqueAttributeQueryParamProperties {\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface EntityRemoveLabelsByUniqueAttributeQueryParam {\n queryParameters?: EntityRemoveLabelsByUniqueAttributeQueryParamProperties;\n}\n\nexport type EntityRemoveLabelsByUniqueAttributeParameters =\n EntityRemoveLabelsByUniqueAttributeQueryParam &\n EntityRemoveLabelsByUniqueAttributeBodyParam &\n RequestParameters;\n\nexport interface EntitySetLabelsByUniqueAttributeBodyParam {\n /** set of labels to be set */\n body?: string[];\n}\n\nexport interface EntitySetLabelsByUniqueAttributeQueryParamProperties {\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface EntitySetLabelsByUniqueAttributeQueryParam {\n queryParameters?: EntitySetLabelsByUniqueAttributeQueryParamProperties;\n}\n\nexport type EntitySetLabelsByUniqueAttributeParameters =\n EntitySetLabelsByUniqueAttributeQueryParam &\n EntitySetLabelsByUniqueAttributeBodyParam &\n RequestParameters;\n\nexport interface EntityAddLabelsByUniqueAttributeBodyParam {\n /** set of labels to be added */\n body?: string[];\n}\n\nexport interface EntityAddLabelsByUniqueAttributeQueryParamProperties {\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface EntityAddLabelsByUniqueAttributeQueryParam {\n queryParameters?: EntityAddLabelsByUniqueAttributeQueryParamProperties;\n}\n\nexport type EntityAddLabelsByUniqueAttributeParameters =\n EntityAddLabelsByUniqueAttributeQueryParam &\n EntityAddLabelsByUniqueAttributeBodyParam &\n RequestParameters;\n\nexport interface EntityMoveEntitiesToCollectionBodyParam {\n /** Body parameter. */\n body: MoveEntitiesOptions;\n}\n\nexport interface EntityMoveEntitiesToCollectionQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\": string;\n /** The collection where entities will be moved to. */\n collectionId: string;\n}\n\nexport interface EntityMoveEntitiesToCollectionQueryParam {\n queryParameters: EntityMoveEntitiesToCollectionQueryParamProperties;\n}\n\nexport type EntityMoveEntitiesToCollectionParameters = EntityMoveEntitiesToCollectionQueryParam &\n EntityMoveEntitiesToCollectionBodyParam &\n RequestParameters;\n\nexport interface GlossaryListQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n /** The page size - by default there is no paging. */\n limit?: number;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The sort order, ASC (default) or DESC. */\n sort?: string;\n /** Whether ignore terms and categories */\n ignoreTermsAndCategories?: boolean;\n}\n\nexport interface GlossaryListQueryParam {\n queryParameters?: GlossaryListQueryParamProperties;\n}\n\nexport type GlossaryListParameters = GlossaryListQueryParam & RequestParameters;\n\nexport interface GlossaryCreateBodyParam {\n /** Body parameter. */\n body: AtlasGlossary;\n}\n\nexport type GlossaryCreateParameters = GlossaryCreateBodyParam & RequestParameters;\n\nexport interface GlossaryCreateCategoriesBodyParam {\n /** An array of glossary category definitions to be created. */\n body: Array<AtlasGlossaryCategory>;\n}\n\nexport type GlossaryCreateCategoriesParameters = GlossaryCreateCategoriesBodyParam &\n RequestParameters;\n\nexport interface GlossaryCreateCategoryBodyParam {\n /** Body parameter. */\n body: AtlasGlossaryCategory;\n}\n\nexport type GlossaryCreateCategoryParameters = GlossaryCreateCategoryBodyParam & RequestParameters;\nexport type GlossaryGetCategoryParameters = RequestParameters;\n\nexport interface GlossaryUpdateCategoryBodyParam {\n /** Body parameter. */\n body: AtlasGlossaryCategory;\n}\n\nexport type GlossaryUpdateCategoryParameters = GlossaryUpdateCategoryBodyParam & RequestParameters;\nexport type GlossaryDeleteCategoryParameters = RequestParameters;\n\nexport interface GlossaryPartialUpdateCategoryBodyParam {\n /**\n * A map containing keys as attribute names and values as corresponding attribute\n * values for partial update.\n */\n body: Record<string, string>;\n}\n\nexport type GlossaryPartialUpdateCategoryParameters = GlossaryPartialUpdateCategoryBodyParam &\n RequestParameters;\n\nexport interface GlossaryListRelatedCategoriesQueryParamProperties {\n /** The page size - by default there is no paging. */\n limit?: number;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The sort order, ASC (default) or DESC. */\n sort?: string;\n}\n\nexport interface GlossaryListRelatedCategoriesQueryParam {\n queryParameters?: GlossaryListRelatedCategoriesQueryParamProperties;\n}\n\nexport type GlossaryListRelatedCategoriesParameters = GlossaryListRelatedCategoriesQueryParam &\n RequestParameters;\n\nexport interface GlossaryListCategoryTermsQueryParamProperties {\n /** The page size - by default there is no paging. */\n limit?: number;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The sort order, ASC (default) or DESC. */\n sort?: string;\n}\n\nexport interface GlossaryListCategoryTermsQueryParam {\n queryParameters?: GlossaryListCategoryTermsQueryParamProperties;\n}\n\nexport type GlossaryListCategoryTermsParameters = GlossaryListCategoryTermsQueryParam &\n RequestParameters;\n\nexport interface GlossaryCreateTermBodyParam {\n /** Body parameter. */\n body: AtlasGlossaryTerm;\n}\n\nexport interface GlossaryCreateTermQueryParamProperties {\n /** Whether include term hierarchy */\n includeTermHierarchy?: boolean;\n}\n\nexport interface GlossaryCreateTermQueryParam {\n queryParameters?: GlossaryCreateTermQueryParamProperties;\n}\n\nexport type GlossaryCreateTermParameters = GlossaryCreateTermQueryParam &\n GlossaryCreateTermBodyParam &\n RequestParameters;\n\nexport interface GlossaryGetTermQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n}\n\nexport interface GlossaryGetTermQueryParam {\n queryParameters?: GlossaryGetTermQueryParamProperties;\n}\n\nexport type GlossaryGetTermParameters = GlossaryGetTermQueryParam & RequestParameters;\n\nexport interface GlossaryUpdateTermBodyParam {\n /** Body parameter. */\n body: AtlasGlossaryTerm;\n}\n\nexport interface GlossaryUpdateTermQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n /** Whether include term hierarchy */\n includeTermHierarchy?: boolean;\n}\n\nexport interface GlossaryUpdateTermQueryParam {\n queryParameters?: GlossaryUpdateTermQueryParamProperties;\n}\n\nexport type GlossaryUpdateTermParameters = GlossaryUpdateTermQueryParam &\n GlossaryUpdateTermBodyParam &\n RequestParameters;\nexport type GlossaryDeleteTermParameters = RequestParameters;\n\nexport interface GlossaryPartialUpdateTermBodyParam {\n /**\n * A map containing keys as attribute names and values as corresponding attribute\n * values to be updated.\n */\n body: Record<string, string>;\n}\n\nexport interface GlossaryPartialUpdateTermQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n /** Whether include term hierarchy */\n includeTermHierarchy?: boolean;\n}\n\nexport interface GlossaryPartialUpdateTermQueryParam {\n queryParameters?: GlossaryPartialUpdateTermQueryParamProperties;\n}\n\nexport type GlossaryPartialUpdateTermParameters = GlossaryPartialUpdateTermQueryParam &\n GlossaryPartialUpdateTermBodyParam &\n RequestParameters;\n\nexport interface GlossaryCreateTermsBodyParam {\n /** An array of glossary term definitions to be created in bulk. */\n body: Array<AtlasGlossaryTerm>;\n}\n\nexport interface GlossaryCreateTermsQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n /** Whether include term hierarchy */\n includeTermHierarchy?: boolean;\n}\n\nexport interface GlossaryCreateTermsQueryParam {\n queryParameters?: GlossaryCreateTermsQueryParamProperties;\n}\n\nexport type GlossaryCreateTermsParameters = GlossaryCreateTermsQueryParam &\n GlossaryCreateTermsBodyParam &\n RequestParameters;\n\nexport interface GlossaryListEntitiesAssignedWithTermQueryParamProperties {\n /** The page size - by default there is no paging. */\n limit?: number;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The sort order, ASC (default) or DESC. */\n sort?: string;\n}\n\nexport interface GlossaryListEntitiesAssignedWithTermQueryParam {\n queryParameters?: GlossaryListEntitiesAssignedWithTermQueryParamProperties;\n}\n\nexport type GlossaryListEntitiesAssignedWithTermParameters =\n GlossaryListEntitiesAssignedWithTermQueryParam & RequestParameters;\n\nexport interface GlossaryAssignTermToEntitiesBodyParam {\n /** An array of related object IDs to which the term has to be associated. */\n body: Array<AtlasRelatedObjectId>;\n}\n\nexport type GlossaryAssignTermToEntitiesParameters = GlossaryAssignTermToEntitiesBodyParam &\n RequestParameters;\n\nexport interface GlossaryDeleteTermAssignmentFromEntitiesBodyParam {\n /** An array of related object IDs from which the term has to be dissociated. */\n body: Array<AtlasRelatedObjectId>;\n}\n\nexport type GlossaryDeleteTermAssignmentFromEntitiesParameters =\n GlossaryDeleteTermAssignmentFromEntitiesBodyParam & RequestParameters;\n\nexport interface GlossaryListRelatedTermsQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n /** The page size - by default there is no paging. */\n limit?: number;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The sort order, ASC (default) or DESC. */\n sort?: string;\n}\n\nexport interface GlossaryListRelatedTermsQueryParam {\n queryParameters?: GlossaryListRelatedTermsQueryParamProperties;\n}\n\nexport type GlossaryListRelatedTermsParameters = GlossaryListRelatedTermsQueryParam &\n RequestParameters;\nexport type GlossaryGetParameters = RequestParameters;\n\nexport interface GlossaryUpdateBodyParam {\n /** Body parameter. */\n body: AtlasGlossary;\n}\n\nexport interface GlossaryUpdateQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n /** Whether ignore terms and categories */\n ignoreTermsAndCategories?: boolean;\n}\n\nexport interface GlossaryUpdateQueryParam {\n queryParameters?: GlossaryUpdateQueryParamProperties;\n}\n\nexport type GlossaryUpdateParameters = GlossaryUpdateQueryParam &\n GlossaryUpdateBodyParam &\n RequestParameters;\nexport type GlossaryDeleteParameters = RequestParameters;\n\nexport interface GlossaryListCategoriesQueryParamProperties {\n /** The page size - by default there is no paging. */\n limit?: number;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The sort order, ASC (default) or DESC. */\n sort?: string;\n}\n\nexport interface GlossaryListCategoriesQueryParam {\n queryParameters?: GlossaryListCategoriesQueryParamProperties;\n}\n\nexport type GlossaryListCategoriesParameters = GlossaryListCategoriesQueryParam & RequestParameters;\n\nexport interface GlossaryListCategoriesHeadersQueryParamProperties {\n /** The page size - by default there is no paging. */\n limit?: number;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The sort order, ASC (default) or DESC. */\n sort?: string;\n}\n\nexport interface GlossaryListCategoriesHeadersQueryParam {\n queryParameters?: GlossaryListCategoriesHeadersQueryParamProperties;\n}\n\nexport type GlossaryListCategoriesHeadersParameters = GlossaryListCategoriesHeadersQueryParam &\n RequestParameters;\n\nexport interface GlossaryGetDetailedQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n}\n\nexport interface GlossaryGetDetailedQueryParam {\n queryParameters?: GlossaryGetDetailedQueryParamProperties;\n}\n\nexport type GlossaryGetDetailedParameters = GlossaryGetDetailedQueryParam & RequestParameters;\n\nexport interface GlossaryPartialUpdateBodyParam {\n /**\n * A map containing keys as attribute names and values as corresponding attribute\n * values.\n */\n body: Record<string, string>;\n}\n\nexport interface GlossaryPartialUpdateQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n /** Whether ignore terms and categories */\n ignoreTermsAndCategories?: boolean;\n}\n\nexport interface GlossaryPartialUpdateQueryParam {\n queryParameters?: GlossaryPartialUpdateQueryParamProperties;\n}\n\nexport type GlossaryPartialUpdateParameters = GlossaryPartialUpdateQueryParam &\n GlossaryPartialUpdateBodyParam &\n RequestParameters;\n\nexport interface GlossaryListTermsQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n /** The page size - by default there is no paging. */\n limit?: number;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The sort order, ASC (default) or DESC. */\n sort?: string;\n}\n\nexport interface GlossaryListTermsQueryParam {\n queryParameters?: GlossaryListTermsQueryParamProperties;\n}\n\nexport type GlossaryListTermsParameters = GlossaryListTermsQueryParam & RequestParameters;\n\nexport interface GlossaryListTermHeadersQueryParamProperties {\n /** The page size - by default there is no paging. */\n limit?: number;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The sort order, ASC (default) or DESC. */\n sort?: string;\n}\n\nexport interface GlossaryListTermHeadersQueryParam {\n queryParameters?: GlossaryListTermHeadersQueryParamProperties;\n}\n\nexport type GlossaryListTermHeadersParameters = GlossaryListTermHeadersQueryParam &\n RequestParameters;\n\nexport interface DiscoveryQueryBodyParam {\n /** Body parameter. */\n body: QueryOptions;\n}\n\nexport interface DiscoveryQueryQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\": string;\n}\n\nexport interface DiscoveryQueryQueryParam {\n queryParameters: DiscoveryQueryQueryParamProperties;\n}\n\nexport type DiscoveryQueryParameters = DiscoveryQueryQueryParam &\n DiscoveryQueryBodyParam &\n RequestParameters;\n\nexport interface DiscoverySuggestBodyParam {\n /** Body parameter. */\n body: SuggestOptions;\n}\n\nexport interface DiscoverySuggestQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\": string;\n}\n\nexport interface DiscoverySuggestQueryParam {\n queryParameters: DiscoverySuggestQueryParamProperties;\n}\n\nexport type DiscoverySuggestParameters = DiscoverySuggestQueryParam &\n DiscoverySuggestBodyParam &\n RequestParameters;\n\nexport interface DiscoveryAutoCompleteBodyParam {\n /** Body parameter. */\n body: AutoCompleteOptions;\n}\n\nexport interface DiscoveryAutoCompleteQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\": string;\n}\n\nexport interface DiscoveryAutoCompleteQueryParam {\n queryParameters: DiscoveryAutoCompleteQueryParamProperties;\n}\n\nexport type DiscoveryAutoCompleteParameters = DiscoveryAutoCompleteQueryParam &\n DiscoveryAutoCompleteBodyParam &\n RequestParameters;\n\nexport interface LineageGetQueryParamProperties {\n /** The number of hops for lineage. */\n depth?: number;\n /**\n * The direction of the lineage, which could be INPUT, OUTPUT or BOTH.\n *\n * Possible values: \"INPUT\", \"OUTPUT\", \"BOTH\"\n */\n direction: LineageDirection;\n}\n\nexport interface LineageGetQueryParam {\n queryParameters: LineageGetQueryParamProperties;\n}\n\nexport type LineageGetParameters = LineageGetQueryParam & RequestParameters;\n\nexport interface LineageGetNextPageQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\": string;\n /**\n * The direction of the lineage, which could be INPUT, OUTPUT or BOTH.\n *\n * Possible values: \"INPUT\", \"OUTPUT\", \"BOTH\"\n */\n direction: LineageDirection;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The page size - by default there is no paging. */\n limit?: number;\n}\n\nexport interface LineageGetNextPageQueryParam {\n queryParameters: LineageGetNextPageQueryParamProperties;\n}\n\nexport type LineageGetNextPageParameters = LineageGetNextPageQueryParam & RequestParameters;\n\nexport interface LineageGetByUniqueAttributeQueryParamProperties {\n /** The number of hops for lineage. */\n depth?: number;\n /**\n * The direction of the lineage, which could be INPUT, OUTPUT or BOTH.\n *\n * Possible values: \"INPUT\", \"OUTPUT\", \"BOTH\"\n */\n direction: LineageDirection;\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface LineageGetByUniqueAttributeQueryParam {\n queryParameters: LineageGetByUniqueAttributeQueryParamProperties;\n}\n\nexport type LineageGetByUniqueAttributeParameters = LineageGetByUniqueAttributeQueryParam &\n RequestParameters;\n\nexport interface RelationshipCreateBodyParam {\n /** Body parameter. */\n body: AtlasRelationship;\n}\n\nexport type RelationshipCreateParameters = RelationshipCreateBodyParam & RequestParameters;\n\nexport interface RelationshipUpdateBodyParam {\n /** Body parameter. */\n body: AtlasRelationship;\n}\n\nexport type RelationshipUpdateParameters = RelationshipUpdateBodyParam & RequestParameters;\n\nexport interface RelationshipGetQueryParamProperties {\n /** Limits whether includes extended information. */\n extendedInfo?: boolean;\n}\n\nexport interface RelationshipGetQueryParam {\n queryParameters?: RelationshipGetQueryParamProperties;\n}\n\nexport type RelationshipGetParameters = RelationshipGetQueryParam & RequestParameters;\nexport type RelationshipDeleteParameters = RequestParameters;\nexport type TypeGetBusinessMetadataDefByGuidParameters = RequestParameters;\nexport type TypeGetBusinessMetadataDefByNameParameters = RequestParameters;\nexport type TypeGetClassificationDefByGuidParameters = RequestParameters;\nexport type TypeGetClassificationDefByNameParameters = RequestParameters;\nexport type TypeGetEntityDefByGuidParameters = RequestParameters;\nexport type TypeGetEntityDefByNameParameters = RequestParameters;\nexport type TypeGetEnumDefByGuidParameters = RequestParameters;\nexport type TypeGetEnumDefByNameParameters = RequestParameters;\nexport type TypeGetRelationshipDefByGuidParameters = RequestParameters;\nexport type TypeGetRelationshipDefByNameParameters = RequestParameters;\nexport type TypeGetStructDefByGuidParameters = RequestParameters;\nexport type TypeGetStructDefByNameParameters = RequestParameters;\nexport type TypeGetByGuidParameters = RequestParameters;\nexport type TypeGetByNameParameters = RequestParameters;\nexport type TypeDeleteParameters = RequestParameters;\n\nexport interface TypeListQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n /**\n * Whether include termtemplatedef when return all typedefs.\n * This is always true\n * when search filter type=term_template\n */\n includeTermTemplate?: boolean;\n /**\n * Typedef name as search filter when get typedefs.\n *\n * Possible values: \"PRIMITIVE\", \"OBJECT_ID_TYPE\", \"ENUM\", \"STRUCT\", \"CLASSIFICATION\", \"ENTITY\", \"ARRAY\", \"MAP\", \"RELATIONSHIP\", \"TERM_TEMPLATE\"\n */\n type?: TypeCategory;\n}\n\nexport interface TypeListQueryParam {\n queryParameters?: TypeListQueryParamProperties;\n}\n\nexport type TypeListParameters = TypeListQueryParam & RequestParameters;\n\nexport interface TypeBulkCreateBodyParam {\n /** Body parameter. */\n body: AtlasTypesDef;\n}\n\nexport type TypeBulkCreateParameters = TypeBulkCreateBodyParam & RequestParameters;\n\nexport interface TypeBulkUpdateBodyParam {\n /** Body parameter. */\n body: AtlasTypesDef;\n}\n\nexport type TypeBulkUpdateParameters = TypeBulkUpdateBodyParam & RequestParameters;\n\nexport interface TypeBulkDeleteBodyParam {\n /** Body parameter. */\n body: AtlasTypesDef;\n}\n\nexport type TypeBulkDeleteParameters = TypeBulkDeleteBodyParam & RequestParameters;\n\nexport interface TypeListHeadersQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n /**\n * Whether include termtemplatedef when return all typedefs.\n * This is always true\n * when search filter type=term_template\n */\n includeTermTemplate?: boolean;\n /**\n * Typedef name as search filter when get typedefs.\n *\n * Possible values: \"PRIMITIVE\", \"OBJECT_ID_TYPE\", \"ENUM\", \"STRUCT\", \"CLASSIFICATION\", \"ENTITY\", \"ARRAY\", \"MAP\", \"RELATIONSHIP\", \"TERM_TEMPLATE\"\n */\n type?: TypeCategory;\n}\n\nexport interface TypeListHeadersQueryParam {\n queryParameters?: TypeListHeadersQueryParamProperties;\n}\n\nexport type TypeListHeadersParameters = TypeListHeadersQueryParam & RequestParameters;\n\nexport interface TypeGetTermTemplateDefByGuidQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\": string;\n}\n\nexport interface TypeGetTermTemplateDefByGuidQueryParam {\n queryParameters: TypeGetTermTemplateDefByGuidQueryParamProperties;\n}\n\nexport type TypeGetTermTemplateDefByGuidParameters = TypeGetTermTemplateDefByGuidQueryParam &\n RequestParameters;\n\nexport interface TypeGetTermTemplateDefByNameQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\": string;\n}\n\nexport interface TypeGetTermTemplateDefByNameQueryParam {\n queryParameters: TypeGetTermTemplateDefByNameQueryParamProperties;\n}\n\nexport type TypeGetTermTemplateDefByNameParameters = TypeGetTermTemplateDefByNameQueryParam &\n RequestParameters;\n"]}
@@ -6,7 +6,7 @@ export interface PurviewDataMapClientOptions extends ClientOptions {
6
6
  }
7
7
  /**
8
8
  * Initialize a new instance of `PurviewDataMapClient`
9
- * @param endpointParam - A sequence of textual characters.
9
+ * @param endpointParam - Represent a URL string as described by https://url.spec.whatwg.org/
10
10
  * @param credentials - uniquely identify client credential
11
11
  * @param options - the parameter for all optional parameters
12
12
  */