@xyo-network/sentinel-wrapper 2.106.0 → 2.107.1

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.
@@ -7,66 +7,66 @@ import { SentinelInstance, SentinelModule } from '@xyo-network/sentinel-model';
7
7
  import { WitnessInstance } from '@xyo-network/witness-model';
8
8
  export declare class SentinelWrapper<TModule extends SentinelModule = SentinelModule> extends ModuleWrapper<TModule> implements SentinelInstance<TModule['params']> {
9
9
  static instanceIdentityCheck: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
10
- account?: AccountInstance | "random" | undefined;
11
- addToResolvers?: boolean | undefined;
12
- additionalSigners?: AccountInstance[] | undefined;
13
- allowNameResolution?: boolean | undefined;
10
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
11
+ addToResolvers?: boolean;
12
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
13
+ allowNameResolution?: boolean;
14
14
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
15
- automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
15
+ automations?: import("@xyo-network/sentinel-model/dist/node/Automation").SentinelAutomationPayload[];
16
16
  schema: "network.xyo.sentinel.config";
17
- synchronous?: boolean | undefined;
18
- tasks: import("@xyo-network/sentinel-model").Task[];
19
- throwErrors?: boolean | undefined;
17
+ synchronous?: boolean;
18
+ tasks: import("@xyo-network/sentinel-model/dist/node/Task").Task[];
19
+ throwErrors?: boolean;
20
20
  }, "schema"> & {
21
21
  schema: "network.xyo.sentinel.config";
22
22
  }, "schema"> & {
23
23
  schema: string;
24
24
  };
25
- ephemeralQueryAccountEnabled?: boolean | undefined;
26
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
25
+ ephemeralQueryAccountEnabled?: boolean;
26
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
27
27
  }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
28
- account?: AccountInstance | "random" | undefined;
29
- addToResolvers?: boolean | undefined;
30
- additionalSigners?: AccountInstance[] | undefined;
31
- allowNameResolution?: boolean | undefined;
28
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
29
+ addToResolvers?: boolean;
30
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
31
+ allowNameResolution?: boolean;
32
32
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
33
33
  schema: "network.xyo.module.config";
34
34
  }, "schema"> & {
35
35
  schema: string;
36
36
  };
37
- ephemeralQueryAccountEnabled?: boolean | undefined;
38
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
37
+ ephemeralQueryAccountEnabled?: boolean;
38
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
39
39
  }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
40
40
  static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
41
- account?: AccountInstance | "random" | undefined;
42
- addToResolvers?: boolean | undefined;
43
- additionalSigners?: AccountInstance[] | undefined;
44
- allowNameResolution?: boolean | undefined;
41
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
42
+ addToResolvers?: boolean;
43
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
44
+ allowNameResolution?: boolean;
45
45
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
46
- automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
46
+ automations?: import("@xyo-network/sentinel-model/dist/node/Automation").SentinelAutomationPayload[];
47
47
  schema: "network.xyo.sentinel.config";
48
- synchronous?: boolean | undefined;
49
- tasks: import("@xyo-network/sentinel-model").Task[];
50
- throwErrors?: boolean | undefined;
48
+ synchronous?: boolean;
49
+ tasks: import("@xyo-network/sentinel-model/dist/node/Task").Task[];
50
+ throwErrors?: boolean;
51
51
  }, "schema"> & {
52
52
  schema: "network.xyo.sentinel.config";
53
53
  }, "schema"> & {
54
54
  schema: string;
55
55
  };
56
- ephemeralQueryAccountEnabled?: boolean | undefined;
57
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
56
+ ephemeralQueryAccountEnabled?: boolean;
57
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
58
58
  }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
59
- account?: AccountInstance | "random" | undefined;
60
- addToResolvers?: boolean | undefined;
61
- additionalSigners?: AccountInstance[] | undefined;
62
- allowNameResolution?: boolean | undefined;
59
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
60
+ addToResolvers?: boolean;
61
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
62
+ allowNameResolution?: boolean;
63
63
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
64
64
  schema: "network.xyo.module.config";
65
65
  }, "schema"> & {
66
66
  schema: string;
67
67
  };
68
- ephemeralQueryAccountEnabled?: boolean | undefined;
69
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
68
+ ephemeralQueryAccountEnabled?: boolean;
69
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
70
70
  }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
71
71
  static requiredQueries: string[];
72
72
  archivists(): Promise<ArchivistInstance[]>;
