@eka-care/ekascribe-ts-sdk 1.4.6 → 1.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.
|
@@ -251,7 +251,7 @@ export interface TGetV1TemplatesResponse {
|
|
|
251
251
|
code: number;
|
|
252
252
|
error?: {
|
|
253
253
|
code: string;
|
|
254
|
-
|
|
254
|
+
message: string;
|
|
255
255
|
};
|
|
256
256
|
}
|
|
257
257
|
export interface TPostV1TemplateSectionRequest {
|
|
@@ -269,7 +269,7 @@ export interface TPostV1TemplateSectionResponse {
|
|
|
269
269
|
action: 'updated' | 'created_custom';
|
|
270
270
|
error?: {
|
|
271
271
|
code: string;
|
|
272
|
-
|
|
272
|
+
message: string;
|
|
273
273
|
};
|
|
274
274
|
}
|
|
275
275
|
export interface TSection {
|