@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.
@@ -1,4 +1,4 @@
1
- import { M6 as apiRoutes } from './index-CIpUb0vL.js';
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 = "335eed391a2786a4f7f010b056d2a6a5b49d9e1244960a15516a5d77b93693b5";
107
+ declare const CONTRACT_SHA256 = "32f132210ee188c28a330c9db5c6db6eaf5b7c3a65ecc041e029aca6e1335a60";
108
108
 
109
109
  type ShopErrorDetails = {
110
110
  status: number;
@@ -1,4 +1,4 @@
1
- import { M6 as apiRoutes } from './index-CIpUb0vL.cjs';
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 = "335eed391a2786a4f7f010b056d2a6a5b49d9e1244960a15516a5d77b93693b5";
107
+ declare const CONTRACT_SHA256 = "32f132210ee188c28a330c9db5c6db6eaf5b7c3a65ecc041e029aca6e1335a60";
108
108
 
109
109
  type ShopErrorDetails = {
110
110
  status: number;