@xyo-network/url-safety-plugin 2.97.0-rc.1 → 2.97.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.
@@ -1,32 +1,32 @@
1
1
  import { UrlSafetyWitness } from './Witness';
2
2
  export declare const UrlSafetyPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UrlSafetyWitness<import("@xylabs/object").BaseParamsFields & {
3
- account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- addToResolvers?: boolean | undefined;
5
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
6
- allowNameResolution?: boolean | undefined;
3
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
4
+ addToResolvers?: boolean;
5
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
6
+ allowNameResolution?: boolean;
7
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
8
  schema: "network.xyo.url.safety.witness.config";
9
9
  } & {
10
10
  google?: {
11
11
  safeBrowsing?: {
12
- endPoint?: string | undefined;
13
- } | undefined;
14
- } | undefined;
15
- schema: "network.xyo.url.safety.witness.config";
16
- urls?: string[] | undefined;
12
+ endPoint?: string;
13
+ };
14
+ };
15
+ schema: import("./Witness").UrlSafetyWitnessConfigSchema;
16
+ urls?: string[];
17
17
  }, "schema"> & {
18
18
  schema: "network.xyo.url.safety.witness.config";
19
19
  }, "schema"> & {
20
20
  schema: string;
21
21
  };
22
- ephemeralQueryAccountEnabled?: boolean | undefined;
23
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
22
+ ephemeralQueryAccountEnabled?: boolean;
23
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
24
24
  } & {
25
25
  google?: {
26
26
  safeBrowsing?: {
27
- endPoint?: string | undefined;
28
- key?: string | undefined;
29
- } | undefined;
30
- } | undefined;
27
+ endPoint?: string;
28
+ key?: string;
29
+ };
30
+ };
31
31
  }>>;
32
32
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASzB,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;wBAEO,CAAC;wBAAkB,CAAC;;;;;;;;;;;;;;oBADlD,CAAC;oBAAoB,CAAC;eAAoB,CAAC;;;GAQ7C,CAAA"}
@@ -1,32 +1,32 @@
1
1
  import { UrlSafetyWitness } from './Witness';
2
2
  export declare const UrlSafetyPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UrlSafetyWitness<import("@xylabs/object").BaseParamsFields & {
3
- account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- addToResolvers?: boolean | undefined;
5
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
6
- allowNameResolution?: boolean | undefined;
3
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
4
+ addToResolvers?: boolean;
5
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
6
+ allowNameResolution?: boolean;
7
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
8
  schema: "network.xyo.url.safety.witness.config";
9
9
  } & {
10
10
  google?: {
11
11
  safeBrowsing?: {
12
- endPoint?: string | undefined;
13
- } | undefined;
14
- } | undefined;
15
- schema: "network.xyo.url.safety.witness.config";
16
- urls?: string[] | undefined;
12
+ endPoint?: string;
13
+ };
14
+ };
15
+ schema: import("./Witness").UrlSafetyWitnessConfigSchema;
16
+ urls?: string[];
17
17
  }, "schema"> & {
18
18
  schema: "network.xyo.url.safety.witness.config";
19
19
  }, "schema"> & {
20
20
  schema: string;
21
21
  };
22
- ephemeralQueryAccountEnabled?: boolean | undefined;
23
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
22
+ ephemeralQueryAccountEnabled?: boolean;
23
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
24
24
  } & {
25
25
  google?: {
26
26
  safeBrowsing?: {
27
- endPoint?: string | undefined;
28
- key?: string | undefined;
29
- } | undefined;
30
- } | undefined;
27
+ endPoint?: string;
28
+ key?: string;
29
+ };
30
+ };
31
31
  }>>;
32
32
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASzB,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;wBAEO,CAAC;wBAAkB,CAAC;;;;;;;;;;;;;;oBADlD,CAAC;oBAAoB,CAAC;eAAoB,CAAC;;;GAQ7C,CAAA"}
@@ -1,32 +1,32 @@
1
1
  import { UrlSafetyWitness } from './Witness';
2
2
  export declare const UrlSafetyPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UrlSafetyWitness<import("@xylabs/object").BaseParamsFields & {
3
- account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- addToResolvers?: boolean | undefined;
5
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
6
- allowNameResolution?: boolean | undefined;
3
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
4
+ addToResolvers?: boolean;
5
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
6
+ allowNameResolution?: boolean;
7
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
8
  schema: "network.xyo.url.safety.witness.config";
9
9
  } & {
10
10
  google?: {
11
11
  safeBrowsing?: {
12
- endPoint?: string | undefined;
13
- } | undefined;
14
- } | undefined;
15
- schema: "network.xyo.url.safety.witness.config";
16
- urls?: string[] | undefined;
12
+ endPoint?: string;
13
+ };
14
+ };
15
+ schema: import("./Witness").UrlSafetyWitnessConfigSchema;
16
+ urls?: string[];
17
17
  }, "schema"> & {
18
18
  schema: "network.xyo.url.safety.witness.config";
19
19
  }, "schema"> & {
20
20
  schema: string;
21
21
  };
