@gooddata/api-client-tiger 11.8.0-alpha.1 → 11.8.0-alpha.2
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.
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/api-client-tiger.d.ts +905 -853
- package/esm/generated/afm-rest-api/api.d.ts +36 -0
- package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/api.js +3 -0
- package/esm/generated/afm-rest-api/api.js.map +1 -1
- package/esm/generated/afm-rest-api/openapi-spec.json +87 -3
- package/esm/generated/metadata-json-api/api.d.ts +772 -752
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js +61 -55
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/openapi-spec.json +9021 -8956
- package/esm/generated/scan-json-api/api.d.ts +0 -8
- package/esm/generated/scan-json-api/api.d.ts.map +1 -1
- package/esm/generated/scan-json-api/api.js.map +1 -1
- package/esm/generated/scan-json-api/openapi-spec.json +0 -10
- package/package.json +4 -4
|
@@ -2327,7 +2327,15 @@
|
|
|
2327
2327
|
},
|
|
2328
2328
|
"valueType": {
|
|
2329
2329
|
"type": "string",
|
|
2330
|
-
"enum": [
|
|
2330
|
+
"enum": [
|
|
2331
|
+
"TEXT",
|
|
2332
|
+
"HYPERLINK",
|
|
2333
|
+
"GEO",
|
|
2334
|
+
"GEO_LONGITUDE",
|
|
2335
|
+
"GEO_LATITUDE",
|
|
2336
|
+
"GEO_AREA",
|
|
2337
|
+
"IMAGE"
|
|
2338
|
+
]
|
|
2331
2339
|
}
|
|
2332
2340
|
}
|
|
2333
2341
|
},
|
|
@@ -3297,7 +3305,15 @@
|
|
|
3297
3305
|
"valueType": {
|
|
3298
3306
|
"type": "string",
|
|
3299
3307
|
"description": "Attribute value type.",
|
|
3300
|
-
"enum": [
|
|
3308
|
+
"enum": [
|
|
3309
|
+
"TEXT",
|
|
3310
|
+
"HYPERLINK",
|
|
3311
|
+
"GEO",
|
|
3312
|
+
"GEO_LONGITUDE",
|
|
3313
|
+
"GEO_LATITUDE",
|
|
3314
|
+
"GEO_AREA",
|
|
3315
|
+
"IMAGE"
|
|
3316
|
+
]
|
|
3301
3317
|
}
|
|
3302
3318
|
}
|
|
3303
3319
|
}
|
|
@@ -3797,6 +3813,10 @@
|
|
|
3797
3813
|
"NO_RESULTS",
|
|
3798
3814
|
"OUT_OF_TOPIC"
|
|
3799
3815
|
]
|
|
3816
|
+
},
|
|
3817
|
+
"userTextFeedback": {
|
|
3818
|
+
"type": "string",
|
|
3819
|
+
"description": "User text feedback for the interaction."
|
|
3800
3820
|
}
|
|
3801
3821
|
}
|
|
3802
3822
|
},
|
|
@@ -3861,6 +3881,63 @@
|
|
|
3861
3881
|
}
|
|
3862
3882
|
]
|
|
3863
3883
|
},
|
|
3884
|
+
"ChangeAnalysisParams": {
|
|
3885
|
+
"required": [
|
|
3886
|
+
"analyzedPeriod",
|
|
3887
|
+
"attributes",
|
|
3888
|
+
"dateAttribute",
|
|
3889
|
+
"filters",
|
|
3890
|
+
"measure",
|
|
3891
|
+
"referencePeriod",
|
|
3892
|
+
"useSmartAttributeSelection"
|
|
3893
|
+
],
|
|
3894
|
+
"type": "object",
|
|
3895
|
+
"properties": {
|
|
3896
|
+
"measure": {
|
|
3897
|
+
"$ref": "#/components/schemas/MeasureItem"
|
|
3898
|
+
},
|
|
3899
|
+
"dateAttribute": {
|
|
3900
|
+
"$ref": "#/components/schemas/AttributeItem"
|
|
3901
|
+
},
|
|
3902
|
+
"referencePeriod": {
|
|
3903
|
+
"type": "string",
|
|
3904
|
+
"description": "The reference time period"
|
|
3905
|
+
},
|
|
3906
|
+
"analyzedPeriod": {
|
|
3907
|
+
"type": "string",
|
|
3908
|
+
"description": "The analyzed time period"
|
|
3909
|
+
},
|
|
3910
|
+
"attributes": {
|
|
3911
|
+
"type": "array",
|
|
3912
|
+
"description": "Attributes to analyze for significant changes",
|
|
3913
|
+
"items": {
|
|
3914
|
+
"$ref": "#/components/schemas/AttributeItem"
|
|
3915
|
+
}
|
|
3916
|
+
},
|
|
3917
|
+
"filters": {
|
|
3918
|
+
"type": "array",
|
|
3919
|
+
"description": "Optional filters to apply",
|
|
3920
|
+
"items": {
|
|
3921
|
+
"oneOf": [
|
|
3922
|
+
{
|
|
3923
|
+
"$ref": "#/components/schemas/AbstractMeasureValueFilter"
|
|
3924
|
+
},
|
|
3925
|
+
{
|
|
3926
|
+
"$ref": "#/components/schemas/FilterDefinitionForSimpleMeasure"
|
|
3927
|
+
},
|
|
3928
|
+
{
|
|
3929
|
+
"$ref": "#/components/schemas/InlineFilterDefinition"
|
|
3930
|
+
}
|
|
3931
|
+
]
|
|
3932
|
+
}
|
|
3933
|
+
},
|
|
3934
|
+
"useSmartAttributeSelection": {
|
|
3935
|
+
"type": "boolean",
|
|
3936
|
+
"description": "Whether to use smart attribute selection"
|
|
3937
|
+
}
|
|
3938
|
+
},
|
|
3939
|
+
"description": "Change analysis specification."
|
|
3940
|
+
},
|
|
3864
3941
|
"ChatHistoryInteraction": {
|
|
3865
3942
|
"required": ["chatHistoryInteractionId", "interactionFinished", "question", "routing"],
|
|
3866
3943
|
"type": "object",
|
|
@@ -3899,6 +3976,9 @@
|
|
|
3899
3976
|
"createdVisualizations": {
|
|
3900
3977
|
"$ref": "#/components/schemas/CreatedVisualizations"
|
|
3901
3978
|
},
|
|
3979
|
+
"changeAnalysisParams": {
|
|
3980
|
+
"$ref": "#/components/schemas/ChangeAnalysisParams"
|
|
3981
|
+
},
|
|
3902
3982
|
"userFeedback": {
|
|
3903
3983
|
"type": "string",
|
|
3904
3984
|
"description": "User feedback.",
|
|
@@ -4181,7 +4261,8 @@
|
|
|
4181
4261
|
"SEARCH",
|
|
4182
4262
|
"CREATE_VISUALIZATION",
|
|
4183
4263
|
"EXTEND_VISUALIZATION",
|
|
4184
|
-
"HOWTO"
|
|
4264
|
+
"HOWTO",
|
|
4265
|
+
"CHANGE_ANALYSIS"
|
|
4185
4266
|
]
|
|
4186
4267
|
},
|
|
4187
4268
|
"reasoning": {
|
|
@@ -4226,6 +4307,9 @@
|
|
|
4226
4307
|
"createdVisualizations": {
|
|
4227
4308
|
"$ref": "#/components/schemas/CreatedVisualizations"
|
|
4228
4309
|
},
|
|
4310
|
+
"changeAnalysisParams": {
|
|
4311
|
+
"$ref": "#/components/schemas/ChangeAnalysisParams"
|
|
4312
|
+
},
|
|
4229
4313
|
"threadIdSuffix": {
|
|
4230
4314
|
"type": "string",
|
|
4231
4315
|
"description": "Chat History thread suffix appended to ID generated by backend. Enables more chat windows."
|