@xyo-network/xl1-protocol-sdk 2.1.8 → 2.1.9

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.
Files changed (36) hide show
  1. package/dist/neutral/CreatableProvider/AbstractCreatableProvider.d.ts +26 -5
  2. package/dist/neutral/CreatableProvider/AbstractCreatableProvider.d.ts.map +1 -1
  3. package/dist/neutral/config/Actor.d.ts +156 -30
  4. package/dist/neutral/config/Actor.d.ts.map +1 -1
  5. package/dist/neutral/config/Actors.d.ts +26 -5
  6. package/dist/neutral/config/Actors.d.ts.map +1 -1
  7. package/dist/neutral/config/Base.d.ts +26 -5
  8. package/dist/neutral/config/Base.d.ts.map +1 -1
  9. package/dist/neutral/config/Config.d.ts +104 -20
  10. package/dist/neutral/config/Config.d.ts.map +1 -1
  11. package/dist/neutral/config/HostActor.d.ts +156 -30
  12. package/dist/neutral/config/HostActor.d.ts.map +1 -1
  13. package/dist/neutral/config/index.d.ts +2 -1
  14. package/dist/neutral/config/index.d.ts.map +1 -1
  15. package/dist/neutral/config/storage/Storage.d.ts +26 -5
  16. package/dist/neutral/config/storage/Storage.d.ts.map +1 -1
  17. package/dist/neutral/config/storage/driver/S3.d.ts +77 -0
  18. package/dist/neutral/config/storage/driver/S3.d.ts.map +1 -0
  19. package/dist/neutral/config/storage/driver/index.d.ts +1 -1
  20. package/dist/neutral/context/Actor.d.ts +156 -30
  21. package/dist/neutral/context/Actor.d.ts.map +1 -1
  22. package/dist/neutral/context/HostActor.d.ts +156 -30
  23. package/dist/neutral/context/HostActor.d.ts.map +1 -1
  24. package/dist/neutral/getFileConfig.d.ts +52 -10
  25. package/dist/neutral/getFileConfig.d.ts.map +1 -1
  26. package/dist/neutral/getFileConfig.mjs +36 -56
  27. package/dist/neutral/getFileConfig.mjs.map +4 -4
  28. package/dist/neutral/index.mjs +71 -74
  29. package/dist/neutral/index.mjs.map +4 -4
  30. package/dist/neutral/model/CreatableProviderContext.zod.d.ts +156 -30
  31. package/dist/neutral/model/CreatableProviderContext.zod.d.ts.map +1 -1
  32. package/dist/neutral/test/index.mjs +40 -60
  33. package/dist/neutral/test/index.mjs.map +4 -4
  34. package/package.json +14 -14
  35. package/dist/neutral/config/storage/driver/R2.d.ts +0 -27
  36. package/dist/neutral/config/storage/driver/R2.d.ts.map +0 -1
@@ -61,16 +61,37 @@ export declare const ActorConfigContext: z.ZodMiniObject<{
61
61
  password: import("zod").ZodOptional<import("zod").ZodString>;
62
62
  username: import("zod").ZodOptional<import("zod").ZodString>;
63
63
  }, z.core.$strip>>;
