@owox/backend 0.23.0-next-20260416103616 → 0.23.0
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,4 +1,4 @@
|
|
|
1
|
-
import { BusinessViolationException } from
|
|
1
|
+
import { BusinessViolationException } from "../../exceptions/business-violation.exception";
|
|
2
2
|
export declare class TagHandlerException extends BusinessViolationException {
|
|
3
3
|
readonly message: string;
|
|
4
4
|
constructor(message: string);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConnectorService } from './connector.service';
|
|
2
2
|
import { ConnectorSourceCredentialsService } from './connector-source-credentials.service';
|
|
3
|
-
import { ConnectorOAuthStatusSchema, ConnectorOAuthSettingsSchema, ConnectorOAuthExchangeResultSchema } from
|
|
3
|
+
import { ConnectorOAuthStatusSchema, ConnectorOAuthSettingsSchema, ConnectorOAuthExchangeResultSchema } from "../../connector-types/connector-oauth-schema";
|
|
4
4
|
export declare class ConnectorOauthService {
|
|
5
5
|
private readonly connectorService;
|
|
6
6
|
private readonly connectorSourceCredentialsService;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ConnectorService } from '../../services/connector/connector.service';
|
|
2
|
-
import { ConnectorDefinition } from
|
|
2
|
+
import { ConnectorDefinition } from "../../connector-types/connector-definition";
|
|
3
3
|
export declare class AvailableConnectorService {
|
|
4
4
|
private readonly connectorService;
|
|
5
5
|
constructor(connectorService: ConnectorService);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@owox/backend",
|
|
3
|
-
"version": "0.23.0
|
|
3
|
+
"version": "0.23.0",
|
|
4
4
|
"description": "OWOX Data Marts Backend - Full-stack data orchestration platform",
|
|
5
5
|
"author": "OWOX",
|
|
6
6
|
"license": "ELv2",
|
|
@@ -78,9 +78,9 @@
|
|
|
78
78
|
"@nestjs/schedule": "^6.0.0",
|
|
79
79
|
"@nestjs/swagger": "^11.2.0",
|
|
80
80
|
"@nestjs/typeorm": "^11.0.0",
|
|
81
|
-
"@owox/connectors": "0.23.0
|
|
82
|
-
"@owox/idp-protocol": "0.23.0
|
|
83
|
-
"@owox/internal-helpers": "0.23.0
|
|
81
|
+
"@owox/connectors": "0.23.0",
|
|
82
|
+
"@owox/idp-protocol": "0.23.0",
|
|
83
|
+
"@owox/internal-helpers": "0.23.0",
|
|
84
84
|
"better-sqlite3": "^12.2.0",
|
|
85
85
|
"class-transformer": "^0.5.1",
|
|
86
86
|
"class-validator": "^0.14.2",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"ts-node": "^10.9.2",
|
|
140
140
|
"tsconfig-paths": "^4.2.0",
|
|
141
141
|
"typeorm-ts-node-commonjs": "^0.3.20",
|
|
142
|
-
"@owox/test-utils": "
|
|
142
|
+
"@owox/test-utils": "*"
|
|
143
143
|
},
|
|
144
144
|
"jest": {
|
|
145
145
|
"moduleFileExtensions": [
|