@xyo-network/diviner-stateful 2.92.0 → 2.92.2
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/browser/Diviner.d.cts +7 -103
- package/dist/browser/Diviner.d.cts.map +1 -1
- package/dist/browser/Diviner.d.mts +7 -103
- package/dist/browser/Diviner.d.mts.map +1 -1
- package/dist/browser/Diviner.d.ts +7 -103
- package/dist/browser/Diviner.d.ts.map +1 -1
- package/dist/browser/DivinerMixin.d.cts +27 -503
- package/dist/browser/DivinerMixin.d.cts.map +1 -1
- package/dist/browser/DivinerMixin.d.mts +27 -503
- package/dist/browser/DivinerMixin.d.mts.map +1 -1
- package/dist/browser/DivinerMixin.d.ts +27 -503
- package/dist/browser/DivinerMixin.d.ts.map +1 -1
- package/dist/node/Diviner.d.cts +7 -103
- package/dist/node/Diviner.d.cts.map +1 -1
- package/dist/node/Diviner.d.mts +7 -103
- package/dist/node/Diviner.d.mts.map +1 -1
- package/dist/node/Diviner.d.ts +7 -103
- package/dist/node/Diviner.d.ts.map +1 -1
- package/dist/node/DivinerMixin.d.cts +27 -503
- package/dist/node/DivinerMixin.d.cts.map +1 -1
- package/dist/node/DivinerMixin.d.mts +27 -503
- package/dist/node/DivinerMixin.d.mts.map +1 -1
- package/dist/node/DivinerMixin.d.ts +27 -503
- package/dist/node/DivinerMixin.d.ts.map +1 -1
- package/package.json +23 -23
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAOA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAElC,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAErD,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAOA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAElC,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAErD,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8JATmE,GAAG,EAAE;;IAmBpG;;;;;;OAMG;;IAWH;;;;OAIG;;;;;;;;;;;;;;;;;IASH;;;;OAIG;;;;;;;;;;;;;;;;IAWH;;;;OAIG;;;;;;;;;;;;;;;;IAQH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA2CN,CAAA"}
|
package/dist/node/Diviner.d.cts
CHANGED
|
@@ -29,45 +29,13 @@ export declare abstract class StatefulDiviner<TParams extends StatefulDivinerPar
|
|
|
29
29
|
*/
|
|
30
30
|
protected getArchivistForStateStore(): Promise<ArchivistWrapper<import("@xyo-network/archivist-model").ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
31
31
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
32
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
33
|
-
readonly archivist?: string | undefined;
|
|
34
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
35
|
-
readonly name?: string | undefined;
|
|
36
|
-
readonly paging?: Record<string, {
|
|
37
|
-
size?: number | undefined;
|
|
38
|
-
}> | undefined;
|
|
39
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
40
|
-
schema: "network.xyo.archivist.config";
|
|
41
|
-
readonly security?: {
|
|
42
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
43
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
44
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
45
|
-
} | undefined;
|
|
46
|
-
readonly sign?: boolean | undefined;
|
|
47
|
-
readonly storeQueries?: boolean | undefined;
|
|
48
|
-
readonly timestamp?: boolean | undefined;
|
|
49
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
50
|
-
readonly archivist?: string | undefined;
|
|
51
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
52
|
-
readonly name?: string | undefined;
|
|
53
|
-
readonly paging?: Record<string, {
|
|
54
|
-
size?: number | undefined;
|
|
55
|
-
}> | undefined;
|
|
56
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
57
|
-
schema: "network.xyo.archivist.config";
|
|
58
|
-
readonly security?: {
|
|
59
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
60
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
61
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
62
|
-
} | undefined;
|
|
63
|
-
readonly sign?: boolean | undefined;
|
|
64
|
-
readonly storeQueries?: boolean | undefined;
|
|
65
|
-
readonly timestamp?: boolean | undefined;
|
|
66
|
-
} & {
|
|
32
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
67
33
|
parents?: import("@xyo-network/archivist-model").ArchivistParents | undefined;
|
|
68
34
|
requireAllParents?: boolean | undefined;
|
|
69
35
|
schema: "network.xyo.archivist.config";
|
|
70
36
|
storeParentReads?: boolean | undefined;
|
|
37
|
+
}, "schema"> & {
|
|
38
|
+
schema: "network.xyo.archivist.config";
|
|
71
39
|
}, "schema"> & {
|
|
72
40
|
schema: string;
|
|
73
41
|
};
|
|
@@ -80,41 +48,9 @@ export declare abstract class StatefulDiviner<TParams extends StatefulDivinerPar
|
|
|
80
48
|
*/
|
|
81
49
|
protected getBoundWitnessDivinerForStateStore(): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
82
50
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
83
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
84
|
-
readonly archivist?: string | undefined;
|
|
85
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
86
|
-
readonly name?: string | undefined;
|
|
87
|
-
readonly paging?: Record<string, {
|
|
88
|
-
size?: number | undefined;
|
|
89
|
-
}> | undefined;
|
|
90
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
51
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
91
52
|
schema: "network.xyo.diviner.config";
|
|
92
|
-
|
|
93
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
94
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
95
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
96
|
-
} | undefined;
|
|
97
|
-
readonly sign?: boolean | undefined;
|
|
98
|
-
readonly storeQueries?: boolean | undefined;
|
|
99
|
-
readonly timestamp?: boolean | undefined;
|
|
100
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
101
|
-
readonly archivist?: string | undefined;
|
|
102
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
103
|
-
readonly name?: string | undefined;
|
|
104
|
-
readonly paging?: Record<string, {
|
|
105
|
-
size?: number | undefined;
|
|
106
|
-
}> | undefined;
|
|
107
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
108
|
-
schema: "network.xyo.diviner.config";
|
|
109
|
-
readonly security?: {
|
|
110
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
111
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
112
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
113
|
-
} | undefined;
|
|
114
|
-
readonly sign?: boolean | undefined;
|
|
115
|
-
readonly storeQueries?: boolean | undefined;
|
|
116
|
-
readonly timestamp?: boolean | undefined;
|
|
117
|
-
} & {
|
|
53
|
+
}, "schema"> & {
|
|
118
54
|
schema: "network.xyo.diviner.config";
|
|
119
55
|
}, "schema"> & {
|
|
120
56
|
schema: string;
|
|
@@ -136,41 +72,9 @@ export declare abstract class StatefulDiviner<TParams extends StatefulDivinerPar
|
|
|
136
72
|
*/
|
|
137
73
|
protected getPayloadDivinerForStateStore(): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
138
74
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
139
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
140
|
-
readonly archivist?: string | undefined;
|
|
141
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
142
|
-
readonly name?: string | undefined;
|
|
143
|
-
readonly paging?: Record<string, {
|
|
144
|
-
size?: number | undefined;
|
|
145
|
-
}> | undefined;
|
|
146
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
75
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
147
76
|
schema: "network.xyo.diviner.config";
|
|
148
|
-
|
|
149
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
150
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
151
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
152
|
-
} | undefined;
|
|
153
|
-
readonly sign?: boolean | undefined;
|
|
154
|
-
readonly storeQueries?: boolean | undefined;
|
|
155
|
-
readonly timestamp?: boolean | undefined;
|
|
156
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
157
|
-
readonly archivist?: string | undefined;
|
|
158
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
159
|
-
readonly name?: string | undefined;
|
|
160
|
-
readonly paging?: Record<string, {
|
|
161
|
-
size?: number | undefined;
|
|
162
|
-
}> | undefined;
|
|
163
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
164
|
-
schema: "network.xyo.diviner.config";
|
|
165
|
-
readonly security?: {
|
|
166
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
167
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
168
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
169
|
-
} | undefined;
|
|
170
|
-
readonly sign?: boolean | undefined;
|
|
171
|
-
readonly storeQueries?: boolean | undefined;
|
|
172
|
-
readonly timestamp?: boolean | undefined;
|
|
173
|
-
} & {
|
|
77
|
+
}, "schema"> & {
|
|
174
78
|
schema: "network.xyo.diviner.config";
|
|
175
79
|
}, "schema"> & {
|
|
176
80
|
schema: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Diviner.d.ts","sourceRoot":"","sources":["../../src/Diviner.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AAGjE,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAE/D,OAAO,EAAuB,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AACvG,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAiB,WAAW,EAAqB,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAE1G,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAG9D,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAIhD;;GAEG;AACH,8BAAsB,eAAe,CACnC,OAAO,SAAS,qBAAqB,GAAG,qBAAqB,EAC7D,GAAG,SAAS,OAAO,GAAG,OAAO,EAC7B,IAAI,SAAS,OAAO,GAAG,OAAO,EAC9B,UAAU,SAAS,sBAAsB,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,GAAG,sBAAsB,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,EACxI,MAAM,SAAS,eAAe,GAAG,eAAe,CAChD,SAAQ,eAAe,CAAC,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,CAAC;IACvD,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAAqD;IAErG;;OAEG;IACH,SAAS,CAAC,UAAU,CAAC,EAAE,QAAQ,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC,CAAA;IAEpD;;;;;;OAMG;cACa,WAAW,CAAC,SAAS,EAAE,QAAQ,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;IASpE;;;;OAIG;cACa,yBAAyB
|
|
1
|
+
{"version":3,"file":"Diviner.d.ts","sourceRoot":"","sources":["../../src/Diviner.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AAGjE,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAE/D,OAAO,EAAuB,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AACvG,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAiB,WAAW,EAAqB,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAE1G,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAG9D,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAIhD;;GAEG;AACH,8BAAsB,eAAe,CACnC,OAAO,SAAS,qBAAqB,GAAG,qBAAqB,EAC7D,GAAG,SAAS,OAAO,GAAG,OAAO,EAC7B,IAAI,SAAS,OAAO,GAAG,OAAO,EAC9B,UAAU,SAAS,sBAAsB,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,GAAG,sBAAsB,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,EACxI,MAAM,SAAS,eAAe,GAAG,eAAe,CAChD,SAAQ,eAAe,CAAC,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,CAAC;IACvD,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAAqD;IAErG;;OAEG;IACH,SAAS,CAAC,UAAU,CAAC,EAAE,QAAQ,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC,CAAA;IAEpD;;;;;;OAMG;cACa,WAAW,CAAC,SAAS,EAAE,QAAQ,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;IASpE;;;;OAIG;cACa,yBAAyB;;;;;;;;;;;;;;IAMzC;;;;OAIG;cACa,mCAAmC;;;;;;;;;;;;;;;;;;;IAMnD;;;;OAIG;cACa,8BAA8B;;;;;;;;;;;;;;;;;;;IAM9C;;;OAGG;cACa,aAAa,IAAI,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC,GAAG,SAAS,CAAC;CAwCpF"}
|
package/dist/node/Diviner.d.mts
CHANGED
|
@@ -29,45 +29,13 @@ export declare abstract class StatefulDiviner<TParams extends StatefulDivinerPar
|
|
|
29
29
|
*/
|
|
30
30
|
protected getArchivistForStateStore(): Promise<ArchivistWrapper<import("@xyo-network/archivist-model").ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
31
31
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
32
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
33
|
-
readonly archivist?: string | undefined;
|
|
34
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
35
|
-
readonly name?: string | undefined;
|
|
36
|
-
readonly paging?: Record<string, {
|
|
37
|
-
size?: number | undefined;
|
|
38
|
-
}> | undefined;
|
|
39
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
40
|
-
schema: "network.xyo.archivist.config";
|
|
41
|
-
readonly security?: {
|
|
42
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
43
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
44
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
45
|
-
} | undefined;
|
|
46
|
-
readonly sign?: boolean | undefined;
|
|
47
|
-
readonly storeQueries?: boolean | undefined;
|
|
48
|
-
readonly timestamp?: boolean | undefined;
|
|
49
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
50
|
-
readonly archivist?: string | undefined;
|
|
51
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
52
|
-
readonly name?: string | undefined;
|
|
53
|
-
readonly paging?: Record<string, {
|
|
54
|
-
size?: number | undefined;
|
|
55
|
-
}> | undefined;
|
|
56
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
57
|
-
schema: "network.xyo.archivist.config";
|
|
58
|
-
readonly security?: {
|
|
59
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
60
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
61
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
62
|
-
} | undefined;
|
|
63
|
-
readonly sign?: boolean | undefined;
|
|
64
|
-
readonly storeQueries?: boolean | undefined;
|
|
65
|
-
readonly timestamp?: boolean | undefined;
|
|
66
|
-
} & {
|
|
32
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
67
33
|
parents?: import("@xyo-network/archivist-model").ArchivistParents | undefined;
|
|
68
34
|
requireAllParents?: boolean | undefined;
|
|
69
35
|
schema: "network.xyo.archivist.config";
|
|
70
36
|
storeParentReads?: boolean | undefined;
|
|
37
|
+
}, "schema"> & {
|
|
38
|
+
schema: "network.xyo.archivist.config";
|
|
71
39
|
}, "schema"> & {
|
|
72
40
|
schema: string;
|
|
73
41
|
};
|
|
@@ -80,41 +48,9 @@ export declare abstract class StatefulDiviner<TParams extends StatefulDivinerPar
|
|
|
80
48
|
*/
|
|
81
49
|
protected getBoundWitnessDivinerForStateStore(): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
82
50
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
83
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
84
|
-
readonly archivist?: string | undefined;
|
|
85
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
86
|
-
readonly name?: string | undefined;
|
|
87
|
-
readonly paging?: Record<string, {
|
|
88
|
-
size?: number | undefined;
|
|
89
|
-
}> | undefined;
|
|
90
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
51
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
91
52
|
schema: "network.xyo.diviner.config";
|
|
92
|
-
|
|
93
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
94
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
95
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
96
|
-
} | undefined;
|
|
97
|
-
readonly sign?: boolean | undefined;
|
|
98
|
-
readonly storeQueries?: boolean | undefined;
|
|
99
|
-
readonly timestamp?: boolean | undefined;
|
|
100
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
101
|
-
readonly archivist?: string | undefined;
|
|
102
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
103
|
-
readonly name?: string | undefined;
|
|
104
|
-
readonly paging?: Record<string, {
|
|
105
|
-
size?: number | undefined;
|
|
106
|
-
}> | undefined;
|
|
107
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
108
|
-
schema: "network.xyo.diviner.config";
|
|
109
|
-
readonly security?: {
|
|
110
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
111
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
112
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
113
|
-
} | undefined;
|
|
114
|
-
readonly sign?: boolean | undefined;
|
|
115
|
-
readonly storeQueries?: boolean | undefined;
|
|
116
|
-
readonly timestamp?: boolean | undefined;
|
|
117
|
-
} & {
|
|
53
|
+
}, "schema"> & {
|
|
118
54
|
schema: "network.xyo.diviner.config";
|
|
119
55
|
}, "schema"> & {
|
|
120
56
|
schema: string;
|
|
@@ -136,41 +72,9 @@ export declare abstract class StatefulDiviner<TParams extends StatefulDivinerPar
|
|
|
136
72
|
*/
|
|
137
73
|
protected getPayloadDivinerForStateStore(): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
138
74
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
139
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
140
|
-
readonly archivist?: string | undefined;
|
|
141
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
142
|
-
readonly name?: string | undefined;
|
|
143
|
-
readonly paging?: Record<string, {
|
|
144
|
-
size?: number | undefined;
|
|
145
|
-
}> | undefined;
|
|
146
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
75
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
147
76
|
schema: "network.xyo.diviner.config";
|
|
148
|
-
|
|
149
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
150
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
151
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
152
|
-
} | undefined;
|
|
153
|
-
readonly sign?: boolean | undefined;
|
|
154
|
-
readonly storeQueries?: boolean | undefined;
|
|
155
|
-
readonly timestamp?: boolean | undefined;
|
|
156
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
157
|
-
readonly archivist?: string | undefined;
|
|
158
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
159
|
-
readonly name?: string | undefined;
|
|
160
|
-
readonly paging?: Record<string, {
|
|
161
|
-
size?: number | undefined;
|
|
162
|
-
}> | undefined;
|
|
163
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
164
|
-
schema: "network.xyo.diviner.config";
|
|
165
|
-
readonly security?: {
|
|
166
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
167
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
168
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
169
|
-
} | undefined;
|
|
170
|
-
readonly sign?: boolean | undefined;
|
|
171
|
-
readonly storeQueries?: boolean | undefined;
|
|
172
|
-
readonly timestamp?: boolean | undefined;
|
|
173
|
-
} & {
|
|
77
|
+
}, "schema"> & {
|
|
174
78
|
schema: "network.xyo.diviner.config";
|
|
175
79
|
}, "schema"> & {
|
|
176
80
|
schema: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Diviner.d.ts","sourceRoot":"","sources":["../../src/Diviner.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AAGjE,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAE/D,OAAO,EAAuB,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AACvG,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAiB,WAAW,EAAqB,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAE1G,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAG9D,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAIhD;;GAEG;AACH,8BAAsB,eAAe,CACnC,OAAO,SAAS,qBAAqB,GAAG,qBAAqB,EAC7D,GAAG,SAAS,OAAO,GAAG,OAAO,EAC7B,IAAI,SAAS,OAAO,GAAG,OAAO,EAC9B,UAAU,SAAS,sBAAsB,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,GAAG,sBAAsB,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,EACxI,MAAM,SAAS,eAAe,GAAG,eAAe,CAChD,SAAQ,eAAe,CAAC,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,CAAC;IACvD,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAAqD;IAErG;;OAEG;IACH,SAAS,CAAC,UAAU,CAAC,EAAE,QAAQ,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC,CAAA;IAEpD;;;;;;OAMG;cACa,WAAW,CAAC,SAAS,EAAE,QAAQ,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;IASpE;;;;OAIG;cACa,yBAAyB
|
|
1
|
+
{"version":3,"file":"Diviner.d.ts","sourceRoot":"","sources":["../../src/Diviner.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AAGjE,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAE/D,OAAO,EAAuB,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AACvG,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAiB,WAAW,EAAqB,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAE1G,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAG9D,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAIhD;;GAEG;AACH,8BAAsB,eAAe,CACnC,OAAO,SAAS,qBAAqB,GAAG,qBAAqB,EAC7D,GAAG,SAAS,OAAO,GAAG,OAAO,EAC7B,IAAI,SAAS,OAAO,GAAG,OAAO,EAC9B,UAAU,SAAS,sBAAsB,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,GAAG,sBAAsB,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,EACxI,MAAM,SAAS,eAAe,GAAG,eAAe,CAChD,SAAQ,eAAe,CAAC,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,CAAC;IACvD,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAAqD;IAErG;;OAEG;IACH,SAAS,CAAC,UAAU,CAAC,EAAE,QAAQ,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC,CAAA;IAEpD;;;;;;OAMG;cACa,WAAW,CAAC,SAAS,EAAE,QAAQ,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;IASpE;;;;OAIG;cACa,yBAAyB;;;;;;;;;;;;;;IAMzC;;;;OAIG;cACa,mCAAmC;;;;;;;;;;;;;;;;;;;IAMnD;;;;OAIG;cACa,8BAA8B;;;;;;;;;;;;;;;;;;;IAM9C;;;OAGG;cACa,aAAa,IAAI,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC,GAAG,SAAS,CAAC;CAwCpF"}
|
package/dist/node/Diviner.d.ts
CHANGED
|
@@ -29,45 +29,13 @@ export declare abstract class StatefulDiviner<TParams extends StatefulDivinerPar
|
|
|
29
29
|
*/
|
|
30
30
|
protected getArchivistForStateStore(): Promise<ArchivistWrapper<import("@xyo-network/archivist-model").ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
31
31
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
32
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
33
|
-
readonly archivist?: string | undefined;
|
|
34
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
35
|
-
readonly name?: string | undefined;
|
|
36
|
-
readonly paging?: Record<string, {
|
|
37
|
-
size?: number | undefined;
|
|
38
|
-
}> | undefined;
|
|
39
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
40
|
-
schema: "network.xyo.archivist.config";
|
|
41
|
-
readonly security?: {
|
|
42
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
43
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
44
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
45
|
-
} | undefined;
|
|
46
|
-
readonly sign?: boolean | undefined;
|
|
47
|
-
readonly storeQueries?: boolean | undefined;
|
|
48
|
-
readonly timestamp?: boolean | undefined;
|
|
49
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
50
|
-
readonly archivist?: string | undefined;
|
|
51
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
52
|
-
readonly name?: string | undefined;
|
|
53
|
-
readonly paging?: Record<string, {
|
|
54
|
-
size?: number | undefined;
|
|
55
|
-
}> | undefined;
|
|
56
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
57
|
-
schema: "network.xyo.archivist.config";
|
|
58
|
-
readonly security?: {
|
|
59
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
60
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
61
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
62
|
-
} | undefined;
|
|
63
|
-
readonly sign?: boolean | undefined;
|
|
64
|
-
readonly storeQueries?: boolean | undefined;
|
|
65
|
-
readonly timestamp?: boolean | undefined;
|
|
66
|
-
} & {
|
|
32
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
67
33
|
parents?: import("@xyo-network/archivist-model").ArchivistParents | undefined;
|
|
68
34
|
requireAllParents?: boolean | undefined;
|
|
69
35
|
schema: "network.xyo.archivist.config";
|
|
70
36
|
storeParentReads?: boolean | undefined;
|
|
37
|
+
}, "schema"> & {
|
|
38
|
+
schema: "network.xyo.archivist.config";
|
|
71
39
|
}, "schema"> & {
|
|
72
40
|
schema: string;
|
|
73
41
|
};
|
|
@@ -80,41 +48,9 @@ export declare abstract class StatefulDiviner<TParams extends StatefulDivinerPar
|
|
|
80
48
|
*/
|
|
81
49
|
protected getBoundWitnessDivinerForStateStore(): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
82
50
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
83
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
84
|
-
readonly archivist?: string | undefined;
|
|
85
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
86
|
-
readonly name?: string | undefined;
|
|
87
|
-
readonly paging?: Record<string, {
|
|
88
|
-
size?: number | undefined;
|
|
89
|
-
}> | undefined;
|
|
90
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
51
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
91
52
|
schema: "network.xyo.diviner.config";
|
|
92
|
-
|
|
93
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
94
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
95
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
96
|
-
} | undefined;
|
|
97
|
-
readonly sign?: boolean | undefined;
|
|
98
|
-
readonly storeQueries?: boolean | undefined;
|
|
99
|
-
readonly timestamp?: boolean | undefined;
|
|
100
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
101
|
-
readonly archivist?: string | undefined;
|
|
102
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
103
|
-
readonly name?: string | undefined;
|
|
104
|
-
readonly paging?: Record<string, {
|
|
105
|
-
size?: number | undefined;
|
|
106
|
-
}> | undefined;
|
|
107
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
108
|
-
schema: "network.xyo.diviner.config";
|
|
109
|
-
readonly security?: {
|
|
110
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
111
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
112
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
113
|
-
} | undefined;
|
|
114
|
-
readonly sign?: boolean | undefined;
|
|
115
|
-
readonly storeQueries?: boolean | undefined;
|
|
116
|
-
readonly timestamp?: boolean | undefined;
|
|
117
|
-
} & {
|
|
53
|
+
}, "schema"> & {
|
|
118
54
|
schema: "network.xyo.diviner.config";
|
|
119
55
|
}, "schema"> & {
|
|
120
56
|
schema: string;
|
|
@@ -136,41 +72,9 @@ export declare abstract class StatefulDiviner<TParams extends StatefulDivinerPar
|
|
|
136
72
|
*/
|
|
137
73
|
protected getPayloadDivinerForStateStore(): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
138
74
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
139
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
140
|
-
readonly archivist?: string | undefined;
|
|
141
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
142
|
-
readonly name?: string | undefined;
|
|
143
|
-
readonly paging?: Record<string, {
|
|
144
|
-
size?: number | undefined;
|
|
145
|
-
}> | undefined;
|
|
146
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
75
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
147
76
|
schema: "network.xyo.diviner.config";
|
|
148
|
-
|
|
149
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
150
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
151
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
152
|
-
} | undefined;
|
|
153
|
-
readonly sign?: boolean | undefined;
|
|
154
|
-
readonly storeQueries?: boolean | undefined;
|
|
155
|
-
readonly timestamp?: boolean | undefined;
|
|
156
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
157
|
-
readonly archivist?: string | undefined;
|
|
158
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
159
|
-
readonly name?: string | undefined;
|
|
160
|
-
readonly paging?: Record<string, {
|
|
161
|
-
size?: number | undefined;
|
|
162
|
-
}> | undefined;
|
|
163
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
164
|
-
schema: "network.xyo.diviner.config";
|
|
165
|
-
readonly security?: {
|
|
166
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
167
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
168
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
169
|
-
} | undefined;
|
|
170
|
-
readonly sign?: boolean | undefined;
|
|
171
|
-
readonly storeQueries?: boolean | undefined;
|
|
172
|
-
readonly timestamp?: boolean | undefined;
|
|
173
|
-
} & {
|
|
77
|
+
}, "schema"> & {
|
|
174
78
|
schema: "network.xyo.diviner.config";
|
|
175
79
|
}, "schema"> & {
|
|
176
80
|
schema: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Diviner.d.ts","sourceRoot":"","sources":["../../src/Diviner.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AAGjE,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAE/D,OAAO,EAAuB,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AACvG,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAiB,WAAW,EAAqB,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAE1G,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAG9D,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAIhD;;GAEG;AACH,8BAAsB,eAAe,CACnC,OAAO,SAAS,qBAAqB,GAAG,qBAAqB,EAC7D,GAAG,SAAS,OAAO,GAAG,OAAO,EAC7B,IAAI,SAAS,OAAO,GAAG,OAAO,EAC9B,UAAU,SAAS,sBAAsB,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,GAAG,sBAAsB,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,EACxI,MAAM,SAAS,eAAe,GAAG,eAAe,CAChD,SAAQ,eAAe,CAAC,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,CAAC;IACvD,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAAqD;IAErG;;OAEG;IACH,SAAS,CAAC,UAAU,CAAC,EAAE,QAAQ,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC,CAAA;IAEpD;;;;;;OAMG;cACa,WAAW,CAAC,SAAS,EAAE,QAAQ,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;IASpE;;;;OAIG;cACa,yBAAyB
|
|
1
|
+
{"version":3,"file":"Diviner.d.ts","sourceRoot":"","sources":["../../src/Diviner.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AAGjE,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAE/D,OAAO,EAAuB,aAAa,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AACvG,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAiB,WAAW,EAAqB,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAE1G,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAG9D,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAIhD;;GAEG;AACH,8BAAsB,eAAe,CACnC,OAAO,SAAS,qBAAqB,GAAG,qBAAqB,EAC7D,GAAG,SAAS,OAAO,GAAG,OAAO,EAC7B,IAAI,SAAS,OAAO,GAAG,OAAO,EAC9B,UAAU,SAAS,sBAAsB,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,GAAG,sBAAsB,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,EACxI,MAAM,SAAS,eAAe,GAAG,eAAe,CAChD,SAAQ,eAAe,CAAC,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,CAAC;IACvD,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAAqD;IAErG;;OAEG;IACH,SAAS,CAAC,UAAU,CAAC,EAAE,QAAQ,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC,CAAA;IAEpD;;;;;;OAMG;cACa,WAAW,CAAC,SAAS,EAAE,QAAQ,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;IASpE;;;;OAIG;cACa,yBAAyB;;;;;;;;;;;;;;IAMzC;;;;OAIG;cACa,mCAAmC;;;;;;;;;;;;;;;;;;;IAMnD;;;;OAIG;cACa,8BAA8B;;;;;;;;;;;;;;;;;;;IAM9C;;;OAGG;cACa,aAAa,IAAI,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC,GAAG,SAAS,CAAC;CAwCpF"}
|