@azure-rest/purview-datamap 1.0.0-beta.1 → 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 (171) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/README.md +50 -18
  3. package/dist/browser/clientDefinitions.d.ts +680 -0
  4. package/dist/browser/clientDefinitions.d.ts.map +1 -0
  5. package/dist/browser/clientDefinitions.js +4 -0
  6. package/dist/browser/clientDefinitions.js.map +1 -0
  7. package/dist/browser/index.d.ts +10 -0
  8. package/dist/browser/index.d.ts.map +1 -0
  9. package/dist/browser/index.js +12 -0
  10. package/dist/browser/index.js.map +1 -0
  11. package/dist/browser/isUnexpected.d.ts +98 -0
  12. package/dist/browser/isUnexpected.d.ts.map +1 -0
  13. package/{dist-esm/src → dist/browser}/isUnexpected.js +1 -1
  14. package/dist/browser/isUnexpected.js.map +1 -0
  15. package/dist/browser/logger.d.ts +2 -0
  16. package/dist/browser/logger.d.ts.map +1 -0
  17. package/{dist-esm/src → dist/browser}/logger.js +1 -1
  18. package/{dist-esm/src → dist/browser}/logger.js.map +1 -1
  19. package/dist/browser/models.d.ts +1205 -0
  20. package/dist/browser/models.d.ts.map +1 -0
  21. package/dist/browser/models.js +4 -0
  22. package/dist/browser/models.js.map +1 -0
  23. package/dist/browser/outputModels.d.ts +1585 -0
  24. package/dist/browser/outputModels.d.ts.map +1 -0
  25. package/dist/browser/outputModels.js +4 -0
  26. package/dist/browser/outputModels.js.map +1 -0
  27. package/dist/browser/package.json +3 -0
  28. package/dist/browser/parameters.d.ts +805 -0
  29. package/dist/browser/parameters.d.ts.map +1 -0
  30. package/dist/browser/parameters.js +4 -0
  31. package/dist/browser/parameters.js.map +1 -0
  32. package/dist/browser/purviewDataMapClient.d.ts +14 -0
  33. package/dist/browser/purviewDataMapClient.d.ts.map +1 -0
  34. package/{dist-esm/src → dist/browser}/purviewDataMapClient.js +11 -8
  35. package/dist/browser/purviewDataMapClient.js.map +1 -0
  36. package/dist/browser/responses.d.ts +848 -0
  37. package/dist/browser/responses.d.ts.map +1 -0
  38. package/dist/browser/responses.js +4 -0
  39. package/dist/browser/responses.js.map +1 -0
  40. package/dist/commonjs/clientDefinitions.d.ts +680 -0
  41. package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
  42. package/dist/commonjs/clientDefinitions.js +5 -0
  43. package/dist/commonjs/clientDefinitions.js.map +1 -0
  44. package/dist/commonjs/index.d.ts +10 -0
  45. package/dist/commonjs/index.d.ts.map +1 -0
  46. package/dist/commonjs/index.js +15 -0
  47. package/dist/commonjs/index.js.map +1 -0
  48. package/dist/commonjs/isUnexpected.d.ts +98 -0
  49. package/dist/commonjs/isUnexpected.d.ts.map +1 -0
  50. package/dist/{index.js → commonjs/isUnexpected.js} +5 -69
  51. package/dist/commonjs/isUnexpected.js.map +1 -0
  52. package/dist/commonjs/logger.d.ts +2 -0
  53. package/dist/commonjs/logger.d.ts.map +1 -0
  54. package/dist/commonjs/logger.js +8 -0
  55. package/dist/commonjs/logger.js.map +1 -0
  56. package/dist/commonjs/models.d.ts +1205 -0
  57. package/dist/commonjs/models.d.ts.map +1 -0
  58. package/dist/commonjs/models.js +5 -0
  59. package/dist/commonjs/models.js.map +1 -0
  60. package/dist/commonjs/outputModels.d.ts +1585 -0
  61. package/dist/commonjs/outputModels.d.ts.map +1 -0
  62. package/dist/commonjs/outputModels.js +5 -0
  63. package/dist/commonjs/outputModels.js.map +1 -0
  64. package/dist/commonjs/package.json +3 -0
  65. package/dist/commonjs/parameters.d.ts +805 -0
  66. package/dist/commonjs/parameters.d.ts.map +1 -0
  67. package/dist/commonjs/parameters.js +5 -0
  68. package/dist/commonjs/parameters.js.map +1 -0
  69. package/dist/commonjs/purviewDataMapClient.d.ts +14 -0
  70. package/dist/commonjs/purviewDataMapClient.d.ts.map +1 -0
  71. package/dist/commonjs/purviewDataMapClient.js +35 -0
  72. package/dist/commonjs/purviewDataMapClient.js.map +1 -0
  73. package/dist/commonjs/responses.d.ts +848 -0
  74. package/dist/commonjs/responses.d.ts.map +1 -0
  75. package/dist/commonjs/responses.js +5 -0
  76. package/dist/commonjs/responses.js.map +1 -0
  77. package/dist/commonjs/tsdoc-metadata.json +11 -0
  78. package/dist/esm/clientDefinitions.d.ts +680 -0
  79. package/dist/esm/clientDefinitions.d.ts.map +1 -0
  80. package/dist/esm/clientDefinitions.js +4 -0
  81. package/dist/esm/clientDefinitions.js.map +1 -0
  82. package/dist/esm/index.d.ts +10 -0
  83. package/dist/esm/index.d.ts.map +1 -0
  84. package/dist/esm/index.js +12 -0
  85. package/dist/esm/index.js.map +1 -0
  86. package/dist/esm/isUnexpected.d.ts +98 -0
  87. package/dist/esm/isUnexpected.d.ts.map +1 -0
  88. package/dist/esm/isUnexpected.js +167 -0
  89. package/dist/esm/isUnexpected.js.map +1 -0
  90. package/dist/esm/logger.d.ts +2 -0
  91. package/dist/esm/logger.d.ts.map +1 -0
  92. package/dist/esm/logger.js +5 -0
  93. package/dist/esm/logger.js.map +1 -0
  94. package/dist/esm/models.d.ts +1205 -0
  95. package/dist/esm/models.d.ts.map +1 -0
  96. package/dist/esm/models.js +4 -0
  97. package/dist/esm/models.js.map +1 -0
  98. package/dist/esm/outputModels.d.ts +1585 -0
  99. package/dist/esm/outputModels.d.ts.map +1 -0
  100. package/dist/esm/outputModels.js +4 -0
  101. package/dist/esm/outputModels.js.map +1 -0
  102. package/dist/esm/package.json +3 -0
  103. package/dist/esm/parameters.d.ts +805 -0
  104. package/dist/esm/parameters.d.ts.map +1 -0
  105. package/dist/esm/parameters.js +4 -0
  106. package/dist/esm/parameters.js.map +1 -0
  107. package/dist/esm/purviewDataMapClient.d.ts +14 -0
  108. package/dist/esm/purviewDataMapClient.d.ts.map +1 -0
  109. package/dist/esm/purviewDataMapClient.js +32 -0
  110. package/dist/esm/purviewDataMapClient.js.map +1 -0
  111. package/dist/esm/responses.d.ts +848 -0
  112. package/dist/esm/responses.d.ts.map +1 -0
  113. package/dist/esm/responses.js +4 -0
  114. package/dist/esm/responses.js.map +1 -0
  115. package/dist/react-native/clientDefinitions.d.ts +680 -0
  116. package/dist/react-native/clientDefinitions.d.ts.map +1 -0
  117. package/dist/react-native/clientDefinitions.js +4 -0
  118. package/dist/react-native/clientDefinitions.js.map +1 -0
  119. package/dist/react-native/index.d.ts +10 -0
  120. package/dist/react-native/index.d.ts.map +1 -0
  121. package/dist/react-native/index.js +12 -0
  122. package/dist/react-native/index.js.map +1 -0
  123. package/dist/react-native/isUnexpected.d.ts +98 -0
  124. package/dist/react-native/isUnexpected.d.ts.map +1 -0
  125. package/dist/react-native/isUnexpected.js +167 -0
  126. package/dist/react-native/isUnexpected.js.map +1 -0
  127. package/dist/react-native/logger.d.ts +2 -0
  128. package/dist/react-native/logger.d.ts.map +1 -0
  129. package/dist/react-native/logger.js +5 -0
  130. package/dist/react-native/logger.js.map +1 -0
  131. package/dist/react-native/models.d.ts +1205 -0
  132. package/dist/react-native/models.d.ts.map +1 -0
  133. package/dist/react-native/models.js +4 -0
  134. package/dist/react-native/models.js.map +1 -0
  135. package/dist/react-native/outputModels.d.ts +1585 -0
  136. package/dist/react-native/outputModels.d.ts.map +1 -0
  137. package/dist/react-native/outputModels.js +4 -0
  138. package/dist/react-native/outputModels.js.map +1 -0
  139. package/dist/react-native/package.json +3 -0
  140. package/dist/react-native/parameters.d.ts +805 -0
  141. package/dist/react-native/parameters.d.ts.map +1 -0
  142. package/dist/react-native/parameters.js +4 -0
  143. package/dist/react-native/parameters.js.map +1 -0
  144. package/dist/react-native/purviewDataMapClient.d.ts +14 -0
  145. package/dist/react-native/purviewDataMapClient.d.ts.map +1 -0
  146. package/dist/react-native/purviewDataMapClient.js +32 -0
  147. package/dist/react-native/purviewDataMapClient.js.map +1 -0
  148. package/dist/react-native/responses.d.ts +848 -0
  149. package/dist/react-native/responses.d.ts.map +1 -0
  150. package/dist/react-native/responses.js +4 -0
  151. package/dist/react-native/responses.js.map +1 -0
  152. package/package.json +79 -59
  153. package/review/purview-datamap.api.md +353 -195
  154. package/dist/index.js.map +0 -1
  155. package/dist-esm/src/clientDefinitions.js +0 -4
  156. package/dist-esm/src/clientDefinitions.js.map +0 -1
  157. package/dist-esm/src/index.js +0 -14
  158. package/dist-esm/src/index.js.map +0 -1
  159. package/dist-esm/src/isUnexpected.js.map +0 -1
  160. package/dist-esm/src/models.js +0 -4
  161. package/dist-esm/src/models.js.map +0 -1
  162. package/dist-esm/src/outputModels.js +0 -4
  163. package/dist-esm/src/outputModels.js.map +0 -1
  164. package/dist-esm/src/parameters.js +0 -4
  165. package/dist-esm/src/parameters.js.map +0 -1
  166. package/dist-esm/src/purviewDataMapClient.js.map +0 -1
  167. package/dist-esm/src/responses.js +0 -4
  168. package/dist-esm/src/responses.js.map +0 -1
  169. package/dist-esm/src/serializeHelper.js +0 -13
  170. package/dist-esm/src/serializeHelper.js.map +0 -1
  171. package/types/purview-datamap.d.ts +0 -5770