@@ -1 +1 @@
1
- {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAC7D,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;IAMhD,WAAW,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,EAAE,OAAO,CAAC,EAAE,eAAe,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAK9F,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,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAC7D,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;yBAjBuB,4BAC5D;;mCAGO,4BACQ;;uBAIf,4BAA4B,wBACb,4BAA4B,8BAEhC,2BACF,iCAAkC,2BAA0B,8BAChD,4BACL,wBAAwB,4BAEvB,8BAA8B,2BAClC,iCAAiC,2BAC9B;uBAA4C,CAAC,SAAS,kDAAc;;uBAMnF,CAAC;0BAAkC,4CAAO;uBAC9B,CAAC;;;;;;;8CAK8C,2BAA2B;;yBAKhE,4BAChB;;mCAGgD,4BAA4B;;uBAA2E,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B,8BAA8B,4BAA4B,wBAAwB,4BAA4B;;;;;;8CAA2M,2BAA2B;uEAvB7nB;IAC1D,OAAgB,mBAAmB;yBAsBs6B,4BAA4B;;mCAA2F,4BAA4B;;uBAA2E,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B,8BAA8B,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B;uBAA4C,CAAC,SAAS,kDAAc;;uBAAiG,CAAC;0BAAiC,4CAAQ;uBAA6B,CAAC;;;;;;;8CAAyN,2BAA2B;;yBAAgM,4BAA4B;;mCAA2F,4BAA4B;;uBAA2E,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B,8BAA8B,4BAA4B,wBAAwB,4BAA4B;;;;;;8CAA2M,2BAA2B;uEAtBj7F;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;IAMhD,WAAW,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,EAAE,OAAO,CAAC,EAAE,eAAe,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAK9F,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
@@ -7,66 +7,66 @@ import { SentinelInstance, SentinelModule } from '@xyo-network/sentinel-model';
7
7
  import { WitnessInstance } from '@xyo-network/witness-model';
8
8
  export declare class SentinelWrapper<TModule extends SentinelModule = SentinelModule> extends ModuleWrapper<TModule> implements SentinelInstance<TModule['params']> {
9
9
  static instanceIdentityCheck: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
10
- account?: AccountInstance | "random" | undefined;
11
- addToResolvers?: boolean | undefined;
12
- additionalSigners?: AccountInstance[] | undefined;
13
- allowNameResolution?: boolean | undefined;
10
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
11
+ addToResolvers?: boolean;
12
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
13
+ allowNameResolution?: boolean;
14
14
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
15
- automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
15
+ automations?: import("@xyo-network/sentinel-model/dist/node/Automation").SentinelAutomationPayload[];
16
16
  schema: "network.xyo.sentinel.config";
17
- synchronous?: boolean | undefined;
18
- tasks: import("@xyo-network/sentinel-model").Task[];
19
- throwErrors?: boolean | undefined;
17
+ synchronous?: boolean;
18
+ tasks: import("@xyo-network/sentinel-model/dist/node/Task").Task[];
19
+ throwErrors?: boolean;
20
20
  }, "schema"> & {
21
21
  schema: "network.xyo.sentinel.config";
22
22
  }, "schema"> & {
23
23
  schema: string;
24
24
  };
25
- ephemeralQueryAccountEnabled?: boolean | undefined;
26
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
25
+ ephemeralQueryAccountEnabled?: boolean;
26
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
27
27
  }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
28
- account?: AccountInstance | "random" | undefined;
29
- addToResolvers?: boolean | undefined;
30
- additionalSigners?: AccountInstance[] | undefined;
31
- allowNameResolution?: boolean | undefined;
28
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
29
+ addToResolvers?: boolean;
30
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
31
+ allowNameResolution?: boolean;
32
32
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
33
33
  schema: "network.xyo.module.config";
34
34
  }, "schema"> & {
35
35
  schema: string;
36
36
  };
37
- ephemeralQueryAccountEnabled?: boolean | undefined;
38
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
37
+ ephemeralQueryAccountEnabled?: boolean;
38
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
39
39
  }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
40
40
  static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
41
- account?: AccountInstance | "random" | undefined;
42
- addToResolvers?: boolean | undefined;
43
- additionalSigners?: AccountInstance[] | undefined;
44
- allowNameResolution?: boolean | undefined;
41
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
42
+ addToResolvers?: boolean;
43
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
44
+ allowNameResolution?: boolean;
45
45
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
46
- automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
46
+ automations?: import("@xyo-network/sentinel-model/dist/node/Automation").SentinelAutomationPayload[];
47
47
  schema: "network.xyo.sentinel.config";
48
- synchronous?: boolean | undefined;
49
- tasks: import("@xyo-network/sentinel-model").Task[];
50
- throwErrors?: boolean | undefined;
48
+ synchronous?: boolean;
49
+ tasks: import("@xyo-network/sentinel-model/dist/node/Task").Task[];
50
+ throwErrors?: boolean;
51
51
  }, "schema"> & {
52
52
  schema: "network.xyo.sentinel.config";
53
53
  }, "schema"> & {
54
54
  schema: string;
55
55
  };
56
- ephemeralQueryAccountEnabled?: boolean | undefined;
57
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
56
+ ephemeralQueryAccountEnabled?: boolean;
57
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
58
58
  }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
59
- account?: AccountInstance | "random" | undefined;
60
- addToResolvers?: boolean | undefined;
61
- additionalSigners?: AccountInstance[] | undefined;
62
- allowNameResolution?: boolean | undefined;
59
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
60
+ addToResolvers?: boolean;
61
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
62
+ allowNameResolution?: boolean;
63
63
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
64
64
  schema: "network.xyo.module.config";
65
65
  }, "schema"> & {
66
66
  schema: string;
67
67
  };
68
- ephemeralQueryAccountEnabled?: boolean | undefined;
69
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
68
+ ephemeralQueryAccountEnabled?: boolean;
69
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
70
70
  }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
71
71
  static requiredQueries: string[];
72
72
  archivists(): Promise<ArchivistInstance[]>;
