Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR for release-22222222.99201.1481 #109

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 18 additions & 13 deletions res/administration-apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
license:
name: Apache License, Version 2.0
url: https://www.apache.org/licenses/LICENSE-2.0
version: 22222222.99201.1474
version: 22222222.99201.1481
paths:
/v1/admin/capabilities:
get:
Expand Down Expand Up @@ -2625,8 +2625,7 @@ paths:
- Projects
summary: Import committed changes into a project
description: |-
*
Import a ZIP file that contains a list of committed changes into a draft project. The file must be an export from `POST /v1alpha/admin/production-versions`. Use this API after making changes in a development environment to copy the changes to a draft project in your production environment.
Import a ZIP file that contains a list of committed changes into a draft project. The file must be an export from `POST /v1alpha/admin/production-versions`. Use this API after making changes in a development environment to copy the changes to a draft project in your production environment.

<br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued.
If you are interested in using this API, please contact your Customer Success Manager (CSM).</em>
Expand Down Expand Up @@ -2661,18 +2660,17 @@ paths:
put:
tags:
- Sources
summary: Import a ZIP file that contains a list of sources
summary: Import a list of sources
description: |-
*
Import a ZIP file that contains a list of sources. The file must be an export from `POST /v1alpha/admin/sources`. Use this API after making changes in a development environment to copy the changes to a draft project in your production environment.
Import a list of sources in ZIP format. The file must be an export from `POST /v1alpha/admin/sources`. Use this API after making changes in a development environment to copy the changes to a draft project in your production environment.

<br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued.
If you are interested in using this API, please contact your Customer Success Manager (CSM).</em>
operationId: Sources_PutSources
parameters:
- name: replaceAllExistingSources
in: query
description: '`false` if the sources from the ZIP archive should be added to the sources in the target tenant. `true` if all sources in the target tenant should be removed while importing the ZIP archive.'
description: If `false`, adds the sources from the ZIP to the sources in the target tenant. If `true`, removes all sources in the target tenant and adds the sources from the ZIP. Default is `false`.
schema:
type: boolean
requestBody:
Expand All @@ -2695,9 +2693,9 @@ paths:
post:
tags:
- Sources
summary: Perform an operation on the collection of all sources
summary: Perform an operation on all sources
description: |-
Perform operations on the collection of sources. The following operations are supported:
Perform operations on all sources. The following operations are supported:
* `exportSources`: Export a ZIP file that contains a list of all sources in the application.

<br>**Note:** <em>This API is in **alpha**. While in alpha, APIs may change in a breaking way without notice; functionality may be removed, and no deprecation notices will be issued.
Expand Down Expand Up @@ -4940,11 +4938,11 @@ components:
format: int32
ignored:
type: integer
description: The number of imported sources that already existed and were ignored in the target tenant.
description: The number of imported sources that already existed and were unchanged in the target tenant.
format: int32
deleted:
type: integer
description: The number of imported sources that existed in the target tenant prior to the import, and were deleted during the import.
description: The number of imported sources that existed in the target tenant prior to the import and were deleted during the import.
format: int32
SourcesAPIOperationRequestDTO:
type: object
Expand All @@ -4964,7 +4962,7 @@ components:
summary:
allOf:
- $ref: '#/components/schemas/SourceImportResultSummaryDTO'
description: A summary of the changes made to the sources during the PUT operation.
description: The changes made to the sources during the operation.
StaticDimensionFilterDTO:
type: object
properties:
Expand Down Expand Up @@ -5250,6 +5248,7 @@ components:
type: integer
description: |-
The 6-digit NAICS code for the industry to which the analytic tenant belongs. If the code is unknown, type 000000.

For 2-digit codes, add trailing zeros at the end to reach 6 digits, such as 620000. Required if creating new tenants.
format: uint32
primaryBusinessLocation:
Expand All @@ -5260,7 +5259,13 @@ components:
type: array
items:
type: string
description: A comma-separated collection of strings that represent the Visier modules assigned to the new analytic tenant. Required if creating new tenants.
description: |-
A comma-separated collection of strings that represent the Visier modules assigned to the new analytic tenant. Required if creating new tenants.

