Skip to content

Commit 3154e63

Browse files
chore: regenerate from OpenAPI spec
- Auto-generated SDK updates - Version: v0.0.92
1 parent d1c30c8 commit 3154e63

710 files changed

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Zernio API
44

55
- API version: 1.0.1
66

7-
- Build date: 2026-03-24T10:29:40.208080280Z[Etc/UTC]
7+
- Build date: 2026-03-24T17:14:16.166233410Z[Etc/UTC]
88

99
- Generator version: 7.19.0
1010

api/openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ paths:
798798
application/json:
799799
examples:
800800
singlePost:
801-
summary: Single post analytics (Late post with synced analytics)
801+
summary: Single post analytics (Zernio post with synced analytics)
802802
value:
803803
postId: 65f1c0a9e2b5af0012ab34cd
804804
latePostId: null
@@ -15393,7 +15393,7 @@ components:
1539315393
postId:
1539415394
type: string
1539515395
latePostId:
15396-
description: Original Late post ID if scheduled via Late
15396+
description: Original Zernio post ID if scheduled via Zernio
1539715397
type: string
1539815398
nullable: true
1539915399
status:
@@ -23139,7 +23139,7 @@ components:
2313923139
connectWhatsAppCredentials_request:
2314023140
properties:
2314123141
profileId:
23142-
description: Your Late profile ID
23142+
description: Your Zernio profile ID
2314323143
type: string
2314423144
accessToken:
2314523145
description: Permanent System User access token from Meta Business Suite
@@ -31543,7 +31543,7 @@ components:
3154331543
_id:
3154431544
type: string
3154531545
latePostId:
31546-
description: Original Late post ID if scheduled via Late
31546+
description: Original Zernio post ID if scheduled via Zernio
3154731547
type: string
3154831548
nullable: true
3154931549
content:

docs/AnalyticsListResponsePostsInner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
1010
|**id** | **String** | | [optional] |
11-
|**latePostId** | **String** | Original Late post ID if scheduled via Late | [optional] |
11+
|**latePostId** | **String** | Original Zernio post ID if scheduled via Zernio | [optional] |
1212
|**content** | **String** | | [optional] |
1313
|**scheduledFor** | **OffsetDateTime** | | [optional] |
1414
|**publishedAt** | **OffsetDateTime** | | [optional] |

docs/AnalyticsSinglePostResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
1010
|**postId** | **String** | | [optional] |
11-
|**latePostId** | **String** | Original Late post ID if scheduled via Late | [optional] |
11+
|**latePostId** | **String** | Original Zernio post ID if scheduled via Zernio | [optional] |
1212
|**status** | [**StatusEnum**](#StatusEnum) | Overall post status. \"partial\" when some platforms published and others failed. | [optional] |
1313
|**content** | **String** | | [optional] |
1414
|**scheduledFor** | **OffsetDateTime** | | [optional] |

docs/ConnectWhatsAppCredentialsRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10-
|**profileId** | **String** | Your Late profile ID | |
10+
|**profileId** | **String** | Your Zernio profile ID | |
1111
|**accessToken** | **String** | Permanent System User access token from Meta Business Suite | |
1212
|**wabaId** | **String** | WhatsApp Business Account ID from Meta | |
1313
|**phoneNumberId** | **String** | Phone Number ID from Meta WhatsApp Manager | |

openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1934,7 +1934,7 @@ components:
19341934
type: object
19351935
properties:
19361936
postId: { type: string }
1937-
latePostId: { type: string, nullable: true, description: 'Original Late post ID if scheduled via Late' }
1937+
latePostId: { type: string, nullable: true, description: 'Original Zernio post ID if scheduled via Zernio' }
19381938
status: { type: string, enum: [published, failed, partial], description: 'Overall post status. "partial" when some platforms published and others failed.' }
19391939
content: { type: string }
19401940
scheduledFor: { type: string, format: date-time }
@@ -1972,7 +1972,7 @@ components:
19721972
type: object
19731973
properties:
19741974
_id: { type: string }
1975-
latePostId: { type: string, nullable: true, description: 'Original Late post ID if scheduled via Late' }
1975+
latePostId: { type: string, nullable: true, description: 'Original Zernio post ID if scheduled via Zernio' }
19761976
content: { type: string }
19771977
scheduledFor: { type: string, format: date-time }
19781978
publishedAt: { type: string, format: date-time }
@@ -3135,7 +3135,7 @@ paths:
31353135
- $ref: '#/components/schemas/AnalyticsListResponse'
31363136
examples:
31373137
singlePost:
3138-
summary: Single post analytics (Late post with synced analytics)
3138+
summary: Single post analytics (Zernio post with synced analytics)
31393139
value:
31403140
postId: "65f1c0a9e2b5af0012ab34cd"
31413141
latePostId: null
@@ -8500,7 +8500,7 @@ paths:
85008500
properties:
85018501
profileId:
85028502
type: string
8503-
description: Your Late profile ID
8503+
description: Your Zernio profile ID
85048504
accessToken:
85058505
type: string
85068506
description: Permanent System User access token from Meta Business Suite

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>zernio-sdk</artifactId>
66
<packaging>jar</packaging>
77
<name>zernio-sdk</name>
8-
<version>0.0.91</version>
8+
<version>0.0.92</version>
99
<url>https://github.com/openapitools/openapi-generator</url>
1010
<description>OpenAPI Java</description>
1111
<scm>

src/main/java/dev/zernio/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
* <p>The setter methods of this class return the current object to facilitate
5555
* a fluent style of configuration.</p>
5656
*/
57-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-03-24T10:29:40.208080280Z[Etc/UTC]", comments = "Generator version: 7.19.0")
57+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-03-24T17:14:16.166233410Z[Etc/UTC]", comments = "Generator version: 7.19.0")
5858
public class ApiClient {
5959

6060
protected HttpClient.Builder builder;

src/main/java/dev/zernio/ApiException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
import java.net.http.HttpHeaders;
1717

18-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-03-24T10:29:40.208080280Z[Etc/UTC]", comments = "Generator version: 7.19.0")
18+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-03-24T17:14:16.166233410Z[Etc/UTC]", comments = "Generator version: 7.19.0")
1919
public class ApiException extends Exception {
2020
private static final long serialVersionUID = 1L;
2121

src/main/java/dev/zernio/ApiResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* @param <T> The type of data that is deserialized from response body
2323
*/
24-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-03-24T10:29:40.208080280Z[Etc/UTC]", comments = "Generator version: 7.19.0")
24+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-03-24T17:14:16.166233410Z[Etc/UTC]", comments = "Generator version: 7.19.0")
2525
public class ApiResponse<T> {
2626
final private int statusCode;
2727
final private Map<String, List<String>> headers;

0 commit comments

Comments
 (0)