@@ -1 +1 @@
1
- {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAC7D,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;IAMhD,WAAW,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,EAAE,OAAO,CAAC,EAAE,eAAe,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAK9F,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,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAC7D,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;yBAjBuB,4BAC5D;;mCAGO,4BACQ;;uBAIf,4BAA4B,wBACb,4BAA4B,8BAEhC,2BACF,iCAAkC,2BAA0B,8BAChD,4BACL,wBAAwB,4BAEvB,8BAA8B,2BAClC,iCAAiC,2BAC9B;uBAA4C,CAAC,SAAS,kDAAc;;uBAMnF,CAAC;0BAAkC,4CAAO;uBAC9B,CAAC;;;;;;;8CAK8C,2BAA2B;;yBAKhE,4BAChB;;mCAGgD,4BAA4B;;uBAA2E,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B,8BAA8B,4BAA4B,wBAAwB,4BAA4B;;;;;;8CAA2M,2BAA2B;uEAvB7nB;IAC1D,OAAgB,mBAAmB;yBAsBs6B,4BAA4B;;mCAA2F,4BAA4B;;uBAA2E,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B,8BAA8B,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B;uBAA4C,CAAC,SAAS,kDAAc;;uBAAiG,CAAC;0BAAiC,4CAAQ;uBAA6B,CAAC;;;;;;;8CAAyN,2BAA2B;;yBAAgM,4BAA4B;;mCAA2F,4BAA4B;;uBAA2E,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B,8BAA8B,4BAA4B,wBAAwB,4BAA4B;;;;;;8CAA2M,2BAA2B;uEAtBj7F;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;IAMhD,WAAW,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,EAAE,OAAO,CAAC,EAAE,eAAe,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAK9F,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
@@ -7,66 +7,66 @@ import { SentinelInstance, SentinelModule } from '@xyo-network/sentinel-model';
7
7
  import { WitnessInstance } from '@xyo-network/witness-model';
8
8
  export declare class SentinelWrapper<TModule extends SentinelModule = SentinelModule> extends ModuleWrapper<TModule> implements SentinelInstance<TModule['params']> {
9
9
  static instanceIdentityCheck: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
10
- account?: AccountInstance | "random" | undefined;
11
- addToResolvers?: boolean | undefined;
12
- additionalSigners?: AccountInstance[] | undefined;
13
- allowNameResolution?: boolean | undefined;
10
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
11
+ addToResolvers?: boolean;
12
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
13
+ allowNameResolution?: boolean;
14
14
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
15
- automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
15
+ automations?: import("@xyo-network/sentinel-model/dist/node/Automation").SentinelAutomationPayload[];
16
16
  schema: "network.xyo.sentinel.config";
17
- synchronous?: boolean | undefined;
18
- tasks: import("@xyo-network/sentinel-model").Task[];
19
- throwErrors?: boolean | undefined;
17
+ synchronous?: boolean;
18
+ tasks: import("@xyo-network/sentinel-model/dist/node/Task").Task[];
19
+ throwErrors?: boolean;
20
20
  }, "schema"> & {
21
21
  schema: "network.xyo.sentinel.config";
22
22
  }, "schema"> & {
23
23
  schema: string;
24
24
  };
25
- ephemeralQueryAccountEnabled?: boolean | undefined;
26
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
25
+ ephemeralQueryAccountEnabled?: boolean;
26
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
27
27
  }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
28
- account?: AccountInstance | "random" | undefined;
29
- addToResolvers?: boolean | undefined;
30
- additionalSigners?: AccountInstance[] | undefined;
31
- allowNameResolution?: boolean | undefined;
28
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
29
+ addToResolvers?: boolean;
30
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
31
+ allowNameResolution?: boolean;
32
32
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
33
33
  schema: "network.xyo.module.config";
34
34
  }, "schema"> & {
35
35
  schema: string;
36
36
  };
37
- ephemeralQueryAccountEnabled?: boolean | undefined;
38
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
37
+ ephemeralQueryAccountEnabled?: boolean;
38
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
39
39
  }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
40
40
  static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
41
- account?: AccountInstance | "random" | undefined;
42
- addToResolvers?: boolean | undefined;
43
- additionalSigners?: AccountInstance[] | undefined;
44
- allowNameResolution?: boolean | undefined;
41
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
42
+ addToResolvers?: boolean;
43
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
44
+ allowNameResolution?: boolean;
45
45
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
46
- automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
46
+ automations?: import("@xyo-network/sentinel-model/dist/node/Automation").SentinelAutomationPayload[];
47
47
  schema: "network.xyo.sentinel.config";
48
- synchronous?: boolean | undefined;
49
- tasks: import("@xyo-network/sentinel-model").Task[];
50
- throwErrors?: boolean | undefined;
48
+ synchronous?: boolean;
49
+ tasks: import("@xyo-network/sentinel-model/dist/node/Task").Task[];
50
+ throwErrors?: boolean;
51
51
  }, "schema"> & {
52
52
  schema: "network.xyo.sentinel.config";
53
53
  }, "schema"> & {
54
54
  schema: string;
55
55
  };
56
- ephemeralQueryAccountEnabled?: boolean | undefined;
57
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
56
+ ephemeralQueryAccountEnabled?: boolean;
57
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
58
58
  }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
59
- account?: AccountInstance | "random" | undefined;
60
- addToResolvers?: boolean | undefined;
61
- additionalSigners?: AccountInstance[] | undefined;
62
- allowNameResolution?: boolean | undefined;
59
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
60
+ addToResolvers?: boolean;
61
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
62
+ allowNameResolution?: boolean;
63
63
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
64
64
  schema: "network.xyo.module.config";
65
65
  }, "schema"> & {
66
66
  schema: string;
67
67
  };
68
- ephemeralQueryAccountEnabled?: boolean | undefined;
69
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
68
+ ephemeralQueryAccountEnabled?: boolean;
69
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
70
70
  }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
71
71
  static requiredQueries: string[];
72
72
  archivists(): Promise<ArchivistInstance[]>;
