@gooddata/api-client-tiger 10.33.0-alpha.82 → 10.33.0-alpha.9
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 +1545 -1983
- package/esm/generated/afm-rest-api/api.d.ts +13 -376
- package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/api.js +4 -305
- package/esm/generated/afm-rest-api/api.js.map +1 -1
- package/esm/generated/afm-rest-api/openapi-spec.json +2 -180
- package/esm/generated/automation-json-api/api.d.ts +1 -56
- package/esm/generated/automation-json-api/api.d.ts.map +1 -1
- package/esm/generated/automation-json-api/api.js +0 -17
- package/esm/generated/automation-json-api/api.js.map +1 -1
- package/esm/generated/automation-json-api/openapi-spec.json +1 -50
- package/esm/generated/export-json-api/api.d.ts +1 -56
- package/esm/generated/export-json-api/api.d.ts.map +1 -1
- package/esm/generated/export-json-api/api.js +0 -17
- package/esm/generated/export-json-api/api.js.map +1 -1
- package/esm/generated/export-json-api/openapi-spec.json +1 -50
- package/esm/generated/metadata-json-api/api.d.ts +1375 -1432
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js +46 -65
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/openapi-spec.json +8420 -8471
- package/esm/index.d.ts +2 -2
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +1 -1
- package/esm/index.js.map +1 -1
- package/package.json +3 -3
|
@@ -62,7 +62,6 @@ export const ApiEntitlementNameEnum = {
|
|
|
62
62
|
SCHEDULED_ACTION_MINIMUM_RECURRENCE_MINUTES: "ScheduledActionMinimumRecurrenceMinutes",
|
|
63
63
|
FEDERATED_IDENTITY_MANAGEMENT: "FederatedIdentityManagement",
|
|
64
64
|
AUDIT_LOGGING: "AuditLogging",
|
|
65
|
-
CONTROLLED_FEATURE_ROLLOUT: "ControlledFeatureRollout",
|
|
66
65
|
};
|
|
67
66
|
export const ArithmeticMeasureOperatorEnum = {
|
|
68
67
|
DIFFERENCE: "DIFFERENCE",
|
|
@@ -86,23 +85,6 @@ export const AutomationAlertTriggerEnum = {
|
|
|
86
85
|
ALWAYS: "ALWAYS",
|
|
87
86
|
ONCE: "ONCE",
|
|
88
87
|
};
|
|
89
|
-
export const BoundedFilterGranularityEnum = {
|
|
90
|
-
MINUTE: "MINUTE",
|
|
91
|
-
HOUR: "HOUR",
|
|
92
|
-
DAY: "DAY",
|
|
93
|
-
WEEK: "WEEK",
|
|
94
|
-
MONTH: "MONTH",
|
|
95
|
-
QUARTER: "QUARTER",
|
|
96
|
-
YEAR: "YEAR",
|
|
97
|
-
MINUTE_OF_HOUR: "MINUTE_OF_HOUR",
|
|
98
|
-
HOUR_OF_DAY: "HOUR_OF_DAY",
|
|
99
|
-
DAY_OF_WEEK: "DAY_OF_WEEK",
|
|
100
|
-
DAY_OF_MONTH: "DAY_OF_MONTH",
|
|
101
|
-
DAY_OF_YEAR: "DAY_OF_YEAR",
|
|
102
|
-
WEEK_OF_YEAR: "WEEK_OF_YEAR",
|
|
103
|
-
MONTH_OF_YEAR: "MONTH_OF_YEAR",
|
|
104
|
-
QUARTER_OF_YEAR: "QUARTER_OF_YEAR",
|
|
105
|
-
};
|
|
106
88
|
export const ColumnOverrideLdmTypeOverrideEnum = {
|
|
107
89
|
FACT: "FACT",
|
|
108
90
|
LABEL: "LABEL",
|
|
@@ -521,7 +503,6 @@ export const EntitlementsRequestEntitlementsNameEnum = {
|
|
|
521
503
|
SCHEDULED_ACTION_MINIMUM_RECURRENCE_MINUTES: "ScheduledActionMinimumRecurrenceMinutes",
|
|
522
504
|
FEDERATED_IDENTITY_MANAGEMENT: "FederatedIdentityManagement",
|
|
523
505
|
AUDIT_LOGGING: "AuditLogging",
|
|
524
|
-
CONTROLLED_FEATURE_ROLLOUT: "ControlledFeatureRollout",
|
|
525
506
|
};
|
|
526
507
|
export const EntityIdentifierTypeEnum = {
|
|
527
508
|
ANALYTICAL_DASHBOARD: "analyticalDashboard",
|
|
@@ -692,14 +673,6 @@ export const JsonApiAttributeOutWithLinksTypeEnum = {
|
|
|
692
673
|
export const JsonApiAutomationInTypeEnum = {
|
|
693
674
|
AUTOMATION: "automation",
|
|
694
675
|
};
|
|
695
|
-
export const JsonApiAutomationInAttributesStateEnum = {
|
|
696
|
-
ACTIVE: "ACTIVE",
|
|
697
|
-
PAUSED: "PAUSED",
|
|
698
|
-
};
|
|
699
|
-
export const JsonApiAutomationInAttributesAlertTriggerEnum = {
|
|
700
|
-
ALWAYS: "ALWAYS",
|
|
701
|
-
ONCE: "ONCE",
|
|
702
|
-
};
|
|
703
676
|
export const JsonApiAutomationLinkageTypeEnum = {
|
|
704
677
|
AUTOMATION: "automation",
|
|
705
678
|
};
|
|
@@ -716,6 +689,14 @@ export const JsonApiAutomationOutWithLinksTypeEnum = {
|
|
|
716
689
|
export const JsonApiAutomationPatchTypeEnum = {
|
|
717
690
|
AUTOMATION: "automation",
|
|
718
691
|
};
|
|
692
|
+
export const JsonApiAutomationPatchAttributesStateEnum = {
|
|
693
|
+
ACTIVE: "ACTIVE",
|
|
694
|
+
PAUSED: "PAUSED",
|
|
695
|
+
};
|
|
696
|
+
export const JsonApiAutomationPatchAttributesAlertTriggerEnum = {
|
|
697
|
+
ALWAYS: "ALWAYS",
|
|
698
|
+
ONCE: "ONCE",
|
|
699
|
+
};
|
|
719
700
|
export const JsonApiColorPaletteInTypeEnum = {
|
|
720
701
|
COLOR_PALETTE: "colorPalette",
|
|
721
702
|
};
|
|
@@ -1078,11 +1059,6 @@ export const JsonApiFilterViewPatchTypeEnum = {
|
|
|
1078
1059
|
export const JsonApiIdentityProviderInTypeEnum = {
|
|
1079
1060
|
IDENTITY_PROVIDER: "identityProvider",
|
|
1080
1061
|
};
|
|
1081
|
-
export const JsonApiIdentityProviderInAttributesIdpTypeEnum = {
|
|
1082
|
-
MANAGED_IDP: "MANAGED_IDP",
|
|
1083
|
-
FIM_IDP: "FIM_IDP",
|
|
1084
|
-
CUSTOM_IDP: "CUSTOM_IDP",
|
|
1085
|
-
};
|
|
1086
1062
|
export const JsonApiIdentityProviderLinkageTypeEnum = {
|
|
1087
1063
|
IDENTITY_PROVIDER: "identityProvider",
|
|
1088
1064
|
};
|
|
@@ -1100,6 +1076,11 @@ export const JsonApiIdentityProviderOutWithLinksTypeEnum = {
|
|
|
1100
1076
|
export const JsonApiIdentityProviderPatchTypeEnum = {
|
|
1101
1077
|
IDENTITY_PROVIDER: "identityProvider",
|
|
1102
1078
|
};
|
|
1079
|
+
export const JsonApiIdentityProviderPatchAttributesIdpTypeEnum = {
|
|
1080
|
+
MANAGED_IDP: "MANAGED_IDP",
|
|
1081
|
+
FIM_IDP: "FIM_IDP",
|
|
1082
|
+
CUSTOM_IDP: "CUSTOM_IDP",
|
|
1083
|
+
};
|
|
1103
1084
|
export const JsonApiJwkInTypeEnum = {
|
|
1104
1085
|
JWK: "jwk",
|
|
1105
1086
|
};
|
|
@@ -1232,23 +1213,23 @@ export const JsonApiNotificationChannelOutWithLinksTypeEnum = {
|
|
|
1232
1213
|
export const JsonApiNotificationChannelPatchTypeEnum = {
|
|
1233
1214
|
NOTIFICATION_CHANNEL: "notificationChannel",
|
|
1234
1215
|
};
|
|
1235
|
-
export const
|
|
1236
|
-
NOTIFICATION_CHANNEL: "notificationChannel",
|
|
1237
|
-
};
|
|
1238
|
-
export const JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum = {
|
|
1216
|
+
export const JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum = {
|
|
1239
1217
|
HIDDEN: "HIDDEN",
|
|
1240
1218
|
INTERNAL_ONLY: "INTERNAL_ONLY",
|
|
1241
1219
|
ALL: "ALL",
|
|
1242
1220
|
};
|
|
1243
|
-
export const
|
|
1221
|
+
export const JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum = {
|
|
1244
1222
|
CREATOR: "CREATOR",
|
|
1245
1223
|
INTERNAL: "INTERNAL",
|
|
1246
1224
|
EXTERNAL: "EXTERNAL",
|
|
1247
1225
|
};
|
|
1248
|
-
export const
|
|
1226
|
+
export const JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum = {
|
|
1249
1227
|
DISABLED: "DISABLED",
|
|
1250
1228
|
ENABLED: "ENABLED",
|
|
1251
1229
|
};
|
|
1230
|
+
export const JsonApiNotificationChannelPostOptionalIdTypeEnum = {
|
|
1231
|
+
NOTIFICATION_CHANNEL: "notificationChannel",
|
|
1232
|
+
};
|
|
1252
1233
|
export const JsonApiOrganizationInTypeEnum = {
|
|
1253
1234
|
ORGANIZATION: "organization",
|
|
1254
1235
|
};
|
|
@@ -1272,33 +1253,6 @@ export const JsonApiOrganizationSettingInTypeEnum = {
|
|
|
1272
1253
|
export const JsonApiOrganizationSettingOutTypeEnum = {
|
|
1273
1254
|
ORGANIZATION_SETTING: "organizationSetting",
|
|
1274
1255
|
};
|
|
1275
|
-
export const JsonApiOrganizationSettingOutAttributesTypeEnum = {
|
|
1276
|
-
TIMEZONE: "TIMEZONE",
|
|
1277
|
-
ACTIVE_THEME: "ACTIVE_THEME",
|
|
1278
|
-
ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE",
|
|
1279
|
-
ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT",
|
|
1280
|
-
WHITE_LABELING: "WHITE_LABELING",
|
|
1281
|
-
LOCALE: "LOCALE",
|
|
1282
|
-
METADATA_LOCALE: "METADATA_LOCALE",
|
|
1283
|
-
FORMAT_LOCALE: "FORMAT_LOCALE",
|
|
1284
|
-
MAPBOX_TOKEN: "MAPBOX_TOKEN",
|
|
1285
|
-
WEEK_START: "WEEK_START",
|
|
1286
|
-
SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS",
|
|
1287
|
-
OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES",
|
|
1288
|
-
TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED",
|
|
1289
|
-
OPENAI_CONFIG: "OPENAI_CONFIG",
|
|
1290
|
-
ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS",
|
|
1291
|
-
ALERT: "ALERT",
|
|
1292
|
-
SEPARATORS: "SEPARATORS",
|
|
1293
|
-
DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG",
|
|
1294
|
-
JIT_PROVISIONING: "JIT_PROVISIONING",
|
|
1295
|
-
JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING",
|
|
1296
|
-
DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE",
|
|
1297
|
-
ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT",
|
|
1298
|
-
AI_RATE_LIMIT: "AI_RATE_LIMIT",
|
|
1299
|
-
ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT",
|
|
1300
|
-
ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL",
|
|
1301
|
-
};
|
|
1302
1256
|
export const JsonApiOrganizationSettingOutWithLinksTypeEnum = {
|
|
1303
1257
|
ORGANIZATION_SETTING: "organizationSetting",
|
|
1304
1258
|
};
|
|
@@ -1374,6 +1328,33 @@ export const JsonApiUserPatchTypeEnum = {
|
|
|
1374
1328
|
export const JsonApiUserSettingInTypeEnum = {
|
|
1375
1329
|
USER_SETTING: "userSetting",
|
|
1376
1330
|
};
|
|
1331
|
+
export const JsonApiUserSettingInAttributesTypeEnum = {
|
|
1332
|
+
TIMEZONE: "TIMEZONE",
|
|
1333
|
+
ACTIVE_THEME: "ACTIVE_THEME",
|
|
1334
|
+
ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE",
|
|
1335
|
+
ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT",
|
|
1336
|
+
WHITE_LABELING: "WHITE_LABELING",
|
|
1337
|
+
LOCALE: "LOCALE",
|
|
1338
|
+
METADATA_LOCALE: "METADATA_LOCALE",
|
|
1339
|
+
FORMAT_LOCALE: "FORMAT_LOCALE",
|
|
1340
|
+
MAPBOX_TOKEN: "MAPBOX_TOKEN",
|
|
1341
|
+
WEEK_START: "WEEK_START",
|
|
1342
|
+
SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS",
|
|
1343
|
+
OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES",
|
|
1344
|
+
TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED",
|
|
1345
|
+
OPENAI_CONFIG: "OPENAI_CONFIG",
|
|
1346
|
+
ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS",
|
|
1347
|
+
ALERT: "ALERT",
|
|
1348
|
+
SEPARATORS: "SEPARATORS",
|
|
1349
|
+
DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG",
|
|
1350
|
+
JIT_PROVISIONING: "JIT_PROVISIONING",
|
|
1351
|
+
JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING",
|
|
1352
|
+
DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE",
|
|
1353
|
+
ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT",
|
|
1354
|
+
AI_RATE_LIMIT: "AI_RATE_LIMIT",
|
|
1355
|
+
ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT",
|
|
1356
|
+
ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL",
|
|
1357
|
+
};
|
|
1377
1358
|
export const JsonApiUserSettingOutTypeEnum = {
|
|
1378
1359
|
USER_SETTING: "userSetting",
|
|
1379
1360
|
};
|