@prismatic-io/spectral 10.2.2 → 10.2.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.
|
@@ -623,7 +623,7 @@ const codeNativeIntegrationComponent = ({ name, iconPath, description, flows = [
|
|
|
623
623
|
return result;
|
|
624
624
|
}
|
|
625
625
|
const convertedInputs = Object.entries(configVar.inputs).map(([key, value]) => (0, convertComponent_1.convertInput)(key, value));
|
|
626
|
-
const connection = (0, lodash_1.pick)(configVar, ["oauth2Type"]);
|
|
626
|
+
const connection = (0, lodash_1.pick)(configVar, ["oauth2Type", "oauth2PkceMethod"]);
|
|
627
627
|
const { avatarPath: avatarIconPath, oauth2ConnectionIconPath: iconPath } = (_a = configVar.icons) !== null && _a !== void 0 ? _a : {};
|
|
628
628
|
return [
|
|
629
629
|
...result,
|