Skip to content

Commit 9c3e41b

Browse files
committed
Update client
1 parent 23f54d7 commit 9c3e41b

91 files changed

Lines changed: 311 additions & 488 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.

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.21.0-SNAPSHOT
1+
7.22.0-SNAPSHOT

api/openapi.yaml

Lines changed: 31 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ info:
88
name: MIT
99
url: https://choosealicense.com/licenses/mit
1010
title: Croct Export
11-
version: 0.7.0
11+
version: 0.7.1
1212
servers:
1313
- description: Production endpoint
1414
url: https://api.croct.io/export
@@ -1868,7 +1868,7 @@ components:
18681868
postalCode: postalCode
18691869
region: region
18701870
lastModifiedTime: 6
1871-
gender: gender
1871+
gender: UNKNOWN
18721872
jobTitle: jobTitle
18731873
alternatePhone: alternatePhone
18741874
avatar: avatar
@@ -1878,9 +1878,13 @@ components:
18781878
firstName: firstName
18791879
externalUserId: externalUserId
18801880
phone: phone
1881-
activities: activities
1881+
activities:
1882+
- activities
1883+
- activities
18821884
company: company
1883-
interests: interests
1885+
interests:
1886+
- interests
1887+
- interests
18841888
email: email
18851889
customAttributes:
18861890
key: ""
@@ -1912,8 +1916,8 @@ components:
19121916
nullable: true
19131917
type: integer
19141918
gender:
1919+
default: UNKNOWN
19151920
description: The gender attribute.
1916-
nullable: true
19171921
type: string
19181922
email:
19191923
description: The email attribute.
@@ -1950,13 +1954,17 @@ components:
19501954
nullable: true
19511955
type: string
19521956
activities:
1957+
default: []
19531958
description: The activities attribute.
1954-
nullable: true
1955-
type: string
1959+
items:
1960+
type: string
1961+
type: array
19561962
interests:
1963+
default: []
19571964
description: The interests attribute.
1958-
nullable: true
1959-
type: string
1965+
items:
1966+
type: string
1967+
type: array
19601968
customAttributes:
19611969
additionalProperties: {}
19621970
description: The custom attributes.
@@ -1983,7 +1991,7 @@ components:
19831991
postalCode: postalCode
19841992
region: region
19851993
lastModifiedTime: 6
1986-
gender: gender
1994+
gender: UNKNOWN
19871995
jobTitle: jobTitle
19881996
alternatePhone: alternatePhone
19891997
avatar: avatar
@@ -1993,9 +2001,13 @@ components:
19932001
firstName: firstName
19942002
externalUserId: externalUserId
19952003
phone: phone
1996-
activities: activities
2004+
activities:
2005+
- activities
2006+
- activities
19972007
company: company
1998-
interests: interests
2008+
interests:
2009+
- interests
2010+
- interests
19992011
email: email
20002012
customAttributes:
20012013
key: ""
@@ -2012,7 +2024,7 @@ components:
20122024
postalCode: postalCode
20132025
region: region
20142026
lastModifiedTime: 6
2015-
gender: gender
2027+
gender: UNKNOWN
20162028
jobTitle: jobTitle
20172029
alternatePhone: alternatePhone
20182030
avatar: avatar
@@ -2022,9 +2034,13 @@ components:
20222034
firstName: firstName
20232035
externalUserId: externalUserId
20242036
phone: phone
2025-
activities: activities
2037+
activities:
2038+
- activities
2039+
- activities
20262040
company: company
2027-
interests: interests
2041+
interests:
2042+
- interests
2043+
- interests
20282044
email: email
20292045
customAttributes:
20302046
key: ""

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>croct-export-client</artifactId>
66
<packaging>jar</packaging>
77
<name>croct-export-client</name>
8-
<version>0.7.0</version>
8+
<version>0.7.1</version>
99
<url>https://github.com/croct-tech/export-client-java</url>
1010
<description>Java client for the Croct Exporter API.</description>
1111
<scm>
@@ -388,7 +388,7 @@
388388
<jackson-version>2.21.1</jackson-version>
389389
<jackson-annotations-version>2.21</jackson-annotations-version>
390390
<jackson-databind-version>2.21.1</jackson-databind-version>
391-
<jackson-databind-nullable-version>0.2.9</jackson-databind-nullable-version>
391+
<jackson-databind-nullable-version>0.2.10</jackson-databind-nullable-version>
392392
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
393393
<beanvalidation-version>2.0.2</beanvalidation-version>
394394
<junit-version>5.10.0</junit-version>

