@gooddata/api-client-tiger 11.42.0 → 11.43.0-alpha.1

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.
@@ -1768,26 +1768,6 @@ export declare interface ActionsApiCancelExecutionsRequest {
1768
1768
  readonly afmCancelTokens: AfmCancelTokens;
1769
1769
  }
1770
1770
 
1771
- /**
1772
- * Request parameters for cancelWorkflow1 operation in ActionsApi.
1773
- * @export
1774
- * @interface ActionsApiCancelWorkflow1Request
1775
- */
1776
- export declare interface ActionsApiCancelWorkflow1Request {
1777
- /**
1778
- * Workspace identifier
1779
- * @type {string}
1780
- * @memberof ActionsApiCancelWorkflow1
1781
- */
1782
- readonly workspaceId: string;
1783
- /**
1784
- *
1785
- * @type {string}
1786
- * @memberof ActionsApiCancelWorkflow1
1787
- */
1788
- readonly runId: string;
1789
- }
1790
-
1791
1771
  /**
1792
1772
  * Request parameters for cancelWorkflow operation in ActionsApi.
1793
1773
  * @export
@@ -2326,26 +2306,6 @@ export declare interface ActionsApiForecastResultRequest {
2326
2306
  readonly limit?: number;
2327
2307
  }
2328
2308
 
2329
- /**
2330
- * Request parameters for generateDashboardSummary1 operation in ActionsApi.
2331
- * @export
2332
- * @interface ActionsApiGenerateDashboardSummary1Request
2333
- */
2334
- export declare interface ActionsApiGenerateDashboardSummary1Request {
2335
- /**
2336
- * Workspace identifier
2337
- * @type {string}
2338
- * @memberof ActionsApiGenerateDashboardSummary1
2339
- */
2340
- readonly workspaceId: string;
2341
- /**
2342
- *
2343
- * @type {DashboardSummaryRequestDto}
2344
- * @memberof ActionsApiGenerateDashboardSummary1
2345
- */
2346
- readonly dashboardSummaryRequestDto: DashboardSummaryRequestDto;
2347
- }
2348
-
2349
2309
  /**
2350
2310
  * Request parameters for generateDashboardSummary operation in ActionsApi.
2351
2311
  * @export
@@ -2386,26 +2346,6 @@ export declare interface ActionsApiGenerateDescriptionRequest {
2386
2346
  readonly generateDescriptionRequest: GenerateDescriptionRequest;
2387
2347
  }
2388
2348
 
2389
- /**
2390
- * Request parameters for generateKnowledgeRecommendations operation in ActionsApi.
2391
- * @export
2392
- * @interface ActionsApiGenerateKnowledgeRecommendationsRequest
2393
- */
2394
- export declare interface ActionsApiGenerateKnowledgeRecommendationsRequest {
2395
- /**
2396
- * Workspace identifier
2397
- * @type {string}
2398
- * @memberof ActionsApiGenerateKnowledgeRecommendations
2399
- */
2400
- readonly workspaceId: string;
2401
- /**
2402
- *
2403
- * @type {KnowledgeRecommendationsRequestDto}
2404
- * @memberof ActionsApiGenerateKnowledgeRecommendations
2405
- */
2406
- readonly knowledgeRecommendationsRequestDto: KnowledgeRecommendationsRequestDto;
2407
- }
2408
-
2409
2349
  /**
2410
2350
  * Request parameters for generateLogicalModel operation in ActionsApi.
2411
2351
  * @export
@@ -2524,26 +2464,6 @@ export declare interface ActionsApiGetTranslationTagsRequest {
2524
2464
  readonly workspaceId: string;
2525
2465
  }
2526
2466
 
2527
- /**
2528
- * Request parameters for getWorkflowStatus1 operation in ActionsApi.
2529
- * @export
2530
- * @interface ActionsApiGetWorkflowStatus1Request
2531
- */
2532
- export declare interface ActionsApiGetWorkflowStatus1Request {
2533
- /**
2534
- * Workspace identifier
2535
- * @type {string}
2536
- * @memberof ActionsApiGetWorkflowStatus1
2537
- */
2538
- readonly workspaceId: string;
2539
- /**
2540
- *
2541
- * @type {string}
2542
- * @memberof ActionsApiGetWorkflowStatus1
2543
- */
2544
- readonly runId: string;
2545
- }
2546
-
2547
2467
  /**
2548
2468
  * Request parameters for getWorkflowStatus operation in ActionsApi.
2549
2469
  * @export
@@ -4140,32 +4060,6 @@ export declare interface ActionsApiUnsubscribeWorkspaceAutomationsRequest {
4140
4060
  readonly workspaceId: string;
4141
4061
  }
4142
4062
 
4143
- /**
4144
- * Request parameters for userFeedback operation in ActionsApi.
4145
- * @export
4146
- * @interface ActionsApiUserFeedbackRequest
4147
- */
4148
- export declare interface ActionsApiUserFeedbackRequest {
4149
- /**
4150
- * Workspace identifier
4151
- * @type {string}
4152
- * @memberof ActionsApiUserFeedback
4153
- */
4154
- readonly workspaceId: string;
4155
- /**
4156
- *
4157
- * @type {string}
4158
- * @memberof ActionsApiUserFeedback
4159
- */
4160
- readonly runId: string;
4161
- /**
4162
- *
4163
- * @type {FeedbackRequestDto}
4164
- * @memberof ActionsApiUserFeedback
4165
- */
4166
- readonly feedbackRequestDto: FeedbackRequestDto;
4167
- }
4168
-
4169
4063
  /**
4170
4064
  * Request parameters for validateLLMEndpointById operation in ActionsApi.
4171
4065
  * @export
@@ -5584,16 +5478,6 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
5584
5478
  cancelWorkflow(requestParameters: ActionsApiCancelWorkflowRequest, options?: AxiosRequestConfig): AxiosPromise<{
5585
5479
  [key: string]: string;
5586
5480
  }>;
5587
- /**
5588
- *
5589
- * @param {ActionsApiCancelWorkflow1Request} requestParameters Request parameters.
5590
- * @param {*} [options] Override http request option.
5591
- * @throws {RequiredError}
5592
- * @memberof ActionsApi
5593
- */
5594
- cancelWorkflow1(requestParameters: ActionsApiCancelWorkflow1Request, options?: AxiosRequestConfig): AxiosPromise<{
5595
- [key: string]: string;
5596
- }>;
5597
5481
  /**
5598
5482
  * Computes change analysis for the provided execution definition.
5599
5483
  * @summary Compute change analysis
@@ -5719,14 +5603,6 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
5719
5603
  * @memberof ActionsApi
5720
5604
  */
5721
5605
  generateDashboardSummary(requestParameters: ActionsApiGenerateDashboardSummaryRequest, options?: AxiosRequestConfig): AxiosPromise<WorkflowDashboardSummaryResponseDto>;
5722
- /**
5723
- *
5724
- * @param {ActionsApiGenerateDashboardSummary1Request} requestParameters Request parameters.
5725
- * @param {*} [options] Override http request option.
5726
- * @throws {RequiredError}
5727
- * @memberof ActionsApi
5728
- */
5729
- generateDashboardSummary1(requestParameters: ActionsApiGenerateDashboardSummary1Request, options?: AxiosRequestConfig): AxiosPromise<DashboardSummaryResponseDto>;
5730
5606
  /**
5731
5607
  * Generates a description for the specified analytics object. Returns description and a note with details if generation was not performed.
5732
5608
  * @summary Generate Description for Analytics Object
@@ -5736,14 +5612,6 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
5736
5612
  * @memberof ActionsApi
5737
5613
  */
5738
5614
  generateDescription(requestParameters: ActionsApiGenerateDescriptionRequest, options?: AxiosRequestConfig): AxiosPromise<GenerateDescriptionResponse>;
5739
- /**
5740
- *
5741
- * @param {ActionsApiGenerateKnowledgeRecommendationsRequest} requestParameters Request parameters.
5742
- * @param {*} [options] Override http request option.
5743
- * @throws {RequiredError}
5744
- * @memberof ActionsApi
5745
- */
5746
- generateKnowledgeRecommendations(requestParameters: ActionsApiGenerateKnowledgeRecommendationsRequest, options?: AxiosRequestConfig): AxiosPromise<KnowledgeRecommendationsResponseDto>;
5747
5615
  /**
5748
5616
  * Generates a title for the specified analytics object. Returns title and a note with details if generation was not performed.
5749
5617
  * @summary Generate Title for Analytics Object
@@ -5779,14 +5647,6 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
5779
5647
  * @memberof ActionsApi
5780
5648
  */
5781
5649
  getWorkflowStatus(requestParameters: ActionsApiGetWorkflowStatusRequest, options?: AxiosRequestConfig): AxiosPromise<WorkflowStatusResponseDto>;
5782
- /**
5783
- *
5784
- * @param {ActionsApiGetWorkflowStatus1Request} requestParameters Request parameters.
5785
- * @param {*} [options] Override http request option.
5786
- * @throws {RequiredError}
5787
- * @memberof ActionsApi
5788
- */
5789
- getWorkflowStatus1(requestParameters: ActionsApiGetWorkflowStatus1Request, options?: AxiosRequestConfig): AxiosPromise<WorkflowStatusResponseDto>;
5790
5650
  /**
5791
5651
  * (EXPERIMENTAL) Computes key driver analysis for the provided execution definition.
5792
5652
  * @summary (EXPERIMENTAL) Compute key driver analysis
@@ -5941,16 +5801,6 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
5941
5801
  * @memberof ActionsApi
5942
5802
  */
5943
5803
  triggerQualityIssuesCalculation(requestParameters: ActionsApiTriggerQualityIssuesCalculationRequest, options?: AxiosRequestConfig): AxiosPromise<AfmTriggerQualityIssuesCalculationResponse>;
5944
- /**
5945
- *
5946
- * @param {ActionsApiUserFeedbackRequest} requestParameters Request parameters.
5947
- * @param {*} [options] Override http request option.
5948
- * @throws {RequiredError}
5949
- * @memberof ActionsApi
5950
- */
5951
- userFeedback(requestParameters: ActionsApiUserFeedbackRequest, options?: AxiosRequestConfig): AxiosPromise<{
5952
- [key: string]: string;
5953
- }>;
5954
5804
  /**
5955
5805
  * Permanently removed. Use POST /api/v1/actions/ai/llmProvider/test instead. Always returns 410 Gone.
5956
5806
  * @summary Validate LLM Endpoint (Removed)
@@ -6082,16 +5932,6 @@ export declare interface AfmActionsApiInterface {
6082
5932
  cancelWorkflow(requestParameters: ActionsApiCancelWorkflowRequest, options?: AxiosRequestConfig): AxiosPromise<{
6083
5933
  [key: string]: string;
6084
5934
  }>;
6085
- /**
6086
- *
6087
- * @param {ActionsApiCancelWorkflow1Request} requestParameters Request parameters.
6088
- * @param {*} [options] Override http request option.
6089
- * @throws {RequiredError}
6090
- * @memberof ActionsApiInterface
6091
- */
6092
- cancelWorkflow1(requestParameters: ActionsApiCancelWorkflow1Request, options?: AxiosRequestConfig): AxiosPromise<{
6093
- [key: string]: string;
6094
- }>;
6095
5935
  /**
6096
5936
  * Computes change analysis for the provided execution definition.
6097
5937
  * @summary Compute change analysis
@@ -6217,14 +6057,6 @@ export declare interface AfmActionsApiInterface {
6217
6057
  * @memberof ActionsApiInterface
6218
6058
  */
6219
6059
  generateDashboardSummary(requestParameters: ActionsApiGenerateDashboardSummaryRequest, options?: AxiosRequestConfig): AxiosPromise<WorkflowDashboardSummaryResponseDto>;
6220
- /**
6221
- *
6222
- * @param {ActionsApiGenerateDashboardSummary1Request} requestParameters Request parameters.
6223
- * @param {*} [options] Override http request option.
6224
- * @throws {RequiredError}
6225
- * @memberof ActionsApiInterface
6226
- */
6227
- generateDashboardSummary1(requestParameters: ActionsApiGenerateDashboardSummary1Request, options?: AxiosRequestConfig): AxiosPromise<DashboardSummaryResponseDto>;
6228
6060
  /**
6229
6061
  * Generates a description for the specified analytics object. Returns description and a note with details if generation was not performed.
6230
6062
  * @summary Generate Description for Analytics Object
@@ -6234,14 +6066,6 @@ export declare interface AfmActionsApiInterface {
6234
6066
  * @memberof ActionsApiInterface
6235
6067
  */
6236
6068
  generateDescription(requestParameters: ActionsApiGenerateDescriptionRequest, options?: AxiosRequestConfig): AxiosPromise<GenerateDescriptionResponse>;
6237
- /**
6238
- *
6239
- * @param {ActionsApiGenerateKnowledgeRecommendationsRequest} requestParameters Request parameters.
6240
- * @param {*} [options] Override http request option.
6241
- * @throws {RequiredError}
6242
- * @memberof ActionsApiInterface
6243
- */
6244
- generateKnowledgeRecommendations(requestParameters: ActionsApiGenerateKnowledgeRecommendationsRequest, options?: AxiosRequestConfig): AxiosPromise<KnowledgeRecommendationsResponseDto>;
6245
6069
  /**
6246
6070
  * Generates a title for the specified analytics object. Returns title and a note with details if generation was not performed.
6247
6071
  * @summary Generate Title for Analytics Object
@@ -6277,14 +6101,6 @@ export declare interface AfmActionsApiInterface {
6277
6101
  * @memberof ActionsApiInterface
6278
6102
  */
6279
6103
  getWorkflowStatus(requestParameters: ActionsApiGetWorkflowStatusRequest, options?: AxiosRequestConfig): AxiosPromise<WorkflowStatusResponseDto>;
6280
- /**
6281
- *
6282
- * @param {ActionsApiGetWorkflowStatus1Request} requestParameters Request parameters.
6283
- * @param {*} [options] Override http request option.
6284
- * @throws {RequiredError}
6285
- * @memberof ActionsApiInterface
6286
- */
6287
- getWorkflowStatus1(requestParameters: ActionsApiGetWorkflowStatus1Request, options?: AxiosRequestConfig): AxiosPromise<WorkflowStatusResponseDto>;
6288
6104
  /**
6289
6105
  * (EXPERIMENTAL) Computes key driver analysis for the provided execution definition.
6290
6106
  * @summary (EXPERIMENTAL) Compute key driver analysis
@@ -6439,16 +6255,6 @@ export declare interface AfmActionsApiInterface {
6439
6255
  * @memberof ActionsApiInterface
6440
6256
  */
6441
6257
  triggerQualityIssuesCalculation(requestParameters: ActionsApiTriggerQualityIssuesCalculationRequest, options?: AxiosRequestConfig): AxiosPromise<AfmTriggerQualityIssuesCalculationResponse>;
6442
- /**
6443
- *
6444
- * @param {ActionsApiUserFeedbackRequest} requestParameters Request parameters.
6445
- * @param {*} [options] Override http request option.
6446
- * @throws {RequiredError}
6447
- * @memberof ActionsApiInterface
6448
- */
6449
- userFeedback(requestParameters: ActionsApiUserFeedbackRequest, options?: AxiosRequestConfig): AxiosPromise<{
6450
- [key: string]: string;
6451
- }>;
6452
6258
  /**
6453
6259
  * Permanently removed. Use POST /api/v1/actions/ai/llmProvider/test instead. Always returns 410 Gone.
6454
6260
  * @summary Validate LLM Endpoint (Removed)
@@ -7532,12 +7338,12 @@ export declare interface AfmRankingFilterRankingFilter {
7532
7338
  * Number of top/bottom values to filter.
7533
7339
  */
7534
7340
  'value': number;
7535
- 'localIdentifier'?: string;
7536
- 'applyOnResult'?: boolean;
7537
7341
  /**
7538
7342
  * When true, filter returns requested number of rows at most. Default is false.
7539
7343
  */
7540
7344
  'strictLimitOfRows'?: boolean;
7345
+ 'localIdentifier'?: string;
7346
+ 'applyOnResult'?: boolean;
7541
7347
  }
7542
7348
 
7543
7349
  export declare type AfmRankingFilterRankingFilterOperatorEnum = 'TOP' | 'BOTTOM';
@@ -9009,64 +8815,92 @@ export declare interface AIAgentsApiUpdateEntityAgentsRequest {
9009
8815
  readonly include?: Array<'userIdentifiers' | 'userGroups' | 'createdBy' | 'modifiedBy' | 'ALL'>;
9010
8816
  }
9011
8817
 
