@ayasofyazilim/saas 0.0.6 → 0.0.8

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.
Files changed (84) hide show
  1. package/ProjectService/core/ApiError.ts +15 -19
  2. package/ProjectService/core/ApiRequestOptions.ts +12 -16
  3. package/ProjectService/core/ApiResult.ts +7 -11
  4. package/ProjectService/core/CancelablePromise.ts +118 -123
  5. package/ProjectService/core/OpenAPI.ts +48 -24
  6. package/ProjectService/core/request.ts +280 -261
  7. package/ProjectService/index.ts +5 -82
  8. package/ProjectService/schemas.gen.ts +1578 -0
  9. package/ProjectService/services.gen.ts +521 -0
  10. package/ProjectService/types.gen.ts +1356 -0
  11. package/package.json +5 -2
  12. package/swagger.json +4795 -0
  13. package/ProjectService/ProjectServiceClient.ts +0 -46
  14. package/ProjectService/core/BaseHttpRequest.ts +0 -14
  15. package/ProjectService/core/FetchHttpRequest.ts +0 -26
  16. package/ProjectService/models/AbpForDeploy_ProjectService_ProjectSectionRelations_CreateProjectSectionRelationDto.ts +0 -11
  17. package/ProjectService/models/AbpForDeploy_ProjectService_ProjectSectionRelations_ProjectSectionRelationDto.ts +0 -11
  18. package/ProjectService/models/AbpForDeploy_ProjectService_ProjectSectionRelations_UpdateProjectSectionRelationDto.ts +0 -11
  19. package/ProjectService/models/AbpForDeploy_ProjectService_ProjectSections_CreateProjectSectionDto.ts +0 -11
  20. package/ProjectService/models/AbpForDeploy_ProjectService_ProjectSections_ProjectSectionDetailDto.ts +0 -9
  21. package/ProjectService/models/AbpForDeploy_ProjectService_ProjectSections_ProjectSectionDto.ts +0 -11
  22. package/ProjectService/models/AbpForDeploy_ProjectService_ProjectSections_UpdateProjectSectionDto.ts +0 -10
  23. package/ProjectService/models/AbpForDeploy_ProjectService_ProjectsDto_CreateProjectDto.ts +0 -21
  24. package/ProjectService/models/AbpForDeploy_ProjectService_ProjectsDto_UpdateProjectDto.ts +0 -22
  25. package/ProjectService/models/AbpForDeploy_ProjectService_Projects_ProjectDto.ts +0 -23
  26. package/ProjectService/models/AbpForDeploy_ProjectService_Samples_SampleDto.ts +0 -8
  27. package/ProjectService/models/Volo_Abp_Application_Dtos_PagedResultDto_1.ts +0 -10
  28. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto.ts +0 -8
  29. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto.ts +0 -30
  30. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto.ts +0 -8
  31. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto.ts +0 -8
  32. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto.ts +0 -18
  33. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto.ts +0 -9
  34. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto.ts +0 -9
  35. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto.ts +0 -8
  36. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto.ts +0 -8
  37. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto.ts +0 -17
  38. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto.ts +0 -22
  39. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto.ts +0 -14
  40. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone.ts +0 -8
  41. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto.ts +0 -10
  42. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto.ts +0 -10
  43. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto.ts +0 -9
  44. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto.ts +0 -8
  45. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto.ts +0 -13
  46. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto.ts +0 -8
  47. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto.ts +0 -8
  48. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto.ts +0 -9
  49. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto.ts +0 -19
  50. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto.ts +0 -14
  51. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto.ts +0 -8
  52. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto.ts +0 -12
  53. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto.ts +0 -8
  54. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto.ts +0 -9
  55. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto.ts +0 -10
  56. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto.ts +0 -11
  57. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone.ts +0 -11
  58. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto.ts +0 -9
  59. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone.ts +0 -8
  60. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto.ts +0 -10
  61. package/ProjectService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto.ts +0 -8
  62. package/ProjectService/models/Volo_Abp_Http_Modeling_ActionApiDescriptionModel.ts +0 -20
  63. package/ProjectService/models/Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel.ts +0 -11
  64. package/ProjectService/models/Volo_Abp_Http_Modeling_ControllerApiDescriptionModel.ts +0 -17
  65. package/ProjectService/models/Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel.ts +0 -11
  66. package/ProjectService/models/Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel.ts +0 -12
  67. package/ProjectService/models/Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel.ts +0 -13
  68. package/ProjectService/models/Volo_Abp_Http_Modeling_ModuleApiDescriptionModel.ts +0 -11
  69. package/ProjectService/models/Volo_Abp_Http_Modeling_ParameterApiDescriptionModel.ts +0 -17
  70. package/ProjectService/models/Volo_Abp_Http_Modeling_PropertyApiDescriptionModel.ts +0 -17
  71. package/ProjectService/models/Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel.ts +0 -9
  72. package/ProjectService/models/Volo_Abp_Http_Modeling_TypeApiDescriptionModel.ts +0 -14
  73. package/ProjectService/models/Volo_Abp_Http_RemoteServiceErrorInfo.ts +0 -13
  74. package/ProjectService/models/Volo_Abp_Http_RemoteServiceErrorResponse.ts +0 -9
  75. package/ProjectService/models/Volo_Abp_Http_RemoteServiceValidationErrorInfo.ts +0 -9
  76. package/ProjectService/models/Volo_Abp_Localization_LanguageInfo.ts +0 -12
  77. package/ProjectService/models/Volo_Abp_NameValue.ts +0 -9
  78. package/ProjectService/services/AbpApiDefinitionService.ts +0 -34
  79. package/ProjectService/services/AbpApplicationConfigurationService.ts +0 -34
  80. package/ProjectService/services/AbpApplicationLocalizationService.ts +0 -37
  81. package/ProjectService/services/ProjectSectionRelationService.ts +0 -143
  82. package/ProjectService/services/ProjectSectionService.ts +0 -143
  83. package/ProjectService/services/ProjectService.ts +0 -149
  84. package/ProjectService/services/ProjectServiceService.ts +0 -46
