Skip to content

Commit b93f938

Browse files
chore: regenerate from OpenAPI spec
- Auto-generated SDK updates - Version: v0.0.133
1 parent 76076aa commit b93f938

819 files changed

Lines changed: 832 additions & 830 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-04-10T16:29:54.019260460Z[Etc/UTC]
7+
- Build date: 2026-04-12T10:13:16.072711654Z[Etc/UTC]
88

99
- Generator version: 7.19.0
1010

api/openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4572,7 +4572,8 @@ paths:
45724572
$ref: "#/components/schemas/selectFacebookPage_200_response"
45734573
description: Facebook Page connected successfully
45744574
"400":
4575-
description: "Missing required fields (profileId, pageId, or tempToken)"
4575+
description: "Missing required fields (profileId, pageId, tempToken, or\
4576+
\ userProfile)"
45764577
"401":
45774578
$ref: "#/components/responses/Unauthorized"
45784579
"403":
@@ -24071,6 +24072,7 @@ components:
2407124072
- pageId
2407224073
- profileId
2407324074
- tempToken
24075+
- userProfile
2407424076
selectFacebookPage_200_response_account:
2407524077
example:
2407624078
accountId: accountId

docs/ConnectApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3394,7 +3394,7 @@ public class Example {
33943394
| Status code | Description | Response headers |
33953395
|-------------|-------------|------------------|
33963396
| **200** | Facebook Page connected successfully | - |
3397-
| **400** | Missing required fields (profileId, pageId, or tempToken) | - |
3397+
| **400** | Missing required fields (profileId, pageId, tempToken, or userProfile) | - |
33983398
| **401** | Unauthorized | - |
33993399
| **403** | User does not have access to the specified profile | - |
34003400
| **404** | Selected page not found in available pages | - |
@@ -3478,7 +3478,7 @@ ApiResponse<[**SelectFacebookPage200Response**](SelectFacebookPage200Response.md
34783478
| Status code | Description | Response headers |
34793479
|-------------|-------------|------------------|
34803480
| **200** | Facebook Page connected successfully | - |
3481-
| **400** | Missing required fields (profileId, pageId, or tempToken) | - |
3481+
| **400** | Missing required fields (profileId, pageId, tempToken, or userProfile) | - |
34823482
| **401** | Unauthorized | - |
34833483
| **403** | User does not have access to the specified profile | - |
34843484
| **404** | Selected page not found in available pages | - |

docs/SelectFacebookPageRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
|**profileId** | **String** | Profile ID from your connection flow | |
1111
|**pageId** | **String** | The Facebook Page ID selected by the user | |
1212
|**tempToken** | **String** | Temporary Facebook access token from OAuth | |
13-
|**userProfile** | [**SelectFacebookPageRequestUserProfile**](SelectFacebookPageRequestUserProfile.md) | | [optional] |
13+
|**userProfile** | [**SelectFacebookPageRequestUserProfile**](SelectFacebookPageRequestUserProfile.md) | | |
1414
|**redirectUrl** | **URI** | Optional custom redirect URL to return to after selection | [optional] |
1515

1616

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7482,7 +7482,7 @@ paths:
74827482
application/json:
74837483
schema:
74847484
type: object
7485-
required: [profileId, pageId, tempToken]
7485+
required: [profileId, pageId, tempToken, userProfile]
74867486
properties:
74877487
profileId:
74887488
type: string
@@ -7552,7 +7552,7 @@ paths:
75527552
isActive: true
75537553
selectedPageName: "My Brand Page"
75547554
'400':
7555-
description: "Missing required fields (profileId, pageId, or tempToken)"
7555+
description: "Missing required fields (profileId, pageId, tempToken, or userProfile)"
75567556
'401': { $ref: '#/components/responses/Unauthorized' }
75577557
'403':
75587558
description: User does not have access to the specified profile

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.132</version>
8+
<version>0.0.133</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-04-10T16:29:54.019260460Z[Etc/UTC]", comments = "Generator version: 7.19.0")
57+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-04-12T10:13:16.072711654Z[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-04-10T16:29:54.019260460Z[Etc/UTC]", comments = "Generator version: 7.19.0")
18+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-04-12T10:13:16.072711654Z[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-04-10T16:29:54.019260460Z[Etc/UTC]", comments = "Generator version: 7.19.0")
24+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-04-12T10:13:16.072711654Z[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;

src/main/java/dev/zernio/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import java.util.concurrent.atomic.AtomicReference;
1818
import java.util.function.Supplier;
1919

20-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-04-10T16:29:54.019260460Z[Etc/UTC]", comments = "Generator version: 7.19.0")
20+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-04-12T10:13:16.072711654Z[Etc/UTC]", comments = "Generator version: 7.19.0")
2121
public class Configuration {
2222
public static final String VERSION = "1.0.1";
2323

0 commit comments

Comments
 (0)