@snapshot-labs/snapshot.js 0.11.9 → 0.11.10

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.ts CHANGED
@@ -372,6 +372,18 @@ declare const _default: {
372
372
  type: string;
373
373
  };
374
374
  };
375
+ boost: {
376
+ type: string;
377
+ properties: {
378
+ disabled: {
379
+ type: string;
380
+ };
381
+ bribeEnabled: {
382
+ type: string;
383
+ };
384
+ };
385
+ additionalProperties: boolean;
386
+ };
375
387
  };
376
388
  required: string[];
377
389
  additionalProperties: boolean;
@@ -368,6 +368,18 @@ declare const _default: {
368
368
  type: string;
369
369
  };
370
370
  };
371
+ boost: {
372
+ type: string;
373
+ properties: {
374
+ disabled: {
375
+ type: string;
376
+ };
377
+ bribeEnabled: {
378
+ type: string;
379
+ };
380
+ };
381
+ additionalProperties: boolean;
382
+ };
371
383
  };
372
384
  required: string[];
373
385
  additionalProperties: boolean;
@@ -981,6 +981,18 @@ var definitions = {
981
981
  items: {
982
982
  type: "string"
983
983
  }
984
+ },
985
+ boost: {
986
+ type: "object",
987
+ properties: {
988
+ disabled: {
989
+ type: "boolean"
990
+ },
991
+ bribeEnabled: {
992
+ type: "boolean"
993
+ }
994
+ },
995
+ additionalProperties: false
984
996
  }
985
997
  },
986
998
  required: [
@@ -971,6 +971,18 @@ var definitions = {
971
971
  items: {
972
972
  type: "string"
973
973
  }
974
+ },
975
+ boost: {
976
+ type: "object",
977
+ properties: {
978
+ disabled: {
979
+ type: "boolean"
980
+ },
981
+ bribeEnabled: {
982
+ type: "boolean"
983
+ }
984
+ },
985
+ additionalProperties: false
974
986
  }
975
987
  },
976
988
  required: [