@salesforce/plugin-deploy-retrieve 4.1.2 → 4.2.0

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.
Files changed (37) hide show
  1. package/README.md +17 -17
  2. package/lib/commands/project/deploy/report.js +1 -1
  3. package/lib/commands/project/deploy/report.js.map +1 -1
  4. package/lib/commands/project/list/ignored.js +0 -1
  5. package/lib/commands/project/list/ignored.js.map +1 -1
  6. package/lib/commands/project/retrieve/start.js +5 -3
  7. package/lib/commands/project/retrieve/start.js.map +1 -1
  8. package/lib/formatters/deployReportResultFormatter.js +1 -1
  9. package/lib/formatters/deployReportResultFormatter.js.map +1 -1
  10. package/lib/formatters/deployResultFormatter.d.ts +1 -0
  11. package/lib/formatters/deployResultFormatter.js +16 -0
  12. package/lib/formatters/deployResultFormatter.js.map +1 -1
  13. package/lib/formatters/metadataConvertResultFormatter.js +1 -0
  14. package/lib/formatters/metadataConvertResultFormatter.js.map +1 -1
  15. package/lib/formatters/metadataRetrieveResultFormatter.js +1 -2
  16. package/lib/formatters/metadataRetrieveResultFormatter.js.map +1 -1
  17. package/lib/formatters/retrieveResultFormatter.js +1 -0
  18. package/lib/formatters/retrieveResultFormatter.js.map +1 -1
  19. package/lib/utils/deploy.js +1 -1
  20. package/lib/utils/deploy.js.map +1 -1
  21. package/lib/utils/deployStages.js +2 -1
  22. package/lib/utils/deployStages.js.map +1 -1
  23. package/lib/utils/manifestCache.js +1 -1
  24. package/lib/utils/manifestCache.js.map +1 -1
  25. package/lib/utils/previewOutput.js +2 -1
  26. package/lib/utils/previewOutput.js.map +1 -1
  27. package/lib/utils/project.js +1 -1
  28. package/lib/utils/project.js.map +1 -1
  29. package/oclif.manifest.json +95 -95
  30. package/package.json +15 -8
  31. package/schemas/project-delete-source.json +39 -0
  32. package/schemas/project-deploy-cancel.json +39 -0
  33. package/schemas/project-deploy-quick.json +39 -0
  34. package/schemas/project-deploy-report.json +39 -0
  35. package/schemas/project-deploy-resume.json +39 -0
  36. package/schemas/project-deploy-start.json +39 -0
  37. package/schemas/project-deploy-validate.json +39 -0
@@ -109,6 +109,19 @@
109
109
  },
110
110
  "stateDetail": {
111
111
  "type": "string"
112
+ },
113
+ "notifications": {
114
+ "anyOf": [
115
+ {
116
+ "$ref": "#/definitions/DeployNotification"
117
+ },
118
+ {
119
+ "type": "array",
120
+ "items": {
121
+ "$ref": "#/definitions/DeployNotification"
122
+ }
123
+ }
124
+ ]
112
125
  }
113
126
  },
114
127
  "required": [
@@ -490,6 +503,19 @@
490
503
  "required": ["id", "methodName", "name", "time"],
491
504
  "additionalProperties": false
492
505
  },
506
+ "DeployNotification": {
507
+ "type": "object",
508
+ "properties": {
509
+ "messageCode": {
510
+ "type": "string"
511
+ },
512
+ "messageText": {
513
+ "type": "string"
514
+ }
515
+ },
516
+ "required": ["messageCode", "messageText"],
517
+ "additionalProperties": false
518
+ },
493
519
  "AsyncDeployResultJson": {
494
520
  "type": "object",
495
521
  "additionalProperties": false,
@@ -590,6 +616,19 @@
590
616
  "stateDetail": {
591
617
  "type": "string"
592
618
  },
619
+ "notifications": {
620
+ "anyOf": [
621
+ {
622
+ "$ref": "#/definitions/DeployNotification"
623
+ },
624
+ {
625
+ "type": "array",
626
+ "items": {
627
+ "$ref": "#/definitions/DeployNotification"
628
+ }
629
+ }
630
+ ]
631
+ },
593
632
  "id": {
594
633
  "type": "string"
595
634
  },
@@ -109,6 +109,19 @@
109
109
  },
110
110
  "stateDetail": {
111
111
  "type": "string"
112
+ },
113
+ "notifications": {
114
+ "anyOf": [
115
+ {
116
+ "$ref": "#/definitions/DeployNotification"
117
+ },
118
+ {
119
+ "type": "array",
120
+ "items": {
121
+ "$ref": "#/definitions/DeployNotification"
122
+ }
123
+ }
124
+ ]
112
125
  }
113
126
  },
114
127
  "required": [
@@ -490,6 +503,19 @@
490
503
  "required": ["id", "methodName", "name", "time"],
491
504
  "additionalProperties": false
492
505
  },
506
+ "DeployNotification": {
507
+ "type": "object",
508
+ "properties": {
509
+ "messageCode": {
510
+ "type": "string"
511
+ },
512
+ "messageText": {
513
+ "type": "string"
514
+ }
515
+ },
516
+ "required": ["messageCode", "messageText"],
517
+ "additionalProperties": false
518
+ },
493
519
  "AsyncDeployResultJson": {
494
520
  "type": "object",
495
521
  "additionalProperties": false,
@@ -590,6 +616,19 @@
590
616
  "stateDetail": {
591
617
  "type": "string"
592
618
  },
619
+ "notifications": {
620
+ "anyOf": [
621
+ {
622
+ "$ref": "#/definitions/DeployNotification"
623
+ },
624
+ {
625
+ "type": "array",
626
+ "items": {
627
+ "$ref": "#/definitions/DeployNotification"
628
+ }
629
+ }
630
+ ]
631
+ },
593
632
  "id": {
594
633
  "type": "string"
595
634
  },
@@ -109,6 +109,19 @@
109
109
  },
110
110
  "stateDetail": {
111
111
  "type": "string"
112
+ },
113
+ "notifications": {
114
+ "anyOf": [
115
+ {
116
+ "$ref": "#/definitions/DeployNotification"
117
+ },
118
+ {
119
+ "type": "array",
120
+ "items": {
121
+ "$ref": "#/definitions/DeployNotification"
122
+ }
123
+ }
124
+ ]
112
125
  }
113
126
  },
114
127
  "required": [
@@ -490,6 +503,19 @@
490
503
  "required": ["id", "methodName", "name", "time"],
491
504
  "additionalProperties": false
492
505
  },
506
+ "DeployNotification": {
507
+ "type": "object",
508
+ "properties": {
509
+ "messageCode": {
510
+ "type": "string"
511
+ },
512
+ "messageText": {
513
+ "type": "string"
514
+ }
515
+ },
516
+ "required": ["messageCode", "messageText"],
517
+ "additionalProperties": false
518
+ },
493
519
  "AsyncDeployResultJson": {
494
520
  "type": "object",
495
521
  "additionalProperties": false,
@@ -590,6 +616,19 @@
590
616
  "stateDetail": {
591
617
  "type": "string"
592
618
  },
619
+ "notifications": {
620
+ "anyOf": [
621
+ {
622
+ "$ref": "#/definitions/DeployNotification"
623
+ },
624
+ {
625
+ "type": "array",
626
+ "items": {
627
+ "$ref": "#/definitions/DeployNotification"
628
+ }
629
+ }
630
+ ]
631
+ },
593
632
  "id": {
594
633
  "type": "string"
595
634
  },