@xyo-network/react-archivist 2.62.3 → 2.64.0-rc.1

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.
@@ -1,5 +1,5 @@
1
1
  import { ArchivistInstance } from '@xyo-network/archivist';
2
- export declare const useArchivistAll: (archivist: ArchivistInstance) => (Error | import("@xyo-network/react-module").RefreshCallback | [{
2
+ export declare const useArchivistAll: (archivist: ArchivistInstance) => (Error | import("@xyo-network/react-module").RefreshCallback | [({
3
3
  schema: string;
4
- }[] | undefined, Error | undefined, import("@xylabs/react-promise").State | undefined] | undefined)[];
4
+ } & import("@xyo-network/payload-model").PayloadFields)[] | undefined, Error | undefined, import("@xylabs/react-promise").State | undefined] | undefined)[];
5
5
  //# sourceMappingURL=useArchivistAll.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useArchivistAll.d.ts","sourceRoot":"","sources":["../../../src/hooks/queries/useArchivistAll.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAI1D,eAAO,MAAM,eAAe,cAAe,iBAAiB;;qGAgB3D,CAAA"}
1
+ {"version":3,"file":"useArchivistAll.d.ts","sourceRoot":"","sources":["../../../src/hooks/queries/useArchivistAll.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAI1D,eAAO,MAAM,eAAe,cAAe,iBAAiB;;2JAgB3D,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import { ArchivistInstance } from '@xyo-network/archivist';
2
- export declare const useArchivistAll: (archivist: ArchivistInstance) => (Error | import("@xyo-network/react-module").RefreshCallback | [{
2
+ export declare const useArchivistAll: (archivist: ArchivistInstance) => (Error | import("@xyo-network/react-module").RefreshCallback | [({
3
3
  schema: string;
4
- }[] | undefined, Error | undefined, import("@xylabs/react-promise").State | undefined] | undefined)[];
4
+ } & import("@xyo-network/payload-model").PayloadFields)[] | undefined, Error | undefined, import("@xylabs/react-promise").State | undefined] | undefined)[];
5
5
  //# sourceMappingURL=useArchivistAll.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useArchivistAll.d.ts","sourceRoot":"","sources":["../../../src/hooks/queries/useArchivistAll.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAI1D,eAAO,MAAM,eAAe,cAAe,iBAAiB;;qGAgB3D,CAAA"}
1
+ {"version":3,"file":"useArchivistAll.d.ts","sourceRoot":"","sources":["../../../src/hooks/queries/useArchivistAll.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAI1D,eAAO,MAAM,eAAe,cAAe,iBAAiB;;2JAgB3D,CAAA"}
@@ -2,7 +2,7 @@ import { ArchivistInstance } from '@xyo-network/archivist';
2
2
  import { RefreshCallback } from '@xyo-network/react-module';
3
3
  export declare const useArchivistGet: <T extends {
4
4
  schema: string;
5
- } = {
5
+ } & import("@xyo-network/payload-model").PayloadFields = {
6
6
  schema: string;
7
- }>(archivist?: ArchivistInstance | null, hashes?: string[]) => [T[] | undefined, Error | undefined, RefreshCallback];
7
+ } & import("@xyo-network/payload-model").PayloadFields>(archivist?: ArchivistInstance | null, hashes?: string[]) => [T[] | undefined, Error | undefined, RefreshCallback];
8
8
  //# sourceMappingURL=useArchivistGet.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useArchivistGet.d.ts","sourceRoot":"","sources":["../../../src/hooks/queries/useArchivistGet.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAE1D,OAAO,EAAE,eAAe,EAAc,MAAM,2BAA2B,CAAA;AAEvE,eAAO,MAAM,eAAe;;;;eACd,iBAAiB,GAAG,IAAI,WAC3B,MAAM,EAAE,0DAWlB,CAAA"}
1
+ {"version":3,"file":"useArchivistGet.d.ts","sourceRoot":"","sources":["../../../src/hooks/queries/useArchivistGet.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAE1D,OAAO,EAAE,eAAe,EAAc,MAAM,2BAA2B,CAAA;AAEvE,eAAO,MAAM,eAAe;;;;oEACd,iBAAiB,GAAG,IAAI,WAC3B,MAAM,EAAE,0DAWlB,CAAA"}
@@ -2,7 +2,7 @@ import { ArchivistInstance } from '@xyo-network/archivist';
2
2
  import { RefreshCallback } from '@xyo-network/react-module';
3
3
  export declare const useArchivistGet: <T extends {
4
4
  schema: string;
5
- } = {
5
+ } & import("@xyo-network/payload-model").PayloadFields = {
6
6
  schema: string;
7
- }>(archivist?: ArchivistInstance | null, hashes?: string[]) => [T[] | undefined, Error | undefined, RefreshCallback];
7
+ } & import("@xyo-network/payload-model").PayloadFields>(archivist?: ArchivistInstance | null, hashes?: string[]) => [T[] | undefined, Error | undefined, RefreshCallback];
8
8
  //# sourceMappingURL=useArchivistGet.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useArchivistGet.d.ts","sourceRoot":"","sources":["../../../src/hooks/queries/useArchivistGet.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAE1D,OAAO,EAAE,eAAe,EAAc,MAAM,2BAA2B,CAAA;AAEvE,eAAO,MAAM,eAAe;;;;eACd,iBAAiB,GAAG,IAAI,WAC3B,MAAM,EAAE,0DAWlB,CAAA"}
1
+ {"version":3,"file":"useArchivistGet.d.ts","sourceRoot":"","sources":["../../../src/hooks/queries/useArchivistGet.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAE1D,OAAO,EAAE,eAAe,EAAc,MAAM,2BAA2B,CAAA;AAEvE,eAAO,MAAM,eAAe;;;;oEACd,iBAAiB,GAAG,IAAI,WAC3B,MAAM,EAAE,0DAWlB,CAAA"}