9012
- export declare interface AiAlertProposal {
9013
- [key: string]: any;
8818
+ export declare interface AiAlertDatasetIdentifier {
9014
8819
  /**
9015
- * Alert title.
8820
+ * Date dataset identifier.
9016
8821
  */
9017
- 'title': string;
8822
+ 'id': string;
9018
8823
  /**
9019
- * Metric identifier to monitor.
8824
+ * Dataset object type.
9020
8825
  */
9021
- 'metricId': string;
8826
+ 'type'?: AiAlertDatasetIdentifierTypeEnum;
8827
+ }
8828
+
8829
+ export declare type AiAlertDatasetIdentifierTypeEnum = 'dataset';
8830
+
8831
+ export declare interface AiAlertDatasetRef {
9022
8832
  /**
9023
- * Alert condition operator.
8833
+ * Date dataset identifier.
9024
8834
  */
9025
- 'operator': string;
8835
+ 'identifier': AiAlertDatasetIdentifier;
8836
+ 'title'?: string | null;
8837
+ }
8838
+
8839
+ /**
8840
+ * The alert itself (mirrors canonical AutomationAlert).
8841
+ */
8842
+ export declare interface AiAlertDefinition {
9026
8843
  /**
9027
- * Notification channel identifier.
8844
+ * Execution (AFM) definition of the alert.
9028
8845
  */
9029
- 'notificationChannelId': string;
9030
- 'description'?: AiDescription;
9031
- 'automationId'?: AiAutomationid;
9032
- 'metricTitle'?: AiMetrictitle;
9033
- 'metricFormat'?: AiMetricformat;
9034
- 'threshold'?: AiThreshold;
9035
- 'fromValue'?: AiFromvalue;
9036
- 'toValue'?: AiTovalue;
9037
- 'compareMetricId'?: AiComparemetricid;
9038
- 'compareMetricTitle'?: AiComparemetrictitle;
9039
- 'compareMetricFormat'?: AiComparemetricformat;
9040
- 'arithmeticOperator'?: AiArithmeticoperator;
9041
- 'granularity'?: AiGranularity;
9042
- 'dateDatasetId'?: AiDatedatasetid;
9043
- 'dateDatasetTitle'?: AiDatedatasettitle;
9044
- 'sensitivity'?: AiSensitivity;
8846
+ 'execution': AiAlertExecution;
8847
+ 'condition': AiCondition;
9045
8848
  /**
9046
- * Alert execution filters.
8849
+ * Trigger behavior.
9047
8850
  */
9048
- 'filters': Array<object>;
8851
+ 'trigger'?: AiAlertTrigger;
8852
+ 'interval'?: AiIntervalGranularity | null;
8853
+ }
8854
+
8855
+ /**
8856
+ * Execution definition (AFM) of the alert. ``measures`` / ``attributes`` / ``filters`` are opaque AFM wire objects (same treatment as ``KeyDriverAnalysis.filters``); the semantic typing the FE renders lives on the typed ``condition`` union.
8857
+ */
8858
+ export declare interface AiAlertExecution {
8859
+ [key: string]: any;
8860
+ /**
8861
+ * Metrics computed by the alert (1-2).
8862
+ */
8863
+ 'measures'?: Array<object>;
9049
8864
  /**
9050
8865
  * Attribute slicing configuration.
9051
8866
  */
9052
- 'attributes': Array<object>;
9053
- 'forMode'?: AiFormode;
9054
- 'forLabel'?: AiForlabel;
9055
- 'notificationChannelName'?: AiNotificationchannelname;
8867
+ 'attributes'?: Array<object>;
8868
+ /**
8869
+ * Alert execution filters.
8870
+ */
8871
+ 'filters'?: Array<object>;
8872
+ }
8873
+
8874
+ /**
8875
+ * Structured pre-creation alert proposal — the single model used as the HTTP DTO, the persisted shape, and the in-memory conversation-state object.
8876
+ */
8877
+ export declare interface AiAlertProposal {
8878
+ /**
8879
+ * Alert title.
8880
+ */
8881
+ 'title': string;
8882
+ /**
8883
+ * The alert definition (condition, execution, trigger).
8884
+ */
8885
+ 'alert': AiAlertDefinition;
8886
+ /**
8887
+ * Notification channel for delivery.
8888
+ */
8889
+ 'notificationChannel': AiNotificationChannelRef;
8890
+ 'description'?: string | null;
8891
+ 'automationId'?: string | null;
9056
8892
  /**
9057
8893
  * Recipients shown in the proposal.
9058
8894
  */
9059
- 'recipients': Array<AiAlertRecipient>;
9060
- 'trigger'?: AiTrigger;
9061
- 'triggerInterval'?: AiTriggerinterval;
9062
- 'cron'?: AiCron;
9063
- 'timezone'?: AiTimezone;
9064
- 'dashboardId'?: AiDashboardid;
9065
- 'dashboardTitle'?: AiDashboardtitle;
8895
+ 'recipients'?: Array<AiAlertRecipient>;
8896
+ 'schedule'?: AiAlertSchedule | null;
8897
+ 'dashboard'?: AiDashboardRef | null;
8898
+ 'forMode'?: string | null;
8899
+ 'forLabel'?: string | null;
9066
8900
  /**
9067
8901
  * Confirmation call to action.
9068
8902
  */
9069
- 'cta': string;
8903
+ 'cta'?: string;
9070
8904
  }
9071
8905
 
9072
8906
  export declare interface AiAlertProposalPart {
@@ -9088,6 +8922,22 @@ export declare interface AiAlertRecipient {
9088
8922
  'email'?: string | null;
9089
8923
  }
9090
8924
 
8925
+ export declare interface AiAlertSchedule {
8926
+ 'cron'?: string | null;
8927
+ 'timezone'?: string | null;
8928
+ }
8929
+
8930
+ /**
8931
+ * Trigger behavior for the alert.
8932
+ */
8933
+ export declare const AiAlertTrigger: {
8934
+ readonly ALWAYS: "ALWAYS";
8935
+ readonly ONCE: "ONCE";
8936
+ readonly ONCE_PER_INTERVAL: "ONCE_PER_INTERVAL";
8937
+ };
8938
+
8939
+ export declare type AiAlertTrigger = typeof AiAlertTrigger[keyof typeof AiAlertTrigger];
8940
+
9091
8941
  export declare interface AiAllowedRelationshipType {
9092
8942
  'sourceType': string;
9093
8943
  'targetType': string;
@@ -9118,6 +8968,43 @@ export declare interface AiAllTimeDateFilterOutput {
9118
8968
  'allTimeDateFilter': AiAllTimeDateFilterBodyOutput;
9119
8969
  }
9120
8970
 
8971
+ export declare interface AiAnomalyCondition {
8972
+ /**
8973
+ * Anomaly detection condition.
8974
+ */
8975
+ 'anomaly': AiAnomalyDetection;
8976
+ }
8977
+
8978
+ export declare interface AiAnomalyDetection {
8979
+ /**
8980
+ * Metric analyzed for anomalies.
8981
+ */
8982
+ 'measure': AiMetricOperand;
8983
+ 'sensitivity': AiSensitivity;
8984
+ /**
8985
+ * Time-based granularity of the analysis.
8986
+ */
8987
+ 'granularity': AiAnomalyDetectionGranularity;
8988
+ /**
8989
+ * Date dataset used for anomaly detection.
8990
+ */
8991
+ 'dataset': AiAlertDatasetRef;
8992
+ }
8993
+
8994
+ /**
8995
+ * Time-based granularity supported by anomaly detection.
8996
+ */
8997
+ export declare const AiAnomalyDetectionGranularity: {
8998
+ readonly HOUR: "HOUR";
8999
+ readonly DAY: "DAY";
9000
+ readonly WEEK: "WEEK";
9001
+ readonly MONTH: "MONTH";
9002
+ readonly QUARTER: "QUARTER";
9003
+ readonly YEAR: "YEAR";
9004
+ };
9005
+
9006
+ export declare type AiAnomalyDetectionGranularity = typeof AiAnomalyDetectionGranularity[keyof typeof AiAnomalyDetectionGranularity];
9007
+
9121
9008
  /**
9122
9009
  * AIApi - object-oriented interface
9123
9010
  * @export
@@ -9143,6 +9030,15 @@ export declare class AIApi extends MetadataBaseApi implements AIApiInterface {
9143
9030
  * @memberof AIApi
9144
9031
  */
9145
9032
  createEntityMemoryItems(requestParameters: AIApiCreateEntityMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiMemoryItemOutDocument>;
9033
+ /**
9034
+ * Organization-scoped AI memory item
9035
+ * @summary Post organization Memory Item entities
9036
+ * @param {AIApiCreateEntityOrgMemoryItemsRequest} requestParameters Request parameters.
9037
+ * @param {*} [options] Override http request option.
9038
+ * @throws {RequiredError}
9039
+ * @memberof AIApi
9040
+ */
9041
+ createEntityOrgMemoryItems(requestParameters: AIApiCreateEntityOrgMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrgMemoryItemOutDocument>;
9146
9042
  /**
9147
9043
  *
9148
9044
  * @summary Delete a Knowledge Recommendation
@@ -9161,6 +9057,15 @@ export declare class AIApi extends MetadataBaseApi implements AIApiInterface {
9161
9057
  * @memberof AIApi
9162
9058
  */
9163
9059
  deleteEntityMemoryItems(requestParameters: AIApiDeleteEntityMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
9060
+ /**
9061
+ *
9062
+ * @summary Delete an organization Memory Item entity
9063
+ * @param {AIApiDeleteEntityOrgMemoryItemsRequest} requestParameters Request parameters.
9064
+ * @param {*} [options] Override http request option.
9065
+ * @throws {RequiredError}
9066
+ * @memberof AIApi
9067
+ */
9068
+ deleteEntityOrgMemoryItems(requestParameters: AIApiDeleteEntityOrgMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
9164
9069
  /**
9165
9070
  *
9166
9071
  * @summary Get all Knowledge Recommendations
@@ -9179,6 +9084,15 @@ export declare class AIApi extends MetadataBaseApi implements AIApiInterface {
9179
9084
  * @memberof AIApi
9180
9085
  */
9181
9086
  getAllEntitiesMemoryItems(requestParameters: AIApiGetAllEntitiesMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiMemoryItemOutList>;
9087
+ /**
9088
+ *
9089
+ * @summary Get all organization Memory Item entities
9090
+ * @param {AIApiGetAllEntitiesOrgMemoryItemsRequest} requestParameters Request parameters.
9091
+ * @param {*} [options] Override http request option.
9092
+ * @throws {RequiredError}
9093
+ * @memberof AIApi
9094
+ */
9095
+ getAllEntitiesOrgMemoryItems(requestParameters?: AIApiGetAllEntitiesOrgMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrgMemoryItemOutList>;
9182
9096
  /**
9183
9097
  *
9184
9098
  * @summary Get a Knowledge Recommendation
@@ -9197,6 +9111,15 @@ export declare class AIApi extends MetadataBaseApi implements AIApiInterface {
9197
9111
  * @memberof AIApi
9198
9112
  */
9199
9113
  getEntityMemoryItems(requestParameters: AIApiGetEntityMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiMemoryItemOutDocument>;
9114
+ /**
9115
+ *
9116
+ * @summary Get an organization Memory Item entity
9117
+ * @param {AIApiGetEntityOrgMemoryItemsRequest} requestParameters Request parameters.
9118
+ * @param {*} [options] Override http request option.
9119
+ * @throws {RequiredError}
9120
+ * @memberof AIApi
9121
+ */
9122
+ getEntityOrgMemoryItems(requestParameters: AIApiGetEntityOrgMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrgMemoryItemOutDocument>;
9200
9123
  /**
9201
9124
  * (BETA) Temporary solution. Later relevant metadata actions will trigger it in its scope only.
9202
9125
  * @summary (BETA) Sync Metadata to other services
@@ -9232,6 +9155,15 @@ export declare class AIApi extends MetadataBaseApi implements AIApiInterface {
9232
9155
  * @memberof AIApi
9233
9156
  */
9234
9157
  patchEntityMemoryItems(requestParameters: AIApiPatchEntityMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiMemoryItemOutDocument>;
9158
+ /**
9159
+ *
9160
+ * @summary Patch an organization Memory Item entity
9161
+ * @param {AIApiPatchEntityOrgMemoryItemsRequest} requestParameters Request parameters.
9162
+ * @param {*} [options] Override http request option.
9163
+ * @throws {RequiredError}
9164
+ * @memberof AIApi
9165
+ */
9166
+ patchEntityOrgMemoryItems(requestParameters: AIApiPatchEntityOrgMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrgMemoryItemOutDocument>;
9235
9167
  /**
9236
9168
  *
9237
9169
  * @summary The search endpoint (beta)
@@ -9268,6 +9200,15 @@ export declare class AIApi extends MetadataBaseApi implements AIApiInterface {
9268
9200
  * @memberof AIApi
9269
9201
  */
9270
9202
  updateEntityMemoryItems(requestParameters: AIApiUpdateEntityMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiMemoryItemOutDocument>;
9203
+ /**
9204
+ *
9205
+ * @summary Put an organization Memory Item entity
9206
+ * @param {AIApiUpdateEntityOrgMemoryItemsRequest} requestParameters Request parameters.
9207
+ * @param {*} [options] Override http request option.
9208
+ * @throws {RequiredError}
9209
+ * @memberof AIApi
9210
+ */
9211
+ updateEntityOrgMemoryItems(requestParameters: AIApiUpdateEntityOrgMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrgMemoryItemOutDocument>;
9271
9212
  }
9272
9213
 
9273
9214
  /**
@@ -9740,6 +9681,26 @@ export declare interface AIApiCreateEntityMemoryItemsRequest {
9740
9681
  readonly metaInclude?: Array<'origin' | 'all' | 'ALL'>;
9741
9682
  }
9742
9683
 
9684
+ /**
9685
+ * Request parameters for createEntityOrgMemoryItems operation in AIApi.
9686
+ * @export
9687
+ * @interface AIApiCreateEntityOrgMemoryItemsRequest
9688
+ */
9689
+ export declare interface AIApiCreateEntityOrgMemoryItemsRequest {
9690
+ /**
9691
+ *
9692
+ * @type {JsonApiOrgMemoryItemInDocument}
9693
+ * @memberof AIApiCreateEntityOrgMemoryItems
9694
+ */
9695
+ readonly jsonApiOrgMemoryItemInDocument: JsonApiOrgMemoryItemInDocument;
9696
+ /**
9697
+ * Array of included collections or individual relationships. Includes are separated by commas (e.g. include&#x3D;entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \&quot;ALL\&quot; is present, all possible includes are used (include&#x3D;ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
9698
+ * @type {Array<'userIdentifiers' | 'createdBy' | 'modifiedBy' | 'ALL'>}
9699
+ * @memberof AIApiCreateEntityOrgMemoryItems
9700
+ */
9701
+ readonly include?: Array<'userIdentifiers' | 'createdBy' | 'modifiedBy' | 'ALL'>;
9702
+ }
9703
+
9743
9704
  /**
9744
9705
  * Request parameters for deleteEntityKnowledgeRecommendations operation in AIApi.
9745
9706
  * @export
@@ -9780,6 +9741,20 @@ export declare interface AIApiDeleteEntityMemoryItemsRequest {
9780
9741
  readonly objectId: string;
9781
9742
  }
9782
9743
 
9744
+ /**
9745
+ * Request parameters for deleteEntityOrgMemoryItems operation in AIApi.
9746
+ * @export
9747
+ * @interface AIApiDeleteEntityOrgMemoryItemsRequest
9748
+ */
9749
+ export declare interface AIApiDeleteEntityOrgMemoryItemsRequest {
9750
+ /**
9751
+ *
9752
+ * @type {string}
9753
+ * @memberof AIApiDeleteEntityOrgMemoryItems
9754
+ */
9755
+ readonly id: string;
9756
+ }
9757
+
9783
9758
  /**
9784
9759
  * Request parameters for getAllEntitiesKnowledgeRecommendations operation in AIApi.
9785
9760
  * @export
@@ -9904,6 +9879,50 @@ export declare interface AIApiGetAllEntitiesMemoryItemsRequest {
9904
9879
  readonly metaInclude?: Array<'origin' | 'page' | 'all' | 'ALL'>;
9905
9880
  }
9906
9881
 
9882
+ /**
9883
+ * Request parameters for getAllEntitiesOrgMemoryItems operation in AIApi.
9884
+ * @export
9885
+ * @interface AIApiGetAllEntitiesOrgMemoryItemsRequest
9886
+ */
9887
+ export declare interface AIApiGetAllEntitiesOrgMemoryItemsRequest {
9888
+ /**
9889
+ * Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title&#x3D;&#x3D;\&#39;Some Title\&#39;;description&#x3D;&#x3D;\&#39;desc\&#39;). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty&#x3D;&#x3D;\&#39;Value 123\&#39;).
9890
+ * @type {string}
9891
+ * @memberof AIApiGetAllEntitiesOrgMemoryItems
9892
+ */
9893
+ readonly filter?: string;
9894
+ /**
9895
+ * Array of included collections or individual relationships. Includes are separated by commas (e.g. include&#x3D;entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \&quot;ALL\&quot; is present, all possible includes are used (include&#x3D;ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
9896
+ * @type {Array<'userIdentifiers' | 'createdBy' | 'modifiedBy' | 'ALL'>}
9897
+ * @memberof AIApiGetAllEntitiesOrgMemoryItems
9898
+ */
9899
+ readonly include?: Array<'userIdentifiers' | 'createdBy' | 'modifiedBy' | 'ALL'>;
9900
+ /**
9901
+ * Zero-based page index (0..N)
9902
+ * @type {number}
9903
+ * @memberof AIApiGetAllEntitiesOrgMemoryItems
9904
+ */
9905
+ readonly page?: number;
9906
+ /**
9907
+ * The size of the page to be returned
9908
+ * @type {number}
9909
+ * @memberof AIApiGetAllEntitiesOrgMemoryItems
9910
+ */
9911
+ readonly size?: number;
9912
+ /**
9913
+ * Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
9914
+ * @type {Array<string>}
9915
+ * @memberof AIApiGetAllEntitiesOrgMemoryItems
9916
+ */
9917
+ readonly sort?: Array<string>;
9918
+ /**
9919
+ * Include Meta objects.
9920
+ * @type {Array<'page' | 'all' | 'ALL'>}
9921
+ * @memberof AIApiGetAllEntitiesOrgMemoryItems
9922
+ */
9923
+ readonly metaInclude?: Array<'page' | 'all' | 'ALL'>;
9924
+ }
9925
+
9907
9926
  /**
9908
9927
  * Request parameters for getEntityKnowledgeRecommendations operation in AIApi.
9909
9928
  * @export
@@ -9992,6 +10011,32 @@ export declare interface AIApiGetEntityMemoryItemsRequest {
9992
10011
  readonly metaInclude?: Array<'origin' | 'all' | 'ALL'>;
9993
10012
  }
9994
10013
 
10014
+ /**
10015
+ * Request parameters for getEntityOrgMemoryItems operation in AIApi.
10016
+ * @export
10017
+ * @interface AIApiGetEntityOrgMemoryItemsRequest
10018
+ */
10019
+ export declare interface AIApiGetEntityOrgMemoryItemsRequest {
10020
+ /**
10021
+ *
10022
+ * @type {string}
10023
+ * @memberof AIApiGetEntityOrgMemoryItems
10024
+ */
10025
+ readonly id: string;
10026
+ /**
10027
+ * Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title&#x3D;&#x3D;\&#39;Some Title\&#39;;description&#x3D;&#x3D;\&#39;desc\&#39;). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty&#x3D;&#x3D;\&#39;Value 123\&#39;).
10028
+ * @type {string}
10029
+ * @memberof AIApiGetEntityOrgMemoryItems
10030
+ */
10031
+ readonly filter?: string;
10032
+ /**
10033
+ * Array of included collections or individual relationships. Includes are separated by commas (e.g. include&#x3D;entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \&quot;ALL\&quot; is present, all possible includes are used (include&#x3D;ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
10034
+ * @type {Array<'userIdentifiers' | 'createdBy' | 'modifiedBy' | 'ALL'>}
10035
+ * @memberof AIApiGetEntityOrgMemoryItems
10036
+ */
10037
+ readonly include?: Array<'userIdentifiers' | 'createdBy' | 'modifiedBy' | 'ALL'>;
10038
+ }
10039
+
9995
10040
  /**
9996
10041
  * AIApi - interface
9997
10042
  * @export
@@ -10016,6 +10061,15 @@ export declare interface AIApiInterface {
10016
10061
  * @memberof AIApiInterface
10017
10062
  */
10018
10063
  createEntityMemoryItems(requestParameters: AIApiCreateEntityMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiMemoryItemOutDocument>;
10064
+ /**
10065
+ * Organization-scoped AI memory item
10066
+ * @summary Post organization Memory Item entities
10067
+ * @param {AIApiCreateEntityOrgMemoryItemsRequest} requestParameters Request parameters.
10068
+ * @param {*} [options] Override http request option.
10069
+ * @throws {RequiredError}
10070
+ * @memberof AIApiInterface
10071
+ */
10072
+ createEntityOrgMemoryItems(requestParameters: AIApiCreateEntityOrgMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrgMemoryItemOutDocument>;
10019
10073
  /**
10020
10074
  *
10021
10075
  * @summary Delete a Knowledge Recommendation
@@ -10034,6 +10088,15 @@ export declare interface AIApiInterface {
10034
10088
  * @memberof AIApiInterface
10035
10089
  */
10036
10090
  deleteEntityMemoryItems(requestParameters: AIApiDeleteEntityMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
10091
+ /**
10092
+ *
10093
+ * @summary Delete an organization Memory Item entity
10094
+ * @param {AIApiDeleteEntityOrgMemoryItemsRequest} requestParameters Request parameters.
10095
+ * @param {*} [options] Override http request option.
10096
+ * @throws {RequiredError}
10097
+ * @memberof AIApiInterface
10098
+ */
10099
+ deleteEntityOrgMemoryItems(requestParameters: AIApiDeleteEntityOrgMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
10037
10100
  /**
10038
10101
  *
10039
10102
  * @summary Get all Knowledge Recommendations
@@ -10052,6 +10115,15 @@ export declare interface AIApiInterface {
10052
10115
  * @memberof AIApiInterface
10053
10116
  */
10054
10117
  getAllEntitiesMemoryItems(requestParameters: AIApiGetAllEntitiesMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiMemoryItemOutList>;
10118
+ /**
10119
+ *
10120
+ * @summary Get all organization Memory Item entities
10121
+ * @param {AIApiGetAllEntitiesOrgMemoryItemsRequest} requestParameters Request parameters.
10122
+ * @param {*} [options] Override http request option.
10123
+ * @throws {RequiredError}
10124
+ * @memberof AIApiInterface
10125
+ */
10126
+ getAllEntitiesOrgMemoryItems(requestParameters: AIApiGetAllEntitiesOrgMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrgMemoryItemOutList>;
10055
10127
  /**
10056
10128
  *
10057
10129
  * @summary Get a Knowledge Recommendation
@@ -10070,6 +10142,15 @@ export declare interface AIApiInterface {
10070
10142
  * @memberof AIApiInterface
10071
10143
  */
10072
10144
  getEntityMemoryItems(requestParameters: AIApiGetEntityMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiMemoryItemOutDocument>;
10145
+ /**
10146
+ *
10147
+ * @summary Get an organization Memory Item entity
10148
+ * @param {AIApiGetEntityOrgMemoryItemsRequest} requestParameters Request parameters.
10149
+ * @param {*} [options] Override http request option.
10150
+ * @throws {RequiredError}
10151
+ * @memberof AIApiInterface
10152
+ */
10153
+ getEntityOrgMemoryItems(requestParameters: AIApiGetEntityOrgMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrgMemoryItemOutDocument>;
10073
10154
  /**
10074
10155
  * (BETA) Temporary solution. Later relevant metadata actions will trigger it in its scope only.
10075
10156
  * @summary (BETA) Sync Metadata to other services
@@ -10105,6 +10186,15 @@ export declare interface AIApiInterface {
10105
10186
  * @memberof AIApiInterface
10106
10187
  */
10107
10188
  patchEntityMemoryItems(requestParameters: AIApiPatchEntityMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiMemoryItemOutDocument>;
10189
+ /**
10190
+ *
10191
+ * @summary Patch an organization Memory Item entity
10192
+ * @param {AIApiPatchEntityOrgMemoryItemsRequest} requestParameters Request parameters.
10193
+ * @param {*} [options] Override http request option.
10194
+ * @throws {RequiredError}
10195
+ * @memberof AIApiInterface
10196
+ */
10197
+ patchEntityOrgMemoryItems(requestParameters: AIApiPatchEntityOrgMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrgMemoryItemOutDocument>;
10108
10198
  /**
10109
10199
  *
10110
10200
  * @summary The search endpoint (beta)
@@ -10141,6 +10231,15 @@ export declare interface AIApiInterface {
10141
10231
  * @memberof AIApiInterface
10142
10232
  */
10143
10233
  updateEntityMemoryItems(requestParameters: AIApiUpdateEntityMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiMemoryItemOutDocument>;
10234
+ /**
10235
+ *
10236
+ * @summary Put an organization Memory Item entity
10237
+ * @param {AIApiUpdateEntityOrgMemoryItemsRequest} requestParameters Request parameters.
10238
+ * @param {*} [options] Override http request option.
10239
+ * @throws {RequiredError}
10240
+ * @memberof AIApiInterface
10241
+ */
10242
+ updateEntityOrgMemoryItems(requestParameters: AIApiUpdateEntityOrgMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrgMemoryItemOutDocument>;
10144
10243
  }
10145
10244
 
10146
10245
  /**
@@ -10233,6 +10332,38 @@ export declare interface AIApiPatchEntityMemoryItemsRequest {
10233
10332
  readonly include?: Array<'userIdentifiers' | 'createdBy' | 'modifiedBy' | 'ALL'>;
10234
10333
  }
10235
10334
 
10335
+ /**
10336
+ * Request parameters for patchEntityOrgMemoryItems operation in AIApi.
10337
+ * @export
10338
+ * @interface AIApiPatchEntityOrgMemoryItemsRequest
10339
+ */
10340
+ export declare interface AIApiPatchEntityOrgMemoryItemsRequest {
10341
+ /**
10342
+ *
10343
+ * @type {string}
10344
+ * @memberof AIApiPatchEntityOrgMemoryItems
10345
+ */
10346
+ readonly id: string;
10347
+ /**
10348
+ *
10349
+ * @type {JsonApiOrgMemoryItemPatchDocument}
10350
+ * @memberof AIApiPatchEntityOrgMemoryItems
10351
+ */
10352
+ readonly jsonApiOrgMemoryItemPatchDocument: JsonApiOrgMemoryItemPatchDocument;
10353
+ /**
10354
+ * Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title&#x3D;&#x3D;\&#39;Some Title\&#39;;description&#x3D;&#x3D;\&#39;desc\&#39;). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty&#x3D;&#x3D;\&#39;Value 123\&#39;).
10355
+ * @type {string}
10356
+ * @memberof AIApiPatchEntityOrgMemoryItems
10357
+ */
10358
+ readonly filter?: string;
10359
+ /**
10360
+ * Array of included collections or individual relationships. Includes are separated by commas (e.g. include&#x3D;entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \&quot;ALL\&quot; is present, all possible includes are used (include&#x3D;ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
10361
+ * @type {Array<'userIdentifiers' | 'createdBy' | 'modifiedBy' | 'ALL'>}
10362
+ * @memberof AIApiPatchEntityOrgMemoryItems
10363
+ */
10364
+ readonly include?: Array<'userIdentifiers' | 'createdBy' | 'modifiedBy' | 'ALL'>;
10365
+ }
10366
+
10236
10367
  /**
10237
10368
  * Request parameters for searchEntitiesKnowledgeRecommendations operation in AIApi.
10238
10369
  * @export
@@ -10373,6 +10504,38 @@ export declare interface AIApiUpdateEntityMemoryItemsRequest {
10373
10504
  readonly include?: Array<'userIdentifiers' | 'createdBy' | 'modifiedBy' | 'ALL'>;
10374
10505
  }
10375
10506
 
10507
+ /**
10508
+ * Request parameters for updateEntityOrgMemoryItems operation in AIApi.
10509
+ * @export
10510
+ * @interface AIApiUpdateEntityOrgMemoryItemsRequest
10511
+ */
10512
+ export declare interface AIApiUpdateEntityOrgMemoryItemsRequest {
10513
+ /**
10514
+ *
10515
+ * @type {string}
10516
+ * @memberof AIApiUpdateEntityOrgMemoryItems
10517
+ */
10518
+ readonly id: string;
10519
+ /**
10520
+ *
10521
+ * @type {JsonApiOrgMemoryItemInDocument}
10522
+ * @memberof AIApiUpdateEntityOrgMemoryItems
10523
+ */
10524
+ readonly jsonApiOrgMemoryItemInDocument: JsonApiOrgMemoryItemInDocument;
10525
+ /**
10526
+ * Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title&#x3D;&#x3D;\&#39;Some Title\&#39;;description&#x3D;&#x3D;\&#39;desc\&#39;). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty&#x3D;&#x3D;\&#39;Value 123\&#39;).
10527
+ * @type {string}
10528
+ * @memberof AIApiUpdateEntityOrgMemoryItems
10529
+ */
10530
+ readonly filter?: string;
10531
+ /**
10532
+ * Array of included collections or individual relationships. Includes are separated by commas (e.g. include&#x3D;entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \&quot;ALL\&quot; is present, all possible includes are used (include&#x3D;ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
10533
+ * @type {Array<'userIdentifiers' | 'createdBy' | 'modifiedBy' | 'ALL'>}
10534
+ * @memberof AIApiUpdateEntityOrgMemoryItems
10535
+ */
10536
+ readonly include?: Array<'userIdentifiers' | 'createdBy' | 'modifiedBy' | 'ALL'>;
10537
+ }
10538
+
10376
10539
  export declare const AiAppApplicationDtosAfmFilterDefinitionDateGranularity: {
10377
10540
  readonly MINUTE: "MINUTE";
10378
10541
  readonly HOUR: "HOUR";
@@ -10424,11 +10587,30 @@ export declare interface AiAppDomainConversationsVisualizationRankingFilter {
10424
10587
 
10425
10588
  export declare type AiAppDomainConversationsVisualizationRankingFilterTypeEnum = 'ranking_filter';
10426
10589
 
10590
+ export declare interface AiArithmeticMeasure {
10591
+ /**
10592
+ * Arithmetic operator between the two metrics.
10593
+ */
10594
+ 'operator': AiArithmeticOperator;
10595
+ /**
10596
+ * First metric.
10597
+ */
10598
+ 'left': AiMetricOperand;
10599
+ /**
10600
+ * Second metric.
10601
+ */
10602
+ 'right': AiMetricOperand;
10603
+ }
10604
+
10427
10605
  /**
10428
- * Relative alert arithmetic operator.
10606
+ * Arithmetic operator between two metrics of a relative condition.
10429
10607
  */
10430
- export declare interface AiArithmeticoperator {
10431
- }
10608
+ export declare const AiArithmeticOperator: {
10609
+ readonly DIFFERENCE: "DIFFERENCE";
10610
+ readonly CHANGE: "CHANGE";
10611
+ };
10612
+
10613
+ export declare type AiArithmeticOperator = typeof AiArithmeticOperator[keyof typeof AiArithmeticOperator];
10432
10614
 
10433
10615
  export declare interface AiAttributeFilter {
10434
10616
  'type': AiAttributeFilterTypeEnum;
@@ -10460,12 +10642,6 @@ export declare type AiAttributeSortItemDirectionEnum = 'ASC' | 'DESC';
10460
10642
 
10461
10643
  export declare type AiAttributeSortItemTypeEnum = 'attribute_sort';
10462
10644
 
10463
- /**
10464
- * Automation identifier proposed for creation.
10465
- */
10466
- export declare interface AiAutomationid {
10467
- }
10468
-
10469
10645
  export declare class AiBaseAPI {
10470
10646
  protected basePath: string;
10471
10647
  protected axios: AxiosInstance;
@@ -10492,23 +10668,38 @@ export declare interface AiBucketRefObject {
10492
10668
  export declare interface AiClusteringAmount {
10493
10669
  }
10494
10670
 
10495
- /**
10496
- * Comparison metric display format.
10497
- */
10498
- export declare interface AiComparemetricformat {
10671
+ export declare interface AiComparison {
10672
+ /**
10673
+ * Comparison operator.
10674
+ */
10675
+ 'operator': AiComparisonConditionOperator;
10676
+ /**
10677
+ * Metric being compared.
10678
+ */
10679
+ 'left': AiMetricOperand;
10680
+ 'right': AiRight;
10499
10681
  }
10500
10682
 
10501
- /**
10502
- * Comparison metric identifier.
10503
- */
10504
- export declare interface AiComparemetricid {
10683
+ export declare interface AiComparisonCondition {
10684
+ /**
10685
+ * Scalar comparison condition.
10686
+ */
10687
+ 'comparison': AiComparison;
10505
10688
  }
10506
10689
 
10507
10690
  /**
10508
- * Comparison metric display title.
10691
+ * Operator of a scalar comparison condition.
10509
10692
  */
10510
- export declare interface AiComparemetrictitle {
10511
- }
10693
+ export declare const AiComparisonConditionOperator: {
10694
+ readonly GREATER_THAN: "GREATER_THAN";
10695
+ readonly GREATER_THAN_OR_EQUAL_TO: "GREATER_THAN_OR_EQUAL_TO";
10696
+ readonly LESS_THAN: "LESS_THAN";
10697
+ readonly LESS_THAN_OR_EQUAL_TO: "LESS_THAN_OR_EQUAL_TO";
10698
+ readonly EQUAL_TO: "EQUAL_TO";
10699
+ readonly NOT_EQUAL_TO: "NOT_EQUAL_TO";
10700
+ };
10701
+
10702
+ export declare type AiComparisonConditionOperator = typeof AiComparisonConditionOperator[keyof typeof AiComparisonConditionOperator];
10512
10703
 
10513
10704
  export declare interface AiComparisonMeasureValueFilter {
10514
10705
  'comparisonMeasureValueFilter': AiComparisonMeasureValueFilterBody;
@@ -10558,6 +10749,12 @@ export declare interface AiCompoundMeasureValueFilterBodyConditionsInner {
10558
10749
  'range': AiMeasureValueRangeInner;
10559
10750
  }
10560
10751
 
10752
+ /**
10753
+ * @type AiCondition
10754
+ * Alert trigger condition.
10755
+ */
10756
+ export declare type AiCondition = AiAnomalyCondition | AiComparisonCondition | AiRangeCondition | AiRelativeCondition;
10757
+
10561
10758
  export declare class AiConfiguration {
10562
10759
  /**
10563
10760
  * parameter for apiKey security
@@ -10806,34 +11003,12 @@ export declare interface AiCreateConversationRequest {
10806
11003
  'agentId'?: string | null;
10807
11004
  }
10808
11005
 
10809
- /**
10810
- * Optional cron schedule.
10811
- */
10812
- export declare interface AiCron {
10813
- }
10814
-
10815
- /**
10816
- * Bound dashboard identifier.
10817
- */
10818
- export declare interface AiDashboardid {
10819
- }
10820
-
10821
- /**
10822
- * Bound dashboard display title.
10823
- */
10824
- export declare interface AiDashboardtitle {
10825
- }
10826
-
10827
- /**
10828
- * Anomaly date dataset identifier.
10829
- */
10830
- export declare interface AiDatedatasetid {
10831
- }
10832
-
10833
- /**
10834
- * Anomaly date dataset display title.
10835
- */
10836
- export declare interface AiDatedatasettitle {
11006
+ export declare interface AiDashboardRef {
11007
+ /**
11008
+ * Bound dashboard identifier.
11009
+ */
11010
+ 'id': string;
11011
+ 'title'?: string | null;
10837
11012
  }
10838
11013
 
10839
11014
  export declare interface AiDateFilterAbsolute {
@@ -10907,12 +11082,6 @@ export declare interface AiDeleteDocumentResponse {
10907
11082
  'message': string;
10908
11083
  }
10909
11084
 
10910
- /**
10911
- * Alert description.
10912
- */
10913
- export declare interface AiDescription {
10914
- }
10915
-
10916
11085
  /**
10917
11086
  * Document metadata returned by GET /documents/{document_id} and list.
10918
11087
  */
@@ -10981,27 +11150,9 @@ export declare type AiFilterByValueTypeEnum = 'attribute_filter' | 'date_filter'
10981
11150
  export declare interface AiForecastPeriod {
10982
11151
  }
10983
11152
 
10984
- /**
10985
- * Human-readable \'For\' summary.
10986
- */
10987
- export declare interface AiForlabel {
10988
- }
10989
-
10990
- /**
10991
- * Display mode for the monitored population.
10992
- */
10993
- export declare interface AiFormode {
10994
- }
10995
-
10996
11153
  export declare interface AiFrom {
10997
11154
  }
10998
11155
 
10999
- /**
11000
- * Range lower bound.
11001
- */
11002
- export declare interface AiFromvalue {
11003
- }
11004
-
11005
11156
  export declare interface AiFunctionCallContent {
11006
11157
  [key: string]: any;
11007
11158
  /**
@@ -11043,12 +11194,6 @@ export declare interface AiFunctionResultContent {
11043
11194
 
11044
11195
  export declare type AiFunctionResultContentTypeEnum = 'toolResult';
11045
11196
 
11046
- /**
11047
- * Anomaly granularity.
11048
- */
11049
- export declare interface AiGranularity {
11050
- }
11051
-
11052
11197
  export declare interface AiHTTPValidationError {
11053
11198
  'detail'?: Array<AiValidationError>;
11054
11199
  }
@@ -11063,6 +11208,19 @@ export declare interface AiInlineFilterDefinitionBody {
11063
11208
  'localIdentifier'?: string | null;
11064
11209
  }
11065
11210
 
11211
+ /**
11212
+ * Date granularity for the interval of an ONCE_PER_INTERVAL trigger.
11213
+ */
11214
+ export declare const AiIntervalGranularity: {
11215
+ readonly DAY: "DAY";
11216
+ readonly WEEK: "WEEK";
11217
+ readonly MONTH: "MONTH";
11218
+ readonly QUARTER: "QUARTER";
11219
+ readonly YEAR: "YEAR";
11220
+ };
11221
+
11222
+ export declare type AiIntervalGranularity = typeof AiIntervalGranularity[keyof typeof AiIntervalGranularity];
11223
+
11066
11224
  export declare interface AiKeyDriverAnalysis {
11067
11225
  [key: string]: any;
11068
11226
  /**
@@ -11180,9 +11338,15 @@ export declare interface AiMeasureValueRangeInner {
11180
11338
  }
11181
11339
 
11182
11340
  /**
11183
- * Metric display format.
11341
+ * Reference to a metric by AFM local identifier.
11184
11342
  */
11185
- export declare interface AiMetricformat {
11343
+ export declare interface AiMetricOperand {
11344
+ /**
11345
+ * Local identifier of the metric to be compared.
11346
+ */
11347
+ 'localIdentifier': string;
11348
+ 'format'?: string | null;
11349
+ 'title'?: string | null;
11186
11350
  }
11187
11351
 
11188
11352
  export declare interface AiMetricSortItem {
@@ -11207,12 +11371,6 @@ export declare interface AiMetricSortLocatorItem {
11207
11371
  'function'?: string;
11208
11372
  }
11209
11373
 
11210
- /**
11211
- * Metric display title.
11212
- */
11213
- export declare interface AiMetrictitle {
11214
- }
11215
-
11216
11374
  declare interface AiMetricUsageResponse {
11217
11375
  'type': AiObservabilityMetricType;
11218
11376
  'currentValue': number;
@@ -11283,10 +11441,12 @@ export declare interface AiNegativeAttributeFilterBody {
11283
11441
  'usesArbitraryValues'?: boolean | null;
11284
11442
  }
11285
11443
 
11286
- /**
11287
- * Notification channel display name.
11288
- */
11289
- export declare interface AiNotificationchannelname {
11444
+ export declare interface AiNotificationChannelRef {
11445
+ /**
11446
+ * Notification channel identifier.
11447
+ */
11448
+ 'id': string;
11449
+ 'name'?: string | null;
11290
11450
  }
11291
11451
 
11292
11452
  export declare const AiObjectType: {
@@ -11445,6 +11605,42 @@ export declare type AiQuerySortByInnerDirectionEnum = 'ASC' | 'DESC';
11445
11605
 
11446
11606
  export declare type AiQuerySortByInnerTypeEnum = 'attribute_sort' | 'metric_sort';
11447
11607
 
11608
+ export declare interface AiRange {
11609
+ /**
11610
+ * Range operator.
11611
+ */
11612
+ 'operator': AiRangeConditionOperator;
11613
+ /**
11614
+ * Metric being compared.
11615
+ */
11616
+ 'measure': AiMetricOperand;
11617
+ /**
11618
+ * Range lower bound.
11619
+ */
11620
+ 'from': AiValueOperand;
11621
+ /**
11622
+ * Range upper bound.
11623
+ */
11624
+ 'to': AiValueOperand;
11625
+ }
11626
+
11627
+ export declare interface AiRangeCondition {
11628
+ /**
11629
+ * Range condition.
11630
+ */
11631
+ 'range': AiRange;
11632
+ }
11633
+
11634
+ /**
11635
+ * Operator of a range condition.
11636
+ */
11637
+ export declare const AiRangeConditionOperator: {
11638
+ readonly BETWEEN: "BETWEEN";
11639
+ readonly NOT_BETWEEN: "NOT_BETWEEN";
11640
+ };
11641
+
11642
+ export declare type AiRangeConditionOperator = typeof AiRangeConditionOperator[keyof typeof AiRangeConditionOperator];
11643
+
11448
11644
  export declare interface AiRangeMeasureValueFilter {
11449
11645
  'rangeMeasureValueFilter': AiRangeMeasureValueFilterBody;
11450
11646
  }
@@ -11500,6 +11696,39 @@ export declare interface AiReasoningContent {
11500
11696
 
11501
11697
  export declare type AiReasoningContentTypeEnum = 'reasoning';
11502
11698
 
11699
+ export declare interface AiRelative {
11700
+ /**
11701
+ * Relative condition operator.
11702
+ */
11703
+ 'operator': AiRelativeConditionOperator;
11704
+ /**
11705
+ * Arithmetic combination of the two metrics.
11706
+ */
11707
+ 'measure': AiArithmeticMeasure;
11708
+ /**
11709
+ * Threshold the relative change is compared to.
11710
+ */
11711
+ 'threshold': AiValueOperand;
11712
+ }
11713
+
11714
+ export declare interface AiRelativeCondition {
11715
+ /**
11716
+ * Relative (metric-to-metric) condition.
11717
+ */
11718
+ 'relative': AiRelative;
11719
+ }
11720
+
11721
+ /**
11722
+ * Operator of a relative (metric-to-metric) condition.
11723
+ */
11724
+ export declare const AiRelativeConditionOperator: {
11725
+ readonly INCREASES_BY: "INCREASES_BY";
11726
+ readonly DECREASES_BY: "DECREASES_BY";
11727
+ readonly CHANGES_BY: "CHANGES_BY";
11728
+ };
11729
+
11730
+ export declare type AiRelativeConditionOperator = typeof AiRelativeConditionOperator[keyof typeof AiRelativeConditionOperator];
11731
+
11503
11732
  export declare interface AiRelativeDateFilterBodyInput {
11504
11733
  'dataset': AiAfmObjectIdentifier;
11505
11734
  'granularity': AiDateGranularityInput;
@@ -11546,6 +11775,12 @@ export declare interface AiResponseFeedbackRequest {
11546
11775
 
11547
11776
  export declare type AiResponseFeedbackTypeEnum = 'POSITIVE' | 'NEGATIVE';
11548
11777
 
11778
+ /**
11779
+ * @type AiRight
11780
+ * Value or metric the left side is compared to.
11781
+ */
11782
+ export declare type AiRight = AiMetricOperand | AiValueOperand;
11783
+
11549
11784
  /**
11550
11785
  * Response for GET /search.
11551
11786
  */
@@ -11694,14 +11929,21 @@ export declare interface AiSendMessageRequest {
11694
11929
  export declare interface AiSendMessageSearchOptions {
11695
11930
  'objectTypes'?: Array<AiObjectType> | null;
11696
11931
  'searchLimit'?: number | null;
11932
+ 'includeTags'?: Array<string> | null;
11933
+ 'excludeTags'?: Array<string> | null;
11697
11934
  'allowedRelationshipTypes'?: Array<AiAllowedRelationshipType> | null;
11698
11935
  }
11699
11936
 
11700
11937
  /**
11701
- * Anomaly sensitivity.
11938
+ * Sensitivity level for anomaly detection.
11702
11939
  */
11703
- export declare interface AiSensitivity {
11704
- }
11940
+ export declare const AiSensitivity: {
11941
+ readonly LOW: "LOW";
11942
+ readonly MEDIUM: "MEDIUM";
11943
+ readonly HIGH: "HIGH";
11944
+ };
11945
+
11946
+ export declare type AiSensitivity = typeof AiSensitivity[keyof typeof AiSensitivity];
11705
11947
 
11706
11948
  /**
11707
11949
  * A single skill available to the organization.
@@ -11832,39 +12074,9 @@ export declare interface AiTextPart {
11832
12074
 
11833
12075
  export declare type AiTextPartTypeEnum = 'text';
11834
12076
 
11835
- /**
11836
- * Comparison threshold.
11837
- */
11838
- export declare interface AiThreshold {
11839
- }
11840
-
11841
- /**
11842
- * Schedule timezone.
11843
- */
11844
- export declare interface AiTimezone {
11845
- }
11846
-
11847
12077
  export declare interface AiTo {
11848
12078
  }
11849
12079
 
11850
- /**
11851
- * Range upper bound.
11852
- */
11853
- export declare interface AiTovalue {
11854
- }
11855
-
11856
- /**
11857
- * Alert trigger behavior.
11858
- */
11859
- export declare interface AiTrigger {
11860
- }
11861
-
11862
- /**
11863
- * Trigger interval for once-per-interval alerts.
11864
- */
11865
- export declare interface AiTriggerinterval {
11866
- }
11867
-
11868
12080
  /**
11869
12081
  * Response for POST/PUT /documents.
11870
12082
  */
@@ -11980,9 +12192,22 @@ export declare interface AiValidationError {
11980
12192
  export declare interface AiValidationErrorLocInner {
11981
12193
  }
11982
12194
 
12195
+ /**
12196
+ * Value of the alert threshold to compare the metric to.
12197
+ */
11983
12198
  export declare interface AiValue {
11984
12199
  }
11985
12200
 
12201
+ export declare interface AiValue1 {
12202
+ }
12203
+
12204
+ /**
12205
+ * Literal threshold value.
12206
+ */
12207
+ export declare interface AiValueOperand {
12208
+ 'value': AiValue | null;
12209
+ }
12210
+
11986
12211
  export declare interface AiVisualization {
11987
12212
  'type': AiVisualizationTypeEnum;
11988
12213
  'id': string;
@@ -12074,7 +12299,7 @@ export declare interface AiVisualizationMetricValueComparisonFilter {
12074
12299
  'type': AiVisualizationMetricValueComparisonFilterTypeEnum;
12075
12300
  'using': string;
12076
12301
  'condition': AiMetricValueFilterConditionComparison;
12077
- 'value': AiValue;
12302
+ 'value': AiValue1;
12078
12303
  'nullValuesAsZero': boolean;
12079
12304
  }
12080
12305
 
@@ -26676,24 +26901,6 @@ export declare interface DashboardSlidesTemplate {
26676
26901
 
26677
26902
  export declare type DashboardSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
26678
26903
 
26679
- export declare interface DashboardSummaryRequestDto {
26680
- 'dashboardId': string;
26681
- 'customUserPrompt'?: string;
26682
- 'gooddataHost'?: string;
26683
- 'gooddataToken'?: string;
26684
- 'keyMetricIds'?: Array<string>;
26685
- 'referenceQuarter'?: string;
26686
- 'dryRun'?: boolean;
26687
- 'temperature'?: number;
26688
- 'aiModel'?: string;
26689
- }
26690
-
26691
- export declare interface DashboardSummaryResponseDto {
26692
- 'runId': string;
26693
- 'status': string;
26694
- 'message': string;
26695
- }
26696
-
26697
26904
  /**
26698
26905
  * Export request object describing the export properties for dashboard tabular exports (v2 with dashboardId).
26699
26906
  */
@@ -31388,6 +31595,10 @@ export declare interface DeclarativeColumn {
31388
31595
  * Column is nullable
31389
31596
  */
31390
31597
  'isNullable'?: boolean;
31598
+ /**
31599
+ * Value used as sentinel for nullable columns
31600
+ */
31601
+ 'nullValue'?: string;
31391
31602
  }
31392
31603
 
31393
31604
  export declare type DeclarativeColumnDataTypeEnum = 'INT' | 'STRING' | 'DATE' | 'NUMERIC' | 'TIMESTAMP' | 'TIMESTAMP_TZ' | 'BOOLEAN' | 'HLL';
@@ -32355,7 +32566,11 @@ export declare interface DeclarativeParameter {
32355
32566
  /**
32356
32567
  * @type DeclarativeParameterContent
32357
32568
  */
32358
- export declare type DeclarativeParameterContent = NumberParameterDefinition | StringParameterDefinition;
32569
+ export declare type DeclarativeParameterContent = ({
32570
+ type: 'NUMBER';
32571
+ } & NumberParameterDefinition) | ({
32572
+ type: 'STRING';
32573
+ } & StringParameterDefinition);
32359
32574
 
32360
32575
  /**
32361
32576
  * A dataset reference.
@@ -33537,6 +33752,15 @@ export declare class EntitiesApi extends MetadataBaseApi implements EntitiesApiI
33537
33752
  * @memberof EntitiesApi
33538
33753
  */
33539
33754
  createEntityNotificationChannels(requestParameters: EntitiesApiCreateEntityNotificationChannelsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiNotificationChannelOutDocument>;
33755
+ /**
33756
+ * Organization-scoped AI memory item
33757
+ * @summary Post organization Memory Item entities
33758
+ * @param {EntitiesApiCreateEntityOrgMemoryItemsRequest} requestParameters Request parameters.
33759
+ * @param {*} [options] Override http request option.
33760
+ * @throws {RequiredError}
33761
+ * @memberof EntitiesApi
33762
+ */
33763
+ createEntityOrgMemoryItems(requestParameters: EntitiesApiCreateEntityOrgMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrgMemoryItemOutDocument>;
33540
33764
  /**
33541
33765
  *
33542
33766
  * @summary Post Organization Setting entities
@@ -33871,6 +34095,15 @@ export declare class EntitiesApi extends MetadataBaseApi implements EntitiesApiI
33871
34095
  * @memberof EntitiesApi
33872
34096
  */
33873
34097
  deleteEntityNotificationChannels(requestParameters: EntitiesApiDeleteEntityNotificationChannelsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
34098
+ /**
34099
+ *
34100
+ * @summary Delete an organization Memory Item entity
34101
+ * @param {EntitiesApiDeleteEntityOrgMemoryItemsRequest} requestParameters Request parameters.
34102
+ * @param {*} [options] Override http request option.
34103
+ * @throws {RequiredError}
34104
+ * @memberof EntitiesApi
34105
+ */
34106
+ deleteEntityOrgMemoryItems(requestParameters: EntitiesApiDeleteEntityOrgMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
33874
34107
  /**
33875
34108
  *
33876
34109
  * @summary Delete Organization Setting entity
@@ -34285,6 +34518,15 @@ export declare class EntitiesApi extends MetadataBaseApi implements EntitiesApiI
34285
34518
  * @memberof EntitiesApi
34286
34519
  */
34287
34520
  getAllEntitiesNotificationChannels(requestParameters?: EntitiesApiGetAllEntitiesNotificationChannelsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiNotificationChannelOutList>;
34521
+ /**
34522
+ *
34523
+ * @summary Get all organization Memory Item entities
34524
+ * @param {EntitiesApiGetAllEntitiesOrgMemoryItemsRequest} requestParameters Request parameters.
34525
+ * @param {*} [options] Override http request option.
34526
+ * @throws {RequiredError}
34527
+ * @memberof EntitiesApi
34528
+ */
34529
+ getAllEntitiesOrgMemoryItems(requestParameters?: EntitiesApiGetAllEntitiesOrgMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrgMemoryItemOutList>;
34288
34530
  /**
34289
34531
  *
34290
34532
  * @summary Get Organization Setting entities
@@ -34727,6 +34969,15 @@ export declare class EntitiesApi extends MetadataBaseApi implements EntitiesApiI
34727
34969
  * @memberof EntitiesApi
34728
34970
  */
34729
34971
  getEntityNotificationChannels(requestParameters: EntitiesApiGetEntityNotificationChannelsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiNotificationChannelOutDocument>;
34972
+ /**
34973
+ *
34974
+ * @summary Get an organization Memory Item entity
34975
+ * @param {EntitiesApiGetEntityOrgMemoryItemsRequest} requestParameters Request parameters.
34976
+ * @param {*} [options] Override http request option.
34977
+ * @throws {RequiredError}
34978
+ * @memberof EntitiesApi
34979
+ */
34980
+ getEntityOrgMemoryItems(requestParameters: EntitiesApiGetEntityOrgMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrgMemoryItemOutDocument>;
34730
34981
  /**
34731
34982
  *
34732
34983
  * @summary Get Organization Setting entity
@@ -35106,6 +35357,15 @@ export declare class EntitiesApi extends MetadataBaseApi implements EntitiesApiI
35106
35357
  * @memberof EntitiesApi
35107
35358
  */
35108
35359
  patchEntityNotificationChannels(requestParameters: EntitiesApiPatchEntityNotificationChannelsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiNotificationChannelOutDocument>;
35360
+ /**
35361
+ *
35362
+ * @summary Patch an organization Memory Item entity
35363
+ * @param {EntitiesApiPatchEntityOrgMemoryItemsRequest} requestParameters Request parameters.
35364
+ * @param {*} [options] Override http request option.
35365
+ * @throws {RequiredError}
35366
+ * @memberof EntitiesApi
35367
+ */
35368
+ patchEntityOrgMemoryItems(requestParameters: EntitiesApiPatchEntityOrgMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrgMemoryItemOutDocument>;
35109
35369
  /**
35110
35370
  *
35111
35371
  * @summary Patch Organization Setting entity
@@ -35647,6 +35907,15 @@ export declare class EntitiesApi extends MetadataBaseApi implements EntitiesApiI
35647
35907
  * @memberof EntitiesApi
35648
35908
  */
35649
35909
  updateEntityNotificationChannels(requestParameters: EntitiesApiUpdateEntityNotificationChannelsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiNotificationChannelOutDocument>;
35910
+ /**
35911
+ *
35912
+ * @summary Put an organization Memory Item entity
35913
+ * @param {EntitiesApiUpdateEntityOrgMemoryItemsRequest} requestParameters Request parameters.
35914
+ * @param {*} [options] Override http request option.
35915
+ * @throws {RequiredError}
35916
+ * @memberof EntitiesApi
35917
+ */
35918
+ updateEntityOrgMemoryItems(requestParameters: EntitiesApiUpdateEntityOrgMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrgMemoryItemOutDocument>;
35650
35919
  /**
35651
35920
  *
35652
35921
  * @summary Put Organization Setting entity
@@ -42745,6 +43014,26 @@ export declare interface EntitiesApiCreateEntityOrganizationSettingsRequest {
42745
43014
  readonly jsonApiOrganizationSettingInDocument: JsonApiOrganizationSettingInDocument;
42746
43015
  }
42747
43016
 
43017
+ /**
43018
+ * Request parameters for createEntityOrgMemoryItems operation in EntitiesApi.
43019
+ * @export
43020
+ * @interface EntitiesApiCreateEntityOrgMemoryItemsRequest
43021
+ */
43022
+ export declare interface EntitiesApiCreateEntityOrgMemoryItemsRequest {
43023
+ /**
43024
+ *
43025
+ * @type {JsonApiOrgMemoryItemInDocument}
43026
+ * @memberof EntitiesApiCreateEntityOrgMemoryItems
43027
+ */
43028
+ readonly jsonApiOrgMemoryItemInDocument: JsonApiOrgMemoryItemInDocument;
43029
+ /**
43030
+ * Array of included collections or individual relationships. Includes are separated by commas (e.g. include&#x3D;entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \&quot;ALL\&quot; is present, all possible includes are used (include&#x3D;ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
43031
+ * @type {Array<'userIdentifiers' | 'createdBy' | 'modifiedBy' | 'ALL'>}
43032
+ * @memberof EntitiesApiCreateEntityOrgMemoryItems
43033
+ */
43034
+ readonly include?: Array<'userIdentifiers' | 'createdBy' | 'modifiedBy' | 'ALL'>;
43035
+ }
43036
+
42748
43037
  /**
42749
43038
  * Request parameters for createEntityParameters operation in EntitiesApi.
42750
43039
  * @export
@@ -43459,6 +43748,20 @@ export declare interface EntitiesApiDeleteEntityOrganizationSettingsRequest {
43459
43748
  readonly id: string;
43460
43749
  }
43461
43750
 
43751
+ /**
43752
+ * Request parameters for deleteEntityOrgMemoryItems operation in EntitiesApi.
43753
+ * @export
43754
+ * @interface EntitiesApiDeleteEntityOrgMemoryItemsRequest
43755
+ */
43756
+ export declare interface EntitiesApiDeleteEntityOrgMemoryItemsRequest {
43757
+ /**
43758
+ *
43759
+ * @type {string}
43760
+ * @memberof EntitiesApiDeleteEntityOrgMemoryItems
43761
+ */
43762
+ readonly id: string;
43763
+ }
43764
+
43462
43765
  /**
43463
43766
  * Request parameters for deleteEntityParameters operation in EntitiesApi.
43464
43767
  * @export
@@ -45369,6 +45672,50 @@ export declare interface EntitiesApiGetAllEntitiesOrganizationSettingsRequest {
45369
45672
  readonly metaInclude?: Array<'page' | 'all' | 'ALL'>;
45370
45673
  }
45371
45674
 
45675
+ /**
45676
+ * Request parameters for getAllEntitiesOrgMemoryItems operation in EntitiesApi.
45677
+ * @export
45678
+ * @interface EntitiesApiGetAllEntitiesOrgMemoryItemsRequest
45679
+ */
45680
+ export declare interface EntitiesApiGetAllEntitiesOrgMemoryItemsRequest {
45681
+ /**
45682
+ * Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title&#x3D;&#x3D;\&#39;Some Title\&#39;;description&#x3D;&#x3D;\&#39;desc\&#39;). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty&#x3D;&#x3D;\&#39;Value 123\&#39;).
45683
+ * @type {string}
45684
+ * @memberof EntitiesApiGetAllEntitiesOrgMemoryItems
45685
+ */
45686
+ readonly filter?: string;
45687
+ /**
45688
+ * Array of included collections or individual relationships. Includes are separated by commas (e.g. include&#x3D;entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \&quot;ALL\&quot; is present, all possible includes are used (include&#x3D;ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
45689
+ * @type {Array<'userIdentifiers' | 'createdBy' | 'modifiedBy' | 'ALL'>}
45690
+ * @memberof EntitiesApiGetAllEntitiesOrgMemoryItems
45691
+ */
45692
+ readonly include?: Array<'userIdentifiers' | 'createdBy' | 'modifiedBy' | 'ALL'>;
45693
+ /**
45694
+ * Zero-based page index (0..N)
45695
+ * @type {number}
45696
+ * @memberof EntitiesApiGetAllEntitiesOrgMemoryItems
45697
+ */
45698
+ readonly page?: number;
45699
+ /**
45700
+ * The size of the page to be returned
45701
+ * @type {number}
45702
+ * @memberof EntitiesApiGetAllEntitiesOrgMemoryItems
45703
+ */
45704
+ readonly size?: number;
45705
+ /**
45706
+ * Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
45707
+ * @type {Array<string>}
45708
+ * @memberof EntitiesApiGetAllEntitiesOrgMemoryItems
45709
+ */
45710
+ readonly sort?: Array<string>;
45711
+ /**
45712
+ * Include Meta objects.
45713
+ * @type {Array<'page' | 'all' | 'ALL'>}
45714
+ * @memberof EntitiesApiGetAllEntitiesOrgMemoryItems
45715
+ */
45716
+ readonly metaInclude?: Array<'page' | 'all' | 'ALL'>;
45717
+ }
45718
+
45372
45719
  /**
45373
45720
  * Request parameters for getAllEntitiesParameters operation in EntitiesApi.
45374
45721
  * @export
@@ -47107,6 +47454,32 @@ export declare interface EntitiesApiGetEntityOrganizationsRequest {
47107
47454
  readonly metaInclude?: Array<'permissions' | 'all' | 'ALL'>;
47108
47455
  }
47109
47456
 
47457
+ /**
47458
+ * Request parameters for getEntityOrgMemoryItems operation in EntitiesApi.
47459
+ * @export
47460
+ * @interface EntitiesApiGetEntityOrgMemoryItemsRequest
47461
+ */
47462
+ export declare interface EntitiesApiGetEntityOrgMemoryItemsRequest {
47463
+ /**
47464
+ *
47465
+ * @type {string}
47466
+ * @memberof EntitiesApiGetEntityOrgMemoryItems
47467
+ */
47468
+ readonly id: string;
47469
+ /**
47470
+ * Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title&#x3D;&#x3D;\&#39;Some Title\&#39;;description&#x3D;&#x3D;\&#39;desc\&#39;). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty&#x3D;&#x3D;\&#39;Value 123\&#39;).
47471
+ * @type {string}
47472
+ * @memberof EntitiesApiGetEntityOrgMemoryItems
47473
+ */
47474
+ readonly filter?: string;
47475
+ /**
47476
+ * Array of included collections or individual relationships. Includes are separated by commas (e.g. include&#x3D;entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \&quot;ALL\&quot; is present, all possible includes are used (include&#x3D;ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
47477
+ * @type {Array<'userIdentifiers' | 'createdBy' | 'modifiedBy' | 'ALL'>}
47478
+ * @memberof EntitiesApiGetEntityOrgMemoryItems
47479
+ */
47480
+ readonly include?: Array<'userIdentifiers' | 'createdBy' | 'modifiedBy' | 'ALL'>;
47481
+ }
47482
+
47110
47483
  /**
47111
47484
  * Request parameters for getEntityParameters operation in EntitiesApi.
47112
47485
  * @export
@@ -47774,6 +48147,15 @@ export declare interface EntitiesApiInterface {
47774
48147
  * @memberof EntitiesApiInterface
47775
48148
  */
47776
48149
  createEntityNotificationChannels(requestParameters: EntitiesApiCreateEntityNotificationChannelsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiNotificationChannelOutDocument>;
48150
+ /**
48151
+ * Organization-scoped AI memory item
48152
+ * @summary Post organization Memory Item entities
48153
+ * @param {EntitiesApiCreateEntityOrgMemoryItemsRequest} requestParameters Request parameters.
48154
+ * @param {*} [options] Override http request option.
48155
+ * @throws {RequiredError}
48156
+ * @memberof EntitiesApiInterface
48157
+ */
48158
+ createEntityOrgMemoryItems(requestParameters: EntitiesApiCreateEntityOrgMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrgMemoryItemOutDocument>;
47777
48159
  /**
47778
48160
  *
47779
48161
  * @summary Post Organization Setting entities
@@ -48108,6 +48490,15 @@ export declare interface EntitiesApiInterface {
48108
48490
  * @memberof EntitiesApiInterface
48109
48491
  */
48110
48492
  deleteEntityNotificationChannels(requestParameters: EntitiesApiDeleteEntityNotificationChannelsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
48493
+ /**
48494
+ *
48495
+ * @summary Delete an organization Memory Item entity
48496
+ * @param {EntitiesApiDeleteEntityOrgMemoryItemsRequest} requestParameters Request parameters.
48497
+ * @param {*} [options] Override http request option.
48498
+ * @throws {RequiredError}
48499
+ * @memberof EntitiesApiInterface
48500
+ */
48501
+ deleteEntityOrgMemoryItems(requestParameters: EntitiesApiDeleteEntityOrgMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
48111
48502
  /**
48112
48503
  *
48113
48504
  * @summary Delete Organization Setting entity
@@ -48522,6 +48913,15 @@ export declare interface EntitiesApiInterface {
48522
48913
  * @memberof EntitiesApiInterface
48523
48914
  */
48524
48915
  getAllEntitiesNotificationChannels(requestParameters: EntitiesApiGetAllEntitiesNotificationChannelsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiNotificationChannelOutList>;
48916
+ /**
48917
+ *
48918
+ * @summary Get all organization Memory Item entities
48919
+ * @param {EntitiesApiGetAllEntitiesOrgMemoryItemsRequest} requestParameters Request parameters.
48920
+ * @param {*} [options] Override http request option.
48921
+ * @throws {RequiredError}
48922
+ * @memberof EntitiesApiInterface
48923
+ */
48924
+ getAllEntitiesOrgMemoryItems(requestParameters: EntitiesApiGetAllEntitiesOrgMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrgMemoryItemOutList>;
48525
48925
  /**
48526
48926
  *
48527
48927
  * @summary Get Organization Setting entities
@@ -48964,6 +49364,15 @@ export declare interface EntitiesApiInterface {
48964
49364
  * @memberof EntitiesApiInterface
48965
49365
  */
48966
49366
  getEntityNotificationChannels(requestParameters: EntitiesApiGetEntityNotificationChannelsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiNotificationChannelOutDocument>;
49367
+ /**
49368
+ *
49369
+ * @summary Get an organization Memory Item entity
49370
+ * @param {EntitiesApiGetEntityOrgMemoryItemsRequest} requestParameters Request parameters.
49371
+ * @param {*} [options] Override http request option.
49372
+ * @throws {RequiredError}
49373
+ * @memberof EntitiesApiInterface
49374
+ */
49375
+ getEntityOrgMemoryItems(requestParameters: EntitiesApiGetEntityOrgMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrgMemoryItemOutDocument>;
48967
49376
  /**
48968
49377
  *
48969
49378
  * @summary Get Organization Setting entity
@@ -49343,6 +49752,15 @@ export declare interface EntitiesApiInterface {
49343
49752
  * @memberof EntitiesApiInterface
49344
49753
  */
49345
49754
  patchEntityNotificationChannels(requestParameters: EntitiesApiPatchEntityNotificationChannelsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiNotificationChannelOutDocument>;
49755
+ /**
49756
+ *
49757
+ * @summary Patch an organization Memory Item entity
49758
+ * @param {EntitiesApiPatchEntityOrgMemoryItemsRequest} requestParameters Request parameters.
49759
+ * @param {*} [options] Override http request option.
49760
+ * @throws {RequiredError}
49761
+ * @memberof EntitiesApiInterface
49762
+ */
49763
+ patchEntityOrgMemoryItems(requestParameters: EntitiesApiPatchEntityOrgMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrgMemoryItemOutDocument>;
49346
49764
  /**
49347
49765
  *
49348
49766
  * @summary Patch Organization Setting entity
@@ -49884,6 +50302,15 @@ export declare interface EntitiesApiInterface {
49884
50302
  * @memberof EntitiesApiInterface
49885
50303
  */
49886
50304
  updateEntityNotificationChannels(requestParameters: EntitiesApiUpdateEntityNotificationChannelsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiNotificationChannelOutDocument>;
50305
+ /**
50306
+ *
50307
+ * @summary Put an organization Memory Item entity
50308
+ * @param {EntitiesApiUpdateEntityOrgMemoryItemsRequest} requestParameters Request parameters.
50309
+ * @param {*} [options] Override http request option.
50310
+ * @throws {RequiredError}
50311
+ * @memberof EntitiesApiInterface
50312
+ */
50313
+ updateEntityOrgMemoryItems(requestParameters: EntitiesApiUpdateEntityOrgMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrgMemoryItemOutDocument>;
49887
50314
  /**
49888
50315
  *
49889
50316
  * @summary Put Organization Setting entity
@@ -50917,6 +51344,38 @@ export declare interface EntitiesApiPatchEntityOrganizationsRequest {
50917
51344
  readonly include?: Array<'users' | 'userGroups' | 'identityProviders' | 'bootstrapUser' | 'bootstrapUserGroup' | 'identityProvider' | 'ALL'>;
50918
51345
  }
50919
51346
 
51347
+ /**
51348
+ * Request parameters for patchEntityOrgMemoryItems operation in EntitiesApi.
51349
+ * @export
51350
+ * @interface EntitiesApiPatchEntityOrgMemoryItemsRequest
51351
+ */
51352
+ export declare interface EntitiesApiPatchEntityOrgMemoryItemsRequest {
51353
+ /**
51354
+ *
51355
+ * @type {string}
51356
+ * @memberof EntitiesApiPatchEntityOrgMemoryItems
51357
+ */
51358
+ readonly id: string;
51359
+ /**
51360
+ *
51361
+ * @type {JsonApiOrgMemoryItemPatchDocument}
51362
+ * @memberof EntitiesApiPatchEntityOrgMemoryItems
51363
+ */
51364
+ readonly jsonApiOrgMemoryItemPatchDocument: JsonApiOrgMemoryItemPatchDocument;
51365
+ /**
51366
+ * Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title&#x3D;&#x3D;\&#39;Some Title\&#39;;description&#x3D;&#x3D;\&#39;desc\&#39;). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty&#x3D;&#x3D;\&#39;Value 123\&#39;).
51367
+ * @type {string}
51368
+ * @memberof EntitiesApiPatchEntityOrgMemoryItems
51369
+ */
51370
+ readonly filter?: string;
51371
+ /**
51372
+ * Array of included collections or individual relationships. Includes are separated by commas (e.g. include&#x3D;entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \&quot;ALL\&quot; is present, all possible includes are used (include&#x3D;ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
51373
+ * @type {Array<'userIdentifiers' | 'createdBy' | 'modifiedBy' | 'ALL'>}
51374
+ * @memberof EntitiesApiPatchEntityOrgMemoryItems
51375
+ */
51376
+ readonly include?: Array<'userIdentifiers' | 'createdBy' | 'modifiedBy' | 'ALL'>;
51377
+ }
51378
+
50920
51379
  /**
50921
51380
  * Request parameters for patchEntityParameters operation in EntitiesApi.
50922
51381
  * @export
@@ -52837,6 +53296,38 @@ export declare interface EntitiesApiUpdateEntityOrganizationsRequest {
52837
53296
  readonly include?: Array<'users' | 'userGroups' | 'identityProviders' | 'bootstrapUser' | 'bootstrapUserGroup' | 'identityProvider' | 'ALL'>;
52838
53297
  }
52839
53298
 
53299
+ /**
53300
+ * Request parameters for updateEntityOrgMemoryItems operation in EntitiesApi.
53301
+ * @export
53302
+ * @interface EntitiesApiUpdateEntityOrgMemoryItemsRequest
53303
+ */
53304
+ export declare interface EntitiesApiUpdateEntityOrgMemoryItemsRequest {
53305
+ /**
53306
+ *
53307
+ * @type {string}
53308
+ * @memberof EntitiesApiUpdateEntityOrgMemoryItems
53309
+ */
53310
+ readonly id: string;
53311
+ /**
53312
+ *
53313
+ * @type {JsonApiOrgMemoryItemInDocument}
53314
+ * @memberof EntitiesApiUpdateEntityOrgMemoryItems
53315
+ */
53316
+ readonly jsonApiOrgMemoryItemInDocument: JsonApiOrgMemoryItemInDocument;
53317
+ /**
53318
+ * Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title&#x3D;&#x3D;\&#39;Some Title\&#39;;description&#x3D;&#x3D;\&#39;desc\&#39;). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty&#x3D;&#x3D;\&#39;Value 123\&#39;).
53319
+ * @type {string}
53320
+ * @memberof EntitiesApiUpdateEntityOrgMemoryItems
53321
+ */
53322
+ readonly filter?: string;
53323
+ /**
53324
+ * Array of included collections or individual relationships. Includes are separated by commas (e.g. include&#x3D;entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \&quot;ALL\&quot; is present, all possible includes are used (include&#x3D;ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
53325
+ * @type {Array<'userIdentifiers' | 'createdBy' | 'modifiedBy' | 'ALL'>}
53326
+ * @memberof EntitiesApiUpdateEntityOrgMemoryItems
53327
+ */
53328
+ readonly include?: Array<'userIdentifiers' | 'createdBy' | 'modifiedBy' | 'ALL'>;
53329
+ }
53330
+
52840
53331
  /**
52841
53332
  * Request parameters for updateEntityParameters operation in EntitiesApi.
52842
53333
  * @export
@@ -58234,12 +58725,6 @@ export declare type FeatureContext = {
58234
58725
  dataCenter?: string;
58235
58726
  };
58236
58727
 
58237
- export declare interface FeedbackRequestDto {
58238
- 'sentiment': FeedbackRequestDtoSentimentEnum;
58239
- }
58240
-
58241
- export declare type FeedbackRequestDtoSentimentEnum = 'POSITIVE' | 'NEGATIVE';
58242
-
58243
58728
  /**
58244
58729
  * Specifies what is used for filtering.
58245
58730
  */
@@ -64264,6 +64749,11 @@ export declare type ITigerDashboardArbitraryAttributeFilter = DashboardArbitrary
64264
64749
  export declare interface ITigerDashboardAttributeFilterByDate {
64265
64750
  filterLocalIdentifier: string;
64266
64751
  isCommonDate: boolean;
64752
+ /**
64753
+ * Target date dimension; only set for common-date dependencies (the common date filter has no
64754
+ * dimension of its own). Absent on legacy records, where the dataset id was stored in filterLocalIdentifier.
64755
+ */
64756
+ dataSet?: ObjRef;
64267
64757
  }
64268
64758
 
64269
64759
  /**
@@ -66213,7 +66703,15 @@ export declare interface JsonApiCookieSecurityConfigurationIn {
66213
66703
  * API identifier of an object
66214
66704
  */
66215
66705
  'id': string;
66216
- 'attributes'?: JsonApiCookieSecurityConfigurationPatchAttributes;
66706
+ 'attributes'?: JsonApiCookieSecurityConfigurationInAttributes;
66707
+ }
66708
+
66709
+ export declare interface JsonApiCookieSecurityConfigurationInAttributes {
66710
+ 'lastRotation'?: string;
66711
+ /**
66712
+ * Length of interval between automatic rotations expressed in format of ISO 8601 duration
66713
+ */
66714
+ 'rotationInterval'?: string;
66217
66715
  }
66218
66716
 
66219
66717
  export declare interface JsonApiCookieSecurityConfigurationInDocument {
@@ -66234,7 +66732,7 @@ export declare interface JsonApiCookieSecurityConfigurationOut {
66234
66732
  * API identifier of an object
66235
66733
  */
66236
66734
  'id': string;
66237
- 'attributes'?: JsonApiCookieSecurityConfigurationPatchAttributes;
66735
+ 'attributes'?: JsonApiCookieSecurityConfigurationInAttributes;
66238
66736
  }
66239
66737
 
66240
66738
  export declare interface JsonApiCookieSecurityConfigurationOutDocument {
@@ -66256,15 +66754,7 @@ export declare interface JsonApiCookieSecurityConfigurationPatch {
66256
66754
  * API identifier of an object
66257
66755
  */
66258
66756
  'id': string;
66259
- 'attributes'?: JsonApiCookieSecurityConfigurationPatchAttributes;
66260
- }
66261
-
66262
- export declare interface JsonApiCookieSecurityConfigurationPatchAttributes {
66263
- 'lastRotation'?: string;
66264
- /**
66265
- * Length of interval between automatic rotations expressed in format of ISO 8601 duration
66266
- */
66267
- 'rotationInterval'?: string;
66757
+ 'attributes'?: JsonApiCookieSecurityConfigurationInAttributes;
66268
66758
  }
66269
66759
 
66270
66760
  export declare interface JsonApiCookieSecurityConfigurationPatchDocument {
@@ -66601,7 +67091,7 @@ export declare interface JsonApiCustomUserApplicationSettingIn {
66601
67091
  * API identifier of an object
66602
67092
  */
66603
67093
  'id': string;
66604
- 'attributes': JsonApiCustomUserApplicationSettingPostOptionalIdAttributes;
67094
+ 'attributes': JsonApiCustomUserApplicationSettingOutAttributes;
66605
67095
  }
66606
67096
 
66607
67097
  export declare interface JsonApiCustomUserApplicationSettingInDocument {
@@ -66622,7 +67112,19 @@ export declare interface JsonApiCustomUserApplicationSettingOut {
66622
67112
  * API identifier of an object
66623
67113
  */
66624
67114
  'id': string;
66625
- 'attributes': JsonApiCustomUserApplicationSettingPostOptionalIdAttributes;
67115
+ 'attributes': JsonApiCustomUserApplicationSettingOutAttributes;
67116
+ }
67117
+
67118
+ export declare interface JsonApiCustomUserApplicationSettingOutAttributes {
67119
+ 'applicationName': string;
67120
+ /**
67121
+ * Free-form JSON content. Maximum supported length is 250000 characters.
67122
+ */
67123
+ 'content': object;
67124
+ /**
67125
+ * Workspace scope for this setting. Must reference an existing workspace the caller has at least VIEW access to. Null means user-level (no workspace scope).
67126
+ */
67127
+ 'workspaceId'?: string | null;
66626
67128
  }
66627
67129
 
66628
67130
  export declare interface JsonApiCustomUserApplicationSettingOutDocument {
@@ -66650,7 +67152,7 @@ export declare interface JsonApiCustomUserApplicationSettingOutWithLinks {
66650
67152
  * API identifier of an object
66651
67153
  */
66652
67154
  'id': string;
66653
- 'attributes': JsonApiCustomUserApplicationSettingPostOptionalIdAttributes;
67155
+ 'attributes': JsonApiCustomUserApplicationSettingOutAttributes;
66654
67156
  'links'?: ObjectLinks;
66655
67157
  }
66656
67158
 
@@ -66668,19 +67170,7 @@ export declare interface JsonApiCustomUserApplicationSettingPostOptionalId {
66668
67170
  * API identifier of an object
66669
67171
  */
66670
67172
  'id'?: string;
66671
- 'attributes': JsonApiCustomUserApplicationSettingPostOptionalIdAttributes;
66672
- }
66673
-
66674
- export declare interface JsonApiCustomUserApplicationSettingPostOptionalIdAttributes {
66675
- 'applicationName': string;
66676
- /**
66677
- * Free-form JSON content. Maximum supported length is 250000 characters.
66678
- */
66679
- 'content': object;
66680
- /**
66681
- * Workspace scope for this setting. Must reference an existing workspace the caller has at least VIEW access to. Null means user-level (no workspace scope).
66682
- */
66683
- 'workspaceId'?: string | null;
67173
+ 'attributes': JsonApiCustomUserApplicationSettingOutAttributes;
66684
67174
  }
66685
67175
 
66686
67176
  export declare interface JsonApiCustomUserApplicationSettingPostOptionalIdDocument {
@@ -66734,7 +67224,7 @@ export declare interface JsonApiDashboardPluginOut {
66734
67224
  'id': string;
66735
67225
  'meta'?: JsonApiExportDefinitionOutMeta;
66736
67226
  'attributes'?: JsonApiDashboardPluginOutAttributes;
66737
- 'relationships'?: JsonApiDashboardPluginOutRelationships;
67227
+ 'relationships'?: JsonApiOrgMemoryItemOutRelationships;
66738
67228
  }
66739
67229
 
66740
67230
  export declare interface JsonApiDashboardPluginOutAttributes {
@@ -66778,11 +67268,6 @@ export declare interface JsonApiDashboardPluginOutList {
66778
67268
  'included'?: Array<JsonApiUserIdentifierOutWithLinks>;
66779
67269
  }
66780
67270
 
66781
- export declare interface JsonApiDashboardPluginOutRelationships {
66782
- 'createdBy'?: JsonApiAgentOutRelationshipsCreatedBy;
66783
- 'modifiedBy'?: JsonApiAgentOutRelationshipsCreatedBy;
66784
- }
66785
-
66786
67271
  export declare type JsonApiDashboardPluginOutTypeEnum = 'dashboardPlugin';
66787
67272
 
66788
67273
  export declare interface JsonApiDashboardPluginOutWithLinks {
@@ -66796,7 +67281,7 @@ export declare interface JsonApiDashboardPluginOutWithLinks {
66796
67281
  'id': string;
66797
67282
  'meta'?: JsonApiExportDefinitionOutMeta;
66798
67283
  'attributes'?: JsonApiDashboardPluginOutAttributes;
66799
- 'relationships'?: JsonApiDashboardPluginOutRelationships;
67284
+ 'relationships'?: JsonApiOrgMemoryItemOutRelationships;
66800
67285
  'links'?: ObjectLinks;
66801
67286
  }
66802
67287
 
@@ -67660,7 +68145,7 @@ export declare interface JsonApiExportTemplateIn {
67660
68145
  * API identifier of an object
67661
68146
  */
67662
68147
  'id': string;
67663
- 'attributes': JsonApiExportTemplateOutAttributes;
68148
+ 'attributes': JsonApiExportTemplatePostOptionalIdAttributes;
67664
68149
  }
67665
68150
 
67666
68151
  export declare interface JsonApiExportTemplateInDocument {
@@ -67681,47 +68166,9 @@ export declare interface JsonApiExportTemplateOut {
67681
68166
  * API identifier of an object
67682
68167
  */
67683
68168
  'id': string;
67684
- 'attributes': JsonApiExportTemplateOutAttributes;
67685
- }
67686
-
67687
- export declare interface JsonApiExportTemplateOutAttributes {
67688
- /**
67689
- * User-facing name of the Slides template.
67690
- */
67691
- 'name': string;
67692
- 'dashboardSlidesTemplate'?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
67693
- 'widgetSlidesTemplate'?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
67694
- }
67695
-
67696
- /**
67697
- * Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
67698
- */
67699
- export declare interface JsonApiExportTemplateOutAttributesDashboardSlidesTemplate {
67700
- /**
67701
- * Export types this template applies to.
67702
- */
67703
- 'appliedOn': Array<JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum>;
67704
- 'coverSlide'?: CoverSlideTemplate | null;
67705
- 'introSlide'?: IntroSlideTemplate | null;
67706
- 'sectionSlide'?: SectionSlideTemplate | null;
67707
- 'contentSlide'?: ContentSlideTemplate | null;
67708
- }
67709
-
67710
- export declare type JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
67711
-
67712
- /**
67713
- * Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
67714
- */
67715
- export declare interface JsonApiExportTemplateOutAttributesWidgetSlidesTemplate {
67716
- /**
67717
- * Export types this template applies to.
67718
- */
67719
- 'appliedOn': Array<JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum>;
67720
- 'contentSlide'?: ContentSlideTemplate | null;
68169
+ 'attributes': JsonApiExportTemplatePostOptionalIdAttributes;
67721
68170
  }
67722
68171
 
67723
- export declare type JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
67724
-
67725
68172
  export declare interface JsonApiExportTemplateOutDocument {
67726
68173
  'data': JsonApiExportTemplateOut;
67727
68174
  'links'?: ObjectLinks;
@@ -67747,7 +68194,7 @@ export declare interface JsonApiExportTemplateOutWithLinks {
67747
68194
  * API identifier of an object
67748
68195
  */
67749
68196
  'id': string;
67750
- 'attributes': JsonApiExportTemplateOutAttributes;
68197
+ 'attributes': JsonApiExportTemplatePostOptionalIdAttributes;
67751
68198
  'links'?: ObjectLinks;
67752
68199
  }
67753
68200
 
@@ -67773,8 +68220,8 @@ export declare interface JsonApiExportTemplatePatchAttributes {
67773
68220
  * User-facing name of the Slides template.
67774
68221
  */
67775
68222
  'name'?: string;
67776
- 'dashboardSlidesTemplate'?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
67777
- 'widgetSlidesTemplate'?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
68223
+ 'dashboardSlidesTemplate'?: JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate | null;
68224
+ 'widgetSlidesTemplate'?: JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate | null;
67778
68225
  }
67779
68226
 
67780
68227
  export declare interface JsonApiExportTemplatePatchDocument {
@@ -67795,9 +68242,47 @@ export declare interface JsonApiExportTemplatePostOptionalId {
67795
68242
  * API identifier of an object
67796
68243
  */
67797
68244
  'id'?: string;
67798
- 'attributes': JsonApiExportTemplateOutAttributes;
68245
+ 'attributes': JsonApiExportTemplatePostOptionalIdAttributes;
68246
+ }
68247
+
68248
+ export declare interface JsonApiExportTemplatePostOptionalIdAttributes {
68249
+ /**
68250
+ * User-facing name of the Slides template.
68251
+ */
68252
+ 'name': string;
68253
+ 'dashboardSlidesTemplate'?: JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate | null;
68254
+ 'widgetSlidesTemplate'?: JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate | null;
68255
+ }
68256
+
68257
+ /**
68258
+ * Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
68259
+ */
68260
+ export declare interface JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate {
68261
+ /**
68262
+ * Export types this template applies to.
68263
+ */
68264
+ 'appliedOn': Array<JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum>;
68265
+ 'coverSlide'?: CoverSlideTemplate | null;
68266
+ 'introSlide'?: IntroSlideTemplate | null;
68267
+ 'sectionSlide'?: SectionSlideTemplate | null;
68268
+ 'contentSlide'?: ContentSlideTemplate | null;
68269
+ }
68270
+
68271
+ export declare type JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
68272
+
68273
+ /**
68274
+ * Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
68275
+ */
68276
+ export declare interface JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate {
68277
+ /**
68278
+ * Export types this template applies to.
68279
+ */
68280
+ 'appliedOn': Array<JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum>;
68281
+ 'contentSlide'?: ContentSlideTemplate | null;
67799
68282
  }
67800
68283
 
68284
+ export declare type JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
68285
+
67801
68286
  export declare interface JsonApiExportTemplatePostOptionalIdDocument {
67802
68287
  'data': JsonApiExportTemplatePostOptionalId;
67803
68288
  }
@@ -68751,14 +69236,10 @@ export declare interface JsonApiKnowledgeRecommendationOutList {
68751
69236
  }
68752
69237
 
68753
69238
  export declare interface JsonApiKnowledgeRecommendationOutRelationships {
68754
- 'metric'?: JsonApiKnowledgeRecommendationOutRelationshipsMetric;
69239
+ 'metric'?: JsonApiKnowledgeRecommendationPostOptionalIdRelationshipsMetric;
68755
69240
  'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
68756
69241
  }
68757
69242
 
68758
- export declare interface JsonApiKnowledgeRecommendationOutRelationshipsMetric {
68759
- 'data': JsonApiMetricLinkage | null;
68760
- }
68761
-
68762
69243
  export declare type JsonApiKnowledgeRecommendationOutTypeEnum = 'knowledgeRecommendation';
68763
69244
 
68764
69245
  export declare interface JsonApiKnowledgeRecommendationOutWithLinks {
@@ -68959,10 +69440,14 @@ export declare interface JsonApiKnowledgeRecommendationPostOptionalIdDocument {
68959
69440
  }
68960
69441
 
68961
69442
  export declare interface JsonApiKnowledgeRecommendationPostOptionalIdRelationships {
68962
- 'metric': JsonApiKnowledgeRecommendationOutRelationshipsMetric;
69443
+ 'metric': JsonApiKnowledgeRecommendationPostOptionalIdRelationshipsMetric;
68963
69444
  'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
68964
69445
  }
68965
69446
 
69447
+ export declare interface JsonApiKnowledgeRecommendationPostOptionalIdRelationshipsMetric {
69448
+ 'data': JsonApiMetricLinkage | null;
69449
+ }
69450
+
68966
69451
  export declare type JsonApiKnowledgeRecommendationPostOptionalIdTypeEnum = 'knowledgeRecommendation';
68967
69452
 
68968
69453
  /**
@@ -69253,7 +69738,7 @@ export declare interface JsonApiMemoryItemOut {
69253
69738
  'id': string;
69254
69739
  'meta'?: JsonApiExportDefinitionOutMeta;
69255
69740
  'attributes': JsonApiMemoryItemOutAttributes;
69256
- 'relationships'?: JsonApiDashboardPluginOutRelationships;
69741
+ 'relationships'?: JsonApiOrgMemoryItemOutRelationships;
69257
69742
  }
69258
69743
 
69259
69744
  export declare interface JsonApiMemoryItemOutAttributes {
@@ -69324,7 +69809,7 @@ export declare interface JsonApiMemoryItemOutWithLinks {
69324
69809
  'id': string;
69325
69810
  'meta'?: JsonApiExportDefinitionOutMeta;
69326
69811
  'attributes': JsonApiMemoryItemOutAttributes;
69327
- 'relationships'?: JsonApiDashboardPluginOutRelationships;
69812
+ 'relationships'?: JsonApiOrgMemoryItemOutRelationships;
69328
69813
  'links'?: ObjectLinks;
69329
69814
  }
69330
69815
 
@@ -69900,14 +70385,37 @@ export declare interface JsonApiOrganizationIn {
69900
70385
  * API identifier of an object
69901
70386
  */
69902
70387
  'id': string;
69903
- 'attributes'?: JsonApiOrganizationPatchAttributes;
69904
- 'relationships'?: JsonApiOrganizationPatchRelationships;
70388
+ 'attributes'?: JsonApiOrganizationInAttributes;
70389
+ 'relationships'?: JsonApiOrganizationInRelationships;
70390
+ }
70391
+
70392
+ export declare interface JsonApiOrganizationInAttributes {
70393
+ 'name'?: string | null;
70394
+ 'hostname'?: string;
70395
+ 'allowedOrigins'?: Array<string>;
70396
+ /**
70397
+ * The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
70398
+ * @deprecated
70399
+ */
70400
+ 'earlyAccess'?: string | null;
70401
+ /**
70402
+ * The early access feature identifiers. They are used to enable experimental features.
70403
+ */
70404
+ 'earlyAccessValues'?: Array<string> | null;
69905
70405
  }
69906
70406
 
69907
70407
  export declare interface JsonApiOrganizationInDocument {
69908
70408
  'data': JsonApiOrganizationIn;
69909
70409
  }
69910
70410
 
70411
+ export declare interface JsonApiOrganizationInRelationships {
70412
+ 'identityProvider'?: JsonApiOrganizationInRelationshipsIdentityProvider;
70413
+ }
70414
+
70415
+ export declare interface JsonApiOrganizationInRelationshipsIdentityProvider {
70416
+ 'data': JsonApiIdentityProviderLinkage | null;
70417
+ }
70418
+
69911
70419
  export declare type JsonApiOrganizationInTypeEnum = 'organization';
69912
70420
 
69913
70421
  /**
@@ -69984,7 +70492,7 @@ export declare type JsonApiOrganizationOutMetaPermissionsEnum = 'MANAGE' | 'SELF
69984
70492
  export declare interface JsonApiOrganizationOutRelationships {
69985
70493
  'bootstrapUser'?: JsonApiOrganizationOutRelationshipsBootstrapUser;
69986
70494
  'bootstrapUserGroup'?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
69987
- 'identityProvider'?: JsonApiOrganizationOutRelationshipsIdentityProvider;
70495
+ 'identityProvider'?: JsonApiOrganizationInRelationshipsIdentityProvider;
69988
70496
  }
69989
70497
 
69990
70498
  export declare interface JsonApiOrganizationOutRelationshipsBootstrapUser {
@@ -69995,10 +70503,6 @@ export declare interface JsonApiOrganizationOutRelationshipsBootstrapUserGroup {
69995
70503
  'data': JsonApiUserGroupLinkage | null;
69996
70504
  }
69997
70505
 
69998
- export declare interface JsonApiOrganizationOutRelationshipsIdentityProvider {
69999
- 'data': JsonApiIdentityProviderLinkage | null;
70000
- }
70001
-
70002
70506
  export declare type JsonApiOrganizationOutTypeEnum = 'organization';
70003
70507
 
70004
70508
  /**
@@ -70013,33 +70517,14 @@ export declare interface JsonApiOrganizationPatch {
70013
70517
  * API identifier of an object
70014
70518
  */
70015
70519
  'id': string;
70016
- 'attributes'?: JsonApiOrganizationPatchAttributes;
70017
- 'relationships'?: JsonApiOrganizationPatchRelationships;
70018
- }
70019
-
70020
- export declare interface JsonApiOrganizationPatchAttributes {
70021
- 'name'?: string | null;
70022
- 'hostname'?: string;
70023
- 'allowedOrigins'?: Array<string>;
70024
- /**
70025
- * The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
70026
- * @deprecated
70027
- */
70028
- 'earlyAccess'?: string | null;
70029
- /**
70030
- * The early access feature identifiers. They are used to enable experimental features.
70031
- */
70032
- 'earlyAccessValues'?: Array<string> | null;
70520
+ 'attributes'?: JsonApiOrganizationInAttributes;
70521
+ 'relationships'?: JsonApiOrganizationInRelationships;
70033
70522
  }
70034
70523
 
70035
70524
  export declare interface JsonApiOrganizationPatchDocument {
70036
70525
  'data': JsonApiOrganizationPatch;
70037
70526
  }
70038
70527
 
70039
- export declare interface JsonApiOrganizationPatchRelationships {
70040
- 'identityProvider'?: JsonApiOrganizationOutRelationshipsIdentityProvider;
70041
- }
70042
-
70043
70528
  export declare type JsonApiOrganizationPatchTypeEnum = 'organization';
70044
70529
 
70045
70530
  /**
@@ -70054,9 +70539,19 @@ export declare interface JsonApiOrganizationSettingIn {
70054
70539
  * API identifier of an object
70055
70540
  */
70056
70541
  'id': string;
70057
- 'attributes'?: JsonApiOrganizationSettingOutAttributes;
70542
+ 'attributes'?: JsonApiOrganizationSettingInAttributes;
70543
+ }
70544
+
70545
+ export declare interface JsonApiOrganizationSettingInAttributes {
70546
+ /**
70547
+ * Free-form JSON content. Maximum supported length is 15000 characters.
70548
+ */
70549
+ 'content'?: object;
70550
+ 'type'?: JsonApiOrganizationSettingInAttributesTypeEnum;
70058
70551
  }
70059
70552
 
70553
+ export declare type JsonApiOrganizationSettingInAttributesTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'GEO_ICON_SHEET' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'SORT_COLLATION' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'ENABLE_PARTIAL_DATA_RESULTS' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS' | 'HLL_TYPE';
70554
+
70060
70555
  export declare interface JsonApiOrganizationSettingInDocument {
70061
70556
  'data': JsonApiOrganizationSettingIn;
70062
70557
  }
@@ -70075,19 +70570,9 @@ export declare interface JsonApiOrganizationSettingOut {
70075
70570
  * API identifier of an object
70076
70571
  */
70077
70572
  'id': string;
70078
- 'attributes'?: JsonApiOrganizationSettingOutAttributes;
70079
- }
70080
-
70081
- export declare interface JsonApiOrganizationSettingOutAttributes {
70082
- /**
70083
- * Free-form JSON content. Maximum supported length is 15000 characters.
70084
- */
70085
- 'content'?: object;
70086
- 'type'?: JsonApiOrganizationSettingOutAttributesTypeEnum;
70573
+ 'attributes'?: JsonApiOrganizationSettingInAttributes;
70087
70574
  }
70088
70575
 
70089
- export declare type JsonApiOrganizationSettingOutAttributesTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'GEO_ICON_SHEET' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'SORT_COLLATION' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'ENABLE_PARTIAL_DATA_RESULTS' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS' | 'HLL_TYPE';
70090
-
70091
70576
  export declare interface JsonApiOrganizationSettingOutDocument {
70092
70577
  'data': JsonApiOrganizationSettingOut;
70093
70578
  'links'?: ObjectLinks;
@@ -70113,7 +70598,7 @@ export declare interface JsonApiOrganizationSettingOutWithLinks {
70113
70598
  * API identifier of an object
70114
70599
  */
70115
70600
  'id': string;
70116
- 'attributes'?: JsonApiOrganizationSettingOutAttributes;
70601
+ 'attributes'?: JsonApiOrganizationSettingInAttributes;
70117
70602
  'links'?: ObjectLinks;
70118
70603
  }
70119
70604
 
@@ -70131,7 +70616,7 @@ export declare interface JsonApiOrganizationSettingPatch {
70131
70616
  * API identifier of an object
70132
70617
  */
70133
70618
  'id': string;
70134
- 'attributes'?: JsonApiOrganizationSettingOutAttributes;
70619
+ 'attributes'?: JsonApiOrganizationSettingInAttributes;
70135
70620
  }
70136
70621
 
70137
70622
  export declare interface JsonApiOrganizationSettingPatchDocument {
@@ -70140,6 +70625,9 @@ export declare interface JsonApiOrganizationSettingPatchDocument {
70140
70625
 
70141
70626
  export declare type JsonApiOrganizationSettingPatchTypeEnum = 'organizationSetting';
70142
70627
 
70628
+ /**
70629
+ * Organization-scoped AI memory item.
70630
+ */
70143
70631
  export declare interface JsonApiOrgMemoryItemIn {
70144
70632
  /**
70145
70633
  * Object type
@@ -70181,6 +70669,9 @@ export declare interface JsonApiOrgMemoryItemInDocument {
70181
70669
 
70182
70670
  export declare type JsonApiOrgMemoryItemInTypeEnum = 'orgMemoryItem';
70183
70671
 
70672
+ /**
70673
+ * Organization-scoped AI memory item.
70674
+ */
70184
70675
  export declare interface JsonApiOrgMemoryItemOut {
70185
70676
  /**
70186
70677
  * Object type
@@ -70234,6 +70725,9 @@ export declare interface JsonApiOrgMemoryItemOutDocument {
70234
70725
  'included'?: Array<JsonApiUserIdentifierOutWithLinks>;
70235
70726
  }
70236
70727
 
70728
+ /**
70729
+ * A JSON:API document with a list of resources
70730
+ */
70237
70731
  export declare interface JsonApiOrgMemoryItemOutList {
70238
70732
  'data': Array<JsonApiOrgMemoryItemOutWithLinks>;
70239
70733
  'links'?: ListLinks;
@@ -70267,6 +70761,9 @@ export declare interface JsonApiOrgMemoryItemOutWithLinks {
70267
70761
 
70268
70762
  export declare type JsonApiOrgMemoryItemOutWithLinksTypeEnum = 'orgMemoryItem';
70269
70763
 
70764
+ /**
70765
+ * Organization-scoped AI memory item.
70766
+ */
70270
70767
  export declare interface JsonApiOrgMemoryItemPatch {
70271
70768
  /**
70272
70769
  * Object type
@@ -70353,7 +70850,7 @@ export declare interface JsonApiParameterOut {
70353
70850
  'id': string;
70354
70851
  'meta'?: JsonApiExportDefinitionOutMeta;
70355
70852
  'attributes': JsonApiParameterOutAttributes;
70356
- 'relationships'?: JsonApiDashboardPluginOutRelationships;
70853
+ 'relationships'?: JsonApiOrgMemoryItemOutRelationships;
70357
70854
  }
70358
70855
 
70359
70856
  export declare interface JsonApiParameterOutAttributes {
@@ -70375,7 +70872,11 @@ export declare interface JsonApiParameterOutAttributes {
70375
70872
  /**
70376
70873
  * @type JsonApiParameterOutAttributesDefinition
70377
70874
  */
70378
- export declare type JsonApiParameterOutAttributesDefinition = NumberParameterDefinition | StringParameterDefinition;
70875
+ export declare type JsonApiParameterOutAttributesDefinition = ({
70876
+ type: 'NUMBER';
70877
+ } & NumberParameterDefinition) | ({
70878
+ type: 'STRING';
70879
+ } & StringParameterDefinition);
70379
70880
 
70380
70881
  export declare interface JsonApiParameterOutDocument {
70381
70882
  'data': JsonApiParameterOut;
@@ -70412,7 +70913,7 @@ export declare interface JsonApiParameterOutWithLinks {
70412
70913
  'id': string;
70413
70914
  'meta'?: JsonApiExportDefinitionOutMeta;
70414
70915
  'attributes': JsonApiParameterOutAttributes;
70415
- 'relationships'?: JsonApiDashboardPluginOutRelationships;
70916
+ 'relationships'?: JsonApiOrgMemoryItemOutRelationships;
70416
70917
  'links'?: ObjectLinks;
70417
70918
  }
70418
70919
 
@@ -70576,7 +71077,7 @@ export declare interface JsonApiUserDataFilterIn {
70576
71077
  * API identifier of an object
70577
71078
  */
70578
71079
  'id': string;
70579
- 'attributes': JsonApiUserDataFilterOutAttributes;
71080
+ 'attributes': JsonApiUserDataFilterPostOptionalIdAttributes;
70580
71081
  'relationships'?: JsonApiUserDataFilterPostOptionalIdRelationships;
70581
71082
  }
70582
71083
 
@@ -70599,18 +71100,10 @@ export declare interface JsonApiUserDataFilterOut {
70599
71100
  */
70600
71101
  'id': string;
70601
71102
  'meta'?: JsonApiExportDefinitionOutMeta;
70602
- 'attributes': JsonApiUserDataFilterOutAttributes;
71103
+ 'attributes': JsonApiUserDataFilterPostOptionalIdAttributes;
70603
71104
  'relationships'?: JsonApiUserDataFilterOutRelationships;
70604
71105
  }
70605
71106
 
70606
- export declare interface JsonApiUserDataFilterOutAttributes {
70607
- 'title'?: string;
70608
- 'description'?: string;
70609
- 'tags'?: Array<string>;
70610
- 'areRelationsValid'?: boolean;
70611
- 'maql': string;
70612
- }
70613
-
70614
71107
  export declare interface JsonApiUserDataFilterOutDocument {
70615
71108
  'data': JsonApiUserDataFilterOut;
70616
71109
  'links'?: ObjectLinks;
@@ -70661,7 +71154,7 @@ export declare interface JsonApiUserDataFilterOutWithLinks {
70661
71154
  */
70662
71155
  'id': string;
70663
71156
  'meta'?: JsonApiExportDefinitionOutMeta;
70664
- 'attributes': JsonApiUserDataFilterOutAttributes;
71157
+ 'attributes': JsonApiUserDataFilterPostOptionalIdAttributes;
70665
71158
  'relationships'?: JsonApiUserDataFilterOutRelationships;
70666
71159
  'links'?: ObjectLinks;
70667
71160
  }
@@ -70710,10 +71203,18 @@ export declare interface JsonApiUserDataFilterPostOptionalId {
70710
71203
  * API identifier of an object
70711
71204
  */
70712
71205
  'id'?: string;
70713
- 'attributes': JsonApiUserDataFilterOutAttributes;
71206
+ 'attributes': JsonApiUserDataFilterPostOptionalIdAttributes;
70714
71207
  'relationships'?: JsonApiUserDataFilterPostOptionalIdRelationships;
70715
71208
  }
70716
71209
 
71210
+ export declare interface JsonApiUserDataFilterPostOptionalIdAttributes {
71211
+ 'title'?: string;
71212
+ 'description'?: string;
71213
+ 'tags'?: Array<string>;
71214
+ 'areRelationsValid'?: boolean;
71215
+ 'maql': string;
71216
+ }
71217
+
70717
71218
  export declare interface JsonApiUserDataFilterPostOptionalIdDocument {
70718
71219
  'data': JsonApiUserDataFilterPostOptionalId;
70719
71220
  }
@@ -71049,7 +71550,7 @@ export declare interface JsonApiUserSettingIn {
71049
71550
  * API identifier of an object
71050
71551
  */
71051
71552
  'id': string;
71052
- 'attributes'?: JsonApiOrganizationSettingOutAttributes;
71553
+ 'attributes'?: JsonApiOrganizationSettingInAttributes;
71053
71554
  }
71054
71555
 
71055
71556
  export declare interface JsonApiUserSettingInDocument {
@@ -71070,7 +71571,7 @@ export declare interface JsonApiUserSettingOut {
71070
71571
  * API identifier of an object
71071
71572
  */
71072
71573
  'id': string;
71073
- 'attributes'?: JsonApiOrganizationSettingOutAttributes;
71574
+ 'attributes'?: JsonApiOrganizationSettingInAttributes;
71074
71575
  }
71075
71576
 
71076
71577
  export declare interface JsonApiUserSettingOutDocument {
@@ -71098,7 +71599,7 @@ export declare interface JsonApiUserSettingOutWithLinks {
71098
71599
  * API identifier of an object
71099
71600
  */
71100
71601
  'id': string;
71101
- 'attributes'?: JsonApiOrganizationSettingOutAttributes;
71602
+ 'attributes'?: JsonApiOrganizationSettingInAttributes;
71102
71603
  'links'?: ObjectLinks;
71103
71604
  }
71104
71605
 
@@ -71641,14 +72142,28 @@ export declare interface JsonApiWorkspaceDataFilterSettingIn {
71641
72142
  * API identifier of an object
71642
72143
  */
71643
72144
  'id': string;
71644
- 'attributes'?: JsonApiWorkspaceDataFilterSettingOutAttributes;
71645
- 'relationships'?: JsonApiWorkspaceDataFilterSettingOutRelationships;
72145
+ 'attributes'?: JsonApiWorkspaceDataFilterSettingInAttributes;
72146
+ 'relationships'?: JsonApiWorkspaceDataFilterSettingInRelationships;
72147
+ }
72148
+
72149
+ export declare interface JsonApiWorkspaceDataFilterSettingInAttributes {
72150
+ 'title'?: string;
72151
+ 'description'?: string;
72152
+ 'filterValues'?: Array<string>;
71646
72153
  }
71647
72154
 
71648
72155
  export declare interface JsonApiWorkspaceDataFilterSettingInDocument {
71649
72156
  'data': JsonApiWorkspaceDataFilterSettingIn;
71650
72157
  }
71651
72158
 
72159
+ export declare interface JsonApiWorkspaceDataFilterSettingInRelationships {
72160
+ 'workspaceDataFilter'?: JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter;
72161
+ }
72162
+
72163
+ export declare interface JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter {
72164
+ 'data': JsonApiWorkspaceDataFilterLinkage | null;
72165
+ }
72166
+
71652
72167
  export declare type JsonApiWorkspaceDataFilterSettingInTypeEnum = 'workspaceDataFilterSetting';
71653
72168
 
71654
72169
  /**
@@ -71674,14 +72189,8 @@ export declare interface JsonApiWorkspaceDataFilterSettingOut {
71674
72189
  */
71675
72190
  'id': string;
71676
72191
  'meta'?: JsonApiExportDefinitionOutMeta;
71677
- 'attributes'?: JsonApiWorkspaceDataFilterSettingOutAttributes;
71678
- 'relationships'?: JsonApiWorkspaceDataFilterSettingOutRelationships;
71679
- }
71680
-
71681
- export declare interface JsonApiWorkspaceDataFilterSettingOutAttributes {
71682
- 'title'?: string;
71683
- 'description'?: string;
71684
- 'filterValues'?: Array<string>;
72192
+ 'attributes'?: JsonApiWorkspaceDataFilterSettingInAttributes;
72193
+ 'relationships'?: JsonApiWorkspaceDataFilterSettingInRelationships;
71685
72194
  }
71686
72195
 
71687
72196
  export declare interface JsonApiWorkspaceDataFilterSettingOutDocument {
@@ -71706,14 +72215,6 @@ export declare interface JsonApiWorkspaceDataFilterSettingOutList {
71706
72215
  'included'?: Array<JsonApiWorkspaceDataFilterOutWithLinks>;
71707
72216
  }
71708
72217
 
71709
- export declare interface JsonApiWorkspaceDataFilterSettingOutRelationships {
71710
- 'workspaceDataFilter'?: JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter;
71711
- }
71712
-
71713
- export declare interface JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter {
71714
- 'data': JsonApiWorkspaceDataFilterLinkage | null;
71715
- }
71716
-
71717
72218
  export declare type JsonApiWorkspaceDataFilterSettingOutTypeEnum = 'workspaceDataFilterSetting';
71718
72219
 
71719
72220
  export declare interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
@@ -71726,8 +72227,8 @@ export declare interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
71726
72227
  */
71727
72228
  'id': string;
71728
72229
  'meta'?: JsonApiExportDefinitionOutMeta;
71729
- 'attributes'?: JsonApiWorkspaceDataFilterSettingOutAttributes;
71730
- 'relationships'?: JsonApiWorkspaceDataFilterSettingOutRelationships;
72230
+ 'attributes'?: JsonApiWorkspaceDataFilterSettingInAttributes;
72231
+ 'relationships'?: JsonApiWorkspaceDataFilterSettingInRelationships;
71731
72232
  'links'?: ObjectLinks;
71732
72233
  }
71733
72234
 
@@ -71745,8 +72246,8 @@ export declare interface JsonApiWorkspaceDataFilterSettingPatch {
71745
72246
  * API identifier of an object
71746
72247
  */
71747
72248
  'id': string;
71748
- 'attributes'?: JsonApiWorkspaceDataFilterSettingOutAttributes;
71749
- 'relationships'?: JsonApiWorkspaceDataFilterSettingOutRelationships;
72249
+ 'attributes'?: JsonApiWorkspaceDataFilterSettingInAttributes;
72250
+ 'relationships'?: JsonApiWorkspaceDataFilterSettingInRelationships;
71750
72251
  }
71751
72252
 
71752
72253
  export declare interface JsonApiWorkspaceDataFilterSettingPatchDocument {
@@ -71962,7 +72463,7 @@ export declare interface JsonApiWorkspaceSettingIn {
71962
72463
  * API identifier of an object
71963
72464
  */
71964
72465
  'id': string;
71965
- 'attributes'?: JsonApiOrganizationSettingOutAttributes;
72466
+ 'attributes'?: JsonApiOrganizationSettingInAttributes;
71966
72467
  }
71967
72468
 
71968
72469
  export declare interface JsonApiWorkspaceSettingInDocument {
@@ -71984,7 +72485,7 @@ export declare interface JsonApiWorkspaceSettingOut {
71984
72485
  */
71985
72486
  'id': string;
71986
72487
  'meta'?: JsonApiExportDefinitionOutMeta;
71987
- 'attributes'?: JsonApiOrganizationSettingOutAttributes;
72488
+ 'attributes'?: JsonApiOrganizationSettingInAttributes;
71988
72489
  }
71989
72490
 
71990
72491
  export declare interface JsonApiWorkspaceSettingOutDocument {
@@ -72013,7 +72514,7 @@ export declare interface JsonApiWorkspaceSettingOutWithLinks {
72013
72514
  */
72014
72515
  'id': string;
72015
72516
  'meta'?: JsonApiExportDefinitionOutMeta;
72016
- 'attributes'?: JsonApiOrganizationSettingOutAttributes;
72517
+ 'attributes'?: JsonApiOrganizationSettingInAttributes;
72017
72518
  'links'?: ObjectLinks;
72018
72519
  }
72019
72520
 
@@ -72031,7 +72532,7 @@ export declare interface JsonApiWorkspaceSettingPatch {
72031
72532
  * API identifier of an object
72032
72533
  */
72033
72534
  'id': string;
72034
- 'attributes'?: JsonApiOrganizationSettingOutAttributes;
72535
+ 'attributes'?: JsonApiOrganizationSettingInAttributes;
72035
72536
  }
72036
72537
 
72037
72538
  export declare interface JsonApiWorkspaceSettingPatchDocument {
@@ -72052,7 +72553,7 @@ export declare interface JsonApiWorkspaceSettingPostOptionalId {
72052
72553
  * API identifier of an object
72053
72554
  */
72054
72555
  'id'?: string;
72055
- 'attributes'?: JsonApiOrganizationSettingOutAttributes;
72556
+ 'attributes'?: JsonApiOrganizationSettingInAttributes;
72056
72557
  }
72057
72558
 
72058
72559
  export declare interface JsonApiWorkspaceSettingPostOptionalIdDocument {
@@ -74672,35 +75173,6 @@ export declare interface KnowledgeRecommendationControllerApiUpdateEntityKnowled
74672
75173
  readonly include?: Array<'metrics' | 'analyticalDashboards' | 'metric' | 'analyticalDashboard' | 'ALL'>;
74673
75174
  }
74674
75175
 
74675
- export declare interface KnowledgeRecommendationsRequestDto {
74676
- 'metricId': string;
74677
- 'direction'?: KnowledgeRecommendationsRequestDtoDirectionEnum;
74678
- 'comparisonType': KnowledgeRecommendationsRequestDtoComparisonTypeEnum;
74679
- 'limit'?: number;
74680
- 'minScore'?: number;
74681
- 'aiModel'?: string;
74682
- 'temperature'?: number;
74683
- 'maxTokens'?: number;
74684
- 'gooddataHost'?: string;
74685
- 'gooddataToken'?: string;
74686
- 'analyticalDashboardId'?: string;
74687
- 'widgetId'?: string;
74688
- 'widgetName'?: string;
74689
- 'dryRun'?: boolean;
74690
- 'referenceValue'?: number;
74691
- 'analyzedValue'?: number;
74692
- }
74693
-
74694
- export declare type KnowledgeRecommendationsRequestDtoComparisonTypeEnum = 'MONTH' | 'QUARTER' | 'YEAR';
74695
-
74696
- export declare type KnowledgeRecommendationsRequestDtoDirectionEnum = 'INCREASED' | 'DECREASED';
74697
-
74698
- export declare interface KnowledgeRecommendationsResponseDto {
74699
- 'runId': string;
74700
- 'status': string;
74701
- 'message': string;
74702
- }
74703
-
74704
75176
  /**
74705
75177
  * LabelControllerApi - object-oriented interface
74706
75178
  * @export
@@ -89064,12 +89536,12 @@ export declare interface RankingFilterRankingFilter {
89064
89536
  * Number of top/bottom values to filter.
89065
89537
  */
89066
89538
  'value': number;
89067
- 'localIdentifier'?: string;
89068
- 'applyOnResult'?: boolean;
89069
89539
  /**
89070
89540
  * When true, filter returns requested number of rows at most. Default is false.
89071
89541
  */
89072
89542
  'strictLimitOfRows'?: boolean;
89543
+ 'localIdentifier'?: string;
89544
+ 'applyOnResult'?: boolean;
89073
89545
  }
89074
89546
 
89075
89547
  export declare type RankingFilterRankingFilterOperatorEnum = 'TOP' | 'BOTTOM';
@@ -90071,6 +90543,10 @@ export declare interface ScanApiSqlColumn {
90071
90543
  * Column description/comment from database
90072
90544
  */
90073
90545
  'description'?: string;
90546
+ /**
90547
+ * Value used as sentinel for null values in the column
90548
+ */
90549
+ 'nullValue'?: string;
90074
90550
  }
90075
90551
 
90076
90552
  export declare type ScanApiSqlColumnDataTypeEnum = 'INT' | 'STRING' | 'DATE' | 'NUMERIC' | 'TIMESTAMP' | 'TIMESTAMP_TZ' | 'BOOLEAN' | 'HLL';
@@ -90285,6 +90761,10 @@ export declare interface ScanModelDeclarativeColumn {
90285
90761
  * Column is nullable
90286
90762
  */
90287
90763
  'isNullable'?: boolean;
90764
+ /**
90765
+ * Value used as sentinel for nullable columns
90766
+ */
90767
+ 'nullValue'?: string;
90288
90768
  }
90289
90769
 
90290
90770
  export declare type ScanModelDeclarativeColumnDataTypeEnum = 'INT' | 'STRING' | 'DATE' | 'NUMERIC' | 'TIMESTAMP' | 'TIMESTAMP_TZ' | 'BOOLEAN' | 'HLL';
@@ -91113,6 +91593,10 @@ export declare interface SqlColumn {
91113
91593
  * Column data type.
91114
91594
  */
91115
91595
  'dataType': SqlColumnDataTypeEnum;
91596
+ /**
91597
+ * Value used as sentinel for null values in the column.
91598
+ */
91599
+ 'nullValue'?: string;
91116
91600
  }
91117
91601
 
91118
91602
  export declare type SqlColumnDataTypeEnum = 'INT' | 'STRING' | 'DATE' | 'NUMERIC' | 'TIMESTAMP' | 'TIMESTAMP_TZ' | 'BOOLEAN' | 'HLL';