@memberjunction/graphql-dataprovider 2.80.1 → 2.82.0

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.
package/dist/index.d.cts CHANGED
@@ -1083,7 +1083,6 @@ interface QueryField {
1083
1083
  SQLBaseType?: string;
1084
1084
  SQLFullType?: string;
1085
1085
  IsComputed: boolean;
1086
- ComputationEnabled: boolean;
1087
1086
  ComputationDescription?: string;
1088
1087
  }
1089
1088
  /**
package/dist/index.d.mts CHANGED
@@ -1083,7 +1083,6 @@ interface QueryField {
1083
1083
  SQLBaseType?: string;
1084
1084
  SQLFullType?: string;
1085
1085
  IsComputed: boolean;
1086
- ComputationEnabled: boolean;
1087
1086
  ComputationDescription?: string;
1088
1087
  }
1089
1088
  /**
package/dist/index.mjs CHANGED
@@ -369,7 +369,6 @@ var Se=Object.defineProperty;var w=(p,e)=>Se(p,"name",{value:e,configurable:!0})
369
369
  SQLBaseType
370
370
  SQLFullType
371
371
  IsComputed
372
- ComputationEnabled
373
372
  ComputationDescription
374
373
  }
375
374
  Parameters {
@@ -410,7 +409,6 @@ var Se=Object.defineProperty;var w=(p,e)=>Se(p,"name",{value:e,configurable:!0})
410
409
  SQLBaseType
411
410
  SQLFullType
412
411
  IsComputed
413
- ComputationEnabled
414
412
  ComputationDescription
415
413
  }
416
414
  Parameters {