dochub-sdk 0.1.66 → 0.1.67

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.
@@ -54,7 +54,7 @@ type DocHubResourceMeta = DocHubResourceMetaFile | DocHubResourceMetaFolder | Do
54
54
  /**
55
55
  * Методы доступные над ресурсом
56
56
  */
57
- export enum IDocHubProtocolMethods {
57
+ export enum DocHubProtocolMethods {
58
58
  // Classic
59
59
  GET = 'GET',
60
60
  POST = 'POST',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dochub-sdk",
3
- "version": "0.1.66",
3
+ "version": "0.1.67",
4
4
  "description": "The DocHub System Development Kit.",
5
5
  "private": false,
6
6
  "main": "index.ts",