Skip to content

AST-6 v7.0.0 | Update Java Wrapper #44

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

Merged
merged 2 commits into from
Apr 27, 2023
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .swagger-codegen/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.26
2.4.9
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
language: java
jdk:
- oraclejdk8
- oraclejdk7
before_install:
# ensure gradlew has proper permission
- chmod a+x ./gradlew
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 SendinBlue
Copyright (c) 2023 SendinBlue

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
202 changes: 175 additions & 27 deletions README.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'idea'
apply plugin: 'eclipse'

group = 'com.sendinblue'
version = '6.0.0'
version = '7.0.0'

buildscript {
repositories {
Expand Down Expand Up @@ -95,8 +95,8 @@ if(hasProperty('target') && target == 'android') {

dependencies {
compile 'io.swagger:swagger-annotations:1.5.17'
compile 'com.squareup.okhttp:okhttp:2.7.5'
compile 'com.squareup.okhttp:logging-interceptor:2.7.5'
compile 'okhttp3:okhttp:2.7.5'
compile 'okhttp3:logging-interceptor:2.7.5'
compile 'com.google.code.gson:gson:2.8.1'
compile 'io.gsonfire:gson-fire:1.8.0'
compile 'org.threeten:threetenbp:1.3.5'
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ lazy val root = (project in file(".")).
settings(
organization := "com.sendinblue",
name := "sib-api-v3-sdk",
version := "6.0.0",
version := "7.0.0",
scalaVersion := "2.11.4",
scalacOptions ++= Seq("-feature"),
javacOptions in compile ++= Seq("-Xlint:deprecation"),
publishArtifact in (Compile, packageDoc) := false,
resolvers += Resolver.mavenLocal,
libraryDependencies ++= Seq(
"io.swagger" % "swagger-annotations" % "1.5.17",
"com.squareup.okhttp" % "okhttp" % "2.7.5",
"com.squareup.okhttp" % "logging-interceptor" % "2.7.5",
"okhttp3" % "okhttp" % "2.7.5",
"okhttp3" % "logging-interceptor" % "2.7.5",
"com.google.code.gson" % "gson" % "2.8.1",
"org.threeten" % "threetenbp" % "1.3.5" % "compile",
"io.gsonfire" % "gson-fire" % "1.8.0" % "compile",
Expand Down
14 changes: 9 additions & 5 deletions docs/AbTestCampaignResult.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@

# AbTestCampaignResult

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**winningVersion** | [**WinningVersionEnum**](#WinningVersionEnum) | Winning Campaign Info. pending = Campaign has been picked for sending and winning version is yet to be decided, tie = A tie happened between both the versions, notAvailable = Campaign has not yet been picked for sending. | [optional]
**winningCriteria** | [**WinningCriteriaEnum**](#WinningCriteriaEnum) | Criteria choosen for winning version (Open/Click) | [optional]
**winningVersion** | [**
WinningVersionEnum**](#WinningVersionEnum) | Winning Campaign Info. pending = Campaign has been picked for sending and winning version is yet to be decided, tie = A tie happened between both the versions, notAvailable = Campaign has not yet been picked for sending. | [optional]
**winningCriteria** | [**
WinningCriteriaEnum**](#WinningCriteriaEnum) | Criteria choosen for winning version (Open/Click) | [optional]
**winningSubjectLine** | **String** | Subject Line of current winning version | [optional]
**openRate** | **String** | Open rate for current winning version | [optional]
**clickRate** | **String** | Click rate for current winning version | [optional]
**winningVersionRate** | **String** | Open/Click rate for the winner version | [optional]
**statistics** | [**AbTestCampaignResultStatistics**](AbTestCampaignResultStatistics.md) | | [optional]
**clickedLinks** | [**AbTestCampaignResultClickedLinks**](AbTestCampaignResultClickedLinks.md) | | [optional]


<a name="WinningVersionEnum"></a>

## Enum: WinningVersionEnum

Name | Value
---- | -----
NOTAVAILABLE | &quot;notAvailable&quot;
Expand All @@ -24,9 +27,10 @@ TIE | &quot;tie&quot;
A | &quot;A&quot;
B | &quot;B&quot;


<a name="WinningCriteriaEnum"></a>

## Enum: WinningCriteriaEnum

Name | Value
---- | -----
OPEN | &quot;Open&quot;
Expand Down
251 changes: 0 additions & 251 deletions docs/AttributesApi.md

This file was deleted.

14 changes: 3 additions & 11 deletions docs/Body.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,9 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Name of task |
**duration** | **Long** | Duration of task | [optional]
**taskTypeId** | **String** | Id for type of task e.g Call / Email / Meeting etc. |
**date** | [**OffsetDateTime**] | Task date/time |
**notes** | **String** | Notes added to a task | [optional]
**done** | **Boolean** | Task marked as done | [optional]
**assignToId** | **String** | User id to whom task is assigned | [optional]
**contactsIds** | **List&lt;Integer&gt;** | Contact ids for contacts linked to this task | [optional]
**dealsIds** | **List&lt;String&gt;** | Deal ids for deals a task is linked to | [optional]
**companiesIds** | **List&lt;String&gt;** | Companies ids for companies a task is linked to | [optional]
**reminder** | [**TaskReminder**](TaskReminder.md) | | [optional]
**name** | **String** | Name of company |
**attributes** | **Object** | Attributes for company creation | [optional]
**countryCode** | **Long** | Country code if phone_number is passed in attributes. | [optional]



14 changes: 3 additions & 11 deletions docs/Body1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,9 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Name of task |
**duration** | **Integer** | Duration of task | [optional]
**taskTypeId** | **String** | Id for type of task e.g Call / Email / Meeting etc. |
**date** | [**OffsetDateTime**] | Task date/time |
**notes** | **String** | Notes added to a task | [optional]
**done** | **Boolean** | Task marked as done | [optional]
**assignToId** | **String** | User id to whom task is assigned | [optional]
**contactsIds** | **List&lt;Integer&gt;** | Contact ids for contacts linked to this task | [optional]
**dealsIds** | **List&lt;String&gt;** | Deal ids for deals a task is linked to | [optional]
**companiesIds** | **List&lt;String&gt;** | Companies ids for companies a task is linked to | [optional]
**reminder** | [**TaskReminder**](TaskReminder.md) | | [optional]
**name** | **String** | Name of company | [optional]
**attributes** | **Object** | Attributes for company update | [optional]
**countryCode** | **Long** | Country code if phone_number is passed in attributes. | [optional]



Loading