@gooddata/api-client-tiger 11.29.0-alpha.6 → 11.29.0-alpha.8
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.
|
@@ -61906,7 +61906,7 @@ export declare interface JsonApiAgentIn {
|
|
|
61906
61906
|
|
|
61907
61907
|
export declare interface JsonApiAgentInAttributes {
|
|
61908
61908
|
'enabled'?: boolean;
|
|
61909
|
-
'
|
|
61909
|
+
'name'?: string;
|
|
61910
61910
|
'description'?: string;
|
|
61911
61911
|
'personality'?: string;
|
|
61912
61912
|
'skillsMode'?: JsonApiAgentInAttributesSkillsModeEnum;
|
|
@@ -61943,7 +61943,7 @@ export declare interface JsonApiAgentOut {
|
|
|
61943
61943
|
|
|
61944
61944
|
export declare interface JsonApiAgentOutAttributes {
|
|
61945
61945
|
'enabled'?: boolean;
|
|
61946
|
-
'
|
|
61946
|
+
'name'?: string;
|
|
61947
61947
|
'description'?: string;
|
|
61948
61948
|
'personality'?: string;
|
|
61949
61949
|
'skillsMode'?: JsonApiAgentOutAttributesSkillsModeEnum;
|
|
@@ -63116,7 +63116,15 @@ export declare interface JsonApiColorPaletteIn {
|
|
|
63116
63116
|
* API identifier of an object
|
|
63117
63117
|
*/
|
|
63118
63118
|
'id': string;
|
|
63119
|
-
'attributes':
|
|
63119
|
+
'attributes': JsonApiColorPaletteInAttributes;
|
|
63120
|
+
}
|
|
63121
|
+
|
|
63122
|
+
export declare interface JsonApiColorPaletteInAttributes {
|
|
63123
|
+
'name': string;
|
|
63124
|
+
/**
|
|
63125
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
63126
|
+
*/
|
|
63127
|
+
'content': object;
|
|
63120
63128
|
}
|
|
63121
63129
|
|
|
63122
63130
|
export declare interface JsonApiColorPaletteInDocument {
|
|
@@ -63137,15 +63145,7 @@ export declare interface JsonApiColorPaletteOut {
|
|
|
63137
63145
|
* API identifier of an object
|
|
63138
63146
|
*/
|
|
63139
63147
|
'id': string;
|
|
63140
|
-
'attributes':
|
|
63141
|
-
}
|
|
63142
|
-
|
|
63143
|
-
export declare interface JsonApiColorPaletteOutAttributes {
|
|
63144
|
-
'name': string;
|
|
63145
|
-
/**
|
|
63146
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
63147
|
-
*/
|
|
63148
|
-
'content': object;
|
|
63148
|
+
'attributes': JsonApiColorPaletteInAttributes;
|
|
63149
63149
|
}
|
|
63150
63150
|
|
|
63151
63151
|
export declare interface JsonApiColorPaletteOutDocument {
|
|
@@ -63173,7 +63173,7 @@ export declare interface JsonApiColorPaletteOutWithLinks {
|
|
|
63173
63173
|
* API identifier of an object
|
|
63174
63174
|
*/
|
|
63175
63175
|
'id': string;
|
|
63176
|
-
'attributes':
|
|
63176
|
+
'attributes': JsonApiColorPaletteInAttributes;
|
|
63177
63177
|
'links'?: ObjectLinks;
|
|
63178
63178
|
}
|
|
63179
63179
|
|
|
@@ -63220,7 +63220,15 @@ export declare interface JsonApiCookieSecurityConfigurationIn {
|
|
|
63220
63220
|
* API identifier of an object
|
|
63221
63221
|
*/
|
|
63222
63222
|
'id': string;
|
|
63223
|
-
'attributes'?:
|
|
63223
|
+
'attributes'?: JsonApiCookieSecurityConfigurationInAttributes;
|
|
63224
|
+
}
|
|
63225
|
+
|
|
63226
|
+
export declare interface JsonApiCookieSecurityConfigurationInAttributes {
|
|
63227
|
+
'lastRotation'?: string;
|
|
63228
|
+
/**
|
|
63229
|
+
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
63230
|
+
*/
|
|
63231
|
+
'rotationInterval'?: string;
|
|
63224
63232
|
}
|
|
63225
63233
|
|
|
63226
63234
|
export declare interface JsonApiCookieSecurityConfigurationInDocument {
|
|
@@ -63241,7 +63249,7 @@ export declare interface JsonApiCookieSecurityConfigurationOut {
|
|
|
63241
63249
|
* API identifier of an object
|
|
63242
63250
|
*/
|
|
63243
63251
|
'id': string;
|
|
63244
|
-
'attributes'?:
|
|
63252
|
+
'attributes'?: JsonApiCookieSecurityConfigurationInAttributes;
|
|
63245
63253
|
}
|
|
63246
63254
|
|
|
63247
63255
|
export declare interface JsonApiCookieSecurityConfigurationOutDocument {
|
|
@@ -63263,15 +63271,7 @@ export declare interface JsonApiCookieSecurityConfigurationPatch {
|
|
|
63263
63271
|
* API identifier of an object
|
|
63264
63272
|
*/
|
|
63265
63273
|
'id': string;
|
|
63266
|
-
'attributes'?:
|
|
63267
|
-
}
|
|
63268
|
-
|
|
63269
|
-
export declare interface JsonApiCookieSecurityConfigurationPatchAttributes {
|
|
63270
|
-
'lastRotation'?: string;
|
|
63271
|
-
/**
|
|
63272
|
-
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
63273
|
-
*/
|
|
63274
|
-
'rotationInterval'?: string;
|
|
63274
|
+
'attributes'?: JsonApiCookieSecurityConfigurationInAttributes;
|
|
63275
63275
|
}
|
|
63276
63276
|
|
|
63277
63277
|
export declare interface JsonApiCookieSecurityConfigurationPatchDocument {
|
|
@@ -63388,7 +63388,7 @@ export declare interface JsonApiCustomApplicationSettingIn {
|
|
|
63388
63388
|
* API identifier of an object
|
|
63389
63389
|
*/
|
|
63390
63390
|
'id': string;
|
|
63391
|
-
'attributes':
|
|
63391
|
+
'attributes': JsonApiCustomApplicationSettingPostOptionalIdAttributes;
|
|
63392
63392
|
}
|
|
63393
63393
|
|
|
63394
63394
|
export declare interface JsonApiCustomApplicationSettingInDocument {
|
|
@@ -63410,15 +63410,7 @@ export declare interface JsonApiCustomApplicationSettingOut {
|
|
|
63410
63410
|
*/
|
|
63411
63411
|
'id': string;
|
|
63412
63412
|
'meta'?: JsonApiExportDefinitionOutMeta;
|
|
63413
|
-
'attributes':
|
|
63414
|
-
}
|
|
63415
|
-
|
|
63416
|
-
export declare interface JsonApiCustomApplicationSettingOutAttributes {
|
|
63417
|
-
'applicationName': string;
|
|
63418
|
-
/**
|
|
63419
|
-
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
63420
|
-
*/
|
|
63421
|
-
'content': object;
|
|
63413
|
+
'attributes': JsonApiCustomApplicationSettingPostOptionalIdAttributes;
|
|
63422
63414
|
}
|
|
63423
63415
|
|
|
63424
63416
|
export declare interface JsonApiCustomApplicationSettingOutDocument {
|
|
@@ -63447,7 +63439,7 @@ export declare interface JsonApiCustomApplicationSettingOutWithLinks {
|
|
|
63447
63439
|
*/
|
|
63448
63440
|
'id': string;
|
|
63449
63441
|
'meta'?: JsonApiExportDefinitionOutMeta;
|
|
63450
|
-
'attributes':
|
|
63442
|
+
'attributes': JsonApiCustomApplicationSettingPostOptionalIdAttributes;
|
|
63451
63443
|
'links'?: ObjectLinks;
|
|
63452
63444
|
}
|
|
63453
63445
|
|
|
@@ -63494,7 +63486,15 @@ export declare interface JsonApiCustomApplicationSettingPostOptionalId {
|
|
|
63494
63486
|
* API identifier of an object
|
|
63495
63487
|
*/
|
|
63496
63488
|
'id'?: string;
|
|
63497
|
-
'attributes':
|
|
63489
|
+
'attributes': JsonApiCustomApplicationSettingPostOptionalIdAttributes;
|
|
63490
|
+
}
|
|
63491
|
+
|
|
63492
|
+
export declare interface JsonApiCustomApplicationSettingPostOptionalIdAttributes {
|
|
63493
|
+
'applicationName': string;
|
|
63494
|
+
/**
|
|
63495
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
63496
|
+
*/
|
|
63497
|
+
'content': object;
|
|
63498
63498
|
}
|
|
63499
63499
|
|
|
63500
63500
|
export declare interface JsonApiCustomApplicationSettingPostOptionalIdDocument {
|
|
@@ -64081,7 +64081,7 @@ export declare interface JsonApiDataSourceInAttributes {
|
|
|
64081
64081
|
/**
|
|
64082
64082
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
64083
64083
|
*/
|
|
64084
|
-
'parameters'?: Array<
|
|
64084
|
+
'parameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
|
|
64085
64085
|
/**
|
|
64086
64086
|
* Determines how the results coming from a particular datasource should be cached.
|
|
64087
64087
|
*/
|
|
@@ -64094,11 +64094,6 @@ export declare interface JsonApiDataSourceInAttributes {
|
|
|
64094
64094
|
|
|
64095
64095
|
export declare type JsonApiDataSourceInAttributesCacheStrategyEnum = 'ALWAYS' | 'NEVER';
|
|
64096
64096
|
|
|
64097
|
-
export declare interface JsonApiDataSourceInAttributesParametersInner {
|
|
64098
|
-
'name': string;
|
|
64099
|
-
'value': string;
|
|
64100
|
-
}
|
|
64101
|
-
|
|
64102
64097
|
export declare 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';
|
|
64103
64098
|
|
|
64104
64099
|
export declare interface JsonApiDataSourceInDocument {
|
|
@@ -64151,11 +64146,11 @@ export declare interface JsonApiDataSourceOutAttributes {
|
|
|
64151
64146
|
/**
|
|
64152
64147
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
64153
64148
|
*/
|
|
64154
|
-
'parameters'?: Array<
|
|
64149
|
+
'parameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
|
|
64155
64150
|
/**
|
|
64156
64151
|
* Decoded parameters to be used when connecting to the database providing the data for the data source.
|
|
64157
64152
|
*/
|
|
64158
|
-
'decodedParameters'?: Array<
|
|
64153
|
+
'decodedParameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
|
|
64159
64154
|
/**
|
|
64160
64155
|
* Determines how the results coming from a particular datasource should be cached.
|
|
64161
64156
|
*/
|
|
@@ -64174,6 +64169,11 @@ export declare type JsonApiDataSourceOutAttributesAuthenticationTypeEnum = 'USER
|
|
|
64174
64169
|
|
|
64175
64170
|
export declare type JsonApiDataSourceOutAttributesCacheStrategyEnum = 'ALWAYS' | 'NEVER';
|
|
64176
64171
|
|
|
64172
|
+
export declare interface JsonApiDataSourceOutAttributesParametersInner {
|
|
64173
|
+
'name': string;
|
|
64174
|
+
'value': string;
|
|
64175
|
+
}
|
|
64176
|
+
|
|
64177
64177
|
export declare 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';
|
|
64178
64178
|
|
|
64179
64179
|
export declare interface JsonApiDataSourceOutDocument {
|
|
@@ -64271,7 +64271,7 @@ export declare interface JsonApiDataSourcePatchAttributes {
|
|
|
64271
64271
|
/**
|
|
64272
64272
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
64273
64273
|
*/
|
|
64274
|
-
'parameters'?: Array<
|
|
64274
|
+
'parameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
|
|
64275
64275
|
/**
|
|
64276
64276
|
* Determines how the results coming from a particular datasource should be cached.
|
|
64277
64277
|
*/
|
|
@@ -64976,14 +64976,34 @@ export declare interface JsonApiFilterViewIn {
|
|
|
64976
64976
|
* API identifier of an object
|
|
64977
64977
|
*/
|
|
64978
64978
|
'id': string;
|
|
64979
|
-
'attributes':
|
|
64980
|
-
'relationships'?:
|
|
64979
|
+
'attributes': JsonApiFilterViewInAttributes;
|
|
64980
|
+
'relationships'?: JsonApiFilterViewInRelationships;
|
|
64981
|
+
}
|
|
64982
|
+
|
|
64983
|
+
export declare interface JsonApiFilterViewInAttributes {
|
|
64984
|
+
'title': string;
|
|
64985
|
+
'description'?: string;
|
|
64986
|
+
'tags'?: Array<string>;
|
|
64987
|
+
'areRelationsValid'?: boolean;
|
|
64988
|
+
/**
|
|
64989
|
+
* Indicator whether the filter view should by applied by default.
|
|
64990
|
+
*/
|
|
64991
|
+
'isDefault'?: boolean;
|
|
64992
|
+
/**
|
|
64993
|
+
* The respective filter context.
|
|
64994
|
+
*/
|
|
64995
|
+
'content': object;
|
|
64981
64996
|
}
|
|
64982
64997
|
|
|
64983
64998
|
export declare interface JsonApiFilterViewInDocument {
|
|
64984
64999
|
'data': JsonApiFilterViewIn;
|
|
64985
65000
|
}
|
|
64986
65001
|
|
|
65002
|
+
export declare interface JsonApiFilterViewInRelationships {
|
|
65003
|
+
'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
65004
|
+
'user'?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
65005
|
+
}
|
|
65006
|
+
|
|
64987
65007
|
export declare type JsonApiFilterViewInTypeEnum = 'filterView';
|
|
64988
65008
|
|
|
64989
65009
|
/**
|
|
@@ -64998,23 +65018,8 @@ export declare interface JsonApiFilterViewOut {
|
|
|
64998
65018
|
* API identifier of an object
|
|
64999
65019
|
*/
|
|
65000
65020
|
'id': string;
|
|
65001
|
-
'attributes':
|
|
65002
|
-
'relationships'?:
|
|
65003
|
-
}
|
|
65004
|
-
|
|
65005
|
-
export declare interface JsonApiFilterViewOutAttributes {
|
|
65006
|
-
'title': string;
|
|
65007
|
-
'description'?: string;
|
|
65008
|
-
'tags'?: Array<string>;
|
|
65009
|
-
'areRelationsValid'?: boolean;
|
|
65010
|
-
/**
|
|
65011
|
-
* Indicator whether the filter view should by applied by default.
|
|
65012
|
-
*/
|
|
65013
|
-
'isDefault'?: boolean;
|
|
65014
|
-
/**
|
|
65015
|
-
* The respective filter context.
|
|
65016
|
-
*/
|
|
65017
|
-
'content': object;
|
|
65021
|
+
'attributes': JsonApiFilterViewInAttributes;
|
|
65022
|
+
'relationships'?: JsonApiFilterViewInRelationships;
|
|
65018
65023
|
}
|
|
65019
65024
|
|
|
65020
65025
|
export declare interface JsonApiFilterViewOutDocument {
|
|
@@ -65044,11 +65049,6 @@ export declare interface JsonApiFilterViewOutList {
|
|
|
65044
65049
|
'included'?: Array<JsonApiFilterViewOutIncludes>;
|
|
65045
65050
|
}
|
|
65046
65051
|
|
|
65047
|
-
export declare interface JsonApiFilterViewOutRelationships {
|
|
65048
|
-
'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
65049
|
-
'user'?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
65050
|
-
}
|
|
65051
|
-
|
|
65052
65052
|
export declare type JsonApiFilterViewOutTypeEnum = 'filterView';
|
|
65053
65053
|
|
|
65054
65054
|
export declare interface JsonApiFilterViewOutWithLinks {
|
|
@@ -65060,8 +65060,8 @@ export declare interface JsonApiFilterViewOutWithLinks {
|
|
|
65060
65060
|
* API identifier of an object
|
|
65061
65061
|
*/
|
|
65062
65062
|
'id': string;
|
|
65063
|
-
'attributes':
|
|
65064
|
-
'relationships'?:
|
|
65063
|
+
'attributes': JsonApiFilterViewInAttributes;
|
|
65064
|
+
'relationships'?: JsonApiFilterViewInRelationships;
|
|
65065
65065
|
'links'?: ObjectLinks;
|
|
65066
65066
|
}
|
|
65067
65067
|
|
|
@@ -65080,7 +65080,7 @@ export declare interface JsonApiFilterViewPatch {
|
|
|
65080
65080
|
*/
|
|
65081
65081
|
'id': string;
|
|
65082
65082
|
'attributes': JsonApiFilterViewPatchAttributes;
|
|
65083
|
-
'relationships'?:
|
|
65083
|
+
'relationships'?: JsonApiFilterViewInRelationships;
|
|
65084
65084
|
}
|
|
65085
65085
|
|
|
65086
65086
|
export declare interface JsonApiFilterViewPatchAttributes {
|
|
@@ -66714,7 +66714,7 @@ export declare interface JsonApiNotificationChannelOut {
|
|
|
66714
66714
|
export declare interface JsonApiNotificationChannelOutAttributes {
|
|
66715
66715
|
'name'?: string | null;
|
|
66716
66716
|
'description'?: string | null;
|
|
66717
|
-
'destination'?:
|
|
66717
|
+
'destination'?: JsonApiNotificationChannelOutAttributesDestination;
|
|
66718
66718
|
'destinationType'?: JsonApiNotificationChannelOutAttributesDestinationTypeEnum | null;
|
|
66719
66719
|
/**
|
|
66720
66720
|
* 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}
|
|
@@ -66742,6 +66742,12 @@ export declare type JsonApiNotificationChannelOutAttributesAllowedRecipientsEnum
|
|
|
66742
66742
|
|
|
66743
66743
|
export declare type JsonApiNotificationChannelOutAttributesDashboardLinkVisibilityEnum = 'HIDDEN' | 'INTERNAL_ONLY' | 'ALL';
|
|
66744
66744
|
|
|
66745
|
+
/**
|
|
66746
|
+
* @type JsonApiNotificationChannelOutAttributesDestination
|
|
66747
|
+
* The destination where the notifications are to be sent.
|
|
66748
|
+
*/
|
|
66749
|
+
export declare type JsonApiNotificationChannelOutAttributesDestination = DefaultSmtp | InPlatform | Smtp | Webhook;
|
|
66750
|
+
|
|
66745
66751
|
export declare type JsonApiNotificationChannelOutAttributesDestinationTypeEnum = 'WEBHOOK' | 'SMTP' | 'DEFAULT_SMTP' | 'IN_PLATFORM';
|
|
66746
66752
|
|
|
66747
66753
|
export declare type JsonApiNotificationChannelOutAttributesInPlatformNotificationEnum = 'DISABLED' | 'ENABLED';
|
|
@@ -66816,7 +66822,7 @@ export declare interface JsonApiNotificationChannelPostOptionalId {
|
|
|
66816
66822
|
export declare interface JsonApiNotificationChannelPostOptionalIdAttributes {
|
|
66817
66823
|
'name'?: string | null;
|
|
66818
66824
|
'description'?: string | null;
|
|
66819
|
-
'destination'?:
|
|
66825
|
+
'destination'?: JsonApiNotificationChannelOutAttributesDestination;
|
|
66820
66826
|
/**
|
|
66821
66827
|
* 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}
|
|
66822
66828
|
*/
|
|
@@ -66843,12 +66849,6 @@ export declare type JsonApiNotificationChannelPostOptionalIdAttributesAllowedRec
|
|
|
66843
66849
|
|
|
66844
66850
|
export declare type JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum = 'HIDDEN' | 'INTERNAL_ONLY' | 'ALL';
|
|
66845
66851
|
|
|
66846
|
-
/**
|
|
66847
|
-
* @type JsonApiNotificationChannelPostOptionalIdAttributesDestination
|
|
66848
|
-
* The destination where the notifications are to be sent.
|
|
66849
|
-
*/
|
|
66850
|
-
export declare type JsonApiNotificationChannelPostOptionalIdAttributesDestination = DefaultSmtp | InPlatform | Smtp | Webhook;
|
|
66851
|
-
|
|
66852
66852
|
export declare type JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum = 'DISABLED' | 'ENABLED';
|
|
66853
66853
|
|
|
66854
66854
|
export declare interface JsonApiNotificationChannelPostOptionalIdDocument {
|
|
@@ -66869,37 +66869,14 @@ export declare interface JsonApiOrganizationIn {
|
|
|
66869
66869
|
* API identifier of an object
|
|
66870
66870
|
*/
|
|
66871
66871
|
'id': string;
|
|
66872
|
-
'attributes'?:
|
|
66873
|
-
'relationships'?:
|
|
66874
|
-
}
|
|
66875
|
-
|
|
66876
|
-
export declare interface JsonApiOrganizationInAttributes {
|
|
66877
|
-
'name'?: string | null;
|
|
66878
|
-
'hostname'?: string;
|
|
66879
|
-
'allowedOrigins'?: Array<string>;
|
|
66880
|
-
/**
|
|
66881
|
-
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
66882
|
-
* @deprecated
|
|
66883
|
-
*/
|
|
66884
|
-
'earlyAccess'?: string | null;
|
|
66885
|
-
/**
|
|
66886
|
-
* The early access feature identifiers. They are used to enable experimental features.
|
|
66887
|
-
*/
|
|
66888
|
-
'earlyAccessValues'?: Array<string> | null;
|
|
66872
|
+
'attributes'?: JsonApiOrganizationPatchAttributes;
|
|
66873
|
+
'relationships'?: JsonApiOrganizationPatchRelationships;
|
|
66889
66874
|
}
|
|
66890
66875
|
|
|
66891
66876
|
export declare interface JsonApiOrganizationInDocument {
|
|
66892
66877
|
'data': JsonApiOrganizationIn;
|
|
66893
66878
|
}
|
|
66894
66879
|
|
|
66895
|
-
export declare interface JsonApiOrganizationInRelationships {
|
|
66896
|
-
'identityProvider'?: JsonApiOrganizationInRelationshipsIdentityProvider;
|
|
66897
|
-
}
|
|
66898
|
-
|
|
66899
|
-
export declare interface JsonApiOrganizationInRelationshipsIdentityProvider {
|
|
66900
|
-
'data': JsonApiIdentityProviderLinkage | null;
|
|
66901
|
-
}
|
|
66902
|
-
|
|
66903
66880
|
export declare type JsonApiOrganizationInTypeEnum = 'organization';
|
|
66904
66881
|
|
|
66905
66882
|
/**
|
|
@@ -66976,7 +66953,7 @@ export declare type JsonApiOrganizationOutMetaPermissionsEnum = 'MANAGE' | 'SELF
|
|
|
66976
66953
|
export declare interface JsonApiOrganizationOutRelationships {
|
|
66977
66954
|
'bootstrapUser'?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
66978
66955
|
'bootstrapUserGroup'?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
|
|
66979
|
-
'identityProvider'?:
|
|
66956
|
+
'identityProvider'?: JsonApiOrganizationOutRelationshipsIdentityProvider;
|
|
66980
66957
|
}
|
|
66981
66958
|
|
|
66982
66959
|
export declare interface JsonApiOrganizationOutRelationshipsBootstrapUser {
|
|
@@ -66987,6 +66964,10 @@ export declare interface JsonApiOrganizationOutRelationshipsBootstrapUserGroup {
|
|
|
66987
66964
|
'data': JsonApiUserGroupLinkage | null;
|
|
66988
66965
|
}
|
|
66989
66966
|
|
|
66967
|
+
export declare interface JsonApiOrganizationOutRelationshipsIdentityProvider {
|
|
66968
|
+
'data': JsonApiIdentityProviderLinkage | null;
|
|
66969
|
+
}
|
|
66970
|
+
|
|
66990
66971
|
export declare type JsonApiOrganizationOutTypeEnum = 'organization';
|
|
66991
66972
|
|
|
66992
66973
|
/**
|
|
@@ -67001,14 +66982,33 @@ export declare interface JsonApiOrganizationPatch {
|
|
|
67001
66982
|
* API identifier of an object
|
|
67002
66983
|
*/
|
|
67003
66984
|
'id': string;
|
|
67004
|
-
'attributes'?:
|
|
67005
|
-
'relationships'?:
|
|
66985
|
+
'attributes'?: JsonApiOrganizationPatchAttributes;
|
|
66986
|
+
'relationships'?: JsonApiOrganizationPatchRelationships;
|
|
66987
|
+
}
|
|
66988
|
+
|
|
66989
|
+
export declare interface JsonApiOrganizationPatchAttributes {
|
|
66990
|
+
'name'?: string | null;
|
|
66991
|
+
'hostname'?: string;
|
|
66992
|
+
'allowedOrigins'?: Array<string>;
|
|
66993
|
+
/**
|
|
66994
|
+
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
66995
|
+
* @deprecated
|
|
66996
|
+
*/
|
|
66997
|
+
'earlyAccess'?: string | null;
|
|
66998
|
+
/**
|
|
66999
|
+
* The early access feature identifiers. They are used to enable experimental features.
|
|
67000
|
+
*/
|
|
67001
|
+
'earlyAccessValues'?: Array<string> | null;
|
|
67006
67002
|
}
|
|
67007
67003
|
|
|
67008
67004
|
export declare interface JsonApiOrganizationPatchDocument {
|
|
67009
67005
|
'data': JsonApiOrganizationPatch;
|
|
67010
67006
|
}
|
|
67011
67007
|
|
|
67008
|
+
export declare interface JsonApiOrganizationPatchRelationships {
|
|
67009
|
+
'identityProvider'?: JsonApiOrganizationOutRelationshipsIdentityProvider;
|
|
67010
|
+
}
|
|
67011
|
+
|
|
67012
67012
|
export declare type JsonApiOrganizationPatchTypeEnum = 'organization';
|
|
67013
67013
|
|
|
67014
67014
|
/**
|
|
@@ -67023,19 +67023,9 @@ export declare interface JsonApiOrganizationSettingIn {
|
|
|
67023
67023
|
* API identifier of an object
|
|
67024
67024
|
*/
|
|
67025
67025
|
'id': string;
|
|
67026
|
-
'attributes'?:
|
|
67027
|
-
}
|
|
67028
|
-
|
|
67029
|
-
export declare interface JsonApiOrganizationSettingInAttributes {
|
|
67030
|
-
/**
|
|
67031
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
67032
|
-
*/
|
|
67033
|
-
'content'?: object;
|
|
67034
|
-
'type'?: JsonApiOrganizationSettingInAttributesTypeEnum;
|
|
67026
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
67035
67027
|
}
|
|
67036
67028
|
|
|
67037
|
-
export declare type JsonApiOrganizationSettingInAttributesTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | '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' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS';
|
|
67038
|
-
|
|
67039
67029
|
export declare interface JsonApiOrganizationSettingInDocument {
|
|
67040
67030
|
'data': JsonApiOrganizationSettingIn;
|
|
67041
67031
|
}
|
|
@@ -67054,9 +67044,19 @@ export declare interface JsonApiOrganizationSettingOut {
|
|
|
67054
67044
|
* API identifier of an object
|
|
67055
67045
|
*/
|
|
67056
67046
|
'id': string;
|
|
67057
|
-
'attributes'?:
|
|
67047
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
67048
|
+
}
|
|
67049
|
+
|
|
67050
|
+
export declare interface JsonApiOrganizationSettingOutAttributes {
|
|
67051
|
+
/**
|
|
67052
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
67053
|
+
*/
|
|
67054
|
+
'content'?: object;
|
|
67055
|
+
'type'?: JsonApiOrganizationSettingOutAttributesTypeEnum;
|
|
67058
67056
|
}
|
|
67059
67057
|
|
|
67058
|
+
export declare type JsonApiOrganizationSettingOutAttributesTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | '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' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS';
|
|
67059
|
+
|
|
67060
67060
|
export declare interface JsonApiOrganizationSettingOutDocument {
|
|
67061
67061
|
'data': JsonApiOrganizationSettingOut;
|
|
67062
67062
|
'links'?: ObjectLinks;
|
|
@@ -67082,7 +67082,7 @@ export declare interface JsonApiOrganizationSettingOutWithLinks {
|
|
|
67082
67082
|
* API identifier of an object
|
|
67083
67083
|
*/
|
|
67084
67084
|
'id': string;
|
|
67085
|
-
'attributes'?:
|
|
67085
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
67086
67086
|
'links'?: ObjectLinks;
|
|
67087
67087
|
}
|
|
67088
67088
|
|
|
@@ -67100,7 +67100,7 @@ export declare interface JsonApiOrganizationSettingPatch {
|
|
|
67100
67100
|
* API identifier of an object
|
|
67101
67101
|
*/
|
|
67102
67102
|
'id': string;
|
|
67103
|
-
'attributes'?:
|
|
67103
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
67104
67104
|
}
|
|
67105
67105
|
|
|
67106
67106
|
export declare interface JsonApiOrganizationSettingPatchDocument {
|
|
@@ -67274,7 +67274,7 @@ export declare interface JsonApiThemeIn {
|
|
|
67274
67274
|
* API identifier of an object
|
|
67275
67275
|
*/
|
|
67276
67276
|
'id': string;
|
|
67277
|
-
'attributes':
|
|
67277
|
+
'attributes': JsonApiColorPaletteInAttributes;
|
|
67278
67278
|
}
|
|
67279
67279
|
|
|
67280
67280
|
export declare interface JsonApiThemeInDocument {
|
|
@@ -67295,7 +67295,7 @@ export declare interface JsonApiThemeOut {
|
|
|
67295
67295
|
* API identifier of an object
|
|
67296
67296
|
*/
|
|
67297
67297
|
'id': string;
|
|
67298
|
-
'attributes':
|
|
67298
|
+
'attributes': JsonApiColorPaletteInAttributes;
|
|
67299
67299
|
}
|
|
67300
67300
|
|
|
67301
67301
|
export declare interface JsonApiThemeOutDocument {
|
|
@@ -67323,7 +67323,7 @@ export declare interface JsonApiThemeOutWithLinks {
|
|
|
67323
67323
|
* API identifier of an object
|
|
67324
67324
|
*/
|
|
67325
67325
|
'id': string;
|
|
67326
|
-
'attributes':
|
|
67326
|
+
'attributes': JsonApiColorPaletteInAttributes;
|
|
67327
67327
|
'links'?: ObjectLinks;
|
|
67328
67328
|
}
|
|
67329
67329
|
|
|
@@ -67362,7 +67362,7 @@ export declare interface JsonApiUserDataFilterIn {
|
|
|
67362
67362
|
* API identifier of an object
|
|
67363
67363
|
*/
|
|
67364
67364
|
'id': string;
|
|
67365
|
-
'attributes':
|
|
67365
|
+
'attributes': JsonApiUserDataFilterOutAttributes;
|
|
67366
67366
|
'relationships'?: JsonApiUserDataFilterPostOptionalIdRelationships;
|
|
67367
67367
|
}
|
|
67368
67368
|
|
|
@@ -67385,10 +67385,18 @@ export declare interface JsonApiUserDataFilterOut {
|
|
|
67385
67385
|
*/
|
|
67386
67386
|
'id': string;
|
|
67387
67387
|
'meta'?: JsonApiExportDefinitionOutMeta;
|
|
67388
|
-
'attributes':
|
|
67388
|
+
'attributes': JsonApiUserDataFilterOutAttributes;
|
|
67389
67389
|
'relationships'?: JsonApiUserDataFilterOutRelationships;
|
|
67390
67390
|
}
|
|
67391
67391
|
|
|
67392
|
+
export declare interface JsonApiUserDataFilterOutAttributes {
|
|
67393
|
+
'title'?: string;
|
|
67394
|
+
'description'?: string;
|
|
67395
|
+
'tags'?: Array<string>;
|
|
67396
|
+
'areRelationsValid'?: boolean;
|
|
67397
|
+
'maql': string;
|
|
67398
|
+
}
|
|
67399
|
+
|
|
67392
67400
|
export declare interface JsonApiUserDataFilterOutDocument {
|
|
67393
67401
|
'data': JsonApiUserDataFilterOut;
|
|
67394
67402
|
'links'?: ObjectLinks;
|
|
@@ -67438,7 +67446,7 @@ export declare interface JsonApiUserDataFilterOutWithLinks {
|
|
|
67438
67446
|
*/
|
|
67439
67447
|
'id': string;
|
|
67440
67448
|
'meta'?: JsonApiExportDefinitionOutMeta;
|
|
67441
|
-
'attributes':
|
|
67449
|
+
'attributes': JsonApiUserDataFilterOutAttributes;
|
|
67442
67450
|
'relationships'?: JsonApiUserDataFilterOutRelationships;
|
|
67443
67451
|
'links'?: ObjectLinks;
|
|
67444
67452
|
}
|
|
@@ -67487,18 +67495,10 @@ export declare interface JsonApiUserDataFilterPostOptionalId {
|
|
|
67487
67495
|
* API identifier of an object
|
|
67488
67496
|
*/
|
|
67489
67497
|
'id'?: string;
|
|
67490
|
-
'attributes':
|
|
67498
|
+
'attributes': JsonApiUserDataFilterOutAttributes;
|
|
67491
67499
|
'relationships'?: JsonApiUserDataFilterPostOptionalIdRelationships;
|
|
67492
67500
|
}
|
|
67493
67501
|
|
|
67494
|
-
export declare interface JsonApiUserDataFilterPostOptionalIdAttributes {
|
|
67495
|
-
'title'?: string;
|
|
67496
|
-
'description'?: string;
|
|
67497
|
-
'tags'?: Array<string>;
|
|
67498
|
-
'areRelationsValid'?: boolean;
|
|
67499
|
-
'maql': string;
|
|
67500
|
-
}
|
|
67501
|
-
|
|
67502
67502
|
export declare interface JsonApiUserDataFilterPostOptionalIdDocument {
|
|
67503
67503
|
'data': JsonApiUserDataFilterPostOptionalId;
|
|
67504
67504
|
}
|
|
@@ -67830,7 +67830,7 @@ export declare interface JsonApiUserSettingIn {
|
|
|
67830
67830
|
* API identifier of an object
|
|
67831
67831
|
*/
|
|
67832
67832
|
'id': string;
|
|
67833
|
-
'attributes'?:
|
|
67833
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
67834
67834
|
}
|
|
67835
67835
|
|
|
67836
67836
|
export declare interface JsonApiUserSettingInDocument {
|
|
@@ -67851,7 +67851,7 @@ export declare interface JsonApiUserSettingOut {
|
|
|
67851
67851
|
* API identifier of an object
|
|
67852
67852
|
*/
|
|
67853
67853
|
'id': string;
|
|
67854
|
-
'attributes'?:
|
|
67854
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
67855
67855
|
}
|
|
67856
67856
|
|
|
67857
67857
|
export declare interface JsonApiUserSettingOutDocument {
|
|
@@ -67879,7 +67879,7 @@ export declare interface JsonApiUserSettingOutWithLinks {
|
|
|
67879
67879
|
* API identifier of an object
|
|
67880
67880
|
*/
|
|
67881
67881
|
'id': string;
|
|
67882
|
-
'attributes'?:
|
|
67882
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
67883
67883
|
'links'?: ObjectLinks;
|
|
67884
67884
|
}
|
|
67885
67885
|
|
|
@@ -68417,14 +68417,28 @@ export declare interface JsonApiWorkspaceDataFilterSettingIn {
|
|
|
68417
68417
|
* API identifier of an object
|
|
68418
68418
|
*/
|
|
68419
68419
|
'id': string;
|
|
68420
|
-
'attributes'?:
|
|
68421
|
-
'relationships'?:
|
|
68420
|
+
'attributes'?: JsonApiWorkspaceDataFilterSettingInAttributes;
|
|
68421
|
+
'relationships'?: JsonApiWorkspaceDataFilterSettingInRelationships;
|
|
68422
|
+
}
|
|
68423
|
+
|
|
68424
|
+
export declare interface JsonApiWorkspaceDataFilterSettingInAttributes {
|
|
68425
|
+
'title'?: string;
|
|
68426
|
+
'description'?: string;
|
|
68427
|
+
'filterValues'?: Array<string>;
|
|
68422
68428
|
}
|
|
68423
68429
|
|
|
68424
68430
|
export declare interface JsonApiWorkspaceDataFilterSettingInDocument {
|
|
68425
68431
|
'data': JsonApiWorkspaceDataFilterSettingIn;
|
|
68426
68432
|
}
|
|
68427
68433
|
|
|
68434
|
+
export declare interface JsonApiWorkspaceDataFilterSettingInRelationships {
|
|
68435
|
+
'workspaceDataFilter'?: JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter;
|
|
68436
|
+
}
|
|
68437
|
+
|
|
68438
|
+
export declare interface JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter {
|
|
68439
|
+
'data': JsonApiWorkspaceDataFilterLinkage | null;
|
|
68440
|
+
}
|
|
68441
|
+
|
|
68428
68442
|
export declare type JsonApiWorkspaceDataFilterSettingInTypeEnum = 'workspaceDataFilterSetting';
|
|
68429
68443
|
|
|
68430
68444
|
/**
|
|
@@ -68450,14 +68464,8 @@ export declare interface JsonApiWorkspaceDataFilterSettingOut {
|
|
|
68450
68464
|
*/
|
|
68451
68465
|
'id': string;
|
|
68452
68466
|
'meta'?: JsonApiExportDefinitionOutMeta;
|
|
68453
|
-
'attributes'?:
|
|
68454
|
-
'relationships'?:
|
|
68455
|
-
}
|
|
68456
|
-
|
|
68457
|
-
export declare interface JsonApiWorkspaceDataFilterSettingOutAttributes {
|
|
68458
|
-
'title'?: string;
|
|
68459
|
-
'description'?: string;
|
|
68460
|
-
'filterValues'?: Array<string>;
|
|
68467
|
+
'attributes'?: JsonApiWorkspaceDataFilterSettingInAttributes;
|
|
68468
|
+
'relationships'?: JsonApiWorkspaceDataFilterSettingInRelationships;
|
|
68461
68469
|
}
|
|
68462
68470
|
|
|
68463
68471
|
export declare interface JsonApiWorkspaceDataFilterSettingOutDocument {
|
|
@@ -68482,14 +68490,6 @@ export declare interface JsonApiWorkspaceDataFilterSettingOutList {
|
|
|
68482
68490
|
'included'?: Array<JsonApiWorkspaceDataFilterOutWithLinks>;
|
|
68483
68491
|
}
|
|
68484
68492
|
|
|
68485
|
-
export declare interface JsonApiWorkspaceDataFilterSettingOutRelationships {
|
|
68486
|
-
'workspaceDataFilter'?: JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter;
|
|
68487
|
-
}
|
|
68488
|
-
|
|
68489
|
-
export declare interface JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter {
|
|
68490
|
-
'data': JsonApiWorkspaceDataFilterLinkage | null;
|
|
68491
|
-
}
|
|
68492
|
-
|
|
68493
68493
|
export declare type JsonApiWorkspaceDataFilterSettingOutTypeEnum = 'workspaceDataFilterSetting';
|
|
68494
68494
|
|
|
68495
68495
|
export declare interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
|
|
@@ -68502,8 +68502,8 @@ export declare interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
|
|
|
68502
68502
|
*/
|
|
68503
68503
|
'id': string;
|
|
68504
68504
|
'meta'?: JsonApiExportDefinitionOutMeta;
|
|
68505
|
-
'attributes'?:
|
|
68506
|
-
'relationships'?:
|
|
68505
|
+
'attributes'?: JsonApiWorkspaceDataFilterSettingInAttributes;
|
|
68506
|
+
'relationships'?: JsonApiWorkspaceDataFilterSettingInRelationships;
|
|
68507
68507
|
'links'?: ObjectLinks;
|
|
68508
68508
|
}
|
|
68509
68509
|
|
|
@@ -68521,8 +68521,8 @@ export declare interface JsonApiWorkspaceDataFilterSettingPatch {
|
|
|
68521
68521
|
* API identifier of an object
|
|
68522
68522
|
*/
|
|
68523
68523
|
'id': string;
|
|
68524
|
-
'attributes'?:
|
|
68525
|
-
'relationships'?:
|
|
68524
|
+
'attributes'?: JsonApiWorkspaceDataFilterSettingInAttributes;
|
|
68525
|
+
'relationships'?: JsonApiWorkspaceDataFilterSettingInRelationships;
|
|
68526
68526
|
}
|
|
68527
68527
|
|
|
68528
68528
|
export declare interface JsonApiWorkspaceDataFilterSettingPatchDocument {
|
|
@@ -68738,7 +68738,7 @@ export declare interface JsonApiWorkspaceSettingIn {
|
|
|
68738
68738
|
* API identifier of an object
|
|
68739
68739
|
*/
|
|
68740
68740
|
'id': string;
|
|
68741
|
-
'attributes'?:
|
|
68741
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
68742
68742
|
}
|
|
68743
68743
|
|
|
68744
68744
|
export declare interface JsonApiWorkspaceSettingInDocument {
|
|
@@ -68760,7 +68760,7 @@ export declare interface JsonApiWorkspaceSettingOut {
|
|
|
68760
68760
|
*/
|
|
68761
68761
|
'id': string;
|
|
68762
68762
|
'meta'?: JsonApiExportDefinitionOutMeta;
|
|
68763
|
-
'attributes'?:
|
|
68763
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
68764
68764
|
}
|
|
68765
68765
|
|
|
68766
68766
|
export declare interface JsonApiWorkspaceSettingOutDocument {
|
|
@@ -68789,7 +68789,7 @@ export declare interface JsonApiWorkspaceSettingOutWithLinks {
|
|
|
68789
68789
|
*/
|
|
68790
68790
|
'id': string;
|
|
68791
68791
|
'meta'?: JsonApiExportDefinitionOutMeta;
|
|
68792
|
-
'attributes'?:
|
|
68792
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
68793
68793
|
'links'?: ObjectLinks;
|
|
68794
68794
|
}
|
|
68795
68795
|
|
|
@@ -68807,7 +68807,7 @@ export declare interface JsonApiWorkspaceSettingPatch {
|
|
|
68807
68807
|
* API identifier of an object
|
|
68808
68808
|
*/
|
|
68809
68809
|
'id': string;
|
|
68810
|
-
'attributes'?:
|
|
68810
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
68811
68811
|
}
|
|
68812
68812
|
|
|
68813
68813
|
export declare interface JsonApiWorkspaceSettingPatchDocument {
|
|
@@ -68828,7 +68828,7 @@ export declare interface JsonApiWorkspaceSettingPostOptionalId {
|
|
|
68828
68828
|
* API identifier of an object
|
|
68829
68829
|
*/
|
|
68830
68830
|
'id'?: string;
|
|
68831
|
-
'attributes'?:
|
|
68831
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
68832
68832
|
}
|
|
68833
68833
|
|
|
68834
68834
|
export declare interface JsonApiWorkspaceSettingPostOptionalIdDocument {
|