totalum-api-sdk 1.0.11 → 1.0.12

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.
Files changed (2) hide show
  1. package/index.ts +1 -3
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -172,9 +172,7 @@ export interface DataValues {
172
172
  }
173
173
 
174
174
  export interface DataProperties {
175
- [key: string]: {
176
- value: fieldValuesEnabled,
177
- },
175
+ [key: string]: fieldValuesEnabled | {name: string, previousFilename: string},
178
176
  }
179
177
 
180
178
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "totalum-api-sdk",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "Totalum sdk wraper of totalum api",
5
5
  "main": "index.js",
6
6
  "scripts": {