@@ -1 +1 @@
1
- {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAC7D,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;IAMhD,WAAW,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,EAAE,OAAO,CAAC,EAAE,eAAe,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAK9F,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,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAC7D,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;yBAjBuB,4BAC5D;;mCAGO,4BACQ;;uBAIf,4BAA4B,wBACb,4BAA4B,8BAEhC,2BACF,iCAAkC,2BAA0B,8BAChD,4BACL,wBAAwB,4BAEvB,8BAA8B,2BAClC,iCAAiC,2BAC9B;uBAA4C,CAAC,SAAS,kDAAc;;uBAMnF,CAAC;0BAAkC,4CAAO;uBAC9B,CAAC;;;;;;;8CAK8C,2BAA2B;;yBAKhE,4BAChB;;mCAGgD,4BAA4B;;uBAA2E,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B,8BAA8B,4BAA4B,wBAAwB,4BAA4B;;;;;;8CAA2M,2BAA2B;uEAvB7nB;IAC1D,OAAgB,mBAAmB;yBAsBs6B,4BAA4B;;mCAA2F,4BAA4B;;uBAA2E,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B,8BAA8B,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B;uBAA4C,CAAC,SAAS,kDAAc;;uBAAiG,CAAC;0BAAiC,4CAAQ;uBAA6B,CAAC;;;;;;;8CAAyN,2BAA2B;;yBAAgM,4BAA4B;;mCAA2F,4BAA4B;;uBAA2E,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B,8BAA8B,4BAA4B,wBAAwB,4BAA4B;;;;;;8CAA2M,2BAA2B;uEAtBj7F;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;IAMhD,WAAW,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,EAAE,OAAO,CAAC,EAAE,eAAe,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAK9F,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
@@ -1,62 +1,2 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
7
- var __export = (target, all) => {
8
- for (var name in all)
9
- __defProp(target, name, { get: all[name], enumerable: true });
10
- };
11
- var __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from === "object" || typeof from === "function") {
13
- for (let key of __getOwnPropNames(from))
14
- if (!__hasOwnProp.call(to, key) && key !== except)
15
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
- }
17
- return to;
18
- };
19
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
-
21
- // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
24
- SentinelWrapper: () => SentinelWrapper
25
- });
26
- module.exports = __toCommonJS(src_exports);
27
-
28
- // src/Wrapper.ts
29
- var import_module_wrapper = require("@xyo-network/module-wrapper");
30
- var import_sentinel_model = require("@xyo-network/sentinel-model");
31
- (0, import_module_wrapper.constructableModuleWrapper)();
32
- var SentinelWrapper = class extends import_module_wrapper.ModuleWrapper {
33
- static {
34
- __name(this, "SentinelWrapper");
35
- }
36
- static instanceIdentityCheck = import_sentinel_model.isSentinelInstance;
37
- static moduleIdentityCheck = import_sentinel_model.isSentinelModule;
38
- static requiredQueries = [
39
- import_sentinel_model.SentinelReportQuerySchema,
40
- ...super.requiredQueries
41
- ];
42
- archivists() {
43
- throw new Error("Not supported");
44
- }
45
- async report(payloads) {
46
- const queryPayload = {
47
- schema: import_sentinel_model.SentinelReportQuerySchema
48
- };
49
- const result = await this.sendQuery(queryPayload, payloads);
50
- return result;
51
- }
52
- async reportQuery(payloads, account) {
53
- const queryPayload = {
54
- schema: import_sentinel_model.SentinelReportQuerySchema
55
- };
56
- return await this.sendQueryRaw(queryPayload, payloads, account);
57
- }
58
- witnesses() {
59
- throw new Error("Not supported");
60
- }
61
- };
1
+ "use strict";var a=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var p=Object.getOwnPropertyNames;var l=Object.prototype.hasOwnProperty;var c=(r,e)=>a(r,"name",{value:e,configurable:!0});var y=(r,e)=>{for(var t in e)a(r,t,{get:e[t],enumerable:!0})},h=(r,e,t,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of p(e))!l.call(r,n)&&n!==t&&a(r,n,{get:()=>e[n],enumerable:!(o=d(e,n))||o.enumerable});return r};var m=r=>h(a({},"__esModule",{value:!0}),r);var w={};y(w,{SentinelWrapper:()=>u});module.exports=m(w);var i=require("@xyo-network/module-wrapper"),s=require("@xyo-network/sentinel-model");(0,i.constructableModuleWrapper)();var u=class extends i.ModuleWrapper{static{c(this,"SentinelWrapper")}static instanceIdentityCheck=s.isSentinelInstance;static moduleIdentityCheck=s.isSentinelModule;static requiredQueries=[s.SentinelReportQuerySchema,...super.requiredQueries];archivists(){throw new Error("Not supported")}async report(e){let t={schema:s.SentinelReportQuerySchema};return await this.sendQuery(t,e)}async reportQuery(e,t){let o={schema:s.SentinelReportQuerySchema};return await this.sendQueryRaw(o,e,t)}witnesses(){throw new Error("Not supported")}};
62
2
  //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts","../../src/Wrapper.ts"],"sourcesContent":["export * from './Wrapper'\n","import { AccountInstance } from '@xyo-network/account-model'\nimport { ArchivistInstance } from '@xyo-network/archivist-model'\nimport { ModuleQueryResult } from '@xyo-network/module-model'\nimport { constructableModuleWrapper, ModuleWrapper } from '@xyo-network/module-wrapper'\nimport { Payload } from '@xyo-network/payload-model'\nimport {\n isSentinelInstance,\n isSentinelModule,\n SentinelInstance,\n SentinelModule,\n SentinelReportQuery,\n SentinelReportQuerySchema,\n} from '@xyo-network/sentinel-model'\nimport { WitnessInstance } from '@xyo-network/witness-model'\n\nconstructableModuleWrapper()\nexport class SentinelWrapper<TModule extends SentinelModule = SentinelModule>\n extends ModuleWrapper<TModule>\n implements SentinelInstance<TModule['params']>\n{\n static override instanceIdentityCheck = isSentinelInstance\n static override moduleIdentityCheck = isSentinelModule\n static override requiredQueries = [SentinelReportQuerySchema, ...super.requiredQueries]\n\n archivists(): Promise<ArchivistInstance[]> {\n throw new Error('Not supported')\n }\n\n async report(payloads?: Payload[]): Promise<Payload[]> {\n const queryPayload: SentinelReportQuery = { schema: SentinelReportQuerySchema }\n const result = await this.sendQuery(queryPayload, payloads)\n return result\n }\n\n async reportQuery(payloads?: Payload[], account?: AccountInstance): Promise<ModuleQueryResult> {\n const queryPayload: SentinelReportQuery = { schema: SentinelReportQuerySchema }\n return await this.sendQueryRaw(queryPayload, payloads, account)\n }\n\n witnesses(): Promise<WitnessInstance[]> {\n throw new Error('Not supported')\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;ACGA,4BAA0D;AAE1D,4BAOO;IAGPA,kDAAAA;AACO,IAAMC,kBAAN,cACGC,oCAAAA;EAdV,OAcUA;;;EAGR,OAAgBC,wBAAwBC;EACxC,OAAgBC,sBAAsBC;EACtC,OAAgBC,kBAAkB;IAACC;OAA8B,MAAMD;;EAEvEE,aAA2C;AACzC,UAAM,IAAIC,MAAM,eAAA;EAClB;EAEA,MAAMC,OAAOC,UAA0C;AACrD,UAAMC,eAAoC;MAAEC,QAAQN;IAA0B;AAC9E,UAAMO,SAAS,MAAM,KAAKC,UAAUH,cAAcD,QAAAA;AAClD,WAAOG;EACT;EAEA,MAAME,YAAYL,UAAsBM,SAAuD;AAC7F,UAAML,eAAoC;MAAEC,QAAQN;IAA0B;AAC9E,WAAO,MAAM,KAAKW,aAAaN,cAAcD,UAAUM,OAAAA;EACzD;EAEAE,YAAwC;AACtC,UAAM,IAAIV,MAAM,eAAA;EAClB;AACF;","names":["constructableModuleWrapper","SentinelWrapper","ModuleWrapper","instanceIdentityCheck","isSentinelInstance","moduleIdentityCheck","isSentinelModule","requiredQueries","SentinelReportQuerySchema","archivists","Error","report","payloads","queryPayload","schema","result","sendQuery","reportQuery","account","sendQueryRaw","witnesses"]}
