zova-module-a-interceptor 5.1.2 → 5.1.6

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.
@@ -0,0 +1,99 @@
1
+ /** interceptor: begin */
2
+ export * from '../bean/interceptor.body.js';
3
+ export * from '../bean/interceptor.headers.js';
4
+ export * from '../bean/interceptor.jwt.js';
5
+ export * from '../bean/interceptor.mock.js';
6
+ export * from '../bean/interceptor.performAction.js';
7
+ import { IInterceptorOptionsBody } from '../bean/interceptor.body.js';
8
+ import { IInterceptorOptionsHeaders } from '../bean/interceptor.headers.js';
9
+ import { IInterceptorOptionsJwt } from '../bean/interceptor.jwt.js';
10
+ import { IInterceptorOptionsMock } from '../bean/interceptor.mock.js';
11
+ import { IInterceptorOptionsPerformAction } from '../bean/interceptor.performAction.js';
12
+ import 'zova-module-a-fetch';
13
+ declare module 'zova-module-a-fetch' {
14
+ interface IInterceptorRecord {
15
+ 'a-interceptor:body': IInterceptorOptionsBody;
16
+ 'a-interceptor:headers': IInterceptorOptionsHeaders;
17
+ 'a-interceptor:jwt': IInterceptorOptionsJwt;
18
+ 'a-interceptor:mock': IInterceptorOptionsMock;
19
+ 'a-interceptor:performAction': IInterceptorOptionsPerformAction;
20
+ }
21
+ }
22
+ declare module 'zova-module-a-interceptor' {
23
+ interface InterceptorBody {
24
+ }
25
+ interface InterceptorBody {
26
+ get $beanFullName(): 'a-interceptor.interceptor.body';
27
+ get $onionName(): 'a-interceptor:body';
28
+ get $onionOptions(): IInterceptorOptionsBody;
29
+ }
30
+ interface InterceptorHeaders {
31
+ }
32
+ interface InterceptorHeaders {
33
+ get $beanFullName(): 'a-interceptor.interceptor.headers';
34
+ get $onionName(): 'a-interceptor:headers';
35
+ get $onionOptions(): IInterceptorOptionsHeaders;
36
+ }
37
+ interface InterceptorJwt {
38
+ }
39
+ interface InterceptorJwt {
40
+ get $beanFullName(): 'a-interceptor.interceptor.jwt';
41
+ get $onionName(): 'a-interceptor:jwt';
42
+ get $onionOptions(): IInterceptorOptionsJwt;
43
+ }
44
+ interface InterceptorMock {
45
+ }
46
+ interface InterceptorMock {
47
+ get $beanFullName(): 'a-interceptor.interceptor.mock';
48
+ get $onionName(): 'a-interceptor:mock';
49
+ get $onionOptions(): IInterceptorOptionsMock;
50
+ }
51
+ interface InterceptorPerformAction {
52
+ }
53
+ interface InterceptorPerformAction {
54
+ get $beanFullName(): 'a-interceptor.interceptor.performAction';
55
+ get $onionName(): 'a-interceptor:performAction';
56
+ get $onionOptions(): IInterceptorOptionsPerformAction;
57
+ }
58
+ }
59
+ /** interceptor: end */
60
+ /** interceptor: begin */
61
+ import { InterceptorBody } from '../bean/interceptor.body.js';
62
+ import { InterceptorHeaders } from '../bean/interceptor.headers.js';
63
+ import { InterceptorJwt } from '../bean/interceptor.jwt.js';
64
+ import { InterceptorMock } from '../bean/interceptor.mock.js';
65
+ import { InterceptorPerformAction } from '../bean/interceptor.performAction.js';
66
+ import 'zova';
67
+ declare module 'zova' {
68
+ interface IBeanRecordLocal {
69
+ 'a-interceptor.interceptor.body': InterceptorBody;
70
+ 'a-interceptor.interceptor.headers': InterceptorHeaders;
71
+ 'a-interceptor.interceptor.jwt': InterceptorJwt;
72
+ 'a-interceptor.interceptor.mock': InterceptorMock;
73
+ 'a-interceptor.interceptor.performAction': InterceptorPerformAction;
74
+ }
75
+ }
76
+ /** interceptor: end */
77
+ /** config: begin */
78
+ export * from '../config/config.js';
79
+ import { config } from '../config/config.js';
80
+ /** config: end */
81
+ /** scope: begin */
82
+ import { BeanScopeBase, type BeanScopeUtil, TypeModuleConfig } from 'zova';
83
+ export declare class ScopeModuleAInterceptor extends BeanScopeBase {
84
+ }
85
+ export interface ScopeModuleAInterceptor {
86
+ util: BeanScopeUtil;
87
+ config: TypeModuleConfig<typeof config>;
88
+ }
89
+ import 'zova';
90
+ declare module 'zova' {
91
+ interface IBeanScopeRecord {
92
+ 'a-interceptor': ScopeModuleAInterceptor;
93
+ }
94
+ interface IBeanScopeConfig {
95
+ 'a-interceptor': ReturnType<typeof config>;
96
+ }
97
+ }
98
+ /** scope: end */
99
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/.metadata/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ export declare const __ThisModule__ = "a-interceptor";
2
+ export { ScopeModuleAInterceptor as ScopeModule } from './index.js';
3
+ //# sourceMappingURL=this.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"this.d.ts","sourceRoot":"","sources":["../../src/.metadata/this.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,kBAAkB,CAAC;AAC9C,OAAO,EAAE,uBAAuB,IAAI,WAAW,EAAE,MAAM,YAAY,CAAC"}
@@ -0,0 +1,10 @@
1
+ import type { AxiosError, AxiosResponse } from 'axios';
2
+ import type { IDecoratorInterceptorOptions, IInterceptorResponse, IInterceptorResponseError, NextInterceptorError, NextInterceptorResponse } from 'zova-module-a-fetch';
3
+ import { BeanInterceptorBase } from 'zova-module-a-fetch';
4
+ export interface IInterceptorOptionsBody extends IDecoratorInterceptorOptions {
5
+ }
6
+ export declare class InterceptorBody extends BeanInterceptorBase<IInterceptorOptionsBody> implements IInterceptorResponse, IInterceptorResponseError {
7
+ onResponse(response: AxiosResponse, _options: IInterceptorOptionsBody, next: NextInterceptorResponse): Promise<AxiosResponse>;
8
+ onResponseError(error: AxiosError, _options: IInterceptorOptionsBody, next: NextInterceptorError): Promise<AxiosError>;
9
+ }
10
+ //# sourceMappingURL=interceptor.body.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interceptor.body.d.ts","sourceRoot":"","sources":["../../src/bean/interceptor.body.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,KAAK,EACV,4BAA4B,EAC5B,oBAAoB,EACpB,yBAAyB,EACzB,oBAAoB,EACpB,uBAAuB,EACxB,MAAM,qBAAqB,CAAC;AAG7B,OAAO,EAAE,mBAAmB,EAAkD,MAAM,qBAAqB,CAAC;AAE1G,MAAM,WAAW,uBAAwB,SAAQ,4BAA4B;CAAG;AAEhF,qBACa,eAAgB,SAAQ,mBAAmB,CAAC,uBAAuB,CAAE,YAAW,oBAAoB,EAAE,yBAAyB;IACpI,UAAU,CAAC,QAAQ,EAAE,aAAa,EAAE,QAAQ,EAAE,uBAAuB,EAAE,IAAI,EAAE,uBAAuB,GAAG,OAAO,CAAC,aAAa,CAAC;IAiB7H,eAAe,CAAC,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,uBAAuB,EAAE,IAAI,EAAE,oBAAoB,GAAG,OAAO,CAAC,UAAU,CAAC;CAS7H"}
@@ -0,0 +1,9 @@
1
+ import { AxiosRequestConfig } from 'axios';
2
+ import { BeanInterceptorBase, IDecoratorInterceptorOptions, NextInterceptorRequest } from 'zova-module-a-fetch';
3
+ export interface IInterceptorOptionsHeaders extends IDecoratorInterceptorOptions {
4
+ openapiSchema?: boolean;
5
+ }
6
+ export declare class InterceptorHeaders extends BeanInterceptorBase<IInterceptorOptionsHeaders> {
7
+ onRequest(config: AxiosRequestConfig, options: IInterceptorOptionsHeaders, next: NextInterceptorRequest): Promise<AxiosRequestConfig>;
8
+ }
9
+ //# sourceMappingURL=interceptor.headers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interceptor.headers.d.ts","sourceRoot":"","sources":["../../src/bean/interceptor.headers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AAE3C,OAAO,EAAE,mBAAmB,EAAE,4BAA4B,EAAe,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAE7H,MAAM,WAAW,0BAA2B,SAAQ,4BAA4B;IAC9E,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,qBACa,kBAAmB,SAAQ,mBAAmB,CAAC,0BAA0B,CAAC;IAC/E,SAAS,CAAC,MAAM,EAAE,kBAAkB,EAAE,OAAO,EAAE,0BAA0B,EAAE,IAAI,EAAE,sBAAsB,GAAG,OAAO,CAAC,kBAAkB,CAAC;CAkB5I"}
@@ -0,0 +1,17 @@
1
+ import type { AxiosRequestConfig } from 'axios';
2
+ import type { BeanFetch, IDecoratorInterceptorOptions, IInterceptorRequest, NextInterceptorRequest } from 'zova-module-a-fetch';
3
+ import { BeanInterceptorBase } from 'zova-module-a-fetch';
4
+ export interface IInterceptorOptionsJwt extends IDecoratorInterceptorOptions {
5
+ jwtAdapter?: string;
6
+ authToken?: boolean | string;
7
+ }
8
+ export declare class InterceptorJwt extends BeanInterceptorBase<IInterceptorOptionsJwt> implements IInterceptorRequest {
9
+ private _beanJwtAdapter;
10
+ private _refreshAuthTokenPromise?;
11
+ protected __init__(_beanFetch: BeanFetch, options: IInterceptorOptionsJwt): Promise<void>;
12
+ onRequest(config: AxiosRequestConfig, options: IInterceptorOptionsJwt, next: NextInterceptorRequest): Promise<AxiosRequestConfig>;
13
+ prepareAccessToken(config: AxiosRequestConfig, authToken: string | boolean | undefined): Promise<string | undefined>;
14
+ private _refreshAuthToken;
15
+ private _refreshAuthTokenInner;
16
+ }
17
+ //# sourceMappingURL=interceptor.jwt.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interceptor.jwt.d.ts","sourceRoot":"","sources":["../../src/bean/interceptor.jwt.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AAChD,OAAO,KAAK,EAAE,SAAS,EAAE,4BAA4B,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAGhI,OAAO,EAAE,mBAAmB,EAAe,MAAM,qBAAqB,CAAC;AAIvE,MAAM,WAAW,sBAAuB,SAAQ,4BAA4B;IAC1E,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;CAC9B;AAED,qBACa,cAAe,SAAQ,mBAAmB,CAAC,sBAAsB,CAAE,YAAW,mBAAmB;IAC5G,OAAO,CAAC,eAAe,CAAc;IACrC,OAAO,CAAC,wBAAwB,CAAC,CAAoB;cAErC,QAAQ,CAAC,UAAU,EAAE,SAAS,EAAE,OAAO,EAAE,sBAAsB;IAOzE,SAAS,CAAC,MAAM,EAAE,kBAAkB,EAAE,OAAO,EAAE,sBAAsB,EAAE,IAAI,EAAE,sBAAsB,GAAG,OAAO,CAAC,kBAAkB,CAAC;IAejI,kBAAkB,CAAC,MAAM,EAAE,kBAAkB,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC;YA2C5G,iBAAiB;YAOjB,sBAAsB;CAOrC"}
@@ -0,0 +1,8 @@
1
+ import { AxiosError } from 'axios';
2
+ import { BeanInterceptorBase, IDecoratorInterceptorOptions, IInterceptorResponseError, NextInterceptorError } from 'zova-module-a-fetch';
3
+ export interface IInterceptorOptionsMock extends IDecoratorInterceptorOptions {
4
+ }
5
+ export declare class InterceptorMock extends BeanInterceptorBase<IInterceptorOptionsMock> implements IInterceptorResponseError {
6
+ onResponseError(error: AxiosError, _options: IDecoratorInterceptorOptions, next: NextInterceptorError): Promise<AxiosError>;
7
+ }
8
+ //# sourceMappingURL=interceptor.mock.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interceptor.mock.d.ts","sourceRoot":"","sources":["../../src/bean/interceptor.mock.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AACnC,OAAO,EACL,mBAAmB,EACnB,4BAA4B,EAC5B,yBAAyB,EAEzB,oBAAoB,EAErB,MAAM,qBAAqB,CAAC;AAE7B,MAAM,WAAW,uBAAwB,SAAQ,4BAA4B;CAAG;AAKhF,qBACa,eAAgB,SAAQ,mBAAmB,CAAC,uBAAuB,CAAE,YAAW,yBAAyB;IAC9G,eAAe,CAAC,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,4BAA4B,EAAE,IAAI,EAAE,oBAAoB,GAAG,OAAO,CAAC,UAAU,CAAC;CA0BlI"}
@@ -0,0 +1,8 @@
1
+ import { AxiosRequestConfig } from 'axios';
2
+ import { BeanInterceptorBase, IDecoratorInterceptorOptions, IInterceptorRequest, NextInterceptorRequest } from 'zova-module-a-fetch';
3
+ export interface IInterceptorOptionsPerformAction extends IDecoratorInterceptorOptions {
4
+ }
5
+ export declare class InterceptorPerformAction extends BeanInterceptorBase<IInterceptorOptionsPerformAction> implements IInterceptorRequest {
6
+ onRequest(config: AxiosRequestConfig, _options: IInterceptorOptionsPerformAction, next: NextInterceptorRequest): Promise<AxiosRequestConfig>;
7
+ }
8
+ //# sourceMappingURL=interceptor.performAction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interceptor.performAction.d.ts","sourceRoot":"","sources":["../../src/bean/interceptor.performAction.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AAE3C,OAAO,EAAE,mBAAmB,EAAE,4BAA4B,EAAE,mBAAmB,EAAe,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAGlJ,MAAM,WAAW,gCAAiC,SAAQ,4BAA4B;CAAG;AAEzF,qBACa,wBAAyB,SAAQ,mBAAmB,CAAC,gCAAgC,CAAE,YAAW,mBAAmB;IAC1H,SAAS,CAAC,MAAM,EAAE,kBAAkB,EAAE,QAAQ,EAAE,gCAAgC,EAAE,IAAI,EAAE,sBAAsB,GAAG,OAAO,CAAC,kBAAkB,CAAC;CAoBnJ"}
@@ -0,0 +1,9 @@
1
+ import type { ZovaSys } from 'zova';
2
+ import type { IServiceRecord } from 'zova-module-a-bean';
3
+ export declare const config: (_sys: ZovaSys) => {
4
+ jwtAdapter: keyof IServiceRecord;
5
+ authToken: {
6
+ default: boolean;
7
+ };
8
+ };
9
+ //# sourceMappingURL=config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../src/config/config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEzD,eAAO,MAAM,MAAM,GAAI,MAAM,OAAO;gBAEK,MAAM,cAAc;;;;CAK5D,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from './.metadata/index.js';
2
+ export * from './types/index.js';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './jwt.js';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
@@ -0,0 +1,11 @@
1
+ export interface IJwtAdapter {
2
+ getJwtInfo(): Promise<IJwtInfo | undefined>;
3
+ refreshAuthToken(refreshToken: string): Promise<IJwtInfo>;
4
+ }
5
+ export interface IJwtInfo {
6
+ accessToken: string;
7
+ refreshToken?: string;
8
+ expiresIn?: number;
9
+ expireTime?: number;
10
+ }
11
+ //# sourceMappingURL=jwt.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"jwt.d.ts","sourceRoot":"","sources":["../../src/types/jwt.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IAC1B,UAAU,IAAI,OAAO,CAAC,QAAQ,GAAG,SAAS,CAAC,CAAC;IAC5C,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAC;CAC3D;AAED,MAAM,WAAW,QAAQ;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "zova-module-a-interceptor",
3
- "version": "5.1.2",
3
+ "version": "5.1.6",
4
+ "gitHead": "fa2b2ad94fb521534a1312c30256c1e155926bd3",
4
5
  "description": "",
5
6
  "keywords": [
6
7
  "Zova Module"
@@ -27,7 +28,7 @@
27
28
  },
28
29
  "scripts": {
29
30
  "clean": "rimraf dist tsconfig.build.tsbuildinfo",
30
- "tsc:publish": "npm run clean && zova :bin:buildModule --sourcemap",
31
+ "tsc:publish": "npm run clean && zova :bin:buildModule --sourcemap && tsc -p tsconfig.build.json",
31
32
  "prepublishOnly": "npm run tsc:publish",
32
33
  "prepack": "clean-package",
33
34
  "postpack": "clean-package restore && npm run clean"
@@ -51,6 +52,5 @@
51
52
  }
52
53
  }
53
54
  }
54
- },
55
- "gitHead": "5517baba5865ac348af5be8e3a0f7506b0a67f9c"
55
+ }
56
56
  }