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

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 (184) hide show
  1. package/README.md +4 -6
  2. package/dist/browser/clientDefinitions.d.ts +680 -0
  3. package/dist/browser/clientDefinitions.d.ts.map +1 -0
  4. package/dist/browser/clientDefinitions.js +4 -0
  5. package/dist/browser/clientDefinitions.js.map +1 -0
  6. package/dist/browser/index.d.ts +12 -0
  7. package/dist/browser/index.d.ts.map +1 -0
  8. package/dist/browser/index.js +14 -0
  9. package/dist/browser/index.js.map +1 -0
  10. package/dist/browser/isUnexpected.d.ts +98 -0
  11. package/dist/browser/isUnexpected.d.ts.map +1 -0
  12. package/{dist-esm/src → dist/browser}/isUnexpected.js +1 -1
  13. package/dist/browser/isUnexpected.js.map +1 -0
  14. package/dist/browser/logger.d.ts +2 -0
  15. package/dist/browser/logger.d.ts.map +1 -0
  16. package/{dist-esm/src → dist/browser}/logger.js +1 -1
  17. package/{dist-esm/src → dist/browser}/logger.js.map +1 -1
  18. package/dist/browser/models.d.ts +1205 -0
  19. package/dist/browser/models.d.ts.map +1 -0
  20. package/dist/browser/models.js +4 -0
  21. package/dist/browser/models.js.map +1 -0
  22. package/dist/browser/outputModels.d.ts +1585 -0
  23. package/dist/browser/outputModels.d.ts.map +1 -0
  24. package/dist/browser/outputModels.js +4 -0
  25. package/dist/browser/outputModels.js.map +1 -0
  26. package/dist/browser/package.json +3 -0
  27. package/dist/browser/parameters.d.ts +805 -0
  28. package/dist/browser/parameters.d.ts.map +1 -0
  29. package/dist/browser/parameters.js +4 -0
  30. package/dist/browser/parameters.js.map +1 -0
  31. package/dist/browser/purviewDataMapClient.d.ts +14 -0
  32. package/dist/browser/purviewDataMapClient.d.ts.map +1 -0
  33. package/{dist-esm/src → dist/browser}/purviewDataMapClient.js +10 -7
  34. package/dist/browser/purviewDataMapClient.js.map +1 -0
  35. package/dist/browser/responses.d.ts +848 -0
  36. package/dist/browser/responses.d.ts.map +1 -0
  37. package/dist/browser/responses.js +4 -0
  38. package/dist/browser/responses.js.map +1 -0
  39. package/dist/browser/serializeHelper.d.ts +2 -0
  40. package/dist/browser/serializeHelper.d.ts.map +1 -0
  41. package/{dist-esm/src → dist/browser}/serializeHelper.js +1 -1
  42. package/{dist-esm/src → dist/browser}/serializeHelper.js.map +1 -1
  43. package/dist/commonjs/clientDefinitions.d.ts +680 -0
  44. package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
  45. package/dist/commonjs/clientDefinitions.js +5 -0
  46. package/dist/commonjs/clientDefinitions.js.map +1 -0
  47. package/dist/commonjs/index.d.ts +12 -0
  48. package/dist/commonjs/index.d.ts.map +1 -0
  49. package/dist/commonjs/index.js +20 -0
  50. package/dist/commonjs/index.js.map +1 -0
  51. package/dist/commonjs/isUnexpected.d.ts +98 -0
  52. package/dist/commonjs/isUnexpected.d.ts.map +1 -0
  53. package/dist/{index.js → commonjs/isUnexpected.js} +5 -69
  54. package/dist/commonjs/isUnexpected.js.map +1 -0
  55. package/dist/commonjs/logger.d.ts +2 -0
  56. package/dist/commonjs/logger.d.ts.map +1 -0
  57. package/dist/commonjs/logger.js +8 -0
  58. package/dist/commonjs/logger.js.map +1 -0
  59. package/dist/commonjs/models.d.ts +1205 -0
  60. package/dist/commonjs/models.d.ts.map +1 -0
  61. package/dist/commonjs/models.js +5 -0
  62. package/dist/commonjs/models.js.map +1 -0
  63. package/dist/commonjs/outputModels.d.ts +1585 -0
  64. package/dist/commonjs/outputModels.d.ts.map +1 -0
  65. package/dist/commonjs/outputModels.js +5 -0
  66. package/dist/commonjs/outputModels.js.map +1 -0
  67. package/dist/commonjs/package.json +3 -0
  68. package/dist/commonjs/parameters.d.ts +805 -0
  69. package/dist/commonjs/parameters.d.ts.map +1 -0
  70. package/dist/commonjs/parameters.js +5 -0
  71. package/dist/commonjs/parameters.js.map +1 -0
  72. package/dist/commonjs/purviewDataMapClient.d.ts +14 -0
  73. package/dist/commonjs/purviewDataMapClient.d.ts.map +1 -0
  74. package/dist/commonjs/purviewDataMapClient.js +35 -0
  75. package/dist/commonjs/purviewDataMapClient.js.map +1 -0
  76. package/dist/commonjs/responses.d.ts +848 -0
  77. package/dist/commonjs/responses.d.ts.map +1 -0
  78. package/dist/commonjs/responses.js +5 -0
  79. package/dist/commonjs/responses.js.map +1 -0
  80. package/dist/commonjs/serializeHelper.d.ts +2 -0
  81. package/dist/commonjs/serializeHelper.d.ts.map +1 -0
  82. package/dist/commonjs/serializeHelper.js +16 -0
  83. package/dist/commonjs/serializeHelper.js.map +1 -0
  84. package/dist/commonjs/tsdoc-metadata.json +11 -0
  85. package/dist/esm/clientDefinitions.d.ts +680 -0
  86. package/dist/esm/clientDefinitions.d.ts.map +1 -0
  87. package/dist/esm/clientDefinitions.js +4 -0
  88. package/dist/esm/clientDefinitions.js.map +1 -0
  89. package/dist/esm/index.d.ts +12 -0
  90. package/dist/esm/index.d.ts.map +1 -0
  91. package/dist/esm/index.js +14 -0
  92. package/dist/esm/index.js.map +1 -0
  93. package/dist/esm/isUnexpected.d.ts +98 -0
  94. package/dist/esm/isUnexpected.d.ts.map +1 -0
  95. package/dist/esm/isUnexpected.js +167 -0
  96. package/dist/esm/isUnexpected.js.map +1 -0
  97. package/dist/esm/logger.d.ts +2 -0
  98. package/dist/esm/logger.d.ts.map +1 -0
  99. package/dist/esm/logger.js +5 -0
  100. package/dist/esm/logger.js.map +1 -0
  101. package/dist/esm/models.d.ts +1205 -0
  102. package/dist/esm/models.d.ts.map +1 -0
  103. package/dist/esm/models.js +4 -0
  104. package/dist/esm/models.js.map +1 -0
  105. package/dist/esm/outputModels.d.ts +1585 -0
  106. package/dist/esm/outputModels.d.ts.map +1 -0
  107. package/dist/esm/outputModels.js +4 -0
  108. package/dist/esm/outputModels.js.map +1 -0
  109. package/dist/esm/package.json +3 -0
  110. package/dist/esm/parameters.d.ts +805 -0
  111. package/dist/esm/parameters.d.ts.map +1 -0
  112. package/dist/esm/parameters.js +4 -0
  113. package/dist/esm/parameters.js.map +1 -0
  114. package/dist/esm/purviewDataMapClient.d.ts +14 -0
  115. package/dist/esm/purviewDataMapClient.d.ts.map +1 -0
  116. package/dist/esm/purviewDataMapClient.js +32 -0
  117. package/dist/esm/purviewDataMapClient.js.map +1 -0
  118. package/dist/esm/responses.d.ts +848 -0
  119. package/dist/esm/responses.d.ts.map +1 -0
  120. package/dist/esm/responses.js +4 -0
  121. package/dist/esm/responses.js.map +1 -0
  122. package/dist/esm/serializeHelper.d.ts +2 -0
  123. package/dist/esm/serializeHelper.d.ts.map +1 -0
  124. package/dist/esm/serializeHelper.js +13 -0
  125. package/dist/esm/serializeHelper.js.map +1 -0
  126. package/dist/react-native/clientDefinitions.d.ts +680 -0
  127. package/dist/react-native/clientDefinitions.d.ts.map +1 -0
  128. package/dist/react-native/clientDefinitions.js +4 -0
  129. package/dist/react-native/clientDefinitions.js.map +1 -0
  130. package/dist/react-native/index.d.ts +12 -0
  131. package/dist/react-native/index.d.ts.map +1 -0
  132. package/dist/react-native/index.js +14 -0
  133. package/dist/react-native/index.js.map +1 -0
  134. package/dist/react-native/isUnexpected.d.ts +98 -0
  135. package/dist/react-native/isUnexpected.d.ts.map +1 -0
  136. package/dist/react-native/isUnexpected.js +167 -0
  137. package/dist/react-native/isUnexpected.js.map +1 -0
  138. package/dist/react-native/logger.d.ts +2 -0
  139. package/dist/react-native/logger.d.ts.map +1 -0
  140. package/dist/react-native/logger.js +5 -0
  141. package/dist/react-native/logger.js.map +1 -0
  142. package/dist/react-native/models.d.ts +1205 -0
  143. package/dist/react-native/models.d.ts.map +1 -0
  144. package/dist/react-native/models.js +4 -0
  145. package/dist/react-native/models.js.map +1 -0
  146. package/dist/react-native/outputModels.d.ts +1585 -0
  147. package/dist/react-native/outputModels.d.ts.map +1 -0
  148. package/dist/react-native/outputModels.js +4 -0
  149. package/dist/react-native/outputModels.js.map +1 -0
  150. package/dist/react-native/package.json +3 -0
  151. package/dist/react-native/parameters.d.ts +805 -0
  152. package/dist/react-native/parameters.d.ts.map +1 -0
  153. package/dist/react-native/parameters.js +4 -0
  154. package/dist/react-native/parameters.js.map +1 -0
  155. package/dist/react-native/purviewDataMapClient.d.ts +14 -0
  156. package/dist/react-native/purviewDataMapClient.d.ts.map +1 -0
  157. package/dist/react-native/purviewDataMapClient.js +32 -0
  158. package/dist/react-native/purviewDataMapClient.js.map +1 -0
  159. package/dist/react-native/responses.d.ts +848 -0
  160. package/dist/react-native/responses.d.ts.map +1 -0
  161. package/dist/react-native/responses.js +4 -0
  162. package/dist/react-native/responses.js.map +1 -0
  163. package/dist/react-native/serializeHelper.d.ts +2 -0
  164. package/dist/react-native/serializeHelper.d.ts.map +1 -0
  165. package/dist/react-native/serializeHelper.js +13 -0
  166. package/dist/react-native/serializeHelper.js.map +1 -0
  167. package/package.json +75 -58
  168. package/dist/index.js.map +0 -1
  169. package/dist-esm/src/clientDefinitions.js +0 -4
  170. package/dist-esm/src/clientDefinitions.js.map +0 -1
  171. package/dist-esm/src/index.js +0 -14
  172. package/dist-esm/src/index.js.map +0 -1
  173. package/dist-esm/src/isUnexpected.js.map +0 -1
  174. package/dist-esm/src/models.js +0 -4
  175. package/dist-esm/src/models.js.map +0 -1
  176. package/dist-esm/src/outputModels.js +0 -4
  177. package/dist-esm/src/outputModels.js.map +0 -1
  178. package/dist-esm/src/parameters.js +0 -4
  179. package/dist-esm/src/parameters.js.map +0 -1
  180. package/dist-esm/src/purviewDataMapClient.js.map +0 -1
  181. package/dist-esm/src/responses.js +0 -4
  182. package/dist-esm/src/responses.js.map +0 -1
  183. package/review/purview-datamap.api.md +0 -4600
  184. package/types/purview-datamap.d.ts +0 -5770
