@onereach/types-contacts-api 1.37.7-beta.900.0 → 1.37.7-beta.907.0
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.ts +3 -0
- package/package.json +1 -1
package/dist/index.ts
CHANGED
|
@@ -147,6 +147,9 @@ export enum SharedBookStatus {
|
|
|
147
147
|
deletedFromSource = 'deletedFromSource'
|
|
148
148
|
}
|
|
149
149
|
|
|
150
|
+
export interface FieldSchemaListParamsDto extends ListApiParams {
|
|
151
|
+
}
|
|
152
|
+
|
|
150
153
|
export interface FieldSchemaListDto extends ListApiResponse {
|
|
151
154
|
items: FieldSchemaResponseDto[];
|
|
152
155
|
}
|
package/package.json
CHANGED