@azure-tools/communication-short-codes 1.0.0-beta.4 → 1.0.0-beta.5

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 (312) hide show
  1. package/README.md +175 -156
  2. package/dist/browser/generated/src/index.d.ts +4 -0
  3. package/dist/browser/generated/src/index.d.ts.map +1 -0
  4. package/{dist-esm/src → dist/browser}/generated/src/index.js +3 -3
  5. package/dist/browser/generated/src/index.js.map +1 -0
  6. package/{types/communication-short-codes.d.ts → dist/browser/generated/src/models/index.d.ts} +422 -377
  7. package/dist/browser/generated/src/models/index.d.ts.map +1 -0
  8. package/dist/browser/generated/src/models/index.js.map +1 -0
  9. package/dist/browser/generated/src/models/mappers.d.ts +23 -0
  10. package/dist/browser/generated/src/models/mappers.d.ts.map +1 -0
  11. package/{dist-esm/src → dist/browser}/generated/src/models/mappers.js +74 -39
  12. package/dist/browser/generated/src/models/mappers.js.map +1 -0
  13. package/dist/browser/generated/src/models/parameters.d.ts +19 -0
  14. package/dist/browser/generated/src/models/parameters.d.ts.map +1 -0
  15. package/{dist-esm/src → dist/browser}/generated/src/models/parameters.js +1 -1
  16. package/dist/browser/generated/src/models/parameters.js.map +1 -0
  17. package/dist/browser/generated/src/operations/index.d.ts +2 -0
  18. package/dist/browser/generated/src/operations/index.d.ts.map +1 -0
  19. package/{dist-esm/src → dist/browser}/generated/src/operations/index.js +1 -1
  20. package/{dist-esm/src → dist/browser}/generated/src/operations/index.js.map +1 -1
  21. package/dist/browser/generated/src/operations/shortCodes.d.ts +143 -0
  22. package/dist/browser/generated/src/operations/shortCodes.d.ts.map +1 -0
  23. package/{dist-esm/src/generated/src/operations/shortCodesOperations.js → dist/browser/generated/src/operations/shortCodes.js} +146 -107
  24. package/dist/browser/generated/src/operations/shortCodes.js.map +1 -0
  25. package/dist/browser/generated/src/operationsInterfaces/index.d.ts +2 -0
  26. package/dist/browser/generated/src/operationsInterfaces/index.d.ts.map +1 -0
  27. package/{dist-esm/src → dist/browser}/generated/src/operationsInterfaces/index.js +1 -1
  28. package/{dist-esm/src → dist/browser}/generated/src/operationsInterfaces/index.js.map +1 -1
  29. package/dist/browser/generated/src/operationsInterfaces/shortCodes.d.ts +80 -0
  30. package/dist/browser/generated/src/operationsInterfaces/shortCodes.d.ts.map +1 -0
  31. package/{dist-esm/src/generated/src/operationsInterfaces/shortCodesOperations.js → dist/browser/generated/src/operationsInterfaces/shortCodes.js} +1 -1
  32. package/dist/browser/generated/src/operationsInterfaces/shortCodes.js.map +1 -0
  33. package/dist/browser/generated/src/shortCodesClient.d.ts +17 -0
  34. package/dist/browser/generated/src/shortCodesClient.d.ts.map +1 -0
  35. package/{dist-esm/src → dist/browser}/generated/src/shortCodesClient.js +14 -7
  36. package/dist/browser/generated/src/shortCodesClient.js.map +1 -0
  37. package/dist/browser/generated/src/tracing.d.ts +2 -0
  38. package/dist/browser/generated/src/tracing.d.ts.map +1 -0
  39. package/{dist-esm/src → dist/browser}/generated/src/tracing.js +1 -1
  40. package/{dist-esm/src → dist/browser}/generated/src/tracing.js.map +1 -1
  41. package/dist/browser/index.d.ts +4 -0
  42. package/dist/browser/index.d.ts.map +1 -0
  43. package/dist/browser/index.js +6 -0
  44. package/dist/browser/index.js.map +1 -0
  45. package/dist/browser/mappers.d.ts +2 -0
  46. package/dist/browser/mappers.d.ts.map +1 -0
  47. package/dist/browser/mappers.js +4 -0
  48. package/dist/browser/mappers.js.map +1 -0
  49. package/dist/browser/models.d.ts +34 -0
  50. package/dist/browser/models.d.ts.map +1 -0
  51. package/dist/browser/models.js +4 -0
  52. package/dist/browser/models.js.map +1 -0
  53. package/dist/browser/package.json +3 -0
  54. package/dist/browser/shortCodesClient.d.ts +31 -0
  55. package/dist/browser/shortCodesClient.d.ts.map +1 -0
  56. package/{dist-esm/src → dist/browser}/shortCodesClient.js +45 -18
  57. package/dist/browser/shortCodesClient.js.map +1 -0
  58. package/dist/browser/utils/constants.d.ts +2 -0
  59. package/dist/browser/utils/constants.d.ts.map +1 -0
  60. package/dist/browser/utils/constants.js +4 -0
  61. package/{dist-esm/src → dist/browser}/utils/constants.js.map +1 -1
  62. package/dist/browser/utils/customPipelinePolicies.d.ts +11 -0
  63. package/dist/browser/utils/customPipelinePolicies.d.ts.map +1 -0
  64. package/dist/browser/utils/customPipelinePolicies.js +26 -0
  65. package/dist/browser/utils/customPipelinePolicies.js.map +1 -0
  66. package/dist/browser/utils/index.d.ts +3 -0
  67. package/dist/browser/utils/index.d.ts.map +1 -0
  68. package/dist/browser/utils/index.js +5 -0
  69. package/dist/browser/utils/index.js.map +1 -0
  70. package/dist/browser/utils/logger.d.ts +5 -0
  71. package/dist/browser/utils/logger.d.ts.map +1 -0
  72. package/{dist-esm/src → dist/browser}/utils/logger.js +1 -1
  73. package/{dist-esm/src → dist/browser}/utils/logger.js.map +1 -1
  74. package/dist/commonjs/generated/src/index.d.ts +4 -0
  75. package/dist/commonjs/generated/src/index.d.ts.map +1 -0
  76. package/dist/commonjs/generated/src/index.js +17 -0
  77. package/dist/commonjs/generated/src/index.js.map +1 -0
  78. package/dist/commonjs/generated/src/models/index.d.ts +422 -0
  79. package/dist/commonjs/generated/src/models/index.d.ts.map +1 -0
  80. package/dist/commonjs/generated/src/models/index.js +10 -0
  81. package/dist/commonjs/generated/src/models/index.js.map +1 -0
  82. package/dist/commonjs/generated/src/models/mappers.d.ts +23 -0
  83. package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -0
  84. package/dist/commonjs/generated/src/models/mappers.js +846 -0
  85. package/dist/commonjs/generated/src/models/mappers.js.map +1 -0
  86. package/dist/commonjs/generated/src/models/parameters.d.ts +19 -0
  87. package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -0
  88. package/dist/commonjs/generated/src/models/parameters.js +146 -0
  89. package/dist/commonjs/generated/src/models/parameters.js.map +1 -0
  90. package/dist/commonjs/generated/src/operations/index.d.ts +2 -0
  91. package/dist/commonjs/generated/src/operations/index.d.ts.map +1 -0
  92. package/dist/commonjs/generated/src/operations/index.js +12 -0
  93. package/dist/commonjs/generated/src/operations/index.js.map +1 -0
  94. package/dist/commonjs/generated/src/operations/shortCodes.d.ts +143 -0
  95. package/dist/commonjs/generated/src/operations/shortCodes.d.ts.map +1 -0
  96. package/dist/commonjs/generated/src/operations/shortCodes.js +605 -0
  97. package/dist/commonjs/generated/src/operations/shortCodes.js.map +1 -0
  98. package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts +2 -0
  99. package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts.map +1 -0
  100. package/dist/commonjs/generated/src/operationsInterfaces/index.js +12 -0
  101. package/dist/commonjs/generated/src/operationsInterfaces/index.js.map +1 -0
  102. package/dist/commonjs/generated/src/operationsInterfaces/shortCodes.d.ts +80 -0
  103. package/dist/commonjs/generated/src/operationsInterfaces/shortCodes.d.ts.map +1 -0
  104. package/dist/commonjs/generated/src/operationsInterfaces/shortCodes.js +10 -0
  105. package/dist/commonjs/generated/src/operationsInterfaces/shortCodes.js.map +1 -0
  106. package/dist/commonjs/generated/src/shortCodesClient.d.ts +17 -0
  107. package/dist/commonjs/generated/src/shortCodesClient.d.ts.map +1 -0
  108. package/dist/commonjs/generated/src/shortCodesClient.js +98 -0
  109. package/dist/commonjs/generated/src/shortCodesClient.js.map +1 -0
  110. package/dist/commonjs/generated/src/tracing.d.ts +2 -0
  111. package/dist/commonjs/generated/src/tracing.d.ts.map +1 -0
  112. package/dist/commonjs/generated/src/tracing.js +17 -0
  113. package/dist/commonjs/generated/src/tracing.js.map +1 -0
  114. package/dist/commonjs/index.d.ts +4 -0
  115. package/dist/commonjs/index.d.ts.map +1 -0
  116. package/dist/commonjs/index.js +9 -0
  117. package/dist/commonjs/index.js.map +1 -0
  118. package/dist/commonjs/mappers.d.ts +2 -0
  119. package/dist/commonjs/mappers.d.ts.map +1 -0
  120. package/dist/commonjs/mappers.js +11 -0
  121. package/dist/commonjs/mappers.js.map +1 -0
  122. package/dist/commonjs/models.d.ts +34 -0
  123. package/dist/commonjs/models.d.ts.map +1 -0
  124. package/dist/commonjs/models.js +5 -0
  125. package/dist/commonjs/models.js.map +1 -0
  126. package/dist/commonjs/package.json +3 -0
  127. package/dist/commonjs/shortCodesClient.d.ts +31 -0
  128. package/dist/commonjs/shortCodesClient.d.ts.map +1 -0
  129. package/dist/commonjs/shortCodesClient.js +141 -0
  130. package/dist/commonjs/shortCodesClient.js.map +1 -0
  131. package/dist/commonjs/tsdoc-metadata.json +11 -0
  132. package/dist/commonjs/utils/constants.d.ts +2 -0
  133. package/dist/commonjs/utils/constants.d.ts.map +1 -0
  134. package/dist/commonjs/utils/constants.js +7 -0
  135. package/dist/commonjs/utils/constants.js.map +1 -0
  136. package/dist/commonjs/utils/customPipelinePolicies.d.ts +11 -0
  137. package/dist/commonjs/utils/customPipelinePolicies.d.ts.map +1 -0
  138. package/dist/commonjs/utils/customPipelinePolicies.js +29 -0
  139. package/dist/commonjs/utils/customPipelinePolicies.js.map +1 -0
  140. package/dist/commonjs/utils/index.d.ts +3 -0
  141. package/dist/commonjs/utils/index.d.ts.map +1 -0
  142. package/dist/commonjs/utils/index.js +8 -0
  143. package/dist/commonjs/utils/index.js.map +1 -0
  144. package/dist/commonjs/utils/logger.d.ts +5 -0
  145. package/dist/commonjs/utils/logger.d.ts.map +1 -0
  146. package/dist/commonjs/utils/logger.js +11 -0
  147. package/dist/commonjs/utils/logger.js.map +1 -0
  148. package/dist/esm/generated/src/index.d.ts +4 -0
  149. package/dist/esm/generated/src/index.d.ts.map +1 -0
  150. package/dist/esm/generated/src/index.js +12 -0
  151. package/dist/esm/generated/src/index.js.map +1 -0
  152. package/dist/esm/generated/src/models/index.d.ts +422 -0
  153. package/dist/esm/generated/src/models/index.d.ts.map +1 -0
  154. package/dist/esm/generated/src/models/index.js +9 -0
  155. package/dist/esm/generated/src/models/index.js.map +1 -0
  156. package/dist/esm/generated/src/models/mappers.d.ts +23 -0
  157. package/dist/esm/generated/src/models/mappers.d.ts.map +1 -0
  158. package/dist/esm/generated/src/models/mappers.js +843 -0
  159. package/dist/esm/generated/src/models/mappers.js.map +1 -0
  160. package/dist/esm/generated/src/models/parameters.d.ts +19 -0
  161. package/dist/esm/generated/src/models/parameters.d.ts.map +1 -0
  162. package/dist/esm/generated/src/models/parameters.js +143 -0
  163. package/dist/esm/generated/src/models/parameters.js.map +1 -0
  164. package/dist/esm/generated/src/operations/index.d.ts +2 -0
  165. package/dist/esm/generated/src/operations/index.d.ts.map +1 -0
  166. package/dist/esm/generated/src/operations/index.js +9 -0
  167. package/dist/esm/generated/src/operations/index.js.map +1 -0
  168. package/dist/esm/generated/src/operations/shortCodes.d.ts +143 -0
  169. package/dist/esm/generated/src/operations/shortCodes.d.ts.map +1 -0
  170. package/dist/esm/generated/src/operations/shortCodes.js +600 -0
  171. package/dist/esm/generated/src/operations/shortCodes.js.map +1 -0
  172. package/dist/esm/generated/src/operationsInterfaces/index.d.ts +2 -0
  173. package/dist/esm/generated/src/operationsInterfaces/index.d.ts.map +1 -0
  174. package/dist/esm/generated/src/operationsInterfaces/index.js +9 -0
  175. package/dist/esm/generated/src/operationsInterfaces/index.js.map +1 -0
  176. package/dist/esm/generated/src/operationsInterfaces/shortCodes.d.ts +80 -0
  177. package/dist/esm/generated/src/operationsInterfaces/shortCodes.d.ts.map +1 -0
  178. package/dist/esm/generated/src/operationsInterfaces/shortCodes.js +9 -0
  179. package/dist/esm/generated/src/operationsInterfaces/shortCodes.js.map +1 -0
  180. package/dist/esm/generated/src/shortCodesClient.d.ts +17 -0
  181. package/dist/esm/generated/src/shortCodesClient.d.ts.map +1 -0
  182. package/dist/esm/generated/src/shortCodesClient.js +93 -0
  183. package/dist/esm/generated/src/shortCodesClient.js.map +1 -0
  184. package/dist/esm/generated/src/tracing.d.ts +2 -0
  185. package/dist/esm/generated/src/tracing.d.ts.map +1 -0
  186. package/dist/esm/generated/src/tracing.js +14 -0
  187. package/dist/esm/generated/src/tracing.js.map +1 -0
  188. package/dist/esm/index.d.ts +4 -0
  189. package/dist/esm/index.d.ts.map +1 -0
  190. package/dist/esm/index.js +6 -0
  191. package/dist/esm/index.js.map +1 -0
  192. package/dist/esm/mappers.d.ts +2 -0
  193. package/dist/esm/mappers.d.ts.map +1 -0
  194. package/dist/esm/mappers.js +4 -0
  195. package/dist/esm/mappers.js.map +1 -0
  196. package/dist/esm/models.d.ts +34 -0
  197. package/dist/esm/models.d.ts.map +1 -0
  198. package/dist/esm/models.js +4 -0
  199. package/dist/esm/models.js.map +1 -0
  200. package/dist/esm/package.json +3 -0
  201. package/dist/esm/shortCodesClient.d.ts +31 -0
  202. package/dist/esm/shortCodesClient.d.ts.map +1 -0
  203. package/dist/esm/shortCodesClient.js +137 -0
  204. package/dist/esm/shortCodesClient.js.map +1 -0
  205. package/dist/esm/utils/constants.d.ts +2 -0
  206. package/dist/esm/utils/constants.d.ts.map +1 -0
  207. package/dist/esm/utils/constants.js +4 -0
  208. package/dist/esm/utils/constants.js.map +1 -0
  209. package/dist/esm/utils/customPipelinePolicies.d.ts +11 -0
  210. package/dist/esm/utils/customPipelinePolicies.d.ts.map +1 -0
  211. package/dist/esm/utils/customPipelinePolicies.js +26 -0
  212. package/dist/esm/utils/customPipelinePolicies.js.map +1 -0
  213. package/dist/esm/utils/index.d.ts +3 -0
  214. package/dist/esm/utils/index.d.ts.map +1 -0
  215. package/dist/esm/utils/index.js +5 -0
  216. package/dist/esm/utils/index.js.map +1 -0
  217. package/dist/esm/utils/logger.d.ts +5 -0
  218. package/dist/esm/utils/logger.d.ts.map +1 -0
  219. package/dist/esm/utils/logger.js +8 -0
  220. package/dist/esm/utils/logger.js.map +1 -0
  221. package/dist/react-native/generated/src/index.d.ts +4 -0
  222. package/dist/react-native/generated/src/index.d.ts.map +1 -0
  223. package/dist/react-native/generated/src/index.js +12 -0
  224. package/dist/react-native/generated/src/index.js.map +1 -0
  225. package/dist/react-native/generated/src/models/index.d.ts +422 -0
  226. package/dist/react-native/generated/src/models/index.d.ts.map +1 -0
  227. package/dist/react-native/generated/src/models/index.js +9 -0
  228. package/dist/react-native/generated/src/models/index.js.map +1 -0
  229. package/dist/react-native/generated/src/models/mappers.d.ts +23 -0
  230. package/dist/react-native/generated/src/models/mappers.d.ts.map +1 -0
  231. package/dist/react-native/generated/src/models/mappers.js +843 -0
  232. package/dist/react-native/generated/src/models/mappers.js.map +1 -0
  233. package/dist/react-native/generated/src/models/parameters.d.ts +19 -0
  234. package/dist/react-native/generated/src/models/parameters.d.ts.map +1 -0
  235. package/dist/react-native/generated/src/models/parameters.js +143 -0
  236. package/dist/react-native/generated/src/models/parameters.js.map +1 -0
  237. package/dist/react-native/generated/src/operations/index.d.ts +2 -0
  238. package/dist/react-native/generated/src/operations/index.d.ts.map +1 -0
  239. package/dist/react-native/generated/src/operations/index.js +9 -0
  240. package/dist/react-native/generated/src/operations/index.js.map +1 -0
  241. package/dist/react-native/generated/src/operations/shortCodes.d.ts +143 -0
  242. package/dist/react-native/generated/src/operations/shortCodes.d.ts.map +1 -0
  243. package/dist/react-native/generated/src/operations/shortCodes.js +600 -0
  244. package/dist/react-native/generated/src/operations/shortCodes.js.map +1 -0
  245. package/dist/react-native/generated/src/operationsInterfaces/index.d.ts +2 -0
  246. package/dist/react-native/generated/src/operationsInterfaces/index.d.ts.map +1 -0
  247. package/dist/react-native/generated/src/operationsInterfaces/index.js +9 -0
  248. package/dist/react-native/generated/src/operationsInterfaces/index.js.map +1 -0
  249. package/dist/react-native/generated/src/operationsInterfaces/shortCodes.d.ts +80 -0
  250. package/dist/react-native/generated/src/operationsInterfaces/shortCodes.d.ts.map +1 -0
  251. package/dist/react-native/generated/src/operationsInterfaces/shortCodes.js +9 -0
  252. package/dist/react-native/generated/src/operationsInterfaces/shortCodes.js.map +1 -0
  253. package/dist/react-native/generated/src/shortCodesClient.d.ts +17 -0
  254. package/dist/react-native/generated/src/shortCodesClient.d.ts.map +1 -0
  255. package/dist/react-native/generated/src/shortCodesClient.js +93 -0
  256. package/dist/react-native/generated/src/shortCodesClient.js.map +1 -0
  257. package/dist/react-native/generated/src/tracing.d.ts +2 -0
  258. package/dist/react-native/generated/src/tracing.d.ts.map +1 -0
  259. package/dist/react-native/generated/src/tracing.js +14 -0
  260. package/dist/react-native/generated/src/tracing.js.map +1 -0
  261. package/dist/react-native/index.d.ts +4 -0
  262. package/dist/react-native/index.d.ts.map +1 -0
  263. package/dist/react-native/index.js +6 -0
  264. package/dist/react-native/index.js.map +1 -0
  265. package/dist/react-native/mappers.d.ts +2 -0
  266. package/dist/react-native/mappers.d.ts.map +1 -0
  267. package/dist/react-native/mappers.js +4 -0
  268. package/dist/react-native/mappers.js.map +1 -0
  269. package/dist/react-native/models.d.ts +34 -0
  270. package/dist/react-native/models.d.ts.map +1 -0
  271. package/dist/react-native/models.js +4 -0
  272. package/dist/react-native/models.js.map +1 -0
  273. package/dist/react-native/package.json +3 -0
  274. package/dist/react-native/shortCodesClient.d.ts +31 -0
  275. package/dist/react-native/shortCodesClient.d.ts.map +1 -0
  276. package/dist/react-native/shortCodesClient.js +137 -0
  277. package/dist/react-native/shortCodesClient.js.map +1 -0
  278. package/dist/react-native/utils/constants.d.ts +2 -0
  279. package/dist/react-native/utils/constants.d.ts.map +1 -0
  280. package/dist/react-native/utils/constants.js +4 -0
  281. package/dist/react-native/utils/constants.js.map +1 -0
  282. package/dist/react-native/utils/customPipelinePolicies.d.ts +11 -0
  283. package/dist/react-native/utils/customPipelinePolicies.d.ts.map +1 -0
  284. package/dist/react-native/utils/customPipelinePolicies.js +26 -0
  285. package/dist/react-native/utils/customPipelinePolicies.js.map +1 -0
  286. package/dist/react-native/utils/index.d.ts +3 -0
  287. package/dist/react-native/utils/index.d.ts.map +1 -0
  288. package/dist/react-native/utils/index.js +5 -0
  289. package/dist/react-native/utils/index.js.map +1 -0
  290. package/dist/react-native/utils/logger.d.ts +5 -0
  291. package/dist/react-native/utils/logger.d.ts.map +1 -0
  292. package/dist/react-native/utils/logger.js +8 -0
  293. package/dist/react-native/utils/logger.js.map +1 -0
  294. package/package.json +88 -75
  295. package/dist/index.js +0 -1745
  296. package/dist/index.js.map +0 -1
  297. package/dist-esm/src/generated/src/index.js.map +0 -1
  298. package/dist-esm/src/generated/src/models/index.js.map +0 -1
  299. package/dist-esm/src/generated/src/models/mappers.js.map +0 -1
  300. package/dist-esm/src/generated/src/models/parameters.js.map +0 -1
  301. package/dist-esm/src/generated/src/operations/shortCodesOperations.js.map +0 -1
  302. package/dist-esm/src/generated/src/operationsInterfaces/shortCodesOperations.js.map +0 -1
  303. package/dist-esm/src/generated/src/shortCodesClient.js.map +0 -1
  304. package/dist-esm/src/index.js +0 -5
  305. package/dist-esm/src/index.js.map +0 -1
  306. package/dist-esm/src/models.js +0 -4
  307. package/dist-esm/src/models.js.map +0 -1
  308. package/dist-esm/src/shortCodesClient.js.map +0 -1
  309. package/dist-esm/src/utils/constants.js +0 -4
  310. package/dist-esm/src/utils/index.js +0 -5
  311. package/dist-esm/src/utils/index.js.map +0 -1
  312. /package/{dist-esm/src → dist/browser}/generated/src/models/index.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../../../src/generated/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 AcquiredShortCodes: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AcquiredShortCodes\",\n modelProperties: {\n shortCodes: {\n serializedName: \"shortCodes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ShortCode\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ShortCode: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ShortCode\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n },\n countryCode: {\n serializedName: \"countryCode\",\n type: {\n name: \"String\"\n }\n },\n programBriefIds: {\n serializedName: \"programBriefIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n purchaseDate: {\n serializedName: \"purchaseDate\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const CommunicationErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommunicationErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"CommunicationError\"\n }\n }\n }\n }\n};\n\nexport const CommunicationError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommunicationError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n required: 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: \"CommunicationError\"\n }\n }\n }\n },\n innerError: {\n serializedName: \"innererror\",\n type: {\n name: \"Composite\",\n className: \"CommunicationError\"\n }\n }\n }\n }\n};\n\nexport const ShortCodeCosts: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ShortCodeCosts\",\n modelProperties: {\n costs: {\n serializedName: \"costs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ShortCodeCost\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ShortCodeCost: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ShortCodeCost\",\n modelProperties: {\n amount: {\n serializedName: \"amount\",\n type: {\n name: \"Number\"\n }\n },\n currencyCode: {\n serializedName: \"currencyCode\",\n type: {\n name: \"String\"\n }\n },\n countryCode: {\n serializedName: \"countryCode\",\n type: {\n name: \"String\"\n }\n },\n isVanityShortCode: {\n serializedName: \"isVanityShortCode\",\n type: {\n name: \"Boolean\"\n }\n },\n billingFrequency: {\n serializedName: \"billingFrequency\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const USProgramBrief: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"USProgramBrief\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"Uuid\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n number: {\n serializedName: \"number\",\n type: {\n name: \"String\"\n }\n },\n reviewNotes: {\n serializedName: \"reviewNotes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReviewNote\"\n }\n }\n }\n },\n costs: {\n serializedName: \"costs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ShortCodeCost\"\n }\n }\n }\n },\n submissionDate: {\n serializedName: \"submissionDate\",\n type: {\n name: \"DateTime\"\n }\n },\n statusUpdatedDate: {\n serializedName: \"statusUpdatedDate\",\n type: {\n name: \"DateTime\"\n }\n },\n programDetails: {\n serializedName: \"programDetails\",\n type: {\n name: \"Composite\",\n className: \"ProgramDetails\"\n }\n },\n companyInformation: {\n serializedName: \"companyInformation\",\n type: {\n name: \"Composite\",\n className: \"CompanyInformation\"\n }\n },\n messageDetails: {\n serializedName: \"messageDetails\",\n type: {\n name: \"Composite\",\n className: \"MessageDetails\"\n }\n },\n trafficDetails: {\n serializedName: \"trafficDetails\",\n type: {\n name: \"Composite\",\n className: \"TrafficDetails\"\n }\n },\n attachments: {\n serializedName: \"attachments\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProgramBriefAttachmentSummary\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ReviewNote: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ReviewNote\",\n modelProperties: {\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n date: {\n serializedName: \"date\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ProgramDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProgramDetails\",\n modelProperties: {\n isVanity: {\n serializedName: \"isVanity\",\n type: {\n name: \"Boolean\"\n }\n },\n preferredVanityNumbers: {\n serializedName: \"preferredVanityNumbers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n numberType: {\n serializedName: \"numberType\",\n type: {\n name: \"String\"\n }\n },\n isPoliticalCampaign: {\n serializedName: \"isPoliticalCampaign\",\n type: {\n name: \"Boolean\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n url: {\n serializedName: \"url\",\n type: {\n name: \"String\"\n }\n },\n callToActionTypes: {\n serializedName: \"callToActionTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Enum\",\n allowedValues: [\n \"website\",\n \"pointOfSale\",\n \"sms\",\n \"interactiveVoiceResponse\"\n ]\n }\n }\n }\n },\n callToActionUrl: {\n serializedName: \"callToActionUrl\",\n type: {\n name: \"String\"\n }\n },\n callToAction: {\n serializedName: \"callToAction\",\n type: {\n name: \"String\"\n }\n },\n termsOfServiceUrl: {\n serializedName: \"termsOfServiceUrl\",\n type: {\n name: \"String\"\n }\n },\n privacyPolicyUrl: {\n serializedName: \"privacyPolicyUrl\",\n type: {\n name: \"String\"\n }\n },\n expectedDateOfService: {\n serializedName: \"expectedDateOfService\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const CompanyInformation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CompanyInformation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n url: {\n serializedName: \"url\",\n type: {\n name: \"String\"\n }\n },\n address: {\n serializedName: \"address\",\n type: {\n name: \"String\"\n }\n },\n contactInformation: {\n serializedName: \"contactInformation\",\n type: {\n name: \"Composite\",\n className: \"ContactInformation\"\n }\n },\n customerCareInformation: {\n serializedName: \"customerCareInformation\",\n type: {\n name: \"Composite\",\n className: \"CustomerCareInformation\"\n }\n }\n }\n }\n};\n\nexport const ContactInformation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContactInformation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n phone: {\n serializedName: \"phone\",\n type: {\n name: \"String\"\n }\n },\n email: {\n serializedName: \"email\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomerCareInformation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomerCareInformation\",\n modelProperties: {\n tollFreeNumber: {\n serializedName: \"tollFreeNumber\",\n type: {\n name: \"String\"\n }\n },\n email: {\n serializedName: \"email\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MessageDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MessageDetails\",\n modelProperties: {\n supportedProtocol: {\n serializedName: \"supportedProtocol\",\n type: {\n name: \"String\"\n }\n },\n recurrence: {\n serializedName: \"recurrence\",\n type: {\n name: \"String\"\n }\n },\n helpAnswerToUser: {\n serializedName: \"helpAnswerToUser\",\n type: {\n name: \"String\"\n }\n },\n optOutAnswerToUser: {\n serializedName: \"optOutAnswerToUser\",\n type: {\n name: \"String\"\n }\n },\n optInMessageToUser: {\n serializedName: \"optInMessageToUser\",\n type: {\n name: \"String\"\n }\n },\n optInAnswerFromUser: {\n serializedName: \"optInAnswerFromUser\",\n type: {\n name: \"String\"\n }\n },\n optInConfirmationMessageToUser: {\n serializedName: \"optInConfirmationMessageToUser\",\n type: {\n name: \"String\"\n }\n },\n directionality: {\n serializedName: \"directionality\",\n type: {\n name: \"String\"\n }\n },\n useCases: {\n serializedName: \"useCases\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UseCase\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const UseCase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UseCase\",\n modelProperties: {\n contentType: {\n serializedName: \"contentType\",\n type: {\n name: \"String\"\n }\n },\n customContentType: {\n serializedName: \"customContentType\",\n type: {\n name: \"String\"\n }\n },\n examples: {\n serializedName: \"examples\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MessageExampleSequence\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MessageExampleSequence: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MessageExampleSequence\",\n modelProperties: {\n messages: {\n serializedName: \"messages\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MessageExample\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MessageExample: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MessageExample\",\n modelProperties: {\n direction: {\n serializedName: \"direction\",\n type: {\n name: \"String\"\n }\n },\n text: {\n serializedName: \"text\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TrafficDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrafficDetails\",\n modelProperties: {\n totalMonthlyVolume: {\n constraints: {\n InclusiveMaximum: 2147483647,\n InclusiveMinimum: 0\n },\n serializedName: \"totalMonthlyVolume\",\n type: {\n name: \"Number\"\n }\n },\n monthlyAverageMessagesFromUser: {\n constraints: {\n InclusiveMaximum: 2147483647,\n InclusiveMinimum: 0\n },\n serializedName: \"monthlyAverageMessagesFromUser\",\n type: {\n name: \"Number\"\n }\n },\n monthlyAverageMessagesToUser: {\n constraints: {\n InclusiveMaximum: 2147483647,\n InclusiveMinimum: 0\n },\n serializedName: \"monthlyAverageMessagesToUser\",\n type: {\n name: \"Number\"\n }\n },\n isSpiky: {\n serializedName: \"isSpiky\",\n type: {\n name: \"Boolean\"\n }\n },\n spikeDetails: {\n serializedName: \"spikeDetails\",\n type: {\n name: \"String\"\n }\n },\n estimatedRampUpTimeInDays: {\n constraints: {\n InclusiveMaximum: 2147483647,\n InclusiveMinimum: 0\n },\n serializedName: \"estimatedRampUpTimeInDays\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ProgramBriefAttachmentSummary: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProgramBriefAttachmentSummary\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"Uuid\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n fileName: {\n serializedName: \"fileName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const USProgramBriefs: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"USProgramBriefs\",\n modelProperties: {\n programBriefs: {\n serializedName: \"programBriefs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"USProgramBrief\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProgramBriefAttachment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProgramBriefAttachment\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"Uuid\"\n }\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n fileName: {\n constraints: {\n MinLength: 1\n },\n serializedName: \"fileName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n fileSizeInBytes: {\n serializedName: \"fileSizeInBytes\",\n type: {\n name: \"Number\"\n }\n },\n fileType: {\n serializedName: \"fileType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n fileContentBase64: {\n constraints: {\n MinLength: 1\n },\n serializedName: \"fileContentBase64\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProgramBriefAttachments: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProgramBriefAttachments\",\n modelProperties: {\n attachments: {\n serializedName: \"attachments\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProgramBriefAttachment\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n"]}
