@pipe0/base 0.4.6 → 0.4.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/CHANGELOG.md +8 -0
- package/dist/index.d.mts +17 -0
- package/dist/index.mjs +10 -10
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -216,6 +216,11 @@ declare const autocompleteRegistry: {
|
|
|
216
216
|
readonly filter: "contains";
|
|
217
217
|
readonly values: StaticOption[];
|
|
218
218
|
};
|
|
219
|
+
readonly "crustdata.linkedin_headcount_ranges": {
|
|
220
|
+
readonly type: "static";
|
|
221
|
+
readonly filter: "contains";
|
|
222
|
+
readonly values: StaticOption[];
|
|
223
|
+
};
|
|
219
224
|
readonly "crustdata.funding_rounds": {
|
|
220
225
|
readonly type: "static";
|
|
221
226
|
readonly filter: "contains";
|
|
@@ -13885,6 +13890,9 @@ declare const searchPayloadSchemaCatalog: {
|
|
|
13885
13890
|
include: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
13886
13891
|
exclude: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
13887
13892
|
}, z$1.core.$strip>>;
|
|
13893
|
+
linkedin_headcount_ranges: z$1.ZodDefault<z$1.ZodArray<z$1.ZodEnum<{
|
|
13894
|
+
[x: string]: string;
|
|
13895
|
+
}>>>;
|
|
13888
13896
|
headcount_growth_l6m_in_percent: z$1.ZodDefault<z$1.ZodArray<z$1.ZodEnum<{
|
|
13889
13897
|
[x: string]: string;
|
|
13890
13898
|
}>>>;
|
|
@@ -14622,6 +14630,9 @@ declare const SearchRequestSchema: z$1.ZodObject<{
|
|
|
14622
14630
|
include: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
14623
14631
|
exclude: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
14624
14632
|
}, z$1.core.$strip>>;
|
|
14633
|
+
linkedin_headcount_ranges: z$1.ZodDefault<z$1.ZodArray<z$1.ZodEnum<{
|
|
14634
|
+
[x: string]: string;
|
|
14635
|
+
}>>>;
|
|
14625
14636
|
headcount_growth_l6m_in_percent: z$1.ZodDefault<z$1.ZodArray<z$1.ZodEnum<{
|
|
14626
14637
|
[x: string]: string;
|
|
14627
14638
|
}>>>;
|
|
@@ -16411,6 +16422,9 @@ declare function getSearchPayloadSchema(seachId: SearchId): z$1.ZodObject<{
|
|
|
16411
16422
|
include: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
16412
16423
|
exclude: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
16413
16424
|
}, z$1.core.$strip>>;
|
|
16425
|
+
linkedin_headcount_ranges: z$1.ZodDefault<z$1.ZodArray<z$1.ZodEnum<{
|
|
16426
|
+
[x: string]: string;
|
|
16427
|
+
}>>>;
|
|
16414
16428
|
headcount_growth_l6m_in_percent: z$1.ZodDefault<z$1.ZodArray<z$1.ZodEnum<{
|
|
16415
16429
|
[x: string]: string;
|
|
16416
16430
|
}>>>;
|
|
@@ -17411,6 +17425,9 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
17411
17425
|
include: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
17412
17426
|
exclude: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
17413
17427
|
}, z$1.core.$strip>>;
|
|
17428
|
+
linkedin_headcount_ranges: z$1.ZodDefault<z$1.ZodArray<z$1.ZodEnum<{
|
|
17429
|
+
[x: string]: string;
|
|
17430
|
+
}>>>;
|
|
17414
17431
|
headcount_growth_l6m_in_percent: z$1.ZodDefault<z$1.ZodArray<z$1.ZodEnum<{
|
|
17415
17432
|
[x: string]: string;
|
|
17416
17433
|
}>>>;
|