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

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 (104) hide show
  1. package/CHANGELOG.md +9 -18
  2. package/LICENSE +1 -1
  3. package/README.md +1 -1
  4. package/dist/index.js +218 -85
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.min.js +1 -1
  7. package/dist/index.min.js.map +1 -1
  8. package/dist-esm/samples-dev/communicationServicesCheckNameAvailabilitySample.js +13 -6
  9. package/dist-esm/samples-dev/communicationServicesCheckNameAvailabilitySample.js.map +1 -1
  10. package/dist-esm/samples-dev/communicationServicesCreateOrUpdateSample.js +11 -4
  11. package/dist-esm/samples-dev/communicationServicesCreateOrUpdateSample.js.map +1 -1
  12. package/dist-esm/samples-dev/communicationServicesDeleteSample.js +11 -4
  13. package/dist-esm/samples-dev/communicationServicesDeleteSample.js.map +1 -1
  14. package/dist-esm/samples-dev/communicationServicesGetSample.js +11 -4
  15. package/dist-esm/samples-dev/communicationServicesGetSample.js.map +1 -1
  16. package/dist-esm/samples-dev/communicationServicesLinkNotificationHubSample.js +11 -4
  17. package/dist-esm/samples-dev/communicationServicesLinkNotificationHubSample.js.map +1 -1
  18. package/dist-esm/samples-dev/communicationServicesListByResourceGroupSample.js +11 -4
  19. package/dist-esm/samples-dev/communicationServicesListByResourceGroupSample.js.map +1 -1
  20. package/dist-esm/samples-dev/communicationServicesListBySubscriptionSample.js +10 -3
  21. package/dist-esm/samples-dev/communicationServicesListBySubscriptionSample.js.map +1 -1
  22. package/dist-esm/samples-dev/communicationServicesListKeysSample.js +11 -4
  23. package/dist-esm/samples-dev/communicationServicesListKeysSample.js.map +1 -1
  24. package/dist-esm/samples-dev/communicationServicesRegenerateKeySample.js +11 -4
  25. package/dist-esm/samples-dev/communicationServicesRegenerateKeySample.js.map +1 -1
  26. package/dist-esm/samples-dev/communicationServicesUpdateSample.js +11 -4
  27. package/dist-esm/samples-dev/communicationServicesUpdateSample.js.map +1 -1
  28. package/dist-esm/samples-dev/domainsCancelVerificationSample.js +11 -4
  29. package/dist-esm/samples-dev/domainsCancelVerificationSample.js.map +1 -1
  30. package/dist-esm/samples-dev/domainsCreateOrUpdateSample.js +11 -4
  31. package/dist-esm/samples-dev/domainsCreateOrUpdateSample.js.map +1 -1
  32. package/dist-esm/samples-dev/domainsDeleteSample.js +11 -4
  33. package/dist-esm/samples-dev/domainsDeleteSample.js.map +1 -1
  34. package/dist-esm/samples-dev/domainsGetSample.js +11 -4
  35. package/dist-esm/samples-dev/domainsGetSample.js.map +1 -1
  36. package/dist-esm/samples-dev/domainsInitiateVerificationSample.js +11 -4
  37. package/dist-esm/samples-dev/domainsInitiateVerificationSample.js.map +1 -1
  38. package/dist-esm/samples-dev/domainsListByEmailServiceResourceSample.js +11 -4
  39. package/dist-esm/samples-dev/domainsListByEmailServiceResourceSample.js.map +1 -1
  40. package/dist-esm/samples-dev/domainsUpdateSample.js +11 -4
  41. package/dist-esm/samples-dev/domainsUpdateSample.js.map +1 -1
  42. package/dist-esm/samples-dev/emailServicesCreateOrUpdateSample.js +11 -4
  43. package/dist-esm/samples-dev/emailServicesCreateOrUpdateSample.js.map +1 -1
  44. package/dist-esm/samples-dev/emailServicesDeleteSample.js +11 -4
  45. package/dist-esm/samples-dev/emailServicesDeleteSample.js.map +1 -1
  46. package/dist-esm/samples-dev/emailServicesGetSample.js +11 -4
  47. package/dist-esm/samples-dev/emailServicesGetSample.js.map +1 -1
  48. package/dist-esm/samples-dev/emailServicesListByResourceGroupSample.js +11 -4
  49. package/dist-esm/samples-dev/emailServicesListByResourceGroupSample.js.map +1 -1
  50. package/dist-esm/samples-dev/emailServicesListBySubscriptionSample.js +10 -3
  51. package/dist-esm/samples-dev/emailServicesListBySubscriptionSample.js.map +1 -1
  52. package/dist-esm/samples-dev/emailServicesListVerifiedExchangeOnlineDomainsSample.js +10 -3
  53. package/dist-esm/samples-dev/emailServicesListVerifiedExchangeOnlineDomainsSample.js.map +1 -1
  54. package/dist-esm/samples-dev/emailServicesUpdateSample.js +11 -4
  55. package/dist-esm/samples-dev/emailServicesUpdateSample.js.map +1 -1
  56. package/dist-esm/samples-dev/operationsListSample.js +11 -3
  57. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  58. package/dist-esm/src/communicationServiceManagementClient.d.ts.map +1 -1
  59. package/dist-esm/src/communicationServiceManagementClient.js +22 -20
  60. package/dist-esm/src/communicationServiceManagementClient.js.map +1 -1
  61. package/dist-esm/src/index.d.ts +1 -0
  62. package/dist-esm/src/index.d.ts.map +1 -1
  63. package/dist-esm/src/index.js +1 -0
  64. package/dist-esm/src/index.js.map +1 -1
  65. package/dist-esm/src/models/index.d.ts +69 -19
  66. package/dist-esm/src/models/index.d.ts.map +1 -1
  67. package/dist-esm/src/models/index.js +53 -0
  68. package/dist-esm/src/models/index.js.map +1 -1
  69. package/dist-esm/src/models/mappers.d.ts +0 -1
  70. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  71. package/dist-esm/src/models/mappers.js +0 -14
  72. package/dist-esm/src/models/mappers.js.map +1 -1
  73. package/dist-esm/src/models/parameters.js +2 -2
  74. package/dist-esm/src/models/parameters.js.map +1 -1
  75. package/dist-esm/src/operations/communicationServices.d.ts.map +1 -1
  76. package/dist-esm/src/operations/communicationServices.js +37 -16
  77. package/dist-esm/src/operations/communicationServices.js.map +1 -1
  78. package/dist-esm/src/operations/domains.d.ts.map +1 -1
  79. package/dist-esm/src/operations/domains.js +19 -8
  80. package/dist-esm/src/operations/domains.js.map +1 -1
  81. package/dist-esm/src/operations/emailServices.d.ts.map +1 -1
  82. package/dist-esm/src/operations/emailServices.js +37 -16
  83. package/dist-esm/src/operations/emailServices.js.map +1 -1
  84. package/dist-esm/src/operations/operations.d.ts.map +1 -1
  85. package/dist-esm/src/operations/operations.js +19 -8
  86. package/dist-esm/src/operations/operations.js.map +1 -1
  87. package/dist-esm/src/pagingHelper.d.ts +13 -0
  88. package/dist-esm/src/pagingHelper.d.ts.map +1 -0
  89. package/dist-esm/src/pagingHelper.js +32 -0
  90. package/dist-esm/src/pagingHelper.js.map +1 -0
  91. package/package.json +9 -8
  92. package/review/arm-communication.api.md +31 -84
  93. package/src/communicationServiceManagementClient.ts +28 -22
  94. package/src/index.ts +1 -0
  95. package/src/models/index.ts +68 -20
  96. package/src/models/mappers.ts +0 -15
  97. package/src/models/parameters.ts +2 -2
  98. package/src/operations/communicationServices.ts +46 -19
  99. package/src/operations/domains.ts +27 -14
  100. package/src/operations/emailServices.ts +46 -19
  101. package/src/operations/operations.ts +21 -9
  102. package/src/pagingHelper.ts +39 -0
  103. package/types/arm-communication.d.ts +78 -20
  104. package/types/tsdoc-metadata.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Release History