22
- ephemeralQueryAccountEnabled?: boolean | undefined;
23
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
22
+ ephemeralQueryAccountEnabled?: boolean;
23
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
24
24
  } & {
25
25
  google?: {
26
26
  safeBrowsing?: {
27
- endPoint?: string | undefined;
28
- key?: string | undefined;
29
- } | undefined;
30
- } | undefined;
27
+ endPoint?: string;
28
+ key?: string;
29
+ };
30
+ };
31
31
  }>>;
32
32
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASzB,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;wBAEO,CAAC;wBAAkB,CAAC;;;;;;;;;;;;;;oBADlD,CAAC;oBAAoB,CAAC;eAAoB,CAAC;;;GAQ7C,CAAA"}
@@ -1,32 +1,32 @@
1
1
  import { UrlSafetyWitness } from './Witness';
2
2
  export declare const UrlSafetyPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UrlSafetyWitness<import("@xylabs/object").BaseParamsFields & {
3
- account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- addToResolvers?: boolean | undefined;
5
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
6
- allowNameResolution?: boolean | undefined;
3
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
4
+ addToResolvers?: boolean;
5
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
6
+ allowNameResolution?: boolean;
7
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
8
  schema: "network.xyo.url.safety.witness.config";
9
9
  } & {
10
10
  google?: {
11
11
  safeBrowsing?: {
12
- endPoint?: string | undefined;
13
- } | undefined;
14
- } | undefined;
15
- schema: "network.xyo.url.safety.witness.config";
16
- urls?: string[] | undefined;
12
+ endPoint?: string;
13
+ };
14
+ };
15
+ schema: import("./Witness").UrlSafetyWitnessConfigSchema;
16
+ urls?: string[];
17
17
  }, "schema"> & {
18
18
  schema: "network.xyo.url.safety.witness.config";
19
19
  }, "schema"> & {
20
20
  schema: string;
21
21
  };
22
- ephemeralQueryAccountEnabled?: boolean | undefined;
23
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
22
+ ephemeralQueryAccountEnabled?: boolean;
23
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
24
24
  } & {
25
25
  google?: {
26
26
  safeBrowsing?: {
27
- endPoint?: string | undefined;
28
- key?: string | undefined;
29
- } | undefined;
30
- } | undefined;
27
+ endPoint?: string;
28
+ key?: string;
29
+ };
30
+ };
31
31
  }>>;
32
32
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASzB,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;wBAEO,CAAC;wBAAkB,CAAC;;;;;;;;;;;;;;oBADlD,CAAC;oBAAoB,CAAC;eAAoB,CAAC;;;GAQ7C,CAAA"}
@@ -1,32 +1,32 @@
1
1
  import { UrlSafetyWitness } from './Witness';
2
2
  export declare const UrlSafetyPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UrlSafetyWitness<import("@xylabs/object").BaseParamsFields & {
3
- account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- addToResolvers?: boolean | undefined;
5
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
6
- allowNameResolution?: boolean | undefined;
3
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
4
+ addToResolvers?: boolean;
5
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
6
+ allowNameResolution?: boolean;
7
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
8
  schema: "network.xyo.url.safety.witness.config";
9
9
  } & {
10
10
  google?: {
11
11
  safeBrowsing?: {
12
- endPoint?: string | undefined;
13
- } | undefined;
14
- } | undefined;
15
- schema: "network.xyo.url.safety.witness.config";
16
- urls?: string[] | undefined;
12
+ endPoint?: string;
13
+ };
14
+ };
15
+ schema: import("./Witness").UrlSafetyWitnessConfigSchema;
16
+ urls?: string[];
17
17
  }, "schema"> & {
18
18
  schema: "network.xyo.url.safety.witness.config";
19
19
  }, "schema"> & {
20
20
  schema: string;
21
21
  };
22
- ephemeralQueryAccountEnabled?: boolean | undefined;
23
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
22
+ ephemeralQueryAccountEnabled?: boolean;
23
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
24
24
  } & {
25
25
  google?: {
26
26
  safeBrowsing?: {
27
- endPoint?: string | undefined;
28
- key?: string | undefined;
29
- } | undefined;
30
- } | undefined;
27
+ endPoint?: string;
28
+ key?: string;
29
+ };
30
+ };
31
31
  }>>;
32
32
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASzB,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;wBAEO,CAAC;wBAAkB,CAAC;;;;;;;;;;;;;;oBADlD,CAAC;oBAAoB,CAAC;eAAoB,CAAC;;;GAQ7C,CAAA"}
@@ -1,32 +1,32 @@
1
1
  import { UrlSafetyWitness } from './Witness';
