Skip to content

Fix type of expireTimestamp #106

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 1 commit into from
Apr 24, 2025
Merged

Fix type of expireTimestamp #106

merged 1 commit into from
Apr 24, 2025

Conversation

Yang-33
Copy link
Contributor

@Yang-33 Yang-33 commented Apr 22, 2025

Type for CreateAudienceGroupResponse#expireTimestamp is not float or double, but integer actually. This change fixes type.

@Yang-33 Yang-33 self-assigned this Apr 22, 2025
Copy link

JAVA

You can check generated code in java

Check the diff here

Copy link

GO

You can check generated code in go

Check the diff here

Copy link

PHP

You can check generated code in php

Check the diff here

Copy link

PYTHON

You can check generated code in python

Check the diff here

Copy link

NODEJS

You can check generated code in nodejs

Check the diff here

@Yang-33 Yang-33 requested a review from a team April 22, 2025 01:43
@Yang-33 Yang-33 marked this pull request as ready for review April 22, 2025 01:43
@eucyt eucyt added this pull request to the merge queue Apr 24, 2025
Merged via the queue into main with commit 69c7f21 Apr 24, 2025
20 checks passed
@eucyt eucyt deleted the type branch April 24, 2025 11:08
Yang-33 pushed a commit to line/line-bot-sdk-go that referenced this pull request Apr 24, 2025
line/line-openapi#106

Type for `CreateAudienceGroupResponse#expireTimestamp` is not float or
double, but integer actually. This change fixes type.

Co-authored-by: github-actions <github-actions@github.com>
Yang-33 pushed a commit to line/line-bot-sdk-php that referenced this pull request Apr 24, 2025
line/line-openapi#106

Type for `CreateAudienceGroupResponse#expireTimestamp` is not float or
double, but integer actually. This change fixes type.

---------

Co-authored-by: github-actions <github-actions@github.com>
Yang-33 pushed a commit to line/line-bot-sdk-python that referenced this pull request Apr 24, 2025
line/line-openapi#106

Type for `CreateAudienceGroupResponse#expireTimestamp` is not float or
double, but integer actually. This change fixes type.

Co-authored-by: github-actions <github-actions@github.com>
github-merge-queue bot pushed a commit to line/line-bot-sdk-ruby that referenced this pull request Apr 24, 2025
line/line-openapi#106

Type for `CreateAudienceGroupResponse#expireTimestamp` is not float or
double, but integer actually. This change fixes type.

Co-authored-by: github-actions <github-actions@github.com>
Yang-33 pushed a commit to line/line-bot-sdk-java that referenced this pull request Apr 24, 2025
line/line-openapi#106

Type for `CreateAudienceGroupResponse#expireTimestamp` is not float or
double, but integer actually. This change fixes type.

Co-authored-by: github-actions <github-actions@github.com>
renovate bot added a commit to shusann01116/recipena that referenced this pull request Apr 24, 2025
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/line/line-bot-sdk-go/v8](https://redirect.github.com/line/line-bot-sdk-go)
| `v8.13.0` -> `v8.13.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fline%2fline-bot-sdk-go%2fv8/v8.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fline%2fline-bot-sdk-go%2fv8/v8.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fline%2fline-bot-sdk-go%2fv8/v8.13.0/v8.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fline%2fline-bot-sdk-go%2fv8/v8.13.0/v8.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>line/line-bot-sdk-go
(github.com/line/line-bot-sdk-go/v8)</summary>

###
[`v8.13.1`](https://redirect.github.com/line/line-bot-sdk-go/releases/tag/v8.13.1):
Fix type of CreateAudienceGroupResponse#expireTimestamp

[Compare
Source](https://redirect.github.com/line/line-bot-sdk-go/compare/v8.13.0...v8.13.1)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

Type for `CreateAudienceGroupResponse#expireTimestamp` is not float or
double, but integer actually. This change fixes type.

- Fix type of expireTimestamp by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/line/line-bot-sdk-go/pull/581](https://redirect.github.com/line/line-bot-sdk-go/pull/581)

<!-- PR-START line/line-openapi#106 -->

(original PR is
[https://github.com/line/line-openapi/pull/106](https://redirect.github.com/line/line-openapi/pull/106))

<!-- PR-END line/line-openapi#106 -->

##### line-openapi updates

- chore(deps): update line-openapi digest to
[`f8dd567`](https://redirect.github.com/line/line-bot-sdk-go/commit/f8dd567)
by [@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/line/line-bot-sdk-go/pull/579](https://redirect.github.com/line/line-bot-sdk-go/pull/579)

##### Dependency updates

- chore(deps): update actions/setup-python action to v5.6.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/line/line-bot-sdk-go/pull/580](https://redirect.github.com/line/line-bot-sdk-go/pull/580)

**Full Changelog**:
line/line-bot-sdk-go@v8.13.0...v8.13.1

***

This release is prepared by
[@&#8203;Yang-33](https://redirect.github.com/Yang-33)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/shusann01116/recipena).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants