@semiont/core 0.5.28 → 0.5.29
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/README.md +9 -9
- package/dist/{chunk-PPUO5IPX.js → chunk-45YGPHDK.js} +7 -7
- package/dist/{chunk-PPUO5IPX.js.map → chunk-45YGPHDK.js.map} +1 -1
- package/dist/{chunk-CUPZGI7I.js → chunk-MM4HBHMM.js} +19 -4
- package/dist/chunk-MM4HBHMM.js.map +1 -0
- package/dist/{chunk-JWTQJVKM.js → chunk-VBMXNYPL.js} +33 -16
- package/dist/chunk-VBMXNYPL.js.map +1 -0
- package/dist/config/node-config-loader.d.ts +147 -93
- package/dist/config/node-config-loader.js +77 -50
- package/dist/config/node-config-loader.js.map +1 -1
- package/dist/index.d.ts +288 -760
- package/dist/index.js +41 -6
- package/dist/index.js.map +1 -1
- package/dist/openapi.d.ts +9 -0
- package/dist/openapi.js +1661 -964
- package/dist/openapi.js.map +1 -1
- package/dist/testing/axioms.js +2 -2
- package/dist/testing.d.ts +4 -4
- package/dist/testing.js +2 -2
- package/package.json +4 -4
- package/dist/chunk-CUPZGI7I.js.map +0 -1
- package/dist/chunk-JWTQJVKM.js.map +0 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -36,6 +36,7 @@ declare const BodyOperationReplace: ValidateFunction<components['schemas']['Body
|
|
|
36
36
|
declare const BodyPurpose: ValidateFunction<components['schemas']['BodyPurpose']>;
|
|
37
37
|
declare const BrowseAgentsRequest: ValidateFunction<components['schemas']['BrowseAgentsRequest']>;
|
|
38
38
|
declare const BrowseAgentsResult: ValidateFunction<components['schemas']['BrowseAgentsResult']>;
|
|
39
|
+
declare const BrowseAnchoredTextByChecksumRequest: ValidateFunction<components['schemas']['BrowseAnchoredTextByChecksumRequest']>;
|
|
39
40
|
declare const BrowseAnchoredTextRequest: ValidateFunction<components['schemas']['BrowseAnchoredTextRequest']>;
|
|
40
41
|
declare const BrowseAnchoredTextResult: ValidateFunction<components['schemas']['BrowseAnchoredTextResult']>;
|
|
41
42
|
declare const BrowseAnnotationContextRequest: ValidateFunction<components['schemas']['BrowseAnnotationContextRequest']>;
|
|
@@ -224,6 +225,8 @@ declare const UserResponse: ValidateFunction<components['schemas']['UserResponse
|
|
|
224
225
|
declare const WeaveRebuildCommand: ValidateFunction<components['schemas']['WeaveRebuildCommand']>;
|
|
225
226
|
declare const YieldCloneCreateCommand: ValidateFunction<components['schemas']['YieldCloneCreateCommand']>;
|
|
226
227
|
declare const YieldCloneCreated: ValidateFunction<components['schemas']['YieldCloneCreated']>;
|
|
228
|
+
declare const YieldClonePersistCommand: ValidateFunction<components['schemas']['YieldClonePersistCommand']>;
|
|
229
|
+
declare const YieldClonePersistOk: ValidateFunction<components['schemas']['YieldClonePersistOk']>;
|
|
227
230
|
declare const YieldCloneResourceRequest: ValidateFunction<components['schemas']['YieldCloneResourceRequest']>;
|
|
228
231
|
declare const YieldCloneTokenRequest: ValidateFunction<components['schemas']['YieldCloneTokenRequest']>;
|
|
229
232
|
declare const YieldCreateCommand: ValidateFunction<components['schemas']['YieldCreateCommand']>;
|
|
@@ -262,6 +265,7 @@ declare const generated_BodyOperationReplace: typeof BodyOperationReplace;
|
|
|
262
265
|
declare const generated_BodyPurpose: typeof BodyPurpose;
|
|
263
266
|
declare const generated_BrowseAgentsRequest: typeof BrowseAgentsRequest;
|
|
264
267
|
declare const generated_BrowseAgentsResult: typeof BrowseAgentsResult;
|
|
268
|
+
declare const generated_BrowseAnchoredTextByChecksumRequest: typeof BrowseAnchoredTextByChecksumRequest;
|
|
265
269
|
declare const generated_BrowseAnchoredTextRequest: typeof BrowseAnchoredTextRequest;
|
|
266
270
|
declare const generated_BrowseAnchoredTextResult: typeof BrowseAnchoredTextResult;
|
|
267
271
|
declare const generated_BrowseAnnotationContextRequest: typeof BrowseAnnotationContextRequest;
|
|
@@ -450,6 +454,8 @@ declare const generated_UserResponse: typeof UserResponse;
|
|
|
450
454
|
declare const generated_WeaveRebuildCommand: typeof WeaveRebuildCommand;
|
|
451
455
|
declare const generated_YieldCloneCreateCommand: typeof YieldCloneCreateCommand;
|
|
452
456
|
declare const generated_YieldCloneCreated: typeof YieldCloneCreated;
|
|
457
|
+
declare const generated_YieldClonePersistCommand: typeof YieldClonePersistCommand;
|
|
458
|
+
declare const generated_YieldClonePersistOk: typeof YieldClonePersistOk;
|
|
453
459
|
declare const generated_YieldCloneResourceRequest: typeof YieldCloneResourceRequest;
|
|
454
460
|
declare const generated_YieldCloneTokenRequest: typeof YieldCloneTokenRequest;
|
|
455
461
|
declare const generated_YieldCreateCommand: typeof YieldCreateCommand;
|
|
@@ -489,6 +495,7 @@ declare namespace generated {
|
|
|
489
495
|
generated_BodyPurpose as BodyPurpose,
|
|
490
496
|
generated_BrowseAgentsRequest as BrowseAgentsRequest,
|
|
491
497
|
generated_BrowseAgentsResult as BrowseAgentsResult,
|
|
498
|
+
generated_BrowseAnchoredTextByChecksumRequest as BrowseAnchoredTextByChecksumRequest,
|
|
492
499
|
generated_BrowseAnchoredTextRequest as BrowseAnchoredTextRequest,
|
|
493
500
|
generated_BrowseAnchoredTextResult as BrowseAnchoredTextResult,
|
|
494
501
|
generated_BrowseAnnotationContextRequest as BrowseAnnotationContextRequest,
|
|
@@ -677,6 +684,8 @@ declare namespace generated {
|
|
|
677
684
|
generated_WeaveRebuildCommand as WeaveRebuildCommand,
|
|
678
685
|
generated_YieldCloneCreateCommand as YieldCloneCreateCommand,
|
|
679
686
|
generated_YieldCloneCreated as YieldCloneCreated,
|
|
687
|
+
generated_YieldClonePersistCommand as YieldClonePersistCommand,
|
|
688
|
+
generated_YieldClonePersistOk as YieldClonePersistOk,
|
|
680
689
|
generated_YieldCloneResourceRequest as YieldCloneResourceRequest,
|
|
681
690
|
generated_YieldCloneTokenRequest as YieldCloneTokenRequest,
|
|
682
691
|
generated_YieldCreateCommand as YieldCreateCommand,
|