@gooddata/api-client-tiger 10.28.0-alpha.64 → 10.28.0-alpha.67
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 +1255 -975
- 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 +44 -0
- package/esm/generated/export-json-api/api.d.ts.map +1 -1
- package/esm/generated/export-json-api/api.js.map +1 -1
- package/esm/generated/export-json-api/openapi-spec.json +37 -1
- package/esm/generated/metadata-json-api/api.d.ts +1088 -1009
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js +17 -8
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/openapi-spec.json +2840 -2753
- package/esm/index.d.ts +2 -2
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js.map +1 -1
- package/package.json +3 -3
|
@@ -347,6 +347,8 @@ export const DeclarativeSettingTypeEnum = {
|
|
|
347
347
|
JIT_PROVISIONING: "JIT_PROVISIONING",
|
|
348
348
|
DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE",
|
|
349
349
|
ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT",
|
|
350
|
+
AI_RATE_LIMIT: "AI_RATE_LIMIT",
|
|
351
|
+
LLM_ENDPOINT: "LLM_ENDPOINT",
|
|
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,14 @@ 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
|
+
};
|
|
603
|
+
export const JsonApiAutomationInAttributesAlertTriggerEnum = {
|
|
604
|
+
ALWAYS: "ALWAYS",
|
|
605
|
+
ONCE: "ONCE",
|
|
606
|
+
};
|
|
594
607
|
export const JsonApiAutomationLinkageTypeEnum = {
|
|
595
608
|
AUTOMATION: "automation",
|
|
596
609
|
};
|
|
@@ -607,14 +620,6 @@ export const JsonApiAutomationOutWithLinksTypeEnum = {
|
|
|
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
|
};
|
|
@@ -1228,6 +1233,8 @@ export const JsonApiUserSettingOutAttributesTypeEnum = {
|
|
|
1228
1233
|
JIT_PROVISIONING: "JIT_PROVISIONING",
|
|
1229
1234
|
DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE",
|
|
1230
1235
|
ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT",
|
|
1236
|
+
AI_RATE_LIMIT: "AI_RATE_LIMIT",
|
|
1237
|
+
LLM_ENDPOINT: "LLM_ENDPOINT",
|
|
1231
1238
|
};
|
|
1232
1239
|
export const JsonApiUserSettingOutWithLinksTypeEnum = {
|
|
1233
1240
|
USER_SETTING: "userSetting",
|
|
@@ -1439,6 +1446,8 @@ export const ResolvedSettingTypeEnum = {
|
|
|
1439
1446
|
JIT_PROVISIONING: "JIT_PROVISIONING",
|
|
1440
1447
|
DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE",
|
|
1441
1448
|
ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT",
|
|
1449
|
+
AI_RATE_LIMIT: "AI_RATE_LIMIT",
|
|
1450
|
+
LLM_ENDPOINT: "LLM_ENDPOINT",
|
|
1442
1451
|
};
|
|
1443
1452
|
export const RsaSpecificationKtyEnum = {
|
|
1444
1453
|
RSA: "RSA",
|