@ui5/manifest 1.60.0 → 1.61.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.
package/CHANGELOG.md CHANGED
@@ -2,7 +2,10 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
  This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
4
4
 
5
- A list of unreleased changes can be found [here](https://github.com/SAP/ui5-manifest/compare/v1.60.0...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-manifest/compare/v1.61.0...HEAD).
6
+
7
+ <a name="v1.61.0"></a>
8
+ ## [v1.61.0] - 2023-10-19
6
9
 
7
10
  <a name="v1.60.0"></a>
8
11
  ## [v1.60.0] - 2023-09-22
@@ -49,6 +52,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-mani
49
52
  <a name="v1.48.1"></a>
50
53
  ## v1.48.1 - 2022-11-10
51
54
 
55
+ [v1.61.0]: https://github.com/SAP/ui5-manifest/compare/v1.60.0...v1.61.0
52
56
  [v1.60.0]: https://github.com/SAP/ui5-manifest/compare/v1.59.0...v1.60.0
53
57
  [v1.59.0]: https://github.com/SAP/ui5-manifest/compare/v1.57.0...v1.59.0
54
58
  [v1.57.0]: https://github.com/SAP/ui5-manifest/compare/v1.56.0...v1.57.0
package/mapping.json CHANGED
@@ -1,5 +1,6 @@
1
1
  {
2
- "latest": "1.59.0",
2
+ "latest": "1.60.0",
3
+ "1.120": "1.60.0",
3
4
  "1.119": "1.59.0",
4
5
  "1.118": "1.58.0",
5
6
  "1.117": "1.57.0",
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@ui5/manifest","version":"1.60.0","description":"This project contains the flattend json schema for the ui5 manifest.","repository":{"type":"git","url":"git+https://github.com/SAP/ui5-manifest.git"},"scripts":{"version":"git-chglog --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md","postversion":"git push --follow-tags","release-note":"git-chglog -c .chglog/release-config.yml v$npm_package_version"},"keywords":["ui5","manifest"],"author":"SAP SE","license":"Apache-2.0","bugs":{"url":"https://github.com/SAP/ui5-manifest/issues"},"homepage":"https://github.com/SAP/ui5-manifest#readme"}
1
+ {"name":"@ui5/manifest","version":"1.61.0","description":"This project contains the flattend json schema for the ui5 manifest.","repository":{"type":"git","url":"git+https://github.com/SAP/ui5-manifest.git"},"scripts":{"version":"git-chglog --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md","postversion":"git push --follow-tags","release-note":"git-chglog -c .chglog/release-config.yml v$npm_package_version"},"keywords":["ui5","manifest"],"author":"SAP SE","license":"Apache-2.0","bugs":{"url":"https://github.com/SAP/ui5-manifest/issues"},"homepage":"https://github.com/SAP/ui5-manifest#readme"}
package/schema.json CHANGED
@@ -76,7 +76,8 @@
76
76
  "1.56.0",
77
77
  "1.57.0",
78
78
  "1.58.0",
79
- "1.59.0"
79
+ "1.59.0",
80
+ "1.60.0"
80
81
  ]
81
82
  },
82
83
  "start_url": {
@@ -2650,7 +2651,8 @@
2650
2651
  "description": "Represents attributes format version. It is managed by namespace owner",
2651
2652
  "type": "string",
2652
2653
  "enum": [
2653
- "1.0.0"
2654
+ "1.0.0",
2655
+ "1.1.0"
2654
2656
  ]
2655
2657
  },
2656
2658
  "inputs": {
@@ -2675,25 +2677,45 @@
2675
2677
  "description": "Represents the outcomes of the task ui",
2676
2678
  "items": {
2677
2679
  "type": "object",
2680
+ "additionalProperties": false,
2681
+ "required": [
2682
+ "id",
2683
+ "label"
2684
+ ],
2678
2685
  "properties": {
2679
2686
  "id": {
2680
2687
  "description": "Represents the id of the outcome",
2681
2688
  "type": "string",
2682
- "enum": [
2683
- "approve",
2684
- "reject",
2685
- "submit"
2686
- ]
2689
+ "pattern": "^[a-zA-Z0-9_]{1,60}$"
2687
2690
  },
2688
2691
  "label": {
2689
2692
  "type": "string",
2690
2693
  "description": "Represents the label of the outcome"
2694
+ },
2695
+ "type": {
2696
+ "type": "string",
2697
+ "description": "Represents the intent of the outcome within a process",
2698
+ "enum": [
2699
+ "positive",
2700
+ "negative",
2701
+ "neutral"
2702
+ ]
2691
2703
  }
2692
2704
  }
2693
2705
  },
2694
- "maxItems": 2,
2695
2706
  "minItems": 1,
2696
- "uniqueItems": true
2707
+ "uniqueItems": true,
2708
+ "maxItems": 5
2709
+ },
2710
+ "preview": {
2711
+ "description": "Configuration for a preview of the application in SBPA",
2712
+ "type": "object",
2713
+ "properties": {
2714
+ "src": {
2715
+ "description": "Relative path to an image. The path to the image is relative to the baseUrl of the application",
2716
+ "type": "string"
2717
+ }
2718
+ }
2697
2719
  }
2698
2720
  },
2699
2721
  "oneOf": [
@@ -702,7 +702,8 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
702
702
  | "1.56.0"
703
703
  | "1.57.0"
704
704
  | "1.58.0"
705
- | "1.59.0";
705
+ | "1.59.0"
706
+ | "1.60.0";
706
707
  /**
707
708
  * Represents the URL that the developer would prefer the user agent load when the user launches the web application
708
709
  */