src/main/java/com/croct/client/export/ApiClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Croct Export
33
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
44
*
5-
* The version of the OpenAPI document: 0.7.0
5+
* The version of the OpenAPI document: 0.7.1
66
* Contact: apis@croct.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -83,7 +83,7 @@
8383
/**
8484
* <p>ApiClient class.</p>
8585
*/
86-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.21.0-SNAPSHOT")
86+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.22.0-SNAPSHOT")
8787
public class ApiClient extends JavaTimeFormatter {
8888
protected static final Pattern JSON_MIME_PATTERN = Pattern.compile("(?i)^(application/json|[^;/ \t]+/[^;/ \t]+[+]json)[ \t]*(;.*)?$");
8989

src/main/java/com/croct/client/export/ApiException.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Croct Export
33
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
44
*
5-
* The version of the OpenAPI document: 0.7.0
5+
* The version of the OpenAPI document: 0.7.1
66
* Contact: apis@croct.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -21,7 +21,7 @@
2121
/**
2222
* API Exception
2323
*/
24-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.21.0-SNAPSHOT")
24+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.22.0-SNAPSHOT")
2525
public class ApiException extends Exception {
2626
private static final long serialVersionUID = 1L;
2727

src/main/java/com/croct/client/export/ApiResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Croct Export
33
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
44
*
5-
* The version of the OpenAPI document: 0.7.0
5+
* The version of the OpenAPI document: 0.7.1
66
* Contact: apis@croct.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/croct/client/export/Configuration.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Croct Export
33
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
44
*
5-
* The version of the OpenAPI document: 0.7.0
5+
* The version of the OpenAPI document: 0.7.1
66
* Contact: apis@croct.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -17,9 +17,9 @@
1717
import java.util.concurrent.atomic.AtomicReference;
1818
import java.util.function.Supplier;
1919

20-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.21.0-SNAPSHOT")
20+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.22.0-SNAPSHOT")
2121
public class Configuration {
22-
public static final String VERSION = "0.7.0";
22+
public static final String VERSION = "0.7.1";
2323

2424
private static final AtomicReference<ApiClient> defaultApiClient = new AtomicReference<>();
2525
private static volatile Supplier<ApiClient> apiClientFactory = ApiClient::new;

src/main/java/com/croct/client/export/JSON.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Croct Export
33
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
44
*
5-
* The version of the OpenAPI document: 0.7.0
5+
* The version of the OpenAPI document: 0.7.1
66
* Contact: apis@croct.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@
2727
import javax.ws.rs.core.GenericType;
2828
import javax.ws.rs.ext.ContextResolver;
2929

30-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.21.0-SNAPSHOT")
30+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.22.0-SNAPSHOT")
3131
public class JSON implements ContextResolver<ObjectMapper> {
3232
private ObjectMapper mapper;
3333

src/main/java/com/croct/client/export/JavaTimeFormatter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Croct Export
33
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
44
*
5-
* The version of the OpenAPI document: 0.7.0
5+
* The version of the OpenAPI document: 0.7.1
66
* Contact: apis@croct.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -20,7 +20,7 @@
2020
* Class that add parsing/formatting support for Java 8+ {@code OffsetDateTime} class.
2121
* It's generated for java clients when {@code AbstractJavaCodegen#dateLibrary} specified as {@code java8}.
2222
*/
23-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.21.0-SNAPSHOT")
23+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.22.0-SNAPSHOT")
2424
public class JavaTimeFormatter {
2525
private DateTimeFormatter offsetDateTimeFormatter = DateTimeFormatter.ISO_OFFSET_DATE_TIME;
2626

src/main/java/com/croct/client/export/Pair.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Croct Export
33
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
44
*
5-
* The version of the OpenAPI document: 0.7.0
5+
* The version of the OpenAPI document: 0.7.1
66
* Contact: apis@croct.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,7 +13,7 @@
1313

1414
package com.croct.client.export;
1515

16-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.21.0-SNAPSHOT")
16+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.22.0-SNAPSHOT")
1717
public class Pair {
1818
private final String name;
1919
private final String value;

0 commit comments

Comments
 (0)