@xyo-network/diviner-stateful 3.6.12 → 3.7.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.
@@ -718,181 +718,7 @@ export declare const StatefulModuleMixin: <TParams extends StatefulModuleParams
718
718
  }>;
719
719
  ephemeralQueryAccountEnabled?: boolean;
720
720
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
721
- }, import("@xyo-network/module-model").ModuleEventData<object>>>(filter: import("@xyo-network/module-model").ObjectFilter<T>, options?: import("@xyo-network/module-model").ObjectFilterOptions<T> | undefined): import("@xylabs/promise").Promisable<T[]>;
722
- resolve<T extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
723
- account?: import("@xyo-network/account-model").AccountInstance | "random";
724
- addToResolvers?: boolean;
725
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
726
- allowNameResolution?: boolean;
727
- config: import("@xylabs/object").DeepRestrictToStringKeys<{
728
- schema: import("@xyo-network/payload-model").Schema;
729
- readonly archiving?: {
730
- readonly archivists?: string[] | undefined;
731
- readonly queries?: string[] | undefined;
732
- } | undefined;
733
- readonly allowedQueries?: string[] | undefined;
734
- readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
735
- readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
736
- readonly labels?: {
737
- [x: string]: string | undefined;
738
- } | undefined;
739
- readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
740
- readonly paging?: {
741
- [x: string]: {
742
- size?: number | undefined;
743
- };
744
- } | undefined;
745
- readonly retry?: {
746
- backoff?: number | undefined;
747
- interval?: number | undefined;
748
- retries?: number | undefined;
749
- } | undefined;
750
- readonly security?: {
751
- readonly allowAnonymous?: boolean | undefined;
752
- readonly allowed?: {
753
- [x: string]: (Lowercase<string> | Lowercase<string>[])[];
754
- } | undefined;
755
- readonly disallowed?: {
756
- [x: string]: Lowercase<string>[];
757
- } | undefined;
758
- } | undefined;
759
- readonly sign?: boolean | undefined;
760
- readonly storeQueries?: boolean | undefined;
761
- readonly timestamp?: boolean | undefined;
762
- }>;
763
- ephemeralQueryAccountEnabled?: boolean;
764
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
765
- }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
766
- account?: import("@xyo-network/account-model").AccountInstance | "random";
767
- addToResolvers?: boolean;
768
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
769
- allowNameResolution?: boolean;
770
- config: import("@xylabs/object").DeepRestrictToStringKeys<{
771
- schema: import("@xyo-network/payload-model").Schema;
772
- readonly archiving?: {
773
- readonly archivists?: string[] | undefined;
774
- readonly queries?: string[] | undefined;
775
- } | undefined;
776
- readonly allowedQueries?: string[] | undefined;
777
- readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
778
- readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
779
- readonly labels?: {
780
- [x: string]: string | undefined;
781
- } | undefined;
782
- readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
783
- readonly paging?: {
784
- [x: string]: {
785
- size?: number | undefined;
786
- };
787
- } | undefined;
788
- readonly retry?: {
789
- backoff?: number | undefined;
790
- interval?: number | undefined;
791
- retries?: number | undefined;
792
- } | undefined;
793
- readonly security?: {
794
- readonly allowAnonymous?: boolean | undefined;
795
- readonly allowed?: {
796
- [x: string]: (Lowercase<string> | Lowercase<string>[])[];
797
- } | undefined;
798
- readonly disallowed?: {
799
- [x: string]: Lowercase<string>[];
800
- } | undefined;
801
- } | undefined;
802
- readonly sign?: boolean | undefined;
803
- readonly storeQueries?: boolean | undefined;
804
- readonly timestamp?: boolean | undefined;
805
- }>;
806
- ephemeralQueryAccountEnabled?: boolean;
807
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
808
- }, import("@xyo-network/module-model").ModuleEventData<object>>>(filter?: import("@xyo-network/module-model").ObjectFilter<T> | undefined, options?: import("@xyo-network/module-model").ObjectFilterOptions<T> | undefined): import("@xylabs/promise").Promisable<T[]>;
809
- resolve<T extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
810
- account?: import("@xyo-network/account-model").AccountInstance | "random";
811
- addToResolvers?: boolean;
812
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
813
- allowNameResolution?: boolean;
814
- config: import("@xylabs/object").DeepRestrictToStringKeys<{
815
- schema: import("@xyo-network/payload-model").Schema;
816
- readonly archiving?: {
817
- readonly archivists?: string[] | undefined;
818
- readonly queries?: string[] | undefined;
819
- } | undefined;
820
- readonly allowedQueries?: string[] | undefined;
821
- readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
822
- readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
823
- readonly labels?: {
824
- [x: string]: string | undefined;
825
- } | undefined;
826
- readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
827
- readonly paging?: {
828
- [x: string]: {
829
- size?: number | undefined;
830
- };
831
- } | undefined;
832
- readonly retry?: {
833
- backoff?: number | undefined;
834
- interval?: number | undefined;
835
- retries?: number | undefined;
836
- } | undefined;
837
- readonly security?: {
838
- readonly allowAnonymous?: boolean | undefined;
839
- readonly allowed?: {
840
- [x: string]: (Lowercase<string> | Lowercase<string>[])[];
841
- } | undefined;
842
- readonly disallowed?: {
843
- [x: string]: Lowercase<string>[];
844
- } | undefined;
845
- } | undefined;
846
- readonly sign?: boolean | undefined;
847
- readonly storeQueries?: boolean | undefined;
848
- readonly timestamp?: boolean | undefined;
849
- }>;
850
- ephemeralQueryAccountEnabled?: boolean;
851
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
852
- }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
853
- account?: import("@xyo-network/account-model").AccountInstance | "random";
854
- addToResolvers?: boolean;
855
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
856
- allowNameResolution?: boolean;
857
- config: import("@xylabs/object").DeepRestrictToStringKeys<{
858
- schema: import("@xyo-network/payload-model").Schema;
859
- readonly archiving?: {
860
- readonly archivists?: string[] | undefined;
861
- readonly queries?: string[] | undefined;
862
- } | undefined;
863
- readonly allowedQueries?: string[] | undefined;
864
- readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
865
- readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
866
- readonly labels?: {
867
- [x: string]: string | undefined;
868
- } | undefined;
869
- readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
870
- readonly paging?: {
871
- [x: string]: {
872
- size?: number | undefined;
873
- };
874
- } | undefined;
875
- readonly retry?: {
876
- backoff?: number | undefined;
877
- interval?: number | undefined;
878
- retries?: number | undefined;
879
- } | undefined;
880
- readonly security?: {
881
- readonly allowAnonymous?: boolean | undefined;
882
- readonly allowed?: {
883
- [x: string]: (Lowercase<string> | Lowercase<string>[])[];
884
- } | undefined;
885
- readonly disallowed?: {
886
- [x: string]: Lowercase<string>[];
887
- } | undefined;
888
- } | undefined;
889
- readonly sign?: boolean | undefined;
890
- readonly storeQueries?: boolean | undefined;
891
- readonly timestamp?: boolean | undefined;
892
- }>;
893
- ephemeralQueryAccountEnabled?: boolean;
894
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
895
- }, import("@xyo-network/module-model").ModuleEventData<object>>>(idOrFilter?: string | import("@xyo-network/module-model").ObjectFilter<T> | undefined, options?: import("@xyo-network/module-model").ObjectFilterOptions<T> | undefined): import("@xylabs/promise").Promisable<T | T[] | undefined>;
721
+ }, import("@xyo-network/module-model").ModuleEventData<object>>>(id?: import("@xyo-network/module-model").ModuleIdentifier, options?: import("@xyo-network/module-model").ObjectFilterOptions<T> | undefined): import("@xylabs/promise").Promisable<T | T[] | undefined>;
896
722
  resolvePrivate<T extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
