@onereach/types-contacts-api 4.9.0 → 4.9.2-beta.2343.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/cjs/index.d.ts +2 -2
- package/dist/esm/index.d.ts +2 -2
- package/package.json +2 -3
package/dist/cjs/index.d.ts
CHANGED
|
@@ -106,11 +106,11 @@ export interface ContactBookFieldSchemaDto extends CreateFieldSchemaDto {
|
|
|
106
106
|
}
|
|
107
107
|
export interface CreateFieldSchemaDto extends MachineNameParamDto {
|
|
108
108
|
label: string;
|
|
109
|
+
type: ColumnTypes;
|
|
109
110
|
singular_label?: string;
|
|
110
111
|
properties?: Record<string, string>;
|
|
111
|
-
|
|
112
|
+
schemaPresets?: string[];
|
|
112
113
|
readonly?: boolean;
|
|
113
|
-
schemaPresets?: SchemaPresetResponseDto[];
|
|
114
114
|
}
|
|
115
115
|
export declare enum ColumnTypes {
|
|
116
116
|
string = "string",
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -106,11 +106,11 @@ export interface ContactBookFieldSchemaDto extends CreateFieldSchemaDto {
|
|
|
106
106
|
}
|
|
107
107
|
export interface CreateFieldSchemaDto extends MachineNameParamDto {
|
|
108
108
|
label: string;
|
|
109
|
+
type: ColumnTypes;
|
|
109
110
|
singular_label?: string;
|
|
110
111
|
properties?: Record<string, string>;
|
|
111
|
-
|
|
112
|
+
schemaPresets?: string[];
|
|
112
113
|
readonly?: boolean;
|
|
113
|
-
schemaPresets?: SchemaPresetResponseDto[];
|
|
114
114
|
}
|
|
115
115
|
export declare enum ColumnTypes {
|
|
116
116
|
string = "string",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/types-contacts-api",
|
|
3
3
|
"description": "Generated types for Contacts Api",
|
|
4
|
-
"version": "4.9.0",
|
|
4
|
+
"version": "4.9.2-beta.2343.0",
|
|
5
5
|
"author": "OneReach.ai",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
7
7
|
"module": "dist/esm/index.js",
|
|
@@ -22,6 +22,5 @@
|
|
|
22
22
|
"rimraf": "5.0.1",
|
|
23
23
|
"ts-morph": "17.0.1",
|
|
24
24
|
"ts-node": "10.9.1"
|
|
25
|
-
}
|
|
26
|
-
"gitHead": "6ac14bf9f9a6ff131d6ec49863aef3a2adbfd2bd"
|
|
25
|
+
}
|
|
27
26
|
}
|