@pixelverse/strichjs-sdk 1.8.2 → 1.9.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.
- package/CHANGELOG.md +12 -0
- package/dist/strich-noesm.js +17 -17
- package/dist/strich.d.ts +0 -4
- package/dist/strich.js +15 -15
- package/package.json +2 -2
package/dist/strich.d.ts
CHANGED
|
@@ -778,10 +778,6 @@ export declare class SdkError extends Error {
|
|
|
778
778
|
*/
|
|
779
779
|
detailMessage?: string;
|
|
780
780
|
constructor(keyOrMessage: string, cause?: Error);
|
|
781
|
-
/**
|
|
782
|
-
* Create an SDK error with 'invalid input' semantics.
|
|
783
|
-
*/
|
|
784
|
-
static invalidInputError(cause?: Error): SdkError;
|
|
785
781
|
}
|
|
786
782
|
|
|
787
783
|
/**
|