@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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"responses.d.ts","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export {};
4
+ //# sourceMappingURL=responses.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"responses.js","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { RawHttpHeaders } from \"@azure/core-rest-pipeline\";\nimport type { HttpResponse } from \"@azure-rest/core-client\";\nimport type {\n EntityMutationResultOutput,\n AtlasErrorResponseOutput,\n AtlasEntitiesWithExtInfoOutput,\n AtlasEntityWithExtInfoOutput,\n AtlasClassificationOutput,\n AtlasClassificationsOutput,\n AtlasEntityHeaderOutput,\n BulkImportResultOutput,\n AtlasGlossaryOutput,\n AtlasGlossaryCategoryOutput,\n AtlasRelatedCategoryHeaderOutput,\n AtlasRelatedTermHeaderOutput,\n AtlasGlossaryTermOutput,\n AtlasRelatedObjectIdOutput,\n AtlasGlossaryExtInfoOutput,\n QueryResultOutput,\n SuggestResultOutput,\n AutoCompleteResultOutput,\n AtlasLineageInfoOutput,\n AtlasRelationshipOutput,\n AtlasRelationshipWithExtInfoOutput,\n AtlasBusinessMetadataDefOutput,\n AtlasClassificationDefOutput,\n AtlasEntityDefOutput,\n AtlasEnumDefOutput,\n AtlasRelationshipDefOutput,\n AtlasStructDefOutput,\n AtlasTypeDefOutput,\n AtlasTypesDefOutput,\n AtlasTypeDefHeaderOutput,\n TermTemplateDefOutput,\n} from \"./outputModels.js\";\n\n/** The request has succeeded. */\nexport interface EntityCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: EntityMutationResultOutput;\n}\n\nexport interface EntityCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityListByGuids200Response extends HttpResponse {\n status: \"200\";\n body: AtlasEntitiesWithExtInfoOutput;\n}\n\nexport interface EntityListByGuidsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityBulkCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: EntityMutationResultOutput;\n}\n\nexport interface EntityBulkCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityBulkDelete200Response extends HttpResponse {\n status: \"200\";\n body: EntityMutationResultOutput;\n}\n\nexport interface EntityBulkDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityAddClassification204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityAddClassificationDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityGet200Response extends HttpResponse {\n status: \"200\";\n body: AtlasEntityWithExtInfoOutput;\n}\n\nexport interface EntityGetDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityPartialUpdateAttributeByGuid200Response extends HttpResponse {\n status: \"200\";\n body: EntityMutationResultOutput;\n}\n\nexport interface EntityPartialUpdateAttributeByGuidDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityDelete200Response extends HttpResponse {\n status: \"200\";\n body: EntityMutationResultOutput;\n}\n\nexport interface EntityDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityGetClassification200Response extends HttpResponse {\n status: \"200\";\n body: AtlasClassificationOutput;\n}\n\nexport interface EntityGetClassificationDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityRemoveClassification204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityRemoveClassificationDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityGetClassifications200Response extends HttpResponse {\n status: \"200\";\n body: AtlasClassificationsOutput;\n}\n\nexport interface EntityGetClassificationsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityAddClassifications204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityAddClassificationsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityUpdateClassifications204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityUpdateClassificationsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityGetByUniqueAttributes200Response extends HttpResponse {\n status: \"200\";\n body: AtlasEntityWithExtInfoOutput;\n}\n\nexport interface EntityGetByUniqueAttributesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityPartialUpdateByUniqueAttributes200Response extends HttpResponse {\n status: \"200\";\n body: EntityMutationResultOutput;\n}\n\nexport interface EntityPartialUpdateByUniqueAttributesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityDeleteByUniqueAttribute200Response extends HttpResponse {\n status: \"200\";\n body: EntityMutationResultOutput;\n}\n\nexport interface EntityDeleteByUniqueAttributeDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityRemoveClassificationByUniqueAttribute204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityRemoveClassificationByUniqueAttributeDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityAddClassificationsByUniqueAttribute204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityAddClassificationsByUniqueAttributeDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityUpdateClassificationsByUniqueAttribute204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityUpdateClassificationsByUniqueAttributeDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityBulkSetClassifications200Response extends HttpResponse {\n status: \"200\";\n body: string[];\n}\n\nexport interface EntityBulkSetClassificationsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityListByUniqueAttributes200Response extends HttpResponse {\n status: \"200\";\n body: AtlasEntitiesWithExtInfoOutput;\n}\n\nexport interface EntityListByUniqueAttributesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityGetHeader200Response extends HttpResponse {\n status: \"200\";\n body: AtlasEntityHeaderOutput;\n}\n\nexport interface EntityGetHeaderDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityRemoveBusinessMetadata204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityRemoveBusinessMetadataDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityAddOrUpdateBusinessMetadata204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityAddOrUpdateBusinessMetadataDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityRemoveBusinessMetadataAttributes204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityRemoveBusinessMetadataAttributesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityAddOrUpdateBusinessMetadataAttributes204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityAddOrUpdateBusinessMetadataAttributesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\nexport interface EntityGetSampleBusinessMetadataTemplate200Headers {\n \"content-type\": \"application/octet-stream\";\n}\n\n/** The request has succeeded. */\nexport interface EntityGetSampleBusinessMetadataTemplate200Response extends HttpResponse {\n status: \"200\";\n /** Value may contain any sequence of octets */\n body: Uint8Array;\n headers: RawHttpHeaders & EntityGetSampleBusinessMetadataTemplate200Headers;\n}\n\nexport interface EntityGetSampleBusinessMetadataTemplateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityImportBusinessMetadata200Response extends HttpResponse {\n status: \"200\";\n body: BulkImportResultOutput;\n}\n\nexport interface EntityImportBusinessMetadataDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityRemoveLabels204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityRemoveLabelsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntitySetLabels204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntitySetLabelsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityAddLabel204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityAddLabelDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityRemoveLabelsByUniqueAttribute204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityRemoveLabelsByUniqueAttributeDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntitySetLabelsByUniqueAttribute204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntitySetLabelsByUniqueAttributeDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityAddLabelsByUniqueAttribute204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityAddLabelsByUniqueAttributeDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityMoveEntitiesToCollection200Response extends HttpResponse {\n status: \"200\";\n body: EntityMutationResultOutput;\n}\n\nexport interface EntityMoveEntitiesToCollectionDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryList200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasGlossaryOutput>;\n}\n\nexport interface GlossaryListDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryCreate200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryOutput;\n}\n\nexport interface GlossaryCreateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryCreateCategories200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasGlossaryCategoryOutput>;\n}\n\nexport interface GlossaryCreateCategoriesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryCreateCategory200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryCategoryOutput;\n}\n\nexport interface GlossaryCreateCategoryDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryGetCategory200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryCategoryOutput;\n}\n\nexport interface GlossaryGetCategoryDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryUpdateCategory200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryCategoryOutput;\n}\n\nexport interface GlossaryUpdateCategoryDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface GlossaryDeleteCategory204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface GlossaryDeleteCategoryDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryPartialUpdateCategory200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryCategoryOutput;\n}\n\nexport interface GlossaryPartialUpdateCategoryDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryListRelatedCategories200Response extends HttpResponse {\n status: \"200\";\n body: Record<string, Array<AtlasRelatedCategoryHeaderOutput>>;\n}\n\nexport interface GlossaryListRelatedCategoriesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryListCategoryTerms200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasRelatedTermHeaderOutput>;\n}\n\nexport interface GlossaryListCategoryTermsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryCreateTerm200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryTermOutput;\n}\n\nexport interface GlossaryCreateTermDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryGetTerm200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryTermOutput;\n}\n\nexport interface GlossaryGetTermDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryUpdateTerm200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryTermOutput;\n}\n\nexport interface GlossaryUpdateTermDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface GlossaryDeleteTerm204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface GlossaryDeleteTermDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryPartialUpdateTerm200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryTermOutput;\n}\n\nexport interface GlossaryPartialUpdateTermDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryCreateTerms200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasGlossaryTermOutput>;\n}\n\nexport interface GlossaryCreateTermsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryListEntitiesAssignedWithTerm200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasRelatedObjectIdOutput>;\n}\n\nexport interface GlossaryListEntitiesAssignedWithTermDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface GlossaryAssignTermToEntities204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface GlossaryAssignTermToEntitiesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface GlossaryDeleteTermAssignmentFromEntities204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface GlossaryDeleteTermAssignmentFromEntitiesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryListRelatedTerms200Response extends HttpResponse {\n status: \"200\";\n body: Record<string, Array<AtlasRelatedTermHeaderOutput>>;\n}\n\nexport interface GlossaryListRelatedTermsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryGet200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryOutput;\n}\n\nexport interface GlossaryGetDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryUpdate200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryOutput;\n}\n\nexport interface GlossaryUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface GlossaryDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface GlossaryDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryListCategories200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasGlossaryCategoryOutput>;\n}\n\nexport interface GlossaryListCategoriesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryListCategoriesHeaders200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasRelatedCategoryHeaderOutput>;\n}\n\nexport interface GlossaryListCategoriesHeadersDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryGetDetailed200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryExtInfoOutput;\n}\n\nexport interface GlossaryGetDetailedDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryPartialUpdate200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryOutput;\n}\n\nexport interface GlossaryPartialUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryListTerms200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasGlossaryTermOutput>;\n}\n\nexport interface GlossaryListTermsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryListTermHeaders200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasRelatedTermHeaderOutput>;\n}\n\nexport interface GlossaryListTermHeadersDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface DiscoveryQuery200Response extends HttpResponse {\n status: \"200\";\n body: QueryResultOutput;\n}\n\nexport interface DiscoveryQueryDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface DiscoverySuggest200Response extends HttpResponse {\n status: \"200\";\n body: SuggestResultOutput;\n}\n\nexport interface DiscoverySuggestDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface DiscoveryAutoComplete200Response extends HttpResponse {\n status: \"200\";\n body: AutoCompleteResultOutput;\n}\n\nexport interface DiscoveryAutoCompleteDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface LineageGet200Response extends HttpResponse {\n status: \"200\";\n body: AtlasLineageInfoOutput;\n}\n\nexport interface LineageGetDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface LineageGetNextPage200Response extends HttpResponse {\n status: \"200\";\n body: AtlasLineageInfoOutput;\n}\n\nexport interface LineageGetNextPageDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface LineageGetByUniqueAttribute200Response extends HttpResponse {\n status: \"200\";\n body: AtlasLineageInfoOutput;\n}\n\nexport interface LineageGetByUniqueAttributeDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface RelationshipCreate200Response extends HttpResponse {\n status: \"200\";\n body: AtlasRelationshipOutput;\n}\n\nexport interface RelationshipCreateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface RelationshipUpdate200Response extends HttpResponse {\n status: \"200\";\n body: AtlasRelationshipOutput;\n}\n\nexport interface RelationshipUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface RelationshipGet200Response extends HttpResponse {\n status: \"200\";\n body: AtlasRelationshipWithExtInfoOutput;\n}\n\nexport interface RelationshipGetDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface RelationshipDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface RelationshipDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetBusinessMetadataDefByGuid200Response extends HttpResponse {\n status: \"200\";\n body: AtlasBusinessMetadataDefOutput;\n}\n\nexport interface TypeGetBusinessMetadataDefByGuidDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetBusinessMetadataDefByName200Response extends HttpResponse {\n status: \"200\";\n body: AtlasBusinessMetadataDefOutput;\n}\n\nexport interface TypeGetBusinessMetadataDefByNameDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetClassificationDefByGuid200Response extends HttpResponse {\n status: \"200\";\n body: AtlasClassificationDefOutput;\n}\n\nexport interface TypeGetClassificationDefByGuidDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetClassificationDefByName200Response extends HttpResponse {\n status: \"200\";\n body: AtlasClassificationDefOutput;\n}\n\nexport interface TypeGetClassificationDefByNameDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetEntityDefByGuid200Response extends HttpResponse {\n status: \"200\";\n body: AtlasEntityDefOutput;\n}\n\nexport interface TypeGetEntityDefByGuidDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetEntityDefByName200Response extends HttpResponse {\n status: \"200\";\n body: AtlasEntityDefOutput;\n}\n\nexport interface TypeGetEntityDefByNameDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetEnumDefByGuid200Response extends HttpResponse {\n status: \"200\";\n body: AtlasEnumDefOutput;\n}\n\nexport interface TypeGetEnumDefByGuidDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetEnumDefByName200Response extends HttpResponse {\n status: \"200\";\n body: AtlasEnumDefOutput;\n}\n\nexport interface TypeGetEnumDefByNameDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetRelationshipDefByGuid200Response extends HttpResponse {\n status: \"200\";\n body: AtlasRelationshipDefOutput;\n}\n\nexport interface TypeGetRelationshipDefByGuidDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetRelationshipDefByName200Response extends HttpResponse {\n status: \"200\";\n body: AtlasRelationshipDefOutput;\n}\n\nexport interface TypeGetRelationshipDefByNameDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetStructDefByGuid200Response extends HttpResponse {\n status: \"200\";\n body: AtlasStructDefOutput;\n}\n\nexport interface TypeGetStructDefByGuidDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetStructDefByName200Response extends HttpResponse {\n status: \"200\";\n body: AtlasStructDefOutput;\n}\n\nexport interface TypeGetStructDefByNameDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetByGuid200Response extends HttpResponse {\n status: \"200\";\n body: AtlasTypeDefOutput;\n}\n\nexport interface TypeGetByGuidDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetByName200Response extends HttpResponse {\n status: \"200\";\n body: AtlasTypeDefOutput;\n}\n\nexport interface TypeGetByNameDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface TypeDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface TypeDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeList200Response extends HttpResponse {\n status: \"200\";\n body: AtlasTypesDefOutput;\n}\n\nexport interface TypeListDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeBulkCreate200Response extends HttpResponse {\n status: \"200\";\n body: AtlasTypesDefOutput;\n}\n\nexport interface TypeBulkCreateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeBulkUpdate200Response extends HttpResponse {\n status: \"200\";\n body: AtlasTypesDefOutput;\n}\n\nexport interface TypeBulkUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface TypeBulkDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface TypeBulkDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeListHeaders200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasTypeDefHeaderOutput>;\n}\n\nexport interface TypeListHeadersDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetTermTemplateDefByGuid200Response extends HttpResponse {\n status: \"200\";\n body: TermTemplateDefOutput;\n}\n\nexport interface TypeGetTermTemplateDefByGuidDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetTermTemplateDefByName200Response extends HttpResponse {\n status: \"200\";\n body: TermTemplateDefOutput;\n}\n\nexport interface TypeGetTermTemplateDefByNameDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export declare function buildMultiCollection(items: string[], parameterName: string): string;
2
+ //# sourceMappingURL=serializeHelper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serializeHelper.d.ts","sourceRoot":"","sources":["../../src/serializeHelper.ts"],"names":[],"mappings":"AAGA,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE,aAAa,EAAE,MAAM,GAAG,MAAM,CASnF"}
@@ -0,0 +1,13 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export function buildMultiCollection(items, parameterName) {
4
+ return items
5
+ .map((item, index) => {
6
+ if (index === 0) {
7
+ return item;
8
+ }
9
+ return `${parameterName}=${item}`;
10
+ })
11
+ .join("&");
12
+ }
13
+ //# sourceMappingURL=serializeHelper.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serializeHelper.js","sourceRoot":"","sources":["../../src/serializeHelper.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,MAAM,UAAU,oBAAoB,CAAC,KAAe,EAAE,aAAqB;IACzE,OAAO,KAAK;SACT,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE;QACnB,IAAI,KAAK,KAAK,CAAC,EAAE,CAAC;YAChB,OAAO,IAAI,CAAC;QACd,CAAC;QACD,OAAO,GAAG,aAAa,IAAI,IAAI,EAAE,CAAC;IACpC,CAAC,CAAC;SACD,IAAI,CAAC,GAAG,CAAC,CAAC;AACf,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport function buildMultiCollection(items: string[], parameterName: string): string {\n return items\n .map((item, index) => {\n if (index === 0) {\n return item;\n }\n return `${parameterName}=${item}`;\n })\n .join(\"&\");\n}\n"]}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@azure-rest/purview-datamap",
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
- "version": "1.0.0-beta.1",
5
+ "version": "1.0.0-beta.2",
6
6
  "description": "Purview DataMap Service\"",
