@abyss-project/main 1.0.3 → 1.0.4

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,5 +1,4 @@
1
1
  import * as core from 'express-serve-static-core';
2
- import { QueryPaginate } from '../type-message/base-paginate';
3
2
  import { AbyssService } from '../../../enum';
4
3
  export interface IGetApplicationParams extends core.ParamsDictionary {
5
4
  applicationId: string;
@@ -9,7 +8,7 @@ export interface IListApplicationParams extends core.ParamsDictionary {
9
8
  }
10
9
  export type IListApplicationQuery = {
11
10
  service?: AbyssService[];
12
- } & QueryPaginate;
11
+ };
13
12
  export interface ICreateApplicationParams extends core.ParamsDictionary {
14
13
  projectId: string;
15
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abyss-project/main",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Core package to interact with Abyss-Project",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",