@sapui5/ts-types 1.131.1 → 1.132.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 (69) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +7 -7
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +1 -1
  5. package/types/sap.chart.d.ts +1 -1
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.cux.home.d.ts +8 -0
  8. package/types/sap.esh.search.ui.d.ts +38 -1
  9. package/types/sap.f.d.ts +95 -187
  10. package/types/sap.fe.base.d.ts +1 -1
  11. package/types/sap.fe.controls.d.ts +1 -1
  12. package/types/sap.fe.core.d.ts +1 -1
  13. package/types/sap.fe.ina.d.ts +1 -1
  14. package/types/sap.fe.macros.d.ts +108 -101
  15. package/types/sap.fe.navigation.d.ts +1 -1
  16. package/types/sap.fe.placeholder.d.ts +1 -1
  17. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  18. package/types/sap.fe.templates.d.ts +1 -1
  19. package/types/sap.fe.test.d.ts +1 -1
  20. package/types/sap.fe.tools.d.ts +1 -1
  21. package/types/sap.feedback.ui.d.ts +1 -1
  22. package/types/sap.gantt.d.ts +1 -1
  23. package/types/sap.insights.d.ts +1 -1
  24. package/types/{mobile-1.131.0-d.ts → sap.m.d.ts} +390 -47
  25. package/types/sap.makit.d.ts +1 -1
  26. package/types/sap.me.d.ts +1 -1
  27. package/types/sap.ndc.d.ts +1 -1
  28. package/types/sap.ovp.d.ts +7 -2
  29. package/types/sap.rules.ui.d.ts +84 -1
  30. package/types/sap.sac.df.d.ts +978 -623
  31. package/types/sap.suite.ui.commons.d.ts +1 -1
  32. package/types/sap.suite.ui.generic.template.d.ts +7 -7
  33. package/types/sap.suite.ui.microchart.d.ts +1 -1
  34. package/types/{tnt-1.131.0-d.ts → sap.tnt.d.ts} +1 -1
  35. package/types/sap.ui.codeeditor.d.ts +1 -1
  36. package/types/{commons-1.131.0-d.ts → sap.ui.commons.d.ts} +1 -1
  37. package/types/sap.ui.comp.d.ts +59 -5
  38. package/types/{core-1.131.0-d.ts → sap.ui.core.d.ts} +363 -282
  39. package/types/{dt-1.131.0-d.ts → sap.ui.dt.d.ts} +1 -1
  40. package/types/sap.ui.export.d.ts +1 -1
  41. package/types/sap.ui.fl.d.ts +7 -1
  42. package/types/sap.ui.generic.app.d.ts +5 -11
  43. package/types/sap.ui.generic.template.d.ts +1 -1
  44. package/types/sap.ui.integration.d.ts +1 -1
  45. package/types/sap.ui.layout.d.ts +1 -1
  46. package/types/{mdc-1.131.0-d.ts → sap.ui.mdc.d.ts} +330 -229
  47. package/types/sap.ui.richtexteditor.d.ts +1 -1
  48. package/types/sap.ui.rta.d.ts +3 -1
  49. package/types/sap.ui.suite.d.ts +1 -1
  50. package/types/sap.ui.support.d.ts +1 -1
  51. package/types/sap.ui.table.d.ts +13 -1
  52. package/types/sap.ui.testrecorder.d.ts +1 -1
  53. package/types/sap.ui.unified.d.ts +25 -15
  54. package/types/{ux3-1.131.0-d.ts → sap.ui.ux3.d.ts} +1 -1
  55. package/types/sap.ui.vbm.d.ts +1 -1
  56. package/types/sap.ui.vk.d.ts +100 -1
  57. package/types/sap.ui.vtm.d.ts +1 -1
  58. package/types/sap.ui.webc.common.d.ts +1 -1
  59. package/types/sap.ui.webc.fiori.d.ts +1 -1
  60. package/types/sap.ui.webc.main.d.ts +1 -1
  61. package/types/sap.uiext.inbox.d.ts +1 -1
  62. package/types/sap.ushell.d.ts +5 -1
  63. package/types/sap.ushell_abap.d.ts +1 -1
  64. package/types/sap.uxap.d.ts +1 -1
  65. package/types/sap.viz.d.ts +1 -1
  66. package/types/sap.webanalytics.core.d.ts +1 -1
  67. package/types/sap.zen.commons.d.ts +1 -1
  68. package/types/sap.zen.crosstab.d.ts +1 -1
  69. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.1
