@xyo-network/diviner-image-thumbnail 3.4.1 → 3.4.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/neutral/index.d.ts +17 -142
- package/package.json +27 -27
package/dist/neutral/index.d.ts
CHANGED
|
@@ -10,8 +10,7 @@ import { Schema, Payload, WithSources } from '@xyo-network/payload-model';
|
|
|
10
10
|
import { PayloadDivinerQueryPayload } from '@xyo-network/diviner-payload-model';
|
|
11
11
|
import * as _xyo_network_archivist_model from '@xyo-network/archivist-model';
|
|
12
12
|
import { ArchivistInstance } from '@xyo-network/archivist-model';
|
|
13
|
-
import * as
|
|
14
|
-
import * as _store__xyo_network_account_model_virtual_3a3814c98f_package from '.store/@xyo-network-account-model-virtual-3a3814c98f/package';
|
|
13
|
+
import * as _store__xyo_network_account_model_virtual_8ffda77307_package from '.store/@xyo-network-account-model-virtual-8ffda77307/package';
|
|
15
14
|
import * as _xylabs_object from '@xylabs/object';
|
|
16
15
|
import { ArchivistWrapper } from '@xyo-network/archivist-wrapper';
|
|
17
16
|
import { BoundWitness } from '@xyo-network/boundwitness-model';
|
|
@@ -85,161 +84,37 @@ declare class ImageThumbnailStateToIndexCandidateDiviner<TParams extends ImageTh
|
|
|
85
84
|
protected static getPayloadsInBoundWitness(bw: BoundWitness, archivist: ArchivistInstance): Promise<IndexCandidate[] | undefined>;
|
|
86
85
|
protected divineHandler(payloads?: Payload[]): Promise<ImageThumbnailStateToIndexCandidateDivinerResponse>;
|
|
87
86
|
protected getArchivistForStore(): Promise<ArchivistWrapper<_xyo_network_archivist_model.ArchivistModuleInstance<_xylabs_object.BaseParamsFields & {
|
|
88
|
-
account?:
|
|
87
|
+
account?: _store__xyo_network_account_model_virtual_8ffda77307_package.AccountInstance | "random";
|
|
89
88
|
addToResolvers?: boolean;
|
|
90
|
-
additionalSigners?:
|
|
89
|
+
additionalSigners?: _store__xyo_network_account_model_virtual_8ffda77307_package.AccountInstance[];
|
|
91
90
|
allowNameResolution?: boolean;
|
|
92
|
-
config:
|
|
93
|
-
schema: Schema;
|
|
94
|
-
readonly archiving?: {
|
|
95
|
-
readonly archivists?: string[] | undefined;
|
|
96
|
-
readonly queries?: string[] | undefined;
|
|
97
|
-
} | undefined;
|
|
98
|
-
readonly allowedQueries?: string[] | undefined;
|
|
99
|
-
readonly archivist?: _xyo_network_module_model.ModuleIdentifier | undefined;
|
|
100
|
-
readonly consoleLogger?: _store__xylabs_logger_npm_4_5_1_a411051254_package.LogLevel | undefined;
|
|
101
|
-
readonly labels?: {
|
|
102
|
-
[x: string]: string | undefined;
|
|
103
|
-
} | undefined;
|
|
104
|
-
readonly name?: _xyo_network_module_model.ModuleName | undefined;
|
|
105
|
-
readonly paging?: {
|
|
106
|
-
[x: string]: {
|
|
107
|
-
size?: number | undefined;
|
|
108
|
-
};
|
|
109
|
-
} | undefined;
|
|
110
|
-
readonly retry?: {
|
|
111
|
-
backoff?: number | undefined;
|
|
112
|
-
interval?: number | undefined;
|
|
113
|
-
retries?: number | undefined;
|
|
114
|
-
} | undefined;
|
|
115
|
-
readonly security?: {
|
|
116
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
117
|
-
readonly allowed?: {
|
|
118
|
-
[x: string]: (Lowercase<string> | Lowercase<string>[])[];
|
|
119
|
-
} | undefined;
|
|
120
|
-
readonly disallowed?: {
|
|
121
|
-
[x: string]: Lowercase<string>[];
|
|
122
|
-
} | undefined;
|
|
123
|
-
} | undefined;
|
|
124
|
-
readonly sign?: boolean | undefined;
|
|
125
|
-
readonly storeQueries?: boolean | undefined;
|
|
126
|
-
readonly timestamp?: boolean | undefined;
|
|
127
|
-
parents?: {
|
|
128
|
-
commit?: string[] | undefined;
|
|
129
|
-
read?: string[] | undefined;
|
|
130
|
-
write?: string[] | undefined;
|
|
131
|
-
} | undefined;
|
|
132
|
-
requireAllParents?: boolean | undefined;
|
|
133
|
-
storage?: {
|
|
134
|
-
indexes?: {
|
|
135
|
-
key: {
|
|
136
|
-
[x: string]: _xyo_network_archivist_model.IndexDirection;
|
|
137
|
-
};
|
|
138
|
-
multiEntry?: boolean | undefined;
|
|
139
|
-
name?: string | undefined;
|
|
140
|
-
unique?: boolean | undefined;
|
|
141
|
-
}[] | undefined;
|
|
142
|
-
} | undefined;
|
|
143
|
-
storeParentReads?: boolean | undefined;
|
|
144
|
-
}>;
|
|
91
|
+
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_archivist_model.ArchivistConfig<void, void>>;
|
|
145
92
|
ephemeralQueryAccountEnabled?: boolean;
|
|
146
93
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
94
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
95
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
147
96
|
}, _xyo_network_archivist_model.ArchivistModuleEventData>>>;
|
|
148
97
|
protected getBoundWitnessDivinerForStore(): Promise<DivinerWrapper<_xyo_network_diviner_model.DivinerModule<_xylabs_object.BaseParamsFields & {
|
|
149
|
-
account?:
|
|
98
|
+
account?: _store__xyo_network_account_model_virtual_8ffda77307_package.AccountInstance | "random";
|
|
150
99
|
addToResolvers?: boolean;
|
|
151
|
-
additionalSigners?:
|
|
100
|
+
additionalSigners?: _store__xyo_network_account_model_virtual_8ffda77307_package.AccountInstance[];
|
|
152
101
|
allowNameResolution?: boolean;
|
|
153
|
-
config:
|
|
154
|
-
schema: Schema;
|
|
155
|
-
readonly archiving?: {
|
|
156
|
-
readonly archivists?: string[] | undefined;
|
|
157
|
-
readonly queries?: string[] | undefined;
|
|
158
|
-
} | undefined;
|
|
159
|
-
readonly allowedQueries?: string[] | undefined;
|
|
160
|
-
readonly archivist?: _xyo_network_module_model.ModuleIdentifier | undefined;
|
|
161
|
-
readonly consoleLogger?: _store__xylabs_logger_npm_4_5_1_a411051254_package.LogLevel | undefined;
|
|
162
|
-
readonly labels?: {
|
|
163
|
-
[x: string]: string | undefined;
|
|
164
|
-
} | undefined;
|
|
165
|
-
readonly name?: _xyo_network_module_model.ModuleName | undefined;
|
|
166
|
-
readonly paging?: {
|
|
167
|
-
[x: string]: {
|
|
168
|
-
size?: number | undefined;
|
|
169
|
-
};
|
|
170
|
-
} | undefined;
|
|
171
|
-
readonly retry?: {
|
|
172
|
-
backoff?: number | undefined;
|
|
173
|
-
interval?: number | undefined;
|
|
174
|
-
retries?: number | undefined;
|
|
175
|
-
} | undefined;
|
|
176
|
-
readonly security?: {
|
|
177
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
178
|
-
readonly allowed?: {
|
|
179
|
-
[x: string]: (Lowercase<string> | Lowercase<string>[])[];
|
|
180
|
-
} | undefined;
|
|
181
|
-
readonly disallowed?: {
|
|
182
|
-
[x: string]: Lowercase<string>[];
|
|
183
|
-
} | undefined;
|
|
184
|
-
} | undefined;
|
|
185
|
-
readonly sign?: boolean | undefined;
|
|
186
|
-
readonly storeQueries?: boolean | undefined;
|
|
187
|
-
readonly timestamp?: boolean | undefined;
|
|
188
|
-
}>;
|
|
102
|
+
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_diviner_model.DivinerConfig<void, void>>;
|
|
189
103
|
ephemeralQueryAccountEnabled?: boolean;
|
|
190
104
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
105
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
106
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
191
107
|
}, _xyo_network_diviner_model.DivinerModuleEventData<_xyo_network_module_model.ModuleInstance<_xylabs_object.BaseParamsFields & {
|
|
192
|
-
account?:
|
|
108
|
+
account?: _store__xyo_network_account_model_virtual_8ffda77307_package.AccountInstance | "random";
|
|
193
109
|
addToResolvers?: boolean;
|
|
194
|
-
additionalSigners?:
|
|
110
|
+
additionalSigners?: _store__xyo_network_account_model_virtual_8ffda77307_package.AccountInstance[];
|
|
195
111
|
allowNameResolution?: boolean;
|
|
196
|
-
config:
|
|
197
|
-
schema: Schema;
|
|
198
|
-
readonly archiving?: {
|
|
199
|
-
readonly archivists?: string[] | undefined;
|
|
200
|
-
readonly queries?: string[] | undefined;
|
|
201
|
-
} | undefined;
|
|
202
|
-
readonly allowedQueries?: string[] | undefined;
|
|
203
|
-
readonly archivist?: _xyo_network_module_model.ModuleIdentifier | undefined;
|
|
204
|
-
readonly consoleLogger?: _store__xylabs_logger_npm_4_5_1_a411051254_package.LogLevel | undefined;
|
|
205
|
-
readonly labels?: {
|
|
206
|
-
[x: string]: string | undefined;
|
|
207
|
-
} | undefined;
|
|
208
|
-
readonly name?: _xyo_network_module_model.ModuleName | undefined;
|
|
209
|
-
readonly paging?: {
|
|
210
|
-
[x: string]: {
|
|
211
|
-
size?: number | undefined;
|
|
212
|
-
};
|
|
213
|
-
} | undefined;
|
|
214
|
-
readonly retry?: {
|
|
215
|
-
backoff?: number | undefined;
|
|
216
|
-
interval?: number | undefined;
|
|
217
|
-
retries?: number | undefined;
|
|
218
|
-
} | undefined;
|
|
219
|
-
readonly security?: {
|
|
220
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
221
|
-
readonly allowed?: {
|
|
222
|
-
[x: string]: (Lowercase<string> | Lowercase<string>[])[];
|
|
223
|
-
} | undefined;
|
|
224
|
-
readonly disallowed?: {
|
|
225
|
-
[x: string]: Lowercase<string>[];
|
|
226
|
-
} | undefined;
|
|
227
|
-
} | undefined;
|
|
228
|
-
readonly sign?: boolean | undefined;
|
|
229
|
-
readonly storeQueries?: boolean | undefined;
|
|
230
|
-
readonly timestamp?: boolean | undefined;
|
|
231
|
-
}>;
|
|
112
|
+
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig<void, void>>;
|
|
232
113
|
ephemeralQueryAccountEnabled?: boolean;
|
|
233
114
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
}
|
|
237
|
-
schema: Schema;
|
|
238
|
-
}>>>, _xylabs_object.DeepRestrictToStringKeys<{
|
|
239
|
-
schema: Schema;
|
|
240
|
-
}>, _xylabs_object.DeepRestrictToStringKeys<{
|
|
241
|
-
schema: Schema;
|
|
242
|
-
}>>>;
|
|
115
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
116
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
117
|
+
}, _xyo_network_module_model.ModuleEventData<object>>, Payload, Payload>>, Payload, Payload>>;
|
|
243
118
|
}
|
|
244
119
|
|
|
245
120
|
export { ImageThumbnailDiviner, ImageThumbnailDivinerLabels, type ImageThumbnailDivinerStageLabels, type ImageThumbnailDivinerState, ImageThumbnailIndexCandidateToImageThumbnailIndexDiviner, ImageThumbnailIndexQueryResponseToImageThumbnailQueryResponseDiviner, ImageThumbnailQueryToImageThumbnailIndexQueryDiviner, type ImageThumbnailResultQuery, ImageThumbnailStateToIndexCandidateDiviner, type ImageThumbnailStateToIndexCandidateDivinerConfig, ImageThumbnailStateToIndexCandidateDivinerConfigSchema, type ImageThumbnailStateToIndexCandidateDivinerParams, type ImageThumbnailStateToIndexCandidateDivinerResponse, ImageThumbnailStateToIndexCandidateDivinerSchema, type IndexCandidate, type QueryableImageThumbnailResultProperties, isImageThumbnailResultQuery };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/diviner-image-thumbnail",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.2",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -34,38 +34,38 @@
|
|
|
34
34
|
"@xylabs/exists": "^4.5.1",
|
|
35
35
|
"@xylabs/hex": "^4.5.1",
|
|
36
36
|
"@xylabs/object": "^4.5.1",
|
|
37
|
-
"@xyo-network/archivist-model": "^3.
|
|
38
|
-
"@xyo-network/archivist-wrapper": "^3.
|
|
39
|
-
"@xyo-network/boundwitness-model": "^3.
|
|
40
|
-
"@xyo-network/boundwitness-validator": "^3.
|
|
41
|
-
"@xyo-network/diviner-abstract": "^3.
|
|
42
|
-
"@xyo-network/diviner-indexing": "^3.
|
|
43
|
-
"@xyo-network/diviner-model": "^3.
|
|
44
|
-
"@xyo-network/diviner-payload-model": "^3.
|
|
45
|
-
"@xyo-network/diviner-wrapper": "^3.
|
|
46
|
-
"@xyo-network/image-thumbnail-payload-plugin": "^3.4.
|
|
47
|
-
"@xyo-network/module-model": "^3.
|
|
48
|
-
"@xyo-network/payload-builder": "^3.
|
|
49
|
-
"@xyo-network/payload-model": "^3.
|
|
50
|
-
"@xyo-network/url-payload-plugin": "^3.4.
|
|
51
|
-
"@xyo-network/witness-timestamp": "^3.
|
|
37
|
+
"@xyo-network/archivist-model": "^3.9.16",
|
|
38
|
+
"@xyo-network/archivist-wrapper": "^3.9.16",
|
|
39
|
+
"@xyo-network/boundwitness-model": "^3.9.16",
|
|
40
|
+
"@xyo-network/boundwitness-validator": "^3.9.16",
|
|
41
|
+
"@xyo-network/diviner-abstract": "^3.9.16",
|
|
42
|
+
"@xyo-network/diviner-indexing": "^3.9.16",
|
|
43
|
+
"@xyo-network/diviner-model": "^3.9.16",
|
|
44
|
+
"@xyo-network/diviner-payload-model": "^3.9.16",
|
|
45
|
+
"@xyo-network/diviner-wrapper": "^3.9.16",
|
|
46
|
+
"@xyo-network/image-thumbnail-payload-plugin": "^3.4.2",
|
|
47
|
+
"@xyo-network/module-model": "^3.9.16",
|
|
48
|
+
"@xyo-network/payload-builder": "^3.9.16",
|
|
49
|
+
"@xyo-network/payload-model": "^3.9.16",
|
|
50
|
+
"@xyo-network/url-payload-plugin": "^3.4.2",
|
|
51
|
+
"@xyo-network/witness-timestamp": "^3.9.16"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@xylabs/delay": "^4.5.1",
|
|
55
55
|
"@xylabs/hex": "^4.5.1",
|
|
56
|
-
"@xylabs/ts-scripts-yarn3": "^5.0.
|
|
57
|
-
"@xylabs/tsconfig": "^5.0.
|
|
56
|
+
"@xylabs/ts-scripts-yarn3": "^5.0.24",
|
|
57
|
+
"@xylabs/tsconfig": "^5.0.24",
|
|
58
58
|
"@xylabs/vitest-extended": "^4.5.1",
|
|
59
|
-
"@xyo-network/account": "^3.
|
|
60
|
-
"@xyo-network/archivist-memory": "^3.
|
|
61
|
-
"@xyo-network/boundwitness-builder": "^3.
|
|
62
|
-
"@xyo-network/diviner-boundwitness-memory": "^3.
|
|
63
|
-
"@xyo-network/diviner-payload-memory": "^3.
|
|
64
|
-
"@xyo-network/manifest": "^3.
|
|
65
|
-
"@xyo-network/module-factory-locator": "^3.
|
|
66
|
-
"@xyo-network/node-memory": "^3.
|
|
59
|
+
"@xyo-network/account": "^3.9.16",
|
|
60
|
+
"@xyo-network/archivist-memory": "^3.9.16",
|
|
61
|
+
"@xyo-network/boundwitness-builder": "^3.9.16",
|
|
62
|
+
"@xyo-network/diviner-boundwitness-memory": "^3.9.16",
|
|
63
|
+
"@xyo-network/diviner-payload-memory": "^3.9.16",
|
|
64
|
+
"@xyo-network/manifest": "^3.9.16",
|
|
65
|
+
"@xyo-network/module-factory-locator": "^3.9.16",
|
|
66
|
+
"@xyo-network/node-memory": "^3.9.16",
|
|
67
67
|
"typescript": "^5.7.3",
|
|
68
|
-
"vitest": "^3.0.
|
|
68
|
+
"vitest": "^3.0.6"
|
|
69
69
|
},
|
|
70
70
|
"publishConfig": {
|
|
71
71
|
"access": "public"
|