@xyo-network/sentinel-wrapper 2.93.4 → 2.93.5

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.
@@ -19,6 +19,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
19
19
  schema: string;
20
20
  };
21
21
  ephemeralQueryAccountEnabled?: boolean | undefined;
22
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
22
23
  }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
23
24
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
24
25
  addToResolvers?: boolean | undefined;
@@ -28,6 +29,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
28
29
  schema: string;
29
30
  };
30
31
  ephemeralQueryAccountEnabled?: boolean | undefined;
32
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
31
33
  }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
32
34
  static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
33
35
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
@@ -44,6 +46,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
44
46
  schema: string;
45
47
  };
46
48
  ephemeralQueryAccountEnabled?: boolean | undefined;
49
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
47
50
  }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
48
51
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
49
52
  addToResolvers?: boolean | undefined;
@@ -53,6 +56,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
53
56
  schema: string;
54
57
  };
55
58
  ephemeralQueryAccountEnabled?: boolean | undefined;
59
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
56
60
  }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
57
61
  static requiredQueries: string[];
58
62
  archivists(): Promise<ArchivistInstance[]>;
@@ -1 +1 @@
1
- {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
1
+ {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
@@ -19,6 +19,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
19
19
  schema: string;
20
20
  };
21
21
  ephemeralQueryAccountEnabled?: boolean | undefined;
22
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
22
23
  }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
23
24
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
24
25
  addToResolvers?: boolean | undefined;
@@ -28,6 +29,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
28
29
  schema: string;
29
30
  };
30
31
  ephemeralQueryAccountEnabled?: boolean | undefined;
32
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
31
33
  }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
32
34
  static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
33
35
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
@@ -44,6 +46,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
44
46
  schema: string;
45
47
  };
46
48
  ephemeralQueryAccountEnabled?: boolean | undefined;
49
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
47
50
  }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
48
51
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
49
52
  addToResolvers?: boolean | undefined;
@@ -53,6 +56,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
53
56
  schema: string;
54
57
  };
55
58
  ephemeralQueryAccountEnabled?: boolean | undefined;
59
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
56
60
  }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
57
61
  static requiredQueries: string[];
58
62
  archivists(): Promise<ArchivistInstance[]>;
@@ -1 +1 @@
1
- {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
1
+ {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
@@ -19,6 +19,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
19
19
  schema: string;
20
20
  };
21
21
  ephemeralQueryAccountEnabled?: boolean | undefined;
22
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
22
23
  }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
23
24
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
24
25
  addToResolvers?: boolean | undefined;
@@ -28,6 +29,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
28
29
  schema: string;
29
30
  };
30
31
  ephemeralQueryAccountEnabled?: boolean | undefined;
32
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
31
33
  }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
32
34
  static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
33
35
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
@@ -44,6 +46,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
44
46
  schema: string;
45
47
  };
46
48
  ephemeralQueryAccountEnabled?: boolean | undefined;
49
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
47
50
  }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
48
51
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
49
52
  addToResolvers?: boolean | undefined;
@@ -53,6 +56,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
53
56
  schema: string;
54
57
  };
55
58
  ephemeralQueryAccountEnabled?: boolean | undefined;
59
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
56
60
  }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
57
61
  static requiredQueries: string[];
58
62
  archivists(): Promise<ArchivistInstance[]>;
@@ -1 +1 @@
1
- {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
1
+ {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
@@ -19,6 +19,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
19
19
  schema: string;
20
20
  };
21
21
  ephemeralQueryAccountEnabled?: boolean | undefined;
22
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
22
23
  }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
23
24
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
24
25
  addToResolvers?: boolean | undefined;
@@ -28,6 +29,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
28
29
  schema: string;
29
30
  };
30
31
  ephemeralQueryAccountEnabled?: boolean | undefined;
32
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
31
33
  }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
32
34
  static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
33
35
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
@@ -44,6 +46,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
44
46
  schema: string;
45
47
  };
46
48
  ephemeralQueryAccountEnabled?: boolean | undefined;
49
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
47
50
  }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
48
51
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
49
52
  addToResolvers?: boolean | undefined;
@@ -53,6 +56,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
53
56
  schema: string;
54
57
  };
55
58
  ephemeralQueryAccountEnabled?: boolean | undefined;
59
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
56
60
  }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
57
61
  static requiredQueries: string[];
58
62
  archivists(): Promise<ArchivistInstance[]>;
@@ -1 +1 @@
1
- {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
1
+ {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
@@ -19,6 +19,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
19
19
  schema: string;
20
20
  };
21
21
  ephemeralQueryAccountEnabled?: boolean | undefined;
22
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
22
23
  }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
