@better-giving/endowment 1.1.6 → 1.1.7

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 CHANGED
@@ -19,6 +19,7 @@ export declare namespace Endow {
19
19
  SK: Environment;
20
20
  };
21
21
  type NonKeyAttributes = EndowmentShape & {
22
+ referral_id: string;
22
23
  /** will only be present for unclaimed NPOs */
23
24
  updated_at_auto?: string;
24
25
  /** in USD @deprecated */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-giving/endowment",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "peerDependencies": {
5
5
  "@better-giving/schemas": "1.1.2",
6
6
  "@better-giving/types": "1.1.3",
package/src/db.mts CHANGED
@@ -41,6 +41,7 @@ export namespace Endow {
41
41
  };
42
42
 
43
43
  export type NonKeyAttributes = EndowmentShape & {
44
+ referral_id: string;
44
45
  /** will only be present for unclaimed NPOs */
45
46
  updated_at_auto?: string;
46
47
  /** in USD @deprecated */