@milaboratories/milaboratories.pool-explorer.model 1.0.85 → 1.0.86
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/.turbo/turbo-build.log +3 -7
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +7 -0
- package/dist/bundle.js +1 -1
- package/dist/bundle.js.map +1 -1
- package/dist/index.d.ts +3 -2
- package/dist/index.d.ts.map +1 -0
- package/dist/model.json +1 -1
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -2,8 +2,8 @@ import { InferHrefType, InferOutputsType } from '@platforma-sdk/model';
|
|
|
2
2
|
export type BlockArgs = {
|
|
3
3
|
titleArg: string;
|
|
4
4
|
};
|
|
5
|
-
export declare const platforma: import(
|
|
6
|
-
allSpecs: import(
|
|
5
|
+
export declare const platforma: import("@platforma-sdk/model").PlatformaV1<BlockArgs, {
|
|
6
|
+
allSpecs: import("@milaboratories/pl-model-common").ValueOrErrors<{
|
|
7
7
|
readonly entries: {
|
|
8
8
|
readonly ref: {
|
|
9
9
|
readonly __isRef: true;
|
|
@@ -29,3 +29,4 @@ export declare const platforma: import('@platforma-sdk/model').PlatformaV1<Block
|
|
|
29
29
|
}, "/">;
|
|
30
30
|
export type BlockOutputs = InferOutputsType<typeof platforma>;
|
|
31
31
|
export type Href = InferHrefType<typeof platforma>;
|
|
32
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,aAAa,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAEnF,MAAM,MAAM,SAAS,GAAG;IACtB,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;OAYb,CAAC;AAEV,MAAM,MAAM,YAAY,GAAG,gBAAgB,CAAC,OAAO,SAAS,CAAC,CAAC;AAC9D,MAAM,MAAM,IAAI,GAAG,aAAa,CAAC,OAAO,SAAS,CAAC,CAAC"}
|