@explo-tech/fido-api 3.1.2 → 3.1.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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@explo-tech/fido-api",
3
3
  "description": "Fido api",
4
4
  "homepage": "https://github.com/trust-kaz/fido",
5
- "version": "3.1.2",
5
+ "version": "3.1.3",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/trust-kaz/fido"
@@ -182,7 +182,7 @@ export class QueryResourceService {
182
182
  public static runVersionedView(
183
183
  dataSourceId: UUID,
184
184
  namespaceId: UUID,
185
- versionId: string,
185
+ versionId: UUID,
186
186
  viewId: UUID,
187
187
  requestBody: ViewRunRequest,
188
188
  ): CancelablePromise<QueryExecutionResponse> {