@@ -1,25 +1,21 @@
1
- /* generated using openapi-typescript-codegen -- do no edit */
2
- /* istanbul ignore file */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
1
  import type { ApiRequestOptions } from './ApiRequestOptions';
6
2
  import type { ApiResult } from './ApiResult';
7
3
 
8
4
  export class ApiError extends Error {
9
- public readonly url: string;
10
- public readonly status: number;
11
- public readonly statusText: string;
12
- public readonly body: any;
13
- public readonly request: ApiRequestOptions;
5
+ public readonly url: string;
6
+ public readonly status: number;
7
+ public readonly statusText: string;
8
+ public readonly body: unknown;
9
+ public readonly request: ApiRequestOptions;
14
10
 
15
- constructor(request: ApiRequestOptions, response: ApiResult, message: string) {
16
- super(message);
11
+ constructor(request: ApiRequestOptions, response: ApiResult, message: string) {
12
+ super(message);
17
13
 
18
- this.name = 'ApiError';
19
- this.url = response.url;
20
- this.status = response.status;
21
- this.statusText = response.statusText;
22
- this.body = response.body;
23
- this.request = request;
24
- }
25
- }
14
+ this.name = 'ApiError';
15
+ this.url = response.url;
16
+ this.status = response.status;
17
+ this.statusText = response.statusText;
18
+ this.body = response.body;
19
+ this.request = request;
20
+ }
21
+ }
@@ -1,17 +1,13 @@
1
- /* generated using openapi-typescript-codegen -- do no edit */
2
- /* istanbul ignore file */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
1
  export type ApiRequestOptions = {
6
- readonly method: 'GET' | 'PUT' | 'POST' | 'DELETE' | 'OPTIONS' | 'HEAD' | 'PATCH';
7
- readonly url: string;
8
- readonly path?: Record<string, any>;
9
- readonly cookies?: Record<string, any>;
10
- readonly headers?: Record<string, any>;
11
- readonly query?: Record<string, any>;
12
- readonly formData?: Record<string, any>;
13
- readonly body?: any;
14
- readonly mediaType?: string;
15
- readonly responseHeader?: string;
16
- readonly errors?: Record<number, string>;
17
- };
2
+ readonly method: 'GET' | 'PUT' | 'POST' | 'DELETE' | 'OPTIONS' | 'HEAD' | 'PATCH';
3
+ readonly url: string;
4
+ readonly path?: Record<string, unknown>;
5
+ readonly cookies?: Record<string, unknown>;
6
+ readonly headers?: Record<string, unknown>;
7
+ readonly query?: Record<string, unknown>;
8
+ readonly formData?: Record<string, unknown>;
9
+ readonly body?: any;
10
+ readonly mediaType?: string;
11
+ readonly responseHeader?: string;
12
+ readonly errors?: Record<number, string>;
13
+ };
@@ -1,11 +1,7 @@
1
- /* generated using openapi-typescript-codegen -- do no edit */
2
- /* istanbul ignore file */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- export type ApiResult = {
6
- readonly url: string;
7
- readonly ok: boolean;
8
- readonly status: number;
9
- readonly statusText: string;
10
- readonly body: any;
11
- };
1
+ export type ApiResult<TData = any> = {
2
+ readonly body: TData;
3
+ readonly ok: boolean;
4
+ readonly status: number;
5
+ readonly statusText: string;
6
+ readonly url: string;
7
+ };
@@ -1,131 +1,126 @@
1
- /* generated using openapi-typescript-codegen -- do no edit */
2
- /* istanbul ignore file */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
1
  export class CancelError extends Error {
6
-
7
- constructor(message: string) {
8
- super(message);
9
- this.name = 'CancelError';
10
- }
11
-
12
- public get isCancelled(): boolean {
13
- return true;
14
- }
2
+ constructor(message: string) {
3
+ super(message);
4
+ this.name = 'CancelError';
5
+ }
6
+
7
+ public get isCancelled(): boolean {
8
+ return true;
9
+ }
15
10
  }
