@hey-api/openapi-ts 0.90.4 → 0.90.5
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/README.md +24 -3
- package/dist/{config-BY6SQ9vq.d.mts → config-BCMpBYUB.d.mts} +10 -35
- package/dist/{config-BpoUoSpn.d.cts → config-CtVXEKSL.d.cts} +10 -35
- package/dist/index.cjs +2 -2
- package/dist/index.d.cts +2 -1
- package/dist/index.d.mts +2 -1
- package/dist/index.mjs +2 -2
- package/dist/internal.cjs +1 -1
- package/dist/internal.d.cts +1 -1
- package/dist/internal.d.mts +1 -1
- package/dist/internal.mjs +1 -1
- package/dist/{openApi-D6jppAcA.mjs → openApi-B6J9qPwL.mjs} +2 -2
- package/dist/openApi-B6J9qPwL.mjs.map +1 -0
- package/dist/{openApi-3_A4QzK7.cjs → openApi-BZ7m5ia5.cjs} +2 -2
- package/dist/openApi-BZ7m5ia5.cjs.map +1 -0
- package/dist/run.cjs +3 -3
- package/dist/run.mjs +3 -3
- package/dist/{src-CGmZM4HZ.mjs → src-BehyjtZ7.mjs} +2 -2
- package/dist/src-BehyjtZ7.mjs.map +1 -0
- package/dist/{src-CsHLuAJv.cjs → src-BkOFTEi8.cjs} +2 -2
- package/dist/src-BkOFTEi8.cjs.map +1 -0
- package/package.json +3 -2
- package/dist/openApi-3_A4QzK7.cjs.map +0 -1
- package/dist/openApi-D6jppAcA.mjs.map +0 -1
- package/dist/src-CGmZM4HZ.mjs.map +0 -1
- package/dist/src-CsHLuAJv.cjs.map +0 -1
|
@@ -5526,7 +5526,7 @@ const operationAuth = ({ operation, plugin }) => {
|
|
|
5526
5526
|
for (const securitySchemeObject of operation.security) {
|
|
5527
5527
|
const authObject = securitySchemeObjectToAuthObject({ securitySchemeObject });
|
|
5528
5528
|
if (authObject) auth.push(authObject);
|
|
5529
|
-
else console.warn(`❗️ SDK warning: unsupported security scheme. Please open an issue if you'd like it added https://github.com/hey-api/openapi-ts/issues\n${JSON.stringify(securitySchemeObject, null, 2)}`);
|
|
5529
|
+
else if (securitySchemeObject.type !== "mutualTLS") console.warn(`❗️ SDK warning: unsupported security scheme. Please open an issue if you'd like it added https://github.com/hey-api/openapi-ts/issues\n${JSON.stringify(securitySchemeObject, null, 2)}`);
|
|
5530
5530
|
}
|
|
5531
5531
|
return auth;
|
|
5532
5532
|
};
|
|
@@ -21963,4 +21963,4 @@ Object.defineProperty(exports, 'toCase', {
|
|
|
21963
21963
|
return toCase;
|
|
21964
21964
|
}
|
|
21965
21965
|
});
|
|
21966
|
-
//# sourceMappingURL=openApi-
|
|
21966
|
+
//# sourceMappingURL=openApi-BZ7m5ia5.cjs.map
|