@xyo-network/module-instance-plugin 2.62.2 → 2.63.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.
@@ -11,35 +11,7 @@ export type AbstractModuleInstanceWitnessParams = WitnessParams<AnyConfigSchema<
11
11
  }>;
12
12
  export declare class AbstractModuleInstanceWitness<TParams extends AbstractModuleInstanceWitnessParams = AbstractModuleInstanceWitnessParams> extends AbstractWitness<TParams> {
13
13
  static configSchema: "network.xyo.module.instance.config";
14
- protected get module(): Module<import("@xyo-network/module").ModuleParams<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
15
- readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
16
- readonly name?: string | undefined;
17
- readonly paging?: Record<string, {
18
- size?: number | undefined;
19
- }> | undefined;
20
- readonly schema: string;
21
- readonly security?: {
22
- readonly allowAnonymous?: boolean | undefined;
23
- readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
24
- readonly disallowed?: Record<string, string[]> | undefined;
25
- } | undefined;
26
- readonly storeQueries?: boolean | undefined;
27
- } & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
28
- readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
29
- readonly name?: string | undefined;
30
- readonly paging?: Record<string, {
31
- size?: number | undefined;
32
- }> | undefined;
33
- readonly schema: "network.xyo.module.config";
34
- readonly security?: {
35
- readonly allowAnonymous?: boolean | undefined;
36
- readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
37
- readonly disallowed?: Record<string, string[]> | undefined;
38
- } | undefined;
39
- readonly storeQueries?: boolean | undefined;
40
- } & Omit<undefined, "schema">, "schema"> & {
41
- schema: string;
42
- }, "schema">, undefined>, import("@xyo-network/module").ModuleEventData> | undefined;
14
+ protected get module(): Module | undefined;
43
15
  observe(payloads?: Partial<Payload>[]): Promise<Payload[]>;
44
16
  }
45
17
  //# sourceMappingURL=Witness.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Witness.d.ts","sourceRoot":"","sources":["../../src/Witness.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAA;AAE7D,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAGpF,MAAM,MAAM,yCAAyC,GAAG,oCAAoC,CAAA;AAC5F,eAAO,MAAM,yCAAyC,EAAE,yCAAgF,CAAA;AAExI,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAAC;IAC9D,MAAM,EAAE,yCAAyC,CAAA;CAClD,CAAC,CAAA;AAEF,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAC7D,eAAe,CAAC,mCAAmC,CAAC,EACpD;IACE,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CACF,CAAA;AAED,qBAAa,6BAA6B,CACxC,OAAO,SAAS,mCAAmC,GAAG,mCAAmC,CACzF,SAAQ,eAAe,CAAC,OAAO,CAAC;IAChC,OAAgB,YAAY,uCAA4C;IAExE,SAAS,KAAK,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;yFAEnB;IAEc,OAAO,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC,OAAO,CAAC,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;CAG1E"}
1
+ {"version":3,"file":"Witness.d.ts","sourceRoot":"","sources":["../../src/Witness.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAA;AAE7D,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAGpF,MAAM,MAAM,yCAAyC,GAAG,oCAAoC,CAAA;AAC5F,eAAO,MAAM,yCAAyC,EAAE,yCAAgF,CAAA;AAExI,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAAC;IAC9D,MAAM,EAAE,yCAAyC,CAAA;CAClD,CAAC,CAAA;AAEF,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAC7D,eAAe,CAAC,mCAAmC,CAAC,EACpD;IACE,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CACF,CAAA;AAED,qBAAa,6BAA6B,CACxC,OAAO,SAAS,mCAAmC,GAAG,mCAAmC,CACzF,SAAQ,eAAe,CAAC,OAAO,CAAC;IAChC,OAAgB,YAAY,uCAA4C;IAExE,SAAS,KAAK,MAAM,uBAEnB;IAEc,OAAO,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC,OAAO,CAAC,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;CAG1E"}
package/package.json CHANGED
@@ -10,17 +10,17 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/module": "^2.62.2",
14
- "@xyo-network/module-instance-payload-plugin": "^2.62.2",
15
- "@xyo-network/payload-model": "^2.62.2",
16
- "@xyo-network/payloadset-plugin": "^2.62.2",
17
- "@xyo-network/witness": "^2.62.2",
13
+ "@xyo-network/module": "^2.63.1",
14
+ "@xyo-network/module-instance-payload-plugin": "^2.63.1",
15
+ "@xyo-network/payload-model": "^2.63.1",
16
+ "@xyo-network/payloadset-plugin": "^2.63.1",
17
+ "@xyo-network/witness": "^2.63.1",
18
18
  "lodash": "^4.17.21"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/lodash": "^4.14.195",
22
- "@xylabs/ts-scripts-yarn3": "^2.17.13",
23
- "@xylabs/tsconfig": "^2.17.13",
22
+ "@xylabs/ts-scripts-yarn3": "^2.17.17",
23
+ "@xylabs/tsconfig": "^2.17.17",
24
24
  "typescript": "^5.1.3"
25
25
  },
26
26
  "description": "Contains the information about a module instance",
@@ -56,5 +56,5 @@
56
56
  },
57
57
  "sideEffects": false,
58
58
  "types": "dist/types/index.d.ts",
59
- "version": "2.62.2"
59
+ "version": "2.63.1"
60
60
  }