@azure/arm-communication 4.0.0-beta.3 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (147) hide show
  1. package/CHANGELOG.md +14 -3
  2. package/README.md +1 -1
  3. package/dist/index.js +561 -256
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist-esm/samples-dev/communicationServicesCheckNameAvailabilitySample.js +6 -4
  8. package/dist-esm/samples-dev/communicationServicesCheckNameAvailabilitySample.js.map +1 -1
  9. package/dist-esm/samples-dev/communicationServicesCreateOrUpdateSample.js +3 -2
  10. package/dist-esm/samples-dev/communicationServicesCreateOrUpdateSample.js.map +1 -1
  11. package/dist-esm/samples-dev/communicationServicesDeleteSample.js +3 -2
  12. package/dist-esm/samples-dev/communicationServicesDeleteSample.js.map +1 -1
  13. package/dist-esm/samples-dev/communicationServicesGetSample.js +3 -2
  14. package/dist-esm/samples-dev/communicationServicesGetSample.js.map +1 -1
  15. package/dist-esm/samples-dev/communicationServicesLinkNotificationHubSample.js +4 -3
  16. package/dist-esm/samples-dev/communicationServicesLinkNotificationHubSample.js.map +1 -1
  17. package/dist-esm/samples-dev/communicationServicesListByResourceGroupSample.js +3 -2
  18. package/dist-esm/samples-dev/communicationServicesListByResourceGroupSample.js.map +1 -1
  19. package/dist-esm/samples-dev/communicationServicesListBySubscriptionSample.js +3 -2
  20. package/dist-esm/samples-dev/communicationServicesListBySubscriptionSample.js.map +1 -1
  21. package/dist-esm/samples-dev/communicationServicesListKeysSample.js +3 -2
  22. package/dist-esm/samples-dev/communicationServicesListKeysSample.js.map +1 -1
  23. package/dist-esm/samples-dev/communicationServicesRegenerateKeySample.js +4 -3
  24. package/dist-esm/samples-dev/communicationServicesRegenerateKeySample.js.map +1 -1
  25. package/dist-esm/samples-dev/communicationServicesUpdateSample.js +4 -3
  26. package/dist-esm/samples-dev/communicationServicesUpdateSample.js.map +1 -1
  27. package/dist-esm/samples-dev/domainsCancelVerificationSample.js +3 -2
  28. package/dist-esm/samples-dev/domainsCancelVerificationSample.js.map +1 -1
  29. package/dist-esm/samples-dev/domainsCreateOrUpdateSample.js +3 -2
  30. package/dist-esm/samples-dev/domainsCreateOrUpdateSample.js.map +1 -1
  31. package/dist-esm/samples-dev/domainsDeleteSample.js +3 -2
  32. package/dist-esm/samples-dev/domainsDeleteSample.js.map +1 -1
  33. package/dist-esm/samples-dev/domainsGetSample.js +3 -2
  34. package/dist-esm/samples-dev/domainsGetSample.js.map +1 -1
  35. package/dist-esm/samples-dev/domainsInitiateVerificationSample.js +3 -2
  36. package/dist-esm/samples-dev/domainsInitiateVerificationSample.js.map +1 -1
  37. package/dist-esm/samples-dev/domainsListByEmailServiceResourceSample.js +3 -2
  38. package/dist-esm/samples-dev/domainsListByEmailServiceResourceSample.js.map +1 -1
  39. package/dist-esm/samples-dev/domainsUpdateSample.js +4 -4
  40. package/dist-esm/samples-dev/domainsUpdateSample.js.map +1 -1
  41. package/dist-esm/samples-dev/emailServicesCreateOrUpdateSample.js +3 -2
  42. package/dist-esm/samples-dev/emailServicesCreateOrUpdateSample.js.map +1 -1
  43. package/dist-esm/samples-dev/emailServicesDeleteSample.js +3 -2
  44. package/dist-esm/samples-dev/emailServicesDeleteSample.js.map +1 -1
  45. package/dist-esm/samples-dev/emailServicesGetSample.js +3 -2
  46. package/dist-esm/samples-dev/emailServicesGetSample.js.map +1 -1
  47. package/dist-esm/samples-dev/emailServicesListByResourceGroupSample.js +3 -2
  48. package/dist-esm/samples-dev/emailServicesListByResourceGroupSample.js.map +1 -1
  49. package/dist-esm/samples-dev/emailServicesListBySubscriptionSample.js +3 -2
  50. package/dist-esm/samples-dev/emailServicesListBySubscriptionSample.js.map +1 -1
  51. package/dist-esm/samples-dev/emailServicesListVerifiedExchangeOnlineDomainsSample.js +3 -2
  52. package/dist-esm/samples-dev/emailServicesListVerifiedExchangeOnlineDomainsSample.js.map +1 -1
  53. package/dist-esm/samples-dev/emailServicesUpdateSample.js +3 -2
  54. package/dist-esm/samples-dev/emailServicesUpdateSample.js.map +1 -1
  55. package/dist-esm/samples-dev/operationsListSample.js +1 -1
  56. package/dist-esm/samples-dev/senderUsernamesCreateOrUpdateSample.d.ts +2 -0
  57. package/dist-esm/samples-dev/senderUsernamesCreateOrUpdateSample.d.ts.map +1 -0
  58. package/dist-esm/samples-dev/senderUsernamesCreateOrUpdateSample.js +45 -0
  59. package/dist-esm/samples-dev/senderUsernamesCreateOrUpdateSample.js.map +1 -0
  60. package/dist-esm/samples-dev/senderUsernamesDeleteSample.d.ts +2 -0
  61. package/dist-esm/samples-dev/senderUsernamesDeleteSample.d.ts.map +1 -0
  62. package/dist-esm/samples-dev/senderUsernamesDeleteSample.js +41 -0
  63. package/dist-esm/samples-dev/senderUsernamesDeleteSample.js.map +1 -0
  64. package/dist-esm/samples-dev/senderUsernamesGetSample.d.ts +2 -0
  65. package/dist-esm/samples-dev/senderUsernamesGetSample.d.ts.map +1 -0
  66. package/dist-esm/samples-dev/senderUsernamesGetSample.js +41 -0
  67. package/dist-esm/samples-dev/senderUsernamesGetSample.js.map +1 -0
  68. package/dist-esm/samples-dev/senderUsernamesListByDomainsSample.d.ts +2 -0
  69. package/dist-esm/samples-dev/senderUsernamesListByDomainsSample.d.ts.map +1 -0
  70. package/dist-esm/samples-dev/senderUsernamesListByDomainsSample.js +54 -0
  71. package/dist-esm/samples-dev/senderUsernamesListByDomainsSample.js.map +1 -0
  72. package/dist-esm/src/communicationServiceManagementClient.d.ts +3 -2
  73. package/dist-esm/src/communicationServiceManagementClient.d.ts.map +1 -1
  74. package/dist-esm/src/communicationServiceManagementClient.js +5 -4
  75. package/dist-esm/src/communicationServiceManagementClient.js.map +1 -1
  76. package/dist-esm/src/lroImpl.d.ts +6 -11
  77. package/dist-esm/src/lroImpl.d.ts.map +1 -1
  78. package/dist-esm/src/lroImpl.js +12 -20
  79. package/dist-esm/src/lroImpl.js.map +1 -1
  80. package/dist-esm/src/models/index.d.ts +87 -21
  81. package/dist-esm/src/models/index.d.ts.map +1 -1
  82. package/dist-esm/src/models/index.js +22 -0
  83. package/dist-esm/src/models/index.js.map +1 -1
  84. package/dist-esm/src/models/mappers.d.ts +3 -1
  85. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  86. package/dist-esm/src/models/mappers.js +56 -20
  87. package/dist-esm/src/models/mappers.js.map +1 -1
  88. package/dist-esm/src/models/parameters.d.ts +2 -0
  89. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  90. package/dist-esm/src/models/parameters.js +22 -7
  91. package/dist-esm/src/models/parameters.js.map +1 -1
  92. package/dist-esm/src/operations/communicationServices.d.ts +5 -22
  93. package/dist-esm/src/operations/communicationServices.d.ts.map +1 -1
  94. package/dist-esm/src/operations/communicationServices.js +29 -123
  95. package/dist-esm/src/operations/communicationServices.js.map +1 -1
  96. package/dist-esm/src/operations/domains.d.ts +6 -6
  97. package/dist-esm/src/operations/domains.d.ts.map +1 -1
  98. package/dist-esm/src/operations/domains.js +71 -27
  99. package/dist-esm/src/operations/domains.js.map +1 -1
  100. package/dist-esm/src/operations/emailServices.d.ts +4 -4
  101. package/dist-esm/src/operations/emailServices.d.ts.map +1 -1
  102. package/dist-esm/src/operations/emailServices.js +29 -17
  103. package/dist-esm/src/operations/emailServices.js.map +1 -1
  104. package/dist-esm/src/operations/index.d.ts +1 -0
  105. package/dist-esm/src/operations/index.d.ts.map +1 -1
  106. package/dist-esm/src/operations/index.js +1 -0
  107. package/dist-esm/src/operations/index.js.map +1 -1
  108. package/dist-esm/src/operations/senderUsernames.d.ts +70 -0
  109. package/dist-esm/src/operations/senderUsernames.d.ts.map +1 -0
  110. package/dist-esm/src/operations/senderUsernames.js +280 -0
  111. package/dist-esm/src/operations/senderUsernames.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/communicationServices.d.ts +5 -22
  113. package/dist-esm/src/operationsInterfaces/communicationServices.d.ts.map +1 -1
  114. package/dist-esm/src/operationsInterfaces/domains.d.ts +6 -6
  115. package/dist-esm/src/operationsInterfaces/domains.d.ts.map +1 -1
  116. package/dist-esm/src/operationsInterfaces/emailServices.d.ts +4 -4
  117. package/dist-esm/src/operationsInterfaces/emailServices.d.ts.map +1 -1
  118. package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
  119. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  120. package/dist-esm/src/operationsInterfaces/index.js +1 -0
  121. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  122. package/dist-esm/src/operationsInterfaces/senderUsernames.d.ts +43 -0
  123. package/dist-esm/src/operationsInterfaces/senderUsernames.d.ts.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/senderUsernames.js +9 -0
  125. package/dist-esm/src/operationsInterfaces/senderUsernames.js.map +1 -0
  126. package/dist-esm/test/communication_examples.d.ts.map +1 -1
  127. package/dist-esm/test/communication_examples.js +3 -1
  128. package/dist-esm/test/communication_examples.js.map +1 -1
  129. package/package.json +9 -9
  130. package/review/arm-communication.api.md +90 -31
  131. package/src/communicationServiceManagementClient.ts +9 -5
  132. package/src/lroImpl.ts +31 -23
  133. package/src/models/index.ts +101 -21
  134. package/src/models/mappers.ts +62 -18
  135. package/src/models/parameters.ts +25 -7
  136. package/src/operations/communicationServices.ts +41 -196
  137. package/src/operations/domains.ts +98 -55
  138. package/src/operations/emailServices.ts +44 -34
  139. package/src/operations/index.ts +1 -0
  140. package/src/operations/senderUsernames.ts +383 -0
  141. package/src/operationsInterfaces/communicationServices.ts +6 -43
  142. package/src/operationsInterfaces/domains.ts +12 -9
  143. package/src/operationsInterfaces/emailServices.ts +6 -6
  144. package/src/operationsInterfaces/index.ts +1 -0
  145. package/src/operationsInterfaces/senderUsernames.ts +84 -0
  146. package/types/arm-communication.d.ts +159 -55
  147. package/types/tsdoc-metadata.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,12 +1,13 @@
