@ui5/manifest 1.75.1 → 2.0.1

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.
@@ -155,29 +155,6 @@ export type ObjectType = "query" | "cdsprojectionview" | "view" | "inamodel";
155
155
  * Represents sapui5 attributes
156
156
  */
157
157
  export type JSONSchemaForSAPUI5Namespace = {
158
- /**
159
- * Represents SAPUI5 attributes format version. It is managed by namespace owner
160
- */
161
- _version?:
162
- | "1.1.0"
163
- | "1.2.0"
164
- | "1.3.0"
165
- | "1.4.0"
166
- | "1.5.0"
167
- | "1.6.0"
168
- | "1.7.0"
169
- | "1.8.0"
170
- | "1.9.0"
171
- | "1.10.0"
172
- | "1.11.0"
173
- | "1.12.0"
174
- | "1.13.0"
175
- | "1.14.0"
176
- | "1.15.0"
177
- | "1.16.0"
178
- | "1.17.0"
179
- | "1.18.0"
180
- | "1.19.0";
181
158
  resources?: Resource;
182
159
  /**
183
160
  * Represents the explicit usage declaration for UI5 reuse components
@@ -595,17 +572,13 @@ export type RootViewDef =
595
572
  */
596
573
  viewName: string;
597
574
  /**
598
- * Represents the type of the view. Possible Values: XML, JSON, JS, HTML, Template
575
+ * Represents the type of the view. Possible Values: XML
599
576
  */
600
- type?: "XML" | "JSON" | "JS" | "HTML" | "Template";
577
+ type?: "XML";
601
578
  /**
602
579
  * Represents the id of the view
603
580
  */
604
581
  id?: string;
605
- /**
606
- * Configure the targets for asynchronous loading
607
- */
608
- async?: boolean;
609
582
  [k: string]: unknown;
610
583
  };
611
584
  /**
@@ -742,8 +715,7 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
742
715
  | "1.70.1"
743
716
  | "1.71.0"
744
717
  | "1.72.0"
745
- | "1.73.1"
746
- | "1.75.1";
718
+ | "1.73.1";
747
719
  /**
748
720
  * Represents the URL that the developer would prefer the user agent load when the user launches the web application
749
721
  */
@@ -761,16 +733,11 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
761
733
  "sap.flp"?: JSONSchemaForSAPFLPNamespace;
762
734
  "sap.ovp"?: JSONSchemaForSAPOVPNamespace;
763
735
  "sap.insights"?: JSONSchemaForSAPInsightsNamespace;
764
- "sap.wda"?: JSONSchemaForSAPWDANamespace;
765
- "sap.apf"?: JSONSchemaForSAPAPFNamespace;
766
736
  "sap.cloud.portal"?: JSONSchemaForSAPCLOUDPORTALNamespace;
767
- "sap.gui"?: JSONSchemaForSAPGUINamespace;
768
737
  "sap.integration"?: JSONSchemaForSAPINTEGRATIONNamespace;
769
- "sap.wcf"?: JSONSchemaForSAPWCFNamespace;
770
738
  "sap.ui.smartbusiness.app"?: JSONSchemaForSAPUISMARTBUSINESSAPPNamespace;
771
739
  "sap.mobile"?: JSONSchemaForSAPMOBILENamespace;
772
740
  "sap.copilot"?: JSONSchemaForSAPCOPILOTNamespace;
773
- "sap.map"?: JSONSchemaForSAPMAPNamespace;
774
741
  "sap.url"?: JSONSchemaForSAPURLNamespace;
775
742
  "sap.platform.sfsf"?: JSONSchemaForSAPPLATFORMSFSFNamespace;
776
743
  "sap.cloud"?: JSONSchemaForSAPCLOUDNamespace;
@@ -784,31 +751,6 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
784
751
  * Represents general application attributes
785
752
  */
