@bizdoc/core 1.13.1 → 1.13.3

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.
@@ -82,6 +82,12 @@ export declare class CubeService {
82
82
  [axis: string]: (string | number);
83
83
  } | Array<string | number>;
84
84
  }): Observable<ExploreType>;
85
+ /**
86
+ * information on expected explore type
87
+ * @param cube name
88
+ * @param index name
89
+ */
90
+ resolveIndex(cube: string, index: string): Observable<ExploreType>;
85
91
  /**
86
92
  * explore items by axis
87
93
  * @param cube name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "1.13.1",
3
+ "version": "1.13.3",
4
4
  "author": "Moding Ltd.",
5
5
  "homepage": "https://github.com/moding-il/bizdoc.core",
6
6
  "license": "https://github.com/moding-il/bizdoc.core/blob/master/License.md",