@azure/notification-hubs 1.2.0 → 1.2.1-alpha.20240402.1
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.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist-esm/src/utils/constants.js +1 -1
- package/dist-esm/src/utils/constants.js.map +1 -1
- package/package.json +6 -6
- package/types/latest/api/notification-hubs.d.ts +1438 -0
- package/types/latest/models/notification-hubs.d.ts +2610 -0
package/dist/index.cjs
CHANGED
|
@@ -12,7 +12,7 @@ var tslib = require('tslib');
|
|
|
12
12
|
|
|
13
13
|
// Copyright (c) Microsoft Corporation.
|
|
14
14
|
// Licensed under the MIT license.
|
|
15
|
-
const SDK_VERSION = "1.2.
|
|
15
|
+
const SDK_VERSION = "1.2.1";
|
|
16
16
|
const JSON_CONTENT_TYPE = "application/json;charset=utf-8";
|
|
17
17
|
const XML_CONTENT_TYPE = "application/xml";
|
|
18
18
|
const STREAM_CONTENT_TYPE = "application/octet-stream";
|