@getcommunity/gc-validators 0.0.149 → 0.0.151
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.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
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:
|
|
1246
|
-
num_of_units_remain:
|
|
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:
|
|
1246
|
-
num_of_units_remain:
|
|
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;
|