@gooddata/api-client-tiger 11.40.0-alpha.1 → 11.40.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/api-client-tiger.d.ts +946 -1698
- package/esm/endpoints/entitiesObjects/index.d.ts +1 -1
- package/esm/endpoints/entitiesObjects/index.js +0 -2
- package/esm/generated/afm-rest-api/api.d.ts +4 -355
- package/esm/generated/afm-rest-api/api.js +0 -347
- package/esm/generated/ai-json-api/api.d.ts +5 -0
- package/esm/generated/ai-json-api/api.js +2 -1
- package/esm/generated/auth-json-api/api.d.ts +511 -0
- package/esm/generated/auth-json-api/api.js +650 -0
- package/esm/generated/automation-json-api/api.d.ts +27 -0
- package/esm/generated/export-json-api/api.d.ts +9 -9
- package/esm/generated/metadata-json-api/api.d.ts +1294 -1265
- package/esm/generated/metadata-json-api/api.js +1450 -1200
- package/esm/index.d.ts +3 -3
- package/esm/index.js +1 -1
- package/package.json +4 -4
|
@@ -859,22 +859,12 @@ export interface DashboardTabularExportRequestV2 {
|
|
|
859
859
|
* List of filters that will be used instead of the default dashboard filters.
|
|
860
860
|
*/
|
|
861
861
|
'dashboardFiltersOverride'?: Array<DashboardFilter>;
|
|
862
|
-
/**
|
|
863
|
-
* Parameter value overrides applied to the export\'s executions. Each entry carries the parameter id (used as an AFM execution override) plus the FE-supplied title for the info sheet. Applied uniformly across all tabs; use dashboardTabsParametersOverrides for tab-scoped overrides.
|
|
864
|
-
*/
|
|
865
|
-
'dashboardParametersOverride'?: Array<DashboardParameterValue>;
|
|
866
862
|
/**
|
|
867
863
|
* Map of tab-specific filter overrides. Key is tabId, value is list of filters for that tab.
|
|
868
864
|
*/
|
|
869
865
|
'dashboardTabsFiltersOverrides'?: {
|
|
870
866
|
[key: string]: Array<DashboardFilter>;
|
|
871
867
|
};
|
|
872
|
-
/**
|
|
873
|
-
* Map of tab-specific parameter overrides. Key is tabId, value is a list of (id, value, title) entries that override the dashboard-level parameters for that tab only. Mirrors dashboardTabsFiltersOverrides. When a tab is present in this map, its entries take precedence over dashboardParametersOverride for that tab\'s executions and info-sheet display.
|
|
874
|
-
*/
|
|
875
|
-
'dashboardTabsParametersOverrides'?: {
|
|
876
|
-
[key: string]: Array<DashboardParameterValue>;
|
|
877
|
-
};
|
|
878
868
|
/**
|
|
879
869
|
* Dashboard identifier
|
|
880
870
|
*/
|
|
@@ -884,6 +874,16 @@ export interface DashboardTabularExportRequestV2 {
|
|
|
884
874
|
*/
|
|
885
875
|
'widgetIds'?: Array<string>;
|
|
886
876
|
'settings'?: DashboardExportSettings;
|
|
877
|
+
/**
|
|
878
|
+
* Parameter value overrides applied to the export\'s executions. Each entry carries the parameter id (used as an AFM execution override) plus the FE-supplied title for the info sheet. Applied uniformly across all tabs; use dashboardTabsParametersOverrides for tab-scoped overrides.
|
|
879
|
+
*/
|
|
880
|
+
'dashboardParametersOverride'?: Array<DashboardParameterValue>;
|
|
881
|
+
/**
|
|
882
|
+
* Map of tab-specific parameter overrides. Key is tabId, value is a list of (id, value, title) entries that override the dashboard-level parameters for that tab only. Mirrors dashboardTabsFiltersOverrides. When a tab is present in this map, its entries take precedence over dashboardParametersOverride for that tab\'s executions and info-sheet display.
|
|
883
|
+
*/
|
|
884
|
+
'dashboardTabsParametersOverrides'?: {
|
|
885
|
+
[key: string]: Array<DashboardParameterValue>;
|
|
886
|
+
};
|
|
887
887
|
}
|
|
888
888
|
export type DashboardTabularExportRequestV2FormatEnum = 'XLSX' | 'PDF';
|
|
889
889
|
/**
|
|
@@ -1548,7 +1548,7 @@ export interface DeclarativeDataSource {
|
|
|
1548
1548
|
*/
|
|
1549
1549
|
'dateTimeSemantics'?: DeclarativeDataSourceDateTimeSemanticsEnum | null;
|
|
1550
1550
|
}
|
|
1551
|
-
export type DeclarativeDataSourceTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'GREENPLUM' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE';
|
|
1551
|
+
export type DeclarativeDataSourceTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'GREENPLUM' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE' | 'DENODO';
|
|
1552
1552
|
export type DeclarativeDataSourceCacheStrategyEnum = 'ALWAYS' | 'NEVER';
|
|
1553
1553
|
export type DeclarativeDataSourceAuthenticationTypeEnum = 'USERNAME_PASSWORD' | 'TOKEN' | 'KEY_PAIR' | 'CLIENT_SECRET' | 'ACCESS_TOKEN';
|
|
1554
1554
|
export type DeclarativeDataSourceDateTimeSemanticsEnum = 'LOCAL' | 'UTC';
|
|
@@ -2409,7 +2409,7 @@ export interface DeclarativeSetting {
|
|
|
2409
2409
|
*/
|
|
2410
2410
|
'type'?: DeclarativeSettingTypeEnum;
|
|
2411
2411
|
}
|
|
2412
|
-
export type DeclarativeSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | '
|
|
2412
|
+
export type DeclarativeSettingTypeEnum = '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';
|
|
2413
2413
|
export interface DeclarativeSingleWorkspacePermission {
|
|
2414
2414
|
/**
|
|
2415
2415
|
* Permission name.
|
|
@@ -4090,7 +4090,7 @@ export interface JsonApiAutomationInRelationships {
|
|
|
4090
4090
|
'notificationChannel'?: JsonApiWorkspaceAutomationOutRelationshipsNotificationChannel;
|
|
4091
4091
|
'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
4092
4092
|
'exportDefinitions'?: JsonApiWorkspaceAutomationOutRelationshipsExportDefinitions;
|
|
4093
|
-
'recipients'?:
|
|
4093
|
+
'recipients'?: JsonApiIpAllowlistPolicyInRelationshipsUsers;
|
|
4094
4094
|
}
|
|
4095
4095
|
/**
|
|
4096
4096
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
@@ -4188,7 +4188,7 @@ export interface JsonApiAutomationOutRelationships {
|
|
|
4188
4188
|
'createdBy'?: JsonApiAgentOutRelationshipsCreatedBy;
|
|
4189
4189
|
'modifiedBy'?: JsonApiAgentOutRelationshipsCreatedBy;
|
|
4190
4190
|
'exportDefinitions'?: JsonApiWorkspaceAutomationOutRelationshipsExportDefinitions;
|
|
4191
|
-
'recipients'?:
|
|
4191
|
+
'recipients'?: JsonApiIpAllowlistPolicyInRelationshipsUsers;
|
|
4192
4192
|
'automationResults'?: JsonApiWorkspaceAutomationOutRelationshipsAutomationResults;
|
|
4193
4193
|
}
|
|
4194
4194
|
export interface JsonApiAutomationOutWithLinks {
|
|
@@ -4396,9 +4396,16 @@ export interface JsonApiCookieSecurityConfigurationIn {
|
|
|
4396
4396
|
* API identifier of an object
|
|
4397
4397
|
*/
|
|
4398
4398
|
'id': string;
|
|
4399
|
-
'attributes'?:
|
|
4399
|
+
'attributes'?: JsonApiCookieSecurityConfigurationInAttributes;
|
|
4400
4400
|
}
|
|
4401
4401
|
export type JsonApiCookieSecurityConfigurationInTypeEnum = 'cookieSecurityConfiguration';
|
|
4402
|
+
export interface JsonApiCookieSecurityConfigurationInAttributes {
|
|
4403
|
+
'lastRotation'?: string;
|
|
4404
|
+
/**
|
|
4405
|
+
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
4406
|
+
*/
|
|
4407
|
+
'rotationInterval'?: string;
|
|
4408
|
+
}
|
|
4402
4409
|
export interface JsonApiCookieSecurityConfigurationInDocument {
|
|
4403
4410
|
'data': JsonApiCookieSecurityConfigurationIn;
|
|
4404
4411
|
}
|
|
@@ -4414,16 +4421,9 @@ export interface JsonApiCookieSecurityConfigurationOut {
|
|
|
4414
4421
|
* API identifier of an object
|
|
4415
4422
|
*/
|
|
4416
4423
|
'id': string;
|
|
4417
|
-
'attributes'?:
|
|
4424
|
+
'attributes'?: JsonApiCookieSecurityConfigurationInAttributes;
|
|
4418
4425
|
}
|
|
4419
4426
|
export type JsonApiCookieSecurityConfigurationOutTypeEnum = 'cookieSecurityConfiguration';
|
|
4420
|
-
export interface JsonApiCookieSecurityConfigurationOutAttributes {
|
|
4421
|
-
'lastRotation'?: string;
|
|
4422
|
-
/**
|
|
4423
|
-
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
4424
|
-
*/
|
|
4425
|
-
'rotationInterval'?: string;
|
|
4426
|
-
}
|
|
4427
4427
|
export interface JsonApiCookieSecurityConfigurationOutDocument {
|
|
4428
4428
|
'data': JsonApiCookieSecurityConfigurationOut;
|
|
4429
4429
|
'links'?: ObjectLinks;
|
|
@@ -4440,7 +4440,7 @@ export interface JsonApiCookieSecurityConfigurationPatch {
|
|
|
4440
4440
|
* API identifier of an object
|
|
4441
4441
|
*/
|
|
4442
4442
|
'id': string;
|
|
4443
|
-
'attributes'?:
|
|
4443
|
+
'attributes'?: JsonApiCookieSecurityConfigurationInAttributes;
|
|
4444
4444
|
}
|
|
4445
4445
|
export type JsonApiCookieSecurityConfigurationPatchTypeEnum = 'cookieSecurityConfiguration';
|
|
4446
4446
|
export interface JsonApiCookieSecurityConfigurationPatchDocument {
|
|
@@ -4972,7 +4972,7 @@ export interface JsonApiDataSourceIdentifierOutAttributes {
|
|
|
4972
4972
|
'schema': string;
|
|
4973
4973
|
'type': JsonApiDataSourceIdentifierOutAttributesTypeEnum;
|
|
4974
4974
|
}
|
|
4975
|
-
export type JsonApiDataSourceIdentifierOutAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'GREENPLUM' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE';
|
|
4975
|
+
export type JsonApiDataSourceIdentifierOutAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'GREENPLUM' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE' | 'DENODO';
|
|
4976
4976
|
export interface JsonApiDataSourceIdentifierOutDocument {
|
|
4977
4977
|
'data': JsonApiDataSourceIdentifierOut;
|
|
4978
4978
|
'links'?: ObjectLinks;
|
|
@@ -5069,7 +5069,7 @@ export interface JsonApiDataSourceInAttributes {
|
|
|
5069
5069
|
/**
|
|
5070
5070
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
5071
5071
|
*/
|
|
5072
|
-
'parameters'?: Array<
|
|
5072
|
+
'parameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
|
|
5073
5073
|
/**
|
|
5074
5074
|
* Determines how the results coming from a particular datasource should be cached.
|
|
5075
5075
|
*/
|
|
@@ -5083,13 +5083,9 @@ export interface JsonApiDataSourceInAttributes {
|
|
|
5083
5083
|
*/
|
|
5084
5084
|
'dateTimeSemantics'?: JsonApiDataSourceInAttributesDateTimeSemanticsEnum | null;
|
|
5085
5085
|
}
|
|
5086
|
-
export type JsonApiDataSourceInAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'GREENPLUM' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE';
|
|
5086
|
+
export type JsonApiDataSourceInAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'GREENPLUM' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE' | 'DENODO';
|
|
5087
5087
|
export type JsonApiDataSourceInAttributesCacheStrategyEnum = 'ALWAYS' | 'NEVER';
|
|
5088
5088
|
export type JsonApiDataSourceInAttributesDateTimeSemanticsEnum = 'LOCAL' | 'UTC';
|
|
5089
|
-
export interface JsonApiDataSourceInAttributesParametersInner {
|
|
5090
|
-
'name': string;
|
|
5091
|
-
'value': string;
|
|
5092
|
-
}
|
|
5093
5089
|
export interface JsonApiDataSourceInDocument {
|
|
5094
5090
|
'data': JsonApiDataSourceIn;
|
|
5095
5091
|
}
|
|
@@ -5137,11 +5133,11 @@ export interface JsonApiDataSourceOutAttributes {
|
|
|
5137
5133
|
/**
|
|
5138
5134
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
5139
5135
|
*/
|
|
5140
|
-
'parameters'?: Array<
|
|
5136
|
+
'parameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
|
|
5141
5137
|
/**
|
|
5142
5138
|
* Decoded parameters to be used when connecting to the database providing the data for the data source.
|
|
5143
5139
|
*/
|
|
5144
|
-
'decodedParameters'?: Array<
|
|
5140
|
+
'decodedParameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
|
|
5145
5141
|
/**
|
|
5146
5142
|
* Determines how the results coming from a particular datasource should be cached.
|
|
5147
5143
|
*/
|
|
@@ -5159,10 +5155,14 @@ export interface JsonApiDataSourceOutAttributes {
|
|
|
5159
5155
|
*/
|
|
5160
5156
|
'dateTimeSemantics'?: JsonApiDataSourceOutAttributesDateTimeSemanticsEnum | null;
|
|
5161
5157
|
}
|
|
5162
|
-
export type JsonApiDataSourceOutAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'GREENPLUM' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE';
|
|
5158
|
+
export type JsonApiDataSourceOutAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'GREENPLUM' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE' | 'DENODO';
|
|
5163
5159
|
export type JsonApiDataSourceOutAttributesCacheStrategyEnum = 'ALWAYS' | 'NEVER';
|
|
5164
5160
|
export type JsonApiDataSourceOutAttributesAuthenticationTypeEnum = 'USERNAME_PASSWORD' | 'TOKEN' | 'KEY_PAIR' | 'CLIENT_SECRET' | 'ACCESS_TOKEN';
|
|
5165
5161
|
export type JsonApiDataSourceOutAttributesDateTimeSemanticsEnum = 'LOCAL' | 'UTC';
|
|
5162
|
+
export interface JsonApiDataSourceOutAttributesParametersInner {
|
|
5163
|
+
'name': string;
|
|
5164
|
+
'value': string;
|
|
5165
|
+
}
|
|
5166
5166
|
export interface JsonApiDataSourceOutDocument {
|
|
5167
5167
|
'data': JsonApiDataSourceOut;
|
|
5168
5168
|
'links'?: ObjectLinks;
|
|
@@ -5252,7 +5252,7 @@ export interface JsonApiDataSourcePatchAttributes {
|
|
|
5252
5252
|
/**
|
|
5253
5253
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
5254
5254
|
*/
|
|
5255
|
-
'parameters'?: Array<
|
|
5255
|
+
'parameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
|
|
5256
5256
|
/**
|
|
5257
5257
|
* Determines how the results coming from a particular datasource should be cached.
|
|
5258
5258
|
*/
|
|
@@ -5266,7 +5266,7 @@ export interface JsonApiDataSourcePatchAttributes {
|
|
|
5266
5266
|
*/
|
|
5267
5267
|
'dateTimeSemantics'?: JsonApiDataSourcePatchAttributesDateTimeSemanticsEnum | null;
|
|
5268
5268
|
}
|
|
5269
|
-
export type JsonApiDataSourcePatchAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'GREENPLUM' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE';
|
|
5269
|
+
export type JsonApiDataSourcePatchAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'GREENPLUM' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE' | 'DENODO';
|
|
5270
5270
|
export type JsonApiDataSourcePatchAttributesCacheStrategyEnum = 'ALWAYS' | 'NEVER';
|
|
5271
5271
|
export type JsonApiDataSourcePatchAttributesDateTimeSemanticsEnum = 'LOCAL' | 'UTC';
|
|
5272
5272
|
export interface JsonApiDataSourcePatchDocument {
|
|
@@ -6030,13 +6030,31 @@ export interface JsonApiFilterViewIn {
|
|
|
6030
6030
|
* API identifier of an object
|
|
6031
6031
|
*/
|
|
6032
6032
|
'id': string;
|
|
6033
|
-
'attributes':
|
|
6034
|
-
'relationships'?:
|
|
6033
|
+
'attributes': JsonApiFilterViewInAttributes;
|
|
6034
|
+
'relationships'?: JsonApiFilterViewInRelationships;
|
|
6035
6035
|
}
|
|
6036
6036
|
export type JsonApiFilterViewInTypeEnum = 'filterView';
|
|
6037
|
+
export interface JsonApiFilterViewInAttributes {
|
|
6038
|
+
'title': string;
|
|
6039
|
+
'description'?: string;
|
|
6040
|
+
'tags'?: Array<string>;
|
|
6041
|
+
'areRelationsValid'?: boolean;
|
|
6042
|
+
/**
|
|
6043
|
+
* Indicator whether the filter view should by applied by default.
|
|
6044
|
+
*/
|
|
6045
|
+
'isDefault'?: boolean;
|
|
6046
|
+
/**
|
|
6047
|
+
* The respective filter context.
|
|
6048
|
+
*/
|
|
6049
|
+
'content': object;
|
|
6050
|
+
}
|
|
6037
6051
|
export interface JsonApiFilterViewInDocument {
|
|
6038
6052
|
'data': JsonApiFilterViewIn;
|
|
6039
6053
|
}
|
|
6054
|
+
export interface JsonApiFilterViewInRelationships {
|
|
6055
|
+
'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
6056
|
+
'user'?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
6057
|
+
}
|
|
6040
6058
|
/**
|
|
6041
6059
|
* JSON:API representation of filterView entity.
|
|
6042
6060
|
*/
|
|
@@ -6049,24 +6067,10 @@ export interface JsonApiFilterViewOut {
|
|
|
6049
6067
|
* API identifier of an object
|
|
6050
6068
|
*/
|
|
6051
6069
|
'id': string;
|
|
6052
|
-
'attributes':
|
|
6053
|
-
'relationships'?:
|
|
6070
|
+
'attributes': JsonApiFilterViewInAttributes;
|
|
6071
|
+
'relationships'?: JsonApiFilterViewInRelationships;
|
|
6054
6072
|
}
|
|
6055
6073
|
export type JsonApiFilterViewOutTypeEnum = 'filterView';
|
|
6056
|
-
export interface JsonApiFilterViewOutAttributes {
|
|
6057
|
-
'title': string;
|
|
6058
|
-
'description'?: string;
|
|
6059
|
-
'tags'?: Array<string>;
|
|
6060
|
-
'areRelationsValid'?: boolean;
|
|
6061
|
-
/**
|
|
6062
|
-
* Indicator whether the filter view should by applied by default.
|
|
6063
|
-
*/
|
|
6064
|
-
'isDefault'?: boolean;
|
|
6065
|
-
/**
|
|
6066
|
-
* The respective filter context.
|
|
6067
|
-
*/
|
|
6068
|
-
'content': object;
|
|
6069
|
-
}
|
|
6070
6074
|
export interface JsonApiFilterViewOutDocument {
|
|
6071
6075
|
'data': JsonApiFilterViewOut;
|
|
6072
6076
|
'links'?: ObjectLinks;
|
|
@@ -6091,10 +6095,6 @@ export interface JsonApiFilterViewOutList {
|
|
|
6091
6095
|
*/
|
|
6092
6096
|
'included'?: Array<JsonApiFilterViewOutIncludes>;
|
|
6093
6097
|
}
|
|
6094
|
-
export interface JsonApiFilterViewOutRelationships {
|
|
6095
|
-
'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
6096
|
-
'user'?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
6097
|
-
}
|
|
6098
6098
|
export interface JsonApiFilterViewOutWithLinks {
|
|
6099
6099
|
/**
|
|
6100
6100
|
* Object type
|
|
@@ -6104,8 +6104,8 @@ export interface JsonApiFilterViewOutWithLinks {
|
|
|
6104
6104
|
* API identifier of an object
|
|
6105
6105
|
*/
|
|
6106
6106
|
'id': string;
|
|
6107
|
-
'attributes':
|
|
6108
|
-
'relationships'?:
|
|
6107
|
+
'attributes': JsonApiFilterViewInAttributes;
|
|
6108
|
+
'relationships'?: JsonApiFilterViewInRelationships;
|
|
6109
6109
|
'links'?: ObjectLinks;
|
|
6110
6110
|
}
|
|
6111
6111
|
export type JsonApiFilterViewOutWithLinksTypeEnum = 'filterView';
|
|
@@ -6122,7 +6122,7 @@ export interface JsonApiFilterViewPatch {
|
|
|
6122
6122
|
*/
|
|
6123
6123
|
'id': string;
|
|
6124
6124
|
'attributes': JsonApiFilterViewPatchAttributes;
|
|
6125
|
-
'relationships'?:
|
|
6125
|
+
'relationships'?: JsonApiFilterViewInRelationships;
|
|
6126
6126
|
}
|
|
6127
6127
|
export type JsonApiFilterViewPatchTypeEnum = 'filterView';
|
|
6128
6128
|
export interface JsonApiFilterViewPatchAttributes {
|
|
@@ -6332,13 +6332,29 @@ export interface JsonApiIpAllowlistPolicyIn {
|
|
|
6332
6332
|
* API identifier of an object
|
|
6333
6333
|
*/
|
|
6334
6334
|
'id': string;
|
|
6335
|
-
'attributes':
|
|
6336
|
-
'relationships'?:
|
|
6335
|
+
'attributes': JsonApiIpAllowlistPolicyInAttributes;
|
|
6336
|
+
'relationships'?: JsonApiIpAllowlistPolicyInRelationships;
|
|
6337
6337
|
}
|
|
6338
6338
|
export type JsonApiIpAllowlistPolicyInTypeEnum = 'ipAllowlistPolicy';
|
|
6339
|
+
export interface JsonApiIpAllowlistPolicyInAttributes {
|
|
6340
|
+
/**
|
|
6341
|
+
* Allowed source IPv4 addresses or CIDR ranges. Only IPv4 is supported; IPv6 are rejected. The /0 prefix is not allowed.
|
|
6342
|
+
*/
|
|
6343
|
+
'allowedSources': Array<string> | null;
|
|
6344
|
+
}
|
|
6339
6345
|
export interface JsonApiIpAllowlistPolicyInDocument {
|
|
6340
6346
|
'data': JsonApiIpAllowlistPolicyIn;
|
|
6341
6347
|
}
|
|
6348
|
+
export interface JsonApiIpAllowlistPolicyInRelationships {
|
|
6349
|
+
'users'?: JsonApiIpAllowlistPolicyInRelationshipsUsers;
|
|
6350
|
+
'userGroups'?: JsonApiUserOutRelationshipsUserGroups;
|
|
6351
|
+
}
|
|
6352
|
+
export interface JsonApiIpAllowlistPolicyInRelationshipsUsers {
|
|
6353
|
+
/**
|
|
6354
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
6355
|
+
*/
|
|
6356
|
+
'data': Array<JsonApiUserLinkage>;
|
|
6357
|
+
}
|
|
6342
6358
|
/**
|
|
6343
6359
|
* JSON:API representation of ipAllowlistPolicy entity.
|
|
6344
6360
|
*/
|
|
@@ -6351,16 +6367,10 @@ export interface JsonApiIpAllowlistPolicyOut {
|
|
|
6351
6367
|
* API identifier of an object
|
|
6352
6368
|
*/
|
|
6353
6369
|
'id': string;
|
|
6354
|
-
'attributes':
|
|
6355
|
-
'relationships'?:
|
|
6370
|
+
'attributes': JsonApiIpAllowlistPolicyInAttributes;
|
|
6371
|
+
'relationships'?: JsonApiIpAllowlistPolicyInRelationships;
|
|
6356
6372
|
}
|
|
6357
6373
|
export type JsonApiIpAllowlistPolicyOutTypeEnum = 'ipAllowlistPolicy';
|
|
6358
|
-
export interface JsonApiIpAllowlistPolicyOutAttributes {
|
|
6359
|
-
/**
|
|
6360
|
-
* Allowed source IPv4 addresses or CIDR ranges. Only IPv4 is supported; IPv6 are rejected. The /0 prefix is not allowed.
|
|
6361
|
-
*/
|
|
6362
|
-
'allowedSources': Array<string> | null;
|
|
6363
|
-
}
|
|
6364
6374
|
export interface JsonApiIpAllowlistPolicyOutDocument {
|
|
6365
6375
|
'data': JsonApiIpAllowlistPolicyOut;
|
|
6366
6376
|
'links'?: ObjectLinks;
|
|
@@ -6385,16 +6395,6 @@ export interface JsonApiIpAllowlistPolicyOutList {
|
|
|
6385
6395
|
*/
|
|
6386
6396
|
'included'?: Array<JsonApiIpAllowlistPolicyOutIncludes>;
|
|
6387
6397
|
}
|
|
6388
|
-
export interface JsonApiIpAllowlistPolicyOutRelationships {
|
|
6389
|
-
'users'?: JsonApiIpAllowlistPolicyOutRelationshipsUsers;
|
|
6390
|
-
'userGroups'?: JsonApiUserOutRelationshipsUserGroups;
|
|
6391
|
-
}
|
|
6392
|
-
export interface JsonApiIpAllowlistPolicyOutRelationshipsUsers {
|
|
6393
|
-
/**
|
|
6394
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
6395
|
-
*/
|
|
6396
|
-
'data': Array<JsonApiUserLinkage>;
|
|
6397
|
-
}
|
|
6398
6398
|
export interface JsonApiIpAllowlistPolicyOutWithLinks {
|
|
6399
6399
|
/**
|
|
6400
6400
|
* Object type
|
|
@@ -6404,8 +6404,8 @@ export interface JsonApiIpAllowlistPolicyOutWithLinks {
|
|
|
6404
6404
|
* API identifier of an object
|
|
6405
6405
|
*/
|
|
6406
6406
|
'id': string;
|
|
6407
|
-
'attributes':
|
|
6408
|
-
'relationships'?:
|
|
6407
|
+
'attributes': JsonApiIpAllowlistPolicyInAttributes;
|
|
6408
|
+
'relationships'?: JsonApiIpAllowlistPolicyInRelationships;
|
|
6409
6409
|
'links'?: ObjectLinks;
|
|
6410
6410
|
}
|
|
6411
6411
|
export type JsonApiIpAllowlistPolicyOutWithLinksTypeEnum = 'ipAllowlistPolicy';
|
|
@@ -6421,12 +6421,9 @@ export interface JsonApiJwkIn {
|
|
|
6421
6421
|
* API identifier of an object
|
|
6422
6422
|
*/
|
|
6423
6423
|
'id': string;
|
|
6424
|
-
'attributes'?:
|
|
6424
|
+
'attributes'?: JsonApiJwkOutAttributes;
|
|
6425
6425
|
}
|
|
6426
6426
|
export type JsonApiJwkInTypeEnum = 'jwk';
|
|
6427
|
-
export interface JsonApiJwkInAttributes {
|
|
6428
|
-
'content'?: RsaSpecification;
|
|
6429
|
-
}
|
|
6430
6427
|
export interface JsonApiJwkInDocument {
|
|
6431
6428
|
'data': JsonApiJwkIn;
|
|
6432
6429
|
}
|
|
@@ -6442,9 +6439,12 @@ export interface JsonApiJwkOut {
|
|
|
6442
6439
|
* API identifier of an object
|
|
6443
6440
|
*/
|
|
6444
6441
|
'id': string;
|
|
6445
|
-
'attributes'?:
|
|
6442
|
+
'attributes'?: JsonApiJwkOutAttributes;
|
|
6446
6443
|
}
|
|
6447
6444
|
export type JsonApiJwkOutTypeEnum = 'jwk';
|
|
6445
|
+
export interface JsonApiJwkOutAttributes {
|
|
6446
|
+
'content'?: RsaSpecification;
|
|
6447
|
+
}
|
|
6448
6448
|
export interface JsonApiJwkOutDocument {
|
|
6449
6449
|
'data': JsonApiJwkOut;
|
|
6450
6450
|
'links'?: ObjectLinks;
|
|
@@ -6466,7 +6466,7 @@ export interface JsonApiJwkOutWithLinks {
|
|
|
6466
6466
|
* API identifier of an object
|
|
6467
6467
|
*/
|
|
6468
6468
|
'id': string;
|
|
6469
|
-
'attributes'?:
|
|
6469
|
+
'attributes'?: JsonApiJwkOutAttributes;
|
|
6470
6470
|
'links'?: ObjectLinks;
|
|
6471
6471
|
}
|
|
6472
6472
|
export type JsonApiJwkOutWithLinksTypeEnum = 'jwk';
|
|
@@ -6482,7 +6482,7 @@ export interface JsonApiJwkPatch {
|
|
|
6482
6482
|
* API identifier of an object
|
|
6483
6483
|
*/
|
|
6484
6484
|
'id': string;
|
|
6485
|
-
'attributes'?:
|
|
6485
|
+
'attributes'?: JsonApiJwkOutAttributes;
|
|
6486
6486
|
}
|
|
6487
6487
|
export type JsonApiJwkPatchTypeEnum = 'jwk';
|
|
6488
6488
|
export interface JsonApiJwkPatchDocument {
|
|
@@ -6921,186 +6921,39 @@ export interface JsonApiLabelPatchDocument {
|
|
|
6921
6921
|
'data': JsonApiLabelPatch;
|
|
6922
6922
|
}
|
|
6923
6923
|
/**
|
|
6924
|
-
*
|
|
6925
|
-
*/
|
|
6926
|
-
export interface JsonApiLlmEndpointIn {
|
|
6927
|
-
/**
|
|
6928
|
-
* Object type
|
|
6929
|
-
*/
|
|
6930
|
-
'type': JsonApiLlmEndpointInTypeEnum;
|
|
6931
|
-
/**
|
|
6932
|
-
* API identifier of an object
|
|
6933
|
-
*/
|
|
6934
|
-
'id': string;
|
|
6935
|
-
'attributes': JsonApiLlmEndpointInAttributes;
|
|
6936
|
-
}
|
|
6937
|
-
export type JsonApiLlmEndpointInTypeEnum = 'llmEndpoint';
|
|
6938
|
-
export interface JsonApiLlmEndpointInAttributes {
|
|
6939
|
-
/**
|
|
6940
|
-
* User-facing title of the LLM Provider.
|
|
6941
|
-
*/
|
|
6942
|
-
'title': string;
|
|
6943
|
-
/**
|
|
6944
|
-
* LLM Provider.
|
|
6945
|
-
* @deprecated
|
|
6946
|
-
*/
|
|
6947
|
-
'provider'?: JsonApiLlmEndpointInAttributesProviderEnum;
|
|
6948
|
-
/**
|
|
6949
|
-
* Custom LLM endpoint.
|
|
6950
|
-
*/
|
|
6951
|
-
'baseUrl'?: string | null;
|
|
6952
|
-
/**
|
|
6953
|
-
* The token to use to connect to the LLM provider.
|
|
6954
|
-
*/
|
|
6955
|
-
'token': string;
|
|
6956
|
-
/**
|
|
6957
|
-
* Organization in LLM provider.
|
|
6958
|
-
*/
|
|
6959
|
-
'llmOrganization'?: string | null;
|
|
6960
|
-
/**
|
|
6961
|
-
* LLM Model. We provide a default model for each provider, but you can override it here.
|
|
6962
|
-
*/
|
|
6963
|
-
'llmModel'?: string;
|
|
6964
|
-
}
|
|
6965
|
-
export type JsonApiLlmEndpointInAttributesProviderEnum = 'OPENAI' | 'AZURE_OPENAI';
|
|
6966
|
-
export interface JsonApiLlmEndpointInDocument {
|
|
6967
|
-
/**
|
|
6968
|
-
* @deprecated
|
|
6969
|
-
*/
|
|
6970
|
-
'data': JsonApiLlmEndpointIn;
|
|
6971
|
-
}
|
|
6972
|
-
/**
|
|
6973
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
6974
|
-
*/
|
|
6975
|
-
export interface JsonApiLlmEndpointOut {
|
|
6976
|
-
/**
|
|
6977
|
-
* Object type
|
|
6978
|
-
*/
|
|
6979
|
-
'type': JsonApiLlmEndpointOutTypeEnum;
|
|
6980
|
-
/**
|
|
6981
|
-
* API identifier of an object
|
|
6982
|
-
*/
|
|
6983
|
-
'id': string;
|
|
6984
|
-
'attributes': JsonApiLlmEndpointOutAttributes;
|
|
6985
|
-
}
|
|
6986
|
-
export type JsonApiLlmEndpointOutTypeEnum = 'llmEndpoint';
|
|
6987
|
-
export interface JsonApiLlmEndpointOutAttributes {
|
|
6988
|
-
/**
|
|
6989
|
-
* User-facing title of the LLM Provider.
|
|
6990
|
-
*/
|
|
6991
|
-
'title': string;
|
|
6992
|
-
/**
|
|
6993
|
-
* LLM Provider.
|
|
6994
|
-
* @deprecated
|
|
6995
|
-
*/
|
|
6996
|
-
'provider'?: JsonApiLlmEndpointOutAttributesProviderEnum;
|
|
6997
|
-
/**
|
|
6998
|
-
* Custom LLM endpoint.
|
|
6999
|
-
*/
|
|
7000
|
-
'baseUrl'?: string | null;
|
|
7001
|
-
/**
|
|
7002
|
-
* Organization in LLM provider.
|
|
7003
|
-
*/
|
|
7004
|
-
'llmOrganization'?: string | null;
|
|
7005
|
-
/**
|
|
7006
|
-
* LLM Model. We provide a default model for each provider, but you can override it here.
|
|
7007
|
-
*/
|
|
7008
|
-
'llmModel'?: string;
|
|
7009
|
-
}
|
|
7010
|
-
export type JsonApiLlmEndpointOutAttributesProviderEnum = 'OPENAI' | 'AZURE_OPENAI';
|
|
7011
|
-
export interface JsonApiLlmEndpointOutDocument {
|
|
7012
|
-
/**
|
|
7013
|
-
* @deprecated
|
|
7014
|
-
*/
|
|
7015
|
-
'data': JsonApiLlmEndpointOut;
|
|
7016
|
-
'links'?: ObjectLinks;
|
|
7017
|
-
}
|
|
7018
|
-
/**
|
|
7019
|
-
* A JSON:API document with a list of resources
|
|
7020
|
-
*/
|
|
7021
|
-
export interface JsonApiLlmEndpointOutList {
|
|
7022
|
-
'data': Array<JsonApiLlmEndpointOutWithLinks>;
|
|
7023
|
-
'links'?: ListLinks;
|
|
7024
|
-
'meta'?: JsonApiAgentOutListMeta;
|
|
7025
|
-
}
|
|
7026
|
-
export interface JsonApiLlmEndpointOutWithLinks {
|
|
7027
|
-
/**
|
|
7028
|
-
* Object type
|
|
7029
|
-
*/
|
|
7030
|
-
'type': JsonApiLlmEndpointOutWithLinksTypeEnum;
|
|
7031
|
-
/**
|
|
7032
|
-
* API identifier of an object
|
|
7033
|
-
*/
|
|
7034
|
-
'id': string;
|
|
7035
|
-
'attributes': JsonApiLlmEndpointOutAttributes;
|
|
7036
|
-
'links'?: ObjectLinks;
|
|
7037
|
-
}
|
|
7038
|
-
export type JsonApiLlmEndpointOutWithLinksTypeEnum = 'llmEndpoint';
|
|
7039
|
-
/**
|
|
7040
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
6924
|
+
* LLM Provider configuration for connecting to LLM services.
|
|
7041
6925
|
*/
|
|
7042
|
-
export interface
|
|
6926
|
+
export interface JsonApiLlmProviderIn {
|
|
7043
6927
|
/**
|
|
7044
6928
|
* Object type
|
|
7045
6929
|
*/
|
|
7046
|
-
'type':
|
|
6930
|
+
'type': JsonApiLlmProviderInTypeEnum;
|
|
7047
6931
|
/**
|
|
7048
6932
|
* API identifier of an object
|
|
7049
6933
|
*/
|
|
7050
6934
|
'id': string;
|
|
7051
|
-
'attributes'
|
|
6935
|
+
'attributes'?: JsonApiLlmProviderOutAttributes;
|
|
7052
6936
|
}
|
|
7053
|
-
export type
|
|
7054
|
-
export interface
|
|
7055
|
-
|
|
7056
|
-
* User-facing title of the LLM Provider.
|
|
7057
|
-
*/
|
|
7058
|
-
'title'?: string;
|
|
7059
|
-
/**
|
|
7060
|
-
* LLM Provider.
|
|
7061
|
-
* @deprecated
|
|
7062
|
-
*/
|
|
7063
|
-
'provider'?: JsonApiLlmEndpointPatchAttributesProviderEnum;
|
|
7064
|
-
/**
|
|
7065
|
-
* Custom LLM endpoint.
|
|
7066
|
-
*/
|
|
7067
|
-
'baseUrl'?: string | null;
|
|
7068
|
-
/**
|
|
7069
|
-
* The token to use to connect to the LLM provider.
|
|
7070
|
-
*/
|
|
7071
|
-
'token'?: string;
|
|
7072
|
-
/**
|
|
7073
|
-
* Organization in LLM provider.
|
|
7074
|
-
*/
|
|
7075
|
-
'llmOrganization'?: string | null;
|
|
7076
|
-
/**
|
|
7077
|
-
* LLM Model. We provide a default model for each provider, but you can override it here.
|
|
7078
|
-
*/
|
|
7079
|
-
'llmModel'?: string;
|
|
7080
|
-
}
|
|
7081
|
-
export type JsonApiLlmEndpointPatchAttributesProviderEnum = 'OPENAI' | 'AZURE_OPENAI';
|
|
7082
|
-
export interface JsonApiLlmEndpointPatchDocument {
|
|
7083
|
-
/**
|
|
7084
|
-
* @deprecated
|
|
7085
|
-
*/
|
|
7086
|
-
'data': JsonApiLlmEndpointPatch;
|
|
6937
|
+
export type JsonApiLlmProviderInTypeEnum = 'llmProvider';
|
|
6938
|
+
export interface JsonApiLlmProviderInDocument {
|
|
6939
|
+
'data': JsonApiLlmProviderIn;
|
|
7087
6940
|
}
|
|
7088
6941
|
/**
|
|
7089
6942
|
* LLM Provider configuration for connecting to LLM services.
|
|
7090
6943
|
*/
|
|
7091
|
-
export interface
|
|
6944
|
+
export interface JsonApiLlmProviderOut {
|
|
7092
6945
|
/**
|
|
7093
6946
|
* Object type
|
|
7094
6947
|
*/
|
|
7095
|
-
'type':
|
|
6948
|
+
'type': JsonApiLlmProviderOutTypeEnum;
|
|
7096
6949
|
/**
|
|
7097
6950
|
* API identifier of an object
|
|
7098
6951
|
*/
|
|
7099
6952
|
'id': string;
|
|
7100
|
-
'attributes'?:
|
|
6953
|
+
'attributes'?: JsonApiLlmProviderOutAttributes;
|
|
7101
6954
|
}
|
|
7102
|
-
export type
|
|
7103
|
-
export interface
|
|
6955
|
+
export type JsonApiLlmProviderOutTypeEnum = 'llmProvider';
|
|
6956
|
+
export interface JsonApiLlmProviderOutAttributes {
|
|
7104
6957
|
'name'?: string | null;
|
|
7105
6958
|
/**
|
|
7106
6959
|
* Description of the LLM Provider.
|
|
@@ -7110,16 +6963,16 @@ export interface JsonApiLlmProviderInAttributes {
|
|
|
7110
6963
|
* Required ID of the default model to use from the models list.
|
|
7111
6964
|
*/
|
|
7112
6965
|
'defaultModelId'?: string | null;
|
|
7113
|
-
'providerConfig'?:
|
|
6966
|
+
'providerConfig'?: JsonApiLlmProviderOutAttributesProviderConfig | null;
|
|
7114
6967
|
/**
|
|
7115
6968
|
* List of LLM models available for this provider.
|
|
7116
6969
|
*/
|
|
7117
|
-
'models'?: Array<
|
|
6970
|
+
'models'?: Array<JsonApiLlmProviderOutAttributesModelsInner> | null;
|
|
7118
6971
|
}
|
|
7119
6972
|
/**
|
|
7120
6973
|
* LLM Model configuration (id, family) within a provider.
|
|
7121
6974
|
*/
|
|
7122
|
-
export interface
|
|
6975
|
+
export interface JsonApiLlmProviderOutAttributesModelsInner {
|
|
7123
6976
|
/**
|
|
7124
6977
|
* Unique identifier of the model (e.g., gpt-5.3, claude-4.6).
|
|
7125
6978
|
*/
|
|
@@ -7127,32 +6980,14 @@ export interface JsonApiLlmProviderInAttributesModelsInner {
|
|
|
7127
6980
|
/**
|
|
7128
6981
|
* Family of LLM models.
|
|
7129
6982
|
*/
|
|
7130
|
-
'family':
|
|
6983
|
+
'family': JsonApiLlmProviderOutAttributesModelsInnerFamilyEnum;
|
|
7131
6984
|
}
|
|
7132
|
-
export type
|
|
6985
|
+
export type JsonApiLlmProviderOutAttributesModelsInnerFamilyEnum = 'OPENAI' | 'ANTHROPIC' | 'META' | 'MISTRAL' | 'AMAZON' | 'GOOGLE' | 'COHERE' | 'UNKNOWN';
|
|
7133
6986
|
/**
|
|
7134
|
-
* @type
|
|
6987
|
+
* @type JsonApiLlmProviderOutAttributesProviderConfig
|
|
7135
6988
|
* Provider-specific configuration including authentication.
|
|
7136
6989
|
*/
|
|
7137
|
-
export type
|
|
7138
|
-
export interface JsonApiLlmProviderInDocument {
|
|
7139
|
-
'data': JsonApiLlmProviderIn;
|
|
7140
|
-
}
|
|
7141
|
-
/**
|
|
7142
|
-
* LLM Provider configuration for connecting to LLM services.
|
|
7143
|
-
*/
|
|
7144
|
-
export interface JsonApiLlmProviderOut {
|
|
7145
|
-
/**
|
|
7146
|
-
* Object type
|
|
7147
|
-
*/
|
|
7148
|
-
'type': JsonApiLlmProviderOutTypeEnum;
|
|
7149
|
-
/**
|
|
7150
|
-
* API identifier of an object
|
|
7151
|
-
*/
|
|
7152
|
-
'id': string;
|
|
7153
|
-
'attributes'?: JsonApiLlmProviderInAttributes;
|
|
7154
|
-
}
|
|
7155
|
-
export type JsonApiLlmProviderOutTypeEnum = 'llmProvider';
|
|
6990
|
+
export type JsonApiLlmProviderOutAttributesProviderConfig = AnthropicProviderConfig | AwsBedrockProviderConfig | AzureFoundryProviderConfig | OpenAIProviderConfig;
|
|
7156
6991
|
export interface JsonApiLlmProviderOutDocument {
|
|
7157
6992
|
'data': JsonApiLlmProviderOut;
|
|
7158
6993
|
'links'?: ObjectLinks;
|
|
@@ -7174,7 +7009,7 @@ export interface JsonApiLlmProviderOutWithLinks {
|
|
|
7174
7009
|
* API identifier of an object
|
|
7175
7010
|
*/
|
|
7176
7011
|
'id': string;
|
|
7177
|
-
'attributes'?:
|
|
7012
|
+
'attributes'?: JsonApiLlmProviderOutAttributes;
|
|
7178
7013
|
'links'?: ObjectLinks;
|
|
7179
7014
|
}
|
|
7180
7015
|
export type JsonApiLlmProviderOutWithLinksTypeEnum = 'llmProvider';
|
|
@@ -7190,7 +7025,7 @@ export interface JsonApiLlmProviderPatch {
|
|
|
7190
7025
|
* API identifier of an object
|
|
7191
7026
|
*/
|
|
7192
7027
|
'id': string;
|
|
7193
|
-
'attributes'?:
|
|
7028
|
+
'attributes'?: JsonApiLlmProviderOutAttributes;
|
|
7194
7029
|
}
|
|
7195
7030
|
export type JsonApiLlmProviderPatchTypeEnum = 'llmProvider';
|
|
7196
7031
|
export interface JsonApiLlmProviderPatchDocument {
|
|
@@ -7663,7 +7498,7 @@ export type JsonApiNotificationChannelOutTypeEnum = 'notificationChannel';
|
|
|
7663
7498
|
export interface JsonApiNotificationChannelOutAttributes {
|
|
7664
7499
|
'name'?: string | null;
|
|
7665
7500
|
'description'?: string | null;
|
|
7666
|
-
'destination'?:
|
|
7501
|
+
'destination'?: JsonApiNotificationChannelPostOptionalIdAttributesDestination;
|
|
7667
7502
|
'destinationType'?: JsonApiNotificationChannelOutAttributesDestinationTypeEnum | null;
|
|
7668
7503
|
/**
|
|
7669
7504
|
* Custom dashboard url that is going to be used in the notification. If not specified it is going to be deduced based on the context. Allowed placeholders are: {workspaceId} {dashboardId} {automationId} {asOfDate}
|
|
@@ -7690,11 +7525,6 @@ export type JsonApiNotificationChannelOutAttributesDestinationTypeEnum = 'WEBHOO
|
|
|
7690
7525
|
export type JsonApiNotificationChannelOutAttributesDashboardLinkVisibilityEnum = 'HIDDEN' | 'INTERNAL_ONLY' | 'ALL';
|
|
7691
7526
|
export type JsonApiNotificationChannelOutAttributesAllowedRecipientsEnum = 'CREATOR' | 'INTERNAL' | 'EXTERNAL';
|
|
7692
7527
|
export type JsonApiNotificationChannelOutAttributesInPlatformNotificationEnum = 'DISABLED' | 'ENABLED';
|
|
7693
|
-
/**
|
|
7694
|
-
* @type JsonApiNotificationChannelOutAttributesDestination
|
|
7695
|
-
* The destination where the notifications are to be sent.
|
|
7696
|
-
*/
|
|
7697
|
-
export type JsonApiNotificationChannelOutAttributesDestination = DefaultSmtp | InPlatform | Smtp | Webhook;
|
|
7698
7528
|
export interface JsonApiNotificationChannelOutDocument {
|
|
7699
7529
|
'data': JsonApiNotificationChannelOut;
|
|
7700
7530
|
'links'?: ObjectLinks;
|
|
@@ -7756,7 +7586,7 @@ export type JsonApiNotificationChannelPostOptionalIdTypeEnum = 'notificationChan
|
|
|
7756
7586
|
export interface JsonApiNotificationChannelPostOptionalIdAttributes {
|
|
7757
7587
|
'name'?: string | null;
|
|
7758
7588
|
'description'?: string | null;
|
|
7759
|
-
'destination'?:
|
|
7589
|
+
'destination'?: JsonApiNotificationChannelPostOptionalIdAttributesDestination;
|
|
7760
7590
|
/**
|
|
7761
7591
|
* Custom dashboard url that is going to be used in the notification. If not specified it is going to be deduced based on the context. Allowed placeholders are: {workspaceId} {dashboardId} {automationId} {asOfDate}
|
|
7762
7592
|
*/
|
|
@@ -7781,6 +7611,11 @@ export interface JsonApiNotificationChannelPostOptionalIdAttributes {
|
|
|
7781
7611
|
export type JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum = 'HIDDEN' | 'INTERNAL_ONLY' | 'ALL';
|
|
7782
7612
|
export type JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum = 'CREATOR' | 'INTERNAL' | 'EXTERNAL';
|
|
7783
7613
|
export type JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum = 'DISABLED' | 'ENABLED';
|
|
7614
|
+
/**
|
|
7615
|
+
* @type JsonApiNotificationChannelPostOptionalIdAttributesDestination
|
|
7616
|
+
* The destination where the notifications are to be sent.
|
|
7617
|
+
*/
|
|
7618
|
+
export type JsonApiNotificationChannelPostOptionalIdAttributesDestination = DefaultSmtp | InPlatform | Smtp | Webhook;
|
|
7784
7619
|
export interface JsonApiNotificationChannelPostOptionalIdDocument {
|
|
7785
7620
|
'data': JsonApiNotificationChannelPostOptionalId;
|
|
7786
7621
|
}
|
|
@@ -7870,7 +7705,7 @@ export type JsonApiOrganizationOutMetaPermissionsEnum = 'MANAGE' | 'SELF_CREATE_
|
|
|
7870
7705
|
export interface JsonApiOrganizationOutRelationships {
|
|
7871
7706
|
'bootstrapUser'?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
7872
7707
|
'bootstrapUserGroup'?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
|
|
7873
|
-
'identityProvider'?:
|
|
7708
|
+
'identityProvider'?: JsonApiOrganizationPatchRelationshipsIdentityProvider;
|
|
7874
7709
|
}
|
|
7875
7710
|
export interface JsonApiOrganizationOutRelationshipsBootstrapUser {
|
|
7876
7711
|
'data': JsonApiUserLinkage | null;
|
|
@@ -7878,9 +7713,6 @@ export interface JsonApiOrganizationOutRelationshipsBootstrapUser {
|
|
|
7878
7713
|
export interface JsonApiOrganizationOutRelationshipsBootstrapUserGroup {
|
|
7879
7714
|
'data': JsonApiUserGroupLinkage | null;
|
|
7880
7715
|
}
|
|
7881
|
-
export interface JsonApiOrganizationOutRelationshipsIdentityProvider {
|
|
7882
|
-
'data': JsonApiIdentityProviderLinkage | null;
|
|
7883
|
-
}
|
|
7884
7716
|
/**
|
|
7885
7717
|
* JSON:API representation of patching organization entity.
|
|
7886
7718
|
*/
|
|
@@ -7915,7 +7747,10 @@ export interface JsonApiOrganizationPatchDocument {
|
|
|
7915
7747
|
'data': JsonApiOrganizationPatch;
|
|
7916
7748
|
}
|
|
7917
7749
|
export interface JsonApiOrganizationPatchRelationships {
|
|
7918
|
-
'identityProvider'?:
|
|
7750
|
+
'identityProvider'?: JsonApiOrganizationPatchRelationshipsIdentityProvider;
|
|
7751
|
+
}
|
|
7752
|
+
export interface JsonApiOrganizationPatchRelationshipsIdentityProvider {
|
|
7753
|
+
'data': JsonApiIdentityProviderLinkage | null;
|
|
7919
7754
|
}
|
|
7920
7755
|
/**
|
|
7921
7756
|
* JSON:API representation of organizationSetting entity.
|
|
@@ -7957,7 +7792,7 @@ export interface JsonApiOrganizationSettingOutAttributes {
|
|
|
7957
7792
|
'content'?: object;
|
|
7958
7793
|
'type'?: JsonApiOrganizationSettingOutAttributesTypeEnum;
|
|
7959
7794
|
}
|
|
7960
|
-
export type JsonApiOrganizationSettingOutAttributesTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | '
|
|
7795
|
+
export 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';
|
|
7961
7796
|
export interface JsonApiOrganizationSettingOutDocument {
|
|
7962
7797
|
'data': JsonApiOrganizationSettingOut;
|
|
7963
7798
|
'links'?: ObjectLinks;
|
|
@@ -8568,6 +8403,7 @@ export interface JsonApiUserOutAttributes {
|
|
|
8568
8403
|
'firstname'?: string;
|
|
8569
8404
|
'lastname'?: string;
|
|
8570
8405
|
'email'?: string;
|
|
8406
|
+
'systemAccount'?: boolean;
|
|
8571
8407
|
}
|
|
8572
8408
|
export interface JsonApiUserOutDocument {
|
|
8573
8409
|
'data': JsonApiUserOut;
|
|
@@ -9006,7 +8842,7 @@ export interface JsonApiWorkspaceAutomationOutRelationships {
|
|
|
9006
8842
|
'createdBy'?: JsonApiAgentOutRelationshipsCreatedBy;
|
|
9007
8843
|
'modifiedBy'?: JsonApiAgentOutRelationshipsCreatedBy;
|
|
9008
8844
|
'exportDefinitions'?: JsonApiWorkspaceAutomationOutRelationshipsExportDefinitions;
|
|
9009
|
-
'recipients'?:
|
|
8845
|
+
'recipients'?: JsonApiIpAllowlistPolicyInRelationshipsUsers;
|
|
9010
8846
|
'automationResults'?: JsonApiWorkspaceAutomationOutRelationshipsAutomationResults;
|
|
9011
8847
|
}
|
|
9012
8848
|
export interface JsonApiWorkspaceAutomationOutRelationshipsAutomationResults {
|
|
@@ -9541,6 +9377,43 @@ export interface LabelIdentifier {
|
|
|
9541
9377
|
'type': LabelIdentifierTypeEnum;
|
|
9542
9378
|
}
|
|
9543
9379
|
export type LabelIdentifierTypeEnum = 'label';
|
|
9380
|
+
export interface LdmObjectPermissions {
|
|
9381
|
+
/**
|
|
9382
|
+
* List of rules
|
|
9383
|
+
*/
|
|
9384
|
+
'rules': Array<RulePermission>;
|
|
9385
|
+
/**
|
|
9386
|
+
* List of users
|
|
9387
|
+
*/
|
|
9388
|
+
'users': Array<UserPermission>;
|
|
9389
|
+
/**
|
|
9390
|
+
* List of user groups
|
|
9391
|
+
*/
|
|
9392
|
+
'userGroups': Array<UserGroupPermission>;
|
|
9393
|
+
}
|
|
9394
|
+
/**
|
|
9395
|
+
* Desired levels of permissions on an LDM object (attribute, label, fact) for an assignee.
|
|
9396
|
+
*/
|
|
9397
|
+
export interface LdmObjectPermissionsAssignment {
|
|
9398
|
+
'permissions': Array<LdmObjectPermissionsAssignmentPermissionsEnum>;
|
|
9399
|
+
}
|
|
9400
|
+
export type LdmObjectPermissionsAssignmentPermissionsEnum = 'EDIT' | 'SHARE' | 'VIEW';
|
|
9401
|
+
/**
|
|
9402
|
+
* Desired levels of LDM-object permissions for an assignee identified by an identifier.
|
|
9403
|
+
*/
|
|
9404
|
+
export interface LdmObjectPermissionsForAssignee {
|
|
9405
|
+
'permissions': Array<LdmObjectPermissionsForAssigneePermissionsEnum>;
|
|
9406
|
+
'assigneeIdentifier': AssigneeIdentifier;
|
|
9407
|
+
}
|
|
9408
|
+
export type LdmObjectPermissionsForAssigneePermissionsEnum = 'EDIT' | 'SHARE' | 'VIEW';
|
|
9409
|
+
/**
|
|
9410
|
+
* Desired levels of LDM-object permissions for a collection of assignees identified by a rule.
|
|
9411
|
+
*/
|
|
9412
|
+
export interface LdmObjectPermissionsForAssigneeRule {
|
|
9413
|
+
'permissions': Array<LdmObjectPermissionsForAssigneeRulePermissionsEnum>;
|
|
9414
|
+
'assigneeRule': AssigneeRule;
|
|
9415
|
+
}
|
|
9416
|
+
export type LdmObjectPermissionsForAssigneeRulePermissionsEnum = 'EDIT' | 'SHARE' | 'VIEW';
|
|
9544
9417
|
export interface ListLinks {
|
|
9545
9418
|
/**
|
|
9546
9419
|
* A string containing the link\'s URL.
|
|
@@ -9589,6 +9462,10 @@ export interface LocaleRequest {
|
|
|
9589
9462
|
* @type ManageDashboardPermissionsRequestInner
|
|
9590
9463
|
*/
|
|
9591
9464
|
export type ManageDashboardPermissionsRequestInner = PermissionsForAssignee | PermissionsForAssigneeRule;
|
|
9465
|
+
/**
|
|
9466
|
+
* @type ManageLabelPermissionsRequestInner
|
|
9467
|
+
*/
|
|
9468
|
+
export type ManageLabelPermissionsRequestInner = LdmObjectPermissionsForAssignee | LdmObjectPermissionsForAssigneeRule;
|
|
9592
9469
|
/**
|
|
9593
9470
|
* Filter via label with given match type and literal value.
|
|
9594
9471
|
*/
|
|
@@ -10245,7 +10122,7 @@ export interface ResolvedSetting {
|
|
|
10245
10122
|
*/
|
|
10246
10123
|
'type'?: ResolvedSettingTypeEnum;
|
|
10247
10124
|
}
|
|
10248
|
-
export type ResolvedSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | '
|
|
10125
|
+
export type ResolvedSettingTypeEnum = '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';
|
|
10249
10126
|
export interface RsaSpecification {
|
|
10250
10127
|
'kty': RsaSpecificationKtyEnum;
|
|
10251
10128
|
'alg': RsaSpecificationAlgEnum;
|
|
@@ -10743,6 +10620,10 @@ export interface UserManagementUsersItem {
|
|
|
10743
10620
|
* Is user organization admin
|
|
10744
10621
|
*/
|
|
10745
10622
|
'organizationAdmin': boolean;
|
|
10623
|
+
/**
|
|
10624
|
+
* Is user system account
|
|
10625
|
+
*/
|
|
10626
|
+
'systemAccount': boolean;
|
|
10746
10627
|
'userGroups': Array<UserGroupIdentifier>;
|
|
10747
10628
|
'workspaces': Array<UserManagementWorkspacePermissionAssignment>;
|
|
10748
10629
|
'dataSources': Array<UserManagementDataSourcePermissionAssignment>;
|
|
@@ -12864,6 +12745,16 @@ export declare function ActionsApiAxiosParamCreator_AddTargets(id: string, ipAll
|
|
|
12864
12745
|
* @throws {RequiredError}
|
|
12865
12746
|
*/
|
|
12866
12747
|
export declare function ActionsApiAxiosParamCreator_AllPlatformUsage(options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
12748
|
+
/**
|
|
12749
|
+
*
|
|
12750
|
+
* @summary Get Attribute Permissions
|
|
12751
|
+
* @param {string} workspaceId
|
|
12752
|
+
* @param {string} attributeId
|
|
12753
|
+
* @param {*} [options] Override http request option.
|
|
12754
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
12755
|
+
* @throws {RequiredError}
|
|
12756
|
+
*/
|
|
12757
|
+
export declare function ActionsApiAxiosParamCreator_AttributePermissions(workspaceId: string, attributeId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
12867
12758
|
/**
|
|
12868
12759
|
*
|
|
12869
12760
|
* @summary Get Available Assignees
|
|
@@ -12923,6 +12814,16 @@ export declare function ActionsApiAxiosParamCreator_DeleteOrganizationAutomation
|
|
|
12923
12814
|
* @throws {RequiredError}
|
|
12924
12815
|
*/
|
|
12925
12816
|
export declare function ActionsApiAxiosParamCreator_DeleteWorkspaceAutomations(workspaceId: string, workspaceAutomationManagementBulkRequest: WorkspaceAutomationManagementBulkRequest, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
12817
|
+
/**
|
|
12818
|
+
*
|
|
12819
|
+
* @summary Get Fact Permissions
|
|
12820
|
+
* @param {string} workspaceId
|
|
12821
|
+
* @param {string} factId
|
|
12822
|
+
* @param {*} [options] Override http request option.
|
|
12823
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
12824
|
+
* @throws {RequiredError}
|
|
12825
|
+
*/
|
|
12826
|
+
export declare function ActionsApiAxiosParamCreator_FactPermissions(workspaceId: string, factId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
12926
12827
|
/**
|
|
12927
12828
|
* Generate logical data model (LDM) from physical data model (PDM) stored in data source.
|
|
12928
12829
|
* @summary Generate logical data model (LDM) from physical data model (PDM)
|
|
@@ -12979,6 +12880,16 @@ export declare function ActionsApiAxiosParamCreator_InheritedEntityConflicts(wor
|
|
|
12979
12880
|
* @throws {RequiredError}
|
|
12980
12881
|
*/
|
|
12981
12882
|
export declare function ActionsApiAxiosParamCreator_InheritedEntityPrefixes(workspaceId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
12883
|
+
/**
|
|
12884
|
+
*
|
|
12885
|
+
* @summary Get Label Permissions
|
|
12886
|
+
* @param {string} workspaceId
|
|
12887
|
+
* @param {string} labelId
|
|
12888
|
+
* @param {*} [options] Override http request option.
|
|
12889
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
12890
|
+
* @throws {RequiredError}
|
|
12891
|
+
*/
|
|
12892
|
+
export declare function ActionsApiAxiosParamCreator_LabelPermissions(workspaceId: string, labelId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
12982
12893
|
/**
|
|
12983
12894
|
*
|
|
12984
12895
|
* @param {string} workspaceId
|
|
@@ -13001,6 +12912,17 @@ export declare function ActionsApiAxiosParamCreator_ListWorkspaceUserGroups(work
|
|
|
13001
12912
|
* @throws {RequiredError}
|
|
13002
12913
|
*/
|
|
13003
12914
|
export declare function ActionsApiAxiosParamCreator_ListWorkspaceUsers(workspaceId: string, page?: number, size?: number, name?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
12915
|
+
/**
|
|
12916
|
+
*
|
|
12917
|
+
* @summary Manage Permissions for an Attribute
|
|
12918
|
+
* @param {string} workspaceId
|
|
12919
|
+
* @param {string} attributeId
|
|
12920
|
+
* @param {Array<ManageLabelPermissionsRequestInner>} manageLabelPermissionsRequestInner
|
|
12921
|
+
* @param {*} [options] Override http request option.
|
|
12922
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
12923
|
+
* @throws {RequiredError}
|
|
12924
|
+
*/
|
|
12925
|
+
export declare function ActionsApiAxiosParamCreator_ManageAttributePermissions(workspaceId: string, attributeId: string, manageLabelPermissionsRequestInner: Array<ManageLabelPermissionsRequestInner>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
13004
12926
|
/**
|
|
13005
12927
|
*
|
|
13006
12928
|
* @summary Manage Permissions for a Dashboard
|
|
@@ -13022,6 +12944,28 @@ export declare function ActionsApiAxiosParamCreator_ManageDashboardPermissions(w
|
|
|
13022
12944
|
* @throws {RequiredError}
|
|
13023
12945
|
*/
|
|
13024
12946
|
export declare function ActionsApiAxiosParamCreator_ManageDataSourcePermissions(dataSourceId: string, dataSourcePermissionAssignment: Array<DataSourcePermissionAssignment>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
12947
|
+
/**
|
|
12948
|
+
*
|
|
12949
|
+
* @summary Manage Permissions for a Fact
|
|
12950
|
+
* @param {string} workspaceId
|
|
12951
|
+
* @param {string} factId
|
|
12952
|
+
* @param {Array<ManageLabelPermissionsRequestInner>} manageLabelPermissionsRequestInner
|
|
12953
|
+
* @param {*} [options] Override http request option.
|
|
12954
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
12955
|
+
* @throws {RequiredError}
|
|
12956
|
+
*/
|
|
12957
|
+
export declare function ActionsApiAxiosParamCreator_ManageFactPermissions(workspaceId: string, factId: string, manageLabelPermissionsRequestInner: Array<ManageLabelPermissionsRequestInner>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
12958
|
+
/**
|
|
12959
|
+
*
|
|
12960
|
+
* @summary Manage Permissions for a Label
|
|
12961
|
+
* @param {string} workspaceId
|
|
12962
|
+
* @param {string} labelId
|
|
12963
|
+
* @param {Array<ManageLabelPermissionsRequestInner>} manageLabelPermissionsRequestInner
|
|
12964
|
+
* @param {*} [options] Override http request option.
|
|
12965
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
12966
|
+
* @throws {RequiredError}
|
|
12967
|
+
*/
|
|
12968
|
+
export declare function ActionsApiAxiosParamCreator_ManageLabelPermissions(workspaceId: string, labelId: string, manageLabelPermissionsRequestInner: Array<ManageLabelPermissionsRequestInner>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
13025
12969
|
/**
|
|
13026
12970
|
* Manage Permissions for a Organization
|
|
13027
12971
|
* @summary Manage Permissions for a Organization
|
|
@@ -13305,6 +13249,17 @@ export declare function ActionsApi_AddTargets(axios: AxiosInstance, basePath: st
|
|
|
13305
13249
|
* @throws {RequiredError}
|
|
13306
13250
|
*/
|
|
13307
13251
|
export declare function ActionsApi_AllPlatformUsage(axios: AxiosInstance, basePath: string, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<Array<PlatformUsage>>;
|
|
13252
|
+
/**
|
|
13253
|
+
*
|
|
13254
|
+
* @summary Get Attribute Permissions
|
|
13255
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
13256
|
+
* @param {string} basePath Base path.
|
|
13257
|
+
* @param {ActionsApiAttributePermissionsRequest} requestParameters Request parameters.
|
|
13258
|
+
* @param {*} [options] Override http request option.
|
|
13259
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
13260
|
+
* @throws {RequiredError}
|
|
13261
|
+
*/
|
|
13262
|
+
export declare function ActionsApi_AttributePermissions(axios: AxiosInstance, basePath: string, requestParameters: ActionsApiAttributePermissionsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<LdmObjectPermissions>;
|
|
13308
13263
|
/**
|
|
13309
13264
|
*
|
|
13310
13265
|
* @summary Get Available Assignees
|
|
@@ -13371,6 +13326,17 @@ export declare function ActionsApi_DeleteOrganizationAutomations(axios: AxiosIns
|
|
|
13371
13326
|
* @throws {RequiredError}
|
|
13372
13327
|
*/
|
|
13373
13328
|
export declare function ActionsApi_DeleteWorkspaceAutomations(axios: AxiosInstance, basePath: string, requestParameters: ActionsApiDeleteWorkspaceAutomationsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
13329
|
+
/**
|
|
13330
|
+
*
|
|
13331
|
+
* @summary Get Fact Permissions
|
|
13332
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
13333
|
+
* @param {string} basePath Base path.
|
|
13334
|
+
* @param {ActionsApiFactPermissionsRequest} requestParameters Request parameters.
|
|
13335
|
+
* @param {*} [options] Override http request option.
|
|
13336
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
13337
|
+
* @throws {RequiredError}
|
|
13338
|
+
*/
|
|
13339
|
+
export declare function ActionsApi_FactPermissions(axios: AxiosInstance, basePath: string, requestParameters: ActionsApiFactPermissionsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<LdmObjectPermissions>;
|
|
13374
13340
|
/**
|
|
13375
13341
|
* Generate logical data model (LDM) from physical data model (PDM) stored in data source.
|
|
13376
13342
|
* @summary Generate logical data model (LDM) from physical data model (PDM)
|
|
@@ -13437,6 +13403,17 @@ export declare function ActionsApi_InheritedEntityConflicts(axios: AxiosInstance
|
|
|
13437
13403
|
* @throws {RequiredError}
|
|
13438
13404
|
*/
|
|
13439
13405
|
export declare function ActionsApi_InheritedEntityPrefixes(axios: AxiosInstance, basePath: string, requestParameters: ActionsApiInheritedEntityPrefixesRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<Array<string>>;
|
|
13406
|
+
/**
|
|
13407
|
+
*
|
|
13408
|
+
* @summary Get Label Permissions
|
|
13409
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
13410
|
+
* @param {string} basePath Base path.
|
|
13411
|
+
* @param {ActionsApiLabelPermissionsRequest} requestParameters Request parameters.
|
|
13412
|
+
* @param {*} [options] Override http request option.
|
|
13413
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
13414
|
+
* @throws {RequiredError}
|
|
13415
|
+
*/
|
|
13416
|
+
export declare function ActionsApi_LabelPermissions(axios: AxiosInstance, basePath: string, requestParameters: ActionsApiLabelPermissionsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<LdmObjectPermissions>;
|
|
13440
13417
|
/**
|
|
13441
13418
|
*
|
|
13442
13419
|
* @param {AxiosInstance} axios Axios instance.
|
|
@@ -13457,6 +13434,17 @@ export declare function ActionsApi_ListWorkspaceUserGroups(axios: AxiosInstance,
|
|
|
13457
13434
|
* @throws {RequiredError}
|
|
13458
13435
|
*/
|
|
13459
13436
|
export declare function ActionsApi_ListWorkspaceUsers(axios: AxiosInstance, basePath: string, requestParameters: ActionsApiListWorkspaceUsersRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<WorkspaceUsers>;
|
|
13437
|
+
/**
|
|
13438
|
+
*
|
|
13439
|
+
* @summary Manage Permissions for an Attribute
|
|
13440
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
13441
|
+
* @param {string} basePath Base path.
|
|
13442
|
+
* @param {ActionsApiManageAttributePermissionsRequest} requestParameters Request parameters.
|
|
13443
|
+
* @param {*} [options] Override http request option.
|
|
13444
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
13445
|
+
* @throws {RequiredError}
|
|
13446
|
+
*/
|
|
13447
|
+
export declare function ActionsApi_ManageAttributePermissions(axios: AxiosInstance, basePath: string, requestParameters: ActionsApiManageAttributePermissionsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
13460
13448
|
/**
|
|
13461
13449
|
*
|
|
13462
13450
|
* @summary Manage Permissions for a Dashboard
|
|
@@ -13479,6 +13467,28 @@ export declare function ActionsApi_ManageDashboardPermissions(axios: AxiosInstan
|
|
|
13479
13467
|
* @throws {RequiredError}
|
|
13480
13468
|
*/
|
|
13481
13469
|
export declare function ActionsApi_ManageDataSourcePermissions(axios: AxiosInstance, basePath: string, requestParameters: ActionsApiManageDataSourcePermissionsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
13470
|
+
/**
|
|
13471
|
+
*
|
|
13472
|
+
* @summary Manage Permissions for a Fact
|
|
13473
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
13474
|
+
* @param {string} basePath Base path.
|
|
13475
|
+
* @param {ActionsApiManageFactPermissionsRequest} requestParameters Request parameters.
|
|
13476
|
+
* @param {*} [options] Override http request option.
|
|
13477
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
13478
|
+
* @throws {RequiredError}
|
|
13479
|
+
*/
|
|
13480
|
+
export declare function ActionsApi_ManageFactPermissions(axios: AxiosInstance, basePath: string, requestParameters: ActionsApiManageFactPermissionsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
13481
|
+
/**
|
|
13482
|
+
*
|
|
13483
|
+
* @summary Manage Permissions for a Label
|
|
13484
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
13485
|
+
* @param {string} basePath Base path.
|
|
13486
|
+
* @param {ActionsApiManageLabelPermissionsRequest} requestParameters Request parameters.
|
|
13487
|
+
* @param {*} [options] Override http request option.
|
|
13488
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
13489
|
+
* @throws {RequiredError}
|
|
13490
|
+
*/
|
|
13491
|
+
export declare function ActionsApi_ManageLabelPermissions(axios: AxiosInstance, basePath: string, requestParameters: ActionsApiManageLabelPermissionsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
13482
13492
|
/**
|
|
13483
13493
|
* Manage Permissions for a Organization
|
|
13484
13494
|
* @summary Manage Permissions for a Organization
|
|
@@ -13807,6 +13817,15 @@ export interface ActionsApiInterface {
|
|
|
13807
13817
|
* @memberof ActionsApiInterface
|
|
13808
13818
|
*/
|
|
13809
13819
|
allPlatformUsage(options?: AxiosRequestConfig): AxiosPromise<Array<PlatformUsage>>;
|
|
13820
|
+
/**
|
|
13821
|
+
*
|
|
13822
|
+
* @summary Get Attribute Permissions
|
|
13823
|
+
* @param {ActionsApiAttributePermissionsRequest} requestParameters Request parameters.
|
|
13824
|
+
* @param {*} [options] Override http request option.
|
|
13825
|
+
* @throws {RequiredError}
|
|
13826
|
+
* @memberof ActionsApiInterface
|
|
13827
|
+
*/
|
|
13828
|
+
attributePermissions(requestParameters: ActionsApiAttributePermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<LdmObjectPermissions>;
|
|
13810
13829
|
/**
|
|
13811
13830
|
*
|
|
13812
13831
|
* @summary Get Available Assignees
|
|
@@ -13861,6 +13880,15 @@ export interface ActionsApiInterface {
|
|
|
13861
13880
|
* @memberof ActionsApiInterface
|
|
13862
13881
|
*/
|
|
13863
13882
|
deleteWorkspaceAutomations(requestParameters: ActionsApiDeleteWorkspaceAutomationsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
13883
|
+
/**
|
|
13884
|
+
*
|
|
13885
|
+
* @summary Get Fact Permissions
|
|
13886
|
+
* @param {ActionsApiFactPermissionsRequest} requestParameters Request parameters.
|
|
13887
|
+
* @param {*} [options] Override http request option.
|
|
13888
|
+
* @throws {RequiredError}
|
|
13889
|
+
* @memberof ActionsApiInterface
|
|
13890
|
+
*/
|
|
13891
|
+
factPermissions(requestParameters: ActionsApiFactPermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<LdmObjectPermissions>;
|
|
13864
13892
|
/**
|
|
13865
13893
|
* Generate logical data model (LDM) from physical data model (PDM) stored in data source.
|
|
13866
13894
|
* @summary Generate logical data model (LDM) from physical data model (PDM)
|
|
@@ -13915,6 +13943,15 @@ export interface ActionsApiInterface {
|
|
|
13915
13943
|
* @memberof ActionsApiInterface
|
|
13916
13944
|
*/
|
|
13917
13945
|
inheritedEntityPrefixes(requestParameters: ActionsApiInheritedEntityPrefixesRequest, options?: AxiosRequestConfig): AxiosPromise<Array<string>>;
|
|
13946
|
+
/**
|
|
13947
|
+
*
|
|
13948
|
+
* @summary Get Label Permissions
|
|
13949
|
+
* @param {ActionsApiLabelPermissionsRequest} requestParameters Request parameters.
|
|
13950
|
+
* @param {*} [options] Override http request option.
|
|
13951
|
+
* @throws {RequiredError}
|
|
13952
|
+
* @memberof ActionsApiInterface
|
|
13953
|
+
*/
|
|
13954
|
+
labelPermissions(requestParameters: ActionsApiLabelPermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<LdmObjectPermissions>;
|
|
13918
13955
|
/**
|
|
13919
13956
|
*
|
|
13920
13957
|
* @param {ActionsApiListWorkspaceUserGroupsRequest} requestParameters Request parameters.
|
|
@@ -13931,6 +13968,15 @@ export interface ActionsApiInterface {
|
|
|
13931
13968
|
* @memberof ActionsApiInterface
|
|
13932
13969
|
*/
|
|
13933
13970
|
listWorkspaceUsers(requestParameters: ActionsApiListWorkspaceUsersRequest, options?: AxiosRequestConfig): AxiosPromise<WorkspaceUsers>;
|
|
13971
|
+
/**
|
|
13972
|
+
*
|
|
13973
|
+
* @summary Manage Permissions for an Attribute
|
|
13974
|
+
* @param {ActionsApiManageAttributePermissionsRequest} requestParameters Request parameters.
|
|
13975
|
+
* @param {*} [options] Override http request option.
|
|
13976
|
+
* @throws {RequiredError}
|
|
13977
|
+
* @memberof ActionsApiInterface
|
|
13978
|
+
*/
|
|
13979
|
+
manageAttributePermissions(requestParameters: ActionsApiManageAttributePermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
13934
13980
|
/**
|
|
13935
13981
|
*
|
|
13936
13982
|
* @summary Manage Permissions for a Dashboard
|
|
@@ -13949,6 +13995,24 @@ export interface ActionsApiInterface {
|
|
|
13949
13995
|
* @memberof ActionsApiInterface
|
|
13950
13996
|
*/
|
|
13951
13997
|
manageDataSourcePermissions(requestParameters: ActionsApiManageDataSourcePermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
13998
|
+
/**
|
|
13999
|
+
*
|
|
14000
|
+
* @summary Manage Permissions for a Fact
|
|
14001
|
+
* @param {ActionsApiManageFactPermissionsRequest} requestParameters Request parameters.
|
|
14002
|
+
* @param {*} [options] Override http request option.
|
|
14003
|
+
* @throws {RequiredError}
|
|
14004
|
+
* @memberof ActionsApiInterface
|
|
14005
|
+
*/
|
|
14006
|
+
manageFactPermissions(requestParameters: ActionsApiManageFactPermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
14007
|
+
/**
|
|
14008
|
+
*
|
|
14009
|
+
* @summary Manage Permissions for a Label
|
|
14010
|
+
* @param {ActionsApiManageLabelPermissionsRequest} requestParameters Request parameters.
|
|
14011
|
+
* @param {*} [options] Override http request option.
|
|
14012
|
+
* @throws {RequiredError}
|
|
14013
|
+
* @memberof ActionsApiInterface
|
|
14014
|
+
*/
|
|
14015
|
+
manageLabelPermissions(requestParameters: ActionsApiManageLabelPermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
13952
14016
|
/**
|
|
13953
14017
|
* Manage Permissions for a Organization
|
|
13954
14018
|
* @summary Manage Permissions for a Organization
|
|
@@ -14218,6 +14282,25 @@ export interface ActionsApiAddTargetsRequest {
|
|
|
14218
14282
|
*/
|
|
14219
14283
|
readonly ipAllowlistPolicyTargets: IpAllowlistPolicyTargets;
|
|
14220
14284
|
}
|
|
14285
|
+
/**
|
|
14286
|
+
* Request parameters for attributePermissions operation in ActionsApi.
|
|
14287
|
+
* @export
|
|
14288
|
+
* @interface ActionsApiAttributePermissionsRequest
|
|
14289
|
+
*/
|
|
14290
|
+
export interface ActionsApiAttributePermissionsRequest {
|
|
14291
|
+
/**
|
|
14292
|
+
*
|
|
14293
|
+
* @type {string}
|
|
14294
|
+
* @memberof ActionsApiAttributePermissions
|
|
14295
|
+
*/
|
|
14296
|
+
readonly workspaceId: string;
|
|
14297
|
+
/**
|
|
14298
|
+
*
|
|
14299
|
+
* @type {string}
|
|
14300
|
+
* @memberof ActionsApiAttributePermissions
|
|
14301
|
+
*/
|
|
14302
|
+
readonly attributeId: string;
|
|
14303
|
+
}
|
|
14221
14304
|
/**
|
|
14222
14305
|
* Request parameters for availableAssignees operation in ActionsApi.
|
|
14223
14306
|
* @export
|
|
@@ -14326,6 +14409,25 @@ export interface ActionsApiDeleteWorkspaceAutomationsRequest {
|
|
|
14326
14409
|
*/
|
|
14327
14410
|
readonly workspaceAutomationManagementBulkRequest: WorkspaceAutomationManagementBulkRequest;
|
|
14328
14411
|
}
|
|
14412
|
+
/**
|
|
14413
|
+
* Request parameters for factPermissions operation in ActionsApi.
|
|
14414
|
+
* @export
|
|
14415
|
+
* @interface ActionsApiFactPermissionsRequest
|
|
14416
|
+
*/
|
|
14417
|
+
export interface ActionsApiFactPermissionsRequest {
|
|
14418
|
+
/**
|
|
14419
|
+
*
|
|
14420
|
+
* @type {string}
|
|
14421
|
+
* @memberof ActionsApiFactPermissions
|
|
14422
|
+
*/
|
|
14423
|
+
readonly workspaceId: string;
|
|
14424
|
+
/**
|
|
14425
|
+
*
|
|
14426
|
+
* @type {string}
|
|
14427
|
+
* @memberof ActionsApiFactPermissions
|
|
14428
|
+
*/
|
|
14429
|
+
readonly factId: string;
|
|
14430
|
+
}
|
|
14329
14431
|
/**
|
|
14330
14432
|
* Request parameters for generateLogicalModel operation in ActionsApi.
|
|
14331
14433
|
* @export
|
|
@@ -14416,6 +14518,25 @@ export interface ActionsApiInheritedEntityPrefixesRequest {
|
|
|
14416
14518
|
*/
|
|
14417
14519
|
readonly workspaceId: string;
|
|
14418
14520
|
}
|
|
14521
|
+
/**
|
|
14522
|
+
* Request parameters for labelPermissions operation in ActionsApi.
|
|
14523
|
+
* @export
|
|
14524
|
+
* @interface ActionsApiLabelPermissionsRequest
|
|
14525
|
+
*/
|
|
14526
|
+
export interface ActionsApiLabelPermissionsRequest {
|
|
14527
|
+
/**
|
|
14528
|
+
*
|
|
14529
|
+
* @type {string}
|
|
14530
|
+
* @memberof ActionsApiLabelPermissions
|
|
14531
|
+
*/
|
|
14532
|
+
readonly workspaceId: string;
|
|
14533
|
+
/**
|
|
14534
|
+
*
|
|
14535
|
+
* @type {string}
|
|
14536
|
+
* @memberof ActionsApiLabelPermissions
|
|
14537
|
+
*/
|
|
14538
|
+
readonly labelId: string;
|
|
14539
|
+
}
|
|
14419
14540
|
/**
|
|
14420
14541
|
* Request parameters for listWorkspaceUserGroups operation in ActionsApi.
|
|
14421
14542
|
* @export
|
|
@@ -14478,6 +14599,31 @@ export interface ActionsApiListWorkspaceUsersRequest {
|
|
|
14478
14599
|
*/
|
|
14479
14600
|
readonly name?: string;
|
|
14480
14601
|
}
|
|
14602
|
+
/**
|
|
14603
|
+
* Request parameters for manageAttributePermissions operation in ActionsApi.
|
|
14604
|
+
* @export
|
|
14605
|
+
* @interface ActionsApiManageAttributePermissionsRequest
|
|
14606
|
+
*/
|
|
14607
|
+
export interface ActionsApiManageAttributePermissionsRequest {
|
|
14608
|
+
/**
|
|
14609
|
+
*
|
|
14610
|
+
* @type {string}
|
|
14611
|
+
* @memberof ActionsApiManageAttributePermissions
|
|
14612
|
+
*/
|
|
14613
|
+
readonly workspaceId: string;
|
|
14614
|
+
/**
|
|
14615
|
+
*
|
|
14616
|
+
* @type {string}
|
|
14617
|
+
* @memberof ActionsApiManageAttributePermissions
|
|
14618
|
+
*/
|
|
14619
|
+
readonly attributeId: string;
|
|
14620
|
+
/**
|
|
14621
|
+
*
|
|
14622
|
+
* @type {Array<ManageLabelPermissionsRequestInner>}
|
|
14623
|
+
* @memberof ActionsApiManageAttributePermissions
|
|
14624
|
+
*/
|
|
14625
|
+
readonly manageLabelPermissionsRequestInner: Array<ManageLabelPermissionsRequestInner>;
|
|
14626
|
+
}
|
|
14481
14627
|
/**
|
|
14482
14628
|
* Request parameters for manageDashboardPermissions operation in ActionsApi.
|
|
14483
14629
|
* @export
|
|
@@ -14522,6 +14668,56 @@ export interface ActionsApiManageDataSourcePermissionsRequest {
|
|
|
14522
14668
|
*/
|
|
14523
14669
|
readonly dataSourcePermissionAssignment: Array<DataSourcePermissionAssignment>;
|
|
14524
14670
|
}
|
|
14671
|
+
/**
|
|
14672
|
+
* Request parameters for manageFactPermissions operation in ActionsApi.
|
|
14673
|
+
* @export
|
|
14674
|
+
* @interface ActionsApiManageFactPermissionsRequest
|
|
14675
|
+
*/
|
|
14676
|
+
export interface ActionsApiManageFactPermissionsRequest {
|
|
14677
|
+
/**
|
|
14678
|
+
*
|
|
14679
|
+
* @type {string}
|
|
14680
|
+
* @memberof ActionsApiManageFactPermissions
|
|
14681
|
+
*/
|
|
14682
|
+
readonly workspaceId: string;
|
|
14683
|
+
/**
|
|
14684
|
+
*
|
|
14685
|
+
* @type {string}
|
|
14686
|
+
* @memberof ActionsApiManageFactPermissions
|
|
14687
|
+
*/
|
|
14688
|
+
readonly factId: string;
|
|
14689
|
+
/**
|
|
14690
|
+
*
|
|
14691
|
+
* @type {Array<ManageLabelPermissionsRequestInner>}
|
|
14692
|
+
* @memberof ActionsApiManageFactPermissions
|
|
14693
|
+
*/
|
|
14694
|
+
readonly manageLabelPermissionsRequestInner: Array<ManageLabelPermissionsRequestInner>;
|
|
14695
|
+
}
|
|
14696
|
+
/**
|
|
14697
|
+
* Request parameters for manageLabelPermissions operation in ActionsApi.
|
|
14698
|
+
* @export
|
|
14699
|
+
* @interface ActionsApiManageLabelPermissionsRequest
|
|
14700
|
+
*/
|
|
14701
|
+
export interface ActionsApiManageLabelPermissionsRequest {
|
|
14702
|
+
/**
|
|
14703
|
+
*
|
|
14704
|
+
* @type {string}
|
|
14705
|
+
* @memberof ActionsApiManageLabelPermissions
|
|
14706
|
+
*/
|
|
14707
|
+
readonly workspaceId: string;
|
|
14708
|
+
/**
|
|
14709
|
+
*
|
|
14710
|
+
* @type {string}
|
|
14711
|
+
* @memberof ActionsApiManageLabelPermissions
|
|
14712
|
+
*/
|
|
14713
|
+
readonly labelId: string;
|
|
14714
|
+
/**
|
|
14715
|
+
*
|
|
14716
|
+
* @type {Array<ManageLabelPermissionsRequestInner>}
|
|
14717
|
+
* @memberof ActionsApiManageLabelPermissions
|
|
14718
|
+
*/
|
|
14719
|
+
readonly manageLabelPermissionsRequestInner: Array<ManageLabelPermissionsRequestInner>;
|
|
14720
|
+
}
|
|
14525
14721
|
/**
|
|
14526
14722
|
* Request parameters for manageOrganizationPermissions operation in ActionsApi.
|
|
14527
14723
|
* @export
|
|
@@ -14949,6 +15145,15 @@ export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
|
|
|
14949
15145
|
* @memberof ActionsApi
|
|
14950
15146
|
*/
|
|
14951
15147
|
allPlatformUsage(options?: AxiosRequestConfig): AxiosPromise<PlatformUsage[]>;
|
|
15148
|
+
/**
|
|
15149
|
+
*
|
|
15150
|
+
* @summary Get Attribute Permissions
|
|
15151
|
+
* @param {ActionsApiAttributePermissionsRequest} requestParameters Request parameters.
|
|
15152
|
+
* @param {*} [options] Override http request option.
|
|
15153
|
+
* @throws {RequiredError}
|
|
15154
|
+
* @memberof ActionsApi
|
|
15155
|
+
*/
|
|
15156
|
+
attributePermissions(requestParameters: ActionsApiAttributePermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<LdmObjectPermissions>;
|
|
14952
15157
|
/**
|
|
14953
15158
|
*
|
|
14954
15159
|
* @summary Get Available Assignees
|
|
@@ -15003,6 +15208,15 @@ export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
|
|
|
15003
15208
|
* @memberof ActionsApi
|
|
15004
15209
|
*/
|
|
15005
15210
|
deleteWorkspaceAutomations(requestParameters: ActionsApiDeleteWorkspaceAutomationsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
15211
|
+
/**
|
|
15212
|
+
*
|
|
15213
|
+
* @summary Get Fact Permissions
|
|
15214
|
+
* @param {ActionsApiFactPermissionsRequest} requestParameters Request parameters.
|
|
15215
|
+
* @param {*} [options] Override http request option.
|
|
15216
|
+
* @throws {RequiredError}
|
|
15217
|
+
* @memberof ActionsApi
|
|
15218
|
+
*/
|
|
15219
|
+
factPermissions(requestParameters: ActionsApiFactPermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<LdmObjectPermissions>;
|
|
15006
15220
|
/**
|
|
15007
15221
|
* Generate logical data model (LDM) from physical data model (PDM) stored in data source.
|
|
15008
15222
|
* @summary Generate logical data model (LDM) from physical data model (PDM)
|
|
@@ -15057,6 +15271,15 @@ export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
|
|
|
15057
15271
|
* @memberof ActionsApi
|
|
15058
15272
|
*/
|
|
15059
15273
|
inheritedEntityPrefixes(requestParameters: ActionsApiInheritedEntityPrefixesRequest, options?: AxiosRequestConfig): AxiosPromise<string[]>;
|
|
15274
|
+
/**
|
|
15275
|
+
*
|
|
15276
|
+
* @summary Get Label Permissions
|
|
15277
|
+
* @param {ActionsApiLabelPermissionsRequest} requestParameters Request parameters.
|
|
15278
|
+
* @param {*} [options] Override http request option.
|
|
15279
|
+
* @throws {RequiredError}
|
|
15280
|
+
* @memberof ActionsApi
|
|
15281
|
+
*/
|
|
15282
|
+
labelPermissions(requestParameters: ActionsApiLabelPermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<LdmObjectPermissions>;
|
|
15060
15283
|
/**
|
|
15061
15284
|
*
|
|
15062
15285
|
* @param {ActionsApiListWorkspaceUserGroupsRequest} requestParameters Request parameters.
|
|
@@ -15073,6 +15296,15 @@ export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
|
|
|
15073
15296
|
* @memberof ActionsApi
|
|
15074
15297
|
*/
|
|
15075
15298
|
listWorkspaceUsers(requestParameters: ActionsApiListWorkspaceUsersRequest, options?: AxiosRequestConfig): AxiosPromise<WorkspaceUsers>;
|
|
15299
|
+
/**
|
|
15300
|
+
*
|
|
15301
|
+
* @summary Manage Permissions for an Attribute
|
|
15302
|
+
* @param {ActionsApiManageAttributePermissionsRequest} requestParameters Request parameters.
|
|
15303
|
+
* @param {*} [options] Override http request option.
|
|
15304
|
+
* @throws {RequiredError}
|
|
15305
|
+
* @memberof ActionsApi
|
|
15306
|
+
*/
|
|
15307
|
+
manageAttributePermissions(requestParameters: ActionsApiManageAttributePermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
15076
15308
|
/**
|
|
15077
15309
|
*
|
|
15078
15310
|
* @summary Manage Permissions for a Dashboard
|
|
@@ -15091,6 +15323,24 @@ export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
|
|
|
15091
15323
|
* @memberof ActionsApi
|
|
15092
15324
|
*/
|
|
15093
15325
|
manageDataSourcePermissions(requestParameters: ActionsApiManageDataSourcePermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
15326
|
+
/**
|
|
15327
|
+
*
|
|
15328
|
+
* @summary Manage Permissions for a Fact
|
|
15329
|
+
* @param {ActionsApiManageFactPermissionsRequest} requestParameters Request parameters.
|
|
15330
|
+
* @param {*} [options] Override http request option.
|
|
15331
|
+
* @throws {RequiredError}
|
|
15332
|
+
* @memberof ActionsApi
|
|
15333
|
+
*/
|
|
15334
|
+
manageFactPermissions(requestParameters: ActionsApiManageFactPermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
15335
|
+
/**
|
|
15336
|
+
*
|
|
15337
|
+
* @summary Manage Permissions for a Label
|
|
15338
|
+
* @param {ActionsApiManageLabelPermissionsRequest} requestParameters Request parameters.
|
|
15339
|
+
* @param {*} [options] Override http request option.
|
|
15340
|
+
* @throws {RequiredError}
|
|
15341
|
+
* @memberof ActionsApi
|
|
15342
|
+
*/
|
|
15343
|
+
manageLabelPermissions(requestParameters: ActionsApiManageLabelPermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
15094
15344
|
/**
|
|
15095
15345
|
* Manage Permissions for a Organization
|
|
15096
15346
|
* @summary Manage Permissions for a Organization
|
|
@@ -29936,6 +30186,14 @@ export declare class DependencyGraphApi extends BaseAPI implements DependencyGra
|
|
|
29936
30186
|
*/
|
|
29937
30187
|
getDependentEntitiesGraphFromEntryPoints(requestParameters: DependencyGraphApiGetDependentEntitiesGraphFromEntryPointsRequest, options?: AxiosRequestConfig): AxiosPromise<DependentEntitiesResponse>;
|
|
29938
30188
|
}
|
|
30189
|
+
/**
|
|
30190
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
30191
|
+
* @summary Post LLM endpoint entities (Removed)
|
|
30192
|
+
* @param {*} [options] Override http request option.
|
|
30193
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
30194
|
+
* @throws {RequiredError}
|
|
30195
|
+
*/
|
|
30196
|
+
export declare function EntitiesApiAxiosParamCreator_CreateEntity(options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
29939
30197
|
/**
|
|
29940
30198
|
* AI Agent - behavior configuration for AI assistants
|
|
29941
30199
|
* @summary Post Agent entities
|
|
@@ -30146,15 +30404,6 @@ export declare function EntitiesApiAxiosParamCreator_CreateEntityJwks(jsonApiJwk
|
|
|
30146
30404
|
* @throws {RequiredError}
|
|
30147
30405
|
*/
|
|
30148
30406
|
export declare function EntitiesApiAxiosParamCreator_CreateEntityKnowledgeRecommendations(workspaceId: string, jsonApiKnowledgeRecommendationPostOptionalIdDocument: JsonApiKnowledgeRecommendationPostOptionalIdDocument, include?: Array<'metrics' | 'analyticalDashboards' | 'metric' | 'analyticalDashboard' | 'ALL'>, metaInclude?: Array<'origin' | 'all' | 'ALL'>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
30149
|
-
/**
|
|
30150
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
30151
|
-
* @summary Post LLM endpoint entities
|
|
30152
|
-
* @param {JsonApiLlmEndpointInDocument} jsonApiLlmEndpointInDocument
|
|
30153
|
-
* @param {*} [options] Override http request option.
|
|
30154
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
30155
|
-
* @throws {RequiredError}
|
|
30156
|
-
*/
|
|
30157
|
-
export declare function EntitiesApiAxiosParamCreator_CreateEntityLlmEndpoints(jsonApiLlmEndpointInDocument: JsonApiLlmEndpointInDocument, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
30158
30407
|
/**
|
|
30159
30408
|
* LLM Provider - connection configuration for LLM services
|
|
30160
30409
|
* @summary Post LLM Provider entities
|
|
@@ -30327,6 +30576,15 @@ export declare function EntitiesApiAxiosParamCreator_CreateEntityWorkspaceSettin
|
|
|
30327
30576
|
* @throws {RequiredError}
|
|
30328
30577
|
*/
|
|
30329
30578
|
export declare function EntitiesApiAxiosParamCreator_CreateEntityWorkspaces(jsonApiWorkspaceInDocument: JsonApiWorkspaceInDocument, include?: Array<'workspaces' | 'parent' | 'ALL'>, metaInclude?: Array<'config' | 'permissions' | 'hierarchy' | 'dataModelDatasets' | 'all' | 'ALL'>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
30579
|
+
/**
|
|
30580
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
30581
|
+
* @summary Delete LLM endpoint entity (Removed)
|
|
30582
|
+
* @param {string} id
|
|
30583
|
+
* @param {*} [options] Override http request option.
|
|
30584
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
30585
|
+
* @throws {RequiredError}
|
|
30586
|
+
*/
|
|
30587
|
+
export declare function EntitiesApiAxiosParamCreator_DeleteEntity(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
30330
30588
|
/**
|
|
30331
30589
|
*
|
|
30332
30590
|
* @summary Delete Agent entity
|
|
@@ -30518,15 +30776,6 @@ export declare function EntitiesApiAxiosParamCreator_DeleteEntityJwks(id: string
|
|
|
30518
30776
|
* @throws {RequiredError}
|
|
30519
30777
|
*/
|
|
30520
30778
|
export declare function EntitiesApiAxiosParamCreator_DeleteEntityKnowledgeRecommendations(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
30521
|
-
/**
|
|
30522
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
30523
|
-
* @summary Delete LLM endpoint entity
|
|
30524
|
-
* @param {string} id
|
|
30525
|
-
* @param {*} [options] Override http request option.
|
|
30526
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
30527
|
-
* @throws {RequiredError}
|
|
30528
|
-
*/
|
|
30529
|
-
export declare function EntitiesApiAxiosParamCreator_DeleteEntityLlmEndpoints(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
30530
30779
|
/**
|
|
30531
30780
|
*
|
|
30532
30781
|
* @summary Delete LLM Provider entity
|
|
@@ -30694,6 +30943,14 @@ export declare function EntitiesApiAxiosParamCreator_DeleteEntityWorkspaces(id:
|
|
|
30694
30943
|
* @throws {RequiredError}
|
|
30695
30944
|
*/
|
|
30696
30945
|
export declare function EntitiesApiAxiosParamCreator_GetAllAutomationsWorkspaceAutomations(filter?: string, include?: Array<'workspaces' | 'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'workspace' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<'page' | 'all' | 'ALL'>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
30946
|
+
/**
|
|
30947
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
30948
|
+
* @summary Get all LLM endpoint entities (Removed)
|
|
30949
|
+
* @param {*} [options] Override http request option.
|
|
30950
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
30951
|
+
* @throws {RequiredError}
|
|
30952
|
+
*/
|
|
30953
|
+
export declare function EntitiesApiAxiosParamCreator_GetAllEntities(options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
30697
30954
|
/**
|
|
30698
30955
|
*
|
|
30699
30956
|
* @summary Get all Agent entities
|
|
@@ -31104,19 +31361,6 @@ export declare function EntitiesApiAxiosParamCreator_GetAllEntitiesKnowledgeReco
|
|
|
31104
31361
|
* @throws {RequiredError}
|
|
31105
31362
|
*/
|
|
31106
31363
|
export declare function EntitiesApiAxiosParamCreator_GetAllEntitiesLabels(workspaceId: string, origin?: 'ALL' | 'PARENTS' | 'NATIVE', filter?: string, include?: Array<'attributes' | 'attribute' | 'ALL'>, page?: number, size?: number, sort?: Array<string>, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<'origin' | 'page' | 'all' | 'ALL'>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
31107
|
-
/**
|
|
31108
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
31109
|
-
* @summary Get all LLM endpoint entities
|
|
31110
|
-
* @param {string} [filter] 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==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
31111
|
-
* @param {number} [page] Zero-based page index (0..N)
|
|
31112
|
-
* @param {number} [size] The size of the page to be returned
|
|
31113
|
-
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
31114
|
-
* @param {Array<'page' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
31115
|
-
* @param {*} [options] Override http request option.
|
|
31116
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
31117
|
-
* @throws {RequiredError}
|
|
31118
|
-
*/
|
|
31119
|
-
export declare function EntitiesApiAxiosParamCreator_GetAllEntitiesLlmEndpoints(filter?: string, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<'page' | 'all' | 'ALL'>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
31120
31364
|
/**
|
|
31121
31365
|
*
|
|
31122
31366
|
* @summary Get all LLM Provider entities
|
|
@@ -31402,6 +31646,15 @@ export declare function EntitiesApiAxiosParamCreator_GetAllOptions(options?: Axi
|
|
|
31402
31646
|
* @throws {RequiredError}
|
|
31403
31647
|
*/
|
|
31404
31648
|
export declare function EntitiesApiAxiosParamCreator_GetDataSourceDrivers(options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
31649
|
+
/**
|
|
31650
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
31651
|
+
* @summary Get LLM endpoint entity (Removed)
|
|
31652
|
+
* @param {string} id
|
|
31653
|
+
* @param {*} [options] Override http request option.
|
|
31654
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
31655
|
+
* @throws {RequiredError}
|
|
31656
|
+
*/
|
|
31657
|
+
export declare function EntitiesApiAxiosParamCreator_GetEntity(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
31405
31658
|
/**
|
|
31406
31659
|
*
|
|
31407
31660
|
* @summary Get Agent entity
|
|
@@ -31742,16 +31995,6 @@ export declare function EntitiesApiAxiosParamCreator_GetEntityKnowledgeRecommend
|
|
|
31742
31995
|
* @throws {RequiredError}
|
|
31743
31996
|
*/
|
|
31744
31997
|
export declare function EntitiesApiAxiosParamCreator_GetEntityLabels(workspaceId: string, objectId: string, filter?: string, include?: Array<'attributes' | 'attribute' | 'ALL'>, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<'origin' | 'all' | 'ALL'>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
31745
|
-
/**
|
|
31746
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
31747
|
-
* @summary Get LLM endpoint entity
|
|
31748
|
-
* @param {string} id
|
|
31749
|
-
* @param {string} [filter] 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==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
31750
|
-
* @param {*} [options] Override http request option.
|
|
31751
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
31752
|
-
* @throws {RequiredError}
|
|
31753
|
-
*/
|
|
31754
|
-
export declare function EntitiesApiAxiosParamCreator_GetEntityLlmEndpoints(id: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
31755
31998
|
/**
|
|
31756
31999
|
*
|
|
31757
32000
|
* @summary Get LLM Provider entity
|
|
@@ -31989,6 +32232,15 @@ export declare function EntitiesApiAxiosParamCreator_GetEntityWorkspaces(id: str
|
|
|
31989
32232
|
* @throws {RequiredError}
|
|
31990
32233
|
*/
|
|
31991
32234
|
export declare function EntitiesApiAxiosParamCreator_GetOrganization(metaInclude?: Array<'permissions' | 'all'>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
32235
|
+
/**
|
|
32236
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
32237
|
+
* @summary Patch LLM endpoint entity (Removed)
|
|
32238
|
+
* @param {string} id
|
|
32239
|
+
* @param {*} [options] Override http request option.
|
|
32240
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
32241
|
+
* @throws {RequiredError}
|
|
32242
|
+
*/
|
|
32243
|
+
export declare function EntitiesApiAxiosParamCreator_PatchEntity(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
31992
32244
|
/**
|
|
31993
32245
|
*
|
|
31994
32246
|
* @summary Patch Agent entity
|
|
@@ -32257,17 +32509,6 @@ export declare function EntitiesApiAxiosParamCreator_PatchEntityKnowledgeRecomme
|
|
|
32257
32509
|
* @throws {RequiredError}
|
|
32258
32510
|
*/
|
|
32259
32511
|
export declare function EntitiesApiAxiosParamCreator_PatchEntityLabels(workspaceId: string, objectId: string, jsonApiLabelPatchDocument: JsonApiLabelPatchDocument, filter?: string, include?: Array<'attributes' | 'attribute' | 'ALL'>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
32260
|
-
/**
|
|
32261
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
32262
|
-
* @summary Patch LLM endpoint entity
|
|
32263
|
-
* @param {string} id
|
|
32264
|
-
* @param {JsonApiLlmEndpointPatchDocument} jsonApiLlmEndpointPatchDocument
|
|
32265
|
-
* @param {string} [filter] 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==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
32266
|
-
* @param {*} [options] Override http request option.
|
|
32267
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
32268
|
-
* @throws {RequiredError}
|
|
32269
|
-
*/
|
|
32270
|
-
export declare function EntitiesApiAxiosParamCreator_PatchEntityLlmEndpoints(id: string, jsonApiLlmEndpointPatchDocument: JsonApiLlmEndpointPatchDocument, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
32271
32512
|
/**
|
|
32272
32513
|
*
|
|
32273
32514
|
* @summary Patch LLM Provider entity
|
|
@@ -32739,6 +32980,15 @@ export declare function EntitiesApiAxiosParamCreator_SearchEntitiesWorkspaceData
|
|
|
32739
32980
|
* @throws {RequiredError}
|
|
32740
32981
|
*/
|
|
32741
32982
|
export declare function EntitiesApiAxiosParamCreator_SearchEntitiesWorkspaceSettings(workspaceId: string, entitySearchBody: EntitySearchBody, origin?: 'ALL' | 'PARENTS' | 'NATIVE', xGDCVALIDATERELATIONS?: boolean, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
32983
|
+
/**
|
|
32984
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
32985
|
+
* @summary PUT LLM endpoint entity (Removed)
|
|
32986
|
+
* @param {string} id
|
|
32987
|
+
* @param {*} [options] Override http request option.
|
|
32988
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
32989
|
+
* @throws {RequiredError}
|
|
32990
|
+
*/
|
|
32991
|
+
export declare function EntitiesApiAxiosParamCreator_UpdateEntity(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
32742
32992
|
/**
|
|
32743
32993
|
*
|
|
32744
32994
|
* @summary Put Agent entity
|
|
@@ -32979,17 +33229,6 @@ export declare function EntitiesApiAxiosParamCreator_UpdateEntityJwks(id: string
|
|
|
32979
33229
|
* @throws {RequiredError}
|
|
32980
33230
|
*/
|
|
32981
33231
|
export declare function EntitiesApiAxiosParamCreator_UpdateEntityKnowledgeRecommendations(workspaceId: string, objectId: string, jsonApiKnowledgeRecommendationInDocument: JsonApiKnowledgeRecommendationInDocument, filter?: string, include?: Array<'metrics' | 'analyticalDashboards' | 'metric' | 'analyticalDashboard' | 'ALL'>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
32982
|
-
/**
|
|
32983
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
32984
|
-
* @summary PUT LLM endpoint entity
|
|
32985
|
-
* @param {string} id
|
|
32986
|
-
* @param {JsonApiLlmEndpointInDocument} jsonApiLlmEndpointInDocument
|
|
32987
|
-
* @param {string} [filter] 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==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
32988
|
-
* @param {*} [options] Override http request option.
|
|
32989
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
32990
|
-
* @throws {RequiredError}
|
|
32991
|
-
*/
|
|
32992
|
-
export declare function EntitiesApiAxiosParamCreator_UpdateEntityLlmEndpoints(id: string, jsonApiLlmEndpointInDocument: JsonApiLlmEndpointInDocument, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
32993
33232
|
/**
|
|
32994
33233
|
*
|
|
32995
33234
|
* @summary PUT LLM Provider entity
|
|
@@ -33197,6 +33436,16 @@ export declare function EntitiesApiAxiosParamCreator_UpdateEntityWorkspaceSettin
|
|
|
33197
33436
|
* @throws {RequiredError}
|
|
33198
33437
|
*/
|
|
33199
33438
|
export declare function EntitiesApiAxiosParamCreator_UpdateEntityWorkspaces(id: string, jsonApiWorkspaceInDocument: JsonApiWorkspaceInDocument, filter?: string, include?: Array<'workspaces' | 'parent' | 'ALL'>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
33439
|
+
/**
|
|
33440
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
33441
|
+
* @summary Post LLM endpoint entities (Removed)
|
|
33442
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
33443
|
+
* @param {string} basePath Base path.
|
|
33444
|
+
* @param {*} [options] Override http request option.
|
|
33445
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
33446
|
+
* @throws {RequiredError}
|
|
33447
|
+
*/
|
|
33448
|
+
export declare function EntitiesApi_CreateEntity(axios: AxiosInstance, basePath: string, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
33200
33449
|
/**
|
|
33201
33450
|
* AI Agent - behavior configuration for AI assistants
|
|
33202
33451
|
* @summary Post Agent entities
|
|
@@ -33417,17 +33666,6 @@ export declare function EntitiesApi_CreateEntityJwks(axios: AxiosInstance, baseP
|
|
|
33417
33666
|
* @throws {RequiredError}
|
|
33418
33667
|
*/
|
|
33419
33668
|
export declare function EntitiesApi_CreateEntityKnowledgeRecommendations(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiCreateEntityKnowledgeRecommendationsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiKnowledgeRecommendationOutDocument>;
|
|
33420
|
-
/**
|
|
33421
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
33422
|
-
* @summary Post LLM endpoint entities
|
|
33423
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
33424
|
-
* @param {string} basePath Base path.
|
|
33425
|
-
* @param {EntitiesApiCreateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
33426
|
-
* @param {*} [options] Override http request option.
|
|
33427
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
33428
|
-
* @throws {RequiredError}
|
|
33429
|
-
*/
|
|
33430
|
-
export declare function EntitiesApi_CreateEntityLlmEndpoints(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiCreateEntityLlmEndpointsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
33431
33669
|
/**
|
|
33432
33670
|
* LLM Provider - connection configuration for LLM services
|
|
33433
33671
|
* @summary Post LLM Provider entities
|
|
@@ -33604,6 +33842,17 @@ export declare function EntitiesApi_CreateEntityWorkspaceSettings(axios: AxiosIn
|
|
|
33604
33842
|
* @throws {RequiredError}
|
|
33605
33843
|
*/
|
|
33606
33844
|
export declare function EntitiesApi_CreateEntityWorkspaces(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiCreateEntityWorkspacesRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiWorkspaceOutDocument>;
|
|
33845
|
+
/**
|
|
33846
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
33847
|
+
* @summary Delete LLM endpoint entity (Removed)
|
|
33848
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
33849
|
+
* @param {string} basePath Base path.
|
|
33850
|
+
* @param {EntitiesApiDeleteEntityRequest} requestParameters Request parameters.
|
|
33851
|
+
* @param {*} [options] Override http request option.
|
|
33852
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
33853
|
+
* @throws {RequiredError}
|
|
33854
|
+
*/
|
|
33855
|
+
export declare function EntitiesApi_DeleteEntity(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiDeleteEntityRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
33607
33856
|
/**
|
|
33608
33857
|
*
|
|
33609
33858
|
* @summary Delete Agent entity
|
|
@@ -33824,17 +34073,6 @@ export declare function EntitiesApi_DeleteEntityJwks(axios: AxiosInstance, baseP
|
|
|
33824
34073
|
* @throws {RequiredError}
|
|
33825
34074
|
*/
|
|
33826
34075
|
export declare function EntitiesApi_DeleteEntityKnowledgeRecommendations(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiDeleteEntityKnowledgeRecommendationsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
33827
|
-
/**
|
|
33828
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
33829
|
-
* @summary Delete LLM endpoint entity
|
|
33830
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
33831
|
-
* @param {string} basePath Base path.
|
|
33832
|
-
* @param {EntitiesApiDeleteEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
33833
|
-
* @param {*} [options] Override http request option.
|
|
33834
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
33835
|
-
* @throws {RequiredError}
|
|
33836
|
-
*/
|
|
33837
|
-
export declare function EntitiesApi_DeleteEntityLlmEndpoints(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiDeleteEntityLlmEndpointsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
33838
34076
|
/**
|
|
33839
34077
|
*
|
|
33840
34078
|
* @summary Delete LLM Provider entity
|
|
@@ -34022,6 +34260,16 @@ export declare function EntitiesApi_DeleteEntityWorkspaces(axios: AxiosInstance,
|
|
|
34022
34260
|
* @throws {RequiredError}
|
|
34023
34261
|
*/
|
|
34024
34262
|
export declare function EntitiesApi_GetAllAutomationsWorkspaceAutomations(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiGetAllAutomationsWorkspaceAutomationsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiWorkspaceAutomationOutList>;
|
|
34263
|
+
/**
|
|
34264
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
34265
|
+
* @summary Get all LLM endpoint entities (Removed)
|
|
34266
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
34267
|
+
* @param {string} basePath Base path.
|
|
34268
|
+
* @param {*} [options] Override http request option.
|
|
34269
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
34270
|
+
* @throws {RequiredError}
|
|
34271
|
+
*/
|
|
34272
|
+
export declare function EntitiesApi_GetAllEntities(axios: AxiosInstance, basePath: string, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
34025
34273
|
/**
|
|
34026
34274
|
*
|
|
34027
34275
|
* @summary Get all Agent entities
|
|
@@ -34319,17 +34567,6 @@ export declare function EntitiesApi_GetAllEntitiesKnowledgeRecommendations(axios
|
|
|
34319
34567
|
* @throws {RequiredError}
|
|
34320
34568
|
*/
|
|
34321
34569
|
export declare function EntitiesApi_GetAllEntitiesLabels(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiGetAllEntitiesLabelsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiLabelOutList>;
|
|
34322
|
-
/**
|
|
34323
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
34324
|
-
* @summary Get all LLM endpoint entities
|
|
34325
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
34326
|
-
* @param {string} basePath Base path.
|
|
34327
|
-
* @param {EntitiesApiGetAllEntitiesLlmEndpointsRequest} requestParameters Request parameters.
|
|
34328
|
-
* @param {*} [options] Override http request option.
|
|
34329
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
34330
|
-
* @throws {RequiredError}
|
|
34331
|
-
*/
|
|
34332
|
-
export declare function EntitiesApi_GetAllEntitiesLlmEndpoints(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiGetAllEntitiesLlmEndpointsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiLlmEndpointOutList>;
|
|
34333
34570
|
/**
|
|
34334
34571
|
*
|
|
34335
34572
|
* @summary Get all LLM Provider entities
|
|
@@ -34550,6 +34787,17 @@ export declare function EntitiesApi_GetAllOptions(axios: AxiosInstance, basePath
|
|
|
34550
34787
|
export declare function EntitiesApi_GetDataSourceDrivers(axios: AxiosInstance, basePath: string, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<{
|
|
34551
34788
|
[key: string]: string;
|
|
34552
34789
|
}>;
|
|
34790
|
+
/**
|
|
34791
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
34792
|
+
* @summary Get LLM endpoint entity (Removed)
|
|
34793
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
34794
|
+
* @param {string} basePath Base path.
|
|
34795
|
+
* @param {EntitiesApiGetEntityRequest} requestParameters Request parameters.
|
|
34796
|
+
* @param {*} [options] Override http request option.
|
|
34797
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
34798
|
+
* @throws {RequiredError}
|
|
34799
|
+
*/
|
|
34800
|
+
export declare function EntitiesApi_GetEntity(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiGetEntityRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
34553
34801
|
/**
|
|
34554
34802
|
*
|
|
34555
34803
|
* @summary Get Agent entity
|
|
@@ -34858,17 +35106,6 @@ export declare function EntitiesApi_GetEntityKnowledgeRecommendations(axios: Axi
|
|
|
34858
35106
|
* @throws {RequiredError}
|
|
34859
35107
|
*/
|
|
34860
35108
|
export declare function EntitiesApi_GetEntityLabels(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiGetEntityLabelsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiLabelOutDocument>;
|
|
34861
|
-
/**
|
|
34862
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
34863
|
-
* @summary Get LLM endpoint entity
|
|
34864
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
34865
|
-
* @param {string} basePath Base path.
|
|
34866
|
-
* @param {EntitiesApiGetEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
34867
|
-
* @param {*} [options] Override http request option.
|
|
34868
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
34869
|
-
* @throws {RequiredError}
|
|
34870
|
-
*/
|
|
34871
|
-
export declare function EntitiesApi_GetEntityLlmEndpoints(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiGetEntityLlmEndpointsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
34872
35109
|
/**
|
|
34873
35110
|
*
|
|
34874
35111
|
* @summary Get LLM Provider entity
|
|
@@ -35089,6 +35326,17 @@ export declare function EntitiesApi_GetEntityWorkspaces(axios: AxiosInstance, ba
|
|
|
35089
35326
|
* @throws {RequiredError}
|
|
35090
35327
|
*/
|
|
35091
35328
|
export declare function EntitiesApi_GetOrganization(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiGetOrganizationRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
35329
|
+
/**
|
|
35330
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
35331
|
+
* @summary Patch LLM endpoint entity (Removed)
|
|
35332
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
35333
|
+
* @param {string} basePath Base path.
|
|
35334
|
+
* @param {EntitiesApiPatchEntityRequest} requestParameters Request parameters.
|
|
35335
|
+
* @param {*} [options] Override http request option.
|
|
35336
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
35337
|
+
* @throws {RequiredError}
|
|
35338
|
+
*/
|
|
35339
|
+
export declare function EntitiesApi_PatchEntity(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiPatchEntityRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
35092
35340
|
/**
|
|
35093
35341
|
*
|
|
35094
35342
|
* @summary Patch Agent entity
|
|
@@ -35331,17 +35579,6 @@ export declare function EntitiesApi_PatchEntityKnowledgeRecommendations(axios: A
|
|
|
35331
35579
|
* @throws {RequiredError}
|
|
35332
35580
|
*/
|
|
35333
35581
|
export declare function EntitiesApi_PatchEntityLabels(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiPatchEntityLabelsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiLabelOutDocument>;
|
|
35334
|
-
/**
|
|
35335
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
35336
|
-
* @summary Patch LLM endpoint entity
|
|
35337
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
35338
|
-
* @param {string} basePath Base path.
|
|
35339
|
-
* @param {EntitiesApiPatchEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
35340
|
-
* @param {*} [options] Override http request option.
|
|
35341
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
35342
|
-
* @throws {RequiredError}
|
|
35343
|
-
*/
|
|
35344
|
-
export declare function EntitiesApi_PatchEntityLlmEndpoints(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiPatchEntityLlmEndpointsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
35345
35582
|
/**
|
|
35346
35583
|
*
|
|
35347
35584
|
* @summary Patch LLM Provider entity
|
|
@@ -35771,6 +36008,17 @@ export declare function EntitiesApi_SearchEntitiesWorkspaceDataFilters(axios: Ax
|
|
|
35771
36008
|
* @throws {RequiredError}
|
|
35772
36009
|
*/
|
|
35773
36010
|
export declare function EntitiesApi_SearchEntitiesWorkspaceSettings(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiSearchEntitiesWorkspaceSettingsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiWorkspaceSettingOutList>;
|
|
36011
|
+
/**
|
|
36012
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
36013
|
+
* @summary PUT LLM endpoint entity (Removed)
|
|
36014
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
36015
|
+
* @param {string} basePath Base path.
|
|
36016
|
+
* @param {EntitiesApiUpdateEntityRequest} requestParameters Request parameters.
|
|
36017
|
+
* @param {*} [options] Override http request option.
|
|
36018
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
36019
|
+
* @throws {RequiredError}
|
|
36020
|
+
*/
|
|
36021
|
+
export declare function EntitiesApi_UpdateEntity(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiUpdateEntityRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
35774
36022
|
/**
|
|
35775
36023
|
*
|
|
35776
36024
|
* @summary Put Agent entity
|
|
@@ -35991,17 +36239,6 @@ export declare function EntitiesApi_UpdateEntityJwks(axios: AxiosInstance, baseP
|
|
|
35991
36239
|
* @throws {RequiredError}
|
|
35992
36240
|
*/
|
|
35993
36241
|
export declare function EntitiesApi_UpdateEntityKnowledgeRecommendations(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiUpdateEntityKnowledgeRecommendationsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiKnowledgeRecommendationOutDocument>;
|
|
35994
|
-
/**
|
|
35995
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
35996
|
-
* @summary PUT LLM endpoint entity
|
|
35997
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
35998
|
-
* @param {string} basePath Base path.
|
|
35999
|
-
* @param {EntitiesApiUpdateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
36000
|
-
* @param {*} [options] Override http request option.
|
|
36001
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
36002
|
-
* @throws {RequiredError}
|
|
36003
|
-
*/
|
|
36004
|
-
export declare function EntitiesApi_UpdateEntityLlmEndpoints(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiUpdateEntityLlmEndpointsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
36005
36242
|
/**
|
|
36006
36243
|
*
|
|
36007
36244
|
* @summary PUT LLM Provider entity
|
|
@@ -36195,6 +36432,15 @@ export declare function EntitiesApi_UpdateEntityWorkspaces(axios: AxiosInstance,
|
|
|
36195
36432
|
* @interface EntitiesApi
|
|
36196
36433
|
*/
|
|
36197
36434
|
export interface EntitiesApiInterface {
|
|
36435
|
+
/**
|
|
36436
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
36437
|
+
* @summary Post LLM endpoint entities (Removed)
|
|
36438
|
+
* @param {*} [options] Override http request option.
|
|
36439
|
+
* @deprecated
|
|
36440
|
+
* @throws {RequiredError}
|
|
36441
|
+
* @memberof EntitiesApiInterface
|
|
36442
|
+
*/
|
|
36443
|
+
createEntity(options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
36198
36444
|
/**
|
|
36199
36445
|
* AI Agent - behavior configuration for AI assistants
|
|
36200
36446
|
* @summary Post Agent entities
|
|
@@ -36375,16 +36621,6 @@ export interface EntitiesApiInterface {
|
|
|
36375
36621
|
* @memberof EntitiesApiInterface
|
|
36376
36622
|
*/
|
|
36377
36623
|
createEntityKnowledgeRecommendations(requestParameters: EntitiesApiCreateEntityKnowledgeRecommendationsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiKnowledgeRecommendationOutDocument>;
|
|
36378
|
-
/**
|
|
36379
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
36380
|
-
* @summary Post LLM endpoint entities
|
|
36381
|
-
* @param {EntitiesApiCreateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
36382
|
-
* @param {*} [options] Override http request option.
|
|
36383
|
-
* @deprecated
|
|
36384
|
-
* @throws {RequiredError}
|
|
36385
|
-
* @memberof EntitiesApiInterface
|
|
36386
|
-
*/
|
|
36387
|
-
createEntityLlmEndpoints(requestParameters: EntitiesApiCreateEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
36388
36624
|
/**
|
|
36389
36625
|
* LLM Provider - connection configuration for LLM services
|
|
36390
36626
|
* @summary Post LLM Provider entities
|
|
@@ -36529,6 +36765,16 @@ export interface EntitiesApiInterface {
|
|
|
36529
36765
|
* @memberof EntitiesApiInterface
|
|
36530
36766
|
*/
|
|
36531
36767
|
createEntityWorkspaces(requestParameters: EntitiesApiCreateEntityWorkspacesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceOutDocument>;
|
|
36768
|
+
/**
|
|
36769
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
36770
|
+
* @summary Delete LLM endpoint entity (Removed)
|
|
36771
|
+
* @param {EntitiesApiDeleteEntityRequest} requestParameters Request parameters.
|
|
36772
|
+
* @param {*} [options] Override http request option.
|
|
36773
|
+
* @deprecated
|
|
36774
|
+
* @throws {RequiredError}
|
|
36775
|
+
* @memberof EntitiesApiInterface
|
|
36776
|
+
*/
|
|
36777
|
+
deleteEntity(requestParameters: EntitiesApiDeleteEntityRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
36532
36778
|
/**
|
|
36533
36779
|
*
|
|
36534
36780
|
* @summary Delete Agent entity
|
|
@@ -36709,16 +36955,6 @@ export interface EntitiesApiInterface {
|
|
|
36709
36955
|
* @memberof EntitiesApiInterface
|
|
36710
36956
|
*/
|
|
36711
36957
|
deleteEntityKnowledgeRecommendations(requestParameters: EntitiesApiDeleteEntityKnowledgeRecommendationsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
36712
|
-
/**
|
|
36713
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
36714
|
-
* @summary Delete LLM endpoint entity
|
|
36715
|
-
* @param {EntitiesApiDeleteEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
36716
|
-
* @param {*} [options] Override http request option.
|
|
36717
|
-
* @deprecated
|
|
36718
|
-
* @throws {RequiredError}
|
|
36719
|
-
* @memberof EntitiesApiInterface
|
|
36720
|
-
*/
|
|
36721
|
-
deleteEntityLlmEndpoints(requestParameters: EntitiesApiDeleteEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
36722
36958
|
/**
|
|
36723
36959
|
*
|
|
36724
36960
|
* @summary Delete LLM Provider entity
|
|
@@ -36872,6 +37108,15 @@ export interface EntitiesApiInterface {
|
|
|
36872
37108
|
* @memberof EntitiesApiInterface
|
|
36873
37109
|
*/
|
|
36874
37110
|
getAllAutomationsWorkspaceAutomations(requestParameters: EntitiesApiGetAllAutomationsWorkspaceAutomationsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceAutomationOutList>;
|
|
37111
|
+
/**
|
|
37112
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
37113
|
+
* @summary Get all LLM endpoint entities (Removed)
|
|
37114
|
+
* @param {*} [options] Override http request option.
|
|
37115
|
+
* @deprecated
|
|
37116
|
+
* @throws {RequiredError}
|
|
37117
|
+
* @memberof EntitiesApiInterface
|
|
37118
|
+
*/
|
|
37119
|
+
getAllEntities(options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
36875
37120
|
/**
|
|
36876
37121
|
*
|
|
36877
37122
|
* @summary Get all Agent entities
|
|
@@ -37115,16 +37360,6 @@ export interface EntitiesApiInterface {
|
|
|
37115
37360
|
* @memberof EntitiesApiInterface
|
|
37116
37361
|
*/
|
|
37117
37362
|
getAllEntitiesLabels(requestParameters: EntitiesApiGetAllEntitiesLabelsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLabelOutList>;
|
|
37118
|
-
/**
|
|
37119
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
37120
|
-
* @summary Get all LLM endpoint entities
|
|
37121
|
-
* @param {EntitiesApiGetAllEntitiesLlmEndpointsRequest} requestParameters Request parameters.
|
|
37122
|
-
* @param {*} [options] Override http request option.
|
|
37123
|
-
* @deprecated
|
|
37124
|
-
* @throws {RequiredError}
|
|
37125
|
-
* @memberof EntitiesApiInterface
|
|
37126
|
-
*/
|
|
37127
|
-
getAllEntitiesLlmEndpoints(requestParameters: EntitiesApiGetAllEntitiesLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutList>;
|
|
37128
37363
|
/**
|
|
37129
37364
|
*
|
|
37130
37365
|
* @summary Get all LLM Provider entities
|
|
@@ -37305,6 +37540,16 @@ export interface EntitiesApiInterface {
|
|
|
37305
37540
|
getDataSourceDrivers(options?: AxiosRequestConfig): AxiosPromise<{
|
|
37306
37541
|
[key: string]: string;
|
|
37307
37542
|
}>;
|
|
37543
|
+
/**
|
|
37544
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
37545
|
+
* @summary Get LLM endpoint entity (Removed)
|
|
37546
|
+
* @param {EntitiesApiGetEntityRequest} requestParameters Request parameters.
|
|
37547
|
+
* @param {*} [options] Override http request option.
|
|
37548
|
+
* @deprecated
|
|
37549
|
+
* @throws {RequiredError}
|
|
37550
|
+
* @memberof EntitiesApiInterface
|
|
37551
|
+
*/
|
|
37552
|
+
getEntity(requestParameters: EntitiesApiGetEntityRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
37308
37553
|
/**
|
|
37309
37554
|
*
|
|
37310
37555
|
* @summary Get Agent entity
|
|
@@ -37557,16 +37802,6 @@ export interface EntitiesApiInterface {
|
|
|
37557
37802
|
* @memberof EntitiesApiInterface
|
|
37558
37803
|
*/
|
|
37559
37804
|
getEntityLabels(requestParameters: EntitiesApiGetEntityLabelsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLabelOutDocument>;
|
|
37560
|
-
/**
|
|
37561
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
37562
|
-
* @summary Get LLM endpoint entity
|
|
37563
|
-
* @param {EntitiesApiGetEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
37564
|
-
* @param {*} [options] Override http request option.
|
|
37565
|
-
* @deprecated
|
|
37566
|
-
* @throws {RequiredError}
|
|
37567
|
-
* @memberof EntitiesApiInterface
|
|
37568
|
-
*/
|
|
37569
|
-
getEntityLlmEndpoints(requestParameters: EntitiesApiGetEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
37570
37805
|
/**
|
|
37571
37806
|
*
|
|
37572
37807
|
* @summary Get LLM Provider entity
|
|
@@ -37747,6 +37982,16 @@ export interface EntitiesApiInterface {
|
|
|
37747
37982
|
* @memberof EntitiesApiInterface
|
|
37748
37983
|
*/
|
|
37749
37984
|
getOrganization(requestParameters: EntitiesApiGetOrganizationRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
37985
|
+
/**
|
|
37986
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
37987
|
+
* @summary Patch LLM endpoint entity (Removed)
|
|
37988
|
+
* @param {EntitiesApiPatchEntityRequest} requestParameters Request parameters.
|
|
37989
|
+
* @param {*} [options] Override http request option.
|
|
37990
|
+
* @deprecated
|
|
37991
|
+
* @throws {RequiredError}
|
|
37992
|
+
* @memberof EntitiesApiInterface
|
|
37993
|
+
*/
|
|
37994
|
+
patchEntity(requestParameters: EntitiesApiPatchEntityRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
37750
37995
|
/**
|
|
37751
37996
|
*
|
|
37752
37997
|
* @summary Patch Agent entity
|
|
@@ -37945,16 +38190,6 @@ export interface EntitiesApiInterface {
|
|
|
37945
38190
|
* @memberof EntitiesApiInterface
|
|
37946
38191
|
*/
|
|
37947
38192
|
patchEntityLabels(requestParameters: EntitiesApiPatchEntityLabelsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLabelOutDocument>;
|
|
37948
|
-
/**
|
|
37949
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
37950
|
-
* @summary Patch LLM endpoint entity
|
|
37951
|
-
* @param {EntitiesApiPatchEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
37952
|
-
* @param {*} [options] Override http request option.
|
|
37953
|
-
* @deprecated
|
|
37954
|
-
* @throws {RequiredError}
|
|
37955
|
-
* @memberof EntitiesApiInterface
|
|
37956
|
-
*/
|
|
37957
|
-
patchEntityLlmEndpoints(requestParameters: EntitiesApiPatchEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
37958
38193
|
/**
|
|
37959
38194
|
*
|
|
37960
38195
|
* @summary Patch LLM Provider entity
|
|
@@ -38306,6 +38541,16 @@ export interface EntitiesApiInterface {
|
|
|
38306
38541
|
* @memberof EntitiesApiInterface
|
|
38307
38542
|
*/
|
|
38308
38543
|
searchEntitiesWorkspaceSettings(requestParameters: EntitiesApiSearchEntitiesWorkspaceSettingsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceSettingOutList>;
|
|
38544
|
+
/**
|
|
38545
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
38546
|
+
* @summary PUT LLM endpoint entity (Removed)
|
|
38547
|
+
* @param {EntitiesApiUpdateEntityRequest} requestParameters Request parameters.
|
|
38548
|
+
* @param {*} [options] Override http request option.
|
|
38549
|
+
* @deprecated
|
|
38550
|
+
* @throws {RequiredError}
|
|
38551
|
+
* @memberof EntitiesApiInterface
|
|
38552
|
+
*/
|
|
38553
|
+
updateEntity(requestParameters: EntitiesApiUpdateEntityRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
38309
38554
|
/**
|
|
38310
38555
|
*
|
|
38311
38556
|
* @summary Put Agent entity
|
|
@@ -38486,16 +38731,6 @@ export interface EntitiesApiInterface {
|
|
|
38486
38731
|
* @memberof EntitiesApiInterface
|
|
38487
38732
|
*/
|
|
38488
38733
|
updateEntityKnowledgeRecommendations(requestParameters: EntitiesApiUpdateEntityKnowledgeRecommendationsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiKnowledgeRecommendationOutDocument>;
|
|
38489
|
-
/**
|
|
38490
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
38491
|
-
* @summary PUT LLM endpoint entity
|
|
38492
|
-
* @param {EntitiesApiUpdateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
38493
|
-
* @param {*} [options] Override http request option.
|
|
38494
|
-
* @deprecated
|
|
38495
|
-
* @throws {RequiredError}
|
|
38496
|
-
* @memberof EntitiesApiInterface
|
|
38497
|
-
*/
|
|
38498
|
-
updateEntityLlmEndpoints(requestParameters: EntitiesApiUpdateEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
38499
38734
|
/**
|
|
38500
38735
|
*
|
|
38501
38736
|
* @summary PUT LLM Provider entity
|
|
@@ -39090,19 +39325,6 @@ export interface EntitiesApiCreateEntityKnowledgeRecommendationsRequest {
|
|
|
39090
39325
|
*/
|
|
39091
39326
|
readonly metaInclude?: Array<'origin' | 'all' | 'ALL'>;
|
|
39092
39327
|
}
|
|
39093
|
-
/**
|
|
39094
|
-
* Request parameters for createEntityLlmEndpoints operation in EntitiesApi.
|
|
39095
|
-
* @export
|
|
39096
|
-
* @interface EntitiesApiCreateEntityLlmEndpointsRequest
|
|
39097
|
-
*/
|
|
39098
|
-
export interface EntitiesApiCreateEntityLlmEndpointsRequest {
|
|
39099
|
-
/**
|
|
39100
|
-
*
|
|
39101
|
-
* @type {JsonApiLlmEndpointInDocument}
|
|
39102
|
-
* @memberof EntitiesApiCreateEntityLlmEndpoints
|
|
39103
|
-
*/
|
|
39104
|
-
readonly jsonApiLlmEndpointInDocument: JsonApiLlmEndpointInDocument;
|
|
39105
|
-
}
|
|
39106
39328
|
/**
|
|
39107
39329
|
* Request parameters for createEntityLlmProviders operation in EntitiesApi.
|
|
39108
39330
|
* @export
|
|
@@ -39479,6 +39701,19 @@ export interface EntitiesApiCreateEntityWorkspacesRequest {
|
|
|
39479
39701
|
*/
|
|
39480
39702
|
readonly metaInclude?: Array<'config' | 'permissions' | 'hierarchy' | 'dataModelDatasets' | 'all' | 'ALL'>;
|
|
39481
39703
|
}
|
|
39704
|
+
/**
|
|
39705
|
+
* Request parameters for deleteEntity operation in EntitiesApi.
|
|
39706
|
+
* @export
|
|
39707
|
+
* @interface EntitiesApiDeleteEntityRequest
|
|
39708
|
+
*/
|
|
39709
|
+
export interface EntitiesApiDeleteEntityRequest {
|
|
39710
|
+
/**
|
|
39711
|
+
*
|
|
39712
|
+
* @type {string}
|
|
39713
|
+
* @memberof EntitiesApiDeleteEntity
|
|
39714
|
+
*/
|
|
39715
|
+
readonly id: string;
|
|
39716
|
+
}
|
|
39482
39717
|
/**
|
|
39483
39718
|
* Request parameters for deleteEntityAgents operation in EntitiesApi.
|
|
39484
39719
|
* @export
|
|
@@ -39805,19 +40040,6 @@ export interface EntitiesApiDeleteEntityKnowledgeRecommendationsRequest {
|
|
|
39805
40040
|
*/
|
|
39806
40041
|
readonly objectId: string;
|
|
39807
40042
|
}
|
|
39808
|
-
/**
|
|
39809
|
-
* Request parameters for deleteEntityLlmEndpoints operation in EntitiesApi.
|
|
39810
|
-
* @export
|
|
39811
|
-
* @interface EntitiesApiDeleteEntityLlmEndpointsRequest
|
|
39812
|
-
*/
|
|
39813
|
-
export interface EntitiesApiDeleteEntityLlmEndpointsRequest {
|
|
39814
|
-
/**
|
|
39815
|
-
*
|
|
39816
|
-
* @type {string}
|
|
39817
|
-
* @memberof EntitiesApiDeleteEntityLlmEndpoints
|
|
39818
|
-
*/
|
|
39819
|
-
readonly id: string;
|
|
39820
|
-
}
|
|
39821
40043
|
/**
|
|
39822
40044
|
* Request parameters for deleteEntityLlmProviders operation in EntitiesApi.
|
|
39823
40045
|
* @export
|
|
@@ -41476,43 +41698,6 @@ export interface EntitiesApiGetAllEntitiesLabelsRequest {
|
|
|
41476
41698
|
*/
|
|
41477
41699
|
readonly metaInclude?: Array<'origin' | 'page' | 'all' | 'ALL'>;
|
|
41478
41700
|
}
|
|
41479
|
-
/**
|
|
41480
|
-
* Request parameters for getAllEntitiesLlmEndpoints operation in EntitiesApi.
|
|
41481
|
-
* @export
|
|
41482
|
-
* @interface EntitiesApiGetAllEntitiesLlmEndpointsRequest
|
|
41483
|
-
*/
|
|
41484
|
-
export interface EntitiesApiGetAllEntitiesLlmEndpointsRequest {
|
|
41485
|
-
/**
|
|
41486
|
-
* 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==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
41487
|
-
* @type {string}
|
|
41488
|
-
* @memberof EntitiesApiGetAllEntitiesLlmEndpoints
|
|
41489
|
-
*/
|
|
41490
|
-
readonly filter?: string;
|
|
41491
|
-
/**
|
|
41492
|
-
* Zero-based page index (0..N)
|
|
41493
|
-
* @type {number}
|
|
41494
|
-
* @memberof EntitiesApiGetAllEntitiesLlmEndpoints
|
|
41495
|
-
*/
|
|
41496
|
-
readonly page?: number;
|
|
41497
|
-
/**
|
|
41498
|
-
* The size of the page to be returned
|
|
41499
|
-
* @type {number}
|
|
41500
|
-
* @memberof EntitiesApiGetAllEntitiesLlmEndpoints
|
|
41501
|
-
*/
|
|
41502
|
-
readonly size?: number;
|
|
41503
|
-
/**
|
|
41504
|
-
* Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
41505
|
-
* @type {Array<string>}
|
|
41506
|
-
* @memberof EntitiesApiGetAllEntitiesLlmEndpoints
|
|
41507
|
-
*/
|
|
41508
|
-
readonly sort?: Array<string>;
|
|
41509
|
-
/**
|
|
41510
|
-
* Include Meta objects.
|
|
41511
|
-
* @type {Array<'page' | 'all' | 'ALL'>}
|
|
41512
|
-
* @memberof EntitiesApiGetAllEntitiesLlmEndpoints
|
|
41513
|
-
*/
|
|
41514
|
-
readonly metaInclude?: Array<'page' | 'all' | 'ALL'>;
|
|
41515
|
-
}
|
|
41516
41701
|
/**
|
|
41517
41702
|
* Request parameters for getAllEntitiesLlmProviders operation in EntitiesApi.
|
|
41518
41703
|
* @export
|
|
@@ -42389,6 +42574,19 @@ export interface EntitiesApiGetAllEntitiesWorkspacesRequest {
|
|
|
42389
42574
|
*/
|
|
42390
42575
|
readonly metaInclude?: Array<'config' | 'permissions' | 'hierarchy' | 'dataModelDatasets' | 'page' | 'all' | 'ALL'>;
|
|
42391
42576
|
}
|
|
42577
|
+
/**
|
|
42578
|
+
* Request parameters for getEntity operation in EntitiesApi.
|
|
42579
|
+
* @export
|
|
42580
|
+
* @interface EntitiesApiGetEntityRequest
|
|
42581
|
+
*/
|
|
42582
|
+
export interface EntitiesApiGetEntityRequest {
|
|
42583
|
+
/**
|
|
42584
|
+
*
|
|
42585
|
+
* @type {string}
|
|
42586
|
+
* @memberof EntitiesApiGetEntity
|
|
42587
|
+
*/
|
|
42588
|
+
readonly id: string;
|
|
42589
|
+
}
|
|
42392
42590
|
/**
|
|
42393
42591
|
* Request parameters for getEntityAgents operation in EntitiesApi.
|
|
42394
42592
|
* @export
|
|
@@ -43281,25 +43479,6 @@ export interface EntitiesApiGetEntityLabelsRequest {
|
|
|
43281
43479
|
*/
|
|
43282
43480
|
readonly metaInclude?: Array<'origin' | 'all' | 'ALL'>;
|
|
43283
43481
|
}
|
|
43284
|
-
/**
|
|
43285
|
-
* Request parameters for getEntityLlmEndpoints operation in EntitiesApi.
|
|
43286
|
-
* @export
|
|
43287
|
-
* @interface EntitiesApiGetEntityLlmEndpointsRequest
|
|
43288
|
-
*/
|
|
43289
|
-
export interface EntitiesApiGetEntityLlmEndpointsRequest {
|
|
43290
|
-
/**
|
|
43291
|
-
*
|
|
43292
|
-
* @type {string}
|
|
43293
|
-
* @memberof EntitiesApiGetEntityLlmEndpoints
|
|
43294
|
-
*/
|
|
43295
|
-
readonly id: string;
|
|
43296
|
-
/**
|
|
43297
|
-
* 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==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
43298
|
-
* @type {string}
|
|
43299
|
-
* @memberof EntitiesApiGetEntityLlmEndpoints
|
|
43300
|
-
*/
|
|
43301
|
-
readonly filter?: string;
|
|
43302
|
-
}
|
|
43303
43482
|
/**
|
|
43304
43483
|
* Request parameters for getEntityLlmProviders operation in EntitiesApi.
|
|
43305
43484
|
* @export
|
|
@@ -43902,6 +44081,19 @@ export interface EntitiesApiGetOrganizationRequest {
|
|
|
43902
44081
|
*/
|
|
43903
44082
|
readonly metaInclude?: Array<'permissions' | 'all'>;
|
|
43904
44083
|
}
|
|
44084
|
+
/**
|
|
44085
|
+
* Request parameters for patchEntity operation in EntitiesApi.
|
|
44086
|
+
* @export
|
|
44087
|
+
* @interface EntitiesApiPatchEntityRequest
|
|
44088
|
+
*/
|
|
44089
|
+
export interface EntitiesApiPatchEntityRequest {
|
|
44090
|
+
/**
|
|
44091
|
+
*
|
|
44092
|
+
* @type {string}
|
|
44093
|
+
* @memberof EntitiesApiPatchEntity
|
|
44094
|
+
*/
|
|
44095
|
+
readonly id: string;
|
|
44096
|
+
}
|
|
43905
44097
|
/**
|
|
43906
44098
|
* Request parameters for patchEntityAgents operation in EntitiesApi.
|
|
43907
44099
|
* @export
|
|
@@ -44608,31 +44800,6 @@ export interface EntitiesApiPatchEntityLabelsRequest {
|
|
|
44608
44800
|
*/
|
|
44609
44801
|
readonly include?: Array<'attributes' | 'attribute' | 'ALL'>;
|
|
44610
44802
|
}
|
|
44611
|
-
/**
|
|
44612
|
-
* Request parameters for patchEntityLlmEndpoints operation in EntitiesApi.
|
|
44613
|
-
* @export
|
|
44614
|
-
* @interface EntitiesApiPatchEntityLlmEndpointsRequest
|
|
44615
|
-
*/
|
|
44616
|
-
export interface EntitiesApiPatchEntityLlmEndpointsRequest {
|
|
44617
|
-
/**
|
|
44618
|
-
*
|
|
44619
|
-
* @type {string}
|
|
44620
|
-
* @memberof EntitiesApiPatchEntityLlmEndpoints
|
|
44621
|
-
*/
|
|
44622
|
-
readonly id: string;
|
|
44623
|
-
/**
|
|
44624
|
-
*
|
|
44625
|
-
* @type {JsonApiLlmEndpointPatchDocument}
|
|
44626
|
-
* @memberof EntitiesApiPatchEntityLlmEndpoints
|
|
44627
|
-
*/
|
|
44628
|
-
readonly jsonApiLlmEndpointPatchDocument: JsonApiLlmEndpointPatchDocument;
|
|
44629
|
-
/**
|
|
44630
|
-
* 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==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
44631
|
-
* @type {string}
|
|
44632
|
-
* @memberof EntitiesApiPatchEntityLlmEndpoints
|
|
44633
|
-
*/
|
|
44634
|
-
readonly filter?: string;
|
|
44635
|
-
}
|
|
44636
44803
|
/**
|
|
44637
44804
|
* Request parameters for patchEntityLlmProviders operation in EntitiesApi.
|
|
44638
44805
|
* @export
|
|
@@ -45860,6 +46027,19 @@ export interface EntitiesApiSearchEntitiesWorkspaceSettingsRequest {
|
|
|
45860
46027
|
*/
|
|
45861
46028
|
readonly xGDCVALIDATERELATIONS?: boolean;
|
|
45862
46029
|
}
|
|
46030
|
+
/**
|
|
46031
|
+
* Request parameters for updateEntity operation in EntitiesApi.
|
|
46032
|
+
* @export
|
|
46033
|
+
* @interface EntitiesApiUpdateEntityRequest
|
|
46034
|
+
*/
|
|
46035
|
+
export interface EntitiesApiUpdateEntityRequest {
|
|
46036
|
+
/**
|
|
46037
|
+
*
|
|
46038
|
+
* @type {string}
|
|
46039
|
+
* @memberof EntitiesApiUpdateEntity
|
|
46040
|
+
*/
|
|
46041
|
+
readonly id: string;
|
|
46042
|
+
}
|
|
45863
46043
|
/**
|
|
45864
46044
|
* Request parameters for updateEntityAgents operation in EntitiesApi.
|
|
45865
46045
|
* @export
|
|
@@ -46480,31 +46660,6 @@ export interface EntitiesApiUpdateEntityKnowledgeRecommendationsRequest {
|
|
|
46480
46660
|
*/
|
|
46481
46661
|
readonly include?: Array<'metrics' | 'analyticalDashboards' | 'metric' | 'analyticalDashboard' | 'ALL'>;
|
|
46482
46662
|
}
|
|
46483
|
-
/**
|
|
46484
|
-
* Request parameters for updateEntityLlmEndpoints operation in EntitiesApi.
|
|
46485
|
-
* @export
|
|
46486
|
-
* @interface EntitiesApiUpdateEntityLlmEndpointsRequest
|
|
46487
|
-
*/
|
|
46488
|
-
export interface EntitiesApiUpdateEntityLlmEndpointsRequest {
|
|
46489
|
-
/**
|
|
46490
|
-
*
|
|
46491
|
-
* @type {string}
|
|
46492
|
-
* @memberof EntitiesApiUpdateEntityLlmEndpoints
|
|
46493
|
-
*/
|
|
46494
|
-
readonly id: string;
|
|
46495
|
-
/**
|
|
46496
|
-
*
|
|
46497
|
-
* @type {JsonApiLlmEndpointInDocument}
|
|
46498
|
-
* @memberof EntitiesApiUpdateEntityLlmEndpoints
|
|
46499
|
-
*/
|
|
46500
|
-
readonly jsonApiLlmEndpointInDocument: JsonApiLlmEndpointInDocument;
|
|
46501
|
-
/**
|
|
46502
|
-
* 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==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
46503
|
-
* @type {string}
|
|
46504
|
-
* @memberof EntitiesApiUpdateEntityLlmEndpoints
|
|
46505
|
-
*/
|
|
46506
|
-
readonly filter?: string;
|
|
46507
|
-
}
|
|
46508
46663
|
/**
|
|
46509
46664
|
* Request parameters for updateEntityLlmProviders operation in EntitiesApi.
|
|
46510
46665
|
* @export
|
|
@@ -47057,6 +47212,15 @@ export interface EntitiesApiUpdateEntityWorkspacesRequest {
|
|
|
47057
47212
|
* @extends {BaseAPI}
|
|
47058
47213
|
*/
|
|
47059
47214
|
export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface {
|
|
47215
|
+
/**
|
|
47216
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
47217
|
+
* @summary Post LLM endpoint entities (Removed)
|
|
47218
|
+
* @param {*} [options] Override http request option.
|
|
47219
|
+
* @deprecated
|
|
47220
|
+
* @throws {RequiredError}
|
|
47221
|
+
* @memberof EntitiesApi
|
|
47222
|
+
*/
|
|
47223
|
+
createEntity(options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
47060
47224
|
/**
|
|
47061
47225
|
* AI Agent - behavior configuration for AI assistants
|
|
47062
47226
|
* @summary Post Agent entities
|
|
@@ -47237,16 +47401,6 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
47237
47401
|
* @memberof EntitiesApi
|
|
47238
47402
|
*/
|
|
47239
47403
|
createEntityKnowledgeRecommendations(requestParameters: EntitiesApiCreateEntityKnowledgeRecommendationsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiKnowledgeRecommendationOutDocument>;
|
|
47240
|
-
/**
|
|
47241
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
47242
|
-
* @summary Post LLM endpoint entities
|
|
47243
|
-
* @param {EntitiesApiCreateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
47244
|
-
* @param {*} [options] Override http request option.
|
|
47245
|
-
* @deprecated
|
|
47246
|
-
* @throws {RequiredError}
|
|
47247
|
-
* @memberof EntitiesApi
|
|
47248
|
-
*/
|
|
47249
|
-
createEntityLlmEndpoints(requestParameters: EntitiesApiCreateEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
47250
47404
|
/**
|
|
47251
47405
|
* LLM Provider - connection configuration for LLM services
|
|
47252
47406
|
* @summary Post LLM Provider entities
|
|
@@ -47391,6 +47545,16 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
47391
47545
|
* @memberof EntitiesApi
|
|
47392
47546
|
*/
|
|
47393
47547
|
createEntityWorkspaces(requestParameters: EntitiesApiCreateEntityWorkspacesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceOutDocument>;
|
|
47548
|
+
/**
|
|
47549
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
47550
|
+
* @summary Delete LLM endpoint entity (Removed)
|
|
47551
|
+
* @param {EntitiesApiDeleteEntityRequest} requestParameters Request parameters.
|
|
47552
|
+
* @param {*} [options] Override http request option.
|
|
47553
|
+
* @deprecated
|
|
47554
|
+
* @throws {RequiredError}
|
|
47555
|
+
* @memberof EntitiesApi
|
|
47556
|
+
*/
|
|
47557
|
+
deleteEntity(requestParameters: EntitiesApiDeleteEntityRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
47394
47558
|
/**
|
|
47395
47559
|
*
|
|
47396
47560
|
* @summary Delete Agent entity
|
|
@@ -47571,16 +47735,6 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
47571
47735
|
* @memberof EntitiesApi
|
|
47572
47736
|
*/
|
|
47573
47737
|
deleteEntityKnowledgeRecommendations(requestParameters: EntitiesApiDeleteEntityKnowledgeRecommendationsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
47574
|
-
/**
|
|
47575
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
47576
|
-
* @summary Delete LLM endpoint entity
|
|
47577
|
-
* @param {EntitiesApiDeleteEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
47578
|
-
* @param {*} [options] Override http request option.
|
|
47579
|
-
* @deprecated
|
|
47580
|
-
* @throws {RequiredError}
|
|
47581
|
-
* @memberof EntitiesApi
|
|
47582
|
-
*/
|
|
47583
|
-
deleteEntityLlmEndpoints(requestParameters: EntitiesApiDeleteEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
47584
47738
|
/**
|
|
47585
47739
|
*
|
|
47586
47740
|
* @summary Delete LLM Provider entity
|
|
@@ -47734,6 +47888,15 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
47734
47888
|
* @memberof EntitiesApi
|
|
47735
47889
|
*/
|
|
47736
47890
|
getAllAutomationsWorkspaceAutomations(requestParameters?: EntitiesApiGetAllAutomationsWorkspaceAutomationsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceAutomationOutList>;
|
|
47891
|
+
/**
|
|
47892
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
47893
|
+
* @summary Get all LLM endpoint entities (Removed)
|
|
47894
|
+
* @param {*} [options] Override http request option.
|
|
47895
|
+
* @deprecated
|
|
47896
|
+
* @throws {RequiredError}
|
|
47897
|
+
* @memberof EntitiesApi
|
|
47898
|
+
*/
|
|
47899
|
+
getAllEntities(options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
47737
47900
|
/**
|
|
47738
47901
|
*
|
|
47739
47902
|
* @summary Get all Agent entities
|
|
@@ -47977,16 +48140,6 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
47977
48140
|
* @memberof EntitiesApi
|
|
47978
48141
|
*/
|
|
47979
48142
|
getAllEntitiesLabels(requestParameters: EntitiesApiGetAllEntitiesLabelsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLabelOutList>;
|
|
47980
|
-
/**
|
|
47981
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
47982
|
-
* @summary Get all LLM endpoint entities
|
|
47983
|
-
* @param {EntitiesApiGetAllEntitiesLlmEndpointsRequest} requestParameters Request parameters.
|
|
47984
|
-
* @param {*} [options] Override http request option.
|
|
47985
|
-
* @deprecated
|
|
47986
|
-
* @throws {RequiredError}
|
|
47987
|
-
* @memberof EntitiesApi
|
|
47988
|
-
*/
|
|
47989
|
-
getAllEntitiesLlmEndpoints(requestParameters?: EntitiesApiGetAllEntitiesLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutList>;
|
|
47990
48143
|
/**
|
|
47991
48144
|
*
|
|
47992
48145
|
* @summary Get all LLM Provider entities
|
|
@@ -48167,6 +48320,16 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
48167
48320
|
getDataSourceDrivers(options?: AxiosRequestConfig): AxiosPromise<{
|
|
48168
48321
|
[key: string]: string;
|
|
48169
48322
|
}>;
|
|
48323
|
+
/**
|
|
48324
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
48325
|
+
* @summary Get LLM endpoint entity (Removed)
|
|
48326
|
+
* @param {EntitiesApiGetEntityRequest} requestParameters Request parameters.
|
|
48327
|
+
* @param {*} [options] Override http request option.
|
|
48328
|
+
* @deprecated
|
|
48329
|
+
* @throws {RequiredError}
|
|
48330
|
+
* @memberof EntitiesApi
|
|
48331
|
+
*/
|
|
48332
|
+
getEntity(requestParameters: EntitiesApiGetEntityRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
48170
48333
|
/**
|
|
48171
48334
|
*
|
|
48172
48335
|
* @summary Get Agent entity
|
|
@@ -48419,16 +48582,6 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
48419
48582
|
* @memberof EntitiesApi
|
|
48420
48583
|
*/
|
|
48421
48584
|
getEntityLabels(requestParameters: EntitiesApiGetEntityLabelsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLabelOutDocument>;
|
|
48422
|
-
/**
|
|
48423
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
48424
|
-
* @summary Get LLM endpoint entity
|
|
48425
|
-
* @param {EntitiesApiGetEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
48426
|
-
* @param {*} [options] Override http request option.
|
|
48427
|
-
* @deprecated
|
|
48428
|
-
* @throws {RequiredError}
|
|
48429
|
-
* @memberof EntitiesApi
|
|
48430
|
-
*/
|
|
48431
|
-
getEntityLlmEndpoints(requestParameters: EntitiesApiGetEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
48432
48585
|
/**
|
|
48433
48586
|
*
|
|
48434
48587
|
* @summary Get LLM Provider entity
|
|
@@ -48609,6 +48762,16 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
48609
48762
|
* @memberof EntitiesApi
|
|
48610
48763
|
*/
|
|
48611
48764
|
getOrganization(requestParameters?: EntitiesApiGetOrganizationRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
48765
|
+
/**
|
|
48766
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
48767
|
+
* @summary Patch LLM endpoint entity (Removed)
|
|
48768
|
+
* @param {EntitiesApiPatchEntityRequest} requestParameters Request parameters.
|
|
48769
|
+
* @param {*} [options] Override http request option.
|
|
48770
|
+
* @deprecated
|
|
48771
|
+
* @throws {RequiredError}
|
|
48772
|
+
* @memberof EntitiesApi
|
|
48773
|
+
*/
|
|
48774
|
+
patchEntity(requestParameters: EntitiesApiPatchEntityRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
48612
48775
|
/**
|
|
48613
48776
|
*
|
|
48614
48777
|
* @summary Patch Agent entity
|
|
@@ -48807,16 +48970,6 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
48807
48970
|
* @memberof EntitiesApi
|
|
48808
48971
|
*/
|
|
48809
48972
|
patchEntityLabels(requestParameters: EntitiesApiPatchEntityLabelsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLabelOutDocument>;
|
|
48810
|
-
/**
|
|
48811
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
48812
|
-
* @summary Patch LLM endpoint entity
|
|
48813
|
-
* @param {EntitiesApiPatchEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
48814
|
-
* @param {*} [options] Override http request option.
|
|
48815
|
-
* @deprecated
|
|
48816
|
-
* @throws {RequiredError}
|
|
48817
|
-
* @memberof EntitiesApi
|
|
48818
|
-
*/
|
|
48819
|
-
patchEntityLlmEndpoints(requestParameters: EntitiesApiPatchEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
48820
48973
|
/**
|
|
48821
48974
|
*
|
|
48822
48975
|
* @summary Patch LLM Provider entity
|
|
@@ -49168,6 +49321,16 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
49168
49321
|
* @memberof EntitiesApi
|
|
49169
49322
|
*/
|
|
49170
49323
|
searchEntitiesWorkspaceSettings(requestParameters: EntitiesApiSearchEntitiesWorkspaceSettingsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceSettingOutList>;
|
|
49324
|
+
/**
|
|
49325
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
49326
|
+
* @summary PUT LLM endpoint entity (Removed)
|
|
49327
|
+
* @param {EntitiesApiUpdateEntityRequest} requestParameters Request parameters.
|
|
49328
|
+
* @param {*} [options] Override http request option.
|
|
49329
|
+
* @deprecated
|
|
49330
|
+
* @throws {RequiredError}
|
|
49331
|
+
* @memberof EntitiesApi
|
|
49332
|
+
*/
|
|
49333
|
+
updateEntity(requestParameters: EntitiesApiUpdateEntityRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
49171
49334
|
/**
|
|
49172
49335
|
*
|
|
49173
49336
|
* @summary Put Agent entity
|
|
@@ -49348,16 +49511,6 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
49348
49511
|
* @memberof EntitiesApi
|
|
49349
49512
|
*/
|
|
49350
49513
|
updateEntityKnowledgeRecommendations(requestParameters: EntitiesApiUpdateEntityKnowledgeRecommendationsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiKnowledgeRecommendationOutDocument>;
|
|
49351
|
-
/**
|
|
49352
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
49353
|
-
* @summary PUT LLM endpoint entity
|
|
49354
|
-
* @param {EntitiesApiUpdateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
49355
|
-
* @param {*} [options] Override http request option.
|
|
49356
|
-
* @deprecated
|
|
49357
|
-
* @throws {RequiredError}
|
|
49358
|
-
* @memberof EntitiesApi
|
|
49359
|
-
*/
|
|
49360
|
-
updateEntityLlmEndpoints(requestParameters: EntitiesApiUpdateEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
49361
49514
|
/**
|
|
49362
49515
|
*
|
|
49363
49516
|
* @summary PUT LLM Provider entity
|
|
@@ -58667,134 +58820,121 @@ export declare class LDMDeclarativeAPIsApi extends BaseAPI implements LDMDeclara
|
|
|
58667
58820
|
setLogicalModel(requestParameters: LDMDeclarativeAPIsApiSetLogicalModelRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
58668
58821
|
}
|
|
58669
58822
|
/**
|
|
58670
|
-
*
|
|
58671
|
-
* @summary Post LLM endpoint entities
|
|
58672
|
-
* @param {JsonApiLlmEndpointInDocument} jsonApiLlmEndpointInDocument
|
|
58823
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
58824
|
+
* @summary Post LLM endpoint entities (Removed)
|
|
58673
58825
|
* @param {*} [options] Override http request option.
|
|
58674
58826
|
* @param {Configuration} [configuration] Optional configuration.
|
|
58675
58827
|
* @throws {RequiredError}
|
|
58676
58828
|
*/
|
|
58677
|
-
export declare function
|
|
58829
|
+
export declare function LLMEndpointsApiAxiosParamCreator_CreateEntity(options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
58678
58830
|
/**
|
|
58679
|
-
*
|
|
58680
|
-
* @summary Delete LLM endpoint entity
|
|
58831
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
58832
|
+
* @summary Delete LLM endpoint entity (Removed)
|
|
58681
58833
|
* @param {string} id
|
|
58682
58834
|
* @param {*} [options] Override http request option.
|
|
58683
58835
|
* @param {Configuration} [configuration] Optional configuration.
|
|
58684
58836
|
* @throws {RequiredError}
|
|
58685
58837
|
*/
|
|
58686
|
-
export declare function
|
|
58838
|
+
export declare function LLMEndpointsApiAxiosParamCreator_DeleteEntity(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
58687
58839
|
/**
|
|
58688
|
-
*
|
|
58689
|
-
* @summary Get all LLM endpoint entities
|
|
58690
|
-
* @param {string} [filter] 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==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
58691
|
-
* @param {number} [page] Zero-based page index (0..N)
|
|
58692
|
-
* @param {number} [size] The size of the page to be returned
|
|
58693
|
-
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
58694
|
-
* @param {Array<'page' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
58840
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
58841
|
+
* @summary Get all LLM endpoint entities (Removed)
|
|
58695
58842
|
* @param {*} [options] Override http request option.
|
|
58696
58843
|
* @param {Configuration} [configuration] Optional configuration.
|
|
58697
58844
|
* @throws {RequiredError}
|
|
58698
58845
|
*/
|
|
58699
|
-
export declare function
|
|
58846
|
+
export declare function LLMEndpointsApiAxiosParamCreator_GetAllEntities(options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
58700
58847
|
/**
|
|
58701
|
-
*
|
|
58702
|
-
* @summary Get LLM endpoint entity
|
|
58848
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
58849
|
+
* @summary Get LLM endpoint entity (Removed)
|
|
58703
58850
|
* @param {string} id
|
|
58704
|
-
* @param {string} [filter] 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==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
58705
58851
|
* @param {*} [options] Override http request option.
|
|
58706
58852
|
* @param {Configuration} [configuration] Optional configuration.
|
|
58707
58853
|
* @throws {RequiredError}
|
|
58708
58854
|
*/
|
|
58709
|
-
export declare function
|
|
58855
|
+
export declare function LLMEndpointsApiAxiosParamCreator_GetEntity(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
58710
58856
|
/**
|
|
58711
|
-
*
|
|
58712
|
-
* @summary Patch LLM endpoint entity
|
|
58857
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
58858
|
+
* @summary Patch LLM endpoint entity (Removed)
|
|
58713
58859
|
* @param {string} id
|
|
58714
|
-
* @param {JsonApiLlmEndpointPatchDocument} jsonApiLlmEndpointPatchDocument
|
|
58715
|
-
* @param {string} [filter] 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==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
58716
58860
|
* @param {*} [options] Override http request option.
|
|
58717
58861
|
* @param {Configuration} [configuration] Optional configuration.
|
|
58718
58862
|
* @throws {RequiredError}
|
|
58719
58863
|
*/
|
|
58720
|
-
export declare function
|
|
58864
|
+
export declare function LLMEndpointsApiAxiosParamCreator_PatchEntity(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
58721
58865
|
/**
|
|
58722
|
-
*
|
|
58723
|
-
* @summary PUT LLM endpoint entity
|
|
58866
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
58867
|
+
* @summary PUT LLM endpoint entity (Removed)
|
|
58724
58868
|
* @param {string} id
|
|
58725
|
-
* @param {JsonApiLlmEndpointInDocument} jsonApiLlmEndpointInDocument
|
|
58726
|
-
* @param {string} [filter] 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==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
58727
58869
|
* @param {*} [options] Override http request option.
|
|
58728
58870
|
* @param {Configuration} [configuration] Optional configuration.
|
|
58729
58871
|
* @throws {RequiredError}
|
|
58730
58872
|
*/
|
|
58731
|
-
export declare function
|
|
58873
|
+
export declare function LLMEndpointsApiAxiosParamCreator_UpdateEntity(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
58732
58874
|
/**
|
|
58733
|
-
*
|
|
58734
|
-
* @summary Post LLM endpoint entities
|
|
58875
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
58876
|
+
* @summary Post LLM endpoint entities (Removed)
|
|
58735
58877
|
* @param {AxiosInstance} axios Axios instance.
|
|
58736
58878
|
* @param {string} basePath Base path.
|
|
58737
|
-
* @param {LLMEndpointsApiCreateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
58738
58879
|
* @param {*} [options] Override http request option.
|
|
58739
58880
|
* @param {Configuration} [configuration] Optional configuration.
|
|
58740
58881
|
* @throws {RequiredError}
|
|
58741
58882
|
*/
|
|
58742
|
-
export declare function
|
|
58883
|
+
export declare function LLMEndpointsApi_CreateEntity(axios: AxiosInstance, basePath: string, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
58743
58884
|
/**
|
|
58744
|
-
*
|
|
58745
|
-
* @summary Delete LLM endpoint entity
|
|
58885
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
58886
|
+
* @summary Delete LLM endpoint entity (Removed)
|
|
58746
58887
|
* @param {AxiosInstance} axios Axios instance.
|
|
58747
58888
|
* @param {string} basePath Base path.
|
|
58748
|
-
* @param {
|
|
58889
|
+
* @param {LLMEndpointsApiDeleteEntityRequest} requestParameters Request parameters.
|
|
58749
58890
|
* @param {*} [options] Override http request option.
|
|
58750
58891
|
* @param {Configuration} [configuration] Optional configuration.
|
|
58751
58892
|
* @throws {RequiredError}
|
|
58752
58893
|
*/
|
|
58753
|
-
export declare function
|
|
58894
|
+
export declare function LLMEndpointsApi_DeleteEntity(axios: AxiosInstance, basePath: string, requestParameters: LLMEndpointsApiDeleteEntityRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
58754
58895
|
/**
|
|
58755
|
-
*
|
|
58756
|
-
* @summary Get all LLM endpoint entities
|
|
58896
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
58897
|
+
* @summary Get all LLM endpoint entities (Removed)
|
|
58757
58898
|
* @param {AxiosInstance} axios Axios instance.
|
|
58758
58899
|
* @param {string} basePath Base path.
|
|
58759
|
-
* @param {LLMEndpointsApiGetAllEntitiesLlmEndpointsRequest} requestParameters Request parameters.
|
|
58760
58900
|
* @param {*} [options] Override http request option.
|
|
58761
58901
|
* @param {Configuration} [configuration] Optional configuration.
|
|
58762
58902
|
* @throws {RequiredError}
|
|
58763
58903
|
*/
|
|
58764
|
-
export declare function
|
|
58904
|
+
export declare function LLMEndpointsApi_GetAllEntities(axios: AxiosInstance, basePath: string, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
58765
58905
|
/**
|
|
58766
|
-
*
|
|
58767
|
-
* @summary Get LLM endpoint entity
|
|
58906
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
58907
|
+
* @summary Get LLM endpoint entity (Removed)
|
|
58768
58908
|
* @param {AxiosInstance} axios Axios instance.
|
|
58769
58909
|
* @param {string} basePath Base path.
|
|
58770
|
-
* @param {
|
|
58910
|
+
* @param {LLMEndpointsApiGetEntityRequest} requestParameters Request parameters.
|
|
58771
58911
|
* @param {*} [options] Override http request option.
|
|
58772
58912
|
* @param {Configuration} [configuration] Optional configuration.
|
|
58773
58913
|
* @throws {RequiredError}
|
|
58774
58914
|
*/
|
|
58775
|
-
export declare function
|
|
58915
|
+
export declare function LLMEndpointsApi_GetEntity(axios: AxiosInstance, basePath: string, requestParameters: LLMEndpointsApiGetEntityRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
58776
58916
|
/**
|
|
58777
|
-
*
|
|
58778
|
-
* @summary Patch LLM endpoint entity
|
|
58917
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
58918
|
+
* @summary Patch LLM endpoint entity (Removed)
|
|
58779
58919
|
* @param {AxiosInstance} axios Axios instance.
|
|
58780
58920
|
* @param {string} basePath Base path.
|
|
58781
|
-
* @param {
|
|
58921
|
+
* @param {LLMEndpointsApiPatchEntityRequest} requestParameters Request parameters.
|
|
58782
58922
|
* @param {*} [options] Override http request option.
|
|
58783
58923
|
* @param {Configuration} [configuration] Optional configuration.
|
|
58784
58924
|
* @throws {RequiredError}
|
|
58785
58925
|
*/
|
|
58786
|
-
export declare function
|
|
58926
|
+
export declare function LLMEndpointsApi_PatchEntity(axios: AxiosInstance, basePath: string, requestParameters: LLMEndpointsApiPatchEntityRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
58787
58927
|
/**
|
|
58788
|
-
*
|
|
58789
|
-
* @summary PUT LLM endpoint entity
|
|
58928
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
58929
|
+
* @summary PUT LLM endpoint entity (Removed)
|
|
58790
58930
|
* @param {AxiosInstance} axios Axios instance.
|
|
58791
58931
|
* @param {string} basePath Base path.
|
|
58792
|
-
* @param {
|
|
58932
|
+
* @param {LLMEndpointsApiUpdateEntityRequest} requestParameters Request parameters.
|
|
58793
58933
|
* @param {*} [options] Override http request option.
|
|
58794
58934
|
* @param {Configuration} [configuration] Optional configuration.
|
|
58795
58935
|
* @throws {RequiredError}
|
|
58796
58936
|
*/
|
|
58797
|
-
export declare function
|
|
58937
|
+
export declare function LLMEndpointsApi_UpdateEntity(axios: AxiosInstance, basePath: string, requestParameters: LLMEndpointsApiUpdateEntityRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
58798
58938
|
/**
|
|
58799
58939
|
* LLMEndpointsApi - interface
|
|
58800
58940
|
* @export
|
|
@@ -58802,197 +58942,115 @@ export declare function LLMEndpointsApi_UpdateEntityLlmEndpoints(axios: AxiosIns
|
|
|
58802
58942
|
*/
|
|
58803
58943
|
export interface LLMEndpointsApiInterface {
|
|
58804
58944
|
/**
|
|
58805
|
-
*
|
|
58806
|
-
* @summary Post LLM endpoint entities
|
|
58807
|
-
* @param {LLMEndpointsApiCreateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
58945
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
58946
|
+
* @summary Post LLM endpoint entities (Removed)
|
|
58808
58947
|
* @param {*} [options] Override http request option.
|
|
58809
58948
|
* @deprecated
|
|
58810
58949
|
* @throws {RequiredError}
|
|
58811
58950
|
* @memberof LLMEndpointsApiInterface
|
|
58812
58951
|
*/
|
|
58813
|
-
|
|
58952
|
+
createEntity(options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
58814
58953
|
/**
|
|
58815
|
-
*
|
|
58816
|
-
* @summary Delete LLM endpoint entity
|
|
58817
|
-
* @param {
|
|
58954
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
58955
|
+
* @summary Delete LLM endpoint entity (Removed)
|
|
58956
|
+
* @param {LLMEndpointsApiDeleteEntityRequest} requestParameters Request parameters.
|
|
58818
58957
|
* @param {*} [options] Override http request option.
|
|
58819
58958
|
* @deprecated
|
|
58820
58959
|
* @throws {RequiredError}
|
|
58821
58960
|
* @memberof LLMEndpointsApiInterface
|
|
58822
58961
|
*/
|
|
58823
|
-
|
|
58962
|
+
deleteEntity(requestParameters: LLMEndpointsApiDeleteEntityRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
58824
58963
|
/**
|
|
58825
|
-
*
|
|
58826
|
-
* @summary Get all LLM endpoint entities
|
|
58827
|
-
* @param {LLMEndpointsApiGetAllEntitiesLlmEndpointsRequest} requestParameters Request parameters.
|
|
58964
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
58965
|
+
* @summary Get all LLM endpoint entities (Removed)
|
|
58828
58966
|
* @param {*} [options] Override http request option.
|
|
58829
58967
|
* @deprecated
|
|
58830
58968
|
* @throws {RequiredError}
|
|
58831
58969
|
* @memberof LLMEndpointsApiInterface
|
|
58832
58970
|
*/
|
|
58833
|
-
|
|
58971
|
+
getAllEntities(options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
58834
58972
|
/**
|
|
58835
|
-
*
|
|
58836
|
-
* @summary Get LLM endpoint entity
|
|
58837
|
-
* @param {
|
|
58973
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
58974
|
+
* @summary Get LLM endpoint entity (Removed)
|
|
58975
|
+
* @param {LLMEndpointsApiGetEntityRequest} requestParameters Request parameters.
|
|
58838
58976
|
* @param {*} [options] Override http request option.
|
|
58839
58977
|
* @deprecated
|
|
58840
58978
|
* @throws {RequiredError}
|
|
58841
58979
|
* @memberof LLMEndpointsApiInterface
|
|
58842
58980
|
*/
|
|
58843
|
-
|
|
58981
|
+
getEntity(requestParameters: LLMEndpointsApiGetEntityRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
58844
58982
|
/**
|
|
58845
|
-
*
|
|
58846
|
-
* @summary Patch LLM endpoint entity
|
|
58847
|
-
* @param {
|
|
58983
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
58984
|
+
* @summary Patch LLM endpoint entity (Removed)
|
|
58985
|
+
* @param {LLMEndpointsApiPatchEntityRequest} requestParameters Request parameters.
|
|
58848
58986
|
* @param {*} [options] Override http request option.
|
|
58849
58987
|
* @deprecated
|
|
58850
58988
|
* @throws {RequiredError}
|
|
58851
58989
|
* @memberof LLMEndpointsApiInterface
|
|
58852
58990
|
*/
|
|
58853
|
-
|
|
58991
|
+
patchEntity(requestParameters: LLMEndpointsApiPatchEntityRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
58854
58992
|
/**
|
|
58855
|
-
*
|
|
58856
|
-
* @summary PUT LLM endpoint entity
|
|
58857
|
-
* @param {
|
|
58993
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
58994
|
+
* @summary PUT LLM endpoint entity (Removed)
|
|
58995
|
+
* @param {LLMEndpointsApiUpdateEntityRequest} requestParameters Request parameters.
|
|
58858
58996
|
* @param {*} [options] Override http request option.
|
|
58859
58997
|
* @deprecated
|
|
58860
58998
|
* @throws {RequiredError}
|
|
58861
58999
|
* @memberof LLMEndpointsApiInterface
|
|
58862
59000
|
*/
|
|
58863
|
-
|
|
59001
|
+
updateEntity(requestParameters: LLMEndpointsApiUpdateEntityRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
58864
59002
|
}
|
|
58865
59003
|
/**
|
|
58866
|
-
* Request parameters for
|
|
59004
|
+
* Request parameters for deleteEntity operation in LLMEndpointsApi.
|
|
58867
59005
|
* @export
|
|
58868
|
-
* @interface
|
|
59006
|
+
* @interface LLMEndpointsApiDeleteEntityRequest
|
|
58869
59007
|
*/
|
|
58870
|
-
export interface
|
|
58871
|
-
/**
|
|
58872
|
-
*
|
|
58873
|
-
* @type {JsonApiLlmEndpointInDocument}
|
|
58874
|
-
* @memberof LLMEndpointsApiCreateEntityLlmEndpoints
|
|
58875
|
-
*/
|
|
58876
|
-
readonly jsonApiLlmEndpointInDocument: JsonApiLlmEndpointInDocument;
|
|
58877
|
-
}
|
|
58878
|
-
/**
|
|
58879
|
-
* Request parameters for deleteEntityLlmEndpoints operation in LLMEndpointsApi.
|
|
58880
|
-
* @export
|
|
58881
|
-
* @interface LLMEndpointsApiDeleteEntityLlmEndpointsRequest
|
|
58882
|
-
*/
|
|
58883
|
-
export interface LLMEndpointsApiDeleteEntityLlmEndpointsRequest {
|
|
59008
|
+
export interface LLMEndpointsApiDeleteEntityRequest {
|
|
58884
59009
|
/**
|
|
58885
59010
|
*
|
|
58886
59011
|
* @type {string}
|
|
58887
|
-
* @memberof
|
|
59012
|
+
* @memberof LLMEndpointsApiDeleteEntity
|
|
58888
59013
|
*/
|
|
58889
59014
|
readonly id: string;
|
|
58890
59015
|
}
|
|
58891
59016
|
/**
|
|
58892
|
-
* Request parameters for
|
|
58893
|
-
* @export
|
|
58894
|
-
* @interface LLMEndpointsApiGetAllEntitiesLlmEndpointsRequest
|
|
58895
|
-
*/
|
|
58896
|
-
export interface LLMEndpointsApiGetAllEntitiesLlmEndpointsRequest {
|
|
58897
|
-
/**
|
|
58898
|
-
* 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==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
58899
|
-
* @type {string}
|
|
58900
|
-
* @memberof LLMEndpointsApiGetAllEntitiesLlmEndpoints
|
|
58901
|
-
*/
|
|
58902
|
-
readonly filter?: string;
|
|
58903
|
-
/**
|
|
58904
|
-
* Zero-based page index (0..N)
|
|
58905
|
-
* @type {number}
|
|
58906
|
-
* @memberof LLMEndpointsApiGetAllEntitiesLlmEndpoints
|
|
58907
|
-
*/
|
|
58908
|
-
readonly page?: number;
|
|
58909
|
-
/**
|
|
58910
|
-
* The size of the page to be returned
|
|
58911
|
-
* @type {number}
|
|
58912
|
-
* @memberof LLMEndpointsApiGetAllEntitiesLlmEndpoints
|
|
58913
|
-
*/
|
|
58914
|
-
readonly size?: number;
|
|
58915
|
-
/**
|
|
58916
|
-
* Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
58917
|
-
* @type {Array<string>}
|
|
58918
|
-
* @memberof LLMEndpointsApiGetAllEntitiesLlmEndpoints
|
|
58919
|
-
*/
|
|
58920
|
-
readonly sort?: Array<string>;
|
|
58921
|
-
/**
|
|
58922
|
-
* Include Meta objects.
|
|
58923
|
-
* @type {Array<'page' | 'all' | 'ALL'>}
|
|
58924
|
-
* @memberof LLMEndpointsApiGetAllEntitiesLlmEndpoints
|
|
58925
|
-
*/
|
|
58926
|
-
readonly metaInclude?: Array<'page' | 'all' | 'ALL'>;
|
|
58927
|
-
}
|
|
58928
|
-
/**
|
|
58929
|
-
* Request parameters for getEntityLlmEndpoints operation in LLMEndpointsApi.
|
|
59017
|
+
* Request parameters for getEntity operation in LLMEndpointsApi.
|
|
58930
59018
|
* @export
|
|
58931
|
-
* @interface
|
|
59019
|
+
* @interface LLMEndpointsApiGetEntityRequest
|
|
58932
59020
|
*/
|
|
58933
|
-
export interface
|
|
59021
|
+
export interface LLMEndpointsApiGetEntityRequest {
|
|
58934
59022
|
/**
|
|
58935
59023
|
*
|
|
58936
59024
|
* @type {string}
|
|
58937
|
-
* @memberof
|
|
59025
|
+
* @memberof LLMEndpointsApiGetEntity
|
|
58938
59026
|
*/
|
|
58939
59027
|
readonly id: string;
|
|
58940
|
-
/**
|
|
58941
|
-
* 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==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
58942
|
-
* @type {string}
|
|
58943
|
-
* @memberof LLMEndpointsApiGetEntityLlmEndpoints
|
|
58944
|
-
*/
|
|
58945
|
-
readonly filter?: string;
|
|
58946
59028
|
}
|
|
58947
59029
|
/**
|
|
58948
|
-
* Request parameters for
|
|
59030
|
+
* Request parameters for patchEntity operation in LLMEndpointsApi.
|
|
58949
59031
|
* @export
|
|
58950
|
-
* @interface
|
|
59032
|
+
* @interface LLMEndpointsApiPatchEntityRequest
|
|
58951
59033
|
*/
|
|
58952
|
-
export interface
|
|
59034
|
+
export interface LLMEndpointsApiPatchEntityRequest {
|
|
58953
59035
|
/**
|
|
58954
59036
|
*
|
|
58955
59037
|
* @type {string}
|
|
58956
|
-
* @memberof
|
|
59038
|
+
* @memberof LLMEndpointsApiPatchEntity
|
|
58957
59039
|
*/
|
|
58958
59040
|
readonly id: string;
|
|
58959
|
-
/**
|
|
58960
|
-
*
|
|
58961
|
-
* @type {JsonApiLlmEndpointPatchDocument}
|
|
58962
|
-
* @memberof LLMEndpointsApiPatchEntityLlmEndpoints
|
|
58963
|
-
*/
|
|
58964
|
-
readonly jsonApiLlmEndpointPatchDocument: JsonApiLlmEndpointPatchDocument;
|
|
58965
|
-
/**
|
|
58966
|
-
* 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==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
58967
|
-
* @type {string}
|
|
58968
|
-
* @memberof LLMEndpointsApiPatchEntityLlmEndpoints
|
|
58969
|
-
*/
|
|
58970
|
-
readonly filter?: string;
|
|
58971
59041
|
}
|
|
58972
59042
|
/**
|
|
58973
|
-
* Request parameters for
|
|
59043
|
+
* Request parameters for updateEntity operation in LLMEndpointsApi.
|
|
58974
59044
|
* @export
|
|
58975
|
-
* @interface
|
|
59045
|
+
* @interface LLMEndpointsApiUpdateEntityRequest
|
|
58976
59046
|
*/
|
|
58977
|
-
export interface
|
|
59047
|
+
export interface LLMEndpointsApiUpdateEntityRequest {
|
|
58978
59048
|
/**
|
|
58979
59049
|
*
|
|
58980
59050
|
* @type {string}
|
|
58981
|
-
* @memberof
|
|
59051
|
+
* @memberof LLMEndpointsApiUpdateEntity
|
|
58982
59052
|
*/
|
|
58983
59053
|
readonly id: string;
|
|
58984
|
-
/**
|
|
58985
|
-
*
|
|
58986
|
-
* @type {JsonApiLlmEndpointInDocument}
|
|
58987
|
-
* @memberof LLMEndpointsApiUpdateEntityLlmEndpoints
|
|
58988
|
-
*/
|
|
58989
|
-
readonly jsonApiLlmEndpointInDocument: JsonApiLlmEndpointInDocument;
|
|
58990
|
-
/**
|
|
58991
|
-
* 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==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
58992
|
-
* @type {string}
|
|
58993
|
-
* @memberof LLMEndpointsApiUpdateEntityLlmEndpoints
|
|
58994
|
-
*/
|
|
58995
|
-
readonly filter?: string;
|
|
58996
59054
|
}
|
|
58997
59055
|
/**
|
|
58998
59056
|
* LLMEndpointsApi - object-oriented interface
|
|
@@ -59002,65 +59060,63 @@ export interface LLMEndpointsApiUpdateEntityLlmEndpointsRequest {
|
|
|
59002
59060
|
*/
|
|
59003
59061
|
export declare class LLMEndpointsApi extends BaseAPI implements LLMEndpointsApiInterface {
|
|
59004
59062
|
/**
|
|
59005
|
-
*
|
|
59006
|
-
* @summary Post LLM endpoint entities
|
|
59007
|
-
* @param {LLMEndpointsApiCreateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
59063
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
59064
|
+
* @summary Post LLM endpoint entities (Removed)
|
|
59008
59065
|
* @param {*} [options] Override http request option.
|
|
59009
59066
|
* @deprecated
|
|
59010
59067
|
* @throws {RequiredError}
|
|
59011
59068
|
* @memberof LLMEndpointsApi
|
|
59012
59069
|
*/
|
|
59013
|
-
|
|
59070
|
+
createEntity(options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
59014
59071
|
/**
|
|
59015
|
-
*
|
|
59016
|
-
* @summary Delete LLM endpoint entity
|
|
59017
|
-
* @param {
|
|
59072
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
59073
|
+
* @summary Delete LLM endpoint entity (Removed)
|
|
59074
|
+
* @param {LLMEndpointsApiDeleteEntityRequest} requestParameters Request parameters.
|
|
59018
59075
|
* @param {*} [options] Override http request option.
|
|
59019
59076
|
* @deprecated
|
|
59020
59077
|
* @throws {RequiredError}
|
|
59021
59078
|
* @memberof LLMEndpointsApi
|
|
59022
59079
|
*/
|
|
59023
|
-
|
|
59080
|
+
deleteEntity(requestParameters: LLMEndpointsApiDeleteEntityRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
59024
59081
|
/**
|
|
59025
|
-
*
|
|
59026
|
-
* @summary Get all LLM endpoint entities
|
|
59027
|
-
* @param {LLMEndpointsApiGetAllEntitiesLlmEndpointsRequest} requestParameters Request parameters.
|
|
59082
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
59083
|
+
* @summary Get all LLM endpoint entities (Removed)
|
|
59028
59084
|
* @param {*} [options] Override http request option.
|
|
59029
59085
|
* @deprecated
|
|
59030
59086
|
* @throws {RequiredError}
|
|
59031
59087
|
* @memberof LLMEndpointsApi
|
|
59032
59088
|
*/
|
|
59033
|
-
|
|
59089
|
+
getAllEntities(options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
59034
59090
|
/**
|
|
59035
|
-
*
|
|
59036
|
-
* @summary Get LLM endpoint entity
|
|
59037
|
-
* @param {
|
|
59091
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
59092
|
+
* @summary Get LLM endpoint entity (Removed)
|
|
59093
|
+
* @param {LLMEndpointsApiGetEntityRequest} requestParameters Request parameters.
|
|
59038
59094
|
* @param {*} [options] Override http request option.
|
|
59039
59095
|
* @deprecated
|
|
59040
59096
|
* @throws {RequiredError}
|
|
59041
59097
|
* @memberof LLMEndpointsApi
|
|
59042
59098
|
*/
|
|
59043
|
-
|
|
59099
|
+
getEntity(requestParameters: LLMEndpointsApiGetEntityRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
59044
59100
|
/**
|
|
59045
|
-
*
|
|
59046
|
-
* @summary Patch LLM endpoint entity
|
|
59047
|
-
* @param {
|
|
59101
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
59102
|
+
* @summary Patch LLM endpoint entity (Removed)
|
|
59103
|
+
* @param {LLMEndpointsApiPatchEntityRequest} requestParameters Request parameters.
|
|
59048
59104
|
* @param {*} [options] Override http request option.
|
|
59049
59105
|
* @deprecated
|
|
59050
59106
|
* @throws {RequiredError}
|
|
59051
59107
|
* @memberof LLMEndpointsApi
|
|
59052
59108
|
*/
|
|
59053
|
-
|
|
59109
|
+
patchEntity(requestParameters: LLMEndpointsApiPatchEntityRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
59054
59110
|
/**
|
|
59055
|
-
*
|
|
59056
|
-
* @summary PUT LLM endpoint entity
|
|
59057
|
-
* @param {
|
|
59111
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
59112
|
+
* @summary PUT LLM endpoint entity (Removed)
|
|
59113
|
+
* @param {LLMEndpointsApiUpdateEntityRequest} requestParameters Request parameters.
|
|
59058
59114
|
* @param {*} [options] Override http request option.
|
|
59059
59115
|
* @deprecated
|
|
59060
59116
|
* @throws {RequiredError}
|
|
59061
59117
|
* @memberof LLMEndpointsApi
|
|
59062
59118
|
*/
|
|
59063
|
-
|
|
59119
|
+
updateEntity(requestParameters: LLMEndpointsApiUpdateEntityRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
59064
59120
|
}
|
|
59065
59121
|
/**
|
|
59066
59122
|
* LLM Provider - connection configuration for LLM services
|
|
@@ -62617,402 +62673,6 @@ export declare class LayoutApi extends BaseAPI implements LayoutApiInterface {
|
|
|
62617
62673
|
*/
|
|
62618
62674
|
setWorkspacesLayout(requestParameters: LayoutApiSetWorkspacesLayoutRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
62619
62675
|
}
|
|
62620
|
-
/**
|
|
62621
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62622
|
-
* @summary Post LLM endpoint entities
|
|
62623
|
-
* @param {JsonApiLlmEndpointInDocument} jsonApiLlmEndpointInDocument
|
|
62624
|
-
* @param {*} [options] Override http request option.
|
|
62625
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
62626
|
-
* @throws {RequiredError}
|
|
62627
|
-
*/
|
|
62628
|
-
export declare function LlmEndpointControllerApiAxiosParamCreator_CreateEntityLlmEndpoints(jsonApiLlmEndpointInDocument: JsonApiLlmEndpointInDocument, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
62629
|
-
/**
|
|
62630
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62631
|
-
* @summary Delete LLM endpoint entity
|
|
62632
|
-
* @param {string} id
|
|
62633
|
-
* @param {*} [options] Override http request option.
|
|
62634
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
62635
|
-
* @throws {RequiredError}
|
|
62636
|
-
*/
|
|
62637
|
-
export declare function LlmEndpointControllerApiAxiosParamCreator_DeleteEntityLlmEndpoints(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
62638
|
-
/**
|
|
62639
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62640
|
-
* @summary Get all LLM endpoint entities
|
|
62641
|
-
* @param {string} [filter] 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==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
62642
|
-
* @param {number} [page] Zero-based page index (0..N)
|
|
62643
|
-
* @param {number} [size] The size of the page to be returned
|
|
62644
|
-
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
62645
|
-
* @param {Array<'page' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
62646
|
-
* @param {*} [options] Override http request option.
|
|
62647
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
62648
|
-
* @throws {RequiredError}
|
|
62649
|
-
*/
|
|
62650
|
-
export declare function LlmEndpointControllerApiAxiosParamCreator_GetAllEntitiesLlmEndpoints(filter?: string, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<'page' | 'all' | 'ALL'>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
62651
|
-
/**
|
|
62652
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62653
|
-
* @summary Get LLM endpoint entity
|
|
62654
|
-
* @param {string} id
|
|
62655
|
-
* @param {string} [filter] 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==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
62656
|
-
* @param {*} [options] Override http request option.
|
|
62657
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
62658
|
-
* @throws {RequiredError}
|
|
62659
|
-
*/
|
|
62660
|
-
export declare function LlmEndpointControllerApiAxiosParamCreator_GetEntityLlmEndpoints(id: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
62661
|
-
/**
|
|
62662
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62663
|
-
* @summary Patch LLM endpoint entity
|
|
62664
|
-
* @param {string} id
|
|
62665
|
-
* @param {JsonApiLlmEndpointPatchDocument} jsonApiLlmEndpointPatchDocument
|
|
62666
|
-
* @param {string} [filter] 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==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
62667
|
-
* @param {*} [options] Override http request option.
|
|
62668
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
62669
|
-
* @throws {RequiredError}
|
|
62670
|
-
*/
|
|
62671
|
-
export declare function LlmEndpointControllerApiAxiosParamCreator_PatchEntityLlmEndpoints(id: string, jsonApiLlmEndpointPatchDocument: JsonApiLlmEndpointPatchDocument, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
62672
|
-
/**
|
|
62673
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62674
|
-
* @summary PUT LLM endpoint entity
|
|
62675
|
-
* @param {string} id
|
|
62676
|
-
* @param {JsonApiLlmEndpointInDocument} jsonApiLlmEndpointInDocument
|
|
62677
|
-
* @param {string} [filter] 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==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
62678
|
-
* @param {*} [options] Override http request option.
|
|
62679
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
62680
|
-
* @throws {RequiredError}
|
|
62681
|
-
*/
|
|
62682
|
-
export declare function LlmEndpointControllerApiAxiosParamCreator_UpdateEntityLlmEndpoints(id: string, jsonApiLlmEndpointInDocument: JsonApiLlmEndpointInDocument, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
62683
|
-
/**
|
|
62684
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62685
|
-
* @summary Post LLM endpoint entities
|
|
62686
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
62687
|
-
* @param {string} basePath Base path.
|
|
62688
|
-
* @param {LlmEndpointControllerApiCreateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
62689
|
-
* @param {*} [options] Override http request option.
|
|
62690
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
62691
|
-
* @throws {RequiredError}
|
|
62692
|
-
*/
|
|
62693
|
-
export declare function LlmEndpointControllerApi_CreateEntityLlmEndpoints(axios: AxiosInstance, basePath: string, requestParameters: LlmEndpointControllerApiCreateEntityLlmEndpointsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
62694
|
-
/**
|
|
62695
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62696
|
-
* @summary Delete LLM endpoint entity
|
|
62697
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
62698
|
-
* @param {string} basePath Base path.
|
|
62699
|
-
* @param {LlmEndpointControllerApiDeleteEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
62700
|
-
* @param {*} [options] Override http request option.
|
|
62701
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
62702
|
-
* @throws {RequiredError}
|
|
62703
|
-
*/
|
|
62704
|
-
export declare function LlmEndpointControllerApi_DeleteEntityLlmEndpoints(axios: AxiosInstance, basePath: string, requestParameters: LlmEndpointControllerApiDeleteEntityLlmEndpointsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
62705
|
-
/**
|
|
62706
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62707
|
-
* @summary Get all LLM endpoint entities
|
|
62708
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
62709
|
-
* @param {string} basePath Base path.
|
|
62710
|
-
* @param {LlmEndpointControllerApiGetAllEntitiesLlmEndpointsRequest} requestParameters Request parameters.
|
|
62711
|
-
* @param {*} [options] Override http request option.
|
|
62712
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
62713
|
-
* @throws {RequiredError}
|
|
62714
|
-
*/
|
|
62715
|
-
export declare function LlmEndpointControllerApi_GetAllEntitiesLlmEndpoints(axios: AxiosInstance, basePath: string, requestParameters: LlmEndpointControllerApiGetAllEntitiesLlmEndpointsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiLlmEndpointOutList>;
|
|
62716
|
-
/**
|
|
62717
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62718
|
-
* @summary Get LLM endpoint entity
|
|
62719
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
62720
|
-
* @param {string} basePath Base path.
|
|
62721
|
-
* @param {LlmEndpointControllerApiGetEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
62722
|
-
* @param {*} [options] Override http request option.
|
|
62723
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
62724
|
-
* @throws {RequiredError}
|
|
62725
|
-
*/
|
|
62726
|
-
export declare function LlmEndpointControllerApi_GetEntityLlmEndpoints(axios: AxiosInstance, basePath: string, requestParameters: LlmEndpointControllerApiGetEntityLlmEndpointsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
62727
|
-
/**
|
|
62728
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62729
|
-
* @summary Patch LLM endpoint entity
|
|
62730
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
62731
|
-
* @param {string} basePath Base path.
|
|
62732
|
-
* @param {LlmEndpointControllerApiPatchEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
62733
|
-
* @param {*} [options] Override http request option.
|
|
62734
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
62735
|
-
* @throws {RequiredError}
|
|
62736
|
-
*/
|
|
62737
|
-
export declare function LlmEndpointControllerApi_PatchEntityLlmEndpoints(axios: AxiosInstance, basePath: string, requestParameters: LlmEndpointControllerApiPatchEntityLlmEndpointsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
62738
|
-
/**
|
|
62739
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62740
|
-
* @summary PUT LLM endpoint entity
|
|
62741
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
62742
|
-
* @param {string} basePath Base path.
|
|
62743
|
-
* @param {LlmEndpointControllerApiUpdateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
62744
|
-
* @param {*} [options] Override http request option.
|
|
62745
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
62746
|
-
* @throws {RequiredError}
|
|
62747
|
-
*/
|
|
62748
|
-
export declare function LlmEndpointControllerApi_UpdateEntityLlmEndpoints(axios: AxiosInstance, basePath: string, requestParameters: LlmEndpointControllerApiUpdateEntityLlmEndpointsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
62749
|
-
/**
|
|
62750
|
-
* LlmEndpointControllerApi - interface
|
|
62751
|
-
* @export
|
|
62752
|
-
* @interface LlmEndpointControllerApi
|
|
62753
|
-
*/
|
|
62754
|
-
export interface LlmEndpointControllerApiInterface {
|
|
62755
|
-
/**
|
|
62756
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62757
|
-
* @summary Post LLM endpoint entities
|
|
62758
|
-
* @param {LlmEndpointControllerApiCreateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
62759
|
-
* @param {*} [options] Override http request option.
|
|
62760
|
-
* @deprecated
|
|
62761
|
-
* @throws {RequiredError}
|
|
62762
|
-
* @memberof LlmEndpointControllerApiInterface
|
|
62763
|
-
*/
|
|
62764
|
-
createEntityLlmEndpoints(requestParameters: LlmEndpointControllerApiCreateEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
62765
|
-
/**
|
|
62766
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62767
|
-
* @summary Delete LLM endpoint entity
|
|
62768
|
-
* @param {LlmEndpointControllerApiDeleteEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
62769
|
-
* @param {*} [options] Override http request option.
|
|
62770
|
-
* @deprecated
|
|
62771
|
-
* @throws {RequiredError}
|
|
62772
|
-
* @memberof LlmEndpointControllerApiInterface
|
|
62773
|
-
*/
|
|
62774
|
-
deleteEntityLlmEndpoints(requestParameters: LlmEndpointControllerApiDeleteEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
62775
|
-
/**
|
|
62776
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62777
|
-
* @summary Get all LLM endpoint entities
|
|
62778
|
-
* @param {LlmEndpointControllerApiGetAllEntitiesLlmEndpointsRequest} requestParameters Request parameters.
|
|
62779
|
-
* @param {*} [options] Override http request option.
|
|
62780
|
-
* @deprecated
|
|
62781
|
-
* @throws {RequiredError}
|
|
62782
|
-
* @memberof LlmEndpointControllerApiInterface
|
|
62783
|
-
*/
|
|
62784
|
-
getAllEntitiesLlmEndpoints(requestParameters: LlmEndpointControllerApiGetAllEntitiesLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutList>;
|
|
62785
|
-
/**
|
|
62786
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62787
|
-
* @summary Get LLM endpoint entity
|
|
62788
|
-
* @param {LlmEndpointControllerApiGetEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
62789
|
-
* @param {*} [options] Override http request option.
|
|
62790
|
-
* @deprecated
|
|
62791
|
-
* @throws {RequiredError}
|
|
62792
|
-
* @memberof LlmEndpointControllerApiInterface
|
|
62793
|
-
*/
|
|
62794
|
-
getEntityLlmEndpoints(requestParameters: LlmEndpointControllerApiGetEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
62795
|
-
/**
|
|
62796
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62797
|
-
* @summary Patch LLM endpoint entity
|
|
62798
|
-
* @param {LlmEndpointControllerApiPatchEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
62799
|
-
* @param {*} [options] Override http request option.
|
|
62800
|
-
* @deprecated
|
|
62801
|
-
* @throws {RequiredError}
|
|
62802
|
-
* @memberof LlmEndpointControllerApiInterface
|
|
62803
|
-
*/
|
|
62804
|
-
patchEntityLlmEndpoints(requestParameters: LlmEndpointControllerApiPatchEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
62805
|
-
/**
|
|
62806
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62807
|
-
* @summary PUT LLM endpoint entity
|
|
62808
|
-
* @param {LlmEndpointControllerApiUpdateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
62809
|
-
* @param {*} [options] Override http request option.
|
|
62810
|
-
* @deprecated
|
|
62811
|
-
* @throws {RequiredError}
|
|
62812
|
-
* @memberof LlmEndpointControllerApiInterface
|
|
62813
|
-
*/
|
|
62814
|
-
updateEntityLlmEndpoints(requestParameters: LlmEndpointControllerApiUpdateEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
62815
|
-
}
|
|
62816
|
-
/**
|
|
62817
|
-
* Request parameters for createEntityLlmEndpoints operation in LlmEndpointControllerApi.
|
|
62818
|
-
* @export
|
|
62819
|
-
* @interface LlmEndpointControllerApiCreateEntityLlmEndpointsRequest
|
|
62820
|
-
*/
|
|
62821
|
-
export interface LlmEndpointControllerApiCreateEntityLlmEndpointsRequest {
|
|
62822
|
-
/**
|
|
62823
|
-
*
|
|
62824
|
-
* @type {JsonApiLlmEndpointInDocument}
|
|
62825
|
-
* @memberof LlmEndpointControllerApiCreateEntityLlmEndpoints
|
|
62826
|
-
*/
|
|
62827
|
-
readonly jsonApiLlmEndpointInDocument: JsonApiLlmEndpointInDocument;
|
|
62828
|
-
}
|
|
62829
|
-
/**
|
|
62830
|
-
* Request parameters for deleteEntityLlmEndpoints operation in LlmEndpointControllerApi.
|
|
62831
|
-
* @export
|
|
62832
|
-
* @interface LlmEndpointControllerApiDeleteEntityLlmEndpointsRequest
|
|
62833
|
-
*/
|
|
62834
|
-
export interface LlmEndpointControllerApiDeleteEntityLlmEndpointsRequest {
|
|
62835
|
-
/**
|
|
62836
|
-
*
|
|
62837
|
-
* @type {string}
|
|
62838
|
-
* @memberof LlmEndpointControllerApiDeleteEntityLlmEndpoints
|
|
62839
|
-
*/
|
|
62840
|
-
readonly id: string;
|
|
62841
|
-
}
|
|
62842
|
-
/**
|
|
62843
|
-
* Request parameters for getAllEntitiesLlmEndpoints operation in LlmEndpointControllerApi.
|
|
62844
|
-
* @export
|
|
62845
|
-
* @interface LlmEndpointControllerApiGetAllEntitiesLlmEndpointsRequest
|
|
62846
|
-
*/
|
|
62847
|
-
export interface LlmEndpointControllerApiGetAllEntitiesLlmEndpointsRequest {
|
|
62848
|
-
/**
|
|
62849
|
-
* 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==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
62850
|
-
* @type {string}
|
|
62851
|
-
* @memberof LlmEndpointControllerApiGetAllEntitiesLlmEndpoints
|
|
62852
|
-
*/
|
|
62853
|
-
readonly filter?: string;
|
|
62854
|
-
/**
|
|
62855
|
-
* Zero-based page index (0..N)
|
|
62856
|
-
* @type {number}
|
|
62857
|
-
* @memberof LlmEndpointControllerApiGetAllEntitiesLlmEndpoints
|
|
62858
|
-
*/
|
|
62859
|
-
readonly page?: number;
|
|
62860
|
-
/**
|
|
62861
|
-
* The size of the page to be returned
|
|
62862
|
-
* @type {number}
|
|
62863
|
-
* @memberof LlmEndpointControllerApiGetAllEntitiesLlmEndpoints
|
|
62864
|
-
*/
|
|
62865
|
-
readonly size?: number;
|
|
62866
|
-
/**
|
|
62867
|
-
* Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
62868
|
-
* @type {Array<string>}
|
|
62869
|
-
* @memberof LlmEndpointControllerApiGetAllEntitiesLlmEndpoints
|
|
62870
|
-
*/
|
|
62871
|
-
readonly sort?: Array<string>;
|
|
62872
|
-
/**
|
|
62873
|
-
* Include Meta objects.
|
|
62874
|
-
* @type {Array<'page' | 'all' | 'ALL'>}
|
|
62875
|
-
* @memberof LlmEndpointControllerApiGetAllEntitiesLlmEndpoints
|
|
62876
|
-
*/
|
|
62877
|
-
readonly metaInclude?: Array<'page' | 'all' | 'ALL'>;
|
|
62878
|
-
}
|
|
62879
|
-
/**
|
|
62880
|
-
* Request parameters for getEntityLlmEndpoints operation in LlmEndpointControllerApi.
|
|
62881
|
-
* @export
|
|
62882
|
-
* @interface LlmEndpointControllerApiGetEntityLlmEndpointsRequest
|
|
62883
|
-
*/
|
|
62884
|
-
export interface LlmEndpointControllerApiGetEntityLlmEndpointsRequest {
|
|
62885
|
-
/**
|
|
62886
|
-
*
|
|
62887
|
-
* @type {string}
|
|
62888
|
-
* @memberof LlmEndpointControllerApiGetEntityLlmEndpoints
|
|
62889
|
-
*/
|
|
62890
|
-
readonly id: string;
|
|
62891
|
-
/**
|
|
62892
|
-
* 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==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
62893
|
-
* @type {string}
|
|
62894
|
-
* @memberof LlmEndpointControllerApiGetEntityLlmEndpoints
|
|
62895
|
-
*/
|
|
62896
|
-
readonly filter?: string;
|
|
62897
|
-
}
|
|
62898
|
-
/**
|
|
62899
|
-
* Request parameters for patchEntityLlmEndpoints operation in LlmEndpointControllerApi.
|
|
62900
|
-
* @export
|
|
62901
|
-
* @interface LlmEndpointControllerApiPatchEntityLlmEndpointsRequest
|
|
62902
|
-
*/
|
|
62903
|
-
export interface LlmEndpointControllerApiPatchEntityLlmEndpointsRequest {
|
|
62904
|
-
/**
|
|
62905
|
-
*
|
|
62906
|
-
* @type {string}
|
|
62907
|
-
* @memberof LlmEndpointControllerApiPatchEntityLlmEndpoints
|
|
62908
|
-
*/
|
|
62909
|
-
readonly id: string;
|
|
62910
|
-
/**
|
|
62911
|
-
*
|
|
62912
|
-
* @type {JsonApiLlmEndpointPatchDocument}
|
|
62913
|
-
* @memberof LlmEndpointControllerApiPatchEntityLlmEndpoints
|
|
62914
|
-
*/
|
|
62915
|
-
readonly jsonApiLlmEndpointPatchDocument: JsonApiLlmEndpointPatchDocument;
|
|
62916
|
-
/**
|
|
62917
|
-
* 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==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
62918
|
-
* @type {string}
|
|
62919
|
-
* @memberof LlmEndpointControllerApiPatchEntityLlmEndpoints
|
|
62920
|
-
*/
|
|
62921
|
-
readonly filter?: string;
|
|
62922
|
-
}
|
|
62923
|
-
/**
|
|
62924
|
-
* Request parameters for updateEntityLlmEndpoints operation in LlmEndpointControllerApi.
|
|
62925
|
-
* @export
|
|
62926
|
-
* @interface LlmEndpointControllerApiUpdateEntityLlmEndpointsRequest
|
|
62927
|
-
*/
|
|
62928
|
-
export interface LlmEndpointControllerApiUpdateEntityLlmEndpointsRequest {
|
|
62929
|
-
/**
|
|
62930
|
-
*
|
|
62931
|
-
* @type {string}
|
|
62932
|
-
* @memberof LlmEndpointControllerApiUpdateEntityLlmEndpoints
|
|
62933
|
-
*/
|
|
62934
|
-
readonly id: string;
|
|
62935
|
-
/**
|
|
62936
|
-
*
|
|
62937
|
-
* @type {JsonApiLlmEndpointInDocument}
|
|
62938
|
-
* @memberof LlmEndpointControllerApiUpdateEntityLlmEndpoints
|
|
62939
|
-
*/
|
|
62940
|
-
readonly jsonApiLlmEndpointInDocument: JsonApiLlmEndpointInDocument;
|
|
62941
|
-
/**
|
|
62942
|
-
* 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==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
62943
|
-
* @type {string}
|
|
62944
|
-
* @memberof LlmEndpointControllerApiUpdateEntityLlmEndpoints
|
|
62945
|
-
*/
|
|
62946
|
-
readonly filter?: string;
|
|
62947
|
-
}
|
|
62948
|
-
/**
|
|
62949
|
-
* LlmEndpointControllerApi - object-oriented interface
|
|
62950
|
-
* @export
|
|
62951
|
-
* @class LlmEndpointControllerApi
|
|
62952
|
-
* @extends {BaseAPI}
|
|
62953
|
-
*/
|
|
62954
|
-
export declare class LlmEndpointControllerApi extends BaseAPI implements LlmEndpointControllerApiInterface {
|
|
62955
|
-
/**
|
|
62956
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62957
|
-
* @summary Post LLM endpoint entities
|
|
62958
|
-
* @param {LlmEndpointControllerApiCreateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
62959
|
-
* @param {*} [options] Override http request option.
|
|
62960
|
-
* @deprecated
|
|
62961
|
-
* @throws {RequiredError}
|
|
62962
|
-
* @memberof LlmEndpointControllerApi
|
|
62963
|
-
*/
|
|
62964
|
-
createEntityLlmEndpoints(requestParameters: LlmEndpointControllerApiCreateEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
62965
|
-
/**
|
|
62966
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62967
|
-
* @summary Delete LLM endpoint entity
|
|
62968
|
-
* @param {LlmEndpointControllerApiDeleteEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
62969
|
-
* @param {*} [options] Override http request option.
|
|
62970
|
-
* @deprecated
|
|
62971
|
-
* @throws {RequiredError}
|
|
62972
|
-
* @memberof LlmEndpointControllerApi
|
|
62973
|
-
*/
|
|
62974
|
-
deleteEntityLlmEndpoints(requestParameters: LlmEndpointControllerApiDeleteEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
62975
|
-
/**
|
|
62976
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62977
|
-
* @summary Get all LLM endpoint entities
|
|
62978
|
-
* @param {LlmEndpointControllerApiGetAllEntitiesLlmEndpointsRequest} requestParameters Request parameters.
|
|
62979
|
-
* @param {*} [options] Override http request option.
|
|
62980
|
-
* @deprecated
|
|
62981
|
-
* @throws {RequiredError}
|
|
62982
|
-
* @memberof LlmEndpointControllerApi
|
|
62983
|
-
*/
|
|
62984
|
-
getAllEntitiesLlmEndpoints(requestParameters?: LlmEndpointControllerApiGetAllEntitiesLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutList>;
|
|
62985
|
-
/**
|
|
62986
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62987
|
-
* @summary Get LLM endpoint entity
|
|
62988
|
-
* @param {LlmEndpointControllerApiGetEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
62989
|
-
* @param {*} [options] Override http request option.
|
|
62990
|
-
* @deprecated
|
|
62991
|
-
* @throws {RequiredError}
|
|
62992
|
-
* @memberof LlmEndpointControllerApi
|
|
62993
|
-
*/
|
|
62994
|
-
getEntityLlmEndpoints(requestParameters: LlmEndpointControllerApiGetEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
62995
|
-
/**
|
|
62996
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62997
|
-
* @summary Patch LLM endpoint entity
|
|
62998
|
-
* @param {LlmEndpointControllerApiPatchEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
62999
|
-
* @param {*} [options] Override http request option.
|
|
63000
|
-
* @deprecated
|
|
63001
|
-
* @throws {RequiredError}
|
|
63002
|
-
* @memberof LlmEndpointControllerApi
|
|
63003
|
-
*/
|
|
63004
|
-
patchEntityLlmEndpoints(requestParameters: LlmEndpointControllerApiPatchEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
63005
|
-
/**
|
|
63006
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
63007
|
-
* @summary PUT LLM endpoint entity
|
|
63008
|
-
* @param {LlmEndpointControllerApiUpdateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
63009
|
-
* @param {*} [options] Override http request option.
|
|
63010
|
-
* @deprecated
|
|
63011
|
-
* @throws {RequiredError}
|
|
63012
|
-
* @memberof LlmEndpointControllerApi
|
|
63013
|
-
*/
|
|
63014
|
-
updateEntityLlmEndpoints(requestParameters: LlmEndpointControllerApiUpdateEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
63015
|
-
}
|
|
63016
62676
|
/**
|
|
63017
62677
|
* LLM Provider - connection configuration for LLM services
|
|
63018
62678
|
* @summary Post LLM Provider entities
|
|
@@ -69796,6 +69456,16 @@ export declare class ParametersApi extends BaseAPI implements ParametersApiInter
|
|
|
69796
69456
|
*/
|
|
69797
69457
|
updateEntityParameters(requestParameters: ParametersApiUpdateEntityParametersRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiParameterOutDocument>;
|
|
69798
69458
|
}
|
|
69459
|
+
/**
|
|
69460
|
+
*
|
|
69461
|
+
* @summary Get Attribute Permissions
|
|
69462
|
+
* @param {string} workspaceId
|
|
69463
|
+
* @param {string} attributeId
|
|
69464
|
+
* @param {*} [options] Override http request option.
|
|
69465
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
69466
|
+
* @throws {RequiredError}
|
|
69467
|
+
*/
|
|
69468
|
+
export declare function PermissionsApiAxiosParamCreator_AttributePermissions(workspaceId: string, attributeId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
69799
69469
|
/**
|
|
69800
69470
|
*
|
|
69801
69471
|
* @summary Get Available Assignees
|
|
@@ -69816,6 +69486,16 @@ export declare function PermissionsApiAxiosParamCreator_AvailableAssignees(works
|
|
|
69816
69486
|
* @throws {RequiredError}
|
|
69817
69487
|
*/
|
|
69818
69488
|
export declare function PermissionsApiAxiosParamCreator_DashboardPermissions(workspaceId: string, dashboardId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
69489
|
+
/**
|
|
69490
|
+
*
|
|
69491
|
+
* @summary Get Fact Permissions
|
|
69492
|
+
* @param {string} workspaceId
|
|
69493
|
+
* @param {string} factId
|
|
69494
|
+
* @param {*} [options] Override http request option.
|
|
69495
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
69496
|
+
* @throws {RequiredError}
|
|
69497
|
+
*/
|
|
69498
|
+
export declare function PermissionsApiAxiosParamCreator_FactPermissions(workspaceId: string, factId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
69819
69499
|
/**
|
|
69820
69500
|
* Retrieve organization permissions
|
|
69821
69501
|
* @summary Get organization permissions
|
|
@@ -69851,6 +69531,27 @@ export declare function PermissionsApiAxiosParamCreator_GetUserPermissions(userI
|
|
|
69851
69531
|
* @throws {RequiredError}
|
|
69852
69532
|
*/
|
|
69853
69533
|
export declare function PermissionsApiAxiosParamCreator_GetWorkspacePermissions(workspaceId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
69534
|
+
/**
|
|
69535
|
+
*
|
|
69536
|
+
* @summary Get Label Permissions
|
|
69537
|
+
* @param {string} workspaceId
|
|
69538
|
+
* @param {string} labelId
|
|
69539
|
+
* @param {*} [options] Override http request option.
|
|
69540
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
69541
|
+
* @throws {RequiredError}
|
|
69542
|
+
*/
|
|
69543
|
+
export declare function PermissionsApiAxiosParamCreator_LabelPermissions(workspaceId: string, labelId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
69544
|
+
/**
|
|
69545
|
+
*
|
|
69546
|
+
* @summary Manage Permissions for an Attribute
|
|
69547
|
+
* @param {string} workspaceId
|
|
69548
|
+
* @param {string} attributeId
|
|
69549
|
+
* @param {Array<ManageLabelPermissionsRequestInner>} manageLabelPermissionsRequestInner
|
|
69550
|
+
* @param {*} [options] Override http request option.
|
|
69551
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
69552
|
+
* @throws {RequiredError}
|
|
69553
|
+
*/
|
|
69554
|
+
export declare function PermissionsApiAxiosParamCreator_ManageAttributePermissions(workspaceId: string, attributeId: string, manageLabelPermissionsRequestInner: Array<ManageLabelPermissionsRequestInner>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
69854
69555
|
/**
|
|
69855
69556
|
*
|
|
69856
69557
|
* @summary Manage Permissions for a Dashboard
|
|
@@ -69872,6 +69573,28 @@ export declare function PermissionsApiAxiosParamCreator_ManageDashboardPermissio
|
|
|
69872
69573
|
* @throws {RequiredError}
|
|
69873
69574
|
*/
|
|
69874
69575
|
export declare function PermissionsApiAxiosParamCreator_ManageDataSourcePermissions(dataSourceId: string, dataSourcePermissionAssignment: Array<DataSourcePermissionAssignment>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
69576
|
+
/**
|
|
69577
|
+
*
|
|
69578
|
+
* @summary Manage Permissions for a Fact
|
|
69579
|
+
* @param {string} workspaceId
|
|
69580
|
+
* @param {string} factId
|
|
69581
|
+
* @param {Array<ManageLabelPermissionsRequestInner>} manageLabelPermissionsRequestInner
|
|
69582
|
+
* @param {*} [options] Override http request option.
|
|
69583
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
69584
|
+
* @throws {RequiredError}
|
|
69585
|
+
*/
|
|
69586
|
+
export declare function PermissionsApiAxiosParamCreator_ManageFactPermissions(workspaceId: string, factId: string, manageLabelPermissionsRequestInner: Array<ManageLabelPermissionsRequestInner>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
69587
|
+
/**
|
|
69588
|
+
*
|
|
69589
|
+
* @summary Manage Permissions for a Label
|
|
69590
|
+
* @param {string} workspaceId
|
|
69591
|
+
* @param {string} labelId
|
|
69592
|
+
* @param {Array<ManageLabelPermissionsRequestInner>} manageLabelPermissionsRequestInner
|
|
69593
|
+
* @param {*} [options] Override http request option.
|
|
69594
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
69595
|
+
* @throws {RequiredError}
|
|
69596
|
+
*/
|
|
69597
|
+
export declare function PermissionsApiAxiosParamCreator_ManageLabelPermissions(workspaceId: string, labelId: string, manageLabelPermissionsRequestInner: Array<ManageLabelPermissionsRequestInner>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
69875
69598
|
/**
|
|
69876
69599
|
* Manage Permissions for a Organization
|
|
69877
69600
|
* @summary Manage Permissions for a Organization
|
|
@@ -69930,6 +69653,17 @@ export declare function PermissionsApiAxiosParamCreator_SetUserPermissions(userI
|
|
|
69930
69653
|
* @throws {RequiredError}
|
|
69931
69654
|
*/
|
|
69932
69655
|
export declare function PermissionsApiAxiosParamCreator_SetWorkspacePermissions(workspaceId: string, declarativeWorkspacePermissions: DeclarativeWorkspacePermissions, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
69656
|
+
/**
|
|
69657
|
+
*
|
|
69658
|
+
* @summary Get Attribute Permissions
|
|
69659
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
69660
|
+
* @param {string} basePath Base path.
|
|
69661
|
+
* @param {PermissionsApiAttributePermissionsRequest} requestParameters Request parameters.
|
|
69662
|
+
* @param {*} [options] Override http request option.
|
|
69663
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
69664
|
+
* @throws {RequiredError}
|
|
69665
|
+
*/
|
|
69666
|
+
export declare function PermissionsApi_AttributePermissions(axios: AxiosInstance, basePath: string, requestParameters: PermissionsApiAttributePermissionsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<LdmObjectPermissions>;
|
|
69933
69667
|
/**
|
|
69934
69668
|
*
|
|
69935
69669
|
* @summary Get Available Assignees
|
|
@@ -69952,6 +69686,17 @@ export declare function PermissionsApi_AvailableAssignees(axios: AxiosInstance,
|
|
|
69952
69686
|
* @throws {RequiredError}
|
|
69953
69687
|
*/
|
|
69954
69688
|
export declare function PermissionsApi_DashboardPermissions(axios: AxiosInstance, basePath: string, requestParameters: PermissionsApiDashboardPermissionsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<DashboardPermissions>;
|
|
69689
|
+
/**
|
|
69690
|
+
*
|
|
69691
|
+
* @summary Get Fact Permissions
|
|
69692
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
69693
|
+
* @param {string} basePath Base path.
|
|
69694
|
+
* @param {PermissionsApiFactPermissionsRequest} requestParameters Request parameters.
|
|
69695
|
+
* @param {*} [options] Override http request option.
|
|
69696
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
69697
|
+
* @throws {RequiredError}
|
|
69698
|
+
*/
|
|
69699
|
+
export declare function PermissionsApi_FactPermissions(axios: AxiosInstance, basePath: string, requestParameters: PermissionsApiFactPermissionsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<LdmObjectPermissions>;
|
|
69955
69700
|
/**
|
|
69956
69701
|
* Retrieve organization permissions
|
|
69957
69702
|
* @summary Get organization permissions
|
|
@@ -69995,6 +69740,28 @@ export declare function PermissionsApi_GetUserPermissions(axios: AxiosInstance,
|
|
|
69995
69740
|
* @throws {RequiredError}
|
|
69996
69741
|
*/
|
|
69997
69742
|
export declare function PermissionsApi_GetWorkspacePermissions(axios: AxiosInstance, basePath: string, requestParameters: PermissionsApiGetWorkspacePermissionsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<DeclarativeWorkspacePermissions>;
|
|
69743
|
+
/**
|
|
69744
|
+
*
|
|
69745
|
+
* @summary Get Label Permissions
|
|
69746
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
69747
|
+
* @param {string} basePath Base path.
|
|
69748
|
+
* @param {PermissionsApiLabelPermissionsRequest} requestParameters Request parameters.
|
|
69749
|
+
* @param {*} [options] Override http request option.
|
|
69750
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
69751
|
+
* @throws {RequiredError}
|
|
69752
|
+
*/
|
|
69753
|
+
export declare function PermissionsApi_LabelPermissions(axios: AxiosInstance, basePath: string, requestParameters: PermissionsApiLabelPermissionsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<LdmObjectPermissions>;
|
|
69754
|
+
/**
|
|
69755
|
+
*
|
|
69756
|
+
* @summary Manage Permissions for an Attribute
|
|
69757
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
69758
|
+
* @param {string} basePath Base path.
|
|
69759
|
+
* @param {PermissionsApiManageAttributePermissionsRequest} requestParameters Request parameters.
|
|
69760
|
+
* @param {*} [options] Override http request option.
|
|
69761
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
69762
|
+
* @throws {RequiredError}
|
|
69763
|
+
*/
|
|
69764
|
+
export declare function PermissionsApi_ManageAttributePermissions(axios: AxiosInstance, basePath: string, requestParameters: PermissionsApiManageAttributePermissionsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
69998
69765
|
/**
|
|
69999
69766
|
*
|
|
70000
69767
|
* @summary Manage Permissions for a Dashboard
|
|
@@ -70017,6 +69784,28 @@ export declare function PermissionsApi_ManageDashboardPermissions(axios: AxiosIn
|
|
|
70017
69784
|
* @throws {RequiredError}
|
|
70018
69785
|
*/
|
|
70019
69786
|
export declare function PermissionsApi_ManageDataSourcePermissions(axios: AxiosInstance, basePath: string, requestParameters: PermissionsApiManageDataSourcePermissionsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
69787
|
+
/**
|
|
69788
|
+
*
|
|
69789
|
+
* @summary Manage Permissions for a Fact
|
|
69790
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
69791
|
+
* @param {string} basePath Base path.
|
|
69792
|
+
* @param {PermissionsApiManageFactPermissionsRequest} requestParameters Request parameters.
|
|
69793
|
+
* @param {*} [options] Override http request option.
|
|
69794
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
69795
|
+
* @throws {RequiredError}
|
|
69796
|
+
*/
|
|
69797
|
+
export declare function PermissionsApi_ManageFactPermissions(axios: AxiosInstance, basePath: string, requestParameters: PermissionsApiManageFactPermissionsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
69798
|
+
/**
|
|
69799
|
+
*
|
|
69800
|
+
* @summary Manage Permissions for a Label
|
|
69801
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
69802
|
+
* @param {string} basePath Base path.
|
|
69803
|
+
* @param {PermissionsApiManageLabelPermissionsRequest} requestParameters Request parameters.
|
|
69804
|
+
* @param {*} [options] Override http request option.
|
|
69805
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
69806
|
+
* @throws {RequiredError}
|
|
69807
|
+
*/
|
|
69808
|
+
export declare function PermissionsApi_ManageLabelPermissions(axios: AxiosInstance, basePath: string, requestParameters: PermissionsApiManageLabelPermissionsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
70020
69809
|
/**
|
|
70021
69810
|
* Manage Permissions for a Organization
|
|
70022
69811
|
* @summary Manage Permissions for a Organization
|
|
@@ -70089,6 +69878,15 @@ export declare function PermissionsApi_SetWorkspacePermissions(axios: AxiosInsta
|
|
|
70089
69878
|
* @interface PermissionsApi
|
|
70090
69879
|
*/
|
|
70091
69880
|
export interface PermissionsApiInterface {
|
|
69881
|
+
/**
|
|
69882
|
+
*
|
|
69883
|
+
* @summary Get Attribute Permissions
|
|
69884
|
+
* @param {PermissionsApiAttributePermissionsRequest} requestParameters Request parameters.
|
|
69885
|
+
* @param {*} [options] Override http request option.
|
|
69886
|
+
* @throws {RequiredError}
|
|
69887
|
+
* @memberof PermissionsApiInterface
|
|
69888
|
+
*/
|
|
69889
|
+
attributePermissions(requestParameters: PermissionsApiAttributePermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<LdmObjectPermissions>;
|
|
70092
69890
|
/**
|
|
70093
69891
|
*
|
|
70094
69892
|
* @summary Get Available Assignees
|
|
@@ -70107,6 +69905,15 @@ export interface PermissionsApiInterface {
|
|
|
70107
69905
|
* @memberof PermissionsApiInterface
|
|
70108
69906
|
*/
|
|
70109
69907
|
dashboardPermissions(requestParameters: PermissionsApiDashboardPermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<DashboardPermissions>;
|
|
69908
|
+
/**
|
|
69909
|
+
*
|
|
69910
|
+
* @summary Get Fact Permissions
|
|
69911
|
+
* @param {PermissionsApiFactPermissionsRequest} requestParameters Request parameters.
|
|
69912
|
+
* @param {*} [options] Override http request option.
|
|
69913
|
+
* @throws {RequiredError}
|
|
69914
|
+
* @memberof PermissionsApiInterface
|
|
69915
|
+
*/
|
|
69916
|
+
factPermissions(requestParameters: PermissionsApiFactPermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<LdmObjectPermissions>;
|
|
70110
69917
|
/**
|
|
70111
69918
|
* Retrieve organization permissions
|
|
70112
69919
|
* @summary Get organization permissions
|
|
@@ -70142,6 +69949,24 @@ export interface PermissionsApiInterface {
|
|
|
70142
69949
|
* @memberof PermissionsApiInterface
|
|
70143
69950
|
*/
|
|
70144
69951
|
getWorkspacePermissions(requestParameters: PermissionsApiGetWorkspacePermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<DeclarativeWorkspacePermissions>;
|
|
69952
|
+
/**
|
|
69953
|
+
*
|
|
69954
|
+
* @summary Get Label Permissions
|
|
69955
|
+
* @param {PermissionsApiLabelPermissionsRequest} requestParameters Request parameters.
|
|
69956
|
+
* @param {*} [options] Override http request option.
|
|
69957
|
+
* @throws {RequiredError}
|
|
69958
|
+
* @memberof PermissionsApiInterface
|
|
69959
|
+
*/
|
|
69960
|
+
labelPermissions(requestParameters: PermissionsApiLabelPermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<LdmObjectPermissions>;
|
|
69961
|
+
/**
|
|
69962
|
+
*
|
|
69963
|
+
* @summary Manage Permissions for an Attribute
|
|
69964
|
+
* @param {PermissionsApiManageAttributePermissionsRequest} requestParameters Request parameters.
|
|
69965
|
+
* @param {*} [options] Override http request option.
|
|
69966
|
+
* @throws {RequiredError}
|
|
69967
|
+
* @memberof PermissionsApiInterface
|
|
69968
|
+
*/
|
|
69969
|
+
manageAttributePermissions(requestParameters: PermissionsApiManageAttributePermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
70145
69970
|
/**
|
|
70146
69971
|
*
|
|
70147
69972
|
* @summary Manage Permissions for a Dashboard
|
|
@@ -70160,6 +69985,24 @@ export interface PermissionsApiInterface {
|
|
|
70160
69985
|
* @memberof PermissionsApiInterface
|
|
70161
69986
|
*/
|
|
70162
69987
|
manageDataSourcePermissions(requestParameters: PermissionsApiManageDataSourcePermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
69988
|
+
/**
|
|
69989
|
+
*
|
|
69990
|
+
* @summary Manage Permissions for a Fact
|
|
69991
|
+
* @param {PermissionsApiManageFactPermissionsRequest} requestParameters Request parameters.
|
|
69992
|
+
* @param {*} [options] Override http request option.
|
|
69993
|
+
* @throws {RequiredError}
|
|
69994
|
+
* @memberof PermissionsApiInterface
|
|
69995
|
+
*/
|
|
69996
|
+
manageFactPermissions(requestParameters: PermissionsApiManageFactPermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
69997
|
+
/**
|
|
69998
|
+
*
|
|
69999
|
+
* @summary Manage Permissions for a Label
|
|
70000
|
+
* @param {PermissionsApiManageLabelPermissionsRequest} requestParameters Request parameters.
|
|
70001
|
+
* @param {*} [options] Override http request option.
|
|
70002
|
+
* @throws {RequiredError}
|
|
70003
|
+
* @memberof PermissionsApiInterface
|
|
70004
|
+
*/
|
|
70005
|
+
manageLabelPermissions(requestParameters: PermissionsApiManageLabelPermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
70163
70006
|
/**
|
|
70164
70007
|
* Manage Permissions for a Organization
|
|
70165
70008
|
* @summary Manage Permissions for a Organization
|
|
@@ -70215,6 +70058,25 @@ export interface PermissionsApiInterface {
|
|
|
70215
70058
|
*/
|
|
70216
70059
|
setWorkspacePermissions(requestParameters: PermissionsApiSetWorkspacePermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
70217
70060
|
}
|
|
70061
|
+
/**
|
|
70062
|
+
* Request parameters for attributePermissions operation in PermissionsApi.
|
|
70063
|
+
* @export
|
|
70064
|
+
* @interface PermissionsApiAttributePermissionsRequest
|
|
70065
|
+
*/
|
|
70066
|
+
export interface PermissionsApiAttributePermissionsRequest {
|
|
70067
|
+
/**
|
|
70068
|
+
*
|
|
70069
|
+
* @type {string}
|
|
70070
|
+
* @memberof PermissionsApiAttributePermissions
|
|
70071
|
+
*/
|
|
70072
|
+
readonly workspaceId: string;
|
|
70073
|
+
/**
|
|
70074
|
+
*
|
|
70075
|
+
* @type {string}
|
|
70076
|
+
* @memberof PermissionsApiAttributePermissions
|
|
70077
|
+
*/
|
|
70078
|
+
readonly attributeId: string;
|
|
70079
|
+
}
|
|
70218
70080
|
/**
|
|
70219
70081
|
* Request parameters for availableAssignees operation in PermissionsApi.
|
|
70220
70082
|
* @export
|
|
@@ -70253,6 +70115,25 @@ export interface PermissionsApiDashboardPermissionsRequest {
|
|
|
70253
70115
|
*/
|
|
70254
70116
|
readonly dashboardId: string;
|
|
70255
70117
|
}
|
|
70118
|
+
/**
|
|
70119
|
+
* Request parameters for factPermissions operation in PermissionsApi.
|
|
70120
|
+
* @export
|
|
70121
|
+
* @interface PermissionsApiFactPermissionsRequest
|
|
70122
|
+
*/
|
|
70123
|
+
export interface PermissionsApiFactPermissionsRequest {
|
|
70124
|
+
/**
|
|
70125
|
+
*
|
|
70126
|
+
* @type {string}
|
|
70127
|
+
* @memberof PermissionsApiFactPermissions
|
|
70128
|
+
*/
|
|
70129
|
+
readonly workspaceId: string;
|
|
70130
|
+
/**
|
|
70131
|
+
*
|
|
70132
|
+
* @type {string}
|
|
70133
|
+
* @memberof PermissionsApiFactPermissions
|
|
70134
|
+
*/
|
|
70135
|
+
readonly factId: string;
|
|
70136
|
+
}
|
|
70256
70137
|
/**
|
|
70257
70138
|
* Request parameters for getUserGroupPermissions operation in PermissionsApi.
|
|
70258
70139
|
* @export
|
|
@@ -70292,6 +70173,50 @@ export interface PermissionsApiGetWorkspacePermissionsRequest {
|
|
|
70292
70173
|
*/
|
|
70293
70174
|
readonly workspaceId: string;
|
|
70294
70175
|
}
|
|
70176
|
+
/**
|
|
70177
|
+
* Request parameters for labelPermissions operation in PermissionsApi.
|
|
70178
|
+
* @export
|
|
70179
|
+
* @interface PermissionsApiLabelPermissionsRequest
|
|
70180
|
+
*/
|
|
70181
|
+
export interface PermissionsApiLabelPermissionsRequest {
|
|
70182
|
+
/**
|
|
70183
|
+
*
|
|
70184
|
+
* @type {string}
|
|
70185
|
+
* @memberof PermissionsApiLabelPermissions
|
|
70186
|
+
*/
|
|
70187
|
+
readonly workspaceId: string;
|
|
70188
|
+
/**
|
|
70189
|
+
*
|
|
70190
|
+
* @type {string}
|
|
70191
|
+
* @memberof PermissionsApiLabelPermissions
|
|
70192
|
+
*/
|
|
70193
|
+
readonly labelId: string;
|
|
70194
|
+
}
|
|
70195
|
+
/**
|
|
70196
|
+
* Request parameters for manageAttributePermissions operation in PermissionsApi.
|
|
70197
|
+
* @export
|
|
70198
|
+
* @interface PermissionsApiManageAttributePermissionsRequest
|
|
70199
|
+
*/
|
|
70200
|
+
export interface PermissionsApiManageAttributePermissionsRequest {
|
|
70201
|
+
/**
|
|
70202
|
+
*
|
|
70203
|
+
* @type {string}
|
|
70204
|
+
* @memberof PermissionsApiManageAttributePermissions
|
|
70205
|
+
*/
|
|
70206
|
+
readonly workspaceId: string;
|
|
70207
|
+
/**
|
|
70208
|
+
*
|
|
70209
|
+
* @type {string}
|
|
70210
|
+
* @memberof PermissionsApiManageAttributePermissions
|
|
70211
|
+
*/
|
|
70212
|
+
readonly attributeId: string;
|
|
70213
|
+
/**
|
|
70214
|
+
*
|
|
70215
|
+
* @type {Array<ManageLabelPermissionsRequestInner>}
|
|
70216
|
+
* @memberof PermissionsApiManageAttributePermissions
|
|
70217
|
+
*/
|
|
70218
|
+
readonly manageLabelPermissionsRequestInner: Array<ManageLabelPermissionsRequestInner>;
|
|
70219
|
+
}
|
|
70295
70220
|
/**
|
|
70296
70221
|
* Request parameters for manageDashboardPermissions operation in PermissionsApi.
|
|
70297
70222
|
* @export
|
|
@@ -70336,6 +70261,56 @@ export interface PermissionsApiManageDataSourcePermissionsRequest {
|
|
|
70336
70261
|
*/
|
|
70337
70262
|
readonly dataSourcePermissionAssignment: Array<DataSourcePermissionAssignment>;
|
|
70338
70263
|
}
|
|
70264
|
+
/**
|
|
70265
|
+
* Request parameters for manageFactPermissions operation in PermissionsApi.
|
|
70266
|
+
* @export
|
|
70267
|
+
* @interface PermissionsApiManageFactPermissionsRequest
|
|
70268
|
+
*/
|
|
70269
|
+
export interface PermissionsApiManageFactPermissionsRequest {
|
|
70270
|
+
/**
|
|
70271
|
+
*
|
|
70272
|
+
* @type {string}
|
|
70273
|
+
* @memberof PermissionsApiManageFactPermissions
|
|
70274
|
+
*/
|
|
70275
|
+
readonly workspaceId: string;
|
|
70276
|
+
/**
|
|
70277
|
+
*
|
|
70278
|
+
* @type {string}
|
|
70279
|
+
* @memberof PermissionsApiManageFactPermissions
|
|
70280
|
+
*/
|
|
70281
|
+
readonly factId: string;
|
|
70282
|
+
/**
|
|
70283
|
+
*
|
|
70284
|
+
* @type {Array<ManageLabelPermissionsRequestInner>}
|
|
70285
|
+
* @memberof PermissionsApiManageFactPermissions
|
|
70286
|
+
*/
|
|
70287
|
+
readonly manageLabelPermissionsRequestInner: Array<ManageLabelPermissionsRequestInner>;
|
|
70288
|
+
}
|
|
70289
|
+
/**
|
|
70290
|
+
* Request parameters for manageLabelPermissions operation in PermissionsApi.
|
|
70291
|
+
* @export
|
|
70292
|
+
* @interface PermissionsApiManageLabelPermissionsRequest
|
|
70293
|
+
*/
|
|
70294
|
+
export interface PermissionsApiManageLabelPermissionsRequest {
|
|
70295
|
+
/**
|
|
70296
|
+
*
|
|
70297
|
+
* @type {string}
|
|
70298
|
+
* @memberof PermissionsApiManageLabelPermissions
|
|
70299
|
+
*/
|
|
70300
|
+
readonly workspaceId: string;
|
|
70301
|
+
/**
|
|
70302
|
+
*
|
|
70303
|
+
* @type {string}
|
|
70304
|
+
* @memberof PermissionsApiManageLabelPermissions
|
|
70305
|
+
*/
|
|
70306
|
+
readonly labelId: string;
|
|
70307
|
+
/**
|
|
70308
|
+
*
|
|
70309
|
+
* @type {Array<ManageLabelPermissionsRequestInner>}
|
|
70310
|
+
* @memberof PermissionsApiManageLabelPermissions
|
|
70311
|
+
*/
|
|
70312
|
+
readonly manageLabelPermissionsRequestInner: Array<ManageLabelPermissionsRequestInner>;
|
|
70313
|
+
}
|
|
70339
70314
|
/**
|
|
70340
70315
|
* Request parameters for manageOrganizationPermissions operation in PermissionsApi.
|
|
70341
70316
|
* @export
|
|
@@ -70445,6 +70420,15 @@ export interface PermissionsApiSetWorkspacePermissionsRequest {
|
|
|
70445
70420
|
* @extends {BaseAPI}
|
|
70446
70421
|
*/
|
|
70447
70422
|
export declare class PermissionsApi extends BaseAPI implements PermissionsApiInterface {
|
|
70423
|
+
/**
|
|
70424
|
+
*
|
|
70425
|
+
* @summary Get Attribute Permissions
|
|
70426
|
+
* @param {PermissionsApiAttributePermissionsRequest} requestParameters Request parameters.
|
|
70427
|
+
* @param {*} [options] Override http request option.
|
|
70428
|
+
* @throws {RequiredError}
|
|
70429
|
+
* @memberof PermissionsApi
|
|
70430
|
+
*/
|
|
70431
|
+
attributePermissions(requestParameters: PermissionsApiAttributePermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<LdmObjectPermissions>;
|
|
70448
70432
|
/**
|
|
70449
70433
|
*
|
|
70450
70434
|
* @summary Get Available Assignees
|
|
@@ -70463,6 +70447,15 @@ export declare class PermissionsApi extends BaseAPI implements PermissionsApiInt
|
|
|
70463
70447
|
* @memberof PermissionsApi
|
|
70464
70448
|
*/
|
|
70465
70449
|
dashboardPermissions(requestParameters: PermissionsApiDashboardPermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<DashboardPermissions>;
|
|
70450
|
+
/**
|
|
70451
|
+
*
|
|
70452
|
+
* @summary Get Fact Permissions
|
|
70453
|
+
* @param {PermissionsApiFactPermissionsRequest} requestParameters Request parameters.
|
|
70454
|
+
* @param {*} [options] Override http request option.
|
|
70455
|
+
* @throws {RequiredError}
|
|
70456
|
+
* @memberof PermissionsApi
|
|
70457
|
+
*/
|
|
70458
|
+
factPermissions(requestParameters: PermissionsApiFactPermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<LdmObjectPermissions>;
|
|
70466
70459
|
/**
|
|
70467
70460
|
* Retrieve organization permissions
|
|
70468
70461
|
* @summary Get organization permissions
|
|
@@ -70498,6 +70491,24 @@ export declare class PermissionsApi extends BaseAPI implements PermissionsApiInt
|
|
|
70498
70491
|
* @memberof PermissionsApi
|
|
70499
70492
|
*/
|
|
70500
70493
|
getWorkspacePermissions(requestParameters: PermissionsApiGetWorkspacePermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<DeclarativeWorkspacePermissions>;
|
|
70494
|
+
/**
|
|
70495
|
+
*
|
|
70496
|
+
* @summary Get Label Permissions
|
|
70497
|
+
* @param {PermissionsApiLabelPermissionsRequest} requestParameters Request parameters.
|
|
70498
|
+
* @param {*} [options] Override http request option.
|
|
70499
|
+
* @throws {RequiredError}
|
|
70500
|
+
* @memberof PermissionsApi
|
|
70501
|
+
*/
|
|
70502
|
+
labelPermissions(requestParameters: PermissionsApiLabelPermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<LdmObjectPermissions>;
|
|
70503
|
+
/**
|
|
70504
|
+
*
|
|
70505
|
+
* @summary Manage Permissions for an Attribute
|
|
70506
|
+
* @param {PermissionsApiManageAttributePermissionsRequest} requestParameters Request parameters.
|
|
70507
|
+
* @param {*} [options] Override http request option.
|
|
70508
|
+
* @throws {RequiredError}
|
|
70509
|
+
* @memberof PermissionsApi
|
|
70510
|
+
*/
|
|
70511
|
+
manageAttributePermissions(requestParameters: PermissionsApiManageAttributePermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
70501
70512
|
/**
|
|
70502
70513
|
*
|
|
70503
70514
|
* @summary Manage Permissions for a Dashboard
|
|
@@ -70516,6 +70527,24 @@ export declare class PermissionsApi extends BaseAPI implements PermissionsApiInt
|
|
|
70516
70527
|
* @memberof PermissionsApi
|
|
70517
70528
|
*/
|
|
70518
70529
|
manageDataSourcePermissions(requestParameters: PermissionsApiManageDataSourcePermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
70530
|
+
/**
|
|
70531
|
+
*
|
|
70532
|
+
* @summary Manage Permissions for a Fact
|
|
70533
|
+
* @param {PermissionsApiManageFactPermissionsRequest} requestParameters Request parameters.
|
|
70534
|
+
* @param {*} [options] Override http request option.
|
|
70535
|
+
* @throws {RequiredError}
|
|
70536
|
+
* @memberof PermissionsApi
|
|
70537
|
+
*/
|
|
70538
|
+
manageFactPermissions(requestParameters: PermissionsApiManageFactPermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
70539
|
+
/**
|
|
70540
|
+
*
|
|
70541
|
+
* @summary Manage Permissions for a Label
|
|
70542
|
+
* @param {PermissionsApiManageLabelPermissionsRequest} requestParameters Request parameters.
|
|
70543
|
+
* @param {*} [options] Override http request option.
|
|
70544
|
+
* @throws {RequiredError}
|
|
70545
|
+
* @memberof PermissionsApi
|
|
70546
|
+
*/
|
|
70547
|
+
manageLabelPermissions(requestParameters: PermissionsApiManageLabelPermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
70519
70548
|
/**
|
|
70520
70549
|
* Manage Permissions for a Organization
|
|
70521
70550
|
* @summary Manage Permissions for a Organization
|