Skip to content

Commit 65ed901

Browse files
authored
fix: bump SDR (#1415)
1 parent 31de379 commit 65ed901

10 files changed

+132
-177
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@salesforce/kit": "^3.2.3",
1414
"@salesforce/plugin-info": "^3.4.67",
1515
"@salesforce/sf-plugins-core": "^12.2.2",
16-
"@salesforce/source-deploy-retrieve": "^12.21.1",
16+
"@salesforce/source-deploy-retrieve": "^12.22.0",
1717
"@salesforce/source-tracking": "^7.4.1",
1818
"@salesforce/ts-types": "^2.0.12",
1919
"ansis": "^3.17.0",

schemas/project-delete-source.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,16 @@
156156
},
157157
"RequestStatus": {
158158
"type": "string",
159-
"enum": ["Pending", "InProgress", "Succeeded", "SucceededPartial", "Failed", "Canceling", "Canceled"]
159+
"enum": [
160+
"Pending",
161+
"InProgress",
162+
"Succeeded",
163+
"SucceededPartial",
164+
"Failed",
165+
"Canceling",
166+
"Canceled",
167+
"Finalizing"
168+
]
160169
},
161170
"DeployDetails": {
162171
"type": "object",

schemas/project-deploy-cancel.json

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
"zipFileCount": {
3030
"type": "number"
3131
},
32+
"deployUrl": {
33+
"type": "string"
34+
},
3235
"id": {
3336
"type": "string"
3437
},
@@ -106,9 +109,6 @@
106109
},
107110
"stateDetail": {
108111
"type": "string"
109-
},
110-
"deployUrl": {
111-
"type": "string"
112112
}
113113
},
114114
"required": [
@@ -204,7 +204,16 @@
204204
},
205205
"RequestStatus": {
206206
"type": "string",
207-
"enum": ["Pending", "InProgress", "Succeeded", "SucceededPartial", "Failed", "Canceling", "Canceled"]
207+
"enum": [
208+
"Pending",
209+
"InProgress",
210+
"Succeeded",
211+
"SucceededPartial",
212+
"Failed",
213+
"Canceling",
214+
"Canceled",
215+
"Finalizing"
216+
]
208217
},
209218
"DeployDetails": {
210219
"type": "object",
@@ -511,6 +520,9 @@
511520
"zipFileCount": {
512521
"type": "number"
513522
},
523+
"deployUrl": {
524+
"type": "string"
525+
},
514526
"canceledBy": {
515527
"type": "string"
516528
},
@@ -577,9 +589,6 @@
577589
"stateDetail": {
578590
"type": "string"
579591
},
580-
"deployUrl": {
581-
"type": "string"
582-
},
583592
"id": {
584593
"type": "string"
585594
},

schemas/project-deploy-quick.json

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
"zipFileCount": {
3030
"type": "number"
3131
},
32+
"deployUrl": {
33+
"type": "string"
34+
},
3235
"id": {
3336
"type": "string"
3437
},
@@ -106,9 +109,6 @@
106109
},
107110
"stateDetail": {
108111
"type": "string"
109-
},
110-
"deployUrl": {
111-
"type": "string"
112112
}
113113
},
114114
"required": [
@@ -204,7 +204,16 @@
204204
},
205205
"RequestStatus": {
206206
"type": "string",
207-
"enum": ["Pending", "InProgress", "Succeeded", "SucceededPartial", "Failed", "Canceling", "Canceled"]
207+
"enum": [
208+
"Pending",
209+
"InProgress",
210+
"Succeeded",
211+
"SucceededPartial",
212+
"Failed",
213+
"Canceling",
214+
"Canceled",
215+
"Finalizing"
216+
]
208217
},
209218
"DeployDetails": {
210219
"type": "object",
@@ -511,6 +520,9 @@
511520
"zipFileCount": {
512521
"type": "number"
513522
},
523+
"deployUrl": {
524+
"type": "string"
525+
},
514526
"canceledBy": {
515527
"type": "string"
516528
},
@@ -583,9 +595,6 @@
583595
"success": {
584596
"type": "boolean"
585597
},
586-
"deployUrl": {
587-
"type": "string"
588-
},
589598
"done": {
590599
"type": "boolean"
591600
}

schemas/project-deploy-report.json

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
"zipFileCount": {
3030
"type": "number"
3131
},
32+
"deployUrl": {
33+
"type": "string"
34+
},
3235
"id": {
3336
"type": "string"
3437
},
@@ -106,9 +109,6 @@
106109
},
107110
"stateDetail": {
108111
"type": "string"
109-
},
110-
"deployUrl": {
111-
"type": "string"
112112
}
113113
},
114114
"required": [
@@ -204,7 +204,16 @@
204204
},
205205
"RequestStatus": {
206206
"type": "string",
207-
"enum": ["Pending", "InProgress", "Succeeded", "SucceededPartial", "Failed", "Canceling", "Canceled"]
207+
"enum": [
208+
"Pending",
209+
"InProgress",
210+
"Succeeded",
211+
"SucceededPartial",
212+
"Failed",
213+
"Canceling",
214+
"Canceled",
215+
"Finalizing"
216+
]
208217
},
209218
"DeployDetails": {
210219
"type": "object",
@@ -511,6 +520,9 @@
511520
"zipFileCount": {
512521
"type": "number"
513522
},
523+
"deployUrl": {
524+
"type": "string"
525+
},
514526
"canceledBy": {
515527
"type": "string"
516528
},
@@ -577,9 +589,6 @@
577589
"stateDetail": {
578590
"type": "string"
579591
},
580-
"deployUrl": {
581-
"type": "string"
582-
},
583592
"id": {
584593
"type": "string"
585594
},

schemas/project-deploy-resume.json

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
"zipFileCount": {
3030
"type": "number"
3131
},
32+
"deployUrl": {
33+
"type": "string"
34+
},
3235
"id": {
3336
"type": "string"
3437
},
@@ -106,9 +109,6 @@
106109
},
107110
"stateDetail": {
108111
"type": "string"
109-
},
110-
"deployUrl": {
111-
"type": "string"
112112
}
113113
},
114114
"required": [
@@ -204,7 +204,16 @@
204204
},
205205
"RequestStatus": {
206206
"type": "string",
207-
"enum": ["Pending", "InProgress", "Succeeded", "SucceededPartial", "Failed", "Canceling", "Canceled"]
207+
"enum": [
208+
"Pending",
209+
"InProgress",
210+
"Succeeded",
211+
"SucceededPartial",
212+
"Failed",
213+
"Canceling",
214+
"Canceled",
215+
"Finalizing"
216+
]
208217
},
209218
"DeployDetails": {
210219
"type": "object",
@@ -511,6 +520,9 @@
511520
"zipFileCount": {
512521
"type": "number"
513522
},
523+
"deployUrl": {
524+
"type": "string"
525+
},
514526
"canceledBy": {
515527
"type": "string"
516528
},
@@ -585,9 +597,6 @@
585597
},
586598
"done": {
587599
"type": "boolean"
588-
},
589-
"deployUrl": {
590-
"type": "string"
591600
}
592601
},
593602
"required": ["files", "status"]

