@azure-tools/communication-short-codes 1.0.0-beta.3 → 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 (318) 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 -4
  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 +2 -2
  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} +194 -128
  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/browser/generated/src/shortCodesClient.js +93 -0
  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/browser/generated/src/tracing.js +14 -0
  40. package/dist/browser/generated/src/tracing.js.map +1 -0
  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/browser/shortCodesClient.js +137 -0
  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 -1767
  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 +0 -21
  304. package/dist-esm/src/generated/src/shortCodesClient.js.map +0 -1
  305. package/dist-esm/src/generated/src/shortCodesClientContext.js +0 -40
  306. package/dist-esm/src/generated/src/shortCodesClientContext.js.map +0 -1
  307. package/dist-esm/src/index.js +0 -5
  308. package/dist-esm/src/index.js.map +0 -1
  309. package/dist-esm/src/models.js +0 -4
  310. package/dist-esm/src/models.js.map +0 -1
  311. package/dist-esm/src/shortCodesClient.js +0 -184
  312. package/dist-esm/src/shortCodesClient.js.map +0 -1
  313. package/dist-esm/src/utils/constants.js +0 -4
  314. package/dist-esm/src/utils/index.js +0 -6
  315. package/dist-esm/src/utils/index.js.map +0 -1
  316. package/dist-esm/src/utils/tracing.js +0 -14
  317. package/dist-esm/src/utils/tracing.js.map +0 -1
  318. /package/{dist-esm/src → dist/browser}/generated/src/models/index.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/src/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 wrapper for a list of short code entities. */\nexport interface AcquiredShortCodes {\n /** List of short codes. */\n shortCodes?: ShortCode[];\n /** Represents the URL link to the next page. */\n nextLink?: string;\n}\n\n/** Represents a ShortCode acquired in a given country. */\nexport interface ShortCode {\n /** The value of the ShortCode e.g. '555555'. */\n value?: string;\n /** ISO 3166 2-char code representing the country e.g. 'US'. */\n countryCode?: string;\n /** Program Brief Name. */\n programBriefIds?: string[];\n /** Date in which number was purchased. */\n purchaseDate?: Date;\n}\n\n/** The Communication Services error. */\nexport interface CommunicationErrorResponse {\n /** The Communication Services error. */\n error: CommunicationError;\n}\n\n/** The Communication Services error. */\nexport interface CommunicationError {\n /** The error code. */\n code: string;\n /** The error message. */\n message: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * Further details about specific errors that led to this error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: CommunicationError[];\n /**\n * The inner error if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly innerError?: CommunicationError;\n}\n\n/** A wrapper for a list of short code costs entities. */\nexport interface ShortCodeCosts {\n /** List of short code costs. */\n costs?: ShortCodeCost[];\n /** Represents the URL link to the next page of short code results. */\n nextLink?: string;\n}\n\n/** The incurred cost for a single short code. */\nexport interface ShortCodeCost {\n /** The cost amount. */\n amount?: number;\n /** The ISO 4217 currency code for the cost amount, e.g. USD. */\n currencyCode?: string;\n /** The ISO 3166-2 code of the phone number's country, e.g. US. */\n countryCode?: string;\n /** Indicate whether a shortcode is vanity. */\n isVanityShortCode?: boolean;\n /** The frequency with which the cost gets billed. */\n billingFrequency?: BillingFrequency;\n}\n\n/**\n * Represents a US Program Brief for acquiring a short code in the United States.\n * A Program Brief provides vital information to the carriers about a messaging program or campaign that would be associated with a short code or alpha sender number.\n * A Program Brief also provides specifics about the use case, the purpose and the consumer experience receiving the message.\n */\nexport interface USProgramBrief {\n /** Program Brief Id. */\n id: string;\n /** Program Brief status e.g. 'submitted', 'approved', etc */\n status?: ProgramBriefStatus;\n /** Number provisioned for the Program Brief e.g. 555555, 'CONTOSO' */\n number?: string;\n /**\n * Notes added to the Program Brief after being reviewed to help customer understand\n * review results and necessary follow up actions.\n */\n reviewNotes?: ReviewNote[];\n /** Represents the costs tied to the number. */\n costs?: ShortCodeCost[];\n /** Date and time when the Program Brief was submitted. */\n submissionDate?: Date;\n /** Last date and time when the Program Brief status was updated. */\n statusUpdatedDate?: Date;\n programDetails?: ProgramDetails;\n companyInformation?: CompanyInformation;\n messageDetails?: MessageDetails;\n trafficDetails?: TrafficDetails;\n /** A list of summarized data of attachments currently added to the Program Brief */\n attachments?: ProgramBriefAttachmentSummary[];\n}\n\n/** Holds a note about a Program Brief that has gone thru stages of review process. */\nexport interface ReviewNote {\n /** Note related to a Program Brief that may imply changes needed from the client. */\n message?: string;\n /** Date and time when the note was added to the Program Brief. */\n date?: Date;\n}\n\nexport interface ProgramDetails {\n /** Set to true if the request is for a vanity number. */\n isVanity?: boolean;\n /**\n * Priority ordered list of preferred vanity numbers.\n * Vanity numbers should be 5 or 6 digit when number type is ShortCode.\n * e.g. 555555, 222222.\n */\n preferredVanityNumbers?: string[];\n /** Type for desired numbers e.g. 'shortCode' or 'alphaId'. */\n numberType?: NumberType;\n /** Indicates whether the number will be used for political campaigns or not. */\n isPoliticalCampaign?: boolean;\n /**\n * A program name that indicates the purpose of filling the Program Brief and how the number will be used for messaging.\n * e.g. 'CONTOSO Shipping'\n */\n name?: string;\n /** Describes how and why the number will be used for messaging as part of the program. */\n description?: string;\n /** URL for the program or company. */\n url?: string;\n /** Indicates how the consumer can sign up to the program e.g. 'website', 'pointOfSale' and/or 'sms'. */\n callToActionTypes?: CallToActionType[];\n /** URL for \"call to action\" image for the program. */\n callToActionUrl?: string;\n /** Call to action text. To be provided when InteractiveVoiceResponse is specified as call to action type */\n callToAction?: string;\n /** URL for program terms of service. */\n termsOfServiceUrl?: string;\n /** URL for privacy policy. */\n privacyPolicyUrl?: string;\n /**\n * Date in which SMS messages will start to be sent out.\n * Should follow ISO 8601 internet format for datetimes.\n * e.g. 2021-08-17T22:02:51.316Z, 2021-08-17T16:39:57-08:00, etc.\n */\n expectedDateOfService?: Date;\n}\n\nexport interface CompanyInformation {\n /** Legal entity name for customer submitting Program Brief. */\n name?: string;\n /** Company URL for customer submitting Program Brief. */\n url?: string;\n /** Company's address for the customer submitting the Program Brief. */\n address?: string;\n /** Contact Information */\n contactInformation?: ContactInformation;\n /** Customer Care Information */\n customerCareInformation?: CustomerCareInformation;\n}\n\n/** Contact Information */\nexport interface ContactInformation {\n /** Name of authorized user for purposes of submitting the Program Brief. */\n name?: string;\n /** Contact phone number for the authorized user for the customer. Use E164 format. e.g. +14086111111. */\n phone?: string;\n /** Contact email address number for the authorized user for the customer. */\n email?: string;\n}\n\n/** Customer Care Information */\nexport interface CustomerCareInformation {\n /** Customer support phone number for the customer submitting the Program Brief. Use E164 format. e.g. +18005551212 */\n tollFreeNumber?: string;\n /** Customer support email address for the customer submitting the Program Brief. */\n email?: string;\n}\n\nexport interface MessageDetails {\n /** Applicable message protocol used in the program e.g. SMS or MMS. */\n supportedProtocol?: MessageProtocol;\n /** Indicates the nature of the messaging associated with the program e.g. 'subscription', 'transaction'. */\n recurrence?: Recurrence;\n /**\n * Message text for mobile terminated message associated with HELP keyword\n * e.g 'This is the HELP message test.'.\n */\n helpAnswerToUser?: string;\n /**\n * \"Message text for mobile terminated message associated with STOP keyword\n * e.g. 'This is the STOP message test.'.\n */\n optOutAnswerToUser?: string;\n optInMessageToUser?: string;\n /** Keyword used to confirm double Opt-In method e.g. 'JOIN'. */\n optInAnswerFromUser?: string;\n optInConfirmationMessageToUser?: string;\n /** Describes directionality e.g. oneWay or twoWay */\n directionality?: MessageDirectionality;\n /** Provides message exchange examples from and to end user for each supported message content type. */\n useCases?: UseCase[];\n}\n\n/** Describes a messaging use case for a given content type by providing example messages. */\nexport interface UseCase {\n /** Indicates the messaging content type used in the program e.g. 'accountNotificationInformationalAlerts', 'chatConversationalMessaging', 'mmsVideo', 'socialMedia'. */\n contentType?: MessageContentType;\n /** Indicates the messaging content type used in the program whenever it is not any of the pre-defined content types */\n customContentType?: string;\n /** Example messages to be sent to and from the end user for the indicated content type. */\n examples?: MessageExampleSequence[];\n}\n\n/** A sequence of example messages to and from the end user. */\nexport interface MessageExampleSequence {\n /** Example messages to be sent to and from the end user. */\n messages?: MessageExample[];\n}\n\n/** Represents a message example to be sent from or to the end user. */\nexport interface MessageExample {\n /** Indicates whether the message example is supposed to be sent to or from the end user e.g. toUser */\n direction?: MessageDirection;\n /** Actual example text for the message e.g. 'Want me to notify you when package in the way?' */\n text?: string;\n}\n\nexport interface TrafficDetails {\n /** Estimated total messages per month. */\n totalMonthlyVolume?: number;\n /** Estimated number of Mobile-Originated messages likely to be received from a user per month. */\n monthlyAverageMessagesFromUser?: number;\n /** Estimated number of Mobile-Terminated messages likely to be sent per user per month. */\n monthlyAverageMessagesToUser?: number;\n /** Indicates if the nature of the messaging traffic will be bursty. */\n isSpiky?: boolean;\n /**\n * If isSpiky=true, then explain additional details about the traffic pattern\n * e.g. 'Higher traffic expected during holiday season and Black Friday.'.\n */\n spikeDetails?: string;\n /** Numbers of days in which is expected to start sending messages from the short code. */\n estimatedRampUpTimeInDays?: number;\n}\n\n/** A summary of Program Brief File Attachment data */\nexport interface ProgramBriefAttachmentSummary {\n /** Program Brief Attachment Id. */\n id?: string;\n /**\n * Attachment type describing the purpose of the attachment\n * e.g. 'callToAction', 'termsOfService'\n */\n type?: AttachmentType;\n /**\n * The name of the attached file\n * e.g. 'myFile01'\n */\n fileName?: string;\n}\n\n/** A wrapper for a list of USProgramBrief entities. */\nexport interface USProgramBriefs {\n /** List of Program Briefs. */\n programBriefs?: USProgramBrief[];\n /** Represents the URL link to the next page. */\n nextLink?: string;\n}\n\n/** A File Attachment for a Program Brief */\nexport interface ProgramBriefAttachment {\n /** Program Brief Attachment Id. */\n id: string;\n /**\n * Attachment type describing the purpose of the attachment\n * e.g. 'callToAction', 'termsOfService'\n */\n type: AttachmentType;\n /**\n * The name of the file being attached\n * e.g. 'myFile01'\n */\n fileName: string;\n /** File size in bytes. */\n fileSizeInBytes?: number;\n /**\n * The type of file being attached\n * e.g. 'pdf', 'jpg', 'png'\n */\n fileType: FileType;\n /** File content as base 64 encoded string */\n fileContentBase64: string;\n}\n\n/** A wrapper for a list of ProgramBriefAttachment entities. */\nexport interface ProgramBriefAttachments {\n /** List of Program Brief attachments. */\n attachments?: ProgramBriefAttachment[];\n /** Represents the URL link to the next page. */\n nextLink?: string;\n}\n\n/** Defines values for BillingFrequency. */\nexport type BillingFrequency = \"monthly\" | \"once\";\n/** Defines values for ProgramBriefStatus. */\nexport type ProgramBriefStatus =\n | \"submitted\"\n | \"approved\"\n | \"submitNewVanityNumbers\"\n | \"updateProgramBrief\"\n | \"draft\"\n | \"denied\";\n/** Defines values for NumberType. */\nexport type NumberType = \"shortCode\" | \"alphaId\";\n/** Defines values for CallToActionType. */\nexport type CallToActionType =\n | \"website\"\n | \"pointOfSale\"\n | \"sms\"\n | \"interactiveVoiceResponse\";\n/** Defines values for MessageProtocol. */\nexport type MessageProtocol = \"sms\" | \"mms\";\n/** Defines values for Recurrence. */\nexport type Recurrence = \"subscription\" | \"transaction\";\n/** Defines values for MessageDirectionality. */\nexport type MessageDirectionality = \"oneWay\" | \"twoWay\";\n/** Defines values for MessageContentType. */\nexport type MessageContentType =\n | \"accountNotificationInformationalAlerts\"\n | \"ageGatedContent\"\n | \"chatConversationalMessaging\"\n | \"deliveryNotification\"\n | \"donationsPledge\"\n | \"education\"\n | \"fraudAlerts\"\n | \"loanArrangement\"\n | \"loyaltyProgram\"\n | \"marketingAndPromotion\"\n | \"mmsPicture\"\n | \"mmsVideo\"\n | \"oneTimePasswordOrMultiFactorAuthentication\"\n | \"political\"\n | \"publicServiceAnnouncements\"\n | \"securityAlerts\"\n | \"socialMedia\"\n | \"sweepstakesOrContest\"\n | \"votingOrPolling\"\n | \"other\";\n/** Defines values for MessageDirection. */\nexport type MessageDirection = \"toUser\" | \"fromUser\";\n/** Defines values for AttachmentType. */\nexport type AttachmentType =\n | \"callToAction\"\n | \"termsOfService\"\n | \"privacyPolicy\"\n | \"other\";\n/** Defines values for FileType. */\nexport type FileType = \"png\" | \"jpg\" | \"jpeg\" | \"pdf\";\n\n/** Optional parameters. */\nexport interface ShortCodesGetShortCodesOptionalParams\n extends coreClient.OperationOptions {\n /** An optional parameter for how many entries to skip, for pagination purposes. */\n skip?: number;\n /** An optional parameter for how many entries to return, for pagination purposes. */\n top?: number;\n}\n\n/** Contains response data for the getShortCodes operation. */\nexport type ShortCodesGetShortCodesResponse = AcquiredShortCodes;\n\n/** Optional parameters. */\nexport interface ShortCodesGetCostsOptionalParams\n extends coreClient.OperationOptions {\n /** The number of items to skip in the result set (default: 0). */\n skip?: number;\n /** The maximum number of items to return in the result set (default: 100). */\n top?: number;\n}\n\n/** Contains response data for the getCosts operation. */\nexport type ShortCodesGetCostsResponse = ShortCodeCosts;\n\n/** Optional parameters. */\nexport interface ShortCodesUpsertUSProgramBriefOptionalParams\n extends coreClient.OperationOptions {\n /** Data to create new a Program Brief or fields to update an existing Program Brief */\n body?: USProgramBrief;\n}\n\n/** Contains response data for the upsertUSProgramBrief operation. */\nexport type ShortCodesUpsertUSProgramBriefResponse = USProgramBrief;\n\n/** Optional parameters. */\nexport interface ShortCodesDeleteUSProgramBriefOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ShortCodesGetUSProgramBriefOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getUSProgramBrief operation. */\nexport type ShortCodesGetUSProgramBriefResponse = USProgramBrief;\n\n/** Optional parameters. */\nexport interface ShortCodesSubmitUSProgramBriefOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the submitUSProgramBrief operation. */\nexport type ShortCodesSubmitUSProgramBriefResponse = USProgramBrief;\n\n/** Optional parameters. */\nexport interface ShortCodesGetUSProgramBriefsOptionalParams\n extends coreClient.OperationOptions {\n /** An optional parameter for how many entries to skip, for pagination purposes. */\n skip?: number;\n /** An optional parameter for how many entries to return, for pagination purposes. */\n top?: number;\n}\n\n/** Contains response data for the getUSProgramBriefs operation. */\nexport type ShortCodesGetUSProgramBriefsResponse = USProgramBriefs;\n\n/** Optional parameters. */\nexport interface ShortCodesCreateOrReplaceUSProgramBriefAttachmentOptionalParams\n extends coreClient.OperationOptions {\n /** File size in bytes. */\n fileSizeInBytes?: number;\n}\n\n/** Contains response data for the createOrReplaceUSProgramBriefAttachment operation. */\nexport type ShortCodesCreateOrReplaceUSProgramBriefAttachmentResponse = ProgramBriefAttachment;\n\n/** Optional parameters. */\nexport interface ShortCodesGetUSProgramBriefAttachmentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getUSProgramBriefAttachment operation. */\nexport type ShortCodesGetUSProgramBriefAttachmentResponse = ProgramBriefAttachment;\n\n/** Optional parameters. */\nexport interface ShortCodesDeleteUSProgramBriefAttachmentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ShortCodesGetUSProgramBriefAttachmentsOptionalParams\n extends coreClient.OperationOptions {\n /** An optional parameter for how many entries to skip, for pagination purposes. */\n skip?: number;\n /** An optional parameter for how many entries to return, for pagination purposes. */\n top?: number;\n}\n\n/** Contains response data for the getUSProgramBriefAttachments operation. */\nexport type ShortCodesGetUSProgramBriefAttachmentsResponse = ProgramBriefAttachments;\n\n/** Optional parameters. */\nexport interface ShortCodesGetShortCodesNextOptionalParams\n extends coreClient.OperationOptions {\n /** An optional parameter for how many entries to skip, for pagination purposes. */\n skip?: number;\n /** An optional parameter for how many entries to return, for pagination purposes. */\n top?: number;\n}\n\n/** Contains response data for the getShortCodesNext operation. */\nexport type ShortCodesGetShortCodesNextResponse = AcquiredShortCodes;\n\n/** Optional parameters. */\nexport interface ShortCodesGetCostsNextOptionalParams\n extends coreClient.OperationOptions {\n /** The number of items to skip in the result set (default: 0). */\n skip?: number;\n /** The maximum number of items to return in the result set (default: 100). */\n top?: number;\n}\n\n/** Contains response data for the getCostsNext operation. */\nexport type ShortCodesGetCostsNextResponse = ShortCodeCosts;\n\n/** Optional parameters. */\nexport interface ShortCodesGetUSProgramBriefsNextOptionalParams\n extends coreClient.OperationOptions {\n /** An optional parameter for how many entries to skip, for pagination purposes. */\n skip?: number;\n /** An optional parameter for how many entries to return, for pagination purposes. */\n top?: number;\n}\n\n/** Contains response data for the getUSProgramBriefsNext operation. */\nexport type ShortCodesGetUSProgramBriefsNextResponse = USProgramBriefs;\n\n/** Optional parameters. */\nexport interface ShortCodesGetUSProgramBriefAttachmentsNextOptionalParams\n extends coreClient.OperationOptions {\n /** An optional parameter for how many entries to skip, for pagination purposes. */\n skip?: number;\n /** An optional parameter for how many entries to return, for pagination purposes. */\n top?: number;\n}\n\n/** Contains response data for the getUSProgramBriefAttachmentsNext operation. */\nexport type ShortCodesGetUSProgramBriefAttachmentsNextResponse = ProgramBriefAttachments;\n\n/** Optional parameters. */\nexport interface ShortCodesClientOptionalParams\n extends coreClient.ServiceClientOptions {\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 AcquiredShortCodes: coreClient.CompositeMapper;
3
+ export declare const ShortCode: coreClient.CompositeMapper;
4
+ export declare const CommunicationErrorResponse: coreClient.CompositeMapper;
5
+ export declare const CommunicationError: coreClient.CompositeMapper;
6
+ export declare const ShortCodeCosts: coreClient.CompositeMapper;
7
+ export declare const ShortCodeCost: coreClient.CompositeMapper;
8
+ export declare const USProgramBrief: coreClient.CompositeMapper;
9
+ export declare const ReviewNote: coreClient.CompositeMapper;
10
+ export declare const ProgramDetails: coreClient.CompositeMapper;
11
+ export declare const CompanyInformation: coreClient.CompositeMapper;
12
+ export declare const ContactInformation: coreClient.CompositeMapper;
13
+ export declare const CustomerCareInformation: coreClient.CompositeMapper;
14
+ export declare const MessageDetails: coreClient.CompositeMapper;
15
+ export declare const UseCase: coreClient.CompositeMapper;
16
+ export declare const MessageExampleSequence: coreClient.CompositeMapper;
17
+ export declare const MessageExample: coreClient.CompositeMapper;
18
+ export declare const TrafficDetails: coreClient.CompositeMapper;
19
+ export declare const ProgramBriefAttachmentSummary: coreClient.CompositeMapper;
20
+ export declare const USProgramBriefs: coreClient.CompositeMapper;
21
+ export declare const ProgramBriefAttachment: coreClient.CompositeMapper;
22
+ export declare const ProgramBriefAttachments: coreClient.CompositeMapper;
23
+ //# sourceMappingURL=mappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAyB3C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAoClC,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAcnD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAgD3C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAyBvC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAqCtC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAsGvC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAmBnC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAqGvC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAuC3C,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAyB3C,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eAmBhD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAmEvC,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,UAAU,CAAC,eA+BhC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAmB/C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAmBvC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eA2DvC,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eAyBtD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAyBxC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAsD/C,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eAyBhD,CAAC"}
@@ -5,10 +5,10 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- export const ShortCodes = {
8
+ export const AcquiredShortCodes = {
9
9
  type: {
10
10
  name: "Composite",
11
- className: "ShortCodes",
11
+ className: "AcquiredShortCodes",
12
12
  modelProperties: {
13
13
  shortCodes: {
14
14
  serializedName: "shortCodes",
@@ -36,14 +36,8 @@ export const ShortCode = {
36
36
  name: "Composite",
37
37
  className: "ShortCode",
38
38
  modelProperties: {
39
- number: {
40
- serializedName: "number",
41
- type: {
42
- name: "String"
43
- }
44
- },
45
- numberType: {
46
- serializedName: "numberType",
39
+ value: {
40
+ serializedName: "value",
47
41
  type: {
48
42
  name: "String"
49
43
  }
@@ -138,6 +132,70 @@ export const CommunicationError = {
138
132
  }
139
133
  }
140
134
  };
135
+ export const ShortCodeCosts = {
136
+ type: {
137
+ name: "Composite",
138
+ className: "ShortCodeCosts",
139
+ modelProperties: {
140
+ costs: {
141
+ serializedName: "costs",
142
+ type: {
143
+ name: "Sequence",
144
+ element: {
145
+ type: {
146
+ name: "Composite",
147
+ className: "ShortCodeCost"
148
+ }
149
+ }
150
+ }
151
+ },
152
+ nextLink: {
153
+ serializedName: "nextLink",
154
+ type: {
155
+ name: "String"
156
+ }
157
+ }
158
+ }
159
+ }
160
+ };
161
+ export const ShortCodeCost = {
162
+ type: {
163
+ name: "Composite",
164
+ className: "ShortCodeCost",
165
+ modelProperties: {
166
+ amount: {
167
+ serializedName: "amount",
168
+ type: {
169
+ name: "Number"
170
+ }
171
+ },
172
+ currencyCode: {
173
+ serializedName: "currencyCode",
174
+ type: {
175
+ name: "String"
176
+ }
177
+ },
178
+ countryCode: {
179
+ serializedName: "countryCode",
180
+ type: {
181
+ name: "String"
182
+ }
183
+ },
184
+ isVanityShortCode: {
185
+ serializedName: "isVanityShortCode",
186
+ type: {
187
+ name: "Boolean"
188
+ }
189
+ },
190
+ billingFrequency: {
191
+ serializedName: "billingFrequency",
192
+ type: {
193
+ name: "String"
194
+ }
195
+ }
196
+ }
197
+ }
198
+ };
141
199
  export const USProgramBrief = {
142
200
  type: {
143
201
  name: "Composite",
@@ -261,35 +319,6 @@ export const ReviewNote = {
261
319
  }
262
320
  }
263
321
  };
264
- export const ShortCodeCost = {
265
- type: {
266
- name: "Composite",
267
- className: "ShortCodeCost",
268
- modelProperties: {
269
- amount: {
270
- serializedName: "amount",
271
- required: true,
272
- type: {
273
- name: "Number"
274
- }
275
- },
276
- currencyCode: {
277
- serializedName: "currencyCode",
278
- required: true,
279
- type: {
280
- name: "String"
281
- }
282
- },
283
- billingFrequency: {
284
- serializedName: "billingFrequency",
285
- required: true,
286
- type: {
287
- name: "String"
288
- }
289
- }
290
- }
291
- }
292
- };
293
322
  export const ProgramDetails = {
294
323
  type: {
295
324
  name: "Composite",
@@ -750,6 +779,9 @@ export const ProgramBriefAttachment = {
750
779
  }
751
780
  },
752
781
  fileName: {
782
+ constraints: {
783
+ MinLength: 1
784
+ },
753
785
  serializedName: "fileName",
754
786
  required: true,
755
787
  type: {
@@ -770,6 +802,9 @@ export const ProgramBriefAttachment = {
770
802
  }
771
803
  },
772
804
  fileContentBase64: {
805
+ constraints: {
806
+ MinLength: 1
807
+ },
773
808
  serializedName: "fileContentBase64",
774
809
  required: true,
775
810
  type: {
@@ -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"}
@@ -5,7 +5,7 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- import { USProgramBrief as USProgramBriefMapper, ProgramBriefAttachment as ProgramBriefAttachmentMapper } from "../models/mappers";
8
+ import { USProgramBrief as USProgramBriefMapper, ProgramBriefAttachment as ProgramBriefAttachmentMapper } from "../models/mappers.js";
9
9
  export const accept = {
10
10
  parameterPath: "accept",
11
11
  mapper: {
@@ -51,7 +51,7 @@ export const top = {
51
51
  export const apiVersion = {
52
52
  parameterPath: "apiVersion",
53
53
  mapper: {
54
- defaultValue: "2021-10-25-preview",
54
+ defaultValue: "2022-09-06",
55
55
  isConstant: true,
56
56
  serializedName: "api-version",
57
57
  type: {
@@ -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"}
@@ -5,5 +5,5 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- export * from "./shortCodesOperations";
8
+ export * from "./shortCodes.js";
9
9
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,wBAAwB,CAAC","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 \"./shortCodesOperations\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,iBAAiB,CAAC","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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"}