@xyo-network/domain-plugin 3.2.0-rc.1 → 3.2.0-rc.2

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.
@@ -1,19 +1,46 @@
1
1
  import { DomainWitness } from './Witness.ts';
2
- export declare const DomainPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<DomainWitness<import(".store/@xylabs-object-npm-4.4.12-63cf432727/package").BaseParamsFields & {
3
- account?: import(".store/@xyo-network-account-model-virtual-3409e52736/package").AccountInstance | "random";
2
+ export declare const DomainPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<DomainWitness<import(".store/@xylabs-object-npm-4.4.24-1b8348f2f7/package").BaseParamsFields & {
3
+ account?: import(".store/@xyo-network-account-model-virtual-c5d2167f6b/package").AccountInstance | "random";
4
4
  addToResolvers?: boolean;
5
- additionalSigners?: import(".store/@xyo-network-account-model-virtual-3409e52736/package").AccountInstance[];
5
+ additionalSigners?: import(".store/@xyo-network-account-model-virtual-c5d2167f6b/package").AccountInstance[];
6
6
  allowNameResolution?: boolean;
7
- 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 & {
8
- schema: "network.xyo.domain.witness.config";
9
- } & {
10
- domain?: string;
11
- schema: import("./Config.ts").DomainWitnessConfigSchema;
12
- }, "schema"> & {
13
- schema: "network.xyo.domain.witness.config";
14
- }, "schema"> & {
15
- schema: string;
16
- };
7
+ config: import(".store/@xylabs-object-npm-4.4.24-1b8348f2f7/package").DeepRestrictToStringKeys<{
8
+ schema: import("@xyo-network/payload-model").Schema;
9
+ readonly archiving?: {
10
+ readonly archivists?: string[] | undefined;
11
+ readonly queries?: string[] | undefined;
12
+ } | undefined;
13
+ readonly allowedQueries?: string[] | undefined;
14
+ readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
15
+ readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.24-da15b744dd/package").LogLevel | undefined;
16
+ readonly labels?: {
17
+ [x: string]: string | undefined;
18
+ } | undefined;
19
+ readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
20
+ readonly paging?: {
21
+ [x: string]: {
22
+ size?: number | undefined;
23
+ };
24
+ } | undefined;
25
+ readonly retry?: {
26
+ backoff?: number | undefined;
27
+ interval?: number | undefined;
28
+ retries?: number | undefined;
29
+ } | undefined;
30
+ readonly security?: {
31
+ readonly allowAnonymous?: boolean | undefined;
32
+ readonly allowed?: {
33
+ [x: string]: (Lowercase<string> | Lowercase<string>[])[];
34
+ } | undefined;
35
+ readonly disallowed?: {
36
+ [x: string]: Lowercase<string>[];
37
+ } | undefined;
38
+ } | undefined;
39
+ readonly sign?: boolean | undefined;
40
+ readonly storeQueries?: boolean | undefined;
41
+ readonly timestamp?: boolean | undefined;
42
+ domain?: string | undefined;
43
+ }>;
17
44
  ephemeralQueryAccountEnabled?: boolean;
18
45
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
19
46
  }>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAA;AAE5C,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;GAStB,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAA;AAE5C,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAStB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAE3B,OAAO,EAAE,YAAY,IAAI,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACnE,cAAc,cAAc,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,OAAO,EAAE,YAAY,IAAI,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACnE,cAAc,cAAc,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/domain-plugin",
3
- "version": "3.2.0-rc.1",
3
+ "version": "3.2.0-rc.2",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,18 +29,18 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
- "@xylabs/promise": "^4.4.12",
33
- "@xyo-network/abstract-witness": "^3.6.0-rc.1",
34
- "@xyo-network/domain-payload-plugin": "^3.6.0-rc.1",
35
- "@xyo-network/module-model": "^3.6.0-rc.1",
36
- "@xyo-network/payload-model": "^3.6.0-rc.1",
37
- "@xyo-network/payloadset-plugin": "^3.6.0-rc.1",
38
- "@xyo-network/witness-model": "^3.6.0-rc.1"
32
+ "@xylabs/promise": "^4.4.24",
33
+ "@xyo-network/abstract-witness": "^3.6.0-rc.11",
34
+ "@xyo-network/domain-payload-plugin": "^3.6.0-rc.11",
35
+ "@xyo-network/module-model": "^3.6.0-rc.11",
36
+ "@xyo-network/payload-model": "^3.6.0-rc.11",
37
+ "@xyo-network/payloadset-plugin": "^3.6.0-rc.11",
38
+ "@xyo-network/witness-model": "^3.6.0-rc.11"
39
39
  },
40
40
  "devDependencies": {
41
- "@xylabs/ts-scripts-yarn3": "^4.2.4",
42
- "@xylabs/tsconfig": "^4.2.4",
43
- "@xylabs/vitest-extended": "^4.4.12",
41
+ "@xylabs/ts-scripts-yarn3": "^4.2.6",
42
+ "@xylabs/tsconfig": "^4.2.6",
43
+ "@xylabs/vitest-extended": "^4.4.24",
44
44
  "typescript": "^5.7.2",
45
45
  "vitest": "^2.1.8"
46
46
  },
package/src/index.ts CHANGED
@@ -1,4 +1,3 @@
1
1
  export * from './Config.ts'
2
- // eslint-disable-next-line import-x/no-default-export
3
2
  export { DomainPlugin as default, DomainPlugin } from './Plugin.ts'
4
3
  export * from './Witness.ts'
package/xy.config.ts CHANGED
@@ -7,5 +7,4 @@ const config: XyTsupConfig = {
7
7
  },
8
8
  }
9
9
 
10
- // eslint-disable-next-line import-x/no-default-export
11
10
  export default config