16
11
 
17
12
  export interface OnCancel {
18
- readonly isResolved: boolean;
19
- readonly isRejected: boolean;
20
- readonly isCancelled: boolean;
13
+ readonly isResolved: boolean;
14
+ readonly isRejected: boolean;
15
+ readonly isCancelled: boolean;
21
16
 
22
- (cancelHandler: () => void): void;
17
+ (cancelHandler: () => void): void;
23
18
  }
24
19
 
25
20
  export class CancelablePromise<T> implements Promise<T> {
26
- #isResolved: boolean;
27
- #isRejected: boolean;
28
- #isCancelled: boolean;
29
- readonly #cancelHandlers: (() => void)[];
30
- readonly #promise: Promise<T>;
31
- #resolve?: (value: T | PromiseLike<T>) => void;
32
- #reject?: (reason?: any) => void;
33
-
34
- constructor(
35
- executor: (
36
- resolve: (value: T | PromiseLike<T>) => void,
37
- reject: (reason?: any) => void,
38
- onCancel: OnCancel
39
- ) => void
40
- ) {
41
- this.#isResolved = false;
42
- this.#isRejected = false;
43
- this.#isCancelled = false;
44
- this.#cancelHandlers = [];
45
- this.#promise = new Promise<T>((resolve, reject) => {
46
- this.#resolve = resolve;
47
- this.#reject = reject;
48
-
49
- const onResolve = (value: T | PromiseLike<T>): void => {
50
- if (this.#isResolved || this.#isRejected || this.#isCancelled) {
51
- return;
52
- }
53
- this.#isResolved = true;
54
- if (this.#resolve) this.#resolve(value);
55
- };
56
-
57
- const onReject = (reason?: any): void => {
58
- if (this.#isResolved || this.#isRejected || this.#isCancelled) {
59
- return;
60
- }
61
- this.#isRejected = true;
62
- if (this.#reject) this.#reject(reason);
63
- };
64
-
65
- const onCancel = (cancelHandler: () => void): void => {
66
- if (this.#isResolved || this.#isRejected || this.#isCancelled) {
67
- return;
68
- }
69
- this.#cancelHandlers.push(cancelHandler);
70
- };
71
-
72
- Object.defineProperty(onCancel, 'isResolved', {
73
- get: (): boolean => this.#isResolved,
74
- });
75
-
76
- Object.defineProperty(onCancel, 'isRejected', {
77
- get: (): boolean => this.#isRejected,
78
- });
79
-
80
- Object.defineProperty(onCancel, 'isCancelled', {
81
- get: (): boolean => this.#isCancelled,
82
- });
83
-
84
- return executor(onResolve, onReject, onCancel as OnCancel);
85
- });
86
- }
87
-
88
- get [Symbol.toStringTag]() {
89
- return "Cancellable Promise";
90
- }
91
-
92
- public then<TResult1 = T, TResult2 = never>(
93
- onFulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | null,
94
- onRejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | null
95
- ): Promise<TResult1 | TResult2> {
96
- return this.#promise.then(onFulfilled, onRejected);
97
- }
98
-
99
- public catch<TResult = never>(
100
- onRejected?: ((reason: any) => TResult | PromiseLike<TResult>) | null
101
- ): Promise<T | TResult> {
102
- return this.#promise.catch(onRejected);
103
- }
104
-
105
- public finally(onFinally?: (() => void) | null): Promise<T> {
106
- return this.#promise.finally(onFinally);
107
- }
108
-
109
- public cancel(): void {
110
- if (this.#isResolved || this.#isRejected || this.#isCancelled) {
111
- return;
112
- }
113
- this.#isCancelled = true;
114
- if (this.#cancelHandlers.length) {
115
- try {
116
- for (const cancelHandler of this.#cancelHandlers) {
117
- cancelHandler();
118
- }
119
- } catch (error) {
120
- console.warn('Cancellation threw an error', error);
121
- return;
122
- }
123
- }
124
- this.#cancelHandlers.length = 0;
125
- if (this.#reject) this.#reject(new CancelError('Request aborted'));
126
- }
127
-
128
- public get isCancelled(): boolean {
129
- return this.#isCancelled;
130
- }
131
- }
21
+ private _isResolved: boolean;
22
+ private _isRejected: boolean;
23
+ private _isCancelled: boolean;
24
+ readonly cancelHandlers: (() => void)[];
25
+ readonly promise: Promise<T>;
26
+ private _resolve?: (value: T | PromiseLike<T>) => void;
27
+ private _reject?: (reason?: unknown) => void;
28
+
29
+ constructor(
30
+ executor: (
31
+ resolve: (value: T | PromiseLike<T>) => void,
32
+ reject: (reason?: unknown) => void,
33
+ onCancel: OnCancel
34
+ ) => void
35
+ ) {
36
+ this._isResolved = false;
37
+ this._isRejected = false;
38
+ this._isCancelled = false;
39
+ this.cancelHandlers = [];
40
+ this.promise = new Promise<T>((resolve, reject) => {
41
+ this._resolve = resolve;
42
+ this._reject = reject;
43
+
44
+ const onResolve = (value: T | PromiseLike<T>): void => {
45
+ if (this._isResolved || this._isRejected || this._isCancelled) {
46
+ return;
47
+ }
48
+ this._isResolved = true;
49
+ if (this._resolve) this._resolve(value);
50
+ };
51
+
52
+ const onReject = (reason?: unknown): void => {
53
+ if (this._isResolved || this._isRejected || this._isCancelled) {
54
+ return;
55
+ }
56
+ this._isRejected = true;
57
+ if (this._reject) this._reject(reason);
58
+ };
59
+
60
+ const onCancel = (cancelHandler: () => void): void => {
61
+ if (this._isResolved || this._isRejected || this._isCancelled) {
62
+ return;
63
+ }
64
+ this.cancelHandlers.push(cancelHandler);
65
+ };
66
+
67
+ Object.defineProperty(onCancel, 'isResolved', {
68
+ get: (): boolean => this._isResolved,
69
+ });
70
+
71
+ Object.defineProperty(onCancel, 'isRejected', {
72
+ get: (): boolean => this._isRejected,
73
+ });
74
+
75
+ Object.defineProperty(onCancel, 'isCancelled', {
76
+ get: (): boolean => this._isCancelled,
77
+ });
78
+
79
+ return executor(onResolve, onReject, onCancel as OnCancel);
80
+ });
81
+ }
82
+
83
+ get [Symbol.toStringTag]() {
84
+ return "Cancellable Promise";
85
+ }
86
+
87
+ public then<TResult1 = T, TResult2 = never>(
88
+ onFulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | null,
89
+ onRejected?: ((reason: unknown) => TResult2 | PromiseLike<TResult2>) | null
90
+ ): Promise<TResult1 | TResult2> {
91
+ return this.promise.then(onFulfilled, onRejected);
92
+ }
93
+
94
+ public catch<TResult = never>(
95
+ onRejected?: ((reason: unknown) => TResult | PromiseLike<TResult>) | null
96
+ ): Promise<T | TResult> {
97
+ return this.promise.catch(onRejected);
98
+ }
99
+
100
+ public finally(onFinally?: (() => void) | null): Promise<T> {
101
+ return this.promise.finally(onFinally);
102
+ }
103
+
104
+ public cancel(): void {
105
+ if (this._isResolved || this._isRejected || this._isCancelled) {
106
+ return;
107
+ }
108
+ this._isCancelled = true;
109
+ if (this.cancelHandlers.length) {
110
+ try {
111
+ for (const cancelHandler of this.cancelHandlers) {
112
+ cancelHandler();
113
+ }
114
+ } catch (error) {
115
+ console.warn('Cancellation threw an error', error);
116
+ return;
117
+ }
118
+ }
119
+ this.cancelHandlers.length = 0;
120
+ if (this._reject) this._reject(new CancelError('Request aborted'));
121
+ }
122
+
123
+ public get isCancelled(): boolean {
124
+ return this._isCancelled;
125
+ }
126
+ }
@@ -1,32 +1,56 @@
1
- /* generated using openapi-typescript-codegen -- do no edit */
2
- /* istanbul ignore file */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
1
  import type { ApiRequestOptions } from './ApiRequestOptions';
