@gooddata/api-client-tiger 10.35.0-alpha.29 → 10.35.0-alpha.30
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 +437 -437
- package/esm/generated/afm-rest-api/api.d.ts +36 -36
- package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/base.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/base.js +1 -13
- package/esm/generated/afm-rest-api/base.js.map +1 -1
- package/esm/generated/auth-json-api/api.d.ts +1 -1
- package/esm/generated/auth-json-api/api.d.ts.map +1 -1
- package/esm/generated/auth-json-api/base.d.ts.map +1 -1
- package/esm/generated/auth-json-api/base.js +1 -13
- package/esm/generated/auth-json-api/base.js.map +1 -1
- package/esm/generated/automation-json-api/api.d.ts +37 -37
- package/esm/generated/automation-json-api/api.d.ts.map +1 -1
- package/esm/generated/automation-json-api/base.d.ts.map +1 -1
- package/esm/generated/automation-json-api/base.js.map +1 -1
- package/esm/generated/export-json-api/api.d.ts +21 -21
- package/esm/generated/export-json-api/api.d.ts.map +1 -1
- package/esm/generated/export-json-api/base.d.ts.map +1 -1
- package/esm/generated/export-json-api/base.js +1 -13
- package/esm/generated/export-json-api/base.js.map +1 -1
- package/esm/generated/metadata-json-api/api.d.ts +338 -338
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/base.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/base.js +1 -13
- package/esm/generated/metadata-json-api/base.js.map +1 -1
- package/esm/generated/result-json-api/api.d.ts +1 -1
- package/esm/generated/result-json-api/api.d.ts.map +1 -1
- package/esm/generated/result-json-api/api.js +1 -12
- package/esm/generated/result-json-api/api.js.map +1 -1
- package/esm/generated/result-json-api/base.d.ts.map +1 -1
- package/esm/generated/result-json-api/base.js.map +1 -1
- package/esm/generated/scan-json-api/api.d.ts +5 -5
- package/esm/generated/scan-json-api/api.d.ts.map +1 -1
- package/esm/generated/scan-json-api/base.d.ts.map +1 -1
- package/esm/generated/scan-json-api/base.js +1 -13
- package/esm/generated/scan-json-api/base.js.map +1 -1
- package/esm/organizationUtilities.js +2 -2
- package/esm/organizationUtilities.js.map +1 -1
- package/package.json +6 -5
|
@@ -5590,7 +5590,7 @@ export declare const AfmArithmeticMeasureDefinitionArithmeticMeasureOperatorEnum
|
|
|
5590
5590
|
readonly CHANGE: "CHANGE";
|
|
5591
5591
|
};
|
|
5592
5592
|
|
|
5593
|
-
export declare type AfmArithmeticMeasureDefinitionArithmeticMeasureOperatorEnum = typeof AfmArithmeticMeasureDefinitionArithmeticMeasureOperatorEnum[keyof typeof AfmArithmeticMeasureDefinitionArithmeticMeasureOperatorEnum];
|
|
5593
|
+
export declare type AfmArithmeticMeasureDefinitionArithmeticMeasureOperatorEnum = (typeof AfmArithmeticMeasureDefinitionArithmeticMeasureOperatorEnum)[keyof typeof AfmArithmeticMeasureDefinitionArithmeticMeasureOperatorEnum];
|
|
5594
5594
|
|
|
5595
5595
|
/**
|
|
5596
5596
|
* @type AttributeFilter
|
|
@@ -5689,7 +5689,7 @@ export declare const AfmBoundedFilterGranularityEnum: {
|
|
|
5689
5689
|
readonly QUARTER_OF_YEAR: "QUARTER_OF_YEAR";
|
|
5690
5690
|
};
|
|
5691
5691
|
|
|
5692
|
-
export declare type AfmBoundedFilterGranularityEnum = typeof AfmBoundedFilterGranularityEnum[keyof typeof AfmBoundedFilterGranularityEnum];
|
|
5692
|
+
export declare type AfmBoundedFilterGranularityEnum = (typeof AfmBoundedFilterGranularityEnum)[keyof typeof AfmBoundedFilterGranularityEnum];
|
|
5693
5693
|
|
|
5694
5694
|
/**
|
|
5695
5695
|
* Any information related to cancellation.
|
|
@@ -5780,7 +5780,7 @@ export declare const AfmComparisonMeasureValueFilterComparisonMeasureValueFilter
|
|
|
5780
5780
|
readonly NOT_EQUAL_TO: "NOT_EQUAL_TO";
|
|
5781
5781
|
};
|
|
5782
5782
|
|
|
5783
|
-
export declare type AfmComparisonMeasureValueFilterComparisonMeasureValueFilterOperatorEnum = typeof AfmComparisonMeasureValueFilterComparisonMeasureValueFilterOperatorEnum[keyof typeof AfmComparisonMeasureValueFilterComparisonMeasureValueFilterOperatorEnum];
|
|
5783
|
+
export declare type AfmComparisonMeasureValueFilterComparisonMeasureValueFilterOperatorEnum = (typeof AfmComparisonMeasureValueFilterComparisonMeasureValueFilterOperatorEnum)[keyof typeof AfmComparisonMeasureValueFilterComparisonMeasureValueFilterOperatorEnum];
|
|
5784
5784
|
|
|
5785
5785
|
/**
|
|
5786
5786
|
* @type DateFilter
|
|
@@ -6084,7 +6084,7 @@ export declare const AfmModelObjectIdentifierAttributeIdentifierTypeEnum: {
|
|
|
6084
6084
|
readonly ATTRIBUTE: "attribute";
|
|
6085
6085
|
};
|
|
6086
6086
|
|
|
6087
|
-
export declare type AfmModelObjectIdentifierAttributeIdentifierTypeEnum = typeof AfmModelObjectIdentifierAttributeIdentifierTypeEnum[keyof typeof AfmModelObjectIdentifierAttributeIdentifierTypeEnum];
|
|
6087
|
+
export declare type AfmModelObjectIdentifierAttributeIdentifierTypeEnum = (typeof AfmModelObjectIdentifierAttributeIdentifierTypeEnum)[keyof typeof AfmModelObjectIdentifierAttributeIdentifierTypeEnum];
|
|
6088
6088
|
|
|
6089
6089
|
/**
|
|
6090
6090
|
* Reference to the metric, fact or attribute object to use for the metric.
|
|
@@ -6127,7 +6127,7 @@ export declare const AfmModelObjectIdentifierCoreIdentifierTypeEnum: {
|
|
|
6127
6127
|
readonly METRIC: "metric";
|
|
6128
6128
|
};
|
|
6129
6129
|
|
|
6130
|
-
export declare type AfmModelObjectIdentifierCoreIdentifierTypeEnum = typeof AfmModelObjectIdentifierCoreIdentifierTypeEnum[keyof typeof AfmModelObjectIdentifierCoreIdentifierTypeEnum];
|
|
6130
|
+
export declare type AfmModelObjectIdentifierCoreIdentifierTypeEnum = (typeof AfmModelObjectIdentifierCoreIdentifierTypeEnum)[keyof typeof AfmModelObjectIdentifierCoreIdentifierTypeEnum];
|
|
6131
6131
|
|
|
6132
6132
|
/**
|
|
6133
6133
|
* Reference to the date dataset to which the filter should be applied.
|
|
@@ -6167,7 +6167,7 @@ export declare const AfmModelObjectIdentifierDatasetIdentifierTypeEnum: {
|
|
|
6167
6167
|
readonly DATASET: "dataset";
|
|
6168
6168
|
};
|
|
6169
6169
|
|
|
6170
|
-
export declare type AfmModelObjectIdentifierDatasetIdentifierTypeEnum = typeof AfmModelObjectIdentifierDatasetIdentifierTypeEnum[keyof typeof AfmModelObjectIdentifierDatasetIdentifierTypeEnum];
|
|
6170
|
+
export declare type AfmModelObjectIdentifierDatasetIdentifierTypeEnum = (typeof AfmModelObjectIdentifierDatasetIdentifierTypeEnum)[keyof typeof AfmModelObjectIdentifierDatasetIdentifierTypeEnum];
|
|
6171
6171
|
|
|
6172
6172
|
/**
|
|
6173
6173
|
*
|
|
@@ -6202,7 +6202,7 @@ export declare const AfmModelObjectIdentifierIdentifierTypeEnum: {
|
|
|
6202
6202
|
readonly FILTER_CONTEXT: "filterContext";
|
|
6203
6203
|
};
|
|
6204
6204
|
|
|
6205
|
-
export declare type AfmModelObjectIdentifierIdentifierTypeEnum = typeof AfmModelObjectIdentifierIdentifierTypeEnum[keyof typeof AfmModelObjectIdentifierIdentifierTypeEnum];
|
|
6205
|
+
export declare type AfmModelObjectIdentifierIdentifierTypeEnum = (typeof AfmModelObjectIdentifierIdentifierTypeEnum)[keyof typeof AfmModelObjectIdentifierIdentifierTypeEnum];
|
|
6206
6206
|
|
|
6207
6207
|
/**
|
|
6208
6208
|
*
|
|
@@ -6242,7 +6242,7 @@ export declare const AfmModelObjectIdentifierLabelIdentifierTypeEnum: {
|
|
|
6242
6242
|
readonly LABEL: "label";
|
|
6243
6243
|
};
|
|
6244
6244
|
|
|
6245
|
-
export declare type AfmModelObjectIdentifierLabelIdentifierTypeEnum = typeof AfmModelObjectIdentifierLabelIdentifierTypeEnum[keyof typeof AfmModelObjectIdentifierLabelIdentifierTypeEnum];
|
|
6245
|
+
export declare type AfmModelObjectIdentifierLabelIdentifierTypeEnum = (typeof AfmModelObjectIdentifierLabelIdentifierTypeEnum)[keyof typeof AfmModelObjectIdentifierLabelIdentifierTypeEnum];
|
|
6246
6246
|
|
|
6247
6247
|
/**
|
|
6248
6248
|
* Filter able to limit element values by label and related selected negated elements.
|
|
@@ -6342,7 +6342,7 @@ export declare const AfmObjectIdentifierAttributeIdentifierTypeEnum: {
|
|
|
6342
6342
|
readonly ATTRIBUTE: "attribute";
|
|
6343
6343
|
};
|
|
6344
6344
|
|
|
6345
|
-
export declare type AfmObjectIdentifierAttributeIdentifierTypeEnum = typeof AfmObjectIdentifierAttributeIdentifierTypeEnum[keyof typeof AfmObjectIdentifierAttributeIdentifierTypeEnum];
|
|
6345
|
+
export declare type AfmObjectIdentifierAttributeIdentifierTypeEnum = (typeof AfmObjectIdentifierAttributeIdentifierTypeEnum)[keyof typeof AfmObjectIdentifierAttributeIdentifierTypeEnum];
|
|
6346
6346
|
|
|
6347
6347
|
/**
|
|
6348
6348
|
* Reference to the metric, fact or attribute object to use for the metric.
|
|
@@ -6385,7 +6385,7 @@ export declare const AfmObjectIdentifierCoreIdentifierTypeEnum: {
|
|
|
6385
6385
|
readonly METRIC: "metric";
|
|
6386
6386
|
};
|
|
6387
6387
|
|
|
6388
|
-
export declare type AfmObjectIdentifierCoreIdentifierTypeEnum = typeof AfmObjectIdentifierCoreIdentifierTypeEnum[keyof typeof AfmObjectIdentifierCoreIdentifierTypeEnum];
|
|
6388
|
+
export declare type AfmObjectIdentifierCoreIdentifierTypeEnum = (typeof AfmObjectIdentifierCoreIdentifierTypeEnum)[keyof typeof AfmObjectIdentifierCoreIdentifierTypeEnum];
|
|
6389
6389
|
|
|
6390
6390
|
/**
|
|
6391
6391
|
* Reference to the date dataset to which the filter should be applied.
|
|
@@ -6425,7 +6425,7 @@ export declare const AfmObjectIdentifierDatasetIdentifierTypeEnum: {
|
|
|
6425
6425
|
readonly DATASET: "dataset";
|
|
6426
6426
|
};
|
|
6427
6427
|
|
|
6428
|
-
export declare type AfmObjectIdentifierDatasetIdentifierTypeEnum = typeof AfmObjectIdentifierDatasetIdentifierTypeEnum[keyof typeof AfmObjectIdentifierDatasetIdentifierTypeEnum];
|
|
6428
|
+
export declare type AfmObjectIdentifierDatasetIdentifierTypeEnum = (typeof AfmObjectIdentifierDatasetIdentifierTypeEnum)[keyof typeof AfmObjectIdentifierDatasetIdentifierTypeEnum];
|
|
6429
6429
|
|
|
6430
6430
|
/**
|
|
6431
6431
|
*
|
|
@@ -6460,7 +6460,7 @@ export declare const AfmObjectIdentifierIdentifierTypeEnum: {
|
|
|
6460
6460
|
readonly FILTER_CONTEXT: "filterContext";
|
|
6461
6461
|
};
|
|
6462
6462
|
|
|
6463
|
-
export declare type AfmObjectIdentifierIdentifierTypeEnum = typeof AfmObjectIdentifierIdentifierTypeEnum[keyof typeof AfmObjectIdentifierIdentifierTypeEnum];
|
|
6463
|
+
export declare type AfmObjectIdentifierIdentifierTypeEnum = (typeof AfmObjectIdentifierIdentifierTypeEnum)[keyof typeof AfmObjectIdentifierIdentifierTypeEnum];
|
|
6464
6464
|
|
|
6465
6465
|
/**
|
|
6466
6466
|
*
|
|
@@ -6500,7 +6500,7 @@ export declare const AfmObjectIdentifierLabelIdentifierTypeEnum: {
|
|
|
6500
6500
|
readonly LABEL: "label";
|
|
6501
6501
|
};
|
|
6502
6502
|
|
|
6503
|
-
export declare type AfmObjectIdentifierLabelIdentifierTypeEnum = typeof AfmObjectIdentifierLabelIdentifierTypeEnum[keyof typeof AfmObjectIdentifierLabelIdentifierTypeEnum];
|
|
6503
|
+
export declare type AfmObjectIdentifierLabelIdentifierTypeEnum = (typeof AfmObjectIdentifierLabelIdentifierTypeEnum)[keyof typeof AfmObjectIdentifierLabelIdentifierTypeEnum];
|
|
6504
6504
|
|
|
6505
6505
|
/**
|
|
6506
6506
|
* Combination of the date data set to use and how many periods ago to calculate the previous period for.
|
|
@@ -6737,7 +6737,7 @@ export declare const AfmRangeMeasureValueFilterRangeMeasureValueFilterOperatorEn
|
|
|
6737
6737
|
readonly NOT_BETWEEN: "NOT_BETWEEN";
|
|
6738
6738
|
};
|
|
6739
6739
|
|
|
6740
|
-
export declare type AfmRangeMeasureValueFilterRangeMeasureValueFilterOperatorEnum = typeof AfmRangeMeasureValueFilterRangeMeasureValueFilterOperatorEnum[keyof typeof AfmRangeMeasureValueFilterRangeMeasureValueFilterOperatorEnum];
|
|
6740
|
+
export declare type AfmRangeMeasureValueFilterRangeMeasureValueFilterOperatorEnum = (typeof AfmRangeMeasureValueFilterRangeMeasureValueFilterOperatorEnum)[keyof typeof AfmRangeMeasureValueFilterRangeMeasureValueFilterOperatorEnum];
|
|
6741
6741
|
|
|
6742
6742
|
/**
|
|
6743
6743
|
* Filter the result on top/bottom N values according to given metric(s).
|
|
@@ -6802,7 +6802,7 @@ export declare const AfmRankingFilterRankingFilterOperatorEnum: {
|
|
|
6802
6802
|
readonly BOTTOM: "BOTTOM";
|
|
6803
6803
|
};
|
|
6804
6804
|
|
|
6805
|
-
export declare type AfmRankingFilterRankingFilterOperatorEnum = typeof AfmRankingFilterRankingFilterOperatorEnum[keyof typeof AfmRankingFilterRankingFilterOperatorEnum];
|
|
6805
|
+
export declare type AfmRankingFilterRankingFilterOperatorEnum = (typeof AfmRankingFilterRankingFilterOperatorEnum)[keyof typeof AfmRankingFilterRankingFilterOperatorEnum];
|
|
6806
6806
|
|
|
6807
6807
|
/**
|
|
6808
6808
|
* A date filter specifying a time interval that is relative to the current date. For example, last week, next month, and so on. Field dataset is representing qualifier of date dimension. The \'from\' and \'to\' properties mark the boundaries of the interval. If \'from\' is omitted, all values earlier than \'to\' are included. If \'to\' is omitted, all values later than \'from\' are included. It is not allowed to omit both.
|
|
@@ -6886,7 +6886,7 @@ export declare const AfmRelativeDateFilterRelativeDateFilterGranularityEnum: {
|
|
|
6886
6886
|
readonly QUARTER_OF_YEAR: "QUARTER_OF_YEAR";
|
|
6887
6887
|
};
|
|
6888
6888
|
|
|
6889
|
-
export declare type AfmRelativeDateFilterRelativeDateFilterGranularityEnum = typeof AfmRelativeDateFilterRelativeDateFilterGranularityEnum[keyof typeof AfmRelativeDateFilterRelativeDateFilterGranularityEnum];
|
|
6889
|
+
export declare type AfmRelativeDateFilterRelativeDateFilterGranularityEnum = (typeof AfmRelativeDateFilterRelativeDateFilterGranularityEnum)[keyof typeof AfmRelativeDateFilterRelativeDateFilterGranularityEnum];
|
|
6890
6890
|
|
|
6891
6891
|
/**
|
|
6892
6892
|
* Metric defined by referencing a MAQL metric or an LDM fact object with aggregation.
|
|
@@ -6945,7 +6945,7 @@ export declare const AfmSimpleMeasureDefinitionMeasureAggregationEnum: {
|
|
|
6945
6945
|
readonly APPROXIMATE_COUNT: "APPROXIMATE_COUNT";
|
|
6946
6946
|
};
|
|
6947
6947
|
|
|
6948
|
-
export declare type AfmSimpleMeasureDefinitionMeasureAggregationEnum = typeof AfmSimpleMeasureDefinitionMeasureAggregationEnum[keyof typeof AfmSimpleMeasureDefinitionMeasureAggregationEnum];
|
|
6948
|
+
export declare type AfmSimpleMeasureDefinitionMeasureAggregationEnum = (typeof AfmSimpleMeasureDefinitionMeasureAggregationEnum)[keyof typeof AfmSimpleMeasureDefinitionMeasureAggregationEnum];
|
|
6949
6949
|
|
|
6950
6950
|
/**
|
|
6951
6951
|
* Entity describing the valid descendants request.
|
|
@@ -7003,7 +7003,7 @@ export declare const AfmValidObjectsQueryTypesEnum: {
|
|
|
7003
7003
|
readonly MEASURES: "measures";
|
|
7004
7004
|
};
|
|
7005
7005
|
|
|
7006
|
-
export declare type AfmValidObjectsQueryTypesEnum = typeof AfmValidObjectsQueryTypesEnum[keyof typeof AfmValidObjectsQueryTypesEnum];
|
|
7006
|
+
export declare type AfmValidObjectsQueryTypesEnum = (typeof AfmValidObjectsQueryTypesEnum)[keyof typeof AfmValidObjectsQueryTypesEnum];
|
|
7007
7007
|
|
|
7008
7008
|
/**
|
|
7009
7009
|
* All objects of specified types valid with respect to given AFM.
|
|
@@ -7633,7 +7633,7 @@ export declare const ApiEntitlementNameEnum: {
|
|
|
7633
7633
|
readonly CONTROLLED_FEATURE_ROLLOUT: "ControlledFeatureRollout";
|
|
7634
7634
|
};
|
|
7635
7635
|
|
|
7636
|
-
export declare type ApiEntitlementNameEnum = typeof ApiEntitlementNameEnum[keyof typeof ApiEntitlementNameEnum];
|
|
7636
|
+
export declare type ApiEntitlementNameEnum = (typeof ApiEntitlementNameEnum)[keyof typeof ApiEntitlementNameEnum];
|
|
7637
7637
|
|
|
7638
7638
|
/**
|
|
7639
7639
|
* APITokensApi - object-oriented interface
|
|
@@ -8915,14 +8915,14 @@ export declare const ArithmeticMeasureDefinitionArithmeticMeasureOperatorEnum: {
|
|
|
8915
8915
|
readonly CHANGE: "CHANGE";
|
|
8916
8916
|
};
|
|
8917
8917
|
|
|
8918
|
-
export declare type ArithmeticMeasureDefinitionArithmeticMeasureOperatorEnum = typeof ArithmeticMeasureDefinitionArithmeticMeasureOperatorEnum[keyof typeof ArithmeticMeasureDefinitionArithmeticMeasureOperatorEnum];
|
|
8918
|
+
export declare type ArithmeticMeasureDefinitionArithmeticMeasureOperatorEnum = (typeof ArithmeticMeasureDefinitionArithmeticMeasureOperatorEnum)[keyof typeof ArithmeticMeasureDefinitionArithmeticMeasureOperatorEnum];
|
|
8919
8919
|
|
|
8920
8920
|
export declare const ArithmeticMeasureOperatorEnum: {
|
|
8921
8921
|
readonly DIFFERENCE: "DIFFERENCE";
|
|
8922
8922
|
readonly CHANGE: "CHANGE";
|
|
8923
8923
|
};
|
|
8924
8924
|
|
|
8925
|
-
export declare type ArithmeticMeasureOperatorEnum = typeof ArithmeticMeasureOperatorEnum[keyof typeof ArithmeticMeasureOperatorEnum];
|
|
8925
|
+
export declare type ArithmeticMeasureOperatorEnum = (typeof ArithmeticMeasureOperatorEnum)[keyof typeof ArithmeticMeasureOperatorEnum];
|
|
8926
8926
|
|
|
8927
8927
|
/**
|
|
8928
8928
|
* Identifier of a user or user-group.
|
|
@@ -8949,7 +8949,7 @@ export declare const AssigneeIdentifierTypeEnum: {
|
|
|
8949
8949
|
readonly USER_GROUP: "userGroup";
|
|
8950
8950
|
};
|
|
8951
8951
|
|
|
8952
|
-
export declare type AssigneeIdentifierTypeEnum = typeof AssigneeIdentifierTypeEnum[keyof typeof AssigneeIdentifierTypeEnum];
|
|
8952
|
+
export declare type AssigneeIdentifierTypeEnum = (typeof AssigneeIdentifierTypeEnum)[keyof typeof AssigneeIdentifierTypeEnum];
|
|
8953
8953
|
|
|
8954
8954
|
/**
|
|
8955
8955
|
* Identifier of an assignee rule.
|
|
@@ -8969,7 +8969,7 @@ export declare const AssigneeRuleTypeEnum: {
|
|
|
8969
8969
|
readonly ALL_WORKSPACE_USERS: "allWorkspaceUsers";
|
|
8970
8970
|
};
|
|
8971
8971
|
|
|
8972
|
-
export declare type AssigneeRuleTypeEnum = typeof AssigneeRuleTypeEnum[keyof typeof AssigneeRuleTypeEnum];
|
|
8972
|
+
export declare type AssigneeRuleTypeEnum = (typeof AssigneeRuleTypeEnum)[keyof typeof AssigneeRuleTypeEnum];
|
|
8973
8973
|
|
|
8974
8974
|
/**
|
|
8975
8975
|
* @type AttributeElements
|
|
@@ -9194,7 +9194,7 @@ export declare const AttributeHeaderAttributeHeaderGranularityEnum: {
|
|
|
9194
9194
|
readonly QUARTER_OF_YEAR: "QUARTER_OF_YEAR";
|
|
9195
9195
|
};
|
|
9196
9196
|
|
|
9197
|
-
export declare type AttributeHeaderAttributeHeaderGranularityEnum = typeof AttributeHeaderAttributeHeaderGranularityEnum[keyof typeof AttributeHeaderAttributeHeaderGranularityEnum];
|
|
9197
|
+
export declare type AttributeHeaderAttributeHeaderGranularityEnum = (typeof AttributeHeaderAttributeHeaderGranularityEnum)[keyof typeof AttributeHeaderAttributeHeaderGranularityEnum];
|
|
9198
9198
|
|
|
9199
9199
|
export declare const AttributeHeaderAttributeHeaderValueTypeEnum: {
|
|
9200
9200
|
readonly TEXT: "TEXT";
|
|
@@ -9205,7 +9205,7 @@ export declare const AttributeHeaderAttributeHeaderValueTypeEnum: {
|
|
|
9205
9205
|
readonly IMAGE: "IMAGE";
|
|
9206
9206
|
};
|
|
9207
9207
|
|
|
9208
|
-
export declare type AttributeHeaderAttributeHeaderValueTypeEnum = typeof AttributeHeaderAttributeHeaderValueTypeEnum[keyof typeof AttributeHeaderAttributeHeaderValueTypeEnum];
|
|
9208
|
+
export declare type AttributeHeaderAttributeHeaderValueTypeEnum = (typeof AttributeHeaderAttributeHeaderValueTypeEnum)[keyof typeof AttributeHeaderAttributeHeaderValueTypeEnum];
|
|
9209
9209
|
|
|
9210
9210
|
/**
|
|
9211
9211
|
* AttributeHierarchiesApi - object-oriented interface
|
|
@@ -10430,7 +10430,7 @@ export declare const AutomationAfmObjectIdentifierAttributeIdentifierTypeEnum: {
|
|
|
10430
10430
|
readonly ATTRIBUTE: "attribute";
|
|
10431
10431
|
};
|
|
10432
10432
|
|
|
10433
|
-
export declare type AutomationAfmObjectIdentifierAttributeIdentifierTypeEnum = typeof AutomationAfmObjectIdentifierAttributeIdentifierTypeEnum[keyof typeof AutomationAfmObjectIdentifierAttributeIdentifierTypeEnum];
|
|
10433
|
+
export declare type AutomationAfmObjectIdentifierAttributeIdentifierTypeEnum = (typeof AutomationAfmObjectIdentifierAttributeIdentifierTypeEnum)[keyof typeof AutomationAfmObjectIdentifierAttributeIdentifierTypeEnum];
|
|
10434
10434
|
|
|
10435
10435
|
/**
|
|
10436
10436
|
* Reference to the metric, fact or attribute object to use for the metric.
|
|
@@ -10473,7 +10473,7 @@ export declare const AutomationAfmObjectIdentifierCoreIdentifierTypeEnum: {
|
|
|
10473
10473
|
readonly METRIC: "metric";
|
|
10474
10474
|
};
|
|
10475
10475
|
|
|
10476
|
-
export declare type AutomationAfmObjectIdentifierCoreIdentifierTypeEnum = typeof AutomationAfmObjectIdentifierCoreIdentifierTypeEnum[keyof typeof AutomationAfmObjectIdentifierCoreIdentifierTypeEnum];
|
|
10476
|
+
export declare type AutomationAfmObjectIdentifierCoreIdentifierTypeEnum = (typeof AutomationAfmObjectIdentifierCoreIdentifierTypeEnum)[keyof typeof AutomationAfmObjectIdentifierCoreIdentifierTypeEnum];
|
|
10477
10477
|
|
|
10478
10478
|
/**
|
|
10479
10479
|
* Reference to the date dataset to which the filter should be applied.
|
|
@@ -10513,7 +10513,7 @@ export declare const AutomationAfmObjectIdentifierDatasetIdentifierTypeEnum: {
|
|
|
10513
10513
|
readonly DATASET: "dataset";
|
|
10514
10514
|
};
|
|
10515
10515
|
|
|
10516
|
-
export declare type AutomationAfmObjectIdentifierDatasetIdentifierTypeEnum = typeof AutomationAfmObjectIdentifierDatasetIdentifierTypeEnum[keyof typeof AutomationAfmObjectIdentifierDatasetIdentifierTypeEnum];
|
|
10516
|
+
export declare type AutomationAfmObjectIdentifierDatasetIdentifierTypeEnum = (typeof AutomationAfmObjectIdentifierDatasetIdentifierTypeEnum)[keyof typeof AutomationAfmObjectIdentifierDatasetIdentifierTypeEnum];
|
|
10517
10517
|
|
|
10518
10518
|
/**
|
|
10519
10519
|
*
|
|
@@ -10548,7 +10548,7 @@ export declare const AutomationAfmObjectIdentifierIdentifierTypeEnum: {
|
|
|
10548
10548
|
readonly FILTER_CONTEXT: "filterContext";
|
|
10549
10549
|
};
|
|
10550
10550
|
|
|
10551
|
-
export declare type AutomationAfmObjectIdentifierIdentifierTypeEnum = typeof AutomationAfmObjectIdentifierIdentifierTypeEnum[keyof typeof AutomationAfmObjectIdentifierIdentifierTypeEnum];
|
|
10551
|
+
export declare type AutomationAfmObjectIdentifierIdentifierTypeEnum = (typeof AutomationAfmObjectIdentifierIdentifierTypeEnum)[keyof typeof AutomationAfmObjectIdentifierIdentifierTypeEnum];
|
|
10552
10552
|
|
|
10553
10553
|
/**
|
|
10554
10554
|
*
|
|
@@ -10588,7 +10588,7 @@ export declare const AutomationAfmObjectIdentifierLabelIdentifierTypeEnum: {
|
|
|
10588
10588
|
readonly LABEL: "label";
|
|
10589
10589
|
};
|
|
10590
10590
|
|
|
10591
|
-
export declare type AutomationAfmObjectIdentifierLabelIdentifierTypeEnum = typeof AutomationAfmObjectIdentifierLabelIdentifierTypeEnum[keyof typeof AutomationAfmObjectIdentifierLabelIdentifierTypeEnum];
|
|
10591
|
+
export declare type AutomationAfmObjectIdentifierLabelIdentifierTypeEnum = (typeof AutomationAfmObjectIdentifierLabelIdentifierTypeEnum)[keyof typeof AutomationAfmObjectIdentifierLabelIdentifierTypeEnum];
|
|
10592
10592
|
|
|
10593
10593
|
/**
|
|
10594
10594
|
*
|
|
@@ -10767,7 +10767,7 @@ export declare const AutomationAlertDescriptionStatusEnum: {
|
|
|
10767
10767
|
readonly TIMEOUT: "TIMEOUT";
|
|
10768
10768
|
};
|
|
10769
10769
|
|
|
10770
|
-
export declare type AutomationAlertDescriptionStatusEnum = typeof AutomationAlertDescriptionStatusEnum[keyof typeof AutomationAlertDescriptionStatusEnum];
|
|
10770
|
+
export declare type AutomationAlertDescriptionStatusEnum = (typeof AutomationAlertDescriptionStatusEnum)[keyof typeof AutomationAlertDescriptionStatusEnum];
|
|
10771
10771
|
|
|
10772
10772
|
/**
|
|
10773
10773
|
*
|
|
@@ -10806,7 +10806,7 @@ export declare const AutomationAlertTriggerEnum: {
|
|
|
10806
10806
|
readonly ONCE: "ONCE";
|
|
10807
10807
|
};
|
|
10808
10808
|
|
|
10809
|
-
export declare type AutomationAlertTriggerEnum = typeof AutomationAlertTriggerEnum[keyof typeof AutomationAlertTriggerEnum];
|
|
10809
|
+
export declare type AutomationAlertTriggerEnum = (typeof AutomationAlertTriggerEnum)[keyof typeof AutomationAlertTriggerEnum];
|
|
10810
10810
|
|
|
10811
10811
|
/**
|
|
10812
10812
|
*
|
|
@@ -10876,14 +10876,14 @@ export declare const AutomationArithmeticMeasureDefinitionArithmeticMeasureOpera
|
|
|
10876
10876
|
readonly CHANGE: "CHANGE";
|
|
10877
10877
|
};
|
|
10878
10878
|
|
|
10879
|
-
export declare type AutomationArithmeticMeasureDefinitionArithmeticMeasureOperatorEnum = typeof AutomationArithmeticMeasureDefinitionArithmeticMeasureOperatorEnum[keyof typeof AutomationArithmeticMeasureDefinitionArithmeticMeasureOperatorEnum];
|
|
10879
|
+
export declare type AutomationArithmeticMeasureDefinitionArithmeticMeasureOperatorEnum = (typeof AutomationArithmeticMeasureDefinitionArithmeticMeasureOperatorEnum)[keyof typeof AutomationArithmeticMeasureDefinitionArithmeticMeasureOperatorEnum];
|
|
10880
10880
|
|
|
10881
10881
|
export declare const AutomationArithmeticMeasureOperatorEnum: {
|
|
10882
10882
|
readonly DIFFERENCE: "DIFFERENCE";
|
|
10883
10883
|
readonly CHANGE: "CHANGE";
|
|
10884
10884
|
};
|
|
10885
10885
|
|
|
10886
|
-
export declare type AutomationArithmeticMeasureOperatorEnum = typeof AutomationArithmeticMeasureOperatorEnum[keyof typeof AutomationArithmeticMeasureOperatorEnum];
|
|
10886
|
+
export declare type AutomationArithmeticMeasureOperatorEnum = (typeof AutomationArithmeticMeasureOperatorEnum)[keyof typeof AutomationArithmeticMeasureOperatorEnum];
|
|
10887
10887
|
|
|
10888
10888
|
/**
|
|
10889
10889
|
* @type AutomationAttributeElements
|
|
@@ -11037,7 +11037,7 @@ export declare const AutomationAutomationAlertTriggerEnum: {
|
|
|
11037
11037
|
readonly ONCE: "ONCE";
|
|
11038
11038
|
};
|
|
11039
11039
|
|
|
11040
|
-
export declare type AutomationAutomationAlertTriggerEnum = typeof AutomationAutomationAlertTriggerEnum[keyof typeof AutomationAutomationAlertTriggerEnum];
|
|
11040
|
+
export declare type AutomationAutomationAlertTriggerEnum = (typeof AutomationAutomationAlertTriggerEnum)[keyof typeof AutomationAutomationAlertTriggerEnum];
|
|
11041
11041
|
|
|
11042
11042
|
/**
|
|
11043
11043
|
*
|
|
@@ -11247,7 +11247,7 @@ export declare const AutomationBoundedFilterGranularityEnum: {
|
|
|
11247
11247
|
readonly QUARTER_OF_YEAR: "QUARTER_OF_YEAR";
|
|
11248
11248
|
};
|
|
11249
11249
|
|
|
11250
|
-
export declare type AutomationBoundedFilterGranularityEnum = typeof AutomationBoundedFilterGranularityEnum[keyof typeof AutomationBoundedFilterGranularityEnum];
|
|
11250
|
+
export declare type AutomationBoundedFilterGranularityEnum = (typeof AutomationBoundedFilterGranularityEnum)[keyof typeof AutomationBoundedFilterGranularityEnum];
|
|
11251
11251
|
|
|
11252
11252
|
/**
|
|
11253
11253
|
*
|
|
@@ -11348,7 +11348,7 @@ export declare const AutomationComparisonMeasureValueFilterComparisonMeasureValu
|
|
|
11348
11348
|
readonly NOT_EQUAL_TO: "NOT_EQUAL_TO";
|
|
11349
11349
|
};
|
|
11350
11350
|
|
|
11351
|
-
export declare type AutomationComparisonMeasureValueFilterComparisonMeasureValueFilterOperatorEnum = typeof AutomationComparisonMeasureValueFilterComparisonMeasureValueFilterOperatorEnum[keyof typeof AutomationComparisonMeasureValueFilterComparisonMeasureValueFilterOperatorEnum];
|
|
11351
|
+
export declare type AutomationComparisonMeasureValueFilterComparisonMeasureValueFilterOperatorEnum = (typeof AutomationComparisonMeasureValueFilterComparisonMeasureValueFilterOperatorEnum)[keyof typeof AutomationComparisonMeasureValueFilterComparisonMeasureValueFilterOperatorEnum];
|
|
11352
11352
|
|
|
11353
11353
|
export declare const AutomationComparisonOperatorEnum: {
|
|
11354
11354
|
readonly GREATER_THAN: "GREATER_THAN";
|
|
@@ -11359,7 +11359,7 @@ export declare const AutomationComparisonOperatorEnum: {
|
|
|
11359
11359
|
readonly NOT_EQUAL_TO: "NOT_EQUAL_TO";
|
|
11360
11360
|
};
|
|
11361
11361
|
|
|
11362
|
-
export declare type AutomationComparisonOperatorEnum = typeof AutomationComparisonOperatorEnum[keyof typeof AutomationComparisonOperatorEnum];
|
|
11362
|
+
export declare type AutomationComparisonOperatorEnum = (typeof AutomationComparisonOperatorEnum)[keyof typeof AutomationComparisonOperatorEnum];
|
|
11363
11363
|
|
|
11364
11364
|
/**
|
|
11365
11365
|
*
|
|
@@ -11599,7 +11599,7 @@ export declare const AutomationDashboardAttributeFilterAttributeFilterSelectionM
|
|
|
11599
11599
|
readonly MULTI: "multi";
|
|
11600
11600
|
};
|
|
11601
11601
|
|
|
11602
|
-
export declare type AutomationDashboardAttributeFilterAttributeFilterSelectionModeEnum = typeof AutomationDashboardAttributeFilterAttributeFilterSelectionModeEnum[keyof typeof AutomationDashboardAttributeFilterAttributeFilterSelectionModeEnum];
|
|
11602
|
+
export declare type AutomationDashboardAttributeFilterAttributeFilterSelectionModeEnum = (typeof AutomationDashboardAttributeFilterAttributeFilterSelectionModeEnum)[keyof typeof AutomationDashboardAttributeFilterAttributeFilterSelectionModeEnum];
|
|
11603
11603
|
|
|
11604
11604
|
/**
|
|
11605
11605
|
*
|
|
@@ -11691,14 +11691,14 @@ export declare const AutomationDashboardDateFilterDateFilterGranularityEnum: {
|
|
|
11691
11691
|
readonly GDC_TIME_MINUTE_IN_HOUR: "GDC.time.minute_in_hour";
|
|
11692
11692
|
};
|
|
11693
11693
|
|
|
11694
|
-
export declare type AutomationDashboardDateFilterDateFilterGranularityEnum = typeof AutomationDashboardDateFilterDateFilterGranularityEnum[keyof typeof AutomationDashboardDateFilterDateFilterGranularityEnum];
|
|
11694
|
+
export declare type AutomationDashboardDateFilterDateFilterGranularityEnum = (typeof AutomationDashboardDateFilterDateFilterGranularityEnum)[keyof typeof AutomationDashboardDateFilterDateFilterGranularityEnum];
|
|
11695
11695
|
|
|
11696
11696
|
export declare const AutomationDashboardDateFilterDateFilterTypeEnum: {
|
|
11697
11697
|
readonly RELATIVE: "relative";
|
|
11698
11698
|
readonly ABSOLUTE: "absolute";
|
|
11699
11699
|
};
|
|
11700
11700
|
|
|
11701
|
-
export declare type AutomationDashboardDateFilterDateFilterTypeEnum = typeof AutomationDashboardDateFilterDateFilterTypeEnum[keyof typeof AutomationDashboardDateFilterDateFilterTypeEnum];
|
|
11701
|
+
export declare type AutomationDashboardDateFilterDateFilterTypeEnum = (typeof AutomationDashboardDateFilterDateFilterTypeEnum)[keyof typeof AutomationDashboardDateFilterDateFilterTypeEnum];
|
|
11702
11702
|
|
|
11703
11703
|
/**
|
|
11704
11704
|
* Additional settings.
|
|
@@ -11788,7 +11788,7 @@ export declare const AutomationDashboardTabularExportRequestV2FormatEnum: {
|
|
|
11788
11788
|
readonly XLSX: "XLSX";
|
|
11789
11789
|
};
|
|
11790
11790
|
|
|
11791
|
-
export declare type AutomationDashboardTabularExportRequestV2FormatEnum = typeof AutomationDashboardTabularExportRequestV2FormatEnum[keyof typeof AutomationDashboardTabularExportRequestV2FormatEnum];
|
|
11791
|
+
export declare type AutomationDashboardTabularExportRequestV2FormatEnum = (typeof AutomationDashboardTabularExportRequestV2FormatEnum)[keyof typeof AutomationDashboardTabularExportRequestV2FormatEnum];
|
|
11792
11792
|
|
|
11793
11793
|
/**
|
|
11794
11794
|
* @type AutomationDateFilter
|
|
@@ -11835,7 +11835,7 @@ export declare const AutomationDeclarativeAnalyticalDashboardIdentifierTypeEnum:
|
|
|
11835
11835
|
readonly ANALYTICAL_DASHBOARD: "analyticalDashboard";
|
|
11836
11836
|
};
|
|
11837
11837
|
|
|
11838
|
-
export declare type AutomationDeclarativeAnalyticalDashboardIdentifierTypeEnum = typeof AutomationDeclarativeAnalyticalDashboardIdentifierTypeEnum[keyof typeof AutomationDeclarativeAnalyticalDashboardIdentifierTypeEnum];
|
|
11838
|
+
export declare type AutomationDeclarativeAnalyticalDashboardIdentifierTypeEnum = (typeof AutomationDeclarativeAnalyticalDashboardIdentifierTypeEnum)[keyof typeof AutomationDeclarativeAnalyticalDashboardIdentifierTypeEnum];
|
|
11839
11839
|
|
|
11840
11840
|
/**
|
|
11841
11841
|
* A notification channel identifier.
|
|
@@ -11861,7 +11861,7 @@ export declare const AutomationDeclarativeNotificationChannelIdentifierTypeEnum:
|
|
|
11861
11861
|
readonly NOTIFICATION_CHANNEL: "notificationChannel";
|
|
11862
11862
|
};
|
|
11863
11863
|
|
|
11864
|
-
export declare type AutomationDeclarativeNotificationChannelIdentifierTypeEnum = typeof AutomationDeclarativeNotificationChannelIdentifierTypeEnum[keyof typeof AutomationDeclarativeNotificationChannelIdentifierTypeEnum];
|
|
11864
|
+
export declare type AutomationDeclarativeNotificationChannelIdentifierTypeEnum = (typeof AutomationDeclarativeNotificationChannelIdentifierTypeEnum)[keyof typeof AutomationDeclarativeNotificationChannelIdentifierTypeEnum];
|
|
11865
11865
|
|
|
11866
11866
|
/**
|
|
11867
11867
|
* A user identifier.
|
|
@@ -11887,7 +11887,7 @@ export declare const AutomationDeclarativeUserIdentifierTypeEnum: {
|
|
|
11887
11887
|
readonly USER: "user";
|
|
11888
11888
|
};
|
|
11889
11889
|
|
|
11890
|
-
export declare type AutomationDeclarativeUserIdentifierTypeEnum = typeof AutomationDeclarativeUserIdentifierTypeEnum[keyof typeof AutomationDeclarativeUserIdentifierTypeEnum];
|
|
11890
|
+
export declare type AutomationDeclarativeUserIdentifierTypeEnum = (typeof AutomationDeclarativeUserIdentifierTypeEnum)[keyof typeof AutomationDeclarativeUserIdentifierTypeEnum];
|
|
11891
11891
|
|
|
11892
11892
|
/**
|
|
11893
11893
|
* Default SMTP destination for notifications.
|
|
@@ -11919,7 +11919,7 @@ export declare const AutomationDefaultSmtpTypeEnum: {
|
|
|
11919
11919
|
readonly DEFAULT_SMTP: "DEFAULT_SMTP";
|
|
11920
11920
|
};
|
|
11921
11921
|
|
|
11922
|
-
export declare type AutomationDefaultSmtpTypeEnum = typeof AutomationDefaultSmtpTypeEnum[keyof typeof AutomationDefaultSmtpTypeEnum];
|
|
11922
|
+
export declare type AutomationDefaultSmtpTypeEnum = (typeof AutomationDefaultSmtpTypeEnum)[keyof typeof AutomationDefaultSmtpTypeEnum];
|
|
11923
11923
|
|
|
11924
11924
|
/**
|
|
11925
11925
|
* Various settings affecting the process of AFM execution or its result
|
|
@@ -12010,7 +12010,7 @@ export declare const AutomationExportResultStatusEnum: {
|
|
|
12010
12010
|
readonly TIMEOUT: "TIMEOUT";
|
|
12011
12011
|
};
|
|
12012
12012
|
|
|
12013
|
-
export declare type AutomationExportResultStatusEnum = typeof AutomationExportResultStatusEnum[keyof typeof AutomationExportResultStatusEnum];
|
|
12013
|
+
export declare type AutomationExportResultStatusEnum = (typeof AutomationExportResultStatusEnum)[keyof typeof AutomationExportResultStatusEnum];
|
|
12014
12014
|
|
|
12015
12015
|
/**
|
|
12016
12016
|
*
|
|
@@ -12097,7 +12097,7 @@ export declare const AutomationIdentifierRefIdentifierTypeEnum: {
|
|
|
12097
12097
|
readonly FILTER_VIEW: "filterView";
|
|
12098
12098
|
};
|
|
12099
12099
|
|
|
12100
|
-
export declare type AutomationIdentifierRefIdentifierTypeEnum = typeof AutomationIdentifierRefIdentifierTypeEnum[keyof typeof AutomationIdentifierRefIdentifierTypeEnum];
|
|
12100
|
+
export declare type AutomationIdentifierRefIdentifierTypeEnum = (typeof AutomationIdentifierRefIdentifierTypeEnum)[keyof typeof AutomationIdentifierRefIdentifierTypeEnum];
|
|
12101
12101
|
|
|
12102
12102
|
/**
|
|
12103
12103
|
*
|
|
@@ -12155,7 +12155,7 @@ export declare const AutomationImageExportRequestFormatEnum: {
|
|
|
12155
12155
|
readonly PNG: "PNG";
|
|
12156
12156
|
};
|
|
12157
12157
|
|
|
12158
|
-
export declare type AutomationImageExportRequestFormatEnum = typeof AutomationImageExportRequestFormatEnum[keyof typeof AutomationImageExportRequestFormatEnum];
|
|
12158
|
+
export declare type AutomationImageExportRequestFormatEnum = (typeof AutomationImageExportRequestFormatEnum)[keyof typeof AutomationImageExportRequestFormatEnum];
|
|
12159
12159
|
|
|
12160
12160
|
/**
|
|
12161
12161
|
* Filter in form of direct MAQL query.
|
|
@@ -12243,7 +12243,7 @@ export declare const AutomationInPlatformTypeEnum: {
|
|
|
12243
12243
|
readonly IN_PLATFORM: "IN_PLATFORM";
|
|
12244
12244
|
};
|
|
12245
12245
|
|
|
12246
|
-
export declare type AutomationInPlatformTypeEnum = typeof AutomationInPlatformTypeEnum[keyof typeof AutomationInPlatformTypeEnum];
|
|
12246
|
+
export declare type AutomationInPlatformTypeEnum = (typeof AutomationInPlatformTypeEnum)[keyof typeof AutomationInPlatformTypeEnum];
|
|
12247
12247
|
|
|
12248
12248
|
/**
|
|
12249
12249
|
*
|
|
@@ -12850,14 +12850,14 @@ export declare const AutomationRangeMeasureValueFilterRangeMeasureValueFilterOpe
|
|
|
12850
12850
|
readonly NOT_BETWEEN: "NOT_BETWEEN";
|
|
12851
12851
|
};
|
|
12852
12852
|
|
|
12853
|
-
export declare type AutomationRangeMeasureValueFilterRangeMeasureValueFilterOperatorEnum = typeof AutomationRangeMeasureValueFilterRangeMeasureValueFilterOperatorEnum[keyof typeof AutomationRangeMeasureValueFilterRangeMeasureValueFilterOperatorEnum];
|
|
12853
|
+
export declare type AutomationRangeMeasureValueFilterRangeMeasureValueFilterOperatorEnum = (typeof AutomationRangeMeasureValueFilterRangeMeasureValueFilterOperatorEnum)[keyof typeof AutomationRangeMeasureValueFilterRangeMeasureValueFilterOperatorEnum];
|
|
12854
12854
|
|
|
12855
12855
|
export declare const AutomationRangeOperatorEnum: {
|
|
12856
12856
|
readonly BETWEEN: "BETWEEN";
|
|
12857
12857
|
readonly NOT_BETWEEN: "NOT_BETWEEN";
|
|
12858
12858
|
};
|
|
12859
12859
|
|
|
12860
|
-
export declare type AutomationRangeOperatorEnum = typeof AutomationRangeOperatorEnum[keyof typeof AutomationRangeOperatorEnum];
|
|
12860
|
+
export declare type AutomationRangeOperatorEnum = (typeof AutomationRangeOperatorEnum)[keyof typeof AutomationRangeOperatorEnum];
|
|
12861
12861
|
|
|
12862
12862
|
/**
|
|
12863
12863
|
*
|
|
@@ -12936,7 +12936,7 @@ export declare const AutomationRankingFilterRankingFilterOperatorEnum: {
|
|
|
12936
12936
|
readonly BOTTOM: "BOTTOM";
|
|
12937
12937
|
};
|
|
12938
12938
|
|
|
12939
|
-
export declare type AutomationRankingFilterRankingFilterOperatorEnum = typeof AutomationRankingFilterRankingFilterOperatorEnum[keyof typeof AutomationRankingFilterRankingFilterOperatorEnum];
|
|
12939
|
+
export declare type AutomationRankingFilterRankingFilterOperatorEnum = (typeof AutomationRankingFilterRankingFilterOperatorEnum)[keyof typeof AutomationRankingFilterRankingFilterOperatorEnum];
|
|
12940
12940
|
|
|
12941
12941
|
/**
|
|
12942
12942
|
* Custom label object override.
|
|
@@ -13054,7 +13054,7 @@ export declare const AutomationRawExportAutomationRequestFormatEnum: {
|
|
|
13054
13054
|
readonly CSV: "CSV";
|
|
13055
13055
|
};
|
|
13056
13056
|
|
|
13057
|
-
export declare type AutomationRawExportAutomationRequestFormatEnum = typeof AutomationRawExportAutomationRequestFormatEnum[keyof typeof AutomationRawExportAutomationRequestFormatEnum];
|
|
13057
|
+
export declare type AutomationRawExportAutomationRequestFormatEnum = (typeof AutomationRawExportAutomationRequestFormatEnum)[keyof typeof AutomationRawExportAutomationRequestFormatEnum];
|
|
13058
13058
|
|
|
13059
13059
|
/**
|
|
13060
13060
|
*
|
|
@@ -13164,7 +13164,7 @@ export declare const AutomationRelativeDateFilterRelativeDateFilterGranularityEn
|
|
|
13164
13164
|
readonly QUARTER_OF_YEAR: "QUARTER_OF_YEAR";
|
|
13165
13165
|
};
|
|
13166
13166
|
|
|
13167
|
-
export declare type AutomationRelativeDateFilterRelativeDateFilterGranularityEnum = typeof AutomationRelativeDateFilterRelativeDateFilterGranularityEnum[keyof typeof AutomationRelativeDateFilterRelativeDateFilterGranularityEnum];
|
|
13167
|
+
export declare type AutomationRelativeDateFilterRelativeDateFilterGranularityEnum = (typeof AutomationRelativeDateFilterRelativeDateFilterGranularityEnum)[keyof typeof AutomationRelativeDateFilterRelativeDateFilterGranularityEnum];
|
|
13168
13168
|
|
|
13169
13169
|
export declare const AutomationRelativeOperatorEnum: {
|
|
13170
13170
|
readonly INCREASES_BY: "INCREASES_BY";
|
|
@@ -13172,7 +13172,7 @@ export declare const AutomationRelativeOperatorEnum: {
|
|
|
13172
13172
|
readonly CHANGES_BY: "CHANGES_BY";
|
|
13173
13173
|
};
|
|
13174
13174
|
|
|
13175
|
-
export declare type AutomationRelativeOperatorEnum = typeof AutomationRelativeOperatorEnum[keyof typeof AutomationRelativeOperatorEnum];
|
|
13175
|
+
export declare type AutomationRelativeOperatorEnum = (typeof AutomationRelativeOperatorEnum)[keyof typeof AutomationRelativeOperatorEnum];
|
|
13176
13176
|
|
|
13177
13177
|
/**
|
|
13178
13178
|
*
|
|
@@ -14370,7 +14370,7 @@ export declare const AutomationSimpleMeasureDefinitionMeasureAggregationEnum: {
|
|
|
14370
14370
|
readonly APPROXIMATE_COUNT: "APPROXIMATE_COUNT";
|
|
14371
14371
|
};
|
|
14372
14372
|
|
|
14373
|
-
export declare type AutomationSimpleMeasureDefinitionMeasureAggregationEnum = typeof AutomationSimpleMeasureDefinitionMeasureAggregationEnum[keyof typeof AutomationSimpleMeasureDefinitionMeasureAggregationEnum];
|
|
14373
|
+
export declare type AutomationSimpleMeasureDefinitionMeasureAggregationEnum = (typeof AutomationSimpleMeasureDefinitionMeasureAggregationEnum)[keyof typeof AutomationSimpleMeasureDefinitionMeasureAggregationEnum];
|
|
14374
14374
|
|
|
14375
14375
|
/**
|
|
14376
14376
|
*
|
|
@@ -14441,7 +14441,7 @@ export declare const AutomationSlidesExportRequestFormatEnum: {
|
|
|
14441
14441
|
readonly PPTX: "PPTX";
|
|
14442
14442
|
};
|
|
14443
14443
|
|
|
14444
|
-
export declare type AutomationSlidesExportRequestFormatEnum = typeof AutomationSlidesExportRequestFormatEnum[keyof typeof AutomationSlidesExportRequestFormatEnum];
|
|
14444
|
+
export declare type AutomationSlidesExportRequestFormatEnum = (typeof AutomationSlidesExportRequestFormatEnum)[keyof typeof AutomationSlidesExportRequestFormatEnum];
|
|
14445
14445
|
|
|
14446
14446
|
/**
|
|
14447
14447
|
* Custom SMTP destination for notifications. The properties host, port, username, and password are required on create and update
|
|
@@ -14500,13 +14500,13 @@ export declare const AutomationSmtpPortEnum: {
|
|
|
14500
14500
|
readonly NUMBER_2525: 2525;
|
|
14501
14501
|
};
|
|
14502
14502
|
|
|
14503
|
-
export declare type AutomationSmtpPortEnum = typeof AutomationSmtpPortEnum[keyof typeof AutomationSmtpPortEnum];
|
|
14503
|
+
export declare type AutomationSmtpPortEnum = (typeof AutomationSmtpPortEnum)[keyof typeof AutomationSmtpPortEnum];
|
|
14504
14504
|
|
|
14505
14505
|
export declare const AutomationSmtpTypeEnum: {
|
|
14506
14506
|
readonly SMTP: "SMTP";
|
|
14507
14507
|
};
|
|
14508
14508
|
|
|
14509
|
-
export declare type AutomationSmtpTypeEnum = typeof AutomationSmtpTypeEnum[keyof typeof AutomationSmtpTypeEnum];
|
|
14509
|
+
export declare type AutomationSmtpTypeEnum = (typeof AutomationSmtpTypeEnum)[keyof typeof AutomationSmtpTypeEnum];
|
|
14510
14510
|
|
|
14511
14511
|
/**
|
|
14512
14512
|
*
|
|
@@ -14591,7 +14591,7 @@ export declare const AutomationTabularExportRequestFormatEnum: {
|
|
|
14591
14591
|
readonly PDF: "PDF";
|
|
14592
14592
|
};
|
|
14593
14593
|
|
|
14594
|
-
export declare type AutomationTabularExportRequestFormatEnum = typeof AutomationTabularExportRequestFormatEnum[keyof typeof AutomationTabularExportRequestFormatEnum];
|
|
14594
|
+
export declare type AutomationTabularExportRequestFormatEnum = (typeof AutomationTabularExportRequestFormatEnum)[keyof typeof AutomationTabularExportRequestFormatEnum];
|
|
14595
14595
|
|
|
14596
14596
|
/**
|
|
14597
14597
|
* Request body with notification channel destination to test.
|
|
@@ -14944,7 +14944,7 @@ export declare const AutomationWebhookMessageTypeEnum: {
|
|
|
14944
14944
|
readonly LIMIT_EXCEEDED: "automation-task.limit-exceeded";
|
|
14945
14945
|
};
|
|
14946
14946
|
|
|
14947
|
-
export declare type AutomationWebhookMessageTypeEnum = typeof AutomationWebhookMessageTypeEnum[keyof typeof AutomationWebhookMessageTypeEnum];
|
|
14947
|
+
export declare type AutomationWebhookMessageTypeEnum = (typeof AutomationWebhookMessageTypeEnum)[keyof typeof AutomationWebhookMessageTypeEnum];
|
|
14948
14948
|
|
|
14949
14949
|
/**
|
|
14950
14950
|
*
|
|
@@ -14970,7 +14970,7 @@ export declare const AutomationWebhookTypeEnum: {
|
|
|
14970
14970
|
readonly WEBHOOK: "WEBHOOK";
|
|
14971
14971
|
};
|
|
14972
14972
|
|
|
14973
|
-
export declare type AutomationWebhookTypeEnum = typeof AutomationWebhookTypeEnum[keyof typeof AutomationWebhookTypeEnum];
|
|
14973
|
+
export declare type AutomationWebhookTypeEnum = (typeof AutomationWebhookTypeEnum)[keyof typeof AutomationWebhookTypeEnum];
|
|
14974
14974
|
|
|
14975
14975
|
/**
|
|
14976
14976
|
*
|
|
@@ -15125,7 +15125,7 @@ export declare const BoundedFilterGranularityEnum: {
|
|
|
15125
15125
|
readonly QUARTER_OF_YEAR: "QUARTER_OF_YEAR";
|
|
15126
15126
|
};
|
|
15127
15127
|
|
|
15128
|
-
export declare type BoundedFilterGranularityEnum = typeof BoundedFilterGranularityEnum[keyof typeof BoundedFilterGranularityEnum];
|
|
15128
|
+
export declare type BoundedFilterGranularityEnum = (typeof BoundedFilterGranularityEnum)[keyof typeof BoundedFilterGranularityEnum];
|
|
15129
15129
|
|
|
15130
15130
|
/**
|
|
15131
15131
|
* Information about a period in time and how much cached data was removed.
|
|
@@ -15249,7 +15249,7 @@ export declare const ChatHistoryInteractionUserFeedbackEnum: {
|
|
|
15249
15249
|
readonly NONE: "NONE";
|
|
15250
15250
|
};
|
|
15251
15251
|
|
|
15252
|
-
export declare type ChatHistoryInteractionUserFeedbackEnum = typeof ChatHistoryInteractionUserFeedbackEnum[keyof typeof ChatHistoryInteractionUserFeedbackEnum];
|
|
15252
|
+
export declare type ChatHistoryInteractionUserFeedbackEnum = (typeof ChatHistoryInteractionUserFeedbackEnum)[keyof typeof ChatHistoryInteractionUserFeedbackEnum];
|
|
15253
15253
|
|
|
15254
15254
|
/**
|
|
15255
15255
|
*
|
|
@@ -15295,7 +15295,7 @@ export declare const ChatHistoryRequestUserFeedbackEnum: {
|
|
|
15295
15295
|
readonly NONE: "NONE";
|
|
15296
15296
|
};
|
|
15297
15297
|
|
|
15298
|
-
export declare type ChatHistoryRequestUserFeedbackEnum = typeof ChatHistoryRequestUserFeedbackEnum[keyof typeof ChatHistoryRequestUserFeedbackEnum];
|
|
15298
|
+
export declare type ChatHistoryRequestUserFeedbackEnum = (typeof ChatHistoryRequestUserFeedbackEnum)[keyof typeof ChatHistoryRequestUserFeedbackEnum];
|
|
15299
15299
|
|
|
15300
15300
|
/**
|
|
15301
15301
|
*
|
|
@@ -15580,14 +15580,14 @@ export declare const ColumnOverrideLabelTypeEnum: {
|
|
|
15580
15580
|
readonly IMAGE: "IMAGE";
|
|
15581
15581
|
};
|
|
15582
15582
|
|
|
15583
|
-
export declare type ColumnOverrideLabelTypeEnum = typeof ColumnOverrideLabelTypeEnum[keyof typeof ColumnOverrideLabelTypeEnum];
|
|
15583
|
+
export declare type ColumnOverrideLabelTypeEnum = (typeof ColumnOverrideLabelTypeEnum)[keyof typeof ColumnOverrideLabelTypeEnum];
|
|
15584
15584
|
|
|
15585
15585
|
export declare const ColumnOverrideLdmTypeOverrideEnum: {
|
|
15586
15586
|
readonly FACT: "FACT";
|
|
15587
15587
|
readonly LABEL: "LABEL";
|
|
15588
15588
|
};
|
|
15589
15589
|
|
|
15590
|
-
export declare type ColumnOverrideLdmTypeOverrideEnum = typeof ColumnOverrideLdmTypeOverrideEnum[keyof typeof ColumnOverrideLdmTypeOverrideEnum];
|
|
15590
|
+
export declare type ColumnOverrideLdmTypeOverrideEnum = (typeof ColumnOverrideLdmTypeOverrideEnum)[keyof typeof ColumnOverrideLdmTypeOverrideEnum];
|
|
15591
15591
|
|
|
15592
15592
|
/**
|
|
15593
15593
|
*
|
|
@@ -15660,7 +15660,7 @@ export declare const ColumnStatisticsRequestStatisticsEnum: {
|
|
|
15660
15660
|
readonly PERCENTILE_75: "PERCENTILE_75";
|
|
15661
15661
|
};
|
|
15662
15662
|
|
|
15663
|
-
export declare type ColumnStatisticsRequestStatisticsEnum = typeof ColumnStatisticsRequestStatisticsEnum[keyof typeof ColumnStatisticsRequestStatisticsEnum];
|
|
15663
|
+
export declare type ColumnStatisticsRequestStatisticsEnum = (typeof ColumnStatisticsRequestStatisticsEnum)[keyof typeof ColumnStatisticsRequestStatisticsEnum];
|
|
15664
15664
|
|
|
15665
15665
|
/**
|
|
15666
15666
|
*
|
|
@@ -15707,7 +15707,7 @@ export declare const ColumnStatisticTypeEnum: {
|
|
|
15707
15707
|
readonly PERCENTILE_75: "PERCENTILE_75";
|
|
15708
15708
|
};
|
|
15709
15709
|
|
|
15710
|
-
export declare type ColumnStatisticTypeEnum = typeof ColumnStatisticTypeEnum[keyof typeof ColumnStatisticTypeEnum];
|
|
15710
|
+
export declare type ColumnStatisticTypeEnum = (typeof ColumnStatisticTypeEnum)[keyof typeof ColumnStatisticTypeEnum];
|
|
15711
15711
|
|
|
15712
15712
|
/**
|
|
15713
15713
|
*
|
|
@@ -15848,7 +15848,7 @@ export declare const ComparisonMeasureValueFilterComparisonMeasureValueFilterOpe
|
|
|
15848
15848
|
readonly NOT_EQUAL_TO: "NOT_EQUAL_TO";
|
|
15849
15849
|
};
|
|
15850
15850
|
|
|
15851
|
-
export declare type ComparisonMeasureValueFilterComparisonMeasureValueFilterOperatorEnum = typeof ComparisonMeasureValueFilterComparisonMeasureValueFilterOperatorEnum[keyof typeof ComparisonMeasureValueFilterComparisonMeasureValueFilterOperatorEnum];
|
|
15851
|
+
export declare type ComparisonMeasureValueFilterComparisonMeasureValueFilterOperatorEnum = (typeof ComparisonMeasureValueFilterComparisonMeasureValueFilterOperatorEnum)[keyof typeof ComparisonMeasureValueFilterComparisonMeasureValueFilterOperatorEnum];
|
|
15852
15852
|
|
|
15853
15853
|
export declare const ComparisonOperatorEnum: {
|
|
15854
15854
|
readonly GREATER_THAN: "GREATER_THAN";
|
|
@@ -15859,7 +15859,7 @@ export declare const ComparisonOperatorEnum: {
|
|
|
15859
15859
|
readonly NOT_EQUAL_TO: "NOT_EQUAL_TO";
|
|
15860
15860
|
};
|
|
15861
15861
|
|
|
15862
|
-
export declare type ComparisonOperatorEnum = typeof ComparisonOperatorEnum[keyof typeof ComparisonOperatorEnum];
|
|
15862
|
+
export declare type ComparisonOperatorEnum = (typeof ComparisonOperatorEnum)[keyof typeof ComparisonOperatorEnum];
|
|
15863
15863
|
|
|
15864
15864
|
/**
|
|
15865
15865
|
*
|
|
@@ -16937,7 +16937,7 @@ export declare const CreatedVisualizationVisualizationTypeEnum: {
|
|
|
16937
16937
|
readonly COLUMN: "COLUMN";
|
|
16938
16938
|
};
|
|
16939
16939
|
|
|
16940
|
-
export declare type CreatedVisualizationVisualizationTypeEnum = typeof CreatedVisualizationVisualizationTypeEnum[keyof typeof CreatedVisualizationVisualizationTypeEnum];
|
|
16940
|
+
export declare type CreatedVisualizationVisualizationTypeEnum = (typeof CreatedVisualizationVisualizationTypeEnum)[keyof typeof CreatedVisualizationVisualizationTypeEnum];
|
|
16941
16941
|
|
|
16942
16942
|
/**
|
|
16943
16943
|
* CSPDirectivesApi - object-oriented interface
|
|
@@ -17778,7 +17778,7 @@ export declare const DashboardAttributeFilterAttributeFilterSelectionModeEnum: {
|
|
|
17778
17778
|
readonly MULTI: "multi";
|
|
17779
17779
|
};
|
|
17780
17780
|
|
|
17781
|
-
export declare type DashboardAttributeFilterAttributeFilterSelectionModeEnum = typeof DashboardAttributeFilterAttributeFilterSelectionModeEnum[keyof typeof DashboardAttributeFilterAttributeFilterSelectionModeEnum];
|
|
17781
|
+
export declare type DashboardAttributeFilterAttributeFilterSelectionModeEnum = (typeof DashboardAttributeFilterAttributeFilterSelectionModeEnum)[keyof typeof DashboardAttributeFilterAttributeFilterSelectionModeEnum];
|
|
17782
17782
|
|
|
17783
17783
|
/**
|
|
17784
17784
|
*
|
|
@@ -17870,14 +17870,14 @@ export declare const DashboardDateFilterDateFilterGranularityEnum: {
|
|
|
17870
17870
|
readonly GDC_TIME_MINUTE_IN_HOUR: "GDC.time.minute_in_hour";
|
|
17871
17871
|
};
|
|
17872
17872
|
|
|
17873
|
-
export declare type DashboardDateFilterDateFilterGranularityEnum = typeof DashboardDateFilterDateFilterGranularityEnum[keyof typeof DashboardDateFilterDateFilterGranularityEnum];
|
|
17873
|
+
export declare type DashboardDateFilterDateFilterGranularityEnum = (typeof DashboardDateFilterDateFilterGranularityEnum)[keyof typeof DashboardDateFilterDateFilterGranularityEnum];
|
|
17874
17874
|
|
|
17875
17875
|
export declare const DashboardDateFilterDateFilterTypeEnum: {
|
|
17876
17876
|
readonly RELATIVE: "relative";
|
|
17877
17877
|
readonly ABSOLUTE: "absolute";
|
|
17878
17878
|
};
|
|
17879
17879
|
|
|
17880
|
-
export declare type DashboardDateFilterDateFilterTypeEnum = typeof DashboardDateFilterDateFilterTypeEnum[keyof typeof DashboardDateFilterDateFilterTypeEnum];
|
|
17880
|
+
export declare type DashboardDateFilterDateFilterTypeEnum = (typeof DashboardDateFilterDateFilterTypeEnum)[keyof typeof DashboardDateFilterDateFilterTypeEnum];
|
|
17881
17881
|
|
|
17882
17882
|
/**
|
|
17883
17883
|
* Additional settings.
|
|
@@ -17951,7 +17951,7 @@ export declare const DashboardPermissionsAssignmentPermissionsEnum: {
|
|
|
17951
17951
|
readonly VIEW: "VIEW";
|
|
17952
17952
|
};
|
|
17953
17953
|
|
|
17954
|
-
export declare type DashboardPermissionsAssignmentPermissionsEnum = typeof DashboardPermissionsAssignmentPermissionsEnum[keyof typeof DashboardPermissionsAssignmentPermissionsEnum];
|
|
17954
|
+
export declare type DashboardPermissionsAssignmentPermissionsEnum = (typeof DashboardPermissionsAssignmentPermissionsEnum)[keyof typeof DashboardPermissionsAssignmentPermissionsEnum];
|
|
17955
17955
|
|
|
17956
17956
|
/**
|
|
17957
17957
|
* DashboardsApi - object-oriented interface
|
|
@@ -18578,7 +18578,7 @@ export declare const DashboardSlidesTemplateAppliedOnEnum: {
|
|
|
18578
18578
|
readonly PPTX: "PPTX";
|
|
18579
18579
|
};
|
|
18580
18580
|
|
|
18581
|
-
export declare type DashboardSlidesTemplateAppliedOnEnum = typeof DashboardSlidesTemplateAppliedOnEnum[keyof typeof DashboardSlidesTemplateAppliedOnEnum];
|
|
18581
|
+
export declare type DashboardSlidesTemplateAppliedOnEnum = (typeof DashboardSlidesTemplateAppliedOnEnum)[keyof typeof DashboardSlidesTemplateAppliedOnEnum];
|
|
18582
18582
|
|
|
18583
18583
|
/**
|
|
18584
18584
|
* Export request object describing the export properties for dashboard tabular exports (v2 with dashboardId).
|
|
@@ -18628,7 +18628,7 @@ export declare const DashboardTabularExportRequestV2FormatEnum: {
|
|
|
18628
18628
|
readonly XLSX: "XLSX";
|
|
18629
18629
|
};
|
|
18630
18630
|
|
|
18631
|
-
export declare type DashboardTabularExportRequestV2FormatEnum = typeof DashboardTabularExportRequestV2FormatEnum[keyof typeof DashboardTabularExportRequestV2FormatEnum];
|
|
18631
|
+
export declare type DashboardTabularExportRequestV2FormatEnum = (typeof DashboardTabularExportRequestV2FormatEnum)[keyof typeof DashboardTabularExportRequestV2FormatEnum];
|
|
18632
18632
|
|
|
18633
18633
|
/**
|
|
18634
18634
|
* Mapping from dimension items (either \'localIdentifier\' from \'AttributeItem\', or \"measureGroup\") to their respective values. This effectively specifies the path (location) of the data column used for sorting. Therefore values for all dimension items must be specified.
|
|
@@ -20450,7 +20450,7 @@ export declare const DatasetGrainTypeEnum: {
|
|
|
20450
20450
|
readonly DATE: "date";
|
|
20451
20451
|
};
|
|
20452
20452
|
|
|
20453
|
-
export declare type DatasetGrainTypeEnum = typeof DatasetGrainTypeEnum[keyof typeof DatasetGrainTypeEnum];
|
|
20453
|
+
export declare type DatasetGrainTypeEnum = (typeof DatasetGrainTypeEnum)[keyof typeof DatasetGrainTypeEnum];
|
|
20454
20454
|
|
|
20455
20455
|
/**
|
|
20456
20456
|
*
|
|
@@ -20476,7 +20476,7 @@ export declare const DatasetReferenceIdentifierTypeEnum: {
|
|
|
20476
20476
|
readonly DATASET: "dataset";
|
|
20477
20477
|
};
|
|
20478
20478
|
|
|
20479
|
-
export declare type DatasetReferenceIdentifierTypeEnum = typeof DatasetReferenceIdentifierTypeEnum[keyof typeof DatasetReferenceIdentifierTypeEnum];
|
|
20479
|
+
export declare type DatasetReferenceIdentifierTypeEnum = (typeof DatasetReferenceIdentifierTypeEnum)[keyof typeof DatasetReferenceIdentifierTypeEnum];
|
|
20480
20480
|
|
|
20481
20481
|
/**
|
|
20482
20482
|
* DatasetsApi - object-oriented interface
|
|
@@ -20756,7 +20756,7 @@ export declare const DatasetWorkspaceDataFilterIdentifierTypeEnum: {
|
|
|
20756
20756
|
readonly WORKSPACE_DATA_FILTER: "workspaceDataFilter";
|
|
20757
20757
|
};
|
|
20758
20758
|
|
|
20759
|
-
export declare type DatasetWorkspaceDataFilterIdentifierTypeEnum = typeof DatasetWorkspaceDataFilterIdentifierTypeEnum[keyof typeof DatasetWorkspaceDataFilterIdentifierTypeEnum];
|
|
20759
|
+
export declare type DatasetWorkspaceDataFilterIdentifierTypeEnum = (typeof DatasetWorkspaceDataFilterIdentifierTypeEnum)[keyof typeof DatasetWorkspaceDataFilterIdentifierTypeEnum];
|
|
20760
20760
|
|
|
20761
20761
|
/**
|
|
20762
20762
|
* DataSourceDeclarativeAPIsApi - object-oriented interface
|
|
@@ -21564,7 +21564,7 @@ export declare const DataSourcePermissionAssignmentPermissionsEnum: {
|
|
|
21564
21564
|
readonly USE: "USE";
|
|
21565
21565
|
};
|
|
21566
21566
|
|
|
21567
|
-
export declare type DataSourcePermissionAssignmentPermissionsEnum = typeof DataSourcePermissionAssignmentPermissionsEnum[keyof typeof DataSourcePermissionAssignmentPermissionsEnum];
|
|
21567
|
+
export declare type DataSourcePermissionAssignmentPermissionsEnum = (typeof DataSourcePermissionAssignmentPermissionsEnum)[keyof typeof DataSourcePermissionAssignmentPermissionsEnum];
|
|
21568
21568
|
|
|
21569
21569
|
/**
|
|
21570
21570
|
* Result of getSchemata. Contains list of available DB schema names.
|
|
@@ -21616,7 +21616,7 @@ export declare const DataSourceTableIdentifierTypeEnum: {
|
|
|
21616
21616
|
readonly DATA_SOURCE: "dataSource";
|
|
21617
21617
|
};
|
|
21618
21618
|
|
|
21619
|
-
export declare type DataSourceTableIdentifierTypeEnum = typeof DataSourceTableIdentifierTypeEnum[keyof typeof DataSourceTableIdentifierTypeEnum];
|
|
21619
|
+
export declare type DataSourceTableIdentifierTypeEnum = (typeof DataSourceTableIdentifierTypeEnum)[keyof typeof DataSourceTableIdentifierTypeEnum];
|
|
21620
21620
|
|
|
21621
21621
|
/**
|
|
21622
21622
|
*
|
|
@@ -21701,7 +21701,7 @@ export declare const DateRelativeFilterGranularityEnum: {
|
|
|
21701
21701
|
readonly QUARTER_OF_YEAR: "QUARTER_OF_YEAR";
|
|
21702
21702
|
};
|
|
21703
21703
|
|
|
21704
|
-
export declare type DateRelativeFilterGranularityEnum = typeof DateRelativeFilterGranularityEnum[keyof typeof DateRelativeFilterGranularityEnum];
|
|
21704
|
+
export declare type DateRelativeFilterGranularityEnum = (typeof DateRelativeFilterGranularityEnum)[keyof typeof DateRelativeFilterGranularityEnum];
|
|
21705
21705
|
|
|
21706
21706
|
/**
|
|
21707
21707
|
*
|
|
@@ -21771,7 +21771,7 @@ export declare const DeclarativeAggregatedFactSourceColumnDataTypeEnum: {
|
|
|
21771
21771
|
readonly BOOLEAN: "BOOLEAN";
|
|
21772
21772
|
};
|
|
21773
21773
|
|
|
21774
|
-
export declare type DeclarativeAggregatedFactSourceColumnDataTypeEnum = typeof DeclarativeAggregatedFactSourceColumnDataTypeEnum[keyof typeof DeclarativeAggregatedFactSourceColumnDataTypeEnum];
|
|
21774
|
+
export declare type DeclarativeAggregatedFactSourceColumnDataTypeEnum = (typeof DeclarativeAggregatedFactSourceColumnDataTypeEnum)[keyof typeof DeclarativeAggregatedFactSourceColumnDataTypeEnum];
|
|
21775
21775
|
|
|
21776
21776
|
/**
|
|
21777
21777
|
*
|
|
@@ -21885,7 +21885,7 @@ export declare const DeclarativeAnalyticalDashboardIdentifierTypeEnum: {
|
|
|
21885
21885
|
readonly ANALYTICAL_DASHBOARD: "analyticalDashboard";
|
|
21886
21886
|
};
|
|
21887
21887
|
|
|
21888
|
-
export declare type DeclarativeAnalyticalDashboardIdentifierTypeEnum = typeof DeclarativeAnalyticalDashboardIdentifierTypeEnum[keyof typeof DeclarativeAnalyticalDashboardIdentifierTypeEnum];
|
|
21888
|
+
export declare type DeclarativeAnalyticalDashboardIdentifierTypeEnum = (typeof DeclarativeAnalyticalDashboardIdentifierTypeEnum)[keyof typeof DeclarativeAnalyticalDashboardIdentifierTypeEnum];
|
|
21889
21889
|
|
|
21890
21890
|
/**
|
|
21891
21891
|
* Analytical dashboard permission.
|
|
@@ -21907,7 +21907,7 @@ export declare const DeclarativeAnalyticalDashboardPermissionAssignmentNameEnum:
|
|
|
21907
21907
|
readonly VIEW: "VIEW";
|
|
21908
21908
|
};
|
|
21909
21909
|
|
|
21910
|
-
export declare type DeclarativeAnalyticalDashboardPermissionAssignmentNameEnum = typeof DeclarativeAnalyticalDashboardPermissionAssignmentNameEnum[keyof typeof DeclarativeAnalyticalDashboardPermissionAssignmentNameEnum];
|
|
21910
|
+
export declare type DeclarativeAnalyticalDashboardPermissionAssignmentNameEnum = (typeof DeclarativeAnalyticalDashboardPermissionAssignmentNameEnum)[keyof typeof DeclarativeAnalyticalDashboardPermissionAssignmentNameEnum];
|
|
21911
21911
|
|
|
21912
21912
|
/**
|
|
21913
21913
|
* Analytical dashboard permission for an assignee.
|
|
@@ -21949,7 +21949,7 @@ export declare const DeclarativeAnalyticalDashboardPermissionForAssigneeNameEnum
|
|
|
21949
21949
|
readonly VIEW: "VIEW";
|
|
21950
21950
|
};
|
|
21951
21951
|
|
|
21952
|
-
export declare type DeclarativeAnalyticalDashboardPermissionForAssigneeNameEnum = typeof DeclarativeAnalyticalDashboardPermissionForAssigneeNameEnum[keyof typeof DeclarativeAnalyticalDashboardPermissionForAssigneeNameEnum];
|
|
21952
|
+
export declare type DeclarativeAnalyticalDashboardPermissionForAssigneeNameEnum = (typeof DeclarativeAnalyticalDashboardPermissionForAssigneeNameEnum)[keyof typeof DeclarativeAnalyticalDashboardPermissionForAssigneeNameEnum];
|
|
21953
21953
|
|
|
21954
21954
|
/**
|
|
21955
21955
|
* Analytical dashboard permission for a collection of assignees identified by a rule.
|
|
@@ -21991,7 +21991,7 @@ export declare const DeclarativeAnalyticalDashboardPermissionForAssigneeRuleName
|
|
|
21991
21991
|
readonly VIEW: "VIEW";
|
|
21992
21992
|
};
|
|
21993
21993
|
|
|
21994
|
-
export declare type DeclarativeAnalyticalDashboardPermissionForAssigneeRuleNameEnum = typeof DeclarativeAnalyticalDashboardPermissionForAssigneeRuleNameEnum[keyof typeof DeclarativeAnalyticalDashboardPermissionForAssigneeRuleNameEnum];
|
|
21994
|
+
export declare type DeclarativeAnalyticalDashboardPermissionForAssigneeRuleNameEnum = (typeof DeclarativeAnalyticalDashboardPermissionForAssigneeRuleNameEnum)[keyof typeof DeclarativeAnalyticalDashboardPermissionForAssigneeRuleNameEnum];
|
|
21995
21995
|
|
|
21996
21996
|
/**
|
|
21997
21997
|
* Entities describing users\' view on data.
|
|
@@ -22198,7 +22198,7 @@ export declare const DeclarativeAttributeSortDirectionEnum: {
|
|
|
22198
22198
|
readonly DESC: "DESC";
|
|
22199
22199
|
};
|
|
22200
22200
|
|
|
22201
|
-
export declare type DeclarativeAttributeSortDirectionEnum = typeof DeclarativeAttributeSortDirectionEnum[keyof typeof DeclarativeAttributeSortDirectionEnum];
|
|
22201
|
+
export declare type DeclarativeAttributeSortDirectionEnum = (typeof DeclarativeAttributeSortDirectionEnum)[keyof typeof DeclarativeAttributeSortDirectionEnum];
|
|
22202
22202
|
|
|
22203
22203
|
export declare const DeclarativeAttributeSourceColumnDataTypeEnum: {
|
|
22204
22204
|
readonly INT: "INT";
|
|
@@ -22210,7 +22210,7 @@ export declare const DeclarativeAttributeSourceColumnDataTypeEnum: {
|
|
|
22210
22210
|
readonly BOOLEAN: "BOOLEAN";
|
|
22211
22211
|
};
|
|
22212
22212
|
|
|
22213
|
-
export declare type DeclarativeAttributeSourceColumnDataTypeEnum = typeof DeclarativeAttributeSourceColumnDataTypeEnum[keyof typeof DeclarativeAttributeSourceColumnDataTypeEnum];
|
|
22213
|
+
export declare type DeclarativeAttributeSourceColumnDataTypeEnum = (typeof DeclarativeAttributeSourceColumnDataTypeEnum)[keyof typeof DeclarativeAttributeSourceColumnDataTypeEnum];
|
|
22214
22214
|
|
|
22215
22215
|
/**
|
|
22216
22216
|
*
|
|
@@ -22371,7 +22371,7 @@ export declare const DeclarativeAutomationStateEnum: {
|
|
|
22371
22371
|
readonly PAUSED: "PAUSED";
|
|
22372
22372
|
};
|
|
22373
22373
|
|
|
22374
|
-
export declare type DeclarativeAutomationStateEnum = typeof DeclarativeAutomationStateEnum[keyof typeof DeclarativeAutomationStateEnum];
|
|
22374
|
+
export declare type DeclarativeAutomationStateEnum = (typeof DeclarativeAutomationStateEnum)[keyof typeof DeclarativeAutomationStateEnum];
|
|
22375
22375
|
|
|
22376
22376
|
/**
|
|
22377
22377
|
* Color palette and its properties.
|
|
@@ -22447,7 +22447,7 @@ export declare const DeclarativeColumnDataTypeEnum: {
|
|
|
22447
22447
|
readonly BOOLEAN: "BOOLEAN";
|
|
22448
22448
|
};
|
|
22449
22449
|
|
|
22450
|
-
export declare type DeclarativeColumnDataTypeEnum = typeof DeclarativeColumnDataTypeEnum[keyof typeof DeclarativeColumnDataTypeEnum];
|
|
22450
|
+
export declare type DeclarativeColumnDataTypeEnum = (typeof DeclarativeColumnDataTypeEnum)[keyof typeof DeclarativeColumnDataTypeEnum];
|
|
22451
22451
|
|
|
22452
22452
|
/**
|
|
22453
22453
|
*
|
|
@@ -22807,14 +22807,14 @@ export declare const DeclarativeDataSourceAuthenticationTypeEnum: {
|
|
|
22807
22807
|
readonly ACCESS_TOKEN: "ACCESS_TOKEN";
|
|
22808
22808
|
};
|
|
22809
22809
|
|
|
22810
|
-
export declare type DeclarativeDataSourceAuthenticationTypeEnum = typeof DeclarativeDataSourceAuthenticationTypeEnum[keyof typeof DeclarativeDataSourceAuthenticationTypeEnum];
|
|
22810
|
+
export declare type DeclarativeDataSourceAuthenticationTypeEnum = (typeof DeclarativeDataSourceAuthenticationTypeEnum)[keyof typeof DeclarativeDataSourceAuthenticationTypeEnum];
|
|
22811
22811
|
|
|
22812
22812
|
export declare const DeclarativeDataSourceCacheStrategyEnum: {
|
|
22813
22813
|
readonly ALWAYS: "ALWAYS";
|
|
22814
22814
|
readonly NEVER: "NEVER";
|
|
22815
22815
|
};
|
|
22816
22816
|
|
|
22817
|
-
export declare type DeclarativeDataSourceCacheStrategyEnum = typeof DeclarativeDataSourceCacheStrategyEnum[keyof typeof DeclarativeDataSourceCacheStrategyEnum];
|
|
22817
|
+
export declare type DeclarativeDataSourceCacheStrategyEnum = (typeof DeclarativeDataSourceCacheStrategyEnum)[keyof typeof DeclarativeDataSourceCacheStrategyEnum];
|
|
22818
22818
|
|
|
22819
22819
|
/**
|
|
22820
22820
|
*
|
|
@@ -22841,7 +22841,7 @@ export declare const DeclarativeDataSourcePermissionNameEnum: {
|
|
|
22841
22841
|
readonly USE: "USE";
|
|
22842
22842
|
};
|
|
22843
22843
|
|
|
22844
|
-
export declare type DeclarativeDataSourcePermissionNameEnum = typeof DeclarativeDataSourcePermissionNameEnum[keyof typeof DeclarativeDataSourcePermissionNameEnum];
|
|
22844
|
+
export declare type DeclarativeDataSourcePermissionNameEnum = (typeof DeclarativeDataSourcePermissionNameEnum)[keyof typeof DeclarativeDataSourcePermissionNameEnum];
|
|
22845
22845
|
|
|
22846
22846
|
/**
|
|
22847
22847
|
* Data source permissions.
|
|
@@ -22899,7 +22899,7 @@ export declare const DeclarativeDataSourceTypeEnum: {
|
|
|
22899
22899
|
readonly ATHENA: "ATHENA";
|
|
22900
22900
|
};
|
|
22901
22901
|
|
|
22902
|
-
export declare type DeclarativeDataSourceTypeEnum = typeof DeclarativeDataSourceTypeEnum[keyof typeof DeclarativeDataSourceTypeEnum];
|
|
22902
|
+
export declare type DeclarativeDataSourceTypeEnum = (typeof DeclarativeDataSourceTypeEnum)[keyof typeof DeclarativeDataSourceTypeEnum];
|
|
22903
22903
|
|
|
22904
22904
|
/**
|
|
22905
22905
|
* A date dataset.
|
|
@@ -22963,7 +22963,7 @@ export declare const DeclarativeDateDatasetGranularitiesEnum: {
|
|
|
22963
22963
|
readonly QUARTER_OF_YEAR: "QUARTER_OF_YEAR";
|
|
22964
22964
|
};
|
|
22965
22965
|
|
|
22966
|
-
export declare type DeclarativeDateDatasetGranularitiesEnum = typeof DeclarativeDateDatasetGranularitiesEnum[keyof typeof DeclarativeDateDatasetGranularitiesEnum];
|
|
22966
|
+
export declare type DeclarativeDateDatasetGranularitiesEnum = (typeof DeclarativeDateDatasetGranularitiesEnum)[keyof typeof DeclarativeDateDatasetGranularitiesEnum];
|
|
22967
22967
|
|
|
22968
22968
|
/**
|
|
22969
22969
|
*
|
|
@@ -23051,7 +23051,7 @@ export declare const DeclarativeExportDefinitionIdentifierTypeEnum: {
|
|
|
23051
23051
|
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
23052
23052
|
};
|
|
23053
23053
|
|
|
23054
|
-
export declare type DeclarativeExportDefinitionIdentifierTypeEnum = typeof DeclarativeExportDefinitionIdentifierTypeEnum[keyof typeof DeclarativeExportDefinitionIdentifierTypeEnum];
|
|
23054
|
+
export declare type DeclarativeExportDefinitionIdentifierTypeEnum = (typeof DeclarativeExportDefinitionIdentifierTypeEnum)[keyof typeof DeclarativeExportDefinitionIdentifierTypeEnum];
|
|
23055
23055
|
|
|
23056
23056
|
/**
|
|
23057
23057
|
* A declarative form of a particular export template.
|
|
@@ -23153,7 +23153,7 @@ export declare const DeclarativeFactSourceColumnDataTypeEnum: {
|
|
|
23153
23153
|
readonly BOOLEAN: "BOOLEAN";
|
|
23154
23154
|
};
|
|
23155
23155
|
|
|
23156
|
-
export declare type DeclarativeFactSourceColumnDataTypeEnum = typeof DeclarativeFactSourceColumnDataTypeEnum[keyof typeof DeclarativeFactSourceColumnDataTypeEnum];
|
|
23156
|
+
export declare type DeclarativeFactSourceColumnDataTypeEnum = (typeof DeclarativeFactSourceColumnDataTypeEnum)[keyof typeof DeclarativeFactSourceColumnDataTypeEnum];
|
|
23157
23157
|
|
|
23158
23158
|
/**
|
|
23159
23159
|
*
|
|
@@ -23357,7 +23357,7 @@ export declare const DeclarativeIdentityProviderIdentifierTypeEnum: {
|
|
|
23357
23357
|
readonly IDENTITY_PROVIDER: "identityProvider";
|
|
23358
23358
|
};
|
|
23359
23359
|
|
|
23360
|
-
export declare type DeclarativeIdentityProviderIdentifierTypeEnum = typeof DeclarativeIdentityProviderIdentifierTypeEnum[keyof typeof DeclarativeIdentityProviderIdentifierTypeEnum];
|
|
23360
|
+
export declare type DeclarativeIdentityProviderIdentifierTypeEnum = (typeof DeclarativeIdentityProviderIdentifierTypeEnum)[keyof typeof DeclarativeIdentityProviderIdentifierTypeEnum];
|
|
23361
23361
|
|
|
23362
23362
|
export declare const DeclarativeIdentityProviderIdpTypeEnum: {
|
|
23363
23363
|
readonly MANAGED_IDP: "MANAGED_IDP";
|
|
@@ -23365,7 +23365,7 @@ export declare const DeclarativeIdentityProviderIdpTypeEnum: {
|
|
|
23365
23365
|
readonly CUSTOM_IDP: "CUSTOM_IDP";
|
|
23366
23366
|
};
|
|
23367
23367
|
|
|
23368
|
-
export declare type DeclarativeIdentityProviderIdpTypeEnum = typeof DeclarativeIdentityProviderIdpTypeEnum[keyof typeof DeclarativeIdentityProviderIdpTypeEnum];
|
|
23368
|
+
export declare type DeclarativeIdentityProviderIdpTypeEnum = (typeof DeclarativeIdentityProviderIdpTypeEnum)[keyof typeof DeclarativeIdentityProviderIdpTypeEnum];
|
|
23369
23369
|
|
|
23370
23370
|
/**
|
|
23371
23371
|
* A declarative form of the JWK.
|
|
@@ -23454,7 +23454,7 @@ export declare const DeclarativeLabelSourceColumnDataTypeEnum: {
|
|
|
23454
23454
|
readonly BOOLEAN: "BOOLEAN";
|
|
23455
23455
|
};
|
|
23456
23456
|
|
|
23457
|
-
export declare type DeclarativeLabelSourceColumnDataTypeEnum = typeof DeclarativeLabelSourceColumnDataTypeEnum[keyof typeof DeclarativeLabelSourceColumnDataTypeEnum];
|
|
23457
|
+
export declare type DeclarativeLabelSourceColumnDataTypeEnum = (typeof DeclarativeLabelSourceColumnDataTypeEnum)[keyof typeof DeclarativeLabelSourceColumnDataTypeEnum];
|
|
23458
23458
|
|
|
23459
23459
|
export declare const DeclarativeLabelValueTypeEnum: {
|
|
23460
23460
|
readonly TEXT: "TEXT";
|
|
@@ -23465,7 +23465,7 @@ export declare const DeclarativeLabelValueTypeEnum: {
|
|
|
23465
23465
|
readonly IMAGE: "IMAGE";
|
|
23466
23466
|
};
|
|
23467
23467
|
|
|
23468
|
-
export declare type DeclarativeLabelValueTypeEnum = typeof DeclarativeLabelValueTypeEnum[keyof typeof DeclarativeLabelValueTypeEnum];
|
|
23468
|
+
export declare type DeclarativeLabelValueTypeEnum = (typeof DeclarativeLabelValueTypeEnum)[keyof typeof DeclarativeLabelValueTypeEnum];
|
|
23469
23469
|
|
|
23470
23470
|
/**
|
|
23471
23471
|
* A logical data model (LDM) representation.
|
|
@@ -23643,7 +23643,7 @@ export declare const DeclarativeNotificationChannelAllowedRecipientsEnum: {
|
|
|
23643
23643
|
readonly EXTERNAL: "EXTERNAL";
|
|
23644
23644
|
};
|
|
23645
23645
|
|
|
23646
|
-
export declare type DeclarativeNotificationChannelAllowedRecipientsEnum = typeof DeclarativeNotificationChannelAllowedRecipientsEnum[keyof typeof DeclarativeNotificationChannelAllowedRecipientsEnum];
|
|
23646
|
+
export declare type DeclarativeNotificationChannelAllowedRecipientsEnum = (typeof DeclarativeNotificationChannelAllowedRecipientsEnum)[keyof typeof DeclarativeNotificationChannelAllowedRecipientsEnum];
|
|
23647
23647
|
|
|
23648
23648
|
export declare const DeclarativeNotificationChannelDashboardLinkVisibilityEnum: {
|
|
23649
23649
|
readonly HIDDEN: "HIDDEN";
|
|
@@ -23651,7 +23651,7 @@ export declare const DeclarativeNotificationChannelDashboardLinkVisibilityEnum:
|
|
|
23651
23651
|
readonly ALL: "ALL";
|
|
23652
23652
|
};
|
|
23653
23653
|
|
|
23654
|
-
export declare type DeclarativeNotificationChannelDashboardLinkVisibilityEnum = typeof DeclarativeNotificationChannelDashboardLinkVisibilityEnum[keyof typeof DeclarativeNotificationChannelDashboardLinkVisibilityEnum];
|
|
23654
|
+
export declare type DeclarativeNotificationChannelDashboardLinkVisibilityEnum = (typeof DeclarativeNotificationChannelDashboardLinkVisibilityEnum)[keyof typeof DeclarativeNotificationChannelDashboardLinkVisibilityEnum];
|
|
23655
23655
|
|
|
23656
23656
|
export declare const DeclarativeNotificationChannelDestinationTypeEnum: {
|
|
23657
23657
|
readonly WEBHOOK: "WEBHOOK";
|
|
@@ -23660,7 +23660,7 @@ export declare const DeclarativeNotificationChannelDestinationTypeEnum: {
|
|
|
23660
23660
|
readonly IN_PLATFORM: "IN_PLATFORM";
|
|
23661
23661
|
};
|
|
23662
23662
|
|
|
23663
|
-
export declare type DeclarativeNotificationChannelDestinationTypeEnum = typeof DeclarativeNotificationChannelDestinationTypeEnum[keyof typeof DeclarativeNotificationChannelDestinationTypeEnum];
|
|
23663
|
+
export declare type DeclarativeNotificationChannelDestinationTypeEnum = (typeof DeclarativeNotificationChannelDestinationTypeEnum)[keyof typeof DeclarativeNotificationChannelDestinationTypeEnum];
|
|
23664
23664
|
|
|
23665
23665
|
/**
|
|
23666
23666
|
* A notification channel identifier.
|
|
@@ -23686,14 +23686,14 @@ export declare const DeclarativeNotificationChannelIdentifierTypeEnum: {
|
|
|
23686
23686
|
readonly NOTIFICATION_CHANNEL: "notificationChannel";
|
|
23687
23687
|
};
|
|
23688
23688
|
|
|
23689
|
-
export declare type DeclarativeNotificationChannelIdentifierTypeEnum = typeof DeclarativeNotificationChannelIdentifierTypeEnum[keyof typeof DeclarativeNotificationChannelIdentifierTypeEnum];
|
|
23689
|
+
export declare type DeclarativeNotificationChannelIdentifierTypeEnum = (typeof DeclarativeNotificationChannelIdentifierTypeEnum)[keyof typeof DeclarativeNotificationChannelIdentifierTypeEnum];
|
|
23690
23690
|
|
|
23691
23691
|
export declare const DeclarativeNotificationChannelInPlatformNotificationEnum: {
|
|
23692
23692
|
readonly DISABLED: "DISABLED";
|
|
23693
23693
|
readonly ENABLED: "ENABLED";
|
|
23694
23694
|
};
|
|
23695
23695
|
|
|
23696
|
-
export declare type DeclarativeNotificationChannelInPlatformNotificationEnum = typeof DeclarativeNotificationChannelInPlatformNotificationEnum[keyof typeof DeclarativeNotificationChannelInPlatformNotificationEnum];
|
|
23696
|
+
export declare type DeclarativeNotificationChannelInPlatformNotificationEnum = (typeof DeclarativeNotificationChannelInPlatformNotificationEnum)[keyof typeof DeclarativeNotificationChannelInPlatformNotificationEnum];
|
|
23697
23697
|
|
|
23698
23698
|
/**
|
|
23699
23699
|
* Notification channels.
|
|
@@ -23927,7 +23927,7 @@ export declare const DeclarativeOrganizationPermissionNameEnum: {
|
|
|
23927
23927
|
readonly SELF_CREATE_TOKEN: "SELF_CREATE_TOKEN";
|
|
23928
23928
|
};
|
|
23929
23929
|
|
|
23930
|
-
export declare type DeclarativeOrganizationPermissionNameEnum = typeof DeclarativeOrganizationPermissionNameEnum[keyof typeof DeclarativeOrganizationPermissionNameEnum];
|
|
23930
|
+
export declare type DeclarativeOrganizationPermissionNameEnum = (typeof DeclarativeOrganizationPermissionNameEnum)[keyof typeof DeclarativeOrganizationPermissionNameEnum];
|
|
23931
23931
|
|
|
23932
23932
|
/**
|
|
23933
23933
|
* A dataset reference.
|
|
@@ -24005,7 +24005,7 @@ export declare const DeclarativeReferenceSourceColumnDataTypesEnum: {
|
|
|
24005
24005
|
readonly BOOLEAN: "BOOLEAN";
|
|
24006
24006
|
};
|
|
24007
24007
|
|
|
24008
|
-
export declare type DeclarativeReferenceSourceColumnDataTypesEnum = typeof DeclarativeReferenceSourceColumnDataTypesEnum[keyof typeof DeclarativeReferenceSourceColumnDataTypesEnum];
|
|
24008
|
+
export declare type DeclarativeReferenceSourceColumnDataTypesEnum = (typeof DeclarativeReferenceSourceColumnDataTypesEnum)[keyof typeof DeclarativeReferenceSourceColumnDataTypesEnum];
|
|
24009
24009
|
|
|
24010
24010
|
export declare const DeclarativeReferenceSourceDataTypeEnum: {
|
|
24011
24011
|
readonly INT: "INT";
|
|
@@ -24017,7 +24017,7 @@ export declare const DeclarativeReferenceSourceDataTypeEnum: {
|
|
|
24017
24017
|
readonly BOOLEAN: "BOOLEAN";
|
|
24018
24018
|
};
|
|
24019
24019
|
|
|
24020
|
-
export declare type DeclarativeReferenceSourceDataTypeEnum = typeof DeclarativeReferenceSourceDataTypeEnum[keyof typeof DeclarativeReferenceSourceDataTypeEnum];
|
|
24020
|
+
export declare type DeclarativeReferenceSourceDataTypeEnum = (typeof DeclarativeReferenceSourceDataTypeEnum)[keyof typeof DeclarativeReferenceSourceDataTypeEnum];
|
|
24021
24021
|
|
|
24022
24022
|
/**
|
|
24023
24023
|
* Declarative specification of the cryptographic key.
|
|
@@ -24081,19 +24081,19 @@ export declare const DeclarativeRsaSpecificationAlgEnum: {
|
|
|
24081
24081
|
readonly RS512: "RS512";
|
|
24082
24082
|
};
|
|
24083
24083
|
|
|
24084
|
-
export declare type DeclarativeRsaSpecificationAlgEnum = typeof DeclarativeRsaSpecificationAlgEnum[keyof typeof DeclarativeRsaSpecificationAlgEnum];
|
|
24084
|
+
export declare type DeclarativeRsaSpecificationAlgEnum = (typeof DeclarativeRsaSpecificationAlgEnum)[keyof typeof DeclarativeRsaSpecificationAlgEnum];
|
|
24085
24085
|
|
|
24086
24086
|
export declare const DeclarativeRsaSpecificationKtyEnum: {
|
|
24087
24087
|
readonly RSA: "RSA";
|
|
24088
24088
|
};
|
|
24089
24089
|
|
|
24090
|
-
export declare type DeclarativeRsaSpecificationKtyEnum = typeof DeclarativeRsaSpecificationKtyEnum[keyof typeof DeclarativeRsaSpecificationKtyEnum];
|
|
24090
|
+
export declare type DeclarativeRsaSpecificationKtyEnum = (typeof DeclarativeRsaSpecificationKtyEnum)[keyof typeof DeclarativeRsaSpecificationKtyEnum];
|
|
24091
24091
|
|
|
24092
24092
|
export declare const DeclarativeRsaSpecificationUseEnum: {
|
|
24093
24093
|
readonly SIG: "sig";
|
|
24094
24094
|
};
|
|
24095
24095
|
|
|
24096
|
-
export declare type DeclarativeRsaSpecificationUseEnum = typeof DeclarativeRsaSpecificationUseEnum[keyof typeof DeclarativeRsaSpecificationUseEnum];
|
|
24096
|
+
export declare type DeclarativeRsaSpecificationUseEnum = (typeof DeclarativeRsaSpecificationUseEnum)[keyof typeof DeclarativeRsaSpecificationUseEnum];
|
|
24097
24097
|
|
|
24098
24098
|
/**
|
|
24099
24099
|
* Setting and its value.
|
|
@@ -24149,7 +24149,7 @@ export declare const DeclarativeSettingTypeEnum: {
|
|
|
24149
24149
|
readonly ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL";
|
|
24150
24150
|
};
|
|
24151
24151
|
|
|
24152
|
-
export declare type DeclarativeSettingTypeEnum = typeof DeclarativeSettingTypeEnum[keyof typeof DeclarativeSettingTypeEnum];
|
|
24152
|
+
export declare type DeclarativeSettingTypeEnum = (typeof DeclarativeSettingTypeEnum)[keyof typeof DeclarativeSettingTypeEnum];
|
|
24153
24153
|
|
|
24154
24154
|
/**
|
|
24155
24155
|
*
|
|
@@ -24183,7 +24183,7 @@ export declare const DeclarativeSingleWorkspacePermissionNameEnum: {
|
|
|
24183
24183
|
readonly VIEW: "VIEW";
|
|
24184
24184
|
};
|
|
24185
24185
|
|
|
24186
|
-
export declare type DeclarativeSingleWorkspacePermissionNameEnum = typeof DeclarativeSingleWorkspacePermissionNameEnum[keyof typeof DeclarativeSingleWorkspacePermissionNameEnum];
|
|
24186
|
+
export declare type DeclarativeSingleWorkspacePermissionNameEnum = (typeof DeclarativeSingleWorkspacePermissionNameEnum)[keyof typeof DeclarativeSingleWorkspacePermissionNameEnum];
|
|
24187
24187
|
|
|
24188
24188
|
/**
|
|
24189
24189
|
* Aggregated awareness source fact reference.
|
|
@@ -24211,7 +24211,7 @@ export declare const DeclarativeSourceFactReferenceOperationEnum: {
|
|
|
24211
24211
|
readonly MAX: "MAX";
|
|
24212
24212
|
};
|
|
24213
24213
|
|
|
24214
|
-
export declare type DeclarativeSourceFactReferenceOperationEnum = typeof DeclarativeSourceFactReferenceOperationEnum[keyof typeof DeclarativeSourceFactReferenceOperationEnum];
|
|
24214
|
+
export declare type DeclarativeSourceFactReferenceOperationEnum = (typeof DeclarativeSourceFactReferenceOperationEnum)[keyof typeof DeclarativeSourceFactReferenceOperationEnum];
|
|
24215
24215
|
|
|
24216
24216
|
/**
|
|
24217
24217
|
* A database table.
|
|
@@ -24453,7 +24453,7 @@ export declare const DeclarativeUserGroupIdentifierTypeEnum: {
|
|
|
24453
24453
|
readonly USER_GROUP: "userGroup";
|
|
24454
24454
|
};
|
|
24455
24455
|
|
|
24456
|
-
export declare type DeclarativeUserGroupIdentifierTypeEnum = typeof DeclarativeUserGroupIdentifierTypeEnum[keyof typeof DeclarativeUserGroupIdentifierTypeEnum];
|
|
24456
|
+
export declare type DeclarativeUserGroupIdentifierTypeEnum = (typeof DeclarativeUserGroupIdentifierTypeEnum)[keyof typeof DeclarativeUserGroupIdentifierTypeEnum];
|
|
24457
24457
|
|
|
24458
24458
|
/**
|
|
24459
24459
|
* Definition of a user-group permission assigned to a user/user-group.
|
|
@@ -24479,7 +24479,7 @@ export declare const DeclarativeUserGroupPermissionNameEnum: {
|
|
|
24479
24479
|
readonly SEE: "SEE";
|
|
24480
24480
|
};
|
|
24481
24481
|
|
|
24482
|
-
export declare type DeclarativeUserGroupPermissionNameEnum = typeof DeclarativeUserGroupPermissionNameEnum[keyof typeof DeclarativeUserGroupPermissionNameEnum];
|
|
24482
|
+
export declare type DeclarativeUserGroupPermissionNameEnum = (typeof DeclarativeUserGroupPermissionNameEnum)[keyof typeof DeclarativeUserGroupPermissionNameEnum];
|
|
24483
24483
|
|
|
24484
24484
|
/**
|
|
24485
24485
|
* Definition of permissions associated with a user-group.
|
|
@@ -24533,7 +24533,7 @@ export declare const DeclarativeUserIdentifierTypeEnum: {
|
|
|
24533
24533
|
readonly USER: "user";
|
|
24534
24534
|
};
|
|
24535
24535
|
|
|
24536
|
-
export declare type DeclarativeUserIdentifierTypeEnum = typeof DeclarativeUserIdentifierTypeEnum[keyof typeof DeclarativeUserIdentifierTypeEnum];
|
|
24536
|
+
export declare type DeclarativeUserIdentifierTypeEnum = (typeof DeclarativeUserIdentifierTypeEnum)[keyof typeof DeclarativeUserIdentifierTypeEnum];
|
|
24537
24537
|
|
|
24538
24538
|
/**
|
|
24539
24539
|
* Definition of a user permission assigned to a user/user-group.
|
|
@@ -24559,7 +24559,7 @@ export declare const DeclarativeUserPermissionNameEnum: {
|
|
|
24559
24559
|
readonly SEE: "SEE";
|
|
24560
24560
|
};
|
|
24561
24561
|
|
|
24562
|
-
export declare type DeclarativeUserPermissionNameEnum = typeof DeclarativeUserPermissionNameEnum[keyof typeof DeclarativeUserPermissionNameEnum];
|
|
24562
|
+
export declare type DeclarativeUserPermissionNameEnum = (typeof DeclarativeUserPermissionNameEnum)[keyof typeof DeclarativeUserPermissionNameEnum];
|
|
24563
24563
|
|
|
24564
24564
|
/**
|
|
24565
24565
|
* Definition of permissions associated with a user.
|
|
@@ -24856,7 +24856,7 @@ export declare const DeclarativeWorkspaceDataFilterColumnDataTypeEnum: {
|
|
|
24856
24856
|
readonly BOOLEAN: "BOOLEAN";
|
|
24857
24857
|
};
|
|
24858
24858
|
|
|
24859
|
-
export declare type DeclarativeWorkspaceDataFilterColumnDataTypeEnum = typeof DeclarativeWorkspaceDataFilterColumnDataTypeEnum[keyof typeof DeclarativeWorkspaceDataFilterColumnDataTypeEnum];
|
|
24859
|
+
export declare type DeclarativeWorkspaceDataFilterColumnDataTypeEnum = (typeof DeclarativeWorkspaceDataFilterColumnDataTypeEnum)[keyof typeof DeclarativeWorkspaceDataFilterColumnDataTypeEnum];
|
|
24860
24860
|
|
|
24861
24861
|
/**
|
|
24862
24862
|
*
|
|
@@ -24894,7 +24894,7 @@ export declare const DeclarativeWorkspaceDataFilterReferencesFilterColumnDataTyp
|
|
|
24894
24894
|
readonly BOOLEAN: "BOOLEAN";
|
|
24895
24895
|
};
|
|
24896
24896
|
|
|
24897
|
-
export declare type DeclarativeWorkspaceDataFilterReferencesFilterColumnDataTypeEnum = typeof DeclarativeWorkspaceDataFilterReferencesFilterColumnDataTypeEnum[keyof typeof DeclarativeWorkspaceDataFilterReferencesFilterColumnDataTypeEnum];
|
|
24897
|
+
export declare type DeclarativeWorkspaceDataFilterReferencesFilterColumnDataTypeEnum = (typeof DeclarativeWorkspaceDataFilterReferencesFilterColumnDataTypeEnum)[keyof typeof DeclarativeWorkspaceDataFilterReferencesFilterColumnDataTypeEnum];
|
|
24898
24898
|
|
|
24899
24899
|
/**
|
|
24900
24900
|
* Declarative form of data filters.
|
|
@@ -24980,7 +24980,7 @@ export declare const DeclarativeWorkspaceHierarchyPermissionNameEnum: {
|
|
|
24980
24980
|
readonly VIEW: "VIEW";
|
|
24981
24981
|
};
|
|
24982
24982
|
|
|
24983
|
-
export declare type DeclarativeWorkspaceHierarchyPermissionNameEnum = typeof DeclarativeWorkspaceHierarchyPermissionNameEnum[keyof typeof DeclarativeWorkspaceHierarchyPermissionNameEnum];
|
|
24983
|
+
export declare type DeclarativeWorkspaceHierarchyPermissionNameEnum = (typeof DeclarativeWorkspaceHierarchyPermissionNameEnum)[keyof typeof DeclarativeWorkspaceHierarchyPermissionNameEnum];
|
|
24984
24984
|
|
|
24985
24985
|
/**
|
|
24986
24986
|
* A declarative form of a model and analytics for a workspace.
|
|
@@ -25098,13 +25098,13 @@ export declare const DefaultSmtpAllOfTypeEnum: {
|
|
|
25098
25098
|
readonly DEFAULT_SMTP: "DEFAULT_SMTP";
|
|
25099
25099
|
};
|
|
25100
25100
|
|
|
25101
|
-
export declare type DefaultSmtpAllOfTypeEnum = typeof DefaultSmtpAllOfTypeEnum[keyof typeof DefaultSmtpAllOfTypeEnum];
|
|
25101
|
+
export declare type DefaultSmtpAllOfTypeEnum = (typeof DefaultSmtpAllOfTypeEnum)[keyof typeof DefaultSmtpAllOfTypeEnum];
|
|
25102
25102
|
|
|
25103
25103
|
export declare const DefaultSmtpTypeEnum: {
|
|
25104
25104
|
readonly DEFAULT_SMTP: "DEFAULT_SMTP";
|
|
25105
25105
|
};
|
|
25106
25106
|
|
|
25107
|
-
export declare type DefaultSmtpTypeEnum = typeof DefaultSmtpTypeEnum[keyof typeof DefaultSmtpTypeEnum];
|
|
25107
|
+
export declare type DefaultSmtpTypeEnum = (typeof DefaultSmtpTypeEnum)[keyof typeof DefaultSmtpTypeEnum];
|
|
25108
25108
|
|
|
25109
25109
|
declare const defaultTigerClient: ITigerClient;
|
|
25110
25110
|
export default defaultTigerClient;
|
|
@@ -25343,7 +25343,7 @@ export declare const DependentEntitiesNodeTypeEnum: {
|
|
|
25343
25343
|
readonly FILTER_VIEW: "filterView";
|
|
25344
25344
|
};
|
|
25345
25345
|
|
|
25346
|
-
export declare type DependentEntitiesNodeTypeEnum = typeof DependentEntitiesNodeTypeEnum[keyof typeof DependentEntitiesNodeTypeEnum];
|
|
25346
|
+
export declare type DependentEntitiesNodeTypeEnum = (typeof DependentEntitiesNodeTypeEnum)[keyof typeof DependentEntitiesNodeTypeEnum];
|
|
25347
25347
|
|
|
25348
25348
|
/**
|
|
25349
25349
|
*
|
|
@@ -25443,7 +25443,7 @@ export declare const DimAttributeTypeEnum: {
|
|
|
25443
25443
|
readonly ATTRIBUTE: "attribute";
|
|
25444
25444
|
};
|
|
25445
25445
|
|
|
25446
|
-
export declare type DimAttributeTypeEnum = typeof DimAttributeTypeEnum[keyof typeof DimAttributeTypeEnum];
|
|
25446
|
+
export declare type DimAttributeTypeEnum = (typeof DimAttributeTypeEnum)[keyof typeof DimAttributeTypeEnum];
|
|
25447
25447
|
|
|
25448
25448
|
/**
|
|
25449
25449
|
* Single dimension description.
|
|
@@ -25586,7 +25586,7 @@ export declare const ElementsRequestSortOrderEnum: {
|
|
|
25586
25586
|
readonly DESC: "DESC";
|
|
25587
25587
|
};
|
|
25588
25588
|
|
|
25589
|
-
export declare type ElementsRequestSortOrderEnum = typeof ElementsRequestSortOrderEnum[keyof typeof ElementsRequestSortOrderEnum];
|
|
25589
|
+
export declare type ElementsRequestSortOrderEnum = (typeof ElementsRequestSortOrderEnum)[keyof typeof ElementsRequestSortOrderEnum];
|
|
25590
25590
|
|
|
25591
25591
|
/**
|
|
25592
25592
|
* Entity holding list of sorted & filtered label elements, related primary label of attribute owning requested label and paging.
|
|
@@ -25650,7 +25650,7 @@ export declare const ElementsResponseGranularityEnum: {
|
|
|
25650
25650
|
readonly QUARTER_OF_YEAR: "QUARTER_OF_YEAR";
|
|
25651
25651
|
};
|
|
25652
25652
|
|
|
25653
|
-
export declare type ElementsResponseGranularityEnum = typeof ElementsResponseGranularityEnum[keyof typeof ElementsResponseGranularityEnum];
|
|
25653
|
+
export declare type ElementsResponseGranularityEnum = (typeof ElementsResponseGranularityEnum)[keyof typeof ElementsResponseGranularityEnum];
|
|
25654
25654
|
|
|
25655
25655
|
/**
|
|
25656
25656
|
* EntitiesApi - object-oriented interface
|
|
@@ -42042,7 +42042,7 @@ export declare const EntitlementsRequestEntitlementsNameEnum: {
|
|
|
42042
42042
|
readonly CONTROLLED_FEATURE_ROLLOUT: "ControlledFeatureRollout";
|
|
42043
42043
|
};
|
|
42044
42044
|
|
|
42045
|
-
export declare type EntitlementsRequestEntitlementsNameEnum = typeof EntitlementsRequestEntitlementsNameEnum[keyof typeof EntitlementsRequestEntitlementsNameEnum];
|
|
42045
|
+
export declare type EntitlementsRequestEntitlementsNameEnum = (typeof EntitlementsRequestEntitlementsNameEnum)[keyof typeof EntitlementsRequestEntitlementsNameEnum];
|
|
42046
42046
|
|
|
42047
42047
|
/**
|
|
42048
42048
|
*
|
|
@@ -42080,7 +42080,7 @@ export declare const EntityIdentifierTypeEnum: {
|
|
|
42080
42080
|
readonly FILTER_VIEW: "filterView";
|
|
42081
42081
|
};
|
|
42082
42082
|
|
|
42083
|
-
export declare type EntityIdentifierTypeEnum = typeof EntityIdentifierTypeEnum[keyof typeof EntityIdentifierTypeEnum];
|
|
42083
|
+
export declare type EntityIdentifierTypeEnum = (typeof EntityIdentifierTypeEnum)[keyof typeof EntityIdentifierTypeEnum];
|
|
42084
42084
|
|
|
42085
42085
|
/**
|
|
42086
42086
|
* Links to the execution result.
|
|
@@ -42442,7 +42442,7 @@ export declare const ExportAfmObjectIdentifierAttributeIdentifierTypeEnum: {
|
|
|
42442
42442
|
readonly ATTRIBUTE: "attribute";
|
|
42443
42443
|
};
|
|
42444
42444
|
|
|
42445
|
-
export declare type ExportAfmObjectIdentifierAttributeIdentifierTypeEnum = typeof ExportAfmObjectIdentifierAttributeIdentifierTypeEnum[keyof typeof ExportAfmObjectIdentifierAttributeIdentifierTypeEnum];
|
|
42445
|
+
export declare type ExportAfmObjectIdentifierAttributeIdentifierTypeEnum = (typeof ExportAfmObjectIdentifierAttributeIdentifierTypeEnum)[keyof typeof ExportAfmObjectIdentifierAttributeIdentifierTypeEnum];
|
|
42446
42446
|
|
|
42447
42447
|
/**
|
|
42448
42448
|
* Reference to the metric, fact or attribute object to use for the metric.
|
|
@@ -42485,7 +42485,7 @@ export declare const ExportAfmObjectIdentifierCoreIdentifierTypeEnum: {
|
|
|
42485
42485
|
readonly METRIC: "metric";
|
|
42486
42486
|
};
|
|
42487
42487
|
|
|
42488
|
-
export declare type ExportAfmObjectIdentifierCoreIdentifierTypeEnum = typeof ExportAfmObjectIdentifierCoreIdentifierTypeEnum[keyof typeof ExportAfmObjectIdentifierCoreIdentifierTypeEnum];
|
|
42488
|
+
export declare type ExportAfmObjectIdentifierCoreIdentifierTypeEnum = (typeof ExportAfmObjectIdentifierCoreIdentifierTypeEnum)[keyof typeof ExportAfmObjectIdentifierCoreIdentifierTypeEnum];
|
|
42489
42489
|
|
|
42490
42490
|
/**
|
|
42491
42491
|
* Reference to the date dataset to which the filter should be applied.
|
|
@@ -42525,7 +42525,7 @@ export declare const ExportAfmObjectIdentifierDatasetIdentifierTypeEnum: {
|
|
|
42525
42525
|
readonly DATASET: "dataset";
|
|
42526
42526
|
};
|
|
42527
42527
|
|
|
42528
|
-
export declare type ExportAfmObjectIdentifierDatasetIdentifierTypeEnum = typeof ExportAfmObjectIdentifierDatasetIdentifierTypeEnum[keyof typeof ExportAfmObjectIdentifierDatasetIdentifierTypeEnum];
|
|
42528
|
+
export declare type ExportAfmObjectIdentifierDatasetIdentifierTypeEnum = (typeof ExportAfmObjectIdentifierDatasetIdentifierTypeEnum)[keyof typeof ExportAfmObjectIdentifierDatasetIdentifierTypeEnum];
|
|
42529
42529
|
|
|
42530
42530
|
/**
|
|
42531
42531
|
*
|
|
@@ -42560,7 +42560,7 @@ export declare const ExportAfmObjectIdentifierIdentifierTypeEnum: {
|
|
|
42560
42560
|
readonly FILTER_CONTEXT: "filterContext";
|
|
42561
42561
|
};
|
|
42562
42562
|
|
|
42563
|
-
export declare type ExportAfmObjectIdentifierIdentifierTypeEnum = typeof ExportAfmObjectIdentifierIdentifierTypeEnum[keyof typeof ExportAfmObjectIdentifierIdentifierTypeEnum];
|
|
42563
|
+
export declare type ExportAfmObjectIdentifierIdentifierTypeEnum = (typeof ExportAfmObjectIdentifierIdentifierTypeEnum)[keyof typeof ExportAfmObjectIdentifierIdentifierTypeEnum];
|
|
42564
42564
|
|
|
42565
42565
|
/**
|
|
42566
42566
|
*
|
|
@@ -42600,7 +42600,7 @@ export declare const ExportAfmObjectIdentifierLabelIdentifierTypeEnum: {
|
|
|
42600
42600
|
readonly LABEL: "label";
|
|
42601
42601
|
};
|
|
42602
42602
|
|
|
42603
|
-
export declare type ExportAfmObjectIdentifierLabelIdentifierTypeEnum = typeof ExportAfmObjectIdentifierLabelIdentifierTypeEnum[keyof typeof ExportAfmObjectIdentifierLabelIdentifierTypeEnum];
|
|
42603
|
+
export declare type ExportAfmObjectIdentifierLabelIdentifierTypeEnum = (typeof ExportAfmObjectIdentifierLabelIdentifierTypeEnum)[keyof typeof ExportAfmObjectIdentifierLabelIdentifierTypeEnum];
|
|
42604
42604
|
|
|
42605
42605
|
/**
|
|
42606
42606
|
* Metric representing arithmetics between other metrics.
|
|
@@ -42644,7 +42644,7 @@ export declare const ExportArithmeticMeasureDefinitionArithmeticMeasureOperatorE
|
|
|
42644
42644
|
readonly CHANGE: "CHANGE";
|
|
42645
42645
|
};
|
|
42646
42646
|
|
|
42647
|
-
export declare type ExportArithmeticMeasureDefinitionArithmeticMeasureOperatorEnum = typeof ExportArithmeticMeasureDefinitionArithmeticMeasureOperatorEnum[keyof typeof ExportArithmeticMeasureDefinitionArithmeticMeasureOperatorEnum];
|
|
42647
|
+
export declare type ExportArithmeticMeasureDefinitionArithmeticMeasureOperatorEnum = (typeof ExportArithmeticMeasureDefinitionArithmeticMeasureOperatorEnum)[keyof typeof ExportArithmeticMeasureDefinitionArithmeticMeasureOperatorEnum];
|
|
42648
42648
|
|
|
42649
42649
|
/**
|
|
42650
42650
|
* @type ExportAttributeElements
|
|
@@ -42829,7 +42829,7 @@ export declare const ExportBoundedFilterGranularityEnum: {
|
|
|
42829
42829
|
readonly QUARTER_OF_YEAR: "QUARTER_OF_YEAR";
|
|
42830
42830
|
};
|
|
42831
42831
|
|
|
42832
|
-
export declare type ExportBoundedFilterGranularityEnum = typeof ExportBoundedFilterGranularityEnum[keyof typeof ExportBoundedFilterGranularityEnum];
|
|
42832
|
+
export declare type ExportBoundedFilterGranularityEnum = (typeof ExportBoundedFilterGranularityEnum)[keyof typeof ExportBoundedFilterGranularityEnum];
|
|
42833
42833
|
|
|
42834
42834
|
/**
|
|
42835
42835
|
* Filter the result by comparing specified metric to given constant value, using given comparison operator.
|
|
@@ -42904,7 +42904,7 @@ export declare const ExportComparisonMeasureValueFilterComparisonMeasureValueFil
|
|
|
42904
42904
|
readonly NOT_EQUAL_TO: "NOT_EQUAL_TO";
|
|
42905
42905
|
};
|
|
42906
42906
|
|
|
42907
|
-
export declare type ExportComparisonMeasureValueFilterComparisonMeasureValueFilterOperatorEnum = typeof ExportComparisonMeasureValueFilterComparisonMeasureValueFilterOperatorEnum[keyof typeof ExportComparisonMeasureValueFilterComparisonMeasureValueFilterOperatorEnum];
|
|
42907
|
+
export declare type ExportComparisonMeasureValueFilterComparisonMeasureValueFilterOperatorEnum = (typeof ExportComparisonMeasureValueFilterComparisonMeasureValueFilterOperatorEnum)[keyof typeof ExportComparisonMeasureValueFilterComparisonMeasureValueFilterOperatorEnum];
|
|
42908
42908
|
|
|
42909
42909
|
export declare class ExportConfiguration {
|
|
42910
42910
|
/**
|
|
@@ -43130,7 +43130,7 @@ export declare const ExportDashboardAttributeFilterAttributeFilterSelectionModeE
|
|
|
43130
43130
|
readonly MULTI: "multi";
|
|
43131
43131
|
};
|
|
43132
43132
|
|
|
43133
|
-
export declare type ExportDashboardAttributeFilterAttributeFilterSelectionModeEnum = typeof ExportDashboardAttributeFilterAttributeFilterSelectionModeEnum[keyof typeof ExportDashboardAttributeFilterAttributeFilterSelectionModeEnum];
|
|
43133
|
+
export declare type ExportDashboardAttributeFilterAttributeFilterSelectionModeEnum = (typeof ExportDashboardAttributeFilterAttributeFilterSelectionModeEnum)[keyof typeof ExportDashboardAttributeFilterAttributeFilterSelectionModeEnum];
|
|
43134
43134
|
|
|
43135
43135
|
/**
|
|
43136
43136
|
*
|
|
@@ -43222,14 +43222,14 @@ export declare const ExportDashboardDateFilterDateFilterGranularityEnum: {
|
|
|
43222
43222
|
readonly GDC_TIME_MINUTE_IN_HOUR: "GDC.time.minute_in_hour";
|
|
43223
43223
|
};
|
|
43224
43224
|
|
|
43225
|
-
export declare type ExportDashboardDateFilterDateFilterGranularityEnum = typeof ExportDashboardDateFilterDateFilterGranularityEnum[keyof typeof ExportDashboardDateFilterDateFilterGranularityEnum];
|
|
43225
|
+
export declare type ExportDashboardDateFilterDateFilterGranularityEnum = (typeof ExportDashboardDateFilterDateFilterGranularityEnum)[keyof typeof ExportDashboardDateFilterDateFilterGranularityEnum];
|
|
43226
43226
|
|
|
43227
43227
|
export declare const ExportDashboardDateFilterDateFilterTypeEnum: {
|
|
43228
43228
|
readonly RELATIVE: "relative";
|
|
43229
43229
|
readonly ABSOLUTE: "absolute";
|
|
43230
43230
|
};
|
|
43231
43231
|
|
|
43232
|
-
export declare type ExportDashboardDateFilterDateFilterTypeEnum = typeof ExportDashboardDateFilterDateFilterTypeEnum[keyof typeof ExportDashboardDateFilterDateFilterTypeEnum];
|
|
43232
|
+
export declare type ExportDashboardDateFilterDateFilterTypeEnum = (typeof ExportDashboardDateFilterDateFilterTypeEnum)[keyof typeof ExportDashboardDateFilterDateFilterTypeEnum];
|
|
43233
43233
|
|
|
43234
43234
|
/**
|
|
43235
43235
|
* Additional settings.
|
|
@@ -43299,7 +43299,7 @@ export declare const ExportDashboardTabularExportRequestFormatEnum: {
|
|
|
43299
43299
|
readonly XLSX: "XLSX";
|
|
43300
43300
|
};
|
|
43301
43301
|
|
|
43302
|
-
export declare type ExportDashboardTabularExportRequestFormatEnum = typeof ExportDashboardTabularExportRequestFormatEnum[keyof typeof ExportDashboardTabularExportRequestFormatEnum];
|
|
43302
|
+
export declare type ExportDashboardTabularExportRequestFormatEnum = (typeof ExportDashboardTabularExportRequestFormatEnum)[keyof typeof ExportDashboardTabularExportRequestFormatEnum];
|
|
43303
43303
|
|
|
43304
43304
|
/**
|
|
43305
43305
|
* @type ExportDateFilter
|
|
@@ -44009,7 +44009,7 @@ export declare const ExportIdentifierRefIdentifierTypeEnum: {
|
|
|
44009
44009
|
readonly FILTER_VIEW: "filterView";
|
|
44010
44010
|
};
|
|
44011
44011
|
|
|
44012
|
-
export declare type ExportIdentifierRefIdentifierTypeEnum = typeof ExportIdentifierRefIdentifierTypeEnum[keyof typeof ExportIdentifierRefIdentifierTypeEnum];
|
|
44012
|
+
export declare type ExportIdentifierRefIdentifierTypeEnum = (typeof ExportIdentifierRefIdentifierTypeEnum)[keyof typeof ExportIdentifierRefIdentifierTypeEnum];
|
|
44013
44013
|
|
|
44014
44014
|
/**
|
|
44015
44015
|
* Export request object describing the export properties and metadata for image exports.
|
|
@@ -44053,7 +44053,7 @@ export declare const ExportImageExportRequestFormatEnum: {
|
|
|
44053
44053
|
readonly PNG: "PNG";
|
|
44054
44054
|
};
|
|
44055
44055
|
|
|
44056
|
-
export declare type ExportImageExportRequestFormatEnum = typeof ExportImageExportRequestFormatEnum[keyof typeof ExportImageExportRequestFormatEnum];
|
|
44056
|
+
export declare type ExportImageExportRequestFormatEnum = (typeof ExportImageExportRequestFormatEnum)[keyof typeof ExportImageExportRequestFormatEnum];
|
|
44057
44057
|
|
|
44058
44058
|
/**
|
|
44059
44059
|
* Filter in form of direct MAQL query.
|
|
@@ -44548,7 +44548,7 @@ export declare const ExportRangeMeasureValueFilterRangeMeasureValueFilterOperato
|
|
|
44548
44548
|
readonly NOT_BETWEEN: "NOT_BETWEEN";
|
|
44549
44549
|
};
|
|
44550
44550
|
|
|
44551
|
-
export declare type ExportRangeMeasureValueFilterRangeMeasureValueFilterOperatorEnum = typeof ExportRangeMeasureValueFilterRangeMeasureValueFilterOperatorEnum[keyof typeof ExportRangeMeasureValueFilterRangeMeasureValueFilterOperatorEnum];
|
|
44551
|
+
export declare type ExportRangeMeasureValueFilterRangeMeasureValueFilterOperatorEnum = (typeof ExportRangeMeasureValueFilterRangeMeasureValueFilterOperatorEnum)[keyof typeof ExportRangeMeasureValueFilterRangeMeasureValueFilterOperatorEnum];
|
|
44552
44552
|
|
|
44553
44553
|
/**
|
|
44554
44554
|
* Filter the result on top/bottom N values according to given metric(s).
|
|
@@ -44613,7 +44613,7 @@ export declare const ExportRankingFilterRankingFilterOperatorEnum: {
|
|
|
44613
44613
|
readonly BOTTOM: "BOTTOM";
|
|
44614
44614
|
};
|
|
44615
44615
|
|
|
44616
|
-
export declare type ExportRankingFilterRankingFilterOperatorEnum = typeof ExportRankingFilterRankingFilterOperatorEnum[keyof typeof ExportRankingFilterRankingFilterOperatorEnum];
|
|
44616
|
+
export declare type ExportRankingFilterRankingFilterOperatorEnum = (typeof ExportRankingFilterRankingFilterOperatorEnum)[keyof typeof ExportRankingFilterRankingFilterOperatorEnum];
|
|
44617
44617
|
|
|
44618
44618
|
/**
|
|
44619
44619
|
* Custom label object override.
|
|
@@ -44711,7 +44711,7 @@ export declare const ExportRawExportRequestFormatEnum: {
|
|
|
44711
44711
|
readonly CSV: "CSV";
|
|
44712
44712
|
};
|
|
44713
44713
|
|
|
44714
|
-
export declare type ExportRawExportRequestFormatEnum = typeof ExportRawExportRequestFormatEnum[keyof typeof ExportRawExportRequestFormatEnum];
|
|
44714
|
+
export declare type ExportRawExportRequestFormatEnum = (typeof ExportRawExportRequestFormatEnum)[keyof typeof ExportRawExportRequestFormatEnum];
|
|
44715
44715
|
|
|
44716
44716
|
/**
|
|
44717
44717
|
* A date filter specifying a time interval that is relative to the current date. For example, last week, next month, and so on. Field dataset is representing qualifier of date dimension. The \'from\' and \'to\' properties mark the boundaries of the interval. If \'from\' is omitted, all values earlier than \'to\' are included. If \'to\' is omitted, all values later than \'from\' are included. It is not allowed to omit both.
|
|
@@ -44795,7 +44795,7 @@ export declare const ExportRelativeDateFilterRelativeDateFilterGranularityEnum:
|
|
|
44795
44795
|
readonly QUARTER_OF_YEAR: "QUARTER_OF_YEAR";
|
|
44796
44796
|
};
|
|
44797
44797
|
|
|
44798
|
-
export declare type ExportRelativeDateFilterRelativeDateFilterGranularityEnum = typeof ExportRelativeDateFilterRelativeDateFilterGranularityEnum[keyof typeof ExportRelativeDateFilterRelativeDateFilterGranularityEnum];
|
|
44798
|
+
export declare type ExportRelativeDateFilterRelativeDateFilterGranularityEnum = (typeof ExportRelativeDateFilterRelativeDateFilterGranularityEnum)[keyof typeof ExportRelativeDateFilterRelativeDateFilterGranularityEnum];
|
|
44799
44799
|
|
|
44800
44800
|
/**
|
|
44801
44801
|
* @type ExportRequest
|
|
@@ -44921,7 +44921,7 @@ export declare const ExportSimpleMeasureDefinitionMeasureAggregationEnum: {
|
|
|
44921
44921
|
readonly APPROXIMATE_COUNT: "APPROXIMATE_COUNT";
|
|
44922
44922
|
};
|
|
44923
44923
|
|
|
44924
|
-
export declare type ExportSimpleMeasureDefinitionMeasureAggregationEnum = typeof ExportSimpleMeasureDefinitionMeasureAggregationEnum[keyof typeof ExportSimpleMeasureDefinitionMeasureAggregationEnum];
|
|
44924
|
+
export declare type ExportSimpleMeasureDefinitionMeasureAggregationEnum = (typeof ExportSimpleMeasureDefinitionMeasureAggregationEnum)[keyof typeof ExportSimpleMeasureDefinitionMeasureAggregationEnum];
|
|
44925
44925
|
|
|
44926
44926
|
/**
|
|
44927
44927
|
* Export request object describing the export properties and metadata for slides exports.
|
|
@@ -44978,7 +44978,7 @@ export declare const ExportSlidesExportRequestFormatEnum: {
|
|
|
44978
44978
|
readonly PPTX: "PPTX";
|
|
44979
44979
|
};
|
|
44980
44980
|
|
|
44981
|
-
export declare type ExportSlidesExportRequestFormatEnum = typeof ExportSlidesExportRequestFormatEnum[keyof typeof ExportSlidesExportRequestFormatEnum];
|
|
44981
|
+
export declare type ExportSlidesExportRequestFormatEnum = (typeof ExportSlidesExportRequestFormatEnum)[keyof typeof ExportSlidesExportRequestFormatEnum];
|
|
44982
44982
|
|
|
44983
44983
|
/**
|
|
44984
44984
|
* Export request object describing the export properties and overrides for tabular exports.
|
|
@@ -45049,7 +45049,7 @@ export declare const ExportTabularExportRequestFormatEnum: {
|
|
|
45049
45049
|
readonly PDF: "PDF";
|
|
45050
45050
|
};
|
|
45051
45051
|
|
|
45052
|
-
export declare type ExportTabularExportRequestFormatEnum = typeof ExportTabularExportRequestFormatEnum[keyof typeof ExportTabularExportRequestFormatEnum];
|
|
45052
|
+
export declare type ExportTabularExportRequestFormatEnum = (typeof ExportTabularExportRequestFormatEnum)[keyof typeof ExportTabularExportRequestFormatEnum];
|
|
45053
45053
|
|
|
45054
45054
|
/**
|
|
45055
45055
|
* ExportTemplatesApi - object-oriented interface
|
|
@@ -45555,7 +45555,7 @@ export declare const FactIdentifierTypeEnum: {
|
|
|
45555
45555
|
readonly FACT: "fact";
|
|
45556
45556
|
};
|
|
45557
45557
|
|
|
45558
|
-
export declare type FactIdentifierTypeEnum = typeof FactIdentifierTypeEnum[keyof typeof FactIdentifierTypeEnum];
|
|
45558
|
+
export declare type FactIdentifierTypeEnum = (typeof FactIdentifierTypeEnum)[keyof typeof FactIdentifierTypeEnum];
|
|
45559
45559
|
|
|
45560
45560
|
/**
|
|
45561
45561
|
* FactsApi - object-oriented interface
|
|
@@ -45838,7 +45838,7 @@ export declare const FilterByLabelTypeEnum: {
|
|
|
45838
45838
|
readonly REQUESTED: "REQUESTED";
|
|
45839
45839
|
};
|
|
45840
45840
|
|
|
45841
|
-
export declare type FilterByLabelTypeEnum = typeof FilterByLabelTypeEnum[keyof typeof FilterByLabelTypeEnum];
|
|
45841
|
+
export declare type FilterByLabelTypeEnum = (typeof FilterByLabelTypeEnum)[keyof typeof FilterByLabelTypeEnum];
|
|
45842
45842
|
|
|
45843
45843
|
/**
|
|
45844
45844
|
* @type FilterDefinition
|
|
@@ -46716,7 +46716,7 @@ export declare const GdStorageFileTypeEnum: {
|
|
|
46716
46716
|
readonly CSV: "CSV";
|
|
46717
46717
|
};
|
|
46718
46718
|
|
|
46719
|
-
export declare type GdStorageFileTypeEnum = typeof GdStorageFileTypeEnum[keyof typeof GdStorageFileTypeEnum];
|
|
46719
|
+
export declare type GdStorageFileTypeEnum = (typeof GdStorageFileTypeEnum)[keyof typeof GdStorageFileTypeEnum];
|
|
46720
46720
|
|
|
46721
46721
|
/**
|
|
46722
46722
|
* A request containing all information needed for generation of logical model.
|
|
@@ -46957,7 +46957,7 @@ export declare const GrainIdentifierTypeEnum: {
|
|
|
46957
46957
|
readonly DATE: "date";
|
|
46958
46958
|
};
|
|
46959
46959
|
|
|
46960
|
-
export declare type GrainIdentifierTypeEnum = typeof GrainIdentifierTypeEnum[keyof typeof GrainIdentifierTypeEnum];
|
|
46960
|
+
export declare type GrainIdentifierTypeEnum = (typeof GrainIdentifierTypeEnum)[keyof typeof GrainIdentifierTypeEnum];
|
|
46961
46961
|
|
|
46962
46962
|
/**
|
|
46963
46963
|
* Permissions granted to the user group
|
|
@@ -47318,7 +47318,7 @@ export declare const HierarchyObjectIdentificationTypeEnum: {
|
|
|
47318
47318
|
readonly WORKSPACE_DATA_FILTER_SETTINGS: "workspaceDataFilterSettings";
|
|
47319
47319
|
};
|
|
47320
47320
|
|
|
47321
|
-
export declare type HierarchyObjectIdentificationTypeEnum = typeof HierarchyObjectIdentificationTypeEnum[keyof typeof HierarchyObjectIdentificationTypeEnum];
|
|
47321
|
+
export declare type HierarchyObjectIdentificationTypeEnum = (typeof HierarchyObjectIdentificationTypeEnum)[keyof typeof HierarchyObjectIdentificationTypeEnum];
|
|
47322
47322
|
|
|
47323
47323
|
/**
|
|
47324
47324
|
*
|
|
@@ -47487,7 +47487,7 @@ export declare const IdentifierDuplicationsTypeEnum: {
|
|
|
47487
47487
|
readonly WORKSPACE_DATA_FILTER_SETTINGS: "workspaceDataFilterSettings";
|
|
47488
47488
|
};
|
|
47489
47489
|
|
|
47490
|
-
export declare type IdentifierDuplicationsTypeEnum = typeof IdentifierDuplicationsTypeEnum[keyof typeof IdentifierDuplicationsTypeEnum];
|
|
47490
|
+
export declare type IdentifierDuplicationsTypeEnum = (typeof IdentifierDuplicationsTypeEnum)[keyof typeof IdentifierDuplicationsTypeEnum];
|
|
47491
47491
|
|
|
47492
47492
|
/**
|
|
47493
47493
|
*
|
|
@@ -47546,7 +47546,7 @@ export declare const IdentifierRefIdentifierTypeEnum: {
|
|
|
47546
47546
|
readonly FILTER_VIEW: "filterView";
|
|
47547
47547
|
};
|
|
47548
47548
|
|
|
47549
|
-
export declare type IdentifierRefIdentifierTypeEnum = typeof IdentifierRefIdentifierTypeEnum[keyof typeof IdentifierRefIdentifierTypeEnum];
|
|
47549
|
+
export declare type IdentifierRefIdentifierTypeEnum = (typeof IdentifierRefIdentifierTypeEnum)[keyof typeof IdentifierRefIdentifierTypeEnum];
|
|
47550
47550
|
|
|
47551
47551
|
/**
|
|
47552
47552
|
* IdentityProvidersApi - object-oriented interface
|
|
@@ -48408,7 +48408,7 @@ export declare const ImageExportRequestFormatEnum: {
|
|
|
48408
48408
|
readonly PNG: "PNG";
|
|
48409
48409
|
};
|
|
48410
48410
|
|
|
48411
|
-
export declare type ImageExportRequestFormatEnum = typeof ImageExportRequestFormatEnum[keyof typeof ImageExportRequestFormatEnum];
|
|
48411
|
+
export declare type ImageExportRequestFormatEnum = (typeof ImageExportRequestFormatEnum)[keyof typeof ImageExportRequestFormatEnum];
|
|
48412
48412
|
|
|
48413
48413
|
/**
|
|
48414
48414
|
* Measure format used in executions
|
|
@@ -48631,13 +48631,13 @@ export declare const InPlatformAllOfTypeEnum: {
|
|
|
48631
48631
|
readonly IN_PLATFORM: "IN_PLATFORM";
|
|
48632
48632
|
};
|
|
48633
48633
|
|
|
48634
|
-
export declare type InPlatformAllOfTypeEnum = typeof InPlatformAllOfTypeEnum[keyof typeof InPlatformAllOfTypeEnum];
|
|
48634
|
+
export declare type InPlatformAllOfTypeEnum = (typeof InPlatformAllOfTypeEnum)[keyof typeof InPlatformAllOfTypeEnum];
|
|
48635
48635
|
|
|
48636
48636
|
export declare const InPlatformTypeEnum: {
|
|
48637
48637
|
readonly IN_PLATFORM: "IN_PLATFORM";
|
|
48638
48638
|
};
|
|
48639
48639
|
|
|
48640
|
-
export declare type InPlatformTypeEnum = typeof InPlatformTypeEnum[keyof typeof InPlatformTypeEnum];
|
|
48640
|
+
export declare type InPlatformTypeEnum = (typeof InPlatformTypeEnum)[keyof typeof InPlatformTypeEnum];
|
|
48641
48641
|
|
|
48642
48642
|
/**
|
|
48643
48643
|
* Settings for intro slide.
|
|
@@ -49053,7 +49053,7 @@ export declare const JsonApiAggregatedFactLinkageTypeEnum: {
|
|
|
49053
49053
|
readonly AGGREGATED_FACT: "aggregatedFact";
|
|
49054
49054
|
};
|
|
49055
49055
|
|
|
49056
|
-
export declare type JsonApiAggregatedFactLinkageTypeEnum = typeof JsonApiAggregatedFactLinkageTypeEnum[keyof typeof JsonApiAggregatedFactLinkageTypeEnum];
|
|
49056
|
+
export declare type JsonApiAggregatedFactLinkageTypeEnum = (typeof JsonApiAggregatedFactLinkageTypeEnum)[keyof typeof JsonApiAggregatedFactLinkageTypeEnum];
|
|
49057
49057
|
|
|
49058
49058
|
/**
|
|
49059
49059
|
* JSON:API representation of aggregatedFact entity.
|
|
@@ -49143,7 +49143,7 @@ export declare const JsonApiAggregatedFactOutAttributesOperationEnum: {
|
|
|
49143
49143
|
readonly MAX: "MAX";
|
|
49144
49144
|
};
|
|
49145
49145
|
|
|
49146
|
-
export declare type JsonApiAggregatedFactOutAttributesOperationEnum = typeof JsonApiAggregatedFactOutAttributesOperationEnum[keyof typeof JsonApiAggregatedFactOutAttributesOperationEnum];
|
|
49146
|
+
export declare type JsonApiAggregatedFactOutAttributesOperationEnum = (typeof JsonApiAggregatedFactOutAttributesOperationEnum)[keyof typeof JsonApiAggregatedFactOutAttributesOperationEnum];
|
|
49147
49147
|
|
|
49148
49148
|
export declare const JsonApiAggregatedFactOutAttributesSourceColumnDataTypeEnum: {
|
|
49149
49149
|
readonly INT: "INT";
|
|
@@ -49155,7 +49155,7 @@ export declare const JsonApiAggregatedFactOutAttributesSourceColumnDataTypeEnum:
|
|
|
49155
49155
|
readonly BOOLEAN: "BOOLEAN";
|
|
49156
49156
|
};
|
|
49157
49157
|
|
|
49158
|
-
export declare type JsonApiAggregatedFactOutAttributesSourceColumnDataTypeEnum = typeof JsonApiAggregatedFactOutAttributesSourceColumnDataTypeEnum[keyof typeof JsonApiAggregatedFactOutAttributesSourceColumnDataTypeEnum];
|
|
49158
|
+
export declare type JsonApiAggregatedFactOutAttributesSourceColumnDataTypeEnum = (typeof JsonApiAggregatedFactOutAttributesSourceColumnDataTypeEnum)[keyof typeof JsonApiAggregatedFactOutAttributesSourceColumnDataTypeEnum];
|
|
49159
49159
|
|
|
49160
49160
|
/**
|
|
49161
49161
|
*
|
|
@@ -49259,7 +49259,7 @@ export declare const JsonApiAggregatedFactOutTypeEnum: {
|
|
|
49259
49259
|
readonly AGGREGATED_FACT: "aggregatedFact";
|
|
49260
49260
|
};
|
|
49261
49261
|
|
|
49262
|
-
export declare type JsonApiAggregatedFactOutTypeEnum = typeof JsonApiAggregatedFactOutTypeEnum[keyof typeof JsonApiAggregatedFactOutTypeEnum];
|
|
49262
|
+
export declare type JsonApiAggregatedFactOutTypeEnum = (typeof JsonApiAggregatedFactOutTypeEnum)[keyof typeof JsonApiAggregatedFactOutTypeEnum];
|
|
49263
49263
|
|
|
49264
49264
|
/**
|
|
49265
49265
|
*
|
|
@@ -49309,7 +49309,7 @@ export declare const JsonApiAggregatedFactOutWithLinksTypeEnum: {
|
|
|
49309
49309
|
readonly AGGREGATED_FACT: "aggregatedFact";
|
|
49310
49310
|
};
|
|
49311
49311
|
|
|
49312
|
-
export declare type JsonApiAggregatedFactOutWithLinksTypeEnum = typeof JsonApiAggregatedFactOutWithLinksTypeEnum[keyof typeof JsonApiAggregatedFactOutWithLinksTypeEnum];
|
|
49312
|
+
export declare type JsonApiAggregatedFactOutWithLinksTypeEnum = (typeof JsonApiAggregatedFactOutWithLinksTypeEnum)[keyof typeof JsonApiAggregatedFactOutWithLinksTypeEnum];
|
|
49313
49313
|
|
|
49314
49314
|
/**
|
|
49315
49315
|
* JSON:API representation of analyticalDashboard entity.
|
|
@@ -49393,7 +49393,7 @@ export declare const JsonApiAnalyticalDashboardInTypeEnum: {
|
|
|
49393
49393
|
readonly ANALYTICAL_DASHBOARD: "analyticalDashboard";
|
|
49394
49394
|
};
|
|
49395
49395
|
|
|
49396
|
-
export declare type JsonApiAnalyticalDashboardInTypeEnum = typeof JsonApiAnalyticalDashboardInTypeEnum[keyof typeof JsonApiAnalyticalDashboardInTypeEnum];
|
|
49396
|
+
export declare type JsonApiAnalyticalDashboardInTypeEnum = (typeof JsonApiAnalyticalDashboardInTypeEnum)[keyof typeof JsonApiAnalyticalDashboardInTypeEnum];
|
|
49397
49397
|
|
|
49398
49398
|
/**
|
|
49399
49399
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
@@ -49419,7 +49419,7 @@ export declare const JsonApiAnalyticalDashboardLinkageTypeEnum: {
|
|
|
49419
49419
|
readonly ANALYTICAL_DASHBOARD: "analyticalDashboard";
|
|
49420
49420
|
};
|
|
49421
49421
|
|
|
49422
|
-
export declare type JsonApiAnalyticalDashboardLinkageTypeEnum = typeof JsonApiAnalyticalDashboardLinkageTypeEnum[keyof typeof JsonApiAnalyticalDashboardLinkageTypeEnum];
|
|
49422
|
+
export declare type JsonApiAnalyticalDashboardLinkageTypeEnum = (typeof JsonApiAnalyticalDashboardLinkageTypeEnum)[keyof typeof JsonApiAnalyticalDashboardLinkageTypeEnum];
|
|
49423
49423
|
|
|
49424
49424
|
/**
|
|
49425
49425
|
* JSON:API representation of analyticalDashboard entity.
|
|
@@ -49569,7 +49569,7 @@ export declare const JsonApiAnalyticalDashboardOutMetaPermissionsEnum: {
|
|
|
49569
49569
|
readonly VIEW: "VIEW";
|
|
49570
49570
|
};
|
|
49571
49571
|
|
|
49572
|
-
export declare type JsonApiAnalyticalDashboardOutMetaPermissionsEnum = typeof JsonApiAnalyticalDashboardOutMetaPermissionsEnum[keyof typeof JsonApiAnalyticalDashboardOutMetaPermissionsEnum];
|
|
49572
|
+
export declare type JsonApiAnalyticalDashboardOutMetaPermissionsEnum = (typeof JsonApiAnalyticalDashboardOutMetaPermissionsEnum)[keyof typeof JsonApiAnalyticalDashboardOutMetaPermissionsEnum];
|
|
49573
49573
|
|
|
49574
49574
|
/**
|
|
49575
49575
|
*
|
|
@@ -49693,7 +49693,7 @@ export declare const JsonApiAnalyticalDashboardOutTypeEnum: {
|
|
|
49693
49693
|
readonly ANALYTICAL_DASHBOARD: "analyticalDashboard";
|
|
49694
49694
|
};
|
|
49695
49695
|
|
|
49696
|
-
export declare type JsonApiAnalyticalDashboardOutTypeEnum = typeof JsonApiAnalyticalDashboardOutTypeEnum[keyof typeof JsonApiAnalyticalDashboardOutTypeEnum];
|
|
49696
|
+
export declare type JsonApiAnalyticalDashboardOutTypeEnum = (typeof JsonApiAnalyticalDashboardOutTypeEnum)[keyof typeof JsonApiAnalyticalDashboardOutTypeEnum];
|
|
49697
49697
|
|
|
49698
49698
|
/**
|
|
49699
49699
|
*
|
|
@@ -49743,7 +49743,7 @@ export declare const JsonApiAnalyticalDashboardOutWithLinksTypeEnum: {
|
|
|
49743
49743
|
readonly ANALYTICAL_DASHBOARD: "analyticalDashboard";
|
|
49744
49744
|
};
|
|
49745
49745
|
|
|
49746
|
-
export declare type JsonApiAnalyticalDashboardOutWithLinksTypeEnum = typeof JsonApiAnalyticalDashboardOutWithLinksTypeEnum[keyof typeof JsonApiAnalyticalDashboardOutWithLinksTypeEnum];
|
|
49746
|
+
export declare type JsonApiAnalyticalDashboardOutWithLinksTypeEnum = (typeof JsonApiAnalyticalDashboardOutWithLinksTypeEnum)[keyof typeof JsonApiAnalyticalDashboardOutWithLinksTypeEnum];
|
|
49747
49747
|
|
|
49748
49748
|
/**
|
|
49749
49749
|
* JSON:API representation of patching analyticalDashboard entity.
|
|
@@ -49827,7 +49827,7 @@ export declare const JsonApiAnalyticalDashboardPatchTypeEnum: {
|
|
|
49827
49827
|
readonly ANALYTICAL_DASHBOARD: "analyticalDashboard";
|
|
49828
49828
|
};
|
|
49829
49829
|
|
|
49830
|
-
export declare type JsonApiAnalyticalDashboardPatchTypeEnum = typeof JsonApiAnalyticalDashboardPatchTypeEnum[keyof typeof JsonApiAnalyticalDashboardPatchTypeEnum];
|
|
49830
|
+
export declare type JsonApiAnalyticalDashboardPatchTypeEnum = (typeof JsonApiAnalyticalDashboardPatchTypeEnum)[keyof typeof JsonApiAnalyticalDashboardPatchTypeEnum];
|
|
49831
49831
|
|
|
49832
49832
|
/**
|
|
49833
49833
|
* JSON:API representation of analyticalDashboard entity.
|
|
@@ -49873,7 +49873,7 @@ export declare const JsonApiAnalyticalDashboardPostOptionalIdTypeEnum: {
|
|
|
49873
49873
|
readonly ANALYTICAL_DASHBOARD: "analyticalDashboard";
|
|
49874
49874
|
};
|
|
49875
49875
|
|
|
49876
|
-
export declare type JsonApiAnalyticalDashboardPostOptionalIdTypeEnum = typeof JsonApiAnalyticalDashboardPostOptionalIdTypeEnum[keyof typeof JsonApiAnalyticalDashboardPostOptionalIdTypeEnum];
|
|
49876
|
+
export declare type JsonApiAnalyticalDashboardPostOptionalIdTypeEnum = (typeof JsonApiAnalyticalDashboardPostOptionalIdTypeEnum)[keyof typeof JsonApiAnalyticalDashboardPostOptionalIdTypeEnum];
|
|
49877
49877
|
|
|
49878
49878
|
/**
|
|
49879
49879
|
* @type JsonApiAnalyticalDashboardToOneLinkage
|
|
@@ -49920,7 +49920,7 @@ export declare const JsonApiApiTokenInTypeEnum: {
|
|
|
49920
49920
|
readonly API_TOKEN: "apiToken";
|
|
49921
49921
|
};
|
|
49922
49922
|
|
|
49923
|
-
export declare type JsonApiApiTokenInTypeEnum = typeof JsonApiApiTokenInTypeEnum[keyof typeof JsonApiApiTokenInTypeEnum];
|
|
49923
|
+
export declare type JsonApiApiTokenInTypeEnum = (typeof JsonApiApiTokenInTypeEnum)[keyof typeof JsonApiApiTokenInTypeEnum];
|
|
49924
49924
|
|
|
49925
49925
|
/**
|
|
49926
49926
|
* JSON:API representation of apiToken entity.
|
|
@@ -50012,7 +50012,7 @@ export declare const JsonApiApiTokenOutTypeEnum: {
|
|
|
50012
50012
|
readonly API_TOKEN: "apiToken";
|
|
50013
50013
|
};
|
|
50014
50014
|
|
|
50015
|
-
export declare type JsonApiApiTokenOutTypeEnum = typeof JsonApiApiTokenOutTypeEnum[keyof typeof JsonApiApiTokenOutTypeEnum];
|
|
50015
|
+
export declare type JsonApiApiTokenOutTypeEnum = (typeof JsonApiApiTokenOutTypeEnum)[keyof typeof JsonApiApiTokenOutTypeEnum];
|
|
50016
50016
|
|
|
50017
50017
|
/**
|
|
50018
50018
|
*
|
|
@@ -50050,7 +50050,7 @@ export declare const JsonApiApiTokenOutWithLinksTypeEnum: {
|
|
|
50050
50050
|
readonly API_TOKEN: "apiToken";
|
|
50051
50051
|
};
|
|
50052
50052
|
|
|
50053
|
-
export declare type JsonApiApiTokenOutWithLinksTypeEnum = typeof JsonApiApiTokenOutWithLinksTypeEnum[keyof typeof JsonApiApiTokenOutWithLinksTypeEnum];
|
|
50053
|
+
export declare type JsonApiApiTokenOutWithLinksTypeEnum = (typeof JsonApiApiTokenOutWithLinksTypeEnum)[keyof typeof JsonApiApiTokenOutWithLinksTypeEnum];
|
|
50054
50054
|
|
|
50055
50055
|
/**
|
|
50056
50056
|
* JSON:API representation of attributeHierarchy entity.
|
|
@@ -50134,7 +50134,7 @@ export declare const JsonApiAttributeHierarchyInTypeEnum: {
|
|
|
50134
50134
|
readonly ATTRIBUTE_HIERARCHY: "attributeHierarchy";
|
|
50135
50135
|
};
|
|
50136
50136
|
|
|
50137
|
-
export declare type JsonApiAttributeHierarchyInTypeEnum = typeof JsonApiAttributeHierarchyInTypeEnum[keyof typeof JsonApiAttributeHierarchyInTypeEnum];
|
|
50137
|
+
export declare type JsonApiAttributeHierarchyInTypeEnum = (typeof JsonApiAttributeHierarchyInTypeEnum)[keyof typeof JsonApiAttributeHierarchyInTypeEnum];
|
|
50138
50138
|
|
|
50139
50139
|
/**
|
|
50140
50140
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
@@ -50160,7 +50160,7 @@ export declare const JsonApiAttributeHierarchyLinkageTypeEnum: {
|
|
|
50160
50160
|
readonly ATTRIBUTE_HIERARCHY: "attributeHierarchy";
|
|
50161
50161
|
};
|
|
50162
50162
|
|
|
50163
|
-
export declare type JsonApiAttributeHierarchyLinkageTypeEnum = typeof JsonApiAttributeHierarchyLinkageTypeEnum[keyof typeof JsonApiAttributeHierarchyLinkageTypeEnum];
|
|
50163
|
+
export declare type JsonApiAttributeHierarchyLinkageTypeEnum = (typeof JsonApiAttributeHierarchyLinkageTypeEnum)[keyof typeof JsonApiAttributeHierarchyLinkageTypeEnum];
|
|
50164
50164
|
|
|
50165
50165
|
/**
|
|
50166
50166
|
* JSON:API representation of attributeHierarchy entity.
|
|
@@ -50344,7 +50344,7 @@ export declare const JsonApiAttributeHierarchyOutTypeEnum: {
|
|
|
50344
50344
|
readonly ATTRIBUTE_HIERARCHY: "attributeHierarchy";
|
|
50345
50345
|
};
|
|
50346
50346
|
|
|
50347
|
-
export declare type JsonApiAttributeHierarchyOutTypeEnum = typeof JsonApiAttributeHierarchyOutTypeEnum[keyof typeof JsonApiAttributeHierarchyOutTypeEnum];
|
|
50347
|
+
export declare type JsonApiAttributeHierarchyOutTypeEnum = (typeof JsonApiAttributeHierarchyOutTypeEnum)[keyof typeof JsonApiAttributeHierarchyOutTypeEnum];
|
|
50348
50348
|
|
|
50349
50349
|
/**
|
|
50350
50350
|
*
|
|
@@ -50394,7 +50394,7 @@ export declare const JsonApiAttributeHierarchyOutWithLinksTypeEnum: {
|
|
|
50394
50394
|
readonly ATTRIBUTE_HIERARCHY: "attributeHierarchy";
|
|
50395
50395
|
};
|
|
50396
50396
|
|
|
50397
|
-
export declare type JsonApiAttributeHierarchyOutWithLinksTypeEnum = typeof JsonApiAttributeHierarchyOutWithLinksTypeEnum[keyof typeof JsonApiAttributeHierarchyOutWithLinksTypeEnum];
|
|
50397
|
+
export declare type JsonApiAttributeHierarchyOutWithLinksTypeEnum = (typeof JsonApiAttributeHierarchyOutWithLinksTypeEnum)[keyof typeof JsonApiAttributeHierarchyOutWithLinksTypeEnum];
|
|
50398
50398
|
|
|
50399
50399
|
/**
|
|
50400
50400
|
* JSON:API representation of patching attributeHierarchy entity.
|
|
@@ -50440,7 +50440,7 @@ export declare const JsonApiAttributeHierarchyPatchTypeEnum: {
|
|
|
50440
50440
|
readonly ATTRIBUTE_HIERARCHY: "attributeHierarchy";
|
|
50441
50441
|
};
|
|
50442
50442
|
|
|
50443
|
-
export declare type JsonApiAttributeHierarchyPatchTypeEnum = typeof JsonApiAttributeHierarchyPatchTypeEnum[keyof typeof JsonApiAttributeHierarchyPatchTypeEnum];
|
|
50443
|
+
export declare type JsonApiAttributeHierarchyPatchTypeEnum = (typeof JsonApiAttributeHierarchyPatchTypeEnum)[keyof typeof JsonApiAttributeHierarchyPatchTypeEnum];
|
|
50444
50444
|
|
|
50445
50445
|
/**
|
|
50446
50446
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
@@ -50466,7 +50466,7 @@ export declare const JsonApiAttributeLinkageTypeEnum: {
|
|
|
50466
50466
|
readonly ATTRIBUTE: "attribute";
|
|
50467
50467
|
};
|
|
50468
50468
|
|
|
50469
|
-
export declare type JsonApiAttributeLinkageTypeEnum = typeof JsonApiAttributeLinkageTypeEnum[keyof typeof JsonApiAttributeLinkageTypeEnum];
|
|
50469
|
+
export declare type JsonApiAttributeLinkageTypeEnum = (typeof JsonApiAttributeLinkageTypeEnum)[keyof typeof JsonApiAttributeLinkageTypeEnum];
|
|
50470
50470
|
|
|
50471
50471
|
/**
|
|
50472
50472
|
* JSON:API representation of attribute entity.
|
|
@@ -50586,14 +50586,14 @@ export declare const JsonApiAttributeOutAttributesGranularityEnum: {
|
|
|
50586
50586
|
readonly QUARTER_OF_YEAR: "QUARTER_OF_YEAR";
|
|
50587
50587
|
};
|
|
50588
50588
|
|
|
50589
|
-
export declare type JsonApiAttributeOutAttributesGranularityEnum = typeof JsonApiAttributeOutAttributesGranularityEnum[keyof typeof JsonApiAttributeOutAttributesGranularityEnum];
|
|
50589
|
+
export declare type JsonApiAttributeOutAttributesGranularityEnum = (typeof JsonApiAttributeOutAttributesGranularityEnum)[keyof typeof JsonApiAttributeOutAttributesGranularityEnum];
|
|
50590
50590
|
|
|
50591
50591
|
export declare const JsonApiAttributeOutAttributesSortDirectionEnum: {
|
|
50592
50592
|
readonly ASC: "ASC";
|
|
50593
50593
|
readonly DESC: "DESC";
|
|
50594
50594
|
};
|
|
50595
50595
|
|
|
50596
|
-
export declare type JsonApiAttributeOutAttributesSortDirectionEnum = typeof JsonApiAttributeOutAttributesSortDirectionEnum[keyof typeof JsonApiAttributeOutAttributesSortDirectionEnum];
|
|
50596
|
+
export declare type JsonApiAttributeOutAttributesSortDirectionEnum = (typeof JsonApiAttributeOutAttributesSortDirectionEnum)[keyof typeof JsonApiAttributeOutAttributesSortDirectionEnum];
|
|
50597
50597
|
|
|
50598
50598
|
export declare const JsonApiAttributeOutAttributesSourceColumnDataTypeEnum: {
|
|
50599
50599
|
readonly INT: "INT";
|
|
@@ -50605,7 +50605,7 @@ export declare const JsonApiAttributeOutAttributesSourceColumnDataTypeEnum: {
|
|
|
50605
50605
|
readonly BOOLEAN: "BOOLEAN";
|
|
50606
50606
|
};
|
|
50607
50607
|
|
|
50608
|
-
export declare type JsonApiAttributeOutAttributesSourceColumnDataTypeEnum = typeof JsonApiAttributeOutAttributesSourceColumnDataTypeEnum[keyof typeof JsonApiAttributeOutAttributesSourceColumnDataTypeEnum];
|
|
50608
|
+
export declare type JsonApiAttributeOutAttributesSourceColumnDataTypeEnum = (typeof JsonApiAttributeOutAttributesSourceColumnDataTypeEnum)[keyof typeof JsonApiAttributeOutAttributesSourceColumnDataTypeEnum];
|
|
50609
50609
|
|
|
50610
50610
|
/**
|
|
50611
50611
|
*
|
|
@@ -50749,7 +50749,7 @@ export declare const JsonApiAttributeOutTypeEnum: {
|
|
|
50749
50749
|
readonly ATTRIBUTE: "attribute";
|
|
50750
50750
|
};
|
|
50751
50751
|
|
|
50752
|
-
export declare type JsonApiAttributeOutTypeEnum = typeof JsonApiAttributeOutTypeEnum[keyof typeof JsonApiAttributeOutTypeEnum];
|
|
50752
|
+
export declare type JsonApiAttributeOutTypeEnum = (typeof JsonApiAttributeOutTypeEnum)[keyof typeof JsonApiAttributeOutTypeEnum];
|
|
50753
50753
|
|
|
50754
50754
|
/**
|
|
50755
50755
|
*
|
|
@@ -50799,7 +50799,7 @@ export declare const JsonApiAttributeOutWithLinksTypeEnum: {
|
|
|
50799
50799
|
readonly ATTRIBUTE: "attribute";
|
|
50800
50800
|
};
|
|
50801
50801
|
|
|
50802
|
-
export declare type JsonApiAttributeOutWithLinksTypeEnum = typeof JsonApiAttributeOutWithLinksTypeEnum[keyof typeof JsonApiAttributeOutWithLinksTypeEnum];
|
|
50802
|
+
export declare type JsonApiAttributeOutWithLinksTypeEnum = (typeof JsonApiAttributeOutWithLinksTypeEnum)[keyof typeof JsonApiAttributeOutWithLinksTypeEnum];
|
|
50803
50803
|
|
|
50804
50804
|
/**
|
|
50805
50805
|
* @type JsonApiAttributeToOneLinkage
|
|
@@ -50975,7 +50975,7 @@ export declare const JsonApiAutomationInAttributesAlertTriggerEnum: {
|
|
|
50975
50975
|
readonly ONCE: "ONCE";
|
|
50976
50976
|
};
|
|
50977
50977
|
|
|
50978
|
-
export declare type JsonApiAutomationInAttributesAlertTriggerEnum = typeof JsonApiAutomationInAttributesAlertTriggerEnum[keyof typeof JsonApiAutomationInAttributesAlertTriggerEnum];
|
|
50978
|
+
export declare type JsonApiAutomationInAttributesAlertTriggerEnum = (typeof JsonApiAutomationInAttributesAlertTriggerEnum)[keyof typeof JsonApiAutomationInAttributesAlertTriggerEnum];
|
|
50979
50979
|
|
|
50980
50980
|
/**
|
|
50981
50981
|
*
|
|
@@ -51104,7 +51104,7 @@ export declare const JsonApiAutomationInAttributesStateEnum: {
|
|
|
51104
51104
|
readonly PAUSED: "PAUSED";
|
|
51105
51105
|
};
|
|
51106
51106
|
|
|
51107
|
-
export declare type JsonApiAutomationInAttributesStateEnum = typeof JsonApiAutomationInAttributesStateEnum[keyof typeof JsonApiAutomationInAttributesStateEnum];
|
|
51107
|
+
export declare type JsonApiAutomationInAttributesStateEnum = (typeof JsonApiAutomationInAttributesStateEnum)[keyof typeof JsonApiAutomationInAttributesStateEnum];
|
|
51108
51108
|
|
|
51109
51109
|
/**
|
|
51110
51110
|
*
|
|
@@ -51240,7 +51240,7 @@ export declare const JsonApiAutomationInTypeEnum: {
|
|
|
51240
51240
|
readonly AUTOMATION: "automation";
|
|
51241
51241
|
};
|
|
51242
51242
|
|
|
51243
|
-
export declare type JsonApiAutomationInTypeEnum = typeof JsonApiAutomationInTypeEnum[keyof typeof JsonApiAutomationInTypeEnum];
|
|
51243
|
+
export declare type JsonApiAutomationInTypeEnum = (typeof JsonApiAutomationInTypeEnum)[keyof typeof JsonApiAutomationInTypeEnum];
|
|
51244
51244
|
|
|
51245
51245
|
/**
|
|
51246
51246
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
@@ -51266,7 +51266,7 @@ export declare const JsonApiAutomationLinkageTypeEnum: {
|
|
|
51266
51266
|
readonly AUTOMATION: "automation";
|
|
51267
51267
|
};
|
|
51268
51268
|
|
|
51269
|
-
export declare type JsonApiAutomationLinkageTypeEnum = typeof JsonApiAutomationLinkageTypeEnum[keyof typeof JsonApiAutomationLinkageTypeEnum];
|
|
51269
|
+
export declare type JsonApiAutomationLinkageTypeEnum = (typeof JsonApiAutomationLinkageTypeEnum)[keyof typeof JsonApiAutomationLinkageTypeEnum];
|
|
51270
51270
|
|
|
51271
51271
|
/**
|
|
51272
51272
|
* JSON:API representation of automation entity.
|
|
@@ -51427,7 +51427,7 @@ export declare const JsonApiAutomationOutAttributesStateEnum: {
|
|
|
51427
51427
|
readonly PAUSED: "PAUSED";
|
|
51428
51428
|
};
|
|
51429
51429
|
|
|
51430
|
-
export declare type JsonApiAutomationOutAttributesStateEnum = typeof JsonApiAutomationOutAttributesStateEnum[keyof typeof JsonApiAutomationOutAttributesStateEnum];
|
|
51430
|
+
export declare type JsonApiAutomationOutAttributesStateEnum = (typeof JsonApiAutomationOutAttributesStateEnum)[keyof typeof JsonApiAutomationOutAttributesStateEnum];
|
|
51431
51431
|
|
|
51432
51432
|
/**
|
|
51433
51433
|
*
|
|
@@ -51541,7 +51541,7 @@ export declare const JsonApiAutomationOutTypeEnum: {
|
|
|
51541
51541
|
readonly AUTOMATION: "automation";
|
|
51542
51542
|
};
|
|
51543
51543
|
|
|
51544
|
-
export declare type JsonApiAutomationOutTypeEnum = typeof JsonApiAutomationOutTypeEnum[keyof typeof JsonApiAutomationOutTypeEnum];
|
|
51544
|
+
export declare type JsonApiAutomationOutTypeEnum = (typeof JsonApiAutomationOutTypeEnum)[keyof typeof JsonApiAutomationOutTypeEnum];
|
|
51545
51545
|
|
|
51546
51546
|
/**
|
|
51547
51547
|
*
|
|
@@ -51591,7 +51591,7 @@ export declare const JsonApiAutomationOutWithLinksTypeEnum: {
|
|
|
51591
51591
|
readonly AUTOMATION: "automation";
|
|
51592
51592
|
};
|
|
51593
51593
|
|
|
51594
|
-
export declare type JsonApiAutomationOutWithLinksTypeEnum = typeof JsonApiAutomationOutWithLinksTypeEnum[keyof typeof JsonApiAutomationOutWithLinksTypeEnum];
|
|
51594
|
+
export declare type JsonApiAutomationOutWithLinksTypeEnum = (typeof JsonApiAutomationOutWithLinksTypeEnum)[keyof typeof JsonApiAutomationOutWithLinksTypeEnum];
|
|
51595
51595
|
|
|
51596
51596
|
/**
|
|
51597
51597
|
* JSON:API representation of patching automation entity.
|
|
@@ -51643,7 +51643,7 @@ export declare const JsonApiAutomationPatchTypeEnum: {
|
|
|
51643
51643
|
readonly AUTOMATION: "automation";
|
|
51644
51644
|
};
|
|
51645
51645
|
|
|
51646
|
-
export declare type JsonApiAutomationPatchTypeEnum = typeof JsonApiAutomationPatchTypeEnum[keyof typeof JsonApiAutomationPatchTypeEnum];
|
|
51646
|
+
export declare type JsonApiAutomationPatchTypeEnum = (typeof JsonApiAutomationPatchTypeEnum)[keyof typeof JsonApiAutomationPatchTypeEnum];
|
|
51647
51647
|
|
|
51648
51648
|
/**
|
|
51649
51649
|
* @type JsonApiAutomationToOneLinkage
|
|
@@ -51696,7 +51696,7 @@ export declare const JsonApiColorPaletteInTypeEnum: {
|
|
|
51696
51696
|
readonly COLOR_PALETTE: "colorPalette";
|
|
51697
51697
|
};
|
|
51698
51698
|
|
|
51699
|
-
export declare type JsonApiColorPaletteInTypeEnum = typeof JsonApiColorPaletteInTypeEnum[keyof typeof JsonApiColorPaletteInTypeEnum];
|
|
51699
|
+
export declare type JsonApiColorPaletteInTypeEnum = (typeof JsonApiColorPaletteInTypeEnum)[keyof typeof JsonApiColorPaletteInTypeEnum];
|
|
51700
51700
|
|
|
51701
51701
|
/**
|
|
51702
51702
|
* JSON:API representation of colorPalette entity.
|
|
@@ -51808,7 +51808,7 @@ export declare const JsonApiColorPaletteOutTypeEnum: {
|
|
|
51808
51808
|
readonly COLOR_PALETTE: "colorPalette";
|
|
51809
51809
|
};
|
|
51810
51810
|
|
|
51811
|
-
export declare type JsonApiColorPaletteOutTypeEnum = typeof JsonApiColorPaletteOutTypeEnum[keyof typeof JsonApiColorPaletteOutTypeEnum];
|
|
51811
|
+
export declare type JsonApiColorPaletteOutTypeEnum = (typeof JsonApiColorPaletteOutTypeEnum)[keyof typeof JsonApiColorPaletteOutTypeEnum];
|
|
51812
51812
|
|
|
51813
51813
|
/**
|
|
51814
51814
|
*
|
|
@@ -51846,7 +51846,7 @@ export declare const JsonApiColorPaletteOutWithLinksTypeEnum: {
|
|
|
51846
51846
|
readonly COLOR_PALETTE: "colorPalette";
|
|
51847
51847
|
};
|
|
51848
51848
|
|
|
51849
|
-
export declare type JsonApiColorPaletteOutWithLinksTypeEnum = typeof JsonApiColorPaletteOutWithLinksTypeEnum[keyof typeof JsonApiColorPaletteOutWithLinksTypeEnum];
|
|
51849
|
+
export declare type JsonApiColorPaletteOutWithLinksTypeEnum = (typeof JsonApiColorPaletteOutWithLinksTypeEnum)[keyof typeof JsonApiColorPaletteOutWithLinksTypeEnum];
|
|
51850
51850
|
|
|
51851
51851
|
/**
|
|
51852
51852
|
* JSON:API representation of patching colorPalette entity.
|
|
@@ -51912,7 +51912,7 @@ export declare const JsonApiColorPalettePatchTypeEnum: {
|
|
|
51912
51912
|
readonly COLOR_PALETTE: "colorPalette";
|
|
51913
51913
|
};
|
|
51914
51914
|
|
|
51915
|
-
export declare type JsonApiColorPalettePatchTypeEnum = typeof JsonApiColorPalettePatchTypeEnum[keyof typeof JsonApiColorPalettePatchTypeEnum];
|
|
51915
|
+
export declare type JsonApiColorPalettePatchTypeEnum = (typeof JsonApiColorPalettePatchTypeEnum)[keyof typeof JsonApiColorPalettePatchTypeEnum];
|
|
51916
51916
|
|
|
51917
51917
|
/**
|
|
51918
51918
|
* JSON:API representation of cookieSecurityConfiguration entity.
|
|
@@ -51958,7 +51958,7 @@ export declare const JsonApiCookieSecurityConfigurationInTypeEnum: {
|
|
|
51958
51958
|
readonly COOKIE_SECURITY_CONFIGURATION: "cookieSecurityConfiguration";
|
|
51959
51959
|
};
|
|
51960
51960
|
|
|
51961
|
-
export declare type JsonApiCookieSecurityConfigurationInTypeEnum = typeof JsonApiCookieSecurityConfigurationInTypeEnum[keyof typeof JsonApiCookieSecurityConfigurationInTypeEnum];
|
|
51961
|
+
export declare type JsonApiCookieSecurityConfigurationInTypeEnum = (typeof JsonApiCookieSecurityConfigurationInTypeEnum)[keyof typeof JsonApiCookieSecurityConfigurationInTypeEnum];
|
|
51962
51962
|
|
|
51963
51963
|
/**
|
|
51964
51964
|
* JSON:API representation of cookieSecurityConfiguration entity.
|
|
@@ -52010,7 +52010,7 @@ export declare const JsonApiCookieSecurityConfigurationOutTypeEnum: {
|
|
|
52010
52010
|
readonly COOKIE_SECURITY_CONFIGURATION: "cookieSecurityConfiguration";
|
|
52011
52011
|
};
|
|
52012
52012
|
|
|
52013
|
-
export declare type JsonApiCookieSecurityConfigurationOutTypeEnum = typeof JsonApiCookieSecurityConfigurationOutTypeEnum[keyof typeof JsonApiCookieSecurityConfigurationOutTypeEnum];
|
|
52013
|
+
export declare type JsonApiCookieSecurityConfigurationOutTypeEnum = (typeof JsonApiCookieSecurityConfigurationOutTypeEnum)[keyof typeof JsonApiCookieSecurityConfigurationOutTypeEnum];
|
|
52014
52014
|
|
|
52015
52015
|
/**
|
|
52016
52016
|
* JSON:API representation of patching cookieSecurityConfiguration entity.
|
|
@@ -52076,7 +52076,7 @@ export declare const JsonApiCookieSecurityConfigurationPatchTypeEnum: {
|
|
|
52076
52076
|
readonly COOKIE_SECURITY_CONFIGURATION: "cookieSecurityConfiguration";
|
|
52077
52077
|
};
|
|
52078
52078
|
|
|
52079
|
-
export declare type JsonApiCookieSecurityConfigurationPatchTypeEnum = typeof JsonApiCookieSecurityConfigurationPatchTypeEnum[keyof typeof JsonApiCookieSecurityConfigurationPatchTypeEnum];
|
|
52079
|
+
export declare type JsonApiCookieSecurityConfigurationPatchTypeEnum = (typeof JsonApiCookieSecurityConfigurationPatchTypeEnum)[keyof typeof JsonApiCookieSecurityConfigurationPatchTypeEnum];
|
|
52080
52080
|
|
|
52081
52081
|
/**
|
|
52082
52082
|
* JSON:API representation of cspDirective entity.
|
|
@@ -52122,7 +52122,7 @@ export declare const JsonApiCspDirectiveInTypeEnum: {
|
|
|
52122
52122
|
readonly CSP_DIRECTIVE: "cspDirective";
|
|
52123
52123
|
};
|
|
52124
52124
|
|
|
52125
|
-
export declare type JsonApiCspDirectiveInTypeEnum = typeof JsonApiCspDirectiveInTypeEnum[keyof typeof JsonApiCspDirectiveInTypeEnum];
|
|
52125
|
+
export declare type JsonApiCspDirectiveInTypeEnum = (typeof JsonApiCspDirectiveInTypeEnum)[keyof typeof JsonApiCspDirectiveInTypeEnum];
|
|
52126
52126
|
|
|
52127
52127
|
/**
|
|
52128
52128
|
* JSON:API representation of cspDirective entity.
|
|
@@ -52214,7 +52214,7 @@ export declare const JsonApiCspDirectiveOutTypeEnum: {
|
|
|
52214
52214
|
readonly CSP_DIRECTIVE: "cspDirective";
|
|
52215
52215
|
};
|
|
52216
52216
|
|
|
52217
|
-
export declare type JsonApiCspDirectiveOutTypeEnum = typeof JsonApiCspDirectiveOutTypeEnum[keyof typeof JsonApiCspDirectiveOutTypeEnum];
|
|
52217
|
+
export declare type JsonApiCspDirectiveOutTypeEnum = (typeof JsonApiCspDirectiveOutTypeEnum)[keyof typeof JsonApiCspDirectiveOutTypeEnum];
|
|
52218
52218
|
|
|
52219
52219
|
/**
|
|
52220
52220
|
*
|
|
@@ -52252,7 +52252,7 @@ export declare const JsonApiCspDirectiveOutWithLinksTypeEnum: {
|
|
|
52252
52252
|
readonly CSP_DIRECTIVE: "cspDirective";
|
|
52253
52253
|
};
|
|
52254
52254
|
|
|
52255
|
-
export declare type JsonApiCspDirectiveOutWithLinksTypeEnum = typeof JsonApiCspDirectiveOutWithLinksTypeEnum[keyof typeof JsonApiCspDirectiveOutWithLinksTypeEnum];
|
|
52255
|
+
export declare type JsonApiCspDirectiveOutWithLinksTypeEnum = (typeof JsonApiCspDirectiveOutWithLinksTypeEnum)[keyof typeof JsonApiCspDirectiveOutWithLinksTypeEnum];
|
|
52256
52256
|
|
|
52257
52257
|
/**
|
|
52258
52258
|
* JSON:API representation of patching cspDirective entity.
|
|
@@ -52312,7 +52312,7 @@ export declare const JsonApiCspDirectivePatchTypeEnum: {
|
|
|
52312
52312
|
readonly CSP_DIRECTIVE: "cspDirective";
|
|
52313
52313
|
};
|
|
52314
52314
|
|
|
52315
|
-
export declare type JsonApiCspDirectivePatchTypeEnum = typeof JsonApiCspDirectivePatchTypeEnum[keyof typeof JsonApiCspDirectivePatchTypeEnum];
|
|
52315
|
+
export declare type JsonApiCspDirectivePatchTypeEnum = (typeof JsonApiCspDirectivePatchTypeEnum)[keyof typeof JsonApiCspDirectivePatchTypeEnum];
|
|
52316
52316
|
|
|
52317
52317
|
/**
|
|
52318
52318
|
* JSON:API representation of customApplicationSetting entity.
|
|
@@ -52378,7 +52378,7 @@ export declare const JsonApiCustomApplicationSettingInTypeEnum: {
|
|
|
52378
52378
|
readonly CUSTOM_APPLICATION_SETTING: "customApplicationSetting";
|
|
52379
52379
|
};
|
|
52380
52380
|
|
|
52381
|
-
export declare type JsonApiCustomApplicationSettingInTypeEnum = typeof JsonApiCustomApplicationSettingInTypeEnum[keyof typeof JsonApiCustomApplicationSettingInTypeEnum];
|
|
52381
|
+
export declare type JsonApiCustomApplicationSettingInTypeEnum = (typeof JsonApiCustomApplicationSettingInTypeEnum)[keyof typeof JsonApiCustomApplicationSettingInTypeEnum];
|
|
52382
52382
|
|
|
52383
52383
|
/**
|
|
52384
52384
|
* JSON:API representation of customApplicationSetting entity.
|
|
@@ -52462,7 +52462,7 @@ export declare const JsonApiCustomApplicationSettingOutTypeEnum: {
|
|
|
52462
52462
|
readonly CUSTOM_APPLICATION_SETTING: "customApplicationSetting";
|
|
52463
52463
|
};
|
|
52464
52464
|
|
|
52465
|
-
export declare type JsonApiCustomApplicationSettingOutTypeEnum = typeof JsonApiCustomApplicationSettingOutTypeEnum[keyof typeof JsonApiCustomApplicationSettingOutTypeEnum];
|
|
52465
|
+
export declare type JsonApiCustomApplicationSettingOutTypeEnum = (typeof JsonApiCustomApplicationSettingOutTypeEnum)[keyof typeof JsonApiCustomApplicationSettingOutTypeEnum];
|
|
52466
52466
|
|
|
52467
52467
|
/**
|
|
52468
52468
|
*
|
|
@@ -52506,7 +52506,7 @@ export declare const JsonApiCustomApplicationSettingOutWithLinksTypeEnum: {
|
|
|
52506
52506
|
readonly CUSTOM_APPLICATION_SETTING: "customApplicationSetting";
|
|
52507
52507
|
};
|
|
52508
52508
|
|
|
52509
|
-
export declare type JsonApiCustomApplicationSettingOutWithLinksTypeEnum = typeof JsonApiCustomApplicationSettingOutWithLinksTypeEnum[keyof typeof JsonApiCustomApplicationSettingOutWithLinksTypeEnum];
|
|
52509
|
+
export declare type JsonApiCustomApplicationSettingOutWithLinksTypeEnum = (typeof JsonApiCustomApplicationSettingOutWithLinksTypeEnum)[keyof typeof JsonApiCustomApplicationSettingOutWithLinksTypeEnum];
|
|
52510
52510
|
|
|
52511
52511
|
/**
|
|
52512
52512
|
* JSON:API representation of patching customApplicationSetting entity.
|
|
@@ -52572,7 +52572,7 @@ export declare const JsonApiCustomApplicationSettingPatchTypeEnum: {
|
|
|
52572
52572
|
readonly CUSTOM_APPLICATION_SETTING: "customApplicationSetting";
|
|
52573
52573
|
};
|
|
52574
52574
|
|
|
52575
|
-
export declare type JsonApiCustomApplicationSettingPatchTypeEnum = typeof JsonApiCustomApplicationSettingPatchTypeEnum[keyof typeof JsonApiCustomApplicationSettingPatchTypeEnum];
|
|
52575
|
+
export declare type JsonApiCustomApplicationSettingPatchTypeEnum = (typeof JsonApiCustomApplicationSettingPatchTypeEnum)[keyof typeof JsonApiCustomApplicationSettingPatchTypeEnum];
|
|
52576
52576
|
|
|
52577
52577
|
/**
|
|
52578
52578
|
* JSON:API representation of customApplicationSetting entity.
|
|
@@ -52618,7 +52618,7 @@ export declare const JsonApiCustomApplicationSettingPostOptionalIdTypeEnum: {
|
|
|
52618
52618
|
readonly CUSTOM_APPLICATION_SETTING: "customApplicationSetting";
|
|
52619
52619
|
};
|
|
52620
52620
|
|
|
52621
|
-
export declare type JsonApiCustomApplicationSettingPostOptionalIdTypeEnum = typeof JsonApiCustomApplicationSettingPostOptionalIdTypeEnum[keyof typeof JsonApiCustomApplicationSettingPostOptionalIdTypeEnum];
|
|
52621
|
+
export declare type JsonApiCustomApplicationSettingPostOptionalIdTypeEnum = (typeof JsonApiCustomApplicationSettingPostOptionalIdTypeEnum)[keyof typeof JsonApiCustomApplicationSettingPostOptionalIdTypeEnum];
|
|
52622
52622
|
|
|
52623
52623
|
/**
|
|
52624
52624
|
* JSON:API representation of dashboardPlugin entity.
|
|
@@ -52702,7 +52702,7 @@ export declare const JsonApiDashboardPluginInTypeEnum: {
|
|
|
52702
52702
|
readonly DASHBOARD_PLUGIN: "dashboardPlugin";
|
|
52703
52703
|
};
|
|
52704
52704
|
|
|
52705
|
-
export declare type JsonApiDashboardPluginInTypeEnum = typeof JsonApiDashboardPluginInTypeEnum[keyof typeof JsonApiDashboardPluginInTypeEnum];
|
|
52705
|
+
export declare type JsonApiDashboardPluginInTypeEnum = (typeof JsonApiDashboardPluginInTypeEnum)[keyof typeof JsonApiDashboardPluginInTypeEnum];
|
|
52706
52706
|
|
|
52707
52707
|
/**
|
|
52708
52708
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
@@ -52728,7 +52728,7 @@ export declare const JsonApiDashboardPluginLinkageTypeEnum: {
|
|
|
52728
52728
|
readonly DASHBOARD_PLUGIN: "dashboardPlugin";
|
|
52729
52729
|
};
|
|
52730
52730
|
|
|
52731
|
-
export declare type JsonApiDashboardPluginLinkageTypeEnum = typeof JsonApiDashboardPluginLinkageTypeEnum[keyof typeof JsonApiDashboardPluginLinkageTypeEnum];
|
|
52731
|
+
export declare type JsonApiDashboardPluginLinkageTypeEnum = (typeof JsonApiDashboardPluginLinkageTypeEnum)[keyof typeof JsonApiDashboardPluginLinkageTypeEnum];
|
|
52732
52732
|
|
|
52733
52733
|
/**
|
|
52734
52734
|
* JSON:API representation of dashboardPlugin entity.
|
|
@@ -52900,7 +52900,7 @@ export declare const JsonApiDashboardPluginOutTypeEnum: {
|
|
|
52900
52900
|
readonly DASHBOARD_PLUGIN: "dashboardPlugin";
|
|
52901
52901
|
};
|
|
52902
52902
|
|
|
52903
|
-
export declare type JsonApiDashboardPluginOutTypeEnum = typeof JsonApiDashboardPluginOutTypeEnum[keyof typeof JsonApiDashboardPluginOutTypeEnum];
|
|
52903
|
+
export declare type JsonApiDashboardPluginOutTypeEnum = (typeof JsonApiDashboardPluginOutTypeEnum)[keyof typeof JsonApiDashboardPluginOutTypeEnum];
|
|
52904
52904
|
|
|
52905
52905
|
/**
|
|
52906
52906
|
*
|
|
@@ -52950,7 +52950,7 @@ export declare const JsonApiDashboardPluginOutWithLinksTypeEnum: {
|
|
|
52950
52950
|
readonly DASHBOARD_PLUGIN: "dashboardPlugin";
|
|
52951
52951
|
};
|
|
52952
52952
|
|
|
52953
|
-
export declare type JsonApiDashboardPluginOutWithLinksTypeEnum = typeof JsonApiDashboardPluginOutWithLinksTypeEnum[keyof typeof JsonApiDashboardPluginOutWithLinksTypeEnum];
|
|
52953
|
+
export declare type JsonApiDashboardPluginOutWithLinksTypeEnum = (typeof JsonApiDashboardPluginOutWithLinksTypeEnum)[keyof typeof JsonApiDashboardPluginOutWithLinksTypeEnum];
|
|
52954
52954
|
|
|
52955
52955
|
/**
|
|
52956
52956
|
* JSON:API representation of patching dashboardPlugin entity.
|
|
@@ -52996,7 +52996,7 @@ export declare const JsonApiDashboardPluginPatchTypeEnum: {
|
|
|
52996
52996
|
readonly DASHBOARD_PLUGIN: "dashboardPlugin";
|
|
52997
52997
|
};
|
|
52998
52998
|
|
|
52999
|
-
export declare type JsonApiDashboardPluginPatchTypeEnum = typeof JsonApiDashboardPluginPatchTypeEnum[keyof typeof JsonApiDashboardPluginPatchTypeEnum];
|
|
52999
|
+
export declare type JsonApiDashboardPluginPatchTypeEnum = (typeof JsonApiDashboardPluginPatchTypeEnum)[keyof typeof JsonApiDashboardPluginPatchTypeEnum];
|
|
53000
53000
|
|
|
53001
53001
|
/**
|
|
53002
53002
|
* JSON:API representation of dashboardPlugin entity.
|
|
@@ -53042,7 +53042,7 @@ export declare const JsonApiDashboardPluginPostOptionalIdTypeEnum: {
|
|
|
53042
53042
|
readonly DASHBOARD_PLUGIN: "dashboardPlugin";
|
|
53043
53043
|
};
|
|
53044
53044
|
|
|
53045
|
-
export declare type JsonApiDashboardPluginPostOptionalIdTypeEnum = typeof JsonApiDashboardPluginPostOptionalIdTypeEnum[keyof typeof JsonApiDashboardPluginPostOptionalIdTypeEnum];
|
|
53045
|
+
export declare type JsonApiDashboardPluginPostOptionalIdTypeEnum = (typeof JsonApiDashboardPluginPostOptionalIdTypeEnum)[keyof typeof JsonApiDashboardPluginPostOptionalIdTypeEnum];
|
|
53046
53046
|
|
|
53047
53047
|
/**
|
|
53048
53048
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
@@ -53068,7 +53068,7 @@ export declare const JsonApiDatasetLinkageTypeEnum: {
|
|
|
53068
53068
|
readonly DATASET: "dataset";
|
|
53069
53069
|
};
|
|
53070
53070
|
|
|
53071
|
-
export declare type JsonApiDatasetLinkageTypeEnum = typeof JsonApiDatasetLinkageTypeEnum[keyof typeof JsonApiDatasetLinkageTypeEnum];
|
|
53071
|
+
export declare type JsonApiDatasetLinkageTypeEnum = (typeof JsonApiDatasetLinkageTypeEnum)[keyof typeof JsonApiDatasetLinkageTypeEnum];
|
|
53072
53072
|
|
|
53073
53073
|
/**
|
|
53074
53074
|
* JSON:API representation of dataset entity.
|
|
@@ -53219,7 +53219,7 @@ export declare const JsonApiDatasetOutAttributesGrainTypeEnum: {
|
|
|
53219
53219
|
readonly DATE: "date";
|
|
53220
53220
|
};
|
|
53221
53221
|
|
|
53222
|
-
export declare type JsonApiDatasetOutAttributesGrainTypeEnum = typeof JsonApiDatasetOutAttributesGrainTypeEnum[keyof typeof JsonApiDatasetOutAttributesGrainTypeEnum];
|
|
53222
|
+
export declare type JsonApiDatasetOutAttributesGrainTypeEnum = (typeof JsonApiDatasetOutAttributesGrainTypeEnum)[keyof typeof JsonApiDatasetOutAttributesGrainTypeEnum];
|
|
53223
53223
|
|
|
53224
53224
|
/**
|
|
53225
53225
|
*
|
|
@@ -53269,7 +53269,7 @@ export declare const JsonApiDatasetOutAttributesReferencePropertiesSourceColumnD
|
|
|
53269
53269
|
readonly BOOLEAN: "BOOLEAN";
|
|
53270
53270
|
};
|
|
53271
53271
|
|
|
53272
|
-
export declare type JsonApiDatasetOutAttributesReferencePropertiesSourceColumnDataTypesEnum = typeof JsonApiDatasetOutAttributesReferencePropertiesSourceColumnDataTypesEnum[keyof typeof JsonApiDatasetOutAttributesReferencePropertiesSourceColumnDataTypesEnum];
|
|
53272
|
+
export declare type JsonApiDatasetOutAttributesReferencePropertiesSourceColumnDataTypesEnum = (typeof JsonApiDatasetOutAttributesReferencePropertiesSourceColumnDataTypesEnum)[keyof typeof JsonApiDatasetOutAttributesReferencePropertiesSourceColumnDataTypesEnum];
|
|
53273
53273
|
|
|
53274
53274
|
/**
|
|
53275
53275
|
*
|
|
@@ -53296,7 +53296,7 @@ export declare const JsonApiDatasetOutAttributesTypeEnum: {
|
|
|
53296
53296
|
readonly DATE: "DATE";
|
|
53297
53297
|
};
|
|
53298
53298
|
|
|
53299
|
-
export declare type JsonApiDatasetOutAttributesTypeEnum = typeof JsonApiDatasetOutAttributesTypeEnum[keyof typeof JsonApiDatasetOutAttributesTypeEnum];
|
|
53299
|
+
export declare type JsonApiDatasetOutAttributesTypeEnum = (typeof JsonApiDatasetOutAttributesTypeEnum)[keyof typeof JsonApiDatasetOutAttributesTypeEnum];
|
|
53300
53300
|
|
|
53301
53301
|
/**
|
|
53302
53302
|
*
|
|
@@ -53328,7 +53328,7 @@ export declare const JsonApiDatasetOutAttributesWorkspaceDataFilterColumnsDataTy
|
|
|
53328
53328
|
readonly BOOLEAN: "BOOLEAN";
|
|
53329
53329
|
};
|
|
53330
53330
|
|
|
53331
|
-
export declare type JsonApiDatasetOutAttributesWorkspaceDataFilterColumnsDataTypeEnum = typeof JsonApiDatasetOutAttributesWorkspaceDataFilterColumnsDataTypeEnum[keyof typeof JsonApiDatasetOutAttributesWorkspaceDataFilterColumnsDataTypeEnum];
|
|
53331
|
+
export declare type JsonApiDatasetOutAttributesWorkspaceDataFilterColumnsDataTypeEnum = (typeof JsonApiDatasetOutAttributesWorkspaceDataFilterColumnsDataTypeEnum)[keyof typeof JsonApiDatasetOutAttributesWorkspaceDataFilterColumnsDataTypeEnum];
|
|
53332
53332
|
|
|
53333
53333
|
/**
|
|
53334
53334
|
* Workspace data filter reference.
|
|
@@ -53366,7 +53366,7 @@ export declare const JsonApiDatasetOutAttributesWorkspaceDataFilterReferencesFil
|
|
|
53366
53366
|
readonly BOOLEAN: "BOOLEAN";
|
|
53367
53367
|
};
|
|
53368
53368
|
|
|
53369
|
-
export declare type JsonApiDatasetOutAttributesWorkspaceDataFilterReferencesFilterColumnDataTypeEnum = typeof JsonApiDatasetOutAttributesWorkspaceDataFilterReferencesFilterColumnDataTypeEnum[keyof typeof JsonApiDatasetOutAttributesWorkspaceDataFilterReferencesFilterColumnDataTypeEnum];
|
|
53369
|
+
export declare type JsonApiDatasetOutAttributesWorkspaceDataFilterReferencesFilterColumnDataTypeEnum = (typeof JsonApiDatasetOutAttributesWorkspaceDataFilterReferencesFilterColumnDataTypeEnum)[keyof typeof JsonApiDatasetOutAttributesWorkspaceDataFilterReferencesFilterColumnDataTypeEnum];
|
|
53370
53370
|
|
|
53371
53371
|
/**
|
|
53372
53372
|
*
|
|
@@ -53502,7 +53502,7 @@ export declare const JsonApiDatasetOutTypeEnum: {
|
|
|
53502
53502
|
readonly DATASET: "dataset";
|
|
53503
53503
|
};
|
|
53504
53504
|
|
|
53505
|
-
export declare type JsonApiDatasetOutTypeEnum = typeof JsonApiDatasetOutTypeEnum[keyof typeof JsonApiDatasetOutTypeEnum];
|
|
53505
|
+
export declare type JsonApiDatasetOutTypeEnum = (typeof JsonApiDatasetOutTypeEnum)[keyof typeof JsonApiDatasetOutTypeEnum];
|
|
53506
53506
|
|
|
53507
53507
|
/**
|
|
53508
53508
|
*
|
|
@@ -53552,7 +53552,7 @@ export declare const JsonApiDatasetOutWithLinksTypeEnum: {
|
|
|
53552
53552
|
readonly DATASET: "dataset";
|
|
53553
53553
|
};
|
|
53554
53554
|
|
|
53555
|
-
export declare type JsonApiDatasetOutWithLinksTypeEnum = typeof JsonApiDatasetOutWithLinksTypeEnum[keyof typeof JsonApiDatasetOutWithLinksTypeEnum];
|
|
53555
|
+
export declare type JsonApiDatasetOutWithLinksTypeEnum = (typeof JsonApiDatasetOutWithLinksTypeEnum)[keyof typeof JsonApiDatasetOutWithLinksTypeEnum];
|
|
53556
53556
|
|
|
53557
53557
|
/**
|
|
53558
53558
|
* @type JsonApiDatasetToOneLinkage
|
|
@@ -53647,7 +53647,7 @@ export declare const JsonApiDataSourceIdentifierOutAttributesTypeEnum: {
|
|
|
53647
53647
|
readonly ATHENA: "ATHENA";
|
|
53648
53648
|
};
|
|
53649
53649
|
|
|
53650
|
-
export declare type JsonApiDataSourceIdentifierOutAttributesTypeEnum = typeof JsonApiDataSourceIdentifierOutAttributesTypeEnum[keyof typeof JsonApiDataSourceIdentifierOutAttributesTypeEnum];
|
|
53650
|
+
export declare type JsonApiDataSourceIdentifierOutAttributesTypeEnum = (typeof JsonApiDataSourceIdentifierOutAttributesTypeEnum)[keyof typeof JsonApiDataSourceIdentifierOutAttributesTypeEnum];
|
|
53651
53651
|
|
|
53652
53652
|
/**
|
|
53653
53653
|
*
|
|
@@ -53714,13 +53714,13 @@ export declare const JsonApiDataSourceIdentifierOutMetaPermissionsEnum: {
|
|
|
53714
53714
|
readonly USE: "USE";
|
|
53715
53715
|
};
|
|
53716
53716
|
|
|
53717
|
-
export declare type JsonApiDataSourceIdentifierOutMetaPermissionsEnum = typeof JsonApiDataSourceIdentifierOutMetaPermissionsEnum[keyof typeof JsonApiDataSourceIdentifierOutMetaPermissionsEnum];
|
|
53717
|
+
export declare type JsonApiDataSourceIdentifierOutMetaPermissionsEnum = (typeof JsonApiDataSourceIdentifierOutMetaPermissionsEnum)[keyof typeof JsonApiDataSourceIdentifierOutMetaPermissionsEnum];
|
|
53718
53718
|
|
|
53719
53719
|
export declare const JsonApiDataSourceIdentifierOutTypeEnum: {
|
|
53720
53720
|
readonly DATA_SOURCE_IDENTIFIER: "dataSourceIdentifier";
|
|
53721
53721
|
};
|
|
53722
53722
|
|
|
53723
|
-
export declare type JsonApiDataSourceIdentifierOutTypeEnum = typeof JsonApiDataSourceIdentifierOutTypeEnum[keyof typeof JsonApiDataSourceIdentifierOutTypeEnum];
|
|
53723
|
+
export declare type JsonApiDataSourceIdentifierOutTypeEnum = (typeof JsonApiDataSourceIdentifierOutTypeEnum)[keyof typeof JsonApiDataSourceIdentifierOutTypeEnum];
|
|
53724
53724
|
|
|
53725
53725
|
/**
|
|
53726
53726
|
*
|
|
@@ -53764,7 +53764,7 @@ export declare const JsonApiDataSourceIdentifierOutWithLinksTypeEnum: {
|
|
|
53764
53764
|
readonly DATA_SOURCE_IDENTIFIER: "dataSourceIdentifier";
|
|
53765
53765
|
};
|
|
53766
53766
|
|
|
53767
|
-
export declare type JsonApiDataSourceIdentifierOutWithLinksTypeEnum = typeof JsonApiDataSourceIdentifierOutWithLinksTypeEnum[keyof typeof JsonApiDataSourceIdentifierOutWithLinksTypeEnum];
|
|
53767
|
+
export declare type JsonApiDataSourceIdentifierOutWithLinksTypeEnum = (typeof JsonApiDataSourceIdentifierOutWithLinksTypeEnum)[keyof typeof JsonApiDataSourceIdentifierOutWithLinksTypeEnum];
|
|
53768
53768
|
|
|
53769
53769
|
/**
|
|
53770
53770
|
* JSON:API representation of dataSource entity.
|
|
@@ -53883,7 +53883,7 @@ export declare const JsonApiDataSourceInAttributesCacheStrategyEnum: {
|
|
|
53883
53883
|
readonly NEVER: "NEVER";
|
|
53884
53884
|
};
|
|
53885
53885
|
|
|
53886
|
-
export declare type JsonApiDataSourceInAttributesCacheStrategyEnum = typeof JsonApiDataSourceInAttributesCacheStrategyEnum[keyof typeof JsonApiDataSourceInAttributesCacheStrategyEnum];
|
|
53886
|
+
export declare type JsonApiDataSourceInAttributesCacheStrategyEnum = (typeof JsonApiDataSourceInAttributesCacheStrategyEnum)[keyof typeof JsonApiDataSourceInAttributesCacheStrategyEnum];
|
|
53887
53887
|
|
|
53888
53888
|
export declare const JsonApiDataSourceInAttributesTypeEnum: {
|
|
53889
53889
|
readonly POSTGRESQL: "POSTGRESQL";
|
|
@@ -53913,7 +53913,7 @@ export declare const JsonApiDataSourceInAttributesTypeEnum: {
|
|
|
53913
53913
|
readonly ATHENA: "ATHENA";
|
|
53914
53914
|
};
|
|
53915
53915
|
|
|
53916
|
-
export declare type JsonApiDataSourceInAttributesTypeEnum = typeof JsonApiDataSourceInAttributesTypeEnum[keyof typeof JsonApiDataSourceInAttributesTypeEnum];
|
|
53916
|
+
export declare type JsonApiDataSourceInAttributesTypeEnum = (typeof JsonApiDataSourceInAttributesTypeEnum)[keyof typeof JsonApiDataSourceInAttributesTypeEnum];
|
|
53917
53917
|
|
|
53918
53918
|
/**
|
|
53919
53919
|
*
|
|
@@ -53933,7 +53933,7 @@ export declare const JsonApiDataSourceInTypeEnum: {
|
|
|
53933
53933
|
readonly DATA_SOURCE: "dataSource";
|
|
53934
53934
|
};
|
|
53935
53935
|
|
|
53936
|
-
export declare type JsonApiDataSourceInTypeEnum = typeof JsonApiDataSourceInTypeEnum[keyof typeof JsonApiDataSourceInTypeEnum];
|
|
53936
|
+
export declare type JsonApiDataSourceInTypeEnum = (typeof JsonApiDataSourceInTypeEnum)[keyof typeof JsonApiDataSourceInTypeEnum];
|
|
53937
53937
|
|
|
53938
53938
|
/**
|
|
53939
53939
|
* JSON:API representation of dataSource entity.
|
|
@@ -54043,14 +54043,14 @@ export declare const JsonApiDataSourceOutAttributesAuthenticationTypeEnum: {
|
|
|
54043
54043
|
readonly ACCESS_TOKEN: "ACCESS_TOKEN";
|
|
54044
54044
|
};
|
|
54045
54045
|
|
|
54046
|
-
export declare type JsonApiDataSourceOutAttributesAuthenticationTypeEnum = typeof JsonApiDataSourceOutAttributesAuthenticationTypeEnum[keyof typeof JsonApiDataSourceOutAttributesAuthenticationTypeEnum];
|
|
54046
|
+
export declare type JsonApiDataSourceOutAttributesAuthenticationTypeEnum = (typeof JsonApiDataSourceOutAttributesAuthenticationTypeEnum)[keyof typeof JsonApiDataSourceOutAttributesAuthenticationTypeEnum];
|
|
54047
54047
|
|
|
54048
54048
|
export declare const JsonApiDataSourceOutAttributesCacheStrategyEnum: {
|
|
54049
54049
|
readonly ALWAYS: "ALWAYS";
|
|
54050
54050
|
readonly NEVER: "NEVER";
|
|
54051
54051
|
};
|
|
54052
54052
|
|
|
54053
|
-
export declare type JsonApiDataSourceOutAttributesCacheStrategyEnum = typeof JsonApiDataSourceOutAttributesCacheStrategyEnum[keyof typeof JsonApiDataSourceOutAttributesCacheStrategyEnum];
|
|
54053
|
+
export declare type JsonApiDataSourceOutAttributesCacheStrategyEnum = (typeof JsonApiDataSourceOutAttributesCacheStrategyEnum)[keyof typeof JsonApiDataSourceOutAttributesCacheStrategyEnum];
|
|
54054
54054
|
|
|
54055
54055
|
/**
|
|
54056
54056
|
*
|
|
@@ -54100,7 +54100,7 @@ export declare const JsonApiDataSourceOutAttributesTypeEnum: {
|
|
|
54100
54100
|
readonly ATHENA: "ATHENA";
|
|
54101
54101
|
};
|
|
54102
54102
|
|
|
54103
|
-
export declare type JsonApiDataSourceOutAttributesTypeEnum = typeof JsonApiDataSourceOutAttributesTypeEnum[keyof typeof JsonApiDataSourceOutAttributesTypeEnum];
|
|
54103
|
+
export declare type JsonApiDataSourceOutAttributesTypeEnum = (typeof JsonApiDataSourceOutAttributesTypeEnum)[keyof typeof JsonApiDataSourceOutAttributesTypeEnum];
|
|
54104
54104
|
|
|
54105
54105
|
/**
|
|
54106
54106
|
*
|
|
@@ -54152,7 +54152,7 @@ export declare const JsonApiDataSourceOutTypeEnum: {
|
|
|
54152
54152
|
readonly DATA_SOURCE: "dataSource";
|
|
54153
54153
|
};
|
|
54154
54154
|
|
|
54155
|
-
export declare type JsonApiDataSourceOutTypeEnum = typeof JsonApiDataSourceOutTypeEnum[keyof typeof JsonApiDataSourceOutTypeEnum];
|
|
54155
|
+
export declare type JsonApiDataSourceOutTypeEnum = (typeof JsonApiDataSourceOutTypeEnum)[keyof typeof JsonApiDataSourceOutTypeEnum];
|
|
54156
54156
|
|
|
54157
54157
|
/**
|
|
54158
54158
|
*
|
|
@@ -54196,7 +54196,7 @@ export declare const JsonApiDataSourceOutWithLinksTypeEnum: {
|
|
|
54196
54196
|
readonly DATA_SOURCE: "dataSource";
|
|
54197
54197
|
};
|
|
54198
54198
|
|
|
54199
|
-
export declare type JsonApiDataSourceOutWithLinksTypeEnum = typeof JsonApiDataSourceOutWithLinksTypeEnum[keyof typeof JsonApiDataSourceOutWithLinksTypeEnum];
|
|
54199
|
+
export declare type JsonApiDataSourceOutWithLinksTypeEnum = (typeof JsonApiDataSourceOutWithLinksTypeEnum)[keyof typeof JsonApiDataSourceOutWithLinksTypeEnum];
|
|
54200
54200
|
|
|
54201
54201
|
/**
|
|
54202
54202
|
* JSON:API representation of patching dataSource entity.
|
|
@@ -54315,7 +54315,7 @@ export declare const JsonApiDataSourcePatchAttributesCacheStrategyEnum: {
|
|
|
54315
54315
|
readonly NEVER: "NEVER";
|
|
54316
54316
|
};
|
|
54317
54317
|
|
|
54318
|
-
export declare type JsonApiDataSourcePatchAttributesCacheStrategyEnum = typeof JsonApiDataSourcePatchAttributesCacheStrategyEnum[keyof typeof JsonApiDataSourcePatchAttributesCacheStrategyEnum];
|
|
54318
|
+
export declare type JsonApiDataSourcePatchAttributesCacheStrategyEnum = (typeof JsonApiDataSourcePatchAttributesCacheStrategyEnum)[keyof typeof JsonApiDataSourcePatchAttributesCacheStrategyEnum];
|
|
54319
54319
|
|
|
54320
54320
|
export declare const JsonApiDataSourcePatchAttributesTypeEnum: {
|
|
54321
54321
|
readonly POSTGRESQL: "POSTGRESQL";
|
|
@@ -54345,7 +54345,7 @@ export declare const JsonApiDataSourcePatchAttributesTypeEnum: {
|
|
|
54345
54345
|
readonly ATHENA: "ATHENA";
|
|
54346
54346
|
};
|
|
54347
54347
|
|
|
54348
|
-
export declare type JsonApiDataSourcePatchAttributesTypeEnum = typeof JsonApiDataSourcePatchAttributesTypeEnum[keyof typeof JsonApiDataSourcePatchAttributesTypeEnum];
|
|
54348
|
+
export declare type JsonApiDataSourcePatchAttributesTypeEnum = (typeof JsonApiDataSourcePatchAttributesTypeEnum)[keyof typeof JsonApiDataSourcePatchAttributesTypeEnum];
|
|
54349
54349
|
|
|
54350
54350
|
/**
|
|
54351
54351
|
*
|
|
@@ -54365,7 +54365,7 @@ export declare const JsonApiDataSourcePatchTypeEnum: {
|
|
|
54365
54365
|
readonly DATA_SOURCE: "dataSource";
|
|
54366
54366
|
};
|
|
54367
54367
|
|
|
54368
|
-
export declare type JsonApiDataSourcePatchTypeEnum = typeof JsonApiDataSourcePatchTypeEnum[keyof typeof JsonApiDataSourcePatchTypeEnum];
|
|
54368
|
+
export declare type JsonApiDataSourcePatchTypeEnum = (typeof JsonApiDataSourcePatchTypeEnum)[keyof typeof JsonApiDataSourcePatchTypeEnum];
|
|
54369
54369
|
|
|
54370
54370
|
/**
|
|
54371
54371
|
* JSON:API representation of entitlement entity.
|
|
@@ -54463,7 +54463,7 @@ export declare const JsonApiEntitlementOutTypeEnum: {
|
|
|
54463
54463
|
readonly ENTITLEMENT: "entitlement";
|
|
54464
54464
|
};
|
|
54465
54465
|
|
|
54466
|
-
export declare type JsonApiEntitlementOutTypeEnum = typeof JsonApiEntitlementOutTypeEnum[keyof typeof JsonApiEntitlementOutTypeEnum];
|
|
54466
|
+
export declare type JsonApiEntitlementOutTypeEnum = (typeof JsonApiEntitlementOutTypeEnum)[keyof typeof JsonApiEntitlementOutTypeEnum];
|
|
54467
54467
|
|
|
54468
54468
|
/**
|
|
54469
54469
|
*
|
|
@@ -54501,7 +54501,7 @@ export declare const JsonApiEntitlementOutWithLinksTypeEnum: {
|
|
|
54501
54501
|
readonly ENTITLEMENT: "entitlement";
|
|
54502
54502
|
};
|
|
54503
54503
|
|
|
54504
|
-
export declare type JsonApiEntitlementOutWithLinksTypeEnum = typeof JsonApiEntitlementOutWithLinksTypeEnum[keyof typeof JsonApiEntitlementOutWithLinksTypeEnum];
|
|
54504
|
+
export declare type JsonApiEntitlementOutWithLinksTypeEnum = (typeof JsonApiEntitlementOutWithLinksTypeEnum)[keyof typeof JsonApiEntitlementOutWithLinksTypeEnum];
|
|
54505
54505
|
|
|
54506
54506
|
/**
|
|
54507
54507
|
* JSON:API representation of exportDefinition entity.
|
|
@@ -54611,7 +54611,7 @@ export declare const JsonApiExportDefinitionInTypeEnum: {
|
|
|
54611
54611
|
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
54612
54612
|
};
|
|
54613
54613
|
|
|
54614
|
-
export declare type JsonApiExportDefinitionInTypeEnum = typeof JsonApiExportDefinitionInTypeEnum[keyof typeof JsonApiExportDefinitionInTypeEnum];
|
|
54614
|
+
export declare type JsonApiExportDefinitionInTypeEnum = (typeof JsonApiExportDefinitionInTypeEnum)[keyof typeof JsonApiExportDefinitionInTypeEnum];
|
|
54615
54615
|
|
|
54616
54616
|
/**
|
|
54617
54617
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
@@ -54637,7 +54637,7 @@ export declare const JsonApiExportDefinitionLinkageTypeEnum: {
|
|
|
54637
54637
|
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
54638
54638
|
};
|
|
54639
54639
|
|
|
54640
|
-
export declare type JsonApiExportDefinitionLinkageTypeEnum = typeof JsonApiExportDefinitionLinkageTypeEnum[keyof typeof JsonApiExportDefinitionLinkageTypeEnum];
|
|
54640
|
+
export declare type JsonApiExportDefinitionLinkageTypeEnum = (typeof JsonApiExportDefinitionLinkageTypeEnum)[keyof typeof JsonApiExportDefinitionLinkageTypeEnum];
|
|
54641
54641
|
|
|
54642
54642
|
/**
|
|
54643
54643
|
* JSON:API representation of exportDefinition entity.
|
|
@@ -54861,7 +54861,7 @@ export declare const JsonApiExportDefinitionOutTypeEnum: {
|
|
|
54861
54861
|
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
54862
54862
|
};
|
|
54863
54863
|
|
|
54864
|
-
export declare type JsonApiExportDefinitionOutTypeEnum = typeof JsonApiExportDefinitionOutTypeEnum[keyof typeof JsonApiExportDefinitionOutTypeEnum];
|
|
54864
|
+
export declare type JsonApiExportDefinitionOutTypeEnum = (typeof JsonApiExportDefinitionOutTypeEnum)[keyof typeof JsonApiExportDefinitionOutTypeEnum];
|
|
54865
54865
|
|
|
54866
54866
|
/**
|
|
54867
54867
|
*
|
|
@@ -54911,7 +54911,7 @@ export declare const JsonApiExportDefinitionOutWithLinksTypeEnum: {
|
|
|
54911
54911
|
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
54912
54912
|
};
|
|
54913
54913
|
|
|
54914
|
-
export declare type JsonApiExportDefinitionOutWithLinksTypeEnum = typeof JsonApiExportDefinitionOutWithLinksTypeEnum[keyof typeof JsonApiExportDefinitionOutWithLinksTypeEnum];
|
|
54914
|
+
export declare type JsonApiExportDefinitionOutWithLinksTypeEnum = (typeof JsonApiExportDefinitionOutWithLinksTypeEnum)[keyof typeof JsonApiExportDefinitionOutWithLinksTypeEnum];
|
|
54915
54915
|
|
|
54916
54916
|
/**
|
|
54917
54917
|
* JSON:API representation of patching exportDefinition entity.
|
|
@@ -54963,7 +54963,7 @@ export declare const JsonApiExportDefinitionPatchTypeEnum: {
|
|
|
54963
54963
|
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
54964
54964
|
};
|
|
54965
54965
|
|
|
54966
|
-
export declare type JsonApiExportDefinitionPatchTypeEnum = typeof JsonApiExportDefinitionPatchTypeEnum[keyof typeof JsonApiExportDefinitionPatchTypeEnum];
|
|
54966
|
+
export declare type JsonApiExportDefinitionPatchTypeEnum = (typeof JsonApiExportDefinitionPatchTypeEnum)[keyof typeof JsonApiExportDefinitionPatchTypeEnum];
|
|
54967
54967
|
|
|
54968
54968
|
/**
|
|
54969
54969
|
* JSON:API representation of exportDefinition entity.
|
|
@@ -55015,7 +55015,7 @@ export declare const JsonApiExportDefinitionPostOptionalIdTypeEnum: {
|
|
|
55015
55015
|
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
55016
55016
|
};
|
|
55017
55017
|
|
|
55018
|
-
export declare type JsonApiExportDefinitionPostOptionalIdTypeEnum = typeof JsonApiExportDefinitionPostOptionalIdTypeEnum[keyof typeof JsonApiExportDefinitionPostOptionalIdTypeEnum];
|
|
55018
|
+
export declare type JsonApiExportDefinitionPostOptionalIdTypeEnum = (typeof JsonApiExportDefinitionPostOptionalIdTypeEnum)[keyof typeof JsonApiExportDefinitionPostOptionalIdTypeEnum];
|
|
55019
55019
|
|
|
55020
55020
|
/**
|
|
55021
55021
|
* JSON:API representation of exportTemplate entity.
|
|
@@ -55061,7 +55061,7 @@ export declare const JsonApiExportTemplateInTypeEnum: {
|
|
|
55061
55061
|
readonly EXPORT_TEMPLATE: "exportTemplate";
|
|
55062
55062
|
};
|
|
55063
55063
|
|
|
55064
|
-
export declare type JsonApiExportTemplateInTypeEnum = typeof JsonApiExportTemplateInTypeEnum[keyof typeof JsonApiExportTemplateInTypeEnum];
|
|
55064
|
+
export declare type JsonApiExportTemplateInTypeEnum = (typeof JsonApiExportTemplateInTypeEnum)[keyof typeof JsonApiExportTemplateInTypeEnum];
|
|
55065
55065
|
|
|
55066
55066
|
/**
|
|
55067
55067
|
* JSON:API representation of exportTemplate entity.
|
|
@@ -55158,7 +55158,7 @@ export declare const JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAp
|
|
|
55158
55158
|
readonly PPTX: "PPTX";
|
|
55159
55159
|
};
|
|
55160
55160
|
|
|
55161
|
-
export declare type JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum = typeof JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum[keyof typeof JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum];
|
|
55161
|
+
export declare type JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum = (typeof JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum)[keyof typeof JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum];
|
|
55162
55162
|
|
|
55163
55163
|
/**
|
|
55164
55164
|
* Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
@@ -55185,7 +55185,7 @@ export declare const JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppli
|
|
|
55185
55185
|
readonly PPTX: "PPTX";
|
|
55186
55186
|
};
|
|
55187
55187
|
|
|
55188
|
-
export declare type JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum = typeof JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum[keyof typeof JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum];
|
|
55188
|
+
export declare type JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum = (typeof JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum)[keyof typeof JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum];
|
|
55189
55189
|
|
|
55190
55190
|
/**
|
|
55191
55191
|
*
|
|
@@ -55237,7 +55237,7 @@ export declare const JsonApiExportTemplateOutTypeEnum: {
|
|
|
55237
55237
|
readonly EXPORT_TEMPLATE: "exportTemplate";
|
|
55238
55238
|
};
|
|
55239
55239
|
|
|
55240
|
-
export declare type JsonApiExportTemplateOutTypeEnum = typeof JsonApiExportTemplateOutTypeEnum[keyof typeof JsonApiExportTemplateOutTypeEnum];
|
|
55240
|
+
export declare type JsonApiExportTemplateOutTypeEnum = (typeof JsonApiExportTemplateOutTypeEnum)[keyof typeof JsonApiExportTemplateOutTypeEnum];
|
|
55241
55241
|
|
|
55242
55242
|
/**
|
|
55243
55243
|
*
|
|
@@ -55275,7 +55275,7 @@ export declare const JsonApiExportTemplateOutWithLinksTypeEnum: {
|
|
|
55275
55275
|
readonly EXPORT_TEMPLATE: "exportTemplate";
|
|
55276
55276
|
};
|
|
55277
55277
|
|
|
55278
|
-
export declare type JsonApiExportTemplateOutWithLinksTypeEnum = typeof JsonApiExportTemplateOutWithLinksTypeEnum[keyof typeof JsonApiExportTemplateOutWithLinksTypeEnum];
|
|
55278
|
+
export declare type JsonApiExportTemplateOutWithLinksTypeEnum = (typeof JsonApiExportTemplateOutWithLinksTypeEnum)[keyof typeof JsonApiExportTemplateOutWithLinksTypeEnum];
|
|
55279
55279
|
|
|
55280
55280
|
/**
|
|
55281
55281
|
* JSON:API representation of patching exportTemplate entity.
|
|
@@ -55347,7 +55347,7 @@ export declare const JsonApiExportTemplatePatchTypeEnum: {
|
|
|
55347
55347
|
readonly EXPORT_TEMPLATE: "exportTemplate";
|
|
55348
55348
|
};
|
|
55349
55349
|
|
|
55350
|
-
export declare type JsonApiExportTemplatePatchTypeEnum = typeof JsonApiExportTemplatePatchTypeEnum[keyof typeof JsonApiExportTemplatePatchTypeEnum];
|
|
55350
|
+
export declare type JsonApiExportTemplatePatchTypeEnum = (typeof JsonApiExportTemplatePatchTypeEnum)[keyof typeof JsonApiExportTemplatePatchTypeEnum];
|
|
55351
55351
|
|
|
55352
55352
|
/**
|
|
55353
55353
|
* JSON:API representation of exportTemplate entity.
|
|
@@ -55393,7 +55393,7 @@ export declare const JsonApiExportTemplatePostOptionalIdTypeEnum: {
|
|
|
55393
55393
|
readonly EXPORT_TEMPLATE: "exportTemplate";
|
|
55394
55394
|
};
|
|
55395
55395
|
|
|
55396
|
-
export declare type JsonApiExportTemplatePostOptionalIdTypeEnum = typeof JsonApiExportTemplatePostOptionalIdTypeEnum[keyof typeof JsonApiExportTemplatePostOptionalIdTypeEnum];
|
|
55396
|
+
export declare type JsonApiExportTemplatePostOptionalIdTypeEnum = (typeof JsonApiExportTemplatePostOptionalIdTypeEnum)[keyof typeof JsonApiExportTemplatePostOptionalIdTypeEnum];
|
|
55397
55397
|
|
|
55398
55398
|
/**
|
|
55399
55399
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
@@ -55419,7 +55419,7 @@ export declare const JsonApiFactLinkageTypeEnum: {
|
|
|
55419
55419
|
readonly FACT: "fact";
|
|
55420
55420
|
};
|
|
55421
55421
|
|
|
55422
|
-
export declare type JsonApiFactLinkageTypeEnum = typeof JsonApiFactLinkageTypeEnum[keyof typeof JsonApiFactLinkageTypeEnum];
|
|
55422
|
+
export declare type JsonApiFactLinkageTypeEnum = (typeof JsonApiFactLinkageTypeEnum)[keyof typeof JsonApiFactLinkageTypeEnum];
|
|
55423
55423
|
|
|
55424
55424
|
/**
|
|
55425
55425
|
* JSON:API representation of fact entity.
|
|
@@ -55513,7 +55513,7 @@ export declare const JsonApiFactOutAttributesSourceColumnDataTypeEnum: {
|
|
|
55513
55513
|
readonly BOOLEAN: "BOOLEAN";
|
|
55514
55514
|
};
|
|
55515
55515
|
|
|
55516
|
-
export declare type JsonApiFactOutAttributesSourceColumnDataTypeEnum = typeof JsonApiFactOutAttributesSourceColumnDataTypeEnum[keyof typeof JsonApiFactOutAttributesSourceColumnDataTypeEnum];
|
|
55516
|
+
export declare type JsonApiFactOutAttributesSourceColumnDataTypeEnum = (typeof JsonApiFactOutAttributesSourceColumnDataTypeEnum)[keyof typeof JsonApiFactOutAttributesSourceColumnDataTypeEnum];
|
|
55517
55517
|
|
|
55518
55518
|
/**
|
|
55519
55519
|
*
|
|
@@ -55591,7 +55591,7 @@ export declare const JsonApiFactOutTypeEnum: {
|
|
|
55591
55591
|
readonly FACT: "fact";
|
|
55592
55592
|
};
|
|
55593
55593
|
|
|
55594
|
-
export declare type JsonApiFactOutTypeEnum = typeof JsonApiFactOutTypeEnum[keyof typeof JsonApiFactOutTypeEnum];
|
|
55594
|
+
export declare type JsonApiFactOutTypeEnum = (typeof JsonApiFactOutTypeEnum)[keyof typeof JsonApiFactOutTypeEnum];
|
|
55595
55595
|
|
|
55596
55596
|
/**
|
|
55597
55597
|
*
|
|
@@ -55641,7 +55641,7 @@ export declare const JsonApiFactOutWithLinksTypeEnum: {
|
|
|
55641
55641
|
readonly FACT: "fact";
|
|
55642
55642
|
};
|
|
55643
55643
|
|
|
55644
|
-
export declare type JsonApiFactOutWithLinksTypeEnum = typeof JsonApiFactOutWithLinksTypeEnum[keyof typeof JsonApiFactOutWithLinksTypeEnum];
|
|
55644
|
+
export declare type JsonApiFactOutWithLinksTypeEnum = (typeof JsonApiFactOutWithLinksTypeEnum)[keyof typeof JsonApiFactOutWithLinksTypeEnum];
|
|
55645
55645
|
|
|
55646
55646
|
/**
|
|
55647
55647
|
* @type JsonApiFactToOneLinkage
|
|
@@ -55694,7 +55694,7 @@ export declare const JsonApiFilterContextInTypeEnum: {
|
|
|
55694
55694
|
readonly FILTER_CONTEXT: "filterContext";
|
|
55695
55695
|
};
|
|
55696
55696
|
|
|
55697
|
-
export declare type JsonApiFilterContextInTypeEnum = typeof JsonApiFilterContextInTypeEnum[keyof typeof JsonApiFilterContextInTypeEnum];
|
|
55697
|
+
export declare type JsonApiFilterContextInTypeEnum = (typeof JsonApiFilterContextInTypeEnum)[keyof typeof JsonApiFilterContextInTypeEnum];
|
|
55698
55698
|
|
|
55699
55699
|
/**
|
|
55700
55700
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
@@ -55720,7 +55720,7 @@ export declare const JsonApiFilterContextLinkageTypeEnum: {
|
|
|
55720
55720
|
readonly FILTER_CONTEXT: "filterContext";
|
|
55721
55721
|
};
|
|
55722
55722
|
|
|
55723
|
-
export declare type JsonApiFilterContextLinkageTypeEnum = typeof JsonApiFilterContextLinkageTypeEnum[keyof typeof JsonApiFilterContextLinkageTypeEnum];
|
|
55723
|
+
export declare type JsonApiFilterContextLinkageTypeEnum = (typeof JsonApiFilterContextLinkageTypeEnum)[keyof typeof JsonApiFilterContextLinkageTypeEnum];
|
|
55724
55724
|
|
|
55725
55725
|
/**
|
|
55726
55726
|
* JSON:API representation of filterContext entity.
|
|
@@ -55854,7 +55854,7 @@ export declare const JsonApiFilterContextOutTypeEnum: {
|
|
|
55854
55854
|
readonly FILTER_CONTEXT: "filterContext";
|
|
55855
55855
|
};
|
|
55856
55856
|
|
|
55857
|
-
export declare type JsonApiFilterContextOutTypeEnum = typeof JsonApiFilterContextOutTypeEnum[keyof typeof JsonApiFilterContextOutTypeEnum];
|
|
55857
|
+
export declare type JsonApiFilterContextOutTypeEnum = (typeof JsonApiFilterContextOutTypeEnum)[keyof typeof JsonApiFilterContextOutTypeEnum];
|
|
55858
55858
|
|
|
55859
55859
|
/**
|
|
55860
55860
|
*
|
|
@@ -55904,7 +55904,7 @@ export declare const JsonApiFilterContextOutWithLinksTypeEnum: {
|
|
|
55904
55904
|
readonly FILTER_CONTEXT: "filterContext";
|
|
55905
55905
|
};
|
|
55906
55906
|
|
|
55907
|
-
export declare type JsonApiFilterContextOutWithLinksTypeEnum = typeof JsonApiFilterContextOutWithLinksTypeEnum[keyof typeof JsonApiFilterContextOutWithLinksTypeEnum];
|
|
55907
|
+
export declare type JsonApiFilterContextOutWithLinksTypeEnum = (typeof JsonApiFilterContextOutWithLinksTypeEnum)[keyof typeof JsonApiFilterContextOutWithLinksTypeEnum];
|
|
55908
55908
|
|
|
55909
55909
|
/**
|
|
55910
55910
|
* JSON:API representation of patching filterContext entity.
|
|
@@ -55950,7 +55950,7 @@ export declare const JsonApiFilterContextPatchTypeEnum: {
|
|
|
55950
55950
|
readonly FILTER_CONTEXT: "filterContext";
|
|
55951
55951
|
};
|
|
55952
55952
|
|
|
55953
|
-
export declare type JsonApiFilterContextPatchTypeEnum = typeof JsonApiFilterContextPatchTypeEnum[keyof typeof JsonApiFilterContextPatchTypeEnum];
|
|
55953
|
+
export declare type JsonApiFilterContextPatchTypeEnum = (typeof JsonApiFilterContextPatchTypeEnum)[keyof typeof JsonApiFilterContextPatchTypeEnum];
|
|
55954
55954
|
|
|
55955
55955
|
/**
|
|
55956
55956
|
* JSON:API representation of filterContext entity.
|
|
@@ -55996,7 +55996,7 @@ export declare const JsonApiFilterContextPostOptionalIdTypeEnum: {
|
|
|
55996
55996
|
readonly FILTER_CONTEXT: "filterContext";
|
|
55997
55997
|
};
|
|
55998
55998
|
|
|
55999
|
-
export declare type JsonApiFilterContextPostOptionalIdTypeEnum = typeof JsonApiFilterContextPostOptionalIdTypeEnum[keyof typeof JsonApiFilterContextPostOptionalIdTypeEnum];
|
|
55999
|
+
export declare type JsonApiFilterContextPostOptionalIdTypeEnum = (typeof JsonApiFilterContextPostOptionalIdTypeEnum)[keyof typeof JsonApiFilterContextPostOptionalIdTypeEnum];
|
|
56000
56000
|
|
|
56001
56001
|
/**
|
|
56002
56002
|
* JSON:API representation of filterView entity.
|
|
@@ -56126,7 +56126,7 @@ export declare const JsonApiFilterViewInTypeEnum: {
|
|
|
56126
56126
|
readonly FILTER_VIEW: "filterView";
|
|
56127
56127
|
};
|
|
56128
56128
|
|
|
56129
|
-
export declare type JsonApiFilterViewInTypeEnum = typeof JsonApiFilterViewInTypeEnum[keyof typeof JsonApiFilterViewInTypeEnum];
|
|
56129
|
+
export declare type JsonApiFilterViewInTypeEnum = (typeof JsonApiFilterViewInTypeEnum)[keyof typeof JsonApiFilterViewInTypeEnum];
|
|
56130
56130
|
|
|
56131
56131
|
/**
|
|
56132
56132
|
* JSON:API representation of filterView entity.
|
|
@@ -56228,7 +56228,7 @@ export declare const JsonApiFilterViewOutTypeEnum: {
|
|
|
56228
56228
|
readonly FILTER_VIEW: "filterView";
|
|
56229
56229
|
};
|
|
56230
56230
|
|
|
56231
|
-
export declare type JsonApiFilterViewOutTypeEnum = typeof JsonApiFilterViewOutTypeEnum[keyof typeof JsonApiFilterViewOutTypeEnum];
|
|
56231
|
+
export declare type JsonApiFilterViewOutTypeEnum = (typeof JsonApiFilterViewOutTypeEnum)[keyof typeof JsonApiFilterViewOutTypeEnum];
|
|
56232
56232
|
|
|
56233
56233
|
/**
|
|
56234
56234
|
*
|
|
@@ -56272,7 +56272,7 @@ export declare const JsonApiFilterViewOutWithLinksTypeEnum: {
|
|
|
56272
56272
|
readonly FILTER_VIEW: "filterView";
|
|
56273
56273
|
};
|
|
56274
56274
|
|
|
56275
|
-
export declare type JsonApiFilterViewOutWithLinksTypeEnum = typeof JsonApiFilterViewOutWithLinksTypeEnum[keyof typeof JsonApiFilterViewOutWithLinksTypeEnum];
|
|
56275
|
+
export declare type JsonApiFilterViewOutWithLinksTypeEnum = (typeof JsonApiFilterViewOutWithLinksTypeEnum)[keyof typeof JsonApiFilterViewOutWithLinksTypeEnum];
|
|
56276
56276
|
|
|
56277
56277
|
/**
|
|
56278
56278
|
* JSON:API representation of patching filterView entity.
|
|
@@ -56368,7 +56368,7 @@ export declare const JsonApiFilterViewPatchTypeEnum: {
|
|
|
56368
56368
|
readonly FILTER_VIEW: "filterView";
|
|
56369
56369
|
};
|
|
56370
56370
|
|
|
56371
|
-
export declare type JsonApiFilterViewPatchTypeEnum = typeof JsonApiFilterViewPatchTypeEnum[keyof typeof JsonApiFilterViewPatchTypeEnum];
|
|
56371
|
+
export declare type JsonApiFilterViewPatchTypeEnum = (typeof JsonApiFilterViewPatchTypeEnum)[keyof typeof JsonApiFilterViewPatchTypeEnum];
|
|
56372
56372
|
|
|
56373
56373
|
export declare const jsonApiHeaders: {
|
|
56374
56374
|
Accept: string;
|
|
@@ -56485,7 +56485,7 @@ export declare const JsonApiIdentityProviderInAttributesIdpTypeEnum: {
|
|
|
56485
56485
|
readonly CUSTOM_IDP: "CUSTOM_IDP";
|
|
56486
56486
|
};
|
|
56487
56487
|
|
|
56488
|
-
export declare type JsonApiIdentityProviderInAttributesIdpTypeEnum = typeof JsonApiIdentityProviderInAttributesIdpTypeEnum[keyof typeof JsonApiIdentityProviderInAttributesIdpTypeEnum];
|
|
56488
|
+
export declare type JsonApiIdentityProviderInAttributesIdpTypeEnum = (typeof JsonApiIdentityProviderInAttributesIdpTypeEnum)[keyof typeof JsonApiIdentityProviderInAttributesIdpTypeEnum];
|
|
56489
56489
|
|
|
56490
56490
|
/**
|
|
56491
56491
|
*
|
|
@@ -56505,7 +56505,7 @@ export declare const JsonApiIdentityProviderInTypeEnum: {
|
|
|
56505
56505
|
readonly IDENTITY_PROVIDER: "identityProvider";
|
|
56506
56506
|
};
|
|
56507
56507
|
|
|
56508
|
-
export declare type JsonApiIdentityProviderInTypeEnum = typeof JsonApiIdentityProviderInTypeEnum[keyof typeof JsonApiIdentityProviderInTypeEnum];
|
|
56508
|
+
export declare type JsonApiIdentityProviderInTypeEnum = (typeof JsonApiIdentityProviderInTypeEnum)[keyof typeof JsonApiIdentityProviderInTypeEnum];
|
|
56509
56509
|
|
|
56510
56510
|
/**
|
|
56511
56511
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
@@ -56531,7 +56531,7 @@ export declare const JsonApiIdentityProviderLinkageTypeEnum: {
|
|
|
56531
56531
|
readonly IDENTITY_PROVIDER: "identityProvider";
|
|
56532
56532
|
};
|
|
56533
56533
|
|
|
56534
|
-
export declare type JsonApiIdentityProviderLinkageTypeEnum = typeof JsonApiIdentityProviderLinkageTypeEnum[keyof typeof JsonApiIdentityProviderLinkageTypeEnum];
|
|
56534
|
+
export declare type JsonApiIdentityProviderLinkageTypeEnum = (typeof JsonApiIdentityProviderLinkageTypeEnum)[keyof typeof JsonApiIdentityProviderLinkageTypeEnum];
|
|
56535
56535
|
|
|
56536
56536
|
/**
|
|
56537
56537
|
* JSON:API representation of identityProvider entity.
|
|
@@ -56631,7 +56631,7 @@ export declare const JsonApiIdentityProviderOutAttributesIdpTypeEnum: {
|
|
|
56631
56631
|
readonly CUSTOM_IDP: "CUSTOM_IDP";
|
|
56632
56632
|
};
|
|
56633
56633
|
|
|
56634
|
-
export declare type JsonApiIdentityProviderOutAttributesIdpTypeEnum = typeof JsonApiIdentityProviderOutAttributesIdpTypeEnum[keyof typeof JsonApiIdentityProviderOutAttributesIdpTypeEnum];
|
|
56634
|
+
export declare type JsonApiIdentityProviderOutAttributesIdpTypeEnum = (typeof JsonApiIdentityProviderOutAttributesIdpTypeEnum)[keyof typeof JsonApiIdentityProviderOutAttributesIdpTypeEnum];
|
|
56635
56635
|
|
|
56636
56636
|
/**
|
|
56637
56637
|
*
|
|
@@ -56683,7 +56683,7 @@ export declare const JsonApiIdentityProviderOutTypeEnum: {
|
|
|
56683
56683
|
readonly IDENTITY_PROVIDER: "identityProvider";
|
|
56684
56684
|
};
|
|
56685
56685
|
|
|
56686
|
-
export declare type JsonApiIdentityProviderOutTypeEnum = typeof JsonApiIdentityProviderOutTypeEnum[keyof typeof JsonApiIdentityProviderOutTypeEnum];
|
|
56686
|
+
export declare type JsonApiIdentityProviderOutTypeEnum = (typeof JsonApiIdentityProviderOutTypeEnum)[keyof typeof JsonApiIdentityProviderOutTypeEnum];
|
|
56687
56687
|
|
|
56688
56688
|
/**
|
|
56689
56689
|
*
|
|
@@ -56721,7 +56721,7 @@ export declare const JsonApiIdentityProviderOutWithLinksTypeEnum: {
|
|
|
56721
56721
|
readonly IDENTITY_PROVIDER: "identityProvider";
|
|
56722
56722
|
};
|
|
56723
56723
|
|
|
56724
|
-
export declare type JsonApiIdentityProviderOutWithLinksTypeEnum = typeof JsonApiIdentityProviderOutWithLinksTypeEnum[keyof typeof JsonApiIdentityProviderOutWithLinksTypeEnum];
|
|
56724
|
+
export declare type JsonApiIdentityProviderOutWithLinksTypeEnum = (typeof JsonApiIdentityProviderOutWithLinksTypeEnum)[keyof typeof JsonApiIdentityProviderOutWithLinksTypeEnum];
|
|
56725
56725
|
|
|
56726
56726
|
/**
|
|
56727
56727
|
* JSON:API representation of patching identityProvider entity.
|
|
@@ -56767,7 +56767,7 @@ export declare const JsonApiIdentityProviderPatchTypeEnum: {
|
|
|
56767
56767
|
readonly IDENTITY_PROVIDER: "identityProvider";
|
|
56768
56768
|
};
|
|
56769
56769
|
|
|
56770
|
-
export declare type JsonApiIdentityProviderPatchTypeEnum = typeof JsonApiIdentityProviderPatchTypeEnum[keyof typeof JsonApiIdentityProviderPatchTypeEnum];
|
|
56770
|
+
export declare type JsonApiIdentityProviderPatchTypeEnum = (typeof JsonApiIdentityProviderPatchTypeEnum)[keyof typeof JsonApiIdentityProviderPatchTypeEnum];
|
|
56771
56771
|
|
|
56772
56772
|
/**
|
|
56773
56773
|
* @type JsonApiIdentityProviderToOneLinkage
|
|
@@ -56820,7 +56820,7 @@ export declare const JsonApiJwkInTypeEnum: {
|
|
|
56820
56820
|
readonly JWK: "jwk";
|
|
56821
56821
|
};
|
|
56822
56822
|
|
|
56823
|
-
export declare type JsonApiJwkInTypeEnum = typeof JsonApiJwkInTypeEnum[keyof typeof JsonApiJwkInTypeEnum];
|
|
56823
|
+
export declare type JsonApiJwkInTypeEnum = (typeof JsonApiJwkInTypeEnum)[keyof typeof JsonApiJwkInTypeEnum];
|
|
56824
56824
|
|
|
56825
56825
|
/**
|
|
56826
56826
|
* JSON:API representation of jwk entity.
|
|
@@ -56912,7 +56912,7 @@ export declare const JsonApiJwkOutTypeEnum: {
|
|
|
56912
56912
|
readonly JWK: "jwk";
|
|
56913
56913
|
};
|
|
56914
56914
|
|
|
56915
|
-
export declare type JsonApiJwkOutTypeEnum = typeof JsonApiJwkOutTypeEnum[keyof typeof JsonApiJwkOutTypeEnum];
|
|
56915
|
+
export declare type JsonApiJwkOutTypeEnum = (typeof JsonApiJwkOutTypeEnum)[keyof typeof JsonApiJwkOutTypeEnum];
|
|
56916
56916
|
|
|
56917
56917
|
/**
|
|
56918
56918
|
*
|
|
@@ -56950,7 +56950,7 @@ export declare const JsonApiJwkOutWithLinksTypeEnum: {
|
|
|
56950
56950
|
readonly JWK: "jwk";
|
|
56951
56951
|
};
|
|
56952
56952
|
|
|
56953
|
-
export declare type JsonApiJwkOutWithLinksTypeEnum = typeof JsonApiJwkOutWithLinksTypeEnum[keyof typeof JsonApiJwkOutWithLinksTypeEnum];
|
|
56953
|
+
export declare type JsonApiJwkOutWithLinksTypeEnum = (typeof JsonApiJwkOutWithLinksTypeEnum)[keyof typeof JsonApiJwkOutWithLinksTypeEnum];
|
|
56954
56954
|
|
|
56955
56955
|
/**
|
|
56956
56956
|
* JSON:API representation of patching jwk entity.
|
|
@@ -56996,7 +56996,7 @@ export declare const JsonApiJwkPatchTypeEnum: {
|
|
|
56996
56996
|
readonly JWK: "jwk";
|
|
56997
56997
|
};
|
|
56998
56998
|
|
|
56999
|
-
export declare type JsonApiJwkPatchTypeEnum = typeof JsonApiJwkPatchTypeEnum[keyof typeof JsonApiJwkPatchTypeEnum];
|
|
56999
|
+
export declare type JsonApiJwkPatchTypeEnum = (typeof JsonApiJwkPatchTypeEnum)[keyof typeof JsonApiJwkPatchTypeEnum];
|
|
57000
57000
|
|
|
57001
57001
|
/**
|
|
57002
57002
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
@@ -57022,7 +57022,7 @@ export declare const JsonApiLabelLinkageTypeEnum: {
|
|
|
57022
57022
|
readonly LABEL: "label";
|
|
57023
57023
|
};
|
|
57024
57024
|
|
|
57025
|
-
export declare type JsonApiLabelLinkageTypeEnum = typeof JsonApiLabelLinkageTypeEnum[keyof typeof JsonApiLabelLinkageTypeEnum];
|
|
57025
|
+
export declare type JsonApiLabelLinkageTypeEnum = (typeof JsonApiLabelLinkageTypeEnum)[keyof typeof JsonApiLabelLinkageTypeEnum];
|
|
57026
57026
|
|
|
57027
57027
|
/**
|
|
57028
57028
|
* JSON:API representation of label entity.
|
|
@@ -57128,7 +57128,7 @@ export declare const JsonApiLabelOutAttributesSourceColumnDataTypeEnum: {
|
|
|
57128
57128
|
readonly BOOLEAN: "BOOLEAN";
|
|
57129
57129
|
};
|
|
57130
57130
|
|
|
57131
|
-
export declare type JsonApiLabelOutAttributesSourceColumnDataTypeEnum = typeof JsonApiLabelOutAttributesSourceColumnDataTypeEnum[keyof typeof JsonApiLabelOutAttributesSourceColumnDataTypeEnum];
|
|
57131
|
+
export declare type JsonApiLabelOutAttributesSourceColumnDataTypeEnum = (typeof JsonApiLabelOutAttributesSourceColumnDataTypeEnum)[keyof typeof JsonApiLabelOutAttributesSourceColumnDataTypeEnum];
|
|
57132
57132
|
|
|
57133
57133
|
export declare const JsonApiLabelOutAttributesValueTypeEnum: {
|
|
57134
57134
|
readonly TEXT: "TEXT";
|
|
@@ -57139,7 +57139,7 @@ export declare const JsonApiLabelOutAttributesValueTypeEnum: {
|
|
|
57139
57139
|
readonly IMAGE: "IMAGE";
|
|
57140
57140
|
};
|
|
57141
57141
|
|
|
57142
|
-
export declare type JsonApiLabelOutAttributesValueTypeEnum = typeof JsonApiLabelOutAttributesValueTypeEnum[keyof typeof JsonApiLabelOutAttributesValueTypeEnum];
|
|
57142
|
+
export declare type JsonApiLabelOutAttributesValueTypeEnum = (typeof JsonApiLabelOutAttributesValueTypeEnum)[keyof typeof JsonApiLabelOutAttributesValueTypeEnum];
|
|
57143
57143
|
|
|
57144
57144
|
/**
|
|
57145
57145
|
*
|
|
@@ -57231,7 +57231,7 @@ export declare const JsonApiLabelOutTypeEnum: {
|
|
|
57231
57231
|
readonly LABEL: "label";
|
|
57232
57232
|
};
|
|
57233
57233
|
|
|
57234
|
-
export declare type JsonApiLabelOutTypeEnum = typeof JsonApiLabelOutTypeEnum[keyof typeof JsonApiLabelOutTypeEnum];
|
|
57234
|
+
export declare type JsonApiLabelOutTypeEnum = (typeof JsonApiLabelOutTypeEnum)[keyof typeof JsonApiLabelOutTypeEnum];
|
|
57235
57235
|
|
|
57236
57236
|
/**
|
|
57237
57237
|
*
|
|
@@ -57281,7 +57281,7 @@ export declare const JsonApiLabelOutWithLinksTypeEnum: {
|
|
|
57281
57281
|
readonly LABEL: "label";
|
|
57282
57282
|
};
|
|
57283
57283
|
|
|
57284
|
-
export declare type JsonApiLabelOutWithLinksTypeEnum = typeof JsonApiLabelOutWithLinksTypeEnum[keyof typeof JsonApiLabelOutWithLinksTypeEnum];
|
|
57284
|
+
export declare type JsonApiLabelOutWithLinksTypeEnum = (typeof JsonApiLabelOutWithLinksTypeEnum)[keyof typeof JsonApiLabelOutWithLinksTypeEnum];
|
|
57285
57285
|
|
|
57286
57286
|
/**
|
|
57287
57287
|
* @type JsonApiLabelToOneLinkage
|
|
@@ -57365,7 +57365,7 @@ export declare const JsonApiLlmEndpointInAttributesProviderEnum: {
|
|
|
57365
57365
|
readonly AZURE_OPENAI: "AZURE_OPENAI";
|
|
57366
57366
|
};
|
|
57367
57367
|
|
|
57368
|
-
export declare type JsonApiLlmEndpointInAttributesProviderEnum = typeof JsonApiLlmEndpointInAttributesProviderEnum[keyof typeof JsonApiLlmEndpointInAttributesProviderEnum];
|
|
57368
|
+
export declare type JsonApiLlmEndpointInAttributesProviderEnum = (typeof JsonApiLlmEndpointInAttributesProviderEnum)[keyof typeof JsonApiLlmEndpointInAttributesProviderEnum];
|
|
57369
57369
|
|
|
57370
57370
|
/**
|
|
57371
57371
|
*
|
|
@@ -57385,7 +57385,7 @@ export declare const JsonApiLlmEndpointInTypeEnum: {
|
|
|
57385
57385
|
readonly LLM_ENDPOINT: "llmEndpoint";
|
|
57386
57386
|
};
|
|
57387
57387
|
|
|
57388
|
-
export declare type JsonApiLlmEndpointInTypeEnum = typeof JsonApiLlmEndpointInTypeEnum[keyof typeof JsonApiLlmEndpointInTypeEnum];
|
|
57388
|
+
export declare type JsonApiLlmEndpointInTypeEnum = (typeof JsonApiLlmEndpointInTypeEnum)[keyof typeof JsonApiLlmEndpointInTypeEnum];
|
|
57389
57389
|
|
|
57390
57390
|
/**
|
|
57391
57391
|
* JSON:API representation of llmEndpoint entity.
|
|
@@ -57456,7 +57456,7 @@ export declare const JsonApiLlmEndpointOutAttributesProviderEnum: {
|
|
|
57456
57456
|
readonly AZURE_OPENAI: "AZURE_OPENAI";
|
|
57457
57457
|
};
|
|
57458
57458
|
|
|
57459
|
-
export declare type JsonApiLlmEndpointOutAttributesProviderEnum = typeof JsonApiLlmEndpointOutAttributesProviderEnum[keyof typeof JsonApiLlmEndpointOutAttributesProviderEnum];
|
|
57459
|
+
export declare type JsonApiLlmEndpointOutAttributesProviderEnum = (typeof JsonApiLlmEndpointOutAttributesProviderEnum)[keyof typeof JsonApiLlmEndpointOutAttributesProviderEnum];
|
|
57460
57460
|
|
|
57461
57461
|
/**
|
|
57462
57462
|
*
|
|
@@ -57508,7 +57508,7 @@ export declare const JsonApiLlmEndpointOutTypeEnum: {
|
|
|
57508
57508
|
readonly LLM_ENDPOINT: "llmEndpoint";
|
|
57509
57509
|
};
|
|
57510
57510
|
|
|
57511
|
-
export declare type JsonApiLlmEndpointOutTypeEnum = typeof JsonApiLlmEndpointOutTypeEnum[keyof typeof JsonApiLlmEndpointOutTypeEnum];
|
|
57511
|
+
export declare type JsonApiLlmEndpointOutTypeEnum = (typeof JsonApiLlmEndpointOutTypeEnum)[keyof typeof JsonApiLlmEndpointOutTypeEnum];
|
|
57512
57512
|
|
|
57513
57513
|
/**
|
|
57514
57514
|
*
|
|
@@ -57546,7 +57546,7 @@ export declare const JsonApiLlmEndpointOutWithLinksTypeEnum: {
|
|
|
57546
57546
|
readonly LLM_ENDPOINT: "llmEndpoint";
|
|
57547
57547
|
};
|
|
57548
57548
|
|
|
57549
|
-
export declare type JsonApiLlmEndpointOutWithLinksTypeEnum = typeof JsonApiLlmEndpointOutWithLinksTypeEnum[keyof typeof JsonApiLlmEndpointOutWithLinksTypeEnum];
|
|
57549
|
+
export declare type JsonApiLlmEndpointOutWithLinksTypeEnum = (typeof JsonApiLlmEndpointOutWithLinksTypeEnum)[keyof typeof JsonApiLlmEndpointOutWithLinksTypeEnum];
|
|
57550
57550
|
|
|
57551
57551
|
/**
|
|
57552
57552
|
* JSON:API representation of patching llmEndpoint entity.
|
|
@@ -57623,7 +57623,7 @@ export declare const JsonApiLlmEndpointPatchAttributesProviderEnum: {
|
|
|
57623
57623
|
readonly AZURE_OPENAI: "AZURE_OPENAI";
|
|
57624
57624
|
};
|
|
57625
57625
|
|
|
57626
|
-
export declare type JsonApiLlmEndpointPatchAttributesProviderEnum = typeof JsonApiLlmEndpointPatchAttributesProviderEnum[keyof typeof JsonApiLlmEndpointPatchAttributesProviderEnum];
|
|
57626
|
+
export declare type JsonApiLlmEndpointPatchAttributesProviderEnum = (typeof JsonApiLlmEndpointPatchAttributesProviderEnum)[keyof typeof JsonApiLlmEndpointPatchAttributesProviderEnum];
|
|
57627
57627
|
|
|
57628
57628
|
/**
|
|
57629
57629
|
*
|
|
@@ -57643,7 +57643,7 @@ export declare const JsonApiLlmEndpointPatchTypeEnum: {
|
|
|
57643
57643
|
readonly LLM_ENDPOINT: "llmEndpoint";
|
|
57644
57644
|
};
|
|
57645
57645
|
|
|
57646
|
-
export declare type JsonApiLlmEndpointPatchTypeEnum = typeof JsonApiLlmEndpointPatchTypeEnum[keyof typeof JsonApiLlmEndpointPatchTypeEnum];
|
|
57646
|
+
export declare type JsonApiLlmEndpointPatchTypeEnum = (typeof JsonApiLlmEndpointPatchTypeEnum)[keyof typeof JsonApiLlmEndpointPatchTypeEnum];
|
|
57647
57647
|
|
|
57648
57648
|
/**
|
|
57649
57649
|
* JSON:API representation of metric entity.
|
|
@@ -57727,7 +57727,7 @@ export declare const JsonApiMetricInTypeEnum: {
|
|
|
57727
57727
|
readonly METRIC: "metric";
|
|
57728
57728
|
};
|
|
57729
57729
|
|
|
57730
|
-
export declare type JsonApiMetricInTypeEnum = typeof JsonApiMetricInTypeEnum[keyof typeof JsonApiMetricInTypeEnum];
|
|
57730
|
+
export declare type JsonApiMetricInTypeEnum = (typeof JsonApiMetricInTypeEnum)[keyof typeof JsonApiMetricInTypeEnum];
|
|
57731
57731
|
|
|
57732
57732
|
/**
|
|
57733
57733
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
@@ -57753,7 +57753,7 @@ export declare const JsonApiMetricLinkageTypeEnum: {
|
|
|
57753
57753
|
readonly METRIC: "metric";
|
|
57754
57754
|
};
|
|
57755
57755
|
|
|
57756
|
-
export declare type JsonApiMetricLinkageTypeEnum = typeof JsonApiMetricLinkageTypeEnum[keyof typeof JsonApiMetricLinkageTypeEnum];
|
|
57756
|
+
export declare type JsonApiMetricLinkageTypeEnum = (typeof JsonApiMetricLinkageTypeEnum)[keyof typeof JsonApiMetricLinkageTypeEnum];
|
|
57757
57757
|
|
|
57758
57758
|
/**
|
|
57759
57759
|
* JSON:API representation of metric entity.
|
|
@@ -57931,7 +57931,7 @@ export declare const JsonApiMetricOutTypeEnum: {
|
|
|
57931
57931
|
readonly METRIC: "metric";
|
|
57932
57932
|
};
|
|
57933
57933
|
|
|
57934
|
-
export declare type JsonApiMetricOutTypeEnum = typeof JsonApiMetricOutTypeEnum[keyof typeof JsonApiMetricOutTypeEnum];
|
|
57934
|
+
export declare type JsonApiMetricOutTypeEnum = (typeof JsonApiMetricOutTypeEnum)[keyof typeof JsonApiMetricOutTypeEnum];
|
|
57935
57935
|
|
|
57936
57936
|
/**
|
|
57937
57937
|
*
|
|
@@ -57981,7 +57981,7 @@ export declare const JsonApiMetricOutWithLinksTypeEnum: {
|
|
|
57981
57981
|
readonly METRIC: "metric";
|
|
57982
57982
|
};
|
|
57983
57983
|
|
|
57984
|
-
export declare type JsonApiMetricOutWithLinksTypeEnum = typeof JsonApiMetricOutWithLinksTypeEnum[keyof typeof JsonApiMetricOutWithLinksTypeEnum];
|
|
57984
|
+
export declare type JsonApiMetricOutWithLinksTypeEnum = (typeof JsonApiMetricOutWithLinksTypeEnum)[keyof typeof JsonApiMetricOutWithLinksTypeEnum];
|
|
57985
57985
|
|
|
57986
57986
|
/**
|
|
57987
57987
|
* JSON:API representation of patching metric entity.
|
|
@@ -58065,7 +58065,7 @@ export declare const JsonApiMetricPatchTypeEnum: {
|
|
|
58065
58065
|
readonly METRIC: "metric";
|
|
58066
58066
|
};
|
|
58067
58067
|
|
|
58068
|
-
export declare type JsonApiMetricPatchTypeEnum = typeof JsonApiMetricPatchTypeEnum[keyof typeof JsonApiMetricPatchTypeEnum];
|
|
58068
|
+
export declare type JsonApiMetricPatchTypeEnum = (typeof JsonApiMetricPatchTypeEnum)[keyof typeof JsonApiMetricPatchTypeEnum];
|
|
58069
58069
|
|
|
58070
58070
|
/**
|
|
58071
58071
|
* JSON:API representation of metric entity.
|
|
@@ -58111,7 +58111,7 @@ export declare const JsonApiMetricPostOptionalIdTypeEnum: {
|
|
|
58111
58111
|
readonly METRIC: "metric";
|
|
58112
58112
|
};
|
|
58113
58113
|
|
|
58114
|
-
export declare type JsonApiMetricPostOptionalIdTypeEnum = typeof JsonApiMetricPostOptionalIdTypeEnum[keyof typeof JsonApiMetricPostOptionalIdTypeEnum];
|
|
58114
|
+
export declare type JsonApiMetricPostOptionalIdTypeEnum = (typeof JsonApiMetricPostOptionalIdTypeEnum)[keyof typeof JsonApiMetricPostOptionalIdTypeEnum];
|
|
58115
58115
|
|
|
58116
58116
|
/**
|
|
58117
58117
|
* JSON:API representation of notificationChannelIdentifier entity.
|
|
@@ -58177,7 +58177,7 @@ export declare const JsonApiNotificationChannelIdentifierOutAttributesAllowedRec
|
|
|
58177
58177
|
readonly EXTERNAL: "EXTERNAL";
|
|
58178
58178
|
};
|
|
58179
58179
|
|
|
58180
|
-
export declare type JsonApiNotificationChannelIdentifierOutAttributesAllowedRecipientsEnum = typeof JsonApiNotificationChannelIdentifierOutAttributesAllowedRecipientsEnum[keyof typeof JsonApiNotificationChannelIdentifierOutAttributesAllowedRecipientsEnum];
|
|
58180
|
+
export declare type JsonApiNotificationChannelIdentifierOutAttributesAllowedRecipientsEnum = (typeof JsonApiNotificationChannelIdentifierOutAttributesAllowedRecipientsEnum)[keyof typeof JsonApiNotificationChannelIdentifierOutAttributesAllowedRecipientsEnum];
|
|
58181
58181
|
|
|
58182
58182
|
export declare const JsonApiNotificationChannelIdentifierOutAttributesDestinationTypeEnum: {
|
|
58183
58183
|
readonly WEBHOOK: "WEBHOOK";
|
|
@@ -58186,7 +58186,7 @@ export declare const JsonApiNotificationChannelIdentifierOutAttributesDestinatio
|
|
|
58186
58186
|
readonly IN_PLATFORM: "IN_PLATFORM";
|
|
58187
58187
|
};
|
|
58188
58188
|
|
|
58189
|
-
export declare type JsonApiNotificationChannelIdentifierOutAttributesDestinationTypeEnum = typeof JsonApiNotificationChannelIdentifierOutAttributesDestinationTypeEnum[keyof typeof JsonApiNotificationChannelIdentifierOutAttributesDestinationTypeEnum];
|
|
58189
|
+
export declare type JsonApiNotificationChannelIdentifierOutAttributesDestinationTypeEnum = (typeof JsonApiNotificationChannelIdentifierOutAttributesDestinationTypeEnum)[keyof typeof JsonApiNotificationChannelIdentifierOutAttributesDestinationTypeEnum];
|
|
58190
58190
|
|
|
58191
58191
|
/**
|
|
58192
58192
|
*
|
|
@@ -58238,7 +58238,7 @@ export declare const JsonApiNotificationChannelIdentifierOutTypeEnum: {
|
|
|
58238
58238
|
readonly NOTIFICATION_CHANNEL_IDENTIFIER: "notificationChannelIdentifier";
|
|
58239
58239
|
};
|
|
58240
58240
|
|
|
58241
|
-
export declare type JsonApiNotificationChannelIdentifierOutTypeEnum = typeof JsonApiNotificationChannelIdentifierOutTypeEnum[keyof typeof JsonApiNotificationChannelIdentifierOutTypeEnum];
|
|
58241
|
+
export declare type JsonApiNotificationChannelIdentifierOutTypeEnum = (typeof JsonApiNotificationChannelIdentifierOutTypeEnum)[keyof typeof JsonApiNotificationChannelIdentifierOutTypeEnum];
|
|
58242
58242
|
|
|
58243
58243
|
/**
|
|
58244
58244
|
*
|
|
@@ -58276,7 +58276,7 @@ export declare const JsonApiNotificationChannelIdentifierOutWithLinksTypeEnum: {
|
|
|
58276
58276
|
readonly NOTIFICATION_CHANNEL_IDENTIFIER: "notificationChannelIdentifier";
|
|
58277
58277
|
};
|
|
58278
58278
|
|
|
58279
|
-
export declare type JsonApiNotificationChannelIdentifierOutWithLinksTypeEnum = typeof JsonApiNotificationChannelIdentifierOutWithLinksTypeEnum[keyof typeof JsonApiNotificationChannelIdentifierOutWithLinksTypeEnum];
|
|
58279
|
+
export declare type JsonApiNotificationChannelIdentifierOutWithLinksTypeEnum = (typeof JsonApiNotificationChannelIdentifierOutWithLinksTypeEnum)[keyof typeof JsonApiNotificationChannelIdentifierOutWithLinksTypeEnum];
|
|
58280
58280
|
|
|
58281
58281
|
/**
|
|
58282
58282
|
* JSON:API representation of notificationChannel entity.
|
|
@@ -58322,7 +58322,7 @@ export declare const JsonApiNotificationChannelInTypeEnum: {
|
|
|
58322
58322
|
readonly NOTIFICATION_CHANNEL: "notificationChannel";
|
|
58323
58323
|
};
|
|
58324
58324
|
|
|
58325
|
-
export declare type JsonApiNotificationChannelInTypeEnum = typeof JsonApiNotificationChannelInTypeEnum[keyof typeof JsonApiNotificationChannelInTypeEnum];
|
|
58325
|
+
export declare type JsonApiNotificationChannelInTypeEnum = (typeof JsonApiNotificationChannelInTypeEnum)[keyof typeof JsonApiNotificationChannelInTypeEnum];
|
|
58326
58326
|
|
|
58327
58327
|
/**
|
|
58328
58328
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
@@ -58348,7 +58348,7 @@ export declare const JsonApiNotificationChannelLinkageTypeEnum: {
|
|
|
58348
58348
|
readonly NOTIFICATION_CHANNEL: "notificationChannel";
|
|
58349
58349
|
};
|
|
58350
58350
|
|
|
58351
|
-
export declare type JsonApiNotificationChannelLinkageTypeEnum = typeof JsonApiNotificationChannelLinkageTypeEnum[keyof typeof JsonApiNotificationChannelLinkageTypeEnum];
|
|
58351
|
+
export declare type JsonApiNotificationChannelLinkageTypeEnum = (typeof JsonApiNotificationChannelLinkageTypeEnum)[keyof typeof JsonApiNotificationChannelLinkageTypeEnum];
|
|
58352
58352
|
|
|
58353
58353
|
/**
|
|
58354
58354
|
* JSON:API representation of notificationChannel entity.
|
|
@@ -58444,7 +58444,7 @@ export declare const JsonApiNotificationChannelOutAttributesAllowedRecipientsEnu
|
|
|
58444
58444
|
readonly EXTERNAL: "EXTERNAL";
|
|
58445
58445
|
};
|
|
58446
58446
|
|
|
58447
|
-
export declare type JsonApiNotificationChannelOutAttributesAllowedRecipientsEnum = typeof JsonApiNotificationChannelOutAttributesAllowedRecipientsEnum[keyof typeof JsonApiNotificationChannelOutAttributesAllowedRecipientsEnum];
|
|
58447
|
+
export declare type JsonApiNotificationChannelOutAttributesAllowedRecipientsEnum = (typeof JsonApiNotificationChannelOutAttributesAllowedRecipientsEnum)[keyof typeof JsonApiNotificationChannelOutAttributesAllowedRecipientsEnum];
|
|
58448
58448
|
|
|
58449
58449
|
export declare const JsonApiNotificationChannelOutAttributesDashboardLinkVisibilityEnum: {
|
|
58450
58450
|
readonly HIDDEN: "HIDDEN";
|
|
@@ -58452,7 +58452,7 @@ export declare const JsonApiNotificationChannelOutAttributesDashboardLinkVisibil
|
|
|
58452
58452
|
readonly ALL: "ALL";
|
|
58453
58453
|
};
|
|
58454
58454
|
|
|
58455
|
-
export declare type JsonApiNotificationChannelOutAttributesDashboardLinkVisibilityEnum = typeof JsonApiNotificationChannelOutAttributesDashboardLinkVisibilityEnum[keyof typeof JsonApiNotificationChannelOutAttributesDashboardLinkVisibilityEnum];
|
|
58455
|
+
export declare type JsonApiNotificationChannelOutAttributesDashboardLinkVisibilityEnum = (typeof JsonApiNotificationChannelOutAttributesDashboardLinkVisibilityEnum)[keyof typeof JsonApiNotificationChannelOutAttributesDashboardLinkVisibilityEnum];
|
|
58456
58456
|
|
|
58457
58457
|
export declare const JsonApiNotificationChannelOutAttributesDestinationTypeEnum: {
|
|
58458
58458
|
readonly WEBHOOK: "WEBHOOK";
|
|
@@ -58461,14 +58461,14 @@ export declare const JsonApiNotificationChannelOutAttributesDestinationTypeEnum:
|
|
|
58461
58461
|
readonly IN_PLATFORM: "IN_PLATFORM";
|
|
58462
58462
|
};
|
|
58463
58463
|
|
|
58464
|
-
export declare type JsonApiNotificationChannelOutAttributesDestinationTypeEnum = typeof JsonApiNotificationChannelOutAttributesDestinationTypeEnum[keyof typeof JsonApiNotificationChannelOutAttributesDestinationTypeEnum];
|
|
58464
|
+
export declare type JsonApiNotificationChannelOutAttributesDestinationTypeEnum = (typeof JsonApiNotificationChannelOutAttributesDestinationTypeEnum)[keyof typeof JsonApiNotificationChannelOutAttributesDestinationTypeEnum];
|
|
58465
58465
|
|
|
58466
58466
|
export declare const JsonApiNotificationChannelOutAttributesInPlatformNotificationEnum: {
|
|
58467
58467
|
readonly DISABLED: "DISABLED";
|
|
58468
58468
|
readonly ENABLED: "ENABLED";
|
|
58469
58469
|
};
|
|
58470
58470
|
|
|
58471
|
-
export declare type JsonApiNotificationChannelOutAttributesInPlatformNotificationEnum = typeof JsonApiNotificationChannelOutAttributesInPlatformNotificationEnum[keyof typeof JsonApiNotificationChannelOutAttributesInPlatformNotificationEnum];
|
|
58471
|
+
export declare type JsonApiNotificationChannelOutAttributesInPlatformNotificationEnum = (typeof JsonApiNotificationChannelOutAttributesInPlatformNotificationEnum)[keyof typeof JsonApiNotificationChannelOutAttributesInPlatformNotificationEnum];
|
|
58472
58472
|
|
|
58473
58473
|
/**
|
|
58474
58474
|
*
|
|
@@ -58520,7 +58520,7 @@ export declare const JsonApiNotificationChannelOutTypeEnum: {
|
|
|
58520
58520
|
readonly NOTIFICATION_CHANNEL: "notificationChannel";
|
|
58521
58521
|
};
|
|
58522
58522
|
|
|
58523
|
-
export declare type JsonApiNotificationChannelOutTypeEnum = typeof JsonApiNotificationChannelOutTypeEnum[keyof typeof JsonApiNotificationChannelOutTypeEnum];
|
|
58523
|
+
export declare type JsonApiNotificationChannelOutTypeEnum = (typeof JsonApiNotificationChannelOutTypeEnum)[keyof typeof JsonApiNotificationChannelOutTypeEnum];
|
|
58524
58524
|
|
|
58525
58525
|
/**
|
|
58526
58526
|
*
|
|
@@ -58558,7 +58558,7 @@ export declare const JsonApiNotificationChannelOutWithLinksTypeEnum: {
|
|
|
58558
58558
|
readonly NOTIFICATION_CHANNEL: "notificationChannel";
|
|
58559
58559
|
};
|
|
58560
58560
|
|
|
58561
|
-
export declare type JsonApiNotificationChannelOutWithLinksTypeEnum = typeof JsonApiNotificationChannelOutWithLinksTypeEnum[keyof typeof JsonApiNotificationChannelOutWithLinksTypeEnum];
|
|
58561
|
+
export declare type JsonApiNotificationChannelOutWithLinksTypeEnum = (typeof JsonApiNotificationChannelOutWithLinksTypeEnum)[keyof typeof JsonApiNotificationChannelOutWithLinksTypeEnum];
|
|
58562
58562
|
|
|
58563
58563
|
/**
|
|
58564
58564
|
* JSON:API representation of patching notificationChannel entity.
|
|
@@ -58604,7 +58604,7 @@ export declare const JsonApiNotificationChannelPatchTypeEnum: {
|
|
|
58604
58604
|
readonly NOTIFICATION_CHANNEL: "notificationChannel";
|
|
58605
58605
|
};
|
|
58606
58606
|
|
|
58607
|
-
export declare type JsonApiNotificationChannelPatchTypeEnum = typeof JsonApiNotificationChannelPatchTypeEnum[keyof typeof JsonApiNotificationChannelPatchTypeEnum];
|
|
58607
|
+
export declare type JsonApiNotificationChannelPatchTypeEnum = (typeof JsonApiNotificationChannelPatchTypeEnum)[keyof typeof JsonApiNotificationChannelPatchTypeEnum];
|
|
58608
58608
|
|
|
58609
58609
|
/**
|
|
58610
58610
|
* JSON:API representation of notificationChannel entity.
|
|
@@ -58694,7 +58694,7 @@ export declare const JsonApiNotificationChannelPostOptionalIdAttributesAllowedRe
|
|
|
58694
58694
|
readonly EXTERNAL: "EXTERNAL";
|
|
58695
58695
|
};
|
|
58696
58696
|
|
|
58697
|
-
export declare type JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum = typeof JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum[keyof typeof JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum];
|
|
58697
|
+
export declare type JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum = (typeof JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum)[keyof typeof JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum];
|
|
58698
58698
|
|
|
58699
58699
|
export declare const JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum: {
|
|
58700
58700
|
readonly HIDDEN: "HIDDEN";
|
|
@@ -58702,14 +58702,14 @@ export declare const JsonApiNotificationChannelPostOptionalIdAttributesDashboard
|
|
|
58702
58702
|
readonly ALL: "ALL";
|
|
58703
58703
|
};
|
|
58704
58704
|
|
|
58705
|
-
export declare type JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum = typeof JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum[keyof typeof JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum];
|
|
58705
|
+
export declare type JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum = (typeof JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum)[keyof typeof JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum];
|
|
58706
58706
|
|
|
58707
58707
|
export declare const JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum: {
|
|
58708
58708
|
readonly DISABLED: "DISABLED";
|
|
58709
58709
|
readonly ENABLED: "ENABLED";
|
|
58710
58710
|
};
|
|
58711
58711
|
|
|
58712
|
-
export declare type JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum = typeof JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum[keyof typeof JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum];
|
|
58712
|
+
export declare type JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum = (typeof JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum)[keyof typeof JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum];
|
|
58713
58713
|
|
|
58714
58714
|
/**
|
|
58715
58715
|
*
|
|
@@ -58729,7 +58729,7 @@ export declare const JsonApiNotificationChannelPostOptionalIdTypeEnum: {
|
|
|
58729
58729
|
readonly NOTIFICATION_CHANNEL: "notificationChannel";
|
|
58730
58730
|
};
|
|
58731
58731
|
|
|
58732
|
-
export declare type JsonApiNotificationChannelPostOptionalIdTypeEnum = typeof JsonApiNotificationChannelPostOptionalIdTypeEnum[keyof typeof JsonApiNotificationChannelPostOptionalIdTypeEnum];
|
|
58732
|
+
export declare type JsonApiNotificationChannelPostOptionalIdTypeEnum = (typeof JsonApiNotificationChannelPostOptionalIdTypeEnum)[keyof typeof JsonApiNotificationChannelPostOptionalIdTypeEnum];
|
|
58733
58733
|
|
|
58734
58734
|
/**
|
|
58735
58735
|
* @type JsonApiNotificationChannelToOneLinkage
|
|
@@ -58788,7 +58788,7 @@ export declare const JsonApiOrganizationInTypeEnum: {
|
|
|
58788
58788
|
readonly ORGANIZATION: "organization";
|
|
58789
58789
|
};
|
|
58790
58790
|
|
|
58791
|
-
export declare type JsonApiOrganizationInTypeEnum = typeof JsonApiOrganizationInTypeEnum[keyof typeof JsonApiOrganizationInTypeEnum];
|
|
58791
|
+
export declare type JsonApiOrganizationInTypeEnum = (typeof JsonApiOrganizationInTypeEnum)[keyof typeof JsonApiOrganizationInTypeEnum];
|
|
58792
58792
|
|
|
58793
58793
|
/**
|
|
58794
58794
|
* JSON:API representation of organization entity.
|
|
@@ -58936,7 +58936,7 @@ export declare const JsonApiOrganizationOutAttributesCacheSettingsCacheStrategyE
|
|
|
58936
58936
|
readonly EPHEMERAL: "EPHEMERAL";
|
|
58937
58937
|
};
|
|
58938
58938
|
|
|
58939
|
-
export declare type JsonApiOrganizationOutAttributesCacheSettingsCacheStrategyEnum = typeof JsonApiOrganizationOutAttributesCacheSettingsCacheStrategyEnum[keyof typeof JsonApiOrganizationOutAttributesCacheSettingsCacheStrategyEnum];
|
|
58939
|
+
export declare type JsonApiOrganizationOutAttributesCacheSettingsCacheStrategyEnum = (typeof JsonApiOrganizationOutAttributesCacheSettingsCacheStrategyEnum)[keyof typeof JsonApiOrganizationOutAttributesCacheSettingsCacheStrategyEnum];
|
|
58940
58940
|
|
|
58941
58941
|
/**
|
|
58942
58942
|
*
|
|
@@ -58989,7 +58989,7 @@ export declare const JsonApiOrganizationOutMetaPermissionsEnum: {
|
|
|
58989
58989
|
readonly SELF_CREATE_TOKEN: "SELF_CREATE_TOKEN";
|
|
58990
58990
|
};
|
|
58991
58991
|
|
|
58992
|
-
export declare type JsonApiOrganizationOutMetaPermissionsEnum = typeof JsonApiOrganizationOutMetaPermissionsEnum[keyof typeof JsonApiOrganizationOutMetaPermissionsEnum];
|
|
58992
|
+
export declare type JsonApiOrganizationOutMetaPermissionsEnum = (typeof JsonApiOrganizationOutMetaPermissionsEnum)[keyof typeof JsonApiOrganizationOutMetaPermissionsEnum];
|
|
58993
58993
|
|
|
58994
58994
|
/**
|
|
58995
58995
|
*
|
|
@@ -59021,7 +59021,7 @@ export declare const JsonApiOrganizationOutTypeEnum: {
|
|
|
59021
59021
|
readonly ORGANIZATION: "organization";
|
|
59022
59022
|
};
|
|
59023
59023
|
|
|
59024
|
-
export declare type JsonApiOrganizationOutTypeEnum = typeof JsonApiOrganizationOutTypeEnum[keyof typeof JsonApiOrganizationOutTypeEnum];
|
|
59024
|
+
export declare type JsonApiOrganizationOutTypeEnum = (typeof JsonApiOrganizationOutTypeEnum)[keyof typeof JsonApiOrganizationOutTypeEnum];
|
|
59025
59025
|
|
|
59026
59026
|
/**
|
|
59027
59027
|
* JSON:API representation of patching organization entity.
|
|
@@ -59184,7 +59184,7 @@ export declare const JsonApiOrganizationPatchTypeEnum: {
|
|
|
59184
59184
|
readonly ORGANIZATION: "organization";
|
|
59185
59185
|
};
|
|
59186
59186
|
|
|
59187
|
-
export declare type JsonApiOrganizationPatchTypeEnum = typeof JsonApiOrganizationPatchTypeEnum[keyof typeof JsonApiOrganizationPatchTypeEnum];
|
|
59187
|
+
export declare type JsonApiOrganizationPatchTypeEnum = (typeof JsonApiOrganizationPatchTypeEnum)[keyof typeof JsonApiOrganizationPatchTypeEnum];
|
|
59188
59188
|
|
|
59189
59189
|
/**
|
|
59190
59190
|
* JSON:API representation of organizationSetting entity.
|
|
@@ -59230,7 +59230,7 @@ export declare const JsonApiOrganizationSettingInTypeEnum: {
|
|
|
59230
59230
|
readonly ORGANIZATION_SETTING: "organizationSetting";
|
|
59231
59231
|
};
|
|
59232
59232
|
|
|
59233
|
-
export declare type JsonApiOrganizationSettingInTypeEnum = typeof JsonApiOrganizationSettingInTypeEnum[keyof typeof JsonApiOrganizationSettingInTypeEnum];
|
|
59233
|
+
export declare type JsonApiOrganizationSettingInTypeEnum = (typeof JsonApiOrganizationSettingInTypeEnum)[keyof typeof JsonApiOrganizationSettingInTypeEnum];
|
|
59234
59234
|
|
|
59235
59235
|
/**
|
|
59236
59236
|
* JSON:API representation of organizationSetting entity.
|
|
@@ -59308,7 +59308,7 @@ export declare const JsonApiOrganizationSettingOutTypeEnum: {
|
|
|
59308
59308
|
readonly ORGANIZATION_SETTING: "organizationSetting";
|
|
59309
59309
|
};
|
|
59310
59310
|
|
|
59311
|
-
export declare type JsonApiOrganizationSettingOutTypeEnum = typeof JsonApiOrganizationSettingOutTypeEnum[keyof typeof JsonApiOrganizationSettingOutTypeEnum];
|
|
59311
|
+
export declare type JsonApiOrganizationSettingOutTypeEnum = (typeof JsonApiOrganizationSettingOutTypeEnum)[keyof typeof JsonApiOrganizationSettingOutTypeEnum];
|
|
59312
59312
|
|
|
59313
59313
|
/**
|
|
59314
59314
|
*
|
|
@@ -59346,7 +59346,7 @@ export declare const JsonApiOrganizationSettingOutWithLinksTypeEnum: {
|
|
|
59346
59346
|
readonly ORGANIZATION_SETTING: "organizationSetting";
|
|
59347
59347
|
};
|
|
59348
59348
|
|
|
59349
|
-
export declare type JsonApiOrganizationSettingOutWithLinksTypeEnum = typeof JsonApiOrganizationSettingOutWithLinksTypeEnum[keyof typeof JsonApiOrganizationSettingOutWithLinksTypeEnum];
|
|
59349
|
+
export declare type JsonApiOrganizationSettingOutWithLinksTypeEnum = (typeof JsonApiOrganizationSettingOutWithLinksTypeEnum)[keyof typeof JsonApiOrganizationSettingOutWithLinksTypeEnum];
|
|
59350
59350
|
|
|
59351
59351
|
/**
|
|
59352
59352
|
* JSON:API representation of patching organizationSetting entity.
|
|
@@ -59392,7 +59392,7 @@ export declare const JsonApiOrganizationSettingPatchTypeEnum: {
|
|
|
59392
59392
|
readonly ORGANIZATION_SETTING: "organizationSetting";
|
|
59393
59393
|
};
|
|
59394
59394
|
|
|
59395
|
-
export declare type JsonApiOrganizationSettingPatchTypeEnum = typeof JsonApiOrganizationSettingPatchTypeEnum[keyof typeof JsonApiOrganizationSettingPatchTypeEnum];
|
|
59395
|
+
export declare type JsonApiOrganizationSettingPatchTypeEnum = (typeof JsonApiOrganizationSettingPatchTypeEnum)[keyof typeof JsonApiOrganizationSettingPatchTypeEnum];
|
|
59396
59396
|
|
|
59397
59397
|
/**
|
|
59398
59398
|
* JSON:API representation of theme entity.
|
|
@@ -59438,7 +59438,7 @@ export declare const JsonApiThemeInTypeEnum: {
|
|
|
59438
59438
|
readonly THEME: "theme";
|
|
59439
59439
|
};
|
|
59440
59440
|
|
|
59441
|
-
export declare type JsonApiThemeInTypeEnum = typeof JsonApiThemeInTypeEnum[keyof typeof JsonApiThemeInTypeEnum];
|
|
59441
|
+
export declare type JsonApiThemeInTypeEnum = (typeof JsonApiThemeInTypeEnum)[keyof typeof JsonApiThemeInTypeEnum];
|
|
59442
59442
|
|
|
59443
59443
|
/**
|
|
59444
59444
|
* JSON:API representation of theme entity.
|
|
@@ -59516,7 +59516,7 @@ export declare const JsonApiThemeOutTypeEnum: {
|
|
|
59516
59516
|
readonly THEME: "theme";
|
|
59517
59517
|
};
|
|
59518
59518
|
|
|
59519
|
-
export declare type JsonApiThemeOutTypeEnum = typeof JsonApiThemeOutTypeEnum[keyof typeof JsonApiThemeOutTypeEnum];
|
|
59519
|
+
export declare type JsonApiThemeOutTypeEnum = (typeof JsonApiThemeOutTypeEnum)[keyof typeof JsonApiThemeOutTypeEnum];
|
|
59520
59520
|
|
|
59521
59521
|
/**
|
|
59522
59522
|
*
|
|
@@ -59554,7 +59554,7 @@ export declare const JsonApiThemeOutWithLinksTypeEnum: {
|
|
|
59554
59554
|
readonly THEME: "theme";
|
|
59555
59555
|
};
|
|
59556
59556
|
|
|
59557
|
-
export declare type JsonApiThemeOutWithLinksTypeEnum = typeof JsonApiThemeOutWithLinksTypeEnum[keyof typeof JsonApiThemeOutWithLinksTypeEnum];
|
|
59557
|
+
export declare type JsonApiThemeOutWithLinksTypeEnum = (typeof JsonApiThemeOutWithLinksTypeEnum)[keyof typeof JsonApiThemeOutWithLinksTypeEnum];
|
|
59558
59558
|
|
|
59559
59559
|
/**
|
|
59560
59560
|
* JSON:API representation of patching theme entity.
|
|
@@ -59600,7 +59600,7 @@ export declare const JsonApiThemePatchTypeEnum: {
|
|
|
59600
59600
|
readonly THEME: "theme";
|
|
59601
59601
|
};
|
|
59602
59602
|
|
|
59603
|
-
export declare type JsonApiThemePatchTypeEnum = typeof JsonApiThemePatchTypeEnum[keyof typeof JsonApiThemePatchTypeEnum];
|
|
59603
|
+
export declare type JsonApiThemePatchTypeEnum = (typeof JsonApiThemePatchTypeEnum)[keyof typeof JsonApiThemePatchTypeEnum];
|
|
59604
59604
|
|
|
59605
59605
|
/**
|
|
59606
59606
|
* JSON:API representation of userDataFilter entity.
|
|
@@ -59724,7 +59724,7 @@ export declare const JsonApiUserDataFilterInTypeEnum: {
|
|
|
59724
59724
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
59725
59725
|
};
|
|
59726
59726
|
|
|
59727
|
-
export declare type JsonApiUserDataFilterInTypeEnum = typeof JsonApiUserDataFilterInTypeEnum[keyof typeof JsonApiUserDataFilterInTypeEnum];
|
|
59727
|
+
export declare type JsonApiUserDataFilterInTypeEnum = (typeof JsonApiUserDataFilterInTypeEnum)[keyof typeof JsonApiUserDataFilterInTypeEnum];
|
|
59728
59728
|
|
|
59729
59729
|
/**
|
|
59730
59730
|
* JSON:API representation of userDataFilter entity.
|
|
@@ -59882,7 +59882,7 @@ export declare const JsonApiUserDataFilterOutTypeEnum: {
|
|
|
59882
59882
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
59883
59883
|
};
|
|
59884
59884
|
|
|
59885
|
-
export declare type JsonApiUserDataFilterOutTypeEnum = typeof JsonApiUserDataFilterOutTypeEnum[keyof typeof JsonApiUserDataFilterOutTypeEnum];
|
|
59885
|
+
export declare type JsonApiUserDataFilterOutTypeEnum = (typeof JsonApiUserDataFilterOutTypeEnum)[keyof typeof JsonApiUserDataFilterOutTypeEnum];
|
|
59886
59886
|
|
|
59887
59887
|
/**
|
|
59888
59888
|
*
|
|
@@ -59932,7 +59932,7 @@ export declare const JsonApiUserDataFilterOutWithLinksTypeEnum: {
|
|
|
59932
59932
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
59933
59933
|
};
|
|
59934
59934
|
|
|
59935
|
-
export declare type JsonApiUserDataFilterOutWithLinksTypeEnum = typeof JsonApiUserDataFilterOutWithLinksTypeEnum[keyof typeof JsonApiUserDataFilterOutWithLinksTypeEnum];
|
|
59935
|
+
export declare type JsonApiUserDataFilterOutWithLinksTypeEnum = (typeof JsonApiUserDataFilterOutWithLinksTypeEnum)[keyof typeof JsonApiUserDataFilterOutWithLinksTypeEnum];
|
|
59936
59936
|
|
|
59937
59937
|
/**
|
|
59938
59938
|
* JSON:API representation of patching userDataFilter entity.
|
|
@@ -60022,7 +60022,7 @@ export declare const JsonApiUserDataFilterPatchTypeEnum: {
|
|
|
60022
60022
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
60023
60023
|
};
|
|
60024
60024
|
|
|
60025
|
-
export declare type JsonApiUserDataFilterPatchTypeEnum = typeof JsonApiUserDataFilterPatchTypeEnum[keyof typeof JsonApiUserDataFilterPatchTypeEnum];
|
|
60025
|
+
export declare type JsonApiUserDataFilterPatchTypeEnum = (typeof JsonApiUserDataFilterPatchTypeEnum)[keyof typeof JsonApiUserDataFilterPatchTypeEnum];
|
|
60026
60026
|
|
|
60027
60027
|
/**
|
|
60028
60028
|
* JSON:API representation of userDataFilter entity.
|
|
@@ -60074,7 +60074,7 @@ export declare const JsonApiUserDataFilterPostOptionalIdTypeEnum: {
|
|
|
60074
60074
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
60075
60075
|
};
|
|
60076
60076
|
|
|
60077
|
-
export declare type JsonApiUserDataFilterPostOptionalIdTypeEnum = typeof JsonApiUserDataFilterPostOptionalIdTypeEnum[keyof typeof JsonApiUserDataFilterPostOptionalIdTypeEnum];
|
|
60077
|
+
export declare type JsonApiUserDataFilterPostOptionalIdTypeEnum = (typeof JsonApiUserDataFilterPostOptionalIdTypeEnum)[keyof typeof JsonApiUserDataFilterPostOptionalIdTypeEnum];
|
|
60078
60078
|
|
|
60079
60079
|
/**
|
|
60080
60080
|
* JSON:API representation of userGroup entity.
|
|
@@ -60126,7 +60126,7 @@ export declare const JsonApiUserGroupInTypeEnum: {
|
|
|
60126
60126
|
readonly USER_GROUP: "userGroup";
|
|
60127
60127
|
};
|
|
60128
60128
|
|
|
60129
|
-
export declare type JsonApiUserGroupInTypeEnum = typeof JsonApiUserGroupInTypeEnum[keyof typeof JsonApiUserGroupInTypeEnum];
|
|
60129
|
+
export declare type JsonApiUserGroupInTypeEnum = (typeof JsonApiUserGroupInTypeEnum)[keyof typeof JsonApiUserGroupInTypeEnum];
|
|
60130
60130
|
|
|
60131
60131
|
/**
|
|
60132
60132
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
@@ -60152,7 +60152,7 @@ export declare const JsonApiUserGroupLinkageTypeEnum: {
|
|
|
60152
60152
|
readonly USER_GROUP: "userGroup";
|
|
60153
60153
|
};
|
|
60154
60154
|
|
|
60155
|
-
export declare type JsonApiUserGroupLinkageTypeEnum = typeof JsonApiUserGroupLinkageTypeEnum[keyof typeof JsonApiUserGroupLinkageTypeEnum];
|
|
60155
|
+
export declare type JsonApiUserGroupLinkageTypeEnum = (typeof JsonApiUserGroupLinkageTypeEnum)[keyof typeof JsonApiUserGroupLinkageTypeEnum];
|
|
60156
60156
|
|
|
60157
60157
|
/**
|
|
60158
60158
|
* JSON:API representation of userGroup entity.
|
|
@@ -60276,7 +60276,7 @@ export declare const JsonApiUserGroupOutTypeEnum: {
|
|
|
60276
60276
|
readonly USER_GROUP: "userGroup";
|
|
60277
60277
|
};
|
|
60278
60278
|
|
|
60279
|
-
export declare type JsonApiUserGroupOutTypeEnum = typeof JsonApiUserGroupOutTypeEnum[keyof typeof JsonApiUserGroupOutTypeEnum];
|
|
60279
|
+
export declare type JsonApiUserGroupOutTypeEnum = (typeof JsonApiUserGroupOutTypeEnum)[keyof typeof JsonApiUserGroupOutTypeEnum];
|
|
60280
60280
|
|
|
60281
60281
|
/**
|
|
60282
60282
|
*
|
|
@@ -60320,7 +60320,7 @@ export declare const JsonApiUserGroupOutWithLinksTypeEnum: {
|
|
|
60320
60320
|
readonly USER_GROUP: "userGroup";
|
|
60321
60321
|
};
|
|
60322
60322
|
|
|
60323
|
-
export declare type JsonApiUserGroupOutWithLinksTypeEnum = typeof JsonApiUserGroupOutWithLinksTypeEnum[keyof typeof JsonApiUserGroupOutWithLinksTypeEnum];
|
|
60323
|
+
export declare type JsonApiUserGroupOutWithLinksTypeEnum = (typeof JsonApiUserGroupOutWithLinksTypeEnum)[keyof typeof JsonApiUserGroupOutWithLinksTypeEnum];
|
|
60324
60324
|
|
|
60325
60325
|
/**
|
|
60326
60326
|
* JSON:API representation of patching userGroup entity.
|
|
@@ -60372,7 +60372,7 @@ export declare const JsonApiUserGroupPatchTypeEnum: {
|
|
|
60372
60372
|
readonly USER_GROUP: "userGroup";
|
|
60373
60373
|
};
|
|
60374
60374
|
|
|
60375
|
-
export declare type JsonApiUserGroupPatchTypeEnum = typeof JsonApiUserGroupPatchTypeEnum[keyof typeof JsonApiUserGroupPatchTypeEnum];
|
|
60375
|
+
export declare type JsonApiUserGroupPatchTypeEnum = (typeof JsonApiUserGroupPatchTypeEnum)[keyof typeof JsonApiUserGroupPatchTypeEnum];
|
|
60376
60376
|
|
|
60377
60377
|
/**
|
|
60378
60378
|
* @type JsonApiUserGroupToOneLinkage
|
|
@@ -60405,7 +60405,7 @@ export declare const JsonApiUserIdentifierLinkageTypeEnum: {
|
|
|
60405
60405
|
readonly USER_IDENTIFIER: "userIdentifier";
|
|
60406
60406
|
};
|
|
60407
60407
|
|
|
60408
|
-
export declare type JsonApiUserIdentifierLinkageTypeEnum = typeof JsonApiUserIdentifierLinkageTypeEnum[keyof typeof JsonApiUserIdentifierLinkageTypeEnum];
|
|
60408
|
+
export declare type JsonApiUserIdentifierLinkageTypeEnum = (typeof JsonApiUserIdentifierLinkageTypeEnum)[keyof typeof JsonApiUserIdentifierLinkageTypeEnum];
|
|
60409
60409
|
|
|
60410
60410
|
/**
|
|
60411
60411
|
* JSON:API representation of userIdentifier entity.
|
|
@@ -60509,7 +60509,7 @@ export declare const JsonApiUserIdentifierOutTypeEnum: {
|
|
|
60509
60509
|
readonly USER_IDENTIFIER: "userIdentifier";
|
|
60510
60510
|
};
|
|
60511
60511
|
|
|
60512
|
-
export declare type JsonApiUserIdentifierOutTypeEnum = typeof JsonApiUserIdentifierOutTypeEnum[keyof typeof JsonApiUserIdentifierOutTypeEnum];
|
|
60512
|
+
export declare type JsonApiUserIdentifierOutTypeEnum = (typeof JsonApiUserIdentifierOutTypeEnum)[keyof typeof JsonApiUserIdentifierOutTypeEnum];
|
|
60513
60513
|
|
|
60514
60514
|
/**
|
|
60515
60515
|
*
|
|
@@ -60547,7 +60547,7 @@ export declare const JsonApiUserIdentifierOutWithLinksTypeEnum: {
|
|
|
60547
60547
|
readonly USER_IDENTIFIER: "userIdentifier";
|
|
60548
60548
|
};
|
|
60549
60549
|
|
|
60550
|
-
export declare type JsonApiUserIdentifierOutWithLinksTypeEnum = typeof JsonApiUserIdentifierOutWithLinksTypeEnum[keyof typeof JsonApiUserIdentifierOutWithLinksTypeEnum];
|
|
60550
|
+
export declare type JsonApiUserIdentifierOutWithLinksTypeEnum = (typeof JsonApiUserIdentifierOutWithLinksTypeEnum)[keyof typeof JsonApiUserIdentifierOutWithLinksTypeEnum];
|
|
60551
60551
|
|
|
60552
60552
|
/**
|
|
60553
60553
|
* @type JsonApiUserIdentifierToOneLinkage
|
|
@@ -60606,7 +60606,7 @@ export declare const JsonApiUserInTypeEnum: {
|
|
|
60606
60606
|
readonly USER: "user";
|
|
60607
60607
|
};
|
|
60608
60608
|
|
|
60609
|
-
export declare type JsonApiUserInTypeEnum = typeof JsonApiUserInTypeEnum[keyof typeof JsonApiUserInTypeEnum];
|
|
60609
|
+
export declare type JsonApiUserInTypeEnum = (typeof JsonApiUserInTypeEnum)[keyof typeof JsonApiUserInTypeEnum];
|
|
60610
60610
|
|
|
60611
60611
|
/**
|
|
60612
60612
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
@@ -60632,7 +60632,7 @@ export declare const JsonApiUserLinkageTypeEnum: {
|
|
|
60632
60632
|
readonly USER: "user";
|
|
60633
60633
|
};
|
|
60634
60634
|
|
|
60635
|
-
export declare type JsonApiUserLinkageTypeEnum = typeof JsonApiUserLinkageTypeEnum[keyof typeof JsonApiUserLinkageTypeEnum];
|
|
60635
|
+
export declare type JsonApiUserLinkageTypeEnum = (typeof JsonApiUserLinkageTypeEnum)[keyof typeof JsonApiUserLinkageTypeEnum];
|
|
60636
60636
|
|
|
60637
60637
|
/**
|
|
60638
60638
|
* JSON:API representation of user entity.
|
|
@@ -60788,7 +60788,7 @@ export declare const JsonApiUserOutTypeEnum: {
|
|
|
60788
60788
|
readonly USER: "user";
|
|
60789
60789
|
};
|
|
60790
60790
|
|
|
60791
|
-
export declare type JsonApiUserOutTypeEnum = typeof JsonApiUserOutTypeEnum[keyof typeof JsonApiUserOutTypeEnum];
|
|
60791
|
+
export declare type JsonApiUserOutTypeEnum = (typeof JsonApiUserOutTypeEnum)[keyof typeof JsonApiUserOutTypeEnum];
|
|
60792
60792
|
|
|
60793
60793
|
/**
|
|
60794
60794
|
*
|
|
@@ -60832,7 +60832,7 @@ export declare const JsonApiUserOutWithLinksTypeEnum: {
|
|
|
60832
60832
|
readonly USER: "user";
|
|
60833
60833
|
};
|
|
60834
60834
|
|
|
60835
|
-
export declare type JsonApiUserOutWithLinksTypeEnum = typeof JsonApiUserOutWithLinksTypeEnum[keyof typeof JsonApiUserOutWithLinksTypeEnum];
|
|
60835
|
+
export declare type JsonApiUserOutWithLinksTypeEnum = (typeof JsonApiUserOutWithLinksTypeEnum)[keyof typeof JsonApiUserOutWithLinksTypeEnum];
|
|
60836
60836
|
|
|
60837
60837
|
/**
|
|
60838
60838
|
* JSON:API representation of patching user entity.
|
|
@@ -60884,7 +60884,7 @@ export declare const JsonApiUserPatchTypeEnum: {
|
|
|
60884
60884
|
readonly USER: "user";
|
|
60885
60885
|
};
|
|
60886
60886
|
|
|
60887
|
-
export declare type JsonApiUserPatchTypeEnum = typeof JsonApiUserPatchTypeEnum[keyof typeof JsonApiUserPatchTypeEnum];
|
|
60887
|
+
export declare type JsonApiUserPatchTypeEnum = (typeof JsonApiUserPatchTypeEnum)[keyof typeof JsonApiUserPatchTypeEnum];
|
|
60888
60888
|
|
|
60889
60889
|
/**
|
|
60890
60890
|
* JSON:API representation of userSetting entity.
|
|
@@ -60930,7 +60930,7 @@ export declare const JsonApiUserSettingInTypeEnum: {
|
|
|
60930
60930
|
readonly USER_SETTING: "userSetting";
|
|
60931
60931
|
};
|
|
60932
60932
|
|
|
60933
|
-
export declare type JsonApiUserSettingInTypeEnum = typeof JsonApiUserSettingInTypeEnum[keyof typeof JsonApiUserSettingInTypeEnum];
|
|
60933
|
+
export declare type JsonApiUserSettingInTypeEnum = (typeof JsonApiUserSettingInTypeEnum)[keyof typeof JsonApiUserSettingInTypeEnum];
|
|
60934
60934
|
|
|
60935
60935
|
/**
|
|
60936
60936
|
* JSON:API representation of userSetting entity.
|
|
@@ -61008,7 +61008,7 @@ export declare const JsonApiUserSettingOutTypeEnum: {
|
|
|
61008
61008
|
readonly USER_SETTING: "userSetting";
|
|
61009
61009
|
};
|
|
61010
61010
|
|
|
61011
|
-
export declare type JsonApiUserSettingOutTypeEnum = typeof JsonApiUserSettingOutTypeEnum[keyof typeof JsonApiUserSettingOutTypeEnum];
|
|
61011
|
+
export declare type JsonApiUserSettingOutTypeEnum = (typeof JsonApiUserSettingOutTypeEnum)[keyof typeof JsonApiUserSettingOutTypeEnum];
|
|
61012
61012
|
|
|
61013
61013
|
/**
|
|
61014
61014
|
*
|
|
@@ -61046,7 +61046,7 @@ export declare const JsonApiUserSettingOutWithLinksTypeEnum: {
|
|
|
61046
61046
|
readonly USER_SETTING: "userSetting";
|
|
61047
61047
|
};
|
|
61048
61048
|
|
|
61049
|
-
export declare type JsonApiUserSettingOutWithLinksTypeEnum = typeof JsonApiUserSettingOutWithLinksTypeEnum[keyof typeof JsonApiUserSettingOutWithLinksTypeEnum];
|
|
61049
|
+
export declare type JsonApiUserSettingOutWithLinksTypeEnum = (typeof JsonApiUserSettingOutWithLinksTypeEnum)[keyof typeof JsonApiUserSettingOutWithLinksTypeEnum];
|
|
61050
61050
|
|
|
61051
61051
|
/**
|
|
61052
61052
|
* @type JsonApiUserToOneLinkage
|
|
@@ -61099,7 +61099,7 @@ export declare const JsonApiVisualizationObjectInTypeEnum: {
|
|
|
61099
61099
|
readonly VISUALIZATION_OBJECT: "visualizationObject";
|
|
61100
61100
|
};
|
|
61101
61101
|
|
|
61102
|
-
export declare type JsonApiVisualizationObjectInTypeEnum = typeof JsonApiVisualizationObjectInTypeEnum[keyof typeof JsonApiVisualizationObjectInTypeEnum];
|
|
61102
|
+
export declare type JsonApiVisualizationObjectInTypeEnum = (typeof JsonApiVisualizationObjectInTypeEnum)[keyof typeof JsonApiVisualizationObjectInTypeEnum];
|
|
61103
61103
|
|
|
61104
61104
|
/**
|
|
61105
61105
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
@@ -61125,7 +61125,7 @@ export declare const JsonApiVisualizationObjectLinkageTypeEnum: {
|
|
|
61125
61125
|
readonly VISUALIZATION_OBJECT: "visualizationObject";
|
|
61126
61126
|
};
|
|
61127
61127
|
|
|
61128
|
-
export declare type JsonApiVisualizationObjectLinkageTypeEnum = typeof JsonApiVisualizationObjectLinkageTypeEnum[keyof typeof JsonApiVisualizationObjectLinkageTypeEnum];
|
|
61128
|
+
export declare type JsonApiVisualizationObjectLinkageTypeEnum = (typeof JsonApiVisualizationObjectLinkageTypeEnum)[keyof typeof JsonApiVisualizationObjectLinkageTypeEnum];
|
|
61129
61129
|
|
|
61130
61130
|
/**
|
|
61131
61131
|
* JSON:API representation of visualizationObject entity.
|
|
@@ -61312,7 +61312,7 @@ export declare const JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum: {
|
|
|
61312
61312
|
readonly PARENT: "PARENT";
|
|
61313
61313
|
};
|
|
61314
61314
|
|
|
61315
|
-
export declare type JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum = typeof JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum[keyof typeof JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum];
|
|
61315
|
+
export declare type JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum = (typeof JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum)[keyof typeof JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum];
|
|
61316
61316
|
|
|
61317
61317
|
/**
|
|
61318
61318
|
*
|
|
@@ -61452,7 +61452,7 @@ export declare const JsonApiVisualizationObjectOutTypeEnum: {
|
|
|
61452
61452
|
readonly VISUALIZATION_OBJECT: "visualizationObject";
|
|
61453
61453
|
};
|
|
61454
61454
|
|
|
61455
|
-
export declare type JsonApiVisualizationObjectOutTypeEnum = typeof JsonApiVisualizationObjectOutTypeEnum[keyof typeof JsonApiVisualizationObjectOutTypeEnum];
|
|
61455
|
+
export declare type JsonApiVisualizationObjectOutTypeEnum = (typeof JsonApiVisualizationObjectOutTypeEnum)[keyof typeof JsonApiVisualizationObjectOutTypeEnum];
|
|
61456
61456
|
|
|
61457
61457
|
/**
|
|
61458
61458
|
*
|
|
@@ -61502,7 +61502,7 @@ export declare const JsonApiVisualizationObjectOutWithLinksTypeEnum: {
|
|
|
61502
61502
|
readonly VISUALIZATION_OBJECT: "visualizationObject";
|
|
61503
61503
|
};
|
|
61504
61504
|
|
|
61505
|
-
export declare type JsonApiVisualizationObjectOutWithLinksTypeEnum = typeof JsonApiVisualizationObjectOutWithLinksTypeEnum[keyof typeof JsonApiVisualizationObjectOutWithLinksTypeEnum];
|
|
61505
|
+
export declare type JsonApiVisualizationObjectOutWithLinksTypeEnum = (typeof JsonApiVisualizationObjectOutWithLinksTypeEnum)[keyof typeof JsonApiVisualizationObjectOutWithLinksTypeEnum];
|
|
61506
61506
|
|
|
61507
61507
|
/**
|
|
61508
61508
|
* JSON:API representation of patching visualizationObject entity.
|
|
@@ -61548,7 +61548,7 @@ export declare const JsonApiVisualizationObjectPatchTypeEnum: {
|
|
|
61548
61548
|
readonly VISUALIZATION_OBJECT: "visualizationObject";
|
|
61549
61549
|
};
|
|
61550
61550
|
|
|
61551
|
-
export declare type JsonApiVisualizationObjectPatchTypeEnum = typeof JsonApiVisualizationObjectPatchTypeEnum[keyof typeof JsonApiVisualizationObjectPatchTypeEnum];
|
|
61551
|
+
export declare type JsonApiVisualizationObjectPatchTypeEnum = (typeof JsonApiVisualizationObjectPatchTypeEnum)[keyof typeof JsonApiVisualizationObjectPatchTypeEnum];
|
|
61552
61552
|
|
|
61553
61553
|
/**
|
|
61554
61554
|
* JSON:API representation of visualizationObject entity.
|
|
@@ -61594,7 +61594,7 @@ export declare const JsonApiVisualizationObjectPostOptionalIdTypeEnum: {
|
|
|
61594
61594
|
readonly VISUALIZATION_OBJECT: "visualizationObject";
|
|
61595
61595
|
};
|
|
61596
61596
|
|
|
61597
|
-
export declare type JsonApiVisualizationObjectPostOptionalIdTypeEnum = typeof JsonApiVisualizationObjectPostOptionalIdTypeEnum[keyof typeof JsonApiVisualizationObjectPostOptionalIdTypeEnum];
|
|
61597
|
+
export declare type JsonApiVisualizationObjectPostOptionalIdTypeEnum = (typeof JsonApiVisualizationObjectPostOptionalIdTypeEnum)[keyof typeof JsonApiVisualizationObjectPostOptionalIdTypeEnum];
|
|
61598
61598
|
|
|
61599
61599
|
/**
|
|
61600
61600
|
* @type JsonApiVisualizationObjectToOneLinkage
|
|
@@ -61653,7 +61653,7 @@ export declare const JsonApiWorkspaceDataFilterInTypeEnum: {
|
|
|
61653
61653
|
readonly WORKSPACE_DATA_FILTER: "workspaceDataFilter";
|
|
61654
61654
|
};
|
|
61655
61655
|
|
|
61656
|
-
export declare type JsonApiWorkspaceDataFilterInTypeEnum = typeof JsonApiWorkspaceDataFilterInTypeEnum[keyof typeof JsonApiWorkspaceDataFilterInTypeEnum];
|
|
61656
|
+
export declare type JsonApiWorkspaceDataFilterInTypeEnum = (typeof JsonApiWorkspaceDataFilterInTypeEnum)[keyof typeof JsonApiWorkspaceDataFilterInTypeEnum];
|
|
61657
61657
|
|
|
61658
61658
|
/**
|
|
61659
61659
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
@@ -61679,7 +61679,7 @@ export declare const JsonApiWorkspaceDataFilterLinkageTypeEnum: {
|
|
|
61679
61679
|
readonly WORKSPACE_DATA_FILTER: "workspaceDataFilter";
|
|
61680
61680
|
};
|
|
61681
61681
|
|
|
61682
|
-
export declare type JsonApiWorkspaceDataFilterLinkageTypeEnum = typeof JsonApiWorkspaceDataFilterLinkageTypeEnum[keyof typeof JsonApiWorkspaceDataFilterLinkageTypeEnum];
|
|
61682
|
+
export declare type JsonApiWorkspaceDataFilterLinkageTypeEnum = (typeof JsonApiWorkspaceDataFilterLinkageTypeEnum)[keyof typeof JsonApiWorkspaceDataFilterLinkageTypeEnum];
|
|
61683
61683
|
|
|
61684
61684
|
/**
|
|
61685
61685
|
* JSON:API representation of workspaceDataFilter entity.
|
|
@@ -61835,7 +61835,7 @@ export declare const JsonApiWorkspaceDataFilterOutTypeEnum: {
|
|
|
61835
61835
|
readonly WORKSPACE_DATA_FILTER: "workspaceDataFilter";
|
|
61836
61836
|
};
|
|
61837
61837
|
|
|
61838
|
-
export declare type JsonApiWorkspaceDataFilterOutTypeEnum = typeof JsonApiWorkspaceDataFilterOutTypeEnum[keyof typeof JsonApiWorkspaceDataFilterOutTypeEnum];
|
|
61838
|
+
export declare type JsonApiWorkspaceDataFilterOutTypeEnum = (typeof JsonApiWorkspaceDataFilterOutTypeEnum)[keyof typeof JsonApiWorkspaceDataFilterOutTypeEnum];
|
|
61839
61839
|
|
|
61840
61840
|
/**
|
|
61841
61841
|
*
|
|
@@ -61885,7 +61885,7 @@ export declare const JsonApiWorkspaceDataFilterOutWithLinksTypeEnum: {
|
|
|
61885
61885
|
readonly WORKSPACE_DATA_FILTER: "workspaceDataFilter";
|
|
61886
61886
|
};
|
|
61887
61887
|
|
|
61888
|
-
export declare type JsonApiWorkspaceDataFilterOutWithLinksTypeEnum = typeof JsonApiWorkspaceDataFilterOutWithLinksTypeEnum[keyof typeof JsonApiWorkspaceDataFilterOutWithLinksTypeEnum];
|
|
61888
|
+
export declare type JsonApiWorkspaceDataFilterOutWithLinksTypeEnum = (typeof JsonApiWorkspaceDataFilterOutWithLinksTypeEnum)[keyof typeof JsonApiWorkspaceDataFilterOutWithLinksTypeEnum];
|
|
61889
61889
|
|
|
61890
61890
|
/**
|
|
61891
61891
|
* JSON:API representation of patching workspaceDataFilter entity.
|
|
@@ -61937,7 +61937,7 @@ export declare const JsonApiWorkspaceDataFilterPatchTypeEnum: {
|
|
|
61937
61937
|
readonly WORKSPACE_DATA_FILTER: "workspaceDataFilter";
|
|
61938
61938
|
};
|
|
61939
61939
|
|
|
61940
|
-
export declare type JsonApiWorkspaceDataFilterPatchTypeEnum = typeof JsonApiWorkspaceDataFilterPatchTypeEnum[keyof typeof JsonApiWorkspaceDataFilterPatchTypeEnum];
|
|
61940
|
+
export declare type JsonApiWorkspaceDataFilterPatchTypeEnum = (typeof JsonApiWorkspaceDataFilterPatchTypeEnum)[keyof typeof JsonApiWorkspaceDataFilterPatchTypeEnum];
|
|
61941
61941
|
|
|
61942
61942
|
/**
|
|
61943
61943
|
* JSON:API representation of workspaceDataFilterSetting entity.
|
|
@@ -62043,7 +62043,7 @@ export declare const JsonApiWorkspaceDataFilterSettingInTypeEnum: {
|
|
|
62043
62043
|
readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
|
|
62044
62044
|
};
|
|
62045
62045
|
|
|
62046
|
-
export declare type JsonApiWorkspaceDataFilterSettingInTypeEnum = typeof JsonApiWorkspaceDataFilterSettingInTypeEnum[keyof typeof JsonApiWorkspaceDataFilterSettingInTypeEnum];
|
|
62046
|
+
export declare type JsonApiWorkspaceDataFilterSettingInTypeEnum = (typeof JsonApiWorkspaceDataFilterSettingInTypeEnum)[keyof typeof JsonApiWorkspaceDataFilterSettingInTypeEnum];
|
|
62047
62047
|
|
|
62048
62048
|
/**
|
|
62049
62049
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
@@ -62069,7 +62069,7 @@ export declare const JsonApiWorkspaceDataFilterSettingLinkageTypeEnum: {
|
|
|
62069
62069
|
readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
|
|
62070
62070
|
};
|
|
62071
62071
|
|
|
62072
|
-
export declare type JsonApiWorkspaceDataFilterSettingLinkageTypeEnum = typeof JsonApiWorkspaceDataFilterSettingLinkageTypeEnum[keyof typeof JsonApiWorkspaceDataFilterSettingLinkageTypeEnum];
|
|
62072
|
+
export declare type JsonApiWorkspaceDataFilterSettingLinkageTypeEnum = (typeof JsonApiWorkspaceDataFilterSettingLinkageTypeEnum)[keyof typeof JsonApiWorkspaceDataFilterSettingLinkageTypeEnum];
|
|
62073
62073
|
|
|
62074
62074
|
/**
|
|
62075
62075
|
* JSON:API representation of workspaceDataFilterSetting entity.
|
|
@@ -62171,7 +62171,7 @@ export declare const JsonApiWorkspaceDataFilterSettingOutTypeEnum: {
|
|
|
62171
62171
|
readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
|
|
62172
62172
|
};
|
|
62173
62173
|
|
|
62174
|
-
export declare type JsonApiWorkspaceDataFilterSettingOutTypeEnum = typeof JsonApiWorkspaceDataFilterSettingOutTypeEnum[keyof typeof JsonApiWorkspaceDataFilterSettingOutTypeEnum];
|
|
62174
|
+
export declare type JsonApiWorkspaceDataFilterSettingOutTypeEnum = (typeof JsonApiWorkspaceDataFilterSettingOutTypeEnum)[keyof typeof JsonApiWorkspaceDataFilterSettingOutTypeEnum];
|
|
62175
62175
|
|
|
62176
62176
|
/**
|
|
62177
62177
|
*
|
|
@@ -62221,7 +62221,7 @@ export declare const JsonApiWorkspaceDataFilterSettingOutWithLinksTypeEnum: {
|
|
|
62221
62221
|
readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
|
|
62222
62222
|
};
|
|
62223
62223
|
|
|
62224
|
-
export declare type JsonApiWorkspaceDataFilterSettingOutWithLinksTypeEnum = typeof JsonApiWorkspaceDataFilterSettingOutWithLinksTypeEnum[keyof typeof JsonApiWorkspaceDataFilterSettingOutWithLinksTypeEnum];
|
|
62224
|
+
export declare type JsonApiWorkspaceDataFilterSettingOutWithLinksTypeEnum = (typeof JsonApiWorkspaceDataFilterSettingOutWithLinksTypeEnum)[keyof typeof JsonApiWorkspaceDataFilterSettingOutWithLinksTypeEnum];
|
|
62225
62225
|
|
|
62226
62226
|
/**
|
|
62227
62227
|
* JSON:API representation of patching workspaceDataFilterSetting entity.
|
|
@@ -62273,7 +62273,7 @@ export declare const JsonApiWorkspaceDataFilterSettingPatchTypeEnum: {
|
|
|
62273
62273
|
readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
|
|
62274
62274
|
};
|
|
62275
62275
|
|
|
62276
|
-
export declare type JsonApiWorkspaceDataFilterSettingPatchTypeEnum = typeof JsonApiWorkspaceDataFilterSettingPatchTypeEnum[keyof typeof JsonApiWorkspaceDataFilterSettingPatchTypeEnum];
|
|
62276
|
+
export declare type JsonApiWorkspaceDataFilterSettingPatchTypeEnum = (typeof JsonApiWorkspaceDataFilterSettingPatchTypeEnum)[keyof typeof JsonApiWorkspaceDataFilterSettingPatchTypeEnum];
|
|
62277
62277
|
|
|
62278
62278
|
/**
|
|
62279
62279
|
* @type JsonApiWorkspaceDataFilterToOneLinkage
|
|
@@ -62332,7 +62332,7 @@ export declare const JsonApiWorkspaceInTypeEnum: {
|
|
|
62332
62332
|
readonly WORKSPACE: "workspace";
|
|
62333
62333
|
};
|
|
62334
62334
|
|
|
62335
|
-
export declare type JsonApiWorkspaceInTypeEnum = typeof JsonApiWorkspaceInTypeEnum[keyof typeof JsonApiWorkspaceInTypeEnum];
|
|
62335
|
+
export declare type JsonApiWorkspaceInTypeEnum = (typeof JsonApiWorkspaceInTypeEnum)[keyof typeof JsonApiWorkspaceInTypeEnum];
|
|
62336
62336
|
|
|
62337
62337
|
/**
|
|
62338
62338
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
@@ -62358,7 +62358,7 @@ export declare const JsonApiWorkspaceLinkageTypeEnum: {
|
|
|
62358
62358
|
readonly WORKSPACE: "workspace";
|
|
62359
62359
|
};
|
|
62360
62360
|
|
|
62361
|
-
export declare type JsonApiWorkspaceLinkageTypeEnum = typeof JsonApiWorkspaceLinkageTypeEnum[keyof typeof JsonApiWorkspaceLinkageTypeEnum];
|
|
62361
|
+
export declare type JsonApiWorkspaceLinkageTypeEnum = (typeof JsonApiWorkspaceLinkageTypeEnum)[keyof typeof JsonApiWorkspaceLinkageTypeEnum];
|
|
62362
62362
|
|
|
62363
62363
|
/**
|
|
62364
62364
|
* JSON:API representation of workspace entity.
|
|
@@ -62625,7 +62625,7 @@ export declare const JsonApiWorkspaceOutMetaPermissionsEnum: {
|
|
|
62625
62625
|
readonly VIEW: "VIEW";
|
|
62626
62626
|
};
|
|
62627
62627
|
|
|
62628
|
-
export declare type JsonApiWorkspaceOutMetaPermissionsEnum = typeof JsonApiWorkspaceOutMetaPermissionsEnum[keyof typeof JsonApiWorkspaceOutMetaPermissionsEnum];
|
|
62628
|
+
export declare type JsonApiWorkspaceOutMetaPermissionsEnum = (typeof JsonApiWorkspaceOutMetaPermissionsEnum)[keyof typeof JsonApiWorkspaceOutMetaPermissionsEnum];
|
|
62629
62629
|
|
|
62630
62630
|
/**
|
|
62631
62631
|
*
|
|
@@ -62659,7 +62659,7 @@ export declare const JsonApiWorkspaceOutTypeEnum: {
|
|
|
62659
62659
|
readonly WORKSPACE: "workspace";
|
|
62660
62660
|
};
|
|
62661
62661
|
|
|
62662
|
-
export declare type JsonApiWorkspaceOutTypeEnum = typeof JsonApiWorkspaceOutTypeEnum[keyof typeof JsonApiWorkspaceOutTypeEnum];
|
|
62662
|
+
export declare type JsonApiWorkspaceOutTypeEnum = (typeof JsonApiWorkspaceOutTypeEnum)[keyof typeof JsonApiWorkspaceOutTypeEnum];
|
|
62663
62663
|
|
|
62664
62664
|
/**
|
|
62665
62665
|
*
|
|
@@ -62709,7 +62709,7 @@ export declare const JsonApiWorkspaceOutWithLinksTypeEnum: {
|
|
|
62709
62709
|
readonly WORKSPACE: "workspace";
|
|
62710
62710
|
};
|
|
62711
62711
|
|
|
62712
|
-
export declare type JsonApiWorkspaceOutWithLinksTypeEnum = typeof JsonApiWorkspaceOutWithLinksTypeEnum[keyof typeof JsonApiWorkspaceOutWithLinksTypeEnum];
|
|
62712
|
+
export declare type JsonApiWorkspaceOutWithLinksTypeEnum = (typeof JsonApiWorkspaceOutWithLinksTypeEnum)[keyof typeof JsonApiWorkspaceOutWithLinksTypeEnum];
|
|
62713
62713
|
|
|
62714
62714
|
/**
|
|
62715
62715
|
* JSON:API representation of patching workspace entity.
|
|
@@ -62761,7 +62761,7 @@ export declare const JsonApiWorkspacePatchTypeEnum: {
|
|
|
62761
62761
|
readonly WORKSPACE: "workspace";
|
|
62762
62762
|
};
|
|
62763
62763
|
|
|
62764
|
-
export declare type JsonApiWorkspacePatchTypeEnum = typeof JsonApiWorkspacePatchTypeEnum[keyof typeof JsonApiWorkspacePatchTypeEnum];
|
|
62764
|
+
export declare type JsonApiWorkspacePatchTypeEnum = (typeof JsonApiWorkspacePatchTypeEnum)[keyof typeof JsonApiWorkspacePatchTypeEnum];
|
|
62765
62765
|
|
|
62766
62766
|
/**
|
|
62767
62767
|
* JSON:API representation of workspaceSetting entity.
|
|
@@ -62837,7 +62837,7 @@ export declare const JsonApiWorkspaceSettingInAttributesTypeEnum: {
|
|
|
62837
62837
|
readonly ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL";
|
|
62838
62838
|
};
|
|
62839
62839
|
|
|
62840
|
-
export declare type JsonApiWorkspaceSettingInAttributesTypeEnum = typeof JsonApiWorkspaceSettingInAttributesTypeEnum[keyof typeof JsonApiWorkspaceSettingInAttributesTypeEnum];
|
|
62840
|
+
export declare type JsonApiWorkspaceSettingInAttributesTypeEnum = (typeof JsonApiWorkspaceSettingInAttributesTypeEnum)[keyof typeof JsonApiWorkspaceSettingInAttributesTypeEnum];
|
|
62841
62841
|
|
|
62842
62842
|
/**
|
|
62843
62843
|
*
|
|
@@ -62857,7 +62857,7 @@ export declare const JsonApiWorkspaceSettingInTypeEnum: {
|
|
|
62857
62857
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
62858
62858
|
};
|
|
62859
62859
|
|
|
62860
|
-
export declare type JsonApiWorkspaceSettingInTypeEnum = typeof JsonApiWorkspaceSettingInTypeEnum[keyof typeof JsonApiWorkspaceSettingInTypeEnum];
|
|
62860
|
+
export declare type JsonApiWorkspaceSettingInTypeEnum = (typeof JsonApiWorkspaceSettingInTypeEnum)[keyof typeof JsonApiWorkspaceSettingInTypeEnum];
|
|
62861
62861
|
|
|
62862
62862
|
/**
|
|
62863
62863
|
* JSON:API representation of workspaceSetting entity.
|
|
@@ -62941,7 +62941,7 @@ export declare const JsonApiWorkspaceSettingOutTypeEnum: {
|
|
|
62941
62941
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
62942
62942
|
};
|
|
62943
62943
|
|
|
62944
|
-
export declare type JsonApiWorkspaceSettingOutTypeEnum = typeof JsonApiWorkspaceSettingOutTypeEnum[keyof typeof JsonApiWorkspaceSettingOutTypeEnum];
|
|
62944
|
+
export declare type JsonApiWorkspaceSettingOutTypeEnum = (typeof JsonApiWorkspaceSettingOutTypeEnum)[keyof typeof JsonApiWorkspaceSettingOutTypeEnum];
|
|
62945
62945
|
|
|
62946
62946
|
/**
|
|
62947
62947
|
*
|
|
@@ -62985,7 +62985,7 @@ export declare const JsonApiWorkspaceSettingOutWithLinksTypeEnum: {
|
|
|
62985
62985
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
62986
62986
|
};
|
|
62987
62987
|
|
|
62988
|
-
export declare type JsonApiWorkspaceSettingOutWithLinksTypeEnum = typeof JsonApiWorkspaceSettingOutWithLinksTypeEnum[keyof typeof JsonApiWorkspaceSettingOutWithLinksTypeEnum];
|
|
62988
|
+
export declare type JsonApiWorkspaceSettingOutWithLinksTypeEnum = (typeof JsonApiWorkspaceSettingOutWithLinksTypeEnum)[keyof typeof JsonApiWorkspaceSettingOutWithLinksTypeEnum];
|
|
62989
62989
|
|
|
62990
62990
|
/**
|
|
62991
62991
|
* JSON:API representation of patching workspaceSetting entity.
|
|
@@ -63031,7 +63031,7 @@ export declare const JsonApiWorkspaceSettingPatchTypeEnum: {
|
|
|
63031
63031
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
63032
63032
|
};
|
|
63033
63033
|
|
|
63034
|
-
export declare type JsonApiWorkspaceSettingPatchTypeEnum = typeof JsonApiWorkspaceSettingPatchTypeEnum[keyof typeof JsonApiWorkspaceSettingPatchTypeEnum];
|
|
63034
|
+
export declare type JsonApiWorkspaceSettingPatchTypeEnum = (typeof JsonApiWorkspaceSettingPatchTypeEnum)[keyof typeof JsonApiWorkspaceSettingPatchTypeEnum];
|
|
63035
63035
|
|
|
63036
63036
|
/**
|
|
63037
63037
|
* JSON:API representation of workspaceSetting entity.
|
|
@@ -63077,7 +63077,7 @@ export declare const JsonApiWorkspaceSettingPostOptionalIdTypeEnum: {
|
|
|
63077
63077
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
63078
63078
|
};
|
|
63079
63079
|
|
|
63080
|
-
export declare type JsonApiWorkspaceSettingPostOptionalIdTypeEnum = typeof JsonApiWorkspaceSettingPostOptionalIdTypeEnum[keyof typeof JsonApiWorkspaceSettingPostOptionalIdTypeEnum];
|
|
63080
|
+
export declare type JsonApiWorkspaceSettingPostOptionalIdTypeEnum = (typeof JsonApiWorkspaceSettingPostOptionalIdTypeEnum)[keyof typeof JsonApiWorkspaceSettingPostOptionalIdTypeEnum];
|
|
63081
63081
|
|
|
63082
63082
|
/**
|
|
63083
63083
|
* @type JsonApiWorkspaceToOneLinkage
|
|
@@ -63608,7 +63608,7 @@ export declare const KeyDriversDimensionGranularityEnum: {
|
|
|
63608
63608
|
readonly QUARTER_OF_YEAR: "QUARTER_OF_YEAR";
|
|
63609
63609
|
};
|
|
63610
63610
|
|
|
63611
|
-
export declare type KeyDriversDimensionGranularityEnum = typeof KeyDriversDimensionGranularityEnum[keyof typeof KeyDriversDimensionGranularityEnum];
|
|
63611
|
+
export declare type KeyDriversDimensionGranularityEnum = (typeof KeyDriversDimensionGranularityEnum)[keyof typeof KeyDriversDimensionGranularityEnum];
|
|
63612
63612
|
|
|
63613
63613
|
export declare const KeyDriversDimensionValueTypeEnum: {
|
|
63614
63614
|
readonly TEXT: "TEXT";
|
|
@@ -63619,7 +63619,7 @@ export declare const KeyDriversDimensionValueTypeEnum: {
|
|
|
63619
63619
|
readonly IMAGE: "IMAGE";
|
|
63620
63620
|
};
|
|
63621
63621
|
|
|
63622
|
-
export declare type KeyDriversDimensionValueTypeEnum = typeof KeyDriversDimensionValueTypeEnum[keyof typeof KeyDriversDimensionValueTypeEnum];
|
|
63622
|
+
export declare type KeyDriversDimensionValueTypeEnum = (typeof KeyDriversDimensionValueTypeEnum)[keyof typeof KeyDriversDimensionValueTypeEnum];
|
|
63623
63623
|
|
|
63624
63624
|
/**
|
|
63625
63625
|
*
|
|
@@ -63652,7 +63652,7 @@ export declare const KeyDriversRequestSortDirectionEnum: {
|
|
|
63652
63652
|
readonly DESC: "DESC";
|
|
63653
63653
|
};
|
|
63654
63654
|
|
|
63655
|
-
export declare type KeyDriversRequestSortDirectionEnum = typeof KeyDriversRequestSortDirectionEnum[keyof typeof KeyDriversRequestSortDirectionEnum];
|
|
63655
|
+
export declare type KeyDriversRequestSortDirectionEnum = (typeof KeyDriversRequestSortDirectionEnum)[keyof typeof KeyDriversRequestSortDirectionEnum];
|
|
63656
63656
|
|
|
63657
63657
|
/**
|
|
63658
63658
|
*
|
|
@@ -63819,7 +63819,7 @@ export declare const LabelIdentifierTypeEnum: {
|
|
|
63819
63819
|
readonly LABEL: "label";
|
|
63820
63820
|
};
|
|
63821
63821
|
|
|
63822
|
-
export declare type LabelIdentifierTypeEnum = typeof LabelIdentifierTypeEnum[keyof typeof LabelIdentifierTypeEnum];
|
|
63822
|
+
export declare type LabelIdentifierTypeEnum = (typeof LabelIdentifierTypeEnum)[keyof typeof LabelIdentifierTypeEnum];
|
|
63823
63823
|
|
|
63824
63824
|
/**
|
|
63825
63825
|
* LabelsApi - object-oriented interface
|
|
@@ -67845,7 +67845,7 @@ export declare const MetricAggFunctionEnum: {
|
|
|
67845
67845
|
readonly MEDIAN: "MEDIAN";
|
|
67846
67846
|
};
|
|
67847
67847
|
|
|
67848
|
-
export declare type MetricAggFunctionEnum = typeof MetricAggFunctionEnum[keyof typeof MetricAggFunctionEnum];
|
|
67848
|
+
export declare type MetricAggFunctionEnum = (typeof MetricAggFunctionEnum)[keyof typeof MetricAggFunctionEnum];
|
|
67849
67849
|
|
|
67850
67850
|
/**
|
|
67851
67851
|
* MetricsApi - object-oriented interface
|
|
@@ -68435,7 +68435,7 @@ export declare const MetricTypeEnum: {
|
|
|
68435
68435
|
readonly ATTRIBUTE: "attribute";
|
|
68436
68436
|
};
|
|
68437
68437
|
|
|
68438
|
-
export declare type MetricTypeEnum = typeof MetricTypeEnum[keyof typeof MetricTypeEnum];
|
|
68438
|
+
export declare type MetricTypeEnum = (typeof MetricTypeEnum)[keyof typeof MetricTypeEnum];
|
|
68439
68439
|
|
|
68440
68440
|
/**
|
|
68441
68441
|
*
|
|
@@ -68524,7 +68524,7 @@ export declare const ModelFileCanResegmentEnum: {
|
|
|
68524
68524
|
readonly NO: "NO";
|
|
68525
68525
|
};
|
|
68526
68526
|
|
|
68527
|
-
export declare type ModelFileCanResegmentEnum = typeof ModelFileCanResegmentEnum[keyof typeof ModelFileCanResegmentEnum];
|
|
68527
|
+
export declare type ModelFileCanResegmentEnum = (typeof ModelFileCanResegmentEnum)[keyof typeof ModelFileCanResegmentEnum];
|
|
68528
68528
|
|
|
68529
68529
|
export declare const ModelFileSrcDirEnum: {
|
|
68530
68530
|
readonly LTR: "LTR";
|
|
@@ -68532,14 +68532,14 @@ export declare const ModelFileSrcDirEnum: {
|
|
|
68532
68532
|
readonly AUTO: "AUTO";
|
|
68533
68533
|
};
|
|
68534
68534
|
|
|
68535
|
-
export declare type ModelFileSrcDirEnum = typeof ModelFileSrcDirEnum[keyof typeof ModelFileSrcDirEnum];
|
|
68535
|
+
export declare type ModelFileSrcDirEnum = (typeof ModelFileSrcDirEnum)[keyof typeof ModelFileSrcDirEnum];
|
|
68536
68536
|
|
|
68537
68537
|
export declare const ModelFileTranslateEnum: {
|
|
68538
68538
|
readonly YES: "YES";
|
|
68539
68539
|
readonly NO: "NO";
|
|
68540
68540
|
};
|
|
68541
68541
|
|
|
68542
|
-
export declare type ModelFileTranslateEnum = typeof ModelFileTranslateEnum[keyof typeof ModelFileTranslateEnum];
|
|
68542
|
+
export declare type ModelFileTranslateEnum = (typeof ModelFileTranslateEnum)[keyof typeof ModelFileTranslateEnum];
|
|
68543
68543
|
|
|
68544
68544
|
export declare const ModelFileTrgDirEnum: {
|
|
68545
68545
|
readonly LTR: "LTR";
|
|
@@ -68547,7 +68547,7 @@ export declare const ModelFileTrgDirEnum: {
|
|
|
68547
68547
|
readonly AUTO: "AUTO";
|
|
68548
68548
|
};
|
|
68549
68549
|
|
|
68550
|
-
export declare type ModelFileTrgDirEnum = typeof ModelFileTrgDirEnum[keyof typeof ModelFileTrgDirEnum];
|
|
68550
|
+
export declare type ModelFileTrgDirEnum = (typeof ModelFileTrgDirEnum)[keyof typeof ModelFileTrgDirEnum];
|
|
68551
68551
|
|
|
68552
68552
|
/**
|
|
68553
68553
|
* Filter able to limit element values by label and related selected negated elements.
|
|
@@ -68658,7 +68658,7 @@ export declare const NoteAppliesToEnum: {
|
|
|
68658
68658
|
readonly TARGET: "TARGET";
|
|
68659
68659
|
};
|
|
68660
68660
|
|
|
68661
|
-
export declare type NoteAppliesToEnum = typeof NoteAppliesToEnum[keyof typeof NoteAppliesToEnum];
|
|
68661
|
+
export declare type NoteAppliesToEnum = (typeof NoteAppliesToEnum)[keyof typeof NoteAppliesToEnum];
|
|
68662
68662
|
|
|
68663
68663
|
/**
|
|
68664
68664
|
*
|
|
@@ -77721,7 +77721,7 @@ export declare const OrganizationPermissionAssignmentPermissionsEnum: {
|
|
|
77721
77721
|
readonly SELF_CREATE_TOKEN: "SELF_CREATE_TOKEN";
|
|
77722
77722
|
};
|
|
77723
77723
|
|
|
77724
|
-
export declare type OrganizationPermissionAssignmentPermissionsEnum = typeof OrganizationPermissionAssignmentPermissionsEnum[keyof typeof OrganizationPermissionAssignmentPermissionsEnum];
|
|
77724
|
+
export declare type OrganizationPermissionAssignmentPermissionsEnum = (typeof OrganizationPermissionAssignmentPermissionsEnum)[keyof typeof OrganizationPermissionAssignmentPermissionsEnum];
|
|
77725
77725
|
|
|
77726
77726
|
/**
|
|
77727
77727
|
* Tiger organization utility functions
|
|
@@ -78894,7 +78894,7 @@ export declare const PermissionsForAssigneePermissionsEnum: {
|
|
|
78894
78894
|
readonly VIEW: "VIEW";
|
|
78895
78895
|
};
|
|
78896
78896
|
|
|
78897
|
-
export declare type PermissionsForAssigneePermissionsEnum = typeof PermissionsForAssigneePermissionsEnum[keyof typeof PermissionsForAssigneePermissionsEnum];
|
|
78897
|
+
export declare type PermissionsForAssigneePermissionsEnum = (typeof PermissionsForAssigneePermissionsEnum)[keyof typeof PermissionsForAssigneePermissionsEnum];
|
|
78898
78898
|
|
|
78899
78899
|
/**
|
|
78900
78900
|
* Desired levels of permissions for a collection of assignees identified by a rule.
|
|
@@ -78922,7 +78922,7 @@ export declare const PermissionsForAssigneeRulePermissionsEnum: {
|
|
|
78922
78922
|
readonly VIEW: "VIEW";
|
|
78923
78923
|
};
|
|
78924
78924
|
|
|
78925
|
-
export declare type PermissionsForAssigneeRulePermissionsEnum = typeof PermissionsForAssigneeRulePermissionsEnum[keyof typeof PermissionsForAssigneeRulePermissionsEnum];
|
|
78925
|
+
export declare type PermissionsForAssigneeRulePermissionsEnum = (typeof PermissionsForAssigneeRulePermissionsEnum)[keyof typeof PermissionsForAssigneeRulePermissionsEnum];
|
|
78926
78926
|
|
|
78927
78927
|
/**
|
|
78928
78928
|
*
|
|
@@ -78949,7 +78949,7 @@ export declare const PlatformUsageNameEnum: {
|
|
|
78949
78949
|
readonly WORKSPACE_COUNT: "WorkspaceCount";
|
|
78950
78950
|
};
|
|
78951
78951
|
|
|
78952
|
-
export declare type PlatformUsageNameEnum = typeof PlatformUsageNameEnum[keyof typeof PlatformUsageNameEnum];
|
|
78952
|
+
export declare type PlatformUsageNameEnum = (typeof PlatformUsageNameEnum)[keyof typeof PlatformUsageNameEnum];
|
|
78953
78953
|
|
|
78954
78954
|
/**
|
|
78955
78955
|
*
|
|
@@ -78970,7 +78970,7 @@ export declare const PlatformUsageRequestUsageItemNamesEnum: {
|
|
|
78970
78970
|
readonly WORKSPACE_COUNT: "WorkspaceCount";
|
|
78971
78971
|
};
|
|
78972
78972
|
|
|
78973
|
-
export declare type PlatformUsageRequestUsageItemNamesEnum = typeof PlatformUsageRequestUsageItemNamesEnum[keyof typeof PlatformUsageRequestUsageItemNamesEnum];
|
|
78973
|
+
export declare type PlatformUsageRequestUsageItemNamesEnum = (typeof PlatformUsageRequestUsageItemNamesEnum)[keyof typeof PlatformUsageRequestUsageItemNamesEnum];
|
|
78974
78974
|
|
|
78975
78975
|
/**
|
|
78976
78976
|
* PluginsApi - object-oriented interface
|
|
@@ -79827,14 +79827,14 @@ export declare const RangeMeasureValueFilterRangeMeasureValueFilterOperatorEnum:
|
|
|
79827
79827
|
readonly NOT_BETWEEN: "NOT_BETWEEN";
|
|
79828
79828
|
};
|
|
79829
79829
|
|
|
79830
|
-
export declare type RangeMeasureValueFilterRangeMeasureValueFilterOperatorEnum = typeof RangeMeasureValueFilterRangeMeasureValueFilterOperatorEnum[keyof typeof RangeMeasureValueFilterRangeMeasureValueFilterOperatorEnum];
|
|
79830
|
+
export declare type RangeMeasureValueFilterRangeMeasureValueFilterOperatorEnum = (typeof RangeMeasureValueFilterRangeMeasureValueFilterOperatorEnum)[keyof typeof RangeMeasureValueFilterRangeMeasureValueFilterOperatorEnum];
|
|
79831
79831
|
|
|
79832
79832
|
export declare const RangeOperatorEnum: {
|
|
79833
79833
|
readonly BETWEEN: "BETWEEN";
|
|
79834
79834
|
readonly NOT_BETWEEN: "NOT_BETWEEN";
|
|
79835
79835
|
};
|
|
79836
79836
|
|
|
79837
|
-
export declare type RangeOperatorEnum = typeof RangeOperatorEnum[keyof typeof RangeOperatorEnum];
|
|
79837
|
+
export declare type RangeOperatorEnum = (typeof RangeOperatorEnum)[keyof typeof RangeOperatorEnum];
|
|
79838
79838
|
|
|
79839
79839
|
/**
|
|
79840
79840
|
*
|
|
@@ -79913,7 +79913,7 @@ export declare const RankingFilterRankingFilterOperatorEnum: {
|
|
|
79913
79913
|
readonly BOTTOM: "BOTTOM";
|
|
79914
79914
|
};
|
|
79915
79915
|
|
|
79916
|
-
export declare type RankingFilterRankingFilterOperatorEnum = typeof RankingFilterRankingFilterOperatorEnum[keyof typeof RankingFilterRankingFilterOperatorEnum];
|
|
79916
|
+
export declare type RankingFilterRankingFilterOperatorEnum = (typeof RankingFilterRankingFilterOperatorEnum)[keyof typeof RankingFilterRankingFilterOperatorEnum];
|
|
79917
79917
|
|
|
79918
79918
|
/**
|
|
79919
79919
|
* Custom label object override.
|
|
@@ -80017,7 +80017,7 @@ export declare const RawExportAutomationRequestFormatEnum: {
|
|
|
80017
80017
|
readonly CSV: "CSV";
|
|
80018
80018
|
};
|
|
80019
80019
|
|
|
80020
|
-
export declare type RawExportAutomationRequestFormatEnum = typeof RawExportAutomationRequestFormatEnum[keyof typeof RawExportAutomationRequestFormatEnum];
|
|
80020
|
+
export declare type RawExportAutomationRequestFormatEnum = (typeof RawExportAutomationRequestFormatEnum)[keyof typeof RawExportAutomationRequestFormatEnum];
|
|
80021
80021
|
|
|
80022
80022
|
/**
|
|
80023
80023
|
* RawExportExport - object-oriented interface
|
|
@@ -80269,7 +80269,7 @@ export declare const ReferenceIdentifierTypeEnum: {
|
|
|
80269
80269
|
readonly DATASET: "dataset";
|
|
80270
80270
|
};
|
|
80271
80271
|
|
|
80272
|
-
export declare type ReferenceIdentifierTypeEnum = typeof ReferenceIdentifierTypeEnum[keyof typeof ReferenceIdentifierTypeEnum];
|
|
80272
|
+
export declare type ReferenceIdentifierTypeEnum = (typeof ReferenceIdentifierTypeEnum)[keyof typeof ReferenceIdentifierTypeEnum];
|
|
80273
80273
|
|
|
80274
80274
|
/**
|
|
80275
80275
|
*
|
|
@@ -80307,7 +80307,7 @@ export declare const ReferenceSourceColumnDataTypeEnum: {
|
|
|
80307
80307
|
readonly BOOLEAN: "BOOLEAN";
|
|
80308
80308
|
};
|
|
80309
80309
|
|
|
80310
|
-
export declare type ReferenceSourceColumnDataTypeEnum = typeof ReferenceSourceColumnDataTypeEnum[keyof typeof ReferenceSourceColumnDataTypeEnum];
|
|
80310
|
+
export declare type ReferenceSourceColumnDataTypeEnum = (typeof ReferenceSourceColumnDataTypeEnum)[keyof typeof ReferenceSourceColumnDataTypeEnum];
|
|
80311
80311
|
|
|
80312
80312
|
/**
|
|
80313
80313
|
*
|
|
@@ -80417,7 +80417,7 @@ export declare const RelativeDateFilterRelativeDateFilterGranularityEnum: {
|
|
|
80417
80417
|
readonly QUARTER_OF_YEAR: "QUARTER_OF_YEAR";
|
|
80418
80418
|
};
|
|
80419
80419
|
|
|
80420
|
-
export declare type RelativeDateFilterRelativeDateFilterGranularityEnum = typeof RelativeDateFilterRelativeDateFilterGranularityEnum[keyof typeof RelativeDateFilterRelativeDateFilterGranularityEnum];
|
|
80420
|
+
export declare type RelativeDateFilterRelativeDateFilterGranularityEnum = (typeof RelativeDateFilterRelativeDateFilterGranularityEnum)[keyof typeof RelativeDateFilterRelativeDateFilterGranularityEnum];
|
|
80421
80421
|
|
|
80422
80422
|
export declare const RelativeOperatorEnum: {
|
|
80423
80423
|
readonly INCREASES_BY: "INCREASES_BY";
|
|
@@ -80425,7 +80425,7 @@ export declare const RelativeOperatorEnum: {
|
|
|
80425
80425
|
readonly CHANGES_BY: "CHANGES_BY";
|
|
80426
80426
|
};
|
|
80427
80427
|
|
|
80428
|
-
export declare type RelativeOperatorEnum = typeof RelativeOperatorEnum[keyof typeof RelativeOperatorEnum];
|
|
80428
|
+
export declare type RelativeOperatorEnum = (typeof RelativeOperatorEnum)[keyof typeof RelativeOperatorEnum];
|
|
80429
80429
|
|
|
80430
80430
|
/**
|
|
80431
80431
|
*
|
|
@@ -80661,7 +80661,7 @@ export declare const ResolvedSettingTypeEnum: {
|
|
|
80661
80661
|
readonly ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL";
|
|
80662
80662
|
};
|
|
80663
80663
|
|
|
80664
|
-
export declare type ResolvedSettingTypeEnum = typeof ResolvedSettingTypeEnum[keyof typeof ResolvedSettingTypeEnum];
|
|
80664
|
+
export declare type ResolvedSettingTypeEnum = (typeof ResolvedSettingTypeEnum)[keyof typeof ResolvedSettingTypeEnum];
|
|
80665
80665
|
|
|
80666
80666
|
/**
|
|
80667
80667
|
* A request containing setting IDs to resolve.
|
|
@@ -80875,7 +80875,7 @@ export declare const RouteResultUseCaseEnum: {
|
|
|
80875
80875
|
readonly HOWTO: "HOWTO";
|
|
80876
80876
|
};
|
|
80877
80877
|
|
|
80878
|
-
export declare type RouteResultUseCaseEnum = typeof RouteResultUseCaseEnum[keyof typeof RouteResultUseCaseEnum];
|
|
80878
|
+
export declare type RouteResultUseCaseEnum = (typeof RouteResultUseCaseEnum)[keyof typeof RouteResultUseCaseEnum];
|
|
80879
80879
|
|
|
80880
80880
|
/**
|
|
80881
80881
|
*
|
|
@@ -80939,19 +80939,19 @@ export declare const RsaSpecificationAlgEnum: {
|
|
|
80939
80939
|
readonly RS512: "RS512";
|
|
80940
80940
|
};
|
|
80941
80941
|
|
|
80942
|
-
export declare type RsaSpecificationAlgEnum = typeof RsaSpecificationAlgEnum[keyof typeof RsaSpecificationAlgEnum];
|
|
80942
|
+
export declare type RsaSpecificationAlgEnum = (typeof RsaSpecificationAlgEnum)[keyof typeof RsaSpecificationAlgEnum];
|
|
80943
80943
|
|
|
80944
80944
|
export declare const RsaSpecificationKtyEnum: {
|
|
80945
80945
|
readonly RSA: "RSA";
|
|
80946
80946
|
};
|
|
80947
80947
|
|
|
80948
|
-
export declare type RsaSpecificationKtyEnum = typeof RsaSpecificationKtyEnum[keyof typeof RsaSpecificationKtyEnum];
|
|
80948
|
+
export declare type RsaSpecificationKtyEnum = (typeof RsaSpecificationKtyEnum)[keyof typeof RsaSpecificationKtyEnum];
|
|
80949
80949
|
|
|
80950
80950
|
export declare const RsaSpecificationUseEnum: {
|
|
80951
80951
|
readonly SIG: "sig";
|
|
80952
80952
|
};
|
|
80953
80953
|
|
|
80954
|
-
export declare type RsaSpecificationUseEnum = typeof RsaSpecificationUseEnum[keyof typeof RsaSpecificationUseEnum];
|
|
80954
|
+
export declare type RsaSpecificationUseEnum = (typeof RsaSpecificationUseEnum)[keyof typeof RsaSpecificationUseEnum];
|
|
80955
80955
|
|
|
80956
80956
|
/**
|
|
80957
80957
|
* List of rules
|
|
@@ -81043,7 +81043,7 @@ export declare const ScanApiSqlColumnDataTypeEnum: {
|
|
|
81043
81043
|
readonly BOOLEAN: "BOOLEAN";
|
|
81044
81044
|
};
|
|
81045
81045
|
|
|
81046
|
-
export declare type ScanApiSqlColumnDataTypeEnum = typeof ScanApiSqlColumnDataTypeEnum[keyof typeof ScanApiSqlColumnDataTypeEnum];
|
|
81046
|
+
export declare type ScanApiSqlColumnDataTypeEnum = (typeof ScanApiSqlColumnDataTypeEnum)[keyof typeof ScanApiSqlColumnDataTypeEnum];
|
|
81047
81047
|
|
|
81048
81048
|
/**
|
|
81049
81049
|
* ActionsApi - interface
|
|
@@ -81252,7 +81252,7 @@ export declare const ScanModelDeclarativeColumnDataTypeEnum: {
|
|
|
81252
81252
|
readonly BOOLEAN: "BOOLEAN";
|
|
81253
81253
|
};
|
|
81254
81254
|
|
|
81255
|
-
export declare type ScanModelDeclarativeColumnDataTypeEnum = typeof ScanModelDeclarativeColumnDataTypeEnum[keyof typeof ScanModelDeclarativeColumnDataTypeEnum];
|
|
81255
|
+
export declare type ScanModelDeclarativeColumnDataTypeEnum = (typeof ScanModelDeclarativeColumnDataTypeEnum)[keyof typeof ScanModelDeclarativeColumnDataTypeEnum];
|
|
81256
81256
|
|
|
81257
81257
|
/**
|
|
81258
81258
|
* A database table.
|
|
@@ -81525,7 +81525,7 @@ export declare const SearchRequestObjectTypesEnum: {
|
|
|
81525
81525
|
readonly DASHBOARD: "dashboard";
|
|
81526
81526
|
};
|
|
81527
81527
|
|
|
81528
|
-
export declare type SearchRequestObjectTypesEnum = typeof SearchRequestObjectTypesEnum[keyof typeof SearchRequestObjectTypesEnum];
|
|
81528
|
+
export declare type SearchRequestObjectTypesEnum = (typeof SearchRequestObjectTypesEnum)[keyof typeof SearchRequestObjectTypesEnum];
|
|
81529
81529
|
|
|
81530
81530
|
/**
|
|
81531
81531
|
*
|
|
@@ -81799,7 +81799,7 @@ export declare const SimpleMeasureDefinitionMeasureAggregationEnum: {
|
|
|
81799
81799
|
readonly APPROXIMATE_COUNT: "APPROXIMATE_COUNT";
|
|
81800
81800
|
};
|
|
81801
81801
|
|
|
81802
|
-
export declare type SimpleMeasureDefinitionMeasureAggregationEnum = typeof SimpleMeasureDefinitionMeasureAggregationEnum[keyof typeof SimpleMeasureDefinitionMeasureAggregationEnum];
|
|
81802
|
+
export declare type SimpleMeasureDefinitionMeasureAggregationEnum = (typeof SimpleMeasureDefinitionMeasureAggregationEnum)[keyof typeof SimpleMeasureDefinitionMeasureAggregationEnum];
|
|
81803
81803
|
|
|
81804
81804
|
/**
|
|
81805
81805
|
*
|
|
@@ -82106,7 +82106,7 @@ export declare const SlidesExportRequestFormatEnum: {
|
|
|
82106
82106
|
readonly PPTX: "PPTX";
|
|
82107
82107
|
};
|
|
82108
82108
|
|
|
82109
|
-
export declare type SlidesExportRequestFormatEnum = typeof SlidesExportRequestFormatEnum[keyof typeof SlidesExportRequestFormatEnum];
|
|
82109
|
+
export declare type SlidesExportRequestFormatEnum = (typeof SlidesExportRequestFormatEnum)[keyof typeof SlidesExportRequestFormatEnum];
|
|
82110
82110
|
|
|
82111
82111
|
/**
|
|
82112
82112
|
*
|
|
@@ -82229,13 +82229,13 @@ export declare const SmtpAllOfPortEnum: {
|
|
|
82229
82229
|
readonly NUMBER_2525: 2525;
|
|
82230
82230
|
};
|
|
82231
82231
|
|
|
82232
|
-
export declare type SmtpAllOfPortEnum = typeof SmtpAllOfPortEnum[keyof typeof SmtpAllOfPortEnum];
|
|
82232
|
+
export declare type SmtpAllOfPortEnum = (typeof SmtpAllOfPortEnum)[keyof typeof SmtpAllOfPortEnum];
|
|
82233
82233
|
|
|
82234
82234
|
export declare const SmtpAllOfTypeEnum: {
|
|
82235
82235
|
readonly SMTP: "SMTP";
|
|
82236
82236
|
};
|
|
82237
82237
|
|
|
82238
|
-
export declare type SmtpAllOfTypeEnum = typeof SmtpAllOfTypeEnum[keyof typeof SmtpAllOfTypeEnum];
|
|
82238
|
+
export declare type SmtpAllOfTypeEnum = (typeof SmtpAllOfTypeEnum)[keyof typeof SmtpAllOfTypeEnum];
|
|
82239
82239
|
|
|
82240
82240
|
export declare const SmtpPortEnum: {
|
|
82241
82241
|
readonly NUMBER_25: 25;
|
|
@@ -82244,13 +82244,13 @@ export declare const SmtpPortEnum: {
|
|
|
82244
82244
|
readonly NUMBER_2525: 2525;
|
|
82245
82245
|
};
|
|
82246
82246
|
|
|
82247
|
-
export declare type SmtpPortEnum = typeof SmtpPortEnum[keyof typeof SmtpPortEnum];
|
|
82247
|
+
export declare type SmtpPortEnum = (typeof SmtpPortEnum)[keyof typeof SmtpPortEnum];
|
|
82248
82248
|
|
|
82249
82249
|
export declare const SmtpTypeEnum: {
|
|
82250
82250
|
readonly SMTP: "SMTP";
|
|
82251
82251
|
};
|
|
82252
82252
|
|
|
82253
|
-
export declare type SmtpTypeEnum = typeof SmtpTypeEnum[keyof typeof SmtpTypeEnum];
|
|
82253
|
+
export declare type SmtpTypeEnum = (typeof SmtpTypeEnum)[keyof typeof SmtpTypeEnum];
|
|
82254
82254
|
|
|
82255
82255
|
/**
|
|
82256
82256
|
* @type SortKey
|
|
@@ -82308,7 +82308,7 @@ export declare const SortKeyAttributeAttributeDirectionEnum: {
|
|
|
82308
82308
|
readonly DESC: "DESC";
|
|
82309
82309
|
};
|
|
82310
82310
|
|
|
82311
|
-
export declare type SortKeyAttributeAttributeDirectionEnum = typeof SortKeyAttributeAttributeDirectionEnum[keyof typeof SortKeyAttributeAttributeDirectionEnum];
|
|
82311
|
+
export declare type SortKeyAttributeAttributeDirectionEnum = (typeof SortKeyAttributeAttributeDirectionEnum)[keyof typeof SortKeyAttributeAttributeDirectionEnum];
|
|
82312
82312
|
|
|
82313
82313
|
export declare const SortKeyAttributeAttributeSortTypeEnum: {
|
|
82314
82314
|
readonly DEFAULT: "DEFAULT";
|
|
@@ -82317,7 +82317,7 @@ export declare const SortKeyAttributeAttributeSortTypeEnum: {
|
|
|
82317
82317
|
readonly AREA: "AREA";
|
|
82318
82318
|
};
|
|
82319
82319
|
|
|
82320
|
-
export declare type SortKeyAttributeAttributeSortTypeEnum = typeof SortKeyAttributeAttributeSortTypeEnum[keyof typeof SortKeyAttributeAttributeSortTypeEnum];
|
|
82320
|
+
export declare type SortKeyAttributeAttributeSortTypeEnum = (typeof SortKeyAttributeAttributeSortTypeEnum)[keyof typeof SortKeyAttributeAttributeSortTypeEnum];
|
|
82321
82321
|
|
|
82322
82322
|
/**
|
|
82323
82323
|
* Sorting rule for sorting by total value. DataColumnLocators are only required if there is ambiguity. Locator for measureGroup is taken from the metric of the total.
|
|
@@ -82364,7 +82364,7 @@ export declare const SortKeyTotalTotalDirectionEnum: {
|
|
|
82364
82364
|
readonly DESC: "DESC";
|
|
82365
82365
|
};
|
|
82366
82366
|
|
|
82367
|
-
export declare type SortKeyTotalTotalDirectionEnum = typeof SortKeyTotalTotalDirectionEnum[keyof typeof SortKeyTotalTotalDirectionEnum];
|
|
82367
|
+
export declare type SortKeyTotalTotalDirectionEnum = (typeof SortKeyTotalTotalDirectionEnum)[keyof typeof SortKeyTotalTotalDirectionEnum];
|
|
82368
82368
|
|
|
82369
82369
|
/**
|
|
82370
82370
|
* Sorting rule for sorting by measure value. DataColumnLocators for each dimension opposite to the sorted one must be specified.
|
|
@@ -82405,7 +82405,7 @@ export declare const SortKeyValueValueDirectionEnum: {
|
|
|
82405
82405
|
readonly DESC: "DESC";
|
|
82406
82406
|
};
|
|
82407
82407
|
|
|
82408
|
-
export declare type SortKeyValueValueDirectionEnum = typeof SortKeyValueValueDirectionEnum[keyof typeof SortKeyValueValueDirectionEnum];
|
|
82408
|
+
export declare type SortKeyValueValueDirectionEnum = (typeof SortKeyValueValueDirectionEnum)[keyof typeof SortKeyValueValueDirectionEnum];
|
|
82409
82409
|
|
|
82410
82410
|
/**
|
|
82411
82411
|
* Columns defining SQL dataset.
|
|
@@ -82437,7 +82437,7 @@ export declare const SqlColumnDataTypeEnum: {
|
|
|
82437
82437
|
readonly BOOLEAN: "BOOLEAN";
|
|
82438
82438
|
};
|
|
82439
82439
|
|
|
82440
|
-
export declare type SqlColumnDataTypeEnum = typeof SqlColumnDataTypeEnum[keyof typeof SqlColumnDataTypeEnum];
|
|
82440
|
+
export declare type SqlColumnDataTypeEnum = (typeof SqlColumnDataTypeEnum)[keyof typeof SqlColumnDataTypeEnum];
|
|
82441
82441
|
|
|
82442
82442
|
/**
|
|
82443
82443
|
*
|
|
@@ -82834,7 +82834,7 @@ export declare const TabularExportRequestFormatEnum: {
|
|
|
82834
82834
|
readonly PDF: "PDF";
|
|
82835
82835
|
};
|
|
82836
82836
|
|
|
82837
|
-
export declare type TabularExportRequestFormatEnum = typeof TabularExportRequestFormatEnum[keyof typeof TabularExportRequestFormatEnum];
|
|
82837
|
+
export declare type TabularExportRequestFormatEnum = (typeof TabularExportRequestFormatEnum)[keyof typeof TabularExportRequestFormatEnum];
|
|
82838
82838
|
|
|
82839
82839
|
/**
|
|
82840
82840
|
* A request containing all information for testing data source definition.
|
|
@@ -82938,7 +82938,7 @@ export declare const TestDefinitionRequestTypeEnum: {
|
|
|
82938
82938
|
readonly ATHENA: "ATHENA";
|
|
82939
82939
|
};
|
|
82940
82940
|
|
|
82941
|
-
export declare type TestDefinitionRequestTypeEnum = typeof TestDefinitionRequestTypeEnum[keyof typeof TestDefinitionRequestTypeEnum];
|
|
82941
|
+
export declare type TestDefinitionRequestTypeEnum = (typeof TestDefinitionRequestTypeEnum)[keyof typeof TestDefinitionRequestTypeEnum];
|
|
82942
82942
|
|
|
82943
82943
|
/**
|
|
82944
82944
|
* A structure containing duration of the test queries run on a data source. It is omitted if an error happens.
|
|
@@ -83188,7 +83188,7 @@ export declare const TotalFunctionEnum: {
|
|
|
83188
83188
|
readonly NAT: "NAT";
|
|
83189
83189
|
};
|
|
83190
83190
|
|
|
83191
|
-
export declare type TotalFunctionEnum = typeof TotalFunctionEnum[keyof typeof TotalFunctionEnum];
|
|
83191
|
+
export declare type TotalFunctionEnum = (typeof TotalFunctionEnum)[keyof typeof TotalFunctionEnum];
|
|
83192
83192
|
|
|
83193
83193
|
/**
|
|
83194
83194
|
* Header containing the information related to a subtotal.
|
|
@@ -85597,7 +85597,7 @@ export declare const UserManagementDataSourcePermissionAssignmentPermissionsEnum
|
|
|
85597
85597
|
readonly USE: "USE";
|
|
85598
85598
|
};
|
|
85599
85599
|
|
|
85600
|
-
export declare type UserManagementDataSourcePermissionAssignmentPermissionsEnum = typeof UserManagementDataSourcePermissionAssignmentPermissionsEnum[keyof typeof UserManagementDataSourcePermissionAssignmentPermissionsEnum];
|
|
85600
|
+
export declare type UserManagementDataSourcePermissionAssignmentPermissionsEnum = (typeof UserManagementDataSourcePermissionAssignmentPermissionsEnum)[keyof typeof UserManagementDataSourcePermissionAssignmentPermissionsEnum];
|
|
85601
85601
|
|
|
85602
85602
|
/**
|
|
85603
85603
|
*
|
|
@@ -85831,7 +85831,7 @@ export declare const UserManagementWorkspacePermissionAssignmentHierarchyPermiss
|
|
|
85831
85831
|
readonly VIEW: "VIEW";
|
|
85832
85832
|
};
|
|
85833
85833
|
|
|
85834
|
-
export declare type UserManagementWorkspacePermissionAssignmentHierarchyPermissionsEnum = typeof UserManagementWorkspacePermissionAssignmentHierarchyPermissionsEnum[keyof typeof UserManagementWorkspacePermissionAssignmentHierarchyPermissionsEnum];
|
|
85834
|
+
export declare type UserManagementWorkspacePermissionAssignmentHierarchyPermissionsEnum = (typeof UserManagementWorkspacePermissionAssignmentHierarchyPermissionsEnum)[keyof typeof UserManagementWorkspacePermissionAssignmentHierarchyPermissionsEnum];
|
|
85835
85835
|
|
|
85836
85836
|
export declare const UserManagementWorkspacePermissionAssignmentPermissionsEnum: {
|
|
85837
85837
|
readonly MANAGE: "MANAGE";
|
|
@@ -85845,7 +85845,7 @@ export declare const UserManagementWorkspacePermissionAssignmentPermissionsEnum:
|
|
|
85845
85845
|
readonly VIEW: "VIEW";
|
|
85846
85846
|
};
|
|
85847
85847
|
|
|
85848
|
-
export declare type UserManagementWorkspacePermissionAssignmentPermissionsEnum = typeof UserManagementWorkspacePermissionAssignmentPermissionsEnum[keyof typeof UserManagementWorkspacePermissionAssignmentPermissionsEnum];
|
|
85848
|
+
export declare type UserManagementWorkspacePermissionAssignmentPermissionsEnum = (typeof UserManagementWorkspacePermissionAssignmentPermissionsEnum)[keyof typeof UserManagementWorkspacePermissionAssignmentPermissionsEnum];
|
|
85849
85849
|
|
|
85850
85850
|
/**
|
|
85851
85851
|
* UserModelControllerApi - object-oriented interface
|
|
@@ -88703,13 +88703,13 @@ export declare const WebhookAllOfTypeEnum: {
|
|
|
88703
88703
|
readonly WEBHOOK: "WEBHOOK";
|
|
88704
88704
|
};
|
|
88705
88705
|
|
|
88706
|
-
export declare type WebhookAllOfTypeEnum = typeof WebhookAllOfTypeEnum[keyof typeof WebhookAllOfTypeEnum];
|
|
88706
|
+
export declare type WebhookAllOfTypeEnum = (typeof WebhookAllOfTypeEnum)[keyof typeof WebhookAllOfTypeEnum];
|
|
88707
88707
|
|
|
88708
88708
|
export declare const WebhookTypeEnum: {
|
|
88709
88709
|
readonly WEBHOOK: "WEBHOOK";
|
|
88710
88710
|
};
|
|
88711
88711
|
|
|
88712
|
-
export declare type WebhookTypeEnum = typeof WebhookTypeEnum[keyof typeof WebhookTypeEnum];
|
|
88712
|
+
export declare type WebhookTypeEnum = (typeof WebhookTypeEnum)[keyof typeof WebhookTypeEnum];
|
|
88713
88713
|
|
|
88714
88714
|
/**
|
|
88715
88715
|
* Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
@@ -88736,7 +88736,7 @@ export declare const WidgetSlidesTemplateAppliedOnEnum: {
|
|
|
88736
88736
|
readonly PPTX: "PPTX";
|
|
88737
88737
|
};
|
|
88738
88738
|
|
|
88739
|
-
export declare type WidgetSlidesTemplateAppliedOnEnum = typeof WidgetSlidesTemplateAppliedOnEnum[keyof typeof WidgetSlidesTemplateAppliedOnEnum];
|
|
88739
|
+
export declare type WidgetSlidesTemplateAppliedOnEnum = (typeof WidgetSlidesTemplateAppliedOnEnum)[keyof typeof WidgetSlidesTemplateAppliedOnEnum];
|
|
88740
88740
|
|
|
88741
88741
|
/**
|
|
88742
88742
|
* Cache settings for the workspace.
|
|
@@ -88854,7 +88854,7 @@ export declare const WorkspaceIdentifierTypeEnum: {
|
|
|
88854
88854
|
readonly WORKSPACE: "workspace";
|
|
88855
88855
|
};
|
|
88856
88856
|
|
|
88857
|
-
export declare type WorkspaceIdentifierTypeEnum = typeof WorkspaceIdentifierTypeEnum[keyof typeof WorkspaceIdentifierTypeEnum];
|
|
88857
|
+
export declare type WorkspaceIdentifierTypeEnum = (typeof WorkspaceIdentifierTypeEnum)[keyof typeof WorkspaceIdentifierTypeEnum];
|
|
88858
88858
|
|
|
88859
88859
|
/**
|
|
88860
88860
|
* WorkspaceObjectControllerApi - object-oriented interface
|
|
@@ -97522,7 +97522,7 @@ export declare const WorkspacePermissionAssignmentHierarchyPermissionsEnum: {
|
|
|
97522
97522
|
readonly VIEW: "VIEW";
|
|
97523
97523
|
};
|
|
97524
97524
|
|
|
97525
|
-
export declare type WorkspacePermissionAssignmentHierarchyPermissionsEnum = typeof WorkspacePermissionAssignmentHierarchyPermissionsEnum[keyof typeof WorkspacePermissionAssignmentHierarchyPermissionsEnum];
|
|
97525
|
+
export declare type WorkspacePermissionAssignmentHierarchyPermissionsEnum = (typeof WorkspacePermissionAssignmentHierarchyPermissionsEnum)[keyof typeof WorkspacePermissionAssignmentHierarchyPermissionsEnum];
|
|
97526
97526
|
|
|
97527
97527
|
export declare const WorkspacePermissionAssignmentPermissionsEnum: {
|
|
97528
97528
|
readonly MANAGE: "MANAGE";
|
|
@@ -97536,7 +97536,7 @@ export declare const WorkspacePermissionAssignmentPermissionsEnum: {
|
|
|
97536
97536
|
readonly VIEW: "VIEW";
|
|
97537
97537
|
};
|
|
97538
97538
|
|
|
97539
|
-
export declare type WorkspacePermissionAssignmentPermissionsEnum = typeof WorkspacePermissionAssignmentPermissionsEnum[keyof typeof WorkspacePermissionAssignmentPermissionsEnum];
|
|
97539
|
+
export declare type WorkspacePermissionAssignmentPermissionsEnum = (typeof WorkspacePermissionAssignmentPermissionsEnum)[keyof typeof WorkspacePermissionAssignmentPermissionsEnum];
|
|
97540
97540
|
|
|
97541
97541
|
/**
|
|
97542
97542
|
* WorkspacesDeclarativeAPIsApi - object-oriented interface
|