Skip to content

Commit 3309db9

Browse files
committed
chore: bump packaging version
1 parent b7a04b4 commit 3309db9

8 files changed

Lines changed: 368 additions & 1062 deletions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@oclif/core": "^4",
99
"@salesforce/core": "^8.23.1",
1010
"@salesforce/kit": "^3.2.4",
11-
"@salesforce/packaging": "^4.14.1",
11+
"@salesforce/packaging": "^4.15.1",
1212
"@salesforce/sf-plugins-core": "^12.2.4",
1313
"chalk": "^5.6.2"
1414
},

schemas/package-bundle-install-list.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,12 @@
5252
},
5353
"BundleSObjects.PkgBundleVersionInstallReqStatus": {
5454
"type": "string",
55-
"enum": ["Queued", "Success", "Error"]
55+
"enum": [
56+
"Queued",
57+
"InProgress",
58+
"Success",
59+
"Error"
60+
]
5661
}
5762
}
58-
}
63+
}

schemas/package-bundle-install-report.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,12 @@
5252
},
5353
"BundleSObjects.PkgBundleVersionInstallReqStatus": {
5454
"type": "string",
55-
"enum": ["Queued", "Success", "Error"]
55+
"enum": [
56+
"Queued",
57+
"InProgress",
58+
"Success",
59+
"Error"
60+
]
5661
}
5762
}
58-
}
63+
}

schemas/package-bundle-install.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,12 @@
4646
},
4747
"BundleSObjects.PkgBundleVersionInstallReqStatus": {
4848
"type": "string",
49-
"enum": ["Queued", "Success", "Error"]
49+
"enum": [
50+
"Queued",
51+
"InProgress",
52+
"Success",
53+
"Error"
54+
]
5055
}
5156
}
52-
}
57+
}

schemas/package-bundle-version-create-list.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"type": "string",
7676
"enum": [
7777
"Queued",
78+
"InProgress",
7879
"Success",
7980
"Error"
8081
]

schemas/package-bundle-version-create-report.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"type": "string",
7676
"enum": [
7777
"Queued",
78+
"InProgress",
7879
"Success",
7980
"Error"
8081
]

schemas/package-bundle-version-create.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"type": "string",
7070
"enum": [
7171
"Queued",
72+
"InProgress",
7273
"Success",
7374
"Error"
7475
]

0 commit comments

Comments
 (0)