@azure/arm-healthbot 2.1.1-alpha.20250205.1 → 2.1.1-alpha.20250206.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 (283) hide show
  1. package/README.md +21 -14
  2. package/{dist-esm/src → dist/browser}/healthbotClient.d.ts +2 -2
  3. package/dist/browser/healthbotClient.d.ts.map +1 -0
  4. package/{dist-esm/src → dist/browser}/healthbotClient.js +15 -18
  5. package/dist/browser/healthbotClient.js.map +1 -0
  6. package/dist/browser/index.d.ts +5 -0
  7. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  8. package/{dist-esm/src → dist/browser}/index.js +4 -4
  9. package/dist/browser/index.js.map +1 -0
  10. package/dist/browser/lroImpl.js +25 -0
  11. package/dist/browser/lroImpl.js.map +1 -0
  12. package/dist/browser/models/index.js.map +1 -0
  13. package/dist/browser/models/mappers.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  15. package/dist/browser/models/parameters.js.map +1 -0
  16. package/{dist-esm/src → dist/browser}/operations/bots.d.ts +3 -3
  17. package/dist/browser/operations/bots.d.ts.map +1 -0
  18. package/{dist-esm/src → dist/browser}/operations/bots.js +70 -78
  19. package/dist/browser/operations/bots.js.map +1 -0
  20. package/dist/browser/operations/index.d.ts +3 -0
  21. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  22. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +2 -2
  23. package/dist/browser/operations/index.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  25. package/dist/browser/operations/operations.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  27. package/dist/browser/operations/operations.js.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operationsInterfaces/bots.d.ts +1 -1
  29. package/dist/browser/operationsInterfaces/bots.d.ts.map +1 -0
  30. package/dist/browser/operationsInterfaces/bots.js.map +1 -0
  31. package/dist/browser/operationsInterfaces/index.d.ts +3 -0
  32. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  33. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +2 -2
  34. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  36. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  37. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  38. package/dist/browser/package.json +3 -0
  39. package/dist/browser/pagingHelper.js.map +1 -0
  40. package/dist/commonjs/healthbotClient.d.ts +21 -0
  41. package/dist/commonjs/healthbotClient.d.ts.map +1 -0
  42. package/dist/commonjs/healthbotClient.js +103 -0
  43. package/dist/commonjs/healthbotClient.js.map +1 -0
  44. package/dist/commonjs/index.d.ts +5 -0
  45. package/dist/commonjs/index.d.ts.map +1 -0
  46. package/dist/commonjs/index.js +19 -0
  47. package/dist/commonjs/index.js.map +1 -0
  48. package/dist/commonjs/lroImpl.d.ts +16 -0
  49. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  50. package/dist/commonjs/lroImpl.js +29 -0
  51. package/dist/commonjs/lroImpl.js.map +1 -0
  52. package/{types/arm-healthbot.d.ts → dist/commonjs/models/index.d.ts} +313 -454
  53. package/dist/commonjs/models/index.d.ts.map +1 -0
  54. package/dist/commonjs/models/index.js +23 -0
  55. package/dist/commonjs/models/index.js.map +1 -0
  56. package/dist/commonjs/models/mappers.d.ts +19 -0
  57. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  58. package/dist/commonjs/models/mappers.js +506 -0
  59. package/dist/commonjs/models/mappers.js.map +1 -0
  60. package/dist/commonjs/models/parameters.d.ts +12 -0
  61. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  62. package/dist/commonjs/models/parameters.js +115 -0
  63. package/dist/commonjs/models/parameters.js.map +1 -0
  64. package/dist/commonjs/operations/bots.d.ts +99 -0
  65. package/dist/commonjs/operations/bots.d.ts.map +1 -0
  66. package/dist/commonjs/operations/bots.js +481 -0
  67. package/dist/commonjs/operations/bots.js.map +1 -0
  68. package/dist/commonjs/operations/index.d.ts +3 -0
  69. package/dist/commonjs/operations/index.d.ts.map +1 -0
  70. package/dist/commonjs/operations/index.js +13 -0
  71. package/dist/commonjs/operations/index.js.map +1 -0
  72. package/dist/commonjs/operations/operations.d.ts +32 -0
  73. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  74. package/dist/commonjs/operations/operations.js +138 -0
  75. package/dist/commonjs/operations/operations.js.map +1 -0
  76. package/dist/commonjs/operationsInterfaces/bots.d.ts +63 -0
  77. package/dist/commonjs/operationsInterfaces/bots.d.ts.map +1 -0
  78. package/dist/commonjs/operationsInterfaces/bots.js +10 -0
  79. package/dist/commonjs/operationsInterfaces/bots.js.map +1 -0
  80. package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
  81. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  82. package/dist/commonjs/operationsInterfaces/index.js +13 -0
  83. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  84. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  85. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  86. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  87. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  88. package/dist/commonjs/package.json +3 -0
  89. package/dist/commonjs/pagingHelper.d.ts +13 -0
  90. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  91. package/dist/commonjs/pagingHelper.js +36 -0
  92. package/dist/commonjs/pagingHelper.js.map +1 -0
  93. package/dist/esm/healthbotClient.d.ts +21 -0
  94. package/dist/esm/healthbotClient.d.ts.map +1 -0
  95. package/dist/esm/healthbotClient.js +98 -0
  96. package/dist/esm/healthbotClient.js.map +1 -0
  97. package/dist/esm/index.d.ts +5 -0
  98. package/dist/esm/index.d.ts.map +1 -0
  99. package/{src/index.ts → dist/esm/index.js} +5 -5
  100. package/dist/esm/index.js.map +1 -0
  101. package/dist/esm/lroImpl.d.ts +16 -0
  102. package/dist/esm/lroImpl.d.ts.map +1 -0
  103. package/dist/esm/lroImpl.js +25 -0
  104. package/dist/esm/lroImpl.js.map +1 -0
  105. package/dist/esm/models/index.d.ts +313 -0
  106. package/dist/esm/models/index.d.ts.map +1 -0
  107. package/dist/esm/models/index.js +20 -0
  108. package/dist/esm/models/index.js.map +1 -0
  109. package/dist/esm/models/mappers.d.ts +19 -0
  110. package/dist/esm/models/mappers.d.ts.map +1 -0
  111. package/dist/esm/models/mappers.js +503 -0
  112. package/dist/esm/models/mappers.js.map +1 -0
  113. package/dist/esm/models/parameters.d.ts +12 -0
  114. package/dist/esm/models/parameters.d.ts.map +1 -0
  115. package/dist/esm/models/parameters.js +112 -0
  116. package/dist/esm/models/parameters.js.map +1 -0
  117. package/dist/esm/operations/bots.d.ts +99 -0
  118. package/dist/esm/operations/bots.d.ts.map +1 -0
  119. package/dist/esm/operations/bots.js +477 -0
  120. package/dist/esm/operations/bots.js.map +1 -0
  121. package/dist/esm/operations/index.d.ts +3 -0
  122. package/dist/esm/operations/index.d.ts.map +1 -0
  123. package/dist/esm/operations/index.js +10 -0
  124. package/dist/esm/operations/index.js.map +1 -0
  125. package/dist/esm/operations/operations.d.ts +32 -0
  126. package/dist/esm/operations/operations.d.ts.map +1 -0
  127. package/dist/esm/operations/operations.js +134 -0
  128. package/dist/esm/operations/operations.js.map +1 -0
  129. package/dist/esm/operationsInterfaces/bots.d.ts +63 -0
  130. package/dist/esm/operationsInterfaces/bots.d.ts.map +1 -0
  131. package/{src/operations/index.ts → dist/esm/operationsInterfaces/bots.js} +2 -3
  132. package/dist/esm/operationsInterfaces/bots.js.map +1 -0
  133. package/dist/esm/operationsInterfaces/index.d.ts +3 -0
  134. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  135. package/dist/esm/operationsInterfaces/index.js +10 -0
  136. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  137. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  138. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  139. package/{src/operationsInterfaces/index.ts → dist/esm/operationsInterfaces/operations.js} +2 -3
  140. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  141. package/dist/esm/package.json +3 -0
  142. package/dist/esm/pagingHelper.d.ts +13 -0
  143. package/dist/esm/pagingHelper.d.ts.map +1 -0
  144. package/dist/esm/pagingHelper.js +32 -0
  145. package/dist/esm/pagingHelper.js.map +1 -0
  146. package/dist/react-native/healthbotClient.d.ts +21 -0
  147. package/dist/react-native/healthbotClient.d.ts.map +1 -0
  148. package/dist/react-native/healthbotClient.js +98 -0
  149. package/dist/react-native/healthbotClient.js.map +1 -0
  150. package/dist/react-native/index.d.ts +5 -0
  151. package/dist/react-native/index.d.ts.map +1 -0
  152. package/dist/react-native/index.js +13 -0
  153. package/dist/react-native/index.js.map +1 -0
  154. package/dist/react-native/lroImpl.d.ts +16 -0
  155. package/dist/react-native/lroImpl.d.ts.map +1 -0
  156. package/dist/react-native/lroImpl.js +25 -0
  157. package/dist/react-native/lroImpl.js.map +1 -0
  158. package/dist/react-native/models/index.d.ts +313 -0
  159. package/dist/react-native/models/index.d.ts.map +1 -0
  160. package/dist/react-native/models/index.js +20 -0
  161. package/dist/react-native/models/index.js.map +1 -0
  162. package/dist/react-native/models/mappers.d.ts +19 -0
  163. package/dist/react-native/models/mappers.d.ts.map +1 -0
  164. package/dist/react-native/models/mappers.js +503 -0
  165. package/dist/react-native/models/mappers.js.map +1 -0
  166. package/dist/react-native/models/parameters.d.ts +12 -0
  167. package/dist/react-native/models/parameters.d.ts.map +1 -0
  168. package/dist/react-native/models/parameters.js +112 -0
  169. package/dist/react-native/models/parameters.js.map +1 -0
  170. package/dist/react-native/operations/bots.d.ts +99 -0
  171. package/dist/react-native/operations/bots.d.ts.map +1 -0
  172. package/dist/react-native/operations/bots.js +477 -0
  173. package/dist/react-native/operations/bots.js.map +1 -0
  174. package/dist/react-native/operations/index.d.ts +3 -0
  175. package/dist/react-native/operations/index.d.ts.map +1 -0
  176. package/dist/react-native/operations/index.js +10 -0
  177. package/dist/react-native/operations/index.js.map +1 -0
  178. package/dist/react-native/operations/operations.d.ts +32 -0
  179. package/dist/react-native/operations/operations.d.ts.map +1 -0
  180. package/dist/react-native/operations/operations.js +134 -0
  181. package/dist/react-native/operations/operations.js.map +1 -0
  182. package/dist/react-native/operationsInterfaces/bots.d.ts +63 -0
  183. package/dist/react-native/operationsInterfaces/bots.d.ts.map +1 -0
  184. package/dist/react-native/operationsInterfaces/bots.js +9 -0
  185. package/dist/react-native/operationsInterfaces/bots.js.map +1 -0
  186. package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
  187. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  188. package/dist/react-native/operationsInterfaces/index.js +10 -0
  189. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  190. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  191. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  192. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  193. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  194. package/dist/react-native/package.json +3 -0
  195. package/dist/react-native/pagingHelper.d.ts +13 -0
  196. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  197. package/dist/react-native/pagingHelper.js +32 -0
  198. package/dist/react-native/pagingHelper.js.map +1 -0
  199. package/package.json +70 -41
  200. package/dist/index.js +0 -1451
  201. package/dist/index.js.map +0 -1
  202. package/dist/index.min.js +0 -1
  203. package/dist/index.min.js.map +0 -1
  204. package/dist-esm/samples-dev/botsCreateSample.d.ts +0 -2
  205. package/dist-esm/samples-dev/botsCreateSample.d.ts.map +0 -1
  206. package/dist-esm/samples-dev/botsCreateSample.js +0 -33
  207. package/dist-esm/samples-dev/botsCreateSample.js.map +0 -1
  208. package/dist-esm/samples-dev/botsDeleteSample.d.ts +0 -2
  209. package/dist-esm/samples-dev/botsDeleteSample.d.ts.map +0 -1
  210. package/dist-esm/samples-dev/botsDeleteSample.js +0 -29
  211. package/dist-esm/samples-dev/botsDeleteSample.js.map +0 -1
  212. package/dist-esm/samples-dev/botsGetSample.d.ts +0 -2
  213. package/dist-esm/samples-dev/botsGetSample.d.ts.map +0 -1
  214. package/dist-esm/samples-dev/botsGetSample.js +0 -29
  215. package/dist-esm/samples-dev/botsGetSample.js.map +0 -1
  216. package/dist-esm/samples-dev/botsListByResourceGroupSample.d.ts +0 -2
  217. package/dist-esm/samples-dev/botsListByResourceGroupSample.d.ts.map +0 -1
  218. package/dist-esm/samples-dev/botsListByResourceGroupSample.js +0 -44
  219. package/dist-esm/samples-dev/botsListByResourceGroupSample.js.map +0 -1
  220. package/dist-esm/samples-dev/botsListSample.d.ts +0 -2
  221. package/dist-esm/samples-dev/botsListSample.d.ts.map +0 -1
  222. package/dist-esm/samples-dev/botsListSample.js +0 -43
  223. package/dist-esm/samples-dev/botsListSample.js.map +0 -1
  224. package/dist-esm/samples-dev/botsUpdateSample.d.ts +0 -2
  225. package/dist-esm/samples-dev/botsUpdateSample.d.ts.map +0 -1
  226. package/dist-esm/samples-dev/botsUpdateSample.js +0 -23
  227. package/dist-esm/samples-dev/botsUpdateSample.js.map +0 -1
  228. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  229. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  230. package/dist-esm/samples-dev/operationsListSample.js +0 -43
  231. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  232. package/dist-esm/src/healthbotClient.d.ts.map +0 -1
  233. package/dist-esm/src/healthbotClient.js.map +0 -1
  234. package/dist-esm/src/index.d.ts +0 -5
  235. package/dist-esm/src/index.js.map +0 -1
  236. package/dist-esm/src/lroImpl.js +0 -29
  237. package/dist-esm/src/lroImpl.js.map +0 -1
  238. package/dist-esm/src/models/index.js.map +0 -1
  239. package/dist-esm/src/models/mappers.js.map +0 -1
  240. package/dist-esm/src/models/parameters.js.map +0 -1
  241. package/dist-esm/src/operations/bots.d.ts.map +0 -1
  242. package/dist-esm/src/operations/bots.js.map +0 -1
  243. package/dist-esm/src/operations/index.d.ts +0 -3
  244. package/dist-esm/src/operations/index.js.map +0 -1
  245. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  246. package/dist-esm/src/operations/operations.js.map +0 -1
  247. package/dist-esm/src/operationsInterfaces/bots.d.ts.map +0 -1
  248. package/dist-esm/src/operationsInterfaces/bots.js.map +0 -1
  249. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
  250. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  251. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  252. package/dist-esm/src/pagingHelper.js.map +0 -1
  253. package/dist-esm/test/sampleTest.d.ts +0 -2
  254. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  255. package/dist-esm/test/sampleTest.js +0 -42
  256. package/dist-esm/test/sampleTest.js.map +0 -1
  257. package/src/healthbotClient.ts +0 -142
  258. package/src/lroImpl.ts +0 -34
  259. package/src/models/index.ts +0 -355
  260. package/src/models/mappers.ts +0 -530
  261. package/src/models/parameters.ts +0 -130
  262. package/src/operations/bots.ts +0 -619
  263. package/src/operations/operations.ts +0 -150
  264. package/src/operationsInterfaces/bots.ts +0 -116
  265. package/src/operationsInterfaces/operations.ts +0 -22
  266. package/src/pagingHelper.ts +0 -39
  267. package/tsconfig.json +0 -33
  268. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  269. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  270. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  271. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  272. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  273. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  274. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  275. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  276. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  277. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  278. /package/{dist-esm/src → dist/browser}/operationsInterfaces/bots.js +0 -0
  279. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  280. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  281. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  282. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  283. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
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
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.KnownIdentityType = void 0;
11
+ /** Known values of {@link IdentityType} that the service accepts. */
12
+ var KnownIdentityType;
13
+ (function (KnownIdentityType) {
14
+ /** User */
15
+ KnownIdentityType["User"] = "User";
16
+ /** Application */
17
+ KnownIdentityType["Application"] = "Application";
18
+ /** ManagedIdentity */
19
+ KnownIdentityType["ManagedIdentity"] = "ManagedIdentity";
20
+ /** Key */
21
+ KnownIdentityType["Key"] = "Key";
22
+ })(KnownIdentityType || (exports.KnownIdentityType = KnownIdentityType = {}));
23
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AA2OH,qEAAqE;AACrE,IAAY,iBASX;AATD,WAAY,iBAAiB;IAC3B,WAAW;IACX,kCAAa,CAAA;IACb,kBAAkB;IAClB,gDAA2B,CAAA;IAC3B,sBAAsB;IACtB,wDAAmC,CAAA;IACnC,UAAU;IACV,gCAAW,CAAA;AACb,CAAC,EATW,iBAAiB,iCAAjB,iBAAiB,QAS5B","sourcesContent":["/*\n * 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 */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** The resource model definition representing SKU */\nexport interface Sku {\n /** The name of the Azure Health Bot SKU */\n name: SkuName;\n}\n\n/** Identity for the resource. */\nexport interface Identity {\n /**\n * The principal ID of resource identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of resource. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** The identity type. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the Azure Health Bot */\n type?: ResourceIdentityType;\n /**\n * The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.\n *\n */\n userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };\n}\n\n/** The details of the user assigned managed identity used by the Video Analyzer resource. */\nexport interface UserAssignedIdentity {\n /**\n * The principal ID of user assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client ID of user assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** The properties of a Azure Health Bot. The Health Bot Service is a cloud platform that empowers developers in Healthcare organizations to build and deploy their compliant, AI-powered virtual health assistants and health bots, that help them improve processes and reduce costs. */\nexport interface HealthBotProperties {\n /**\n * The provisioning state of the Azure Health Bot resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The link.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly botManagementPortalLink?: string;\n}\n\n/** The resource model definition for a ARM tracked top level resource */\nexport interface Resource {\n /**\n * Fully qualified resource Id for the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Metadata pertaining to creation and last modification of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Read only system data */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource */\n createdByType?: IdentityType;\n /** The timestamp of resource creation (UTC) */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource */\n lastModifiedByType?: IdentityType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** The resource management error response. */\nexport interface ErrorModel {\n /** The error object. */\n error?: ErrorError;\n}\n\n/** The error object. */\nexport interface ErrorError {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorModel[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Parameters for updating a Azure Health Bot. */\nexport interface HealthBotUpdateParameters {\n /** Tags for a Azure Health Bot. */\n tags?: { [propertyName: string]: string };\n /** SKU of the Azure Health Bot. */\n sku?: Sku;\n /** The identity of the Azure Health Bot. */\n identity?: Identity;\n location?: string;\n}\n\n/** The list of Azure Health Bot operation response. */\nexport interface BotResponseList {\n /**\n * The link used to get the next page of bot service resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n /**\n * Gets the list of Azure Health Bot results and their properties.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: HealthBot[];\n}\n\n/** Available operations of the service */\nexport interface AvailableOperations {\n /** Collection of available operation details */\n value?: OperationDetail[];\n /**\n * URL client should use to fetch the next page (per server side paging).\n * It's null for now, added for future use.\n */\n nextLink?: string;\n}\n\n/** Operation detail payload */\nexport interface OperationDetail {\n /** Name of the operation */\n name?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /** Display of the operation */\n display?: OperationDisplay;\n /** Origin of the operation */\n origin?: string;\n /** Additional properties. */\n properties?: Record<string, unknown>;\n}\n\n/** Operation display payload */\nexport interface OperationDisplay {\n /** Resource provider of the operation */\n provider?: string;\n /** Resource of the operation */\n resource?: string;\n /** Localized friendly name for the operation */\n operation?: string;\n /** Localized friendly description for the operation */\n description?: string;\n}\n\n/** The response returned from validation process */\nexport interface ValidationResult {\n /** The status code of the response validation. */\n status?: string;\n}\n\n/** The resource model definition for a ARM tracked top level resource */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** Azure Health Bot resource definition */\nexport interface HealthBot extends TrackedResource {\n /** SKU of the Azure Health Bot. */\n sku: Sku;\n /** The identity of the Azure Health Bot. */\n identity?: Identity;\n /** The set of properties specific to Azure Health Bot resource. */\n properties?: HealthBotProperties;\n}\n\n/** Known values of {@link IdentityType} that the service accepts. */\nexport enum KnownIdentityType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for IdentityType. \\\n * {@link KnownIdentityType} can be used interchangeably with IdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type IdentityType = string;\n/** Defines values for SkuName. */\nexport type SkuName = \"F0\" | \"S1\" | \"C0\";\n/** Defines values for ResourceIdentityType. */\nexport type ResourceIdentityType =\n | \"SystemAssigned\"\n | \"UserAssigned\"\n | \"SystemAssigned, UserAssigned\"\n | \"None\";\n\n/** Optional parameters. */\nexport interface BotsCreateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type BotsCreateResponse = HealthBot;\n\n/** Optional parameters. */\nexport interface BotsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type BotsGetResponse = HealthBot;\n\n/** Optional parameters. */\nexport interface BotsUpdateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type BotsUpdateResponse = HealthBot;\n\n/** Optional parameters. */\nexport interface BotsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface BotsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type BotsListByResourceGroupResponse = BotResponseList;\n\n/** Optional parameters. */\nexport interface BotsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type BotsListResponse = BotResponseList;\n\n/** Optional parameters. */\nexport interface BotsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type BotsListByResourceGroupNextResponse = BotResponseList;\n\n/** Optional parameters. */\nexport interface BotsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type BotsListNextResponse = BotResponseList;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = AvailableOperations;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = AvailableOperations;\n\n/** Optional parameters. */\nexport interface HealthbotClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -0,0 +1,19 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const Sku: coreClient.CompositeMapper;
3
+ export declare const Identity: coreClient.CompositeMapper;
4
+ export declare const UserAssignedIdentity: coreClient.CompositeMapper;
5
+ export declare const HealthBotProperties: coreClient.CompositeMapper;
6
+ export declare const Resource: coreClient.CompositeMapper;
7
+ export declare const SystemData: coreClient.CompositeMapper;
8
+ export declare const ErrorModel: coreClient.CompositeMapper;
9
+ export declare const ErrorError: coreClient.CompositeMapper;
10
+ export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
11
+ export declare const HealthBotUpdateParameters: coreClient.CompositeMapper;
12
+ export declare const BotResponseList: coreClient.CompositeMapper;
13
+ export declare const AvailableOperations: coreClient.CompositeMapper;
14
+ export declare const OperationDetail: coreClient.CompositeMapper;
15
+ export declare const OperationDisplay: coreClient.CompositeMapper;
16
+ export declare const ValidationResult: coreClient.CompositeMapper;
17
+ export declare const TrackedResource: coreClient.CompositeMapper;
18
+ export declare const HealthBot: coreClient.CompositeMapper;
19
+ //# sourceMappingURL=mappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,GAAG,EAAE,UAAU,CAAC,eAe5B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eA0CjC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAqB7C,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAqB5C,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAmCjC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAcnC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAsDnC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAsB5C,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAkClD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eA2BxC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAyB5C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAuCxC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eA+BzC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAazC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAsBxC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eA6BlC,CAAC"}
@@ -0,0 +1,506 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
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
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.HealthBot = exports.TrackedResource = exports.ValidationResult = exports.OperationDisplay = exports.OperationDetail = exports.AvailableOperations = exports.BotResponseList = exports.HealthBotUpdateParameters = exports.ErrorAdditionalInfo = exports.ErrorError = exports.ErrorModel = exports.SystemData = exports.Resource = exports.HealthBotProperties = exports.UserAssignedIdentity = exports.Identity = exports.Sku = void 0;
11
+ exports.Sku = {
12
+ type: {
13
+ name: "Composite",
14
+ className: "Sku",
15
+ modelProperties: {
16
+ name: {
17
+ serializedName: "name",
18
+ required: true,
19
+ type: {
20
+ name: "Enum",
21
+ allowedValues: ["F0", "S1", "C0"]
22
+ }
23
+ }
24
+ }
25
+ }
26
+ };
27
+ exports.Identity = {
28
+ type: {
29
+ name: "Composite",
30
+ className: "Identity",
31
+ modelProperties: {
32
+ principalId: {
33
+ serializedName: "principalId",
34
+ readOnly: true,
35
+ type: {
36
+ name: "String"
37
+ }
38
+ },
39
+ tenantId: {
40
+ serializedName: "tenantId",
41
+ readOnly: true,
42
+ type: {
43
+ name: "String"
44
+ }
45
+ },
46
+ type: {
47
+ serializedName: "type",
48
+ type: {
49
+ name: "Enum",
50
+ allowedValues: [
51
+ "SystemAssigned",
52
+ "UserAssigned",
53
+ "SystemAssigned, UserAssigned",
54
+ "None"
55
+ ]
56
+ }
57
+ },
58
+ userAssignedIdentities: {
59
+ serializedName: "userAssignedIdentities",
60
+ type: {
61
+ name: "Dictionary",
62
+ value: {
63
+ type: { name: "Composite", className: "UserAssignedIdentity" }
64
+ }
65
+ }
66
+ }
67
+ }
68
+ }
69
+ };
70
+ exports.UserAssignedIdentity = {
71
+ type: {
72
+ name: "Composite",
73
+ className: "UserAssignedIdentity",
74
+ modelProperties: {
75
+ principalId: {
76
+ serializedName: "principalId",
77
+ readOnly: true,
78
+ type: {
79
+ name: "String"
80
+ }
81
+ },
82
+ clientId: {
83
+ serializedName: "clientId",
84
+ readOnly: true,
85
+ type: {
86
+ name: "String"
87
+ }
88
+ }
89
+ }
90
+ }
91
+ };
92
+ exports.HealthBotProperties = {
93
+ type: {
94
+ name: "Composite",
95
+ className: "HealthBotProperties",
96
+ modelProperties: {
97
+ provisioningState: {
98
+ serializedName: "provisioningState",
99
+ readOnly: true,
100
+ type: {
101
+ name: "String"
102
+ }
103
+ },
104
+ botManagementPortalLink: {
105
+ serializedName: "botManagementPortalLink",
106
+ readOnly: true,
107
+ type: {
108
+ name: "String"
109
+ }
110
+ }
111
+ }
112
+ }
113
+ };
114
+ exports.Resource = {
115
+ type: {
116
+ name: "Composite",
117
+ className: "Resource",
118
+ modelProperties: {
119
+ id: {
120
+ serializedName: "id",
121
+ readOnly: true,
122
+ type: {
123
+ name: "String"
124
+ }
125
+ },
126
+ name: {
127
+ serializedName: "name",
128
+ readOnly: true,
129
+ type: {
130
+ name: "String"
131
+ }
132
+ },
133
+ type: {
134
+ serializedName: "type",
135
+ readOnly: true,
136
+ type: {
137
+ name: "String"
138
+ }
139
+ },
140
+ systemData: {
141
+ serializedName: "systemData",
142
+ type: {
143
+ name: "Composite",
144
+ className: "SystemData"
145
+ }
146
+ }
147
+ }
148
+ }
149
+ };
150
+ exports.SystemData = {
151
+ type: {
152
+ name: "Composite",
153
+ className: "SystemData",
154
+ modelProperties: {
155
+ createdBy: {
156
+ serializedName: "createdBy",
157
+ type: {
158
+ name: "String"
159
+ }
160
+ },
161
+ createdByType: {
162
+ serializedName: "createdByType",
163
+ type: {
164
+ name: "String"
165
+ }
166
+ },
167
+ createdAt: {
168
+ serializedName: "createdAt",
169
+ type: {
170
+ name: "DateTime"
171
+ }
172
+ },
173
+ lastModifiedBy: {
174
+ serializedName: "lastModifiedBy",
175
+ type: {
176
+ name: "String"
177
+ }
178
+ },
179
+ lastModifiedByType: {
180
+ serializedName: "lastModifiedByType",
181
+ type: {
182
+ name: "String"
183
+ }
184
+ },
185
+ lastModifiedAt: {
186
+ serializedName: "lastModifiedAt",
187
+ type: {
188
+ name: "DateTime"
189
+ }
190
+ }
191
+ }
192
+ }
193
+ };
194
+ exports.ErrorModel = {
195
+ type: {
196
+ name: "Composite",
197
+ className: "ErrorModel",
198
+ modelProperties: {
199
+ error: {
200
+ serializedName: "error",
201
+ type: {
202
+ name: "Composite",
203
+ className: "ErrorError"
204
+ }
205
+ }
206
+ }
207
+ }
208
+ };
209
+ exports.ErrorError = {
210
+ type: {
211
+ name: "Composite",
212
+ className: "ErrorError",
213
+ modelProperties: {
214
+ code: {
215
+ serializedName: "code",
216
+ readOnly: true,
217
+ type: {
218
+ name: "String"
219
+ }
220
+ },
221
+ message: {
222
+ serializedName: "message",
223
+ readOnly: true,
224
+ type: {
225
+ name: "String"
226
+ }
227
+ },
228
+ target: {
229
+ serializedName: "target",
230
+ readOnly: true,
231
+ type: {
232
+ name: "String"
233
+ }
234
+ },
235
+ details: {
236
+ serializedName: "details",
237
+ readOnly: true,
238
+ type: {
239
+ name: "Sequence",
240
+ element: {
241
+ type: {
242
+ name: "Composite",
243
+ className: "ErrorModel"
244
+ }
245
+ }
246
+ }
247
+ },
248
+ additionalInfo: {
249
+ serializedName: "additionalInfo",
250
+ readOnly: true,
251
+ type: {
252
+ name: "Sequence",
253
+ element: {
254
+ type: {
255
+ name: "Composite",
256
+ className: "ErrorAdditionalInfo"
257
+ }
258
+ }
259
+ }
260
+ }
261
+ }
262
+ }
263
+ };
264
+ exports.ErrorAdditionalInfo = {
265
+ type: {
266
+ name: "Composite",
267
+ className: "ErrorAdditionalInfo",
268
+ modelProperties: {
269
+ type: {
270
+ serializedName: "type",
271
+ readOnly: true,
272
+ type: {
273
+ name: "String"
274
+ }
275
+ },
276
+ info: {
277
+ serializedName: "info",
278
+ readOnly: true,
279
+ type: {
280
+ name: "Dictionary",
281
+ value: { type: { name: "any" } }
282
+ }
283
+ }
284
+ }
285
+ }
286
+ };
287
+ exports.HealthBotUpdateParameters = {
288
+ type: {
289
+ name: "Composite",
290
+ className: "HealthBotUpdateParameters",
291
+ modelProperties: {
292
+ tags: {
293
+ serializedName: "tags",
294
+ type: {
295
+ name: "Dictionary",
296
+ value: { type: { name: "String" } }
297
+ }
298
+ },
299
+ sku: {
300
+ serializedName: "sku",
301
+ type: {
302
+ name: "Composite",
303
+ className: "Sku"
304
+ }
305
+ },
306
+ identity: {
307
+ serializedName: "identity",
308
+ type: {
309
+ name: "Composite",
310
+ className: "Identity"
311
+ }
312
+ },
313
+ location: {
314
+ serializedName: "location",
315
+ type: {
316
+ name: "String"
317
+ }
318
+ }
319
+ }
320
+ }
321
+ };
322
+ exports.BotResponseList = {
323
+ type: {
324
+ name: "Composite",
325
+ className: "BotResponseList",
326
+ modelProperties: {
327
+ nextLink: {
328
+ serializedName: "nextLink",
329
+ readOnly: true,
330
+ type: {
331
+ name: "String"
332
+ }
333
+ },
334
+ value: {
335
+ serializedName: "value",
336
+ readOnly: true,
337
+ type: {
338
+ name: "Sequence",
339
+ element: {
340
+ type: {
341
+ name: "Composite",
342
+ className: "HealthBot"
343
+ }
344
+ }
345
+ }
346
+ }
347
+ }
348
+ }
349
+ };
350
+ exports.AvailableOperations = {
351
+ type: {
352
+ name: "Composite",
353
+ className: "AvailableOperations",
354
+ modelProperties: {
355
+ value: {
356
+ serializedName: "value",
357
+ type: {
358
+ name: "Sequence",
359
+ element: {
360
+ type: {
361
+ name: "Composite",
362
+ className: "OperationDetail"
363
+ }
364
+ }
365
+ }
366
+ },
367
+ nextLink: {
368
+ serializedName: "nextLink",
369
+ type: {
370
+ name: "String"
371
+ }
372
+ }
373
+ }
374
+ }
375
+ };
376
+ exports.OperationDetail = {
377
+ type: {
378
+ name: "Composite",
379
+ className: "OperationDetail",
380
+ modelProperties: {
381
+ name: {
382
+ serializedName: "name",
383
+ type: {
384
+ name: "String"
385
+ }
386
+ },
387
+ isDataAction: {
388
+ serializedName: "isDataAction",
389
+ type: {
390
+ name: "Boolean"
391
+ }
392
+ },
393
+ display: {
394
+ serializedName: "display",
395
+ type: {
396
+ name: "Composite",
397
+ className: "OperationDisplay"
398
+ }
399
+ },
400
+ origin: {
401
+ serializedName: "origin",
402
+ type: {
403
+ name: "String"
404
+ }
405
+ },
406
+ properties: {
407
+ serializedName: "properties",
408
+ type: {
409
+ name: "Dictionary",
410
+ value: { type: { name: "any" } }
411
+ }
412
+ }
413
+ }
414
+ }
415
+ };
416
+ exports.OperationDisplay = {
417
+ type: {
418
+ name: "Composite",
419
+ className: "OperationDisplay",
420
+ modelProperties: {
421
+ provider: {
422
+ serializedName: "provider",
423
+ type: {
424
+ name: "String"
425
+ }
426
+ },
427
+ resource: {
428
+ serializedName: "resource",
429
+ type: {
430
+ name: "String"
431
+ }
432
+ },
433
+ operation: {
434
+ serializedName: "operation",
435
+ type: {
436
+ name: "String"
437
+ }
438
+ },
439
+ description: {
440
+ serializedName: "description",
441
+ type: {
442
+ name: "String"
443
+ }
444
+ }
445
+ }
446
+ }
447
+ };
448
+ exports.ValidationResult = {
449
+ type: {
450
+ name: "Composite",
451
+ className: "ValidationResult",
452
+ modelProperties: {
453
+ status: {
454
+ serializedName: "status",
455
+ type: {
456
+ name: "String"
457
+ }
458
+ }
459
+ }
460
+ }
461
+ };
462
+ exports.TrackedResource = {
463
+ type: {
464
+ name: "Composite",
465
+ className: "TrackedResource",
466
+ modelProperties: Object.assign(Object.assign({}, exports.Resource.type.modelProperties), { tags: {
467
+ serializedName: "tags",
468
+ type: {
469
+ name: "Dictionary",
470
+ value: { type: { name: "String" } }
471
+ }
472
+ }, location: {
473
+ serializedName: "location",
474
+ required: true,
475
+ type: {
476
+ name: "String"
477
+ }
478
+ } })
479
+ }
480
+ };
481
+ exports.HealthBot = {
482
+ type: {
483
+ name: "Composite",
484
+ className: "HealthBot",
485
+ modelProperties: Object.assign(Object.assign({}, exports.TrackedResource.type.modelProperties), { sku: {
486
+ serializedName: "sku",
487
+ type: {
488
+ name: "Composite",
489
+ className: "Sku"
490
+ }
491
+ }, identity: {
492
+ serializedName: "identity",
493
+ type: {
494
+ name: "Composite",
495
+ className: "Identity"
496
+ }
497
+ }, properties: {
498
+ serializedName: "properties",
499
+ type: {
500
+ name: "Composite",
501
+ className: "HealthBotProperties"
502
+ }
503
+ } })
504
+ }
505
+ };
506
+ //# sourceMappingURL=mappers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * 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 */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const Sku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Sku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"F0\", \"S1\", \"C0\"]\n }\n }\n }\n }\n};\n\nexport const Identity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Identity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"SystemAssigned\",\n \"UserAssigned\",\n \"SystemAssigned, UserAssigned\",\n \"None\"\n ]\n }\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"UserAssignedIdentity\" }\n }\n }\n }\n }\n }\n};\n\nexport const UserAssignedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n clientId: {\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HealthBotProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HealthBotProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n botManagementPortalLink: {\n serializedName: \"botManagementPortalLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ErrorModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorModel\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorError\"\n }\n }\n }\n }\n};\n\nexport const ErrorError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorModel\"\n }\n }\n }\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const HealthBotUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HealthBotUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BotResponseList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BotResponseList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HealthBot\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AvailableOperations: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailableOperations\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationDetail\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDetail\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ValidationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidationResult\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HealthBot: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HealthBot\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"HealthBotProperties\"\n }\n }\n }\n }\n};\n"]}
@@ -0,0 +1,12 @@
1
+ import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
2
+ export declare const contentType: OperationParameter;
3
+ export declare const parameters: OperationParameter;
4
+ export declare const accept: OperationParameter;
5
+ export declare const $host: OperationURLParameter;
6
+ export declare const subscriptionId: OperationURLParameter;
7
+ export declare const resourceGroupName: OperationURLParameter;
8
+ export declare const botName: OperationURLParameter;
9
+ export declare const apiVersion: OperationQueryParameter;
10
+ export declare const parameters1: OperationParameter;
11
+ export declare const nextLink: OperationURLParameter;
12
+ //# sourceMappingURL=parameters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAM5B,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAc/B,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,qBAcrB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC"}