1
+ {"version":3,"sources":["../../src/index.ts","../../src/Wrapper.ts"],"sourcesContent":["export * from './Wrapper'\n","import { AccountInstance } from '@xyo-network/account-model'\nimport { ArchivistInstance } from '@xyo-network/archivist-model'\nimport { ModuleQueryResult } from '@xyo-network/module-model'\nimport { constructableModuleWrapper, ModuleWrapper } from '@xyo-network/module-wrapper'\nimport { Payload } from '@xyo-network/payload-model'\nimport {\n isSentinelInstance,\n isSentinelModule,\n SentinelInstance,\n SentinelModule,\n SentinelReportQuery,\n SentinelReportQuerySchema,\n} from '@xyo-network/sentinel-model'\nimport { WitnessInstance } from '@xyo-network/witness-model'\n\nconstructableModuleWrapper()\nexport class SentinelWrapper<TModule extends SentinelModule = SentinelModule>\n extends ModuleWrapper<TModule>\n implements SentinelInstance<TModule['params']>\n{\n static override instanceIdentityCheck = isSentinelInstance\n static override moduleIdentityCheck = isSentinelModule\n static override requiredQueries = [SentinelReportQuerySchema, ...super.requiredQueries]\n\n archivists(): Promise<ArchivistInstance[]> {\n throw new Error('Not supported')\n }\n\n async report(payloads?: Payload[]): Promise<Payload[]> {\n const queryPayload: SentinelReportQuery = { schema: SentinelReportQuerySchema }\n const result = await this.sendQuery(queryPayload, payloads)\n return result\n }\n\n async reportQuery(payloads?: Payload[], account?: AccountInstance): Promise<ModuleQueryResult> {\n const queryPayload: SentinelReportQuery = { schema: SentinelReportQuerySchema }\n return await this.sendQueryRaw(queryPayload, payloads, account)\n }\n\n witnesses(): Promise<WitnessInstance[]> {\n throw new Error('Not supported')\n }\n}\n"],"mappings":"4dAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,IAAA,eAAAC,EAAAH,GCGA,IAAAI,EAA0D,uCAE1DC,EAOO,0CAGPC,8BAAAA,EACO,IAAMC,EAAN,cACGC,eAAAA,CAdV,MAcUA,CAAAA,EAAAA,wBAGR,OAAgBC,sBAAwBC,qBACxC,OAAgBC,oBAAsBC,mBACtC,OAAgBC,gBAAkB,CAACC,+BAA8B,MAAMD,iBAEvEE,YAA2C,CACzC,MAAM,IAAIC,MAAM,eAAA,CAClB,CAEA,MAAMC,OAAOC,EAA0C,CACrD,IAAMC,EAAoC,CAAEC,OAAQN,2BAA0B,EAE9E,OADe,MAAM,KAAKO,UAAUF,EAAcD,CAAAA,CAEpD,CAEA,MAAMI,YAAYJ,EAAsBK,EAAuD,CAC7F,IAAMJ,EAAoC,CAAEC,OAAQN,2BAA0B,EAC9E,OAAO,MAAM,KAAKU,aAAaL,EAAcD,EAAUK,CAAAA,CACzD,CAEAE,WAAwC,CACtC,MAAM,IAAIT,MAAM,eAAA,CAClB,CACF","names":["src_exports","__export","SentinelWrapper","__toCommonJS","import_module_wrapper","import_sentinel_model","constructableModuleWrapper","SentinelWrapper","ModuleWrapper","instanceIdentityCheck","isSentinelInstance","moduleIdentityCheck","isSentinelModule","requiredQueries","SentinelReportQuerySchema","archivists","Error","report","payloads","queryPayload","schema","sendQuery","reportQuery","account","sendQueryRaw","witnesses"]}
@@ -1,41 +1,2 @@
1
- var __defProp = Object.defineProperty;
2
- var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3
-
4
- // src/Wrapper.ts
5
- import { constructableModuleWrapper, ModuleWrapper } from "@xyo-network/module-wrapper";
6
- import { isSentinelInstance, isSentinelModule, SentinelReportQuerySchema } from "@xyo-network/sentinel-model";
7
- constructableModuleWrapper();
8
- var SentinelWrapper = class extends ModuleWrapper {
9
- static {
10
- __name(this, "SentinelWrapper");
11
- }
12
- static instanceIdentityCheck = isSentinelInstance;
13
- static moduleIdentityCheck = isSentinelModule;
14
- static requiredQueries = [
15
- SentinelReportQuerySchema,
16
- ...super.requiredQueries
17
- ];
18
- archivists() {
19
- throw new Error("Not supported");
20
- }
21
- async report(payloads) {
22
- const queryPayload = {
23
- schema: SentinelReportQuerySchema
24
- };
25
- const result = await this.sendQuery(queryPayload, payloads);
26
- return result;
27
- }
28
- async reportQuery(payloads, account) {
29
- const queryPayload = {
30
- schema: SentinelReportQuerySchema
31
- };
32
- return await this.sendQueryRaw(queryPayload, payloads, account);
33
- }
34
- witnesses() {
35
- throw new Error("Not supported");
36
- }
37
- };
38
- export {
39
- SentinelWrapper
40
- };
1
+ var i=Object.defineProperty;var n=(s,e)=>i(s,"name",{value:e,configurable:!0});import{constructableModuleWrapper as u,ModuleWrapper as c}from"@xyo-network/module-wrapper";import{isSentinelInstance as d,isSentinelModule as p,SentinelReportQuerySchema as t}from"@xyo-network/sentinel-model";u();var a=class extends c{static{n(this,"SentinelWrapper")}static instanceIdentityCheck=d;static moduleIdentityCheck=p;static requiredQueries=[t,...super.requiredQueries];archivists(){throw new Error("Not supported")}async report(e){let r={schema:t};return await this.sendQuery(r,e)}async reportQuery(e,r){let o={schema:t};return await this.sendQueryRaw(o,e,r)}witnesses(){throw new Error("Not supported")}};export{a as SentinelWrapper};
41
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/Wrapper.ts"],"sourcesContent":["import { AccountInstance } from '@xyo-network/account-model'\nimport { ArchivistInstance } from '@xyo-network/archivist-model'\nimport { ModuleQueryResult } from '@xyo-network/module-model'\nimport { constructableModuleWrapper, ModuleWrapper } from '@xyo-network/module-wrapper'\nimport { Payload } from '@xyo-network/payload-model'\nimport {\n isSentinelInstance,\n isSentinelModule,\n SentinelInstance,\n SentinelModule,\n SentinelReportQuery,\n SentinelReportQuerySchema,\n} from '@xyo-network/sentinel-model'\nimport { WitnessInstance } from '@xyo-network/witness-model'\n\nconstructableModuleWrapper()\nexport class SentinelWrapper<TModule extends SentinelModule = SentinelModule>\n extends ModuleWrapper<TModule>\n implements SentinelInstance<TModule['params']>\n{\n static override instanceIdentityCheck = isSentinelInstance\n static override moduleIdentityCheck = isSentinelModule\n static override requiredQueries = [SentinelReportQuerySchema, ...super.requiredQueries]\n\n archivists(): Promise<ArchivistInstance[]> {\n throw new Error('Not supported')\n }\n\n async report(payloads?: Payload[]): Promise<Payload[]> {\n const queryPayload: SentinelReportQuery = { schema: SentinelReportQuerySchema }\n const result = await this.sendQuery(queryPayload, payloads)\n return result\n }\n\n async reportQuery(payloads?: Payload[], account?: AccountInstance): Promise<ModuleQueryResult> {\n const queryPayload: SentinelReportQuery = { schema: SentinelReportQuerySchema }\n return await this.sendQueryRaw(queryPayload, payloads, account)\n }\n\n witnesses(): Promise<WitnessInstance[]> {\n throw new Error('Not supported')\n }\n}\n"],"mappings":";;;;AAGA,SAASA,4BAA4BC,qBAAqB;AAE1D,SACEC,oBACAC,kBAIAC,iCACK;AAGPC,2BAAAA;AACO,IAAMC,kBAAN,cACGC,cAAAA;EAdV,OAcUA;;;EAGR,OAAgBC,wBAAwBC;EACxC,OAAgBC,sBAAsBC;EACtC,OAAgBC,kBAAkB;IAACC;OAA8B,MAAMD;;EAEvEE,aAA2C;AACzC,UAAM,IAAIC,MAAM,eAAA;EAClB;EAEA,MAAMC,OAAOC,UAA0C;AACrD,UAAMC,eAAoC;MAAEC,QAAQN;IAA0B;AAC9E,UAAMO,SAAS,MAAM,KAAKC,UAAUH,cAAcD,QAAAA;AAClD,WAAOG;EACT;EAEA,MAAME,YAAYL,UAAsBM,SAAuD;AAC7F,UAAML,eAAoC;MAAEC,QAAQN;IAA0B;AAC9E,WAAO,MAAM,KAAKW,aAAaN,cAAcD,UAAUM,OAAAA;EACzD;EAEAE,YAAwC;AACtC,UAAM,IAAIV,MAAM,eAAA;EAClB;AACF;","names":["constructableModuleWrapper","ModuleWrapper","isSentinelInstance","isSentinelModule","SentinelReportQuerySchema","constructableModuleWrapper","SentinelWrapper","ModuleWrapper","instanceIdentityCheck","isSentinelInstance","moduleIdentityCheck","isSentinelModule","requiredQueries","SentinelReportQuerySchema","archivists","Error","report","payloads","queryPayload","schema","result","sendQuery","reportQuery","account","sendQueryRaw","witnesses"]}
1
+ {"version":3,"sources":["../../src/Wrapper.ts"],"sourcesContent":["import { AccountInstance } from '@xyo-network/account-model'\nimport { ArchivistInstance } from '@xyo-network/archivist-model'\nimport { ModuleQueryResult } from '@xyo-network/module-model'\nimport { constructableModuleWrapper, ModuleWrapper } from '@xyo-network/module-wrapper'\nimport { Payload } from '@xyo-network/payload-model'\nimport {\n isSentinelInstance,\n isSentinelModule,\n SentinelInstance,\n SentinelModule,\n SentinelReportQuery,\n SentinelReportQuerySchema,\n} from '@xyo-network/sentinel-model'\nimport { WitnessInstance } from '@xyo-network/witness-model'\n\nconstructableModuleWrapper()\nexport class SentinelWrapper<TModule extends SentinelModule = SentinelModule>\n extends ModuleWrapper<TModule>\n implements SentinelInstance<TModule['params']>\n{\n static override instanceIdentityCheck = isSentinelInstance\n static override moduleIdentityCheck = isSentinelModule\n static override requiredQueries = [SentinelReportQuerySchema, ...super.requiredQueries]\n\n archivists(): Promise<ArchivistInstance[]> {\n throw new Error('Not supported')\n }\n\n async report(payloads?: Payload[]): Promise<Payload[]> {\n const queryPayload: SentinelReportQuery = { schema: SentinelReportQuerySchema }\n const result = await this.sendQuery(queryPayload, payloads)\n return result\n }\n\n async reportQuery(payloads?: Payload[], account?: AccountInstance): Promise<ModuleQueryResult> {\n const queryPayload: SentinelReportQuery = { schema: SentinelReportQuerySchema }\n return await this.sendQueryRaw(queryPayload, payloads, account)\n }\n\n witnesses(): Promise<WitnessInstance[]> {\n throw new Error('Not supported')\n }\n}\n"],"mappings":"+EAGA,OAASA,8BAAAA,EAA4BC,iBAAAA,MAAqB,8BAE1D,OACEC,sBAAAA,EACAC,oBAAAA,EAIAC,6BAAAA,MACK,8BAGPC,EAAAA,EACO,IAAMC,EAAN,cACGC,CAAAA,CAdV,MAcUA,CAAAA,EAAAA,wBAGR,OAAgBC,sBAAwBC,EACxC,OAAgBC,oBAAsBC,EACtC,OAAgBC,gBAAkB,CAACC,KAA8B,MAAMD,iBAEvEE,YAA2C,CACzC,MAAM,IAAIC,MAAM,eAAA,CAClB,CAEA,MAAMC,OAAOC,EAA0C,CACrD,IAAMC,EAAoC,CAAEC,OAAQN,CAA0B,EAE9E,OADe,MAAM,KAAKO,UAAUF,EAAcD,CAAAA,CAEpD,CAEA,MAAMI,YAAYJ,EAAsBK,EAAuD,CAC7F,IAAMJ,EAAoC,CAAEC,OAAQN,CAA0B,EAC9E,OAAO,MAAM,KAAKU,aAAaL,EAAcD,EAAUK,CAAAA,CACzD,CAEAE,WAAwC,CACtC,MAAM,IAAIT,MAAM,eAAA,CAClB,CACF","names":["constructableModuleWrapper","ModuleWrapper","isSentinelInstance","isSentinelModule","SentinelReportQuerySchema","constructableModuleWrapper","SentinelWrapper","ModuleWrapper","instanceIdentityCheck","isSentinelInstance","moduleIdentityCheck","isSentinelModule","requiredQueries","SentinelReportQuerySchema","archivists","Error","report","payloads","queryPayload","schema","sendQuery","reportQuery","account","sendQueryRaw","witnesses"]}
@@ -7,66 +7,66 @@ import { SentinelInstance, SentinelModule } from '@xyo-network/sentinel-model';
7
7
  import { WitnessInstance } from '@xyo-network/witness-model';
