dochub-sdk 0.1.241 → 0.1.242

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.
@@ -33,7 +33,7 @@ export type FDocHubProtocolResponseDecoder = (response: IDocHubProtocolResponse,
33
33
  type Modify<T, R> = Omit<T, keyof R> & R;
34
34
  export interface IDocHubProtocolRequestConfig extends Modify<AxiosRequestConfig, {
35
35
  decoder?: FDocHubProtocolResponseDecoder; // Декодировщик ответа
36
- method: Method | DocHubProtocolMethods // Метод запроса
36
+ method?: Method | DocHubProtocolMethods // Метод запроса
37
37
  }>{};
38
38
 
39
39
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dochub-sdk",
3
- "version": "0.1.241",
3
+ "version": "0.1.242",
4
4
  "description": "The DocHub System Development Kit.",
5
5
  "private": false,
6
6
  "main": "index.ts",