@@ -0,0 +1,19 @@
1
+ import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
2
+ export declare const accept: OperationParameter;
3
+ export declare const endpoint: OperationURLParameter;
4
+ export declare const skip: OperationQueryParameter;
5
+ export declare const top: OperationQueryParameter;
6
+ export declare const apiVersion: OperationQueryParameter;
7
+ export declare const contentType: OperationParameter;
8
+ export declare const body: OperationParameter;
9
+ export declare const programBriefId: OperationURLParameter;
10
+ export declare const contentType1: OperationParameter;
11
+ export declare const id: OperationParameter;
12
+ export declare const type: OperationParameter;
13
+ export declare const fileName: OperationParameter;
14
+ export declare const fileSizeInBytes: OperationParameter;
15
+ export declare const fileType: OperationParameter;
16
+ export declare const fileContentBase64: OperationParameter;
17
+ export declare const attachmentId: OperationURLParameter;
18
+ export declare const nextLink: OperationURLParameter;
19
+ //# sourceMappingURL=parameters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAM5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,uBASlB,CAAC;AAEF,eAAO,MAAM,GAAG,EAAE,uBASjB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,kBAGlB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAU1B,CAAC;AAEF,eAAO,MAAM,EAAE,EAAE,kBAGhB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,kBAGlB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,kBAGtB,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,kBAG7B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,kBAGtB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,kBAG/B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,qBAS1B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC"}
@@ -0,0 +1,146 @@
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.nextLink = exports.attachmentId = exports.fileContentBase64 = exports.fileType = exports.fileSizeInBytes = exports.fileName = exports.type = exports.id = exports.contentType1 = exports.programBriefId = exports.body = exports.contentType = exports.apiVersion = exports.top = exports.skip = exports.endpoint = exports.accept = void 0;
11
+ const mappers_js_1 = require("../models/mappers.js");
12
+ exports.accept = {
13
+ parameterPath: "accept",
14
+ mapper: {
15
+ defaultValue: "application/json",
16
+ isConstant: true,
17
+ serializedName: "Accept",
18
+ type: {
19
+ name: "String"
20
+ }
21
+ }
22
+ };
23
+ exports.endpoint = {
24
+ parameterPath: "endpoint",
25
+ mapper: {
26
+ serializedName: "endpoint",
27
+ required: true,
28
+ type: {
29
+ name: "String"
30
+ }
31
+ },
32
+ skipEncoding: true
33
+ };
34
+ exports.skip = {
35
+ parameterPath: ["options", "skip"],
36
+ mapper: {
37
+ defaultValue: 0,
38
+ serializedName: "skip",
39
+ type: {
40
+ name: "Number"
41
+ }
42
+ }
43
+ };
44
+ exports.top = {
45
+ parameterPath: ["options", "top"],
46
+ mapper: {
47
+ defaultValue: 100,
48
+ serializedName: "top",
49
+ type: {
50
+ name: "Number"
51
+ }
52
+ }
53
+ };
54
+ exports.apiVersion = {
55
+ parameterPath: "apiVersion",
56
+ mapper: {
57
+ defaultValue: "2022-09-06",
58
+ isConstant: true,
59
+ serializedName: "api-version",
60
+ type: {
61
+ name: "String"
62
+ }
63
+ }
64
+ };
65
+ exports.contentType = {
66
+ parameterPath: ["options", "contentType"],
67
+ mapper: {
68
+ defaultValue: "application/merge-patch+json",
69
+ isConstant: true,
70
+ serializedName: "Content-Type",
71
+ type: {
72
+ name: "String"
73
+ }
74
+ }
75
+ };
76
+ exports.body = {
77
+ parameterPath: ["options", "body"],
78
+ mapper: mappers_js_1.USProgramBrief
79
+ };
80
+ exports.programBriefId = {
81
+ parameterPath: "programBriefId",
82
+ mapper: {
83
+ serializedName: "programBriefId",
84
+ required: true,
85
+ type: {
86
+ name: "Uuid"
87
+ }
88
+ }
89
+ };
90
+ exports.contentType1 = {
91
+ parameterPath: ["options", "contentType"],
92
+ mapper: {
93
+ defaultValue: "application/json",
94
+ isConstant: true,
95
+ serializedName: "Content-Type",
96
+ type: {
97
+ name: "String"
98
+ }
99
+ }
100
+ };
101
+ exports.id = {
102
+ parameterPath: "id",
103
+ mapper: mappers_js_1.ProgramBriefAttachment
104
+ };
105
+ exports.type = {
106
+ parameterPath: "type",
107
+ mapper: mappers_js_1.ProgramBriefAttachment
108
+ };
109
+ exports.fileName = {
110
+ parameterPath: "fileName",
111
+ mapper: mappers_js_1.ProgramBriefAttachment
112
+ };
113
+ exports.fileSizeInBytes = {
114
+ parameterPath: ["options", "fileSizeInBytes"],
115
+ mapper: mappers_js_1.ProgramBriefAttachment
116
+ };
117
+ exports.fileType = {
118
+ parameterPath: "fileType",
119
+ mapper: mappers_js_1.ProgramBriefAttachment
120
+ };
121
+ exports.fileContentBase64 = {
122
+ parameterPath: "fileContentBase64",
123
+ mapper: mappers_js_1.ProgramBriefAttachment
124
+ };
125
+ exports.attachmentId = {
126
+ parameterPath: "attachmentId",
127
+ mapper: {
128
+ serializedName: "attachmentId",
129
+ required: true,
130
+ type: {
131
+ name: "Uuid"
132
+ }
133
+ }
134
+ };
135
+ exports.nextLink = {
136
+ parameterPath: "nextLink",
137
+ mapper: {
138
+ serializedName: "nextLink",
139
+ required: true,
140
+ type: {
141
+ name: "String"
142
+ }
143
+ },
144
+ skipEncoding: true
145
+ };
146
+ //# sourceMappingURL=parameters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../../../src/generated/src/models/parameters.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 {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n USProgramBrief as USProgramBriefMapper,\n ProgramBriefAttachment as ProgramBriefAttachmentMapper\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const endpoint: OperationURLParameter = {\n parameterPath: \"endpoint\",\n mapper: {\n serializedName: \"endpoint\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const skip: OperationQueryParameter = {\n parameterPath: [\"options\", \"skip\"],\n mapper: {\n defaultValue: 0,\n serializedName: \"skip\",\n type: {\n name: \"Number\"\n }\n }\n};\n\nexport const top: OperationQueryParameter = {\n parameterPath: [\"options\", \"top\"],\n mapper: {\n defaultValue: 100,\n serializedName: \"top\",\n type: {\n name: \"Number\"\n }\n }\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2022-09-06\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/merge-patch+json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const body: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: USProgramBriefMapper\n};\n\nexport const programBriefId: OperationURLParameter = {\n parameterPath: \"programBriefId\",\n mapper: {\n serializedName: \"programBriefId\",\n required: true,\n type: {\n name: \"Uuid\"\n }\n }\n};\n\nexport const contentType1: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const id: OperationParameter = {\n parameterPath: \"id\",\n mapper: ProgramBriefAttachmentMapper\n};\n\nexport const type: OperationParameter = {\n parameterPath: \"type\",\n mapper: ProgramBriefAttachmentMapper\n};\n\nexport const fileName: OperationParameter = {\n parameterPath: \"fileName\",\n mapper: ProgramBriefAttachmentMapper\n};\n\nexport const fileSizeInBytes: OperationParameter = {\n parameterPath: [\"options\", \"fileSizeInBytes\"],\n mapper: ProgramBriefAttachmentMapper\n};\n\nexport const fileType: OperationParameter = {\n parameterPath: \"fileType\",\n mapper: ProgramBriefAttachmentMapper\n};\n\nexport const fileContentBase64: OperationParameter = {\n parameterPath: \"fileContentBase64\",\n mapper: ProgramBriefAttachmentMapper\n};\n\nexport const attachmentId: OperationURLParameter = {\n parameterPath: \"attachmentId\",\n mapper: {\n serializedName: \"attachmentId\",\n required: true,\n type: {\n name: \"Uuid\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n"]}
@@ -0,0 +1,2 @@
1
+ export * from "./shortCodes.js";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,12 @@
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
+ const tslib_1 = require("tslib");
11
+ tslib_1.__exportStar(require("./shortCodes.js"), exports);
12
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/src/operations/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAEH,0DAAgC","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\nexport * from \"./shortCodes.js\";\n"]}
@@ -0,0 +1,143 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { ShortCodes } from "../operationsInterfaces/index.js";
3
+ import { ShortCodesClient } from "../shortCodesClient.js";
4
+ import { ShortCode, ShortCodesGetShortCodesOptionalParams, ShortCodeCost, ShortCodesGetCostsOptionalParams, USProgramBrief, ShortCodesGetUSProgramBriefsOptionalParams, ProgramBriefAttachment, ShortCodesGetUSProgramBriefAttachmentsOptionalParams, ShortCodesUpsertUSProgramBriefOptionalParams, ShortCodesUpsertUSProgramBriefResponse, ShortCodesDeleteUSProgramBriefOptionalParams, ShortCodesGetUSProgramBriefOptionalParams, ShortCodesGetUSProgramBriefResponse, ShortCodesSubmitUSProgramBriefOptionalParams, ShortCodesSubmitUSProgramBriefResponse, AttachmentType, FileType, ShortCodesCreateOrReplaceUSProgramBriefAttachmentOptionalParams, ShortCodesCreateOrReplaceUSProgramBriefAttachmentResponse, ShortCodesGetUSProgramBriefAttachmentOptionalParams, ShortCodesGetUSProgramBriefAttachmentResponse, ShortCodesDeleteUSProgramBriefAttachmentOptionalParams } from "../models/index.js";
5
+ /** Class containing ShortCodes operations. */
6
+ export declare class ShortCodesImpl implements ShortCodes {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class ShortCodes class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: ShortCodesClient);
13
+ /**
14
+ * Gets the list of short codes for the current resource.
15
+ * @param options The options parameters.
16
+ */
17
+ listShortCodes(options?: ShortCodesGetShortCodesOptionalParams): PagedAsyncIterableIterator<ShortCode>;
18
+ private getShortCodesPagingPage;
19
+ private getShortCodesPagingAll;
20
+ /**
21
+ * This method supports pagination via the "skip" and "top" query parameters.
22
+ * @param options The options parameters.
23
+ */
24
+ listCosts(options?: ShortCodesGetCostsOptionalParams): PagedAsyncIterableIterator<ShortCodeCost>;
25
+ private getCostsPagingPage;
26
+ private getCostsPagingAll;
27
+ /**
28
+ * Gets the list of US Program Briefs for the current resource.
29
+ * @param options The options parameters.
30
+ */
31
+ listUSProgramBriefs(options?: ShortCodesGetUSProgramBriefsOptionalParams): PagedAsyncIterableIterator<USProgramBrief>;
32
+ private getUSProgramBriefsPagingPage;
33
+ private getUSProgramBriefsPagingAll;
34
+ /**
35
+ * Gets the list of attachments from a US Program Brief.
36
+ * @param programBriefId
37
+ * @param options The options parameters.
38
+ */
39
+ listUSProgramBriefAttachments(programBriefId: string, options?: ShortCodesGetUSProgramBriefAttachmentsOptionalParams): PagedAsyncIterableIterator<ProgramBriefAttachment>;
40
+ private getUSProgramBriefAttachmentsPagingPage;
41
+ private getUSProgramBriefAttachmentsPagingAll;
42
+ /**
43
+ * Gets the list of short codes for the current resource.
44
+ * @param options The options parameters.
45
+ */
46
+ private _getShortCodes;
47
+ /**
48
+ * This method supports pagination via the "skip" and "top" query parameters.
49
+ * @param options The options parameters.
50
+ */
51
+ private _getCosts;
52
+ /**
53
+ * Creates or updates a US Program Brief.
54
+ * @param programBriefId Program Brief Id. Must be a valid GUID
55
+ * @param options The options parameters.
56
+ */
57
+ upsertUSProgramBrief(programBriefId: string, options?: ShortCodesUpsertUSProgramBriefOptionalParams): Promise<ShortCodesUpsertUSProgramBriefResponse>;
58
+ /**
59
+ * Deletes a US Program Brief.
60
+ * @param programBriefId Program Brief Id. Must be a valid GUID
61
+ * @param options The options parameters.
62
+ */
63
+ deleteUSProgramBrief(programBriefId: string, options?: ShortCodesDeleteUSProgramBriefOptionalParams): Promise<void>;
64
+ /**
65
+ * Get a US Program Brief by id.
66
+ * @param programBriefId Program Brief Id. Must be a valid GUID
67
+ * @param options The options parameters.
68
+ */
69
+ getUSProgramBrief(programBriefId: string, options?: ShortCodesGetUSProgramBriefOptionalParams): Promise<ShortCodesGetUSProgramBriefResponse>;
70
+ /**
71
+ * Submits a US Program Brief for review.
72
+ * @param programBriefId Program Brief Id. Must be a valid GUID
73
+ * @param options The options parameters.
74
+ */
75
+ submitUSProgramBrief(programBriefId: string, options?: ShortCodesSubmitUSProgramBriefOptionalParams): Promise<ShortCodesSubmitUSProgramBriefResponse>;
76
+ /**
77
+ * Gets the list of US Program Briefs for the current resource.
78
+ * @param options The options parameters.
79
+ */
80
+ private _getUSProgramBriefs;
81
+ /**
82
+ * Creates or replace an attachment on a US Program Brief.
83
+ * @param programBriefId Program Brief Id. Must be a valid GUID
84
+ * @param attachmentId Attachment Id. Must be a valid GUID
85
+ * @param id Program Brief Attachment Id.
86
+ * @param fileName The name of the file being attached
87
+ * e.g. 'myFile01'
88
+ * @param fileType The type of file being attached
89
+ * e.g. 'pdf', 'jpg', 'png'
90
+ * @param fileContentBase64 File content as base 64 encoded string
91
+ * @param type Attachment type describing the purpose of the attachment
92
+ * e.g. 'callToAction', 'termsOfService'
93
+ * @param options The options parameters.
94
+ */
95
+ createOrReplaceUSProgramBriefAttachment(programBriefId: string, attachmentId: string, id: string, fileName: string, fileType: FileType, fileContentBase64: string, type: AttachmentType, options?: ShortCodesCreateOrReplaceUSProgramBriefAttachmentOptionalParams): Promise<ShortCodesCreateOrReplaceUSProgramBriefAttachmentResponse>;
96
+ /**
97
+ * Gets a specific an attachment from a US Program Brief.
98
+ * @param programBriefId Program Brief Id. Must be a valid GUID
99
+ * @param attachmentId Attachment Id. Must be a valid GUID
100
+ * @param options The options parameters.
101
+ */
102
+ getUSProgramBriefAttachment(programBriefId: string, attachmentId: string, options?: ShortCodesGetUSProgramBriefAttachmentOptionalParams): Promise<ShortCodesGetUSProgramBriefAttachmentResponse>;
103
+ /**
104
+ * Deletes a specific attachment from a US Program Brief.
105
+ * @param programBriefId Program Brief Id. Must be a valid GUID
106
+ * @param attachmentId Attachment Id. Must be a valid GUID
107
+ * @param options The options parameters.
108
+ */
109
+ deleteUSProgramBriefAttachment(programBriefId: string, attachmentId: string, options?: ShortCodesDeleteUSProgramBriefAttachmentOptionalParams): Promise<void>;
110
+ /**
111
+ * Gets the list of attachments from a US Program Brief.
112
+ * @param programBriefId
113
+ * @param options The options parameters.
114
+ */
115
+ private _getUSProgramBriefAttachments;
116
+ /**
117
+ * GetShortCodesNext
118
+ * @param nextLink The nextLink from the previous successful call to the GetShortCodes method.
119
+ * @param options The options parameters.
120
+ */
121
+ private _getShortCodesNext;
122
+ /**
123
+ * GetCostsNext
124
+ * @param nextLink The nextLink from the previous successful call to the GetCosts method.
125
+ * @param options The options parameters.
126
+ */
127
+ private _getCostsNext;
128
+ /**
129
+ * GetUSProgramBriefsNext
130
+ * @param nextLink The nextLink from the previous successful call to the GetUSProgramBriefs method.
131
+ * @param options The options parameters.
132
+ */
133
+ private _getUSProgramBriefsNext;
134
+ /**
135
+ * GetUSProgramBriefAttachmentsNext
136
+ * @param programBriefId
137
+ * @param nextLink The nextLink from the previous successful call to the GetUSProgramBriefAttachments
138
+ * method.
139
+ * @param options The options parameters.
140
+ */
141
+ private _getUSProgramBriefAttachmentsNext;
142
+ }
143
+ //# sourceMappingURL=shortCodes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shortCodes.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/operations/shortCodes.ts"],"names":[],"mappings":"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"}