@mx-space/api-client 0.9.3 → 0.10.1
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/adaptors/axios.ts +3 -2
- package/adaptors/umi-request.ts +3 -2
- package/build/index.cjs.js +42 -12
- package/build/index.cjs.js.map +1 -1
- package/build/index.cjs.min.js +1 -1
- package/build/index.cjs.min.js.map +1 -1
- package/build/index.esm.js +42 -13
- package/build/index.esm.js.map +1 -1
- package/build/index.esm.min.js +1 -1
- package/build/index.esm.min.js.map +1 -1
- package/build/index.umd.js +42 -12
- package/build/index.umd.js.map +1 -1
- package/build/index.umd.min.js +1 -1
- package/build/index.umd.min.js.map +1 -1
- package/controllers/aggregate.ts +6 -6
- package/controllers/base.ts +3 -3
- package/controllers/category.ts +7 -7
- package/controllers/comment.ts +8 -8
- package/controllers/index.ts +3 -0
- package/controllers/link.ts +3 -3
- package/controllers/note.ts +37 -11
- package/controllers/page.ts +7 -7
- package/controllers/post.ts +7 -7
- package/controllers/project.ts +3 -3
- package/controllers/recently.ts +5 -5
- package/controllers/say.ts +5 -5
- package/controllers/search.ts +8 -8
- package/controllers/severless.ts +4 -4
- package/controllers/snippet.ts +4 -4
- package/controllers/topic.ts +39 -0
- package/controllers/user.ts +5 -5
- package/core/client.ts +32 -19
- package/esm/adaptors/axios.d.ts +2 -2
- package/esm/adaptors/axios.js.map +1 -1
- package/esm/adaptors/umi-request.d.ts +2 -2
- package/esm/adaptors/umi-request.js.map +1 -1
- package/esm/controllers/aggregate.d.ts +6 -6
- package/esm/controllers/base.d.ts +3 -3
- package/esm/controllers/category.d.ts +7 -6
- package/esm/controllers/category.js +1 -1
- package/esm/controllers/category.js.map +1 -1
- package/esm/controllers/comment.d.ts +8 -8
- package/esm/controllers/index.d.ts +3 -2
- package/esm/controllers/index.js +3 -1
- package/esm/controllers/index.js.map +1 -1
- package/esm/controllers/link.d.ts +3 -3
- package/esm/controllers/note.d.ts +28 -20
- package/esm/controllers/note.js +12 -8
- package/esm/controllers/note.js.map +1 -1
- package/esm/controllers/page.d.ts +7 -7
- package/esm/controllers/post.d.ts +7 -7
- package/esm/controllers/project.d.ts +3 -3
- package/esm/controllers/recently.d.ts +5 -5
- package/esm/controllers/say.d.ts +5 -5
- package/esm/controllers/search.d.ts +8 -8
- package/esm/controllers/severless.d.ts +4 -4
- package/esm/controllers/snippet.d.ts +4 -4
- package/esm/controllers/topic.d.ts +27 -0
- package/esm/controllers/topic.js +18 -0
- package/esm/controllers/topic.js.map +1 -0
- package/esm/controllers/user.d.ts +5 -5
- package/esm/core/client.d.ts +7 -6
- package/esm/core/client.js +12 -4
- package/esm/core/client.js.map +1 -1
- package/esm/interfaces/adapter.d.ts +1 -1
- package/esm/interfaces/client.d.ts +6 -2
- package/esm/models/aggregate.d.ts +7 -7
- package/esm/models/category.d.ts +2 -2
- package/esm/models/comment.d.ts +2 -2
- package/esm/models/link.d.ts +1 -1
- package/esm/models/note.d.ts +1 -1
- package/esm/models/page.d.ts +1 -1
- package/esm/models/post.d.ts +2 -2
- package/esm/models/project.d.ts +1 -1
- package/esm/models/recently.d.ts +1 -1
- package/esm/models/say.d.ts +1 -1
- package/esm/models/snippet.d.ts +1 -1
- package/esm/models/topic.d.ts +8 -0
- package/esm/models/topic.js +2 -0
- package/esm/models/topic.js.map +1 -0
- package/esm/models/user.d.ts +1 -1
- package/esm/utils/index.d.ts +1 -1
- package/interfaces/adapter.ts +1 -1
- package/interfaces/client.ts +8 -2
- package/lib/adaptors/axios.d.ts +2 -2
- package/lib/adaptors/axios.js.map +1 -1
- package/lib/adaptors/umi-request.d.ts +2 -2
- package/lib/adaptors/umi-request.js.map +1 -1
- package/lib/controllers/aggregate.d.ts +6 -6
- package/lib/controllers/base.d.ts +3 -3
- package/lib/controllers/category.d.ts +7 -6
- package/lib/controllers/category.js.map +1 -1
- package/lib/controllers/comment.d.ts +8 -8
- package/lib/controllers/index.d.ts +3 -2
- package/lib/controllers/index.js +4 -1
- package/lib/controllers/index.js.map +1 -1
- package/lib/controllers/link.d.ts +3 -3
- package/lib/controllers/note.d.ts +28 -20
- package/lib/controllers/note.js +12 -8
- package/lib/controllers/note.js.map +1 -1
- package/lib/controllers/page.d.ts +7 -7
- package/lib/controllers/post.d.ts +7 -7
- package/lib/controllers/project.d.ts +3 -3
- package/lib/controllers/recently.d.ts +5 -5
- package/lib/controllers/say.d.ts +5 -5
- package/lib/controllers/search.d.ts +8 -8
- package/lib/controllers/severless.d.ts +4 -4
- package/lib/controllers/snippet.d.ts +4 -4
- package/lib/controllers/topic.d.ts +27 -0
- package/lib/controllers/topic.js +22 -0
- package/lib/controllers/topic.js.map +1 -0
- package/lib/controllers/user.d.ts +5 -5
- package/lib/core/client.d.ts +7 -6
- package/lib/core/client.js +12 -4
- package/lib/core/client.js.map +1 -1
- package/lib/interfaces/adapter.d.ts +1 -1
- package/lib/interfaces/client.d.ts +6 -2
- package/lib/models/aggregate.d.ts +7 -7
- package/lib/models/category.d.ts +2 -2
- package/lib/models/comment.d.ts +2 -2
- package/lib/models/link.d.ts +1 -1
- package/lib/models/note.d.ts +1 -1
- package/lib/models/page.d.ts +1 -1
- package/lib/models/post.d.ts +2 -2
- package/lib/models/project.d.ts +1 -1
- package/lib/models/recently.d.ts +1 -1
- package/lib/models/say.d.ts +1 -1
- package/lib/models/snippet.d.ts +1 -1
- package/lib/models/topic.d.ts +8 -0
- package/lib/models/topic.js +3 -0
- package/lib/models/topic.js.map +1 -0
- package/lib/models/user.d.ts +1 -1
- package/lib/utils/index.d.ts +1 -1
- package/models/aggregate.ts +7 -7
- package/models/category.ts +2 -2
- package/models/comment.ts +2 -2
- package/models/link.ts +1 -1
- package/models/note.ts +1 -1
- package/models/page.ts +1 -1
- package/models/post.ts +2 -2
- package/models/project.ts +1 -1
- package/models/recently.ts +1 -1
- package/models/say.ts +1 -1
- package/models/snippet.ts +1 -1
- package/models/topic.ts +9 -0
- package/models/user.ts +1 -1
- package/package.json +6 -6
- package/types/adaptors/axios.d.ts +2 -2
- package/types/adaptors/umi-request.d.ts +2 -2
- package/types/controllers/aggregate.d.ts +6 -6
- package/types/controllers/base.d.ts +3 -3
- package/types/controllers/category.d.ts +7 -6
- package/types/controllers/comment.d.ts +8 -8
- package/types/controllers/index.d.ts +3 -2
- package/types/controllers/link.d.ts +3 -3
- package/types/controllers/note.d.ts +28 -20
- package/types/controllers/page.d.ts +7 -7
- package/types/controllers/post.d.ts +7 -7
- package/types/controllers/project.d.ts +3 -3
- package/types/controllers/recently.d.ts +5 -5
- package/types/controllers/say.d.ts +5 -5
- package/types/controllers/search.d.ts +8 -8
- package/types/controllers/severless.d.ts +4 -4
- package/types/controllers/snippet.d.ts +4 -4
- package/types/controllers/topic.d.ts +27 -0
- package/types/controllers/user.d.ts +5 -5
- package/types/core/client.d.ts +7 -6
- package/types/interfaces/adapter.d.ts +1 -1
- package/types/interfaces/client.d.ts +6 -2
- package/types/models/aggregate.d.ts +7 -7
- package/types/models/category.d.ts +2 -2
- package/types/models/comment.d.ts +2 -2
- package/types/models/link.d.ts +1 -1
- package/types/models/note.d.ts +1 -1
- package/types/models/page.d.ts +1 -1
- package/types/models/post.d.ts +2 -2
- package/types/models/project.d.ts +1 -1
- package/types/models/recently.d.ts +1 -1
- package/types/models/say.d.ts +1 -1
- package/types/models/snippet.d.ts +1 -1
- package/types/models/topic.d.ts +8 -0
- package/types/models/user.d.ts +1 -1
- package/types/utils/index.d.ts +1 -1
- package/utils/index.ts +1 -1
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { IRequestAdapter } from '../interfaces/adapter';
|
|
2
|
-
import { IController } from '../interfaces/controller';
|
|
3
|
-
import { IRequestHandler, RequestProxyResult, ResponseProxyExtraRaw } from '../interfaces/request';
|
|
4
|
-
import { HTTPClient } from '../core/client';
|
|
5
|
-
import { CategoryModel,
|
|
6
|
-
import {
|
|
1
|
+
import type { IRequestAdapter } from '../interfaces/adapter';
|
|
2
|
+
import type { IController } from '../interfaces/controller';
|
|
3
|
+
import type { IRequestHandler, RequestProxyResult, ResponseProxyExtraRaw } from '../interfaces/request';
|
|
4
|
+
import type { HTTPClient } from '../core/client';
|
|
5
|
+
import type { CategoryModel, CategoryWithChildrenModel, TagModel } from '../models/category';
|
|
6
|
+
import { CategoryType } from '../models/category';
|
|
7
|
+
import type { PostModel } from '../models/post';
|
|
7
8
|
declare module '../core/client' {
|
|
8
9
|
interface HTTPClient<T extends IRequestAdapter = IRequestAdapter, ResponseWrapper = unknown> {
|
|
9
10
|
category: CategoryController<ResponseWrapper>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { attachRawFromOneToAnthor, destructureData } from '../utils';
|
|
2
2
|
import { autoBind } from '../utils/auto-bind';
|
|
3
3
|
import { RequestError } from '../core/error';
|
|
4
|
-
import { CategoryType
|
|
4
|
+
import { CategoryType } from '../models/category';
|
|
5
5
|
export class CategoryController {
|
|
6
6
|
constructor(client) {
|
|
7
7
|
this.client = client;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"category.js","sourceRoot":"","sources":["../../controllers/category.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,wBAAwB,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AACnE,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AAG5C,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAA;
|
|
1
|
+
{"version":3,"file":"category.js","sourceRoot":"","sources":["../../controllers/category.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,wBAAwB,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AACnE,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AAG5C,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAA;AAO5C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAA;AAYjD,MAAM,OAAO,kBAAkB;IAG7B,YAAoB,MAAkB;QAAlB,WAAM,GAAN,MAAM,CAAY;QAFtC,SAAI,GAAG,UAAU,CAAA;QACjB,SAAI,GAAG,YAAY,CAAA;QAEjB,QAAQ,CAAC,IAAI,CAAC,CAAA;IAChB,CAAC;IAED,IAAW,KAAK;QACd,OAAO,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAA;IACrC,CAAC;IAED,gBAAgB;QAId,OAAO,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC;YACpB,MAAM,EAAE;gBACN,IAAI,EAAE,YAAY,CAAC,QAAQ;aAC5B;SACF,CAAC,CAAA;IACJ,CAAC;IAED,UAAU;QACR,OAAO,IAAI,CAAC,KAAK,CAAC,GAAG,CAAuB;YAC1C,MAAM,EAAE;gBACN,IAAI,EAAE,YAAY,CAAC,GAAG;aACvB;SACF,CAAC,CAAA;IACJ,CAAC;IAQD,KAAK,CAAC,iBAAiB,CAAC,GAAsB;QAC5C,IAAI,OAAO,GAAG,KAAK,QAAQ,EAAE;YAC3B,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,GAAG,CAAkB;gBACjD,MAAM,EAAE;oBACN,GAAG;iBACJ;aACF,CAAC,CAAA;YACF,MAAM,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAA;YAC7C,wBAAwB,CAAC,IAAI,EAAE,MAAM,CAAC,CAAA;YACtC,OAAO,MAAM,CAAA;SACd;aAAM,IAAI,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC7B,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,GAAG,CAAkB;gBACjD,MAAM,EAAE;oBACN,GAAG,EAAE,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC;iBACnB;aACF,CAAC,CAAA;YACF,MAAM,OAAO,GAAG,IAAI,EAAE,OAAO,CAAA;YAC7B,IAAI,CAAC,OAAO,EAAE;gBACZ,MAAM,IAAI,YAAY,CACpB,sBAAsB,EACtB,GAAG,EACH,IAAI,CAAC,QAAQ,CAAC,IAAI,EAClB,IAAI,CACL,CAAA;aACF;YAED,MAAM,GAAG,GAAG,IAAI,GAAG,CACjB,MAAM,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,KAAK,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,WAAW,EAAE,EAAE,KAAK,CAAC,CAAC,CACxE,CAAA;YAED,wBAAwB,CAAC,IAAI,EAAE,GAAG,CAAC,CAAA;YACnC,OAAO,GAAG,CAAA;SACX;IACH,CAAC;IAED,KAAK,CAAC,qBAAqB,CAAC,QAAgB;QAC1C,MAAM,GAAG,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,GAAG,EAA6B,CAAA;QACvE,OAAO,eAAe,CAAC,GAAG,CAAe,CAAA;IAC3C,CAAC;IAED,KAAK,CAAC,YAAY,CAAC,IAAY;QAC7B,MAAM,GAAG,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,GAAG,CAGnC;YACD,MAAM,EAAE;gBACN,GAAG,EAAE,CAAC;aACP;SACF,CAAC,CAAA;QAEF,OAAO,GAAG,CAAA;IACZ,CAAC;CACF"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { IRequestAdapter } from '../interfaces/adapter';
|
|
2
|
-
import { IController } from '../interfaces/controller';
|
|
3
|
-
import { PaginationParams } from '../interfaces/params';
|
|
4
|
-
import { IRequestHandler } from '../interfaces/request';
|
|
5
|
-
import { PaginateResult } from '../models/base';
|
|
6
|
-
import { CommentModel } from '../models/comment';
|
|
7
|
-
import { HTTPClient } from '../core';
|
|
8
|
-
import { CommentDto } from '../dtos/comment';
|
|
1
|
+
import type { IRequestAdapter } from '../interfaces/adapter';
|
|
2
|
+
import type { IController } from '../interfaces/controller';
|
|
3
|
+
import type { PaginationParams } from '../interfaces/params';
|
|
4
|
+
import type { IRequestHandler } from '../interfaces/request';
|
|
5
|
+
import type { PaginateResult } from '../models/base';
|
|
6
|
+
import type { CommentModel } from '../models/comment';
|
|
7
|
+
import type { HTTPClient } from '../core';
|
|
8
|
+
import type { CommentDto } from '../dtos/comment';
|
|
9
9
|
declare module '../core/client' {
|
|
10
10
|
interface HTTPClient<T extends IRequestAdapter = IRequestAdapter, ResponseWrapper = unknown> {
|
|
11
11
|
comment: CommentController<ResponseWrapper>;
|
|
@@ -11,7 +11,8 @@ import { SayController } from './say';
|
|
|
11
11
|
import { SearchController } from './search';
|
|
12
12
|
import { ServerlessController } from './severless';
|
|
13
13
|
import { SnippetController } from './snippet';
|
|
14
|
+
import { TopicController } from './topic';
|
|
14
15
|
import { UserController } from './user';
|
|
15
16
|
export declare const allControllers: (typeof AggregateController | typeof CategoryController | typeof CommentController | typeof LinkController | typeof NoteController | typeof PageController | typeof PostController | typeof ProjectController | typeof RecentlyController | typeof SayController | typeof SearchController | typeof ServerlessController | typeof SnippetController | typeof UserController)[];
|
|
16
|
-
export declare const allContollerNames: readonly ["aggregate", "category", "comment", "link", "note", "page", "post", "project", "recently", "say", "search", "snippet", "serverless", "user", "friend", "master", "shorthand"];
|
|
17
|
-
export { AggregateController, CategoryController, CommentController, LinkController, NoteController, PageController, PostController, ProjectController, RecentlyController, SayController, SearchController, SnippetController, ServerlessController, UserController, };
|
|
17
|
+
export declare const allContollerNames: readonly ["aggregate", "category", "comment", "link", "note", "page", "post", "project", "topic", "recently", "say", "search", "snippet", "serverless", "user", "friend", "master", "shorthand"];
|
|
18
|
+
export { AggregateController, CategoryController, CommentController, LinkController, NoteController, PageController, PostController, ProjectController, RecentlyController, SayController, SearchController, SnippetController, ServerlessController, UserController, TopicController, };
|
package/esm/controllers/index.js
CHANGED
|
@@ -11,6 +11,7 @@ import { SayController } from './say';
|
|
|
11
11
|
import { SearchController } from './search';
|
|
12
12
|
import { ServerlessController } from './severless';
|
|
13
13
|
import { SnippetController } from './snippet';
|
|
14
|
+
import { TopicController } from './topic';
|
|
14
15
|
import { UserController } from './user';
|
|
15
16
|
export const allControllers = [
|
|
16
17
|
AggregateController,
|
|
@@ -37,6 +38,7 @@ export const allContollerNames = [
|
|
|
37
38
|
'page',
|
|
38
39
|
'post',
|
|
39
40
|
'project',
|
|
41
|
+
'topic',
|
|
40
42
|
'recently',
|
|
41
43
|
'say',
|
|
42
44
|
'search',
|
|
@@ -48,5 +50,5 @@ export const allContollerNames = [
|
|
|
48
50
|
'master',
|
|
49
51
|
'shorthand',
|
|
50
52
|
];
|
|
51
|
-
export { AggregateController, CategoryController, CommentController, LinkController, NoteController, PageController, PostController, ProjectController, RecentlyController, SayController, SearchController, SnippetController, ServerlessController, UserController, };
|
|
53
|
+
export { AggregateController, CategoryController, CommentController, LinkController, NoteController, PageController, PostController, ProjectController, RecentlyController, SayController, SearchController, SnippetController, ServerlessController, UserController, TopicController, };
|
|
52
54
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../controllers/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAA;AACjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AAC/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAA;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAA;AACvC,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAA;AACvC,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAA;AACvC,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAA;AACvC,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAA;AAC7C,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AAC/C,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AACrC,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAA;AAC3C,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AAClD,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAA;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAA;AAEvC,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,mBAAmB;IACnB,kBAAkB;IAClB,iBAAiB;IACjB,cAAc;IACd,cAAc;IACd,cAAc;IACd,cAAc;IACd,iBAAiB;IACjB,kBAAkB;IAClB,aAAa;IACb,gBAAgB;IAChB,iBAAiB;IACjB,oBAAoB;IACpB,cAAc;CACf,CAAA;AAED,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC/B,WAAW;IACX,UAAU;IACV,SAAS;IACT,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,SAAS;IACT,UAAU;IACV,KAAK;IACL,QAAQ;IACR,SAAS;IACT,YAAY;IACZ,MAAM;IAEN,SAAS;IACT,QAAQ;IACR,QAAQ;IACR,WAAW;CACH,CAAA;AAEV,OAAO,EACL,mBAAmB,EACnB,kBAAkB,EAClB,iBAAiB,EACjB,cAAc,EACd,cAAc,EACd,cAAc,EACd,cAAc,EACd,iBAAiB,EACjB,kBAAkB,EAClB,aAAa,EACb,gBAAgB,EAChB,iBAAiB,EACjB,oBAAoB,EACpB,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../controllers/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAA;AACjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AAC/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAA;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAA;AACvC,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAA;AACvC,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAA;AACvC,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAA;AACvC,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAA;AAC7C,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AAC/C,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AACrC,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAA;AAC3C,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AAClD,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAA;AAC7C,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AACzC,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAA;AAEvC,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,mBAAmB;IACnB,kBAAkB;IAClB,iBAAiB;IACjB,cAAc;IACd,cAAc;IACd,cAAc;IACd,cAAc;IACd,iBAAiB;IACjB,kBAAkB;IAClB,aAAa;IACb,gBAAgB;IAChB,iBAAiB;IACjB,oBAAoB;IACpB,cAAc;CACf,CAAA;AAED,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC/B,WAAW;IACX,UAAU;IACV,SAAS;IACT,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,SAAS;IACT,OAAO;IACP,UAAU;IACV,KAAK;IACL,QAAQ;IACR,SAAS;IACT,YAAY;IACZ,MAAM;IAEN,SAAS;IACT,QAAQ;IACR,QAAQ;IACR,WAAW;CACH,CAAA;AAEV,OAAO,EACL,mBAAmB,EACnB,kBAAkB,EAClB,iBAAiB,EACjB,cAAc,EACd,cAAc,EACd,cAAc,EACd,cAAc,EACd,iBAAiB,EACjB,kBAAkB,EAClB,aAAa,EACb,gBAAgB,EAChB,iBAAiB,EACjB,oBAAoB,EACpB,cAAc,EACd,eAAe,GAChB,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IRequestAdapter } from '../interfaces/adapter';
|
|
2
|
-
import { LinkModel } from '../models/link';
|
|
3
|
-
import { HTTPClient } from '../core';
|
|
1
|
+
import type { IRequestAdapter } from '../interfaces/adapter';
|
|
2
|
+
import type { LinkModel } from '../models/link';
|
|
3
|
+
import type { HTTPClient } from '../core';
|
|
4
4
|
import { BaseCrudController } from './base';
|
|
5
5
|
declare module '../core/client' {
|
|
6
6
|
interface HTTPClient<T extends IRequestAdapter = IRequestAdapter, ResponseWrapper = unknown> {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { IRequestAdapter } from '../interfaces/adapter';
|
|
2
|
-
import { IController } from '../interfaces/controller';
|
|
3
|
-
import { IRequestHandler } from '../interfaces/request';
|
|
4
|
-
import { SelectFields } from '../interfaces/types';
|
|
5
|
-
import { PaginateResult } from '../models/base';
|
|
6
|
-
import { NoteModel, NoteWrappedPayload } from '../models/note';
|
|
7
|
-
import { HTTPClient } from '../core/client';
|
|
1
|
+
import type { IRequestAdapter } from '../interfaces/adapter';
|
|
2
|
+
import type { IController } from '../interfaces/controller';
|
|
3
|
+
import type { IRequestHandler, RequestProxyResult } from '../interfaces/request';
|
|
4
|
+
import type { SelectFields } from '../interfaces/types';
|
|
5
|
+
import type { PaginateResult } from '../models/base';
|
|
6
|
+
import type { NoteModel, NoteWrappedPayload } from '../models/note';
|
|
7
|
+
import type { HTTPClient } from '../core/client';
|
|
8
8
|
declare module '../core/client' {
|
|
9
9
|
interface HTTPClient<T extends IRequestAdapter = IRequestAdapter, ResponseWrapper = unknown> {
|
|
10
10
|
note: NoteController<ResponseWrapper>;
|
|
@@ -25,7 +25,7 @@ export declare class NoteController<ResponseWrapper> implements IController {
|
|
|
25
25
|
/**
|
|
26
26
|
* 最新日记
|
|
27
27
|
*/
|
|
28
|
-
getLatest():
|
|
28
|
+
getLatest(): RequestProxyResult<NoteWrappedPayload, ResponseWrapper, ResponseWrapper extends unknown ? {
|
|
29
29
|
[key: string]: any;
|
|
30
30
|
data: NoteWrappedPayload;
|
|
31
31
|
} : ResponseWrapper extends {
|
|
@@ -34,22 +34,19 @@ export declare class NoteController<ResponseWrapper> implements IController {
|
|
|
34
34
|
data: NoteWrappedPayload;
|
|
35
35
|
}>;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* 获取一篇日记, 根据 Id 查询需要鉴权
|
|
38
38
|
* @param id id | nid
|
|
39
39
|
* @param password 访问密码
|
|
40
40
|
*/
|
|
41
|
-
getNoteById(id: string
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
} ? ResponseWrapper : Omit<ResponseWrapper, "data"> & {
|
|
47
|
-
data: NoteWrappedPayload;
|
|
48
|
-
}>;
|
|
41
|
+
getNoteById(id: string): Promise<RequestProxyResult<NoteModel, ResponseWrapper>>;
|
|
42
|
+
getNoteById(id: number): Promise<NoteWrappedPayload>;
|
|
43
|
+
getNoteById(id: number, password: string): Promise<NoteWrappedPayload>;
|
|
44
|
+
getNoteById(id: number, password: undefined, singleResult: true): Promise<RequestProxyResult<NoteModel, ResponseWrapper>>;
|
|
45
|
+
getNoteById(id: number, password: string, singleResult: true): Promise<RequestProxyResult<NoteModel, ResponseWrapper>>;
|
|
49
46
|
/**
|
|
50
47
|
* 日记列表分页
|
|
51
48
|
*/
|
|
52
|
-
getList(page?: number, perPage?: number, options?: NoteListOptions):
|
|
49
|
+
getList(page?: number, perPage?: number, options?: NoteListOptions): RequestProxyResult<PaginateResult<NoteModel>, ResponseWrapper, ResponseWrapper extends unknown ? {
|
|
53
50
|
[key: string]: any;
|
|
54
51
|
data: PaginateResult<NoteModel>;
|
|
55
52
|
} : ResponseWrapper extends {
|
|
@@ -60,7 +57,7 @@ export declare class NoteController<ResponseWrapper> implements IController {
|
|
|
60
57
|
/**
|
|
61
58
|
* 获取当前日记的上下各 n / 2 篇日记
|
|
62
59
|
*/
|
|
63
|
-
getMiddleList(id: string, size?: number):
|
|
60
|
+
getMiddleList(id: string, size?: number): RequestProxyResult<{
|
|
64
61
|
data: Pick<NoteModel, 'id' | 'title' | 'nid' | 'created'>[];
|
|
65
62
|
size: number;
|
|
66
63
|
}, ResponseWrapper, ResponseWrapper extends unknown ? {
|
|
@@ -83,7 +80,7 @@ export declare class NoteController<ResponseWrapper> implements IController {
|
|
|
83
80
|
/**
|
|
84
81
|
* 喜欢这篇日记
|
|
85
82
|
*/
|
|
86
|
-
likeIt(id: string | number):
|
|
83
|
+
likeIt(id: string | number): RequestProxyResult<never, ResponseWrapper, ResponseWrapper extends unknown ? {
|
|
87
84
|
[key: string]: any;
|
|
88
85
|
data: never;
|
|
89
86
|
} : ResponseWrapper extends {
|
|
@@ -91,4 +88,15 @@ export declare class NoteController<ResponseWrapper> implements IController {
|
|
|
91
88
|
} ? ResponseWrapper : Omit<ResponseWrapper, "data"> & {
|
|
92
89
|
data: never;
|
|
93
90
|
}>;
|
|
91
|
+
/**
|
|
92
|
+
* 获取专栏内的所有日记
|
|
93
|
+
*/
|
|
94
|
+
getNoteByTopicId(topicId: string, page?: number, size?: number): RequestProxyResult<PaginateResult<NoteModel>, ResponseWrapper, ResponseWrapper extends unknown ? {
|
|
95
|
+
[key: string]: any;
|
|
96
|
+
data: PaginateResult<NoteModel>;
|
|
97
|
+
} : ResponseWrapper extends {
|
|
98
|
+
data: PaginateResult<NoteModel>;
|
|
99
|
+
} ? ResponseWrapper : Omit<ResponseWrapper, "data"> & {
|
|
100
|
+
data: PaginateResult<NoteModel>;
|
|
101
|
+
}>;
|
|
94
102
|
}
|
package/esm/controllers/note.js
CHANGED
|
@@ -15,19 +15,15 @@ export class NoteController {
|
|
|
15
15
|
getLatest() {
|
|
16
16
|
return this.proxy.latest.get();
|
|
17
17
|
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
* @param id id | nid
|
|
21
|
-
* @param password 访问密码
|
|
22
|
-
*/
|
|
23
|
-
getNoteById(id, password) {
|
|
18
|
+
getNoteById(...rest) {
|
|
19
|
+
const [id, password = undefined, singleResult = false] = rest;
|
|
24
20
|
if (typeof id === 'number') {
|
|
25
21
|
return this.proxy.nid(id.toString()).get({
|
|
26
|
-
params: { password },
|
|
22
|
+
params: { password, single: singleResult ? '1' : undefined },
|
|
27
23
|
});
|
|
28
24
|
}
|
|
29
25
|
else {
|
|
30
|
-
return this.proxy(id).get(
|
|
26
|
+
return this.proxy(id).get();
|
|
31
27
|
}
|
|
32
28
|
}
|
|
33
29
|
/**
|
|
@@ -60,5 +56,13 @@ export class NoteController {
|
|
|
60
56
|
likeIt(id) {
|
|
61
57
|
return this.proxy.like(id).get();
|
|
62
58
|
}
|
|
59
|
+
/**
|
|
60
|
+
* 获取专栏内的所有日记
|
|
61
|
+
*/
|
|
62
|
+
getNoteByTopicId(topicId, page = 1, size = 10) {
|
|
63
|
+
return this.proxy.topics(topicId).get({
|
|
64
|
+
params: { page, size },
|
|
65
|
+
});
|
|
66
|
+
}
|
|
63
67
|
}
|
|
64
68
|
//# sourceMappingURL=note.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"note.js","sourceRoot":"","sources":["../../controllers/note.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AAoB5C,MAAM,OAAO,cAAc;IAIzB,YAAoB,MAAkB;QAAlB,WAAM,GAAN,MAAM,CAAY;QAHtC,SAAI,GAAG,OAAO,CAAA;QACd,SAAI,GAAG,MAAM,CAAA;QAGX,QAAQ,CAAC,IAAI,CAAC,CAAA;IAChB,CAAC;IACD,IAAI,KAAK;QACP,OAAO,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAA;IACrC,CAAC;IAED;;OAEG;IACH,SAAS;QACP,OAAO,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,GAAG,EAAsB,CAAA;IACpD,CAAC;
|
|
1
|
+
{"version":3,"file":"note.js","sourceRoot":"","sources":["../../controllers/note.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AAoB5C,MAAM,OAAO,cAAc;IAIzB,YAAoB,MAAkB;QAAlB,WAAM,GAAN,MAAM,CAAY;QAHtC,SAAI,GAAG,OAAO,CAAA;QACd,SAAI,GAAG,MAAM,CAAA;QAGX,QAAQ,CAAC,IAAI,CAAC,CAAA;IAChB,CAAC;IACD,IAAI,KAAK;QACP,OAAO,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAA;IACrC,CAAC;IAED;;OAEG;IACH,SAAS;QACP,OAAO,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,GAAG,EAAsB,CAAA;IACpD,CAAC;IAuBD,WAAW,CAAC,GAAG,IAAW;QACxB,MAAM,CAAC,EAAE,EAAE,QAAQ,GAAG,SAAS,EAAE,YAAY,GAAG,KAAK,CAAC,GAAG,IAAI,CAAA;QAE7D,IAAI,OAAO,EAAE,KAAK,QAAQ,EAAE;YAC1B,OAAO,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,QAAQ,EAAE,CAAC,CAAC,GAAG,CAAqB;gBAC3D,MAAM,EAAE,EAAE,QAAQ,EAAE,MAAM,EAAE,YAAY,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,EAAE;aAC7D,CAAC,CAAA;SACH;aAAM;YACL,OAAO,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,GAAG,EAAa,CAAA;SACvC;IACH,CAAC;IAED;;OAEG;IAEH,OAAO,CAAC,IAAI,GAAG,CAAC,EAAE,OAAO,GAAG,EAAE,EAAE,UAA2B,EAAE;QAC3D,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,IAAI,EAAE,GAAG,OAAO,CAAA;QACnD,OAAO,IAAI,CAAC,KAAK,CAAC,GAAG,CAA4B;YAC/C,MAAM,EAAE;gBACN,IAAI;gBACJ,IAAI,EAAE,OAAO;gBACb,MAAM,EAAE,MAAM,EAAE,IAAI,CAAC,GAAG,CAAC;gBACzB,MAAM;gBACN,SAAS;gBACT,IAAI;aACL;SACF,CAAC,CAAA;IACJ,CAAC;IAED;;OAEG;IACH,aAAa,CAAC,EAAU,EAAE,IAAI,GAAG,CAAC;QAChC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,GAAG,CAG3B;YACD,MAAM,EAAE,EAAE,IAAI,EAAE;SACjB,CAAC,CAAA;IACJ,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,EAAmB;QACxB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,GAAG,EAAS,CAAA;IACzC,CAAC;IAED;;OAEG;IACH,gBAAgB,CAAC,OAAe,EAAE,IAAI,GAAG,CAAC,EAAE,IAAI,GAAG,EAAE;QACnD,OAAO,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,GAAG,CAA4B;YAC/D,MAAM,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE;SACvB,CAAC,CAAA;IACJ,CAAC;CACF"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { IRequestAdapter } from '../interfaces/adapter';
|
|
2
|
-
import { IController } from '../interfaces/controller';
|
|
3
|
-
import { IRequestHandler } from '../interfaces/request';
|
|
4
|
-
import { SelectFields } from '../interfaces/types';
|
|
5
|
-
import { PaginateResult } from '../models/base';
|
|
6
|
-
import { PageModel } from '../models/page';
|
|
7
|
-
import { HTTPClient } from '../core';
|
|
1
|
+
import type { IRequestAdapter } from '../interfaces/adapter';
|
|
2
|
+
import type { IController } from '../interfaces/controller';
|
|
3
|
+
import type { IRequestHandler } from '../interfaces/request';
|
|
4
|
+
import type { SelectFields } from '../interfaces/types';
|
|
5
|
+
import type { PaginateResult } from '../models/base';
|
|
6
|
+
import type { PageModel } from '../models/page';
|
|
7
|
+
import type { HTTPClient } from '../core';
|
|
8
8
|
declare module '../core/client' {
|
|
9
9
|
interface HTTPClient<T extends IRequestAdapter = IRequestAdapter, ResponseWrapper = unknown> {
|
|
10
10
|
page: PageController<ResponseWrapper>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { IRequestAdapter } from '../interfaces/adapter';
|
|
2
|
-
import { IController } from '../interfaces/controller';
|
|
3
|
-
import { IRequestHandler, RequestProxyResult } from '../interfaces/request';
|
|
4
|
-
import { SelectFields } from '../interfaces/types';
|
|
5
|
-
import { PaginateResult } from '../models/base';
|
|
6
|
-
import { PostModel } from '../models/post';
|
|
7
|
-
import { HTTPClient } from '../core/client';
|
|
1
|
+
import type { IRequestAdapter } from '../interfaces/adapter';
|
|
2
|
+
import type { IController } from '../interfaces/controller';
|
|
3
|
+
import type { IRequestHandler, RequestProxyResult } from '../interfaces/request';
|
|
4
|
+
import type { SelectFields } from '../interfaces/types';
|
|
5
|
+
import type { PaginateResult } from '../models/base';
|
|
6
|
+
import type { PostModel } from '../models/post';
|
|
7
|
+
import type { HTTPClient } from '../core/client';
|
|
8
8
|
declare module '../core/client' {
|
|
9
9
|
interface HTTPClient<T extends IRequestAdapter = IRequestAdapter, ResponseWrapper = unknown> {
|
|
10
10
|
post: PostController<ResponseWrapper>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IRequestAdapter } from '../interfaces/adapter';
|
|
2
|
-
import { ProjectModel } from '../models/project';
|
|
3
|
-
import { HTTPClient } from '../core';
|
|
1
|
+
import type { IRequestAdapter } from '../interfaces/adapter';
|
|
2
|
+
import type { ProjectModel } from '../models/project';
|
|
3
|
+
import type { HTTPClient } from '../core';
|
|
4
4
|
import { BaseCrudController } from './base';
|
|
5
5
|
declare module '../core/client' {
|
|
6
6
|
interface HTTPClient<T extends IRequestAdapter = IRequestAdapter, ResponseWrapper = unknown> {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { IRequestAdapter } from '../interfaces/adapter';
|
|
2
|
-
import { IController } from '../interfaces/controller';
|
|
3
|
-
import { IRequestHandler } from '../interfaces/request';
|
|
4
|
-
import { RecentlyModel } from '../models/recently';
|
|
5
|
-
import { HTTPClient } from '../core';
|
|
1
|
+
import type { IRequestAdapter } from '../interfaces/adapter';
|
|
2
|
+
import type { IController } from '../interfaces/controller';
|
|
3
|
+
import type { IRequestHandler } from '../interfaces/request';
|
|
4
|
+
import type { RecentlyModel } from '../models/recently';
|
|
5
|
+
import type { HTTPClient } from '../core';
|
|
6
6
|
declare module '../core/client' {
|
|
7
7
|
interface HTTPClient<T extends IRequestAdapter = IRequestAdapter, ResponseWrapper = unknown> {
|
|
8
8
|
recently: RecentlyController<ResponseWrapper>;
|
package/esm/controllers/say.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { IRequestAdapter } from '../interfaces/adapter';
|
|
2
|
-
import { IController } from '../interfaces/controller';
|
|
3
|
-
import { IRequestHandler } from '../interfaces/request';
|
|
4
|
-
import { SayModel } from '../models/say';
|
|
5
|
-
import { HTTPClient } from '../core';
|
|
1
|
+
import type { IRequestAdapter } from '../interfaces/adapter';
|
|
2
|
+
import type { IController } from '../interfaces/controller';
|
|
3
|
+
import type { IRequestHandler } from '../interfaces/request';
|
|
4
|
+
import type { SayModel } from '../models/say';
|
|
5
|
+
import type { HTTPClient } from '../core';
|
|
6
6
|
import { BaseCrudController } from './base';
|
|
7
7
|
declare module '../core/client' {
|
|
8
8
|
interface HTTPClient<T extends IRequestAdapter = IRequestAdapter, ResponseWrapper = unknown> {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { IRequestAdapter } from '../interfaces/adapter';
|
|
2
|
-
import { IController } from '../interfaces/controller';
|
|
3
|
-
import { IRequestHandler, RequestProxyResult } from '../interfaces/request';
|
|
4
|
-
import { PaginateResult } from '../models/base';
|
|
5
|
-
import { NoteModel } from '../models/note';
|
|
6
|
-
import { PostModel } from '../models/post';
|
|
7
|
-
import { PageModel } from '..';
|
|
8
|
-
import { HTTPClient } from '../core';
|
|
1
|
+
import type { IRequestAdapter } from '../interfaces/adapter';
|
|
2
|
+
import type { IController } from '../interfaces/controller';
|
|
3
|
+
import type { IRequestHandler, RequestProxyResult } from '../interfaces/request';
|
|
4
|
+
import type { PaginateResult } from '../models/base';
|
|
5
|
+
import type { NoteModel } from '../models/note';
|
|
6
|
+
import type { PostModel } from '../models/post';
|
|
7
|
+
import type { PageModel } from '..';
|
|
8
|
+
import type { HTTPClient } from '../core';
|
|
9
9
|
declare module '../core/client' {
|
|
10
10
|
interface HTTPClient<T extends IRequestAdapter = IRequestAdapter, ResponseWrapper = unknown> {
|
|
11
11
|
search: SearchController<ResponseWrapper>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { IRequestAdapter } from '../interfaces/adapter';
|
|
2
|
-
import { IController } from '../interfaces/controller';
|
|
3
|
-
import { IRequestHandler } from '../interfaces/request';
|
|
4
|
-
import { HTTPClient } from '../core';
|
|
1
|
+
import type { IRequestAdapter } from '../interfaces/adapter';
|
|
2
|
+
import type { IController } from '../interfaces/controller';
|
|
3
|
+
import type { IRequestHandler } from '../interfaces/request';
|
|
4
|
+
import type { HTTPClient } from '../core';
|
|
5
5
|
declare module '../core/client' {
|
|
6
6
|
interface HTTPClient<T extends IRequestAdapter = IRequestAdapter, ResponseWrapper = unknown> {
|
|
7
7
|
serverless: ServerlessController<ResponseWrapper>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { IRequestAdapter } from '../interfaces/adapter';
|
|
2
|
-
import { IController } from '../interfaces/controller';
|
|
3
|
-
import { IRequestHandler } from '../interfaces/request';
|
|
4
|
-
import { HTTPClient } from '../core';
|
|
1
|
+
import type { IRequestAdapter } from '../interfaces/adapter';
|
|
2
|
+
import type { IController } from '../interfaces/controller';
|
|
3
|
+
import type { IRequestHandler } from '../interfaces/request';
|
|
4
|
+
import type { HTTPClient } from '../core';
|
|
5
5
|
declare module '../core/client' {
|
|
6
6
|
interface HTTPClient<T extends IRequestAdapter = IRequestAdapter, ResponseWrapper = unknown> {
|
|
7
7
|
snippet: SnippetController<ResponseWrapper>;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { IRequestAdapter } from '../interfaces/adapter';
|
|
2
|
+
import type { IController } from '../interfaces/controller';
|
|
3
|
+
import type { IRequestHandler } from '../interfaces/request';
|
|
4
|
+
import type { SayModel } from '../models/say';
|
|
5
|
+
import type { TopicModel } from '../models/topic';
|
|
6
|
+
import type { HTTPClient } from '../core';
|
|
7
|
+
import { BaseCrudController } from './base';
|
|
8
|
+
declare module '../core/client' {
|
|
9
|
+
interface HTTPClient<T extends IRequestAdapter = IRequestAdapter, ResponseWrapper = unknown> {
|
|
10
|
+
topic: TopicController<ResponseWrapper>;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
export declare class TopicController<ResponseWrapper> extends BaseCrudController<SayModel, ResponseWrapper> implements IController {
|
|
14
|
+
protected client: HTTPClient;
|
|
15
|
+
base: string;
|
|
16
|
+
name: string;
|
|
17
|
+
constructor(client: HTTPClient);
|
|
18
|
+
get proxy(): IRequestHandler<ResponseWrapper>;
|
|
19
|
+
getTopicBySlug(slug: string): import("../interfaces/request").RequestProxyResult<TopicModel, ResponseWrapper, ResponseWrapper extends unknown ? {
|
|
20
|
+
[key: string]: any;
|
|
21
|
+
data: TopicModel;
|
|
22
|
+
} : ResponseWrapper extends {
|
|
23
|
+
data: TopicModel;
|
|
24
|
+
} ? ResponseWrapper : Omit<ResponseWrapper, "data"> & {
|
|
25
|
+
data: TopicModel;
|
|
26
|
+
}>;
|
|
27
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { autoBind } from '../utils/auto-bind';
|
|
2
|
+
import { BaseCrudController } from './base';
|
|
3
|
+
export class TopicController extends BaseCrudController {
|
|
4
|
+
constructor(client) {
|
|
5
|
+
super(client);
|
|
6
|
+
this.client = client;
|
|
7
|
+
this.base = 'topics';
|
|
8
|
+
this.name = 'topic';
|
|
9
|
+
autoBind(this);
|
|
10
|
+
}
|
|
11
|
+
get proxy() {
|
|
12
|
+
return this.client.proxy(this.base);
|
|
13
|
+
}
|
|
14
|
+
getTopicBySlug(slug) {
|
|
15
|
+
return this.proxy.slug(slug).get();
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=topic.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"topic.js","sourceRoot":"","sources":["../../controllers/topic.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AAG5C,OAAO,EAAE,kBAAkB,EAAE,MAAM,QAAQ,CAAA;AAW3C,MAAM,OAAO,eACX,SAAQ,kBAA6C;IAMrD,YAAsB,MAAkB;QACtC,KAAK,CAAC,MAAM,CAAC,CAAA;QADO,WAAM,GAAN,MAAM,CAAY;QAHxC,SAAI,GAAG,QAAQ,CAAA;QACf,SAAI,GAAG,OAAO,CAAA;QAIZ,QAAQ,CAAC,IAAI,CAAC,CAAA;IAChB,CAAC;IAED,IAAW,KAAK;QACd,OAAO,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAA;IACrC,CAAC;IAED,cAAc,CAAC,IAAY;QACzB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,EAAc,CAAA;IAChD,CAAC;CACF"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { IRequestAdapter } from '../interfaces/adapter';
|
|
2
|
-
import { IController } from '../interfaces/controller';
|
|
3
|
-
import { IRequestHandler } from '../interfaces/request';
|
|
4
|
-
import { TLogin, UserModel } from '../models/user';
|
|
5
|
-
import { HTTPClient } from '../core';
|
|
1
|
+
import type { IRequestAdapter } from '../interfaces/adapter';
|
|
2
|
+
import type { IController } from '../interfaces/controller';
|
|
3
|
+
import type { IRequestHandler } from '../interfaces/request';
|
|
4
|
+
import type { TLogin, UserModel } from '../models/user';
|
|
5
|
+
import type { HTTPClient } from '../core';
|
|
6
6
|
declare module '../core/client' {
|
|
7
7
|
interface HTTPClient<T extends IRequestAdapter = IRequestAdapter, ResponseWrapper = unknown> {
|
|
8
8
|
user: UserController<ResponseWrapper>;
|
package/esm/core/client.d.ts
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
import { IAdaptorRequestResponseType, IRequestAdapter } from '../interfaces/adapter';
|
|
2
|
-
import { ClientOptions } from '../interfaces/client';
|
|
3
|
-
import { IController } from '../interfaces/controller';
|
|
4
|
-
import { IRequestHandler } from '../interfaces/request';
|
|
5
|
-
import { Class } from '../interfaces/types';
|
|
1
|
+
import type { IAdaptorRequestResponseType, IRequestAdapter } from '../interfaces/adapter';
|
|
2
|
+
import type { ClientOptions } from '../interfaces/client';
|
|
3
|
+
import type { IController } from '../interfaces/controller';
|
|
4
|
+
import type { IRequestHandler } from '../interfaces/request';
|
|
5
|
+
import type { Class } from '../interfaces/types';
|
|
6
6
|
export type { HTTPClient };
|
|
7
7
|
declare class HTTPClient<T extends IRequestAdapter = IRequestAdapter, ResponseWrapper = unknown> {
|
|
8
8
|
private readonly _endpoint;
|
|
9
9
|
private _adaptor;
|
|
10
|
+
private options;
|
|
10
11
|
private readonly _proxy;
|
|
11
|
-
constructor(_endpoint: string, _adaptor: T);
|
|
12
|
+
constructor(_endpoint: string, _adaptor: T, options?: Omit<ClientOptions, 'controllers'>);
|
|
12
13
|
private initGetClient;
|
|
13
14
|
injectControllers(...Controller: Class<IController>[]): void;
|
|
14
15
|
injectControllers(Controller: Class<IController>[]): void;
|
package/esm/core/client.js
CHANGED
|
@@ -6,9 +6,10 @@ import { attachRequestMethod } from './attach-request';
|
|
|
6
6
|
import { RequestError } from './error';
|
|
7
7
|
const methodPrefix = '_$';
|
|
8
8
|
class HTTPClient {
|
|
9
|
-
constructor(_endpoint, _adaptor) {
|
|
9
|
+
constructor(_endpoint, _adaptor, options = {}) {
|
|
10
10
|
this._endpoint = _endpoint;
|
|
11
11
|
this._adaptor = _adaptor;
|
|
12
|
+
this.options = options;
|
|
12
13
|
this._endpoint = _endpoint
|
|
13
14
|
.replace(/\/*$/, '')
|
|
14
15
|
.replace('localhost', '127.0.0.1');
|
|
@@ -109,13 +110,20 @@ class HTTPClient {
|
|
|
109
110
|
});
|
|
110
111
|
}
|
|
111
112
|
catch (e) {
|
|
112
|
-
|
|
113
|
+
let message = e.message;
|
|
114
|
+
let code = e.code ||
|
|
113
115
|
e.status ||
|
|
114
116
|
e.statusCode ||
|
|
115
117
|
e.response?.status ||
|
|
116
118
|
e.response?.statusCode ||
|
|
117
119
|
e.response?.code ||
|
|
118
|
-
500
|
|
120
|
+
500;
|
|
121
|
+
if (that.options.getCodeMessageFromException) {
|
|
122
|
+
const errorInfo = that.options.getCodeMessageFromException(e);
|
|
123
|
+
message = errorInfo.message || message;
|
|
124
|
+
code = errorInfo.code || code;
|
|
125
|
+
}
|
|
126
|
+
throw new RequestError(message, code, url, e);
|
|
119
127
|
}
|
|
120
128
|
const data = res.data;
|
|
121
129
|
if (!data) {
|
|
@@ -162,7 +170,7 @@ class HTTPClient {
|
|
|
162
170
|
}
|
|
163
171
|
export function createClient(adapter) {
|
|
164
172
|
return (endpoint, options) => {
|
|
165
|
-
const client = new HTTPClient(endpoint, adapter);
|
|
173
|
+
const client = new HTTPClient(endpoint, adapter, options);
|
|
166
174
|
const { controllers } = options || {};
|
|
167
175
|
if (controllers) {
|
|
168
176
|
client.injectControllers(controllers);
|
package/esm/core/client.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.js","sourceRoot":"","sources":["../../core/client.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,gBAAgB,CAAA;AAW1C,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AACvC,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA;AAE9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAA;AAClD,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAA;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAEtC,MAAM,YAAY,GAAG,IAAI,CAAA;AAEzB,MAAM,UAAU;IAMd,
|
|
1
|
+
{"version":3,"file":"client.js","sourceRoot":"","sources":["../../core/client.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,9 @@
|
|
|
1
|
-
import { IController } from './controller';
|
|
2
|
-
import { Class } from './types';
|
|
1
|
+
import type { IController } from './controller';
|
|
2
|
+
import type { Class } from './types';
|
|
3
3
|
export declare type ClientOptions = {
|
|
4
4
|
controllers?: Class<IController>[];
|
|
5
|
+
getCodeMessageFromException?: <T = Error>(error: T) => {
|
|
6
|
+
message?: string | undefined | null;
|
|
7
|
+
code?: number | undefined | null;
|
|
8
|
+
};
|
|
5
9
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { CategoryModel } from './category';
|
|
2
|
-
import { NoteModel } from './note';
|
|
3
|
-
import { PageModel } from './page';
|
|
4
|
-
import { PostModel } from './post';
|
|
5
|
-
import { SayModel } from './say';
|
|
6
|
-
import { SeoOptionModel } from './setting';
|
|
7
|
-
import { UserModel } from './user';
|
|
1
|
+
import type { CategoryModel } from './category';
|
|
2
|
+
import type { NoteModel } from './note';
|
|
3
|
+
import type { PageModel } from './page';
|
|
4
|
+
import type { PostModel } from './post';
|
|
5
|
+
import type { SayModel } from './say';
|
|
6
|
+
import type { SeoOptionModel } from './setting';
|
|
7
|
+
import type { UserModel } from './user';
|
|
8
8
|
export interface AggregateRoot {
|
|
9
9
|
user: UserModel;
|
|
10
10
|
seo: SeoOptionModel;
|
package/esm/models/category.d.ts
CHANGED
package/esm/models/comment.d.ts
CHANGED
package/esm/models/link.d.ts
CHANGED