gopadjs 3.2.0 → 3.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/RELEASE +1 -1
- package/.github/settings.yml +4 -6
- package/.github/workflows/automerge.yml +6 -8
- package/.github/workflows/flake.yml +6 -9
- package/.github/workflows/general.yml +2 -2
- package/.github/workflows/openapi.yml +10 -12
- package/.github/workflows/release.yml +8 -9
- package/CHANGELOG.md +15 -0
- package/README.md +2 -2
- package/flake.lock +12 -12
- package/openapi.yml +1 -1
- package/package.json +3 -3
- package/.github/issue_template.md +0 -9
- package/.github/pull_request_template.md +0 -8
package/.github/RELEASE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Mon Dec
|
|
1
|
+
Mon Dec 15 08:17:19 UTC 2025
|
package/.github/settings.yml
CHANGED
|
@@ -49,18 +49,16 @@ rulesets:
|
|
|
49
49
|
parameters:
|
|
50
50
|
strict_required_status_checks_policy: true
|
|
51
51
|
required_status_checks:
|
|
52
|
-
- context: Semantic PR
|
|
53
|
-
integration_id: 198092
|
|
54
52
|
- context: testing
|
|
55
53
|
integration_id: 15368
|
|
56
54
|
bypass_actors:
|
|
57
55
|
- actor_id: 1
|
|
58
56
|
actor_type: OrganizationAdmin
|
|
59
57
|
bypass_mode: always
|
|
60
|
-
- actor_id: 906029
|
|
58
|
+
- actor_id: 906029 # app
|
|
61
59
|
actor_type: Integration
|
|
62
60
|
bypass_mode: always
|
|
63
|
-
- actor_id: 2825367
|
|
61
|
+
- actor_id: 2825367 # bots
|
|
64
62
|
actor_type: Team
|
|
65
63
|
bypass_mode: always
|
|
66
64
|
|
|
@@ -87,10 +85,10 @@ rulesets:
|
|
|
87
85
|
- actor_id: 1
|
|
88
86
|
actor_type: OrganizationAdmin
|
|
89
87
|
bypass_mode: always
|
|
90
|
-
- actor_id: 906029
|
|
88
|
+
- actor_id: 906029 # app
|
|
91
89
|
actor_type: Integration
|
|
92
90
|
bypass_mode: always
|
|
93
|
-
- actor_id: 2825367
|
|
91
|
+
- actor_id: 2825367 # bots
|
|
94
92
|
actor_type: Team
|
|
95
93
|
bypass_mode: always
|
|
96
94
|
|
|
@@ -11,7 +11,6 @@ name: automerge
|
|
|
11
11
|
permissions:
|
|
12
12
|
contents: write
|
|
13
13
|
pull-requests: write
|
|
14
|
-
issues: write
|
|
15
14
|
|
|
16
15
|
jobs:
|
|
17
16
|
dependabot:
|
|
@@ -21,14 +20,13 @@ jobs:
|
|
|
21
20
|
steps:
|
|
22
21
|
- name: Generate token
|
|
23
22
|
id: token
|
|
24
|
-
uses:
|
|
23
|
+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
|
|
25
24
|
with:
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
{"contents": "write", "pull_requests": "write", "issues": "write"}
|
|
25
|
+
app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
|
|
26
|
+
private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}
|
|
27
|
+
permission-contents: write
|
|
28
|
+
permission-pull-requests: write
|
|
29
|
+
permission-issues: write
|
|
32
30
|
|
|
33
31
|
- name: Fetch metadata
|
|
34
32
|
uses: dependabot/fetch-metadata@08eff52bf64351f401fb50d4972fa95b9f2c2d1b # v2
|
|
@@ -17,22 +17,19 @@ jobs:
|
|
|
17
17
|
steps:
|
|
18
18
|
- name: Generate token
|
|
19
19
|
id: token
|
|
20
|
-
uses:
|
|
20
|
+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
|
|
21
21
|
with:
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
private_key: ${{ secrets.TOKEN_EXCHANGE_KEY }}
|
|
26
|
-
permissions: >-
|
|
27
|
-
{"contents": "write"}
|
|
22
|
+
app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
|
|
23
|
+
private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}
|
|
24
|
+
permission-contents: write
|
|
28
25
|
|
|
29
26
|
- name: Checkout source
|
|
30
|
-
uses: actions/checkout@
|
|
27
|
+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
|
|
31
28
|
with:
|
|
32
29
|
token: ${{ steps.token.outputs.token }}
|
|
33
30
|
|
|
34
31
|
- name: Install nix
|
|
35
|
-
uses: cachix/install-nix-action@
|
|
32
|
+
uses: cachix/install-nix-action@4e002c8ec80594ecd40e759629461e26c8abed15 # v31
|
|
36
33
|
|
|
37
34
|
- name: Update flake
|
|
38
35
|
run: nix flake update
|
|
@@ -19,10 +19,10 @@ jobs:
|
|
|
19
19
|
|
|
20
20
|
steps:
|
|
21
21
|
- name: Checkout source
|
|
22
|
-
uses: actions/checkout@
|
|
22
|
+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
|
|
23
23
|
|
|
24
24
|
- name: Setup nodejs
|
|
25
|
-
uses: actions/setup-node@
|
|
25
|
+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
|
|
26
26
|
with:
|
|
27
27
|
node-version: 24.x
|
|
28
28
|
cache: 'npm'
|
|
@@ -18,20 +18,18 @@ jobs:
|
|
|
18
18
|
steps:
|
|
19
19
|
- name: Generate token
|
|
20
20
|
id: token
|
|
21
|
-
uses:
|
|
21
|
+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
|
|
22
22
|
with:
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
permissions: >-
|
|
28
|
-
{"contents": "write", "pull_requests": "write"}
|
|
23
|
+
app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
|
|
24
|
+
private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}
|
|
25
|
+
permission-contents: write
|
|
26
|
+
permission-pull-requests: write
|
|
29
27
|
|
|
30
28
|
- name: Checkout source
|
|
31
|
-
uses: actions/checkout@
|
|
29
|
+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
|
|
32
30
|
|
|
33
31
|
- name: Setup nodejs
|
|
34
|
-
uses: actions/setup-node@
|
|
32
|
+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
|
|
35
33
|
with:
|
|
36
34
|
node-version: 24.x
|
|
37
35
|
cache: 'npm'
|
|
@@ -48,7 +46,7 @@ jobs:
|
|
|
48
46
|
|
|
49
47
|
- name: Create request
|
|
50
48
|
id: pr
|
|
51
|
-
uses: peter-evans/create-pull-request@
|
|
49
|
+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8
|
|
52
50
|
with:
|
|
53
51
|
commit-message: "feat: automated openapi client update"
|
|
54
52
|
delete-branch: true
|
|
@@ -67,8 +65,8 @@ jobs:
|
|
|
67
65
|
|
|
68
66
|
- name: Enable automerge
|
|
69
67
|
if: ${{ steps.pr.outputs.pull-request-url }}
|
|
70
|
-
run: gh pr merge --rebase --auto "${{ steps.pr.outputs.pull-request-
|
|
68
|
+
run: gh pr merge --rebase --auto "${{ steps.pr.outputs.pull-request-number }}"
|
|
71
69
|
env:
|
|
72
|
-
GH_TOKEN: ${{
|
|
70
|
+
GH_TOKEN: ${{ steps.token.outputs.token }}
|
|
73
71
|
|
|
74
72
|
...
|
|
@@ -20,22 +20,21 @@ jobs:
|
|
|
20
20
|
steps:
|
|
21
21
|
- name: Generate token
|
|
22
22
|
id: token
|
|
23
|
-
uses:
|
|
23
|
+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
|
|
24
24
|
with:
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
{"contents": "write"}
|
|
25
|
+
app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
|
|
26
|
+
private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}
|
|
27
|
+
permission-contents: write
|
|
28
|
+
permission-pull-requests: write
|
|
29
|
+
permission-issues: write
|
|
31
30
|
|
|
32
31
|
- name: Checkout source
|
|
33
|
-
uses: actions/checkout@
|
|
32
|
+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
|
|
34
33
|
with:
|
|
35
34
|
token: ${{ steps.token.outputs.token }}
|
|
36
35
|
|
|
37
36
|
- name: Setup nodejs
|
|
38
|
-
uses: actions/setup-node@
|
|
37
|
+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
|
|
39
38
|
with:
|
|
40
39
|
node-version: lts/*
|
|
41
40
|
cache: npm
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.2.2](https://github.com/gopad/gopad-js/compare/v3.2.1...v3.2.2) (2025-12-15)
|
|
4
|
+
|
|
5
|
+
### Bugfixes
|
|
6
|
+
|
|
7
|
+
* **patch:** update dependency @types/node to v24.10.2 ([#237](https://github.com/gopad/gopad-js/issues/237)) ([e6c2f37](https://github.com/gopad/gopad-js/commit/e6c2f37c4f64fc515cceed6ac06f15ee5ee28f65))
|
|
8
|
+
* **patch:** update dependency @types/node to v24.10.3 ([#238](https://github.com/gopad/gopad-js/issues/238)) ([4e9b033](https://github.com/gopad/gopad-js/commit/4e9b03310ccd7f61f1bdc75e59c3fa0d35beedf9))
|
|
9
|
+
|
|
10
|
+
## [3.2.1](https://github.com/gopad/gopad-js/compare/v3.2.0...v3.2.1) (2025-12-08)
|
|
11
|
+
|
|
12
|
+
### Bugfixes
|
|
13
|
+
|
|
14
|
+
* **patch:** update dependency prettier to v3.7.2 ([#227](https://github.com/gopad/gopad-js/issues/227)) ([555eb29](https://github.com/gopad/gopad-js/commit/555eb29d0e998b46b3fe05a6f56fdcbb25705310))
|
|
15
|
+
* **patch:** update dependency prettier to v3.7.3 ([#229](https://github.com/gopad/gopad-js/issues/229)) ([1473f58](https://github.com/gopad/gopad-js/commit/1473f589071dc1b0acb89a4e6f791f34550c13dd))
|
|
16
|
+
* **patch:** update dependency prettier to v3.7.4 ([#234](https://github.com/gopad/gopad-js/issues/234)) ([34ab571](https://github.com/gopad/gopad-js/commit/34ab5715d190bb456f02e1365ebe55e66b2749e8))
|
|
17
|
+
|
|
3
18
|
## [3.2.0](https://github.com/gopad/gopad-js/compare/v3.1.0...v3.2.0) (2025-12-01)
|
|
4
19
|
|
|
5
20
|
### Features
|
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ This repository provides a client SDK for Typescript/Javascript. This SDK is
|
|
|
6
6
|
automatically generated by the [OpenAPI Generator][generator] project:
|
|
7
7
|
|
|
8
8
|
- API version: 1.0.0-alpha1
|
|
9
|
-
- Package version: 3.2.
|
|
9
|
+
- Package version: 3.2.2
|
|
10
10
|
- Build package: org.openapitools.codegen.languages.TypeScriptAxiosClientCodegen
|
|
11
11
|
|
|
12
12
|
For more information, please visit [https://gopad.eu](https://gopad.eu)
|
|
@@ -39,7 +39,7 @@ the following command within your project directory, after that you can import
|
|
|
39
39
|
it as other libraries:
|
|
40
40
|
|
|
41
41
|
```console
|
|
42
|
-
npm install --save gopadjs@3.2.
|
|
42
|
+
npm install --save gopadjs@3.2.2
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
### Installation with Git
|
package/flake.lock
CHANGED
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"nixpkgs": "nixpkgs"
|
|
44
44
|
},
|
|
45
45
|
"locked": {
|
|
46
|
-
"lastModified":
|
|
47
|
-
"narHash": "sha256-
|
|
46
|
+
"lastModified": 1764927628,
|
|
47
|
+
"narHash": "sha256-AH2H5O9i7k3oarg3MooAnQtZxo44qxrUTUuvGOy/OEc=",
|
|
48
48
|
"owner": "cachix",
|
|
49
49
|
"repo": "devenv",
|
|
50
|
-
"rev": "
|
|
50
|
+
"rev": "247d7027f91368054fb0eefbd755a73d42b66fee",
|
|
51
51
|
"type": "github"
|
|
52
52
|
},
|
|
53
53
|
"original": {
|
|
@@ -75,11 +75,11 @@
|
|
|
75
75
|
"flake-compat_2": {
|
|
76
76
|
"flake": false,
|
|
77
77
|
"locked": {
|
|
78
|
-
"lastModified":
|
|
79
|
-
"narHash": "sha256-
|
|
78
|
+
"lastModified": 1761588595,
|
|
79
|
+
"narHash": "sha256-XKUZz9zewJNUj46b4AJdiRZJAvSZ0Dqj2BNfXvFlJC4=",
|
|
80
80
|
"owner": "edolstra",
|
|
81
81
|
"repo": "flake-compat",
|
|
82
|
-
"rev": "
|
|
82
|
+
"rev": "f387cd2afec9419c8ee37694406ca490c3f34ee5",
|
|
83
83
|
"type": "github"
|
|
84
84
|
},
|
|
85
85
|
"original": {
|
|
@@ -160,11 +160,11 @@
|
|
|
160
160
|
"nixpkgs": "nixpkgs_2"
|
|
161
161
|
},
|
|
162
162
|
"locked": {
|
|
163
|
-
"lastModified":
|
|
164
|
-
"narHash": "sha256-
|
|
163
|
+
"lastModified": 1765016596,
|
|
164
|
+
"narHash": "sha256-rhSqPNxDVow7OQKi4qS5H8Au0P4S3AYbawBSmJNUtBQ=",
|
|
165
165
|
"owner": "cachix",
|
|
166
166
|
"repo": "git-hooks.nix",
|
|
167
|
-
"rev": "
|
|
167
|
+
"rev": "548fc44fca28a5e81c5d6b846e555e6b9c2a5a3c",
|
|
168
168
|
"type": "github"
|
|
169
169
|
},
|
|
170
170
|
"original": {
|
|
@@ -305,11 +305,11 @@
|
|
|
305
305
|
},
|
|
306
306
|
"nixpkgs_3": {
|
|
307
307
|
"locked": {
|
|
308
|
-
"lastModified":
|
|
309
|
-
"narHash": "sha256-
|
|
308
|
+
"lastModified": 1764950072,
|
|
309
|
+
"narHash": "sha256-BmPWzogsG2GsXZtlT+MTcAWeDK5hkbGRZTeZNW42fwA=",
|
|
310
310
|
"owner": "NixOS",
|
|
311
311
|
"repo": "nixpkgs",
|
|
312
|
-
"rev": "
|
|
312
|
+
"rev": "f61125a668a320878494449750330ca58b78c557",
|
|
313
313
|
"type": "github"
|
|
314
314
|
},
|
|
315
315
|
"original": {
|
package/openapi.yml
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gopadjs",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.2",
|
|
4
4
|
"description": "OpenAPI client for Gopad",
|
|
5
5
|
"homepage": "https://github.com/gopad/gopad-js#readme",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"axios": "^1.6.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@types/node": "24.10.
|
|
38
|
-
"prettier": "3.7.
|
|
37
|
+
"@types/node": "24.10.3",
|
|
38
|
+
"prettier": "3.7.4",
|
|
39
39
|
"typescript": "5.9.3"
|
|
40
40
|
},
|
|
41
41
|
"publishConfig": {
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<!-- PLEASE READ BEFORE DELETING
|
|
2
|
-
|
|
3
|
-
Please write english, this is the language everybody of us understands. Take a
|
|
4
|
-
moment to search the issues, maybe somebody already reported your problem. If
|
|
5
|
-
you only got questions please head over to our Matrix channel:
|
|
6
|
-
|
|
7
|
-
https://matrix.to/#/#gopad:matrix.org
|
|
8
|
-
|
|
9
|
-
-->
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<!-- PLEASE READ BEFORE DELETING
|
|
2
|
-
|
|
3
|
-
Make sure to target the master branch, describe what your pull requests does and
|
|
4
|
-
which issue you are solving. Please read our contribution guidelines as well:
|
|
5
|
-
|
|
6
|
-
https://github.com/gopad/gopad-js/blob/master/CONTRIBUTING.md
|
|
7
|
-
|
|
8
|
-
-->
|