@xyo-network/api-graphql-plugin 3.2.0-rc.8 → 3.2.0-rc.9

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,10 +1,10 @@
1
1
  import { ApiGraphqlWitness } from './Witness.ts';
2
- export declare const ApiGraphqlWitnessPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<ApiGraphqlWitness<import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").BaseParamsFields & {
3
- account?: import(".store/@xyo-network-account-model-virtual-b12a718fca/package").AccountInstance | "random";
2
+ export declare const ApiGraphqlWitnessPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<ApiGraphqlWitness<import(".store/@xylabs-object-npm-4.4.26-e360665d2e/package").BaseParamsFields & {
3
+ account?: import(".store/@xyo-network-account-model-virtual-8883e952a7/package").AccountInstance | "random";
4
4
  addToResolvers?: boolean;
5
- additionalSigners?: import(".store/@xyo-network-account-model-virtual-b12a718fca/package").AccountInstance[];
5
+ additionalSigners?: import(".store/@xyo-network-account-model-virtual-8883e952a7/package").AccountInstance[];
6
6
  allowNameResolution?: boolean;
7
- config: import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
7
+ config: import(".store/@xylabs-object-npm-4.4.26-e360665d2e/package").DeepRestrictToStringKeys<{
8
8
  schema: import("@xyo-network/payload-model").Schema;
9
9
  readonly archiving?: {
10
10
  readonly archivists?: string[] | undefined;
@@ -12,7 +12,7 @@ export declare const ApiGraphqlWitnessPlugin: () => import("@xyo-network/payload
12
12
  } | undefined;
13
13
  readonly allowedQueries?: string[] | undefined;
14
14
  readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
15
- readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.25-f61ab04e23/package").LogLevel | undefined;
15
+ readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.26-24d1eada81/package").LogLevel | undefined;
16
16
  readonly labels?: {
17
17
  [x: string]: string | undefined;
18
18
  } | undefined;
@@ -34,7 +34,7 @@ export type GraphqlResult<TData = Record<string, unknown>, TExtensions = Record<
34
34
  };
35
35
  result?: ExecutionResult<TData, TExtensions>;
36
36
  }, GraphqlResultSchema>;
37
- export declare const isGraphqlQuery: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
37
+ export declare const isGraphqlQuery: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.26-e360665d2e/package").DeepRestrictToStringKeys<{
38
38
  schema: "network.xyo.graphql.query";
39
39
  query: string;
40
40
  variables: {
@@ -1,10 +1,10 @@
1
1
  import { ApiGraphqlWitness } from './Witness.ts';
2
- export declare const ApiGraphqlWitnessPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<ApiGraphqlWitness<import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").BaseParamsFields & {
3
- account?: import(".store/@xyo-network-account-model-virtual-b12a718fca/package").AccountInstance | "random";
2
+ export declare const ApiGraphqlWitnessPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<ApiGraphqlWitness<import(".store/@xylabs-object-npm-4.4.26-e360665d2e/package").BaseParamsFields & {
3
+ account?: import(".store/@xyo-network-account-model-virtual-8883e952a7/package").AccountInstance | "random";
4
4
  addToResolvers?: boolean;
5
- additionalSigners?: import(".store/@xyo-network-account-model-virtual-b12a718fca/package").AccountInstance[];
5
+ additionalSigners?: import(".store/@xyo-network-account-model-virtual-8883e952a7/package").AccountInstance[];
6
6
  allowNameResolution?: boolean;
7
- config: import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
7
+ config: import(".store/@xylabs-object-npm-4.4.26-e360665d2e/package").DeepRestrictToStringKeys<{
8
8
  schema: import("@xyo-network/payload-model").Schema;
9
9
  readonly archiving?: {
10
10
  readonly archivists?: string[] | undefined;
@@ -12,7 +12,7 @@ export declare const ApiGraphqlWitnessPlugin: () => import("@xyo-network/payload
12
12
  } | undefined;
13
13
  readonly allowedQueries?: string[] | undefined;
14
14
  readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
15
- readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.25-f61ab04e23/package").LogLevel | undefined;
15
+ readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.26-24d1eada81/package").LogLevel | undefined;
16
16
  readonly labels?: {
17
17
  [x: string]: string | undefined;
18
18
  } | undefined;
@@ -34,7 +34,7 @@ export type GraphqlResult<TData = Record<string, unknown>, TExtensions = Record<
34
34
  };
35
35
  result?: ExecutionResult<TData, TExtensions>;
36
36
  }, GraphqlResultSchema>;
37
- export declare const isGraphqlQuery: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
37
+ export declare const isGraphqlQuery: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.26-e360665d2e/package").DeepRestrictToStringKeys<{
38
38
  schema: "network.xyo.graphql.query";
39
39
  query: string;
40
40
  variables: {
@@ -1,10 +1,10 @@
1
1
  import { ApiGraphqlWitness } from './Witness.ts';
2
- export declare const ApiGraphqlWitnessPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<ApiGraphqlWitness<import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").BaseParamsFields & {
3
- account?: import(".store/@xyo-network-account-model-virtual-b12a718fca/package").AccountInstance | "random";
2
+ export declare const ApiGraphqlWitnessPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<ApiGraphqlWitness<import(".store/@xylabs-object-npm-4.4.26-e360665d2e/package").BaseParamsFields & {
3
+ account?: import(".store/@xyo-network-account-model-virtual-8883e952a7/package").AccountInstance | "random";
4
4
  addToResolvers?: boolean;
5
- additionalSigners?: import(".store/@xyo-network-account-model-virtual-b12a718fca/package").AccountInstance[];
5
+ additionalSigners?: import(".store/@xyo-network-account-model-virtual-8883e952a7/package").AccountInstance[];
6
6
  allowNameResolution?: boolean;
7
- config: import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
7
+ config: import(".store/@xylabs-object-npm-4.4.26-e360665d2e/package").DeepRestrictToStringKeys<{
8
8
  schema: import("@xyo-network/payload-model").Schema;
9
9
  readonly archiving?: {
10
10
  readonly archivists?: string[] | undefined;
@@ -12,7 +12,7 @@ export declare const ApiGraphqlWitnessPlugin: () => import("@xyo-network/payload
12
12
  } | undefined;
13
13
  readonly allowedQueries?: string[] | undefined;
14
14
  readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
15
- readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.25-f61ab04e23/package").LogLevel | undefined;
15
+ readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.26-24d1eada81/package").LogLevel | undefined;
16
16
  readonly labels?: {
17
17
  [x: string]: string | undefined;
18
18
  } | undefined;
@@ -34,7 +34,7 @@ export type GraphqlResult<TData = Record<string, unknown>, TExtensions = Record<
34
34
  };
35
35
  result?: ExecutionResult<TData, TExtensions>;
36
36
  }, GraphqlResultSchema>;
37
- export declare const isGraphqlQuery: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
37
+ export declare const isGraphqlQuery: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.26-e360665d2e/package").DeepRestrictToStringKeys<{
38
38
  schema: "network.xyo.graphql.query";
39
39
  query: string;
40
40
  variables: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/api-graphql-plugin",
3
- "version": "3.2.0-rc.8",
3
+ "version": "3.2.0-rc.9",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,19 +29,19 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
- "@xylabs/assert": "^4.4.25",
33
- "@xylabs/axios": "^4.4.25",
34
- "@xyo-network/abstract-witness": "^3.6.0-rc.17",
35
- "@xyo-network/module-model": "^3.6.0-rc.17",
36
- "@xyo-network/payload-model": "^3.6.0-rc.17",
37
- "@xyo-network/payloadset-plugin": "^3.6.0-rc.17",
38
- "@xyo-network/witness-model": "^3.6.0-rc.17",
32
+ "@xylabs/assert": "^4.4.26",
33
+ "@xylabs/axios": "^4.4.26",
34
+ "@xyo-network/abstract-witness": "^3.6.0",
35
+ "@xyo-network/module-model": "^3.6.0",
36
+ "@xyo-network/payload-model": "^3.6.0",
37
+ "@xyo-network/payloadset-plugin": "^3.6.0",
38
+ "@xyo-network/witness-model": "^3.6.0",
39
39
  "graphql": "^16.10.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@xylabs/ts-scripts-yarn3": "^4.2.6",
43
43
  "@xylabs/tsconfig": "^4.2.6",
44
- "@xylabs/vitest-extended": "^4.4.25",
44
+ "@xylabs/vitest-extended": "^4.4.26",
45
45
  "ethers": "^6.13.4",
46
46
  "typescript": "^5.7.2",
47
47
  "vitest": "^2.1.8"