@pulumi/esc-sdk 0.10.0 → 0.10.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/esc/raw/api.js +1 -1
- package/package.json +1 -1
package/esc/raw/api.js
CHANGED
|
@@ -27,7 +27,7 @@ exports.EscApi = exports.EscApiFactory = exports.EscApiFp = exports.EscApiAxiosP
|
|
|
27
27
|
* https://openapi-generator.tech
|
|
28
28
|
* Do not edit the class manually.
|
|
29
29
|
*/
|
|
30
|
-
const userAgent = 'esc-sdk/ts/v0.10.
|
|
30
|
+
const userAgent = 'esc-sdk/ts/v0.10.1';
|
|
31
31
|
const axios_1 = __importDefault(require("axios"));
|
|
32
32
|
// Some imports not used depending on template conditions
|
|
33
33
|
// @ts-ignore
|