2
2
 
3
- ## 4.0.0-beta.1 (2022-06-08)
3
+ ## 4.0.0-beta.3 (2023-01-12)
4
4
 
5
5
  **Features**
6
6
 
@@ -9,6 +9,8 @@
9
9
  - Added operation group EmailServices
10
10
  - Added Interface CheckNameAvailabilityRequest
11
11
  - Added Interface CheckNameAvailabilityResponse
12
+ - Added Interface CommunicationServiceResource
13
+ - Added Interface CommunicationServiceResourceUpdate
12
14
  - Added Interface CommunicationServicesCheckNameAvailabilityOptionalParams
13
15
  - Added Interface CommunicationServicesCreateOrUpdateHeaders
14
16
  - Added Interface CommunicationServicesCreateOrUpdateOptionalParams
@@ -21,13 +23,13 @@
21
23
  - Added Interface CommunicationServicesListBySubscriptionNextOptionalParams
22
24
  - Added Interface CommunicationServicesListBySubscriptionOptionalParams
23
25
  - Added Interface CommunicationServicesListKeysOptionalParams
24
- - Added Interface CommunicationServicesRegenerateKeyHeaders
25
26
  - Added Interface CommunicationServicesRegenerateKeyOptionalParams
26
27
  - Added Interface CommunicationServicesUpdateHeaders
27
28
  - Added Interface CommunicationServicesUpdateOptionalParams
28
29
  - Added Interface DnsRecord
29
30
  - Added Interface DomainPropertiesVerificationRecords
30
31
  - Added Interface DomainPropertiesVerificationStates
32
+ - Added Interface DomainResource
31
33
  - Added Interface DomainResourceList
32
34
  - Added Interface DomainsCancelVerificationHeaders
33
35
  - Added Interface DomainsCancelVerificationOptionalParams
@@ -42,7 +44,9 @@
42
44
  - Added Interface DomainsListByEmailServiceResourceOptionalParams
