@gooddata/api-client-tiger 10.28.0-alpha.69 → 10.28.0-alpha.70

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.
@@ -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",
@@ -348,7 +349,6 @@ export const DeclarativeSettingTypeEnum = {
348
349
  DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE",
349
350
  ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT",
350
351
  AI_RATE_LIMIT: "AI_RATE_LIMIT",
351
- LLM_ENDPOINT: "LLM_ENDPOINT",
352
352
  };
353
353
  export const DeclarativeSingleWorkspacePermissionNameEnum = {
354
354
  MANAGE: "MANAGE",
@@ -600,10 +600,6 @@ export const JsonApiAutomationInAttributesStateEnum = {
600
600
  ACTIVE: "ACTIVE",
601
601
  PAUSED: "PAUSED",
602
602
  };
603
- export const JsonApiAutomationInAttributesAlertTriggerEnum = {
604
- ALWAYS: "ALWAYS",
605
- ONCE: "ONCE",
606
- };
607
603
  export const JsonApiAutomationLinkageTypeEnum = {
608
604
  AUTOMATION: "automation",
609
605
  };
@@ -614,6 +610,10 @@ export const JsonApiAutomationOutAttributesStateEnum = {
614
610
  ACTIVE: "ACTIVE",
615
611
  PAUSED: "PAUSED",
616
612
  };
613
+ export const JsonApiAutomationOutAttributesAlertTriggerEnum = {
614
+ ALWAYS: "ALWAYS",
615
+ ONCE: "ONCE",
616
+ };
617
617
  export const JsonApiAutomationOutWithLinksTypeEnum = {
618
618
  AUTOMATION: "automation",
619
619
  };
@@ -1062,20 +1062,6 @@ export const JsonApiMetricPostOptionalIdTypeEnum = {
1062
1062
  export const JsonApiNotificationChannelInTypeEnum = {
1063
1063
  NOTIFICATION_CHANNEL: "notificationChannel",
1064
1064
  };
1065
- export const JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum = {
1066
- HIDDEN: "HIDDEN",
1067
- INTERNAL_ONLY: "INTERNAL_ONLY",
1068
- ALL: "ALL",
1069
- };
1070
- export const JsonApiNotificationChannelInAttributesAllowedRecipientsEnum = {
1071
- CREATOR: "CREATOR",
1072
- INTERNAL: "INTERNAL",
1073
- EXTERNAL: "EXTERNAL",
1074
- };
1075
- export const JsonApiNotificationChannelInAttributesInPlatformNotificationEnum = {
1076
- DISABLED: "DISABLED",
1077
- ENABLED: "ENABLED",
1078
- };
1079
1065
  export const JsonApiNotificationChannelLinkageTypeEnum = {
1080
1066
  NOTIFICATION_CHANNEL: "notificationChannel",
1081
1067
  };
@@ -1111,6 +1097,20 @@ export const JsonApiNotificationChannelPatchTypeEnum = {
1111
1097
  export const JsonApiNotificationChannelPostOptionalIdTypeEnum = {
1112
1098
  NOTIFICATION_CHANNEL: "notificationChannel",
1113
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
+ };
1114
1114
  export const JsonApiOrganizationInTypeEnum = {
1115
1115
  ORGANIZATION: "organization",
1116
1116
  };
@@ -1216,6 +1216,7 @@ export const JsonApiUserSettingOutAttributesTypeEnum = {
1216
1216
  TIMEZONE: "TIMEZONE",
1217
1217
  ACTIVE_THEME: "ACTIVE_THEME",
1218
1218
  ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE",
1219
+ ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT",
1219
1220
  WHITE_LABELING: "WHITE_LABELING",
1220
1221
  LOCALE: "LOCALE",
1221
1222
  METADATA_LOCALE: "METADATA_LOCALE",
@@ -1234,7 +1235,6 @@ export const JsonApiUserSettingOutAttributesTypeEnum = {
1234
1235
  DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE",
1235
1236
  ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT",
1236
1237
  AI_RATE_LIMIT: "AI_RATE_LIMIT",
1237
- LLM_ENDPOINT: "LLM_ENDPOINT",
1238
1238
  };
1239
1239
  export const JsonApiUserSettingOutWithLinksTypeEnum = {
1240
1240
  USER_SETTING: "userSetting",
@@ -1429,6 +1429,7 @@ export const ResolvedSettingTypeEnum = {
1429
1429
  TIMEZONE: "TIMEZONE",
1430
1430
  ACTIVE_THEME: "ACTIVE_THEME",
1431
1431
  ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE",
1432
+ ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT",
1432
1433
  WHITE_LABELING: "WHITE_LABELING",
1433
1434
  LOCALE: "LOCALE",
1434
1435
  METADATA_LOCALE: "METADATA_LOCALE",
@@ -1447,7 +1448,6 @@ export const ResolvedSettingTypeEnum = {
1447
1448
  DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE",
1448
1449
  ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT",
1449
1450
  AI_RATE_LIMIT: "AI_RATE_LIMIT",
1450
- LLM_ENDPOINT: "LLM_ENDPOINT",
1451
1451
  };
1452
1452
  export const RsaSpecificationKtyEnum = {
1453
1453
  RSA: "RSA",