@azure/communication-identity 1.3.2-alpha.20241122.8 → 1.3.2-alpha.20241203.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (255) hide show
  1. package/dist/browser/common/logger.d.ts +5 -0
  2. package/dist/browser/common/logger.d.ts.map +1 -0
  3. package/{types/communication-identity.d.ts → dist/browser/communicationIdentityClient.d.ts} +76 -148
  4. package/dist/browser/communicationIdentityClient.d.ts.map +1 -0
  5. package/{dist-esm/src → dist/browser}/communicationIdentityClient.js +3 -3
  6. package/dist/browser/communicationIdentityClient.js.map +1 -0
  7. package/dist/browser/constants.d.ts +2 -0
  8. package/dist/browser/constants.d.ts.map +1 -0
  9. package/dist/browser/generated/src/identityRestClient.d.ts +17 -0
  10. package/dist/browser/generated/src/identityRestClient.d.ts.map +1 -0
  11. package/{dist-esm/src → dist/browser}/generated/src/identityRestClient.js +1 -1
  12. package/dist/browser/generated/src/identityRestClient.js.map +1 -0
  13. package/dist/browser/generated/src/index.d.ts +4 -0
  14. package/dist/browser/generated/src/index.d.ts.map +1 -0
  15. package/dist/browser/generated/src/index.js +11 -0
  16. package/dist/browser/generated/src/index.js.map +1 -0
  17. package/dist/browser/generated/src/models/index.d.ts +127 -0
  18. package/dist/browser/generated/src/models/index.d.ts.map +1 -0
  19. package/dist/browser/generated/src/models/mappers.d.ts +10 -0
  20. package/dist/browser/generated/src/models/mappers.d.ts.map +1 -0
  21. package/dist/browser/generated/src/models/parameters.d.ts +14 -0
  22. package/dist/browser/generated/src/models/parameters.d.ts.map +1 -0
  23. package/{dist-esm/src → dist/browser}/generated/src/models/parameters.js +1 -1
  24. package/dist/browser/generated/src/models/parameters.js.map +1 -0
  25. package/dist/browser/generated/src/operations/communicationIdentityOperations.d.ts +49 -0
  26. package/dist/browser/generated/src/operations/communicationIdentityOperations.d.ts.map +1 -0
  27. package/{dist-esm/src → dist/browser}/generated/src/operations/communicationIdentityOperations.js +3 -3
  28. package/dist/browser/generated/src/operations/communicationIdentityOperations.js.map +1 -0
  29. package/dist/browser/generated/src/operations/index.d.ts +2 -0
  30. package/dist/browser/generated/src/operations/index.d.ts.map +1 -0
  31. package/{dist-esm/src/generated/src → dist/browser/generated/src/operations}/index.js +1 -3
  32. package/{dist-esm/src → dist/browser}/generated/src/operations/index.js.map +1 -1
  33. package/dist/browser/generated/src/operationsInterfaces/communicationIdentityOperations.d.ts +41 -0
  34. package/dist/browser/generated/src/operationsInterfaces/communicationIdentityOperations.d.ts.map +1 -0
  35. package/dist/browser/generated/src/operationsInterfaces/communicationIdentityOperations.js.map +1 -0
  36. package/dist/browser/generated/src/operationsInterfaces/index.d.ts +2 -0
  37. package/dist/browser/generated/src/operationsInterfaces/index.d.ts.map +1 -0
  38. package/dist/browser/generated/src/operationsInterfaces/index.js +9 -0
  39. package/{dist-esm/src → dist/browser}/generated/src/operationsInterfaces/index.js.map +1 -1
  40. package/dist/browser/generated/src/tracing.d.ts +2 -0
  41. package/dist/browser/generated/src/tracing.d.ts.map +1 -0
  42. package/dist/browser/index.d.ts +3 -0
  43. package/dist/browser/index.d.ts.map +1 -0
  44. package/dist/browser/index.js +5 -0
  45. package/{dist-esm/src → dist/browser}/index.js.map +1 -1
  46. package/dist/browser/models.d.ts +65 -0
  47. package/dist/browser/models.d.ts.map +1 -0
  48. package/dist/browser/package.json +3 -0
  49. package/dist/commonjs/common/logger.d.ts +5 -0
  50. package/dist/commonjs/common/logger.d.ts.map +1 -0
  51. package/dist/commonjs/common/logger.js +11 -0
  52. package/dist/commonjs/common/logger.js.map +1 -0
  53. package/dist/commonjs/communicationIdentityClient.d.ts +76 -0
  54. package/dist/commonjs/communicationIdentityClient.d.ts.map +1 -0
  55. package/dist/commonjs/communicationIdentityClient.js +107 -0
  56. package/dist/commonjs/communicationIdentityClient.js.map +1 -0
  57. package/dist/commonjs/constants.d.ts +2 -0
  58. package/dist/commonjs/constants.d.ts.map +1 -0
  59. package/dist/commonjs/constants.js +7 -0
  60. package/dist/commonjs/constants.js.map +1 -0
  61. package/dist/commonjs/generated/src/identityRestClient.d.ts +17 -0
  62. package/dist/commonjs/generated/src/identityRestClient.d.ts.map +1 -0
  63. package/dist/commonjs/generated/src/identityRestClient.js +74 -0
  64. package/dist/commonjs/generated/src/identityRestClient.js.map +1 -0
  65. package/dist/commonjs/generated/src/index.d.ts +4 -0
  66. package/dist/commonjs/generated/src/index.d.ts.map +1 -0
  67. package/dist/commonjs/generated/src/index.js +16 -0
  68. package/dist/commonjs/generated/src/index.js.map +1 -0
  69. package/dist/commonjs/generated/src/models/index.d.ts +127 -0
  70. package/dist/commonjs/generated/src/models/index.d.ts.map +1 -0
  71. package/dist/commonjs/generated/src/models/index.js +25 -0
  72. package/dist/commonjs/generated/src/models/index.js.map +1 -0
  73. package/dist/commonjs/generated/src/models/mappers.d.ts +10 -0
  74. package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -0
  75. package/dist/commonjs/generated/src/models/mappers.js +224 -0
  76. package/dist/commonjs/generated/src/models/mappers.js.map +1 -0
  77. package/dist/commonjs/generated/src/models/parameters.d.ts +14 -0
  78. package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -0
  79. package/dist/commonjs/generated/src/models/parameters.js +94 -0
  80. package/dist/commonjs/generated/src/models/parameters.js.map +1 -0
  81. package/dist/commonjs/generated/src/operations/communicationIdentityOperations.d.ts +49 -0
  82. package/dist/commonjs/generated/src/operations/communicationIdentityOperations.d.ts.map +1 -0
  83. package/dist/commonjs/generated/src/operations/communicationIdentityOperations.js +182 -0
  84. package/dist/commonjs/generated/src/operations/communicationIdentityOperations.js.map +1 -0
  85. package/dist/commonjs/generated/src/operations/index.d.ts +2 -0
  86. package/dist/commonjs/generated/src/operations/index.d.ts.map +1 -0
  87. package/dist/commonjs/generated/src/operations/index.js +12 -0
  88. package/dist/commonjs/generated/src/operations/index.js.map +1 -0
  89. package/dist/commonjs/generated/src/operationsInterfaces/communicationIdentityOperations.d.ts +41 -0
  90. package/dist/commonjs/generated/src/operationsInterfaces/communicationIdentityOperations.d.ts.map +1 -0
  91. package/dist/commonjs/generated/src/operationsInterfaces/communicationIdentityOperations.js +10 -0
  92. package/dist/commonjs/generated/src/operationsInterfaces/communicationIdentityOperations.js.map +1 -0
  93. package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts +2 -0
  94. package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts.map +1 -0
  95. package/dist/commonjs/generated/src/operationsInterfaces/index.js +12 -0
  96. package/dist/commonjs/generated/src/operationsInterfaces/index.js.map +1 -0
  97. package/dist/commonjs/generated/src/tracing.d.ts +2 -0
  98. package/dist/commonjs/generated/src/tracing.d.ts.map +1 -0
  99. package/dist/commonjs/generated/src/tracing.js +17 -0
  100. package/dist/commonjs/generated/src/tracing.js.map +1 -0
  101. package/dist/commonjs/index.d.ts +3 -0
  102. package/dist/commonjs/index.d.ts.map +1 -0
  103. package/dist/commonjs/index.js +8 -0
  104. package/dist/commonjs/index.js.map +1 -0
  105. package/dist/commonjs/models.d.ts +65 -0
  106. package/dist/commonjs/models.d.ts.map +1 -0
  107. package/dist/commonjs/models.js +5 -0
  108. package/dist/commonjs/models.js.map +1 -0
  109. package/dist/commonjs/package.json +3 -0
  110. package/dist/commonjs/tsdoc-metadata.json +11 -0
  111. package/dist/esm/common/logger.d.ts +5 -0
  112. package/dist/esm/common/logger.d.ts.map +1 -0
  113. package/dist/esm/common/logger.js +8 -0
  114. package/dist/esm/common/logger.js.map +1 -0
  115. package/dist/esm/communicationIdentityClient.d.ts +76 -0
  116. package/dist/esm/communicationIdentityClient.d.ts.map +1 -0
  117. package/dist/esm/communicationIdentityClient.js +103 -0
  118. package/dist/esm/communicationIdentityClient.js.map +1 -0
  119. package/dist/esm/constants.d.ts +2 -0
  120. package/dist/esm/constants.d.ts.map +1 -0
  121. package/dist/esm/constants.js +4 -0
  122. package/dist/esm/constants.js.map +1 -0
  123. package/dist/esm/generated/src/identityRestClient.d.ts +17 -0
  124. package/dist/esm/generated/src/identityRestClient.d.ts.map +1 -0
  125. package/dist/esm/generated/src/identityRestClient.js +69 -0
  126. package/dist/esm/generated/src/identityRestClient.js.map +1 -0
  127. package/dist/esm/generated/src/index.d.ts +4 -0
  128. package/dist/esm/generated/src/index.d.ts.map +1 -0
  129. package/dist/esm/generated/src/index.js +11 -0
  130. package/dist/esm/generated/src/index.js.map +1 -0
  131. package/dist/esm/generated/src/models/index.d.ts +127 -0
  132. package/dist/esm/generated/src/models/index.d.ts.map +1 -0
  133. package/dist/esm/generated/src/models/index.js +22 -0
  134. package/dist/esm/generated/src/models/index.js.map +1 -0
  135. package/dist/esm/generated/src/models/mappers.d.ts +10 -0
  136. package/dist/esm/generated/src/models/mappers.d.ts.map +1 -0
  137. package/dist/esm/generated/src/models/mappers.js +221 -0
  138. package/dist/esm/generated/src/models/mappers.js.map +1 -0
  139. package/dist/esm/generated/src/models/parameters.d.ts +14 -0
  140. package/dist/esm/generated/src/models/parameters.d.ts.map +1 -0
  141. package/dist/esm/generated/src/models/parameters.js +91 -0
  142. package/dist/esm/generated/src/models/parameters.js.map +1 -0
  143. package/dist/esm/generated/src/operations/communicationIdentityOperations.d.ts +49 -0
  144. package/dist/esm/generated/src/operations/communicationIdentityOperations.d.ts.map +1 -0
  145. package/dist/esm/generated/src/operations/communicationIdentityOperations.js +177 -0
  146. package/dist/esm/generated/src/operations/communicationIdentityOperations.js.map +1 -0
  147. package/dist/esm/generated/src/operations/index.d.ts +2 -0
  148. package/dist/esm/generated/src/operations/index.d.ts.map +1 -0
  149. package/dist/esm/generated/src/operations/index.js +9 -0
  150. package/dist/esm/generated/src/operations/index.js.map +1 -0
  151. package/dist/esm/generated/src/operationsInterfaces/communicationIdentityOperations.d.ts +41 -0
  152. package/dist/esm/generated/src/operationsInterfaces/communicationIdentityOperations.d.ts.map +1 -0
  153. package/{dist-esm/src/generated/src/operationsInterfaces/index.js → dist/esm/generated/src/operationsInterfaces/communicationIdentityOperations.js} +2 -2
  154. package/dist/esm/generated/src/operationsInterfaces/communicationIdentityOperations.js.map +1 -0
  155. package/dist/esm/generated/src/operationsInterfaces/index.d.ts +2 -0
  156. package/dist/esm/generated/src/operationsInterfaces/index.d.ts.map +1 -0
  157. package/dist/esm/generated/src/operationsInterfaces/index.js +9 -0
  158. package/dist/esm/generated/src/operationsInterfaces/index.js.map +1 -0
  159. package/dist/esm/generated/src/tracing.d.ts +2 -0
  160. package/dist/esm/generated/src/tracing.d.ts.map +1 -0
  161. package/dist/esm/generated/src/tracing.js +14 -0
  162. package/dist/esm/generated/src/tracing.js.map +1 -0
  163. package/dist/esm/index.d.ts +3 -0
  164. package/dist/esm/index.d.ts.map +1 -0
  165. package/dist/esm/index.js +5 -0
  166. package/dist/esm/index.js.map +1 -0
  167. package/dist/esm/models.d.ts +65 -0
  168. package/dist/esm/models.d.ts.map +1 -0
  169. package/dist/esm/models.js +4 -0
  170. package/dist/esm/models.js.map +1 -0
  171. package/dist/esm/package.json +3 -0
  172. package/dist/react-native/common/logger.d.ts +5 -0
  173. package/dist/react-native/common/logger.d.ts.map +1 -0
  174. package/dist/react-native/common/logger.js +8 -0
  175. package/dist/react-native/common/logger.js.map +1 -0
  176. package/dist/react-native/communicationIdentityClient.d.ts +76 -0
  177. package/dist/react-native/communicationIdentityClient.d.ts.map +1 -0
  178. package/dist/react-native/communicationIdentityClient.js +103 -0
  179. package/dist/react-native/communicationIdentityClient.js.map +1 -0
  180. package/dist/react-native/constants.d.ts +2 -0
  181. package/dist/react-native/constants.d.ts.map +1 -0
  182. package/dist/react-native/constants.js +4 -0
  183. package/dist/react-native/constants.js.map +1 -0
  184. package/dist/react-native/generated/src/identityRestClient.d.ts +17 -0
  185. package/dist/react-native/generated/src/identityRestClient.d.ts.map +1 -0
  186. package/dist/react-native/generated/src/identityRestClient.js +69 -0
  187. package/dist/react-native/generated/src/identityRestClient.js.map +1 -0
  188. package/dist/react-native/generated/src/index.d.ts +4 -0
  189. package/dist/react-native/generated/src/index.d.ts.map +1 -0
  190. package/dist/react-native/generated/src/index.js +11 -0
  191. package/dist/react-native/generated/src/index.js.map +1 -0
  192. package/dist/react-native/generated/src/models/index.d.ts +127 -0
  193. package/dist/react-native/generated/src/models/index.d.ts.map +1 -0
  194. package/dist/react-native/generated/src/models/index.js +22 -0
  195. package/dist/react-native/generated/src/models/index.js.map +1 -0
  196. package/dist/react-native/generated/src/models/mappers.d.ts +10 -0
  197. package/dist/react-native/generated/src/models/mappers.d.ts.map +1 -0
  198. package/dist/react-native/generated/src/models/mappers.js +221 -0
  199. package/dist/react-native/generated/src/models/mappers.js.map +1 -0
  200. package/dist/react-native/generated/src/models/parameters.d.ts +14 -0
  201. package/dist/react-native/generated/src/models/parameters.d.ts.map +1 -0
  202. package/dist/react-native/generated/src/models/parameters.js +91 -0
  203. package/dist/react-native/generated/src/models/parameters.js.map +1 -0
  204. package/dist/react-native/generated/src/operations/communicationIdentityOperations.d.ts +49 -0
  205. package/dist/react-native/generated/src/operations/communicationIdentityOperations.d.ts.map +1 -0
  206. package/dist/react-native/generated/src/operations/communicationIdentityOperations.js +177 -0
  207. package/dist/react-native/generated/src/operations/communicationIdentityOperations.js.map +1 -0
  208. package/dist/react-native/generated/src/operations/index.d.ts +2 -0
  209. package/dist/react-native/generated/src/operations/index.d.ts.map +1 -0
  210. package/dist/react-native/generated/src/operations/index.js +9 -0
  211. package/dist/react-native/generated/src/operations/index.js.map +1 -0
  212. package/dist/react-native/generated/src/operationsInterfaces/communicationIdentityOperations.d.ts +41 -0
  213. package/dist/react-native/generated/src/operationsInterfaces/communicationIdentityOperations.d.ts.map +1 -0
  214. package/{dist-esm/src/generated/src/operations/index.js → dist/react-native/generated/src/operationsInterfaces/communicationIdentityOperations.js} +2 -2
  215. package/dist/react-native/generated/src/operationsInterfaces/communicationIdentityOperations.js.map +1 -0
  216. package/dist/react-native/generated/src/operationsInterfaces/index.d.ts +2 -0
  217. package/dist/react-native/generated/src/operationsInterfaces/index.d.ts.map +1 -0
  218. package/dist/react-native/generated/src/operationsInterfaces/index.js +9 -0
  219. package/dist/react-native/generated/src/operationsInterfaces/index.js.map +1 -0
  220. package/dist/react-native/generated/src/tracing.d.ts +2 -0
  221. package/dist/react-native/generated/src/tracing.d.ts.map +1 -0
  222. package/dist/react-native/generated/src/tracing.js +14 -0
  223. package/dist/react-native/generated/src/tracing.js.map +1 -0
  224. package/dist/react-native/index.d.ts +3 -0
  225. package/dist/react-native/index.d.ts.map +1 -0
  226. package/dist/react-native/index.js +5 -0
  227. package/dist/react-native/index.js.map +1 -0
  228. package/dist/react-native/models.d.ts +65 -0
  229. package/dist/react-native/models.d.ts.map +1 -0
  230. package/dist/react-native/models.js +4 -0
  231. package/dist/react-native/models.js.map +1 -0
  232. package/dist/react-native/package.json +3 -0
  233. package/package.json +68 -48
  234. package/dist/index.js +0 -684
  235. package/dist/index.js.map +0 -1
  236. package/dist-esm/src/communicationIdentityClient.js.map +0 -1
  237. package/dist-esm/src/generated/src/identityRestClient.js.map +0 -1
  238. package/dist-esm/src/generated/src/index.js.map +0 -1
  239. package/dist-esm/src/generated/src/models/parameters.js.map +0 -1
  240. package/dist-esm/src/generated/src/operations/communicationIdentityOperations.js.map +0 -1
  241. package/dist-esm/src/generated/src/operationsInterfaces/communicationIdentityOperations.js.map +0 -1
  242. package/dist-esm/src/index.js +0 -5
  243. /package/{dist-esm/src → dist/browser}/common/logger.js +0 -0
  244. /package/{dist-esm/src → dist/browser}/common/logger.js.map +0 -0
  245. /package/{dist-esm/src → dist/browser}/constants.js +0 -0
  246. /package/{dist-esm/src → dist/browser}/constants.js.map +0 -0
  247. /package/{dist-esm/src → dist/browser}/generated/src/models/index.js +0 -0
  248. /package/{dist-esm/src → dist/browser}/generated/src/models/index.js.map +0 -0
  249. /package/{dist-esm/src → dist/browser}/generated/src/models/mappers.js +0 -0
  250. /package/{dist-esm/src → dist/browser}/generated/src/models/mappers.js.map +0 -0
  251. /package/{dist-esm/src → dist/browser}/generated/src/operationsInterfaces/communicationIdentityOperations.js +0 -0
  252. /package/{dist-esm/src → dist/browser}/generated/src/tracing.js +0 -0
  253. /package/{dist-esm/src → dist/browser}/generated/src/tracing.js.map +0 -0
  254. /package/{dist-esm/src → dist/browser}/models.js +0 -0
  255. /package/{dist-esm/src → dist/browser}/models.js.map +0 -0
