@onereach/types-contacts-api 5.35.0 → 5.35.2

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.
@@ -222,6 +222,7 @@ export declare enum MigrationState {
222
222
  }
223
223
  export interface FieldSchemaListParamsDto extends ReturnType<typeof IntersectionType<OrderParams, ListApiParams>> {
224
224
  q?: string;
225
+ schemaPreset?: string[];
225
226
  }
226
227
  export interface FieldSchemaListDto extends ListApiResponse {
227
228
  items: FieldSchemaResponseDto[];
@@ -222,6 +222,7 @@ export declare enum MigrationState {
222
222
  }
223
223
  export interface FieldSchemaListParamsDto extends ReturnType<typeof IntersectionType<OrderParams, ListApiParams>> {
224
224
  q?: string;
225
+ schemaPreset?: string[];
225
226
  }
226
227
  export interface FieldSchemaListDto extends ListApiResponse {
227
228
  items: FieldSchemaResponseDto[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/types-contacts-api",
3
- "version": "5.35.0",
3
+ "version": "5.35.2",
4
4
  "description": "Generated types for Contacts Api",
5
5
  "author": "OneReach.ai",
6
6
  "main": "dist/cjs/index.js",
@@ -25,5 +25,5 @@
25
25
  "publishConfig": {
26
26
  "access": "public"
27
27
  },
28
- "gitHead": "a92dd6df0f884d760384a1d6cf400667fdf2da12"
28
+ "gitHead": "470658e7ad14655c6342f4e27966e9c089bd0e53"
29
29
  }