64
- r2: import("zod").ZodOptional<import("zod").ZodObject<{
64
+ root: import("zod").ZodOptional<import("zod").ZodString>;
65
+ s3: import("zod").ZodOptional<import("zod").ZodObject<{
65
66
  accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
66
67
  accountId: import("zod").ZodOptional<import("zod").ZodString>;
67
- bucket: import("zod").ZodOptional<import("zod").ZodString>;
68
- chainStateBucket: import("zod").ZodOptional<import("zod").ZodString>;
69
- indexBucket: import("zod").ZodOptional<import("zod").ZodString>;
68
+ chainState: import("zod").ZodOptional<import("zod").ZodObject<{
69
+ accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
70
+ accountId: import("zod").ZodOptional<import("zod").ZodString>;
71
+ bucket: import("zod").ZodOptional<import("zod").ZodString>;
72
+ prefix: import("zod").ZodOptional<import("zod").ZodString>;
73
+ readUrl: import("zod").ZodOptional<import("zod").ZodString>;
74
+ secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
75
+ }, z.core.$strip>>;
76
+ finalized: import("zod").ZodOptional<import("zod").ZodObject<{
77
+ accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
78
+ accountId: import("zod").ZodOptional<import("zod").ZodString>;
79
+ bucket: import("zod").ZodOptional<import("zod").ZodString>;
80
+ prefix: import("zod").ZodOptional<import("zod").ZodString>;
81
+ readUrl: import("zod").ZodOptional<import("zod").ZodString>;
82
+ secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
83
+ }, z.core.$strip>>;
84
+ index: import("zod").ZodOptional<import("zod").ZodObject<{
85
+ accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
86
+ accountId: import("zod").ZodOptional<import("zod").ZodString>;
87
+ bucket: import("zod").ZodOptional<import("zod").ZodString>;
88
+ prefix: import("zod").ZodOptional<import("zod").ZodString>;
89
+ readUrl: import("zod").ZodOptional<import("zod").ZodString>;
90
+ secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
91
+ }, z.core.$strip>>;
70
92
  prefix: import("zod").ZodOptional<import("zod").ZodString>;
71
93
  secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
72
94
  }, z.core.$strip>>;
73
- root: import("zod").ZodOptional<import("zod").ZodString>;
74
95
  }, z.core.$strip>>;