2
2
  export declare const UrlSafetyPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UrlSafetyWitness<import("@xylabs/object").BaseParamsFields & {
3
- account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- addToResolvers?: boolean | undefined;
5
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
6
- allowNameResolution?: boolean | undefined;
3
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
4
+ addToResolvers?: boolean;
5
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
6
+ allowNameResolution?: boolean;
7
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
8
  schema: "network.xyo.url.safety.witness.config";
9
9
  } & {
10
10
  google?: {
11
11
  safeBrowsing?: {
12
- endPoint?: string | undefined;
13
- } | undefined;
14
- } | undefined;
15
- schema: "network.xyo.url.safety.witness.config";
16
- urls?: string[] | undefined;
12
+ endPoint?: string;
13
+ };
14
+ };
15
+ schema: import("./Witness").UrlSafetyWitnessConfigSchema;
16
+ urls?: string[];
17
17
  }, "schema"> & {
18
18
  schema: "network.xyo.url.safety.witness.config";
19
19
  }, "schema"> & {
20
20
  schema: string;
21
21
  };
22
- ephemeralQueryAccountEnabled?: boolean | undefined;
23
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
22
+ ephemeralQueryAccountEnabled?: boolean;
23
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
24
24
  } & {
25
25
  google?: {
26
26
  safeBrowsing?: {
27
- endPoint?: string | undefined;
28
- key?: string | undefined;
29
- } | undefined;
30
- } | undefined;
27
+ endPoint?: string;
28
+ key?: string;
29
+ };
30
+ };
31
31
  }>>;
32
32
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASzB,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;wBAEO,CAAC;wBAAkB,CAAC;;;;;;;;;;;;;;oBADlD,CAAC;oBAAoB,CAAC;eAAoB,CAAC;;;GAQ7C,CAAA"}
@@ -1,32 +1,32 @@
1
1
  import { UrlSafetyWitness } from './Witness';
2
2
  export declare const UrlSafetyPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UrlSafetyWitness<import("@xylabs/object").BaseParamsFields & {
3
- account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- addToResolvers?: boolean | undefined;
5
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
6
- allowNameResolution?: boolean | undefined;
3
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
4
+ addToResolvers?: boolean;
5
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
6
+ allowNameResolution?: boolean;
7
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
8
  schema: "network.xyo.url.safety.witness.config";
9
9
  } & {
10
10
  google?: {
11
11
  safeBrowsing?: {
12
- endPoint?: string | undefined;
13
- } | undefined;
14
- } | undefined;
15
- schema: "network.xyo.url.safety.witness.config";
16
- urls?: string[] | undefined;
12
+ endPoint?: string;
13
+ };
14
+ };
15
+ schema: import("./Witness").UrlSafetyWitnessConfigSchema;
16
+ urls?: string[];
17
17
  }, "schema"> & {
18
18
  schema: "network.xyo.url.safety.witness.config";
19
19
  }, "schema"> & {
20
20
  schema: string;
21
21
  };
22
- ephemeralQueryAccountEnabled?: boolean | undefined;
23
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
22
+ ephemeralQueryAccountEnabled?: boolean;
23
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
24
24
  } & {
25
25
  google?: {
26
26
  safeBrowsing?: {
27
- endPoint?: string | undefined;
28
- key?: string | undefined;
29
- } | undefined;
30
- } | undefined;
27
+ endPoint?: string;
28
+ key?: string;
29
+ };
30
+ };
31
31
  }>>;
32
32
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASzB,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;wBAEO,CAAC;wBAAkB,CAAC;;;;;;;;;;;;;;oBADlD,CAAC;oBAAoB,CAAC;eAAoB,CAAC;;;GAQ7C,CAAA"}
@@ -1,32 +1,32 @@
1
1
  import { UrlSafetyWitness } from './Witness';
2
2
  export declare const UrlSafetyPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UrlSafetyWitness<import("@xylabs/object").BaseParamsFields & {
3
- account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- addToResolvers?: boolean | undefined;
5
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
6
- allowNameResolution?: boolean | undefined;
3
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
4
+ addToResolvers?: boolean;
5
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
6
+ allowNameResolution?: boolean;
7
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
8
  schema: "network.xyo.url.safety.witness.config";
9
9
  } & {
10
10
  google?: {
11
11
  safeBrowsing?: {
12
- endPoint?: string | undefined;
13
- } | undefined;
14
- } | undefined;
15
- schema: "network.xyo.url.safety.witness.config";
16
- urls?: string[] | undefined;
12
+ endPoint?: string;
13
+ };
14
+ };
15
+ schema: import("./Witness").UrlSafetyWitnessConfigSchema;
16
+ urls?: string[];
17
17
  }, "schema"> & {
18
18
  schema: "network.xyo.url.safety.witness.config";
19
19
  }, "schema"> & {
20
20
  schema: string;
21
21
  };