1
+ // For Library Version: 1.132.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.1
1
+ // For Library Version: 1.132.1
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -100,6 +100,8 @@ declare namespace sap {
100
100
 
101
101
  "sap/ui/rta/enablement/TestDelegate": undefined;
102
102
 
103
+ "sap/ui/rta/plugin/annotations/AnnotationChangeDialog": undefined;
104
+
103
105
  "sap/ui/rta/service/Action": undefined;
104
106
 
105
107
  "sap/ui/rta/service/ControllerExtension": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.1
1
+ // For Library Version: 1.132.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.1
1
+ // For Library Version: 1.132.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.1
1
+ // For Library Version: 1.132.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1933,6 +1933,10 @@ declare namespace sap {
1933
1933
  * If this property is set to `true` and the `sortOrder` property is `None`, `sortOrder` is automatically
1934
1934
  * set to `Ascending`. If this property is `true` and `sortOrder` is `None`, the sort indicator is not shown.
1935
1935
  *
1936
+ * **Note:** Even though the `sorted` property has been deprecated, is still required in the UI5 1.x versions
1937
+ * to show the sort indicator. With UI5 2.x, the `sorted` property will be removed and the sort indicator
1938
+ * will be shown based on the `sortOrder`.
1939
+ *
1936
1940
  * @deprecated (since 1.120) - replaced by {@link sap.ui.core.SortOrder SortOrder.None} for the `sortOrder`
1937
1941
  * property
1938
1942
  */
@@ -5021,6 +5025,10 @@ declare namespace sap {
5021
5025
  * If this property is set to `true` and the `sortOrder` property is `None`, `sortOrder` is automatically
5022
5026
  * set to `Ascending`. If this property is `true` and `sortOrder` is `None`, the sort indicator is not shown.
5023
5027
  *
5028
+ * **Note:** Even though the `sorted` property has been deprecated, is still required in the UI5 1.x versions
5029
+ * to show the sort indicator. With UI5 2.x, the `sorted` property will be removed and the sort indicator
5030
+ * will be shown based on the `sortOrder`.
5031
+ *
5024
5032
  * Default value is `false`.
5025
5033
  *
5026
5034
  * @deprecated (since 1.120) - replaced by {@link sap.ui.core.SortOrder SortOrder.None} for the `sortOrder`
@@ -5542,6 +5550,10 @@ declare namespace sap {
5542
5550
  * If this property is set to `true` and the `sortOrder` property is `None`, `sortOrder` is automatically
5543
5551
  * set to `Ascending`. If this property is `true` and `sortOrder` is `None`, the sort indicator is not shown.
5544
5552
  *
5553
+ * **Note:** Even though the `sorted` property has been deprecated, is still required in the UI5 1.x versions
5554
+ * to show the sort indicator. With UI5 2.x, the `sorted` property will be removed and the sort indicator
5555
+ * will be shown based on the `sortOrder`.
5556
+ *
5545
5557
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
5546
5558
  *
5547
5559
  * Default value is `false`.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.1
1
+ // For Library Version: 1.132.1
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.1
1
+ // For Library Version: 1.132.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -5819,8 +5819,14 @@ declare namespace sap {
5819
5819
  | `{${string}}`;
5820
5820
 
5821
5821
  /**
5822
- * If set, the provided weekdays are displayed as non-working days. Valid values inside the array are 0
5823
- * to 6. If not set, the weekend defined in the locale settings is displayed as non-working days.
5822
+ * This property sets chosen days of the week as non-working days, and overrides the weekend days defined
5823
+ * in the locale settings. If set, the provided weekdays are displayed as non-working days.
5824
+ *
5825
+ * Users could override the non-working days for each week. Valid values inside the array are from 0
5826
+ * to 6. For example:
5827
+ * - A single day for each week - `[3]`.
5828
+ * - All days for each week - `[0,1,2,3,4,5,6]`.
5829
+ * - None of the days for each week - `[]`. In this case all weekdays are working days.
5824
5830
  *
5825
5831
  * **Note:** Keep in mind that this property sets only weekly-recurring days as non-working. If you need
5826
5832
  * specific dates or dates ranges, such as national holidays, use the `specialDates` aggregation to set
@@ -7703,7 +7709,6 @@ declare namespace sap {
7703
7709
  * of custom elements, such as icons and buttons.
7704
7710
  *
7705
7711
  * @since 1.131
7706
- * @experimental
7707
7712
  */
7708
7713
  endContent?:
7709
7714
  | sap.ui.core.Control[]
@@ -9493,8 +9498,14 @@ declare namespace sap {
9493
9498
  /**
9494
9499
  * Gets current value of property {@link #getNonWorkingDays nonWorkingDays}.
9495
9500
  *
9496
- * If set, the provided weekdays are displayed as non-working days. Valid values inside the array are 0
9497
- * to 6. If not set, the weekend defined in the locale settings is displayed as non-working days.
9501
+ * This property sets chosen days of the week as non-working days, and overrides the weekend days defined
9502
+ * in the locale settings. If set, the provided weekdays are displayed as non-working days.
9503
+ *
9504
+ * Users could override the non-working days for each week. Valid values inside the array are from 0
9505
+ * to 6. For example:
9506
+ * - A single day for each week - `[3]`.
9507
+ * - All days for each week - `[0,1,2,3,4,5,6]`.
9508
+ * - None of the days for each week - `[]`. In this case all weekdays are working days.
9498
9509
  *
9499
9510
  * **Note:** Keep in mind that this property sets only weekly-recurring days as non-working. If you need
9500
9511
  * specific dates or dates ranges, such as national holidays, use the `specialDates` aggregation to set
@@ -9921,8 +9932,14 @@ declare namespace sap {
9921
9932
  /**
9922
9933
  * Sets a new value for property {@link #getNonWorkingDays nonWorkingDays}.
9923
9934
  *
9924
- * If set, the provided weekdays are displayed as non-working days. Valid values inside the array are 0
9925
- * to 6. If not set, the weekend defined in the locale settings is displayed as non-working days.
9935
+ * This property sets chosen days of the week as non-working days, and overrides the weekend days defined
9936
+ * in the locale settings. If set, the provided weekdays are displayed as non-working days.
9937
+ *
9938
+ * Users could override the non-working days for each week. Valid values inside the array are from 0
9939
+ * to 6. For example:
9940
+ * - A single day for each week - `[3]`.
9941
+ * - All days for each week - `[0,1,2,3,4,5,6]`.
9942
+ * - None of the days for each week - `[]`. In this case all weekdays are working days.
9926
9943
  *
9927
9944
  * **Note:** Keep in mind that this property sets only weekly-recurring days as non-working. If you need
9928
9945
  * specific dates or dates ranges, such as national holidays, use the `specialDates` aggregation to set
@@ -18819,7 +18836,6 @@ declare namespace sap {
18819
18836
  * Adds some endContent to the aggregation {@link #getEndContent endContent}.
18820
18837
  *
18821
18838
  * @since 1.131
18822
- * @experimental
18823
18839
  *
18824
18840
  * @returns Reference to `this` in order to allow method chaining
18825
18841
  */
@@ -18833,7 +18849,6 @@ declare namespace sap {
18833
18849
  * Destroys all the endContent in the aggregation {@link #getEndContent endContent}.
18834
18850
  *
18835
18851
  * @since 1.131
18836
- * @experimental
18837
18852
  *
18838
18853
  * @returns Reference to `this` in order to allow method chaining
18839
18854
  */
@@ -18849,7 +18864,6 @@ declare namespace sap {
18849
18864
  * of custom elements, such as icons and buttons.
18850
18865
  *
18851
18866
  * @since 1.131
18852
- * @experimental
18853
18867
  */
18854
18868
  getEndContent(): sap.ui.core.Control[];
18855
18869
  /**
@@ -18901,7 +18915,6 @@ declare namespace sap {
18901
18915
  * returns its index if found or -1 otherwise.
18902
18916
  *
18903
18917
  * @since 1.131
18904
- * @experimental
18905
18918
  *
18906
18919
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
18907
18920
  */
@@ -18915,7 +18928,6 @@ declare namespace sap {
18915
18928
  * Inserts a endContent into the aggregation {@link #getEndContent endContent}.
18916
18929
  *
18917
18930
  * @since 1.131
18918
- * @experimental
18919
18931
  *
18920
18932
  * @returns Reference to `this` in order to allow method chaining
18921
18933
  */
@@ -18944,7 +18956,6 @@ declare namespace sap {
18944
18956
  * Additionally, it unregisters them from the hosting UIArea.
18945
18957
  *
18946
18958
  * @since 1.131
18947
- * @experimental
18948
18959
  *
18949
18960
  * @returns An array of the removed elements (might be empty)
18950
18961
  */
@@ -18965,7 +18976,6 @@ declare namespace sap {
18965
18976
  * Removes a endContent from the aggregation {@link #getEndContent endContent}.
18966
18977
  *
18967
18978
  * @since 1.131
18968
- * @experimental
18969
18979
  *
18970
18980
  * @returns The removed endContent or `null`
18971
18981
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.0
1
+ // For Library Version: 1.132.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.0
1
+ // For Library Version: 1.132.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.0
1
+ // For Library Version: 1.132.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -2886,6 +2886,8 @@ declare namespace sap {
2886
2886
  * Describes the settings that can be provided to the Viewport constructor.
2887
2887
  */
2888
2888
  interface $ViewportSettings extends sap.ui.vk.$ViewportBaseSettings {
2889
+ miniMap?: sap.m.Dialog;
2890
+
2889
2891
  cameraChanged?: (oEvent: Viewport$CameraChangedEvent) => void;
2890
2892
 
2891
2893
  hotspotEnter?: (oEvent: Viewport$HotspotEnterEvent) => void;
@@ -4039,6 +4041,13 @@ declare namespace sap {
4039
4041
  */
4040
4042
  oListener?: object
4041
4043
  ): this;
4044
+ /**
4045
+ * Destroys the miniMap in the aggregation {@link #getMiniMap miniMap}.
4046
+ *
4047
+ *
4048
+ * @returns Reference to `this` in order to allow method chaining
4049
+ */
4050
+ destroyMiniMap(): this;
4042
4051
  /**
4043
4052
  * Detaches event handler `fnFunction` from the {@link #event:cameraChanged cameraChanged} event of this
4044
4053
  * `sap.ui.vk.svg.Viewport`.
@@ -4168,6 +4177,10 @@ declare namespace sap {
4168
4177
  */
4169
4178
  includeSelection: boolean
4170
4179
  ): string;
4180
+ /**
4181
+ * Gets content of aggregation {@link #getMiniMap miniMap}.
4182
+ */
4183
+ getMiniMap(): sap.m.Dialog;
4171
4184
  /**
4172
4185
  * Gets position and size of the viewport square. The information can be used for making calculations when
4173
4186
  * restoring Redlining elements.
@@ -4238,6 +4251,18 @@ declare namespace sap {
4238
4251
  */
4239
4252
  command: Function
4240
4253
  ): sap.ui.vk.svg.Viewport;
4254
+ /**
4255
+ * Sets the aggregated {@link #getMiniMap miniMap}.
4256
+ *
4257
+ *
4258
+ * @returns Reference to `this` in order to allow method chaining
4259
+ */
4260
+ setMiniMap(
4261
+ /**
4262
+ * The miniMap to set
4263
+ */
4264
+ oMiniMap: sap.m.Dialog
4265
+ ): this;
4241
4266
  /**
4242
4267
  * Attaches the scene to the Viewport for rendering.
4243
4268
  *
@@ -19888,6 +19913,22 @@ declare namespace sap {
19888
19913
  | sap.ui.base.ManagedObject.PropertyBindingInfo
19889
19914
  | `{${string}}`;
19890
19915
 
19916
+ /**
19917
+ * Disables the mini map control
19918
+ */
19919
+ enableMiniMap?:
19920
+ | boolean
19921
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
19922
+ | `{${string}}`;
19923
+
19924
+ /**
19925
+ * Shows or hides the mini map control
19926
+ */
19927
+ showMiniMap?:
19928
+ | boolean
19929
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
19930
+ | `{${string}}`;
19931
+
19891
19932
  /**
19892
19933
  * Width of the Viewer control
19893
19934
  */
@@ -38975,6 +39016,17 @@ declare namespace sap {
38975
39016
  * Content resources to load and display in the Viewer control.
38976
39017
  */
38977
39018
  getContentResources(): sap.ui.vk.ContentResource[];
39019
+ /**
39020
+ * Gets current value of property {@link #getEnableMiniMap enableMiniMap}.
39021
+ *
39022
+ * Disables the mini map control
39023
+ *
39024
+ * Default value is `true`.
39025
+ *
39026
+ *
39027
+ * @returns Value of property `enableMiniMap`
39028
+ */
39029
+ getEnableMiniMap(): boolean;
38978
39030
  /**
38979
39031
  * Gets current value of property {@link #getEnableNotifications enableNotifications}.
38980
39032
  *
@@ -39186,6 +39238,17 @@ declare namespace sap {
39186
39238
  * @returns Value of property `showDrawerToolbar`
39187
39239
  */
39188
39240
  getShowDrawerToolbar(): boolean;
39241
+ /**
39242
+ * Gets current value of property {@link #getShowMiniMap showMiniMap}.
39243
+ *
39244
+ * Shows or hides the mini map control
39245
+ *
39246
+ * Default value is `false`.
39247
+ *
39248
+ *
39249
+ * @returns Value of property `showMiniMap`
39250
+ */
39251
+ getShowMiniMap(): boolean;
39189
39252
  /**
39190
39253
  * Gets current value of property {@link #getShowSceneTree showSceneTree}.
39191
39254
  *
@@ -39366,6 +39429,24 @@ declare namespace sap {
39366
39429
  */
39367
39430
  handler: sap.ui.vk.DecryptionHandler
39368
39431
  ): this;
39432
+ /**
39433
+ * Sets a new value for property {@link #getEnableMiniMap enableMiniMap}.
39434
+ *
39435
+ * Disables the mini map control
39436
+ *
39437
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
39438
+ *
39439
+ * Default value is `true`.
39440
+ *
39441
+ *
39442
+ * @returns Reference to `this` in order to allow method chaining
39443
+ */
39444
+ setEnableMiniMap(
39445
+ /**
39446
+ * New value for property `enableMiniMap`
39447
+ */
39448
+ bEnableMiniMap?: boolean
39449
+ ): this;
39369
39450
  /**
39370
39451
  * Sets a new value for property {@link #getEnableNotifications enableNotifications}.
39371
39452
  *
@@ -39651,6 +39732,24 @@ declare namespace sap {
39651
39732
  */
39652
39733
  bShowDrawerToolbar?: boolean
39653
39734
  ): this;
39735
+ /**
39736
+ * Sets a new value for property {@link #getShowMiniMap showMiniMap}.
39737
+ *
39738
+ * Shows or hides the mini map control
39739
+ *
39740
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
39741
+ *
39742
+ * Default value is `false`.
39743
+ *
39744
+ *
39745
+ * @returns Reference to `this` in order to allow method chaining
39746
+ */
39747
+ setShowMiniMap(
39748
+ /**
39749
+ * New value for property `showMiniMap`
39750
+ */
39751
+ bShowMiniMap?: boolean
39752
+ ): this;
39654
39753
  /**
39655
39754
  * Sets a new value for property {@link #getShowSceneTree showSceneTree}.
39656
39755
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.0
1
+ // For Library Version: 1.132.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.1
1
+ // For Library Version: 1.132.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.1
1
+ // For Library Version: 1.132.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.1
1
+ // For Library Version: 1.132.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.1
1
+ // For Library Version: 1.132.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace uiext {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.1
1
+ // For Library Version: 1.132.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -13678,6 +13678,10 @@ declare namespace sap {
13678
13678
  * A space in spaces mode
13679
13679
  */
13680
13680
  Space = "Space",
13681
+ /**
13682
+ * A visualization which is assigned to a space in spaces mode
13683
+ */
13684
+ Visualization = "Visualization",
13681
13685
  }
13682
13686
  /**
13683
13687
  * The state of a navigation operation
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.1
1
+ // For Library Version: 1.132.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.1
1
+ // For Library Version: 1.132.1
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.1
1
+ // For Library Version: 1.132.1
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.131.0
1
+ // For Library Version: 1.132.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.0
1
+ // For Library Version: 1.132.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.0
1
+ // For Library Version: 1.132.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.0
1
+ // For Library Version: 1.132.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {