ids-enterprise-typings 20.1.18 → 20.1.19

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.
@@ -144,7 +144,7 @@ interface SohoTabsStatic {
144
144
 
145
145
  enableTab(tabId: number | string): SohoTabsStatic;
146
146
 
147
- rename(tabId: string, name: string): void;
147
+ rename(tabId: string, name: string, tooltipContent?: string): void;
148
148
 
149
149
  refresh(): void;
150
150
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ids-enterprise-typings",
3
3
  "slug": "ids-enterprise-typings",
4
- "version": "20.1.18",
4
+ "version": "20.1.19",
5
5
  "declaration": true,
6
6
  "types": "index.d.ts",
7
7
  "peerDependencies": {