@azure/digital-twins-core 2.0.0-alpha.20241204.1 → 2.0.0-alpha.20241205.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 (361) hide show
  1. package/dist/browser/constants.d.ts +2 -0
  2. package/dist/browser/constants.d.ts.map +1 -0
  3. package/{types/digital-twins-core.d.ts → dist/browser/digitalTwinsClient.d.ts} +270 -546
  4. package/dist/browser/digitalTwinsClient.d.ts.map +1 -0
  5. package/{dist-esm/src → dist/browser}/digitalTwinsClient.js +6 -6
  6. package/dist/browser/digitalTwinsClient.js.map +1 -0
  7. package/dist/browser/generated/azureDigitalTwinsAPI.d.ts +19 -0
  8. package/dist/browser/generated/azureDigitalTwinsAPI.d.ts.map +1 -0
  9. package/{dist-esm/src → dist/browser}/generated/azureDigitalTwinsAPI.js +1 -1
  10. package/dist/browser/generated/azureDigitalTwinsAPI.js.map +1 -0
  11. package/dist/browser/generated/index.d.ts +5 -0
  12. package/dist/browser/generated/index.d.ts.map +1 -0
  13. package/{dist-esm/src → dist/browser}/generated/index.js +4 -4
  14. package/dist/browser/generated/index.js.map +1 -0
  15. package/dist/browser/generated/models/index.d.ts +335 -0
  16. package/dist/browser/generated/models/index.d.ts.map +1 -0
  17. package/dist/browser/generated/models/mappers.d.ts +23 -0
  18. package/dist/browser/generated/models/mappers.d.ts.map +1 -0
  19. package/dist/browser/generated/models/parameters.d.ts +27 -0
  20. package/dist/browser/generated/models/parameters.d.ts.map +1 -0
  21. package/{dist-esm/src → dist/browser}/generated/models/parameters.js +1 -1
  22. package/dist/browser/generated/models/parameters.js.map +1 -0
  23. package/dist/browser/generated/operations/digitalTwinModels.d.ts +106 -0
  24. package/dist/browser/generated/operations/digitalTwinModels.d.ts.map +1 -0
  25. package/{dist-esm/src → dist/browser}/generated/operations/digitalTwinModels.js +3 -3
  26. package/dist/browser/generated/operations/digitalTwinModels.js.map +1 -0
  27. package/dist/browser/generated/operations/digitalTwins.d.ts +285 -0
  28. package/dist/browser/generated/operations/digitalTwins.d.ts.map +1 -0
  29. package/{dist-esm/src → dist/browser}/generated/operations/digitalTwins.js +3 -3
  30. package/dist/browser/generated/operations/digitalTwins.js.map +1 -0
  31. package/dist/browser/generated/operations/eventRoutes.d.ts +69 -0
  32. package/dist/browser/generated/operations/eventRoutes.d.ts.map +1 -0
  33. package/{dist-esm/src → dist/browser}/generated/operations/eventRoutes.js +3 -3
  34. package/dist/browser/generated/operations/eventRoutes.js.map +1 -0
  35. package/dist/browser/generated/operations/index.d.ts +5 -0
  36. package/dist/browser/generated/operations/index.d.ts.map +1 -0
  37. package/{dist-esm/src/generated/operationsInterfaces → dist/browser/generated/operations}/index.js +4 -4
  38. package/dist/browser/generated/operations/index.js.map +1 -0
  39. package/dist/browser/generated/operations/query.d.ts +28 -0
  40. package/dist/browser/generated/operations/query.d.ts.map +1 -0
  41. package/{dist-esm/src → dist/browser}/generated/operations/query.js +2 -2
  42. package/dist/browser/generated/operations/query.js.map +1 -0
  43. package/dist/browser/generated/operationsInterfaces/digitalTwinModels.d.ts +78 -0
  44. package/dist/browser/generated/operationsInterfaces/digitalTwinModels.d.ts.map +1 -0
  45. package/dist/browser/generated/operationsInterfaces/digitalTwinModels.js.map +1 -0
  46. package/dist/browser/generated/operationsInterfaces/digitalTwins.d.ts +234 -0
  47. package/dist/browser/generated/operationsInterfaces/digitalTwins.d.ts.map +1 -0
  48. package/dist/browser/generated/operationsInterfaces/digitalTwins.js.map +1 -0
  49. package/dist/browser/generated/operationsInterfaces/eventRoutes.d.ts +46 -0
  50. package/dist/browser/generated/operationsInterfaces/eventRoutes.d.ts.map +1 -0
  51. package/dist/browser/generated/operationsInterfaces/eventRoutes.js.map +1 -0
  52. package/dist/browser/generated/operationsInterfaces/index.d.ts +5 -0
  53. package/dist/browser/generated/operationsInterfaces/index.d.ts.map +1 -0
  54. package/{dist-esm/src/generated/operations → dist/browser/generated/operationsInterfaces}/index.js +4 -4
  55. package/dist/browser/generated/operationsInterfaces/index.js.map +1 -0
  56. package/dist/browser/generated/operationsInterfaces/query.d.ts +20 -0
  57. package/dist/browser/generated/operationsInterfaces/query.d.ts.map +1 -0
  58. package/dist/browser/generated/operationsInterfaces/query.js.map +1 -0
  59. package/dist/browser/generated/pagingHelper.d.ts +13 -0
  60. package/dist/browser/generated/pagingHelper.d.ts.map +1 -0
  61. package/dist/browser/index.d.ts +3 -0
  62. package/dist/browser/index.d.ts.map +1 -0
  63. package/dist/browser/index.js +4 -0
  64. package/dist/browser/index.js.map +1 -0
  65. package/dist/browser/logger.d.ts +5 -0
  66. package/dist/browser/logger.d.ts.map +1 -0
  67. package/dist/browser/package.json +3 -0
  68. package/dist/browser/tracing.d.ts +6 -0
  69. package/dist/browser/tracing.d.ts.map +1 -0
  70. package/{dist-esm/src → dist/browser}/tracing.js +1 -1
  71. package/dist/browser/tracing.js.map +1 -0
  72. package/dist/commonjs/constants.d.ts +2 -0
  73. package/dist/commonjs/constants.d.ts.map +1 -0
  74. package/dist/commonjs/constants.js +7 -0
  75. package/dist/commonjs/constants.js.map +1 -0
  76. package/dist/commonjs/digitalTwinsClient.d.ts +270 -0
  77. package/dist/commonjs/digitalTwinsClient.d.ts.map +1 -0
  78. package/dist/commonjs/digitalTwinsClient.js +410 -0
  79. package/dist/commonjs/digitalTwinsClient.js.map +1 -0
  80. package/dist/commonjs/generated/azureDigitalTwinsAPI.d.ts +19 -0
  81. package/dist/commonjs/generated/azureDigitalTwinsAPI.d.ts.map +1 -0
  82. package/dist/commonjs/generated/azureDigitalTwinsAPI.js +72 -0
  83. package/dist/commonjs/generated/azureDigitalTwinsAPI.js.map +1 -0
  84. package/dist/commonjs/generated/index.d.ts +5 -0
  85. package/dist/commonjs/generated/index.d.ts.map +1 -0
  86. package/dist/commonjs/generated/index.js +19 -0
  87. package/dist/commonjs/generated/index.js.map +1 -0
  88. package/dist/commonjs/generated/models/index.d.ts +335 -0
  89. package/dist/commonjs/generated/models/index.d.ts.map +1 -0
  90. package/dist/commonjs/generated/models/index.js +10 -0
  91. package/dist/commonjs/generated/models/index.js.map +1 -0
  92. package/dist/commonjs/generated/models/mappers.d.ts +23 -0
  93. package/dist/commonjs/generated/models/mappers.d.ts.map +1 -0
  94. package/dist/commonjs/generated/models/mappers.js +475 -0
  95. package/dist/commonjs/generated/models/mappers.js.map +1 -0
  96. package/dist/commonjs/generated/models/parameters.d.ts +27 -0
  97. package/dist/commonjs/generated/models/parameters.d.ts.map +1 -0
  98. package/dist/commonjs/generated/models/parameters.js +280 -0
  99. package/dist/commonjs/generated/models/parameters.js.map +1 -0
  100. package/dist/commonjs/generated/operations/digitalTwinModels.d.ts +106 -0
  101. package/dist/commonjs/generated/operations/digitalTwinModels.d.ts.map +1 -0
  102. package/dist/commonjs/generated/operations/digitalTwinModels.js +294 -0
  103. package/dist/commonjs/generated/operations/digitalTwinModels.js.map +1 -0
  104. package/dist/commonjs/generated/operations/digitalTwins.d.ts +285 -0
  105. package/dist/commonjs/generated/operations/digitalTwins.d.ts.map +1 -0
  106. package/dist/commonjs/generated/operations/digitalTwins.js +749 -0
  107. package/dist/commonjs/generated/operations/digitalTwins.js.map +1 -0
  108. package/dist/commonjs/generated/operations/eventRoutes.d.ts +69 -0
  109. package/dist/commonjs/generated/operations/eventRoutes.d.ts.map +1 -0
  110. package/dist/commonjs/generated/operations/eventRoutes.js +226 -0
  111. package/dist/commonjs/generated/operations/eventRoutes.js.map +1 -0
  112. package/dist/commonjs/generated/operations/index.d.ts +5 -0
  113. package/dist/commonjs/generated/operations/index.d.ts.map +1 -0
  114. package/dist/commonjs/generated/operations/index.js +15 -0
  115. package/dist/commonjs/generated/operations/index.js.map +1 -0
  116. package/dist/commonjs/generated/operations/query.d.ts +28 -0
  117. package/dist/commonjs/generated/operations/query.d.ts.map +1 -0
  118. package/dist/commonjs/generated/operations/query.js +68 -0
  119. package/dist/commonjs/generated/operations/query.js.map +1 -0
  120. package/dist/commonjs/generated/operationsInterfaces/digitalTwinModels.d.ts +78 -0
  121. package/dist/commonjs/generated/operationsInterfaces/digitalTwinModels.d.ts.map +1 -0
  122. package/dist/commonjs/generated/operationsInterfaces/digitalTwinModels.js +10 -0
  123. package/dist/commonjs/generated/operationsInterfaces/digitalTwinModels.js.map +1 -0
  124. package/dist/commonjs/generated/operationsInterfaces/digitalTwins.d.ts +234 -0
  125. package/dist/commonjs/generated/operationsInterfaces/digitalTwins.d.ts.map +1 -0
  126. package/dist/commonjs/generated/operationsInterfaces/digitalTwins.js +10 -0
  127. package/dist/commonjs/generated/operationsInterfaces/digitalTwins.js.map +1 -0
  128. package/dist/commonjs/generated/operationsInterfaces/eventRoutes.d.ts +46 -0
  129. package/dist/commonjs/generated/operationsInterfaces/eventRoutes.d.ts.map +1 -0
  130. package/dist/commonjs/generated/operationsInterfaces/eventRoutes.js +10 -0
  131. package/dist/commonjs/generated/operationsInterfaces/eventRoutes.js.map +1 -0
  132. package/dist/commonjs/generated/operationsInterfaces/index.d.ts +5 -0
  133. package/dist/commonjs/generated/operationsInterfaces/index.d.ts.map +1 -0
  134. package/dist/commonjs/generated/operationsInterfaces/index.js +15 -0
  135. package/dist/commonjs/generated/operationsInterfaces/index.js.map +1 -0
  136. package/dist/commonjs/generated/operationsInterfaces/query.d.ts +20 -0
  137. package/dist/commonjs/generated/operationsInterfaces/query.d.ts.map +1 -0
  138. package/dist/commonjs/generated/operationsInterfaces/query.js +10 -0
  139. package/dist/commonjs/generated/operationsInterfaces/query.js.map +1 -0
  140. package/dist/commonjs/generated/pagingHelper.d.ts +13 -0
  141. package/dist/commonjs/generated/pagingHelper.d.ts.map +1 -0
  142. package/dist/commonjs/generated/pagingHelper.js +36 -0
  143. package/dist/commonjs/generated/pagingHelper.js.map +1 -0
  144. package/dist/commonjs/index.d.ts +3 -0
  145. package/dist/commonjs/index.d.ts.map +1 -0
  146. package/dist/commonjs/index.js +8 -0
  147. package/dist/commonjs/index.js.map +1 -0
  148. package/dist/commonjs/logger.d.ts +5 -0
  149. package/dist/commonjs/logger.d.ts.map +1 -0
  150. package/dist/commonjs/logger.js +11 -0
  151. package/dist/commonjs/logger.js.map +1 -0
  152. package/dist/commonjs/package.json +3 -0
  153. package/dist/commonjs/tracing.d.ts +6 -0
  154. package/dist/commonjs/tracing.d.ts.map +1 -0
  155. package/dist/commonjs/tracing.js +17 -0
  156. package/dist/commonjs/tracing.js.map +1 -0
  157. package/dist/commonjs/tsdoc-metadata.json +11 -0
  158. package/dist/esm/constants.d.ts +2 -0
  159. package/dist/esm/constants.d.ts.map +1 -0
  160. package/dist/esm/constants.js +4 -0
  161. package/dist/esm/constants.js.map +1 -0
  162. package/dist/esm/digitalTwinsClient.d.ts +270 -0
  163. package/dist/esm/digitalTwinsClient.d.ts.map +1 -0
  164. package/dist/esm/digitalTwinsClient.js +406 -0
  165. package/dist/esm/digitalTwinsClient.js.map +1 -0
  166. package/dist/esm/generated/azureDigitalTwinsAPI.d.ts +19 -0
  167. package/dist/esm/generated/azureDigitalTwinsAPI.d.ts.map +1 -0
  168. package/dist/esm/generated/azureDigitalTwinsAPI.js +67 -0
  169. package/dist/esm/generated/azureDigitalTwinsAPI.js.map +1 -0
  170. package/dist/esm/generated/index.d.ts +5 -0
  171. package/dist/esm/generated/index.d.ts.map +1 -0
  172. package/dist/esm/generated/index.js +13 -0
  173. package/dist/esm/generated/index.js.map +1 -0
  174. package/dist/esm/generated/models/index.d.ts +335 -0
  175. package/dist/esm/generated/models/index.d.ts.map +1 -0
  176. package/dist/esm/generated/models/index.js +9 -0
  177. package/dist/esm/generated/models/index.js.map +1 -0
  178. package/dist/esm/generated/models/mappers.d.ts +23 -0
  179. package/dist/esm/generated/models/mappers.d.ts.map +1 -0
  180. package/dist/esm/generated/models/mappers.js +472 -0
  181. package/dist/esm/generated/models/mappers.js.map +1 -0
  182. package/dist/esm/generated/models/parameters.d.ts +27 -0
  183. package/dist/esm/generated/models/parameters.d.ts.map +1 -0
  184. package/dist/esm/generated/models/parameters.js +277 -0
  185. package/dist/esm/generated/models/parameters.js.map +1 -0
  186. package/dist/esm/generated/operations/digitalTwinModels.d.ts +106 -0
  187. package/dist/esm/generated/operations/digitalTwinModels.d.ts.map +1 -0
  188. package/dist/esm/generated/operations/digitalTwinModels.js +290 -0
  189. package/dist/esm/generated/operations/digitalTwinModels.js.map +1 -0
  190. package/dist/esm/generated/operations/digitalTwins.d.ts +285 -0
  191. package/dist/esm/generated/operations/digitalTwins.d.ts.map +1 -0
  192. package/dist/esm/generated/operations/digitalTwins.js +745 -0
  193. package/dist/esm/generated/operations/digitalTwins.js.map +1 -0
  194. package/dist/esm/generated/operations/eventRoutes.d.ts +69 -0
  195. package/dist/esm/generated/operations/eventRoutes.d.ts.map +1 -0
  196. package/dist/esm/generated/operations/eventRoutes.js +222 -0
  197. package/dist/esm/generated/operations/eventRoutes.js.map +1 -0
  198. package/dist/esm/generated/operations/index.d.ts +5 -0
  199. package/dist/esm/generated/operations/index.d.ts.map +1 -0
  200. package/dist/esm/generated/operations/index.js +12 -0
  201. package/dist/esm/generated/operations/index.js.map +1 -0
  202. package/dist/esm/generated/operations/query.d.ts +28 -0
  203. package/dist/esm/generated/operations/query.d.ts.map +1 -0
  204. package/dist/esm/generated/operations/query.js +63 -0
  205. package/dist/esm/generated/operations/query.js.map +1 -0
  206. package/dist/esm/generated/operationsInterfaces/digitalTwinModels.d.ts +78 -0
  207. package/dist/esm/generated/operationsInterfaces/digitalTwinModels.d.ts.map +1 -0
  208. package/dist/esm/generated/operationsInterfaces/digitalTwinModels.js +9 -0
  209. package/dist/esm/generated/operationsInterfaces/digitalTwinModels.js.map +1 -0
  210. package/dist/esm/generated/operationsInterfaces/digitalTwins.d.ts +234 -0
  211. package/dist/esm/generated/operationsInterfaces/digitalTwins.d.ts.map +1 -0
  212. package/dist/esm/generated/operationsInterfaces/digitalTwins.js +9 -0
  213. package/dist/esm/generated/operationsInterfaces/digitalTwins.js.map +1 -0
  214. package/dist/esm/generated/operationsInterfaces/eventRoutes.d.ts +46 -0
  215. package/dist/esm/generated/operationsInterfaces/eventRoutes.d.ts.map +1 -0
  216. package/dist/esm/generated/operationsInterfaces/eventRoutes.js +9 -0
  217. package/dist/esm/generated/operationsInterfaces/eventRoutes.js.map +1 -0
  218. package/dist/esm/generated/operationsInterfaces/index.d.ts +5 -0
  219. package/dist/esm/generated/operationsInterfaces/index.d.ts.map +1 -0
  220. package/dist/esm/generated/operationsInterfaces/index.js +12 -0
  221. package/dist/esm/generated/operationsInterfaces/index.js.map +1 -0
  222. package/dist/esm/generated/operationsInterfaces/query.d.ts +20 -0
  223. package/dist/esm/generated/operationsInterfaces/query.d.ts.map +1 -0
  224. package/dist/esm/generated/operationsInterfaces/query.js +9 -0
  225. package/dist/esm/generated/operationsInterfaces/query.js.map +1 -0
  226. package/dist/esm/generated/pagingHelper.d.ts +13 -0
  227. package/dist/esm/generated/pagingHelper.d.ts.map +1 -0
  228. package/dist/esm/generated/pagingHelper.js +32 -0
  229. package/dist/esm/generated/pagingHelper.js.map +1 -0
  230. package/dist/esm/index.d.ts +3 -0
  231. package/dist/esm/index.d.ts.map +1 -0
  232. package/dist/esm/index.js +4 -0
  233. package/dist/esm/index.js.map +1 -0
  234. package/dist/esm/logger.d.ts +5 -0
  235. package/dist/esm/logger.d.ts.map +1 -0
  236. package/dist/esm/logger.js +8 -0
  237. package/dist/esm/logger.js.map +1 -0
  238. package/dist/esm/package.json +3 -0
  239. package/dist/esm/tracing.d.ts +6 -0
  240. package/dist/esm/tracing.d.ts.map +1 -0
  241. package/dist/esm/tracing.js +14 -0
  242. package/dist/esm/tracing.js.map +1 -0
  243. package/dist/react-native/constants.d.ts +2 -0
  244. package/dist/react-native/constants.d.ts.map +1 -0
  245. package/dist/react-native/constants.js +4 -0
  246. package/dist/react-native/constants.js.map +1 -0
  247. package/dist/react-native/digitalTwinsClient.d.ts +270 -0
  248. package/dist/react-native/digitalTwinsClient.d.ts.map +1 -0
  249. package/dist/react-native/digitalTwinsClient.js +406 -0
  250. package/dist/react-native/digitalTwinsClient.js.map +1 -0
  251. package/dist/react-native/generated/azureDigitalTwinsAPI.d.ts +19 -0
  252. package/dist/react-native/generated/azureDigitalTwinsAPI.d.ts.map +1 -0
  253. package/dist/react-native/generated/azureDigitalTwinsAPI.js +67 -0
  254. package/dist/react-native/generated/azureDigitalTwinsAPI.js.map +1 -0
  255. package/dist/react-native/generated/index.d.ts +5 -0
  256. package/dist/react-native/generated/index.d.ts.map +1 -0
  257. package/dist/react-native/generated/index.js +13 -0
  258. package/dist/react-native/generated/index.js.map +1 -0
  259. package/dist/react-native/generated/models/index.d.ts +335 -0
  260. package/dist/react-native/generated/models/index.d.ts.map +1 -0
  261. package/dist/react-native/generated/models/index.js +9 -0
  262. package/dist/react-native/generated/models/index.js.map +1 -0
  263. package/dist/react-native/generated/models/mappers.d.ts +23 -0
  264. package/dist/react-native/generated/models/mappers.d.ts.map +1 -0
  265. package/dist/react-native/generated/models/mappers.js +472 -0
  266. package/dist/react-native/generated/models/mappers.js.map +1 -0
  267. package/dist/react-native/generated/models/parameters.d.ts +27 -0
  268. package/dist/react-native/generated/models/parameters.d.ts.map +1 -0
  269. package/dist/react-native/generated/models/parameters.js +277 -0
  270. package/dist/react-native/generated/models/parameters.js.map +1 -0
  271. package/dist/react-native/generated/operations/digitalTwinModels.d.ts +106 -0
  272. package/dist/react-native/generated/operations/digitalTwinModels.d.ts.map +1 -0
  273. package/dist/react-native/generated/operations/digitalTwinModels.js +290 -0
  274. package/dist/react-native/generated/operations/digitalTwinModels.js.map +1 -0
  275. package/dist/react-native/generated/operations/digitalTwins.d.ts +285 -0
  276. package/dist/react-native/generated/operations/digitalTwins.d.ts.map +1 -0
  277. package/dist/react-native/generated/operations/digitalTwins.js +745 -0
  278. package/dist/react-native/generated/operations/digitalTwins.js.map +1 -0
  279. package/dist/react-native/generated/operations/eventRoutes.d.ts +69 -0
  280. package/dist/react-native/generated/operations/eventRoutes.d.ts.map +1 -0
  281. package/dist/react-native/generated/operations/eventRoutes.js +222 -0
  282. package/dist/react-native/generated/operations/eventRoutes.js.map +1 -0
  283. package/dist/react-native/generated/operations/index.d.ts +5 -0
  284. package/dist/react-native/generated/operations/index.d.ts.map +1 -0
  285. package/dist/react-native/generated/operations/index.js +12 -0
  286. package/dist/react-native/generated/operations/index.js.map +1 -0
  287. package/dist/react-native/generated/operations/query.d.ts +28 -0
  288. package/dist/react-native/generated/operations/query.d.ts.map +1 -0
  289. package/dist/react-native/generated/operations/query.js +63 -0
  290. package/dist/react-native/generated/operations/query.js.map +1 -0
  291. package/dist/react-native/generated/operationsInterfaces/digitalTwinModels.d.ts +78 -0
  292. package/dist/react-native/generated/operationsInterfaces/digitalTwinModels.d.ts.map +1 -0
  293. package/dist/react-native/generated/operationsInterfaces/digitalTwinModels.js +9 -0
  294. package/dist/react-native/generated/operationsInterfaces/digitalTwinModels.js.map +1 -0
  295. package/dist/react-native/generated/operationsInterfaces/digitalTwins.d.ts +234 -0
  296. package/dist/react-native/generated/operationsInterfaces/digitalTwins.d.ts.map +1 -0
  297. package/dist/react-native/generated/operationsInterfaces/digitalTwins.js +9 -0
  298. package/dist/react-native/generated/operationsInterfaces/digitalTwins.js.map +1 -0
  299. package/dist/react-native/generated/operationsInterfaces/eventRoutes.d.ts +46 -0
  300. package/dist/react-native/generated/operationsInterfaces/eventRoutes.d.ts.map +1 -0
  301. package/dist/react-native/generated/operationsInterfaces/eventRoutes.js +9 -0
  302. package/dist/react-native/generated/operationsInterfaces/eventRoutes.js.map +1 -0
  303. package/dist/react-native/generated/operationsInterfaces/index.d.ts +5 -0
  304. package/dist/react-native/generated/operationsInterfaces/index.d.ts.map +1 -0
  305. package/dist/react-native/generated/operationsInterfaces/index.js +12 -0
  306. package/dist/react-native/generated/operationsInterfaces/index.js.map +1 -0
  307. package/dist/react-native/generated/operationsInterfaces/query.d.ts +20 -0
  308. package/dist/react-native/generated/operationsInterfaces/query.d.ts.map +1 -0
  309. package/dist/react-native/generated/operationsInterfaces/query.js +9 -0
  310. package/dist/react-native/generated/operationsInterfaces/query.js.map +1 -0
  311. package/dist/react-native/generated/pagingHelper.d.ts +13 -0
  312. package/dist/react-native/generated/pagingHelper.d.ts.map +1 -0
  313. package/dist/react-native/generated/pagingHelper.js +32 -0
  314. package/dist/react-native/generated/pagingHelper.js.map +1 -0
  315. package/dist/react-native/index.d.ts +3 -0
  316. package/dist/react-native/index.d.ts.map +1 -0
  317. package/dist/react-native/index.js +4 -0
  318. package/dist/react-native/index.js.map +1 -0
  319. package/dist/react-native/logger.d.ts +5 -0
  320. package/dist/react-native/logger.d.ts.map +1 -0
  321. package/dist/react-native/logger.js +8 -0
  322. package/dist/react-native/logger.js.map +1 -0
  323. package/dist/react-native/package.json +3 -0
  324. package/dist/react-native/tracing.d.ts +6 -0
  325. package/dist/react-native/tracing.d.ts.map +1 -0
  326. package/dist/react-native/tracing.js +14 -0
  327. package/dist/react-native/tracing.js.map +1 -0
  328. package/package.json +64 -49
  329. package/dist/index.js +0 -2613
  330. package/dist/index.js.map +0 -1
  331. package/dist-esm/src/digitalTwinsClient.js.map +0 -1
  332. package/dist-esm/src/generated/azureDigitalTwinsAPI.js.map +0 -1
  333. package/dist-esm/src/generated/index.js.map +0 -1
  334. package/dist-esm/src/generated/models/parameters.js.map +0 -1
  335. package/dist-esm/src/generated/operations/digitalTwinModels.js.map +0 -1
  336. package/dist-esm/src/generated/operations/digitalTwins.js.map +0 -1
  337. package/dist-esm/src/generated/operations/eventRoutes.js.map +0 -1
  338. package/dist-esm/src/generated/operations/index.js.map +0 -1
  339. package/dist-esm/src/generated/operations/query.js.map +0 -1
  340. package/dist-esm/src/generated/operationsInterfaces/digitalTwinModels.js.map +0 -1
  341. package/dist-esm/src/generated/operationsInterfaces/digitalTwins.js.map +0 -1
  342. package/dist-esm/src/generated/operationsInterfaces/eventRoutes.js.map +0 -1
  343. package/dist-esm/src/generated/operationsInterfaces/index.js.map +0 -1
  344. package/dist-esm/src/generated/operationsInterfaces/query.js.map +0 -1
  345. package/dist-esm/src/index.js +0 -4
  346. package/dist-esm/src/index.js.map +0 -1
  347. package/dist-esm/src/tracing.js.map +0 -1
  348. /package/{dist-esm/src → dist/browser}/constants.js +0 -0
  349. /package/{dist-esm/src → dist/browser}/constants.js.map +0 -0
  350. /package/{dist-esm/src → dist/browser}/generated/models/index.js +0 -0
  351. /package/{dist-esm/src → dist/browser}/generated/models/index.js.map +0 -0
  352. /package/{dist-esm/src → dist/browser}/generated/models/mappers.js +0 -0
  353. /package/{dist-esm/src → dist/browser}/generated/models/mappers.js.map +0 -0
  354. /package/{dist-esm/src → dist/browser}/generated/operationsInterfaces/digitalTwinModels.js +0 -0
  355. /package/{dist-esm/src → dist/browser}/generated/operationsInterfaces/digitalTwins.js +0 -0
  356. /package/{dist-esm/src → dist/browser}/generated/operationsInterfaces/eventRoutes.js +0 -0
  357. /package/{dist-esm/src → dist/browser}/generated/operationsInterfaces/query.js +0 -0
  358. /package/{dist-esm/src → dist/browser}/generated/pagingHelper.js +0 -0
  359. /package/{dist-esm/src → dist/browser}/generated/pagingHelper.js.map +0 -0
  360. /package/{dist-esm/src → dist/browser}/logger.js +0 -0
  361. /package/{dist-esm/src → dist/browser}/logger.js.map +0 -0
