@gooddata/api-client-tiger 11.30.0-alpha.0 → 11.30.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.
@@ -1,4 +1,4 @@
1
- export declare const LIB_VERSION = "11.30.0-alpha.0";
1
+ export declare const LIB_VERSION = "11.30.0-alpha.2";
2
2
  export declare const LIB_DESCRIPTION = "API Client for GoodData Cloud and GoodData.CN";
3
3
  export declare const LIB_NAME = "@gooddata/api-client-tiger";
4
4
  //# sourceMappingURL=__version.d.ts.map
package/esm/__version.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // (C) 2021 GoodData Corporation
2
2
  // DO NOT CHANGE THIS FILE, IT IS RE-GENERATED ON EVERY BUILD
3
- export const LIB_VERSION = "11.30.0-alpha.0";
3
+ export const LIB_VERSION = "11.30.0-alpha.2";
4
4
  export const LIB_DESCRIPTION = "API Client for GoodData Cloud and GoodData.CN";
5
5
  export const LIB_NAME = "@gooddata/api-client-tiger";
6
6
  //# sourceMappingURL=__version.js.map
@@ -63292,11 +63292,7 @@ export declare interface JsonApiCspDirectiveIn {
63292
63292
  * API identifier of an object
63293
63293
  */
63294
63294
  'id': string;
63295
- 'attributes': JsonApiCspDirectiveInAttributes;
63296
- }
63297
-
63298
- export declare interface JsonApiCspDirectiveInAttributes {
63299
- 'sources': Array<string>;
63295
+ 'attributes': JsonApiCspDirectiveOutAttributes;
63300
63296
  }
63301
63297
 
