catalyst-relay 0.5.11 → 0.5.12
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/dist/index.d.mts +9 -1
- package/dist/index.d.ts +9 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -328,6 +328,14 @@ interface DeleteResult {
|
|
|
328
328
|
status: 'success' | 'error';
|
|
329
329
|
message?: string;
|
|
330
330
|
}
|
|
331
|
+
interface ExternalReference {
|
|
332
|
+
object: ObjectRef;
|
|
333
|
+
referencedBy: Dependency;
|
|
334
|
+
}
|
|
335
|
+
declare class ExternalReferencesError extends Error {
|
|
336
|
+
references: ExternalReference[];
|
|
337
|
+
constructor(references: ExternalReference[]);
|
|
338
|
+
}
|
|
331
339
|
|
|
332
340
|
interface CheckResult {
|
|
333
341
|
name: string;
|
|
@@ -698,4 +706,4 @@ declare function activateLogging(): void;
|
|
|
698
706
|
*/
|
|
699
707
|
declare function deactivateLogging(): void;
|
|
700
708
|
|
|
701
|
-
export { type ADTClient, type ActivationMessage, type ActivationResult, type Aggregation, type ApiResponse, type AsyncResult, type AuthConfig, type AuthType, type BasicAuthConfig, type BasicFilter, type BetweenFilter, type ClientConfig, type ColumnInfo, type DataFrame, type DataPreviewQuery, type Dependency, type DiffResult, type DistinctResult, type ErrorCode, type ErrorResponse, type ExportableSessionState, type FolderNode, type InactiveEntry, type InactiveObject, type InactiveRef, type InactiveTransport, type ListFilter, type ObjectConfig, type ObjectContent, type ObjectMetadata, type ObjectNode, type ObjectRef, type ObjectWithContent, type Package, type PackageNode, type Parameter, type PreviewSQL, type QueryFilter, type Result, type SamlAuthConfig, type SearchOptions, type SearchResult, type Session, type Sorting, type SsoAuthConfig, type SuccessResponse, type TaskContents, type Transport, type TransportConfig, type TransportObject, type TreeQuery, type TreeResponse, type UpsertResult, activateLogging, buildSQLQuery, createClient, deactivateLogging, err, ok };
|
|
709
|
+
export { type ADTClient, type ActivationMessage, type ActivationResult, type Aggregation, type ApiResponse, type AsyncResult, type AuthConfig, type AuthType, type BasicAuthConfig, type BasicFilter, type BetweenFilter, type CheckResult, type ClientConfig, type ColumnInfo, type DataFrame, type DataPreviewQuery, type DeleteResult, type Dependency, type DiffHunk, type DiffResult, type DistinctResult, type ErrorCode, type ErrorResponse, type ExportableSessionState, type ExternalReference, ExternalReferencesError, type FolderNode, type GetPackagesOptions, type InactiveEntry, type InactiveObject, type InactiveRef, type InactiveTransport, type ListFilter, type ModifiedDiffHunk, type ObjectConfig, type ObjectContent, type ObjectMetadata, type ObjectNode, type ObjectRef, type ObjectWithContent, type Package, type PackageNode, type Parameter, type PreviewSQL, type QueryFilter, type Result, type SamlAuthConfig, type SearchOptions, type SearchResult, type Session, type SimpleDiffHunk, type Sorting, type SsoAuthConfig, type SuccessResponse, type TaskContents, type Transport, type TransportConfig, type TransportObject, type TreeQuery, type TreeResponse, type UpsertResult, activateLogging, buildSQLQuery, createClient, deactivateLogging, err, ok };
|
package/dist/index.d.ts
CHANGED
|
@@ -328,6 +328,14 @@ interface DeleteResult {
|
|
|
328
328
|
status: 'success' | 'error';
|
|
329
329
|
message?: string;
|
|
330
330
|
}
|
|
331
|
+
interface ExternalReference {
|
|
332
|
+
object: ObjectRef;
|
|
333
|
+
referencedBy: Dependency;
|
|
334
|
+
}
|
|
335
|
+
declare class ExternalReferencesError extends Error {
|
|
336
|
+
references: ExternalReference[];
|
|
337
|
+
constructor(references: ExternalReference[]);
|
|
338
|
+
}
|
|
331
339
|
|
|
332
340
|
interface CheckResult {
|
|
333
341
|
name: string;
|
|
@@ -698,4 +706,4 @@ declare function activateLogging(): void;
|
|
|
698
706
|
*/
|
|
699
707
|
declare function deactivateLogging(): void;
|
|
700
708
|
|
|
701
|
-
export { type ADTClient, type ActivationMessage, type ActivationResult, type Aggregation, type ApiResponse, type AsyncResult, type AuthConfig, type AuthType, type BasicAuthConfig, type BasicFilter, type BetweenFilter, type ClientConfig, type ColumnInfo, type DataFrame, type DataPreviewQuery, type Dependency, type DiffResult, type DistinctResult, type ErrorCode, type ErrorResponse, type ExportableSessionState, type FolderNode, type InactiveEntry, type InactiveObject, type InactiveRef, type InactiveTransport, type ListFilter, type ObjectConfig, type ObjectContent, type ObjectMetadata, type ObjectNode, type ObjectRef, type ObjectWithContent, type Package, type PackageNode, type Parameter, type PreviewSQL, type QueryFilter, type Result, type SamlAuthConfig, type SearchOptions, type SearchResult, type Session, type Sorting, type SsoAuthConfig, type SuccessResponse, type TaskContents, type Transport, type TransportConfig, type TransportObject, type TreeQuery, type TreeResponse, type UpsertResult, activateLogging, buildSQLQuery, createClient, deactivateLogging, err, ok };
|
|
709
|
+
export { type ADTClient, type ActivationMessage, type ActivationResult, type Aggregation, type ApiResponse, type AsyncResult, type AuthConfig, type AuthType, type BasicAuthConfig, type BasicFilter, type BetweenFilter, type CheckResult, type ClientConfig, type ColumnInfo, type DataFrame, type DataPreviewQuery, type DeleteResult, type Dependency, type DiffHunk, type DiffResult, type DistinctResult, type ErrorCode, type ErrorResponse, type ExportableSessionState, type ExternalReference, ExternalReferencesError, type FolderNode, type GetPackagesOptions, type InactiveEntry, type InactiveObject, type InactiveRef, type InactiveTransport, type ListFilter, type ModifiedDiffHunk, type ObjectConfig, type ObjectContent, type ObjectMetadata, type ObjectNode, type ObjectRef, type ObjectWithContent, type Package, type PackageNode, type Parameter, type PreviewSQL, type QueryFilter, type Result, type SamlAuthConfig, type SearchOptions, type SearchResult, type Session, type SimpleDiffHunk, type Sorting, type SsoAuthConfig, type SuccessResponse, type TaskContents, type Transport, type TransportConfig, type TransportObject, type TreeQuery, type TreeResponse, type UpsertResult, activateLogging, buildSQLQuery, createClient, deactivateLogging, err, ok };
|
package/dist/index.js
CHANGED
|
@@ -30,6 +30,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
30
30
|
// src/index.ts
|
|
31
31
|
var index_exports = {};
|
|
32
32
|
__export(index_exports, {
|
|
33
|
+
ExternalReferencesError: () => ExternalReferencesError,
|
|
33
34
|
activateLogging: () => activateLogging,
|
|
34
35
|
buildSQLQuery: () => buildSQLQuery,
|
|
35
36
|
createClient: () => createClient,
|
|
@@ -3586,6 +3587,7 @@ function createClient(config) {
|
|
|
3586
3587
|
}
|
|
3587
3588
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3588
3589
|
0 && (module.exports = {
|
|
3590
|
+
ExternalReferencesError,
|
|
3589
3591
|
activateLogging,
|
|
3590
3592
|
buildSQLQuery,
|
|
3591
3593
|
createClient,
|