@pulumi/harness 0.14.5 → 0.14.6

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
@@ -37700,6 +37700,80 @@ export declare namespace platform {
37700
37700
  */
37701
37701
  maxDuration?: string;
37702
37702
  }
37703
+ interface HarLifecycleRuleApplyTo {
37704
+ /**
37705
+ * Mode: ALL*IN*SCOPE or EXPLICIT.
37706
+ */
37707
+ mode: string;
37708
+ /**
37709
+ * List of registry identifiers (required when mode=EXPLICIT).
37710
+ */
37711
+ registries?: string[];
37712
+ }
37713
+ interface HarLifecycleRuleCriteria {
37714
+ /**
37715
+ * How criteria rules are combined: ALL or ANY.
37716
+ */
37717
+ match: string;
37718
+ /**
37719
+ * List of individual criteria rules.
37720
+ */
37721
+ rules: outputs.platform.HarLifecycleRuleCriteriaRule[];
37722
+ }
37723
+ interface HarLifecycleRuleCriteriaRule {
37724
+ /**
37725
+ * Criteria type: KEEP*LAST*N, AGE*BASED, or UNUSED*FOR.
37726
+ */
37727
+ type: string;
37728
+ /**
37729
+ * Time unit for age/unused-for criteria: DAYS, MONTHS, or YEARS.
37730
+ */
37731
+ unit?: string;
37732
+ /**
37733
+ * Numeric value for the criteria (e.g. number of versions, number of days).
37734
+ */
37735
+ value?: number;
37736
+ }
37737
+ interface HarLifecycleRuleFilterConfig {
37738
+ /**
37739
+ * Glob patterns for HuggingFace dataset names to include (HUGGINGFACE only).
37740
+ */
37741
+ datasetAllowedPatterns?: string[];
37742
+ /**
37743
+ * Glob patterns for Maven group IDs to include (MAVEN only).
37744
+ */
37745
+ groupIdAllowedPatterns?: string[];
37746
+ /**
37747
+ * Glob patterns for HuggingFace model names to include (HUGGINGFACE only).
37748
+ */
37749
+ modelAllowedPatterns?: string[];
37750
+ /**
37751
+ * Glob patterns for package/image names to include.
37752
+ */
37753
+ packageNameAllowedPatterns?: string[];
37754
+ /**
37755
+ * Package type this filter applies to (e.g. DOCKER, MAVEN, HUGGINGFACE).
37756
+ */
37757
+ packageType: string;
37758
+ /**
37759
+ * Glob patterns for Docker tag names to include (DOCKER only).
37760
+ */
37761
+ tagNameAllowedPatterns?: string[];
37762
+ /**
37763
+ * Glob patterns for version/tag names to include.
37764
+ */
37765
+ versionNameAllowedPatterns?: string[];
37766
+ }
37767
+ interface HarLifecycleRuleSchedule {
37768
+ /**
37769
+ * Cron expression (e.g. '0 2 * * *').
37770
+ */
37771
+ expression: string;
37772
+ /**
37773
+ * Timezone for the cron schedule (e.g. 'UTC', 'America/New_York').
37774
+ */
37775
+ timezone: string;
37776
+ }
37703
37777
  interface HarRegistryConfig {
37704
37778
  /**
37705
37779
  * Type of authentication for UPSTREAM registry type (UserPassword, Anonymous, AccessKeySecretKey)
@@ -39888,6 +39962,16 @@ export declare namespace platform {
39888
39962
  */
39889
39963
  valueType: string;
39890
39964
  }
39965
+ interface WorkspaceAssociatedTemplate {
39966
+ /**
39967
+ * Template identifier. Changing this forces a new resource.
39968
+ */
39969
+ templateId: string;
39970
+ /**
39971
+ * Template version. Can be updated in place.
39972
+ */
39973
+ version?: string;
39974
+ }
39891
39975
  interface WorkspaceConnector {
39892
39976
  /**
39893
39977
  * Connector Ref is the reference to the connector