@@ -0,0 +1,74 @@
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.IdentityRestClient = void 0;
11
+ const tslib_1 = require("tslib");
12
+ const coreClient = tslib_1.__importStar(require("@azure/core-client"));
13
+ const index_js_1 = require("./operations/index.js");
14
+ class IdentityRestClient extends coreClient.ServiceClient {
15
+ /**
16
+ * Initializes a new instance of the IdentityRestClient class.
17
+ * @param endpoint The communication resource, for example https://my-resource.communication.azure.com
18
+ * @param options The parameter options
19
+ */
20
+ constructor(endpoint, options) {
21
+ var _a, _b;
22
+ if (endpoint === undefined) {
23
+ throw new Error("'endpoint' cannot be null");
24
+ }
25
+ // Initializing default values for options
26
+ if (!options) {
27
+ options = {};
28
+ }
29
+ const defaults = {
30
+ requestContentType: "application/json; charset=utf-8"
31
+ };
32
+ const packageDetails = `azsdk-js-communication-identity/1.3.2`;
33
+ const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
34
+ ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
35
+ : `${packageDetails}`;
36
+ const optionsWithDefaults = Object.assign(Object.assign(Object.assign({}, defaults), options), { userAgentOptions: {
37
+ userAgentPrefix
38
+ }, endpoint: (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUri) !== null && _b !== void 0 ? _b : "{endpoint}" });
39
+ super(optionsWithDefaults);
40
+ // Parameter assignments
41
+ this.endpoint = endpoint;
42
+ // Assigning values to Constant parameters
43
+ this.apiVersion = options.apiVersion || "2023-10-01";
44
+ this.communicationIdentityOperations = new index_js_1.CommunicationIdentityOperationsImpl(this);
45
+ this.addCustomApiVersionPolicy(options.apiVersion);
46
+ }
47
+ /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
48
+ addCustomApiVersionPolicy(apiVersion) {
49
+ if (!apiVersion) {
50
+ return;
51
+ }
52
+ const apiVersionPolicy = {
53
+ name: "CustomApiVersionPolicy",
54
+ async sendRequest(request, next) {
55
+ const param = request.url.split("?");
56
+ if (param.length > 1) {
57
+ const newParams = param[1].split("&").map((item) => {
58
+ if (item.indexOf("api-version") > -1) {
59
+ return "api-version=" + apiVersion;
60
+ }
61
+ else {
62
+ return item;
63
+ }
64
+ });
65
+ request.url = param[0] + "?" + newParams.join("&");
66
+ }
67
+ return next(request);
68
+ }
69
+ };
70
+ this.pipeline.addPolicy(apiVersionPolicy);
71
+ }
72
+ }
73
+ exports.IdentityRestClient = IdentityRestClient;
74
+ //# sourceMappingURL=identityRestClient.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"identityRestClient.js","sourceRoot":"","sources":["../../../../src/generated/src/identityRestClient.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAEH,uEAAiD;AAMjD,oDAA4E;AAI5E,MAAa,kBAAmB,SAAQ,UAAU,CAAC,aAAa;IAI9D;;;;OAIG;IACH,YAAY,QAAgB,EAAE,OAA0C;;QACtE,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;YAC3B,MAAM,IAAI,KAAK,CAAC,2BAA2B,CAAC,CAAC;QAC/C,CAAC;QAED,0CAA0C;QAC1C,IAAI,CAAC,OAAO,EAAE,CAAC;YACb,OAAO,GAAG,EAAE,CAAC;QACf,CAAC;QACD,MAAM,QAAQ,GAAqC;YACjD,kBAAkB,EAAE,iCAAiC;SACtD,CAAC;QAEF,MAAM,cAAc,GAAG,uCAAuC,CAAC;QAC/D,MAAM,eAAe,GACnB,OAAO,CAAC,gBAAgB,IAAI,OAAO,CAAC,gBAAgB,CAAC,eAAe;YAClE,CAAC,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC,eAAe,IAAI,cAAc,EAAE;YACjE,CAAC,CAAC,GAAG,cAAc,EAAE,CAAC;QAE1B,MAAM,mBAAmB,iDACpB,QAAQ,GACR,OAAO,KACV,gBAAgB,EAAE;gBAChB,eAAe;aAChB,EACD,QAAQ,EAAE,MAAA,MAAA,OAAO,CAAC,QAAQ,mCAAI,OAAO,CAAC,OAAO,mCAAI,YAAY,GAC9D,CAAC;QACF,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAC3B,wBAAwB;QACxB,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QAEzB,0CAA0C;QAC1C,IAAI,CAAC,UAAU,GAAG,OAAO,CAAC,UAAU,IAAI,YAAY,CAAC;QACrD,IAAI,CAAC,+BAA+B,GAAG,IAAI,8CAAmC,CAC5E,IAAI,CACL,CAAC;QACF,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;IACrD,CAAC;IAED,8GAA8G;IACtG,yBAAyB,CAAC,UAAmB;QACnD,IAAI,CAAC,UAAU,EAAE,CAAC;YAChB,OAAO;QACT,CAAC;QACD,MAAM,gBAAgB,GAAG;YACvB,IAAI,EAAE,wBAAwB;YAC9B,KAAK,CAAC,WAAW,CACf,OAAwB,EACxB,IAAiB;gBAEjB,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;gBACrC,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;oBACrB,MAAM,SAAS,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;wBACjD,IAAI,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;4BACrC,OAAO,cAAc,GAAG,UAAU,CAAC;wBACrC,CAAC;6BAAM,CAAC;4BACN,OAAO,IAAI,CAAC;wBACd,CAAC;oBACH,CAAC,CAAC,CAAC;oBACH,OAAO,CAAC,GAAG,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;gBACrD,CAAC;gBACD,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC;YACvB,CAAC;SACF,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,gBAAgB,CAAC,CAAC;IAC5C,CAAC;CAGF;AA7ED,gDA6EC","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\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest\n} from \"@azure/core-rest-pipeline\";\nimport { CommunicationIdentityOperationsImpl } from \"./operations/index.js\";\nimport { CommunicationIdentityOperations } from \"./operationsInterfaces/index.js\";\nimport { IdentityRestClientOptionalParams } from \"./models/index.js\";\n\nexport class IdentityRestClient extends coreClient.ServiceClient {\n endpoint: string;\n apiVersion: string;\n\n /**\n * Initializes a new instance of the IdentityRestClient class.\n * @param endpoint The communication resource, for example https://my-resource.communication.azure.com\n * @param options The parameter options\n */\n constructor(endpoint: string, options?: IdentityRestClientOptionalParams) {\n if (endpoint === undefined) {\n throw new Error(\"'endpoint' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: IdentityRestClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\"\n };\n\n const packageDetails = `azsdk-js-communication-identity/1.3.2`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n endpoint: options.endpoint ?? options.baseUri ?? \"{endpoint}\"\n };\n super(optionsWithDefaults);\n // Parameter assignments\n this.endpoint = endpoint;\n\n // Assigning values to Constant parameters\n this.apiVersion = options.apiVersion || \"2023-10-01\";\n this.communicationIdentityOperations = new CommunicationIdentityOperationsImpl(\n this\n );\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n }\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n communicationIdentityOperations: CommunicationIdentityOperations;\n}\n"]}
@@ -0,0 +1,4 @@
1
+ export * from "./models/index.js";
2
+ export { IdentityRestClient } from "./identityRestClient.js";
3
+ export * from "./operationsInterfaces/index.js";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/src/index.ts"],"names":[],"mappings":"AAQA,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,cAAc,iCAAiC,CAAC"}
@@ -0,0 +1,16 @@
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.IdentityRestClient = void 0;
11
+ const tslib_1 = require("tslib");
12
+ tslib_1.__exportStar(require("./models/index.js"), exports);
13
+ var identityRestClient_js_1 = require("./identityRestClient.js");
14
+ Object.defineProperty(exports, "IdentityRestClient", { enumerable: true, get: function () { return identityRestClient_js_1.IdentityRestClient; } });
15
+ tslib_1.__exportStar(require("./operationsInterfaces/index.js"), exports);
16
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/src/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAEH,4DAAkC;AAClC,iEAA6D;AAApD,2HAAA,kBAAkB,OAAA;AAC3B,0EAAgD","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 \"./models/index.js\";\nexport { IdentityRestClient } from \"./identityRestClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
@@ -0,0 +1,127 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export interface CommunicationIdentityCreateRequest {
3
+ /** Also create access token for the created identity. */
4
+ createTokenWithScopes?: CommunicationIdentityTokenScope[];
5
+ /** Optional custom validity period of the token within [60,1440] minutes range. If not provided, the default value of 1440 minutes (24 hours) will be used. */
6
+ expiresInMinutes?: number;
7
+ }
8
+ /** A communication identity with access token. */
9
+ export interface CommunicationIdentityAccessTokenResult {
10
+ /** A communication identity. */
11
+ identity: CommunicationIdentity;
12
+ /** An access token. */
13
+ accessToken?: CommunicationIdentityAccessToken;
14
+ }
15
+ /** A communication identity. */
16
+ export interface CommunicationIdentity {
17
+ /** Identifier of the identity. */
18
+ id: string;
19
+ }
20
+ /** An access token. */
21
+ export interface CommunicationIdentityAccessToken {
22
+ /** The access token issued for the identity. */
23
+ token: string;
24
+ /** The expiry time of the token. */
25
+ expiresOn: Date;
26
+ }
27
+ /** The Communication Services error. */
28
+ export interface CommunicationErrorResponse {
29
+ /** The Communication Services error. */
30
+ error: CommunicationError;
31
+ }
32
+ /** The Communication Services error. */
33
+ export interface CommunicationError {
34
+ /** The error code. */
35
+ code: string;
36
+ /** The error message. */
37
+ message: string;
38
+ /**
39
+ * The error target.
40
+ * NOTE: This property will not be serialized. It can only be populated by the server.
41
+ */
42
+ readonly target?: string;
43
+ /**
44
+ * Further details about specific errors that led to this error.
45
+ * NOTE: This property will not be serialized. It can only be populated by the server.
46
+ */
47
+ readonly details?: CommunicationError[];
48
+ /**
49
+ * The inner error if any.
50
+ * NOTE: This property will not be serialized. It can only be populated by the server.
51
+ */
52
+ readonly innerError?: CommunicationError;
53
+ }
54
+ export interface TeamsUserExchangeTokenRequest {
55
+ /** Azure AD access token of a Teams User to acquire a new Communication Identity access token. */
56
+ token: string;
57
+ /** Client ID of an Azure AD application to be verified against the appid claim in the Azure AD access token. */
58
+ appId: string;
59
+ /** Object ID of an Azure AD user (Teams User) to be verified against the oid claim in the Azure AD access token. */
60
+ userId: string;
61
+ }
62
+ export interface CommunicationIdentityAccessTokenRequest {
63
+ /** List of scopes attached to the token. */
64
+ scopes: CommunicationIdentityTokenScope[];
65
+ /** Optional custom validity period of the token within [60,1440] minutes range. If not provided, the default value of 1440 minutes (24 hours) will be used. */
66
+ expiresInMinutes?: number;
67
+ }
68
+ /** Known values of {@link CommunicationIdentityTokenScope} that the service accepts. */
69
+ export declare enum KnownCommunicationIdentityTokenScope {
70
+ /** Use this for full access to Chat APIs. */
71
+ Chat = "chat",
72
+ /** Use this for full access to Calling APIs. */
73
+ Voip = "voip",
74
+ /** Access to Chat APIs but without the authorization to create, delete or update chat threads. */
75
+ ChatJoin = "chat.join",
76
+ /** A more limited version of chat.join that doesn't allow to add or remove participants. Use this scope when the token bearer is not fully trusted, for example in guest scenarios. */
77
+ ChatJoinLimited = "chat.join.limited",
78
+ /** Access to Calling APIs but without the authorization to start new calls. */
79
+ VoipJoin = "voip.join"
80
+ }
81
+ /**
82
+ * Defines values for CommunicationIdentityTokenScope. \
83
+ * {@link KnownCommunicationIdentityTokenScope} can be used interchangeably with CommunicationIdentityTokenScope,
84
+ * this enum contains the known values that the service supports.
85
+ * ### Known values supported by the service
86
+ * **chat**: Use this for full access to Chat APIs. \
87
+ * **voip**: Use this for full access to Calling APIs. \
88
+ * **chat.join**: Access to Chat APIs but without the authorization to create, delete or update chat threads. \
89
+ * **chat.join.limited**: A more limited version of chat.join that doesn't allow to add or remove participants. Use this scope when the token bearer is not fully trusted, for example in guest scenarios. \
90
+ * **voip.join**: Access to Calling APIs but without the authorization to start new calls.
91
+ */
92
+ export type CommunicationIdentityTokenScope = string;
93
+ /** Optional parameters. */
94
+ export interface CommunicationIdentityCreateOptionalParams extends coreClient.OperationOptions {
95
+ /** Also create access token for the created identity. */
96
+ createTokenWithScopes?: CommunicationIdentityTokenScope[];
97
+ /** Optional custom validity period of the token within [60,1440] minutes range. If not provided, the default value of 1440 minutes (24 hours) will be used. */
98
+ expiresInMinutes?: number;
99
+ }
100
+ /** Contains response data for the create operation. */
101
+ export type CommunicationIdentityCreateResponse = CommunicationIdentityAccessTokenResult;
102
+ /** Optional parameters. */
103
+ export interface CommunicationIdentityDeleteOptionalParams extends coreClient.OperationOptions {
104
+ }
105
+ /** Optional parameters. */
106
+ export interface CommunicationIdentityRevokeAccessTokensOptionalParams extends coreClient.OperationOptions {
107
+ }
108
+ /** Optional parameters. */
109
+ export interface CommunicationIdentityExchangeTeamsUserAccessTokenOptionalParams extends coreClient.OperationOptions {
110
+ }
111
+ /** Contains response data for the exchangeTeamsUserAccessToken operation. */
112
+ export type CommunicationIdentityExchangeTeamsUserAccessTokenResponse = CommunicationIdentityAccessToken;
113
+ /** Optional parameters. */
114
+ export interface CommunicationIdentityIssueAccessTokenOptionalParams extends coreClient.OperationOptions {
115
+ /** Optional custom validity period of the token within [60,1440] minutes range. If not provided, the default value of 1440 minutes (24 hours) will be used. */
116
+ expiresInMinutes?: number;
117
+ }
118
+ /** Contains response data for the issueAccessToken operation. */
119
+ export type CommunicationIdentityIssueAccessTokenResponse = CommunicationIdentityAccessToken;
120
+ /** Optional parameters. */
121
+ export interface IdentityRestClientOptionalParams extends coreClient.ServiceClientOptions {
122
+ /** Api Version */
123
+ apiVersion?: string;
124
+ /** Overrides client endpoint. */
125
+ endpoint?: string;
126
+ }
127
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/models/index.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,MAAM,WAAW,kCAAkC;IACjD,yDAAyD;IACzD,qBAAqB,CAAC,EAAE,+BAA+B,EAAE,CAAC;IAC1D,+JAA+J;IAC/J,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,kDAAkD;AAClD,MAAM,WAAW,sCAAsC;IACrD,gCAAgC;IAChC,QAAQ,EAAE,qBAAqB,CAAC;IAChC,uBAAuB;IACvB,WAAW,CAAC,EAAE,gCAAgC,CAAC;CAChD;AAED,gCAAgC;AAChC,MAAM,WAAW,qBAAqB;IACpC,kCAAkC;IAClC,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,uBAAuB;AACvB,MAAM,WAAW,gCAAgC;IAC/C,gDAAgD;IAChD,KAAK,EAAE,MAAM,CAAC;IACd,oCAAoC;IACpC,SAAS,EAAE,IAAI,CAAC;CACjB;AAED,wCAAwC;AACxC,MAAM,WAAW,0BAA0B;IACzC,wCAAwC;IACxC,KAAK,EAAE,kBAAkB,CAAC;CAC3B;AAED,wCAAwC;AACxC,MAAM,WAAW,kBAAkB;IACjC,sBAAsB;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,yBAAyB;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IACzB;;;OAGG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,kBAAkB,EAAE,CAAC;IACxC;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,kBAAkB,CAAC;CAC1C;AAED,MAAM,WAAW,6BAA6B;IAC5C,kGAAkG;IAClG,KAAK,EAAE,MAAM,CAAC;IACd,gHAAgH;IAChH,KAAK,EAAE,MAAM,CAAC;IACd,oHAAoH;IACpH,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,uCAAuC;IACtD,4CAA4C;IAC5C,MAAM,EAAE,+BAA+B,EAAE,CAAC;IAC1C,+JAA+J;IAC/J,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,wFAAwF;AACxF,oBAAY,oCAAoC;IAC9C,6CAA6C;IAC7C,IAAI,SAAS;IACb,gDAAgD;IAChD,IAAI,SAAS;IACb,kGAAkG;IAClG,QAAQ,cAAc;IACtB,uLAAuL;IACvL,eAAe,sBAAsB;IACrC,+EAA+E;IAC/E,QAAQ,cAAc;CACvB;AAED;;;;;;;;;;GAUG;AACH,MAAM,MAAM,+BAA+B,GAAG,MAAM,CAAC;AAErD,2BAA2B;AAC3B,MAAM,WAAW,yCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,yDAAyD;IACzD,qBAAqB,CAAC,EAAE,+BAA+B,EAAE,CAAC;IAC1D,+JAA+J;IAC/J,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,uDAAuD;AACvD,MAAM,MAAM,mCAAmC,GAAG,sCAAsC,CAAC;AAEzF,2BAA2B;AAC3B,MAAM,WAAW,yCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2BAA2B;AAC3B,MAAM,WAAW,qDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2BAA2B;AAC3B,MAAM,WAAW,+DACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,6EAA6E;AAC7E,MAAM,MAAM,yDAAyD,GAAG,gCAAgC,CAAC;AAEzG,2BAA2B;AAC3B,MAAM,WAAW,mDACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,+JAA+J;IAC/J,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,iEAAiE;AACjE,MAAM,MAAM,6CAA6C,GAAG,gCAAgC,CAAC;AAE7F,2BAA2B;AAC3B,MAAM,WAAW,gCACf,SAAQ,UAAU,CAAC,oBAAoB;IACvC,kBAAkB;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,iCAAiC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
@@ -0,0 +1,25 @@
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.KnownCommunicationIdentityTokenScope = void 0;
11
+ /** Known values of {@link CommunicationIdentityTokenScope} that the service accepts. */
12
+ var KnownCommunicationIdentityTokenScope;
13
+ (function (KnownCommunicationIdentityTokenScope) {
14
+ /** Use this for full access to Chat APIs. */
15
+ KnownCommunicationIdentityTokenScope["Chat"] = "chat";
16
+ /** Use this for full access to Calling APIs. */
17
+ KnownCommunicationIdentityTokenScope["Voip"] = "voip";
18
+ /** Access to Chat APIs but without the authorization to create, delete or update chat threads. */
19
+ KnownCommunicationIdentityTokenScope["ChatJoin"] = "chat.join";
20
+ /** A more limited version of chat.join that doesn't allow to add or remove participants. Use this scope when the token bearer is not fully trusted, for example in guest scenarios. */
21
+ KnownCommunicationIdentityTokenScope["ChatJoinLimited"] = "chat.join.limited";
22
+ /** Access to Calling APIs but without the authorization to start new calls. */
23
+ KnownCommunicationIdentityTokenScope["VoipJoin"] = "voip.join";
24
+ })(KnownCommunicationIdentityTokenScope || (exports.KnownCommunicationIdentityTokenScope = KnownCommunicationIdentityTokenScope = {}));
25
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/src/models/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AA8EH,wFAAwF;AACxF,IAAY,oCAWX;AAXD,WAAY,oCAAoC;IAC9C,6CAA6C;IAC7C,qDAAa,CAAA;IACb,gDAAgD;IAChD,qDAAa,CAAA;IACb,kGAAkG;IAClG,8DAAsB,CAAA;IACtB,uLAAuL;IACvL,6EAAqC,CAAA;IACrC,+EAA+E;IAC/E,8DAAsB,CAAA;AACxB,CAAC,EAXW,oCAAoC,oDAApC,oCAAoC,QAW/C","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 interface CommunicationIdentityCreateRequest {\n /** Also create access token for the created identity. */\n createTokenWithScopes?: CommunicationIdentityTokenScope[];\n /** Optional custom validity period of the token within [60,1440] minutes range. If not provided, the default value of 1440 minutes (24 hours) will be used. */\n expiresInMinutes?: number;\n}\n\n/** A communication identity with access token. */\nexport interface CommunicationIdentityAccessTokenResult {\n /** A communication identity. */\n identity: CommunicationIdentity;\n /** An access token. */\n accessToken?: CommunicationIdentityAccessToken;\n}\n\n/** A communication identity. */\nexport interface CommunicationIdentity {\n /** Identifier of the identity. */\n id: string;\n}\n\n/** An access token. */\nexport interface CommunicationIdentityAccessToken {\n /** The access token issued for the identity. */\n token: string;\n /** The expiry time of the token. */\n expiresOn: 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\nexport interface TeamsUserExchangeTokenRequest {\n /** Azure AD access token of a Teams User to acquire a new Communication Identity access token. */\n token: string;\n /** Client ID of an Azure AD application to be verified against the appid claim in the Azure AD access token. */\n appId: string;\n /** Object ID of an Azure AD user (Teams User) to be verified against the oid claim in the Azure AD access token. */\n userId: string;\n}\n\nexport interface CommunicationIdentityAccessTokenRequest {\n /** List of scopes attached to the token. */\n scopes: CommunicationIdentityTokenScope[];\n /** Optional custom validity period of the token within [60,1440] minutes range. If not provided, the default value of 1440 minutes (24 hours) will be used. */\n expiresInMinutes?: number;\n}\n\n/** Known values of {@link CommunicationIdentityTokenScope} that the service accepts. */\nexport enum KnownCommunicationIdentityTokenScope {\n /** Use this for full access to Chat APIs. */\n Chat = \"chat\",\n /** Use this for full access to Calling APIs. */\n Voip = \"voip\",\n /** Access to Chat APIs but without the authorization to create, delete or update chat threads. */\n ChatJoin = \"chat.join\",\n /** A more limited version of chat.join that doesn't allow to add or remove participants. Use this scope when the token bearer is not fully trusted, for example in guest scenarios. */\n ChatJoinLimited = \"chat.join.limited\",\n /** Access to Calling APIs but without the authorization to start new calls. */\n VoipJoin = \"voip.join\"\n}\n\n/**\n * Defines values for CommunicationIdentityTokenScope. \\\n * {@link KnownCommunicationIdentityTokenScope} can be used interchangeably with CommunicationIdentityTokenScope,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **chat**: Use this for full access to Chat APIs. \\\n * **voip**: Use this for full access to Calling APIs. \\\n * **chat.join**: Access to Chat APIs but without the authorization to create, delete or update chat threads. \\\n * **chat.join.limited**: A more limited version of chat.join that doesn't allow to add or remove participants. Use this scope when the token bearer is not fully trusted, for example in guest scenarios. \\\n * **voip.join**: Access to Calling APIs but without the authorization to start new calls.\n */\nexport type CommunicationIdentityTokenScope = string;\n\n/** Optional parameters. */\nexport interface CommunicationIdentityCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Also create access token for the created identity. */\n createTokenWithScopes?: CommunicationIdentityTokenScope[];\n /** Optional custom validity period of the token within [60,1440] minutes range. If not provided, the default value of 1440 minutes (24 hours) will be used. */\n expiresInMinutes?: number;\n}\n\n/** Contains response data for the create operation. */\nexport type CommunicationIdentityCreateResponse = CommunicationIdentityAccessTokenResult;\n\n/** Optional parameters. */\nexport interface CommunicationIdentityDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CommunicationIdentityRevokeAccessTokensOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CommunicationIdentityExchangeTeamsUserAccessTokenOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the exchangeTeamsUserAccessToken operation. */\nexport type CommunicationIdentityExchangeTeamsUserAccessTokenResponse = CommunicationIdentityAccessToken;\n\n/** Optional parameters. */\nexport interface CommunicationIdentityIssueAccessTokenOptionalParams\n extends coreClient.OperationOptions {\n /** Optional custom validity period of the token within [60,1440] minutes range. If not provided, the default value of 1440 minutes (24 hours) will be used. */\n expiresInMinutes?: number;\n}\n\n/** Contains response data for the issueAccessToken operation. */\nexport type CommunicationIdentityIssueAccessTokenResponse = CommunicationIdentityAccessToken;\n\n/** Optional parameters. */\nexport interface IdentityRestClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -0,0 +1,10 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const CommunicationIdentityCreateRequest: coreClient.CompositeMapper;
3
+ export declare const CommunicationIdentityAccessTokenResult: coreClient.CompositeMapper;
4
+ export declare const CommunicationIdentity: coreClient.CompositeMapper;
5
+ export declare const CommunicationIdentityAccessToken: coreClient.CompositeMapper;
6
+ export declare const CommunicationErrorResponse: coreClient.CompositeMapper;
7
+ export declare const CommunicationError: coreClient.CompositeMapper;
8
+ export declare const TeamsUserExchangeTokenRequest: coreClient.CompositeMapper;
9
+ export declare const CommunicationIdentityAccessTokenRequest: coreClient.CompositeMapper;
10
+ //# 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,kCAAkC,EAAE,UAAU,CAAC,eA6B3D,CAAC;AAEF,eAAO,MAAM,sCAAsC,EAAE,UAAU,CAAC,eAqB/D,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAc9C,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eAqBzD,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAcnD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAgD3C,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eA4BtD,CAAC;AAEF,eAAO,MAAM,uCAAuC,EAAE,UAAU,CAAC,eA8BhE,CAAC"}
@@ -0,0 +1,224 @@
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.CommunicationIdentityAccessTokenRequest = exports.TeamsUserExchangeTokenRequest = exports.CommunicationError = exports.CommunicationErrorResponse = exports.CommunicationIdentityAccessToken = exports.CommunicationIdentity = exports.CommunicationIdentityAccessTokenResult = exports.CommunicationIdentityCreateRequest = void 0;
11
+ exports.CommunicationIdentityCreateRequest = {
12
+ type: {
13
+ name: "Composite",
14
+ className: "CommunicationIdentityCreateRequest",
15
+ modelProperties: {
16
+ createTokenWithScopes: {
17
+ serializedName: "createTokenWithScopes",
18
+ type: {
19
+ name: "Sequence",
20
+ element: {
21
+ type: {
22
+ name: "String"
23
+ }
24
+ }
25
+ }
26
+ },
27
+ expiresInMinutes: {
28
+ defaultValue: 1440,
29
+ constraints: {
30
+ InclusiveMaximum: 1440,
31
+ InclusiveMinimum: 60
32
+ },
33
+ serializedName: "expiresInMinutes",
34
+ type: {
35
+ name: "Number"
36
+ }
37
+ }
38
+ }
39
+ }
40
+ };
41
+ exports.CommunicationIdentityAccessTokenResult = {
42
+ type: {
43
+ name: "Composite",
44
+ className: "CommunicationIdentityAccessTokenResult",
45
+ modelProperties: {
46
+ identity: {
47
+ serializedName: "identity",
48
+ type: {
49
+ name: "Composite",
50
+ className: "CommunicationIdentity"
51
+ }
52
+ },
53
+ accessToken: {
54
+ serializedName: "accessToken",
55
+ type: {
56
+ name: "Composite",
57
+ className: "CommunicationIdentityAccessToken"
58
+ }
59
+ }
60
+ }
61
+ }
62
+ };
63
+ exports.CommunicationIdentity = {
64
+ type: {
65
+ name: "Composite",
66
+ className: "CommunicationIdentity",
67
+ modelProperties: {
68
+ id: {
69
+ serializedName: "id",
70
+ required: true,
71
+ type: {
72
+ name: "String"
73
+ }
74
+ }
75
+ }
76
+ }
77
+ };
78
+ exports.CommunicationIdentityAccessToken = {
79
+ type: {
80
+ name: "Composite",
81
+ className: "CommunicationIdentityAccessToken",
82
+ modelProperties: {
83
+ token: {
84
+ serializedName: "token",
85
+ required: true,
86
+ type: {
87
+ name: "String"
88
+ }
89
+ },
90
+ expiresOn: {
91
+ serializedName: "expiresOn",
92
+ required: true,
93
+ type: {
94
+ name: "DateTime"
95
+ }
96
+ }
97
+ }
98
+ }
99
+ };
100
+ exports.CommunicationErrorResponse = {
101
+ type: {
102
+ name: "Composite",
103
+ className: "CommunicationErrorResponse",
104
+ modelProperties: {
105
+ error: {
106
+ serializedName: "error",
107
+ type: {
108
+ name: "Composite",
109
+ className: "CommunicationError"
110
+ }
111
+ }
112
+ }
113
+ }
114
+ };
115
+ exports.CommunicationError = {
116
+ type: {
117
+ name: "Composite",
118
+ className: "CommunicationError",
119
+ modelProperties: {
120
+ code: {
121
+ serializedName: "code",
122
+ required: true,
123
+ type: {
124
+ name: "String"
125
+ }
126
+ },
127
+ message: {
128
+ serializedName: "message",
129
+ required: true,
130
+ type: {
131
+ name: "String"
132
+ }
133
+ },
134
+ target: {
135
+ serializedName: "target",
136
+ readOnly: true,
137
+ type: {
138
+ name: "String"
139
+ }
140
+ },
141
+ details: {
142
+ serializedName: "details",
143
+ readOnly: true,
144
+ type: {
145
+ name: "Sequence",
146
+ element: {
147
+ type: {
148
+ name: "Composite",
149
+ className: "CommunicationError"
150
+ }
151
+ }
152
+ }
153
+ },
154
+ innerError: {
155
+ serializedName: "innererror",
156
+ type: {
157
+ name: "Composite",
158
+ className: "CommunicationError"
159
+ }
160
+ }
161
+ }
162
+ }
163
+ };
164
+ exports.TeamsUserExchangeTokenRequest = {
165
+ type: {
166
+ name: "Composite",
167
+ className: "TeamsUserExchangeTokenRequest",
168
+ modelProperties: {
169
+ token: {
170
+ serializedName: "token",
171
+ required: true,
172
+ type: {
173
+ name: "String"
174
+ }
175
+ },
176
+ appId: {
177
+ serializedName: "appId",
178
+ required: true,
179
+ type: {
180
+ name: "String"
181
+ }
182
+ },
183
+ userId: {
184
+ serializedName: "userId",
185
+ required: true,
186
+ type: {
187
+ name: "String"
188
+ }
189
+ }
190
+ }
191
+ }
192
+ };
193
+ exports.CommunicationIdentityAccessTokenRequest = {
194
+ type: {
195
+ name: "Composite",
196
+ className: "CommunicationIdentityAccessTokenRequest",
197
+ modelProperties: {
198
+ scopes: {
199
+ serializedName: "scopes",
200
+ required: true,
201
+ type: {
202
+ name: "Sequence",
203
+ element: {
204
+ type: {
205
+ name: "String"
206
+ }
207
+ }
208
+ }
209
+ },
210
+ expiresInMinutes: {
211
+ defaultValue: 1440,
212
+ constraints: {
213
+ InclusiveMaximum: 1440,
214
+ InclusiveMinimum: 60
215
+ },
216
+ serializedName: "expiresInMinutes",
217
+ type: {
218
+ name: "Number"
219
+ }
220
+ }
221
+ }
222
+ }
223
+ };
224
+ //# sourceMappingURL=mappers.js.map
@@ -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 CommunicationIdentityCreateRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentityCreateRequest\",\n modelProperties: {\n createTokenWithScopes: {\n serializedName: \"createTokenWithScopes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n expiresInMinutes: {\n defaultValue: 1440,\n constraints: {\n InclusiveMaximum: 1440,\n InclusiveMinimum: 60\n },\n serializedName: \"expiresInMinutes\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const CommunicationIdentityAccessTokenResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentityAccessTokenResult\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentity\"\n }\n },\n accessToken: {\n serializedName: \"accessToken\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentityAccessToken\"\n }\n }\n }\n }\n};\n\nexport const CommunicationIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentity\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CommunicationIdentityAccessToken: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentityAccessToken\",\n modelProperties: {\n token: {\n serializedName: \"token\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n expiresOn: {\n serializedName: \"expiresOn\",\n required: true,\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 TeamsUserExchangeTokenRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TeamsUserExchangeTokenRequest\",\n modelProperties: {\n token: {\n serializedName: \"token\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n appId: {\n serializedName: \"appId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n userId: {\n serializedName: \"userId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CommunicationIdentityAccessTokenRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentityAccessTokenRequest\",\n modelProperties: {\n scopes: {\n serializedName: \"scopes\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n expiresInMinutes: {\n defaultValue: 1440,\n constraints: {\n InclusiveMaximum: 1440,\n InclusiveMinimum: 60\n },\n serializedName: \"expiresInMinutes\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n"]}
@@ -0,0 +1,14 @@
1
+ import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
2
+ export declare const contentType: OperationParameter;
3
+ export declare const accept: OperationParameter;
4
+ export declare const createTokenWithScopes: OperationParameter;
5
+ export declare const expiresInMinutes: OperationParameter;
6
+ export declare const endpoint: OperationURLParameter;
7
+ export declare const apiVersion: OperationQueryParameter;
8
+ export declare const id: OperationURLParameter;
9
+ export declare const token: OperationParameter;
10
+ export declare const appId: OperationParameter;
11
+ export declare const userId: OperationParameter;
12
+ export declare const scopes: OperationParameter;
13
+ export declare const expiresInMinutes1: OperationParameter;
14
+ //# 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;AAO5B,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,kBAGnC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,kBAG9B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,EAAE,EAAE,qBAShB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,kBAGpB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,kBAGpB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,kBAG/B,CAAC"}