7
7
  "keywords": [
8
8
  "node",
@@ -13,92 +13,73 @@
13
13
  "isomorphic"
14
14
  ],
15
15
  "license": "MIT",
16
- "main": "dist/index.js",
17
- "module": "./dist-esm/src/index.js",
18
- "types": "./types/purview-datamap.d.ts",
16
+ "main": "./dist/commonjs/index.js",
17
+ "module": "./dist/esm/index.js",
18
+ "types": "./dist/commonjs/index.d.ts",
19
19
  "repository": "github:Azure/azure-sdk-for-js",
20
20
  "bugs": {
21
21
  "url": "https://github.com/Azure/azure-sdk-for-js/issues"
22
22
  },
23
23
  "files": [
24
24
  "dist/",
25
- "dist-esm/src/",
26
- "types/purview-datamap.d.ts",
27
25
  "README.md",
28
- "LICENSE",
29
- "review/*"
26
+ "LICENSE"
30
27
  ],
31
28
  "engines": {
32
29
  "node": ">=18.0.0"
33
30
  },
34
31
  "scripts": {
35
- "build:browser": "tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1",
36
- "build:node": "tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1",
32
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
33
+ "build:browser": "dev-tool run build-package && dev-tool run vendored cross-env ONLY_BROWSER=true rollup -c 2>&1",
34
+ "build:debug": "dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api",
35
+ "build:node": "dev-tool run build-package && dev-tool run vendored cross-env ONLY_NODE=true rollup -c 2>&1",
37
36
  "build:samples": "echo skipped.",
38
- "build:test": "tsc -p . && dev-tool run bundle",
39
- "build:debug": "tsc -p . && dev-tool run bundle && api-extractor run --local",
37
+ "build:test": "dev-tool run build-package && dev-tool run bundle",
40
38
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
41
- "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
39
+ "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
42
40
  "execute:samples": "echo skipped",
43
- "extract-api": "rimraf review && mkdirp ./review && api-extractor run --local",
41
+ "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
44
42
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
45
43
  "generate:client": "echo skipped",
46
- "integration-test:browser": "dev-tool run test:browser",
47
- "integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'",
48
44
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
49
- "lint:fix": "eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]",
50
- "lint": "eslint package.json api-extractor.json src test --ext .ts",
45
+ "integration-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
46
+ "integration-test:node": "dev-tool run test:vitest --esm",
47
+ "lint": "eslint package.json api-extractor.json src test",
48
+ "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
51
49
  "pack": "npm pack 2>&1",
50
+ "test": "npm run clean && npm run build:test && npm run unit-test",
52
51
  "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",
53
52
  "test:node": "npm run clean && npm run build:test && npm run unit-test:node",
54
- "test": "npm run clean && npm run build:test && npm run unit-test",
55
53
  "unit-test": "npm run unit-test:node && npm run unit-test:browser",
56
- "unit-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'",
57
- "unit-test:browser": "dev-tool run test:browser",
58
- "build": "npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local"
54
+ "unit-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
55
+ "unit-test:node": "dev-tool run test:vitest",
56
+ "update-snippets": "echo skipped"
59
57
  },
