@rlvt/datasources-query-openapi-client
Advanced tools
Comparing version 0.0.0-90278ca to 0.0.0-9120ea5
@@ -45,2 +45,3 @@ export declare type CPMeta = { | ||
'query': string | (string)[]; | ||
'excludeQuery'?: string; | ||
'userIds': (string)[]; | ||
@@ -57,2 +58,12 @@ 'date': { | ||
}; | ||
'excludeDate'?: { | ||
'start': Date; | ||
'end': Date; | ||
} | { | ||
'end': Date; | ||
} | { | ||
'start': Date; | ||
} | { | ||
'duration': number; | ||
}; | ||
'limit': number; | ||
@@ -59,0 +70,0 @@ }; |
{ | ||
"name": "@rlvt/datasources-query-openapi-client", | ||
"version": "0.0.0-90278ca", | ||
"version": "0.0.0-9120ea5", | ||
"description": "Openapi client for reelevant service", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
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
24202
533