@@ -1 +0,0 @@
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?: 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 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?: string;\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?: string;\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?: string;\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?: string;\n /** The start index of the page. */\n startIndex?: number;\n /** The total count of items. */\n totalCount?: number;\n}\n\n/** Business metadata to send to the service */\nexport interface BusinessMetadataOptionsOutput {\n /**\n * InputStream of file\n *\n * NOTE: The following type 'File' is part of WebAPI and available since Node 20. If your Node version is lower than Node 20.\n * You could leverage our helpers 'createFile' or 'createFileFromStream' to create a File object. They could help you specify filename, type, and others.\n */\n file: Uint8Array;\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?: string;\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?: string;\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?: string;\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?: string;\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?: string;\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?: string;\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 searchCount?: number;\n /** 'True' if the '@search.count' is an approximate value and vise versa. */\n searchCountApproximate?: 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 searchFacets?: 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 searchScore?: 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 searchHighlights?: 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 searchScore?: number;\n /**\n * The target text that contains the keyword as prefix. The keyword is wrapped\n * with emphasis mark.\n */\n searchText?: 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?: string;\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?: 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 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?: string;\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?: string;\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?: string;\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?: string;\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?: string;\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?: string;\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?: string;\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?: string;\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?: string;\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?: string;\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?: string;\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?: string;\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?: string;\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?: string;\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?: string;\n /** The GUID of the type definition. */\n guid?: string;\n /** The name of the type definition. */\n name?: string;\n}\n"]}
@@ -1,4 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT license.
3
- export {};
4
- //# sourceMappingURL=parameters.js.map
@@ -1 +0,0 @@
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 { RequestParameters } from \"@azure-rest/core-client\";\nimport {\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 AtlasRelationship,\n AtlasTypesDef,\n} from \"./models\";\n\nexport interface EntityCreateOrUpdateBodyParam {\n body?: AtlasEntityWithExtInfo;\n}\n\nexport interface EntityCreateOrUpdateQueryParamProperties {\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?: 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\nexport interface EntityCreateOrUpdateQueryParam {\n queryParameters?: EntityCreateOrUpdateQueryParamProperties;\n}\n\nexport type EntityCreateOrUpdateParameters = EntityCreateOrUpdateQueryParam &\n EntityCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface EntityListByGuidsQueryParamProperties {\n /** An array of GUIDs of entities to list. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n guid: string;\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?: AtlasEntitiesWithExtInfo;\n}\n\nexport interface EntityBulkCreateOrUpdateQueryParamProperties {\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?: string;\n}\n\nexport interface EntityBulkCreateOrUpdateQueryParam {\n queryParameters?: EntityBulkCreateOrUpdateQueryParamProperties;\n}\n\nexport type EntityBulkCreateOrUpdateParameters = EntityBulkCreateOrUpdateQueryParam &\n EntityBulkCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface EntityBulkDeleteQueryParamProperties {\n /** An array of GUIDs of entities to delete. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n guid: string;\n}\n\nexport interface EntityBulkDeleteQueryParam {\n queryParameters: EntityBulkDeleteQueryParamProperties;\n}\n\nexport type EntityBulkDeleteParameters = EntityBulkDeleteQueryParam & RequestParameters;\n\nexport interface EntityAddClassificationBodyParam {\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?: 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?: 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?: 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?: MoveEntitiesOptions;\n}\n\nexport interface EntityMoveEntitiesToCollectionQueryParamProperties {\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 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?: 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?: AtlasGlossaryCategory;\n}\n\nexport type GlossaryCreateCategoryParameters = GlossaryCreateCategoryBodyParam & RequestParameters;\nexport type GlossaryGetCategoryParameters = RequestParameters;\n\nexport interface GlossaryUpdateCategoryBodyParam {\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?: 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;\nexport type GlossaryGetTermParameters = RequestParameters;\n\nexport interface GlossaryUpdateTermBodyParam {\n body?: AtlasGlossaryTerm;\n}\n\nexport interface GlossaryUpdateTermQueryParamProperties {\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 /** 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 /** 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 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?: AtlasGlossary;\n}\n\nexport interface GlossaryUpdateQueryParamProperties {\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;\nexport type GlossaryGetDetailedParameters = 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 /** 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 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?: QueryOptions;\n}\n\nexport type DiscoveryQueryParameters = DiscoveryQueryBodyParam & RequestParameters;\n\nexport interface DiscoverySuggestBodyParam {\n body?: SuggestOptions;\n}\n\nexport type DiscoverySuggestParameters = DiscoverySuggestBodyParam & RequestParameters;\n\nexport interface DiscoveryAutoCompleteBodyParam {\n body?: AutoCompleteOptions;\n}\n\nexport type DiscoveryAutoCompleteParameters = DiscoveryAutoCompleteBodyParam & 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: string;\n}\n\nexport interface LineageGetQueryParam {\n queryParameters: LineageGetQueryParamProperties;\n}\n\nexport type LineageGetParameters = LineageGetQueryParam & RequestParameters;\n\nexport interface LineageGetNextPageQueryParamProperties {\n /**\n * The direction of the lineage, which could be INPUT, OUTPUT or BOTH.\n *\n * Possible values: \"INPUT\", \"OUTPUT\", \"BOTH\"\n */\n direction: string;\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: string;\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?: AtlasRelationship;\n}\n\nexport type RelationshipCreateParameters = RelationshipCreateBodyParam & RequestParameters;\n\nexport interface RelationshipUpdateBodyParam {\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 /**\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?: string;\n}\n\nexport interface TypeListQueryParam {\n queryParameters?: TypeListQueryParamProperties;\n}\n\nexport type TypeListParameters = TypeListQueryParam & RequestParameters;\n\nexport interface TypeBulkCreateBodyParam {\n body?: AtlasTypesDef;\n}\n\nexport type TypeBulkCreateParameters = TypeBulkCreateBodyParam & RequestParameters;\n\nexport interface TypeBulkUpdateBodyParam {\n body?: AtlasTypesDef;\n}\n\nexport type TypeBulkUpdateParameters = TypeBulkUpdateBodyParam & RequestParameters;\n\nexport interface TypeBulkDeleteBodyParam {\n body?: AtlasTypesDef;\n}\n\nexport type TypeBulkDeleteParameters = TypeBulkDeleteBodyParam & RequestParameters;\n\nexport interface TypeListHeadersQueryParamProperties {\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?: string;\n}\n\nexport interface TypeListHeadersQueryParam {\n queryParameters?: TypeListHeadersQueryParamProperties;\n}\n\nexport type TypeListHeadersParameters = TypeListHeadersQueryParam & RequestParameters;\nexport type TypeGetTermTemplateDefByGuidParameters = RequestParameters;\nexport type TypeGetTermTemplateDefByNameParameters = RequestParameters;\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"purviewDataMapClient.js","sourceRoot":"","sources":["../../src/purviewDataMapClient.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,SAAS,EAAiB,MAAM,yBAAyB,CAAC;AACnE,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAIlC;;;;;GAKG;AACH,MAAM,CAAC,OAAO,UAAU,YAAY,CAClC,QAAgB,EAChB,WAA4B,EAC5B,UAAyB,EAAE;;IAE3B,MAAM,OAAO,GAAG,MAAA,OAAO,CAAC,OAAO,mCAAI,GAAG,QAAQ,cAAc,CAAC;IAC7D,OAAO,CAAC,UAAU,GAAG,MAAA,OAAO,CAAC,UAAU,mCAAI,YAAY,CAAC;IACxD,MAAM,aAAa,GAAG,4CAA4C,CAAC;IACnE,MAAM,eAAe,GACnB,OAAO,CAAC,gBAAgB,IAAI,OAAO,CAAC,gBAAgB,CAAC,eAAe;QAClE,CAAC,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC,eAAe,IAAI,aAAa,EAAE;QAChE,CAAC,CAAC,GAAG,aAAa,EAAE,CAAC;IACzB,OAAO,mCACF,OAAO,KACV,gBAAgB,EAAE;YAChB,eAAe;SAChB,EACD,cAAc,EAAE;YACd,MAAM,EAAE,MAAA,MAAA,OAAO,CAAC,cAAc,0CAAE,MAAM,mCAAI,MAAM,CAAC,IAAI;SACtD,EACD,WAAW,EAAE;YACX,MAAM,EAAE,MAAA,MAAA,OAAO,CAAC,WAAW,0CAAE,MAAM,mCAAI,CAAC,oCAAoC,CAAC;SAC9E,GACF,CAAC;IAEF,MAAM,MAAM,GAAG,SAAS,CAAC,OAAO,EAAE,WAAW,EAAE,OAAO,CAAyB,CAAC;IAEhF,OAAO,MAAM,CAAC;AAChB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport { getClient, ClientOptions } from \"@azure-rest/core-client\";\nimport { logger } from \"./logger\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport { PurviewDataMapClient } from \"./clientDefinitions\";\n\n/**\n * Initialize a new instance of `PurviewDataMapClient`\n * @param endpoint - A sequence of textual characters.\n * @param credentials - uniquely identify client credential\n * @param options - the parameter for all optional parameters\n */\nexport default function createClient(\n endpoint: string,\n credentials: TokenCredential,\n options: ClientOptions = {},\n): PurviewDataMapClient {\n const baseUrl = options.baseUrl ?? `${endpoint}/datamap/api`;\n options.apiVersion = options.apiVersion ?? \"2023-09-01\";\n const userAgentInfo = `azsdk-js-purview-datamap-rest/1.0.0-beta.1`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${userAgentInfo}`\n : `${userAgentInfo}`;\n options = {\n ...options,\n userAgentOptions: {\n userAgentPrefix,\n },\n loggingOptions: {\n logger: options.loggingOptions?.logger ?? logger.info,\n },\n credentials: {\n scopes: options.credentials?.scopes ?? [\"https://purview.azure.net/.default\"],\n },\n };\n\n const client = getClient(baseUrl, credentials, options) as PurviewDataMapClient;\n\n return client;\n}\n"]}
@@ -1,4 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT license.
3
- export {};
4
- //# sourceMappingURL=responses.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"responses.js","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport { HttpResponse } from \"@azure-rest/core-client\";\nimport {\n EntityMutationResultOutput,\n AtlasErrorResponseOutput,\n AtlasEntitiesWithExtInfoOutput,\n AtlasEntityWithExtInfoOutput,\n AtlasClassificationOutput,\n AtlasClassificationsOutput,\n AtlasEntityHeaderOutput,\n BulkImportResultOutput,\n AtlasGlossaryOutput,\n AtlasGlossaryCategoryOutput,\n AtlasRelatedTermHeaderOutput,\n AtlasGlossaryTermOutput,\n AtlasRelatedObjectIdOutput,\n AtlasRelatedCategoryHeaderOutput,\n AtlasGlossaryExtInfoOutput,\n QueryResultOutput,\n SuggestResultOutput,\n AutoCompleteResultOutput,\n AtlasLineageInfoOutput,\n AtlasRelationshipOutput,\n AtlasRelationshipWithExtInfoOutput,\n AtlasBusinessMetadataDefOutput,\n AtlasClassificationDefOutput,\n AtlasEntityDefOutput,\n AtlasEnumDefOutput,\n AtlasRelationshipDefOutput,\n AtlasStructDefOutput,\n AtlasTypeDefOutput,\n AtlasTypesDefOutput,\n AtlasTypeDefHeaderOutput,\n TermTemplateDefOutput,\n} from \"./outputModels\";\n\n/** The request has succeeded. */\nexport interface EntityCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: EntityMutationResultOutput;\n}\n\nexport interface EntityCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityListByGuids200Response extends HttpResponse {\n status: \"200\";\n body: AtlasEntitiesWithExtInfoOutput;\n}\n\nexport interface EntityListByGuidsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityBulkCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: EntityMutationResultOutput;\n}\n\nexport interface EntityBulkCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityBulkDelete200Response extends HttpResponse {\n status: \"200\";\n body: EntityMutationResultOutput;\n}\n\nexport interface EntityBulkDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityAddClassification204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityAddClassificationDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityGet200Response extends HttpResponse {\n status: \"200\";\n body: AtlasEntityWithExtInfoOutput;\n}\n\nexport interface EntityGetDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityPartialUpdateAttributeByGuid200Response extends HttpResponse {\n status: \"200\";\n body: EntityMutationResultOutput;\n}\n\nexport interface EntityPartialUpdateAttributeByGuidDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityDeleteOperation200Response extends HttpResponse {\n status: \"200\";\n body: EntityMutationResultOutput;\n}\n\nexport interface EntityDeleteOperationDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityGetClassification200Response extends HttpResponse {\n status: \"200\";\n body: AtlasClassificationOutput;\n}\n\nexport interface EntityGetClassificationDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityRemoveClassification204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityRemoveClassificationDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityGetClassifications200Response extends HttpResponse {\n status: \"200\";\n body: AtlasClassificationsOutput;\n}\n\nexport interface EntityGetClassificationsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityAddClassifications204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityAddClassificationsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityUpdateClassifications204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityUpdateClassificationsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityGetByUniqueAttributes200Response extends HttpResponse {\n status: \"200\";\n body: AtlasEntityWithExtInfoOutput;\n}\n\nexport interface EntityGetByUniqueAttributesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityPartialUpdateByUniqueAttributes200Response extends HttpResponse {\n status: \"200\";\n body: EntityMutationResultOutput;\n}\n\nexport interface EntityPartialUpdateByUniqueAttributesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityDeleteByUniqueAttribute200Response extends HttpResponse {\n status: \"200\";\n body: EntityMutationResultOutput;\n}\n\nexport interface EntityDeleteByUniqueAttributeDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityRemoveClassificationByUniqueAttribute204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityRemoveClassificationByUniqueAttributeDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityAddClassificationsByUniqueAttribute204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityAddClassificationsByUniqueAttributeDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityUpdateClassificationsByUniqueAttribute204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityUpdateClassificationsByUniqueAttributeDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityBulkSetClassifications200Response extends HttpResponse {\n status: \"200\";\n body: string[];\n}\n\nexport interface EntityBulkSetClassificationsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityListByUniqueAttributes200Response extends HttpResponse {\n status: \"200\";\n body: AtlasEntitiesWithExtInfoOutput;\n}\n\nexport interface EntityListByUniqueAttributesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityGetHeader200Response extends HttpResponse {\n status: \"200\";\n body: AtlasEntityHeaderOutput;\n}\n\nexport interface EntityGetHeaderDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityRemoveBusinessMetadata204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityRemoveBusinessMetadataDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityAddOrUpdateBusinessMetadata204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityAddOrUpdateBusinessMetadataDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityRemoveBusinessMetadataAttributes204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityRemoveBusinessMetadataAttributesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityAddOrUpdateBusinessMetadataAttributes204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityAddOrUpdateBusinessMetadataAttributesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityGetSampleBusinessMetadataTemplate200Response extends HttpResponse {\n status: \"200\";\n /** Value may contain any sequence of octets */\n body: Uint8Array;\n}\n\nexport interface EntityGetSampleBusinessMetadataTemplateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityImportBusinessMetadata200Response extends HttpResponse {\n status: \"200\";\n body: BulkImportResultOutput;\n}\n\nexport interface EntityImportBusinessMetadataDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityRemoveLabels204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityRemoveLabelsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntitySetLabels204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntitySetLabelsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityAddLabel204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityAddLabelDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityRemoveLabelsByUniqueAttribute204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityRemoveLabelsByUniqueAttributeDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntitySetLabelsByUniqueAttribute204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntitySetLabelsByUniqueAttributeDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityAddLabelsByUniqueAttribute204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityAddLabelsByUniqueAttributeDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityMoveEntitiesToCollection200Response extends HttpResponse {\n status: \"200\";\n body: EntityMutationResultOutput;\n}\n\nexport interface EntityMoveEntitiesToCollectionDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryList200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasGlossaryOutput>;\n}\n\nexport interface GlossaryListDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryCreate200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryOutput;\n}\n\nexport interface GlossaryCreateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryCreateCategories200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasGlossaryCategoryOutput>;\n}\n\nexport interface GlossaryCreateCategoriesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryCreateCategory200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryCategoryOutput;\n}\n\nexport interface GlossaryCreateCategoryDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryGetCategory200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryCategoryOutput;\n}\n\nexport interface GlossaryGetCategoryDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryUpdateCategory200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryCategoryOutput;\n}\n\nexport interface GlossaryUpdateCategoryDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface GlossaryDeleteCategory204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface GlossaryDeleteCategoryDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryPartialUpdateCategory200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryCategoryOutput;\n}\n\nexport interface GlossaryPartialUpdateCategoryDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryListRelatedCategories200Response extends HttpResponse {\n status: \"200\";\n body: Record<string, Array<AtlasRelatedCategoryHeaderOutput>>;\n}\n\nexport interface GlossaryListRelatedCategoriesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryListCategoryTerms200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasRelatedTermHeaderOutput>;\n}\n\nexport interface GlossaryListCategoryTermsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryCreateTerm200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryTermOutput;\n}\n\nexport interface GlossaryCreateTermDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryGetTerm200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryTermOutput;\n}\n\nexport interface GlossaryGetTermDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryUpdateTerm200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryTermOutput;\n}\n\nexport interface GlossaryUpdateTermDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface GlossaryDeleteTerm204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface GlossaryDeleteTermDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryPartialUpdateTerm200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryTermOutput;\n}\n\nexport interface GlossaryPartialUpdateTermDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryCreateTerms200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasGlossaryTermOutput>;\n}\n\nexport interface GlossaryCreateTermsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryListEntitiesAssignedWithTerm200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasRelatedObjectIdOutput>;\n}\n\nexport interface GlossaryListEntitiesAssignedWithTermDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface GlossaryAssignTermToEntities204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface GlossaryAssignTermToEntitiesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface GlossaryDeleteTermAssignmentFromEntities204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface GlossaryDeleteTermAssignmentFromEntitiesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryListRelatedTerms200Response extends HttpResponse {\n status: \"200\";\n body: Record<string, Array<AtlasRelatedTermHeaderOutput>>;\n}\n\nexport interface GlossaryListRelatedTermsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryGet200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryOutput;\n}\n\nexport interface GlossaryGetDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryUpdate200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryOutput;\n}\n\nexport interface GlossaryUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface GlossaryDeleteOperation204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface GlossaryDeleteOperationDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryListCategories200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasGlossaryCategoryOutput>;\n}\n\nexport interface GlossaryListCategoriesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryListCategoriesHeaders200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasRelatedCategoryHeaderOutput>;\n}\n\nexport interface GlossaryListCategoriesHeadersDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryGetDetailed200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryExtInfoOutput;\n}\n\nexport interface GlossaryGetDetailedDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryPartialUpdate200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryOutput;\n}\n\nexport interface GlossaryPartialUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryListTerms200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasGlossaryTermOutput>;\n}\n\nexport interface GlossaryListTermsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryListTermHeaders200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasRelatedTermHeaderOutput>;\n}\n\nexport interface GlossaryListTermHeadersDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface DiscoveryQuery200Response extends HttpResponse {\n status: \"200\";\n body: QueryResultOutput;\n}\n\nexport interface DiscoveryQueryDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface DiscoverySuggest200Response extends HttpResponse {\n status: \"200\";\n body: SuggestResultOutput;\n}\n\nexport interface DiscoverySuggestDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface DiscoveryAutoComplete200Response extends HttpResponse {\n status: \"200\";\n body: AutoCompleteResultOutput;\n}\n\nexport interface DiscoveryAutoCompleteDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface LineageGet200Response extends HttpResponse {\n status: \"200\";\n body: AtlasLineageInfoOutput;\n}\n\nexport interface LineageGetDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface LineageGetNextPage200Response extends HttpResponse {\n status: \"200\";\n body: AtlasLineageInfoOutput;\n}\n\nexport interface LineageGetNextPageDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface LineageGetByUniqueAttribute200Response extends HttpResponse {\n status: \"200\";\n body: AtlasLineageInfoOutput;\n}\n\nexport interface LineageGetByUniqueAttributeDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface RelationshipCreate200Response extends HttpResponse {\n status: \"200\";\n body: AtlasRelationshipOutput;\n}\n\nexport interface RelationshipCreateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface RelationshipUpdate200Response extends HttpResponse {\n status: \"200\";\n body: AtlasRelationshipOutput;\n}\n\nexport interface RelationshipUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface RelationshipGet200Response extends HttpResponse {\n status: \"200\";\n body: AtlasRelationshipWithExtInfoOutput;\n}\n\nexport interface RelationshipGetDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface RelationshipDeleteOperation204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface RelationshipDeleteOperationDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetBusinessMetadataDefByGuid200Response extends HttpResponse {\n status: \"200\";\n body: AtlasBusinessMetadataDefOutput;\n}\n\nexport interface TypeGetBusinessMetadataDefByGuidDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetBusinessMetadataDefByName200Response extends HttpResponse {\n status: \"200\";\n body: AtlasBusinessMetadataDefOutput;\n}\n\nexport interface TypeGetBusinessMetadataDefByNameDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetClassificationDefByGuid200Response extends HttpResponse {\n status: \"200\";\n body: AtlasClassificationDefOutput;\n}\n\nexport interface TypeGetClassificationDefByGuidDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetClassificationDefByName200Response extends HttpResponse {\n status: \"200\";\n body: AtlasClassificationDefOutput;\n}\n\nexport interface TypeGetClassificationDefByNameDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetEntityDefByGuid200Response extends HttpResponse {\n status: \"200\";\n body: AtlasEntityDefOutput;\n}\n\nexport interface TypeGetEntityDefByGuidDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetEntityDefByName200Response extends HttpResponse {\n status: \"200\";\n body: AtlasEntityDefOutput;\n}\n\nexport interface TypeGetEntityDefByNameDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetEnumDefByGuid200Response extends HttpResponse {\n status: \"200\";\n body: AtlasEnumDefOutput;\n}\n\nexport interface TypeGetEnumDefByGuidDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetEnumDefByName200Response extends HttpResponse {\n status: \"200\";\n body: AtlasEnumDefOutput;\n}\n\nexport interface TypeGetEnumDefByNameDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetRelationshipDefByGuid200Response extends HttpResponse {\n status: \"200\";\n body: AtlasRelationshipDefOutput;\n}\n\nexport interface TypeGetRelationshipDefByGuidDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetRelationshipDefByName200Response extends HttpResponse {\n status: \"200\";\n body: AtlasRelationshipDefOutput;\n}\n\nexport interface TypeGetRelationshipDefByNameDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetStructDefByGuid200Response extends HttpResponse {\n status: \"200\";\n body: AtlasStructDefOutput;\n}\n\nexport interface TypeGetStructDefByGuidDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetStructDefByName200Response extends HttpResponse {\n status: \"200\";\n body: AtlasStructDefOutput;\n}\n\nexport interface TypeGetStructDefByNameDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetByGuid200Response extends HttpResponse {\n status: \"200\";\n body: AtlasTypeDefOutput;\n}\n\nexport interface TypeGetByGuidDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetByName200Response extends HttpResponse {\n status: \"200\";\n body: AtlasTypeDefOutput;\n}\n\nexport interface TypeGetByNameDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface TypeDeleteOperation204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface TypeDeleteOperationDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeList200Response extends HttpResponse {\n status: \"200\";\n body: AtlasTypesDefOutput;\n}\n\nexport interface TypeListDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeBulkCreate200Response extends HttpResponse {\n status: \"200\";\n body: AtlasTypesDefOutput;\n}\n\nexport interface TypeBulkCreateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeBulkUpdate200Response extends HttpResponse {\n status: \"200\";\n body: AtlasTypesDefOutput;\n}\n\nexport interface TypeBulkUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface TypeBulkDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface TypeBulkDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeListHeaders200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasTypeDefHeaderOutput>;\n}\n\nexport interface TypeListHeadersDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetTermTemplateDefByGuid200Response extends HttpResponse {\n status: \"200\";\n body: TermTemplateDefOutput;\n}\n\nexport interface TypeGetTermTemplateDefByGuidDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetTermTemplateDefByName200Response extends HttpResponse {\n status: \"200\";\n body: TermTemplateDefOutput;\n}\n\nexport interface TypeGetTermTemplateDefByNameDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n"]}
@@ -1,13 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT license.
3
- export function buildMultiCollection(items, parameterName) {
4
- return items
5
- .map((item, index) => {
6
- if (index === 0) {
7
- return item;
8
- }
9
- return `${parameterName}=${item}`;
10
- })
11
- .join("&");
12
- }
13
- //# sourceMappingURL=serializeHelper.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"serializeHelper.js","sourceRoot":"","sources":["../../src/serializeHelper.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,MAAM,UAAU,oBAAoB,CAAC,KAAe,EAAE,aAAqB;IACzE,OAAO,KAAK;SACT,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE;QACnB,IAAI,KAAK,KAAK,CAAC,EAAE,CAAC;YAChB,OAAO,IAAI,CAAC;QACd,CAAC;QACD,OAAO,GAAG,aAAa,IAAI,IAAI,EAAE,CAAC;IACpC,CAAC,CAAC;SACD,IAAI,CAAC,GAAG,CAAC,CAAC;AACf,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nexport function buildMultiCollection(items: string[], parameterName: string): string {\n return items\n .map((item, index) => {\n if (index === 0) {\n return item;\n }\n return `${parameterName}=${item}`;\n })\n .join(\"&\");\n}\n"]}