@3e/sqa-common 6.0.8-14 → 6.0.8-17

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 (3) hide show
  1. package/index.d.ts +3 -3
  2. package/package.json +1 -1
  3. package/sqa_common.js +1132 -1140
package/index.d.ts CHANGED
@@ -1104,12 +1104,12 @@ declare module '@3e/sqa-common' {
1104
1104
  * for the `createSaveDataJob` function
1105
1105
  */
1106
1106
  arguments: {
1107
- object: string[]
1108
1107
  toDate: ISODateString
1109
1108
  filename: string
1110
1109
  replyTz: string
1111
1110
  fromDate: string
1112
- indicator: string[]
1111
+ objectIndicatorSets: {object: string[]
1112
+ indicator: string[]}[]
1113
1113
  granularity: Granularity[] // must be a single value
1114
1114
  }
1115
1115
  /**
@@ -1122,7 +1122,7 @@ declare module '@3e/sqa-common' {
1122
1122
  /**
1123
1123
  * currently can be just save_data
1124
1124
  */
1125
- typeSqid: number
1125
+ typeSqid: string
1126
1126
  }
1127
1127
 
1128
1128
  type Parameter = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3e/sqa-common",
3
- "version": "6.0.8-14",
3
+ "version": "6.0.8-17",
4
4
  "description": "SynaptiQ utilities package",
5
5
  "main": "sqa_common.js",
6
6
  "dependencies": {