Skip to content

Commit b3a2e92

Browse files
authored
Quarterly sdk update (#47)
1 parent 4265121 commit b3a2e92

File tree

328 files changed

+26137
-2187
lines changed

Some content is hidden

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

328 files changed

+26137
-2187
lines changed

README.md

Lines changed: 76 additions & 16 deletions
Large diffs are not rendered by default.

api/openapi.yaml

Lines changed: 3996 additions & 1076 deletions
Large diffs are not rendered by default.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'eclipse'
33
apply plugin: 'java'
44

55
group = 'one.talon'
6-
version = '8.0.0'
6+
version = '9.0.0'
77

88
buildscript {
99
repositories {

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 := "one.talon",
44
name := "talon-one-client",
5-
version := "8.0.0",
5+
version := "9.0.0",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

docs/AchievementProgress.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
99
**achievementId** | **Integer** | The internal ID of the achievement. |
1010
**name** | **String** | The internal name of the achievement used in API requests. |
1111
**title** | **String** | The display name of the achievement in the Campaign Manager. |
12+
**description** | **String** | The description of the achievement in the Campaign Manager. |
1213
**campaignId** | **Integer** | The ID of the campaign the achievement belongs to. |
1314
**status** | [**StatusEnum**](#StatusEnum) | The status of the achievement. |
1415
**target** | [**BigDecimal**](BigDecimal.md) | The required number of actions or the transactional milestone to complete the achievement. | [optional]

docs/AdditionalCampaignProperties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Name | Type | Description | Notes
2828
**updatedBy** | **String** | Name of the user who last updated this campaign if available. | [optional]
2929
**templateId** | **Integer** | The ID of the Campaign Template this Campaign was created from. | [optional]
3030
**frontendState** | [**FrontendStateEnum**](#FrontendStateEnum) | A campaign state described exactly as in the Campaign Manager. |
31+
**storesImported** | **Boolean** | Indicates whether the linked stores were imported via a CSV file. |
3132

3233

3334

@@ -38,7 +39,6 @@ Name | Value
3839
EXPIRED | "expired"
3940
SCHEDULED | "scheduled"
4041
RUNNING | "running"
41-
DRAFT | "draft"
4242
DISABLED | "disabled"
4343
ARCHIVED | "archived"
4444

docs/AnalyticsDataPoint.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
3+
# AnalyticsDataPoint
4+
5+
## Properties
6+
7+
Name | Type | Description | Notes
8+
------------ | ------------- | ------------- | -------------
9+
**total** | [**BigDecimal**](BigDecimal.md) | |
10+
**influenced** | [**BigDecimal**](BigDecimal.md) | |
11+
12+
13+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
3+
# AnalyticsDataPointWithTrend
4+
5+
## Properties
6+
7+
Name | Type | Description | Notes
8+
------------ | ------------- | ------------- | -------------
9+
**value** | [**BigDecimal**](BigDecimal.md) | |
10+
**trend** | [**BigDecimal**](BigDecimal.md) | |
11+
12+
13+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
3+
# AnalyticsDataPointWithTrendAndInfluencedRate
4+
5+
## Properties
6+
7+
Name | Type | Description | Notes
8+
------------ | ------------- | ------------- | -------------
9+
**value** | [**BigDecimal**](BigDecimal.md) | |
10+
**influencedRate** | [**BigDecimal**](BigDecimal.md) | |
11+
**trend** | [**BigDecimal**](BigDecimal.md) | |
12+
13+
14+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
3+
# AnalyticsDataPointWithTrendAndUplift
4+
5+
## Properties
6+
7+
Name | Type | Description | Notes
8+
------------ | ------------- | ------------- | -------------
9+
**value** | [**BigDecimal**](BigDecimal.md) | |
10+
**uplift** | [**BigDecimal**](BigDecimal.md) | |
11+
**trend** | [**BigDecimal**](BigDecimal.md) | |
12+
13+
14+

0 commit comments

Comments
 (0)