43
45
  - Added Interface DomainsUpdateHeaders
44
46
  - Added Interface DomainsUpdateOptionalParams
47
+ - Added Interface EmailServiceResource
45
48
  - Added Interface EmailServiceResourceList
49
+ - Added Interface EmailServiceResourceUpdate
46
50
  - Added Interface EmailServicesCreateOrUpdateHeaders
47
51
  - Added Interface EmailServicesCreateOrUpdateOptionalParams
48
52
  - Added Interface EmailServicesDeleteHeaders
@@ -55,10 +59,11 @@
55
59
  - Added Interface EmailServicesListVerifiedExchangeOnlineDomainsOptionalParams
56
60
  - Added Interface EmailServicesUpdateHeaders
57
61
  - Added Interface EmailServicesUpdateOptionalParams
62
+ - Added Interface TrackedResource
63
+ - Added Interface UpdateDomainRequestParameters
58
64
  - Added Interface VerificationParameter
59
65
  - Added Interface VerificationStatusRecord
60
66
  - Added Type Alias CheckNameAvailabilityReason
61
- - Added Type Alias CommunicationServiceResourceUpdate
62
67
  - Added Type Alias CommunicationServicesCheckNameAvailabilityResponse
63
68
  - Added Type Alias CommunicationServicesCreateOrUpdateResponse
64
69
  - Added Type Alias CommunicationServicesGetResponse
@@ -72,7 +77,6 @@
72
77
  - Added Type Alias CommunicationServicesRegenerateKeyResponse
73
78
  - Added Type Alias CommunicationServicesUpdateResponse
74
79
  - Added Type Alias DomainManagement
75
- - Added Type Alias DomainResource
76
80
  - Added Type Alias DomainsCancelVerificationResponse
77
81
  - Added Type Alias DomainsCreateOrUpdateResponse
78
82
  - Added Type Alias DomainsGetResponse
@@ -81,8 +85,6 @@
81
85
  - Added Type Alias DomainsListByEmailServiceResourceResponse
82
86
  - Added Type Alias DomainsProvisioningState
83
87
  - Added Type Alias DomainsUpdateResponse
84
- - Added Type Alias EmailServiceResource
85
- - Added Type Alias EmailServiceResourceUpdate
86
88
  - Added Type Alias EmailServicesCreateOrUpdateResponse
87
89
  - Added Type Alias EmailServicesGetResponse
88
90
  - Added Type Alias EmailServicesListByResourceGroupNextResponse
@@ -92,18 +94,10 @@
92
94
  - Added Type Alias EmailServicesListVerifiedExchangeOnlineDomainsResponse
93
95
  - Added Type Alias EmailServicesProvisioningState
94
96
  - Added Type Alias EmailServicesUpdateResponse
95
- - Added Type Alias NameAvailabilityParameters
96
- - Added Type Alias TrackedResource
97
- - Added Type Alias UpdateDomainRequestParameters
98
97
  - Added Type Alias UserEngagementTracking
99
98
  - Added Type Alias VerificationStatus
100
99
  - Added Type Alias VerificationType
101
100
  - Interface Resource has a new optional parameter systemData
102
- - Class CommunicationServiceManagementClient has a new parameter communicationServices
103
- - Class CommunicationServiceManagementClient has a new parameter domains
104
- - Class CommunicationServiceManagementClient has a new parameter emailServices
105
- - Add parameters of TrackedResource to TypeAlias CommunicationServiceResource
106
- - Type Alias CommunicationServiceResource has a new parameter linkedDomains
107
101
  - Added Enum KnownCheckNameAvailabilityReason
108
102
  - Added Enum KnownCommunicationServicesProvisioningState
109
103
  - Added Enum KnownDomainManagement
@@ -112,15 +106,12 @@
112
106
  - Added Enum KnownUserEngagementTracking
113
107
  - Added Enum KnownVerificationStatus
114
108
  - Added Enum KnownVerificationType
109
+ - Added function getContinuationToken
115
110
 
116
111
  **Breaking Changes**
117
112
 
118
113
  - Removed operation group CommunicationService
119
114
  - Class CommunicationServiceManagementClient no longer has parameter communicationService
120
- - Delete parameters of Resource in TypeAlias CommunicationServiceResource
121
- - Delete parameters of LocationResource in TypeAlias CommunicationServiceResource
122
- - Delete parameters of TaggedResource in TypeAlias CommunicationServiceResource
123
- - Type Alias CommunicationServiceResource no longer has parameter systemData
124
115
  - Removed Enum KnownProvisioningState
125
116
 
126
117
  ## 3.0.1 (2022-04-11)
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2022 Microsoft
3
+ Copyright (c) 2023 Microsoft
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -13,7 +13,7 @@ REST API for Azure Communication Services
13
13
 
14
14
  ### Currently supported environments
15
15
 
16
- - [LTS versions of Node.js](https://nodejs.org/about/releases/)
16
+ - [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
17
17
  - Latest versions of Safari, Chrome, Edge and Firefox.
18
18
 
19
19
  See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.