Skip to content

Commit d60c35b

Browse files
feat(sdk): Auto-commit from 'analyticsapi-engines-sdk-generator' repository PR 70 for SDK version v6.3.0
1 parent 5947edf commit d60c35b

212 files changed

Lines changed: 8375 additions & 46024 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

auto-generated-sdk/.openapi-generator/FILES

Lines changed: 8 additions & 164 deletions
Large diffs are not rendered by default.

auto-generated-sdk/README.md

Lines changed: 7 additions & 118 deletions
Large diffs are not rendered by default.

auto-generated-sdk/api/openapi.yaml

Lines changed: 7621 additions & 22459 deletions
Large diffs are not rendered by default.

auto-generated-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'idea'
22
apply plugin: 'eclipse'
33

44
group = 'com.factset.analyticsapi'
5-
version = '6.2.0'
5+
version = '6.3.0-rc.1'
66

77
buildscript {
88
repositories {

auto-generated-sdk/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "com.factset.analyticsapi",
44
name := "engines-sdk",
5-
version := "6.2.0",
5+
version := "6.3.0-rc.1",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

auto-generated-sdk/docs/AccountDirectories.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# AccountDirectories
44

5+
List of the accounts and directories.
56

67
## Properties
78

auto-generated-sdk/docs/CalculationStatus.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# CalculationStatus
44

5+
Details of the calculation.
56

67
## Properties
78

auto-generated-sdk/docs/CalculationStatusMeta.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
# CalculationStatusMeta
44

5+
Meta of calculation units in batch.
56

67
## Properties
78

89
Name | Type | Description | Notes
910
------------ | ------------- | ------------- | -------------
10-
**units** | [**Map<String, CalculationUnitStatusMeta>**](CalculationUnitStatusMeta.md) | Meta of calculation units in batch. | [optional]
11+
**units** | [**Map<String, CalculationUnitStatusMeta>**](CalculationUnitStatusMeta.md) | List of calculation units in batch. | [optional]
1112

1213

1314
## Implemented Interfaces

auto-generated-sdk/docs/CalculationUnitStatus.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# CalculationUnitStatus
44

5+
The status of the calculation as per FactSets API standards
56

67
## Properties
78

auto-generated-sdk/docs/CalculationUnitStatusMeta.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# CalculationUnitStatusMeta
44

5+
Meta of the calculation unit.
56

67
## Properties
78

0 commit comments

Comments
 (0)