@better-giving/fundraiser 3.0.23 → 3.0.24
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/index.d.mts +0 -1
- package/dist/index.mjs +0 -1
- package/dist/schema.d.mts +1 -1
- package/dist/schema.mjs +1 -1
- package/package.json +1 -1
- package/src/index.mts +0 -1
- package/src/schema.mts +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.mjs
CHANGED
package/dist/schema.d.mts
CHANGED
|
@@ -147,4 +147,4 @@ export interface IFundsSearchObj extends InferOutput<typeof funds_search> {
|
|
|
147
147
|
}
|
|
148
148
|
export interface IFundsNpoMemberOfSearchObj extends InferOutput<typeof funds_npo_memberof_search> {
|
|
149
149
|
}
|
|
150
|
-
export declare const MAX_EXPIRATION =
|
|
150
|
+
export declare const MAX_EXPIRATION = 253402300799;
|
package/dist/schema.mjs
CHANGED
package/package.json
CHANGED
package/src/index.mts
CHANGED
package/src/schema.mts
CHANGED
|
@@ -111,4 +111,4 @@ export interface IFundsSearchObj extends InferOutput<typeof funds_search> {}
|
|
|
111
111
|
export interface IFundsNpoMemberOfSearchObj
|
|
112
112
|
extends InferOutput<typeof funds_npo_memberof_search> {}
|
|
113
113
|
|
|
114
|
-
export const MAX_EXPIRATION =
|
|
114
|
+
export const MAX_EXPIRATION = 253402300799;
|