60
58
  "sideEffects": false,
61
59
  "autoPublish": false,
62
60
  "dependencies": {
63
- "@azure/core-auth": "^1.6.0",
64
- "@azure-rest/core-client": "^1.2.0",
65
- "@azure/core-rest-pipeline": "^1.14.0",
66
- "@azure/logger": "^1.0.0",
67
- "tslib": "^2.2.0"
61
+ "@azure-rest/core-client": "^2.3.1",
62
+ "@azure/core-auth": "^1.9.0",
63
+ "@azure/core-rest-pipeline": "^1.18.0",
64
+ "@azure/logger": "^1.1.4",
65
+ "tslib": "^2.8.1"
68
66
  },
69
67
  "devDependencies": {
70
- "@microsoft/api-extractor": "^7.31.1",
71
- "autorest": "latest",
72
- "@types/node": "^18.0.0",
73
- "dotenv": "^16.0.0",
74
- "eslint": "^8.0.0",
75
- "mkdirp": "^2.1.2",
76
- "rimraf": "^5.0.0",
77
- "source-map-support": "^0.5.9",
78
- "typescript": "~5.3.3",
68
+ "@azure-tools/test-credential": "^2.0.0",
69
+ "@azure-tools/test-recorder": "^4.1.0",
70
+ "@azure-tools/test-utils-vitest": "^1.0.0",
79
71
  "@azure/dev-tool": "^1.0.0",
80
72
  "@azure/eslint-plugin-azure-sdk": "^3.0.0",
81
- "@azure-tools/test-credential": "^1.0.0",
82
73
  "@azure/identity": "^4.0.1",
83
- "@azure-tools/test-recorder": "^3.0.0",
84
- "mocha": "^10.0.0",
85
- "esm": "^3.2.18",
86
- "@types/mocha": "^10.0.0",
87
- "cross-env": "^7.0.2",
88
- "@types/chai": "^4.2.8",
89
- "chai": "^4.2.0",
90
- "karma-chrome-launcher": "^3.0.0",
91
- "karma-coverage": "^2.0.0",
92
- "karma-env-preprocessor": "^0.1.1",
93
- "karma-firefox-launcher": "^2.1.2",
94
- "karma-junit-reporter": "^2.0.1",
95
- "karma-mocha-reporter": "^2.2.5",
96
- "karma-mocha": "^2.0.1",
97
- "karma-source-map-support": "~1.4.0",
98
- "karma-sourcemap-loader": "^0.4.0",
99
- "karma": "^6.2.0",
100
- "c8": "^8.0.0",
101
- "ts-node": "^10.0.0"
74
+ "@types/node": "^18.0.0",
75
+ "@vitest/browser": "^3.0.3",
76
+ "@vitest/coverage-istanbul": "^3.0.3",
77
+ "autorest": "latest",
78
+ "dotenv": "^16.0.0",
79
+ "eslint": "^9.9.0",
80
+ "playwright": "^1.49.0",
81
+ "typescript": "~5.7.2",
82
+ "vitest": "^3.0.3"
102
83
  },