1
1
  # Release History
2
2
 
3
- ## 4.0.0-beta.3 (2023-01-12)
3
+ ## 4.0.0 (2023-03-27)
4
4
 
5
5
  **Features**
6
6
 
7
7
  - Added operation group CommunicationServices
8
8
  - Added operation group Domains
9
9
  - Added operation group EmailServices
10
+ - Added operation group SenderUsernames
10
11
  - Added Interface CheckNameAvailabilityRequest
11
12
  - Added Interface CheckNameAvailabilityResponse
12
13
  - Added Interface CommunicationServiceResource
@@ -24,7 +25,6 @@
24
25
  - Added Interface CommunicationServicesListBySubscriptionOptionalParams
25
26
  - Added Interface CommunicationServicesListKeysOptionalParams
26
27
  - Added Interface CommunicationServicesRegenerateKeyOptionalParams
27
- - Added Interface CommunicationServicesUpdateHeaders
28
28
  - Added Interface CommunicationServicesUpdateOptionalParams
29
29
  - Added Interface DnsRecord
30
30
  - Added Interface DomainPropertiesVerificationRecords
@@ -59,6 +59,14 @@
59
59
  - Added Interface EmailServicesListVerifiedExchangeOnlineDomainsOptionalParams
60
60
  - Added Interface EmailServicesUpdateHeaders
