@cloudquery/plugin-sdk-javascript
Advanced tools
+25
-25
@@ -5,3 +5,3 @@ import type { Column } from '../schema/column.js'; | ||
| import type { Table } from '../schema/table.js'; | ||
| export declare const BaseError: import("modern-errors").ErrorSubclassCore<{ | ||
| export declare const BaseError: import("modern-errors").SpecificErrorClass<{ | ||
| name: "bugs"; | ||
@@ -12,4 +12,4 @@ getOptions: (input: string | URL) => string; | ||
| }; | ||
| }[], {}, import("modern-errors").CustomClass>; | ||
| export declare const UnknownError: import("modern-errors").ErrorSubclassCore<{ | ||
| }[], object, import("modern-errors").CustomClass>; | ||
| export declare const UnknownError: import("modern-errors").SpecificErrorClass<{ | ||
| name: "bugs"; | ||
@@ -20,4 +20,4 @@ getOptions: (input: string | URL) => string; | ||
| }; | ||
| }[], {}, import("modern-errors").CustomClass>; | ||
| export declare const ValidationError: import("modern-errors").ErrorSubclassCore<{ | ||
| }[], object, import("modern-errors").CustomClass>; | ||
| export declare const ValidationError: import("modern-errors").SpecificErrorClass<{ | ||
| name: "bugs"; | ||
@@ -31,3 +31,3 @@ getOptions: (input: string | URL) => string; | ||
| }, import("modern-errors").CustomClass>; | ||
| export declare const TableError: import("modern-errors").ErrorSubclassCore<{ | ||
| export declare const TableError: import("modern-errors").SpecificErrorClass<{ | ||
| name: "bugs"; | ||
@@ -38,4 +38,4 @@ getOptions: (input: string | URL) => string; | ||
| }; | ||
| }[], {}, import("modern-errors").CustomClass>; | ||
| export declare const WriteError: import("modern-errors").ErrorSubclassCore<{ | ||
| }[], object, import("modern-errors").CustomClass>; | ||
| export declare const WriteError: import("modern-errors").SpecificErrorClass<{ | ||
| name: "bugs"; | ||
@@ -49,3 +49,3 @@ getOptions: (input: string | URL) => string; | ||
| }, import("modern-errors").CustomClass>; | ||
| export declare const UnimplementedError: import("modern-errors").ErrorSubclassCore<{ | ||
| export declare const UnimplementedError: import("modern-errors").SpecificErrorClass<{ | ||
| name: "bugs"; | ||
@@ -56,4 +56,4 @@ getOptions: (input: string | URL) => string; | ||
| }; | ||
| }[], {}, import("modern-errors").CustomClass>; | ||
| export declare const InitializationError: import("modern-errors").ErrorSubclassCore<{ | ||
| }[], object, import("modern-errors").CustomClass>; | ||
| export declare const InitializationError: import("modern-errors").SpecificErrorClass<{ | ||
| name: "bugs"; | ||
@@ -64,4 +64,4 @@ getOptions: (input: string | URL) => string; | ||
| }; | ||
| }[], {}, import("modern-errors").CustomClass>; | ||
| export declare const FormatError: import("modern-errors").ErrorSubclassCore<{ | ||
| }[], object, import("modern-errors").CustomClass>; | ||
| export declare const FormatError: import("modern-errors").SpecificErrorClass<{ | ||
| name: "bugs"; | ||
@@ -75,3 +75,3 @@ getOptions: (input: string | URL) => string; | ||
| }, import("modern-errors").CustomClass>; | ||
| export declare const ResourceError: import("modern-errors").ErrorSubclassCore<{ | ||
| export declare const ResourceError: import("modern-errors").SpecificErrorClass<{ | ||
| name: "bugs"; | ||
@@ -85,3 +85,3 @@ getOptions: (input: string | URL) => string; | ||
| }, import("modern-errors").CustomClass>; | ||
| export declare const ResolverError: import("modern-errors").ErrorSubclassCore<{ | ||
| export declare const ResolverError: import("modern-errors").SpecificErrorClass<{ | ||
| name: "bugs"; | ||
@@ -96,3 +96,3 @@ getOptions: (input: string | URL) => string; | ||
| }, import("modern-errors").CustomClass>; | ||
| export declare const SyncError: import("modern-errors").ErrorSubclassCore<{ | ||
| export declare const SyncError: import("modern-errors").SpecificErrorClass<{ | ||
| name: "bugs"; | ||
@@ -103,4 +103,4 @@ getOptions: (input: string | URL) => string; | ||
| }; | ||
| }[], {}, import("modern-errors").CustomClass>; | ||
| export declare const SyncValidationError: import("modern-errors").ErrorSubclassCore<{ | ||
| }[], object, import("modern-errors").CustomClass>; | ||
| export declare const SyncValidationError: import("modern-errors").SpecificErrorClass<{ | ||
| name: "bugs"; | ||
@@ -111,4 +111,4 @@ getOptions: (input: string | URL) => string; | ||
| }; | ||
| }[], {}, import("modern-errors").CustomClass>; | ||
| export declare const SyncColumnResolveError: import("modern-errors").ErrorSubclassCore<{ | ||
| }[], object, import("modern-errors").CustomClass>; | ||
| export declare const SyncColumnResolveError: import("modern-errors").SpecificErrorClass<{ | ||
| name: "bugs"; | ||
@@ -125,3 +125,3 @@ getOptions: (input: string | URL) => string; | ||
| }, import("modern-errors").CustomClass>; | ||
| export declare const SyncPreResolveError: import("modern-errors").ErrorSubclassCore<{ | ||
| export declare const SyncPreResolveError: import("modern-errors").SpecificErrorClass<{ | ||
| name: "bugs"; | ||
@@ -137,3 +137,3 @@ getOptions: (input: string | URL) => string; | ||
| }, import("modern-errors").CustomClass>; | ||
| export declare const SyncPostResolveError: import("modern-errors").ErrorSubclassCore<{ | ||
| export declare const SyncPostResolveError: import("modern-errors").SpecificErrorClass<{ | ||
| name: "bugs"; | ||
@@ -149,3 +149,3 @@ getOptions: (input: string | URL) => string; | ||
| }, import("modern-errors").CustomClass>; | ||
| export declare const SyncTableResolveError: import("modern-errors").ErrorSubclassCore<{ | ||
| export declare const SyncTableResolveError: import("modern-errors").SpecificErrorClass<{ | ||
| name: "bugs"; | ||
@@ -159,3 +159,3 @@ getOptions: (input: string | URL) => string; | ||
| }, import("modern-errors").CustomClass>; | ||
| export declare const TransformError: import("modern-errors").ErrorSubclassCore<{ | ||
| export declare const TransformError: import("modern-errors").SpecificErrorClass<{ | ||
| name: "bugs"; | ||
@@ -169,3 +169,3 @@ getOptions: (input: string | URL) => string; | ||
| }, import("modern-errors").CustomClass>; | ||
| export declare const SyncResourceEncodeError: import("modern-errors").ErrorSubclassCore<{ | ||
| export declare const SyncResourceEncodeError: import("modern-errors").SpecificErrorClass<{ | ||
| name: "bugs"; | ||
@@ -172,0 +172,0 @@ getOptions: (input: string | URL) => string; |
+1
-1
| { | ||
| "name": "@cloudquery/plugin-sdk-javascript", | ||
| "version": "0.1.28", | ||
| "version": "0.1.29", | ||
| "files": [ | ||
@@ -5,0 +5,0 @@ "dist", |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
147060
0.03%