@gooddata/api-client-tiger 11.40.0-alpha.2 → 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 +945 -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 +1293 -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;
|
|
@@ -9007,7 +8842,7 @@ export interface JsonApiWorkspaceAutomationOutRelationships {
|
|
|
9007
8842
|
'createdBy'?: JsonApiAgentOutRelationshipsCreatedBy;
|
|
9008
8843
|
'modifiedBy'?: JsonApiAgentOutRelationshipsCreatedBy;
|
|
9009
8844
|
'exportDefinitions'?: JsonApiWorkspaceAutomationOutRelationshipsExportDefinitions;
|
|
9010
|
-
'recipients'?:
|
|
8845
|
+
'recipients'?: JsonApiIpAllowlistPolicyInRelationshipsUsers;
|
|
9011
8846
|
'automationResults'?: JsonApiWorkspaceAutomationOutRelationshipsAutomationResults;
|
|
9012
8847
|
}
|
|
9013
8848
|
export interface JsonApiWorkspaceAutomationOutRelationshipsAutomationResults {
|
|
@@ -9542,6 +9377,43 @@ export interface LabelIdentifier {
|
|
|
9542
9377
|
'type': LabelIdentifierTypeEnum;
|
|
9543
9378
|
}
|
|
9544
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';
|
|
9545
9417
|
export interface ListLinks {
|
|
9546
9418
|
/**
|
|
9547
9419
|
* A string containing the link\'s URL.
|
|
@@ -9590,6 +9462,10 @@ export interface LocaleRequest {
|
|
|
9590
9462
|
* @type ManageDashboardPermissionsRequestInner
|
|
9591
9463
|
*/
|
|
9592
9464
|
export type ManageDashboardPermissionsRequestInner = PermissionsForAssignee | PermissionsForAssigneeRule;
|
|
9465
|
+
/**
|
|
9466
|
+
* @type ManageLabelPermissionsRequestInner
|
|
9467
|
+
*/
|
|
9468
|
+
export type ManageLabelPermissionsRequestInner = LdmObjectPermissionsForAssignee | LdmObjectPermissionsForAssigneeRule;
|
|
9593
9469
|
/**
|
|
9594
9470
|
* Filter via label with given match type and literal value.
|
|
9595
9471
|
*/
|
|
@@ -10246,7 +10122,7 @@ export interface ResolvedSetting {
|
|
|
10246
10122
|
*/
|
|
10247
10123
|
'type'?: ResolvedSettingTypeEnum;
|
|
10248
10124
|
}
|
|
10249
|
-
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';
|
|
10250
10126
|
export interface RsaSpecification {
|
|
10251
10127
|
'kty': RsaSpecificationKtyEnum;
|
|
10252
10128
|
'alg': RsaSpecificationAlgEnum;
|
|
@@ -10744,6 +10620,10 @@ export interface UserManagementUsersItem {
|
|
|
10744
10620
|
* Is user organization admin
|
|
10745
10621
|
*/
|
|
10746
10622
|
'organizationAdmin': boolean;
|
|
10623
|
+
/**
|
|
10624
|
+
* Is user system account
|
|
10625
|
+
*/
|
|
10626
|
+
'systemAccount': boolean;
|
|
10747
10627
|
'userGroups': Array<UserGroupIdentifier>;
|
|
10748
10628
|
'workspaces': Array<UserManagementWorkspacePermissionAssignment>;
|
|
10749
10629
|
'dataSources': Array<UserManagementDataSourcePermissionAssignment>;
|
|
@@ -12865,6 +12745,16 @@ export declare function ActionsApiAxiosParamCreator_AddTargets(id: string, ipAll
|
|
|
12865
12745
|
* @throws {RequiredError}
|
|
12866
12746
|
*/
|
|
12867
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>;
|
|
12868
12758
|
/**
|
|
12869
12759
|
*
|
|
12870
12760
|
* @summary Get Available Assignees
|
|
@@ -12924,6 +12814,16 @@ export declare function ActionsApiAxiosParamCreator_DeleteOrganizationAutomation
|
|
|
12924
12814
|
* @throws {RequiredError}
|
|
12925
12815
|
*/
|
|
12926
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>;
|
|
12927
12827
|
/**
|
|
12928
12828
|
* Generate logical data model (LDM) from physical data model (PDM) stored in data source.
|
|
12929
12829
|
* @summary Generate logical data model (LDM) from physical data model (PDM)
|
|
@@ -12980,6 +12880,16 @@ export declare function ActionsApiAxiosParamCreator_InheritedEntityConflicts(wor
|
|
|
12980
12880
|
* @throws {RequiredError}
|
|
12981
12881
|
*/
|
|
12982
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>;
|
|
12983
12893
|
/**
|
|
12984
12894
|
*
|
|
12985
12895
|
* @param {string} workspaceId
|
|
@@ -13002,6 +12912,17 @@ export declare function ActionsApiAxiosParamCreator_ListWorkspaceUserGroups(work
|
|
|
13002
12912
|
* @throws {RequiredError}
|
|
13003
12913
|
*/
|
|
13004
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>;
|
|
13005
12926
|
/**
|
|
13006
12927
|
*
|
|
13007
12928
|
* @summary Manage Permissions for a Dashboard
|
|
@@ -13023,6 +12944,28 @@ export declare function ActionsApiAxiosParamCreator_ManageDashboardPermissions(w
|
|
|
13023
12944
|
* @throws {RequiredError}
|
|
13024
12945
|
*/
|
|
13025
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>;
|
|
13026
12969
|
/**
|
|
13027
12970
|
* Manage Permissions for a Organization
|
|
13028
12971
|
* @summary Manage Permissions for a Organization
|
|
@@ -13306,6 +13249,17 @@ export declare function ActionsApi_AddTargets(axios: AxiosInstance, basePath: st
|
|
|
13306
13249
|
* @throws {RequiredError}
|
|
13307
13250
|
*/
|
|
13308
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>;
|
|
13309
13263
|
/**
|
|
13310
13264
|
*
|
|
13311
13265
|
* @summary Get Available Assignees
|
|
@@ -13372,6 +13326,17 @@ export declare function ActionsApi_DeleteOrganizationAutomations(axios: AxiosIns
|
|
|
13372
13326
|
* @throws {RequiredError}
|
|
13373
13327
|
*/
|
|
13374
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>;
|
|
13375
13340
|
/**
|
|
13376
13341
|
* Generate logical data model (LDM) from physical data model (PDM) stored in data source.
|
|
13377
13342
|
* @summary Generate logical data model (LDM) from physical data model (PDM)
|
|
@@ -13438,6 +13403,17 @@ export declare function ActionsApi_InheritedEntityConflicts(axios: AxiosInstance
|
|
|
13438
13403
|
* @throws {RequiredError}
|
|
13439
13404
|
*/
|
|
13440
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>;
|
|
13441
13417
|
/**
|
|
13442
13418
|
*
|
|
13443
13419
|
* @param {AxiosInstance} axios Axios instance.
|
|
@@ -13458,6 +13434,17 @@ export declare function ActionsApi_ListWorkspaceUserGroups(axios: AxiosInstance,
|
|
|
13458
13434
|
* @throws {RequiredError}
|
|
13459
13435
|
*/
|
|
13460
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>;
|
|
13461
13448
|
/**
|
|
13462
13449
|
*
|
|
13463
13450
|
* @summary Manage Permissions for a Dashboard
|
|
@@ -13480,6 +13467,28 @@ export declare function ActionsApi_ManageDashboardPermissions(axios: AxiosInstan
|
|
|
13480
13467
|
* @throws {RequiredError}
|
|
13481
13468
|
*/
|
|
13482
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>;
|
|
13483
13492
|
/**
|
|
13484
13493
|
* Manage Permissions for a Organization
|
|
13485
13494
|
* @summary Manage Permissions for a Organization
|
|
@@ -13808,6 +13817,15 @@ export interface ActionsApiInterface {
|
|
|
13808
13817
|
* @memberof ActionsApiInterface
|
|
13809
13818
|
*/
|
|
13810
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>;
|
|
13811
13829
|
/**
|
|
13812
13830
|
*
|
|
13813
13831
|
* @summary Get Available Assignees
|
|
@@ -13862,6 +13880,15 @@ export interface ActionsApiInterface {
|
|
|
13862
13880
|
* @memberof ActionsApiInterface
|
|
13863
13881
|
*/
|
|
13864
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>;
|
|
13865
13892
|
/**
|
|
13866
13893
|
* Generate logical data model (LDM) from physical data model (PDM) stored in data source.
|
|
13867
13894
|
* @summary Generate logical data model (LDM) from physical data model (PDM)
|
|
@@ -13916,6 +13943,15 @@ export interface ActionsApiInterface {
|
|
|
13916
13943
|
* @memberof ActionsApiInterface
|
|
13917
13944
|
*/
|
|
13918
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>;
|
|
13919
13955
|
/**
|
|
13920
13956
|
*
|
|
13921
13957
|
* @param {ActionsApiListWorkspaceUserGroupsRequest} requestParameters Request parameters.
|
|
@@ -13932,6 +13968,15 @@ export interface ActionsApiInterface {
|
|
|
13932
13968
|
* @memberof ActionsApiInterface
|
|
13933
13969
|
*/
|
|
13934
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>;
|
|
13935
13980
|
/**
|
|
13936
13981
|
*
|
|
13937
13982
|
* @summary Manage Permissions for a Dashboard
|
|
@@ -13950,6 +13995,24 @@ export interface ActionsApiInterface {
|
|
|
13950
13995
|
* @memberof ActionsApiInterface
|
|
13951
13996
|
*/
|
|
13952
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>;
|
|
13953
14016
|
/**
|
|
13954
14017
|
* Manage Permissions for a Organization
|
|
13955
14018
|
* @summary Manage Permissions for a Organization
|
|
@@ -14219,6 +14282,25 @@ export interface ActionsApiAddTargetsRequest {
|
|
|
14219
14282
|
*/
|
|
14220
14283
|
readonly ipAllowlistPolicyTargets: IpAllowlistPolicyTargets;
|
|
14221
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
|
+
}
|
|
14222
14304
|
/**
|
|
14223
14305
|
* Request parameters for availableAssignees operation in ActionsApi.
|
|
14224
14306
|
* @export
|
|
@@ -14327,6 +14409,25 @@ export interface ActionsApiDeleteWorkspaceAutomationsRequest {
|
|
|
14327
14409
|
*/
|
|
14328
14410
|
readonly workspaceAutomationManagementBulkRequest: WorkspaceAutomationManagementBulkRequest;
|
|
14329
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
|
+
}
|
|
14330
14431
|
/**
|
|
14331
14432
|
* Request parameters for generateLogicalModel operation in ActionsApi.
|
|
14332
14433
|
* @export
|
|
@@ -14417,6 +14518,25 @@ export interface ActionsApiInheritedEntityPrefixesRequest {
|
|
|
14417
14518
|
*/
|
|
14418
14519
|
readonly workspaceId: string;
|
|
14419
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
|
+
}
|
|
14420
14540
|
/**
|
|
14421
14541
|
* Request parameters for listWorkspaceUserGroups operation in ActionsApi.
|
|
14422
14542
|
* @export
|
|
@@ -14479,6 +14599,31 @@ export interface ActionsApiListWorkspaceUsersRequest {
|
|
|
14479
14599
|
*/
|
|
14480
14600
|
readonly name?: string;
|
|
14481
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
|
+
}
|
|
14482
14627
|
/**
|
|
14483
14628
|
* Request parameters for manageDashboardPermissions operation in ActionsApi.
|
|
14484
14629
|
* @export
|
|
@@ -14523,6 +14668,56 @@ export interface ActionsApiManageDataSourcePermissionsRequest {
|
|
|
14523
14668
|
*/
|
|
14524
14669
|
readonly dataSourcePermissionAssignment: Array<DataSourcePermissionAssignment>;
|
|
14525
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
|
+
}
|
|
14526
14721
|
/**
|
|
14527
14722
|
* Request parameters for manageOrganizationPermissions operation in ActionsApi.
|
|
14528
14723
|
* @export
|
|
@@ -14950,6 +15145,15 @@ export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
|
|
|
14950
15145
|
* @memberof ActionsApi
|
|
14951
15146
|
*/
|
|
14952
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>;
|
|
14953
15157
|
/**
|
|
14954
15158
|
*
|
|
14955
15159
|
* @summary Get Available Assignees
|
|
@@ -15004,6 +15208,15 @@ export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
|
|
|
15004
15208
|
* @memberof ActionsApi
|
|
15005
15209
|
*/
|
|
15006
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>;
|
|
15007
15220
|
/**
|
|
15008
15221
|
* Generate logical data model (LDM) from physical data model (PDM) stored in data source.
|
|
15009
15222
|
* @summary Generate logical data model (LDM) from physical data model (PDM)
|
|
@@ -15058,6 +15271,15 @@ export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
|
|
|
15058
15271
|
* @memberof ActionsApi
|
|
15059
15272
|
*/
|
|
15060
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>;
|
|
15061
15283
|
/**
|
|
15062
15284
|
*
|
|
15063
15285
|
* @param {ActionsApiListWorkspaceUserGroupsRequest} requestParameters Request parameters.
|
|
@@ -15074,6 +15296,15 @@ export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
|
|
|
15074
15296
|
* @memberof ActionsApi
|
|
15075
15297
|
*/
|
|
15076
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>;
|
|
15077
15308
|
/**
|
|
15078
15309
|
*
|
|
15079
15310
|
* @summary Manage Permissions for a Dashboard
|
|
@@ -15092,6 +15323,24 @@ export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
|
|
|
15092
15323
|
* @memberof ActionsApi
|
|
15093
15324
|
*/
|
|
15094
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>;
|
|
15095
15344
|
/**
|
|
15096
15345
|
* Manage Permissions for a Organization
|
|
15097
15346
|
* @summary Manage Permissions for a Organization
|
|
@@ -29937,6 +30186,14 @@ export declare class DependencyGraphApi extends BaseAPI implements DependencyGra
|
|
|
29937
30186
|
*/
|
|
29938
30187
|
getDependentEntitiesGraphFromEntryPoints(requestParameters: DependencyGraphApiGetDependentEntitiesGraphFromEntryPointsRequest, options?: AxiosRequestConfig): AxiosPromise<DependentEntitiesResponse>;
|
|
29939
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>;
|
|
29940
30197
|
/**
|
|
29941
30198
|
* AI Agent - behavior configuration for AI assistants
|
|
29942
30199
|
* @summary Post Agent entities
|
|
@@ -30147,15 +30404,6 @@ export declare function EntitiesApiAxiosParamCreator_CreateEntityJwks(jsonApiJwk
|
|
|
30147
30404
|
* @throws {RequiredError}
|
|
30148
30405
|
*/
|
|
30149
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>;
|
|
30150
|
-
/**
|
|
30151
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
30152
|
-
* @summary Post LLM endpoint entities
|
|
30153
|
-
* @param {JsonApiLlmEndpointInDocument} jsonApiLlmEndpointInDocument
|
|
30154
|
-
* @param {*} [options] Override http request option.
|
|
30155
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
30156
|
-
* @throws {RequiredError}
|
|
30157
|
-
*/
|
|
30158
|
-
export declare function EntitiesApiAxiosParamCreator_CreateEntityLlmEndpoints(jsonApiLlmEndpointInDocument: JsonApiLlmEndpointInDocument, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
30159
30407
|
/**
|
|
30160
30408
|
* LLM Provider - connection configuration for LLM services
|
|
30161
30409
|
* @summary Post LLM Provider entities
|
|
@@ -30328,6 +30576,15 @@ export declare function EntitiesApiAxiosParamCreator_CreateEntityWorkspaceSettin
|
|
|
30328
30576
|
* @throws {RequiredError}
|
|
30329
30577
|
*/
|
|
30330
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>;
|
|
30331
30588
|
/**
|
|
30332
30589
|
*
|
|
30333
30590
|
* @summary Delete Agent entity
|
|
@@ -30519,15 +30776,6 @@ export declare function EntitiesApiAxiosParamCreator_DeleteEntityJwks(id: string
|
|
|
30519
30776
|
* @throws {RequiredError}
|
|
30520
30777
|
*/
|
|
30521
30778
|
export declare function EntitiesApiAxiosParamCreator_DeleteEntityKnowledgeRecommendations(workspaceId: string, objectId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
30522
|
-
/**
|
|
30523
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
30524
|
-
* @summary Delete LLM endpoint entity
|
|
30525
|
-
* @param {string} id
|
|
30526
|
-
* @param {*} [options] Override http request option.
|
|
30527
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
30528
|
-
* @throws {RequiredError}
|
|
30529
|
-
*/
|
|
30530
|
-
export declare function EntitiesApiAxiosParamCreator_DeleteEntityLlmEndpoints(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
30531
30779
|
/**
|
|
30532
30780
|
*
|
|
30533
30781
|
* @summary Delete LLM Provider entity
|
|
@@ -30695,6 +30943,14 @@ export declare function EntitiesApiAxiosParamCreator_DeleteEntityWorkspaces(id:
|
|
|
30695
30943
|
* @throws {RequiredError}
|
|
30696
30944
|
*/
|
|
30697
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>;
|
|
30698
30954
|
/**
|
|
30699
30955
|
*
|
|
30700
30956
|
* @summary Get all Agent entities
|
|
@@ -31105,19 +31361,6 @@ export declare function EntitiesApiAxiosParamCreator_GetAllEntitiesKnowledgeReco
|
|
|
31105
31361
|
* @throws {RequiredError}
|
|
31106
31362
|
*/
|
|
31107
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>;
|
|
31108
|
-
/**
|
|
31109
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
31110
|
-
* @summary Get all LLM endpoint entities
|
|
31111
|
-
* @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\').
|
|
31112
|
-
* @param {number} [page] Zero-based page index (0..N)
|
|
31113
|
-
* @param {number} [size] The size of the page to be returned
|
|
31114
|
-
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
31115
|
-
* @param {Array<'page' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
31116
|
-
* @param {*} [options] Override http request option.
|
|
31117
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
31118
|
-
* @throws {RequiredError}
|
|
31119
|
-
*/
|
|
31120
|
-
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>;
|
|
31121
31364
|
/**
|
|
31122
31365
|
*
|
|
31123
31366
|
* @summary Get all LLM Provider entities
|
|
@@ -31403,6 +31646,15 @@ export declare function EntitiesApiAxiosParamCreator_GetAllOptions(options?: Axi
|
|
|
31403
31646
|
* @throws {RequiredError}
|
|
31404
31647
|
*/
|
|
31405
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>;
|
|
31406
31658
|
/**
|
|
31407
31659
|
*
|
|
31408
31660
|
* @summary Get Agent entity
|
|
@@ -31743,16 +31995,6 @@ export declare function EntitiesApiAxiosParamCreator_GetEntityKnowledgeRecommend
|
|
|
31743
31995
|
* @throws {RequiredError}
|
|
31744
31996
|
*/
|
|
31745
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>;
|
|
31746
|
-
/**
|
|
31747
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
31748
|
-
* @summary Get LLM endpoint entity
|
|
31749
|
-
* @param {string} id
|
|
31750
|
-
* @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\').
|
|
31751
|
-
* @param {*} [options] Override http request option.
|
|
31752
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
31753
|
-
* @throws {RequiredError}
|
|
31754
|
-
*/
|
|
31755
|
-
export declare function EntitiesApiAxiosParamCreator_GetEntityLlmEndpoints(id: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
31756
31998
|
/**
|
|
31757
31999
|
*
|
|
31758
32000
|
* @summary Get LLM Provider entity
|
|
@@ -31990,6 +32232,15 @@ export declare function EntitiesApiAxiosParamCreator_GetEntityWorkspaces(id: str
|
|
|
31990
32232
|
* @throws {RequiredError}
|
|
31991
32233
|
*/
|
|
31992
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>;
|
|
31993
32244
|
/**
|
|
31994
32245
|
*
|
|
31995
32246
|
* @summary Patch Agent entity
|
|
@@ -32258,17 +32509,6 @@ export declare function EntitiesApiAxiosParamCreator_PatchEntityKnowledgeRecomme
|
|
|
32258
32509
|
* @throws {RequiredError}
|
|
32259
32510
|
*/
|
|
32260
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>;
|
|
32261
|
-
/**
|
|
32262
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
32263
|
-
* @summary Patch LLM endpoint entity
|
|
32264
|
-
* @param {string} id
|
|
32265
|
-
* @param {JsonApiLlmEndpointPatchDocument} jsonApiLlmEndpointPatchDocument
|
|
32266
|
-
* @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\').
|
|
32267
|
-
* @param {*} [options] Override http request option.
|
|
32268
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
32269
|
-
* @throws {RequiredError}
|
|
32270
|
-
*/
|
|
32271
|
-
export declare function EntitiesApiAxiosParamCreator_PatchEntityLlmEndpoints(id: string, jsonApiLlmEndpointPatchDocument: JsonApiLlmEndpointPatchDocument, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
32272
32512
|
/**
|
|
32273
32513
|
*
|
|
32274
32514
|
* @summary Patch LLM Provider entity
|
|
@@ -32740,6 +32980,15 @@ export declare function EntitiesApiAxiosParamCreator_SearchEntitiesWorkspaceData
|
|
|
32740
32980
|
* @throws {RequiredError}
|
|
32741
32981
|
*/
|
|
32742
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>;
|
|
32743
32992
|
/**
|
|
32744
32993
|
*
|
|
32745
32994
|
* @summary Put Agent entity
|
|
@@ -32980,17 +33229,6 @@ export declare function EntitiesApiAxiosParamCreator_UpdateEntityJwks(id: string
|
|
|
32980
33229
|
* @throws {RequiredError}
|
|
32981
33230
|
*/
|
|
32982
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>;
|
|
32983
|
-
/**
|
|
32984
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
32985
|
-
* @summary PUT LLM endpoint entity
|
|
32986
|
-
* @param {string} id
|
|
32987
|
-
* @param {JsonApiLlmEndpointInDocument} jsonApiLlmEndpointInDocument
|
|
32988
|
-
* @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\').
|
|
32989
|
-
* @param {*} [options] Override http request option.
|
|
32990
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
32991
|
-
* @throws {RequiredError}
|
|
32992
|
-
*/
|
|
32993
|
-
export declare function EntitiesApiAxiosParamCreator_UpdateEntityLlmEndpoints(id: string, jsonApiLlmEndpointInDocument: JsonApiLlmEndpointInDocument, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
32994
33232
|
/**
|
|
32995
33233
|
*
|
|
32996
33234
|
* @summary PUT LLM Provider entity
|
|
@@ -33198,6 +33436,16 @@ export declare function EntitiesApiAxiosParamCreator_UpdateEntityWorkspaceSettin
|
|
|
33198
33436
|
* @throws {RequiredError}
|
|
33199
33437
|
*/
|
|
33200
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>;
|
|
33201
33449
|
/**
|
|
33202
33450
|
* AI Agent - behavior configuration for AI assistants
|
|
33203
33451
|
* @summary Post Agent entities
|
|
@@ -33418,17 +33666,6 @@ export declare function EntitiesApi_CreateEntityJwks(axios: AxiosInstance, baseP
|
|
|
33418
33666
|
* @throws {RequiredError}
|
|
33419
33667
|
*/
|
|
33420
33668
|
export declare function EntitiesApi_CreateEntityKnowledgeRecommendations(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiCreateEntityKnowledgeRecommendationsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiKnowledgeRecommendationOutDocument>;
|
|
33421
|
-
/**
|
|
33422
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
33423
|
-
* @summary Post LLM endpoint entities
|
|
33424
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
33425
|
-
* @param {string} basePath Base path.
|
|
33426
|
-
* @param {EntitiesApiCreateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
33427
|
-
* @param {*} [options] Override http request option.
|
|
33428
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
33429
|
-
* @throws {RequiredError}
|
|
33430
|
-
*/
|
|
33431
|
-
export declare function EntitiesApi_CreateEntityLlmEndpoints(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiCreateEntityLlmEndpointsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
33432
33669
|
/**
|
|
33433
33670
|
* LLM Provider - connection configuration for LLM services
|
|
33434
33671
|
* @summary Post LLM Provider entities
|
|
@@ -33605,6 +33842,17 @@ export declare function EntitiesApi_CreateEntityWorkspaceSettings(axios: AxiosIn
|
|
|
33605
33842
|
* @throws {RequiredError}
|
|
33606
33843
|
*/
|
|
33607
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>;
|
|
33608
33856
|
/**
|
|
33609
33857
|
*
|
|
33610
33858
|
* @summary Delete Agent entity
|
|
@@ -33825,17 +34073,6 @@ export declare function EntitiesApi_DeleteEntityJwks(axios: AxiosInstance, baseP
|
|
|
33825
34073
|
* @throws {RequiredError}
|
|
33826
34074
|
*/
|
|
33827
34075
|
export declare function EntitiesApi_DeleteEntityKnowledgeRecommendations(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiDeleteEntityKnowledgeRecommendationsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
33828
|
-
/**
|
|
33829
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
33830
|
-
* @summary Delete LLM endpoint entity
|
|
33831
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
33832
|
-
* @param {string} basePath Base path.
|
|
33833
|
-
* @param {EntitiesApiDeleteEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
33834
|
-
* @param {*} [options] Override http request option.
|
|
33835
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
33836
|
-
* @throws {RequiredError}
|
|
33837
|
-
*/
|
|
33838
|
-
export declare function EntitiesApi_DeleteEntityLlmEndpoints(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiDeleteEntityLlmEndpointsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
33839
34076
|
/**
|
|
33840
34077
|
*
|
|
33841
34078
|
* @summary Delete LLM Provider entity
|
|
@@ -34023,6 +34260,16 @@ export declare function EntitiesApi_DeleteEntityWorkspaces(axios: AxiosInstance,
|
|
|
34023
34260
|
* @throws {RequiredError}
|
|
34024
34261
|
*/
|
|
34025
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>;
|
|
34026
34273
|
/**
|
|
34027
34274
|
*
|
|
34028
34275
|
* @summary Get all Agent entities
|
|
@@ -34320,17 +34567,6 @@ export declare function EntitiesApi_GetAllEntitiesKnowledgeRecommendations(axios
|
|
|
34320
34567
|
* @throws {RequiredError}
|
|
34321
34568
|
*/
|
|
34322
34569
|
export declare function EntitiesApi_GetAllEntitiesLabels(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiGetAllEntitiesLabelsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiLabelOutList>;
|
|
34323
|
-
/**
|
|
34324
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
34325
|
-
* @summary Get all LLM endpoint entities
|
|
34326
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
34327
|
-
* @param {string} basePath Base path.
|
|
34328
|
-
* @param {EntitiesApiGetAllEntitiesLlmEndpointsRequest} requestParameters Request parameters.
|
|
34329
|
-
* @param {*} [options] Override http request option.
|
|
34330
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
34331
|
-
* @throws {RequiredError}
|
|
34332
|
-
*/
|
|
34333
|
-
export declare function EntitiesApi_GetAllEntitiesLlmEndpoints(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiGetAllEntitiesLlmEndpointsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiLlmEndpointOutList>;
|
|
34334
34570
|
/**
|
|
34335
34571
|
*
|
|
34336
34572
|
* @summary Get all LLM Provider entities
|
|
@@ -34551,6 +34787,17 @@ export declare function EntitiesApi_GetAllOptions(axios: AxiosInstance, basePath
|
|
|
34551
34787
|
export declare function EntitiesApi_GetDataSourceDrivers(axios: AxiosInstance, basePath: string, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<{
|
|
34552
34788
|
[key: string]: string;
|
|
34553
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>;
|
|
34554
34801
|
/**
|
|
34555
34802
|
*
|
|
34556
34803
|
* @summary Get Agent entity
|
|
@@ -34859,17 +35106,6 @@ export declare function EntitiesApi_GetEntityKnowledgeRecommendations(axios: Axi
|
|
|
34859
35106
|
* @throws {RequiredError}
|
|
34860
35107
|
*/
|
|
34861
35108
|
export declare function EntitiesApi_GetEntityLabels(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiGetEntityLabelsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiLabelOutDocument>;
|
|
34862
|
-
/**
|
|
34863
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
34864
|
-
* @summary Get LLM endpoint entity
|
|
34865
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
34866
|
-
* @param {string} basePath Base path.
|
|
34867
|
-
* @param {EntitiesApiGetEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
34868
|
-
* @param {*} [options] Override http request option.
|
|
34869
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
34870
|
-
* @throws {RequiredError}
|
|
34871
|
-
*/
|
|
34872
|
-
export declare function EntitiesApi_GetEntityLlmEndpoints(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiGetEntityLlmEndpointsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
34873
35109
|
/**
|
|
34874
35110
|
*
|
|
34875
35111
|
* @summary Get LLM Provider entity
|
|
@@ -35090,6 +35326,17 @@ export declare function EntitiesApi_GetEntityWorkspaces(axios: AxiosInstance, ba
|
|
|
35090
35326
|
* @throws {RequiredError}
|
|
35091
35327
|
*/
|
|
35092
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>;
|
|
35093
35340
|
/**
|
|
35094
35341
|
*
|
|
35095
35342
|
* @summary Patch Agent entity
|
|
@@ -35332,17 +35579,6 @@ export declare function EntitiesApi_PatchEntityKnowledgeRecommendations(axios: A
|
|
|
35332
35579
|
* @throws {RequiredError}
|
|
35333
35580
|
*/
|
|
35334
35581
|
export declare function EntitiesApi_PatchEntityLabels(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiPatchEntityLabelsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiLabelOutDocument>;
|
|
35335
|
-
/**
|
|
35336
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
35337
|
-
* @summary Patch LLM endpoint entity
|
|
35338
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
35339
|
-
* @param {string} basePath Base path.
|
|
35340
|
-
* @param {EntitiesApiPatchEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
35341
|
-
* @param {*} [options] Override http request option.
|
|
35342
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
35343
|
-
* @throws {RequiredError}
|
|
35344
|
-
*/
|
|
35345
|
-
export declare function EntitiesApi_PatchEntityLlmEndpoints(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiPatchEntityLlmEndpointsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
35346
35582
|
/**
|
|
35347
35583
|
*
|
|
35348
35584
|
* @summary Patch LLM Provider entity
|
|
@@ -35772,6 +36008,17 @@ export declare function EntitiesApi_SearchEntitiesWorkspaceDataFilters(axios: Ax
|
|
|
35772
36008
|
* @throws {RequiredError}
|
|
35773
36009
|
*/
|
|
35774
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>;
|
|
35775
36022
|
/**
|
|
35776
36023
|
*
|
|
35777
36024
|
* @summary Put Agent entity
|
|
@@ -35992,17 +36239,6 @@ export declare function EntitiesApi_UpdateEntityJwks(axios: AxiosInstance, baseP
|
|
|
35992
36239
|
* @throws {RequiredError}
|
|
35993
36240
|
*/
|
|
35994
36241
|
export declare function EntitiesApi_UpdateEntityKnowledgeRecommendations(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiUpdateEntityKnowledgeRecommendationsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiKnowledgeRecommendationOutDocument>;
|
|
35995
|
-
/**
|
|
35996
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
35997
|
-
* @summary PUT LLM endpoint entity
|
|
35998
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
35999
|
-
* @param {string} basePath Base path.
|
|
36000
|
-
* @param {EntitiesApiUpdateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
36001
|
-
* @param {*} [options] Override http request option.
|
|
36002
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
36003
|
-
* @throws {RequiredError}
|
|
36004
|
-
*/
|
|
36005
|
-
export declare function EntitiesApi_UpdateEntityLlmEndpoints(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiUpdateEntityLlmEndpointsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
36006
36242
|
/**
|
|
36007
36243
|
*
|
|
36008
36244
|
* @summary PUT LLM Provider entity
|
|
@@ -36196,6 +36432,15 @@ export declare function EntitiesApi_UpdateEntityWorkspaces(axios: AxiosInstance,
|
|
|
36196
36432
|
* @interface EntitiesApi
|
|
36197
36433
|
*/
|
|
36198
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>;
|
|
36199
36444
|
/**
|
|
36200
36445
|
* AI Agent - behavior configuration for AI assistants
|
|
36201
36446
|
* @summary Post Agent entities
|
|
@@ -36376,16 +36621,6 @@ export interface EntitiesApiInterface {
|
|
|
36376
36621
|
* @memberof EntitiesApiInterface
|
|
36377
36622
|
*/
|
|
36378
36623
|
createEntityKnowledgeRecommendations(requestParameters: EntitiesApiCreateEntityKnowledgeRecommendationsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiKnowledgeRecommendationOutDocument>;
|
|
36379
|
-
/**
|
|
36380
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
36381
|
-
* @summary Post LLM endpoint entities
|
|
36382
|
-
* @param {EntitiesApiCreateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
36383
|
-
* @param {*} [options] Override http request option.
|
|
36384
|
-
* @deprecated
|
|
36385
|
-
* @throws {RequiredError}
|
|
36386
|
-
* @memberof EntitiesApiInterface
|
|
36387
|
-
*/
|
|
36388
|
-
createEntityLlmEndpoints(requestParameters: EntitiesApiCreateEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
36389
36624
|
/**
|
|
36390
36625
|
* LLM Provider - connection configuration for LLM services
|
|
36391
36626
|
* @summary Post LLM Provider entities
|
|
@@ -36530,6 +36765,16 @@ export interface EntitiesApiInterface {
|
|
|
36530
36765
|
* @memberof EntitiesApiInterface
|
|
36531
36766
|
*/
|
|
36532
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>;
|
|
36533
36778
|
/**
|
|
36534
36779
|
*
|
|
36535
36780
|
* @summary Delete Agent entity
|
|
@@ -36710,16 +36955,6 @@ export interface EntitiesApiInterface {
|
|
|
36710
36955
|
* @memberof EntitiesApiInterface
|
|
36711
36956
|
*/
|
|
36712
36957
|
deleteEntityKnowledgeRecommendations(requestParameters: EntitiesApiDeleteEntityKnowledgeRecommendationsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
36713
|
-
/**
|
|
36714
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
36715
|
-
* @summary Delete LLM endpoint entity
|
|
36716
|
-
* @param {EntitiesApiDeleteEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
36717
|
-
* @param {*} [options] Override http request option.
|
|
36718
|
-
* @deprecated
|
|
36719
|
-
* @throws {RequiredError}
|
|
36720
|
-
* @memberof EntitiesApiInterface
|
|
36721
|
-
*/
|
|
36722
|
-
deleteEntityLlmEndpoints(requestParameters: EntitiesApiDeleteEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
36723
36958
|
/**
|
|
36724
36959
|
*
|
|
36725
36960
|
* @summary Delete LLM Provider entity
|
|
@@ -36873,6 +37108,15 @@ export interface EntitiesApiInterface {
|
|
|
36873
37108
|
* @memberof EntitiesApiInterface
|
|
36874
37109
|
*/
|
|
36875
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>;
|
|
36876
37120
|
/**
|
|
36877
37121
|
*
|
|
36878
37122
|
* @summary Get all Agent entities
|
|
@@ -37116,16 +37360,6 @@ export interface EntitiesApiInterface {
|
|
|
37116
37360
|
* @memberof EntitiesApiInterface
|
|
37117
37361
|
*/
|
|
37118
37362
|
getAllEntitiesLabels(requestParameters: EntitiesApiGetAllEntitiesLabelsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLabelOutList>;
|
|
37119
|
-
/**
|
|
37120
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
37121
|
-
* @summary Get all LLM endpoint entities
|
|
37122
|
-
* @param {EntitiesApiGetAllEntitiesLlmEndpointsRequest} requestParameters Request parameters.
|
|
37123
|
-
* @param {*} [options] Override http request option.
|
|
37124
|
-
* @deprecated
|
|
37125
|
-
* @throws {RequiredError}
|
|
37126
|
-
* @memberof EntitiesApiInterface
|
|
37127
|
-
*/
|
|
37128
|
-
getAllEntitiesLlmEndpoints(requestParameters: EntitiesApiGetAllEntitiesLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutList>;
|
|
37129
37363
|
/**
|
|
37130
37364
|
*
|
|
37131
37365
|
* @summary Get all LLM Provider entities
|
|
@@ -37306,6 +37540,16 @@ export interface EntitiesApiInterface {
|
|
|
37306
37540
|
getDataSourceDrivers(options?: AxiosRequestConfig): AxiosPromise<{
|
|
37307
37541
|
[key: string]: string;
|
|
37308
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>;
|
|
37309
37553
|
/**
|
|
37310
37554
|
*
|
|
37311
37555
|
* @summary Get Agent entity
|
|
@@ -37558,16 +37802,6 @@ export interface EntitiesApiInterface {
|
|
|
37558
37802
|
* @memberof EntitiesApiInterface
|
|
37559
37803
|
*/
|
|
37560
37804
|
getEntityLabels(requestParameters: EntitiesApiGetEntityLabelsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLabelOutDocument>;
|
|
37561
|
-
/**
|
|
37562
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
37563
|
-
* @summary Get LLM endpoint entity
|
|
37564
|
-
* @param {EntitiesApiGetEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
37565
|
-
* @param {*} [options] Override http request option.
|
|
37566
|
-
* @deprecated
|
|
37567
|
-
* @throws {RequiredError}
|
|
37568
|
-
* @memberof EntitiesApiInterface
|
|
37569
|
-
*/
|
|
37570
|
-
getEntityLlmEndpoints(requestParameters: EntitiesApiGetEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
37571
37805
|
/**
|
|
37572
37806
|
*
|
|
37573
37807
|
* @summary Get LLM Provider entity
|
|
@@ -37748,6 +37982,16 @@ export interface EntitiesApiInterface {
|
|
|
37748
37982
|
* @memberof EntitiesApiInterface
|
|
37749
37983
|
*/
|
|
37750
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>;
|
|
37751
37995
|
/**
|
|
37752
37996
|
*
|
|
37753
37997
|
* @summary Patch Agent entity
|
|
@@ -37946,16 +38190,6 @@ export interface EntitiesApiInterface {
|
|
|
37946
38190
|
* @memberof EntitiesApiInterface
|
|
37947
38191
|
*/
|
|
37948
38192
|
patchEntityLabels(requestParameters: EntitiesApiPatchEntityLabelsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLabelOutDocument>;
|
|
37949
|
-
/**
|
|
37950
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
37951
|
-
* @summary Patch LLM endpoint entity
|
|
37952
|
-
* @param {EntitiesApiPatchEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
37953
|
-
* @param {*} [options] Override http request option.
|
|
37954
|
-
* @deprecated
|
|
37955
|
-
* @throws {RequiredError}
|
|
37956
|
-
* @memberof EntitiesApiInterface
|
|
37957
|
-
*/
|
|
37958
|
-
patchEntityLlmEndpoints(requestParameters: EntitiesApiPatchEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
37959
38193
|
/**
|
|
37960
38194
|
*
|
|
37961
38195
|
* @summary Patch LLM Provider entity
|
|
@@ -38307,6 +38541,16 @@ export interface EntitiesApiInterface {
|
|
|
38307
38541
|
* @memberof EntitiesApiInterface
|
|
38308
38542
|
*/
|
|
38309
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>;
|
|
38310
38554
|
/**
|
|
38311
38555
|
*
|
|
38312
38556
|
* @summary Put Agent entity
|
|
@@ -38487,16 +38731,6 @@ export interface EntitiesApiInterface {
|
|
|
38487
38731
|
* @memberof EntitiesApiInterface
|
|
38488
38732
|
*/
|
|
38489
38733
|
updateEntityKnowledgeRecommendations(requestParameters: EntitiesApiUpdateEntityKnowledgeRecommendationsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiKnowledgeRecommendationOutDocument>;
|
|
38490
|
-
/**
|
|
38491
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
38492
|
-
* @summary PUT LLM endpoint entity
|
|
38493
|
-
* @param {EntitiesApiUpdateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
38494
|
-
* @param {*} [options] Override http request option.
|
|
38495
|
-
* @deprecated
|
|
38496
|
-
* @throws {RequiredError}
|
|
38497
|
-
* @memberof EntitiesApiInterface
|
|
38498
|
-
*/
|
|
38499
|
-
updateEntityLlmEndpoints(requestParameters: EntitiesApiUpdateEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
38500
38734
|
/**
|
|
38501
38735
|
*
|
|
38502
38736
|
* @summary PUT LLM Provider entity
|
|
@@ -39091,19 +39325,6 @@ export interface EntitiesApiCreateEntityKnowledgeRecommendationsRequest {
|
|
|
39091
39325
|
*/
|
|
39092
39326
|
readonly metaInclude?: Array<'origin' | 'all' | 'ALL'>;
|
|
39093
39327
|
}
|
|
39094
|
-
/**
|
|
39095
|
-
* Request parameters for createEntityLlmEndpoints operation in EntitiesApi.
|
|
39096
|
-
* @export
|
|
39097
|
-
* @interface EntitiesApiCreateEntityLlmEndpointsRequest
|
|
39098
|
-
*/
|
|
39099
|
-
export interface EntitiesApiCreateEntityLlmEndpointsRequest {
|
|
39100
|
-
/**
|
|
39101
|
-
*
|
|
39102
|
-
* @type {JsonApiLlmEndpointInDocument}
|
|
39103
|
-
* @memberof EntitiesApiCreateEntityLlmEndpoints
|
|
39104
|
-
*/
|
|
39105
|
-
readonly jsonApiLlmEndpointInDocument: JsonApiLlmEndpointInDocument;
|
|
39106
|
-
}
|
|
39107
39328
|
/**
|
|
39108
39329
|
* Request parameters for createEntityLlmProviders operation in EntitiesApi.
|
|
39109
39330
|
* @export
|
|
@@ -39480,6 +39701,19 @@ export interface EntitiesApiCreateEntityWorkspacesRequest {
|
|
|
39480
39701
|
*/
|
|
39481
39702
|
readonly metaInclude?: Array<'config' | 'permissions' | 'hierarchy' | 'dataModelDatasets' | 'all' | 'ALL'>;
|
|
39482
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
|
+
}
|
|
39483
39717
|
/**
|
|
39484
39718
|
* Request parameters for deleteEntityAgents operation in EntitiesApi.
|
|
39485
39719
|
* @export
|
|
@@ -39806,19 +40040,6 @@ export interface EntitiesApiDeleteEntityKnowledgeRecommendationsRequest {
|
|
|
39806
40040
|
*/
|
|
39807
40041
|
readonly objectId: string;
|
|
39808
40042
|
}
|
|
39809
|
-
/**
|
|
39810
|
-
* Request parameters for deleteEntityLlmEndpoints operation in EntitiesApi.
|
|
39811
|
-
* @export
|
|
39812
|
-
* @interface EntitiesApiDeleteEntityLlmEndpointsRequest
|
|
39813
|
-
*/
|
|
39814
|
-
export interface EntitiesApiDeleteEntityLlmEndpointsRequest {
|
|
39815
|
-
/**
|
|
39816
|
-
*
|
|
39817
|
-
* @type {string}
|
|
39818
|
-
* @memberof EntitiesApiDeleteEntityLlmEndpoints
|
|
39819
|
-
*/
|
|
39820
|
-
readonly id: string;
|
|
39821
|
-
}
|
|
39822
40043
|
/**
|
|
39823
40044
|
* Request parameters for deleteEntityLlmProviders operation in EntitiesApi.
|
|
39824
40045
|
* @export
|
|
@@ -41477,43 +41698,6 @@ export interface EntitiesApiGetAllEntitiesLabelsRequest {
|
|
|
41477
41698
|
*/
|
|
41478
41699
|
readonly metaInclude?: Array<'origin' | 'page' | 'all' | 'ALL'>;
|
|
41479
41700
|
}
|
|
41480
|
-
/**
|
|
41481
|
-
* Request parameters for getAllEntitiesLlmEndpoints operation in EntitiesApi.
|
|
41482
|
-
* @export
|
|
41483
|
-
* @interface EntitiesApiGetAllEntitiesLlmEndpointsRequest
|
|
41484
|
-
*/
|
|
41485
|
-
export interface EntitiesApiGetAllEntitiesLlmEndpointsRequest {
|
|
41486
|
-
/**
|
|
41487
|
-
* 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\').
|
|
41488
|
-
* @type {string}
|
|
41489
|
-
* @memberof EntitiesApiGetAllEntitiesLlmEndpoints
|
|
41490
|
-
*/
|
|
41491
|
-
readonly filter?: string;
|
|
41492
|
-
/**
|
|
41493
|
-
* Zero-based page index (0..N)
|
|
41494
|
-
* @type {number}
|
|
41495
|
-
* @memberof EntitiesApiGetAllEntitiesLlmEndpoints
|
|
41496
|
-
*/
|
|
41497
|
-
readonly page?: number;
|
|
41498
|
-
/**
|
|
41499
|
-
* The size of the page to be returned
|
|
41500
|
-
* @type {number}
|
|
41501
|
-
* @memberof EntitiesApiGetAllEntitiesLlmEndpoints
|
|
41502
|
-
*/
|
|
41503
|
-
readonly size?: number;
|
|
41504
|
-
/**
|
|
41505
|
-
* Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
41506
|
-
* @type {Array<string>}
|
|
41507
|
-
* @memberof EntitiesApiGetAllEntitiesLlmEndpoints
|
|
41508
|
-
*/
|
|
41509
|
-
readonly sort?: Array<string>;
|
|
41510
|
-
/**
|
|
41511
|
-
* Include Meta objects.
|
|
41512
|
-
* @type {Array<'page' | 'all' | 'ALL'>}
|
|
41513
|
-
* @memberof EntitiesApiGetAllEntitiesLlmEndpoints
|
|
41514
|
-
*/
|
|
41515
|
-
readonly metaInclude?: Array<'page' | 'all' | 'ALL'>;
|
|
41516
|
-
}
|
|
41517
41701
|
/**
|
|
41518
41702
|
* Request parameters for getAllEntitiesLlmProviders operation in EntitiesApi.
|
|
41519
41703
|
* @export
|
|
@@ -42390,6 +42574,19 @@ export interface EntitiesApiGetAllEntitiesWorkspacesRequest {
|
|
|
42390
42574
|
*/
|
|
42391
42575
|
readonly metaInclude?: Array<'config' | 'permissions' | 'hierarchy' | 'dataModelDatasets' | 'page' | 'all' | 'ALL'>;
|
|
42392
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
|
+
}
|
|
42393
42590
|
/**
|
|
42394
42591
|
* Request parameters for getEntityAgents operation in EntitiesApi.
|
|
42395
42592
|
* @export
|
|
@@ -43282,25 +43479,6 @@ export interface EntitiesApiGetEntityLabelsRequest {
|
|
|
43282
43479
|
*/
|
|
43283
43480
|
readonly metaInclude?: Array<'origin' | 'all' | 'ALL'>;
|
|
43284
43481
|
}
|
|
43285
|
-
/**
|
|
43286
|
-
* Request parameters for getEntityLlmEndpoints operation in EntitiesApi.
|
|
43287
|
-
* @export
|
|
43288
|
-
* @interface EntitiesApiGetEntityLlmEndpointsRequest
|
|
43289
|
-
*/
|
|
43290
|
-
export interface EntitiesApiGetEntityLlmEndpointsRequest {
|
|
43291
|
-
/**
|
|
43292
|
-
*
|
|
43293
|
-
* @type {string}
|
|
43294
|
-
* @memberof EntitiesApiGetEntityLlmEndpoints
|
|
43295
|
-
*/
|
|
43296
|
-
readonly id: string;
|
|
43297
|
-
/**
|
|
43298
|
-
* 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\').
|
|
43299
|
-
* @type {string}
|
|
43300
|
-
* @memberof EntitiesApiGetEntityLlmEndpoints
|
|
43301
|
-
*/
|
|
43302
|
-
readonly filter?: string;
|
|
43303
|
-
}
|
|
43304
43482
|
/**
|
|
43305
43483
|
* Request parameters for getEntityLlmProviders operation in EntitiesApi.
|
|
43306
43484
|
* @export
|
|
@@ -43903,6 +44081,19 @@ export interface EntitiesApiGetOrganizationRequest {
|
|
|
43903
44081
|
*/
|
|
43904
44082
|
readonly metaInclude?: Array<'permissions' | 'all'>;
|
|
43905
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
|
+
}
|
|
43906
44097
|
/**
|
|
43907
44098
|
* Request parameters for patchEntityAgents operation in EntitiesApi.
|
|
43908
44099
|
* @export
|
|
@@ -44609,31 +44800,6 @@ export interface EntitiesApiPatchEntityLabelsRequest {
|
|
|
44609
44800
|
*/
|
|
44610
44801
|
readonly include?: Array<'attributes' | 'attribute' | 'ALL'>;
|
|
44611
44802
|
}
|
|
44612
|
-
/**
|
|
44613
|
-
* Request parameters for patchEntityLlmEndpoints operation in EntitiesApi.
|
|
44614
|
-
* @export
|
|
44615
|
-
* @interface EntitiesApiPatchEntityLlmEndpointsRequest
|
|
44616
|
-
*/
|
|
44617
|
-
export interface EntitiesApiPatchEntityLlmEndpointsRequest {
|
|
44618
|
-
/**
|
|
44619
|
-
*
|
|
44620
|
-
* @type {string}
|
|
44621
|
-
* @memberof EntitiesApiPatchEntityLlmEndpoints
|
|
44622
|
-
*/
|
|
44623
|
-
readonly id: string;
|
|
44624
|
-
/**
|
|
44625
|
-
*
|
|
44626
|
-
* @type {JsonApiLlmEndpointPatchDocument}
|
|
44627
|
-
* @memberof EntitiesApiPatchEntityLlmEndpoints
|
|
44628
|
-
*/
|
|
44629
|
-
readonly jsonApiLlmEndpointPatchDocument: JsonApiLlmEndpointPatchDocument;
|
|
44630
|
-
/**
|
|
44631
|
-
* 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\').
|
|
44632
|
-
* @type {string}
|
|
44633
|
-
* @memberof EntitiesApiPatchEntityLlmEndpoints
|
|
44634
|
-
*/
|
|
44635
|
-
readonly filter?: string;
|
|
44636
|
-
}
|
|
44637
44803
|
/**
|
|
44638
44804
|
* Request parameters for patchEntityLlmProviders operation in EntitiesApi.
|
|
44639
44805
|
* @export
|
|
@@ -45861,6 +46027,19 @@ export interface EntitiesApiSearchEntitiesWorkspaceSettingsRequest {
|
|
|
45861
46027
|
*/
|
|
45862
46028
|
readonly xGDCVALIDATERELATIONS?: boolean;
|
|
45863
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
|
+
}
|
|
45864
46043
|
/**
|
|
45865
46044
|
* Request parameters for updateEntityAgents operation in EntitiesApi.
|
|
45866
46045
|
* @export
|
|
@@ -46481,31 +46660,6 @@ export interface EntitiesApiUpdateEntityKnowledgeRecommendationsRequest {
|
|
|
46481
46660
|
*/
|
|
46482
46661
|
readonly include?: Array<'metrics' | 'analyticalDashboards' | 'metric' | 'analyticalDashboard' | 'ALL'>;
|
|
46483
46662
|
}
|
|
46484
|
-
/**
|
|
46485
|
-
* Request parameters for updateEntityLlmEndpoints operation in EntitiesApi.
|
|
46486
|
-
* @export
|
|
46487
|
-
* @interface EntitiesApiUpdateEntityLlmEndpointsRequest
|
|
46488
|
-
*/
|
|
46489
|
-
export interface EntitiesApiUpdateEntityLlmEndpointsRequest {
|
|
46490
|
-
/**
|
|
46491
|
-
*
|
|
46492
|
-
* @type {string}
|
|
46493
|
-
* @memberof EntitiesApiUpdateEntityLlmEndpoints
|
|
46494
|
-
*/
|
|
46495
|
-
readonly id: string;
|
|
46496
|
-
/**
|
|
46497
|
-
*
|
|
46498
|
-
* @type {JsonApiLlmEndpointInDocument}
|
|
46499
|
-
* @memberof EntitiesApiUpdateEntityLlmEndpoints
|
|
46500
|
-
*/
|
|
46501
|
-
readonly jsonApiLlmEndpointInDocument: JsonApiLlmEndpointInDocument;
|
|
46502
|
-
/**
|
|
46503
|
-
* 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\').
|
|
46504
|
-
* @type {string}
|
|
46505
|
-
* @memberof EntitiesApiUpdateEntityLlmEndpoints
|
|
46506
|
-
*/
|
|
46507
|
-
readonly filter?: string;
|
|
46508
|
-
}
|
|
46509
46663
|
/**
|
|
46510
46664
|
* Request parameters for updateEntityLlmProviders operation in EntitiesApi.
|
|
46511
46665
|
* @export
|
|
@@ -47058,6 +47212,15 @@ export interface EntitiesApiUpdateEntityWorkspacesRequest {
|
|
|
47058
47212
|
* @extends {BaseAPI}
|
|
47059
47213
|
*/
|
|
47060
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>;
|
|
47061
47224
|
/**
|
|
47062
47225
|
* AI Agent - behavior configuration for AI assistants
|
|
47063
47226
|
* @summary Post Agent entities
|
|
@@ -47238,16 +47401,6 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
47238
47401
|
* @memberof EntitiesApi
|
|
47239
47402
|
*/
|
|
47240
47403
|
createEntityKnowledgeRecommendations(requestParameters: EntitiesApiCreateEntityKnowledgeRecommendationsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiKnowledgeRecommendationOutDocument>;
|
|
47241
|
-
/**
|
|
47242
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
47243
|
-
* @summary Post LLM endpoint entities
|
|
47244
|
-
* @param {EntitiesApiCreateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
47245
|
-
* @param {*} [options] Override http request option.
|
|
47246
|
-
* @deprecated
|
|
47247
|
-
* @throws {RequiredError}
|
|
47248
|
-
* @memberof EntitiesApi
|
|
47249
|
-
*/
|
|
47250
|
-
createEntityLlmEndpoints(requestParameters: EntitiesApiCreateEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
47251
47404
|
/**
|
|
47252
47405
|
* LLM Provider - connection configuration for LLM services
|
|
47253
47406
|
* @summary Post LLM Provider entities
|
|
@@ -47392,6 +47545,16 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
47392
47545
|
* @memberof EntitiesApi
|
|
47393
47546
|
*/
|
|
47394
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>;
|
|
47395
47558
|
/**
|
|
47396
47559
|
*
|
|
47397
47560
|
* @summary Delete Agent entity
|
|
@@ -47572,16 +47735,6 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
47572
47735
|
* @memberof EntitiesApi
|
|
47573
47736
|
*/
|
|
47574
47737
|
deleteEntityKnowledgeRecommendations(requestParameters: EntitiesApiDeleteEntityKnowledgeRecommendationsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
47575
|
-
/**
|
|
47576
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
47577
|
-
* @summary Delete LLM endpoint entity
|
|
47578
|
-
* @param {EntitiesApiDeleteEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
47579
|
-
* @param {*} [options] Override http request option.
|
|
47580
|
-
* @deprecated
|
|
47581
|
-
* @throws {RequiredError}
|
|
47582
|
-
* @memberof EntitiesApi
|
|
47583
|
-
*/
|
|
47584
|
-
deleteEntityLlmEndpoints(requestParameters: EntitiesApiDeleteEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
47585
47738
|
/**
|
|
47586
47739
|
*
|
|
47587
47740
|
* @summary Delete LLM Provider entity
|
|
@@ -47735,6 +47888,15 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
47735
47888
|
* @memberof EntitiesApi
|
|
47736
47889
|
*/
|
|
47737
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>;
|
|
47738
47900
|
/**
|
|
47739
47901
|
*
|
|
47740
47902
|
* @summary Get all Agent entities
|
|
@@ -47978,16 +48140,6 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
47978
48140
|
* @memberof EntitiesApi
|
|
47979
48141
|
*/
|
|
47980
48142
|
getAllEntitiesLabels(requestParameters: EntitiesApiGetAllEntitiesLabelsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLabelOutList>;
|
|
47981
|
-
/**
|
|
47982
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
47983
|
-
* @summary Get all LLM endpoint entities
|
|
47984
|
-
* @param {EntitiesApiGetAllEntitiesLlmEndpointsRequest} requestParameters Request parameters.
|
|
47985
|
-
* @param {*} [options] Override http request option.
|
|
47986
|
-
* @deprecated
|
|
47987
|
-
* @throws {RequiredError}
|
|
47988
|
-
* @memberof EntitiesApi
|
|
47989
|
-
*/
|
|
47990
|
-
getAllEntitiesLlmEndpoints(requestParameters?: EntitiesApiGetAllEntitiesLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutList>;
|
|
47991
48143
|
/**
|
|
47992
48144
|
*
|
|
47993
48145
|
* @summary Get all LLM Provider entities
|
|
@@ -48168,6 +48320,16 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
48168
48320
|
getDataSourceDrivers(options?: AxiosRequestConfig): AxiosPromise<{
|
|
48169
48321
|
[key: string]: string;
|
|
48170
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>;
|
|
48171
48333
|
/**
|
|
48172
48334
|
*
|
|
48173
48335
|
* @summary Get Agent entity
|
|
@@ -48420,16 +48582,6 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
48420
48582
|
* @memberof EntitiesApi
|
|
48421
48583
|
*/
|
|
48422
48584
|
getEntityLabels(requestParameters: EntitiesApiGetEntityLabelsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLabelOutDocument>;
|
|
48423
|
-
/**
|
|
48424
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
48425
|
-
* @summary Get LLM endpoint entity
|
|
48426
|
-
* @param {EntitiesApiGetEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
48427
|
-
* @param {*} [options] Override http request option.
|
|
48428
|
-
* @deprecated
|
|
48429
|
-
* @throws {RequiredError}
|
|
48430
|
-
* @memberof EntitiesApi
|
|
48431
|
-
*/
|
|
48432
|
-
getEntityLlmEndpoints(requestParameters: EntitiesApiGetEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
48433
48585
|
/**
|
|
48434
48586
|
*
|
|
48435
48587
|
* @summary Get LLM Provider entity
|
|
@@ -48610,6 +48762,16 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
48610
48762
|
* @memberof EntitiesApi
|
|
48611
48763
|
*/
|
|
48612
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>;
|
|
48613
48775
|
/**
|
|
48614
48776
|
*
|
|
48615
48777
|
* @summary Patch Agent entity
|
|
@@ -48808,16 +48970,6 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
48808
48970
|
* @memberof EntitiesApi
|
|
48809
48971
|
*/
|
|
48810
48972
|
patchEntityLabels(requestParameters: EntitiesApiPatchEntityLabelsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLabelOutDocument>;
|
|
48811
|
-
/**
|
|
48812
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
48813
|
-
* @summary Patch LLM endpoint entity
|
|
48814
|
-
* @param {EntitiesApiPatchEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
48815
|
-
* @param {*} [options] Override http request option.
|
|
48816
|
-
* @deprecated
|
|
48817
|
-
* @throws {RequiredError}
|
|
48818
|
-
* @memberof EntitiesApi
|
|
48819
|
-
*/
|
|
48820
|
-
patchEntityLlmEndpoints(requestParameters: EntitiesApiPatchEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
48821
48973
|
/**
|
|
48822
48974
|
*
|
|
48823
48975
|
* @summary Patch LLM Provider entity
|
|
@@ -49169,6 +49321,16 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
49169
49321
|
* @memberof EntitiesApi
|
|
49170
49322
|
*/
|
|
49171
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>;
|
|
49172
49334
|
/**
|
|
49173
49335
|
*
|
|
49174
49336
|
* @summary Put Agent entity
|
|
@@ -49349,16 +49511,6 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
49349
49511
|
* @memberof EntitiesApi
|
|
49350
49512
|
*/
|
|
49351
49513
|
updateEntityKnowledgeRecommendations(requestParameters: EntitiesApiUpdateEntityKnowledgeRecommendationsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiKnowledgeRecommendationOutDocument>;
|
|
49352
|
-
/**
|
|
49353
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
49354
|
-
* @summary PUT LLM endpoint entity
|
|
49355
|
-
* @param {EntitiesApiUpdateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
49356
|
-
* @param {*} [options] Override http request option.
|
|
49357
|
-
* @deprecated
|
|
49358
|
-
* @throws {RequiredError}
|
|
49359
|
-
* @memberof EntitiesApi
|
|
49360
|
-
*/
|
|
49361
|
-
updateEntityLlmEndpoints(requestParameters: EntitiesApiUpdateEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
49362
49514
|
/**
|
|
49363
49515
|
*
|
|
49364
49516
|
* @summary PUT LLM Provider entity
|
|
@@ -58668,134 +58820,121 @@ export declare class LDMDeclarativeAPIsApi extends BaseAPI implements LDMDeclara
|
|
|
58668
58820
|
setLogicalModel(requestParameters: LDMDeclarativeAPIsApiSetLogicalModelRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
58669
58821
|
}
|
|
58670
58822
|
/**
|
|
58671
|
-
*
|
|
58672
|
-
* @summary Post LLM endpoint entities
|
|
58673
|
-
* @param {JsonApiLlmEndpointInDocument} jsonApiLlmEndpointInDocument
|
|
58823
|
+
* Permanently removed. Use /api/v1/entities/llmProviders instead. Always returns 410 Gone.
|
|
58824
|
+
* @summary Post LLM endpoint entities (Removed)
|
|
58674
58825
|
* @param {*} [options] Override http request option.
|
|
58675
58826
|
* @param {Configuration} [configuration] Optional configuration.
|
|
58676
58827
|
* @throws {RequiredError}
|
|
58677
58828
|
*/
|
|
58678
|
-
export declare function
|
|
58829
|
+
export declare function LLMEndpointsApiAxiosParamCreator_CreateEntity(options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
58679
58830
|
/**
|
|
58680
|
-
*
|
|
58681
|
-
* @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)
|
|
58682
58833
|
* @param {string} id
|
|
58683
58834
|
* @param {*} [options] Override http request option.
|
|
58684
58835
|
* @param {Configuration} [configuration] Optional configuration.
|
|
58685
58836
|
* @throws {RequiredError}
|
|
58686
58837
|
*/
|
|
58687
|
-
export declare function
|
|
58838
|
+
export declare function LLMEndpointsApiAxiosParamCreator_DeleteEntity(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
58688
58839
|
/**
|
|
58689
|
-
*
|
|
58690
|
-
* @summary Get all LLM endpoint entities
|
|
58691
|
-
* @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\').
|
|
58692
|
-
* @param {number} [page] Zero-based page index (0..N)
|
|
58693
|
-
* @param {number} [size] The size of the page to be returned
|
|
58694
|
-
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
58695
|
-
* @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)
|
|
58696
58842
|
* @param {*} [options] Override http request option.
|
|
58697
58843
|
* @param {Configuration} [configuration] Optional configuration.
|
|
58698
58844
|
* @throws {RequiredError}
|
|
58699
58845
|
*/
|
|
58700
|
-
export declare function
|
|
58846
|
+
export declare function LLMEndpointsApiAxiosParamCreator_GetAllEntities(options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
58701
58847
|
/**
|
|
58702
|
-
*
|
|
58703
|
-
* @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)
|
|
58704
58850
|
* @param {string} id
|
|
58705
|
-
* @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\').
|
|
58706
58851
|
* @param {*} [options] Override http request option.
|
|
58707
58852
|
* @param {Configuration} [configuration] Optional configuration.
|
|
58708
58853
|
* @throws {RequiredError}
|
|
58709
58854
|
*/
|
|
58710
|
-
export declare function
|
|
58855
|
+
export declare function LLMEndpointsApiAxiosParamCreator_GetEntity(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
58711
58856
|
/**
|
|
58712
|
-
*
|
|
58713
|
-
* @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)
|
|
58714
58859
|
* @param {string} id
|
|
58715
|
-
* @param {JsonApiLlmEndpointPatchDocument} jsonApiLlmEndpointPatchDocument
|
|
58716
|
-
* @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\').
|
|
58717
58860
|
* @param {*} [options] Override http request option.
|
|
58718
58861
|
* @param {Configuration} [configuration] Optional configuration.
|
|
58719
58862
|
* @throws {RequiredError}
|
|
58720
58863
|
*/
|
|
58721
|
-
export declare function
|
|
58864
|
+
export declare function LLMEndpointsApiAxiosParamCreator_PatchEntity(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
58722
58865
|
/**
|
|
58723
|
-
*
|
|
58724
|
-
* @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)
|
|
58725
58868
|
* @param {string} id
|
|
58726
|
-
* @param {JsonApiLlmEndpointInDocument} jsonApiLlmEndpointInDocument
|
|
58727
|
-
* @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\').
|
|
58728
58869
|
* @param {*} [options] Override http request option.
|
|
58729
58870
|
* @param {Configuration} [configuration] Optional configuration.
|
|
58730
58871
|
* @throws {RequiredError}
|
|
58731
58872
|
*/
|
|
58732
|
-
export declare function
|
|
58873
|
+
export declare function LLMEndpointsApiAxiosParamCreator_UpdateEntity(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
58733
58874
|
/**
|
|
58734
|
-
*
|
|
58735
|
-
* @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)
|
|
58736
58877
|
* @param {AxiosInstance} axios Axios instance.
|
|
58737
58878
|
* @param {string} basePath Base path.
|
|
58738
|
-
* @param {LLMEndpointsApiCreateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
58739
58879
|
* @param {*} [options] Override http request option.
|
|
58740
58880
|
* @param {Configuration} [configuration] Optional configuration.
|
|
58741
58881
|
* @throws {RequiredError}
|
|
58742
58882
|
*/
|
|
58743
|
-
export declare function
|
|
58883
|
+
export declare function LLMEndpointsApi_CreateEntity(axios: AxiosInstance, basePath: string, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
58744
58884
|
/**
|
|
58745
|
-
*
|
|
58746
|
-
* @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)
|
|
58747
58887
|
* @param {AxiosInstance} axios Axios instance.
|
|
58748
58888
|
* @param {string} basePath Base path.
|
|
58749
|
-
* @param {
|
|
58889
|
+
* @param {LLMEndpointsApiDeleteEntityRequest} requestParameters Request parameters.
|
|
58750
58890
|
* @param {*} [options] Override http request option.
|
|
58751
58891
|
* @param {Configuration} [configuration] Optional configuration.
|
|
58752
58892
|
* @throws {RequiredError}
|
|
58753
58893
|
*/
|
|
58754
|
-
export declare function
|
|
58894
|
+
export declare function LLMEndpointsApi_DeleteEntity(axios: AxiosInstance, basePath: string, requestParameters: LLMEndpointsApiDeleteEntityRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
58755
58895
|
/**
|
|
58756
|
-
*
|
|
58757
|
-
* @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)
|
|
58758
58898
|
* @param {AxiosInstance} axios Axios instance.
|
|
58759
58899
|
* @param {string} basePath Base path.
|
|
58760
|
-
* @param {LLMEndpointsApiGetAllEntitiesLlmEndpointsRequest} requestParameters Request parameters.
|
|
58761
58900
|
* @param {*} [options] Override http request option.
|
|
58762
58901
|
* @param {Configuration} [configuration] Optional configuration.
|
|
58763
58902
|
* @throws {RequiredError}
|
|
58764
58903
|
*/
|
|
58765
|
-
export declare function
|
|
58904
|
+
export declare function LLMEndpointsApi_GetAllEntities(axios: AxiosInstance, basePath: string, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
58766
58905
|
/**
|
|
58767
|
-
*
|
|
58768
|
-
* @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)
|
|
58769
58908
|
* @param {AxiosInstance} axios Axios instance.
|
|
58770
58909
|
* @param {string} basePath Base path.
|
|
58771
|
-
* @param {
|
|
58910
|
+
* @param {LLMEndpointsApiGetEntityRequest} requestParameters Request parameters.
|
|
58772
58911
|
* @param {*} [options] Override http request option.
|
|
58773
58912
|
* @param {Configuration} [configuration] Optional configuration.
|
|
58774
58913
|
* @throws {RequiredError}
|
|
58775
58914
|
*/
|
|
58776
|
-
export declare function
|
|
58915
|
+
export declare function LLMEndpointsApi_GetEntity(axios: AxiosInstance, basePath: string, requestParameters: LLMEndpointsApiGetEntityRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
58777
58916
|
/**
|
|
58778
|
-
*
|
|
58779
|
-
* @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)
|
|
58780
58919
|
* @param {AxiosInstance} axios Axios instance.
|
|
58781
58920
|
* @param {string} basePath Base path.
|
|
58782
|
-
* @param {
|
|
58921
|
+
* @param {LLMEndpointsApiPatchEntityRequest} requestParameters Request parameters.
|
|
58783
58922
|
* @param {*} [options] Override http request option.
|
|
58784
58923
|
* @param {Configuration} [configuration] Optional configuration.
|
|
58785
58924
|
* @throws {RequiredError}
|
|
58786
58925
|
*/
|
|
58787
|
-
export declare function
|
|
58926
|
+
export declare function LLMEndpointsApi_PatchEntity(axios: AxiosInstance, basePath: string, requestParameters: LLMEndpointsApiPatchEntityRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
58788
58927
|
/**
|
|
58789
|
-
*
|
|
58790
|
-
* @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)
|
|
58791
58930
|
* @param {AxiosInstance} axios Axios instance.
|
|
58792
58931
|
* @param {string} basePath Base path.
|
|
58793
|
-
* @param {
|
|
58932
|
+
* @param {LLMEndpointsApiUpdateEntityRequest} requestParameters Request parameters.
|
|
58794
58933
|
* @param {*} [options] Override http request option.
|
|
58795
58934
|
* @param {Configuration} [configuration] Optional configuration.
|
|
58796
58935
|
* @throws {RequiredError}
|
|
58797
58936
|
*/
|
|
58798
|
-
export declare function
|
|
58937
|
+
export declare function LLMEndpointsApi_UpdateEntity(axios: AxiosInstance, basePath: string, requestParameters: LLMEndpointsApiUpdateEntityRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
58799
58938
|
/**
|
|
58800
58939
|
* LLMEndpointsApi - interface
|
|
58801
58940
|
* @export
|
|
@@ -58803,197 +58942,115 @@ export declare function LLMEndpointsApi_UpdateEntityLlmEndpoints(axios: AxiosIns
|
|
|
58803
58942
|
*/
|
|
58804
58943
|
export interface LLMEndpointsApiInterface {
|
|
58805
58944
|
/**
|
|
58806
|
-
*
|
|
58807
|
-
* @summary Post LLM endpoint entities
|
|
58808
|
-
* @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)
|
|
58809
58947
|
* @param {*} [options] Override http request option.
|
|
58810
58948
|
* @deprecated
|
|
58811
58949
|
* @throws {RequiredError}
|
|
58812
58950
|
* @memberof LLMEndpointsApiInterface
|
|
58813
58951
|
*/
|
|
58814
|
-
|
|
58952
|
+
createEntity(options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
58815
58953
|
/**
|
|
58816
|
-
*
|
|
58817
|
-
* @summary Delete LLM endpoint entity
|
|
58818
|
-
* @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.
|
|
58819
58957
|
* @param {*} [options] Override http request option.
|
|
58820
58958
|
* @deprecated
|
|
58821
58959
|
* @throws {RequiredError}
|
|
58822
58960
|
* @memberof LLMEndpointsApiInterface
|
|
58823
58961
|
*/
|
|
58824
|
-
|
|
58962
|
+
deleteEntity(requestParameters: LLMEndpointsApiDeleteEntityRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
58825
58963
|
/**
|
|
58826
|
-
*
|
|
58827
|
-
* @summary Get all LLM endpoint entities
|
|
58828
|
-
* @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)
|
|
58829
58966
|
* @param {*} [options] Override http request option.
|
|
58830
58967
|
* @deprecated
|
|
58831
58968
|
* @throws {RequiredError}
|
|
58832
58969
|
* @memberof LLMEndpointsApiInterface
|
|
58833
58970
|
*/
|
|
58834
|
-
|
|
58971
|
+
getAllEntities(options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
58835
58972
|
/**
|
|
58836
|
-
*
|
|
58837
|
-
* @summary Get LLM endpoint entity
|
|
58838
|
-
* @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.
|
|
58839
58976
|
* @param {*} [options] Override http request option.
|
|
58840
58977
|
* @deprecated
|
|
58841
58978
|
* @throws {RequiredError}
|
|
58842
58979
|
* @memberof LLMEndpointsApiInterface
|
|
58843
58980
|
*/
|
|
58844
|
-
|
|
58981
|
+
getEntity(requestParameters: LLMEndpointsApiGetEntityRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
58845
58982
|
/**
|
|
58846
|
-
*
|
|
58847
|
-
* @summary Patch LLM endpoint entity
|
|
58848
|
-
* @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.
|
|
58849
58986
|
* @param {*} [options] Override http request option.
|
|
58850
58987
|
* @deprecated
|
|
58851
58988
|
* @throws {RequiredError}
|
|
58852
58989
|
* @memberof LLMEndpointsApiInterface
|
|
58853
58990
|
*/
|
|
58854
|
-
|
|
58991
|
+
patchEntity(requestParameters: LLMEndpointsApiPatchEntityRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
58855
58992
|
/**
|
|
58856
|
-
*
|
|
58857
|
-
* @summary PUT LLM endpoint entity
|
|
58858
|
-
* @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.
|
|
58859
58996
|
* @param {*} [options] Override http request option.
|
|
58860
58997
|
* @deprecated
|
|
58861
58998
|
* @throws {RequiredError}
|
|
58862
58999
|
* @memberof LLMEndpointsApiInterface
|
|
58863
59000
|
*/
|
|
58864
|
-
|
|
59001
|
+
updateEntity(requestParameters: LLMEndpointsApiUpdateEntityRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
58865
59002
|
}
|
|
58866
59003
|
/**
|
|
58867
|
-
* Request parameters for
|
|
59004
|
+
* Request parameters for deleteEntity operation in LLMEndpointsApi.
|
|
58868
59005
|
* @export
|
|
58869
|
-
* @interface
|
|
59006
|
+
* @interface LLMEndpointsApiDeleteEntityRequest
|
|
58870
59007
|
*/
|
|
58871
|
-
export interface
|
|
58872
|
-
/**
|
|
58873
|
-
*
|
|
58874
|
-
* @type {JsonApiLlmEndpointInDocument}
|
|
58875
|
-
* @memberof LLMEndpointsApiCreateEntityLlmEndpoints
|
|
58876
|
-
*/
|
|
58877
|
-
readonly jsonApiLlmEndpointInDocument: JsonApiLlmEndpointInDocument;
|
|
58878
|
-
}
|
|
58879
|
-
/**
|
|
58880
|
-
* Request parameters for deleteEntityLlmEndpoints operation in LLMEndpointsApi.
|
|
58881
|
-
* @export
|
|
58882
|
-
* @interface LLMEndpointsApiDeleteEntityLlmEndpointsRequest
|
|
58883
|
-
*/
|
|
58884
|
-
export interface LLMEndpointsApiDeleteEntityLlmEndpointsRequest {
|
|
59008
|
+
export interface LLMEndpointsApiDeleteEntityRequest {
|
|
58885
59009
|
/**
|
|
58886
59010
|
*
|
|
58887
59011
|
* @type {string}
|
|
58888
|
-
* @memberof
|
|
59012
|
+
* @memberof LLMEndpointsApiDeleteEntity
|
|
58889
59013
|
*/
|
|
58890
59014
|
readonly id: string;
|
|
58891
59015
|
}
|
|
58892
59016
|
/**
|
|
58893
|
-
* Request parameters for
|
|
58894
|
-
* @export
|
|
58895
|
-
* @interface LLMEndpointsApiGetAllEntitiesLlmEndpointsRequest
|
|
58896
|
-
*/
|
|
58897
|
-
export interface LLMEndpointsApiGetAllEntitiesLlmEndpointsRequest {
|
|
58898
|
-
/**
|
|
58899
|
-
* 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\').
|
|
58900
|
-
* @type {string}
|
|
58901
|
-
* @memberof LLMEndpointsApiGetAllEntitiesLlmEndpoints
|
|
58902
|
-
*/
|
|
58903
|
-
readonly filter?: string;
|
|
58904
|
-
/**
|
|
58905
|
-
* Zero-based page index (0..N)
|
|
58906
|
-
* @type {number}
|
|
58907
|
-
* @memberof LLMEndpointsApiGetAllEntitiesLlmEndpoints
|
|
58908
|
-
*/
|
|
58909
|
-
readonly page?: number;
|
|
58910
|
-
/**
|
|
58911
|
-
* The size of the page to be returned
|
|
58912
|
-
* @type {number}
|
|
58913
|
-
* @memberof LLMEndpointsApiGetAllEntitiesLlmEndpoints
|
|
58914
|
-
*/
|
|
58915
|
-
readonly size?: number;
|
|
58916
|
-
/**
|
|
58917
|
-
* Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
58918
|
-
* @type {Array<string>}
|
|
58919
|
-
* @memberof LLMEndpointsApiGetAllEntitiesLlmEndpoints
|
|
58920
|
-
*/
|
|
58921
|
-
readonly sort?: Array<string>;
|
|
58922
|
-
/**
|
|
58923
|
-
* Include Meta objects.
|
|
58924
|
-
* @type {Array<'page' | 'all' | 'ALL'>}
|
|
58925
|
-
* @memberof LLMEndpointsApiGetAllEntitiesLlmEndpoints
|
|
58926
|
-
*/
|
|
58927
|
-
readonly metaInclude?: Array<'page' | 'all' | 'ALL'>;
|
|
58928
|
-
}
|
|
58929
|
-
/**
|
|
58930
|
-
* Request parameters for getEntityLlmEndpoints operation in LLMEndpointsApi.
|
|
59017
|
+
* Request parameters for getEntity operation in LLMEndpointsApi.
|
|
58931
59018
|
* @export
|
|
58932
|
-
* @interface
|
|
59019
|
+
* @interface LLMEndpointsApiGetEntityRequest
|
|
58933
59020
|
*/
|
|
58934
|
-
export interface
|
|
59021
|
+
export interface LLMEndpointsApiGetEntityRequest {
|
|
58935
59022
|
/**
|
|
58936
59023
|
*
|
|
58937
59024
|
* @type {string}
|
|
58938
|
-
* @memberof
|
|
59025
|
+
* @memberof LLMEndpointsApiGetEntity
|
|
58939
59026
|
*/
|
|
58940
59027
|
readonly id: string;
|
|
58941
|
-
/**
|
|
58942
|
-
* 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\').
|
|
58943
|
-
* @type {string}
|
|
58944
|
-
* @memberof LLMEndpointsApiGetEntityLlmEndpoints
|
|
58945
|
-
*/
|
|
58946
|
-
readonly filter?: string;
|
|
58947
59028
|
}
|
|
58948
59029
|
/**
|
|
58949
|
-
* Request parameters for
|
|
59030
|
+
* Request parameters for patchEntity operation in LLMEndpointsApi.
|
|
58950
59031
|
* @export
|
|
58951
|
-
* @interface
|
|
59032
|
+
* @interface LLMEndpointsApiPatchEntityRequest
|
|
58952
59033
|
*/
|
|
58953
|
-
export interface
|
|
59034
|
+
export interface LLMEndpointsApiPatchEntityRequest {
|
|
58954
59035
|
/**
|
|
58955
59036
|
*
|
|
58956
59037
|
* @type {string}
|
|
58957
|
-
* @memberof
|
|
59038
|
+
* @memberof LLMEndpointsApiPatchEntity
|
|
58958
59039
|
*/
|
|
58959
59040
|
readonly id: string;
|
|
58960
|
-
/**
|
|
58961
|
-
*
|
|
58962
|
-
* @type {JsonApiLlmEndpointPatchDocument}
|
|
58963
|
-
* @memberof LLMEndpointsApiPatchEntityLlmEndpoints
|
|
58964
|
-
*/
|
|
58965
|
-
readonly jsonApiLlmEndpointPatchDocument: JsonApiLlmEndpointPatchDocument;
|
|
58966
|
-
/**
|
|
58967
|
-
* 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\').
|
|
58968
|
-
* @type {string}
|
|
58969
|
-
* @memberof LLMEndpointsApiPatchEntityLlmEndpoints
|
|
58970
|
-
*/
|
|
58971
|
-
readonly filter?: string;
|
|
58972
59041
|
}
|
|
58973
59042
|
/**
|
|
58974
|
-
* Request parameters for
|
|
59043
|
+
* Request parameters for updateEntity operation in LLMEndpointsApi.
|
|
58975
59044
|
* @export
|
|
58976
|
-
* @interface
|
|
59045
|
+
* @interface LLMEndpointsApiUpdateEntityRequest
|
|
58977
59046
|
*/
|
|
58978
|
-
export interface
|
|
59047
|
+
export interface LLMEndpointsApiUpdateEntityRequest {
|
|
58979
59048
|
/**
|
|
58980
59049
|
*
|
|
58981
59050
|
* @type {string}
|
|
58982
|
-
* @memberof
|
|
59051
|
+
* @memberof LLMEndpointsApiUpdateEntity
|
|
58983
59052
|
*/
|
|
58984
59053
|
readonly id: string;
|
|
58985
|
-
/**
|
|
58986
|
-
*
|
|
58987
|
-
* @type {JsonApiLlmEndpointInDocument}
|
|
58988
|
-
* @memberof LLMEndpointsApiUpdateEntityLlmEndpoints
|
|
58989
|
-
*/
|
|
58990
|
-
readonly jsonApiLlmEndpointInDocument: JsonApiLlmEndpointInDocument;
|
|
58991
|
-
/**
|
|
58992
|
-
* 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\').
|
|
58993
|
-
* @type {string}
|
|
58994
|
-
* @memberof LLMEndpointsApiUpdateEntityLlmEndpoints
|
|
58995
|
-
*/
|
|
58996
|
-
readonly filter?: string;
|
|
58997
59054
|
}
|
|
58998
59055
|
/**
|
|
58999
59056
|
* LLMEndpointsApi - object-oriented interface
|
|
@@ -59003,65 +59060,63 @@ export interface LLMEndpointsApiUpdateEntityLlmEndpointsRequest {
|
|
|
59003
59060
|
*/
|
|
59004
59061
|
export declare class LLMEndpointsApi extends BaseAPI implements LLMEndpointsApiInterface {
|
|
59005
59062
|
/**
|
|
59006
|
-
*
|
|
59007
|
-
* @summary Post LLM endpoint entities
|
|
59008
|
-
* @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)
|
|
59009
59065
|
* @param {*} [options] Override http request option.
|
|
59010
59066
|
* @deprecated
|
|
59011
59067
|
* @throws {RequiredError}
|
|
59012
59068
|
* @memberof LLMEndpointsApi
|
|
59013
59069
|
*/
|
|
59014
|
-
|
|
59070
|
+
createEntity(options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
59015
59071
|
/**
|
|
59016
|
-
*
|
|
59017
|
-
* @summary Delete LLM endpoint entity
|
|
59018
|
-
* @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.
|
|
59019
59075
|
* @param {*} [options] Override http request option.
|
|
59020
59076
|
* @deprecated
|
|
59021
59077
|
* @throws {RequiredError}
|
|
59022
59078
|
* @memberof LLMEndpointsApi
|
|
59023
59079
|
*/
|
|
59024
|
-
|
|
59080
|
+
deleteEntity(requestParameters: LLMEndpointsApiDeleteEntityRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
59025
59081
|
/**
|
|
59026
|
-
*
|
|
59027
|
-
* @summary Get all LLM endpoint entities
|
|
59028
|
-
* @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)
|
|
59029
59084
|
* @param {*} [options] Override http request option.
|
|
59030
59085
|
* @deprecated
|
|
59031
59086
|
* @throws {RequiredError}
|
|
59032
59087
|
* @memberof LLMEndpointsApi
|
|
59033
59088
|
*/
|
|
59034
|
-
|
|
59089
|
+
getAllEntities(options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
59035
59090
|
/**
|
|
59036
|
-
*
|
|
59037
|
-
* @summary Get LLM endpoint entity
|
|
59038
|
-
* @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.
|
|
59039
59094
|
* @param {*} [options] Override http request option.
|
|
59040
59095
|
* @deprecated
|
|
59041
59096
|
* @throws {RequiredError}
|
|
59042
59097
|
* @memberof LLMEndpointsApi
|
|
59043
59098
|
*/
|
|
59044
|
-
|
|
59099
|
+
getEntity(requestParameters: LLMEndpointsApiGetEntityRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
59045
59100
|
/**
|
|
59046
|
-
*
|
|
59047
|
-
* @summary Patch LLM endpoint entity
|
|
59048
|
-
* @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.
|
|
59049
59104
|
* @param {*} [options] Override http request option.
|
|
59050
59105
|
* @deprecated
|
|
59051
59106
|
* @throws {RequiredError}
|
|
59052
59107
|
* @memberof LLMEndpointsApi
|
|
59053
59108
|
*/
|
|
59054
|
-
|
|
59109
|
+
patchEntity(requestParameters: LLMEndpointsApiPatchEntityRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
59055
59110
|
/**
|
|
59056
|
-
*
|
|
59057
|
-
* @summary PUT LLM endpoint entity
|
|
59058
|
-
* @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.
|
|
59059
59114
|
* @param {*} [options] Override http request option.
|
|
59060
59115
|
* @deprecated
|
|
59061
59116
|
* @throws {RequiredError}
|
|
59062
59117
|
* @memberof LLMEndpointsApi
|
|
59063
59118
|
*/
|
|
59064
|
-
|
|
59119
|
+
updateEntity(requestParameters: LLMEndpointsApiUpdateEntityRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
59065
59120
|
}
|
|
59066
59121
|
/**
|
|
59067
59122
|
* LLM Provider - connection configuration for LLM services
|
|
@@ -62618,402 +62673,6 @@ export declare class LayoutApi extends BaseAPI implements LayoutApiInterface {
|
|
|
62618
62673
|
*/
|
|
62619
62674
|
setWorkspacesLayout(requestParameters: LayoutApiSetWorkspacesLayoutRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
62620
62675
|
}
|
|
62621
|
-
/**
|
|
62622
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62623
|
-
* @summary Post LLM endpoint entities
|
|
62624
|
-
* @param {JsonApiLlmEndpointInDocument} jsonApiLlmEndpointInDocument
|
|
62625
|
-
* @param {*} [options] Override http request option.
|
|
62626
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
62627
|
-
* @throws {RequiredError}
|
|
62628
|
-
*/
|
|
62629
|
-
export declare function LlmEndpointControllerApiAxiosParamCreator_CreateEntityLlmEndpoints(jsonApiLlmEndpointInDocument: JsonApiLlmEndpointInDocument, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
62630
|
-
/**
|
|
62631
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62632
|
-
* @summary Delete LLM endpoint entity
|
|
62633
|
-
* @param {string} id
|
|
62634
|
-
* @param {*} [options] Override http request option.
|
|
62635
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
62636
|
-
* @throws {RequiredError}
|
|
62637
|
-
*/
|
|
62638
|
-
export declare function LlmEndpointControllerApiAxiosParamCreator_DeleteEntityLlmEndpoints(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
62639
|
-
/**
|
|
62640
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62641
|
-
* @summary Get all LLM endpoint entities
|
|
62642
|
-
* @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\').
|
|
62643
|
-
* @param {number} [page] Zero-based page index (0..N)
|
|
62644
|
-
* @param {number} [size] The size of the page to be returned
|
|
62645
|
-
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
62646
|
-
* @param {Array<'page' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
62647
|
-
* @param {*} [options] Override http request option.
|
|
62648
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
62649
|
-
* @throws {RequiredError}
|
|
62650
|
-
*/
|
|
62651
|
-
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>;
|
|
62652
|
-
/**
|
|
62653
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62654
|
-
* @summary Get LLM endpoint entity
|
|
62655
|
-
* @param {string} id
|
|
62656
|
-
* @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\').
|
|
62657
|
-
* @param {*} [options] Override http request option.
|
|
62658
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
62659
|
-
* @throws {RequiredError}
|
|
62660
|
-
*/
|
|
62661
|
-
export declare function LlmEndpointControllerApiAxiosParamCreator_GetEntityLlmEndpoints(id: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
62662
|
-
/**
|
|
62663
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62664
|
-
* @summary Patch LLM endpoint entity
|
|
62665
|
-
* @param {string} id
|
|
62666
|
-
* @param {JsonApiLlmEndpointPatchDocument} jsonApiLlmEndpointPatchDocument
|
|
62667
|
-
* @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\').
|
|
62668
|
-
* @param {*} [options] Override http request option.
|
|
62669
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
62670
|
-
* @throws {RequiredError}
|
|
62671
|
-
*/
|
|
62672
|
-
export declare function LlmEndpointControllerApiAxiosParamCreator_PatchEntityLlmEndpoints(id: string, jsonApiLlmEndpointPatchDocument: JsonApiLlmEndpointPatchDocument, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
62673
|
-
/**
|
|
62674
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62675
|
-
* @summary PUT LLM endpoint entity
|
|
62676
|
-
* @param {string} id
|
|
62677
|
-
* @param {JsonApiLlmEndpointInDocument} jsonApiLlmEndpointInDocument
|
|
62678
|
-
* @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\').
|
|
62679
|
-
* @param {*} [options] Override http request option.
|
|
62680
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
62681
|
-
* @throws {RequiredError}
|
|
62682
|
-
*/
|
|
62683
|
-
export declare function LlmEndpointControllerApiAxiosParamCreator_UpdateEntityLlmEndpoints(id: string, jsonApiLlmEndpointInDocument: JsonApiLlmEndpointInDocument, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
62684
|
-
/**
|
|
62685
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62686
|
-
* @summary Post LLM endpoint entities
|
|
62687
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
62688
|
-
* @param {string} basePath Base path.
|
|
62689
|
-
* @param {LlmEndpointControllerApiCreateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
62690
|
-
* @param {*} [options] Override http request option.
|
|
62691
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
62692
|
-
* @throws {RequiredError}
|
|
62693
|
-
*/
|
|
62694
|
-
export declare function LlmEndpointControllerApi_CreateEntityLlmEndpoints(axios: AxiosInstance, basePath: string, requestParameters: LlmEndpointControllerApiCreateEntityLlmEndpointsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
62695
|
-
/**
|
|
62696
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62697
|
-
* @summary Delete LLM endpoint entity
|
|
62698
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
62699
|
-
* @param {string} basePath Base path.
|
|
62700
|
-
* @param {LlmEndpointControllerApiDeleteEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
62701
|
-
* @param {*} [options] Override http request option.
|
|
62702
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
62703
|
-
* @throws {RequiredError}
|
|
62704
|
-
*/
|
|
62705
|
-
export declare function LlmEndpointControllerApi_DeleteEntityLlmEndpoints(axios: AxiosInstance, basePath: string, requestParameters: LlmEndpointControllerApiDeleteEntityLlmEndpointsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
62706
|
-
/**
|
|
62707
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62708
|
-
* @summary Get all LLM endpoint entities
|
|
62709
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
62710
|
-
* @param {string} basePath Base path.
|
|
62711
|
-
* @param {LlmEndpointControllerApiGetAllEntitiesLlmEndpointsRequest} requestParameters Request parameters.
|
|
62712
|
-
* @param {*} [options] Override http request option.
|
|
62713
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
62714
|
-
* @throws {RequiredError}
|
|
62715
|
-
*/
|
|
62716
|
-
export declare function LlmEndpointControllerApi_GetAllEntitiesLlmEndpoints(axios: AxiosInstance, basePath: string, requestParameters: LlmEndpointControllerApiGetAllEntitiesLlmEndpointsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiLlmEndpointOutList>;
|
|
62717
|
-
/**
|
|
62718
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62719
|
-
* @summary Get LLM endpoint entity
|
|
62720
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
62721
|
-
* @param {string} basePath Base path.
|
|
62722
|
-
* @param {LlmEndpointControllerApiGetEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
62723
|
-
* @param {*} [options] Override http request option.
|
|
62724
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
62725
|
-
* @throws {RequiredError}
|
|
62726
|
-
*/
|
|
62727
|
-
export declare function LlmEndpointControllerApi_GetEntityLlmEndpoints(axios: AxiosInstance, basePath: string, requestParameters: LlmEndpointControllerApiGetEntityLlmEndpointsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
62728
|
-
/**
|
|
62729
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62730
|
-
* @summary Patch LLM endpoint entity
|
|
62731
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
62732
|
-
* @param {string} basePath Base path.
|
|
62733
|
-
* @param {LlmEndpointControllerApiPatchEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
62734
|
-
* @param {*} [options] Override http request option.
|
|
62735
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
62736
|
-
* @throws {RequiredError}
|
|
62737
|
-
*/
|
|
62738
|
-
export declare function LlmEndpointControllerApi_PatchEntityLlmEndpoints(axios: AxiosInstance, basePath: string, requestParameters: LlmEndpointControllerApiPatchEntityLlmEndpointsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
62739
|
-
/**
|
|
62740
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62741
|
-
* @summary PUT LLM endpoint entity
|
|
62742
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
62743
|
-
* @param {string} basePath Base path.
|
|
62744
|
-
* @param {LlmEndpointControllerApiUpdateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
62745
|
-
* @param {*} [options] Override http request option.
|
|
62746
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
62747
|
-
* @throws {RequiredError}
|
|
62748
|
-
*/
|
|
62749
|
-
export declare function LlmEndpointControllerApi_UpdateEntityLlmEndpoints(axios: AxiosInstance, basePath: string, requestParameters: LlmEndpointControllerApiUpdateEntityLlmEndpointsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
62750
|
-
/**
|
|
62751
|
-
* LlmEndpointControllerApi - interface
|
|
62752
|
-
* @export
|
|
62753
|
-
* @interface LlmEndpointControllerApi
|
|
62754
|
-
*/
|
|
62755
|
-
export interface LlmEndpointControllerApiInterface {
|
|
62756
|
-
/**
|
|
62757
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62758
|
-
* @summary Post LLM endpoint entities
|
|
62759
|
-
* @param {LlmEndpointControllerApiCreateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
62760
|
-
* @param {*} [options] Override http request option.
|
|
62761
|
-
* @deprecated
|
|
62762
|
-
* @throws {RequiredError}
|
|
62763
|
-
* @memberof LlmEndpointControllerApiInterface
|
|
62764
|
-
*/
|
|
62765
|
-
createEntityLlmEndpoints(requestParameters: LlmEndpointControllerApiCreateEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
62766
|
-
/**
|
|
62767
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62768
|
-
* @summary Delete LLM endpoint entity
|
|
62769
|
-
* @param {LlmEndpointControllerApiDeleteEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
62770
|
-
* @param {*} [options] Override http request option.
|
|
62771
|
-
* @deprecated
|
|
62772
|
-
* @throws {RequiredError}
|
|
62773
|
-
* @memberof LlmEndpointControllerApiInterface
|
|
62774
|
-
*/
|
|
62775
|
-
deleteEntityLlmEndpoints(requestParameters: LlmEndpointControllerApiDeleteEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
62776
|
-
/**
|
|
62777
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62778
|
-
* @summary Get all LLM endpoint entities
|
|
62779
|
-
* @param {LlmEndpointControllerApiGetAllEntitiesLlmEndpointsRequest} requestParameters Request parameters.
|
|
62780
|
-
* @param {*} [options] Override http request option.
|
|
62781
|
-
* @deprecated
|
|
62782
|
-
* @throws {RequiredError}
|
|
62783
|
-
* @memberof LlmEndpointControllerApiInterface
|
|
62784
|
-
*/
|
|
62785
|
-
getAllEntitiesLlmEndpoints(requestParameters: LlmEndpointControllerApiGetAllEntitiesLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutList>;
|
|
62786
|
-
/**
|
|
62787
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62788
|
-
* @summary Get LLM endpoint entity
|
|
62789
|
-
* @param {LlmEndpointControllerApiGetEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
62790
|
-
* @param {*} [options] Override http request option.
|
|
62791
|
-
* @deprecated
|
|
62792
|
-
* @throws {RequiredError}
|
|
62793
|
-
* @memberof LlmEndpointControllerApiInterface
|
|
62794
|
-
*/
|
|
62795
|
-
getEntityLlmEndpoints(requestParameters: LlmEndpointControllerApiGetEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
62796
|
-
/**
|
|
62797
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62798
|
-
* @summary Patch LLM endpoint entity
|
|
62799
|
-
* @param {LlmEndpointControllerApiPatchEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
62800
|
-
* @param {*} [options] Override http request option.
|
|
62801
|
-
* @deprecated
|
|
62802
|
-
* @throws {RequiredError}
|
|
62803
|
-
* @memberof LlmEndpointControllerApiInterface
|
|
62804
|
-
*/
|
|
62805
|
-
patchEntityLlmEndpoints(requestParameters: LlmEndpointControllerApiPatchEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
62806
|
-
/**
|
|
62807
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62808
|
-
* @summary PUT LLM endpoint entity
|
|
62809
|
-
* @param {LlmEndpointControllerApiUpdateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
62810
|
-
* @param {*} [options] Override http request option.
|
|
62811
|
-
* @deprecated
|
|
62812
|
-
* @throws {RequiredError}
|
|
62813
|
-
* @memberof LlmEndpointControllerApiInterface
|
|
62814
|
-
*/
|
|
62815
|
-
updateEntityLlmEndpoints(requestParameters: LlmEndpointControllerApiUpdateEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
62816
|
-
}
|
|
62817
|
-
/**
|
|
62818
|
-
* Request parameters for createEntityLlmEndpoints operation in LlmEndpointControllerApi.
|
|
62819
|
-
* @export
|
|
62820
|
-
* @interface LlmEndpointControllerApiCreateEntityLlmEndpointsRequest
|
|
62821
|
-
*/
|
|
62822
|
-
export interface LlmEndpointControllerApiCreateEntityLlmEndpointsRequest {
|
|
62823
|
-
/**
|
|
62824
|
-
*
|
|
62825
|
-
* @type {JsonApiLlmEndpointInDocument}
|
|
62826
|
-
* @memberof LlmEndpointControllerApiCreateEntityLlmEndpoints
|
|
62827
|
-
*/
|
|
62828
|
-
readonly jsonApiLlmEndpointInDocument: JsonApiLlmEndpointInDocument;
|
|
62829
|
-
}
|
|
62830
|
-
/**
|
|
62831
|
-
* Request parameters for deleteEntityLlmEndpoints operation in LlmEndpointControllerApi.
|
|
62832
|
-
* @export
|
|
62833
|
-
* @interface LlmEndpointControllerApiDeleteEntityLlmEndpointsRequest
|
|
62834
|
-
*/
|
|
62835
|
-
export interface LlmEndpointControllerApiDeleteEntityLlmEndpointsRequest {
|
|
62836
|
-
/**
|
|
62837
|
-
*
|
|
62838
|
-
* @type {string}
|
|
62839
|
-
* @memberof LlmEndpointControllerApiDeleteEntityLlmEndpoints
|
|
62840
|
-
*/
|
|
62841
|
-
readonly id: string;
|
|
62842
|
-
}
|
|
62843
|
-
/**
|
|
62844
|
-
* Request parameters for getAllEntitiesLlmEndpoints operation in LlmEndpointControllerApi.
|
|
62845
|
-
* @export
|
|
62846
|
-
* @interface LlmEndpointControllerApiGetAllEntitiesLlmEndpointsRequest
|
|
62847
|
-
*/
|
|
62848
|
-
export interface LlmEndpointControllerApiGetAllEntitiesLlmEndpointsRequest {
|
|
62849
|
-
/**
|
|
62850
|
-
* 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\').
|
|
62851
|
-
* @type {string}
|
|
62852
|
-
* @memberof LlmEndpointControllerApiGetAllEntitiesLlmEndpoints
|
|
62853
|
-
*/
|
|
62854
|
-
readonly filter?: string;
|
|
62855
|
-
/**
|
|
62856
|
-
* Zero-based page index (0..N)
|
|
62857
|
-
* @type {number}
|
|
62858
|
-
* @memberof LlmEndpointControllerApiGetAllEntitiesLlmEndpoints
|
|
62859
|
-
*/
|
|
62860
|
-
readonly page?: number;
|
|
62861
|
-
/**
|
|
62862
|
-
* The size of the page to be returned
|
|
62863
|
-
* @type {number}
|
|
62864
|
-
* @memberof LlmEndpointControllerApiGetAllEntitiesLlmEndpoints
|
|
62865
|
-
*/
|
|
62866
|
-
readonly size?: number;
|
|
62867
|
-
/**
|
|
62868
|
-
* Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
62869
|
-
* @type {Array<string>}
|
|
62870
|
-
* @memberof LlmEndpointControllerApiGetAllEntitiesLlmEndpoints
|
|
62871
|
-
*/
|
|
62872
|
-
readonly sort?: Array<string>;
|
|
62873
|
-
/**
|
|
62874
|
-
* Include Meta objects.
|
|
62875
|
-
* @type {Array<'page' | 'all' | 'ALL'>}
|
|
62876
|
-
* @memberof LlmEndpointControllerApiGetAllEntitiesLlmEndpoints
|
|
62877
|
-
*/
|
|
62878
|
-
readonly metaInclude?: Array<'page' | 'all' | 'ALL'>;
|
|
62879
|
-
}
|
|
62880
|
-
/**
|
|
62881
|
-
* Request parameters for getEntityLlmEndpoints operation in LlmEndpointControllerApi.
|
|
62882
|
-
* @export
|
|
62883
|
-
* @interface LlmEndpointControllerApiGetEntityLlmEndpointsRequest
|
|
62884
|
-
*/
|
|
62885
|
-
export interface LlmEndpointControllerApiGetEntityLlmEndpointsRequest {
|
|
62886
|
-
/**
|
|
62887
|
-
*
|
|
62888
|
-
* @type {string}
|
|
62889
|
-
* @memberof LlmEndpointControllerApiGetEntityLlmEndpoints
|
|
62890
|
-
*/
|
|
62891
|
-
readonly id: string;
|
|
62892
|
-
/**
|
|
62893
|
-
* 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\').
|
|
62894
|
-
* @type {string}
|
|
62895
|
-
* @memberof LlmEndpointControllerApiGetEntityLlmEndpoints
|
|
62896
|
-
*/
|
|
62897
|
-
readonly filter?: string;
|
|
62898
|
-
}
|
|
62899
|
-
/**
|
|
62900
|
-
* Request parameters for patchEntityLlmEndpoints operation in LlmEndpointControllerApi.
|
|
62901
|
-
* @export
|
|
62902
|
-
* @interface LlmEndpointControllerApiPatchEntityLlmEndpointsRequest
|
|
62903
|
-
*/
|
|
62904
|
-
export interface LlmEndpointControllerApiPatchEntityLlmEndpointsRequest {
|
|
62905
|
-
/**
|
|
62906
|
-
*
|
|
62907
|
-
* @type {string}
|
|
62908
|
-
* @memberof LlmEndpointControllerApiPatchEntityLlmEndpoints
|
|
62909
|
-
*/
|
|
62910
|
-
readonly id: string;
|
|
62911
|
-
/**
|
|
62912
|
-
*
|
|
62913
|
-
* @type {JsonApiLlmEndpointPatchDocument}
|
|
62914
|
-
* @memberof LlmEndpointControllerApiPatchEntityLlmEndpoints
|
|
62915
|
-
*/
|
|
62916
|
-
readonly jsonApiLlmEndpointPatchDocument: JsonApiLlmEndpointPatchDocument;
|
|
62917
|
-
/**
|
|
62918
|
-
* 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\').
|
|
62919
|
-
* @type {string}
|
|
62920
|
-
* @memberof LlmEndpointControllerApiPatchEntityLlmEndpoints
|
|
62921
|
-
*/
|
|
62922
|
-
readonly filter?: string;
|
|
62923
|
-
}
|
|
62924
|
-
/**
|
|
62925
|
-
* Request parameters for updateEntityLlmEndpoints operation in LlmEndpointControllerApi.
|
|
62926
|
-
* @export
|
|
62927
|
-
* @interface LlmEndpointControllerApiUpdateEntityLlmEndpointsRequest
|
|
62928
|
-
*/
|
|
62929
|
-
export interface LlmEndpointControllerApiUpdateEntityLlmEndpointsRequest {
|
|
62930
|
-
/**
|
|
62931
|
-
*
|
|
62932
|
-
* @type {string}
|
|
62933
|
-
* @memberof LlmEndpointControllerApiUpdateEntityLlmEndpoints
|
|
62934
|
-
*/
|
|
62935
|
-
readonly id: string;
|
|
62936
|
-
/**
|
|
62937
|
-
*
|
|
62938
|
-
* @type {JsonApiLlmEndpointInDocument}
|
|
62939
|
-
* @memberof LlmEndpointControllerApiUpdateEntityLlmEndpoints
|
|
62940
|
-
*/
|
|
62941
|
-
readonly jsonApiLlmEndpointInDocument: JsonApiLlmEndpointInDocument;
|
|
62942
|
-
/**
|
|
62943
|
-
* 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\').
|
|
62944
|
-
* @type {string}
|
|
62945
|
-
* @memberof LlmEndpointControllerApiUpdateEntityLlmEndpoints
|
|
62946
|
-
*/
|
|
62947
|
-
readonly filter?: string;
|
|
62948
|
-
}
|
|
62949
|
-
/**
|
|
62950
|
-
* LlmEndpointControllerApi - object-oriented interface
|
|
62951
|
-
* @export
|
|
62952
|
-
* @class LlmEndpointControllerApi
|
|
62953
|
-
* @extends {BaseAPI}
|
|
62954
|
-
*/
|
|
62955
|
-
export declare class LlmEndpointControllerApi extends BaseAPI implements LlmEndpointControllerApiInterface {
|
|
62956
|
-
/**
|
|
62957
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62958
|
-
* @summary Post LLM endpoint entities
|
|
62959
|
-
* @param {LlmEndpointControllerApiCreateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
62960
|
-
* @param {*} [options] Override http request option.
|
|
62961
|
-
* @deprecated
|
|
62962
|
-
* @throws {RequiredError}
|
|
62963
|
-
* @memberof LlmEndpointControllerApi
|
|
62964
|
-
*/
|
|
62965
|
-
createEntityLlmEndpoints(requestParameters: LlmEndpointControllerApiCreateEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
62966
|
-
/**
|
|
62967
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62968
|
-
* @summary Delete LLM endpoint entity
|
|
62969
|
-
* @param {LlmEndpointControllerApiDeleteEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
62970
|
-
* @param {*} [options] Override http request option.
|
|
62971
|
-
* @deprecated
|
|
62972
|
-
* @throws {RequiredError}
|
|
62973
|
-
* @memberof LlmEndpointControllerApi
|
|
62974
|
-
*/
|
|
62975
|
-
deleteEntityLlmEndpoints(requestParameters: LlmEndpointControllerApiDeleteEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
62976
|
-
/**
|
|
62977
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62978
|
-
* @summary Get all LLM endpoint entities
|
|
62979
|
-
* @param {LlmEndpointControllerApiGetAllEntitiesLlmEndpointsRequest} requestParameters Request parameters.
|
|
62980
|
-
* @param {*} [options] Override http request option.
|
|
62981
|
-
* @deprecated
|
|
62982
|
-
* @throws {RequiredError}
|
|
62983
|
-
* @memberof LlmEndpointControllerApi
|
|
62984
|
-
*/
|
|
62985
|
-
getAllEntitiesLlmEndpoints(requestParameters?: LlmEndpointControllerApiGetAllEntitiesLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutList>;
|
|
62986
|
-
/**
|
|
62987
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62988
|
-
* @summary Get LLM endpoint entity
|
|
62989
|
-
* @param {LlmEndpointControllerApiGetEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
62990
|
-
* @param {*} [options] Override http request option.
|
|
62991
|
-
* @deprecated
|
|
62992
|
-
* @throws {RequiredError}
|
|
62993
|
-
* @memberof LlmEndpointControllerApi
|
|
62994
|
-
*/
|
|
62995
|
-
getEntityLlmEndpoints(requestParameters: LlmEndpointControllerApiGetEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
62996
|
-
/**
|
|
62997
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
62998
|
-
* @summary Patch LLM endpoint entity
|
|
62999
|
-
* @param {LlmEndpointControllerApiPatchEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
63000
|
-
* @param {*} [options] Override http request option.
|
|
63001
|
-
* @deprecated
|
|
63002
|
-
* @throws {RequiredError}
|
|
63003
|
-
* @memberof LlmEndpointControllerApi
|
|
63004
|
-
*/
|
|
63005
|
-
patchEntityLlmEndpoints(requestParameters: LlmEndpointControllerApiPatchEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
63006
|
-
/**
|
|
63007
|
-
* Will be soon removed and replaced by LlmProvider.
|
|
63008
|
-
* @summary PUT LLM endpoint entity
|
|
63009
|
-
* @param {LlmEndpointControllerApiUpdateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
63010
|
-
* @param {*} [options] Override http request option.
|
|
63011
|
-
* @deprecated
|
|
63012
|
-
* @throws {RequiredError}
|
|
63013
|
-
* @memberof LlmEndpointControllerApi
|
|
63014
|
-
*/
|
|
63015
|
-
updateEntityLlmEndpoints(requestParameters: LlmEndpointControllerApiUpdateEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
63016
|
-
}
|
|
63017
62676
|
/**
|
|
63018
62677
|
* LLM Provider - connection configuration for LLM services
|
|
63019
62678
|
* @summary Post LLM Provider entities
|
|
@@ -69797,6 +69456,16 @@ export declare class ParametersApi extends BaseAPI implements ParametersApiInter
|
|
|
69797
69456
|
*/
|
|
69798
69457
|
updateEntityParameters(requestParameters: ParametersApiUpdateEntityParametersRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiParameterOutDocument>;
|
|
69799
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>;
|
|
69800
69469
|
/**
|
|
69801
69470
|
*
|
|
69802
69471
|
* @summary Get Available Assignees
|
|
@@ -69817,6 +69486,16 @@ export declare function PermissionsApiAxiosParamCreator_AvailableAssignees(works
|
|
|
69817
69486
|
* @throws {RequiredError}
|
|
69818
69487
|
*/
|
|
69819
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>;
|
|
69820
69499
|
/**
|
|
69821
69500
|
* Retrieve organization permissions
|
|
69822
69501
|
* @summary Get organization permissions
|
|
@@ -69852,6 +69531,27 @@ export declare function PermissionsApiAxiosParamCreator_GetUserPermissions(userI
|
|
|
69852
69531
|
* @throws {RequiredError}
|
|
69853
69532
|
*/
|
|
69854
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>;
|
|
69855
69555
|
/**
|
|
69856
69556
|
*
|
|
69857
69557
|
* @summary Manage Permissions for a Dashboard
|
|
@@ -69873,6 +69573,28 @@ export declare function PermissionsApiAxiosParamCreator_ManageDashboardPermissio
|
|
|
69873
69573
|
* @throws {RequiredError}
|
|
69874
69574
|
*/
|
|
69875
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>;
|
|
69876
69598
|
/**
|
|
69877
69599
|
* Manage Permissions for a Organization
|
|
69878
69600
|
* @summary Manage Permissions for a Organization
|
|
@@ -69931,6 +69653,17 @@ export declare function PermissionsApiAxiosParamCreator_SetUserPermissions(userI
|
|
|
69931
69653
|
* @throws {RequiredError}
|
|
69932
69654
|
*/
|
|
69933
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>;
|
|
69934
69667
|
/**
|
|
69935
69668
|
*
|
|
69936
69669
|
* @summary Get Available Assignees
|
|
@@ -69953,6 +69686,17 @@ export declare function PermissionsApi_AvailableAssignees(axios: AxiosInstance,
|
|
|
69953
69686
|
* @throws {RequiredError}
|
|
69954
69687
|
*/
|
|
69955
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>;
|
|
69956
69700
|
/**
|
|
69957
69701
|
* Retrieve organization permissions
|
|
69958
69702
|
* @summary Get organization permissions
|
|
@@ -69996,6 +69740,28 @@ export declare function PermissionsApi_GetUserPermissions(axios: AxiosInstance,
|
|
|
69996
69740
|
* @throws {RequiredError}
|
|
69997
69741
|
*/
|
|
69998
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>;
|
|
69999
69765
|
/**
|
|
70000
69766
|
*
|
|
70001
69767
|
* @summary Manage Permissions for a Dashboard
|
|
@@ -70018,6 +69784,28 @@ export declare function PermissionsApi_ManageDashboardPermissions(axios: AxiosIn
|
|
|
70018
69784
|
* @throws {RequiredError}
|
|
70019
69785
|
*/
|
|
70020
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>;
|
|
70021
69809
|
/**
|
|
70022
69810
|
* Manage Permissions for a Organization
|
|
70023
69811
|
* @summary Manage Permissions for a Organization
|
|
@@ -70090,6 +69878,15 @@ export declare function PermissionsApi_SetWorkspacePermissions(axios: AxiosInsta
|
|
|
70090
69878
|
* @interface PermissionsApi
|
|
70091
69879
|
*/
|
|
70092
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>;
|
|
70093
69890
|
/**
|
|
70094
69891
|
*
|
|
70095
69892
|
* @summary Get Available Assignees
|
|
@@ -70108,6 +69905,15 @@ export interface PermissionsApiInterface {
|
|
|
70108
69905
|
* @memberof PermissionsApiInterface
|
|
70109
69906
|
*/
|
|
70110
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>;
|
|
70111
69917
|
/**
|
|
70112
69918
|
* Retrieve organization permissions
|
|
70113
69919
|
* @summary Get organization permissions
|
|
@@ -70143,6 +69949,24 @@ export interface PermissionsApiInterface {
|
|
|
70143
69949
|
* @memberof PermissionsApiInterface
|
|
70144
69950
|
*/
|
|
70145
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>;
|
|
70146
69970
|
/**
|
|
70147
69971
|
*
|
|
70148
69972
|
* @summary Manage Permissions for a Dashboard
|
|
@@ -70161,6 +69985,24 @@ export interface PermissionsApiInterface {
|
|
|
70161
69985
|
* @memberof PermissionsApiInterface
|
|
70162
69986
|
*/
|
|
70163
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>;
|
|
70164
70006
|
/**
|
|
70165
70007
|
* Manage Permissions for a Organization
|
|
70166
70008
|
* @summary Manage Permissions for a Organization
|
|
@@ -70216,6 +70058,25 @@ export interface PermissionsApiInterface {
|
|
|
70216
70058
|
*/
|
|
70217
70059
|
setWorkspacePermissions(requestParameters: PermissionsApiSetWorkspacePermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
70218
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
|
+
}
|
|
70219
70080
|
/**
|
|
70220
70081
|
* Request parameters for availableAssignees operation in PermissionsApi.
|
|
70221
70082
|
* @export
|
|
@@ -70254,6 +70115,25 @@ export interface PermissionsApiDashboardPermissionsRequest {
|
|
|
70254
70115
|
*/
|
|
70255
70116
|
readonly dashboardId: string;
|
|
70256
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
|
+
}
|
|
70257
70137
|
/**
|
|
70258
70138
|
* Request parameters for getUserGroupPermissions operation in PermissionsApi.
|
|
70259
70139
|
* @export
|
|
@@ -70293,6 +70173,50 @@ export interface PermissionsApiGetWorkspacePermissionsRequest {
|
|
|
70293
70173
|
*/
|
|
70294
70174
|
readonly workspaceId: string;
|
|
70295
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
|
+
}
|
|
70296
70220
|
/**
|
|
70297
70221
|
* Request parameters for manageDashboardPermissions operation in PermissionsApi.
|
|
70298
70222
|
* @export
|
|
@@ -70337,6 +70261,56 @@ export interface PermissionsApiManageDataSourcePermissionsRequest {
|
|
|
70337
70261
|
*/
|
|
70338
70262
|
readonly dataSourcePermissionAssignment: Array<DataSourcePermissionAssignment>;
|
|
70339
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
|
+
}
|
|
70340
70314
|
/**
|
|
70341
70315
|
* Request parameters for manageOrganizationPermissions operation in PermissionsApi.
|
|
70342
70316
|
* @export
|
|
@@ -70446,6 +70420,15 @@ export interface PermissionsApiSetWorkspacePermissionsRequest {
|
|
|
70446
70420
|
* @extends {BaseAPI}
|
|
70447
70421
|
*/
|
|
70448
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>;
|
|
70449
70432
|
/**
|
|
70450
70433
|
*
|
|
70451
70434
|
* @summary Get Available Assignees
|
|
@@ -70464,6 +70447,15 @@ export declare class PermissionsApi extends BaseAPI implements PermissionsApiInt
|
|
|
70464
70447
|
* @memberof PermissionsApi
|
|
70465
70448
|
*/
|
|
70466
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>;
|
|
70467
70459
|
/**
|
|
70468
70460
|
* Retrieve organization permissions
|
|
70469
70461
|
* @summary Get organization permissions
|
|
@@ -70499,6 +70491,24 @@ export declare class PermissionsApi extends BaseAPI implements PermissionsApiInt
|
|
|
70499
70491
|
* @memberof PermissionsApi
|
|
70500
70492
|
*/
|
|
70501
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>;
|
|
70502
70512
|
/**
|
|
70503
70513
|
*
|
|
70504
70514
|
* @summary Manage Permissions for a Dashboard
|
|
@@ -70517,6 +70527,24 @@ export declare class PermissionsApi extends BaseAPI implements PermissionsApiInt
|
|
|
70517
70527
|
* @memberof PermissionsApi
|
|
70518
70528
|
*/
|
|
70519
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>;
|
|
70520
70548
|
/**
|
|
70521
70549
|
* Manage Permissions for a Organization
|
|
70522
70550
|
* @summary Manage Permissions for a Organization
|