@milaboratories/milaboratories.pool-explorer.model 1.0.32 → 1.0.34

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/index.d.cts CHANGED
@@ -11,6 +11,7 @@ declare const platforma: _platforma_sdk_model.Platforma<BlockArgs, {
11
11
  readonly __isRef: true;
12
12
  readonly blockId: string;
13
13
  readonly name: string;
14
+ readonly requireEnrichments?: true | undefined;
14
15
  };
15
16
  readonly obj: {
16
17
  readonly kind: string;
package/dist/index.d.ts CHANGED
@@ -11,6 +11,7 @@ declare const platforma: _platforma_sdk_model.Platforma<BlockArgs, {
11
11
  readonly __isRef: true;
12
12
  readonly blockId: string;
13
13
  readonly name: string;
14
+ readonly requireEnrichments?: true | undefined;
14
15
  };
15
16
  readonly obj: {
16
17
  readonly kind: string;