Skip to content

Commit

Permalink
Merge pull request #527 from hkad98/regenerate_clients
Browse files Browse the repository at this point in the history
TRIVIAL: Regenerate API client

Reviewed-by: https://github.com/pcerny
  • Loading branch information
gdgate authored Jan 25, 2024
2 parents 6065207 + ff8fd67 commit b57c4b4
Show file tree
Hide file tree
Showing 148 changed files with 8,481 additions and 8,141 deletions.
2 changes: 1 addition & 1 deletion gooddata-api-client/docs/ActionsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ with gooddata_api_client.ApiClient() as api_client:
workspace_id = "/6bUUGjjNSwg0_bs" # str | Workspace identifier
elements_request = ElementsRequest(
complement_filter=False,
data_sampling_percentage=100,
data_sampling_percentage=100.0,
depends_on=[
DependsOn(
complement_filter=False,
Expand Down
2 changes: 1 addition & 1 deletion gooddata-api-client/docs/ComputationApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ with gooddata_api_client.ApiClient() as api_client:
workspace_id = "/6bUUGjjNSwg0_bs" # str | Workspace identifier
elements_request = ElementsRequest(
complement_filter=False,
data_sampling_percentage=100,
data_sampling_percentage=100.0,
depends_on=[
DependsOn(
complement_filter=False,
Expand Down
2 changes: 1 addition & 1 deletion gooddata-api-client/docs/ElementsRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**label** | **str** | Requested label. |
**complement_filter** | **bool** | Inverse filters: * ```false``` - return items matching ```patternFilter``` and ```exactFilter``` * ```true``` - return items not matching ```patternFilter``` and ```exactFilter``` | [optional] if omitted the server will use the default value of False
**data_sampling_percentage** | **float** | Specifies percentage of source table data scanned during the computation. This field is deprecated and is no longer used during the elements computation. | [optional] if omitted the server will use the default value of 100
**data_sampling_percentage** | **float** | Specifies percentage of source table data scanned during the computation. This field is deprecated and is no longer used during the elements computation. | [optional] if omitted the server will use the default value of 100.0
**depends_on** | [**[DependsOn]**](DependsOn.md) | Return only items, whose are not filtered out by the parent filters. | [optional]
**exact_filter** | **[str, none_type]** | Return only items, whose ```label``` title exactly matches one of ```filter```. | [optional]
**exclude_primary_label** | **bool** | Excludes items from the result that differ only by primary label * ```false``` - return items with distinct primary label * ```true``` - return items with distinct requested label | [optional] if omitted the server will use the default value of False
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ class DeclarativeSetting(ModelNormal):
'WEEK_START': "WEEK_START",
'SHOW_HIDDEN_CATALOG_ITEMS': "SHOW_HIDDEN_CATALOG_ITEMS",
'OPERATOR_OVERRIDES': "OPERATOR_OVERRIDES",
'TIMEZONE_VALIDATION_ENABLED': "TIMEZONE_VALIDATION_ENABLED",
},
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def _from_openapi_data(cls, label, *args, **kwargs): # noqa: E501
through its discriminator because we passed in
_visited_composed_classes = (Animal,)
complement_filter (bool): Inverse filters: * ```false``` - return items matching ```patternFilter``` and ```exactFilter``` * ```true``` - return items not matching ```patternFilter``` and ```exactFilter```. [optional] if omitted the server will use the default value of False # noqa: E501
data_sampling_percentage (float): Specifies percentage of source table data scanned during the computation. This field is deprecated and is no longer used during the elements computation.. [optional] if omitted the server will use the default value of 100 # noqa: E501
data_sampling_percentage (float): Specifies percentage of source table data scanned during the computation. This field is deprecated and is no longer used during the elements computation.. [optional] if omitted the server will use the default value of 100.0 # noqa: E501
depends_on ([DependsOn]): Return only items, whose are not filtered out by the parent filters.. [optional] # noqa: E501
exact_filter ([str, none_type]): Return only items, whose ```label``` title exactly matches one of ```filter```.. [optional] # noqa: E501
exclude_primary_label (bool): Excludes items from the result that differ only by primary label * ```false``` - return items with distinct primary label * ```true``` - return items with distinct requested label. [optional] if omitted the server will use the default value of False # noqa: E501
Expand Down Expand Up @@ -274,7 +274,7 @@ def __init__(self, label, *args, **kwargs): # noqa: E501
through its discriminator because we passed in
_visited_composed_classes = (Animal,)
complement_filter (bool): Inverse filters: * ```false``` - return items matching ```patternFilter``` and ```exactFilter``` * ```true``` - return items not matching ```patternFilter``` and ```exactFilter```. [optional] if omitted the server will use the default value of False # noqa: E501
data_sampling_percentage (float): Specifies percentage of source table data scanned during the computation. This field is deprecated and is no longer used during the elements computation.. [optional] if omitted the server will use the default value of 100 # noqa: E501
data_sampling_percentage (float): Specifies percentage of source table data scanned during the computation. This field is deprecated and is no longer used during the elements computation.. [optional] if omitted the server will use the default value of 100.0 # noqa: E501
depends_on ([DependsOn]): Return only items, whose are not filtered out by the parent filters.. [optional] # noqa: E501
exact_filter ([str, none_type]): Return only items, whose ```label``` title exactly matches one of ```filter```.. [optional] # noqa: E501
exclude_primary_label (bool): Excludes items from the result that differ only by primary label * ```false``` - return items with distinct primary label * ```true``` - return items with distinct requested label. [optional] if omitted the server will use the default value of False # noqa: E501
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ class JsonApiOrganizationSettingInAttributes(ModelNormal):
'WEEK_START': "WEEK_START",
'SHOW_HIDDEN_CATALOG_ITEMS': "SHOW_HIDDEN_CATALOG_ITEMS",
'OPERATOR_OVERRIDES': "OPERATOR_OVERRIDES",
'TIMEZONE_VALIDATION_ENABLED': "TIMEZONE_VALIDATION_ENABLED",
},
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ class ResolvedSetting(ModelNormal):
'WEEK_START': "WEEK_START",
'SHOW_HIDDEN_CATALOG_ITEMS': "SHOW_HIDDEN_CATALOG_ITEMS",
'OPERATOR_OVERRIDES': "OPERATOR_OVERRIDES",
'TIMEZONE_VALIDATION_ENABLED': "TIMEZONE_VALIDATION_ENABLED",
},
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,10 @@ interactions:
name: Revenue
localIdentifier: dim_1
links:
executionResult: b9b5bb5d6d176163d9aeb2d546473f3a6fe1efb2
executionResult: a77bb0f0613bd7bbed1b5660a980134f21ee9ba9
- request:
method: GET
uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/b9b5bb5d6d176163d9aeb2d546473f3a6fe1efb2?offset=0%2C0&limit=512%2C256
uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/a77bb0f0613bd7bbed1b5660a980134f21ee9ba9?offset=0%2C0&limit=512%2C256
body: null
headers:
Accept:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ interactions:
name: Revenue
localIdentifier: dim_0
links:
executionResult: 8114a159b4e8376aaa83e7a7f8d88bf260148661
executionResult: 1c36f278e69004209cdfeda90e9f8957e0048523
- request:
method: GET
uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/8114a159b4e8376aaa83e7a7f8d88bf260148661?offset=0&limit=256
uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/1c36f278e69004209cdfeda90e9f8957e0048523?offset=0&limit=256
body: null
headers:
Accept:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ interactions:
name: Revenue
localIdentifier: dim_1
links:
executionResult: 22e46c935be291ec8b185eaaf5a10c5efbb0d7be
executionResult: d75dd01bf9e504b45cad040ec460580b1cfae316
- request:
method: GET
uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/22e46c935be291ec8b185eaaf5a10c5efbb0d7be?offset=0%2C0&limit=512%2C256
uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/d75dd01bf9e504b45cad040ec460580b1cfae316?offset=0%2C0&limit=512%2C256
body: null
headers:
Accept:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ interactions:
- Access-Control-Request-Headers
X-Content-Type-Options:
- nosniff
X-GDC-TRACE-ID: *id001
X-XSS-Protection:
- 1 ; mode=block
body:
Expand Down Expand Up @@ -173,7 +174,7 @@ interactions:
direction: asc
version: '2'
visualizationUrl: local:table
createdAt: 2024-01-11 10:30
createdAt: 2024-01-25 12:25
relationships:
createdBy:
data:
Expand Down Expand Up @@ -220,7 +221,7 @@ interactions:
attributes:
title: Revenue
description: ''
createdAt: 2024-01-11 10:30
createdAt: 2024-01-25 12:25
content:
format: $#,##0
maql: SELECT {metric/order_amount} WHERE NOT ({label/order_status}
Expand Down Expand Up @@ -273,7 +274,7 @@ interactions:
type: metric
attributes:
title: '% Revenue in Category'
createdAt: 2024-01-11 10:30
createdAt: 2024-01-25 12:25
content:
format: '#,##0.0%'
maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY {attribute/products.category},
Expand Down Expand Up @@ -477,10 +478,10 @@ interactions:
name: Revenue
localIdentifier: dim_1
links:
executionResult: 2cdd20b517a275e9f7d43d03aa0a9e383698762b
executionResult: 2157c069105ab360e8902ff6e96d29fbd0585207
- request:
method: GET
uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/2cdd20b517a275e9f7d43d03aa0a9e383698762b?offset=0%2C0&limit=512%2C256
uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/2157c069105ab360e8902ff6e96d29fbd0585207?offset=0%2C0&limit=512%2C256
body: null
headers:
Accept:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ interactions:
direction: asc
version: '2'
visualizationUrl: local:table
createdAt: 2024-01-11 10:30
createdAt: 2024-01-25 12:25
relationships:
createdBy:
data:
Expand Down Expand Up @@ -221,7 +221,7 @@ interactions:
attributes:
title: Revenue
description: ''
createdAt: 2024-01-11 10:30
createdAt: 2024-01-25 12:25
content:
format: $#,##0
maql: SELECT {metric/order_amount} WHERE NOT ({label/order_status}
Expand Down Expand Up @@ -274,7 +274,7 @@ interactions:
type: metric
attributes:
title: '% Revenue in Category'
createdAt: 2024-01-11 10:30
createdAt: 2024-01-25 12:25
content:
format: '#,##0.0%'
maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY {attribute/products.category},
Expand Down Expand Up @@ -478,10 +478,10 @@ interactions:
name: Revenue
localIdentifier: dim_1
links:
executionResult: 2cdd20b517a275e9f7d43d03aa0a9e383698762b
executionResult: 2157c069105ab360e8902ff6e96d29fbd0585207
- request:
method: GET
uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/2cdd20b517a275e9f7d43d03aa0a9e383698762b?offset=0%2C0&limit=512%2C256
uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/2157c069105ab360e8902ff6e96d29fbd0585207?offset=0%2C0&limit=512%2C256
body: null
headers:
Accept:
Expand Down
Loading

0 comments on commit b57c4b4

Please sign in to comment.