@better-giving/fundraiser 5.0.0 → 5.0.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/db.d.mts +2 -0
- package/dist/interfaces.d.mts +2 -0
- package/package.json +1 -1
- package/src/interfaces.mts +2 -0
package/dist/db.d.mts
CHANGED
|
@@ -25,6 +25,8 @@ export declare class FundDb extends Db {
|
|
|
25
25
|
readonly npo_owner: number;
|
|
26
26
|
readonly slug?: string | undefined;
|
|
27
27
|
readonly id: string;
|
|
28
|
+
readonly spam_score?: number;
|
|
29
|
+
readonly date_created?: string;
|
|
28
30
|
readonly env: import("@better-giving/schemas").Environment;
|
|
29
31
|
readonly active: boolean;
|
|
30
32
|
readonly verified: boolean;
|
package/dist/interfaces.d.mts
CHANGED
package/package.json
CHANGED
package/src/interfaces.mts
CHANGED