897
723
  account?: import("@xyo-network/account-model").AccountInstance | "random";
898
724
  addToResolvers?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/diviner-stateful",
3
- "version": "3.6.12",
3
+ "version": "3.7.1",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -32,29 +32,29 @@
32
32
  "@xylabs/assert": "^4.5.1",
33
33
  "@xylabs/hex": "^4.5.1",
34
34
  "@xylabs/object": "^4.5.1",
35
- "@xyo-network/archivist-model": "^3.6.12",
36
- "@xyo-network/archivist-wrapper": "^3.6.12",
37
- "@xyo-network/boundwitness-builder": "^3.6.12",
38
- "@xyo-network/boundwitness-model": "^3.6.12",
39
- "@xyo-network/diviner-abstract": "^3.6.12",
40
- "@xyo-network/diviner-boundwitness-model": "^3.6.12",
41
- "@xyo-network/diviner-model": "^3.6.12",
42
- "@xyo-network/diviner-wrapper": "^3.6.12",
43
- "@xyo-network/module-model": "^3.6.12",
44
- "@xyo-network/payload-builder": "^3.6.12",
45
- "@xyo-network/payload-model": "^3.6.12"
35
+ "@xyo-network/archivist-model": "^3.7.1",
36
+ "@xyo-network/archivist-wrapper": "^3.7.1",
37
+ "@xyo-network/boundwitness-builder": "^3.7.1",
38
+ "@xyo-network/boundwitness-model": "^3.7.1",
39
+ "@xyo-network/diviner-abstract": "^3.7.1",
40
+ "@xyo-network/diviner-boundwitness-model": "^3.7.1",
41
+ "@xyo-network/diviner-model": "^3.7.1",
42
+ "@xyo-network/diviner-wrapper": "^3.7.1",
43
+ "@xyo-network/module-model": "^3.7.1",
44
+ "@xyo-network/payload-builder": "^3.7.1",
45
+ "@xyo-network/payload-model": "^3.7.1"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@xylabs/ts-scripts-yarn3": "^4.2.6",
49
49
  "@xylabs/tsconfig": "^4.2.6",
50
50
  "@xylabs/vitest-extended": "^4.5.1",
51
- "@xyo-network/account": "^3.6.12",
52
- "@xyo-network/archivist-memory": "^3.6.12",
53
- "@xyo-network/diviner-boundwitness-memory": "^3.6.12",
54
- "@xyo-network/diviner-payload-memory": "^3.6.12",
55
- "@xyo-network/manifest": "^3.6.12",
56
- "@xyo-network/module-factory-locator": "^3.6.12",
57
- "@xyo-network/node-memory": "^3.6.12",
51
+ "@xyo-network/account": "^3.7.1",
52
+ "@xyo-network/archivist-memory": "^3.7.1",
53
+ "@xyo-network/diviner-boundwitness-memory": "^3.7.1",
54
+ "@xyo-network/diviner-payload-memory": "^3.7.1",
55
+ "@xyo-network/manifest": "^3.7.1",
56
+ "@xyo-network/module-factory-locator": "^3.7.1",
57
+ "@xyo-network/node-memory": "^3.7.1",
58
58
  "typescript": "^5.7.3",
59
59
  "vitest": "^3.0.4"
60
60
  },