react-semaphor 0.1.9 → 0.1.11

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.
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../chunks/dashboard-plus-DG-eNlPy.js"),r=require("../types/index.cjs");exports.Surfboard=e.DashboardPlus;exports.EMPTY_SELECTION=r.EMPTY_SELECTION;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../chunks/dashboard-plus-DMGEOoiW.js"),r=require("../types/index.cjs");exports.Surfboard=e.DashboardPlus;exports.EMPTY_SELECTION=r.EMPTY_SELECTION;
@@ -1,4 +1,4 @@
1
- import { D as f } from "../chunks/dashboard-plus-BytVlMyd.js";
1
+ import { D as f } from "../chunks/dashboard-plus-D_xcZ7mX.js";
2
2
  import { EMPTY_SELECTION as a } from "../types/index.js";
3
3
  export {
4
4
  a as EMPTY_SELECTION,
@@ -686,7 +686,7 @@ declare type OldFilterValue = string | number | null | (string | number)[] | Ran
686
686
 
687
687
  declare type Operation = '=' | '>' | '<' | '>=' | '<=' | '!=' | 'in' | 'not in' | 'like' | 'not like' | 'between' | 'not between' | 'is null' | 'is not null';
688
688
 
689
- declare type Operator = '=' | '!=' | '>' | '>=' | '<' | '<=' | 'contains' | 'startsWith' | 'endsWith' | 'in' | 'not in' | 'between' | 'isNull' | 'isNotNull';
689
+ declare type Operator = '=' | '!=' | '>' | '>=' | '<' | '<=' | 'contains' | 'startsWith' | 'endsWith' | 'in' | 'not in' | 'between' | 'not between' | 'isNull' | 'isNotNull';
690
690
 
691
691
  declare type OptionsMap = {
692
692
  number: NumberOptions;
@@ -253,6 +253,21 @@ export declare type AuthToken = {
253
253
  refreshToken?: string;
254
254
  };
255
255
 
256
+ /**
257
+ * Metadata for auto-resolved joins returned by the backend
258
+ *
259
+ * When the backend auto-resolves joins using semantic relationships,
260
+ * it returns this metadata alongside the query results.
261
+ */
262
+ export declare interface AutoJoinMetadata {
263
+ /** The complete join plan that was auto-resolved */
264
+ resolvedJoinPlan: JoinPlan;
265
+ /** Flag indicating the joins were auto-resolved (vs manually configured) */
266
+ autoResolved: boolean;
267
+ /** Names of the semantic relationships that were used */
268
+ relationshipsUsed: string[];
269
+ }
270
+
256
271
  export declare type AxisConfig = {
257
272
  enabled?: boolean;
258
273
  name?: {
@@ -1203,7 +1218,7 @@ export declare type OldFilterValue = string | number | null | (string | number)[
1203
1218
 
1204
1219
  declare type Operation = '=' | '>' | '<' | '>=' | '<=' | '!=' | 'in' | 'not in' | 'like' | 'not like' | 'between' | 'not between' | 'is null' | 'is not null';
1205
1220
 
1206
- export declare type Operator = '=' | '!=' | '>' | '>=' | '<' | '<=' | 'contains' | 'startsWith' | 'endsWith' | 'in' | 'not in' | 'between' | 'isNull' | 'isNotNull';
1221
+ export declare type Operator = '=' | '!=' | '>' | '>=' | '<' | '<=' | 'contains' | 'startsWith' | 'endsWith' | 'in' | 'not in' | 'between' | 'not between' | 'isNull' | 'isNotNull';
1207
1222
 
1208
1223
  declare type OptionsMap = {
1209
1224
  number: NumberOptions;
@@ -689,7 +689,7 @@ declare type OldFilterValue = string | number | null | (string | number)[] | Ran
689
689
 
690
690
  declare type Operation = '=' | '>' | '<' | '>=' | '<=' | '!=' | 'in' | 'not in' | 'like' | 'not like' | 'between' | 'not between' | 'is null' | 'is not null';
691
691
 
692
- declare type Operator = '=' | '!=' | '>' | '>=' | '<' | '<=' | 'contains' | 'startsWith' | 'endsWith' | 'in' | 'not in' | 'between' | 'isNull' | 'isNotNull';
692
+ declare type Operator = '=' | '!=' | '>' | '>=' | '<' | '<=' | 'contains' | 'startsWith' | 'endsWith' | 'in' | 'not in' | 'between' | 'not between' | 'isNull' | 'isNotNull';
693
693
 
694
694
  declare type OptionsMap = {
695
695
  number: NumberOptions;
@@ -683,7 +683,7 @@ declare type OldFilterValue = string | number | null | (string | number)[] | Ran
683
683
 
684
684
  declare type Operation = '=' | '>' | '<' | '>=' | '<=' | '!=' | 'in' | 'not in' | 'like' | 'not like' | 'between' | 'not between' | 'is null' | 'is not null';
685
685
 
686
- declare type Operator = '=' | '!=' | '>' | '>=' | '<' | '<=' | 'contains' | 'startsWith' | 'endsWith' | 'in' | 'not in' | 'between' | 'isNull' | 'isNotNull';
686
+ declare type Operator = '=' | '!=' | '>' | '>=' | '<' | '<=' | 'contains' | 'startsWith' | 'endsWith' | 'in' | 'not in' | 'between' | 'not between' | 'isNull' | 'isNotNull';
687
687
 
688
688
  declare type OptionsMap = {
689
689
  number: NumberOptions;
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "email": "support@semaphor.cloud"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "0.1.9",
8
+ "version": "0.1.11",
9
9
  "description": "Fully interactive and customizable dashboards for your apps.",
10
10
  "keywords": [
11
11
  "react",