To get the module name:
1. In Visier, open a project and navigate to **Model > Modules**.
2. Select a module.
3. In **Basic Information**, copy the **Object name**. This is the module name.
embeddableDomains:
type: array
items:
Expand Down
2 changes: 1 addition & 1 deletion res/analytic-model-apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
license:
name: Apache License, Version 2.0
url: https://www.apache.org/licenses/LICENSE-2.0
version: 22222222.99201.1474
version: 22222222.99201.1481
paths:
/v1/admin/calculation-concepts:
get:
Expand Down
2 changes: 1 addition & 1 deletion res/authentication-apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
license:
name: Apache License, Version 2.0
url: https://www.apache.org/licenses/LICENSE-2.0
version: 22222222.99201.1474
version: 22222222.99201.1481
paths:
/v1/auth/oauth2/userinfo:
get:
Expand Down
23 changes: 18 additions & 5 deletions res/data-in-apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
license:
name: Apache License, Version 2.0
url: https://www.apache.org/licenses/LICENSE-2.0
version: 22222222.99201.1474
version: 22222222.99201.1481
paths:
/v1/data/directloads/{draftId}/configs:
get:
Expand Down Expand Up @@ -101,7 +101,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/DirectDataSchemaFieldDTO'
$ref: '#/components/schemas/DirectDataSchemaDTO'
default:
description: Default error response
content:
Expand Down Expand Up @@ -1383,10 +1383,14 @@ paths:
type: string
requestBody:
content:
application/octetstream:
multipart/form-data:
schema:
type: string
format: binary
type: object
properties:
file:
type: string
format: binary
description: The file to upload
responses:
"200":
description: OK
Expand Down Expand Up @@ -1985,6 +1989,15 @@ components:
- $ref: '#/components/schemas/DirectDataJobConfigDTO'
description: The direct data intake job configuration.
description: The configuration for the direct data intake, such as the direct data intake job type.
DirectDataSchemaDTO:
type: object
properties:
schema:
type: array
items:
$ref: '#/components/schemas/DirectDataSchemaFieldDTO'
description: The schema definition for loading a specific object
description: Public API Direct Intake schema response object
DirectDataSchemaFieldDTO:
type: object
properties:
Expand Down
14 changes: 7 additions & 7 deletions res/data-out-apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
license:
name: Apache License, Version 2.0
url: https://www.apache.org/licenses/LICENSE-2.0
version: 22222222.99201.1474
version: 22222222.99201.1481
paths:
/v1/data/query/aggregate:
post:
Expand Down Expand Up @@ -237,7 +237,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/DataVersionExportsDTO'
$ref: '#/components/schemas/DataVersionExportDTO'
default:
description: Default error response
content:
Expand Down Expand Up @@ -1446,19 +1446,19 @@ components:
- COMPACT_DISPLAY
type: string
description: |-
Define the `memberDisplayMode` options to control how member values are rendered in the aggregate query result set. You can override the `memberDisplayMode` on a per-axis basis, if required.
Control how member values are displayed. You can override the `memberDisplayMode` on a per-axis basis, if required.

Valid values are `DEFAULT`, `COMPACT`, `DISPLAY`, or `MDX`. Default is `DEFAULT`.

* `DEFAULT`: The default member name representation. For non-time members, this means returning the technical member name path.
* `DEFAULT`: The default member name representation. For non-time members, this returns the technical member name path.
For time members, this includes a bracketed member index.
For example, Time instant member: `2019-06-01T00:00:00.000Z - [0]`
For example, Time interval member: `2022-06-01T00:00:00.000Z/2022-07-01T00:00:00.000Z - [12]`
* `COMPACT`: Compacts the time member name representation. This also transforms the representation of time intervals to the end time of the interval.
* `COMPACT`: Shortens the member name representation. For time intervals, the member name is the end time of the interval.
For example, Time instant member: `2019-06-01T00:00:00.000Z`
For example, Time interval member: `2022-07-01T00:00:00.000Z` where the interval member name was `2022-06-01T00:00:00.000Z/2022-07-01T00:00:00.000Z - [12]`
* `DISPLAY`: Emit the members' display names whenever possible. When combined with `axisVisibility = VERBOSE`, the full display name path will be emitted.
* `MDX`: Emit member name paths where each element is enclosed in square brackets, `[]`. Multidimensional expression (MDX) display mode automatically encloses time members in square brackets and puts them in `COMPACT` format.
* `DISPLAY`: Emits the members' display names whenever possible. When combined with `axisVisibility = VERBOSE`, the full display name path will be emitted.
* `MDX`: Emits member name paths where each element is enclosed in square brackets, `[]`. Multidimensional expression (MDX) display mode automatically encloses time members in square brackets and puts them in `COMPACT` format.
For example, Location member `North America.United States.California` becomes `[North America].[United States].[California]` in MDX display mode.
For example, Time instant member `2019-06-01T00:00:00.000Z - [0]` becomes `[2019-06-01T00:00:00.000Z]` in MDX display mode.
format: enum
Expand Down