bnstooltips 1.25.0 → 1.25.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.
@@ -88,6 +88,13 @@ export declare class BnsItemApiClient extends BnsItemApiClientBase {
88
88
  */
89
89
  addedOrModifiedItems(added: boolean, modified: boolean, region: string, patch: string | undefined, v: string | undefined): Promise<ItemsResponse>;
90
90
  protected processAddedOrModifiedItems(response: Response): Promise<ItemsResponse>;
91
+ /**
92
+ * @param patch (optional)
93
+ * @param v (optional)
94
+ * @return Success
95
+ */
96
+ addedOrModifiedItemsForClass(added: boolean, modified: boolean, region: string, technicalJobName: string, patch: string | undefined, v: string | undefined): Promise<ItemsResponse>;
97
+ protected processAddedOrModifiedItemsForClass(response: Response): Promise<ItemsResponse>;
91
98
  /**
92
99
  * @param light (optional)
93
100
  * @param patch (optional)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bnstooltips",
3
- "version": "1.25.0",
3
+ "version": "1.25.1",
4
4
  "description": "Blade & Soul style tooltips",
5
5
  "main": "build/index.js",
6
6
  "module": "build/index.es.js",