@gooddata/api-client-tiger 10.28.0-alpha.9 → 10.28.0-alpha.90
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.d.ts.map +1 -1
- package/esm/__version.js +1 -1
- package/esm/__version.js.map +1 -1
- package/esm/api-client-tiger.d.ts +1458 -884
- package/esm/generated/afm-rest-api/api.d.ts +129 -0
- package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/api.js +136 -0
- package/esm/generated/afm-rest-api/api.js.map +1 -1
- package/esm/generated/afm-rest-api/openapi-spec.json +48 -0
- package/esm/generated/automation-json-api/api.d.ts +84 -0
- package/esm/generated/automation-json-api/api.d.ts.map +1 -1
- package/esm/generated/automation-json-api/api.js +3 -0
- package/esm/generated/automation-json-api/api.js.map +1 -1
- package/esm/generated/automation-json-api/openapi-spec.json +69 -0
- package/esm/generated/export-json-api/api.d.ts +278 -11
- package/esm/generated/export-json-api/api.d.ts.map +1 -1
- package/esm/generated/export-json-api/api.js +54 -0
- package/esm/generated/export-json-api/api.js.map +1 -1
- package/esm/generated/export-json-api/openapi-spec.json +215 -102
- package/esm/generated/metadata-json-api/api.d.ts +936 -857
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js +31 -22
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/openapi-spec.json +8343 -8256
- package/esm/index.d.ts +2 -2
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js.map +1 -1
- package/esm/metadataUtilities.d.ts +2 -1
- package/esm/metadataUtilities.d.ts.map +1 -1
- package/esm/metadataUtilities.js.map +1 -1
- package/package.json +4 -3
|
@@ -330,6 +330,7 @@ export const DeclarativeSettingTypeEnum = {
|
|
|
330
330
|
TIMEZONE: "TIMEZONE",
|
|
331
331
|
ACTIVE_THEME: "ACTIVE_THEME",
|
|
332
332
|
ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE",
|
|
333
|
+
ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT",
|
|
333
334
|
WHITE_LABELING: "WHITE_LABELING",
|
|
334
335
|
LOCALE: "LOCALE",
|
|
335
336
|
METADATA_LOCALE: "METADATA_LOCALE",
|
|
@@ -347,6 +348,7 @@ export const DeclarativeSettingTypeEnum = {
|
|
|
347
348
|
JIT_PROVISIONING: "JIT_PROVISIONING",
|
|
348
349
|
DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE",
|
|
349
350
|
ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT",
|
|
351
|
+
AI_RATE_LIMIT: "AI_RATE_LIMIT",
|
|
350
352
|
};
|
|
351
353
|
export const DeclarativeSingleWorkspacePermissionNameEnum = {
|
|
352
354
|
MANAGE: "MANAGE",
|
|
@@ -496,6 +498,9 @@ export const IdentifierDuplicationsTypeEnum = {
|
|
|
496
498
|
WORKSPACE_DATA_FILTER: "workspaceDataFilter",
|
|
497
499
|
WORKSPACE_DATA_FILTER_SETTINGS: "workspaceDataFilterSettings",
|
|
498
500
|
};
|
|
501
|
+
export const ImageExportRequestFormatEnum = {
|
|
502
|
+
PNG: "PNG",
|
|
503
|
+
};
|
|
499
504
|
export const InPlatformTypeEnum = {
|
|
500
505
|
IN_PLATFORM: "IN_PLATFORM",
|
|
501
506
|
};
|
|
@@ -591,6 +596,10 @@ export const JsonApiAttributeOutWithLinksTypeEnum = {
|
|
|
591
596
|
export const JsonApiAutomationInTypeEnum = {
|
|
592
597
|
AUTOMATION: "automation",
|
|
593
598
|
};
|
|
599
|
+
export const JsonApiAutomationInAttributesStateEnum = {
|
|
600
|
+
ACTIVE: "ACTIVE",
|
|
601
|
+
PAUSED: "PAUSED",
|
|
602
|
+
};
|
|
594
603
|
export const JsonApiAutomationLinkageTypeEnum = {
|
|
595
604
|
AUTOMATION: "automation",
|
|
596
605
|
};
|
|
@@ -601,20 +610,16 @@ export const JsonApiAutomationOutAttributesStateEnum = {
|
|
|
601
610
|
ACTIVE: "ACTIVE",
|
|
602
611
|
PAUSED: "PAUSED",
|
|
603
612
|
};
|
|
613
|
+
export const JsonApiAutomationOutAttributesAlertTriggerEnum = {
|
|
614
|
+
ALWAYS: "ALWAYS",
|
|
615
|
+
ONCE: "ONCE",
|
|
616
|
+
};
|
|
604
617
|
export const JsonApiAutomationOutWithLinksTypeEnum = {
|
|
605
618
|
AUTOMATION: "automation",
|
|
606
619
|
};
|
|
607
620
|
export const JsonApiAutomationPatchTypeEnum = {
|
|
608
621
|
AUTOMATION: "automation",
|
|
609
622
|
};
|
|
610
|
-
export const JsonApiAutomationPatchAttributesStateEnum = {
|
|
611
|
-
ACTIVE: "ACTIVE",
|
|
612
|
-
PAUSED: "PAUSED",
|
|
613
|
-
};
|
|
614
|
-
export const JsonApiAutomationPatchAttributesAlertTriggerEnum = {
|
|
615
|
-
ALWAYS: "ALWAYS",
|
|
616
|
-
ONCE: "ONCE",
|
|
617
|
-
};
|
|
618
623
|
export const JsonApiColorPaletteInTypeEnum = {
|
|
619
624
|
COLOR_PALETTE: "colorPalette",
|
|
620
625
|
};
|
|
@@ -1057,20 +1062,6 @@ export const JsonApiMetricPostOptionalIdTypeEnum = {
|
|
|
1057
1062
|
export const JsonApiNotificationChannelInTypeEnum = {
|
|
1058
1063
|
NOTIFICATION_CHANNEL: "notificationChannel",
|
|
1059
1064
|
};
|
|
1060
|
-
export const JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum = {
|
|
1061
|
-
HIDDEN: "HIDDEN",
|
|
1062
|
-
INTERNAL_ONLY: "INTERNAL_ONLY",
|
|
1063
|
-
ALL: "ALL",
|
|
1064
|
-
};
|
|
1065
|
-
export const JsonApiNotificationChannelInAttributesAllowedRecipientsEnum = {
|
|
1066
|
-
CREATOR: "CREATOR",
|
|
1067
|
-
INTERNAL: "INTERNAL",
|
|
1068
|
-
EXTERNAL: "EXTERNAL",
|
|
1069
|
-
};
|
|
1070
|
-
export const JsonApiNotificationChannelInAttributesInPlatformNotificationEnum = {
|
|
1071
|
-
DISABLED: "DISABLED",
|
|
1072
|
-
ENABLED: "ENABLED",
|
|
1073
|
-
};
|
|
1074
1065
|
export const JsonApiNotificationChannelLinkageTypeEnum = {
|
|
1075
1066
|
NOTIFICATION_CHANNEL: "notificationChannel",
|
|
1076
1067
|
};
|
|
@@ -1106,6 +1097,20 @@ export const JsonApiNotificationChannelPatchTypeEnum = {
|
|
|
1106
1097
|
export const JsonApiNotificationChannelPostOptionalIdTypeEnum = {
|
|
1107
1098
|
NOTIFICATION_CHANNEL: "notificationChannel",
|
|
1108
1099
|
};
|
|
1100
|
+
export const JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum = {
|
|
1101
|
+
HIDDEN: "HIDDEN",
|
|
1102
|
+
INTERNAL_ONLY: "INTERNAL_ONLY",
|
|
1103
|
+
ALL: "ALL",
|
|
1104
|
+
};
|
|
1105
|
+
export const JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum = {
|
|
1106
|
+
CREATOR: "CREATOR",
|
|
1107
|
+
INTERNAL: "INTERNAL",
|
|
1108
|
+
EXTERNAL: "EXTERNAL",
|
|
1109
|
+
};
|
|
1110
|
+
export const JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum = {
|
|
1111
|
+
DISABLED: "DISABLED",
|
|
1112
|
+
ENABLED: "ENABLED",
|
|
1113
|
+
};
|
|
1109
1114
|
export const JsonApiOrganizationInTypeEnum = {
|
|
1110
1115
|
ORGANIZATION: "organization",
|
|
1111
1116
|
};
|
|
@@ -1211,6 +1216,7 @@ export const JsonApiUserSettingOutAttributesTypeEnum = {
|
|
|
1211
1216
|
TIMEZONE: "TIMEZONE",
|
|
1212
1217
|
ACTIVE_THEME: "ACTIVE_THEME",
|
|
1213
1218
|
ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE",
|
|
1219
|
+
ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT",
|
|
1214
1220
|
WHITE_LABELING: "WHITE_LABELING",
|
|
1215
1221
|
LOCALE: "LOCALE",
|
|
1216
1222
|
METADATA_LOCALE: "METADATA_LOCALE",
|
|
@@ -1228,6 +1234,7 @@ export const JsonApiUserSettingOutAttributesTypeEnum = {
|
|
|
1228
1234
|
JIT_PROVISIONING: "JIT_PROVISIONING",
|
|
1229
1235
|
DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE",
|
|
1230
1236
|
ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT",
|
|
1237
|
+
AI_RATE_LIMIT: "AI_RATE_LIMIT",
|
|
1231
1238
|
};
|
|
1232
1239
|
export const JsonApiUserSettingOutWithLinksTypeEnum = {
|
|
1233
1240
|
USER_SETTING: "userSetting",
|
|
@@ -1422,6 +1429,7 @@ export const ResolvedSettingTypeEnum = {
|
|
|
1422
1429
|
TIMEZONE: "TIMEZONE",
|
|
1423
1430
|
ACTIVE_THEME: "ACTIVE_THEME",
|
|
1424
1431
|
ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE",
|
|
1432
|
+
ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT",
|
|
1425
1433
|
WHITE_LABELING: "WHITE_LABELING",
|
|
1426
1434
|
LOCALE: "LOCALE",
|
|
1427
1435
|
METADATA_LOCALE: "METADATA_LOCALE",
|
|
@@ -1439,6 +1447,7 @@ export const ResolvedSettingTypeEnum = {
|
|
|
1439
1447
|
JIT_PROVISIONING: "JIT_PROVISIONING",
|
|
1440
1448
|
DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE",
|
|
1441
1449
|
ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT",
|
|
1450
|
+
AI_RATE_LIMIT: "AI_RATE_LIMIT",
|
|
1442
1451
|
};
|
|
1443
1452
|
export const RsaSpecificationKtyEnum = {
|
|
1444
1453
|
RSA: "RSA",
|