@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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @pipe0/ops
2
2
 
3
+ ## 0.4.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 5cc13a7: Add new filter to crustdata company search
8
+ - Updated dependencies [5cc13a7]
9
+ - @pipe0/client@0.1.7
10
+
3
11
  ## 0.4.6
4
12
 
5
13
  ### Patch Changes
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
  }>>>;