Skip to content

Commit

Permalink
[Automated] OpenAPI Spec Update (#9)
Browse files Browse the repository at this point in the history
[create-pull-request] automated change

Co-authored-by: BehnH <[email protected]>
  • Loading branch information
github-actions[bot] and BehnH authored Jan 21, 2025
1 parent 6d4ec87 commit a1ce498
Show file tree
Hide file tree
Showing 35 changed files with 94 additions and 37 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is the OpenAPI Spec for the [Loops API](https://loops.so/docs/api).
## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: 1.3.3
- API version: 1.3.4
- Package version: 1.0.2
- Generator version: 7.7.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen
Expand Down
6 changes: 5 additions & 1 deletion api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.1.0
info:
description: "This is the OpenAPI Spec for the [Loops API](https://loops.so/docs/api)."
title: Loops OpenAPI Spec
version: 1.3.3
version: 1.3.4
servers:
- url: https://app.loops.so/api/v1
tags:
Expand Down Expand Up @@ -567,16 +567,20 @@ components:
MailingList:
example:
name: name
description: description
isPublic: true
id: id
properties:
id:
type: string
name:
type: string
description:
type: string
isPublic:
type: boolean
required:
- description
- id
- isPublic
- name
Expand Down
2 changes: 1 addition & 1 deletion api_api_key.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_contacts.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_custom_fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_events.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_mailing_lists.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_transactional_emails.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 22 additions & 1 deletion docs/MailingList.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | |
**Name** | **string** | |
**Description** | **string** | |
**IsPublic** | **bool** | |

## Methods

### NewMailingList

`func NewMailingList(id string, name string, isPublic bool, ) *MailingList`
`func NewMailingList(id string, name string, description string, isPublic bool, ) *MailingList`

NewMailingList instantiates a new MailingList object
This constructor will assign default values to properties that have it defined,
Expand Down Expand Up @@ -67,6 +68,26 @@ and a boolean to check if the value has been set.
SetName sets Name field to given value.


### GetDescription

`func (o *MailingList) GetDescription() string`

GetDescription returns the Description field if non-nil, zero value otherwise.

### GetDescriptionOk

`func (o *MailingList) GetDescriptionOk() (*string, bool)`

GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetDescription

`func (o *MailingList) SetDescription(v string)`

SetDescription sets Description field to given value.


### GetIsPublic

`func (o *MailingList) GetIsPublic() bool`
Expand Down
2 changes: 1 addition & 1 deletion model__api_key_get_200_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model__api_key_get_401_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model__transactional_post_400_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_contact.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_contact_delete_request.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_contact_delete_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_contact_failure_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_contact_request.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_contact_success_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_custom_field.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_event_failure_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_event_request.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_event_success_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 30 additions & 2 deletions model_mailing_list.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_transactional_failure2_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_transactional_failure2_response_error.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_transactional_failure3_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_transactional_failure_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a1ce498

Please sign in to comment.