103
84
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-datamap-rest/README.md",
104
85
  "//metadata": {
@@ -109,7 +90,43 @@
109
90
  }
110
91
  ]
111
92
  },
112
- "browser": {
113
- "./dist-esm/test/public/utils/env.js": "./dist-esm/test/public/utils/env.browser.js"
93
+ "browser": "./dist/browser/index.js",
94
+ "type": "module",
95
+ "tshy": {
96
+ "exports": {
97
+ "./package.json": "./package.json",
98
+ ".": "./src/index.ts"
99
+ },
100
+ "dialects": [
101
+ "esm",
102
+ "commonjs"
103
+ ],
104
+ "esmDialects": [
105
+ "browser",
106
+ "react-native"
107
+ ],
108
+ "selfLink": false,
109
+ "project": "./tsconfig.src.json"
110
+ },
111
+ "exports": {
112
+ "./package.json": "./package.json",
113
+ ".": {
114
+ "browser": {
115
+ "types": "./dist/browser/index.d.ts",
116
+ "default": "./dist/browser/index.js"
117
+ },
118
+ "react-native": {
119
+ "types": "./dist/react-native/index.d.ts",
120
+ "default": "./dist/react-native/index.js"
121
+ },
122
+ "import": {
123
+ "types": "./dist/esm/index.d.ts",
124
+ "default": "./dist/esm/index.js"
125
+ },
126
+ "require": {
127
+ "types": "./dist/commonjs/index.d.ts",
128
+ "default": "./dist/commonjs/index.js"
129
+ }
130
+ }
114
131
  }
115
132
  }
