@akashnetwork/chain-sdk 1.0.0-alpha.23 → 1.0.0-alpha.24
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/cjs/sdl/SDL/SDL.cjs +11 -11
- package/dist/cjs/sdl/SDL/SDL.cjs.map +2 -2
- package/dist/cjs/sdl/types.cjs.map +1 -1
- package/dist/esm/{chunk-QSKWS3TI.js → chunk-RIIYZIXM.js} +12 -12
- package/dist/esm/chunk-RIIYZIXM.js.map +7 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.web.js +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/sdl/types.d.ts +1 -1
- package/package.json +1 -1
- package/dist/esm/chunk-QSKWS3TI.js.map +0 -7
|
@@ -95,7 +95,7 @@ export type v2ManifestServiceParams = {
|
|
|
95
95
|
};
|
|
96
96
|
/** @deprecated Use `Manifest[number]['services'][number]['params']` type instead. */
|
|
97
97
|
export type v3ManifestServiceParams = {
|
|
98
|
-
storage: v2ServiceStorageParams[];
|
|
98
|
+
storage: v2ServiceStorageParams[] | null;
|
|
99
99
|
permissions?: v2ServicePermissions;
|
|
100
100
|
};
|
|
101
101
|
/** @deprecated will be removed in favor of `Manifest` type */
|