@@ -1 +0,0 @@
1
- {"version":3,"file":"clientDefinitions.js","sourceRoot":"","sources":["../../src/clientDefinitions.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport {\n EntityCreateOrUpdateParameters,\n EntityListByGuidsParameters,\n EntityBulkCreateOrUpdateParameters,\n EntityBulkDeleteParameters,\n EntityAddClassificationParameters,\n EntityGetParameters,\n EntityPartialUpdateAttributeByGuidParameters,\n EntityDeleteParameters,\n EntityGetClassificationParameters,\n EntityRemoveClassificationParameters,\n EntityGetClassificationsParameters,\n EntityAddClassificationsParameters,\n EntityUpdateClassificationsParameters,\n EntityGetByUniqueAttributesParameters,\n EntityPartialUpdateByUniqueAttributesParameters,\n EntityDeleteByUniqueAttributeParameters,\n EntityRemoveClassificationByUniqueAttributeParameters,\n EntityAddClassificationsByUniqueAttributeParameters,\n EntityUpdateClassificationsByUniqueAttributeParameters,\n EntityBulkSetClassificationsParameters,\n EntityListByUniqueAttributesParameters,\n EntityGetHeaderParameters,\n EntityRemoveBusinessMetadataParameters,\n EntityAddOrUpdateBusinessMetadataParameters,\n EntityRemoveBusinessMetadataAttributesParameters,\n EntityAddOrUpdateBusinessMetadataAttributesParameters,\n EntityGetSampleBusinessMetadataTemplateParameters,\n EntityImportBusinessMetadataParameters,\n EntityRemoveLabelsParameters,\n EntitySetLabelsParameters,\n EntityAddLabelParameters,\n EntityRemoveLabelsByUniqueAttributeParameters,\n EntitySetLabelsByUniqueAttributeParameters,\n EntityAddLabelsByUniqueAttributeParameters,\n EntityMoveEntitiesToCollectionParameters,\n GlossaryListParameters,\n GlossaryCreateParameters,\n GlossaryCreateCategoriesParameters,\n GlossaryCreateCategoryParameters,\n GlossaryGetCategoryParameters,\n GlossaryUpdateCategoryParameters,\n GlossaryDeleteCategoryParameters,\n GlossaryPartialUpdateCategoryParameters,\n GlossaryListRelatedCategoriesParameters,\n GlossaryListCategoryTermsParameters,\n GlossaryCreateTermParameters,\n GlossaryGetTermParameters,\n GlossaryUpdateTermParameters,\n GlossaryDeleteTermParameters,\n GlossaryPartialUpdateTermParameters,\n GlossaryCreateTermsParameters,\n GlossaryListEntitiesAssignedWithTermParameters,\n GlossaryAssignTermToEntitiesParameters,\n GlossaryDeleteTermAssignmentFromEntitiesParameters,\n GlossaryListRelatedTermsParameters,\n GlossaryGetParameters,\n GlossaryUpdateParameters,\n GlossaryDeleteParameters,\n GlossaryListCategoriesParameters,\n GlossaryListCategoriesHeadersParameters,\n GlossaryGetDetailedParameters,\n GlossaryPartialUpdateParameters,\n GlossaryListTermsParameters,\n GlossaryListTermHeadersParameters,\n DiscoveryQueryParameters,\n DiscoverySuggestParameters,\n DiscoveryAutoCompleteParameters,\n LineageGetParameters,\n LineageGetNextPageParameters,\n LineageGetByUniqueAttributeParameters,\n RelationshipCreateParameters,\n RelationshipUpdateParameters,\n RelationshipGetParameters,\n RelationshipDeleteParameters,\n TypeGetBusinessMetadataDefByGuidParameters,\n TypeGetBusinessMetadataDefByNameParameters,\n TypeGetClassificationDefByGuidParameters,\n TypeGetClassificationDefByNameParameters,\n TypeGetEntityDefByGuidParameters,\n TypeGetEntityDefByNameParameters,\n TypeGetEnumDefByGuidParameters,\n TypeGetEnumDefByNameParameters,\n TypeGetRelationshipDefByGuidParameters,\n TypeGetRelationshipDefByNameParameters,\n TypeGetStructDefByGuidParameters,\n TypeGetStructDefByNameParameters,\n TypeGetByGuidParameters,\n TypeGetByNameParameters,\n TypeDeleteParameters,\n TypeListParameters,\n TypeBulkCreateParameters,\n TypeBulkUpdateParameters,\n TypeBulkDeleteParameters,\n TypeListHeadersParameters,\n TypeGetTermTemplateDefByGuidParameters,\n TypeGetTermTemplateDefByNameParameters,\n} from \"./parameters\";\nimport {\n EntityCreateOrUpdate200Response,\n EntityCreateOrUpdateDefaultResponse,\n EntityListByGuids200Response,\n EntityListByGuidsDefaultResponse,\n EntityBulkCreateOrUpdate200Response,\n EntityBulkCreateOrUpdateDefaultResponse,\n EntityBulkDelete200Response,\n EntityBulkDeleteDefaultResponse,\n EntityAddClassification204Response,\n EntityAddClassificationDefaultResponse,\n EntityGet200Response,\n EntityGetDefaultResponse,\n EntityPartialUpdateAttributeByGuid200Response,\n EntityPartialUpdateAttributeByGuidDefaultResponse,\n EntityDeleteOperation200Response,\n EntityDeleteOperationDefaultResponse,\n EntityGetClassification200Response,\n EntityGetClassificationDefaultResponse,\n EntityRemoveClassification204Response,\n EntityRemoveClassificationDefaultResponse,\n EntityGetClassifications200Response,\n EntityGetClassificationsDefaultResponse,\n EntityAddClassifications204Response,\n EntityAddClassificationsDefaultResponse,\n EntityUpdateClassifications204Response,\n EntityUpdateClassificationsDefaultResponse,\n EntityGetByUniqueAttributes200Response,\n EntityGetByUniqueAttributesDefaultResponse,\n EntityPartialUpdateByUniqueAttributes200Response,\n EntityPartialUpdateByUniqueAttributesDefaultResponse,\n EntityDeleteByUniqueAttribute200Response,\n EntityDeleteByUniqueAttributeDefaultResponse,\n EntityRemoveClassificationByUniqueAttribute204Response,\n EntityRemoveClassificationByUniqueAttributeDefaultResponse,\n EntityAddClassificationsByUniqueAttribute204Response,\n EntityAddClassificationsByUniqueAttributeDefaultResponse,\n EntityUpdateClassificationsByUniqueAttribute204Response,\n EntityUpdateClassificationsByUniqueAttributeDefaultResponse,\n EntityBulkSetClassifications200Response,\n EntityBulkSetClassificationsDefaultResponse,\n EntityListByUniqueAttributes200Response,\n EntityListByUniqueAttributesDefaultResponse,\n EntityGetHeader200Response,\n EntityGetHeaderDefaultResponse,\n EntityRemoveBusinessMetadata204Response,\n EntityRemoveBusinessMetadataDefaultResponse,\n EntityAddOrUpdateBusinessMetadata204Response,\n EntityAddOrUpdateBusinessMetadataDefaultResponse,\n EntityRemoveBusinessMetadataAttributes204Response,\n EntityRemoveBusinessMetadataAttributesDefaultResponse,\n EntityAddOrUpdateBusinessMetadataAttributes204Response,\n EntityAddOrUpdateBusinessMetadataAttributesDefaultResponse,\n EntityGetSampleBusinessMetadataTemplate200Response,\n EntityGetSampleBusinessMetadataTemplateDefaultResponse,\n EntityImportBusinessMetadata200Response,\n EntityImportBusinessMetadataDefaultResponse,\n EntityRemoveLabels204Response,\n EntityRemoveLabelsDefaultResponse,\n EntitySetLabels204Response,\n EntitySetLabelsDefaultResponse,\n EntityAddLabel204Response,\n EntityAddLabelDefaultResponse,\n EntityRemoveLabelsByUniqueAttribute204Response,\n EntityRemoveLabelsByUniqueAttributeDefaultResponse,\n EntitySetLabelsByUniqueAttribute204Response,\n EntitySetLabelsByUniqueAttributeDefaultResponse,\n EntityAddLabelsByUniqueAttribute204Response,\n EntityAddLabelsByUniqueAttributeDefaultResponse,\n EntityMoveEntitiesToCollection200Response,\n EntityMoveEntitiesToCollectionDefaultResponse,\n GlossaryList200Response,\n GlossaryListDefaultResponse,\n GlossaryCreate200Response,\n GlossaryCreateDefaultResponse,\n GlossaryCreateCategories200Response,\n GlossaryCreateCategoriesDefaultResponse,\n GlossaryCreateCategory200Response,\n GlossaryCreateCategoryDefaultResponse,\n GlossaryGetCategory200Response,\n GlossaryGetCategoryDefaultResponse,\n GlossaryUpdateCategory200Response,\n GlossaryUpdateCategoryDefaultResponse,\n GlossaryDeleteCategory204Response,\n GlossaryDeleteCategoryDefaultResponse,\n GlossaryPartialUpdateCategory200Response,\n GlossaryPartialUpdateCategoryDefaultResponse,\n GlossaryListRelatedCategories200Response,\n GlossaryListRelatedCategoriesDefaultResponse,\n GlossaryListCategoryTerms200Response,\n GlossaryListCategoryTermsDefaultResponse,\n GlossaryCreateTerm200Response,\n GlossaryCreateTermDefaultResponse,\n GlossaryGetTerm200Response,\n GlossaryGetTermDefaultResponse,\n GlossaryUpdateTerm200Response,\n GlossaryUpdateTermDefaultResponse,\n GlossaryDeleteTerm204Response,\n GlossaryDeleteTermDefaultResponse,\n GlossaryPartialUpdateTerm200Response,\n GlossaryPartialUpdateTermDefaultResponse,\n GlossaryCreateTerms200Response,\n GlossaryCreateTermsDefaultResponse,\n GlossaryListEntitiesAssignedWithTerm200Response,\n GlossaryListEntitiesAssignedWithTermDefaultResponse,\n GlossaryAssignTermToEntities204Response,\n GlossaryAssignTermToEntitiesDefaultResponse,\n GlossaryDeleteTermAssignmentFromEntities204Response,\n GlossaryDeleteTermAssignmentFromEntitiesDefaultResponse,\n GlossaryListRelatedTerms200Response,\n GlossaryListRelatedTermsDefaultResponse,\n GlossaryGet200Response,\n GlossaryGetDefaultResponse,\n GlossaryUpdate200Response,\n GlossaryUpdateDefaultResponse,\n GlossaryDeleteOperation204Response,\n GlossaryDeleteOperationDefaultResponse,\n GlossaryListCategories200Response,\n GlossaryListCategoriesDefaultResponse,\n GlossaryListCategoriesHeaders200Response,\n GlossaryListCategoriesHeadersDefaultResponse,\n GlossaryGetDetailed200Response,\n GlossaryGetDetailedDefaultResponse,\n GlossaryPartialUpdate200Response,\n GlossaryPartialUpdateDefaultResponse,\n GlossaryListTerms200Response,\n GlossaryListTermsDefaultResponse,\n GlossaryListTermHeaders200Response,\n GlossaryListTermHeadersDefaultResponse,\n DiscoveryQuery200Response,\n DiscoveryQueryDefaultResponse,\n DiscoverySuggest200Response,\n DiscoverySuggestDefaultResponse,\n DiscoveryAutoComplete200Response,\n DiscoveryAutoCompleteDefaultResponse,\n LineageGet200Response,\n LineageGetDefaultResponse,\n LineageGetNextPage200Response,\n LineageGetNextPageDefaultResponse,\n LineageGetByUniqueAttribute200Response,\n LineageGetByUniqueAttributeDefaultResponse,\n RelationshipCreate200Response,\n RelationshipCreateDefaultResponse,\n RelationshipUpdate200Response,\n RelationshipUpdateDefaultResponse,\n RelationshipGet200Response,\n RelationshipGetDefaultResponse,\n RelationshipDeleteOperation204Response,\n RelationshipDeleteOperationDefaultResponse,\n TypeGetBusinessMetadataDefByGuid200Response,\n TypeGetBusinessMetadataDefByGuidDefaultResponse,\n TypeGetBusinessMetadataDefByName200Response,\n TypeGetBusinessMetadataDefByNameDefaultResponse,\n TypeGetClassificationDefByGuid200Response,\n TypeGetClassificationDefByGuidDefaultResponse,\n TypeGetClassificationDefByName200Response,\n TypeGetClassificationDefByNameDefaultResponse,\n TypeGetEntityDefByGuid200Response,\n TypeGetEntityDefByGuidDefaultResponse,\n TypeGetEntityDefByName200Response,\n TypeGetEntityDefByNameDefaultResponse,\n TypeGetEnumDefByGuid200Response,\n TypeGetEnumDefByGuidDefaultResponse,\n TypeGetEnumDefByName200Response,\n TypeGetEnumDefByNameDefaultResponse,\n TypeGetRelationshipDefByGuid200Response,\n TypeGetRelationshipDefByGuidDefaultResponse,\n TypeGetRelationshipDefByName200Response,\n TypeGetRelationshipDefByNameDefaultResponse,\n TypeGetStructDefByGuid200Response,\n TypeGetStructDefByGuidDefaultResponse,\n TypeGetStructDefByName200Response,\n TypeGetStructDefByNameDefaultResponse,\n TypeGetByGuid200Response,\n TypeGetByGuidDefaultResponse,\n TypeGetByName200Response,\n TypeGetByNameDefaultResponse,\n TypeDeleteOperation204Response,\n TypeDeleteOperationDefaultResponse,\n TypeList200Response,\n TypeListDefaultResponse,\n TypeBulkCreate200Response,\n TypeBulkCreateDefaultResponse,\n TypeBulkUpdate200Response,\n TypeBulkUpdateDefaultResponse,\n TypeBulkDelete204Response,\n TypeBulkDeleteDefaultResponse,\n TypeListHeaders200Response,\n TypeListHeadersDefaultResponse,\n TypeGetTermTemplateDefByGuid200Response,\n TypeGetTermTemplateDefByGuidDefaultResponse,\n TypeGetTermTemplateDefByName200Response,\n TypeGetTermTemplateDefByNameDefaultResponse,\n} from \"./responses\";\nimport { Client, StreamableMethod } from \"@azure-rest/core-client\";\n\nexport interface EntityCreateOrUpdate {\n /**\n * Create or update an entity.\n * Existing entity is matched using its unique guid if\n * supplied or by its unique attributes eg: qualifiedName.\n * Map and array of\n * collections are not well supported. E.g., array<array<int>>, array<map<string,\n * int>>.\n * For each contact type, the maximum number of contacts is 20.\n */\n post(\n options?: EntityCreateOrUpdateParameters,\n ): StreamableMethod<EntityCreateOrUpdate200Response | EntityCreateOrUpdateDefaultResponse>;\n}\n\nexport interface EntityListByGuids {\n /** List entities in bulk identified by its GUIDs. */\n get(\n options: EntityListByGuidsParameters,\n ): StreamableMethod<EntityListByGuids200Response | EntityListByGuidsDefaultResponse>;\n /**\n * Create or update entities in bulk.\n * Existing entity is matched using its unique\n * guid if supplied or by its unique attributes eg: qualifiedName.\n * Map and array\n * of collections are not well supported. E.g., array<array<int>>,\n * array<map<string, int>>.\n * For each contact type, the maximum number of contacts\n * is 20.\n */\n post(\n options?: EntityBulkCreateOrUpdateParameters,\n ): StreamableMethod<\n EntityBulkCreateOrUpdate200Response | EntityBulkCreateOrUpdateDefaultResponse\n >;\n /**\n * Delete a list of entities in bulk identified by their GUIDs or unique\n * attributes.\n */\n delete(\n options: EntityBulkDeleteParameters,\n ): StreamableMethod<EntityBulkDelete200Response | EntityBulkDeleteDefaultResponse>;\n}\n\nexport interface EntityAddClassification {\n /** Associate a classification to multiple entities in bulk. */\n post(\n options?: EntityAddClassificationParameters,\n ): StreamableMethod<EntityAddClassification204Response | EntityAddClassificationDefaultResponse>;\n}\n\nexport interface EntityGet {\n /** Get complete definition of an entity given its GUID. */\n get(\n options?: EntityGetParameters,\n ): StreamableMethod<EntityGet200Response | EntityGetDefaultResponse>;\n /**\n * Update entity partially - create or update entity attribute identified by its\n * GUID.\n * Supports only primitive attribute type and entity references.\n * It does not support updating complex types like arrays, and maps.\n * Null updates are not possible.\n */\n put(\n options: EntityPartialUpdateAttributeByGuidParameters,\n ): StreamableMethod<\n | EntityPartialUpdateAttributeByGuid200Response\n | EntityPartialUpdateAttributeByGuidDefaultResponse\n >;\n /** Delete an entity identified by its GUID. */\n delete(\n options?: EntityDeleteParameters,\n ): StreamableMethod<EntityDeleteOperation200Response | EntityDeleteOperationDefaultResponse>;\n}\n\nexport interface EntityGetClassification {\n /** Get classification for a given entity represented by a GUID. */\n get(\n options?: EntityGetClassificationParameters,\n ): StreamableMethod<EntityGetClassification200Response | EntityGetClassificationDefaultResponse>;\n /** Delete a given classification from an existing entity represented by a GUID. */\n delete(\n options?: EntityRemoveClassificationParameters,\n ): StreamableMethod<\n EntityRemoveClassification204Response | EntityRemoveClassificationDefaultResponse\n >;\n}\n\nexport interface EntityGetClassifications {\n /** List classifications for a given entity represented by a GUID. */\n get(\n options?: EntityGetClassificationsParameters,\n ): StreamableMethod<\n EntityGetClassifications200Response | EntityGetClassificationsDefaultResponse\n >;\n /** Add classifications to an existing entity represented by a GUID. */\n post(\n options: EntityAddClassificationsParameters,\n ): StreamableMethod<\n EntityAddClassifications204Response | EntityAddClassificationsDefaultResponse\n >;\n /** Update classifications to an existing entity represented by a guid. */\n put(\n options: EntityUpdateClassificationsParameters,\n ): StreamableMethod<\n EntityUpdateClassifications204Response | EntityUpdateClassificationsDefaultResponse\n >;\n}\n\nexport interface EntityGetByUniqueAttributes {\n /**\n * Get complete definition of an entity given its type and unique attribute.\n *\n * In\n * addition to the typeName path parameter, attribute key-value pair(s) can be\n * provided in the following format:\n * attr:\\<attrName>=<attrValue>.\n *\n * NOTE: The\n * attrName and attrValue should be unique across entities, eg.\n * qualifiedName.\n *\n * The REST request would look something like this:\n * GET\n * /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue.\n */\n get(\n options?: EntityGetByUniqueAttributesParameters,\n ): StreamableMethod<\n EntityGetByUniqueAttributes200Response | EntityGetByUniqueAttributesDefaultResponse\n >;\n /**\n * Update entity partially - Allow a subset of attributes to be updated on an\n * entity which is identified by its type and unique attribute eg:\n * Referenceable.qualifiedName. Null updates are not possible.\n *\n * In addition to the\n * typeName path parameter, attribute key-value pair(s) can be provided in the\n * following format:\n *\n * attr:<attrName>=<attrValue>.\n * NOTE: The attrName and\n * attrValue should be unique across entities, eg. qualifiedName.\n *\n * The REST\n * request would look something like this:\n * PUT\n * /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue.\n */\n put(\n options?: EntityPartialUpdateByUniqueAttributesParameters,\n ): StreamableMethod<\n | EntityPartialUpdateByUniqueAttributes200Response\n | EntityPartialUpdateByUniqueAttributesDefaultResponse\n >;\n /**\n * Delete an entity identified by its type and unique attributes.\n * In addition to\n * the typeName path parameter, attribute key-value pair(s) can be provided in the\n * following format:\n * attr:\\<attrName>=\\<attrValue>.\n * NOTE: The attrName and\n * attrValue should be unique across entities, eg. qualifiedName.\n *\n * The REST\n * request would look something like this:\n * DELETE\n * /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue.\n */\n delete(\n options?: EntityDeleteByUniqueAttributeParameters,\n ): StreamableMethod<\n EntityDeleteByUniqueAttribute200Response | EntityDeleteByUniqueAttributeDefaultResponse\n >;\n}\n\nexport interface EntityRemoveClassificationByUniqueAttribute {\n /**\n * Delete a given classification from an entity identified by its type and unique\n * attributes.\n */\n delete(\n options?: EntityRemoveClassificationByUniqueAttributeParameters,\n ): StreamableMethod<\n | EntityRemoveClassificationByUniqueAttribute204Response\n | EntityRemoveClassificationByUniqueAttributeDefaultResponse\n >;\n}\n\nexport interface EntityAddClassificationsByUniqueAttribute {\n /** Add classification to the entity identified by its type and unique attributes. */\n post(\n options: EntityAddClassificationsByUniqueAttributeParameters,\n ): StreamableMethod<\n | EntityAddClassificationsByUniqueAttribute204Response\n | EntityAddClassificationsByUniqueAttributeDefaultResponse\n >;\n /** Update classification on an entity identified by its type and unique attributes. */\n put(\n options: EntityUpdateClassificationsByUniqueAttributeParameters,\n ): StreamableMethod<\n | EntityUpdateClassificationsByUniqueAttribute204Response\n | EntityUpdateClassificationsByUniqueAttributeDefaultResponse\n >;\n}\n\nexport interface EntityBulkSetClassifications {\n /** Set classifications on entities in bulk. */\n post(\n options?: EntityBulkSetClassificationsParameters,\n ): StreamableMethod<\n EntityBulkSetClassifications200Response | EntityBulkSetClassificationsDefaultResponse\n >;\n}\n\nexport interface EntityListByUniqueAttributes {\n /**\n * Bulk API to retrieve list of entities identified by its unique attributes.\n * In\n * addition to the typeName path parameter, attribute key-value pair(s) can be\n * provided in the following\n * format\n *\n * typeName=\\<typeName>&attr_1:\\<attrName>=\\<attrValue>&attr_2:\\<attrName>=\\<attrValue>&attr_3:\\<attrName>=\\<attrValue>\n *\n * NOTE:\n * The attrName should be an unique attribute for the given entity-type.\n * The REST\n * request would look something like this\n *\n * GET\n * /v2/entity/bulk/uniqueAttribute/type/hive_db?attr_1:qualifiedName=db1@cl1&attr_2:qualifiedName=db2@cl1\n *\n * Note:\n * at least one unique attribute must be provided.\n */\n get(\n options?: EntityListByUniqueAttributesParameters,\n ): StreamableMethod<\n EntityListByUniqueAttributes200Response | EntityListByUniqueAttributesDefaultResponse\n >;\n}\n\nexport interface EntityGetHeader {\n /** Get entity header given its GUID. */\n get(\n options?: EntityGetHeaderParameters,\n ): StreamableMethod<EntityGetHeader200Response | EntityGetHeaderDefaultResponse>;\n}\n\nexport interface EntityRemoveBusinessMetadata {\n /** Remove business metadata from an entity. */\n delete(\n options: EntityRemoveBusinessMetadataParameters,\n ): StreamableMethod<\n EntityRemoveBusinessMetadata204Response | EntityRemoveBusinessMetadataDefaultResponse\n >;\n /** Add business metadata to an entity. */\n post(\n options: EntityAddOrUpdateBusinessMetadataParameters,\n ): StreamableMethod<\n EntityAddOrUpdateBusinessMetadata204Response | EntityAddOrUpdateBusinessMetadataDefaultResponse\n >;\n}\n\nexport interface EntityRemoveBusinessMetadataAttributes {\n /** Delete business metadata attributes from an entity. */\n delete(\n options: EntityRemoveBusinessMetadataAttributesParameters,\n ): StreamableMethod<\n | EntityRemoveBusinessMetadataAttributes204Response\n | EntityRemoveBusinessMetadataAttributesDefaultResponse\n >;\n /** Add or update business metadata attributes. */\n post(\n options: EntityAddOrUpdateBusinessMetadataAttributesParameters,\n ): StreamableMethod<\n | EntityAddOrUpdateBusinessMetadataAttributes204Response\n | EntityAddOrUpdateBusinessMetadataAttributesDefaultResponse\n >;\n}\n\nexport interface EntityGetSampleBusinessMetadataTemplate {\n /** Get the sample Template for uploading/creating bulk BusinessMetaData */\n get(\n options?: EntityGetSampleBusinessMetadataTemplateParameters,\n ): StreamableMethod<\n | EntityGetSampleBusinessMetadataTemplate200Response\n | EntityGetSampleBusinessMetadataTemplateDefaultResponse\n >;\n}\n\nexport interface EntityImportBusinessMetadata {\n /** Upload the file for creating Business Metadata in BULK */\n post(\n options: EntityImportBusinessMetadataParameters,\n ): StreamableMethod<\n EntityImportBusinessMetadata200Response | EntityImportBusinessMetadataDefaultResponse\n >;\n}\n\nexport interface EntityRemoveLabels {\n /** Delete given labels to a given entity. */\n delete(\n options?: EntityRemoveLabelsParameters,\n ): StreamableMethod<EntityRemoveLabels204Response | EntityRemoveLabelsDefaultResponse>;\n /** Set labels to a given entity. */\n post(\n options?: EntitySetLabelsParameters,\n ): StreamableMethod<EntitySetLabels204Response | EntitySetLabelsDefaultResponse>;\n /** Add given labels to a given entity. */\n put(\n options?: EntityAddLabelParameters,\n ): StreamableMethod<EntityAddLabel204Response | EntityAddLabelDefaultResponse>;\n}\n\nexport interface EntityRemoveLabelsByUniqueAttribute {\n /**\n * Delete given labels to a given entity identified by its type and unique\n * attribute.\n *\n * If labels is null/empty, no labels will be removed.\n *\n * If any labels\n * in labels set are non-existing labels, they will be ignored, only existing\n * labels will be removed. In addition to the typeName path parameter, attribute\n * key-value pair(s) can be provided in the following format:\n * attr:<attrName>=<attrValue>. NOTE: The attrName and attrValue should be unique\n * across entities, eg. qualifiedName. The REST request would look something like\n * this: DELETE\n * /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue.\n */\n delete(\n options?: EntityRemoveLabelsByUniqueAttributeParameters,\n ): StreamableMethod<\n | EntityRemoveLabelsByUniqueAttribute204Response\n | EntityRemoveLabelsByUniqueAttributeDefaultResponse\n >;\n /**\n * Set labels to a given entity identified by its type and unique attributes.\n *\n * If\n * labels is null/empty, existing labels will all be removed.\n *\n * In addition to the\n * typeName path parameter, attribute key-value pair(s) can be provided in the\n * following format: attr:<attrName>=<attrValue>.\n *\n * NOTE: The attrName and\n * attrValue should be unique across entities, eg. qualifiedName.\n *\n * The REST\n * request would look something like this: POST\n * /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue.\n */\n post(\n options?: EntitySetLabelsByUniqueAttributeParameters,\n ): StreamableMethod<\n EntitySetLabelsByUniqueAttribute204Response | EntitySetLabelsByUniqueAttributeDefaultResponse\n >;\n /**\n * Add given labels to a given entity identified by its type and unique\n * attributes.\n *\n * If labels is null/empty, no labels will be added.\n *\n * In addition to\n * the typeName path parameter, attribute key-value pair(s) can be provided in the\n * following format: attr:<attrName>=<attrValue>.\n *\n * NOTE: The attrName and\n * attrValue should be unique across entities, eg. qualifiedName.\n *\n * The REST\n * request would look something like this: PUT\n * /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue.\n */\n put(\n options?: EntityAddLabelsByUniqueAttributeParameters,\n ): StreamableMethod<\n EntityAddLabelsByUniqueAttribute204Response | EntityAddLabelsByUniqueAttributeDefaultResponse\n >;\n}\n\nexport interface EntityMoveEntitiesToCollection {\n /** Move existing entities to the target collection. */\n post(\n options: EntityMoveEntitiesToCollectionParameters,\n ): StreamableMethod<\n EntityMoveEntitiesToCollection200Response | EntityMoveEntitiesToCollectionDefaultResponse\n >;\n}\n\nexport interface GlossaryList {\n /**\n * Get all glossaries. Recommend using limit/offset to get pagination result.\n * Recommend using 'ignoreTermsAndCategories=true' and fetch terms/categories\n * separately using\n *\n * 'GET /datamap/api/atlas/v2/glossary/{glossaryId}/terms'\n * and\n *\n * 'GET '/datamap/api/atlas/v2/glossary/{glossaryId}/categories'.\n */\n get(\n options?: GlossaryListParameters,\n ): StreamableMethod<GlossaryList200Response | GlossaryListDefaultResponse>;\n /** Create a glossary. */\n post(\n options?: GlossaryCreateParameters,\n ): StreamableMethod<GlossaryCreate200Response | GlossaryCreateDefaultResponse>;\n}\n\nexport interface GlossaryCreateCategories {\n /** Create glossary category in bulk. */\n post(\n options: GlossaryCreateCategoriesParameters,\n ): StreamableMethod<\n GlossaryCreateCategories200Response | GlossaryCreateCategoriesDefaultResponse\n >;\n}\n\nexport interface GlossaryCreateCategory {\n /** Create a glossary category. */\n post(\n options?: GlossaryCreateCategoryParameters,\n ): StreamableMethod<GlossaryCreateCategory200Response | GlossaryCreateCategoryDefaultResponse>;\n}\n\nexport interface GlossaryGetCategory {\n /** Get specific glossary category by its GUID. */\n get(\n options?: GlossaryGetCategoryParameters,\n ): StreamableMethod<GlossaryGetCategory200Response | GlossaryGetCategoryDefaultResponse>;\n /** Update the given glossary category by its GUID. */\n put(\n options?: GlossaryUpdateCategoryParameters,\n ): StreamableMethod<GlossaryUpdateCategory200Response | GlossaryUpdateCategoryDefaultResponse>;\n /** Delete a glossary category. */\n delete(\n options?: GlossaryDeleteCategoryParameters,\n ): StreamableMethod<GlossaryDeleteCategory204Response | GlossaryDeleteCategoryDefaultResponse>;\n}\n\nexport interface GlossaryPartialUpdateCategory {\n /**\n * Update the glossary category partially. So far we only supports partial\n * updating shortDescription and longDescription for category.\n */\n put(\n options: GlossaryPartialUpdateCategoryParameters,\n ): StreamableMethod<\n GlossaryPartialUpdateCategory200Response | GlossaryPartialUpdateCategoryDefaultResponse\n >;\n}\n\nexport interface GlossaryListRelatedCategories {\n /**\n * Get all related categories (parent and children). Limit, offset, and sort\n * parameters are currently not being enabled and won't work even they are passed.\n */\n get(\n options?: GlossaryListRelatedCategoriesParameters,\n ): StreamableMethod<\n GlossaryListRelatedCategories200Response | GlossaryListRelatedCategoriesDefaultResponse\n >;\n}\n\nexport interface GlossaryListCategoryTerms {\n /** Get all terms associated with the specific category. */\n get(\n options?: GlossaryListCategoryTermsParameters,\n ): StreamableMethod<\n GlossaryListCategoryTerms200Response | GlossaryListCategoryTermsDefaultResponse\n >;\n}\n\nexport interface GlossaryCreateTerm {\n /** Create a glossary term. */\n post(\n options?: GlossaryCreateTermParameters,\n ): StreamableMethod<GlossaryCreateTerm200Response | GlossaryCreateTermDefaultResponse>;\n}\n\nexport interface GlossaryGetTerm {\n /** Get a specific glossary term by its GUID. */\n get(\n options?: GlossaryGetTermParameters,\n ): StreamableMethod<GlossaryGetTerm200Response | GlossaryGetTermDefaultResponse>;\n /** Update the given glossary term by its GUID. */\n put(\n options?: GlossaryUpdateTermParameters,\n ): StreamableMethod<GlossaryUpdateTerm200Response | GlossaryUpdateTermDefaultResponse>;\n /** Delete a glossary term. */\n delete(\n options?: GlossaryDeleteTermParameters,\n ): StreamableMethod<GlossaryDeleteTerm204Response | GlossaryDeleteTermDefaultResponse>;\n}\n\nexport interface GlossaryPartialUpdateTerm {\n /**\n * Update the glossary term partially. So far we only supports partial updating\n * shortDescription, longDescription, abbreviation, usage and status for term.\n */\n put(\n options: GlossaryPartialUpdateTermParameters,\n ): StreamableMethod<\n GlossaryPartialUpdateTerm200Response | GlossaryPartialUpdateTermDefaultResponse\n >;\n}\n\nexport interface GlossaryCreateTerms {\n /** Create glossary terms in bulk. */\n post(\n options: GlossaryCreateTermsParameters,\n ): StreamableMethod<GlossaryCreateTerms200Response | GlossaryCreateTermsDefaultResponse>;\n}\n\nexport interface GlossaryListEntitiesAssignedWithTerm {\n /**\n * List all related objects assigned with the specified term. Recommend using\n * limit/offset to get pagination result.\n */\n get(\n options?: GlossaryListEntitiesAssignedWithTermParameters,\n ): StreamableMethod<\n | GlossaryListEntitiesAssignedWithTerm200Response\n | GlossaryListEntitiesAssignedWithTermDefaultResponse\n >;\n /**\n * Assign the given term to the provided list of related objects. Recommend using\n * small batches with multiple API calls.\n *\n * [Entities Create Or Update\n * operation](https://learn.microsoft.com/en-us/rest/api/purview/datamapdataplane/entity/bulk-create-or-update?tabs=HTTP)\n * is an alternative to assign a term to multiple entities.\n */\n post(\n options: GlossaryAssignTermToEntitiesParameters,\n ): StreamableMethod<\n GlossaryAssignTermToEntities204Response | GlossaryAssignTermToEntitiesDefaultResponse\n >;\n /** Delete the term assignment for the given list of related objects. */\n delete(\n options: GlossaryDeleteTermAssignmentFromEntitiesParameters,\n ): StreamableMethod<\n | GlossaryDeleteTermAssignmentFromEntities204Response\n | GlossaryDeleteTermAssignmentFromEntitiesDefaultResponse\n >;\n}\n\nexport interface GlossaryListRelatedTerms {\n /**\n * Get all related terms for a specific term by its GUID. Limit, offset, and sort\n * parameters are currently not being enabled and won't work even they are passed.\n */\n get(\n options?: GlossaryListRelatedTermsParameters,\n ): StreamableMethod<\n GlossaryListRelatedTerms200Response | GlossaryListRelatedTermsDefaultResponse\n >;\n}\n\nexport interface GlossaryGet {\n /** Get a specific Glossary by its GUID. */\n get(\n options?: GlossaryGetParameters,\n ): StreamableMethod<GlossaryGet200Response | GlossaryGetDefaultResponse>;\n /** Update the given glossary. */\n put(\n options?: GlossaryUpdateParameters,\n ): StreamableMethod<GlossaryUpdate200Response | GlossaryUpdateDefaultResponse>;\n /**\n * Delete a glossary. Will delete underlying terms/categories together. Recommend\n * separate delete terms and categories.\n */\n delete(\n options?: GlossaryDeleteParameters,\n ): StreamableMethod<GlossaryDeleteOperation204Response | GlossaryDeleteOperationDefaultResponse>;\n}\n\nexport interface GlossaryListCategories {\n /**\n * Get the categories belonging to a specific glossary. Recommend using\n * limit/offset to get pagination result.\n */\n get(\n options?: GlossaryListCategoriesParameters,\n ): StreamableMethod<GlossaryListCategories200Response | GlossaryListCategoriesDefaultResponse>;\n}\n\nexport interface GlossaryListCategoriesHeaders {\n /**\n * Get the category headers belonging to a specific glossary. Recommend using\n * limit/offset to get pagination result.\n */\n get(\n options?: GlossaryListCategoriesHeadersParameters,\n ): StreamableMethod<\n GlossaryListCategoriesHeaders200Response | GlossaryListCategoriesHeadersDefaultResponse\n >;\n}\n\nexport interface GlossaryGetDetailed {\n /**\n * Get a specific glossary with detailed information. This API is not\n * recommend.\n *\n * Recommend to fetch terms/categories details separately using\n *\n * GET /datamap/api/atlas/v2/glossary/{glossaryId}/terms and\n *\n * GET /datamap/api/atlas/v2/glossary/{glossaryId}/categories.\n */\n get(\n options?: GlossaryGetDetailedParameters,\n ): StreamableMethod<GlossaryGetDetailed200Response | GlossaryGetDetailedDefaultResponse>;\n}\n\nexport interface GlossaryPartialUpdate {\n /**\n * Update the glossary partially. Some properties such as qualifiedName are not\n * allowed to be updated.\n *\n * So far we only supports partial updating\n * shortDescription, longDescription, language and usage for glossary.\n *\n * Recommend\n * using 'ignoreTermsAndCategories=true' to reduce response body size.\n */\n put(\n options: GlossaryPartialUpdateParameters,\n ): StreamableMethod<GlossaryPartialUpdate200Response | GlossaryPartialUpdateDefaultResponse>;\n}\n\nexport interface GlossaryListTerms {\n /**\n * Get terms belonging to a specific glossary. Recommend using limit/offset to get\n * pagination result.\n */\n get(\n options?: GlossaryListTermsParameters,\n ): StreamableMethod<GlossaryListTerms200Response | GlossaryListTermsDefaultResponse>;\n}\n\nexport interface GlossaryListTermHeaders {\n /**\n * Get term headers belonging to a specific glossary. Recommend using limit/offset\n * to get pagination result.\n */\n get(\n options?: GlossaryListTermHeadersParameters,\n ): StreamableMethod<GlossaryListTermHeaders200Response | GlossaryListTermHeadersDefaultResponse>;\n}\n\nexport interface DiscoveryQuery {\n /** Get data using search. */\n post(\n options?: DiscoveryQueryParameters,\n ): StreamableMethod<DiscoveryQuery200Response | DiscoveryQueryDefaultResponse>;\n}\n\nexport interface DiscoverySuggest {\n /** Get search suggestions by query criteria. */\n post(\n options?: DiscoverySuggestParameters,\n ): StreamableMethod<DiscoverySuggest200Response | DiscoverySuggestDefaultResponse>;\n}\n\nexport interface DiscoveryAutoComplete {\n /** Get auto complete options. */\n post(\n options?: DiscoveryAutoCompleteParameters,\n ): StreamableMethod<DiscoveryAutoComplete200Response | DiscoveryAutoCompleteDefaultResponse>;\n}\n\nexport interface LineageGet {\n /** Get lineage info of the entity specified by GUID. */\n get(\n options: LineageGetParameters,\n ): StreamableMethod<LineageGet200Response | LineageGetDefaultResponse>;\n}\n\nexport interface LineageGetNextPage {\n /** Return immediate next page lineage info about entity with pagination */\n get(\n options: LineageGetNextPageParameters,\n ): StreamableMethod<LineageGetNextPage200Response | LineageGetNextPageDefaultResponse>;\n}\n\nexport interface LineageGetByUniqueAttribute {\n /**\n * Return lineage info about entity.\n *\n * In addition to the typeName path parameter,\n * attribute key-value pair(s) can be provided in the following\n * format\n *\n * attr:[attrName]=[attrValue]\n *\n * NOTE: The attrName and attrValue should be\n * unique across entities, eg. qualifiedName.\n *\n * The REST request would look\n * something like this:\n *\n * GET\n * /v2/lineage/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue.\n */\n get(\n options: LineageGetByUniqueAttributeParameters,\n ): StreamableMethod<\n LineageGetByUniqueAttribute200Response | LineageGetByUniqueAttributeDefaultResponse\n >;\n}\n\nexport interface RelationshipCreate {\n /** Create a new relationship between entities. */\n post(\n options?: RelationshipCreateParameters,\n ): StreamableMethod<RelationshipCreate200Response | RelationshipCreateDefaultResponse>;\n /** Update an existing relationship between entities. */\n put(\n options?: RelationshipUpdateParameters,\n ): StreamableMethod<RelationshipUpdate200Response | RelationshipUpdateDefaultResponse>;\n}\n\nexport interface RelationshipGet {\n /** Get relationship information between entities by its GUID. */\n get(\n options?: RelationshipGetParameters,\n ): StreamableMethod<RelationshipGet200Response | RelationshipGetDefaultResponse>;\n /** Delete a relationship between entities by its GUID. */\n delete(\n options?: RelationshipDeleteParameters,\n ): StreamableMethod<\n RelationshipDeleteOperation204Response | RelationshipDeleteOperationDefaultResponse\n >;\n}\n\nexport interface TypeGetBusinessMetadataDefByGuid {\n /** Get the businessMetadata definition for the given guid. */\n get(\n options?: TypeGetBusinessMetadataDefByGuidParameters,\n ): StreamableMethod<\n TypeGetBusinessMetadataDefByGuid200Response | TypeGetBusinessMetadataDefByGuidDefaultResponse\n >;\n}\n\nexport interface TypeGetBusinessMetadataDefByName {\n /** Get the businessMetadata definition by it's name (unique). */\n get(\n options?: TypeGetBusinessMetadataDefByNameParameters,\n ): StreamableMethod<\n TypeGetBusinessMetadataDefByName200Response | TypeGetBusinessMetadataDefByNameDefaultResponse\n >;\n}\n\nexport interface TypeGetClassificationDefByGuid {\n /** Get the classification definition for the given GUID. */\n get(\n options?: TypeGetClassificationDefByGuidParameters,\n ): StreamableMethod<\n TypeGetClassificationDefByGuid200Response | TypeGetClassificationDefByGuidDefaultResponse\n >;\n}\n\nexport interface TypeGetClassificationDefByName {\n /** Get the classification definition by its name (unique). */\n get(\n options?: TypeGetClassificationDefByNameParameters,\n ): StreamableMethod<\n TypeGetClassificationDefByName200Response | TypeGetClassificationDefByNameDefaultResponse\n >;\n}\n\nexport interface TypeGetEntityDefByGuid {\n /** Get the Entity definition for the given GUID. */\n get(\n options?: TypeGetEntityDefByGuidParameters,\n ): StreamableMethod<TypeGetEntityDefByGuid200Response | TypeGetEntityDefByGuidDefaultResponse>;\n}\n\nexport interface TypeGetEntityDefByName {\n /** Get the entity definition by its name (unique). */\n get(\n options?: TypeGetEntityDefByNameParameters,\n ): StreamableMethod<TypeGetEntityDefByName200Response | TypeGetEntityDefByNameDefaultResponse>;\n}\n\nexport interface TypeGetEnumDefByGuid {\n /** Get the enum definition for the given GUID. */\n get(\n options?: TypeGetEnumDefByGuidParameters,\n ): StreamableMethod<TypeGetEnumDefByGuid200Response | TypeGetEnumDefByGuidDefaultResponse>;\n}\n\nexport interface TypeGetEnumDefByName {\n /** Get the enum definition by its name (unique). */\n get(\n options?: TypeGetEnumDefByNameParameters,\n ): StreamableMethod<TypeGetEnumDefByName200Response | TypeGetEnumDefByNameDefaultResponse>;\n}\n\nexport interface TypeGetRelationshipDefByGuid {\n /** Get the relationship definition for the given GUID. */\n get(\n options?: TypeGetRelationshipDefByGuidParameters,\n ): StreamableMethod<\n TypeGetRelationshipDefByGuid200Response | TypeGetRelationshipDefByGuidDefaultResponse\n >;\n}\n\nexport interface TypeGetRelationshipDefByName {\n /** Get the relationship definition by its name (unique). */\n get(\n options?: TypeGetRelationshipDefByNameParameters,\n ): StreamableMethod<\n TypeGetRelationshipDefByName200Response | TypeGetRelationshipDefByNameDefaultResponse\n >;\n}\n\nexport interface TypeGetStructDefByGuid {\n /** Get the struct definition for the given GUID. */\n get(\n options?: TypeGetStructDefByGuidParameters,\n ): StreamableMethod<TypeGetStructDefByGuid200Response | TypeGetStructDefByGuidDefaultResponse>;\n}\n\nexport interface TypeGetStructDefByName {\n /** Get the struct definition by its name (unique). */\n get(\n options?: TypeGetStructDefByNameParameters,\n ): StreamableMethod<TypeGetStructDefByName200Response | TypeGetStructDefByNameDefaultResponse>;\n}\n\nexport interface TypeGetByGuid {\n /** Get the type definition for the given GUID. */\n get(\n options?: TypeGetByGuidParameters,\n ): StreamableMethod<TypeGetByGuid200Response | TypeGetByGuidDefaultResponse>;\n}\n\nexport interface TypeGetByName {\n /** Get the type definition by its name (unique). */\n get(\n options?: TypeGetByNameParameters,\n ): StreamableMethod<TypeGetByName200Response | TypeGetByNameDefaultResponse>;\n /** Delete API for type identified by its name. */\n delete(\n options?: TypeDeleteParameters,\n ): StreamableMethod<TypeDeleteOperation204Response | TypeDeleteOperationDefaultResponse>;\n}\n\nexport interface TypeList {\n /** List all type definitions in bulk. */\n get(\n options?: TypeListParameters,\n ): StreamableMethod<TypeList200Response | TypeListDefaultResponse>;\n /**\n * Create all atlas type definitions in bulk, only new definitions will be\n * created.\n * Any changes to the existing definitions will be discarded.\n */\n post(\n options?: TypeBulkCreateParameters,\n ): StreamableMethod<TypeBulkCreate200Response | TypeBulkCreateDefaultResponse>;\n /**\n * Update all types in bulk, changes detected in the type definitions would be\n * persisted.\n */\n put(\n options?: TypeBulkUpdateParameters,\n ): StreamableMethod<TypeBulkUpdate200Response | TypeBulkUpdateDefaultResponse>;\n /** Delete API for all types in bulk. */\n delete(\n options?: TypeBulkDeleteParameters,\n ): StreamableMethod<TypeBulkDelete204Response | TypeBulkDeleteDefaultResponse>;\n}\n\nexport interface TypeListHeaders {\n /** List all type definitions returned as a list of minimal information header. */\n get(\n options?: TypeListHeadersParameters,\n ): StreamableMethod<TypeListHeaders200Response | TypeListHeadersDefaultResponse>;\n}\n\nexport interface TypeGetTermTemplateDefByGuid {\n /** Get the term template definition for the given GUID. */\n get(\n options?: TypeGetTermTemplateDefByGuidParameters,\n ): StreamableMethod<\n TypeGetTermTemplateDefByGuid200Response | TypeGetTermTemplateDefByGuidDefaultResponse\n >;\n}\n\nexport interface TypeGetTermTemplateDefByName {\n /** Get the term template definition by its name (unique). */\n get(\n options?: TypeGetTermTemplateDefByNameParameters,\n ): StreamableMethod<\n TypeGetTermTemplateDefByName200Response | TypeGetTermTemplateDefByNameDefaultResponse\n >;\n}\n\nexport interface Routes {\n /** Resource for '/atlas/v2/entity' has methods for the following verbs: post */\n (path: \"/atlas/v2/entity\"): EntityCreateOrUpdate;\n /** Resource for '/atlas/v2/entity/bulk' has methods for the following verbs: get, post, delete */\n (path: \"/atlas/v2/entity/bulk\"): EntityListByGuids;\n /** Resource for '/atlas/v2/entity/bulk/classification' has methods for the following verbs: post */\n (path: \"/atlas/v2/entity/bulk/classification\"): EntityAddClassification;\n /** Resource for '/atlas/v2/entity/guid/\\{guid\\}' has methods for the following verbs: get, put, delete */\n (path: \"/atlas/v2/entity/guid/{guid}\", guid: string): EntityGet;\n /** Resource for '/atlas/v2/entity/guid/\\{guid\\}/classification/\\{classificationName\\}' has methods for the following verbs: get, delete */\n (\n path: \"/atlas/v2/entity/guid/{guid}/classification/{classificationName}\",\n guid: string,\n classificationName: string,\n ): EntityGetClassification;\n /** Resource for '/atlas/v2/entity/guid/\\{guid\\}/classifications' has methods for the following verbs: get, post, put */\n (path: \"/atlas/v2/entity/guid/{guid}/classifications\", guid: string): EntityGetClassifications;\n /** Resource for '/atlas/v2/entity/uniqueAttribute/type/\\{typeName\\}' has methods for the following verbs: get, put, delete */\n (\n path: \"/atlas/v2/entity/uniqueAttribute/type/{typeName}\",\n typeName: string,\n ): EntityGetByUniqueAttributes;\n /** Resource for '/atlas/v2/entity/uniqueAttribute/type/\\{typeName\\}/classification/\\{classificationName\\}' has methods for the following verbs: delete */\n (\n path: \"/atlas/v2/entity/uniqueAttribute/type/{typeName}/classification/{classificationName}\",\n typeName: string,\n classificationName: string,\n ): EntityRemoveClassificationByUniqueAttribute;\n /** Resource for '/atlas/v2/entity/uniqueAttribute/type/\\{typeName\\}/classifications' has methods for the following verbs: post, put */\n (\n path: \"/atlas/v2/entity/uniqueAttribute/type/{typeName}/classifications\",\n typeName: string,\n ): EntityAddClassificationsByUniqueAttribute;\n /** Resource for '/atlas/v2/entity/bulk/setClassifications' has methods for the following verbs: post */\n (path: \"/atlas/v2/entity/bulk/setClassifications\"): EntityBulkSetClassifications;\n /** Resource for '/atlas/v2/entity/bulk/uniqueAttribute/type/\\{typeName\\}' has methods for the following verbs: get */\n (\n path: \"/atlas/v2/entity/bulk/uniqueAttribute/type/{typeName}\",\n typeName: string,\n ): EntityListByUniqueAttributes;\n /** Resource for '/atlas/v2/entity/guid/\\{guid\\}/header' has methods for the following verbs: get */\n (path: \"/atlas/v2/entity/guid/{guid}/header\", guid: string): EntityGetHeader;\n /** Resource for '/atlas/v2/entity/guid/\\{guid\\}/businessmetadata' has methods for the following verbs: delete, post */\n (\n path: \"/atlas/v2/entity/guid/{guid}/businessmetadata\",\n guid: string,\n ): EntityRemoveBusinessMetadata;\n /** Resource for '/atlas/v2/entity/guid/\\{guid\\}/businessmetadata/\\{businessMetadataName\\}' has methods for the following verbs: delete, post */\n (\n path: \"/atlas/v2/entity/guid/{guid}/businessmetadata/{businessMetadataName}\",\n businessMetadataName: string,\n guid: string,\n ): EntityRemoveBusinessMetadataAttributes;\n /** Resource for '/atlas/v2/entity/businessmetadata/import/template' has methods for the following verbs: get */\n (\n path: \"/atlas/v2/entity/businessmetadata/import/template\",\n ): EntityGetSampleBusinessMetadataTemplate;\n /** Resource for '/atlas/v2/entity/businessmetadata/import' has methods for the following verbs: post */\n (path: \"/atlas/v2/entity/businessmetadata/import\"): EntityImportBusinessMetadata;\n /** Resource for '/atlas/v2/entity/guid/\\{guid\\}/labels' has methods for the following verbs: delete, post, put */\n (path: \"/atlas/v2/entity/guid/{guid}/labels\", guid: string): EntityRemoveLabels;\n /** Resource for '/atlas/v2/entity/uniqueAttribute/type/\\{typeName\\}/labels' has methods for the following verbs: delete, post, put */\n (\n path: \"/atlas/v2/entity/uniqueAttribute/type/{typeName}/labels\",\n typeName: string,\n ): EntityRemoveLabelsByUniqueAttribute;\n /** Resource for '/entity/moveTo' has methods for the following verbs: post */\n (path: \"/entity/moveTo\"): EntityMoveEntitiesToCollection;\n /** Resource for '/atlas/v2/glossary' has methods for the following verbs: get, post */\n (path: \"/atlas/v2/glossary\"): GlossaryList;\n /** Resource for '/atlas/v2/glossary/categories' has methods for the following verbs: post */\n (path: \"/atlas/v2/glossary/categories\"): GlossaryCreateCategories;\n /** Resource for '/atlas/v2/glossary/category' has methods for the following verbs: post */\n (path: \"/atlas/v2/glossary/category\"): GlossaryCreateCategory;\n /** Resource for '/atlas/v2/glossary/category/\\{categoryId\\}' has methods for the following verbs: get, put, delete */\n (path: \"/atlas/v2/glossary/category/{categoryId}\", categoryId: string): GlossaryGetCategory;\n /** Resource for '/atlas/v2/glossary/category/\\{categoryId\\}/partial' has methods for the following verbs: put */\n (\n path: \"/atlas/v2/glossary/category/{categoryId}/partial\",\n categoryId: string,\n ): GlossaryPartialUpdateCategory;\n /** Resource for '/atlas/v2/glossary/category/\\{categoryId\\}/related' has methods for the following verbs: get */\n (\n path: \"/atlas/v2/glossary/category/{categoryId}/related\",\n categoryId: string,\n ): GlossaryListRelatedCategories;\n /** Resource for '/atlas/v2/glossary/category/\\{categoryId\\}/terms' has methods for the following verbs: get */\n (\n path: \"/atlas/v2/glossary/category/{categoryId}/terms\",\n categoryId: string,\n ): GlossaryListCategoryTerms;\n /** Resource for '/atlas/v2/glossary/term' has methods for the following verbs: post */\n (path: \"/atlas/v2/glossary/term\"): GlossaryCreateTerm;\n /** Resource for '/atlas/v2/glossary/term/\\{termId\\}' has methods for the following verbs: get, put, delete */\n (path: \"/atlas/v2/glossary/term/{termId}\", termId: string): GlossaryGetTerm;\n /** Resource for '/atlas/v2/glossary/term/\\{termId\\}/partial' has methods for the following verbs: put */\n (path: \"/atlas/v2/glossary/term/{termId}/partial\", termId: string): GlossaryPartialUpdateTerm;\n /** Resource for '/atlas/v2/glossary/terms' has methods for the following verbs: post */\n (path: \"/atlas/v2/glossary/terms\"): GlossaryCreateTerms;\n /** Resource for '/atlas/v2/glossary/terms/\\{termId\\}/assignedEntities' has methods for the following verbs: get, post, delete */\n (\n path: \"/atlas/v2/glossary/terms/{termId}/assignedEntities\",\n termId: string,\n ): GlossaryListEntitiesAssignedWithTerm;\n /** Resource for '/atlas/v2/glossary/terms/\\{termId\\}/related' has methods for the following verbs: get */\n (path: \"/atlas/v2/glossary/terms/{termId}/related\", termId: string): GlossaryListRelatedTerms;\n /** Resource for '/atlas/v2/glossary/\\{glossaryId\\}' has methods for the following verbs: get, put, delete */\n (path: \"/atlas/v2/glossary/{glossaryId}\", glossaryId: string): GlossaryGet;\n /** Resource for '/atlas/v2/glossary/\\{glossaryId\\}/categories' has methods for the following verbs: get */\n (path: \"/atlas/v2/glossary/{glossaryId}/categories\", glossaryId: string): GlossaryListCategories;\n /** Resource for '/atlas/v2/glossary/\\{glossaryId\\}/categories/headers' has methods for the following verbs: get */\n (\n path: \"/atlas/v2/glossary/{glossaryId}/categories/headers\",\n glossaryId: string,\n ): GlossaryListCategoriesHeaders;\n /** Resource for '/atlas/v2/glossary/\\{glossaryId\\}/detailed' has methods for the following verbs: get */\n (path: \"/atlas/v2/glossary/{glossaryId}/detailed\", glossaryId: string): GlossaryGetDetailed;\n /** Resource for '/atlas/v2/glossary/\\{glossaryId\\}/partial' has methods for the following verbs: put */\n (path: \"/atlas/v2/glossary/{glossaryId}/partial\", glossaryId: string): GlossaryPartialUpdate;\n /** Resource for '/atlas/v2/glossary/\\{glossaryId\\}/terms' has methods for the following verbs: get */\n (path: \"/atlas/v2/glossary/{glossaryId}/terms\", glossaryId: string): GlossaryListTerms;\n /** Resource for '/atlas/v2/glossary/\\{glossaryId\\}/terms/headers' has methods for the following verbs: get */\n (\n path: \"/atlas/v2/glossary/{glossaryId}/terms/headers\",\n glossaryId: string,\n ): GlossaryListTermHeaders;\n /** Resource for '/search/query' has methods for the following verbs: post */\n (path: \"/search/query\"): DiscoveryQuery;\n /** Resource for '/search/suggest' has methods for the following verbs: post */\n (path: \"/search/suggest\"): DiscoverySuggest;\n /** Resource for '/search/autocomplete' has methods for the following verbs: post */\n (path: \"/search/autocomplete\"): DiscoveryAutoComplete;\n /** Resource for '/atlas/v2/lineage/\\{guid\\}' has methods for the following verbs: get */\n (path: \"/atlas/v2/lineage/{guid}\", guid: string): LineageGet;\n /** Resource for '/lineage/\\{guid\\}/next' has methods for the following verbs: get */\n (path: \"/lineage/{guid}/next\", guid: string): LineageGetNextPage;\n /** Resource for '/atlas/v2/lineage/uniqueAttribute/type/\\{typeName\\}' has methods for the following verbs: get */\n (\n path: \"/atlas/v2/lineage/uniqueAttribute/type/{typeName}\",\n typeName: string,\n ): LineageGetByUniqueAttribute;\n /** Resource for '/atlas/v2/relationship' has methods for the following verbs: post, put */\n (path: \"/atlas/v2/relationship\"): RelationshipCreate;\n /** Resource for '/atlas/v2/relationship/guid/\\{guid\\}' has methods for the following verbs: get, delete */\n (path: \"/atlas/v2/relationship/guid/{guid}\", guid: string): RelationshipGet;\n /** Resource for '/atlas/v2/types/businessmetadatadef/guid/\\{guid\\}' has methods for the following verbs: get */\n (\n path: \"/atlas/v2/types/businessmetadatadef/guid/{guid}\",\n guid: string,\n ): TypeGetBusinessMetadataDefByGuid;\n /** Resource for '/atlas/v2/types/businessmetadatadef/name/\\{name\\}' has methods for the following verbs: get */\n (\n path: \"/atlas/v2/types/businessmetadatadef/name/{name}\",\n name: string,\n ): TypeGetBusinessMetadataDefByName;\n /** Resource for '/atlas/v2/types/classificationdef/guid/\\{guid\\}' has methods for the following verbs: get */\n (\n path: \"/atlas/v2/types/classificationdef/guid/{guid}\",\n guid: string,\n ): TypeGetClassificationDefByGuid;\n /** Resource for '/atlas/v2/types/classificationdef/name/\\{name\\}' has methods for the following verbs: get */\n (\n path: \"/atlas/v2/types/classificationdef/name/{name}\",\n name: string,\n ): TypeGetClassificationDefByName;\n /** Resource for '/atlas/v2/types/entitydef/guid/\\{guid\\}' has methods for the following verbs: get */\n (path: \"/atlas/v2/types/entitydef/guid/{guid}\", guid: string): TypeGetEntityDefByGuid;\n /** Resource for '/atlas/v2/types/entitydef/name/\\{name\\}' has methods for the following verbs: get */\n (path: \"/atlas/v2/types/entitydef/name/{name}\", name: string): TypeGetEntityDefByName;\n /** Resource for '/atlas/v2/types/enumdef/guid/\\{guid\\}' has methods for the following verbs: get */\n (path: \"/atlas/v2/types/enumdef/guid/{guid}\", guid: string): TypeGetEnumDefByGuid;\n /** Resource for '/atlas/v2/types/enumdef/name/\\{name\\}' has methods for the following verbs: get */\n (path: \"/atlas/v2/types/enumdef/name/{name}\", name: string): TypeGetEnumDefByName;\n /** Resource for '/atlas/v2/types/relationshipdef/guid/\\{guid\\}' has methods for the following verbs: get */\n (path: \"/atlas/v2/types/relationshipdef/guid/{guid}\", guid: string): TypeGetRelationshipDefByGuid;\n /** Resource for '/atlas/v2/types/relationshipdef/name/\\{name\\}' has methods for the following verbs: get */\n (path: \"/atlas/v2/types/relationshipdef/name/{name}\", name: string): TypeGetRelationshipDefByName;\n /** Resource for '/atlas/v2/types/structdef/guid/\\{guid\\}' has methods for the following verbs: get */\n (path: \"/atlas/v2/types/structdef/guid/{guid}\", guid: string): TypeGetStructDefByGuid;\n /** Resource for '/atlas/v2/types/structdef/name/\\{name\\}' has methods for the following verbs: get */\n (path: \"/atlas/v2/types/structdef/name/{name}\", name: string): TypeGetStructDefByName;\n /** Resource for '/atlas/v2/types/typedef/guid/\\{guid\\}' has methods for the following verbs: get */\n (path: \"/atlas/v2/types/typedef/guid/{guid}\", guid: string): TypeGetByGuid;\n /** Resource for '/atlas/v2/types/typedef/name/\\{name\\}' has methods for the following verbs: get, delete */\n (path: \"/atlas/v2/types/typedef/name/{name}\", name: string): TypeGetByName;\n /** Resource for '/atlas/v2/types/typedefs' has methods for the following verbs: get, post, put, delete */\n (path: \"/atlas/v2/types/typedefs\"): TypeList;\n /** Resource for '/atlas/v2/types/typedefs/headers' has methods for the following verbs: get */\n (path: \"/atlas/v2/types/typedefs/headers\"): TypeListHeaders;\n /** Resource for '/types/termtemplatedef/guid/\\{guid\\}' has methods for the following verbs: get */\n (path: \"/types/termtemplatedef/guid/{guid}\", guid: string): TypeGetTermTemplateDefByGuid;\n /** Resource for '/types/termtemplatedef/name/\\{name\\}' has methods for the following verbs: get */\n (path: \"/types/termtemplatedef/name/{name}\", name: string): TypeGetTermTemplateDefByName;\n}\n\nexport type PurviewDataMapClient = Client & {\n path: Routes;\n};\n"]}
@@ -1,14 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT license.
3
- import PurviewDataMapClient from "./purviewDataMapClient";
4
- export * from "./purviewDataMapClient";
5
- export * from "./parameters";
6
- export * from "./responses";
7
- export * from "./clientDefinitions";
8
- export * from "./isUnexpected";
9
- export * from "./models";
10
- export * from "./outputModels";
11
- export * from "./serializeHelper";
12
- export { createFile, createFileFromStream, } from "@azure/core-rest-pipeline";
13
- export default PurviewDataMapClient;
14
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,oBAAoB,MAAM,wBAAwB,CAAC;AAE1D,cAAc,wBAAwB,CAAC;AACvC,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,OAAO,EACL,UAAU,EACV,oBAAoB,GAGrB,MAAM,2BAA2B,CAAC;AAEnC,eAAe,oBAAoB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport PurviewDataMapClient from \"./purviewDataMapClient\";\n\nexport * from \"./purviewDataMapClient\";\nexport * from \"./parameters\";\nexport * from \"./responses\";\nexport * from \"./clientDefinitions\";\nexport * from \"./isUnexpected\";\nexport * from \"./models\";\nexport * from \"./outputModels\";\nexport * from \"./serializeHelper\";\nexport {\n createFile,\n createFileFromStream,\n type CreateFileOptions,\n type CreateFileFromStreamOptions,\n} from \"@azure/core-rest-pipeline\";\n\nexport default PurviewDataMapClient;\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"isUnexpected.js","sourceRoot":"","sources":["../../src/isUnexpected.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAqMlC,MAAM,WAAW,GAA6B;IAC5C,uBAAuB,EAAE,CAAC,KAAK,CAAC;IAChC,2BAA2B,EAAE,CAAC,KAAK,CAAC;IACpC,4BAA4B,EAAE,CAAC,KAAK,CAAC;IACrC,8BAA8B,EAAE,CAAC,KAAK,CAAC;IACvC,2CAA2C,EAAE,CAAC,KAAK,CAAC;IACpD,kCAAkC,EAAE,CAAC,KAAK,CAAC;IAC3C,kCAAkC,EAAE,CAAC,KAAK,CAAC;IAC3C,qCAAqC,EAAE,CAAC,KAAK,CAAC;IAC9C,sEAAsE,EAAE,CAAC,KAAK,CAAC;IAC/E,yEAAyE,EAAE,CAAC,KAAK,CAAC;IAClF,kDAAkD,EAAE,CAAC,KAAK,CAAC;IAC3D,mDAAmD,EAAE,CAAC,KAAK,CAAC;IAC5D,kDAAkD,EAAE,CAAC,KAAK,CAAC;IAC3D,sDAAsD,EAAE,CAAC,KAAK,CAAC;IAC/D,sDAAsD,EAAE,CAAC,KAAK,CAAC;IAC/D,yDAAyD,EAAE,CAAC,KAAK,CAAC;IAClE,6FAA6F,EAAE;QAC7F,KAAK;KACN;IACD,uEAAuE,EAAE,CAAC,KAAK,CAAC;IAChF,sEAAsE,EAAE,CAAC,KAAK,CAAC;IAC/E,+CAA+C,EAAE,CAAC,KAAK,CAAC;IACxD,2DAA2D,EAAE,CAAC,KAAK,CAAC;IACpE,yCAAyC,EAAE,CAAC,KAAK,CAAC;IAClD,sDAAsD,EAAE,CAAC,KAAK,CAAC;IAC/D,oDAAoD,EAAE,CAAC,KAAK,CAAC;IAC7D,6EAA6E,EAAE,CAAC,KAAK,CAAC;IACtF,2EAA2E,EAAE,CAAC,KAAK,CAAC;IACpF,uDAAuD,EAAE,CAAC,KAAK,CAAC;IAChE,+CAA+C,EAAE,CAAC,KAAK,CAAC;IACxD,4CAA4C,EAAE,CAAC,KAAK,CAAC;IACrD,0CAA0C,EAAE,CAAC,KAAK,CAAC;IACnD,yCAAyC,EAAE,CAAC,KAAK,CAAC;IAClD,gEAAgE,EAAE,CAAC,KAAK,CAAC;IACzE,8DAA8D,EAAE,CAAC,KAAK,CAAC;IACvE,6DAA6D,EAAE,CAAC,KAAK,CAAC;IACtE,qBAAqB,EAAE,CAAC,KAAK,CAAC;IAC9B,wBAAwB,EAAE,CAAC,KAAK,CAAC;IACjC,yBAAyB,EAAE,CAAC,KAAK,CAAC;IAClC,oCAAoC,EAAE,CAAC,KAAK,CAAC;IAC7C,kCAAkC,EAAE,CAAC,KAAK,CAAC;IAC3C,8CAA8C,EAAE,CAAC,KAAK,CAAC;IACvD,8CAA8C,EAAE,CAAC,KAAK,CAAC;IACvD,iDAAiD,EAAE,CAAC,KAAK,CAAC;IAC1D,sDAAsD,EAAE,CAAC,KAAK,CAAC;IAC/D,sDAAsD,EAAE,CAAC,KAAK,CAAC;IAC/D,oDAAoD,EAAE,CAAC,KAAK,CAAC;IAC7D,8BAA8B,EAAE,CAAC,KAAK,CAAC;IACvC,sCAAsC,EAAE,CAAC,KAAK,CAAC;IAC/C,sCAAsC,EAAE,CAAC,KAAK,CAAC;IAC/C,yCAAyC,EAAE,CAAC,KAAK,CAAC;IAClD,8CAA8C,EAAE,CAAC,KAAK,CAAC;IACvD,+BAA+B,EAAE,CAAC,KAAK,CAAC;IACxC,wDAAwD,EAAE,CAAC,KAAK,CAAC;IACjE,yDAAyD,EAAE,CAAC,KAAK,CAAC;IAClE,2DAA2D,EAAE,CAAC,KAAK,CAAC;IACpE,+CAA+C,EAAE,CAAC,KAAK,CAAC;IACxD,qCAAqC,EAAE,CAAC,KAAK,CAAC;IAC9C,qCAAqC,EAAE,CAAC,KAAK,CAAC;IAC9C,wCAAwC,EAAE,CAAC,KAAK,CAAC;IACjD,gDAAgD,EAAE,CAAC,KAAK,CAAC;IACzD,wDAAwD,EAAE,CAAC,KAAK,CAAC;IACjE,8CAA8C,EAAE,CAAC,KAAK,CAAC;IACvD,6CAA6C,EAAE,CAAC,KAAK,CAAC;IACtD,2CAA2C,EAAE,CAAC,KAAK,CAAC;IACpD,mDAAmD,EAAE,CAAC,KAAK,CAAC;IAC5D,oBAAoB,EAAE,CAAC,KAAK,CAAC;IAC7B,sBAAsB,EAAE,CAAC,KAAK,CAAC;IAC/B,2BAA2B,EAAE,CAAC,KAAK,CAAC;IACpC,8BAA8B,EAAE,CAAC,KAAK,CAAC;IACvC,0BAA0B,EAAE,CAAC,KAAK,CAAC;IACnC,uDAAuD,EAAE,CAAC,KAAK,CAAC;IAChE,6BAA6B,EAAE,CAAC,KAAK,CAAC;IACtC,4BAA4B,EAAE,CAAC,KAAK,CAAC;IACrC,wCAAwC,EAAE,CAAC,KAAK,CAAC;IACjD,2CAA2C,EAAE,CAAC,KAAK,CAAC;IACpD,qDAAqD,EAAE,CAAC,KAAK,CAAC;IAC9D,qDAAqD,EAAE,CAAC,KAAK,CAAC;IAC9D,mDAAmD,EAAE,CAAC,KAAK,CAAC;IAC5D,mDAAmD,EAAE,CAAC,KAAK,CAAC;IAC5D,2CAA2C,EAAE,CAAC,KAAK,CAAC;IACpD,2CAA2C,EAAE,CAAC,KAAK,CAAC;IACpD,yCAAyC,EAAE,CAAC,KAAK,CAAC;IAClD,yCAAyC,EAAE,CAAC,KAAK,CAAC;IAClD,iDAAiD,EAAE,CAAC,KAAK,CAAC;IAC1D,iDAAiD,EAAE,CAAC,KAAK,CAAC;IAC1D,2CAA2C,EAAE,CAAC,KAAK,CAAC;IACpD,2CAA2C,EAAE,CAAC,KAAK,CAAC;IACpD,yCAAyC,EAAE,CAAC,KAAK,CAAC;IAClD,yCAAyC,EAAE,CAAC,KAAK,CAAC;IAClD,4CAA4C,EAAE,CAAC,KAAK,CAAC;IACrD,8BAA8B,EAAE,CAAC,KAAK,CAAC;IACvC,+BAA+B,EAAE,CAAC,KAAK,CAAC;IACxC,8BAA8B,EAAE,CAAC,KAAK,CAAC;IACvC,iCAAiC,EAAE,CAAC,KAAK,CAAC;IAC1C,sCAAsC,EAAE,CAAC,KAAK,CAAC;IAC/C,wCAAwC,EAAE,CAAC,KAAK,CAAC;IACjD,wCAAwC,EAAE,CAAC,KAAK,CAAC;CAClD,CAAC;AAwUF,MAAM,UAAU,YAAY,CAC1B,QAgM+C;IAkG/C,MAAM,WAAW,GAAG,QAAQ,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC1D,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC,WAAW,aAAX,WAAW,cAAX,WAAW,GAAI,QAAQ,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;IACzD,MAAM,MAAM,GAAG,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC;IACvC,IAAI,WAAW,GAAG,WAAW,CAAC,GAAG,MAAM,IAAI,GAAG,CAAC,QAAQ,EAAE,CAAC,CAAC;IAC3D,IAAI,CAAC,WAAW,EAAE,CAAC;QACjB,WAAW,GAAG,0BAA0B,CAAC,MAAM,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC;IACjE,CAAC;IACD,OAAO,CAAC,WAAW,CAAC,QAAQ,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;AAChD,CAAC;AAED,SAAS,0BAA0B,CAAC,MAAc,EAAE,IAAY;;IAC9D,MAAM,SAAS,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IAElC,+CAA+C;IAC/C,2CAA2C;IAC3C,8CAA8C;IAC9C,IAAI,UAAU,GAAG,CAAC,CAAC,EACjB,YAAY,GAAa,EAAE,CAAC;IAE9B,0CAA0C;IAC1C,KAAK,MAAM,CAAC,GAAG,EAAE,KAAK,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,WAAW,CAAC,EAAE,CAAC;QACvD,0DAA0D;QAC1D,gBAAgB;QAChB,IAAI,CAAC,GAAG,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE,CAAC;YAC5B,SAAS;QACX,CAAC;QACD,MAAM,aAAa,GAAG,iBAAiB,CAAC,GAAG,CAAC,CAAC;QAC7C,gCAAgC;QAChC,MAAM,cAAc,GAAG,aAAa,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;QAEhD,6DAA6D;QAC7D,IAAI,KAAK,GAAG,IAAI,CAAC;QACjB,KAAK,IAAI,CAAC,GAAG,cAAc,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,EAAE,EAAE,CAAC;YAC7F,IAAI,CAAA,MAAA,cAAc,CAAC,CAAC,CAAC,0CAAE,UAAU,CAAC,GAAG,CAAC,KAAI,CAAA,MAAA,cAAc,CAAC,CAAC,CAAC,0CAAE,OAAO,CAAC,GAAG,CAAC,MAAK,CAAC,CAAC,EAAE,CAAC;gBACjF,MAAM,KAAK,GAAG,cAAc,CAAC,CAAC,CAAE,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,EAC/C,GAAG,GAAG,MAAA,cAAc,CAAC,CAAC,CAAC,0CAAE,MAAM,CAAC;gBAClC,4DAA4D;gBAC5D,qDAAqD;gBACrD,eAAe;gBACf,6BAA6B;gBAC7B,MAAM,SAAS,GAAG,IAAI,MAAM,CAAC,GAAG,MAAA,cAAc,CAAC,CAAC,CAAC,0CAAE,KAAK,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,CAAC,CAAC,IAAI,CAC1E,SAAS,CAAC,CAAC,CAAC,IAAI,EAAE,CACnB,CAAC;gBAEF,IAAI,CAAC,SAAS,EAAE,CAAC;oBACf,KAAK,GAAG,KAAK,CAAC;oBACd,MAAM;gBACR,CAAC;gBACD,SAAS;YACX,CAAC;YAED,8CAA8C;YAC9C,wDAAwD;YACxD,2CAA2C;YAC3C,IAAI,cAAc,CAAC,CAAC,CAAC,KAAK,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC;gBACvC,KAAK,GAAG,KAAK,CAAC;gBACd,MAAM;YACR,CAAC;QACH,CAAC;QAED,qDAAqD;QACrD,sEAAsE;QACtE,IAAI,KAAK,IAAI,aAAa,CAAC,MAAM,GAAG,UAAU,EAAE,CAAC;YAC/C,UAAU,GAAG,aAAa,CAAC,MAAM,CAAC;YAClC,YAAY,GAAG,KAAK,CAAC;QACvB,CAAC;IACH,CAAC;IAED,OAAO,YAAY,CAAC;AACtB,CAAC;AAED,SAAS,iBAAiB,CAAC,MAAc;IACvC,MAAM,SAAS,GAAG,MAAM,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;IACtC,OAAO,MAAM,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;AACjC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport {\n EntityCreateOrUpdate200Response,\n EntityCreateOrUpdateDefaultResponse,\n EntityListByGuids200Response,\n EntityListByGuidsDefaultResponse,\n EntityBulkCreateOrUpdate200Response,\n EntityBulkCreateOrUpdateDefaultResponse,\n EntityBulkDelete200Response,\n EntityBulkDeleteDefaultResponse,\n EntityAddClassification204Response,\n EntityAddClassificationDefaultResponse,\n EntityGet200Response,\n EntityGetDefaultResponse,\n EntityPartialUpdateAttributeByGuid200Response,\n EntityPartialUpdateAttributeByGuidDefaultResponse,\n EntityDeleteOperation200Response,\n EntityDeleteOperationDefaultResponse,\n EntityGetClassification200Response,\n EntityGetClassificationDefaultResponse,\n EntityRemoveClassification204Response,\n EntityRemoveClassificationDefaultResponse,\n EntityGetClassifications200Response,\n EntityGetClassificationsDefaultResponse,\n EntityAddClassifications204Response,\n EntityAddClassificationsDefaultResponse,\n EntityUpdateClassifications204Response,\n EntityUpdateClassificationsDefaultResponse,\n EntityGetByUniqueAttributes200Response,\n EntityGetByUniqueAttributesDefaultResponse,\n EntityPartialUpdateByUniqueAttributes200Response,\n EntityPartialUpdateByUniqueAttributesDefaultResponse,\n EntityDeleteByUniqueAttribute200Response,\n EntityDeleteByUniqueAttributeDefaultResponse,\n EntityRemoveClassificationByUniqueAttribute204Response,\n EntityRemoveClassificationByUniqueAttributeDefaultResponse,\n EntityAddClassificationsByUniqueAttribute204Response,\n EntityAddClassificationsByUniqueAttributeDefaultResponse,\n EntityUpdateClassificationsByUniqueAttribute204Response,\n EntityUpdateClassificationsByUniqueAttributeDefaultResponse,\n EntityBulkSetClassifications200Response,\n EntityBulkSetClassificationsDefaultResponse,\n EntityListByUniqueAttributes200Response,\n EntityListByUniqueAttributesDefaultResponse,\n EntityGetHeader200Response,\n EntityGetHeaderDefaultResponse,\n EntityRemoveBusinessMetadata204Response,\n EntityRemoveBusinessMetadataDefaultResponse,\n EntityAddOrUpdateBusinessMetadata204Response,\n EntityAddOrUpdateBusinessMetadataDefaultResponse,\n EntityRemoveBusinessMetadataAttributes204Response,\n EntityRemoveBusinessMetadataAttributesDefaultResponse,\n EntityAddOrUpdateBusinessMetadataAttributes204Response,\n EntityAddOrUpdateBusinessMetadataAttributesDefaultResponse,\n EntityGetSampleBusinessMetadataTemplate200Response,\n EntityGetSampleBusinessMetadataTemplateDefaultResponse,\n EntityImportBusinessMetadata200Response,\n EntityImportBusinessMetadataDefaultResponse,\n EntityRemoveLabels204Response,\n EntityRemoveLabelsDefaultResponse,\n EntitySetLabels204Response,\n EntitySetLabelsDefaultResponse,\n EntityAddLabel204Response,\n EntityAddLabelDefaultResponse,\n EntityRemoveLabelsByUniqueAttribute204Response,\n EntityRemoveLabelsByUniqueAttributeDefaultResponse,\n EntitySetLabelsByUniqueAttribute204Response,\n EntitySetLabelsByUniqueAttributeDefaultResponse,\n EntityAddLabelsByUniqueAttribute204Response,\n EntityAddLabelsByUniqueAttributeDefaultResponse,\n EntityMoveEntitiesToCollection200Response,\n EntityMoveEntitiesToCollectionDefaultResponse,\n GlossaryList200Response,\n GlossaryListDefaultResponse,\n GlossaryCreate200Response,\n GlossaryCreateDefaultResponse,\n GlossaryCreateCategories200Response,\n GlossaryCreateCategoriesDefaultResponse,\n GlossaryCreateCategory200Response,\n GlossaryCreateCategoryDefaultResponse,\n GlossaryGetCategory200Response,\n GlossaryGetCategoryDefaultResponse,\n GlossaryUpdateCategory200Response,\n GlossaryUpdateCategoryDefaultResponse,\n GlossaryDeleteCategory204Response,\n GlossaryDeleteCategoryDefaultResponse,\n GlossaryPartialUpdateCategory200Response,\n GlossaryPartialUpdateCategoryDefaultResponse,\n GlossaryListRelatedCategories200Response,\n GlossaryListRelatedCategoriesDefaultResponse,\n GlossaryListCategoryTerms200Response,\n GlossaryListCategoryTermsDefaultResponse,\n GlossaryCreateTerm200Response,\n GlossaryCreateTermDefaultResponse,\n GlossaryGetTerm200Response,\n GlossaryGetTermDefaultResponse,\n GlossaryUpdateTerm200Response,\n GlossaryUpdateTermDefaultResponse,\n GlossaryDeleteTerm204Response,\n GlossaryDeleteTermDefaultResponse,\n GlossaryPartialUpdateTerm200Response,\n GlossaryPartialUpdateTermDefaultResponse,\n GlossaryCreateTerms200Response,\n GlossaryCreateTermsDefaultResponse,\n GlossaryListEntitiesAssignedWithTerm200Response,\n GlossaryListEntitiesAssignedWithTermDefaultResponse,\n GlossaryAssignTermToEntities204Response,\n GlossaryAssignTermToEntitiesDefaultResponse,\n GlossaryDeleteTermAssignmentFromEntities204Response,\n GlossaryDeleteTermAssignmentFromEntitiesDefaultResponse,\n GlossaryListRelatedTerms200Response,\n GlossaryListRelatedTermsDefaultResponse,\n GlossaryGet200Response,\n GlossaryGetDefaultResponse,\n GlossaryUpdate200Response,\n GlossaryUpdateDefaultResponse,\n GlossaryDeleteOperation204Response,\n GlossaryDeleteOperationDefaultResponse,\n GlossaryListCategories200Response,\n GlossaryListCategoriesDefaultResponse,\n GlossaryListCategoriesHeaders200Response,\n GlossaryListCategoriesHeadersDefaultResponse,\n GlossaryGetDetailed200Response,\n GlossaryGetDetailedDefaultResponse,\n GlossaryPartialUpdate200Response,\n GlossaryPartialUpdateDefaultResponse,\n GlossaryListTerms200Response,\n GlossaryListTermsDefaultResponse,\n GlossaryListTermHeaders200Response,\n GlossaryListTermHeadersDefaultResponse,\n DiscoveryQuery200Response,\n DiscoveryQueryDefaultResponse,\n DiscoverySuggest200Response,\n DiscoverySuggestDefaultResponse,\n DiscoveryAutoComplete200Response,\n DiscoveryAutoCompleteDefaultResponse,\n LineageGet200Response,\n LineageGetDefaultResponse,\n LineageGetNextPage200Response,\n LineageGetNextPageDefaultResponse,\n LineageGetByUniqueAttribute200Response,\n LineageGetByUniqueAttributeDefaultResponse,\n RelationshipCreate200Response,\n RelationshipCreateDefaultResponse,\n RelationshipUpdate200Response,\n RelationshipUpdateDefaultResponse,\n RelationshipGet200Response,\n RelationshipGetDefaultResponse,\n RelationshipDeleteOperation204Response,\n RelationshipDeleteOperationDefaultResponse,\n TypeGetBusinessMetadataDefByGuid200Response,\n TypeGetBusinessMetadataDefByGuidDefaultResponse,\n TypeGetBusinessMetadataDefByName200Response,\n TypeGetBusinessMetadataDefByNameDefaultResponse,\n TypeGetClassificationDefByGuid200Response,\n TypeGetClassificationDefByGuidDefaultResponse,\n TypeGetClassificationDefByName200Response,\n TypeGetClassificationDefByNameDefaultResponse,\n TypeGetEntityDefByGuid200Response,\n TypeGetEntityDefByGuidDefaultResponse,\n TypeGetEntityDefByName200Response,\n TypeGetEntityDefByNameDefaultResponse,\n TypeGetEnumDefByGuid200Response,\n TypeGetEnumDefByGuidDefaultResponse,\n TypeGetEnumDefByName200Response,\n TypeGetEnumDefByNameDefaultResponse,\n TypeGetRelationshipDefByGuid200Response,\n TypeGetRelationshipDefByGuidDefaultResponse,\n TypeGetRelationshipDefByName200Response,\n TypeGetRelationshipDefByNameDefaultResponse,\n TypeGetStructDefByGuid200Response,\n TypeGetStructDefByGuidDefaultResponse,\n TypeGetStructDefByName200Response,\n TypeGetStructDefByNameDefaultResponse,\n TypeGetByGuid200Response,\n TypeGetByGuidDefaultResponse,\n TypeGetByName200Response,\n TypeGetByNameDefaultResponse,\n TypeDeleteOperation204Response,\n TypeDeleteOperationDefaultResponse,\n TypeList200Response,\n TypeListDefaultResponse,\n TypeBulkCreate200Response,\n TypeBulkCreateDefaultResponse,\n TypeBulkUpdate200Response,\n TypeBulkUpdateDefaultResponse,\n TypeBulkDelete204Response,\n TypeBulkDeleteDefaultResponse,\n TypeListHeaders200Response,\n TypeListHeadersDefaultResponse,\n TypeGetTermTemplateDefByGuid200Response,\n TypeGetTermTemplateDefByGuidDefaultResponse,\n TypeGetTermTemplateDefByName200Response,\n TypeGetTermTemplateDefByNameDefaultResponse,\n} from \"./responses\";\n\nconst responseMap: Record<string, string[]> = {\n \"POST /atlas/v2/entity\": [\"200\"],\n \"GET /atlas/v2/entity/bulk\": [\"200\"],\n \"POST /atlas/v2/entity/bulk\": [\"200\"],\n \"DELETE /atlas/v2/entity/bulk\": [\"200\"],\n \"POST /atlas/v2/entity/bulk/classification\": [\"204\"],\n \"GET /atlas/v2/entity/guid/{guid}\": [\"200\"],\n \"PUT /atlas/v2/entity/guid/{guid}\": [\"200\"],\n \"DELETE /atlas/v2/entity/guid/{guid}\": [\"200\"],\n \"GET /atlas/v2/entity/guid/{guid}/classification/{classificationName}\": [\"200\"],\n \"DELETE /atlas/v2/entity/guid/{guid}/classification/{classificationName}\": [\"204\"],\n \"GET /atlas/v2/entity/guid/{guid}/classifications\": [\"200\"],\n \"POST /atlas/v2/entity/guid/{guid}/classifications\": [\"204\"],\n \"PUT /atlas/v2/entity/guid/{guid}/classifications\": [\"204\"],\n \"GET /atlas/v2/entity/uniqueAttribute/type/{typeName}\": [\"200\"],\n \"PUT /atlas/v2/entity/uniqueAttribute/type/{typeName}\": [\"200\"],\n \"DELETE /atlas/v2/entity/uniqueAttribute/type/{typeName}\": [\"200\"],\n \"DELETE /atlas/v2/entity/uniqueAttribute/type/{typeName}/classification/{classificationName}\": [\n \"204\",\n ],\n \"POST /atlas/v2/entity/uniqueAttribute/type/{typeName}/classifications\": [\"204\"],\n \"PUT /atlas/v2/entity/uniqueAttribute/type/{typeName}/classifications\": [\"204\"],\n \"POST /atlas/v2/entity/bulk/setClassifications\": [\"200\"],\n \"GET /atlas/v2/entity/bulk/uniqueAttribute/type/{typeName}\": [\"200\"],\n \"GET /atlas/v2/entity/guid/{guid}/header\": [\"200\"],\n \"DELETE /atlas/v2/entity/guid/{guid}/businessmetadata\": [\"204\"],\n \"POST /atlas/v2/entity/guid/{guid}/businessmetadata\": [\"204\"],\n \"DELETE /atlas/v2/entity/guid/{guid}/businessmetadata/{businessMetadataName}\": [\"204\"],\n \"POST /atlas/v2/entity/guid/{guid}/businessmetadata/{businessMetadataName}\": [\"204\"],\n \"GET /atlas/v2/entity/businessmetadata/import/template\": [\"200\"],\n \"POST /atlas/v2/entity/businessmetadata/import\": [\"200\"],\n \"DELETE /atlas/v2/entity/guid/{guid}/labels\": [\"204\"],\n \"POST /atlas/v2/entity/guid/{guid}/labels\": [\"204\"],\n \"PUT /atlas/v2/entity/guid/{guid}/labels\": [\"204\"],\n \"DELETE /atlas/v2/entity/uniqueAttribute/type/{typeName}/labels\": [\"204\"],\n \"POST /atlas/v2/entity/uniqueAttribute/type/{typeName}/labels\": [\"204\"],\n \"PUT /atlas/v2/entity/uniqueAttribute/type/{typeName}/labels\": [\"204\"],\n \"POST /entity/moveTo\": [\"200\"],\n \"GET /atlas/v2/glossary\": [\"200\"],\n \"POST /atlas/v2/glossary\": [\"200\"],\n \"POST /atlas/v2/glossary/categories\": [\"200\"],\n \"POST /atlas/v2/glossary/category\": [\"200\"],\n \"GET /atlas/v2/glossary/category/{categoryId}\": [\"200\"],\n \"PUT /atlas/v2/glossary/category/{categoryId}\": [\"200\"],\n \"DELETE /atlas/v2/glossary/category/{categoryId}\": [\"204\"],\n \"PUT /atlas/v2/glossary/category/{categoryId}/partial\": [\"200\"],\n \"GET /atlas/v2/glossary/category/{categoryId}/related\": [\"200\"],\n \"GET /atlas/v2/glossary/category/{categoryId}/terms\": [\"200\"],\n \"POST /atlas/v2/glossary/term\": [\"200\"],\n \"GET /atlas/v2/glossary/term/{termId}\": [\"200\"],\n \"PUT /atlas/v2/glossary/term/{termId}\": [\"200\"],\n \"DELETE /atlas/v2/glossary/term/{termId}\": [\"204\"],\n \"PUT /atlas/v2/glossary/term/{termId}/partial\": [\"200\"],\n \"POST /atlas/v2/glossary/terms\": [\"200\"],\n \"GET /atlas/v2/glossary/terms/{termId}/assignedEntities\": [\"200\"],\n \"POST /atlas/v2/glossary/terms/{termId}/assignedEntities\": [\"204\"],\n \"DELETE /atlas/v2/glossary/terms/{termId}/assignedEntities\": [\"204\"],\n \"GET /atlas/v2/glossary/terms/{termId}/related\": [\"200\"],\n \"GET /atlas/v2/glossary/{glossaryId}\": [\"200\"],\n \"PUT /atlas/v2/glossary/{glossaryId}\": [\"200\"],\n \"DELETE /atlas/v2/glossary/{glossaryId}\": [\"204\"],\n \"GET /atlas/v2/glossary/{glossaryId}/categories\": [\"200\"],\n \"GET /atlas/v2/glossary/{glossaryId}/categories/headers\": [\"200\"],\n \"GET /atlas/v2/glossary/{glossaryId}/detailed\": [\"200\"],\n \"PUT /atlas/v2/glossary/{glossaryId}/partial\": [\"200\"],\n \"GET /atlas/v2/glossary/{glossaryId}/terms\": [\"200\"],\n \"GET /atlas/v2/glossary/{glossaryId}/terms/headers\": [\"200\"],\n \"POST /search/query\": [\"200\"],\n \"POST /search/suggest\": [\"200\"],\n \"POST /search/autocomplete\": [\"200\"],\n \"GET /atlas/v2/lineage/{guid}\": [\"200\"],\n \"GET /lineage/{guid}/next\": [\"200\"],\n \"GET /atlas/v2/lineage/uniqueAttribute/type/{typeName}\": [\"200\"],\n \"POST /atlas/v2/relationship\": [\"200\"],\n \"PUT /atlas/v2/relationship\": [\"200\"],\n \"GET /atlas/v2/relationship/guid/{guid}\": [\"200\"],\n \"DELETE /atlas/v2/relationship/guid/{guid}\": [\"204\"],\n \"GET /atlas/v2/types/businessmetadatadef/guid/{guid}\": [\"200\"],\n \"GET /atlas/v2/types/businessmetadatadef/name/{name}\": [\"200\"],\n \"GET /atlas/v2/types/classificationdef/guid/{guid}\": [\"200\"],\n \"GET /atlas/v2/types/classificationdef/name/{name}\": [\"200\"],\n \"GET /atlas/v2/types/entitydef/guid/{guid}\": [\"200\"],\n \"GET /atlas/v2/types/entitydef/name/{name}\": [\"200\"],\n \"GET /atlas/v2/types/enumdef/guid/{guid}\": [\"200\"],\n \"GET /atlas/v2/types/enumdef/name/{name}\": [\"200\"],\n \"GET /atlas/v2/types/relationshipdef/guid/{guid}\": [\"200\"],\n \"GET /atlas/v2/types/relationshipdef/name/{name}\": [\"200\"],\n \"GET /atlas/v2/types/structdef/guid/{guid}\": [\"200\"],\n \"GET /atlas/v2/types/structdef/name/{name}\": [\"200\"],\n \"GET /atlas/v2/types/typedef/guid/{guid}\": [\"200\"],\n \"GET /atlas/v2/types/typedef/name/{name}\": [\"200\"],\n \"DELETE /atlas/v2/types/typedef/name/{name}\": [\"204\"],\n \"GET /atlas/v2/types/typedefs\": [\"200\"],\n \"POST /atlas/v2/types/typedefs\": [\"200\"],\n \"PUT /atlas/v2/types/typedefs\": [\"200\"],\n \"DELETE /atlas/v2/types/typedefs\": [\"204\"],\n \"GET /atlas/v2/types/typedefs/headers\": [\"200\"],\n \"GET /types/termtemplatedef/guid/{guid}\": [\"200\"],\n \"GET /types/termtemplatedef/name/{name}\": [\"200\"],\n};\n\nexport function isUnexpected(\n response: EntityCreateOrUpdate200Response | EntityCreateOrUpdateDefaultResponse,\n): response is EntityCreateOrUpdateDefaultResponse;\nexport function isUnexpected(\n response: EntityListByGuids200Response | EntityListByGuidsDefaultResponse,\n): response is EntityListByGuidsDefaultResponse;\nexport function isUnexpected(\n response: EntityBulkCreateOrUpdate200Response | EntityBulkCreateOrUpdateDefaultResponse,\n): response is EntityBulkCreateOrUpdateDefaultResponse;\nexport function isUnexpected(\n response: EntityBulkDelete200Response | EntityBulkDeleteDefaultResponse,\n): response is EntityBulkDeleteDefaultResponse;\nexport function isUnexpected(\n response: EntityAddClassification204Response | EntityAddClassificationDefaultResponse,\n): response is EntityAddClassificationDefaultResponse;\nexport function isUnexpected(\n response: EntityGet200Response | EntityGetDefaultResponse,\n): response is EntityGetDefaultResponse;\nexport function isUnexpected(\n response:\n | EntityPartialUpdateAttributeByGuid200Response\n | EntityPartialUpdateAttributeByGuidDefaultResponse,\n): response is EntityPartialUpdateAttributeByGuidDefaultResponse;\nexport function isUnexpected(\n response: EntityDeleteOperation200Response | EntityDeleteOperationDefaultResponse,\n): response is EntityDeleteOperationDefaultResponse;\nexport function isUnexpected(\n response: EntityGetClassification200Response | EntityGetClassificationDefaultResponse,\n): response is EntityGetClassificationDefaultResponse;\nexport function isUnexpected(\n response: EntityRemoveClassification204Response | EntityRemoveClassificationDefaultResponse,\n): response is EntityRemoveClassificationDefaultResponse;\nexport function isUnexpected(\n response: EntityGetClassifications200Response | EntityGetClassificationsDefaultResponse,\n): response is EntityGetClassificationsDefaultResponse;\nexport function isUnexpected(\n response: EntityAddClassifications204Response | EntityAddClassificationsDefaultResponse,\n): response is EntityAddClassificationsDefaultResponse;\nexport function isUnexpected(\n response: EntityUpdateClassifications204Response | EntityUpdateClassificationsDefaultResponse,\n): response is EntityUpdateClassificationsDefaultResponse;\nexport function isUnexpected(\n response: EntityGetByUniqueAttributes200Response | EntityGetByUniqueAttributesDefaultResponse,\n): response is EntityGetByUniqueAttributesDefaultResponse;\nexport function isUnexpected(\n response:\n | EntityPartialUpdateByUniqueAttributes200Response\n | EntityPartialUpdateByUniqueAttributesDefaultResponse,\n): response is EntityPartialUpdateByUniqueAttributesDefaultResponse;\nexport function isUnexpected(\n response: EntityDeleteByUniqueAttribute200Response | EntityDeleteByUniqueAttributeDefaultResponse,\n): response is EntityDeleteByUniqueAttributeDefaultResponse;\nexport function isUnexpected(\n response:\n | EntityRemoveClassificationByUniqueAttribute204Response\n | EntityRemoveClassificationByUniqueAttributeDefaultResponse,\n): response is EntityRemoveClassificationByUniqueAttributeDefaultResponse;\nexport function isUnexpected(\n response:\n | EntityAddClassificationsByUniqueAttribute204Response\n | EntityAddClassificationsByUniqueAttributeDefaultResponse,\n): response is EntityAddClassificationsByUniqueAttributeDefaultResponse;\nexport function isUnexpected(\n response:\n | EntityUpdateClassificationsByUniqueAttribute204Response\n | EntityUpdateClassificationsByUniqueAttributeDefaultResponse,\n): response is EntityUpdateClassificationsByUniqueAttributeDefaultResponse;\nexport function isUnexpected(\n response: EntityBulkSetClassifications200Response | EntityBulkSetClassificationsDefaultResponse,\n): response is EntityBulkSetClassificationsDefaultResponse;\nexport function isUnexpected(\n response: EntityListByUniqueAttributes200Response | EntityListByUniqueAttributesDefaultResponse,\n): response is EntityListByUniqueAttributesDefaultResponse;\nexport function isUnexpected(\n response: EntityGetHeader200Response | EntityGetHeaderDefaultResponse,\n): response is EntityGetHeaderDefaultResponse;\nexport function isUnexpected(\n response: EntityRemoveBusinessMetadata204Response | EntityRemoveBusinessMetadataDefaultResponse,\n): response is EntityRemoveBusinessMetadataDefaultResponse;\nexport function isUnexpected(\n response:\n | EntityAddOrUpdateBusinessMetadata204Response\n | EntityAddOrUpdateBusinessMetadataDefaultResponse,\n): response is EntityAddOrUpdateBusinessMetadataDefaultResponse;\nexport function isUnexpected(\n response:\n | EntityRemoveBusinessMetadataAttributes204Response\n | EntityRemoveBusinessMetadataAttributesDefaultResponse,\n): response is EntityRemoveBusinessMetadataAttributesDefaultResponse;\nexport function isUnexpected(\n response:\n | EntityAddOrUpdateBusinessMetadataAttributes204Response\n | EntityAddOrUpdateBusinessMetadataAttributesDefaultResponse,\n): response is EntityAddOrUpdateBusinessMetadataAttributesDefaultResponse;\nexport function isUnexpected(\n response:\n | EntityGetSampleBusinessMetadataTemplate200Response\n | EntityGetSampleBusinessMetadataTemplateDefaultResponse,\n): response is EntityGetSampleBusinessMetadataTemplateDefaultResponse;\nexport function isUnexpected(\n response: EntityImportBusinessMetadata200Response | EntityImportBusinessMetadataDefaultResponse,\n): response is EntityImportBusinessMetadataDefaultResponse;\nexport function isUnexpected(\n response: EntityRemoveLabels204Response | EntityRemoveLabelsDefaultResponse,\n): response is EntityRemoveLabelsDefaultResponse;\nexport function isUnexpected(\n response: EntitySetLabels204Response | EntitySetLabelsDefaultResponse,\n): response is EntitySetLabelsDefaultResponse;\nexport function isUnexpected(\n response: EntityAddLabel204Response | EntityAddLabelDefaultResponse,\n): response is EntityAddLabelDefaultResponse;\nexport function isUnexpected(\n response:\n | EntityRemoveLabelsByUniqueAttribute204Response\n | EntityRemoveLabelsByUniqueAttributeDefaultResponse,\n): response is EntityRemoveLabelsByUniqueAttributeDefaultResponse;\nexport function isUnexpected(\n response:\n | EntitySetLabelsByUniqueAttribute204Response\n | EntitySetLabelsByUniqueAttributeDefaultResponse,\n): response is EntitySetLabelsByUniqueAttributeDefaultResponse;\nexport function isUnexpected(\n response:\n | EntityAddLabelsByUniqueAttribute204Response\n | EntityAddLabelsByUniqueAttributeDefaultResponse,\n): response is EntityAddLabelsByUniqueAttributeDefaultResponse;\nexport function isUnexpected(\n response:\n | EntityMoveEntitiesToCollection200Response\n | EntityMoveEntitiesToCollectionDefaultResponse,\n): response is EntityMoveEntitiesToCollectionDefaultResponse;\nexport function isUnexpected(\n response: GlossaryList200Response | GlossaryListDefaultResponse,\n): response is GlossaryListDefaultResponse;\nexport function isUnexpected(\n response: GlossaryCreate200Response | GlossaryCreateDefaultResponse,\n): response is GlossaryCreateDefaultResponse;\nexport function isUnexpected(\n response: GlossaryCreateCategories200Response | GlossaryCreateCategoriesDefaultResponse,\n): response is GlossaryCreateCategoriesDefaultResponse;\nexport function isUnexpected(\n response: GlossaryCreateCategory200Response | GlossaryCreateCategoryDefaultResponse,\n): response is GlossaryCreateCategoryDefaultResponse;\nexport function isUnexpected(\n response: GlossaryGetCategory200Response | GlossaryGetCategoryDefaultResponse,\n): response is GlossaryGetCategoryDefaultResponse;\nexport function isUnexpected(\n response: GlossaryUpdateCategory200Response | GlossaryUpdateCategoryDefaultResponse,\n): response is GlossaryUpdateCategoryDefaultResponse;\nexport function isUnexpected(\n response: GlossaryDeleteCategory204Response | GlossaryDeleteCategoryDefaultResponse,\n): response is GlossaryDeleteCategoryDefaultResponse;\nexport function isUnexpected(\n response: GlossaryPartialUpdateCategory200Response | GlossaryPartialUpdateCategoryDefaultResponse,\n): response is GlossaryPartialUpdateCategoryDefaultResponse;\nexport function isUnexpected(\n response: GlossaryListRelatedCategories200Response | GlossaryListRelatedCategoriesDefaultResponse,\n): response is GlossaryListRelatedCategoriesDefaultResponse;\nexport function isUnexpected(\n response: GlossaryListCategoryTerms200Response | GlossaryListCategoryTermsDefaultResponse,\n): response is GlossaryListCategoryTermsDefaultResponse;\nexport function isUnexpected(\n response: GlossaryCreateTerm200Response | GlossaryCreateTermDefaultResponse,\n): response is GlossaryCreateTermDefaultResponse;\nexport function isUnexpected(\n response: GlossaryGetTerm200Response | GlossaryGetTermDefaultResponse,\n): response is GlossaryGetTermDefaultResponse;\nexport function isUnexpected(\n response: GlossaryUpdateTerm200Response | GlossaryUpdateTermDefaultResponse,\n): response is GlossaryUpdateTermDefaultResponse;\nexport function isUnexpected(\n response: GlossaryDeleteTerm204Response | GlossaryDeleteTermDefaultResponse,\n): response is GlossaryDeleteTermDefaultResponse;\nexport function isUnexpected(\n response: GlossaryPartialUpdateTerm200Response | GlossaryPartialUpdateTermDefaultResponse,\n): response is GlossaryPartialUpdateTermDefaultResponse;\nexport function isUnexpected(\n response: GlossaryCreateTerms200Response | GlossaryCreateTermsDefaultResponse,\n): response is GlossaryCreateTermsDefaultResponse;\nexport function isUnexpected(\n response:\n | GlossaryListEntitiesAssignedWithTerm200Response\n | GlossaryListEntitiesAssignedWithTermDefaultResponse,\n): response is GlossaryListEntitiesAssignedWithTermDefaultResponse;\nexport function isUnexpected(\n response: GlossaryAssignTermToEntities204Response | GlossaryAssignTermToEntitiesDefaultResponse,\n): response is GlossaryAssignTermToEntitiesDefaultResponse;\nexport function isUnexpected(\n response:\n | GlossaryDeleteTermAssignmentFromEntities204Response\n | GlossaryDeleteTermAssignmentFromEntitiesDefaultResponse,\n): response is GlossaryDeleteTermAssignmentFromEntitiesDefaultResponse;\nexport function isUnexpected(\n response: GlossaryListRelatedTerms200Response | GlossaryListRelatedTermsDefaultResponse,\n): response is GlossaryListRelatedTermsDefaultResponse;\nexport function isUnexpected(\n response: GlossaryGet200Response | GlossaryGetDefaultResponse,\n): response is GlossaryGetDefaultResponse;\nexport function isUnexpected(\n response: GlossaryUpdate200Response | GlossaryUpdateDefaultResponse,\n): response is GlossaryUpdateDefaultResponse;\nexport function isUnexpected(\n response: GlossaryDeleteOperation204Response | GlossaryDeleteOperationDefaultResponse,\n): response is GlossaryDeleteOperationDefaultResponse;\nexport function isUnexpected(\n response: GlossaryListCategories200Response | GlossaryListCategoriesDefaultResponse,\n): response is GlossaryListCategoriesDefaultResponse;\nexport function isUnexpected(\n response: GlossaryListCategoriesHeaders200Response | GlossaryListCategoriesHeadersDefaultResponse,\n): response is GlossaryListCategoriesHeadersDefaultResponse;\nexport function isUnexpected(\n response: GlossaryGetDetailed200Response | GlossaryGetDetailedDefaultResponse,\n): response is GlossaryGetDetailedDefaultResponse;\nexport function isUnexpected(\n response: GlossaryPartialUpdate200Response | GlossaryPartialUpdateDefaultResponse,\n): response is GlossaryPartialUpdateDefaultResponse;\nexport function isUnexpected(\n response: GlossaryListTerms200Response | GlossaryListTermsDefaultResponse,\n): response is GlossaryListTermsDefaultResponse;\nexport function isUnexpected(\n response: GlossaryListTermHeaders200Response | GlossaryListTermHeadersDefaultResponse,\n): response is GlossaryListTermHeadersDefaultResponse;\nexport function isUnexpected(\n response: DiscoveryQuery200Response | DiscoveryQueryDefaultResponse,\n): response is DiscoveryQueryDefaultResponse;\nexport function isUnexpected(\n response: DiscoverySuggest200Response | DiscoverySuggestDefaultResponse,\n): response is DiscoverySuggestDefaultResponse;\nexport function isUnexpected(\n response: DiscoveryAutoComplete200Response | DiscoveryAutoCompleteDefaultResponse,\n): response is DiscoveryAutoCompleteDefaultResponse;\nexport function isUnexpected(\n response: LineageGet200Response | LineageGetDefaultResponse,\n): response is LineageGetDefaultResponse;\nexport function isUnexpected(\n response: LineageGetNextPage200Response | LineageGetNextPageDefaultResponse,\n): response is LineageGetNextPageDefaultResponse;\nexport function isUnexpected(\n response: LineageGetByUniqueAttribute200Response | LineageGetByUniqueAttributeDefaultResponse,\n): response is LineageGetByUniqueAttributeDefaultResponse;\nexport function isUnexpected(\n response: RelationshipCreate200Response | RelationshipCreateDefaultResponse,\n): response is RelationshipCreateDefaultResponse;\nexport function isUnexpected(\n response: RelationshipUpdate200Response | RelationshipUpdateDefaultResponse,\n): response is RelationshipUpdateDefaultResponse;\nexport function isUnexpected(\n response: RelationshipGet200Response | RelationshipGetDefaultResponse,\n): response is RelationshipGetDefaultResponse;\nexport function isUnexpected(\n response: RelationshipDeleteOperation204Response | RelationshipDeleteOperationDefaultResponse,\n): response is RelationshipDeleteOperationDefaultResponse;\nexport function isUnexpected(\n response:\n | TypeGetBusinessMetadataDefByGuid200Response\n | TypeGetBusinessMetadataDefByGuidDefaultResponse,\n): response is TypeGetBusinessMetadataDefByGuidDefaultResponse;\nexport function isUnexpected(\n response:\n | TypeGetBusinessMetadataDefByName200Response\n | TypeGetBusinessMetadataDefByNameDefaultResponse,\n): response is TypeGetBusinessMetadataDefByNameDefaultResponse;\nexport function isUnexpected(\n response:\n | TypeGetClassificationDefByGuid200Response\n | TypeGetClassificationDefByGuidDefaultResponse,\n): response is TypeGetClassificationDefByGuidDefaultResponse;\nexport function isUnexpected(\n response:\n | TypeGetClassificationDefByName200Response\n | TypeGetClassificationDefByNameDefaultResponse,\n): response is TypeGetClassificationDefByNameDefaultResponse;\nexport function isUnexpected(\n response: TypeGetEntityDefByGuid200Response | TypeGetEntityDefByGuidDefaultResponse,\n): response is TypeGetEntityDefByGuidDefaultResponse;\nexport function isUnexpected(\n response: TypeGetEntityDefByName200Response | TypeGetEntityDefByNameDefaultResponse,\n): response is TypeGetEntityDefByNameDefaultResponse;\nexport function isUnexpected(\n response: TypeGetEnumDefByGuid200Response | TypeGetEnumDefByGuidDefaultResponse,\n): response is TypeGetEnumDefByGuidDefaultResponse;\nexport function isUnexpected(\n response: TypeGetEnumDefByName200Response | TypeGetEnumDefByNameDefaultResponse,\n): response is TypeGetEnumDefByNameDefaultResponse;\nexport function isUnexpected(\n response: TypeGetRelationshipDefByGuid200Response | TypeGetRelationshipDefByGuidDefaultResponse,\n): response is TypeGetRelationshipDefByGuidDefaultResponse;\nexport function isUnexpected(\n response: TypeGetRelationshipDefByName200Response | TypeGetRelationshipDefByNameDefaultResponse,\n): response is TypeGetRelationshipDefByNameDefaultResponse;\nexport function isUnexpected(\n response: TypeGetStructDefByGuid200Response | TypeGetStructDefByGuidDefaultResponse,\n): response is TypeGetStructDefByGuidDefaultResponse;\nexport function isUnexpected(\n response: TypeGetStructDefByName200Response | TypeGetStructDefByNameDefaultResponse,\n): response is TypeGetStructDefByNameDefaultResponse;\nexport function isUnexpected(\n response: TypeGetByGuid200Response | TypeGetByGuidDefaultResponse,\n): response is TypeGetByGuidDefaultResponse;\nexport function isUnexpected(\n response: TypeGetByName200Response | TypeGetByNameDefaultResponse,\n): response is TypeGetByNameDefaultResponse;\nexport function isUnexpected(\n response: TypeDeleteOperation204Response | TypeDeleteOperationDefaultResponse,\n): response is TypeDeleteOperationDefaultResponse;\nexport function isUnexpected(\n response: TypeList200Response | TypeListDefaultResponse,\n): response is TypeListDefaultResponse;\nexport function isUnexpected(\n response: TypeBulkCreate200Response | TypeBulkCreateDefaultResponse,\n): response is TypeBulkCreateDefaultResponse;\nexport function isUnexpected(\n response: TypeBulkUpdate200Response | TypeBulkUpdateDefaultResponse,\n): response is TypeBulkUpdateDefaultResponse;\nexport function isUnexpected(\n response: TypeBulkDelete204Response | TypeBulkDeleteDefaultResponse,\n): response is TypeBulkDeleteDefaultResponse;\nexport function isUnexpected(\n response: TypeListHeaders200Response | TypeListHeadersDefaultResponse,\n): response is TypeListHeadersDefaultResponse;\nexport function isUnexpected(\n response: TypeGetTermTemplateDefByGuid200Response | TypeGetTermTemplateDefByGuidDefaultResponse,\n): response is TypeGetTermTemplateDefByGuidDefaultResponse;\nexport function isUnexpected(\n response: TypeGetTermTemplateDefByName200Response | TypeGetTermTemplateDefByNameDefaultResponse,\n): response is TypeGetTermTemplateDefByNameDefaultResponse;\nexport function isUnexpected(\n response:\n | EntityCreateOrUpdate200Response\n | EntityCreateOrUpdateDefaultResponse\n | EntityListByGuids200Response\n | EntityListByGuidsDefaultResponse\n | EntityBulkCreateOrUpdate200Response\n | EntityBulkCreateOrUpdateDefaultResponse\n | EntityBulkDelete200Response\n | EntityBulkDeleteDefaultResponse\n | EntityAddClassification204Response\n | EntityAddClassificationDefaultResponse\n | EntityGet200Response\n | EntityGetDefaultResponse\n | EntityPartialUpdateAttributeByGuid200Response\n | EntityPartialUpdateAttributeByGuidDefaultResponse\n | EntityDeleteOperation200Response\n | EntityDeleteOperationDefaultResponse\n | EntityGetClassification200Response\n | EntityGetClassificationDefaultResponse\n | EntityRemoveClassification204Response\n | EntityRemoveClassificationDefaultResponse\n | EntityGetClassifications200Response\n | EntityGetClassificationsDefaultResponse\n | EntityAddClassifications204Response\n | EntityAddClassificationsDefaultResponse\n | EntityUpdateClassifications204Response\n | EntityUpdateClassificationsDefaultResponse\n | EntityGetByUniqueAttributes200Response\n | EntityGetByUniqueAttributesDefaultResponse\n | EntityPartialUpdateByUniqueAttributes200Response\n | EntityPartialUpdateByUniqueAttributesDefaultResponse\n | EntityDeleteByUniqueAttribute200Response\n | EntityDeleteByUniqueAttributeDefaultResponse\n | EntityRemoveClassificationByUniqueAttribute204Response\n | EntityRemoveClassificationByUniqueAttributeDefaultResponse\n | EntityAddClassificationsByUniqueAttribute204Response\n | EntityAddClassificationsByUniqueAttributeDefaultResponse\n | EntityUpdateClassificationsByUniqueAttribute204Response\n | EntityUpdateClassificationsByUniqueAttributeDefaultResponse\n | EntityBulkSetClassifications200Response\n | EntityBulkSetClassificationsDefaultResponse\n | EntityListByUniqueAttributes200Response\n | EntityListByUniqueAttributesDefaultResponse\n | EntityGetHeader200Response\n | EntityGetHeaderDefaultResponse\n | EntityRemoveBusinessMetadata204Response\n | EntityRemoveBusinessMetadataDefaultResponse\n | EntityAddOrUpdateBusinessMetadata204Response\n | EntityAddOrUpdateBusinessMetadataDefaultResponse\n | EntityRemoveBusinessMetadataAttributes204Response\n | EntityRemoveBusinessMetadataAttributesDefaultResponse\n | EntityAddOrUpdateBusinessMetadataAttributes204Response\n | EntityAddOrUpdateBusinessMetadataAttributesDefaultResponse\n | EntityGetSampleBusinessMetadataTemplate200Response\n | EntityGetSampleBusinessMetadataTemplateDefaultResponse\n | EntityImportBusinessMetadata200Response\n | EntityImportBusinessMetadataDefaultResponse\n | EntityRemoveLabels204Response\n | EntityRemoveLabelsDefaultResponse\n | EntitySetLabels204Response\n | EntitySetLabelsDefaultResponse\n | EntityAddLabel204Response\n | EntityAddLabelDefaultResponse\n | EntityRemoveLabelsByUniqueAttribute204Response\n | EntityRemoveLabelsByUniqueAttributeDefaultResponse\n | EntitySetLabelsByUniqueAttribute204Response\n | EntitySetLabelsByUniqueAttributeDefaultResponse\n | EntityAddLabelsByUniqueAttribute204Response\n | EntityAddLabelsByUniqueAttributeDefaultResponse\n | EntityMoveEntitiesToCollection200Response\n | EntityMoveEntitiesToCollectionDefaultResponse\n | GlossaryList200Response\n | GlossaryListDefaultResponse\n | GlossaryCreate200Response\n | GlossaryCreateDefaultResponse\n | GlossaryCreateCategories200Response\n | GlossaryCreateCategoriesDefaultResponse\n | GlossaryCreateCategory200Response\n | GlossaryCreateCategoryDefaultResponse\n | GlossaryGetCategory200Response\n | GlossaryGetCategoryDefaultResponse\n | GlossaryUpdateCategory200Response\n | GlossaryUpdateCategoryDefaultResponse\n | GlossaryDeleteCategory204Response\n | GlossaryDeleteCategoryDefaultResponse\n | GlossaryPartialUpdateCategory200Response\n | GlossaryPartialUpdateCategoryDefaultResponse\n | GlossaryListRelatedCategories200Response\n | GlossaryListRelatedCategoriesDefaultResponse\n | GlossaryListCategoryTerms200Response\n | GlossaryListCategoryTermsDefaultResponse\n | GlossaryCreateTerm200Response\n | GlossaryCreateTermDefaultResponse\n | GlossaryGetTerm200Response\n | GlossaryGetTermDefaultResponse\n | GlossaryUpdateTerm200Response\n | GlossaryUpdateTermDefaultResponse\n | GlossaryDeleteTerm204Response\n | GlossaryDeleteTermDefaultResponse\n | GlossaryPartialUpdateTerm200Response\n | GlossaryPartialUpdateTermDefaultResponse\n | GlossaryCreateTerms200Response\n | GlossaryCreateTermsDefaultResponse\n | GlossaryListEntitiesAssignedWithTerm200Response\n | GlossaryListEntitiesAssignedWithTermDefaultResponse\n | GlossaryAssignTermToEntities204Response\n | GlossaryAssignTermToEntitiesDefaultResponse\n | GlossaryDeleteTermAssignmentFromEntities204Response\n | GlossaryDeleteTermAssignmentFromEntitiesDefaultResponse\n | GlossaryListRelatedTerms200Response\n | GlossaryListRelatedTermsDefaultResponse\n | GlossaryGet200Response\n | GlossaryGetDefaultResponse\n | GlossaryUpdate200Response\n | GlossaryUpdateDefaultResponse\n | GlossaryDeleteOperation204Response\n | GlossaryDeleteOperationDefaultResponse\n | GlossaryListCategories200Response\n | GlossaryListCategoriesDefaultResponse\n | GlossaryListCategoriesHeaders200Response\n | GlossaryListCategoriesHeadersDefaultResponse\n | GlossaryGetDetailed200Response\n | GlossaryGetDetailedDefaultResponse\n | GlossaryPartialUpdate200Response\n | GlossaryPartialUpdateDefaultResponse\n | GlossaryListTerms200Response\n | GlossaryListTermsDefaultResponse\n | GlossaryListTermHeaders200Response\n | GlossaryListTermHeadersDefaultResponse\n | DiscoveryQuery200Response\n | DiscoveryQueryDefaultResponse\n | DiscoverySuggest200Response\n | DiscoverySuggestDefaultResponse\n | DiscoveryAutoComplete200Response\n | DiscoveryAutoCompleteDefaultResponse\n | LineageGet200Response\n | LineageGetDefaultResponse\n | LineageGetNextPage200Response\n | LineageGetNextPageDefaultResponse\n | LineageGetByUniqueAttribute200Response\n | LineageGetByUniqueAttributeDefaultResponse\n | RelationshipCreate200Response\n | RelationshipCreateDefaultResponse\n | RelationshipUpdate200Response\n | RelationshipUpdateDefaultResponse\n | RelationshipGet200Response\n | RelationshipGetDefaultResponse\n | RelationshipDeleteOperation204Response\n | RelationshipDeleteOperationDefaultResponse\n | TypeGetBusinessMetadataDefByGuid200Response\n | TypeGetBusinessMetadataDefByGuidDefaultResponse\n | TypeGetBusinessMetadataDefByName200Response\n | TypeGetBusinessMetadataDefByNameDefaultResponse\n | TypeGetClassificationDefByGuid200Response\n | TypeGetClassificationDefByGuidDefaultResponse\n | TypeGetClassificationDefByName200Response\n | TypeGetClassificationDefByNameDefaultResponse\n | TypeGetEntityDefByGuid200Response\n | TypeGetEntityDefByGuidDefaultResponse\n | TypeGetEntityDefByName200Response\n | TypeGetEntityDefByNameDefaultResponse\n | TypeGetEnumDefByGuid200Response\n | TypeGetEnumDefByGuidDefaultResponse\n | TypeGetEnumDefByName200Response\n | TypeGetEnumDefByNameDefaultResponse\n | TypeGetRelationshipDefByGuid200Response\n | TypeGetRelationshipDefByGuidDefaultResponse\n | TypeGetRelationshipDefByName200Response\n | TypeGetRelationshipDefByNameDefaultResponse\n | TypeGetStructDefByGuid200Response\n | TypeGetStructDefByGuidDefaultResponse\n | TypeGetStructDefByName200Response\n | TypeGetStructDefByNameDefaultResponse\n | TypeGetByGuid200Response\n | TypeGetByGuidDefaultResponse\n | TypeGetByName200Response\n | TypeGetByNameDefaultResponse\n | TypeDeleteOperation204Response\n | TypeDeleteOperationDefaultResponse\n | TypeList200Response\n | TypeListDefaultResponse\n | TypeBulkCreate200Response\n | TypeBulkCreateDefaultResponse\n | TypeBulkUpdate200Response\n | TypeBulkUpdateDefaultResponse\n | TypeBulkDelete204Response\n | TypeBulkDeleteDefaultResponse\n | TypeListHeaders200Response\n | TypeListHeadersDefaultResponse\n | TypeGetTermTemplateDefByGuid200Response\n | TypeGetTermTemplateDefByGuidDefaultResponse\n | TypeGetTermTemplateDefByName200Response\n | TypeGetTermTemplateDefByNameDefaultResponse,\n): response is\n | EntityCreateOrUpdateDefaultResponse\n | EntityListByGuidsDefaultResponse\n | EntityBulkCreateOrUpdateDefaultResponse\n | EntityBulkDeleteDefaultResponse\n | EntityAddClassificationDefaultResponse\n | EntityGetDefaultResponse\n | EntityPartialUpdateAttributeByGuidDefaultResponse\n | EntityDeleteOperationDefaultResponse\n | EntityGetClassificationDefaultResponse\n | EntityRemoveClassificationDefaultResponse\n | EntityGetClassificationsDefaultResponse\n | EntityAddClassificationsDefaultResponse\n | EntityUpdateClassificationsDefaultResponse\n | EntityGetByUniqueAttributesDefaultResponse\n | EntityPartialUpdateByUniqueAttributesDefaultResponse\n | EntityDeleteByUniqueAttributeDefaultResponse\n | EntityRemoveClassificationByUniqueAttributeDefaultResponse\n | EntityAddClassificationsByUniqueAttributeDefaultResponse\n | EntityUpdateClassificationsByUniqueAttributeDefaultResponse\n | EntityBulkSetClassificationsDefaultResponse\n | EntityListByUniqueAttributesDefaultResponse\n | EntityGetHeaderDefaultResponse\n | EntityRemoveBusinessMetadataDefaultResponse\n | EntityAddOrUpdateBusinessMetadataDefaultResponse\n | EntityRemoveBusinessMetadataAttributesDefaultResponse\n | EntityAddOrUpdateBusinessMetadataAttributesDefaultResponse\n | EntityGetSampleBusinessMetadataTemplateDefaultResponse\n | EntityImportBusinessMetadataDefaultResponse\n | EntityRemoveLabelsDefaultResponse\n | EntitySetLabelsDefaultResponse\n | EntityAddLabelDefaultResponse\n | EntityRemoveLabelsByUniqueAttributeDefaultResponse\n | EntitySetLabelsByUniqueAttributeDefaultResponse\n | EntityAddLabelsByUniqueAttributeDefaultResponse\n | EntityMoveEntitiesToCollectionDefaultResponse\n | GlossaryListDefaultResponse\n | GlossaryCreateDefaultResponse\n | GlossaryCreateCategoriesDefaultResponse\n | GlossaryCreateCategoryDefaultResponse\n | GlossaryGetCategoryDefaultResponse\n | GlossaryUpdateCategoryDefaultResponse\n | GlossaryDeleteCategoryDefaultResponse\n | GlossaryPartialUpdateCategoryDefaultResponse\n | GlossaryListRelatedCategoriesDefaultResponse\n | GlossaryListCategoryTermsDefaultResponse\n | GlossaryCreateTermDefaultResponse\n | GlossaryGetTermDefaultResponse\n | GlossaryUpdateTermDefaultResponse\n | GlossaryDeleteTermDefaultResponse\n | GlossaryPartialUpdateTermDefaultResponse\n | GlossaryCreateTermsDefaultResponse\n | GlossaryListEntitiesAssignedWithTermDefaultResponse\n | GlossaryAssignTermToEntitiesDefaultResponse\n | GlossaryDeleteTermAssignmentFromEntitiesDefaultResponse\n | GlossaryListRelatedTermsDefaultResponse\n | GlossaryGetDefaultResponse\n | GlossaryUpdateDefaultResponse\n | GlossaryDeleteOperationDefaultResponse\n | GlossaryListCategoriesDefaultResponse\n | GlossaryListCategoriesHeadersDefaultResponse\n | GlossaryGetDetailedDefaultResponse\n | GlossaryPartialUpdateDefaultResponse\n | GlossaryListTermsDefaultResponse\n | GlossaryListTermHeadersDefaultResponse\n | DiscoveryQueryDefaultResponse\n | DiscoverySuggestDefaultResponse\n | DiscoveryAutoCompleteDefaultResponse\n | LineageGetDefaultResponse\n | LineageGetNextPageDefaultResponse\n | LineageGetByUniqueAttributeDefaultResponse\n | RelationshipCreateDefaultResponse\n | RelationshipUpdateDefaultResponse\n | RelationshipGetDefaultResponse\n | RelationshipDeleteOperationDefaultResponse\n | TypeGetBusinessMetadataDefByGuidDefaultResponse\n | TypeGetBusinessMetadataDefByNameDefaultResponse\n | TypeGetClassificationDefByGuidDefaultResponse\n | TypeGetClassificationDefByNameDefaultResponse\n | TypeGetEntityDefByGuidDefaultResponse\n | TypeGetEntityDefByNameDefaultResponse\n | TypeGetEnumDefByGuidDefaultResponse\n | TypeGetEnumDefByNameDefaultResponse\n | TypeGetRelationshipDefByGuidDefaultResponse\n | TypeGetRelationshipDefByNameDefaultResponse\n | TypeGetStructDefByGuidDefaultResponse\n | TypeGetStructDefByNameDefaultResponse\n | TypeGetByGuidDefaultResponse\n | TypeGetByNameDefaultResponse\n | TypeDeleteOperationDefaultResponse\n | TypeListDefaultResponse\n | TypeBulkCreateDefaultResponse\n | TypeBulkUpdateDefaultResponse\n | TypeBulkDeleteDefaultResponse\n | TypeListHeadersDefaultResponse\n | TypeGetTermTemplateDefByGuidDefaultResponse\n | TypeGetTermTemplateDefByNameDefaultResponse {\n const lroOriginal = response.headers[\"x-ms-original-url\"];\n const url = new URL(lroOriginal ?? response.request.url);\n const method = response.request.method;\n let pathDetails = responseMap[`${method} ${url.pathname}`];\n if (!pathDetails) {\n pathDetails = getParametrizedPathSuccess(method, url.pathname);\n }\n return !pathDetails.includes(response.status);\n}\n\nfunction getParametrizedPathSuccess(method: string, path: string): string[] {\n const pathParts = path.split(\"/\");\n\n // Traverse list to match the longest candidate\n // matchedLen: the length of candidate path\n // matchedValue: the matched status code array\n let matchedLen = -1,\n matchedValue: string[] = [];\n\n // Iterate the responseMap to find a match\n for (const [key, value] of Object.entries(responseMap)) {\n // Extracting the path from the map key which is in format\n // GET /path/foo\n if (!key.startsWith(method)) {\n continue;\n }\n const candidatePath = getPathFromMapKey(key);\n // Get each part of the url path\n const candidateParts = candidatePath.split(\"/\");\n\n // track if we have found a match to return the values found.\n let found = true;\n for (let i = candidateParts.length - 1, j = pathParts.length - 1; i >= 1 && j >= 1; i--, j--) {\n if (candidateParts[i]?.startsWith(\"{\") && candidateParts[i]?.indexOf(\"}\") !== -1) {\n const start = candidateParts[i]!.indexOf(\"}\") + 1,\n end = candidateParts[i]?.length;\n // If the current part of the candidate is a \"template\" part\n // Try to use the suffix of pattern to match the path\n // {guid} ==> $\n // {guid}:export ==> :export$\n const isMatched = new RegExp(`${candidateParts[i]?.slice(start, end)}`).test(\n pathParts[j] || \"\",\n );\n\n if (!isMatched) {\n found = false;\n break;\n }\n continue;\n }\n\n // If the candidate part is not a template and\n // the parts don't match mark the candidate as not found\n // to move on with the next candidate path.\n if (candidateParts[i] !== pathParts[j]) {\n found = false;\n break;\n }\n }\n\n // We finished evaluating the current candidate parts\n // Update the matched value if and only if we found the longer pattern\n if (found && candidatePath.length > matchedLen) {\n matchedLen = candidatePath.length;\n matchedValue = value;\n }\n }\n\n return matchedValue;\n}\n\nfunction getPathFromMapKey(mapKey: string): string {\n const pathStart = mapKey.indexOf(\"/\");\n return mapKey.slice(pathStart);\n}\n"]}
@@ -1,4 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT license.
3
- export {};
4
- //# sourceMappingURL=models.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"models.js","sourceRoot":"","sources":["../../src/models.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 AtlasEntityWithExtInfo {\n /** The referred entities. */\n referredEntities?: Record<string, AtlasEntity>;\n /** An instance of an entity - like hive_table, hive_database. */\n entity?: AtlasEntity;\n}\n\n/** An instance of an entity - like hive_table, hive_database. */\nexport interface AtlasEntity {\n /** The attributes of the struct. */\n attributes?: Record<string, unknown>;\n /** The name of the type. */\n typeName?: string;\n /** ETag for concurrency control. */\n lastModifiedTS?: string;\n /** Business attributes */\n businessAttributes?: Record<string, unknown>;\n /** An array of classifications. */\n classifications?: Array<AtlasClassification>;\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 /** 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<AtlasTermAssignmentHeader>;\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, unknown>;\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<ContactInfo>>;\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 AtlasClassification {\n /** The attributes of the struct. */\n attributes?: Record<string, unknown>;\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<TimeBoundary>;\n}\n\n/** Captures time-boundary details */\nexport interface TimeBoundary {\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 AtlasTermAssignmentHeader {\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 ContactInfo {\n /** Azure Active Directory object Id. */\n id?: string;\n /** additional information to describe this contact. */\n info?: string;\n}\n\n/** An instance of an entity - like hive_table, hive_database. */\nexport interface AtlasEntityHeader {\n /** The attributes of the struct. */\n attributes?: Record<string, unknown>;\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<AtlasClassification>;\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<AtlasTermAssignmentHeader>;\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/**\n * An instance of an entity along with extended info - like hive_table,\n * hive_database.\n */\nexport interface AtlasEntitiesWithExtInfo {\n /** The referred entities. */\n referredEntities?: Record<string, AtlasEntity>;\n /** An array of entities. */\n entities?: Array<AtlasEntity>;\n}\n\n/** The request payload for classification association. */\nexport interface ClassificationAssociateOptions {\n /**\n * An instance of a classification; it doesn't have an identity, this object\n * exists only when associated with an entity.\n */\n classification?: AtlasClassification;\n /** The GUID of the entity. */\n entityGuids?: string[];\n}\n\n/** An instance of an entity header map. */\nexport interface AtlasEntityHeaders {\n /** The description of the guid header map, */\n guidHeaderMap?: Record<string, AtlasEntityHeader>;\n}\n\n/** Business metadata to send to the service */\nexport interface BusinessMetadataOptions {\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: string | Uint8Array | ReadableStream<Uint8Array> | NodeJS.ReadableStream | File;\n}\n\n/** MoveEntitiesOptions */\nexport interface MoveEntitiesOptions {\n /** An array of entity guids to be moved to target collection. */\n entityGuids?: string[];\n}\n\n/** The glossary object. */\nexport interface AtlasGlossary {\n /** The GUID of the object. */\n guid?: string;\n /** An array of classifications. */\n classifications?: Array<AtlasClassification>;\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<AtlasRelatedCategoryHeader>;\n /** The language of the glossary. */\n language?: string;\n /** An array of related term headers. */\n terms?: Array<AtlasRelatedTermHeader>;\n /** The usage of the glossary. */\n usage?: string;\n}\n\n/** The header of the related category. */\nexport interface AtlasRelatedCategoryHeader {\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 AtlasRelatedTermHeader {\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 AtlasGlossaryCategory {\n /** The GUID of the object. */\n guid?: string;\n /** An array of classifications. */\n classifications?: Array<AtlasClassification>;\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?: AtlasGlossaryHeader;\n /** An array of children categories. */\n childrenCategories?: Array<AtlasRelatedCategoryHeader>;\n /** The header of the related category. */\n parentCategory?: AtlasRelatedCategoryHeader;\n /** An array of related term headers. */\n terms?: Array<AtlasRelatedTermHeader>;\n}\n\n/** The glossary header with basic information. */\nexport interface AtlasGlossaryHeader {\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 AtlasGlossaryTerm {\n /** The GUID of the object. */\n guid?: string;\n /** An array of classifications. */\n classifications?: Array<AtlasClassification>;\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?: unknown[];\n /** The glossary header with basic information. */\n anchor?: AtlasGlossaryHeader;\n /** An array of related term headers as antonyms. */\n antonyms?: Array<AtlasRelatedTermHeader>;\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<PurviewObjectId>;\n /** An array of resource link for term */\n resources?: Array<ResourceLink>;\n /** The dictionary of contacts for terms. Key could be Expert or Steward. */\n contacts?: Record<string, Array<ContactInfo>>;\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, unknown>>;\n /** An array of related object IDs. */\n assignedEntities?: Array<AtlasRelatedObjectId>;\n /** An array of term categorization headers. */\n categories?: Array<AtlasTermCategorizationHeader>;\n /** An array of related term headers. */\n classifies?: Array<AtlasRelatedTermHeader>;\n /** An array of examples. */\n examples?: string[];\n /** An array of related term headers indicating the is-a relationship. */\n isA?: Array<AtlasRelatedTermHeader>;\n /** An array of preferred related term headers. */\n preferredTerms?: Array<AtlasRelatedTermHeader>;\n /** An array of related term headers that are preferred to. */\n preferredToTerms?: Array<AtlasRelatedTermHeader>;\n /** An array of related term headers that are replaced by. */\n replacedBy?: Array<AtlasRelatedTermHeader>;\n /** An array of related term headers for replacement. */\n replacementTerms?: Array<AtlasRelatedTermHeader>;\n /** An array of related term headers for see also. */\n seeAlso?: Array<AtlasRelatedTermHeader>;\n /** An array of related term headers as synonyms. */\n synonyms?: Array<AtlasRelatedTermHeader>;\n /** An array of translated related term headers. */\n translatedTerms?: Array<AtlasRelatedTermHeader>;\n /** An array of related term headers for translation. */\n translationTerms?: Array<AtlasRelatedTermHeader>;\n /** The usage of the term. */\n usage?: string;\n /** An array of related term headers as valid values. */\n validValues?: Array<AtlasRelatedTermHeader>;\n /** An array of related term headers as valid values for other records. */\n validValuesFor?: Array<AtlasRelatedTermHeader>;\n}\n\n/** PurviewObjectId */\nexport interface PurviewObjectId {\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, unknown>;\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, unknown>;\n}\n\n/** ResourceLink */\nexport interface ResourceLink {\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 AtlasRelatedObjectId {\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, unknown>;\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?: AtlasStruct;\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 AtlasStruct {\n /** The attributes of the struct. */\n attributes?: Record<string, unknown>;\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 AtlasTermCategorizationHeader {\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 search query of advanced search request. */\nexport interface QueryOptions {\n /** The keywords applied to all searchable fields. */\n keywords?: string;\n /**\n * The limit of the number of the search result. default value is 50; maximum\n * value is 1000.\n */\n limit?: number;\n /**\n * The token used to get next batch of data. Default 'Null' to get the first\n * batch, and will return new token in each response unless there's no more data.\n */\n continuationToken?: string;\n /** The sort order of search results, can specify multiple fields. */\n orderby?: unknown[];\n /** The filter for the search. See examples for the usage of supported filters. */\n filter?: unknown;\n /** The facets for search. See examples for the usage of supported facets. */\n facets?: Array<SearchFacetItem>;\n /** The taxonomy setting for search. */\n taxonomySetting?: SearchTaxonomySetting;\n}\n\n/** The content of a search facet result item. */\nexport interface SearchFacetItem {\n /** The count of the facet item. */\n count?: number;\n /** The name of the facet item. */\n facet?: string;\n /** Define the sorting criteria for items */\n sort?: SearchFacetSort;\n}\n\n/** The sorting criteria */\nexport interface SearchFacetSort {\n /**\n * Order by count\n *\n * Possible values: \"asc\", \"desc\"\n */\n count?: string;\n /**\n * Order by value\n *\n * Possible values: \"asc\", \"desc\"\n */\n value?: string;\n}\n\n/** Taxonomy setting for search request */\nexport interface SearchTaxonomySetting {\n /** Asset types */\n assetTypes?: string[];\n /** The content of a search facet result item. */\n facet?: SearchFacetItem;\n}\n\n/** The payload of suggest request. */\nexport interface SuggestOptions {\n /**\n * The keywords applied to all fields that support suggest operation. It must be\n * at least 1 character, and no more than 100 characters. In the index schema we\n * defined a default suggester which lists all the supported fields and specifies\n * a search mode.\n */\n keywords?: string;\n /**\n * The number of suggestions we hope to return. The default value is 5. The value\n * must be a number between 1 and 100.\n */\n limit?: number;\n /** The filter for the search. */\n filter?: unknown;\n}\n\n/** The payload of autocomplete request. */\nexport interface AutoCompleteOptions {\n /**\n * The keywords applied to all fields that support autocomplete operation. It must\n * be at least 1 character, and no more than 100 characters.\n */\n keywords?: string;\n /**\n * The number of autocomplete results we hope to return. The default value is 50.\n * The value must be a number between 1 and 100.\n */\n limit?: number;\n /** The filter for the autocomplete request. */\n filter?: unknown;\n}\n\n/** Atlas relationship instance. */\nexport interface AtlasRelationship {\n /** The attributes of the struct. */\n attributes?: Record<string, unknown>;\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?: AtlasObjectId;\n /** Reference to an object-instance of a type - like entity. */\n end2?: AtlasObjectId;\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 AtlasObjectId {\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, unknown>;\n}\n\n/** class that captures details of a struct-type. */\nexport interface AtlasBusinessMetadataDef {\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?: DateFormat;\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<AtlasAttributeDef>;\n}\n\n/** The date format. */\nexport interface DateFormat {\n /** An array of available locales. */\n availableLocales?: string[];\n /** Calendar */\n calendar?: number;\n /** The date format. */\n dateInstance?: DateFormat;\n /** The date format. */\n dateTimeInstance?: DateFormat;\n /** The date format. */\n instance?: DateFormat;\n /** Determines the leniency of the date format. */\n lenient?: boolean;\n /** The number format. */\n numberFormat?: NumberFormat;\n /** The date format. */\n timeInstance?: DateFormat;\n /** The timezone information. */\n timeZone?: TimeZone;\n}\n\n/** The number format. */\nexport interface NumberFormat {\n /** The number format. */\n availableLocales?: string[];\n /** The currency. */\n currency?: string;\n /** The number format. */\n currencyInstance?: NumberFormat;\n /** Determines if grouping is used. */\n groupingUsed?: boolean;\n /** The number format. */\n instance?: NumberFormat;\n /** The number format. */\n integerInstance?: NumberFormat;\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?: NumberFormat;\n /** Determines if only integer is parsed. */\n parseIntegerOnly?: boolean;\n /** The number format. */\n percentInstance?: NumberFormat;\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 TimeZone {\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?: TimeZone;\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 AtlasAttributeDef {\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<AtlasConstraintDef>;\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 AtlasConstraintDef {\n /** The parameters of the constraint definition. */\n params?: Record<string, unknown>;\n /** The type of the constraint. */\n type?: string;\n}\n\n/** class that captures details of a classification-type. */\nexport interface AtlasClassificationDef {\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?: DateFormat;\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<AtlasAttributeDef>;\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 AtlasEntityDef {\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?: DateFormat;\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<AtlasAttributeDef>;\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<AtlasRelationshipAttributeDef>;\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 AtlasRelationshipAttributeDef {\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<AtlasConstraintDef>;\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 AtlasEnumDef {\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?: DateFormat;\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<AtlasEnumElementDef>;\n}\n\n/** class that captures details of an enum-element. */\nexport interface AtlasEnumElementDef {\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 AtlasRelationshipDef {\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?: DateFormat;\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<AtlasAttributeDef>;\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?: AtlasRelationshipEndDef;\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?: AtlasRelationshipEndDef;\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 AtlasRelationshipEndDef {\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 AtlasStructDef {\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?: DateFormat;\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<AtlasAttributeDef>;\n}\n\n/** The definitions of types. */\nexport interface AtlasTypesDef {\n /** businessMetadataDefs */\n businessMetadataDefs?: Array<AtlasBusinessMetadataDef>;\n /** An array of classification definitions. */\n classificationDefs?: Array<AtlasClassificationDef>;\n /** An array of entity definitions. */\n entityDefs?: Array<AtlasEntityDef>;\n /** An array of enum definitions. */\n enumDefs?: Array<AtlasEnumDef>;\n /** An array of relationship definitions. */\n relationshipDefs?: Array<AtlasRelationshipDef>;\n /** An array of struct definitions. */\n structDefs?: Array<AtlasStructDef>;\n /** An array of term template definitions. */\n termTemplateDefs?: Array<TermTemplateDef>;\n}\n\n/** Term template definition for glossary term. */\nexport interface TermTemplateDef {\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?: DateFormat;\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<AtlasAttributeDef>;\n}\n"]}
@@ -1,4 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT license.
3
- export {};
4
- //# sourceMappingURL=outputModels.js.map
@@ -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