@sapui5/ts-types 1.135.0 → 1.136.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 (68) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +1 -1
  3. package/types/sap.ca.ui.d.ts +1 -1
  4. package/types/sap.chart.d.ts +1 -1
  5. package/types/sap.collaboration.d.ts +1 -1
  6. package/types/sap.cux.home.d.ts +80 -0
  7. package/types/sap.esh.search.ui.d.ts +1 -1
  8. package/types/sap.f.d.ts +105 -1
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +30 -2
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +421 -47
  14. package/types/sap.fe.navigation.d.ts +1 -1
  15. package/types/sap.fe.placeholder.d.ts +1 -1
  16. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  17. package/types/sap.fe.templates.d.ts +1 -1
  18. package/types/sap.fe.test.d.ts +1 -1
  19. package/types/sap.fe.tools.d.ts +1 -1
  20. package/types/sap.feedback.ui.d.ts +1 -1
  21. package/types/sap.gantt.d.ts +78 -8
  22. package/types/sap.insights.d.ts +1 -1
  23. package/types/sap.m.d.ts +497 -32
  24. package/types/sap.makit.d.ts +1 -1
  25. package/types/sap.me.d.ts +1 -1
  26. package/types/sap.ndc.d.ts +1 -1
  27. package/types/sap.ovp.d.ts +1 -1
  28. package/types/sap.rules.ui.d.ts +1 -1
  29. package/types/sap.sac.df.d.ts +4 -4
  30. package/types/sap.suite.ui.commons.d.ts +12 -1
  31. package/types/sap.suite.ui.generic.template.d.ts +8 -2
  32. package/types/sap.suite.ui.microchart.d.ts +1 -1
  33. package/types/sap.tnt.d.ts +1 -1
  34. package/types/sap.ui.codeeditor.d.ts +1 -1
  35. package/types/sap.ui.commons.d.ts +1 -1
  36. package/types/sap.ui.comp.d.ts +3474 -380
  37. package/types/sap.ui.core.d.ts +108 -111
  38. package/types/sap.ui.dt.d.ts +1 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +1 -1
  41. package/types/sap.ui.generic.app.d.ts +1 -1
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.integration.d.ts +2 -2
  44. package/types/sap.ui.layout.d.ts +1 -1
  45. package/types/sap.ui.mdc.d.ts +127 -8
  46. package/types/sap.ui.richtexteditor.d.ts +8 -6
  47. package/types/sap.ui.rta.d.ts +1 -1
  48. package/types/sap.ui.suite.d.ts +1 -1
  49. package/types/sap.ui.support.d.ts +1 -1
  50. package/types/sap.ui.table.d.ts +7 -1
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +11 -31
  53. package/types/sap.ui.ux3.d.ts +1 -1
  54. package/types/sap.ui.vbm.d.ts +1 -1
  55. package/types/sap.ui.vk.d.ts +295 -25
  56. package/types/sap.ui.vtm.d.ts +1 -1
  57. package/types/sap.ui.webc.common.d.ts +1 -1
  58. package/types/sap.ui.webc.fiori.d.ts +1 -1
  59. package/types/sap.ui.webc.main.d.ts +1 -1
  60. package/types/sap.uiext.inbox.d.ts +1 -1
  61. package/types/sap.ushell.d.ts +46 -37
  62. package/types/sap.ushell_abap.d.ts +1 -1
  63. package/types/sap.uxap.d.ts +2 -21
  64. package/types/sap.viz.d.ts +1 -1
  65. package/types/sap.webanalytics.core.d.ts +1 -1
  66. package/types/sap.zen.commons.d.ts +1 -1
  67. package/types/sap.zen.crosstab.d.ts +1 -1
  68. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.135.0
1
+ // For Library Version: 1.136.0
2
2
 