22
- ephemeralQueryAccountEnabled?: boolean | undefined;
23
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
22
+ ephemeralQueryAccountEnabled?: boolean;
23
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
24
24
  } & {
25
25
  google?: {
26
26
  safeBrowsing?: {
27
- endPoint?: string | undefined;
28
- key?: string | undefined;
29
- } | undefined;
30
- } | undefined;
27
+ endPoint?: string;
28
+ key?: string;
29
+ };
30
+ };
31
31
  }>>;
32
32
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASzB,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;wBAEO,CAAC;wBAAkB,CAAC;;;;;;;;;;;;;;oBADlD,CAAC;oBAAoB,CAAC;eAAoB,CAAC;;;GAQ7C,CAAA"}
@@ -1,32 +1,32 @@
1
1
  import { UrlSafetyWitness } from './Witness';
2
2
  export declare const UrlSafetyPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UrlSafetyWitness<import("@xylabs/object").BaseParamsFields & {
3
- account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- addToResolvers?: boolean | undefined;
5
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
6
- allowNameResolution?: boolean | undefined;
3
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
4
+ addToResolvers?: boolean;
5
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
6
+ allowNameResolution?: boolean;
7
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
8
  schema: "network.xyo.url.safety.witness.config";
9
9
  } & {
10
10
  google?: {
11
11
  safeBrowsing?: {
12
- endPoint?: string | undefined;
13
- } | undefined;
14
- } | undefined;
15
- schema: "network.xyo.url.safety.witness.config";
16
- urls?: string[] | undefined;
12
+ endPoint?: string;
13
+ };
14
+ };
15
+ schema: import("./Witness").UrlSafetyWitnessConfigSchema;
16
+ urls?: string[];
17
17
  }, "schema"> & {
18
18
  schema: "network.xyo.url.safety.witness.config";
19
19
  }, "schema"> & {
20
20
  schema: string;
21
21
  };
22
- ephemeralQueryAccountEnabled?: boolean | undefined;
23
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
22
+ ephemeralQueryAccountEnabled?: boolean;
23
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
24
24
  } & {
25
25
  google?: {
26
26
  safeBrowsing?: {
27
- endPoint?: string | undefined;
28
- key?: string | undefined;
29
- } | undefined;
30
- } | undefined;
27
+ endPoint?: string;
28
+ key?: string;
29
+ };
30
+ };
31
31
  }>>;
32
32
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASzB,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;wBAEO,CAAC;wBAAkB,CAAC;;;;;;;;;;;;;;oBADlD,CAAC;oBAAoB,CAAC;eAAoB,CAAC;;;GAQ7C,CAAA"}
package/package.json CHANGED
@@ -11,21 +11,21 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@xylabs/axios": "^3.5.1",
14
- "@xyo-network/abstract-witness": "next",
15
- "@xyo-network/module-model": "next",
16
- "@xyo-network/payload-model": "next",
17
- "@xyo-network/payloadset-plugin": "next",
18
- "@xyo-network/url-payload-plugin": "~2.97.0-rc.1",
19
- "@xyo-network/url-safety-payload-plugin": "~2.97.0-rc.1",
20
- "@xyo-network/witness-model": "next"
14
+ "@xyo-network/abstract-witness": "^2.107.4",
15
+ "@xyo-network/module-model": "^2.107.4",
16
+ "@xyo-network/payload-model": "^2.107.4",
17
+ "@xyo-network/payloadset-plugin": "^2.107.4",
18
+ "@xyo-network/url-payload-plugin": "~2.97.1",
19
+ "@xyo-network/url-safety-payload-plugin": "~2.97.1",
20
+ "@xyo-network/witness-model": "^2.107.4"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@xylabs/jest-helpers": "^3.5.1",
24
- "@xylabs/ts-scripts-yarn3": "^3.11.2",
25
- "@xylabs/tsconfig": "^3.11.2",
26
- "@xyo-network/account": "next",
24
+ "@xylabs/ts-scripts-yarn3": "^3.11.10",
25
+ "@xylabs/tsconfig": "^3.11.10",
26
+ "@xyo-network/account": "^2.107.4",
27
27
  "jest": "^29.7.0",
28
- "typescript": "^5.4.5"
28
+ "typescript": "^5.5.2"
29
29
  },
30
30
  "description": "Typescript/Javascript Plugins for XYO Platform",
31
31
  "types": "dist/node/index.d.ts",
@@ -66,7 +66,6 @@
66
66
  "url": "https://github.com/XYOracleNetwork/plugins.git"
67
67
  },
68
68
  "sideEffects": false,
69
- "version": "2.97.0-rc.1",
70
- "type": "module",
71
- "stableVersion": "2.96.0"
69
+ "version": "2.97.1",
70
+ "type": "module"
72
71
  }