package/dist/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sources":["../src/logger.ts","../src/purviewDataMapClient.ts","../src/isUnexpected.ts","../src/serializeHelper.ts","../src/index.ts"],"sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport { createClientLogger } from \"@azure/logger\";\nexport const logger = createClientLogger(\"purview-datamap\");\n","// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport { getClient, ClientOptions } from \"@azure-rest/core-client\";\nimport { logger } from \"./logger\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport { PurviewDataMapClient } from \"./clientDefinitions\";\n\n/**\n * Initialize a new instance of `PurviewDataMapClient`\n * @param endpoint - A sequence of textual characters.\n * @param credentials - uniquely identify client credential\n * @param options - the parameter for all optional parameters\n */\nexport default function createClient(\n endpoint: string,\n credentials: TokenCredential,\n options: ClientOptions = {},\n): PurviewDataMapClient {\n const baseUrl = options.baseUrl ?? `${endpoint}/datamap/api`;\n options.apiVersion = options.apiVersion ?? \"2023-09-01\";\n const userAgentInfo = `azsdk-js-purview-datamap-rest/1.0.0-beta.1`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${userAgentInfo}`\n : `${userAgentInfo}`;\n options = {\n ...options,\n userAgentOptions: {\n userAgentPrefix,\n },\n loggingOptions: {\n logger: options.loggingOptions?.logger ?? logger.info,\n },\n credentials: {\n scopes: options.credentials?.scopes ?? [\"https://purview.azure.net/.default\"],\n },\n };\n\n const client = getClient(baseUrl, credentials, options) as PurviewDataMapClient;\n\n return client;\n}\n","// 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","// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nexport function buildMultiCollection(items: string[], parameterName: string): string {\n return items\n .map((item, index) => {\n if (index === 0) {\n return item;\n }\n return `${parameterName}=${item}`;\n })\n .join(\"&\");\n}\n","// 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"],"names":["createClientLogger","getClient"],"mappings":"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"}
@@ -1,4 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT license.
3
- export {};
4
- //# sourceMappingURL=clientDefinitions.js.map