@pulumi/artifactory 8.3.1 → 8.3.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/artifactory",
3
- "version": "8.3.1",
3
+ "version": "8.3.2",
4
4
  "description": "A Pulumi package for creating and managing artifactory cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -23,6 +23,6 @@
23
23
  "pulumi": {
24
24
  "resource": true,
25
25
  "name": "artifactory",
26
- "version": "8.3.1"
26
+ "version": "8.3.2"
27
27
  }
28
28
  }
package/types/input.d.ts CHANGED
@@ -3860,7 +3860,7 @@ export interface PackageCleanupPolicySearchCriteria {
3860
3860
  */
3861
3861
  lastDownloadedBeforeInMonths?: pulumi.Input<number>;
3862
3862
  /**
3863
- * Types of packages to be removed. Support: conan, docker, generic, gradle, maven, npm, nuget, rpm.
3863
+ * Types of packages to be removed. Support: conan, debian, docker, gems, generic, go, gradle, helm, maven, npm, nuget, pypi, yum.
3864
3864
  */
3865
3865
  packageTypes: pulumi.Input<pulumi.Input<string>[]>;
3866
3866
  /**
package/types/output.d.ts CHANGED
@@ -2661,7 +2661,7 @@ export interface PackageCleanupPolicySearchCriteria {
2661
2661
  */
2662
2662
  lastDownloadedBeforeInMonths: number;
2663
2663
  /**
2664
- * Types of packages to be removed. Support: conan, docker, generic, gradle, maven, npm, nuget, rpm.
2664
+ * Types of packages to be removed. Support: conan, debian, docker, gems, generic, go, gradle, helm, maven, npm, nuget, pypi, yum.
2665
2665
  */
2666
2666
  packageTypes: string[];
2667
2667
  /**