3
3
  declare module "sap/ushell/thirdparty/webcomponents-base" {
4
4
  /**
@@ -1309,7 +1309,7 @@ declare namespace sap {
1309
1309
  *
1310
1310
  * @since 1.22.0
1311
1311
  * @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.ContextContainer }
1312
- * instead
1312
+ * instead.
1313
1313
  */
1314
1314
  class ContextContainer {
1315
1315
  /**
@@ -1321,7 +1321,7 @@ declare namespace sap {
1321
1321
  * Returns an array with all internal keys of direct items in the container.
1322
1322
  *
1323
1323
  * @since 1.22.0
1324
- * @deprecated As of version 1.120.0.
1324
+ * @deprecated As of version 1.120.
1325
1325
  *
1326
1326
  * @returns item keys
1327
1327
  */
@@ -1429,8 +1429,8 @@ declare namespace sap {
1429
1429
  * is serialized.
1430
1430
  *
1431
1431
  * @since 1.22.0
1432
- * @deprecated As of version 1.120.0. Use {@link sap.ushell.services.Personalization.ContextContainer#saveDeferred }
1433
- * instead
1432
+ * @deprecated As of version 1.120. Use {@link sap.ushell.services.Personalization.ContextContainer#saveDeferred }
1433
+ * instead.
1434
1434
  *
1435
1435
  * @returns Resolves once the container is saved.
1436
1436
  *
@@ -1474,7 +1474,7 @@ declare namespace sap {
1474
1474
  *
1475
1475
  * @since 1.18.0
1476
1476
  * @deprecated As of version 1.120. Please use {@link sap.ushell.services.Personalization#getContainer }
1477
- * instead
1477
+ * instead.
1478
1478
  */
1479
1479
  class PersonalizationContainer {
1480
1480
  /**
@@ -1490,7 +1490,7 @@ declare namespace sap {
1490
1490
  *
1491
1491
  * @since 1.18.0
1492
1492
  * @deprecated As of version 1.120. Please use {@link sap.ushell.services.Personalization#getContainer }
1493
- * instead
1493
+ * instead.
1494
1494
  */
1495
1495
  class PersonalizationContainerVariant {
1496
1496
  /**
@@ -1584,7 +1584,7 @@ declare namespace sap {
1584
1584
  *
1585
1585
  * @since 1.18.0
1586
1586
  * @deprecated As of version 1.120. Please use {@link sap.ushell.services.Personalization#getContainer }
1587
- * instead
1587
+ * instead.
1588
1588
  */
1589
1589
  class PersonalizationContainerVariantSet {
1590
1590
  /**
@@ -1680,7 +1680,7 @@ declare namespace sap {
1680
1680
  *
1681
1681
  * @since 1.15.0
1682
1682
  * @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.Personalizer }
1683
- * instead
1683
+ * instead.
1684
1684
  */
1685
1685
  class Personalizer {
1686
1686
  /**
@@ -1725,7 +1725,7 @@ declare namespace sap {
1725
1725
  *
1726
1726
  * @since 1.18.0
1727
1727
  * @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.TransientPersonalizer }
1728
- * instead
1728
+ * instead.
1729
1729
  */
1730
1730
  class TransientPersonalizer {
1731
1731
  constructor();
@@ -1737,7 +1737,7 @@ declare namespace sap {
1737
1737
  * To be instantiated via Personalization.VariantSet add / get Variant only
1738
1738
  *
1739
1739
  * @since 1.22.0
1740
- * @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.Variant} instead
1740
+ * @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.Variant} instead.
1741
1741
  */
1742
1742
  class Variant {
1743
1743
  /**
@@ -1848,7 +1848,7 @@ declare namespace sap {
1848
1848
  *
1849
1849
  * @since 1.22.0
1850
1850
  * @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.VariantSet }
1851
- * instead
1851
+ * instead.
1852
1852
  */
1853
1853
  class VariantSet {
1854
1854
  /**
@@ -1963,7 +1963,7 @@ declare namespace sap {
1963
1963
  *
1964
1964
  * @since 1.18.0
1965
1965
  * @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.VariantSetAdapter }
1966
- * instead
1966
+ * instead.
1967
1967
  */
1968
1968
  class VariantSetAdapter {
1969
1969
  /**
@@ -2815,7 +2815,7 @@ declare namespace sap {
2815
2815
  * should be specified, otherwise the entry will be updated with a new timestamp Only applications of type
2816
2816
  * Search and Co-Pilot can set their icon.
2817
2817
  *
2818
- * @deprecated As of version 1.120. without replacement.
2818
+ * @deprecated As of version 1.120. Deprecated without successor.
2819
2819
  *
2820
2820
  * @returns Resolves the updated list of user recents.
2821
2821
  */
@@ -2841,7 +2841,7 @@ declare namespace sap {
2841
2841
  /**
2842
2842
  * Sets the application screen size to full width
2843
2843
  *
2844
- * @deprecated As of version 1.120.0. Use {@link sap.ushell.ui5service.ShellUIService#setApplicationFullWidth }
2844
+ * @deprecated As of version 1.120. Use {@link sap.ushell.ui5service.ShellUIService#setApplicationFullWidth }
2845
2845
  * instead.
2846
2846
  */
2847
2847
  setApplicationFullWidth(
@@ -2853,7 +2853,7 @@ declare namespace sap {
2853
2853
  /**
2854
2854
  * Sets the icons of the browser.
2855
2855
  *
2856
- * @deprecated As of version 1.120.0. Use {@link sap.ui.util.Mobile#setIcons} instead.
2856
+ * @deprecated As of version 1.120. Use {@link sap.ui.util.Mobile#setIcons} instead.
2857
2857
  */
2858
2858
  setIcons(
2859
2859
  /**
@@ -3585,7 +3585,7 @@ declare namespace sap {
3585
3585
  * The same restrictions apply for the Application state.
3586
3586
  *
3587
3587
  * @since 1.15.0
3588
- * @deprecated As of version 1.120. Please use {@link sap.ushell.services.Navigation} instead
3588
+ * @deprecated As of version 1.120. Please use {@link sap.ushell.services.Navigation} instead.
3589
3589
  */
3590
3590
  class CrossApplicationNavigation extends sap.ushell.services.Service {
3591
3591
  /**
@@ -4931,7 +4931,7 @@ declare namespace sap {
4931
4931
  * with the field "contentProvider".
4932
4932
  *
4933
4933
  * @since 1.15.0
4934
- * @deprecated As of version 1.99. This service has been deprecated as it only works for the classic homepage.
4934
+ * @deprecated As of version 1.99. Deprecated together with the classic homepage.
4935
4935
  */
4936
4936
  class LaunchPage extends sap.ushell.services.Service {
4937
4937
  /**
@@ -5301,7 +5301,7 @@ declare namespace sap {
5301
5301
  * Returns the groups of the user. The order of the array is the order in which the groups will be displayed
5302
5302
  * to the user.
5303
5303
  *
5304
- * @deprecated As of version 1.99. Alternative for use with {@link sap.ushell.services.Bookmark} is {@link sap.ushell.services.Bookmark#getContentNodes}
5304
+ * @deprecated As of version 1.99. Alternative for use with {@link sap.ushell.services.Bookmark} is {@link sap.ushell.services.Bookmark#getContentNodes}.
5305
5305
  *
5306
5306
  * @returns A promise that resolves to the list of groups
5307
5307
  */
@@ -5564,8 +5564,7 @@ declare namespace sap {
5564
5564
  * Tile actions should be returned immediately without any additional server access in order to avoid delays
5565
5565
  * in rendering the action list in the browser.
5566
5566
  *
5567
- * @deprecated As of version 1.99. This feature has been deprecated with the classic homepage. There is
5568
- * no alternative with spaces and pages.
5567
+ * @deprecated As of version 1.99. Deprecated together with the classic homepage.
5569
5568
  */
5570
5569
  registerTileActionsProvider(
5571
5570
  /**
@@ -6616,7 +6615,7 @@ declare namespace sap {
6616
6615
  *
6617
6616
  *
6618
6617
  * @since 1.15.0
6619
- * @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2} instead
6618
+ * @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2} instead.
6620
6619
  */
6621
6620
  class Personalization extends sap.ushell.services.Service {
6622
6621
  /**
@@ -7331,8 +7330,7 @@ declare namespace sap {
7331
7330
  *
7332
7331
  *
7333
7332
  * @since 1.44.0
7334
- * @deprecated As of version 1.112. This service has been deprecated. Please use the CrossApplicationNavigation
7335
- * service instead.
7333
+ * @deprecated As of version 1.112. Please use the CrossApplicationNavigation service instead.
7336
7334
  */
7337
7335
  class SmartNavigation extends sap.ushell.services.Service {
7338
7336
  /**
@@ -7776,7 +7774,7 @@ declare namespace sap {
7776
7774
  *
7777
7775
  *
7778
7776
  * @since 1.32.0
7779
- * @deprecated As of version 1.120.0. The corresponding cloud service "SAP Web Analytics" has been retired,
7777
+ * @deprecated As of version 1.120. The corresponding cloud service "SAP Web Analytics" has been retired,
7780
7778
  * therefore this client-side service API cannot be used any longer.
7781
7779
  */
7782
7780
  class UsageAnalytics extends sap.ushell.services.Service {
@@ -7791,7 +7789,7 @@ declare namespace sap {
7791
7789
  * Currently these attributes correspond to database columns custom5...custom10.
7792
7790
  *
7793
7791
  * @since 1.32.0
7794
- * @deprecated As of version 1.120.0.
7792
+ * @deprecated As of version 1.120.
7795
7793
  */
7796
7794
  setCustomAttributes(
7797
7795
  /**
@@ -7814,7 +7812,7 @@ declare namespace sap {
7814
7812
  * Enables the renderer to set the content of the legal message..
7815
7813
  *
7816
7814
  * @since 1.32.0
7817
- * @deprecated As of version 1.120.0.
7815
+ * @deprecated As of version 1.120.
7818
7816
  */
7819
7817
  setLegalText(): void;
7820
7818
  /**
@@ -7825,7 +7823,7 @@ declare namespace sap {
7825
7823
  * Since the service is deprecated and no longer supported, this method always returns `false`.
7826
7824
  *
7827
7825
  * @since 1.32.0
7828
- * @deprecated As of version 1.120.0.
7826
+ * @deprecated As of version 1.120.
7829
7827
  *
7830
7828
  * @returns A boolean value indicating whether the UsageAnalytics service is enabled
7831
7829
  */
@@ -7838,7 +7836,7 @@ declare namespace sap {
7838
7836
  * Since the service is deprecated and no longer supported, this method always returns `false`.
7839
7837
  *
7840
7838
  * @since 1.32.0
7841
- * @deprecated As of version 1.120.0.
7839
+ * @deprecated As of version 1.120.
7842
7840
  *
7843
7841
  * @returns A boolean value indicating whether the user has specified to track activities
7844
7842
  */
@@ -8720,7 +8718,7 @@ declare namespace sap {
8720
8718
  /**
8721
8719
  * Describes the settings that can be provided to the Renderer constructor.
8722
8720
  *
8723
- * @deprecated As of version 1.120.0. Please use {@link sap.ushell.services.Extension} instead.
8721
+ * @deprecated As of version 1.120. Please use {@link sap.ushell.services.Extension} instead.
8724
8722
  */
8725
8723
  interface $RendererSettings extends sap.ui.core.$UIComponentSettings {}
8726
8724
 
@@ -8729,7 +8727,7 @@ declare namespace sap {
8729
8727
  * by the Unified Shell's container only, others MUST call {@link sap.ushell.Container#getRenderer}.
8730
8728
  *
8731
8729
  * @since 1.15.0
8732
- * @deprecated As of version 1.120.0. Please use {@link sap.ushell.services.Extension} instead.
8730
+ * @deprecated As of version 1.120. Please use {@link sap.ushell.services.Extension} instead.
8733
8731
  */
8734
8732
  class Renderer extends sap.ui.core.UIComponent {
8735
8733
  /**
@@ -9509,7 +9507,7 @@ declare namespace sap {
9509
9507
  * This method returns the current state of the Viewport Container control.
9510
9508
  *
9511
9509
  * @since 1.37
9512
- * @deprecated As of version 1.120.0. This functionality was discontinued
9510
+ * @deprecated As of version 1.120. This functionality was discontinued.
9513
9511
  *
9514
9512
  * @returns The current Viewport State.
9515
9513
  */
@@ -9736,7 +9734,7 @@ declare namespace sap {
9736
9734
  *
9737
9735
  *
9738
9736
  * @since 1.30
9739
- * @deprecated As of version 1.120.0. Please use {@link #setShellFooter} instead.
9737
+ * @deprecated As of version 1.120. Please use {@link #setShellFooter} instead.
9740
9738
  */
9741
9739
  setFooter(
9742
9740
  /**
@@ -9788,7 +9786,8 @@ declare namespace sap {
9788
9786
  * Sets the title in the Fiori Launchpad shell header.
9789
9787
  *
9790
9788
  * @since 1.30
9791
- * @deprecated As of version 1.120.0. Please use {@link sap.ushell.ui5service.ShellUIService#getTitle} instead.
9789
+ * @deprecated As of version 1.120. The "second title" functionality was discontinued. Set a title via {@link sap.ushell.ui5service.ShellUIService#setTitle }
9790
+ * instead.
9792
9791
  */
9793
9792
  setHeaderTitle(
9794
9793
  /**
@@ -9810,7 +9809,7 @@ declare namespace sap {
9810
9809
  * LaunchpadState
9811
9810
  *
9812
9811
  * @since 1.38
9813
- * @deprecated As of version 1.120.0. This functionality was discontinued
9812
+ * @deprecated As of version 1.120. This functionality was discontinued.
9814
9813
  */
9815
9814
  setHeaderVisibility(
9816
9815
  /**
@@ -10178,6 +10177,8 @@ declare namespace sap {
10178
10177
  namespace footerbar {
10179
10178
  /**
10180
10179
  * Describes the settings that can be provided to the AddBookmarkButton constructor.
10180
+ *
10181
+ * @deprecated As of version 1.136.
10181
10182
  */
10182
10183
  interface $AddBookmarkButtonSettings extends sap.m.$ButtonSettings {
10183
10184
  /**
@@ -10290,6 +10291,8 @@ declare namespace sap {
10290
10291
  /**
10291
10292
  * Enables users to save bookmark tiles in the Fiori launchpad. Clicking the button opens a dialog box for
10292
10293
  * saving the app state, so that the app can be launched directly in that state from the launchpad.
10294
+ *
10295
+ * @deprecated As of version 1.136.
10293
10296
  */
10294
10297
  class AddBookmarkButton extends sap.m.Button {
10295
10298
  /**
@@ -12341,7 +12344,7 @@ declare namespace sap {
12341
12344
  *
12342
12345
  * This enum is part of the 'sap/ushell/library' module export and must be accessed by the property 'ui.launchpad.ViewPortState'.
12343
12346
  *
12344
- * @deprecated As of version 1.120.0. The ViewPortState is related to Fiori2 and not used anymore.
12347
+ * @deprecated As of version 1.120. The ViewPortState is related to Fiori2 and not used anymore.
12345
12348
  */
12346
12349
  enum ViewPortState {
12347
12350
  /**
@@ -13490,7 +13493,7 @@ declare namespace sap {
13490
13493
  * the renderer to use 100% height.
13491
13494
  *
13492
13495
  * @since 1.15.0
13493
- * @deprecated As of version 1.120.0.
13496
+ * @deprecated As of version 1.120.
13494
13497
  *
13495
13498
  * @returns the renderer or Promise (in asynchronous mode)
13496
13499
  */
@@ -13828,6 +13831,8 @@ declare namespace sap {
13828
13831
  * The state of a navigation operation
13829
13832
  *
13830
13833
  * This enum is part of the 'sap/ushell/library' module export and must be accessed by the property 'NavigationState'.
13834
+ *
13835
+ * @deprecated As of version 1.136.
13831
13836
  */
13832
13837
  enum NavigationState {
13833
13838
  Finished = "Finished",
@@ -13867,6 +13872,8 @@ declare namespace sap {
13867
13872
 
13868
13873
  "sap/ushell/library": undefined;
13869
13874
 
13875
+ "sap/ushell/modules/NavigationMenu": undefined;
13876
+
13870
13877
  "sap/ushell/renderers/fiori2/Renderer": undefined;
13871
13878
 
13872
13879
  "sap/ushell/services/_Personalization/ContextContainer": undefined;
@@ -13979,6 +13986,8 @@ declare namespace sap {
13979
13986
 
13980
13987
  "sap/ushell/System": undefined;
13981
13988
 
13989
+ "sap/ushell/thirdparty/NotificationListItemBase": undefined;
13990
+
13982
13991
  "sap/ushell/thirdparty/webcomponents-base": undefined;
13983
13992
 
13984
13993
  "sap/ushell/ui/appfinder/AppBox": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.135.0
1
+ // For Library Version: 1.136.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.135.0
1
+ // For Library Version: 1.136.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -7390,16 +7390,6 @@ declare namespace sap {
7390
7390
  * @returns Value of property `importance`
7391
7391
  */
7392
7392
  getImportance(): sap.uxap.Importance;
7393
- /**
7394
- * Returns the control name text.
7395
- *
7396
- * To be overwritten by the specific control method.
7397
- *
7398
- * @ui5-protected Do not call from applications (only from related classes in the framework)
7399
- *
7400
- * @returns control name text
7401
- */
7402
- getSectionText(): string;
7403
7393
  /**
7404
7394
  * Gets current value of property {@link #getTitle title}.
7405
7395
  *
@@ -7540,7 +7530,7 @@ declare namespace sap {
7540
7530
  *
7541
7531
  * @ui5-protected Do not call from applications (only from related classes in the framework)
7542
7532
  */
7543
- setTitleVisible(bVisible: boolean): void;
7533
+ setTitleVisible(): void;
7544
7534
  /**
7545
7535
  * Sets a new value for property {@link #getVisible visible}.
7546
7536
  *
@@ -7559,15 +7549,6 @@ declare namespace sap {
7559
7549
  */
7560
7550
  bVisible?: boolean
7561
7551
  ): this;
7562
- /**
7563
- * Performs the update of the invisible text label. This method is called for example when the section title
7564
- * is changed.
7565
- *
7566
- * @ui5-protected Do not call from applications (only from related classes in the framework)
7567
- *
7568
- * @returns this for chaining
7569
- */
7570
- updateInvisibleTextLabelValue(): this;
7571
7552
  }
7572
7553
  /**
7573
7554
  * Second-level information container of an {@link sap.uxap.ObjectPageLayout}.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.135.0
1
+ // For Library Version: 1.136.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.135.0
1
+ // For Library Version: 1.136.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.135.0
1
+ // For Library Version: 1.136.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.135.0
1
+ // For Library Version: 1.136.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.135.0
1
+ // For Library Version: 1.136.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {