bnstooltips 1.18.10 → 1.18.12

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.
@@ -31,6 +31,13 @@ export declare class BnsItemApiClient extends BnsItemApiClientBase {
31
31
  */
32
32
  regions(v: string | undefined): Promise<GetRegionsResponse>;
33
33
  protected processRegions(response: Response): Promise<GetRegionsResponse>;
34
+ /**
35
+ * @param patch (optional)
36
+ * @param v (optional)
37
+ * @return Success
38
+ */
39
+ yastItemsNeo(region: string, itemType: string, technicalJobName: string, patch: string | undefined, v: string | undefined): Promise<ItemsResponse>;
40
+ protected processYastItemsNeo(response: Response): Promise<ItemsResponse>;
34
41
  /**
35
42
  * @param patch (optional)
36
43
  * @param v (optional)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bnstooltips",
3
- "version": "1.18.10",
3
+ "version": "1.18.12",
4
4
  "description": "Blade & Soul style tooltips",
5
5
  "main": "build/index.js",
6
6
  "module": "build/index.es.js",