@junobuild/core 0.0.48-next-2024-05-06 → 0.0.49

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.
@@ -171,9 +171,11 @@ export interface StorageConfig {
171
171
  iframe: [] | [StorageConfigIFrame];
172
172
  rewrites: Array<[string, string]>;
173
173
  headers: Array<[string, Array<[string, string]>]>;
174
+ raw_access: [] | [StorageConfigRawAccess];
174
175
  redirects: [] | [Array<[string, StorageConfigRedirect]>];
175
176
  }
176
177
  export type StorageConfigIFrame = {Deny: null} | {AllowAny: null} | {SameOrigin: null};
178
+ export type StorageConfigRawAccess = {Deny: null} | {Allow: null};
177
179
  export interface StorageConfigRedirect {
178
180
  status_code: number;
179
181
  location: string;
@@ -57,6 +57,10 @@ export const idlFactory = ({IDL}) => {
57
57
  AllowAny: IDL.Null,
58
58
  SameOrigin: IDL.Null
59
59
  });
60
+ const StorageConfigRawAccess = IDL.Variant({
61
+ Deny: IDL.Null,
62
+ Allow: IDL.Null
63
+ });
60
64
  const StorageConfigRedirect = IDL.Record({
61
65
  status_code: IDL.Nat16,
62
66
  location: IDL.Text
@@ -65,6 +69,7 @@ export const idlFactory = ({IDL}) => {
65
69
  iframe: IDL.Opt(StorageConfigIFrame),
66
70
  rewrites: IDL.Vec(IDL.Tuple(IDL.Text, IDL.Text)),
67
71
  headers: IDL.Vec(IDL.Tuple(IDL.Text, IDL.Vec(IDL.Tuple(IDL.Text, IDL.Text)))),
72
+ raw_access: IDL.Opt(StorageConfigRawAccess),
68
73
  redirects: IDL.Opt(IDL.Vec(IDL.Tuple(IDL.Text, StorageConfigRedirect)))
69
74
  });
70
75
  const Config = IDL.Record({storage: StorageConfig});
@@ -57,6 +57,10 @@ export const idlFactory = ({IDL}) => {
57
57
  AllowAny: IDL.Null,
58
58
  SameOrigin: IDL.Null
59
59
  });
60
+ const StorageConfigRawAccess = IDL.Variant({
61
+ Deny: IDL.Null,
62
+ Allow: IDL.Null
63
+ });
60
64
  const StorageConfigRedirect = IDL.Record({
61
65
  status_code: IDL.Nat16,
62
66
  location: IDL.Text
@@ -65,6 +69,7 @@ export const idlFactory = ({IDL}) => {
65
69
  iframe: IDL.Opt(StorageConfigIFrame),
66
70
  rewrites: IDL.Vec(IDL.Tuple(IDL.Text, IDL.Text)),
67
71
  headers: IDL.Vec(IDL.Tuple(IDL.Text, IDL.Vec(IDL.Tuple(IDL.Text, IDL.Text)))),
72
+ raw_access: IDL.Opt(StorageConfigRawAccess),
68
73
  redirects: IDL.Opt(IDL.Vec(IDL.Tuple(IDL.Text, StorageConfigRedirect)))
69
74
  });
70
75
  const Config = IDL.Record({storage: StorageConfig});
@@ -0,0 +1,2 @@
1
+ import{Q as a,R as b,S as c,T as d}from"./chunk-JAXPYESO.js";export{a as CustomPath,d as encodePath,c as fetchNodeKeys,b as request};
2
+ //# sourceMappingURL=canisterStatus-TBLYKI2M.js.map
@@ -40,4 +40,4 @@ ieee754/index.js:
40
40
  @noble/curves/esm/bls12-381.js:
41
41
  (*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
42
42
  */
43
- //# sourceMappingURL=chunk-BECG7NRO.js.map
43
+ //# sourceMappingURL=chunk-JAXPYESO.js.map