@azure/communication-identity 1.3.2-alpha.20241114.1 → 1.3.2-alpha.20241119.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (256) 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/dist/browser/communicationIdentityClient.d.ts +76 -0
  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
  256. /package/{types → dist}/communication-identity.d.ts +0 -0
@@ -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":"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"}
@@ -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"}
@@ -0,0 +1,94 @@
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.expiresInMinutes1 = exports.scopes = exports.userId = exports.appId = exports.token = exports.id = exports.apiVersion = exports.endpoint = exports.expiresInMinutes = exports.createTokenWithScopes = exports.accept = exports.contentType = void 0;
11
+ const mappers_js_1 = require("../models/mappers.js");
12
+ exports.contentType = {
13
+ parameterPath: ["options", "contentType"],
14
+ mapper: {
15
+ defaultValue: "application/json",
16
+ isConstant: true,
17
+ serializedName: "Content-Type",
18
+ type: {
19
+ name: "String"
20
+ }
21
+ }
22
+ };
23
+ exports.accept = {
24
+ parameterPath: "accept",
25
+ mapper: {
26
+ defaultValue: "application/json",
27
+ isConstant: true,
28
+ serializedName: "Accept",
29
+ type: {
30
+ name: "String"
31
+ }
32
+ }
33
+ };
34
+ exports.createTokenWithScopes = {
35
+ parameterPath: ["options", "createTokenWithScopes"],
36
+ mapper: mappers_js_1.CommunicationIdentityCreateRequest
37
+ };
38
+ exports.expiresInMinutes = {
39
+ parameterPath: ["options", "expiresInMinutes"],
40
+ mapper: mappers_js_1.CommunicationIdentityCreateRequest
41
+ };
42
+ exports.endpoint = {
43
+ parameterPath: "endpoint",
44
+ mapper: {
45
+ serializedName: "endpoint",
46
+ required: true,
47
+ type: {
48
+ name: "String"
49
+ }
50
+ },
51
+ skipEncoding: true
52
+ };
53
+ exports.apiVersion = {
54
+ parameterPath: "apiVersion",
55
+ mapper: {
56
+ defaultValue: "2023-10-01",
57
+ isConstant: true,
58
+ serializedName: "api-version",
59
+ type: {
60
+ name: "String"
61
+ }
62
+ }
63
+ };
64
+ exports.id = {
65
+ parameterPath: "id",
66
+ mapper: {
67
+ serializedName: "id",
68
+ required: true,
69
+ type: {
70
+ name: "String"
71
+ }
72
+ }
73
+ };
74
+ exports.token = {
75
+ parameterPath: "token",
76
+ mapper: mappers_js_1.TeamsUserExchangeTokenRequest
77
+ };
78
+ exports.appId = {
79
+ parameterPath: "appId",
80
+ mapper: mappers_js_1.TeamsUserExchangeTokenRequest
81
+ };
82
+ exports.userId = {
83
+ parameterPath: "userId",
84
+ mapper: mappers_js_1.TeamsUserExchangeTokenRequest
85
+ };
86
+ exports.scopes = {
87
+ parameterPath: "scopes",
88
+ mapper: mappers_js_1.CommunicationIdentityAccessTokenRequest
89
+ };
90
+ exports.expiresInMinutes1 = {
91
+ parameterPath: ["options", "expiresInMinutes"],
92
+ mapper: mappers_js_1.CommunicationIdentityAccessTokenRequest
93
+ };
94
+ //# sourceMappingURL=parameters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../../../src/generated/src/models/parameters.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAOH,qDAI8B;AAEjB,QAAA,WAAW,GAAuB;IAC7C,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,CAAC;IACzC,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,cAAc;QAC9B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEW,QAAA,MAAM,GAAuB;IACxC,aAAa,EAAE,QAAQ;IACvB,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEW,QAAA,qBAAqB,GAAuB;IACvD,aAAa,EAAE,CAAC,SAAS,EAAE,uBAAuB,CAAC;IACnD,MAAM,EAAE,+CAAwC;CACjD,CAAC;AAEW,QAAA,gBAAgB,GAAuB;IAClD,aAAa,EAAE,CAAC,SAAS,EAAE,kBAAkB,CAAC;IAC9C,MAAM,EAAE,+CAAwC;CACjD,CAAC;AAEW,QAAA,QAAQ,GAA0B;IAC7C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEW,QAAA,UAAU,GAA4B;IACjD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,YAAY;QAC1B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEW,QAAA,EAAE,GAA0B;IACvC,aAAa,EAAE,IAAI;IACnB,MAAM,EAAE;QACN,cAAc,EAAE,IAAI;QACpB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEW,QAAA,KAAK,GAAuB;IACvC,aAAa,EAAE,OAAO;IACtB,MAAM,EAAE,0CAAmC;CAC5C,CAAC;AAEW,QAAA,KAAK,GAAuB;IACvC,aAAa,EAAE,OAAO;IACtB,MAAM,EAAE,0CAAmC;CAC5C,CAAC;AAEW,QAAA,MAAM,GAAuB;IACxC,aAAa,EAAE,QAAQ;IACvB,MAAM,EAAE,0CAAmC;CAC5C,CAAC;AAEW,QAAA,MAAM,GAAuB;IACxC,aAAa,EAAE,QAAQ;IACvB,MAAM,EAAE,oDAA6C;CACtD,CAAC;AAEW,QAAA,iBAAiB,GAAuB;IACnD,aAAa,EAAE,CAAC,SAAS,EAAE,kBAAkB,CAAC;IAC9C,MAAM,EAAE,oDAA6C;CACtD,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\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n CommunicationIdentityCreateRequest as CommunicationIdentityCreateRequestMapper,\n TeamsUserExchangeTokenRequest as TeamsUserExchangeTokenRequestMapper,\n CommunicationIdentityAccessTokenRequest as CommunicationIdentityAccessTokenRequestMapper\n} from \"../models/mappers.js\";\n\nexport const contentType: 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 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 createTokenWithScopes: OperationParameter = {\n parameterPath: [\"options\", \"createTokenWithScopes\"],\n mapper: CommunicationIdentityCreateRequestMapper\n};\n\nexport const expiresInMinutes: OperationParameter = {\n parameterPath: [\"options\", \"expiresInMinutes\"],\n mapper: CommunicationIdentityCreateRequestMapper\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 apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2023-10-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const id: OperationURLParameter = {\n parameterPath: \"id\",\n mapper: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const token: OperationParameter = {\n parameterPath: \"token\",\n mapper: TeamsUserExchangeTokenRequestMapper\n};\n\nexport const appId: OperationParameter = {\n parameterPath: \"appId\",\n mapper: TeamsUserExchangeTokenRequestMapper\n};\n\nexport const userId: OperationParameter = {\n parameterPath: \"userId\",\n mapper: TeamsUserExchangeTokenRequestMapper\n};\n\nexport const scopes: OperationParameter = {\n parameterPath: \"scopes\",\n mapper: CommunicationIdentityAccessTokenRequestMapper\n};\n\nexport const expiresInMinutes1: OperationParameter = {\n parameterPath: [\"options\", \"expiresInMinutes\"],\n mapper: CommunicationIdentityAccessTokenRequestMapper\n};\n"]}
@@ -0,0 +1,49 @@
1
+ import { CommunicationIdentityOperations } from "../operationsInterfaces/index.js";
2
+ import { IdentityRestClient } from "../identityRestClient.js";
3
+ import { CommunicationIdentityCreateOptionalParams, CommunicationIdentityCreateResponse, CommunicationIdentityDeleteOptionalParams, CommunicationIdentityRevokeAccessTokensOptionalParams, CommunicationIdentityExchangeTeamsUserAccessTokenOptionalParams, CommunicationIdentityExchangeTeamsUserAccessTokenResponse, CommunicationIdentityTokenScope, CommunicationIdentityIssueAccessTokenOptionalParams, CommunicationIdentityIssueAccessTokenResponse } from "../models/index.js";
4
+ /** Class containing CommunicationIdentityOperations operations. */
5
+ export declare class CommunicationIdentityOperationsImpl implements CommunicationIdentityOperations {
6
+ private readonly client;
7
+ /**
8
+ * Initialize a new instance of the class CommunicationIdentityOperations class.
9
+ * @param client Reference to the service client
10
+ */
11
+ constructor(client: IdentityRestClient);
12
+ /**
13
+ * Create a new identity, and optionally, an access token.
14
+ * @param options The options parameters.
15
+ */
16
+ create(options?: CommunicationIdentityCreateOptionalParams): Promise<CommunicationIdentityCreateResponse>;
17
+ /**
18
+ * Delete the identity, revoke all tokens for the identity and delete all associated data.
19
+ * @param id Identifier of the identity to be deleted.
20
+ * @param options The options parameters.
21
+ */
22
+ delete(id: string, options?: CommunicationIdentityDeleteOptionalParams): Promise<void>;
23
+ /**
24
+ * Revoke all access tokens for the specific identity.
25
+ * @param id Identifier of the identity.
26
+ * @param options The options parameters.
27
+ */
28
+ revokeAccessTokens(id: string, options?: CommunicationIdentityRevokeAccessTokensOptionalParams): Promise<void>;
29
+ /**
30
+ * Exchange an Azure Active Directory (Azure AD) access token of a Teams user for a new Communication
31
+ * Identity access token with a matching expiration time.
32
+ * @param token Azure AD access token of a Teams User to acquire a new Communication Identity access
33
+ * token.
34
+ * @param appId Client ID of an Azure AD application to be verified against the appid claim in the
35
+ * Azure AD access token.
36
+ * @param userId Object ID of an Azure AD user (Teams User) to be verified against the oid claim in the
37
+ * Azure AD access token.
38
+ * @param options The options parameters.
39
+ */
40
+ exchangeTeamsUserAccessToken(token: string, appId: string, userId: string, options?: CommunicationIdentityExchangeTeamsUserAccessTokenOptionalParams): Promise<CommunicationIdentityExchangeTeamsUserAccessTokenResponse>;
41
+ /**
42
+ * Issue a new token for an identity.
43
+ * @param id Identifier of the identity to issue token for.
44
+ * @param scopes List of scopes attached to the token.
45
+ * @param options The options parameters.
46
+ */
47
+ issueAccessToken(id: string, scopes: CommunicationIdentityTokenScope[], options?: CommunicationIdentityIssueAccessTokenOptionalParams): Promise<CommunicationIdentityIssueAccessTokenResponse>;
48
+ }
49
+ //# sourceMappingURL=communicationIdentityOperations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"communicationIdentityOperations.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/operations/communicationIdentityOperations.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,+BAA+B,EAAE,MAAM,kCAAkC,CAAC;AAInF,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EACL,yCAAyC,EACzC,mCAAmC,EACnC,yCAAyC,EACzC,qDAAqD,EACrD,+DAA+D,EAC/D,yDAAyD,EACzD,+BAA+B,EAC/B,mDAAmD,EACnD,6CAA6C,EAC9C,MAAM,oBAAoB,CAAC;AAE5B,mEAAmE;AACnE,qBAAa,mCACX,YAAW,+BAA+B;IAC1C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAqB;IAE5C;;;OAGG;gBACS,MAAM,EAAE,kBAAkB;IAItC;;;OAGG;IACG,MAAM,CACV,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,mCAAmC,CAAC;IAa/C;;;;OAIG;IACG,MAAM,CACV,EAAE,EAAE,MAAM,EACV,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,IAAI,CAAC;IAahB;;;;OAIG;IACG,kBAAkB,CACtB,EAAE,EAAE,MAAM,EACV,OAAO,CAAC,EAAE,qDAAqD,GAC9D,OAAO,CAAC,IAAI,CAAC;IAahB;;;;;;;;;;OAUG;IACG,4BAA4B,CAChC,KAAK,EAAE,MAAM,EACb,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,+DAA+D,GACxE,OAAO,CAAC,yDAAyD,CAAC;IAarE;;;;;OAKG;IACG,gBAAgB,CACpB,EAAE,EAAE,MAAM,EACV,MAAM,EAAE,+BAA+B,EAAE,EACzC,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CAAC,6CAA6C,CAAC;CAY1D"}