@vizzly/semantic-layer-public
Advanced tools
Comparing version 0.0.221 to 0.0.223
export type OriginId = 'direct' | 'environment' | 'vizzly_api' | 'github' | 'remote' | 's3' | 'file' | 'encrypted_blob'; | ||
export type * from './QueryEngineConfig/types'; | ||
export type * from './QueryEngineConfig/types'; |
@@ -121,2 +121,9 @@ "use strict"; | ||
fields: joi_1.default.array().min(1).items(fieldSchema).unique('id').message('Field IDs must be unique').required(), | ||
permanentFilters: joi_1.default.object({ | ||
type: joi_1.default.valid('andWhere', 'orWhere', 'where'), | ||
// TODO; | ||
// more validation on the list | ||
// of filters provided here. | ||
value: joi_1.default.array(), | ||
}), | ||
secureFilterGuards: joi_1.default.array().items(secureFilterGuardSchema).optional(), | ||
@@ -123,0 +130,0 @@ }); |
{ | ||
"name": "@vizzly/semantic-layer-public", | ||
"version": "0.0.221", | ||
"version": "0.0.223", | ||
"source": "src/index.ts", | ||
@@ -24,8 +24,8 @@ "main": "dist/index.js", | ||
"typescript": "^5.4.5", | ||
"@vizzly/sqlbuilder-public": "0.1.25" | ||
"@vizzly/sqlbuilder-public": "0.1.28" | ||
}, | ||
"peerDependencies": { | ||
"@vizzly/sqlbuilder-public": "0.1.25", | ||
"@vizzly/sqlbuilder-public": "0.1.28", | ||
"@vizzly/joi": "^17.11.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74328
1913