61
61
  - Added Interface EmailServicesUpdateOptionalParams
62
+ - Added Interface ProxyResource
63
+ - Added Interface SenderUsernameResource
64
+ - Added Interface SenderUsernameResourceCollection
65
+ - Added Interface SenderUsernamesCreateOrUpdateOptionalParams
66
+ - Added Interface SenderUsernamesDeleteOptionalParams
67
+ - Added Interface SenderUsernamesGetOptionalParams
68
+ - Added Interface SenderUsernamesListByDomainsNextOptionalParams
69
+ - Added Interface SenderUsernamesListByDomainsOptionalParams
62
70
  - Added Interface TrackedResource
63
71
  - Added Interface UpdateDomainRequestParameters
64
72
  - Added Interface VerificationParameter
@@ -94,6 +102,10 @@
94
102
  - Added Type Alias EmailServicesListVerifiedExchangeOnlineDomainsResponse
95
103
  - Added Type Alias EmailServicesProvisioningState
96
104
  - Added Type Alias EmailServicesUpdateResponse
105
+ - Added Type Alias SenderUsernamesCreateOrUpdateResponse
106
+ - Added Type Alias SenderUsernamesGetResponse
107
+ - Added Type Alias SenderUsernamesListByDomainsNextResponse
108
+ - Added Type Alias SenderUsernamesListByDomainsResponse
97
109
  - Added Type Alias UserEngagementTracking
98
110
  - Added Type Alias VerificationStatus
99
111
  - Added Type Alias VerificationType
@@ -112,7 +124,6 @@
112
124
 
113
125
  - Removed operation group CommunicationService
114
126
  - Class CommunicationServiceManagementClient no longer has parameter communicationService
115
- - Removed Enum KnownProvisioningState
116
127
 
117
128
  ## 3.0.1 (2022-04-11)
118
129
 
package/README.md CHANGED
@@ -6,7 +6,7 @@ REST API for Azure Communication Services
6
6
 
7
7
  [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/arm-communication) |
8
8
  [Package (NPM)](https://www.npmjs.com/package/@azure/arm-communication) |
9
- [API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-communication?view=azure-node-preview) |
9
+ [API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-communication) |
10
10
  [Samples](https://github.com/Azure-Samples/azure-samples-js-management)
11
11
 
12
12
  ## Getting started