aspose-barcode-cloud-node 21.12.0 → 22.7.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.
- package/LICENSE +1 -1
- package/README.md +5 -3
- package/dist/aspose-barcode-cloud-node.cjs.development.js +2 -26
- package/dist/aspose-barcode-cloud-node.cjs.development.js.map +1 -1
- package/dist/aspose-barcode-cloud-node.cjs.production.min.js.map +1 -1
- package/dist/aspose-barcode-cloud-node.esm.js +2 -25
- package/dist/aspose-barcode-cloud-node.esm.js.map +1 -1
- package/dist/models.d.ts +1 -1
- package/package.json +48 -48
|
@@ -3,7 +3,7 @@ import Request from 'request';
|
|
|
3
3
|
/*
|
|
4
4
|
* MIT License
|
|
5
5
|
|
|
6
|
-
* Copyright (c)
|
|
6
|
+
* Copyright (c) 2022 Aspose Pty Ltd
|
|
7
7
|
|
|
8
8
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
9
9
|
* of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2183,7 +2183,7 @@ class StorageExistsRequest {
|
|
|
2183
2183
|
/*
|
|
2184
2184
|
* MIT License
|
|
2185
2185
|
|
|
2186
|
-
* Copyright (c)
|
|
2186
|
+
* Copyright (c) 2022 Aspose Pty Ltd
|
|
2187
2187
|
|
|
2188
2188
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2189
2189
|
* of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4267,29 +4267,6 @@ class JWTAuth {
|
|
|
4267
4267
|
|
|
4268
4268
|
}
|
|
4269
4269
|
|
|
4270
|
-
/*
|
|
4271
|
-
* MIT License
|
|
4272
|
-
|
|
4273
|
-
* Copyright (c) 2021 Aspose Pty Ltd
|
|
4274
|
-
|
|
4275
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4276
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
4277
|
-
* in the Software without restriction, including without limitation the rights
|
|
4278
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4279
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
4280
|
-
* furnished to do so, subject to the following conditions:
|
|
4281
|
-
|
|
4282
|
-
* The above copyright notice and this permission notice shall be included in all
|
|
4283
|
-
* copies or substantial portions of the Software.
|
|
4284
|
-
|
|
4285
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4286
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4287
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4288
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4289
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4290
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4291
|
-
* SOFTWARE.
|
|
4292
|
-
*/
|
|
4293
4270
|
var ApiVersion;
|
|
4294
4271
|
|
|
4295
4272
|
(function (ApiVersion) {
|