@cronvello/shop-sdk 0.2.0 → 0.2.3
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/CONTRACT_SHA256 +1 -1
- package/dist/browser.cjs +17 -4
- package/dist/browser.cjs.map +1 -1
- package/dist/browser.d.cts +3 -3
- package/dist/browser.d.ts +3 -3
- package/dist/browser.js +17 -4
- package/dist/browser.js.map +1 -1
- package/dist/contract.cjs +15 -2
- package/dist/contract.cjs.map +1 -1
- package/dist/contract.d.cts +1 -1
- package/dist/contract.d.ts +1 -1
- package/dist/contract.js +15 -2
- package/dist/contract.js.map +1 -1
- package/dist/{error-Do0kyiZ6.d.ts → error-DZAuAQ8Z.d.ts} +2 -2
- package/dist/{error-C5_qRXMp.d.cts → error-QHUSBOHv.d.cts} +2 -2
- package/dist/{index-CIpUb0vL.d.cts → index-CcbN4xcE.d.cts} +91 -5
- package/dist/{index-CIpUb0vL.d.ts → index-CcbN4xcE.d.ts} +91 -5
- package/dist/index.cjs +17 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +17 -4
- package/dist/index.js.map +1 -1
- package/dist/openapi.json +238 -3
- package/dist/server.cjs +17 -4
- package/dist/server.cjs.map +1 -1
- package/dist/server.d.cts +3 -3
- package/dist/server.d.ts +3 -3
- package/dist/server.js +17 -4
- package/dist/server.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Mb as apiRoutes } from './index-CcbN4xcE.js';
|
|
2
2
|
|
|
3
3
|
type ShopRouteKey = keyof typeof apiRoutes;
|
|
4
4
|
type ShopRoute<K extends ShopRouteKey> = (typeof apiRoutes)[K];
|
|
@@ -104,7 +104,7 @@ type ShopDiagnoseOptions = {
|
|
|
104
104
|
*/
|
|
105
105
|
declare function diagnoseShop(options?: ShopDiagnoseOptions): Promise<ShopDiagnosis>;
|
|
106
106
|
|
|
107
|
-
declare const CONTRACT_SHA256 = "
|
|
107
|
+
declare const CONTRACT_SHA256 = "32f132210ee188c28a330c9db5c6db6eaf5b7c3a65ecc041e029aca6e1335a60";
|
|
108
108
|
|
|
109
109
|
type ShopErrorDetails = {
|
|
110
110
|
status: number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Mb as apiRoutes } from './index-CcbN4xcE.cjs';
|
|
2
2
|
|
|
3
3
|
type ShopRouteKey = keyof typeof apiRoutes;
|
|
4
4
|
type ShopRoute<K extends ShopRouteKey> = (typeof apiRoutes)[K];
|
|
@@ -104,7 +104,7 @@ type ShopDiagnoseOptions = {
|
|
|
104
104
|
*/
|
|
105
105
|
declare function diagnoseShop(options?: ShopDiagnoseOptions): Promise<ShopDiagnosis>;
|
|
106
106
|
|
|
107
|
-
declare const CONTRACT_SHA256 = "
|
|
107
|
+
declare const CONTRACT_SHA256 = "32f132210ee188c28a330c9db5c6db6eaf5b7c3a65ecc041e029aca6e1335a60";
|
|
108
108
|
|
|
109
109
|
type ShopErrorDetails = {
|
|
110
110
|
status: number;
|