@@ -0,0 +1,335 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ /** A model definition and metadata for that model. */
3
+ export interface DigitalTwinsModelData {
4
+ /** A language map that contains the localized display names as specified in the model definition. */
5
+ displayName?: {
6
+ [propertyName: string]: string;
7
+ };
8
+ /** A language map that contains the localized descriptions as specified in the model definition. */
9
+ description?: {
10
+ [propertyName: string]: string;
11
+ };
12
+ /** The id of the model as specified in the model definition. */
13
+ id: string;
14
+ /** The time the model was uploaded to the service. */
15
+ uploadTime?: Date;
16
+ /** Indicates if the model is decommissioned. Decommissioned models cannot be referenced by newly created digital twins. */
17
+ decommissioned?: boolean;
18
+ /** The model definition. */
19
+ model?: Record<string, unknown>;
20
+ }
21
+ /** Error response. */
22
+ export interface ErrorResponse {
23
+ /** The error details. */
24
+ error?: ErrorModel;
25
+ }
26
+ /** Error definition. */
27
+ export interface ErrorModel {
28
+ /**
29
+ * Service specific error code which serves as the substatus for the HTTP error code.
30
+ * NOTE: This property will not be serialized. It can only be populated by the server.
31
+ */
32
+ readonly code?: string;
33
+ /**
34
+ * A human-readable representation of the error.
35
+ * NOTE: This property will not be serialized. It can only be populated by the server.
36
+ */
37
+ readonly message?: string;
38
+ /**
39
+ * Internal error details.
40
+ * NOTE: This property will not be serialized. It can only be populated by the server.
41
+ */
42
+ readonly details?: ErrorModel[];
43
+ /** An object containing more specific information than the current object about the error. */
44
+ innererror?: InnerError;
45
+ }
46
+ /** A more specific error description than was provided by the containing error. */
47
+ export interface InnerError {
48
+ /** A more specific error code than was provided by the containing error. */
49
+ code?: string;
50
+ /** An object containing more specific information than the current object about the error. */
51
+ innererror?: InnerError;
52
+ }
53
+ /** A collection of DigitalTwinsModelData objects. */
54
+ export interface PagedDigitalTwinsModelDataCollection {
55
+ /** The DigitalTwinsModelData objects. */
56
+ value?: DigitalTwinsModelData[];
57
+ /** A URI to retrieve the next page of objects. */
58
+ nextLink?: string;
59
+ }
60
+ /** A query specification containing either a query statement or a continuation token from a previous query result. */
61
+ export interface QuerySpecification {
62
+ /** The query to execute. This value is ignored if a continuation token is provided. */
63
+ query?: string;
64
+ /** A token which is used to retrieve the next set of results from a previous query. */
65
+ continuationToken?: string;
66
+ }
67
+ /** The results of a query operation and an optional continuation token. */
68
+ export interface QueryResult {
69
+ /** The query results. */
70
+ value?: Record<string, unknown>[];
71
+ /** A token which can be used to construct a new QuerySpecification to retrieve the next set of results. */
72
+ continuationToken?: string;
73
+ }
74
+ /** A collection of relationships which relate digital twins together. */
75
+ export interface RelationshipCollection {
76
+ /** The relationship objects. */
77
+ value?: Record<string, unknown>[];
78
+ /** A URI to retrieve the next page of objects. */
79
+ nextLink?: string;
80
+ }
81
+ /** A collection of incoming relationships which relate digital twins together. */
82
+ export interface IncomingRelationshipCollection {
83
+ value?: IncomingRelationship[];
84
+ /** A URI to retrieve the next page of objects. */
85
+ nextLink?: string;
86
+ }
87
+ /** An incoming relationship. */
88
+ export interface IncomingRelationship {
89
+ /** A user-provided string representing the id of this relationship, unique in the context of the source digital twin, i.e. sourceId + relationshipId is unique in the context of the service. */
90
+ relationshipId?: string;
91
+ /** The id of the source digital twin. */
92
+ sourceId?: string;
93
+ /** The name of the relationship. */
94
+ relationshipName?: string;
95
+ /** Link to the relationship, to be used for deletion. */
96
+ relationshipLink?: string;
97
+ }
98
+ /** A collection of EventRoute objects. */
99
+ export interface EventRouteCollection {
100
+ /** The EventRoute objects. */
101
+ value?: EventRoute[];
102
+ /** A URI to retrieve the next page of results. */
103
+ nextLink?: string;
104
+ }
105
+ /** A route which directs notification and telemetry events to an endpoint. Endpoints are a destination outside of Azure Digital Twins such as an EventHub. */
106
+ export interface EventRoute {
107
+ /**
108
+ * The id of the event route.
109
+ * NOTE: This property will not be serialized. It can only be populated by the server.
110
+ */
111
+ readonly id?: string;
112
+ /** The name of the endpoint this event route is bound to. */
113
+ endpointName: string;
114
+ /** An expression which describes the events which are routed to the endpoint. */
115
+ filter: string;
116
+ }
117
+ /** Defines headers for Query_queryTwins operation. */
118
+ export interface QueryQueryTwinsHeaders {
119
+ /** The query charge. */
120
+ queryCharge?: number;
121
+ }
122
+ /** Defines headers for DigitalTwins_getById operation. */
123
+ export interface DigitalTwinsGetByIdHeaders {
124
+ /** Weak Etag. */
125
+ etag?: string;
126
+ }
127
+ /** Defines headers for DigitalTwins_add operation. */
128
+ export interface DigitalTwinsAddHeaders {
129
+ /** Weak Etag. */
130
+ etag?: string;
131
+ }
132
+ /** Defines headers for DigitalTwins_update operation. */
133
+ export interface DigitalTwinsUpdateHeaders {
134
+ /** Weak Etag. */
135
+ etag?: string;
136
+ }
137
+ /** Defines headers for DigitalTwins_getRelationshipById operation. */
138
+ export interface DigitalTwinsGetRelationshipByIdHeaders {
139
+ /** Weak Etag. */
140
+ etag?: string;
141
+ }
142
+ /** Defines headers for DigitalTwins_addRelationship operation. */
143
+ export interface DigitalTwinsAddRelationshipHeaders {
144
+ /** Weak Etag. */
145
+ etag?: string;
146
+ }
147
+ /** Defines headers for DigitalTwins_updateRelationship operation. */
148
+ export interface DigitalTwinsUpdateRelationshipHeaders {
149
+ /** Weak Etag. */
150
+ etag?: string;
151
+ }
152
+ /** Defines headers for DigitalTwins_getComponent operation. */
153
+ export interface DigitalTwinsGetComponentHeaders {
154
+ /** Weak Etag. */
155
+ etag?: string;
156
+ }
157
+ /** Defines headers for DigitalTwins_updateComponent operation. */
158
+ export interface DigitalTwinsUpdateComponentHeaders {
159
+ /** Weak Etag. */
160
+ etag?: string;
161
+ }
162
+ /** Optional parameters. */
163
+ export interface DigitalTwinModelsAddOptionalParams extends coreClient.OperationOptions {
164
+ /** An array of models to add. */
165
+ models?: Record<string, unknown>[];
166
+ }
167
+ /** Contains response data for the add operation. */
168
+ export type DigitalTwinModelsAddResponse = DigitalTwinsModelData[];
169
+ /** Optional parameters. */
170
+ export interface DigitalTwinModelsListOptionalParams extends coreClient.OperationOptions {
171
+ /** The set of the models which will have their dependencies retrieved. If omitted, all models are retrieved. */
172
+ dependenciesFor?: string[];
173
+ /** When true the model definition will be returned as part of the result. */
174
+ includeModelDefinition?: boolean;
175
+ /** The maximum number of items to retrieve per request. The server may choose to return less than the requested number. */
176
+ resultsPerPage?: number;
177
+ }
178
+ /** Contains response data for the list operation. */
179
+ export type DigitalTwinModelsListResponse = PagedDigitalTwinsModelDataCollection;
180
+ /** Optional parameters. */
181
+ export interface DigitalTwinModelsGetByIdOptionalParams extends coreClient.OperationOptions {
182
+ /** When true the model definition will be returned as part of the result. */
183
+ includeModelDefinition?: boolean;
184
+ }
185
+ /** Contains response data for the getById operation. */
186
+ export type DigitalTwinModelsGetByIdResponse = DigitalTwinsModelData;
187
+ /** Optional parameters. */
188
+ export interface DigitalTwinModelsUpdateOptionalParams extends coreClient.OperationOptions {
189
+ }
190
+ /** Optional parameters. */
191
+ export interface DigitalTwinModelsDeleteOptionalParams extends coreClient.OperationOptions {
192
+ }
193
+ /** Optional parameters. */
194
+ export interface DigitalTwinModelsListNextOptionalParams extends coreClient.OperationOptions {
195
+ /** The maximum number of items to retrieve per request. The server may choose to return less than the requested number. */
196
+ resultsPerPage?: number;
197
+ }
198
+ /** Contains response data for the listNext operation. */
199
+ export type DigitalTwinModelsListNextResponse = PagedDigitalTwinsModelDataCollection;
200
+ /** Optional parameters. */
201
+ export interface QueryQueryTwinsOptionalParams extends coreClient.OperationOptions {
202
+ /** The maximum number of items to retrieve per request. The server may choose to return less than the requested number. */
203
+ resultsPerPage?: number;
204
+ }
205
+ /** Contains response data for the queryTwins operation. */
206
+ export type QueryQueryTwinsResponse = QueryQueryTwinsHeaders & QueryResult;
207
+ /** Optional parameters. */
208
+ export interface DigitalTwinsGetByIdOptionalParams extends coreClient.OperationOptions {
209
+ }
210
+ /** Contains response data for the getById operation. */
211
+ export type DigitalTwinsGetByIdResponse = DigitalTwinsGetByIdHeaders & Record<string, unknown>;
212
+ /** Optional parameters. */
213
+ export interface DigitalTwinsAddOptionalParams extends coreClient.OperationOptions {
214
+ /** Only perform the operation if the entity does not already exist. */
215
+ ifNoneMatch?: string;
216
+ }
217
+ /** Contains response data for the add operation. */
218
+ export type DigitalTwinsAddResponse = DigitalTwinsAddHeaders & Record<string, unknown>;
219
+ /** Optional parameters. */
220
+ export interface DigitalTwinsDeleteOptionalParams extends coreClient.OperationOptions {
221
+ /** Only perform the operation if the entity's etag matches one of the etags provided or * is provided. */
222
+ ifMatch?: string;
223
+ }
224
+ /** Optional parameters. */
225
+ export interface DigitalTwinsUpdateOptionalParams extends coreClient.OperationOptions {
226
+ /** Only perform the operation if the entity's etag matches one of the etags provided or * is provided. */
227
+ ifMatch?: string;
228
+ }
229
+ /** Contains response data for the update operation. */
230
+ export type DigitalTwinsUpdateResponse = DigitalTwinsUpdateHeaders;
231
+ /** Optional parameters. */
232
+ export interface DigitalTwinsGetRelationshipByIdOptionalParams extends coreClient.OperationOptions {
233
+ }
234
+ /** Contains response data for the getRelationshipById operation. */
235
+ export type DigitalTwinsGetRelationshipByIdResponse = DigitalTwinsGetRelationshipByIdHeaders & Record<string, unknown>;
236
+ /** Optional parameters. */
237
+ export interface DigitalTwinsAddRelationshipOptionalParams extends coreClient.OperationOptions {
238
+ /** Only perform the operation if the entity does not already exist. */
239
+ ifNoneMatch?: string;
240
+ }
241
+ /** Contains response data for the addRelationship operation. */
242
+ export type DigitalTwinsAddRelationshipResponse = DigitalTwinsAddRelationshipHeaders & Record<string, unknown>;
243
+ /** Optional parameters. */
244
+ export interface DigitalTwinsDeleteRelationshipOptionalParams extends coreClient.OperationOptions {
245
+ /** Only perform the operation if the entity's etag matches one of the etags provided or * is provided. */
246
+ ifMatch?: string;
247
+ }
248
+ /** Optional parameters. */
249
+ export interface DigitalTwinsUpdateRelationshipOptionalParams extends coreClient.OperationOptions {
250
+ /** Only perform the operation if the entity's etag matches one of the etags provided or * is provided. */
251
+ ifMatch?: string;
252
+ }
253
+ /** Contains response data for the updateRelationship operation. */
254
+ export type DigitalTwinsUpdateRelationshipResponse = DigitalTwinsUpdateRelationshipHeaders;
255
+ /** Optional parameters. */
256
+ export interface DigitalTwinsListRelationshipsOptionalParams extends coreClient.OperationOptions {
257
+ /** The name of the relationship. */
258
+ relationshipName?: string;
259
+ }
260
+ /** Contains response data for the listRelationships operation. */
261
+ export type DigitalTwinsListRelationshipsResponse = RelationshipCollection;
262
+ /** Optional parameters. */
263
+ export interface DigitalTwinsListIncomingRelationshipsOptionalParams extends coreClient.OperationOptions {
264
+ }
265
+ /** Contains response data for the listIncomingRelationships operation. */
266
+ export type DigitalTwinsListIncomingRelationshipsResponse = IncomingRelationshipCollection;
267
+ /** Optional parameters. */
268
+ export interface DigitalTwinsSendTelemetryOptionalParams extends coreClient.OperationOptions {
269
+ /** An RFC 3339 timestamp that identifies the time the telemetry was measured. */
270
+ telemetrySourceTime?: string;
271
+ }
272
+ /** Optional parameters. */
273
+ export interface DigitalTwinsSendComponentTelemetryOptionalParams extends coreClient.OperationOptions {
274
+ /** An RFC 3339 timestamp that identifies the time the telemetry was measured. */
275
+ telemetrySourceTime?: string;
276
+ }
277
+ /** Optional parameters. */
278
+ export interface DigitalTwinsGetComponentOptionalParams extends coreClient.OperationOptions {
279
+ }
280
+ /** Contains response data for the getComponent operation. */
281
+ export type DigitalTwinsGetComponentResponse = DigitalTwinsGetComponentHeaders & Record<string, unknown>;
282
+ /** Optional parameters. */
283
+ export interface DigitalTwinsUpdateComponentOptionalParams extends coreClient.OperationOptions {
284
+ /** Only perform the operation if the entity's etag matches one of the etags provided or * is provided. */
285
+ ifMatch?: string;
286
+ }
287
+ /** Contains response data for the updateComponent operation. */
288
+ export type DigitalTwinsUpdateComponentResponse = DigitalTwinsUpdateComponentHeaders;
289
+ /** Optional parameters. */
290
+ export interface DigitalTwinsListRelationshipsNextOptionalParams extends coreClient.OperationOptions {
291
+ }
292
+ /** Contains response data for the listRelationshipsNext operation. */
293
+ export type DigitalTwinsListRelationshipsNextResponse = RelationshipCollection;
294
+ /** Optional parameters. */
295
+ export interface DigitalTwinsListIncomingRelationshipsNextOptionalParams extends coreClient.OperationOptions {
296
+ }
297
+ /** Contains response data for the listIncomingRelationshipsNext operation. */
298
+ export type DigitalTwinsListIncomingRelationshipsNextResponse = IncomingRelationshipCollection;
299
+ /** Optional parameters. */
300
+ export interface EventRoutesListOptionalParams extends coreClient.OperationOptions {
301
+ /** The maximum number of items to retrieve per request. The server may choose to return less than the requested number. */
302
+ resultsPerPage?: number;
303
+ }
304
+ /** Contains response data for the list operation. */
305
+ export type EventRoutesListResponse = EventRouteCollection;
306
+ /** Optional parameters. */
307
+ export interface EventRoutesGetByIdOptionalParams extends coreClient.OperationOptions {
308
+ }
309
+ /** Contains response data for the getById operation. */
310
+ export type EventRoutesGetByIdResponse = EventRoute;
311
+ /** Optional parameters. */
312
+ export interface EventRoutesAddOptionalParams extends coreClient.OperationOptions {
313
+ /** The event route data */
314
+ eventRoute?: EventRoute;
315
+ }
316
+ /** Optional parameters. */
317
+ export interface EventRoutesDeleteOptionalParams extends coreClient.OperationOptions {
318
+ }
319
+ /** Optional parameters. */
320
+ export interface EventRoutesListNextOptionalParams extends coreClient.OperationOptions {
321
+ /** The maximum number of items to retrieve per request. The server may choose to return less than the requested number. */
322
+ resultsPerPage?: number;
323
+ }
324
+ /** Contains response data for the listNext operation. */
325
+ export type EventRoutesListNextResponse = EventRouteCollection;
326
+ /** Optional parameters. */
327
+ export interface AzureDigitalTwinsAPIOptionalParams extends coreClient.ServiceClientOptions {
328
+ /** server parameter */
329
+ $host?: string;
330
+ /** Api Version */
331
+ apiVersion?: string;
332
+ /** Overrides client endpoint. */
333
+ endpoint?: string;
334
+ }
335
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","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/** A model definition and metadata for that model. */\nexport interface DigitalTwinsModelData {\n /** A language map that contains the localized display names as specified in the model definition. */\n displayName?: { [propertyName: string]: string };\n /** A language map that contains the localized descriptions as specified in the model definition. */\n description?: { [propertyName: string]: string };\n /** The id of the model as specified in the model definition. */\n id: string;\n /** The time the model was uploaded to the service. */\n uploadTime?: Date;\n /** Indicates if the model is decommissioned. Decommissioned models cannot be referenced by newly created digital twins. */\n decommissioned?: boolean;\n /** The model definition. */\n model?: Record<string, unknown>;\n}\n\n/** Error response. */\nexport interface ErrorResponse {\n /** The error details. */\n error?: ErrorModel;\n}\n\n/** Error definition. */\nexport interface ErrorModel {\n /**\n * Service specific error code which serves as the substatus for the HTTP 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 * A human-readable representation of the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Internal error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorModel[];\n /** An object containing more specific information than the current object about the error. */\n innererror?: InnerError;\n}\n\n/** A more specific error description than was provided by the containing error. */\nexport interface InnerError {\n /** A more specific error code than was provided by the containing error. */\n code?: string;\n /** An object containing more specific information than the current object about the error. */\n innererror?: InnerError;\n}\n\n/** A collection of DigitalTwinsModelData objects. */\nexport interface PagedDigitalTwinsModelDataCollection {\n /** The DigitalTwinsModelData objects. */\n value?: DigitalTwinsModelData[];\n /** A URI to retrieve the next page of objects. */\n nextLink?: string;\n}\n\n/** A query specification containing either a query statement or a continuation token from a previous query result. */\nexport interface QuerySpecification {\n /** The query to execute. This value is ignored if a continuation token is provided. */\n query?: string;\n /** A token which is used to retrieve the next set of results from a previous query. */\n continuationToken?: string;\n}\n\n/** The results of a query operation and an optional continuation token. */\nexport interface QueryResult {\n /** The query results. */\n value?: Record<string, unknown>[];\n /** A token which can be used to construct a new QuerySpecification to retrieve the next set of results. */\n continuationToken?: string;\n}\n\n/** A collection of relationships which relate digital twins together. */\nexport interface RelationshipCollection {\n /** The relationship objects. */\n value?: Record<string, unknown>[];\n /** A URI to retrieve the next page of objects. */\n nextLink?: string;\n}\n\n/** A collection of incoming relationships which relate digital twins together. */\nexport interface IncomingRelationshipCollection {\n value?: IncomingRelationship[];\n /** A URI to retrieve the next page of objects. */\n nextLink?: string;\n}\n\n/** An incoming relationship. */\nexport interface IncomingRelationship {\n /** A user-provided string representing the id of this relationship, unique in the context of the source digital twin, i.e. sourceId + relationshipId is unique in the context of the service. */\n relationshipId?: string;\n /** The id of the source digital twin. */\n sourceId?: string;\n /** The name of the relationship. */\n relationshipName?: string;\n /** Link to the relationship, to be used for deletion. */\n relationshipLink?: string;\n}\n\n/** A collection of EventRoute objects. */\nexport interface EventRouteCollection {\n /** The EventRoute objects. */\n value?: EventRoute[];\n /** A URI to retrieve the next page of results. */\n nextLink?: string;\n}\n\n/** A route which directs notification and telemetry events to an endpoint. Endpoints are a destination outside of Azure Digital Twins such as an EventHub. */\nexport interface EventRoute {\n /**\n * The id of the event route.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** The name of the endpoint this event route is bound to. */\n endpointName: string;\n /** An expression which describes the events which are routed to the endpoint. */\n filter: string;\n}\n\n/** Defines headers for Query_queryTwins operation. */\nexport interface QueryQueryTwinsHeaders {\n /** The query charge. */\n queryCharge?: number;\n}\n\n/** Defines headers for DigitalTwins_getById operation. */\nexport interface DigitalTwinsGetByIdHeaders {\n /** Weak Etag. */\n etag?: string;\n}\n\n/** Defines headers for DigitalTwins_add operation. */\nexport interface DigitalTwinsAddHeaders {\n /** Weak Etag. */\n etag?: string;\n}\n\n/** Defines headers for DigitalTwins_update operation. */\nexport interface DigitalTwinsUpdateHeaders {\n /** Weak Etag. */\n etag?: string;\n}\n\n/** Defines headers for DigitalTwins_getRelationshipById operation. */\nexport interface DigitalTwinsGetRelationshipByIdHeaders {\n /** Weak Etag. */\n etag?: string;\n}\n\n/** Defines headers for DigitalTwins_addRelationship operation. */\nexport interface DigitalTwinsAddRelationshipHeaders {\n /** Weak Etag. */\n etag?: string;\n}\n\n/** Defines headers for DigitalTwins_updateRelationship operation. */\nexport interface DigitalTwinsUpdateRelationshipHeaders {\n /** Weak Etag. */\n etag?: string;\n}\n\n/** Defines headers for DigitalTwins_getComponent operation. */\nexport interface DigitalTwinsGetComponentHeaders {\n /** Weak Etag. */\n etag?: string;\n}\n\n/** Defines headers for DigitalTwins_updateComponent operation. */\nexport interface DigitalTwinsUpdateComponentHeaders {\n /** Weak Etag. */\n etag?: string;\n}\n\n/** Optional parameters. */\nexport interface DigitalTwinModelsAddOptionalParams\n extends coreClient.OperationOptions {\n /** An array of models to add. */\n models?: Record<string, unknown>[];\n}\n\n/** Contains response data for the add operation. */\nexport type DigitalTwinModelsAddResponse = DigitalTwinsModelData[];\n\n/** Optional parameters. */\nexport interface DigitalTwinModelsListOptionalParams\n extends coreClient.OperationOptions {\n /** The set of the models which will have their dependencies retrieved. If omitted, all models are retrieved. */\n dependenciesFor?: string[];\n /** When true the model definition will be returned as part of the result. */\n includeModelDefinition?: boolean;\n /** The maximum number of items to retrieve per request. The server may choose to return less than the requested number. */\n resultsPerPage?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type DigitalTwinModelsListResponse = PagedDigitalTwinsModelDataCollection;\n\n/** Optional parameters. */\nexport interface DigitalTwinModelsGetByIdOptionalParams\n extends coreClient.OperationOptions {\n /** When true the model definition will be returned as part of the result. */\n includeModelDefinition?: boolean;\n}\n\n/** Contains response data for the getById operation. */\nexport type DigitalTwinModelsGetByIdResponse = DigitalTwinsModelData;\n\n/** Optional parameters. */\nexport interface DigitalTwinModelsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DigitalTwinModelsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DigitalTwinModelsListNextOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of items to retrieve per request. The server may choose to return less than the requested number. */\n resultsPerPage?: number;\n}\n\n/** Contains response data for the listNext operation. */\nexport type DigitalTwinModelsListNextResponse = PagedDigitalTwinsModelDataCollection;\n\n/** Optional parameters. */\nexport interface QueryQueryTwinsOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of items to retrieve per request. The server may choose to return less than the requested number. */\n resultsPerPage?: number;\n}\n\n/** Contains response data for the queryTwins operation. */\nexport type QueryQueryTwinsResponse = QueryQueryTwinsHeaders & QueryResult;\n\n/** Optional parameters. */\nexport interface DigitalTwinsGetByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getById operation. */\nexport type DigitalTwinsGetByIdResponse = DigitalTwinsGetByIdHeaders &\n Record<string, unknown>;\n\n/** Optional parameters. */\nexport interface DigitalTwinsAddOptionalParams\n extends coreClient.OperationOptions {\n /** Only perform the operation if the entity does not already exist. */\n ifNoneMatch?: string;\n}\n\n/** Contains response data for the add operation. */\nexport type DigitalTwinsAddResponse = DigitalTwinsAddHeaders &\n Record<string, unknown>;\n\n/** Optional parameters. */\nexport interface DigitalTwinsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Only perform the operation if the entity's etag matches one of the etags provided or * is provided. */\n ifMatch?: string;\n}\n\n/** Optional parameters. */\nexport interface DigitalTwinsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Only perform the operation if the entity's etag matches one of the etags provided or * is provided. */\n ifMatch?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DigitalTwinsUpdateResponse = DigitalTwinsUpdateHeaders;\n\n/** Optional parameters. */\nexport interface DigitalTwinsGetRelationshipByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getRelationshipById operation. */\nexport type DigitalTwinsGetRelationshipByIdResponse = DigitalTwinsGetRelationshipByIdHeaders &\n Record<string, unknown>;\n\n/** Optional parameters. */\nexport interface DigitalTwinsAddRelationshipOptionalParams\n extends coreClient.OperationOptions {\n /** Only perform the operation if the entity does not already exist. */\n ifNoneMatch?: string;\n}\n\n/** Contains response data for the addRelationship operation. */\nexport type DigitalTwinsAddRelationshipResponse = DigitalTwinsAddRelationshipHeaders &\n Record<string, unknown>;\n\n/** Optional parameters. */\nexport interface DigitalTwinsDeleteRelationshipOptionalParams\n extends coreClient.OperationOptions {\n /** Only perform the operation if the entity's etag matches one of the etags provided or * is provided. */\n ifMatch?: string;\n}\n\n/** Optional parameters. */\nexport interface DigitalTwinsUpdateRelationshipOptionalParams\n extends coreClient.OperationOptions {\n /** Only perform the operation if the entity's etag matches one of the etags provided or * is provided. */\n ifMatch?: string;\n}\n\n/** Contains response data for the updateRelationship operation. */\nexport type DigitalTwinsUpdateRelationshipResponse = DigitalTwinsUpdateRelationshipHeaders;\n\n/** Optional parameters. */\nexport interface DigitalTwinsListRelationshipsOptionalParams\n extends coreClient.OperationOptions {\n /** The name of the relationship. */\n relationshipName?: string;\n}\n\n/** Contains response data for the listRelationships operation. */\nexport type DigitalTwinsListRelationshipsResponse = RelationshipCollection;\n\n/** Optional parameters. */\nexport interface DigitalTwinsListIncomingRelationshipsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listIncomingRelationships operation. */\nexport type DigitalTwinsListIncomingRelationshipsResponse = IncomingRelationshipCollection;\n\n/** Optional parameters. */\nexport interface DigitalTwinsSendTelemetryOptionalParams\n extends coreClient.OperationOptions {\n /** An RFC 3339 timestamp that identifies the time the telemetry was measured. */\n telemetrySourceTime?: string;\n}\n\n/** Optional parameters. */\nexport interface DigitalTwinsSendComponentTelemetryOptionalParams\n extends coreClient.OperationOptions {\n /** An RFC 3339 timestamp that identifies the time the telemetry was measured. */\n telemetrySourceTime?: string;\n}\n\n/** Optional parameters. */\nexport interface DigitalTwinsGetComponentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getComponent operation. */\nexport type DigitalTwinsGetComponentResponse = DigitalTwinsGetComponentHeaders &\n Record<string, unknown>;\n\n/** Optional parameters. */\nexport interface DigitalTwinsUpdateComponentOptionalParams\n extends coreClient.OperationOptions {\n /** Only perform the operation if the entity's etag matches one of the etags provided or * is provided. */\n ifMatch?: string;\n}\n\n/** Contains response data for the updateComponent operation. */\nexport type DigitalTwinsUpdateComponentResponse = DigitalTwinsUpdateComponentHeaders;\n\n/** Optional parameters. */\nexport interface DigitalTwinsListRelationshipsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRelationshipsNext operation. */\nexport type DigitalTwinsListRelationshipsNextResponse = RelationshipCollection;\n\n/** Optional parameters. */\nexport interface DigitalTwinsListIncomingRelationshipsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listIncomingRelationshipsNext operation. */\nexport type DigitalTwinsListIncomingRelationshipsNextResponse = IncomingRelationshipCollection;\n\n/** Optional parameters. */\nexport interface EventRoutesListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of items to retrieve per request. The server may choose to return less than the requested number. */\n resultsPerPage?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type EventRoutesListResponse = EventRouteCollection;\n\n/** Optional parameters. */\nexport interface EventRoutesGetByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getById operation. */\nexport type EventRoutesGetByIdResponse = EventRoute;\n\n/** Optional parameters. */\nexport interface EventRoutesAddOptionalParams\n extends coreClient.OperationOptions {\n /** The event route data */\n eventRoute?: EventRoute;\n}\n\n/** Optional parameters. */\nexport interface EventRoutesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface EventRoutesListNextOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of items to retrieve per request. The server may choose to return less than the requested number. */\n resultsPerPage?: number;\n}\n\n/** Contains response data for the listNext operation. */\nexport type EventRoutesListNextResponse = EventRouteCollection;\n\n/** Optional parameters. */\nexport interface AzureDigitalTwinsAPIOptionalParams\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,23 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const DigitalTwinsModelData: coreClient.CompositeMapper;
3
+ export declare const ErrorResponse: coreClient.CompositeMapper;
4
+ export declare const ErrorModel: coreClient.CompositeMapper;
5
+ export declare const InnerError: coreClient.CompositeMapper;
6
+ export declare const PagedDigitalTwinsModelDataCollection: coreClient.CompositeMapper;
7
+ export declare const QuerySpecification: coreClient.CompositeMapper;
8
+ export declare const QueryResult: coreClient.CompositeMapper;
9
+ export declare const RelationshipCollection: coreClient.CompositeMapper;
10
+ export declare const IncomingRelationshipCollection: coreClient.CompositeMapper;
11
+ export declare const IncomingRelationship: coreClient.CompositeMapper;
12
+ export declare const EventRouteCollection: coreClient.CompositeMapper;
13
+ export declare const EventRoute: coreClient.CompositeMapper;
14
+ export declare const QueryQueryTwinsHeaders: coreClient.CompositeMapper;
15
+ export declare const DigitalTwinsGetByIdHeaders: coreClient.CompositeMapper;
16
+ export declare const DigitalTwinsAddHeaders: coreClient.CompositeMapper;
17
+ export declare const DigitalTwinsUpdateHeaders: coreClient.CompositeMapper;
18
+ export declare const DigitalTwinsGetRelationshipByIdHeaders: coreClient.CompositeMapper;
19
+ export declare const DigitalTwinsAddRelationshipHeaders: coreClient.CompositeMapper;
20
+ export declare const DigitalTwinsUpdateRelationshipHeaders: coreClient.CompositeMapper;
21
+ export declare const DigitalTwinsGetComponentHeaders: coreClient.CompositeMapper;
22
+ export declare const DigitalTwinsUpdateComponentHeaders: coreClient.CompositeMapper;
23
+ //# sourceMappingURL=mappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../../src/generated/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAgD9C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAyCnC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAoBnC,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,UAAU,CAAC,eAyB7D,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAmB3C,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAyBpC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAyB/C,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,UAAU,CAAC,eAyBvD,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eA+B7C,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAyB7C,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA4BnC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAa/C,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAanD,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAa/C,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAalD,CAAC;AAEF,eAAO,MAAM,sCAAsC,EAAE,UAAU,CAAC,eAa/D,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,UAAU,CAAC,eAa3D,CAAC;AAEF,eAAO,MAAM,qCAAqC,EAAE,UAAU,CAAC,eAa9D,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,UAAU,CAAC,eAaxD,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,UAAU,CAAC,eAa3D,CAAC"}