@azure/arm-domainregistration 1.0.0-alpha.20251120.1

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 (248) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +115 -0
  3. package/dist/browser/domainRegistrationManagementClient.d.ts +24 -0
  4. package/dist/browser/domainRegistrationManagementClient.d.ts.map +1 -0
  5. package/dist/browser/domainRegistrationManagementClient.js +103 -0
  6. package/dist/browser/domainRegistrationManagementClient.js.map +1 -0
  7. package/dist/browser/index.d.ts +5 -0
  8. package/dist/browser/index.d.ts.map +1 -0
  9. package/dist/browser/index.js +10 -0
  10. package/dist/browser/index.js.map +1 -0
  11. package/dist/browser/lroImpl.d.ts +11 -0
  12. package/dist/browser/lroImpl.d.ts.map +1 -0
  13. package/dist/browser/lroImpl.js +20 -0
  14. package/dist/browser/lroImpl.js.map +1 -0
  15. package/dist/browser/models/index.d.ts +3096 -0
  16. package/dist/browser/models/index.d.ts.map +1 -0
  17. package/dist/browser/models/index.js +219 -0
  18. package/dist/browser/models/index.js.map +1 -0
  19. package/dist/browser/models/mappers.d.ts +147 -0
  20. package/dist/browser/models/mappers.d.ts.map +1 -0
  21. package/dist/browser/models/mappers.js +6638 -0
  22. package/dist/browser/models/mappers.js.map +1 -0
  23. package/dist/browser/models/parameters.d.ts +19 -0
  24. package/dist/browser/models/parameters.d.ts.map +1 -0
  25. package/dist/browser/models/parameters.js +150 -0
  26. package/dist/browser/models/parameters.js.map +1 -0
  27. package/dist/browser/operations/domainRegistrationProvider.d.ts +34 -0
  28. package/dist/browser/operations/domainRegistrationProvider.d.ts.map +1 -0
  29. package/dist/browser/operations/domainRegistrationProvider.js +113 -0
  30. package/dist/browser/operations/domainRegistrationProvider.js.map +1 -0
  31. package/dist/browser/operations/domains.d.ts +199 -0
  32. package/dist/browser/operations/domains.d.ts.map +1 -0
  33. package/dist/browser/operations/domains.js +859 -0
  34. package/dist/browser/operations/domains.js.map +1 -0
  35. package/dist/browser/operations/index.d.ts +4 -0
  36. package/dist/browser/operations/index.d.ts.map +1 -0
  37. package/dist/browser/operations/index.js +8 -0
  38. package/dist/browser/operations/index.js.map +1 -0
  39. package/dist/browser/operations/topLevelDomains.d.ts +62 -0
  40. package/dist/browser/operations/topLevelDomains.d.ts.map +1 -0
  41. package/dist/browser/operations/topLevelDomains.js +239 -0
  42. package/dist/browser/operations/topLevelDomains.js.map +1 -0
  43. package/dist/browser/operationsInterfaces/domainRegistrationProvider.d.ts +12 -0
  44. package/dist/browser/operationsInterfaces/domainRegistrationProvider.d.ts.map +1 -0
  45. package/dist/browser/operationsInterfaces/domainRegistrationProvider.js +4 -0
  46. package/dist/browser/operationsInterfaces/domainRegistrationProvider.js.map +1 -0
  47. package/dist/browser/operationsInterfaces/domains.d.ts +130 -0
  48. package/dist/browser/operationsInterfaces/domains.d.ts.map +1 -0
  49. package/dist/browser/operationsInterfaces/domains.js +4 -0
  50. package/dist/browser/operationsInterfaces/domains.js.map +1 -0
  51. package/dist/browser/operationsInterfaces/index.d.ts +4 -0
  52. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  53. package/dist/browser/operationsInterfaces/index.js +8 -0
  54. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  55. package/dist/browser/operationsInterfaces/topLevelDomains.d.ts +24 -0
  56. package/dist/browser/operationsInterfaces/topLevelDomains.d.ts.map +1 -0
  57. package/dist/browser/operationsInterfaces/topLevelDomains.js +4 -0
  58. package/dist/browser/operationsInterfaces/topLevelDomains.js.map +1 -0
  59. package/dist/browser/package.json +3 -0
  60. package/dist/browser/pagingHelper.d.ts +13 -0
  61. package/dist/browser/pagingHelper.d.ts.map +1 -0
  62. package/dist/browser/pagingHelper.js +25 -0
  63. package/dist/browser/pagingHelper.js.map +1 -0
  64. package/dist/commonjs/domainRegistrationManagementClient.d.ts +24 -0
  65. package/dist/commonjs/domainRegistrationManagementClient.d.ts.map +1 -0
  66. package/dist/commonjs/domainRegistrationManagementClient.js +108 -0
  67. package/dist/commonjs/domainRegistrationManagementClient.js.map +1 -0
  68. package/dist/commonjs/index.d.ts +5 -0
  69. package/dist/commonjs/index.d.ts.map +1 -0
  70. package/dist/commonjs/index.js +16 -0
  71. package/dist/commonjs/index.js.map +1 -0
  72. package/dist/commonjs/lroImpl.d.ts +11 -0
  73. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  74. package/dist/commonjs/lroImpl.js +23 -0
  75. package/dist/commonjs/lroImpl.js.map +1 -0
  76. package/dist/commonjs/models/index.d.ts +3096 -0
  77. package/dist/commonjs/models/index.d.ts.map +1 -0
  78. package/dist/commonjs/models/index.js +222 -0
  79. package/dist/commonjs/models/index.js.map +1 -0
  80. package/dist/commonjs/models/mappers.d.ts +147 -0
  81. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  82. package/dist/commonjs/models/mappers.js +6643 -0
  83. package/dist/commonjs/models/mappers.js.map +1 -0
  84. package/dist/commonjs/models/parameters.d.ts +19 -0
  85. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  86. package/dist/commonjs/models/parameters.js +153 -0
  87. package/dist/commonjs/models/parameters.js.map +1 -0
  88. package/dist/commonjs/operations/domainRegistrationProvider.d.ts +34 -0
  89. package/dist/commonjs/operations/domainRegistrationProvider.d.ts.map +1 -0
  90. package/dist/commonjs/operations/domainRegistrationProvider.js +118 -0
  91. package/dist/commonjs/operations/domainRegistrationProvider.js.map +1 -0
  92. package/dist/commonjs/operations/domains.d.ts +199 -0
  93. package/dist/commonjs/operations/domains.d.ts.map +1 -0
  94. package/dist/commonjs/operations/domains.js +864 -0
  95. package/dist/commonjs/operations/domains.js.map +1 -0
  96. package/dist/commonjs/operations/index.d.ts +4 -0
  97. package/dist/commonjs/operations/index.d.ts.map +1 -0
  98. package/dist/commonjs/operations/index.js +11 -0
  99. package/dist/commonjs/operations/index.js.map +1 -0
  100. package/dist/commonjs/operations/topLevelDomains.d.ts +62 -0
  101. package/dist/commonjs/operations/topLevelDomains.d.ts.map +1 -0
  102. package/dist/commonjs/operations/topLevelDomains.js +244 -0
  103. package/dist/commonjs/operations/topLevelDomains.js.map +1 -0
  104. package/dist/commonjs/operationsInterfaces/domainRegistrationProvider.d.ts +12 -0
  105. package/dist/commonjs/operationsInterfaces/domainRegistrationProvider.d.ts.map +1 -0
  106. package/dist/commonjs/operationsInterfaces/domainRegistrationProvider.js +5 -0
  107. package/dist/commonjs/operationsInterfaces/domainRegistrationProvider.js.map +1 -0
  108. package/dist/commonjs/operationsInterfaces/domains.d.ts +130 -0
  109. package/dist/commonjs/operationsInterfaces/domains.d.ts.map +1 -0
  110. package/dist/commonjs/operationsInterfaces/domains.js +5 -0
  111. package/dist/commonjs/operationsInterfaces/domains.js.map +1 -0
  112. package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
  113. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  114. package/dist/commonjs/operationsInterfaces/index.js +11 -0
  115. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  116. package/dist/commonjs/operationsInterfaces/topLevelDomains.d.ts +24 -0
  117. package/dist/commonjs/operationsInterfaces/topLevelDomains.d.ts.map +1 -0
  118. package/dist/commonjs/operationsInterfaces/topLevelDomains.js +5 -0
  119. package/dist/commonjs/operationsInterfaces/topLevelDomains.js.map +1 -0
  120. package/dist/commonjs/package.json +3 -0
  121. package/dist/commonjs/pagingHelper.d.ts +13 -0
  122. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  123. package/dist/commonjs/pagingHelper.js +29 -0
  124. package/dist/commonjs/pagingHelper.js.map +1 -0
  125. package/dist/commonjs/tsdoc-metadata.json +11 -0
  126. package/dist/esm/domainRegistrationManagementClient.d.ts +24 -0
  127. package/dist/esm/domainRegistrationManagementClient.d.ts.map +1 -0
  128. package/dist/esm/domainRegistrationManagementClient.js +103 -0
  129. package/dist/esm/domainRegistrationManagementClient.js.map +1 -0
  130. package/dist/esm/index.d.ts +5 -0
  131. package/dist/esm/index.d.ts.map +1 -0
  132. package/dist/esm/index.js +10 -0
  133. package/dist/esm/index.js.map +1 -0
  134. package/dist/esm/lroImpl.d.ts +11 -0
  135. package/dist/esm/lroImpl.d.ts.map +1 -0
  136. package/dist/esm/lroImpl.js +20 -0
  137. package/dist/esm/lroImpl.js.map +1 -0
  138. package/dist/esm/models/index.d.ts +3096 -0
  139. package/dist/esm/models/index.d.ts.map +1 -0
  140. package/dist/esm/models/index.js +219 -0
  141. package/dist/esm/models/index.js.map +1 -0
  142. package/dist/esm/models/mappers.d.ts +147 -0
  143. package/dist/esm/models/mappers.d.ts.map +1 -0
  144. package/dist/esm/models/mappers.js +6638 -0
  145. package/dist/esm/models/mappers.js.map +1 -0
  146. package/dist/esm/models/parameters.d.ts +19 -0
  147. package/dist/esm/models/parameters.d.ts.map +1 -0
  148. package/dist/esm/models/parameters.js +150 -0
  149. package/dist/esm/models/parameters.js.map +1 -0
  150. package/dist/esm/operations/domainRegistrationProvider.d.ts +34 -0
  151. package/dist/esm/operations/domainRegistrationProvider.d.ts.map +1 -0
  152. package/dist/esm/operations/domainRegistrationProvider.js +113 -0
  153. package/dist/esm/operations/domainRegistrationProvider.js.map +1 -0
  154. package/dist/esm/operations/domains.d.ts +199 -0
  155. package/dist/esm/operations/domains.d.ts.map +1 -0
  156. package/dist/esm/operations/domains.js +859 -0
  157. package/dist/esm/operations/domains.js.map +1 -0
  158. package/dist/esm/operations/index.d.ts +4 -0
  159. package/dist/esm/operations/index.d.ts.map +1 -0
  160. package/dist/esm/operations/index.js +8 -0
  161. package/dist/esm/operations/index.js.map +1 -0
  162. package/dist/esm/operations/topLevelDomains.d.ts +62 -0
  163. package/dist/esm/operations/topLevelDomains.d.ts.map +1 -0
  164. package/dist/esm/operations/topLevelDomains.js +239 -0
  165. package/dist/esm/operations/topLevelDomains.js.map +1 -0
  166. package/dist/esm/operationsInterfaces/domainRegistrationProvider.d.ts +12 -0
  167. package/dist/esm/operationsInterfaces/domainRegistrationProvider.d.ts.map +1 -0
  168. package/dist/esm/operationsInterfaces/domainRegistrationProvider.js +4 -0
  169. package/dist/esm/operationsInterfaces/domainRegistrationProvider.js.map +1 -0
  170. package/dist/esm/operationsInterfaces/domains.d.ts +130 -0
  171. package/dist/esm/operationsInterfaces/domains.d.ts.map +1 -0
  172. package/dist/esm/operationsInterfaces/domains.js +4 -0
  173. package/dist/esm/operationsInterfaces/domains.js.map +1 -0
  174. package/dist/esm/operationsInterfaces/index.d.ts +4 -0
  175. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  176. package/dist/esm/operationsInterfaces/index.js +8 -0
  177. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  178. package/dist/esm/operationsInterfaces/topLevelDomains.d.ts +24 -0
  179. package/dist/esm/operationsInterfaces/topLevelDomains.d.ts.map +1 -0
  180. package/dist/esm/operationsInterfaces/topLevelDomains.js +4 -0
  181. package/dist/esm/operationsInterfaces/topLevelDomains.js.map +1 -0
  182. package/dist/esm/package.json +3 -0
  183. package/dist/esm/pagingHelper.d.ts +13 -0
  184. package/dist/esm/pagingHelper.d.ts.map +1 -0
  185. package/dist/esm/pagingHelper.js +25 -0
  186. package/dist/esm/pagingHelper.js.map +1 -0
  187. package/dist/react-native/domainRegistrationManagementClient.d.ts +24 -0
  188. package/dist/react-native/domainRegistrationManagementClient.d.ts.map +1 -0
  189. package/dist/react-native/domainRegistrationManagementClient.js +103 -0
  190. package/dist/react-native/domainRegistrationManagementClient.js.map +1 -0
  191. package/dist/react-native/index.d.ts +5 -0
  192. package/dist/react-native/index.d.ts.map +1 -0
  193. package/dist/react-native/index.js +10 -0
  194. package/dist/react-native/index.js.map +1 -0
  195. package/dist/react-native/lroImpl.d.ts +11 -0
  196. package/dist/react-native/lroImpl.d.ts.map +1 -0
  197. package/dist/react-native/lroImpl.js +20 -0
  198. package/dist/react-native/lroImpl.js.map +1 -0
  199. package/dist/react-native/models/index.d.ts +3096 -0
  200. package/dist/react-native/models/index.d.ts.map +1 -0
  201. package/dist/react-native/models/index.js +219 -0
  202. package/dist/react-native/models/index.js.map +1 -0
  203. package/dist/react-native/models/mappers.d.ts +147 -0
  204. package/dist/react-native/models/mappers.d.ts.map +1 -0
  205. package/dist/react-native/models/mappers.js +6638 -0
  206. package/dist/react-native/models/mappers.js.map +1 -0
  207. package/dist/react-native/models/parameters.d.ts +19 -0
  208. package/dist/react-native/models/parameters.d.ts.map +1 -0
  209. package/dist/react-native/models/parameters.js +150 -0
  210. package/dist/react-native/models/parameters.js.map +1 -0
  211. package/dist/react-native/operations/domainRegistrationProvider.d.ts +34 -0
  212. package/dist/react-native/operations/domainRegistrationProvider.d.ts.map +1 -0
  213. package/dist/react-native/operations/domainRegistrationProvider.js +113 -0
  214. package/dist/react-native/operations/domainRegistrationProvider.js.map +1 -0
  215. package/dist/react-native/operations/domains.d.ts +199 -0
  216. package/dist/react-native/operations/domains.d.ts.map +1 -0
  217. package/dist/react-native/operations/domains.js +859 -0
  218. package/dist/react-native/operations/domains.js.map +1 -0
  219. package/dist/react-native/operations/index.d.ts +4 -0
  220. package/dist/react-native/operations/index.d.ts.map +1 -0
  221. package/dist/react-native/operations/index.js +8 -0
  222. package/dist/react-native/operations/index.js.map +1 -0
  223. package/dist/react-native/operations/topLevelDomains.d.ts +62 -0
  224. package/dist/react-native/operations/topLevelDomains.d.ts.map +1 -0
  225. package/dist/react-native/operations/topLevelDomains.js +239 -0
  226. package/dist/react-native/operations/topLevelDomains.js.map +1 -0
  227. package/dist/react-native/operationsInterfaces/domainRegistrationProvider.d.ts +12 -0
  228. package/dist/react-native/operationsInterfaces/domainRegistrationProvider.d.ts.map +1 -0
  229. package/dist/react-native/operationsInterfaces/domainRegistrationProvider.js +4 -0
  230. package/dist/react-native/operationsInterfaces/domainRegistrationProvider.js.map +1 -0
  231. package/dist/react-native/operationsInterfaces/domains.d.ts +130 -0
  232. package/dist/react-native/operationsInterfaces/domains.d.ts.map +1 -0
  233. package/dist/react-native/operationsInterfaces/domains.js +4 -0
  234. package/dist/react-native/operationsInterfaces/domains.js.map +1 -0
  235. package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
  236. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  237. package/dist/react-native/operationsInterfaces/index.js +8 -0
  238. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  239. package/dist/react-native/operationsInterfaces/topLevelDomains.d.ts +24 -0
  240. package/dist/react-native/operationsInterfaces/topLevelDomains.d.ts.map +1 -0
  241. package/dist/react-native/operationsInterfaces/topLevelDomains.js +4 -0
  242. package/dist/react-native/operationsInterfaces/topLevelDomains.js.map +1 -0
  243. package/dist/react-native/package.json +3 -0
  244. package/dist/react-native/pagingHelper.d.ts +13 -0
  245. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  246. package/dist/react-native/pagingHelper.js +25 -0
  247. package/dist/react-native/pagingHelper.js.map +1 -0
  248. package/package.json +135 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"domains.js","sourceRoot":"","sources":["../../../src/operations/domains.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport type { Domains } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { DomainRegistrationManagementClient } from \"../domainRegistrationManagementClient.js\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport { createHttpPoller } from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport type {\n Domain,\n DomainsListNextOptionalParams,\n DomainsListOptionalParams,\n DomainsListResponse,\n NameIdentifier,\n DomainRecommendationSearchParameters,\n DomainsListRecommendationsNextOptionalParams,\n DomainsListRecommendationsOptionalParams,\n DomainsListRecommendationsResponse,\n DomainsListByResourceGroupNextOptionalParams,\n DomainsListByResourceGroupOptionalParams,\n DomainsListByResourceGroupResponse,\n DomainOwnershipIdentifier,\n DomainsListOwnershipIdentifiersNextOptionalParams,\n DomainsListOwnershipIdentifiersOptionalParams,\n DomainsListOwnershipIdentifiersResponse,\n DomainsCheckAvailabilityOptionalParams,\n DomainsCheckAvailabilityResponse,\n DomainsGetControlCenterSsoRequestOptionalParams,\n DomainsGetControlCenterSsoRequestResponse,\n DomainsGetOptionalParams,\n DomainsGetResponse,\n DomainsCreateOrUpdateOptionalParams,\n DomainsCreateOrUpdateResponse,\n DomainsDeleteOptionalParams,\n DomainPatchResource,\n DomainsUpdateOptionalParams,\n DomainsUpdateResponse,\n DomainsGetOwnershipIdentifierOptionalParams,\n DomainsGetOwnershipIdentifierResponse,\n DomainsCreateOrUpdateOwnershipIdentifierOptionalParams,\n DomainsCreateOrUpdateOwnershipIdentifierResponse,\n DomainsDeleteOwnershipIdentifierOptionalParams,\n DomainsUpdateOwnershipIdentifierOptionalParams,\n DomainsUpdateOwnershipIdentifierResponse,\n DomainsRenewOptionalParams,\n DomainsTransferOutOptionalParams,\n DomainsTransferOutResponse,\n DomainsListNextResponse,\n DomainsListRecommendationsNextResponse,\n DomainsListByResourceGroupNextResponse,\n DomainsListOwnershipIdentifiersNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Domains operations. */\nexport class DomainsImpl implements Domains {\n private readonly client: DomainRegistrationManagementClient;\n\n /**\n * Initialize a new instance of the class Domains class.\n * @param client Reference to the service client\n */\n constructor(client: DomainRegistrationManagementClient) {\n this.client = client;\n }\n\n /**\n * Description for Get all domains in a subscription.\n * @param options The options parameters.\n */\n public list(options?: DomainsListOptionalParams): PagedAsyncIterableIterator<Domain> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n options?: DomainsListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<Domain[]> {\n let result: DomainsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n const page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(options?: DomainsListOptionalParams): AsyncIterableIterator<Domain> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Description for Get domain name recommendations based on keywords.\n * @param parameters Search parameters for domain name recommendations.\n * @param options The options parameters.\n */\n public listRecommendations(\n parameters: DomainRecommendationSearchParameters,\n options?: DomainsListRecommendationsOptionalParams,\n ): PagedAsyncIterableIterator<NameIdentifier> {\n const iter = this.listRecommendationsPagingAll(parameters, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listRecommendationsPagingPage(parameters, options, settings);\n },\n };\n }\n\n private async *listRecommendationsPagingPage(\n parameters: DomainRecommendationSearchParameters,\n options?: DomainsListRecommendationsOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<NameIdentifier[]> {\n let result: DomainsListRecommendationsResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listRecommendations(parameters, options);\n const page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listRecommendationsNext(parameters, continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listRecommendationsPagingAll(\n parameters: DomainRecommendationSearchParameters,\n options?: DomainsListRecommendationsOptionalParams,\n ): AsyncIterableIterator<NameIdentifier> {\n for await (const page of this.listRecommendationsPagingPage(parameters, options)) {\n yield* page;\n }\n }\n\n /**\n * Description for Get all domains in a resource group.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: DomainsListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<Domain> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);\n },\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: DomainsListByResourceGroupOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<Domain[]> {\n let result: DomainsListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n const page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(resourceGroupName, continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: DomainsListByResourceGroupOptionalParams,\n ): AsyncIterableIterator<Domain> {\n for await (const page of this.listByResourceGroupPagingPage(resourceGroupName, options)) {\n yield* page;\n }\n }\n\n /**\n * Description for Lists domain ownership identifiers.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param domainName Name of domain.\n * @param options The options parameters.\n */\n public listOwnershipIdentifiers(\n resourceGroupName: string,\n domainName: string,\n options?: DomainsListOwnershipIdentifiersOptionalParams,\n ): PagedAsyncIterableIterator<DomainOwnershipIdentifier> {\n const iter = this.listOwnershipIdentifiersPagingAll(resourceGroupName, domainName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listOwnershipIdentifiersPagingPage(\n resourceGroupName,\n domainName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listOwnershipIdentifiersPagingPage(\n resourceGroupName: string,\n domainName: string,\n options?: DomainsListOwnershipIdentifiersOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<DomainOwnershipIdentifier[]> {\n let result: DomainsListOwnershipIdentifiersResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listOwnershipIdentifiers(resourceGroupName, domainName, options);\n const page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listOwnershipIdentifiersNext(\n resourceGroupName,\n domainName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listOwnershipIdentifiersPagingAll(\n resourceGroupName: string,\n domainName: string,\n options?: DomainsListOwnershipIdentifiersOptionalParams,\n ): AsyncIterableIterator<DomainOwnershipIdentifier> {\n for await (const page of this.listOwnershipIdentifiersPagingPage(\n resourceGroupName,\n domainName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Description for Check if a domain is available for registration.\n * @param identifier Name of the domain.\n * @param options The options parameters.\n */\n checkAvailability(\n identifier: NameIdentifier,\n options?: DomainsCheckAvailabilityOptionalParams,\n ): Promise<DomainsCheckAvailabilityResponse> {\n return this.client.sendOperationRequest(\n { identifier, options },\n checkAvailabilityOperationSpec,\n );\n }\n\n /**\n * Description for Get all domains in a subscription.\n * @param options The options parameters.\n */\n private _list(options?: DomainsListOptionalParams): Promise<DomainsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Description for Generate a single sign-on request for the domain management portal.\n * @param options The options parameters.\n */\n getControlCenterSsoRequest(\n options?: DomainsGetControlCenterSsoRequestOptionalParams,\n ): Promise<DomainsGetControlCenterSsoRequestResponse> {\n return this.client.sendOperationRequest({ options }, getControlCenterSsoRequestOperationSpec);\n }\n\n /**\n * Description for Get domain name recommendations based on keywords.\n * @param parameters Search parameters for domain name recommendations.\n * @param options The options parameters.\n */\n private _listRecommendations(\n parameters: DomainRecommendationSearchParameters,\n options?: DomainsListRecommendationsOptionalParams,\n ): Promise<DomainsListRecommendationsResponse> {\n return this.client.sendOperationRequest(\n { parameters, options },\n listRecommendationsOperationSpec,\n );\n }\n\n /**\n * Description for Get all domains in a resource group.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: DomainsListByResourceGroupOptionalParams,\n ): Promise<DomainsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec,\n );\n }\n\n /**\n * Description for Get a domain.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param domainName Name of the domain.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n domainName: string,\n options?: DomainsGetOptionalParams,\n ): Promise<DomainsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, domainName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Description for Creates or updates a domain.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param domainName Name of the domain.\n * @param domain Domain registration information.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n domainName: string,\n domain: Domain,\n options?: DomainsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<DomainsCreateOrUpdateResponse>, DomainsCreateOrUpdateResponse>\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<DomainsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, domainName, domain, options },\n spec: createOrUpdateOperationSpec,\n });\n const poller = await createHttpPoller<\n DomainsCreateOrUpdateResponse,\n OperationState<DomainsCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Description for Creates or updates a domain.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param domainName Name of the domain.\n * @param domain Domain registration information.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n domainName: string,\n domain: Domain,\n options?: DomainsCreateOrUpdateOptionalParams,\n ): Promise<DomainsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(resourceGroupName, domainName, domain, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Description for Delete a domain.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param domainName Name of the domain.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n domainName: string,\n options?: DomainsDeleteOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, domainName, options },\n deleteOperationSpec,\n );\n }\n\n /**\n * Description for Creates or updates a domain.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param domainName Name of the domain.\n * @param domain Domain registration information.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n domainName: string,\n domain: DomainPatchResource,\n options?: DomainsUpdateOptionalParams,\n ): Promise<DomainsUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, domainName, domain, options },\n updateOperationSpec,\n );\n }\n\n /**\n * Description for Lists domain ownership identifiers.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param domainName Name of domain.\n * @param options The options parameters.\n */\n private _listOwnershipIdentifiers(\n resourceGroupName: string,\n domainName: string,\n options?: DomainsListOwnershipIdentifiersOptionalParams,\n ): Promise<DomainsListOwnershipIdentifiersResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, domainName, options },\n listOwnershipIdentifiersOperationSpec,\n );\n }\n\n /**\n * Description for Get ownership identifier for domain\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param domainName Name of domain.\n * @param name Name of identifier.\n * @param options The options parameters.\n */\n getOwnershipIdentifier(\n resourceGroupName: string,\n domainName: string,\n name: string,\n options?: DomainsGetOwnershipIdentifierOptionalParams,\n ): Promise<DomainsGetOwnershipIdentifierResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, domainName, name, options },\n getOwnershipIdentifierOperationSpec,\n );\n }\n\n /**\n * Description for Creates an ownership identifier for a domain or updates identifier details for an\n * existing identifier\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param domainName Name of domain.\n * @param name Name of identifier.\n * @param domainOwnershipIdentifier A JSON representation of the domain ownership properties.\n * @param options The options parameters.\n */\n createOrUpdateOwnershipIdentifier(\n resourceGroupName: string,\n domainName: string,\n name: string,\n domainOwnershipIdentifier: DomainOwnershipIdentifier,\n options?: DomainsCreateOrUpdateOwnershipIdentifierOptionalParams,\n ): Promise<DomainsCreateOrUpdateOwnershipIdentifierResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n domainName,\n name,\n domainOwnershipIdentifier,\n options,\n },\n createOrUpdateOwnershipIdentifierOperationSpec,\n );\n }\n\n /**\n * Description for Delete ownership identifier for domain\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param domainName Name of domain.\n * @param name Name of identifier.\n * @param options The options parameters.\n */\n deleteOwnershipIdentifier(\n resourceGroupName: string,\n domainName: string,\n name: string,\n options?: DomainsDeleteOwnershipIdentifierOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, domainName, name, options },\n deleteOwnershipIdentifierOperationSpec,\n );\n }\n\n /**\n * Description for Creates an ownership identifier for a domain or updates identifier details for an\n * existing identifier\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param domainName Name of domain.\n * @param name Name of identifier.\n * @param domainOwnershipIdentifier A JSON representation of the domain ownership properties.\n * @param options The options parameters.\n */\n updateOwnershipIdentifier(\n resourceGroupName: string,\n domainName: string,\n name: string,\n domainOwnershipIdentifier: DomainOwnershipIdentifier,\n options?: DomainsUpdateOwnershipIdentifierOptionalParams,\n ): Promise<DomainsUpdateOwnershipIdentifierResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n domainName,\n name,\n domainOwnershipIdentifier,\n options,\n },\n updateOwnershipIdentifierOperationSpec,\n );\n }\n\n /**\n * Description for Renew a domain.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param domainName Name of the domain.\n * @param options The options parameters.\n */\n renew(\n resourceGroupName: string,\n domainName: string,\n options?: DomainsRenewOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, domainName, options },\n renewOperationSpec,\n );\n }\n\n /**\n * Transfer out domain to another registrar\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param domainName Name of domain.\n * @param options The options parameters.\n */\n transferOut(\n resourceGroupName: string,\n domainName: string,\n options?: DomainsTransferOutOptionalParams,\n ): Promise<DomainsTransferOutResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, domainName, options },\n transferOutOperationSpec,\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: DomainsListNextOptionalParams,\n ): Promise<DomainsListNextResponse> {\n return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);\n }\n\n /**\n * ListRecommendationsNext\n * @param parameters Search parameters for domain name recommendations.\n * @param nextLink The nextLink from the previous successful call to the ListRecommendations method.\n * @param options The options parameters.\n */\n private _listRecommendationsNext(\n parameters: DomainRecommendationSearchParameters,\n nextLink: string,\n options?: DomainsListRecommendationsNextOptionalParams,\n ): Promise<DomainsListRecommendationsNextResponse> {\n return this.client.sendOperationRequest(\n { parameters, nextLink, options },\n listRecommendationsNextOperationSpec,\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: DomainsListByResourceGroupNextOptionalParams,\n ): Promise<DomainsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec,\n );\n }\n\n /**\n * ListOwnershipIdentifiersNext\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param domainName Name of domain.\n * @param nextLink The nextLink from the previous successful call to the ListOwnershipIdentifiers\n * method.\n * @param options The options parameters.\n */\n private _listOwnershipIdentifiersNext(\n resourceGroupName: string,\n domainName: string,\n nextLink: string,\n options?: DomainsListOwnershipIdentifiersNextOptionalParams,\n ): Promise<DomainsListOwnershipIdentifiersNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, domainName, nextLink, options },\n listOwnershipIdentifiersNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst checkAvailabilityOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/checkDomainAvailability\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.DomainAvailabilityCheckResult,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n requestBody: Parameters.identifier,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/domains\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DomainCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getControlCenterSsoRequestOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/generateSsoRequest\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.DomainControlCenterSsoRequest,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listRecommendationsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/listDomainRecommendations\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.NameIdentifierCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n requestBody: Parameters.parameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DomainCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Domain,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Domain,\n },\n 201: {\n bodyMapper: Mappers.Domain,\n },\n 202: {\n bodyMapper: Mappers.Domain,\n },\n 204: {\n bodyMapper: Mappers.Domain,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n requestBody: Parameters.domain,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName1,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion, Parameters.forceHardDeleteDomain],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Domain,\n },\n 202: {\n bodyMapper: Mappers.Domain,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n requestBody: Parameters.domain1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName1,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst listOwnershipIdentifiersOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}/domainOwnershipIdentifiers\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DomainOwnershipIdentifierCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOwnershipIdentifierOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}/domainOwnershipIdentifiers/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DomainOwnershipIdentifier,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName,\n Parameters.name,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOwnershipIdentifierOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}/domainOwnershipIdentifiers/{name}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.DomainOwnershipIdentifier,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n requestBody: Parameters.domainOwnershipIdentifier,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName,\n Parameters.name,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOwnershipIdentifierOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}/domainOwnershipIdentifiers/{name}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName,\n Parameters.name,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst updateOwnershipIdentifierOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}/domainOwnershipIdentifiers/{name}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.DomainOwnershipIdentifier,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n requestBody: Parameters.domainOwnershipIdentifier,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName,\n Parameters.name,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst renewOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}/renew\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst transferOutOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}/transferOut\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Domain,\n },\n 400: {\n isError: true,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DomainCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listRecommendationsNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.NameIdentifierCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.subscriptionId],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DomainCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listOwnershipIdentifiersNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DomainOwnershipIdentifierCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -0,0 +1,4 @@
1
+ export * from "./domainRegistrationProvider.js";
2
+ export * from "./domains.js";
3
+ export * from "./topLevelDomains.js";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAMA,cAAc,iCAAiC,CAAC;AAChD,cAAc,cAAc,CAAC;AAC7B,cAAc,sBAAsB,CAAC"}
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT License.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ const tslib_1 = require("tslib");
6
+ // Code generated by Microsoft (R) AutoRest Code Generator.
7
+ // Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ tslib_1.__exportStar(require("./domainRegistrationProvider.js"), exports);
9
+ tslib_1.__exportStar(require("./domains.js"), exports);
10
+ tslib_1.__exportStar(require("./topLevelDomains.js"), exports);
11
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,2DAA2D;AAC3D,oFAAoF;AAEpF,0EAAgD;AAChD,uDAA6B;AAC7B,+DAAqC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nexport * from \"./domainRegistrationProvider.js\";\nexport * from \"./domains.js\";\nexport * from \"./topLevelDomains.js\";\n"]}
@@ -0,0 +1,62 @@
1
+ import type { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import type { TopLevelDomains } from "../operationsInterfaces/index.js";
3
+ import type { DomainRegistrationManagementClient } from "../domainRegistrationManagementClient.js";
4
+ import type { TopLevelDomain, TopLevelDomainsListOptionalParams, TldLegalAgreement, TopLevelDomainAgreementOption, TopLevelDomainsListAgreementsOptionalParams, TopLevelDomainsGetOptionalParams, TopLevelDomainsGetResponse } from "../models/index.js";
5
+ /** Class containing TopLevelDomains operations. */
6
+ export declare class TopLevelDomainsImpl implements TopLevelDomains {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class TopLevelDomains class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: DomainRegistrationManagementClient);
13
+ /**
14
+ * Description for Get all top-level domains supported for registration.
15
+ * @param options The options parameters.
16
+ */
17
+ list(options?: TopLevelDomainsListOptionalParams): PagedAsyncIterableIterator<TopLevelDomain>;
18
+ private listPagingPage;
19
+ private listPagingAll;
20
+ /**
21
+ * Description for Gets all legal agreements that user needs to accept before purchasing a domain.
22
+ * @param name Name of the top-level domain.
23
+ * @param agreementOption Domain agreement options.
24
+ * @param options The options parameters.
25
+ */
26
+ listAgreements(name: string, agreementOption: TopLevelDomainAgreementOption, options?: TopLevelDomainsListAgreementsOptionalParams): PagedAsyncIterableIterator<TldLegalAgreement>;
27
+ private listAgreementsPagingPage;
28
+ private listAgreementsPagingAll;
29
+ /**
30
+ * Description for Get all top-level domains supported for registration.
31
+ * @param options The options parameters.
32
+ */
33
+ private _list;
34
+ /**
35
+ * Description for Get details of a top-level domain.
36
+ * @param name Name of the top-level domain.
37
+ * @param options The options parameters.
38
+ */
39
+ get(name: string, options?: TopLevelDomainsGetOptionalParams): Promise<TopLevelDomainsGetResponse>;
40
+ /**
41
+ * Description for Gets all legal agreements that user needs to accept before purchasing a domain.
42
+ * @param name Name of the top-level domain.
43
+ * @param agreementOption Domain agreement options.
44
+ * @param options The options parameters.
45
+ */
46
+ private _listAgreements;
47
+ /**
48
+ * ListNext
49
+ * @param nextLink The nextLink from the previous successful call to the List method.
50
+ * @param options The options parameters.
51
+ */
52
+ private _listNext;
53
+ /**
54
+ * ListAgreementsNext
55
+ * @param name Name of the top-level domain.
56
+ * @param agreementOption Domain agreement options.
57
+ * @param nextLink The nextLink from the previous successful call to the ListAgreements method.
58
+ * @param options The options parameters.
59
+ */
60
+ private _listAgreementsNext;
61
+ }
62
+ //# sourceMappingURL=topLevelDomains.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"topLevelDomains.d.ts","sourceRoot":"","sources":["../../../src/operations/topLevelDomains.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAEnF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAIxE,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,0CAA0C,CAAC;AACnG,OAAO,KAAK,EACV,cAAc,EAEd,iCAAiC,EAEjC,iBAAiB,EACjB,6BAA6B,EAE7B,2CAA2C,EAE3C,gCAAgC,EAChC,0BAA0B,EAG3B,MAAM,oBAAoB,CAAC;AAG5B,mDAAmD;AACnD,qBAAa,mBAAoB,YAAW,eAAe;IACzD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAqC;IAE5D;;;OAGG;gBACS,MAAM,EAAE,kCAAkC;IAItD;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,iCAAiC,GAC1C,0BAA0B,CAAC,cAAc,CAAC;YAkB9B,cAAc;YAsBd,aAAa;IAQ5B;;;;;OAKG;IACI,cAAc,CACnB,IAAI,EAAE,MAAM,EACZ,eAAe,EAAE,6BAA6B,EAC9C,OAAO,CAAC,EAAE,2CAA2C,GACpD,0BAA0B,CAAC,iBAAiB,CAAC;YAkBjC,wBAAwB;YAwBxB,uBAAuB;IAUtC;;;OAGG;IACH,OAAO,CAAC,KAAK;IAIb;;;;OAIG;IACH,GAAG,CACD,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC;IAItC;;;;;OAKG;IACH,OAAO,CAAC,eAAe;IAWvB;;;;OAIG;IACH,OAAO,CAAC,SAAS;IAOjB;;;;;;OAMG;IACH,OAAO,CAAC,mBAAmB;CAW5B"}
@@ -0,0 +1,244 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT License.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.TopLevelDomainsImpl = void 0;
6
+ const tslib_1 = require("tslib");
7
+ const pagingHelper_js_1 = require("../pagingHelper.js");
8
+ const coreClient = tslib_1.__importStar(require("@azure/core-client"));
9
+ const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
10
+ const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
11
+ /// <reference lib="esnext.asynciterable" />
12
+ /** Class containing TopLevelDomains operations. */
13
+ class TopLevelDomainsImpl {
14
+ client;
15
+ /**
16
+ * Initialize a new instance of the class TopLevelDomains class.
17
+ * @param client Reference to the service client
18
+ */
19
+ constructor(client) {
20
+ this.client = client;
21
+ }
22
+ /**
23
+ * Description for Get all top-level domains supported for registration.
24
+ * @param options The options parameters.
25
+ */
26
+ list(options) {
27
+ const iter = this.listPagingAll(options);
28
+ return {
29
+ next() {
30
+ return iter.next();
31
+ },
32
+ [Symbol.asyncIterator]() {
33
+ return this;
34
+ },
35
+ byPage: (settings) => {
36
+ if (settings?.maxPageSize) {
37
+ throw new Error("maxPageSize is not supported by this operation.");
38
+ }
39
+ return this.listPagingPage(options, settings);
40
+ },
41
+ };
42
+ }
43
+ async *listPagingPage(options, settings) {
44
+ let result;
45
+ let continuationToken = settings?.continuationToken;
46
+ if (!continuationToken) {
47
+ result = await this._list(options);
48
+ const page = result.value || [];
49
+ continuationToken = result.nextLink;
50
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
51
+ yield page;
52
+ }
53
+ while (continuationToken) {
54
+ result = await this._listNext(continuationToken, options);
55
+ continuationToken = result.nextLink;
56
+ const page = result.value || [];
57
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
58
+ yield page;
59
+ }
60
+ }
61
+ async *listPagingAll(options) {
62
+ for await (const page of this.listPagingPage(options)) {
63
+ yield* page;
64
+ }
65
+ }
66
+ /**
67
+ * Description for Gets all legal agreements that user needs to accept before purchasing a domain.
68
+ * @param name Name of the top-level domain.
69
+ * @param agreementOption Domain agreement options.
70
+ * @param options The options parameters.
71
+ */
72
+ listAgreements(name, agreementOption, options) {
73
+ const iter = this.listAgreementsPagingAll(name, agreementOption, options);
74
+ return {
75
+ next() {
76
+ return iter.next();
77
+ },
78
+ [Symbol.asyncIterator]() {
79
+ return this;
80
+ },
81
+ byPage: (settings) => {
82
+ if (settings?.maxPageSize) {
83
+ throw new Error("maxPageSize is not supported by this operation.");
84
+ }
85
+ return this.listAgreementsPagingPage(name, agreementOption, options, settings);
86
+ },
87
+ };
88
+ }
89
+ async *listAgreementsPagingPage(name, agreementOption, options, settings) {
90
+ let result;
91
+ let continuationToken = settings?.continuationToken;
92
+ if (!continuationToken) {
93
+ result = await this._listAgreements(name, agreementOption, options);
94
+ const page = result.value || [];
95
+ continuationToken = result.nextLink;
96
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
97
+ yield page;
98
+ }
99
+ while (continuationToken) {
100
+ result = await this._listAgreementsNext(name, agreementOption, continuationToken, options);
101
+ continuationToken = result.nextLink;
102
+ const page = result.value || [];
103
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
104
+ yield page;
105
+ }
106
+ }
107
+ async *listAgreementsPagingAll(name, agreementOption, options) {
108
+ for await (const page of this.listAgreementsPagingPage(name, agreementOption, options)) {
109
+ yield* page;
110
+ }
111
+ }
112
+ /**
113
+ * Description for Get all top-level domains supported for registration.
114
+ * @param options The options parameters.
115
+ */
116
+ _list(options) {
117
+ return this.client.sendOperationRequest({ options }, listOperationSpec);
118
+ }
119
+ /**
120
+ * Description for Get details of a top-level domain.
121
+ * @param name Name of the top-level domain.
122
+ * @param options The options parameters.
123
+ */
124
+ get(name, options) {
125
+ return this.client.sendOperationRequest({ name, options }, getOperationSpec);
126
+ }
127
+ /**
128
+ * Description for Gets all legal agreements that user needs to accept before purchasing a domain.
129
+ * @param name Name of the top-level domain.
130
+ * @param agreementOption Domain agreement options.
131
+ * @param options The options parameters.
132
+ */
133
+ _listAgreements(name, agreementOption, options) {
134
+ return this.client.sendOperationRequest({ name, agreementOption, options }, listAgreementsOperationSpec);
135
+ }
136
+ /**
137
+ * ListNext
138
+ * @param nextLink The nextLink from the previous successful call to the List method.
139
+ * @param options The options parameters.
140
+ */
141
+ _listNext(nextLink, options) {
142
+ return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
143
+ }
144
+ /**
145
+ * ListAgreementsNext
146
+ * @param name Name of the top-level domain.
147
+ * @param agreementOption Domain agreement options.
148
+ * @param nextLink The nextLink from the previous successful call to the ListAgreements method.
149
+ * @param options The options parameters.
150
+ */
151
+ _listAgreementsNext(name, agreementOption, nextLink, options) {
152
+ return this.client.sendOperationRequest({ name, agreementOption, nextLink, options }, listAgreementsNextOperationSpec);
153
+ }
154
+ }
155
+ exports.TopLevelDomainsImpl = TopLevelDomainsImpl;
156
+ // Operation Specifications
157
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
158
+ const listOperationSpec = {
159
+ path: "/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/topLevelDomains",
160
+ httpMethod: "GET",
161
+ responses: {
162
+ 200: {
163
+ bodyMapper: Mappers.TopLevelDomainCollection,
164
+ },
165
+ default: {
166
+ bodyMapper: Mappers.DefaultErrorResponse,
167
+ },
168
+ },
169
+ queryParameters: [Parameters.apiVersion],
170
+ urlParameters: [Parameters.$host, Parameters.subscriptionId],
171
+ headerParameters: [Parameters.accept],
172
+ serializer,
173
+ };
174
+ const getOperationSpec = {
175
+ path: "/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/topLevelDomains/{name}",
176
+ httpMethod: "GET",
177
+ responses: {
178
+ 200: {
179
+ bodyMapper: Mappers.TopLevelDomain,
180
+ },
181
+ default: {
182
+ bodyMapper: Mappers.DefaultErrorResponse,
183
+ },
184
+ },
185
+ queryParameters: [Parameters.apiVersion],
186
+ urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.name],
187
+ headerParameters: [Parameters.accept],
188
+ serializer,
189
+ };
190
+ const listAgreementsOperationSpec = {
191
+ path: "/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/topLevelDomains/{name}/listAgreements",
192
+ httpMethod: "POST",
193
+ responses: {
194
+ 200: {
195
+ bodyMapper: Mappers.TldLegalAgreementCollection,
196
+ },
197
+ default: {
198
+ bodyMapper: Mappers.DefaultErrorResponse,
199
+ },
200
+ },
201
+ requestBody: Parameters.agreementOption,
202
+ queryParameters: [Parameters.apiVersion],
203
+ urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.name],
204
+ headerParameters: [Parameters.accept, Parameters.contentType],
205
+ mediaType: "json",
206
+ serializer,
207
+ };
208
+ const listNextOperationSpec = {
209
+ path: "{nextLink}",
210
+ httpMethod: "GET",
211
+ responses: {
212
+ 200: {
213
+ bodyMapper: Mappers.TopLevelDomainCollection,
214
+ },
215
+ default: {
216
+ bodyMapper: Mappers.DefaultErrorResponse,
217
+ },
218
+ },
219
+ urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.subscriptionId],
220
+ headerParameters: [Parameters.accept],
221
+ serializer,
222
+ };
223
+ const listAgreementsNextOperationSpec = {
224
+ path: "{nextLink}",
225
+ httpMethod: "GET",
226
+ responses: {
227
+ 200: {
228
+ bodyMapper: Mappers.TldLegalAgreementCollection,
229
+ },
230
+ default: {
231
+ bodyMapper: Mappers.DefaultErrorResponse,
232
+ },
233
+ },
234
+ urlParameters: [
235
+ Parameters.$host,
236
+ Parameters.nextLink,
237
+ Parameters.subscriptionId,
238
+ Parameters.name,
239
+ ],
240
+ headerParameters: [Parameters.accept, Parameters.contentType],
241
+ mediaType: "json",
242
+ serializer,
243
+ };
244
+ //# sourceMappingURL=topLevelDomains.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"topLevelDomains.js","sourceRoot":"","sources":["../../../src/operations/topLevelDomains.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport type { TopLevelDomains } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { DomainRegistrationManagementClient } from \"../domainRegistrationManagementClient.js\";\nimport type {\n TopLevelDomain,\n TopLevelDomainsListNextOptionalParams,\n TopLevelDomainsListOptionalParams,\n TopLevelDomainsListResponse,\n TldLegalAgreement,\n TopLevelDomainAgreementOption,\n TopLevelDomainsListAgreementsNextOptionalParams,\n TopLevelDomainsListAgreementsOptionalParams,\n TopLevelDomainsListAgreementsResponse,\n TopLevelDomainsGetOptionalParams,\n TopLevelDomainsGetResponse,\n TopLevelDomainsListNextResponse,\n TopLevelDomainsListAgreementsNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing TopLevelDomains operations. */\nexport class TopLevelDomainsImpl implements TopLevelDomains {\n private readonly client: DomainRegistrationManagementClient;\n\n /**\n * Initialize a new instance of the class TopLevelDomains class.\n * @param client Reference to the service client\n */\n constructor(client: DomainRegistrationManagementClient) {\n this.client = client;\n }\n\n /**\n * Description for Get all top-level domains supported for registration.\n * @param options The options parameters.\n */\n public list(\n options?: TopLevelDomainsListOptionalParams,\n ): PagedAsyncIterableIterator<TopLevelDomain> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n options?: TopLevelDomainsListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<TopLevelDomain[]> {\n let result: TopLevelDomainsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n const page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: TopLevelDomainsListOptionalParams,\n ): AsyncIterableIterator<TopLevelDomain> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Description for Gets all legal agreements that user needs to accept before purchasing a domain.\n * @param name Name of the top-level domain.\n * @param agreementOption Domain agreement options.\n * @param options The options parameters.\n */\n public listAgreements(\n name: string,\n agreementOption: TopLevelDomainAgreementOption,\n options?: TopLevelDomainsListAgreementsOptionalParams,\n ): PagedAsyncIterableIterator<TldLegalAgreement> {\n const iter = this.listAgreementsPagingAll(name, agreementOption, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listAgreementsPagingPage(name, agreementOption, options, settings);\n },\n };\n }\n\n private async *listAgreementsPagingPage(\n name: string,\n agreementOption: TopLevelDomainAgreementOption,\n options?: TopLevelDomainsListAgreementsOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<TldLegalAgreement[]> {\n let result: TopLevelDomainsListAgreementsResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listAgreements(name, agreementOption, options);\n const page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listAgreementsNext(name, agreementOption, continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listAgreementsPagingAll(\n name: string,\n agreementOption: TopLevelDomainAgreementOption,\n options?: TopLevelDomainsListAgreementsOptionalParams,\n ): AsyncIterableIterator<TldLegalAgreement> {\n for await (const page of this.listAgreementsPagingPage(name, agreementOption, options)) {\n yield* page;\n }\n }\n\n /**\n * Description for Get all top-level domains supported for registration.\n * @param options The options parameters.\n */\n private _list(options?: TopLevelDomainsListOptionalParams): Promise<TopLevelDomainsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Description for Get details of a top-level domain.\n * @param name Name of the top-level domain.\n * @param options The options parameters.\n */\n get(\n name: string,\n options?: TopLevelDomainsGetOptionalParams,\n ): Promise<TopLevelDomainsGetResponse> {\n return this.client.sendOperationRequest({ name, options }, getOperationSpec);\n }\n\n /**\n * Description for Gets all legal agreements that user needs to accept before purchasing a domain.\n * @param name Name of the top-level domain.\n * @param agreementOption Domain agreement options.\n * @param options The options parameters.\n */\n private _listAgreements(\n name: string,\n agreementOption: TopLevelDomainAgreementOption,\n options?: TopLevelDomainsListAgreementsOptionalParams,\n ): Promise<TopLevelDomainsListAgreementsResponse> {\n return this.client.sendOperationRequest(\n { name, agreementOption, options },\n listAgreementsOperationSpec,\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: TopLevelDomainsListNextOptionalParams,\n ): Promise<TopLevelDomainsListNextResponse> {\n return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);\n }\n\n /**\n * ListAgreementsNext\n * @param name Name of the top-level domain.\n * @param agreementOption Domain agreement options.\n * @param nextLink The nextLink from the previous successful call to the ListAgreements method.\n * @param options The options parameters.\n */\n private _listAgreementsNext(\n name: string,\n agreementOption: TopLevelDomainAgreementOption,\n nextLink: string,\n options?: TopLevelDomainsListAgreementsNextOptionalParams,\n ): Promise<TopLevelDomainsListAgreementsNextResponse> {\n return this.client.sendOperationRequest(\n { name, agreementOption, nextLink, options },\n listAgreementsNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/topLevelDomains\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TopLevelDomainCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/topLevelDomains/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TopLevelDomain,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.name],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listAgreementsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/topLevelDomains/{name}/listAgreements\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.TldLegalAgreementCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n requestBody: Parameters.agreementOption,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.name],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TopLevelDomainCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listAgreementsNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TldLegalAgreementCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.name,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\n"]}
@@ -0,0 +1,12 @@
1
+ import type { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import type { CsmOperationDescription, DomainRegistrationProviderListOperationsOptionalParams } from "../models/index.js";
3
+ /** Interface representing a DomainRegistrationProvider. */
4
+ export interface DomainRegistrationProvider {
5
+ /**
6
+ * Description for Implements Csm operations Api to exposes the list of available Csm Apis under the
7
+ * resource provider
8
+ * @param options The options parameters.
9
+ */
10
+ listOperations(options?: DomainRegistrationProviderListOperationsOptionalParams): PagedAsyncIterableIterator<CsmOperationDescription>;
11
+ }
12
+ //# sourceMappingURL=domainRegistrationProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"domainRegistrationProvider.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/domainRegistrationProvider.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EACV,uBAAuB,EACvB,sDAAsD,EACvD,MAAM,oBAAoB,CAAC;AAG5B,2DAA2D;AAC3D,MAAM,WAAW,0BAA0B;IACzC;;;;OAIG;IACH,cAAc,CACZ,OAAO,CAAC,EAAE,sDAAsD,GAC/D,0BAA0B,CAAC,uBAAuB,CAAC,CAAC;CACxD"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT License.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ //# sourceMappingURL=domainRegistrationProvider.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"domainRegistrationProvider.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/domainRegistrationProvider.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type {\n CsmOperationDescription,\n DomainRegistrationProviderListOperationsOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a DomainRegistrationProvider. */\nexport interface DomainRegistrationProvider {\n /**\n * Description for Implements Csm operations Api to exposes the list of available Csm Apis under the\n * resource provider\n * @param options The options parameters.\n */\n listOperations(\n options?: DomainRegistrationProviderListOperationsOptionalParams,\n ): PagedAsyncIterableIterator<CsmOperationDescription>;\n}\n"]}