@getcommunity/gc-validators 0.0.149 → 0.0.150

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.cts CHANGED
@@ -1242,8 +1242,8 @@ type ClientProjectDocument = {
1242
1242
  project_pricing: string | null;
1243
1243
  project_address: string | null;
1244
1244
  phone_number: string | null;
1245
- num_of_models: string | null;
1246
- num_of_units_remain: string | null;
1245
+ num_of_models: number | null;
1246
+ num_of_units_remain: number | null;
1247
1247
  buyer_profile: string | null;
1248
1248
  social_organic_start_date: string | null;
1249
1249
  paid_media_start_date: string | null;
package/dist/index.d.ts CHANGED
@@ -1242,8 +1242,8 @@ type ClientProjectDocument = {
1242
1242
  project_pricing: string | null;
1243
1243
  project_address: string | null;
1244
1244
  phone_number: string | null;
1245
- num_of_models: string | null;
1246
- num_of_units_remain: string | null;
1245
+ num_of_models: number | null;
1246
+ num_of_units_remain: number | null;
1247
1247
  buyer_profile: string | null;
1248
1248
  social_organic_start_date: string | null;
1249
1249
  paid_media_start_date: string | null;