@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.
- package/dist/browser/Plugin.d.cts +15 -15
- package/dist/browser/Plugin.d.cts.map +1 -1
- package/dist/browser/Plugin.d.mts +15 -15
- package/dist/browser/Plugin.d.mts.map +1 -1
- package/dist/browser/Plugin.d.ts +15 -15
- package/dist/browser/Plugin.d.ts.map +1 -1
- package/dist/neutral/Plugin.d.cts +15 -15
- package/dist/neutral/Plugin.d.cts.map +1 -1
- package/dist/neutral/Plugin.d.mts +15 -15
- package/dist/neutral/Plugin.d.mts.map +1 -1
- package/dist/neutral/Plugin.d.ts +15 -15
- package/dist/neutral/Plugin.d.ts.map +1 -1
- package/dist/node/Plugin.d.cts +15 -15
- package/dist/node/Plugin.d.cts.map +1 -1
- package/dist/node/Plugin.d.mts +15 -15
- package/dist/node/Plugin.d.mts.map +1 -1
- package/dist/node/Plugin.d.ts +15 -15
- package/dist/node/Plugin.d.ts.map +1 -1
- package/package.json +13 -14
|
@@ -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"
|
|
4
|
-
addToResolvers?: boolean
|
|
5
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
6
|
-
allowNameResolution?: boolean
|
|
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
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
schema: "
|
|
16
|
-
urls?: string[]
|
|
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
|
|
23
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
22
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
23
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
24
24
|
} & {
|
|
25
25
|
google?: {
|
|
26
26
|
safeBrowsing?: {
|
|
27
|
-
endPoint?: string
|
|
28
|
-
key?: string
|
|
29
|
-
}
|
|
30
|
-
}
|
|
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
|
|
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"
|
|
4
|
-
addToResolvers?: boolean
|
|
5
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
6
|
-
allowNameResolution?: boolean
|
|
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
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
schema: "
|
|
16
|
-
urls?: string[]
|
|
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
|
|
23
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
22
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
23
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
24
24
|
} & {
|
|
25
25
|
google?: {
|
|
26
26
|
safeBrowsing?: {
|
|
27
|
-
endPoint?: string
|
|
28
|
-
key?: string
|
|
29
|
-
}
|
|
30
|
-
}
|
|
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
|
|
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/dist/browser/Plugin.d.ts
CHANGED
|
@@ -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"
|
|
4
|
-
addToResolvers?: boolean
|
|
5
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
6
|
-
allowNameResolution?: boolean
|
|
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
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
schema: "
|
|
16
|
-
urls?: string[]
|
|
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
|
|
23
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
22
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
23
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
24
24
|
} & {
|
|
25
25
|
google?: {
|
|
26
26
|
safeBrowsing?: {
|
|
27
|
-
endPoint?: string
|
|
28
|
-
key?: string
|
|
29
|
-
}
|
|
30
|
-
}
|
|
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
|
|
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"
|
|
4
|
-
addToResolvers?: boolean
|
|
5
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
6
|
-
allowNameResolution?: boolean
|
|
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
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
schema: "
|
|
16
|
-
urls?: string[]
|
|
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
|
|
23
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
22
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
23
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
24
24
|
} & {
|
|
25
25
|
google?: {
|
|
26
26
|
safeBrowsing?: {
|
|
27
|
-
endPoint?: string
|
|
28
|
-
key?: string
|
|
29
|
-
}
|
|
30
|
-
}
|
|
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
|
|
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"
|
|
4
|
-
addToResolvers?: boolean
|
|
5
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
6
|
-
allowNameResolution?: boolean
|
|
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
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
schema: "
|
|
16
|
-
urls?: string[]
|
|
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
|
|
23
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
22
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
23
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
24
24
|
} & {
|
|
25
25
|
google?: {
|
|
26
26
|
safeBrowsing?: {
|
|
27
|
-
endPoint?: string
|
|
28
|
-
key?: string
|
|
29
|
-
}
|
|
30
|
-
}
|
|
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
|
|
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/dist/neutral/Plugin.d.ts
CHANGED
|
@@ -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"
|
|
4
|
-
addToResolvers?: boolean
|
|
5
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
6
|
-
allowNameResolution?: boolean
|
|
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
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
schema: "
|
|
16
|
-
urls?: string[]
|
|
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
|
|
23
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
22
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
23
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
24
24
|
} & {
|
|
25
25
|
google?: {
|
|
26
26
|
safeBrowsing?: {
|
|
27
|
-
endPoint?: string
|
|
28
|
-
key?: string
|
|
29
|
-
}
|
|
30
|
-
}
|
|
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
|
|
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/dist/node/Plugin.d.cts
CHANGED
|
@@ -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"
|
|
4
|
-
addToResolvers?: boolean
|
|
5
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
6
|
-
allowNameResolution?: boolean
|
|
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
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
schema: "
|
|
16
|
-
urls?: string[]
|
|
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
|
|
23
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
22
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
23
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
24
24
|
} & {
|
|
25
25
|
google?: {
|
|
26
26
|
safeBrowsing?: {
|
|
27
|
-
endPoint?: string
|
|
28
|
-
key?: string
|
|
29
|
-
}
|
|
30
|
-
}
|
|
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
|
|
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/dist/node/Plugin.d.mts
CHANGED
|
@@ -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"
|
|
4
|
-
addToResolvers?: boolean
|
|
5
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
6
|
-
allowNameResolution?: boolean
|
|
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
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
schema: "
|
|
16
|
-
urls?: string[]
|
|
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
|
|
23
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
22
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
23
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
24
24
|
} & {
|
|
25
25
|
google?: {
|
|
26
26
|
safeBrowsing?: {
|
|
27
|
-
endPoint?: string
|
|
28
|
-
key?: string
|
|
29
|
-
}
|
|
30
|
-
}
|
|
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
|
|
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/dist/node/Plugin.d.ts
CHANGED
|
@@ -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"
|
|
4
|
-
addToResolvers?: boolean
|
|
5
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
6
|
-
allowNameResolution?: boolean
|
|
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
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
schema: "
|
|
16
|
-
urls?: string[]
|
|
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
|
|
23
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
22
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
23
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
24
24
|
} & {
|
|
25
25
|
google?: {
|
|
26
26
|
safeBrowsing?: {
|
|
27
|
-
endPoint?: string
|
|
28
|
-
key?: string
|
|
29
|
-
}
|
|
30
|
-
}
|
|
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
|
|
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": "
|
|
15
|
-
"@xyo-network/module-model": "
|
|
16
|
-
"@xyo-network/payload-model": "
|
|
17
|
-
"@xyo-network/payloadset-plugin": "
|
|
18
|
-
"@xyo-network/url-payload-plugin": "~2.97.
|
|
19
|
-
"@xyo-network/url-safety-payload-plugin": "~2.97.
|
|
20
|
-
"@xyo-network/witness-model": "
|
|
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.
|
|
25
|
-
"@xylabs/tsconfig": "^3.11.
|
|
26
|
-
"@xyo-network/account": "
|
|
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.
|
|
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.
|
|
70
|
-
"type": "module"
|
|
71
|
-
"stableVersion": "2.96.0"
|
|
69
|
+
"version": "2.97.1",
|
|
70
|
+
"type": "module"
|
|
72
71
|
}
|