@onereach/types-contacts-api 5.35.1 → 5.35.3
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/cjs/index.d.ts +1 -0
- package/dist/esm/index.d.ts +1 -0
- package/package.json +2 -2
package/dist/cjs/index.d.ts
CHANGED
|
@@ -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/dist/esm/index.d.ts
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "5.35.3",
|
|
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": "
|
|
28
|
+
"gitHead": "860f0299b1bbf517983106d2b7f7f4703276fa46"
|
|
29
29
|
}
|