6
2
 
7
- type Resolver<T> = (options: ApiRequestOptions) => Promise<T>;
8
3
  type Headers = Record<string, string>;
4
+ type Middleware<T> = (value: T) => T | Promise<T>;
5
+ type Resolver<T> = (options: ApiRequestOptions) => Promise<T>;
6
+
7
+ export class Interceptors<T> {
8
+ _fns: Middleware<T>[];
9
+
10
+ constructor() {
11
+ this._fns = [];
12
+ }
13
+
14
+ eject(fn: Middleware<T>) {
15
+ const index = this._fns.indexOf(fn);
16
+ if (index !== -1) {
17
+ this._fns = [...this._fns.slice(0, index), ...this._fns.slice(index + 1)];
18
+ }
19
+ }
20
+
21
+ use(fn: Middleware<T>) {
22
+ this._fns = [...this._fns, fn];
23
+ }
24
+ }
9
25
 
10
26
  export type OpenAPIConfig = {
11
- BASE: string;
12
- VERSION: string;
13
- WITH_CREDENTIALS: boolean;
14
- CREDENTIALS: 'include' | 'omit' | 'same-origin';
15
- TOKEN?: string | Resolver<string> | undefined;
16
- USERNAME?: string | Resolver<string> | undefined;
17
- PASSWORD?: string | Resolver<string> | undefined;
18
- HEADERS?: Headers | Resolver<Headers> | undefined;
19
- ENCODE_PATH?: ((path: string) => string) | undefined;
27
+ BASE: string;
28
+ CREDENTIALS: 'include' | 'omit' | 'same-origin';
29
+ ENCODE_PATH?: ((path: string) => string) | undefined;
30
+ HEADERS?: Headers | Resolver<Headers> | undefined;
31
+ PASSWORD?: string | Resolver<string> | undefined;
32
+ TOKEN?: string | Resolver<string> | undefined;
33
+ USERNAME?: string | Resolver<string> | undefined;
34
+ VERSION: string;
35
+ WITH_CREDENTIALS: boolean;
36
+ interceptors: {
37
+ request: Interceptors<RequestInit>;
38
+ response: Interceptors<Response>;
39
+ };
20
40
  };
21
41
 
22
42
  export const OpenAPI: OpenAPIConfig = {
23
- BASE: '',
24
- VERSION: '1',
25
- WITH_CREDENTIALS: false,
26
- CREDENTIALS: 'include',
27
- TOKEN: undefined,
28
- USERNAME: undefined,
29
- PASSWORD: undefined,
30
- HEADERS: undefined,
31
- ENCODE_PATH: undefined,
32
- };
43
+ BASE: '',
44
+ CREDENTIALS: 'include',
45
+ ENCODE_PATH: undefined,
46
+ HEADERS: undefined,
47
+ PASSWORD: undefined,
48
+ TOKEN: undefined,
49
+ USERNAME: undefined,
50
+ VERSION: '1',
51
+ WITH_CREDENTIALS: false,
52
+ interceptors: {
53
+ request: new Interceptors(),
54
+ response: new Interceptors(),
55
+ },
56
+ };