@longdotxyz/shared 0.0.144 → 0.0.146

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.
@@ -6,15 +6,15 @@ declare const CommunityResponseSchema: z.ZodObject<{
6
6
  funding_amount: z.ZodNumber;
7
7
  image_url: z.ZodNullable<z.ZodString>;
8
8
  }, "strip", z.ZodTypeAny, {
9
+ id: number;
9
10
  description: string | null;
10
11
  label: string;
11
- id: number;
12
12
  funding_amount: number;
13
13
  image_url: string | null;
14
14
  }, {
15
+ id: number;
15
16
  description: string | null;
16
17
  label: string;
17
- id: number;
18
18
  funding_amount: number;
19
19
  image_url: string | null;
20
20
  }>;
@@ -28,31 +28,31 @@ declare const communityContract: {
28
28
  funding_amount: z.ZodNumber;
29
29
  image_url: z.ZodNullable<z.ZodString>;
30
30
  }, "strip", z.ZodTypeAny, {
31
+ id: number;
31
32
  description: string | null;
32
33
  label: string;
33
- id: number;
34
34
  funding_amount: number;
35
35
  image_url: string | null;
36
36
  }, {
37
+ id: number;
37
38
  description: string | null;
38
39
  label: string;
39
- id: number;
40
40
  funding_amount: number;
41
41
  image_url: string | null;
42
42
  }>, "many">;
43
43
  }, "strip", z.ZodTypeAny, {
44
44
  result: {
45
+ id: number;
45
46
  description: string | null;
46
47
  label: string;
47
- id: number;
48
48
  funding_amount: number;
49
49
  image_url: string | null;
50
50
  }[];
51
51
  }, {
52
52
  result: {
53
+ id: number;
53
54
  description: string | null;
54
55
  label: string;
55
- id: number;
56
56
  funding_amount: number;
57
57
  image_url: string | null;
58
58
  }[];
@@ -71,31 +71,31 @@ declare const communityContract: {
71
71
  funding_amount: z.ZodNumber;
72
72
  image_url: z.ZodNullable<z.ZodString>;
73
73
  }, "strip", z.ZodTypeAny, {
74
+ id: number;
74
75
  description: string | null;
75
76
  label: string;
76
- id: number;
77
77
  funding_amount: number;
78
78
  image_url: string | null;
79
79
  }, {
80
+ id: number;
80
81
  description: string | null;
81
82
  label: string;
82
- id: number;
83
83
  funding_amount: number;
84
84
  image_url: string | null;
85
85
  }>;
86
86
  }, "strip", z.ZodTypeAny, {
87
87
  result: {
88
+ id: number;
88
89
  description: string | null;
89
90
  label: string;
90
- id: number;
91
91
  funding_amount: number;
92
92
  image_url: string | null;
93
93
  };
94
94
  }, {
95
95
  result: {
96
+ id: number;
96
97
  description: string | null;
97
98
  label: string;
98
- id: number;
99
99
  funding_amount: number;
100
100
  image_url: string | null;
101
101
  };