schemas/project-deploy-start.json

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
"zipFileCount": {
3030
"type": "number"
3131
},
32+
"deployUrl": {
33+
"type": "string"
34+
},
3235
"id": {
3336
"type": "string"
3437
},
@@ -106,9 +109,6 @@
106109
},
107110
"stateDetail": {
108111
"type": "string"
109-
},
110-
"deployUrl": {
111-
"type": "string"
112112
}
113113
},
114114
"required": [
@@ -204,7 +204,16 @@
204204
},
205205
"RequestStatus": {
206206
"type": "string",
207-
"enum": ["Pending", "InProgress", "Succeeded", "SucceededPartial", "Failed", "Canceling", "Canceled"]
207+
"enum": [
208+
"Pending",
209+
"InProgress",
210+
"Succeeded",
211+
"SucceededPartial",
212+
"Failed",
213+
"Canceling",
214+
"Canceled",
215+
"Finalizing"
216+
]
208217
},
209218
"DeployDetails": {
210219
"type": "object",
@@ -511,6 +520,9 @@
511520
"zipFileCount": {
512521
"type": "number"
513522
},
523+
"deployUrl": {
524+
"type": "string"
525+
},
514526
"canceledBy": {
515527
"type": "string"
516528
},
@@ -577,9 +589,6 @@
577589
"stateDetail": {
578590
"type": "string"
579591
},
580-
"deployUrl": {
581-
"type": "string"
582-
},
583592
"id": {
584593
"type": "string"
585594
},

schemas/project-deploy-validate.json

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
"zipFileCount": {
3030
"type": "number"
3131
},
32+
"deployUrl": {
33+
"type": "string"
34+
},
3235
"id": {
3336
"type": "string"
3437
},
@@ -71,9 +74,6 @@
7174
"errorStatusCode": {
7275
"type": "string"
7376
},
74-
"deployUrl": {
75-
"type": "string"
76-
},
7777
"ignoreWarnings": {
7878
"type": "boolean"
7979
},
@@ -204,7 +204,16 @@
204204
},
205205
"RequestStatus": {
206206
"type": "string",
207-
"enum": ["Pending", "InProgress", "Succeeded", "SucceededPartial", "Failed", "Canceling", "Canceled"]
207+
"enum": [
208+
"Pending",
209+
"InProgress",
210+
"Succeeded",
211+
"SucceededPartial",
212+
"Failed",
213+
"Canceling",
214+
"Canceled",
215+
"Finalizing"
216+
]
208217
},
209218
"DeployDetails": {
210219
"type": "object",
@@ -511,6 +520,9 @@
511520
"zipFileCount": {
512521
"type": "number"
513522
},
523+
"deployUrl": {
524+
"type": "string"
525+
},
514526
"canceledBy": {
515527
"type": "string"
516528
},
@@ -577,9 +589,6 @@
577589
"stateDetail": {
578590
"type": "string"
579591
},
580-
"deployUrl": {
581-
"type": "string"
582-
},
583592
"id": {
584593
"type": "string"
585594
},

schemas/project-retrieve-start.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,16 @@
192192
},
193193
"RequestStatus": {
194194
"type": "string",
195-
"enum": ["Pending", "InProgress", "Succeeded", "SucceededPartial", "Failed", "Canceling", "Canceled"]
195+
"enum": [
196+
"Pending",
197+
"InProgress",
198+
"Succeeded",
199+
"SucceededPartial",
200+
"Failed",
201+
"Canceling",
202+
"Canceled",
203+
"Finalizing"
204+
]
196205
},
197206
"RetrieveMessage": {
198207
"type": "object",

0 commit comments

Comments
 (0)