23
24
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
24
25
  addToResolvers?: boolean | undefined;
@@ -28,6 +29,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
28
29
  schema: string;
29
30
  };
30
31
  ephemeralQueryAccountEnabled?: boolean | undefined;
32
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
31
33
  }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
32
34
  static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
33
35
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
@@ -44,6 +46,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
44
46
  schema: string;
45
47
  };
46
48
  ephemeralQueryAccountEnabled?: boolean | undefined;
49
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
47
50
  }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
48
51
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
49
52
  addToResolvers?: boolean | undefined;
@@ -53,6 +56,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
53
56
  schema: string;
54
57
  };
55
58
  ephemeralQueryAccountEnabled?: boolean | undefined;
59
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
56
60
  }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
57
61
  static requiredQueries: string[];
58
62
  archivists(): Promise<ArchivistInstance[]>;
@@ -1 +1 @@
1
- {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
1
+ {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
@@ -19,6 +19,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
19
19
  schema: string;
20
20
  };
21
21
  ephemeralQueryAccountEnabled?: boolean | undefined;
22
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
22
23
  }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
23
24
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
24
25
  addToResolvers?: boolean | undefined;
@@ -28,6 +29,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
28
29
  schema: string;
29
30
  };
30
31
  ephemeralQueryAccountEnabled?: boolean | undefined;
32
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
31
33
  }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
32
34
  static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
33
35
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
@@ -44,6 +46,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
44
46
  schema: string;
45
47
  };
46
48
  ephemeralQueryAccountEnabled?: boolean | undefined;
49
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
47
50
  }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
48
51
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
49
52
  addToResolvers?: boolean | undefined;
@@ -53,6 +56,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
53
56
  schema: string;
54
57
  };
55
58
  ephemeralQueryAccountEnabled?: boolean | undefined;
59
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
56
60
  }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
57
61
  static requiredQueries: string[];
58
62
  archivists(): Promise<ArchivistInstance[]>;
@@ -1 +1 @@
1
- {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
1
+ {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
package/package.json CHANGED
@@ -10,24 +10,24 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/archivist-model": "~2.93.4",
14
- "@xyo-network/module-wrapper": "~2.93.4",
15
- "@xyo-network/payload-model": "~2.93.4",
16
- "@xyo-network/sentinel-model": "~2.93.4",
17
- "@xyo-network/witness-model": "~2.93.4"
13
+ "@xyo-network/archivist-model": "~2.93.5",
14
+ "@xyo-network/module-wrapper": "~2.93.5",
15
+ "@xyo-network/payload-model": "~2.93.5",
16
+ "@xyo-network/sentinel-model": "~2.93.5",
17
+ "@xyo-network/witness-model": "~2.93.5"
18
18
  },
19
19
  "description": "Primary SDK for using XYO Protocol 2.0",
20
20
  "devDependencies": {
21
21
  "@xylabs/ts-scripts-yarn3": "^3.5.2",
22
22
  "@xylabs/tsconfig": "^3.5.2",
23
- "@xyo-network/abstract-witness": "~2.93.4",
24
- "@xyo-network/account": "~2.93.4",
25
- "@xyo-network/archivist-memory": "~2.93.4",
26
- "@xyo-network/boundwitness-model": "~2.93.4",
27
- "@xyo-network/node-memory": "~2.93.4",
28
- "@xyo-network/payload-builder": "~2.93.4",
29
- "@xyo-network/sentinel-memory": "~2.93.4",
30
- "@xyo-network/witness-adhoc": "~2.93.4",
23
+ "@xyo-network/abstract-witness": "~2.93.5",
24
+ "@xyo-network/account": "~2.93.5",
25
+ "@xyo-network/archivist-memory": "~2.93.5",
26
+ "@xyo-network/boundwitness-model": "~2.93.5",
27
+ "@xyo-network/node-memory": "~2.93.5",
28
+ "@xyo-network/payload-builder": "~2.93.5",
29
+ "@xyo-network/sentinel-memory": "~2.93.5",
30
+ "@xyo-network/witness-adhoc": "~2.93.5",
31
31
  "typescript": "^5.4.3"
32
32
  },
33
33
  "types": "dist/node/index.d.ts",
@@ -68,6 +68,6 @@
68
68
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
69
69
  },
70
70
  "sideEffects": false,
71
- "version": "2.93.4",
71
+ "version": "2.93.5",
72
72
  "type": "module"
73
73
  }