8
8
  export declare class SentinelWrapper<TModule extends SentinelModule = SentinelModule> extends ModuleWrapper<TModule> implements SentinelInstance<TModule['params']> {
9
9
  static instanceIdentityCheck: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
10
- account?: AccountInstance | "random" | undefined;
11
- addToResolvers?: boolean | undefined;
12
- additionalSigners?: AccountInstance[] | undefined;
13
- allowNameResolution?: boolean | undefined;
10
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
11
+ addToResolvers?: boolean;
12
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
13
+ allowNameResolution?: boolean;
14
14
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
15
- automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
15
+ automations?: import("@xyo-network/sentinel-model/dist/node/Automation").SentinelAutomationPayload[];
16
16
  schema: "network.xyo.sentinel.config";
17
- synchronous?: boolean | undefined;
18
- tasks: import("@xyo-network/sentinel-model").Task[];
19
- throwErrors?: boolean | undefined;
17
+ synchronous?: boolean;
18
+ tasks: import("@xyo-network/sentinel-model/dist/node/Task").Task[];
19
+ throwErrors?: boolean;
20
20
  }, "schema"> & {
21
21
  schema: "network.xyo.sentinel.config";
22
22
  }, "schema"> & {
23
23
  schema: string;
24
24
  };
25
- ephemeralQueryAccountEnabled?: boolean | undefined;
26
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
25
+ ephemeralQueryAccountEnabled?: boolean;
26
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
27
27
  }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
