@01.software/sdk 0.5.8 → 0.5.9
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/auth.d.cts +1 -1
- package/dist/auth.d.ts +1 -1
- package/dist/{const-Dde6Z3er.d.ts → const-EdTT21dc.d.ts} +1 -1
- package/dist/{const-MzPYopC7.d.cts → const-rK0y0s2r.d.cts} +1 -1
- package/dist/index.cjs +3 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -6
- package/dist/index.d.ts +6 -6
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/{payload-types-CyaSGIFI.d.cts → payload-types-D70l0uF9.d.cts} +14 -14
- package/dist/{payload-types-CyaSGIFI.d.ts → payload-types-D70l0uF9.d.ts} +14 -14
- package/dist/realtime.d.cts +2 -2
- package/dist/realtime.d.ts +2 -2
- package/dist/ui/form.d.cts +1 -1
- package/dist/ui/form.d.ts +1 -1
- package/dist/ui/video.d.cts +1 -1
- package/dist/ui/video.d.ts +1 -1
- package/dist/{webhook-cfGx5lXy.d.ts → webhook-BVU0Qfsu.d.ts} +2 -2
- package/dist/{webhook-D78o4MiB.d.cts → webhook-C_aXaaBz.d.cts} +2 -2
- package/dist/webhook.d.cts +3 -3
- package/dist/webhook.d.ts +3 -3
- package/package.json +3 -3
package/dist/auth.d.cts
CHANGED
package/dist/auth.d.ts
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -542,6 +542,9 @@ async function httpFetch(url, options) {
|
|
|
542
542
|
}
|
|
543
543
|
throw error;
|
|
544
544
|
}
|
|
545
|
+
if (error instanceof SDKError) {
|
|
546
|
+
throw error;
|
|
547
|
+
}
|
|
545
548
|
const unknownError = createNetworkError(
|
|
546
549
|
error instanceof Error ? error.message : "An unknown network error occurred.",
|
|
547
550
|
void 0,
|