63302
63298
  export declare interface JsonApiCspDirectiveInDocument {
@@ -63317,7 +63313,11 @@ export declare interface JsonApiCspDirectiveOut {
63317
63313
  * API identifier of an object
63318
63314
  */
63319
63315
  'id': string;
63320
- 'attributes': JsonApiCspDirectiveInAttributes;
63316
+ 'attributes': JsonApiCspDirectiveOutAttributes;
63317
+ }
63318
+
63319
+ export declare interface JsonApiCspDirectiveOutAttributes {
63320
+ 'sources': Array<string>;
63321
63321
  }
63322
63322
 
63323
63323
  export declare interface JsonApiCspDirectiveOutDocument {
@@ -63345,7 +63345,7 @@ export declare interface JsonApiCspDirectiveOutWithLinks {
63345
63345
  * API identifier of an object
63346
63346
  */
63347
63347
  'id': string;
63348
- 'attributes': JsonApiCspDirectiveInAttributes;
63348
+ 'attributes': JsonApiCspDirectiveOutAttributes;
63349
63349
  'links'?: ObjectLinks;
63350
63350
  }
63351
63351
 
@@ -63515,7 +63515,12 @@ export declare interface JsonApiCustomGeoCollectionIn {
63515
63515
  * API identifier of an object
63516
63516
  */
63517
63517
  'id': string;
63518
- 'attributes'?: JsonApiCustomGeoCollectionOutAttributes;
63518
+ 'attributes'?: JsonApiCustomGeoCollectionInAttributes;
63519
+ }
63520
+
63521
+ export declare interface JsonApiCustomGeoCollectionInAttributes {
63522
+ 'name'?: string | null;
63523
+ 'description'?: string | null;
63519
63524
  }
63520
63525
 
63521
63526
  export declare interface JsonApiCustomGeoCollectionInDocument {
@@ -63536,12 +63541,7 @@ export declare interface JsonApiCustomGeoCollectionOut {
63536
63541
  * API identifier of an object
63537
63542
  */
63538
63543
  'id': string;
63539
- 'attributes'?: JsonApiCustomGeoCollectionOutAttributes;
63540
- }
63541
-
63542
- export declare interface JsonApiCustomGeoCollectionOutAttributes {
63543
- 'name'?: string | null;
63544
- 'description'?: string | null;
63544
+ 'attributes'?: JsonApiCustomGeoCollectionInAttributes;
63545
63545
  }
63546
63546
 
63547
63547
  export declare interface JsonApiCustomGeoCollectionOutDocument {
@@ -63569,7 +63569,7 @@ export declare interface JsonApiCustomGeoCollectionOutWithLinks {
63569
63569
  * API identifier of an object
63570
63570
  */
63571
63571
  'id': string;
63572
- 'attributes'?: JsonApiCustomGeoCollectionOutAttributes;
63572
+ 'attributes'?: JsonApiCustomGeoCollectionInAttributes;
63573
63573
  'links'?: ObjectLinks;
63574
63574
  }
63575
63575
 
@@ -63587,7 +63587,7 @@ export declare interface JsonApiCustomGeoCollectionPatch {
63587
63587
  * API identifier of an object
63588
63588
  */
63589
63589
  'id': string;
63590
- 'attributes'?: JsonApiCustomGeoCollectionOutAttributes;
63590
+ 'attributes'?: JsonApiCustomGeoCollectionInAttributes;
63591
63591
  }
63592
63592
 
63593
63593
  export declare interface JsonApiCustomGeoCollectionPatchDocument {
@@ -64549,7 +64549,7 @@ export declare interface JsonApiExportTemplateIn {
64549
64549
  * API identifier of an object
64550
64550
  */
64551
64551
  'id': string;
64552
- 'attributes': JsonApiExportTemplateOutAttributes;
64552
+ 'attributes': JsonApiExportTemplatePostOptionalIdAttributes;
64553
64553
  }
64554
64554
 
64555
64555
  export declare interface JsonApiExportTemplateInDocument {
@@ -64570,47 +64570,9 @@ export declare interface JsonApiExportTemplateOut {
64570
64570
  * API identifier of an object
64571
64571
  */
64572
64572
  'id': string;
64573
- 'attributes': JsonApiExportTemplateOutAttributes;
64574
- }
64575
-
64576
- export declare interface JsonApiExportTemplateOutAttributes {
64577
- /**
64578
- * User-facing name of the Slides template.
64579
- */
64580
- 'name': string;
64581
- 'dashboardSlidesTemplate'?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
64582
- 'widgetSlidesTemplate'?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
64583
- }
64584
-
64585
- /**
64586
- * Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
64587
- */
64588
- export declare interface JsonApiExportTemplateOutAttributesDashboardSlidesTemplate {
64589
- /**
64590
- * Export types this template applies to.
64591
- */
64592
- 'appliedOn': Array<JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum>;
64593
- 'coverSlide'?: CoverSlideTemplate | null;
64594
- 'introSlide'?: IntroSlideTemplate | null;
64595
- 'sectionSlide'?: SectionSlideTemplate | null;
64596
- 'contentSlide'?: ContentSlideTemplate | null;
64597
- }
64598
-
64599
- export declare type JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
64600
-
64601
- /**
64602
- * Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
64603
- */
64604
- export declare interface JsonApiExportTemplateOutAttributesWidgetSlidesTemplate {
64605
- /**
64606
- * Export types this template applies to.
64607
- */
64608
- 'appliedOn': Array<JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum>;
64609
- 'contentSlide'?: ContentSlideTemplate | null;
64573
+ 'attributes': JsonApiExportTemplatePostOptionalIdAttributes;
64610
64574
  }
64611
64575
 
64612
- export declare type JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
64613
-
64614
64576
  export declare interface JsonApiExportTemplateOutDocument {
64615
64577
  'data': JsonApiExportTemplateOut;
64616
64578
  'links'?: ObjectLinks;
@@ -64636,7 +64598,7 @@ export declare interface JsonApiExportTemplateOutWithLinks {
64636
64598
  * API identifier of an object
64637
64599
  */
64638
64600
  'id': string;
64639
- 'attributes': JsonApiExportTemplateOutAttributes;
64601
+ 'attributes': JsonApiExportTemplatePostOptionalIdAttributes;
64640
64602
  'links'?: ObjectLinks;
64641
64603
  }
64642
64604
 
@@ -64662,8 +64624,8 @@ export declare interface JsonApiExportTemplatePatchAttributes {
64662
64624
  * User-facing name of the Slides template.
64663
64625
  */
64664
64626
  'name'?: string;
64665
- 'dashboardSlidesTemplate'?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
64666
- 'widgetSlidesTemplate'?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
64627
+ 'dashboardSlidesTemplate'?: JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate | null;
64628
+ 'widgetSlidesTemplate'?: JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate | null;
64667
64629
  }
64668
64630
 
64669
64631
  export declare interface JsonApiExportTemplatePatchDocument {
@@ -64684,9 +64646,47 @@ export declare interface JsonApiExportTemplatePostOptionalId {
64684
64646
  * API identifier of an object
64685
64647
  */
64686
64648
  'id'?: string;
64687
- 'attributes': JsonApiExportTemplateOutAttributes;
64649
+ 'attributes': JsonApiExportTemplatePostOptionalIdAttributes;
64650
+ }
64651
+
64652
+ export declare interface JsonApiExportTemplatePostOptionalIdAttributes {
64653
+ /**
64654
+ * User-facing name of the Slides template.
64655
+ */
64656
+ 'name': string;
64657
+ 'dashboardSlidesTemplate'?: JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate | null;
64658
+ 'widgetSlidesTemplate'?: JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate | null;
64659
+ }
64660
+
64661
+ /**
64662
+ * Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
64663
+ */
64664
+ export declare interface JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate {
64665
+ /**
64666
+ * Export types this template applies to.
64667
+ */
64668
+ 'appliedOn': Array<JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum>;
64669
+ 'coverSlide'?: CoverSlideTemplate | null;
64670
+ 'introSlide'?: IntroSlideTemplate | null;
64671
+ 'sectionSlide'?: SectionSlideTemplate | null;
64672
+ 'contentSlide'?: ContentSlideTemplate | null;
64673
+ }
64674
+
64675
+ export declare type JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
64676
+
64677
+ /**
64678
+ * Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
64679
+ */
64680
+ export declare interface JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate {
64681
+ /**
64682
+ * Export types this template applies to.
64683
+ */
64684
+ 'appliedOn': Array<JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum>;
64685
+ 'contentSlide'?: ContentSlideTemplate | null;
64688
64686
  }
64689
64687
 
64688
+ export declare type JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
64689
+
64690
64690
  export declare interface JsonApiExportTemplatePostOptionalIdDocument {
64691
64691
  'data': JsonApiExportTemplatePostOptionalId;
64692
64692
  }
@@ -65321,7 +65321,11 @@ export declare interface JsonApiJwkIn {
65321
65321
  * API identifier of an object
65322
65322
  */
65323
65323
  'id': string;
65324
- 'attributes'?: JsonApiJwkOutAttributes;
65324
+ 'attributes'?: JsonApiJwkInAttributes;
65325
+ }
65326
+
65327
+ export declare interface JsonApiJwkInAttributes {
65328
+ 'content'?: RsaSpecification;
65325
65329
  }
65326
65330
 
65327
65331
  export declare interface JsonApiJwkInDocument {
@@ -65342,11 +65346,7 @@ export declare interface JsonApiJwkOut {
65342
65346
  * API identifier of an object
65343
65347
  */
65344
65348
  'id': string;
65345
- 'attributes'?: JsonApiJwkOutAttributes;
65346
- }
65347
-
65348
- export declare interface JsonApiJwkOutAttributes {
65349
- 'content'?: RsaSpecification;
65349
+ 'attributes'?: JsonApiJwkInAttributes;
65350
65350
  }
65351
65351
 
65352
65352
  export declare interface JsonApiJwkOutDocument {
@@ -65374,7 +65374,7 @@ export declare interface JsonApiJwkOutWithLinks {
65374
65374
  * API identifier of an object
65375
65375
  */
65376
65376
  'id': string;
65377
- 'attributes'?: JsonApiJwkOutAttributes;
65377
+ 'attributes'?: JsonApiJwkInAttributes;
65378
65378
  'links'?: ObjectLinks;
65379
65379
  }
65380
65380
 
@@ -65392,7 +65392,7 @@ export declare interface JsonApiJwkPatch {
65392
65392
  * API identifier of an object
65393
65393
  */
65394
65394
  'id': string;
65395
- 'attributes'?: JsonApiJwkOutAttributes;
65395
+ 'attributes'?: JsonApiJwkInAttributes;
65396
65396
  }
65397
65397
 
65398
65398
  export declare interface JsonApiJwkPatchDocument {
@@ -65538,14 +65538,10 @@ export declare interface JsonApiKnowledgeRecommendationOutList {
65538
65538
  }
65539
65539
 
65540
65540
  export declare interface JsonApiKnowledgeRecommendationOutRelationships {
65541
- 'metric'?: JsonApiKnowledgeRecommendationOutRelationshipsMetric;
65541
+ 'metric'?: JsonApiKnowledgeRecommendationPostOptionalIdRelationshipsMetric;
65542
65542
  'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
65543
65543
  }
65544
65544
 
65545
- export declare interface JsonApiKnowledgeRecommendationOutRelationshipsMetric {
65546
- 'data': JsonApiMetricLinkage | null;
65547
- }
65548
-
65549
65545
  export declare type JsonApiKnowledgeRecommendationOutTypeEnum = 'knowledgeRecommendation';
65550
65546
 
65551
65547
  export declare interface JsonApiKnowledgeRecommendationOutWithLinks {
@@ -65746,10 +65742,14 @@ export declare interface JsonApiKnowledgeRecommendationPostOptionalIdDocument {
65746
65742
  }
65747
65743
 
65748
65744
  export declare interface JsonApiKnowledgeRecommendationPostOptionalIdRelationships {
65749
- 'metric': JsonApiKnowledgeRecommendationOutRelationshipsMetric;
65745
+ 'metric': JsonApiKnowledgeRecommendationPostOptionalIdRelationshipsMetric;
65750
65746
  'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
65751
65747
  }
65752
65748
 
65749
+ export declare interface JsonApiKnowledgeRecommendationPostOptionalIdRelationshipsMetric {
65750
+ 'data': JsonApiMetricLinkage | null;
65751
+ }
65752
+
65753
65753
  export declare type JsonApiKnowledgeRecommendationPostOptionalIdTypeEnum = 'knowledgeRecommendation';
65754
65754
 
65755
65755
  /**
@@ -66073,31 +66073,10 @@ export declare interface JsonApiLlmProviderIn {
66073
66073
  * API identifier of an object
66074
66074
  */
66075
66075
  'id': string;
66076
- 'attributes'?: JsonApiLlmProviderOutAttributes;
66077
- }
66078
-
66079
- export declare interface JsonApiLlmProviderInDocument {
66080
- 'data': JsonApiLlmProviderIn;
66081
- }
66082
-
66083
- export declare type JsonApiLlmProviderInTypeEnum = 'llmProvider';
66084
-
66085
- /**
66086
- * LLM Provider configuration for connecting to LLM services.
66087
- */
66088
- export declare interface JsonApiLlmProviderOut {
66089
- /**
66090
- * Object type
66091
- */
66092
- 'type': JsonApiLlmProviderOutTypeEnum;
66093
- /**
66094
- * API identifier of an object
66095
- */
66096
- 'id': string;
66097
- 'attributes'?: JsonApiLlmProviderOutAttributes;
66076
+ 'attributes'?: JsonApiLlmProviderInAttributes;
66098
66077
  }
66099
66078
 
66100
- export declare interface JsonApiLlmProviderOutAttributes {
66079
+ export declare interface JsonApiLlmProviderInAttributes {
66101
66080
  'name'?: string | null;
66102
66081
  /**
66103
66082
  * Description of the LLM Provider.
@@ -66107,17 +66086,17 @@ export declare interface JsonApiLlmProviderOutAttributes {
66107
66086
  * Required ID of the default model to use from the models list.
66108
66087
  */
66109
66088
  'defaultModelId'?: string | null;
66110
- 'providerConfig'?: JsonApiLlmProviderOutAttributesProviderConfig | null;
66089
+ 'providerConfig'?: JsonApiLlmProviderInAttributesProviderConfig | null;
66111
66090
  /**
66112
66091
  * List of LLM models available for this provider.
66113
66092
  */
66114
- 'models'?: Array<JsonApiLlmProviderOutAttributesModelsInner> | null;
66093
+ 'models'?: Array<JsonApiLlmProviderInAttributesModelsInner> | null;
66115
66094
  }
66116
66095
 
66117
66096
  /**
66118
66097
  * LLM Model configuration (id, family) within a provider.
66119
66098
  */
66120
- export declare interface JsonApiLlmProviderOutAttributesModelsInner {
66099
+ export declare interface JsonApiLlmProviderInAttributesModelsInner {
66121
66100
  /**
66122
66101
  * Unique identifier of the model (e.g., gpt-5.3, claude-4.6).
66123
66102
  */
@@ -66125,16 +66104,37 @@ export declare interface JsonApiLlmProviderOutAttributesModelsInner {
66125
66104
  /**
66126
66105
  * Family of LLM models.
66127
66106
  */
66128
- 'family': JsonApiLlmProviderOutAttributesModelsInnerFamilyEnum;
66107
+ 'family': JsonApiLlmProviderInAttributesModelsInnerFamilyEnum;
66129
66108
  }
66130
66109
 
66131
- export declare type JsonApiLlmProviderOutAttributesModelsInnerFamilyEnum = 'OPENAI' | 'ANTHROPIC' | 'META' | 'MISTRAL' | 'AMAZON' | 'GOOGLE' | 'COHERE' | 'UNKNOWN';
66110
+ export declare type JsonApiLlmProviderInAttributesModelsInnerFamilyEnum = 'OPENAI' | 'ANTHROPIC' | 'META' | 'MISTRAL' | 'AMAZON' | 'GOOGLE' | 'COHERE' | 'UNKNOWN';
66132
66111
 
66133
66112
  /**
66134
- * @type JsonApiLlmProviderOutAttributesProviderConfig
66113
+ * @type JsonApiLlmProviderInAttributesProviderConfig
66135
66114
  * Provider-specific configuration including authentication.
66136
66115
  */
66137
- export declare type JsonApiLlmProviderOutAttributesProviderConfig = AwsBedrockProviderConfig | AzureFoundryProviderConfig | OpenAIProviderConfig;
66116
+ export declare type JsonApiLlmProviderInAttributesProviderConfig = AwsBedrockProviderConfig | AzureFoundryProviderConfig | OpenAIProviderConfig;
66117
+
66118
+ export declare interface JsonApiLlmProviderInDocument {
66119
+ 'data': JsonApiLlmProviderIn;
66120
+ }
66121
+
66122
+ export declare type JsonApiLlmProviderInTypeEnum = 'llmProvider';
66123
+
66124
+ /**
66125
+ * LLM Provider configuration for connecting to LLM services.
66126
+ */
66127
+ export declare interface JsonApiLlmProviderOut {
66128
+ /**
66129
+ * Object type
66130
+ */
66131
+ 'type': JsonApiLlmProviderOutTypeEnum;
66132
+ /**
66133
+ * API identifier of an object
66134
+ */
66135
+ 'id': string;
66136
+ 'attributes'?: JsonApiLlmProviderInAttributes;
66137
+ }
66138
66138
 
66139
66139
  export declare interface JsonApiLlmProviderOutDocument {
66140
66140
  'data': JsonApiLlmProviderOut;
@@ -66161,7 +66161,7 @@ export declare interface JsonApiLlmProviderOutWithLinks {
66161
66161
  * API identifier of an object
66162
66162
  */
66163
66163
  'id': string;
66164
- 'attributes'?: JsonApiLlmProviderOutAttributes;
66164
+ 'attributes'?: JsonApiLlmProviderInAttributes;
66165
66165
  'links'?: ObjectLinks;
66166
66166
  }
66167
66167
 
@@ -66179,7 +66179,7 @@ export declare interface JsonApiLlmProviderPatch {
66179
66179
  * API identifier of an object
66180
66180
  */
66181
66181
  'id': string;
66182
- 'attributes'?: JsonApiLlmProviderOutAttributes;
66182
+ 'attributes'?: JsonApiLlmProviderInAttributes;
66183
66183
  }
66184
66184
 
66185
66185
  export declare interface JsonApiLlmProviderPatchDocument {