28
- account?: AccountInstance | "random" | undefined;
29
- addToResolvers?: boolean | undefined;
30
- additionalSigners?: AccountInstance[] | undefined;
31
- allowNameResolution?: boolean | undefined;
28
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
29
+ addToResolvers?: boolean;
30
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
31
+ allowNameResolution?: boolean;
32
32
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
33
33
  schema: "network.xyo.module.config";
34
34
  }, "schema"> & {
35
35
  schema: string;
36
36
  };
37
- ephemeralQueryAccountEnabled?: boolean | undefined;
38
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
37
+ ephemeralQueryAccountEnabled?: boolean;
38
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
39
39
  }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
40
40
  static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
41
- account?: AccountInstance | "random" | undefined;
42
- addToResolvers?: boolean | undefined;
43
- additionalSigners?: AccountInstance[] | undefined;
44
- allowNameResolution?: boolean | undefined;
41
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
42
+ addToResolvers?: boolean;
43
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
44
+ allowNameResolution?: boolean;
45
45
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
46
- automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
46
+ automations?: import("@xyo-network/sentinel-model/dist/node/Automation").SentinelAutomationPayload[];
47
47
  schema: "network.xyo.sentinel.config";
48
- synchronous?: boolean | undefined;
49
- tasks: import("@xyo-network/sentinel-model").Task[];
50
- throwErrors?: boolean | undefined;
48
+ synchronous?: boolean;
49
+ tasks: import("@xyo-network/sentinel-model/dist/node/Task").Task[];
50
+ throwErrors?: boolean;
51
51
  }, "schema"> & {
52
52
  schema: "network.xyo.sentinel.config";
53
53
  }, "schema"> & {
54
54
  schema: string;
55
55
  };
