@pulumi/harness 0.15.3 → 0.15.4

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/types/output.d.ts CHANGED
@@ -9013,6 +9013,10 @@ export declare namespace platform {
9013
9013
  * Dependency firewall mode for UPSTREAM registry type. Valid values: `ALLOW` (default - no policy evaluation), `ENABLED` (firewall active, artifacts scanned against policies), `QUARANTINE` (artifacts that fail policy evaluation are blocked). Not supported for DOCKER or HELM package types.
9014
9014
  */
9015
9015
  firewallMode: string;
9016
+ /**
9017
+ * Optional path suffix for Python UPSTREAM registries with Custom source. Overrides the default `simple` path used for PyPI-compatible indexes. Requires `config.url` when source is Custom. Not supported for non-PYTHON package types. Leading and trailing slashes are normalized.
9018
+ */
9019
+ remoteUrlSuffix?: string;
9016
9020
  /**
9017
9021
  * Upstream source
9018
9022
  */
@@ -38331,6 +38335,10 @@ export declare namespace platform {
38331
38335
  * Dependency firewall mode for UPSTREAM registry type. Valid values: `ALLOW` (default - no policy evaluation), `ENABLED` (firewall active, artifacts scanned against policies), `QUARANTINE` (artifacts that fail policy evaluation are blocked). Not supported for DOCKER or HELM package types.
38332
38336
  */
38333
38337
  firewallMode: string;
38338
+ /**
38339
+ * Optional path suffix for Python UPSTREAM registries with Custom source. Overrides the default `simple` path used for PyPI-compatible indexes. Requires `config.url` when source is Custom. Not supported for non-PYTHON package types. Leading and trailing slashes are normalized.
38340
+ */
38341
+ remoteUrlSuffix?: string;
38334
38342
  /**
38335
38343
  * Upstream source
38336
38344
  */