786
753
  export interface JSONSchemaForSAPAPPNamespace {
787
- /**
788
- * Application attributes format version. It is managed by namespace owner
789
- */
790
- _version?:
791
- | "1.1.0"
792
- | "1.2.0"
793
- | "1.3.0"
794
- | "1.4.0"
795
- | "1.5.0"
796
- | "1.6.0"
797
- | "1.7.0"
798
- | "1.8.0"
799
- | "1.9.0"
800
- | "1.10.0"
801
- | "1.11.0"
802
- | "1.12.0"
803
- | "1.13.0"
804
- | "1.14.0"
805
- | "1.15.0"
806
- | "1.16.0"
807
- | "1.17.0"
808
- | "1.18.0"
809
- | "1.19.0"
810
- | "1.20.0"
811
- | "1.21.0";
812
754
  /**
813
755
  * Represents the template from which the app was generated
814
756
  */
@@ -1317,10 +1259,6 @@ export interface Outbound {
1317
1259
  * Represents general ui attributes
1318
1260
  */
1319
1261
  export interface JSONSchemaForSAPUINamespace {
1320
- /**
1321
- * Represents UI attributes format version. It is managed by namespace owner
1322
- */
1323
- _version?: "1.1.0" | "1.2.0" | "1.3.0" | "1.4.0" | "1.5.0";
1324
1262
  /**
1325
1263
  * Represents UI technology. The possible values are UI5 (default), WDA, NWBC, GUI, URL and WCF
1326
1264
  */
@@ -1388,16 +1326,9 @@ export interface DeviceType1 {
1388
1326
  phone?: boolean;
1389
1327
  }
1390
1328
  /**
1391
- * Represents paths to JavaScript/CSS resources that your app needs (app internal), formerly called '.includes'
1329
+ * Represents paths to CSS resources that your app needs (app internal).
1392
1330
  */
1393
1331
  export interface Resource {
1394
- /**
1395
- * [Deprecated] Specifies additional JavaScript resources of the Component.
1396
- */
1397
- js?: {
1398
- uri: string;
1399
- [k: string]: unknown;
1400
- }[];
1401
1332
  /**
1402
1333
  * Specifies additional CSS resources of the Component.
1403
1334
  */
@@ -1571,10 +1502,6 @@ export interface RoutingFlexEnabled {
1571
1502
  * Represents the router class
1572
1503
  */
1573
1504
  routerClass?: string;
1574
- /**
1575
- * Indicates whether the Views in routing are loaded asyncly
1576
- */
1577
- async?: boolean;
1578
1505
  /**
1579
1506
  * Represents information about targets to display when no route is matched
1580
1507
  */
@@ -1584,13 +1511,8 @@ export interface RoutingFlexEnabled {
1584
1511
  */
1585
1512
  target: (string | RouteTargetObject)[] | string | RouteTargetObject;
1586
1513
  };
1587
- /**
1588
- * Represents a prefix that is prepended in front of the viewName
1589
- */
1590
- viewPath?: string;
1591
1514
  [k: string]: unknown;
1592
1515
  } & Target &
1593
- LegacyTargetAdditionWithoutRequiredProp &
1594
1516
  ActualTargetAdditionStandardWithoutRequiredProp;
1595
1517
  routes?:
1596
1518
  | Route[]
@@ -1605,59 +1527,7 @@ export interface RoutingFlexEnabled {
1605
1527
  * This interface was referenced by `undefined`'s JSON-Schema definition
1606
1528
  * via the `patternProperty` "[\s\S]*".
1607
1529
  */
1608
- [k: string]:
1609
- | (Target & {
1610
- /**
1611
- * Represents the name of a view that will be created
1612
- */
1613
- viewName: string;
1614
- /**
1615
- * Represents the id of the created view
1616
- */
1617
- viewId: string;
1618
- /**
1619
- * Represents a prefix that is prepended in front of the viewName
1620
- */
1621
- viewPath?: string;
1622
- [k: string]: unknown;
1623
- })
1624
- | (Target &
1625
- (
1626
- | {
1627
- /**
1628
- * Represents the name of a view or component that will be created
1629
- */
1630
- name: string;
1631
- /**
1632
- * Represents the id of the created view or component
1633
- */
1634
- id: string;
1635
- /**
1636
- * Represents a prefix that is prepended in front of the view or component name
1637
- */
1638
- path?: string;
1639
- /**
1640
- * Represents the type of the type View or Component
1641
- */
1642
- type?: "View" | "Component";
1643
- [k: string]: unknown;
1644
- }
1645
- | {
1646
- /**
1647
- * Represents the componentUsage of the component that will be created
1648
- */
1649
- usage: string;
1650
- /**
1651
- * Represents the id of the created view or component
1652
- */
1653
- id: string;
1654
- /**
1655
- * Represents the type of the type Component
1656
- */
1657
- type: "Component";
1658
- [k: string]: unknown;
1659
- }
1660
- ));
1530
+ [k: string]: (Target & ActualTargetAdditionStandardFlex) | (Target & ActualTargetAdditionComponentUsageFlex);
1661
1531
  };
1662
1532
  [k: string]: unknown;
1663
1533
  }
@@ -1690,7 +1560,7 @@ export interface Target {
1690
1560
  /**
1691
1561
  * Represents the type of view that is going to be created
1692
1562
  */
1693
- viewType?: "XML" | "JSON" | "JS" | "HTML" | "Template";
1563
+ viewType?: "XML";
1694
1564
  /**
1695
1565
  * Represents the id of the view that contains the control specified by the 'controlId'
1696
1566
  */
@@ -1723,25 +1593,6 @@ export interface Target {
1723
1593
  };
1724
1594
  [k: string]: unknown;
1725
1595
  }
1726
- export interface LegacyTargetAdditionWithoutRequiredProp {
1727
- /**
1728
- * [Deprecated] Represents the name of a view that will be created
1729
- */
1730
- viewName?: string;
1731
- /**
1732
- * [Deprecated] Represents the id of the created view
1733
- */
1734
- viewId?: string;
1735
- /**
1736
- * [Deprecated] Represents a prefix that is prepended in front of the viewName
1737
- */
1738
- viewPath?: string;
1739
- /**
1740
- * [Deprecated] Represents the level of the current view which is used to define the transition direction when navigate to this view
1741
- */
1742
- viewLevel?: number;
1743
- [k: string]: unknown;
1744
- }
1745
1596
  export interface ActualTargetAdditionStandardWithoutRequiredProp {
1746
1597
  /**
1747
1598
  * Represents the name of a view or component that will be created
@@ -1793,6 +1644,48 @@ export interface RouteWithoutName {
1793
1644
  titleTarget?: string;
1794
1645
  [k: string]: unknown;
1795
1646
  }
1647
+ export interface ActualTargetAdditionStandardFlex {
1648
+ /**
1649
+ * Represents the name of a view or component that will be created
1650
+ */
1651
+ name: string;
1652
+ /**
1653
+ * Represents the id of the created view or component
1654
+ */
1655
+ id: string;
1656
+ /**
1657
+ * Represents a prefix that is prepended in front of the view or component name
1658
+ */
1659
+ path?: string;
1660
+ /**
1661
+ * Represents the type of the type View or Component
1662
+ */
1663
+ type?: "View" | "Component";
1664
+ /**
1665
+ * Represents the level of the current view/component which is used to define the transition direction when navigate to this view/component
1666
+ */
1667
+ level?: number;
1668
+ [k: string]: unknown;
1669
+ }
1670
+ export interface ActualTargetAdditionComponentUsageFlex {
1671
+ /**
1672
+ * Represents the componentUsage of the component that will be created
1673
+ */
1674
+ usage: string;
1675
+ /**
1676
+ * Represents the id of the created view or component
1677
+ */
1678
+ id: string;
1679
+ /**
1680
+ * Represents the type of the type Component
1681
+ */
1682
+ type: "Component";
1683
+ /**
1684
+ * Represents the level of the current component which is used to define the transition direction when navigate to this component
1685
+ */
1686
+ level?: number;
1687
+ [k: string]: unknown;
1688
+ }
1796
1689
  /**
1797
1690
  * Represents the root view definition when flex is enabled (requires a view id)
1798
1691
  */
@@ -1802,9 +1695,9 @@ export interface RootViewDefFlexEnabled {
1802
1695
  */
1803
1696
  viewName: string;
1804
1697
  /**
1805
- * Represents the type of the view. Possible Values: XML, JSON, JS, HTML, Template
1698
+ * Represents the type of the view. Possible Values: XML
1806
1699
  */
1807
- type?: "XML" | "JSON" | "JS" | "HTML" | "Template";
1700
+ type?: "XML";
1808
1701
  /**
1809
1702
  * Represents the id of the view
1810
1703
  */
@@ -1827,10 +1720,6 @@ export interface Routing {
1827
1720
  * Represents the router class
1828
1721
  */
1829
1722
  routerClass?: string;
1830
- /**
1831
- * Indicates whether the Views in routing are loaded asyncly
1832
- */
1833
- async?: boolean;
1834
1723
  /**
1835
1724
  * Indicates whether the targets which have type 'Component' should propagate their title to this component or not
1836
1725
  */
@@ -1846,7 +1735,6 @@ export interface Routing {
1846
1735
  };
1847
1736
  [k: string]: unknown;
1848
1737
  } & Target &
1849
- LegacyTargetAdditionWithoutRequiredProp &
1850
1738
  ActualTargetAdditionStandardWithoutRequiredProp;
1851
1739
  routes?:
1852
1740
  | Route[]
@@ -1861,31 +1749,10 @@ export interface Routing {
1861
1749
  * This interface was referenced by `undefined`'s JSON-Schema definition
1862
1750
  * via the `patternProperty` "[\s\S]*".
1863
1751
  */
1864
- [k: string]:
1865
- | (Target & LegacyTargetAddition)
1866
- | (Target & (ActualTargetAdditionStandard | ActualTargetAdditionComponentUsage));
1752
+ [k: string]: (Target & ActualTargetAdditionStandard) | (Target & ActualTargetAdditionComponentUsage);
1867
1753
  };
1868
1754
  [k: string]: unknown;
1869
1755
  }
1870
- export interface LegacyTargetAddition {
1871
- /**
1872
- * [Deprecated] Represents the name of a view that will be created
1873
- */
1874
- viewName: string;
1875
- /**
1876
- * [Deprecated] Represents the id of the created view
1877
- */
1878
- viewId?: string;
1879
- /**
1880
- * [Deprecated] Represents a prefix that is prepended in front of the viewName
1881
- */
1882
- viewPath?: string;
1883
- /**
1884
- * [Deprecated] Represents the level of the current view, which is used to define the transition direction when navigating to this view
1885
- */
1886
- viewLevel?: number;
1887
- [k: string]: unknown;
1888
- }
1889
1756
  export interface ActualTargetAdditionStandard {
1890
1757
  /**
1891
1758
  * Represents the name of a view or component that will be created
@@ -1932,10 +1799,6 @@ export interface ActualTargetAdditionComponentUsage {
1932
1799
  * Represents ABAP platform specific attributes
1933
1800
  */
1934
1801
  export interface JSONSchemaForSAPPLATFORMABAPNamespace {
1935
- /**
1936
- * Represents attributes format version. It is managed by namespace owner
1937
- */
1938
- _version?: "1.1.0" | "1.2.0";
1939
1802
  /**
1940
1803
  * Represents the uri of the app in the ABAP system
1941
1804
  */
@@ -1949,10 +1812,6 @@ export interface JSONSchemaForSAPPLATFORMABAPNamespace {
1949
1812
  * Represents HANA Cloud Platform platform specific attributes
1950
1813
  */
1951
1814
  export interface JSONSchemaForSAPPLATFORMHCPNamespace {
1952
- /**
1953
- * Represents attributes format version. It is managed by namespace owner
1954
- */
1955
- _version?: "1.1.0" | "1.2.0" | "1.3.0";
1956
1815
  /**
1957
1816
  * Represents the uri of the app in the HANA Cloud Platform
1958
1817
  */
@@ -1982,10 +1841,6 @@ export interface JSONSchemaForSAPPLATFORMHCPNamespace {
1982
1841
  * Represents CF(Cloud Foundry) platform specific attributes
1983
1842
  */
1984
1843
  export interface JSONSchemaForSAPPLATFORMCFNamespace {
1985
- /**
1986
- * Represents attributes format version. It is managed by namespace owner
1987
- */
1988
- _version?: "1.1.0" | "1.2.0";
1989
1844
  /**
1990
1845
  * Represents the authorization scope of the application
1991
1846
  */
@@ -1996,10 +1851,6 @@ export interface JSONSchemaForSAPPLATFORMCFNamespace {
1996
1851
  * Represents Mobile Cards platform specific attributes
1997
1852
  */
1998
1853
  export interface JSONSchemaForSAPPLATFORMMOBILECARDSNamespace {
1999
- /**
2000
- * Represents attributes format version. It is managed by namespace owner
2001
- */
2002
- _version?: "1.0.0";
2003
1854
  /**
2004
1855
  * Represents the compatibility of this app with the Mobile Cards platform.
2005
1856
  */
@@ -2010,10 +1861,6 @@ export interface JSONSchemaForSAPPLATFORMMOBILECARDSNamespace {
2010
1861
  * Represents SAP Fiori specific attributes
2011
1862
  */
2012
1863
  export interface JSONSchemaForSAPFIORINamespace {
2013
- /**
2014
- * Represents attributes format version. It is managed by namespace owner
2015
- */
2016
- _version?: "1.1.0" | "1.2.0" | "1.3.0";
2017
1864
  /**
2018
1865
  * Represents array of registration ids, i.e. for Fiori apps fiori id(s)
2019
1866
  */
@@ -2035,7 +1882,6 @@ export interface JSONSchemaForSAPFIORINamespace {
2035
1882
  * Represents GENERIC APP specific attributes
2036
1883
  */
2037
1884
  export interface JSONSchemaForSAPUIGENERICAPPNamespace {
2038
- _version?: "1.1.0" | "1.2.0" | "1.3.0" | "1.4.0" | "1.5.0" | "1.6.0";
2039
1885
  settings?: SettingDef;
2040
1886
  /**
2041
1887
  * Represents one ore more pages of an application. UI5 routing is created from the definitions in this section
@@ -2528,14 +2374,6 @@ export interface JSONSchemaForSAPFENamespace {
2528
2374
  * Represents FLP specific attributes
2529
2375
  */
2530
2376
  export interface JSONSchemaForSAPFLPNamespace {
2531
- /**
2532
- * Represents attributes format version. It is managed by namespace owner
2533
- */
2534
- _version?: "1.1.0" | "1.2.0" | "1.3.0" | "1.4.0";
2535
- /**
2536
- * Represents size of the tile. Deprecated, use 'vizOptions' instead.
2537
- */
2538
- tileSize?: "1x1" | "1x2";
2539
2377
  /**
2540
2378
  * Options a visualization (launchpad tile) is offering with regards to rendering, for example
2541
2379
  */
@@ -2571,47 +2409,15 @@ export interface JSONSchemaForSAPFLPNamespace {
2571
2409
  [k: string]: unknown;
2572
2410
  };
2573
2411
  };
2574
- /**
2575
- * Represents the original tile and target mapping which resulted in this app. Deprecated.
2576
- */
2577
- origin?: {
2578
- /**
2579
- * Represents the original tile which resulted in this app
2580
- */
2581
- tileId?: string;
2582
- /**
2583
- * Represents the original target mapping which resulted in this app
2584
- */
2585
- targetMappingId?: string;
2586
- };
2587
2412
  }
2588
2413
  /**
2589
2414
  * Represents OVP specific attributes
2590
2415
  */
2591
2416
  export interface JSONSchemaForSAPOVPNamespace {
2592
- /**
2593
- * Represents attributes format version. It is managed by namespace owner
2594
- */
2595
- _version?:
2596
- | "1.1.0"
2597
- | "1.2.0"
2598
- | "1.3.0"
2599
- | "1.4.0"
2600
- | "1.5.0"
2601
- | "1.6.0"
2602
- | "1.7.0"
2603
- | "1.8.0"
2604
- | "1.9.0"
2605
- | "1.10.0"
2606
- | "1.11.0";
2607
2417
  /**
2608
2418
  * Represents the name of global filter OData model, which contains entities definition that are relevant for global filters
2609
2419
  */
2610
2420
  globalFilterModel?: string;
2611
- /**
2612
- * Represents the entity to use as global filter in the smart filter bar control
2613
- */
2614
- globalFilterEntityType?: string;
2615
2421
  /**
2616
2422
  * Represents the control to be used for the filter bar
2617
2423
  */
@@ -2775,10 +2581,6 @@ export interface FilterFieldName {
2775
2581
  * via the `patternProperty` "^[a-zA-Z0-9_\.\-]+$".
2776
2582
  */
2777
2583
  export interface Card {
2778
- /**
2779
- * Represents the position of the card in the sequence
2780
- */
2781
- sequencePos?: number;
2782
2584
  /**
2783
2585
  * Represents the model for the card
2784
2586
  */
@@ -2788,12 +2590,6 @@ export interface Card {
2788
2590
  */
2789
2591
  template: string;
2790
2592
  settings?: CardSetting;
2791
- /**
2792
- * Represents the card with view switch control
2793
- *
2794
- * @minItems 1
2795
- */
2796
- tabs?: [TabSetting, ...TabSetting[]];
2797
2593
  }
2798
2594
  /**
2799
2595
  * Represents the card specific properties - properties that are passed to the card
@@ -2948,6 +2744,12 @@ export interface CardSetting {
2948
2744
  | {
2949
2745
  [k: string]: unknown;
2950
2746
  };
2747
+ /**
2748
+ * Represents the card with view switch control
2749
+ *
2750
+ * @minItems 1
2751
+ */
2752
+ tabs?: [TabSetting, ...TabSetting[]];
2951
2753
  [k: string]: unknown;
2952
2754
  }
2953
2755
  /**
@@ -3109,7 +2911,6 @@ export interface ResizableLayoutVariantCardProperties {
3109
2911
  * Represents Insights attributes
3110
2912
  */
3111
2913
  export interface JSONSchemaForSAPInsightsNamespace {
3112
- _version?: "1.0.0" | "1.1.0" | "1.2.0" | "1.3.0" | "1.4.0" | "1.5.0";
3113
2914
  /**
3114
2915
  * Represents mandatory unique app identifier of the app containing self manifest.
3115
2916
  */
@@ -3205,83 +3006,16 @@ export interface JSONSchemaForSAPInsightsNamespace {
3205
3006
  | "timeseries_stacked_combination"
3206
3007
  )[];
3207
3008
  }
3208
- /**
3209
- * Represents WDA specific attributes
3210
- */
3211
- export interface JSONSchemaForSAPWDANamespace {
3212
- /**
3213
- * Represents attributes format version. It is managed by namespace owner
3214
- */
3215
- _version?: "1.1.0" | "1.2.0";
3216
- /**
3217
- * Represents ID of an application
3218
- */
3219
- applicationId: string;
3220
- /**
3221
- * Represents ID of an application configuration
3222
- */
3223
- configId?: string;
3224
- /**
3225
- * Represents SAP Screen Personas Flavor ID
3226
- */
3227
- flavorId?: string;
3228
- /**
3229
- * Indicates that WebDynpro Application requires Compatibility Mode, while uses legacy shell services. Possible values are true or false (default)
3230
- */
3231
- compatibilityMode?: boolean;
3232
- }
3233
- /**
3234
- * Represents APF specific attributes
3235
- */
3236
- export interface JSONSchemaForSAPAPFNamespace {
3237
- /**
3238
- * Represents attributes format version. It is managed by namespace owner
3239
- */
3240
- _version?: "1.1.0" | "1.2.0";
3241
- /**
3242
- * Represents a switch to activate filter reduction so that filters in OData requests can be represented as ABAP select options
3243
- */
3244
- activateFilterReduction?: boolean;
3245
- /**
3246
- * Represents a switch to activate LREP as the persistence for configurations and texts
3247
- */
3248
- activateLrep?: boolean;
3249
- /**
3250
- * Represents a switch to use HEAD-Requests instead of GET-Requests when fetching the XSRF-Security-Token
3251
- */
3252
- useHeadRequestForXsrfToken?: boolean;
3253
- }
3254
3009
  /**
3255
3010
  * Represents Cloud Portal specific attributes
3256
3011
  */
3257
3012
  export interface JSONSchemaForSAPCLOUDPORTALNamespace {
3258
3013
  [k: string]: unknown;
3259
3014
  }
3260
- /**
3261
- * Represents GUI specific attributes
3262
- */
3263
- export interface JSONSchemaForSAPGUINamespace {
3264
- /**
3265
- * Represents attributes format version. It is managed by namespace owner
3266
- */
3267
- _version?: "1.1.0" | "1.2.0";
3268
- /**
3269
- * Represents transaction of an application
3270
- */
3271
- transaction: string;
3272
- /**
3273
- * Represents SAP Screen Personas Flavor ID
3274
- */
3275
- flavorId?: string;
3276
- }
3277
3015
  /**
3278
3016
  * Represents Application Integration specific attributes
3279
3017
  */
3280
3018
  export interface JSONSchemaForSAPINTEGRATIONNamespace {
3281
- /**
3282
- * Represents attributes format version. It is managed by namespace owner
3283
- */
3284
- _version?: "1.0.0";
3285
3019
  /**
3286
3020
  * Reference to the desired URL Template
3287
3021
  */
@@ -3302,19 +3036,6 @@ export interface JSONSchemaForSAPINTEGRATIONNamespace {
3302
3036
  }[];
3303
3037
  [k: string]: unknown;
3304
3038
  }
3305
- /**
3306
- * Represents WCF Application specific attributes
3307
- */
3308
- export interface JSONSchemaForSAPWCFNamespace {
3309
- /**
3310
- * Represents attributes format version. It is managed by namespace owner
3311
- */
3312
- _version?: "1.1.0";
3313
- /**
3314
- * Represents the target technical id for a WCF Application
3315
- */
3316
- "wcf-target-id": string;
3317
- }
3318
3039
  /**
3319
3040
  * Represents specific attributes for Smart Business
3320
3041
  */
@@ -3325,10 +3046,6 @@ export interface JSONSchemaForSAPUISMARTBUSINESSAPPNamespace {
3325
3046
  * Represents mobile specific attributes
3326
3047
  */
3327
3048
  export interface JSONSchemaForSAPMOBILENamespace {
3328
- /**
3329
- * Represents attributes format version. It is managed by namespace owner
3330
- */
3331
- _version?: "1.1.0";
3332
3049
  /**
3333
3050
  * Represents mobile specific attributes
3334
3051
  */
@@ -3359,10 +3076,6 @@ export interface DefiningRequest {
3359
3076
  * Represents specific attributes for SAP CoPilot
3360
3077
  */
3361
3078
  export interface JSONSchemaForSAPCOPILOTNamespace {
3362
- /**
3363
- * Represents SAP.COPILOT attributes format version. It is managed by namespace owner
3364
- */
3365
- _version?: "1.0.0" | "1.1.0";
3366
3079
  /**
3367
3080
  * Settings for the context analysis features of SAP CoPilot
3368
3081
  */
@@ -3377,52 +3090,12 @@ export interface JSONSchemaForSAPCOPILOTNamespace {
3377
3090
  whitelistedEntityTypes?: string[];
3378
3091
  [k: string]: unknown;
3379
3092
  };
3380
- /**
3381
- * Settings for the Digital Assistant features of SAP CoPilot
3382
- */
3383
- digitalAssistant?: {
3384
- /**
3385
- * A list of Intent
3386
- */
3387
- intentDefinition?: {
3388
- /**
3389
- * This interface was referenced by `undefined`'s JSON-Schema definition
3390
- * via the `patternProperty` "^[a-zA-Z0-9_\.\-]*$".
3391
- */
3392
- [k: string]: {
3393
- /**
3394
- * Represents the uri of the intent
3395
- */
3396
- uri?: string;
3397
- /**
3398
- * A list of the sap.app.dataSources used by the intent
3399
- */
3400
- dataSources?: string[];
3401
- /**
3402
- * Represents the uri of the translation file
3403
- */
3404
- i18n?: string;
3405
- [k: string]: unknown;
3406
- };
3407
- };
3408
- [k: string]: unknown;
3409
- };
3410
- [k: string]: unknown;
3411
- }
3412
- /**
3413
- * Represents specific attributes for SAP.MAP
3414
- */
3415
- export interface JSONSchemaForSAPMAPNamespace {
3416
3093
  [k: string]: unknown;
3417
3094
  }
3418
3095
  /**
3419
3096
  * Represents specific attributes for SAP URL
3420
3097
  */
3421
3098
  export interface JSONSchemaForSAPURLNamespace {
3422
- /**
3423
- * Represents attributes format version. It is managed by namespace owner
3424
- */
3425
- _version?: "1.0.0";
3426
3099
  /**
3427
3100
  * Represents URI of an application
3428
3101
  */
@@ -3432,10 +3105,6 @@ export interface JSONSchemaForSAPURLNamespace {
3432
3105
  * Represents SFSF platform specific attributes
3433
3106
  */
3434
3107
  export interface JSONSchemaForSAPPLATFORMSFSFNamespace {
3435
- /**
3436
- * Represents attributes format version. It is managed by namespace owner
3437
- */
3438
- _version?: "1.0.0";
3439
3108
  /**
3440
3109
  * Represents the uri inside the SFSF app
3441
3110
  */
@@ -3453,10 +3122,6 @@ export interface JSONSchemaForSAPPLATFORMSFSFNamespace {
3453
3122
  * Represents cloud platform specific attributes
3454
3123
  */
3455
3124
  export interface JSONSchemaForSAPCLOUDNamespace {
3456
- /**
3457
- * Represents attributes format version. It is managed by namespace owner
3458
- */
3459
- _version?: "1.0.0" | "1.1.0" | "1.2.0";
3460
3125
  /**
3461
3126
  * Unique Business Service Identifier
3462
3127
  */
@@ -3470,10 +3135,6 @@ export interface JSONSchemaForSAPCLOUDNamespace {
3470
3135
  * Represents general package attributes. Experimental, will be detailed in the future
3471
3136
  */
3472
3137
  export interface JSONSchemaForSAPPACKAGENamespace {
3473
- /**
3474
- * Represents SAP.PACKAGE attributes format version. It is managed by namespace owner
3475
- */
3476
- _version?: "1.0.0" | "1.1.0" | "1.2.0";
3477
3138
  /**
3478
3139
  * Represents mandatory unique package identifier
3479
3140
  */
@@ -3647,10 +3308,6 @@ export interface Contentitem {
3647
3308
  * Represents general artifact attributes.
3648
3309
  */
3649
3310
  export interface JSONSchemaForSAPARTIFACTNamespace {
3650
- /**
3651
- * Represents SAP.ARTIFACT attributes format version. It is managed by namespace owner
3652
- */
3653
- _version?: "1.0.0" | "1.1.0" | "1.2.0";
3654
3311
  /**
3655
3312
  * Represents mandatory unique artifact identifier
3656
3313
  */
@@ -3708,10 +3365,6 @@ export interface JSONSchemaForSAPARTIFACTNamespace {
3708
3365
  * Represents generated cards saved to the application repository
3709
3366
  */
3710
3367
  export interface JSONSchemaForSapCardsApNamespace {
3711
- /**
3712
- * Represents attributes format version.
3713
- */
3714
- _version?: "1.0.0" | "1.1.0";
3715
3368
  /**
3716
3369
  * Represents an object with reference to the generated cards
3717
3370
  */