56
- ephemeralQueryAccountEnabled?: boolean | undefined;
57
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
56
+ ephemeralQueryAccountEnabled?: boolean;
57
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
58
58
  }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
59
- account?: AccountInstance | "random" | undefined;
60
- addToResolvers?: boolean | undefined;
61
- additionalSigners?: AccountInstance[] | undefined;
62
- allowNameResolution?: boolean | undefined;
59
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
60
+ addToResolvers?: boolean;
61
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
62
+ allowNameResolution?: boolean;
63
63
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
64
64
  schema: "network.xyo.module.config";
65
65
  }, "schema"> & {
66
66
  schema: string;
67
67
  };
68
- ephemeralQueryAccountEnabled?: boolean | undefined;
69
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
68
+ ephemeralQueryAccountEnabled?: boolean;
69
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
70
70
  }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
71
71
  static requiredQueries: string[];
72
72
  archivists(): Promise<ArchivistInstance[]>;
@@ -1 +1 @@
1
- {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAC7D,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;IAMhD,WAAW,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,EAAE,OAAO,CAAC,EAAE,eAAe,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAK9F,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,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAC7D,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;yBAjBuB,4BAC5D;;mCAGO,4BACQ;;uBAIf,4BAA4B,wBACb,4BAA4B,8BAEhC,2BACF,iCAAkC,2BAA0B,8BAChD,4BACL,wBAAwB,4BAEvB,8BAA8B,2BAClC,iCAAiC,2BAC9B;uBAA4C,CAAC,SAAS,kDAAc;;uBAMnF,CAAC;0BAAkC,4CAAO;uBAC9B,CAAC;;;;;;;8CAK8C,2BAA2B;;yBAKhE,4BAChB;;mCAGgD,4BAA4B;;uBAA2E,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B,8BAA8B,4BAA4B,wBAAwB,4BAA4B;;;;;;8CAA2M,2BAA2B;uEAvB7nB;IAC1D,OAAgB,mBAAmB;yBAsBs6B,4BAA4B;;mCAA2F,4BAA4B;;uBAA2E,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B,8BAA8B,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B;uBAA4C,CAAC,SAAS,kDAAc;;uBAAiG,CAAC;0BAAiC,4CAAQ;uBAA6B,CAAC;;;;;;;8CAAyN,2BAA2B;;yBAAgM,4BAA4B;;mCAA2F,4BAA4B;;uBAA2E,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B,8BAA8B,4BAA4B,wBAAwB,4BAA4B;;;;;;8CAA2M,2BAA2B;uEAtBj7F;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;IAMhD,WAAW,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,EAAE,OAAO,CAAC,EAAE,eAAe,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAK9F,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}