75
96
  telemetry: z.ZodMiniDefault<import("zod").ZodObject<{
76
97
  metrics: import("zod").ZodOptional<import("zod").ZodObject<{
@@ -153,16 +174,37 @@ export declare const isActorConfigContext: <T>(value: T) => value is T & {
153
174
  password?: string | undefined;
154
175
  username?: string | undefined;
155
176
  } | undefined;
156
- r2?: {
177
+ root?: string | undefined;
178
+ s3?: {
157
179
  accessKeyId?: string | undefined;
158
180
  accountId?: string | undefined;
159
- bucket?: string | undefined;
160
- chainStateBucket?: string | undefined;
161
- indexBucket?: string | undefined;
181
+ chainState?: {
182
+ accessKeyId?: string | undefined;
183
+ accountId?: string | undefined;
184
+ bucket?: string | undefined;
185
+ prefix?: string | undefined;
186
+ readUrl?: string | undefined;
187
+ secretAccessKey?: string | undefined;
188
+ } | undefined;
189
+ finalized?: {
190
+ accessKeyId?: string | undefined;
191
+ accountId?: string | undefined;
192
+ bucket?: string | undefined;
193
+ prefix?: string | undefined;
194
+ readUrl?: string | undefined;
195
+ secretAccessKey?: string | undefined;
196
+ } | undefined;
197
+ index?: {
198
+ accessKeyId?: string | undefined;
199
+ accountId?: string | undefined;
200
+ bucket?: string | undefined;
201
+ prefix?: string | undefined;
202
+ readUrl?: string | undefined;
203
+ secretAccessKey?: string | undefined;
204
+ } | undefined;
162
205
  prefix?: string | undefined;
163
206
  secretAccessKey?: string | undefined;
164
207
  } | undefined;
165
- root?: string | undefined;
166
208
  };
167
209
  telemetry: {
168
210
  metrics?: {
@@ -250,16 +292,37 @@ export declare const asActorConfigContext: {
250
292
  password?: string | undefined;
251
293
  username?: string | undefined;
252
294
  } | undefined;
253
- r2?: {
295
+ root?: string | undefined;
296
+ s3?: {
254
297
  accessKeyId?: string | undefined;
255
298
  accountId?: string | undefined;
256
- bucket?: string | undefined;
257
- chainStateBucket?: string | undefined;
258
- indexBucket?: string | undefined;
299
+ chainState?: {
300
+ accessKeyId?: string | undefined;
301
+ accountId?: string | undefined;
302
+ bucket?: string | undefined;
303
+ prefix?: string | undefined;
304
+ readUrl?: string | undefined;
305
+ secretAccessKey?: string | undefined;
306
+ } | undefined;
307
+ finalized?: {
308
+ accessKeyId?: string | undefined;
309
+ accountId?: string | undefined;
310
+ bucket?: string | undefined;
311
+ prefix?: string | undefined;
312
+ readUrl?: string | undefined;
313
+ secretAccessKey?: string | undefined;
314
+ } | undefined;
315
+ index?: {
316
+ accessKeyId?: string | undefined;
317
+ accountId?: string | undefined;
318
+ bucket?: string | undefined;
319
+ prefix?: string | undefined;
320
+ readUrl?: string | undefined;
321
+ secretAccessKey?: string | undefined;
322
+ } | undefined;
259
323
  prefix?: string | undefined;
260
324
  secretAccessKey?: string | undefined;
261
325
  } | undefined;
262
- root?: string | undefined;
263
326
  };
264
327
  telemetry: {
265
328
  metrics?: {
@@ -345,16 +408,37 @@ export declare const asActorConfigContext: {
345
408
  password?: string | undefined;
346
409
  username?: string | undefined;
347
410
  } | undefined;
348
- r2?: {
411
+ root?: string | undefined;
412
+ s3?: {
349
413
  accessKeyId?: string | undefined;
350
414
  accountId?: string | undefined;
351
- bucket?: string | undefined;
352
- chainStateBucket?: string | undefined;
353
- indexBucket?: string | undefined;
415
+ chainState?: {
416
+ accessKeyId?: string | undefined;
417
+ accountId?: string | undefined;
418
+ bucket?: string | undefined;
419
+ prefix?: string | undefined;
420
+ readUrl?: string | undefined;
421
+ secretAccessKey?: string | undefined;
422
+ } | undefined;
423
+ finalized?: {
424
+ accessKeyId?: string | undefined;
425
+ accountId?: string | undefined;
426
+ bucket?: string | undefined;
427
+ prefix?: string | undefined;
428
+ readUrl?: string | undefined;
429
+ secretAccessKey?: string | undefined;
430
+ } | undefined;
431
+ index?: {
432
+ accessKeyId?: string | undefined;
433
+ accountId?: string | undefined;
434
+ bucket?: string | undefined;
435
+ prefix?: string | undefined;
436
+ readUrl?: string | undefined;
437
+ secretAccessKey?: string | undefined;
438
+ } | undefined;
354
439
  prefix?: string | undefined;
355
440
  secretAccessKey?: string | undefined;
356
441
  } | undefined;
357
- root?: string | undefined;
358
442
  };
359
443
  telemetry: {
360
444
  metrics?: {
@@ -443,16 +527,37 @@ export declare const toActorConfigContext: {
443
527
  password?: string | undefined;
444
528
  username?: string | undefined;
445
529
  } | undefined;
446
- r2?: {
530
+ root?: string | undefined;
531
+ s3?: {
447
532
  accessKeyId?: string | undefined;
448
533
  accountId?: string | undefined;
449
- bucket?: string | undefined;
450
- chainStateBucket?: string | undefined;
451
- indexBucket?: string | undefined;
534
+ chainState?: {
535
+ accessKeyId?: string | undefined;
536
+ accountId?: string | undefined;
537
+ bucket?: string | undefined;
538
+ prefix?: string | undefined;
539
+ readUrl?: string | undefined;
540
+ secretAccessKey?: string | undefined;
541
+ } | undefined;
542
+ finalized?: {
543
+ accessKeyId?: string | undefined;
544
+ accountId?: string | undefined;
545
+ bucket?: string | undefined;
546
+ prefix?: string | undefined;
547
+ readUrl?: string | undefined;
548
+ secretAccessKey?: string | undefined;
549
+ } | undefined;
550
+ index?: {
551
+ accessKeyId?: string | undefined;
552
+ accountId?: string | undefined;
553
+ bucket?: string | undefined;
554
+ prefix?: string | undefined;
555
+ readUrl?: string | undefined;
556
+ secretAccessKey?: string | undefined;
557
+ } | undefined;
452
558
  prefix?: string | undefined;
453
559
  secretAccessKey?: string | undefined;
454
560
  } | undefined;
455
- root?: string | undefined;
456
561
  };
457
562
  telemetry: {
458
563
  metrics?: {
@@ -538,16 +643,37 @@ export declare const toActorConfigContext: {
538
643
  password?: string | undefined;
539
644
  username?: string | undefined;
540
645
  } | undefined;
541
- r2?: {
646
+ root?: string | undefined;
647
+ s3?: {
542
648
  accessKeyId?: string | undefined;
543
649
  accountId?: string | undefined;
544
- bucket?: string | undefined;
545
- chainStateBucket?: string | undefined;
546
- indexBucket?: string | undefined;
650
+ chainState?: {
651
+ accessKeyId?: string | undefined;
652
+ accountId?: string | undefined;
653
+ bucket?: string | undefined;
654
+ prefix?: string | undefined;
655
+ readUrl?: string | undefined;
656
+ secretAccessKey?: string | undefined;
657
+ } | undefined;
658
+ finalized?: {
659
+ accessKeyId?: string | undefined;
660
+ accountId?: string | undefined;
661
+ bucket?: string | undefined;
662
+ prefix?: string | undefined;
663
+ readUrl?: string | undefined;
664
+ secretAccessKey?: string | undefined;
665
+ } | undefined;
666
+ index?: {
667
+ accessKeyId?: string | undefined;
668
+ accountId?: string | undefined;
669
+ bucket?: string | undefined;
670
+ prefix?: string | undefined;
671
+ readUrl?: string | undefined;
672
+ secretAccessKey?: string | undefined;
673
+ } | undefined;
547
674
  prefix?: string | undefined;
548
675
  secretAccessKey?: string | undefined;
549
676
  } | undefined;
550
- root?: string | undefined;
551
677
  };
552
678
  telemetry: {
553
679
  metrics?: {
@@ -1 +1 @@
1
- {"version":3,"file":"Actor.d.ts","sourceRoot":"","sources":["../../../src/context/Actor.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAA;AAK5B,mCAAmC;AACnC,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAA6D,CAAA;AAE5F,+BAA+B;AAC/B,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA;AAEnE,uEAAuE;AACvE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmC,CAAA;AACpE,mEAAmE;AACnE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2D,CAAA;AAC5F,qCAAqC;AACrC,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2D,CAAA"}
1
+ {"version":3,"file":"Actor.d.ts","sourceRoot":"","sources":["../../../src/context/Actor.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAA;AAK5B,mCAAmC;AACnC,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAA6D,CAAA;AAE5F,+BAA+B;AAC/B,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA;AAEnE,uEAAuE;AACvE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmC,CAAA;AACpE,mEAAmE;AACnE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2D,CAAA;AAC5F,qCAAqC;AACrC,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2D,CAAA"}
@@ -61,16 +61,37 @@ export declare const HostActorConfigContext: z.ZodMiniObject<{
61
61
  password: import("zod").ZodOptional<import("zod").ZodString>;
62
62
  username: import("zod").ZodOptional<import("zod").ZodString>;
63
63
  }, z.core.$strip>>;
64
- r2: import("zod").ZodOptional<import("zod").ZodObject<{
64
+ root: import("zod").ZodOptional<import("zod").ZodString>;
65
+ s3: import("zod").ZodOptional<import("zod").ZodObject<{
65
66
  accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
66
67
  accountId: import("zod").ZodOptional<import("zod").ZodString>;
67
- bucket: import("zod").ZodOptional<import("zod").ZodString>;
68
- chainStateBucket: import("zod").ZodOptional<import("zod").ZodString>;
69
- indexBucket: import("zod").ZodOptional<import("zod").ZodString>;
68
+ chainState: import("zod").ZodOptional<import("zod").ZodObject<{
69
+ accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
70
+ accountId: import("zod").ZodOptional<import("zod").ZodString>;
71
+ bucket: import("zod").ZodOptional<import("zod").ZodString>;
72
+ prefix: import("zod").ZodOptional<import("zod").ZodString>;
73
+ readUrl: import("zod").ZodOptional<import("zod").ZodString>;
74
+ secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
75
+ }, z.core.$strip>>;
76
+ finalized: import("zod").ZodOptional<import("zod").ZodObject<{
77
+ accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
78
+ accountId: import("zod").ZodOptional<import("zod").ZodString>;
79
+ bucket: import("zod").ZodOptional<import("zod").ZodString>;
80
+ prefix: import("zod").ZodOptional<import("zod").ZodString>;
81
+ readUrl: import("zod").ZodOptional<import("zod").ZodString>;
82
+ secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
83
+ }, z.core.$strip>>;
84
+ index: import("zod").ZodOptional<import("zod").ZodObject<{
85
+ accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
86
+ accountId: import("zod").ZodOptional<import("zod").ZodString>;
87
+ bucket: import("zod").ZodOptional<import("zod").ZodString>;
88
+ prefix: import("zod").ZodOptional<import("zod").ZodString>;
89
+ readUrl: import("zod").ZodOptional<import("zod").ZodString>;
90
+ secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
91
+ }, z.core.$strip>>;
70
92
  prefix: import("zod").ZodOptional<import("zod").ZodString>;
71
93
  secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
72
94
  }, z.core.$strip>>;
73
- root: import("zod").ZodOptional<import("zod").ZodString>;
74
95
  }, z.core.$strip>>;
75
96
  telemetry: z.ZodMiniDefault<import("zod").ZodObject<{
76
97
  metrics: import("zod").ZodOptional<import("zod").ZodObject<{
@@ -155,16 +176,37 @@ export declare const isHostActorConfigContext: <T>(value: T) => value is T & {
155
176
  password?: string | undefined;
156
177
  username?: string | undefined;
157
178
  } | undefined;
158
- r2?: {
179
+ root?: string | undefined;
180
+ s3?: {
159
181
  accessKeyId?: string | undefined;
160
182
  accountId?: string | undefined;
161
- bucket?: string | undefined;
162
- chainStateBucket?: string | undefined;
163
- indexBucket?: string | undefined;
183
+ chainState?: {
184
+ accessKeyId?: string | undefined;
185
+ accountId?: string | undefined;
186
+ bucket?: string | undefined;
187
+ prefix?: string | undefined;
188
+ readUrl?: string | undefined;
189
+ secretAccessKey?: string | undefined;
190
+ } | undefined;
191
+ finalized?: {
192
+ accessKeyId?: string | undefined;
193
+ accountId?: string | undefined;
194
+ bucket?: string | undefined;
195
+ prefix?: string | undefined;
196
+ readUrl?: string | undefined;
197
+ secretAccessKey?: string | undefined;
198
+ } | undefined;
199
+ index?: {
200
+ accessKeyId?: string | undefined;
201
+ accountId?: string | undefined;
202
+ bucket?: string | undefined;
203
+ prefix?: string | undefined;
204
+ readUrl?: string | undefined;
205
+ secretAccessKey?: string | undefined;
206
+ } | undefined;
164
207
  prefix?: string | undefined;
165
208
  secretAccessKey?: string | undefined;
166
209
  } | undefined;
167
- root?: string | undefined;
168
210
  };
169
211
  telemetry: {
170
212
  metrics?: {
@@ -254,16 +296,37 @@ export declare const asHostActorConfigContext: {
254
296
  password?: string | undefined;
255
297
  username?: string | undefined;
256
298
  } | undefined;
257
- r2?: {
299
+ root?: string | undefined;
300
+ s3?: {
258
301
  accessKeyId?: string | undefined;
259
302
  accountId?: string | undefined;
260
- bucket?: string | undefined;
261
- chainStateBucket?: string | undefined;
262
- indexBucket?: string | undefined;
303
+ chainState?: {
304
+ accessKeyId?: string | undefined;
305
+ accountId?: string | undefined;
306
+ bucket?: string | undefined;
307
+ prefix?: string | undefined;
308
+ readUrl?: string | undefined;
309
+ secretAccessKey?: string | undefined;
310
+ } | undefined;
311
+ finalized?: {
312
+ accessKeyId?: string | undefined;
313
+ accountId?: string | undefined;
314
+ bucket?: string | undefined;
315
+ prefix?: string | undefined;
316
+ readUrl?: string | undefined;
317
+ secretAccessKey?: string | undefined;
318
+ } | undefined;
319
+ index?: {
320
+ accessKeyId?: string | undefined;
321
+ accountId?: string | undefined;
322
+ bucket?: string | undefined;
323
+ prefix?: string | undefined;
324
+ readUrl?: string | undefined;
325
+ secretAccessKey?: string | undefined;
326
+ } | undefined;
263
327
  prefix?: string | undefined;
264
328
  secretAccessKey?: string | undefined;
265
329
  } | undefined;
266
- root?: string | undefined;
267
330
  };
268
331
  telemetry: {
269
332
  metrics?: {
@@ -351,16 +414,37 @@ export declare const asHostActorConfigContext: {
351
414
  password?: string | undefined;
352
415
  username?: string | undefined;
353
416
  } | undefined;
354
- r2?: {
417
+ root?: string | undefined;
418
+ s3?: {
355
419
  accessKeyId?: string | undefined;
356
420
  accountId?: string | undefined;
357
- bucket?: string | undefined;
358
- chainStateBucket?: string | undefined;
359
- indexBucket?: string | undefined;
421
+ chainState?: {
422
+ accessKeyId?: string | undefined;
423
+ accountId?: string | undefined;
424
+ bucket?: string | undefined;
425
+ prefix?: string | undefined;
426
+ readUrl?: string | undefined;
427
+ secretAccessKey?: string | undefined;
428
+ } | undefined;
429
+ finalized?: {
430
+ accessKeyId?: string | undefined;
431
+ accountId?: string | undefined;
432
+ bucket?: string | undefined;
433
+ prefix?: string | undefined;
434
+ readUrl?: string | undefined;
435
+ secretAccessKey?: string | undefined;
436
+ } | undefined;
437
+ index?: {
438
+ accessKeyId?: string | undefined;
439
+ accountId?: string | undefined;
440
+ bucket?: string | undefined;
441
+ prefix?: string | undefined;
442
+ readUrl?: string | undefined;
443
+ secretAccessKey?: string | undefined;
444
+ } | undefined;
360
445
  prefix?: string | undefined;
361
446
  secretAccessKey?: string | undefined;
362
447
  } | undefined;
363
- root?: string | undefined;
364
448
  };
365
449
  telemetry: {
366
450
  metrics?: {
@@ -451,16 +535,37 @@ export declare const toHostActorConfigContext: {
451
535
  password?: string | undefined;
452
536
  username?: string | undefined;
453
537
  } | undefined;
454
- r2?: {
538
+ root?: string | undefined;
539
+ s3?: {
455
540
  accessKeyId?: string | undefined;
456
541
  accountId?: string | undefined;
457
- bucket?: string | undefined;
458
- chainStateBucket?: string | undefined;
459
- indexBucket?: string | undefined;
542
+ chainState?: {
543
+ accessKeyId?: string | undefined;
544
+ accountId?: string | undefined;
545
+ bucket?: string | undefined;
546
+ prefix?: string | undefined;
547
+ readUrl?: string | undefined;
548
+ secretAccessKey?: string | undefined;
549
+ } | undefined;
550
+ finalized?: {
551
+ accessKeyId?: string | undefined;
552
+ accountId?: string | undefined;
553
+ bucket?: string | undefined;
554
+ prefix?: string | undefined;
555
+ readUrl?: string | undefined;
556
+ secretAccessKey?: string | undefined;
557
+ } | undefined;
558
+ index?: {
559
+ accessKeyId?: string | undefined;
560
+ accountId?: string | undefined;
561
+ bucket?: string | undefined;
562
+ prefix?: string | undefined;
563
+ readUrl?: string | undefined;
564
+ secretAccessKey?: string | undefined;
565
+ } | undefined;
460
566
  prefix?: string | undefined;
461
567
  secretAccessKey?: string | undefined;
462
568
  } | undefined;
463
- root?: string | undefined;
464
569
  };
465
570
  telemetry: {
466
571
  metrics?: {
@@ -548,16 +653,37 @@ export declare const toHostActorConfigContext: {
548
653
  password?: string | undefined;
549
654
  username?: string | undefined;
550
655
  } | undefined;
551
- r2?: {
656
+ root?: string | undefined;
657
+ s3?: {
552
658
  accessKeyId?: string | undefined;
553
659
  accountId?: string | undefined;
554
- bucket?: string | undefined;
555
- chainStateBucket?: string | undefined;
556
- indexBucket?: string | undefined;
660
+ chainState?: {
661
+ accessKeyId?: string | undefined;
662
+ accountId?: string | undefined;
663
+ bucket?: string | undefined;
664
+ prefix?: string | undefined;
665
+ readUrl?: string | undefined;
666
+ secretAccessKey?: string | undefined;
667
+ } | undefined;
668
+ finalized?: {
669
+ accessKeyId?: string | undefined;
670
+ accountId?: string | undefined;
671
+ bucket?: string | undefined;
672
+ prefix?: string | undefined;
673
+ readUrl?: string | undefined;
674
+ secretAccessKey?: string | undefined;
675
+ } | undefined;
676
+ index?: {
677
+ accessKeyId?: string | undefined;
678
+ accountId?: string | undefined;
679
+ bucket?: string | undefined;
680
+ prefix?: string | undefined;
681
+ readUrl?: string | undefined;
682
+ secretAccessKey?: string | undefined;
683
+ } | undefined;
557
684
  prefix?: string | undefined;
558
685
  secretAccessKey?: string | undefined;
559
686
  } | undefined;
560
- root?: string | undefined;
561
687
  };
562
688
  telemetry: {
563
689
  metrics?: {
@@ -1 +1 @@
1
- {"version":3,"file":"HostActor.d.ts","sourceRoot":"","sources":["../../../src/context/HostActor.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAA;AAK5B,uCAAuC;AACvC,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAiE,CAAA;AAEpG,mCAAmC;AACnC,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAE3E,2EAA2E;AAC3E,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAA;AAC5E,uEAAuE;AACvE,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmE,CAAA;AACxG,yCAAyC;AACzC,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmE,CAAA"}
1
+ {"version":3,"file":"HostActor.d.ts","sourceRoot":"","sources":["../../../src/context/HostActor.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAA;AAK5B,uCAAuC;AACvC,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAiE,CAAA;AAEpG,mCAAmC;AACnC,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAE3E,2EAA2E;AAC3E,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAA;AAC5E,uEAAuE;AACvE,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmE,CAAA;AACxG,yCAAyC;AACzC,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmE,CAAA"}
@@ -48,16 +48,37 @@ export declare function getFileConfig(searchPlaces?: string[]): Promise<{
48
48
  password?: string | undefined;
49
49
  username?: string | undefined;
50
50
  } | undefined;
51
- r2?: {
51
+ root?: string | undefined;
52
+ s3?: {
52
53
  accessKeyId?: string | undefined;
53
54
  accountId?: string | undefined;
54
- bucket?: string | undefined;
55
- chainStateBucket?: string | undefined;
56
- indexBucket?: string | undefined;
55
+ chainState?: {
56
+ accessKeyId?: string | undefined;
57
+ accountId?: string | undefined;
58
+ bucket?: string | undefined;
59
+ prefix?: string | undefined;
60
+ readUrl?: string | undefined;
61
+ secretAccessKey?: string | undefined;
62
+ } | undefined;
63
+ finalized?: {
64
+ accessKeyId?: string | undefined;
65
+ accountId?: string | undefined;
66
+ bucket?: string | undefined;
67
+ prefix?: string | undefined;
68
+ readUrl?: string | undefined;
69
+ secretAccessKey?: string | undefined;
70
+ } | undefined;
71
+ index?: {
72
+ accessKeyId?: string | undefined;
73
+ accountId?: string | undefined;
74
+ bucket?: string | undefined;
75
+ prefix?: string | undefined;
76
+ readUrl?: string | undefined;
77
+ secretAccessKey?: string | undefined;
78
+ } | undefined;
57
79
  prefix?: string | undefined;
58
80
  secretAccessKey?: string | undefined;
59
81
  } | undefined;
60
- root?: string | undefined;
61
82
  };
62
83
  telemetry: {
63
84
  metrics?: {
@@ -131,16 +152,37 @@ export declare function getFileConfig(searchPlaces?: string[]): Promise<{
131
152
  password?: string | undefined;
132
153
  username?: string | undefined;
133
154
  } | undefined;
134
- r2?: {
155
+ root?: string | undefined;
156
+ s3?: {
135
157
  accessKeyId?: string | undefined;
136
158
  accountId?: string | undefined;
137
- bucket?: string | undefined;
138
- chainStateBucket?: string | undefined;
139
- indexBucket?: string | undefined;
159
+ chainState?: {
160
+ accessKeyId?: string | undefined;
161
+ accountId?: string | undefined;
162
+ bucket?: string | undefined;
163
+ prefix?: string | undefined;
164
+ readUrl?: string | undefined;
165
+ secretAccessKey?: string | undefined;
166
+ } | undefined;
167
+ finalized?: {
168
+ accessKeyId?: string | undefined;
169
+ accountId?: string | undefined;
170
+ bucket?: string | undefined;
171
+ prefix?: string | undefined;
172
+ readUrl?: string | undefined;
173
+ secretAccessKey?: string | undefined;
174
+ } | undefined;
175
+ index?: {
176
+ accessKeyId?: string | undefined;
177
+ accountId?: string | undefined;
178
+ bucket?: string | undefined;
179
+ prefix?: string | undefined;
180
+ readUrl?: string | undefined;
181
+ secretAccessKey?: string | undefined;
182
+ } | undefined;
140
183
  prefix?: string | undefined;
141
184
  secretAccessKey?: string | undefined;
142
185
  } | undefined;
143
- root?: string | undefined;
144
186
  };
145
187
  telemetry: {
146
188
  metrics?: {
@@ -1 +1 @@
1
- {"version":3,"file":"getFileConfig.d.ts","sourceRoot":"","sources":["../../src/getFileConfig.ts"],"names":[],"mappings":"AAgBA;;;GAGG;AACH,wBAAsB,aAAa,CAAC,YAAY,CAAC,EAAE,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgB1D"}
1
+ {"version":3,"file":"getFileConfig.d.ts","sourceRoot":"","sources":["../../src/getFileConfig.ts"],"names":[],"mappings":"AAgBA;;;GAGG;AACH,wBAAsB,aAAa,CAAC,YAAY,CAAC,EAAE,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgB1D"}