@resolution/confluence-api-client 0.11.0 → 0.11.1

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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/CHANGELOG.md +0 -360
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolution/confluence-api-client",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "Confluence API Client based on OpenAPI Schema from Atlassian.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -38,10 +38,10 @@
38
38
  },
39
39
  "homepage": "https://bitbucket.org/resolutiongmbh/atlassian-api-clients#readme",
40
40
  "dependencies": {
41
- "@resolution/atlassian-api-common": "^0.11.0"
41
+ "@resolution/atlassian-api-common": "^0.11.1"
42
42
  },
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "99655431a28058017204a2bb41278b2e3ed439dc"
46
+ "gitHead": "8278ac2f9356b5f5f919603cbc460bbd5b94c42f"
47
47
  }
package/CHANGELOG.md DELETED
@@ -1,360 +0,0 @@
1
- ## 0.10.0 (2024-12-21)
2
-
3
- * fix: add missing OpenAPI codegen ([abe953d](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/abe953d))
4
- * fix: combine steps ([8a5b0a1](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8a5b0a1))
5
- * fix: disable eslint for generated files ([d3c2bce](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/d3c2bce))
6
- * fix: generate changelog after setting version tag ([eaa4ebe](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/eaa4ebe))
7
- * fix: generate versions in PRs, publish in master ([581a98d](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/581a98d))
8
- * fix: no changelog ([8131f9b](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8131f9b))
9
- * fix: no changelog, fix attribute ([1d35f6f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/1d35f6f))
10
- * fix: skip CI on auto commits ([3024f96](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3024f96))
11
- * fix: specify yarn run for ts-node ([04e5d95](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/04e5d95))
12
- * chore: auto new version [skip ci] ([30b138b](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/30b138b))
13
- * chore: auto new version [skip ci] ([26b2846](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/26b2846))
14
- * chore: auto new version [skip ci] ([8382116](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8382116))
15
- * chore: remove generated files ([8c486bd](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8c486bd))
16
- * chore: remove stored changelogs ([eaf6e94](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/eaf6e94))
17
- * chore: update dependencies, add contribution info ([836ae20](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/836ae20))
18
- * chore: update generated files according to new OpenAPI schemas ([9e470ac](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9e470ac))
19
- * feat: show warnings when calling deprecated operations ([4eef6ba](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4eef6ba))
20
-
21
-
22
-
23
- ## <small>0.7.12 (2024-11-12)</small>
24
-
25
- * chore: publish ([4986e39](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4986e39))
26
- * chore: update generated files according to new OpenAPI schemas ([88db1fb](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/88db1fb))
27
- * fix: patch for SpaceSingle icon property ([ddc0431](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/ddc0431))
28
-
29
-
30
-
31
- ## <small>0.7.11 (2024-11-12)</small>
32
-
33
- * chore: publish ([2a076b1](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/2a076b1))
34
- * chore: update generated files according to new OpenAPI schemas ([9ddd544](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9ddd544))
35
- * fix: requestConfluence fetch by forge bridge returns empty url ([a3e3d71](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/a3e3d71))
36
-
37
-
38
-
39
- ## <small>0.7.10 (2024-11-08)</small>
40
-
41
- * chore: publish ([c0ebbc7](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c0ebbc7))
42
- * chore: update generated files according to new OpenAPI schemas ([bc27fbd](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/bc27fbd))
43
- * fix: confluence OpenAPI fixes for SpacePermissionAssignment ([7ab6ac6](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/7ab6ac6))
44
-
45
-
46
-
47
- ## <small>0.7.9 (2024-11-08)</small>
48
-
49
- * chore: publish ([1fd58ce](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/1fd58ce))
50
- * chore: update generated files according to new OpenAPI schemas ([37dae91](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/37dae91))
51
- * fix: confluence open api fixes for SpaceBulk ([7b7f8e4](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/7b7f8e4))
52
-
53
-
54
-
55
- ## <small>0.7.8 (2024-11-08)</small>
56
-
57
- * chore: publish ([b46eb54](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/b46eb54))
58
- * chore: update generated files according to new OpenAPI schemas ([016b140](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/016b140))
59
- * fix: confluence api proper fix for forgeApi ([021fb34](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/021fb34))
60
-
61
-
62
-
63
- ## <small>0.7.7 (2024-11-01)</small>
64
-
65
- * chore: publish ([063bbf9](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/063bbf9))
66
- * chore: update generated files according to new OpenAPI schemas ([40f55f6](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/40f55f6))
67
- * fix: make argument of asUser optional for forge api ([596ff4a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/596ff4a))
68
-
69
-
70
-
71
- ## <small>0.7.6 (2024-10-01)</small>
72
-
73
- * chore: publish ([0674fd0](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/0674fd0))
74
- * chore: regenerate api clients based on today's spec ([df96bbf](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/df96bbf))
75
- * chore: update generated files according to new OpenAPI schemas ([64e9071](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/64e9071))
76
- * refactor: use replaceJsonResponse for Jira bulk get users response patch ([ad5dfcc](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/ad5dfcc))
77
- * fix: fix return types for Jira's bulk get users API ([d9cbc9d](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/d9cbc9d))
78
-
79
-
80
-
81
- ## <small>0.7.5 (2024-09-24)</small>
82
-
83
- * chore: publish ([35467ce](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/35467ce))
84
- * chore: update generated files according to new OpenAPI schemas ([7573a2c](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/7573a2c))
85
- * fix: patch serverInfo schema ([72cc61b](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/72cc61b))
86
-
87
-
88
-
89
- ## <small>0.7.4 (2024-09-13)</small>
90
-
91
- * chore: publish ([ea5d7ea](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/ea5d7ea))
92
- * chore: update generated files according to new OpenAPI schemas ([597443e](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/597443e))
93
- * fix: add more information to HTTP Errors ([9d702c0](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9d702c0))
94
-
95
-
96
-
97
- ## <small>0.7.3 (2024-09-12)</small>
98
-
99
- * chore: publish ([4087593](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4087593))
100
- * chore: update generated files according to new OpenAPI schemas ([32dc09d](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/32dc09d))
101
- * fix: name of comment field in IssueBeanKnownFields ([b63935f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/b63935f))
102
-
103
-
104
-
105
- ## <small>0.7.2 (2024-09-10)</small>
106
-
107
- * chore: publish ([9789ec4](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9789ec4))
108
- * fix: use baseUrl from client config, include api-typescript-generator version bump ([4c95db1](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4c95db1))
109
-
110
-
111
-
112
- ## <small>0.7.1 (2024-09-10)</small>
113
-
114
- * chore: publish ([5be538e](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/5be538e))
115
- * chore: update generated files according to new OpenAPI schemas ([496aa01](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/496aa01))
116
- * fix: change fake confluence baseUrl to be a valid URL ([6dc991f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/6dc991f))
117
-
118
-
119
-
120
- ## 0.7.0 (2024-09-10)
121
-
122
- * chore: publish ([fad3f45](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/fad3f45))
123
- * feat: support forgeApiWithProvider in jira and confluence ([4de975a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4de975a))
124
-
125
-
126
-
127
- ## <small>0.6.4 (2024-09-10)</small>
128
-
129
- * chore: publish ([9429cb1](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9429cb1))
130
- * fix: handle incorrect http response from Atlassian API: another attempt to solve this problem ([4cda0bc](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4cda0bc))
131
-
132
-
133
-
134
- ## <small>0.6.3 (2024-09-10)</small>
135
-
136
- * chore: publish ([14e65ae](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/14e65ae))
137
- * chore: update generated files according to new OpenAPI schemas ([c823af8](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c823af8))
138
- * fix: export JSM/JiraSoftware models properly ([c42eec4](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c42eec4))
139
- * fix: handle incorrect http response from Atlassian API: empty body with json content-type ([dfb35f2](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/dfb35f2))
140
-
141
-
142
-
143
- ## <small>0.6.2 (2024-09-05)</small>
144
-
145
- * chore: publish ([2096f42](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/2096f42))
146
- * fix: add proper reference to IssueLinkFromIssue ([67f9cea](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/67f9cea))
147
-
148
-
149
-
150
- ## <small>0.6.1 (2024-08-22)</small>
151
-
152
- * chore: publish ([3820494](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3820494))
153
- * chore: update generated files according to new OpenAPI schemas ([93efad5](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/93efad5))
154
- * fix: export ApiClientOptions from common package entry point ([9c88f39](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9c88f39))
155
-
156
-
157
-
158
- ## 0.6.0 (2024-08-19)
159
-
160
- * chore: publish ([8f0bfd1](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8f0bfd1))
161
- * chore: update generated files according to new OpenAPI schemas ([3059e01](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3059e01))
162
- * fix: extract known issue bean fields to a separate type ([815fcf8](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/815fcf8))
163
- * feat: ability to customize validation error handling ([3eb0e04](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3eb0e04))
164
-
165
-
166
-
167
- ## <small>0.5.11 (2024-08-12)</small>
168
-
169
- * chore: publish ([843f5fd](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/843f5fd))
170
- * chore: update from latest OpenAPI schemas ([1ec7370](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/1ec7370))
171
- * fix: split issue links into inwards / outwards ([03cbf85](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/03cbf85))
172
-
173
-
174
-
175
- ## <small>0.5.10 (2024-08-05)</small>
176
-
177
- * chore: publish ([3ccf6e7](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3ccf6e7))
178
- * chore: update generated files according to new OpenAPI schemas ([e53503e](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/e53503e))
179
- * fix: add missing nullable fields to issue bean ([a03299a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/a03299a))
180
-
181
-
182
-
183
- ## <small>0.5.9 (2024-08-05)</small>
184
-
185
- * chore: publish ([ff0ce01](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/ff0ce01))
186
- * chore: support refs at nullableProperties ([587097a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/587097a))
187
- * chore: update from latest OpenAPI schemas ([15343b0](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/15343b0))
188
-
189
-
190
-
191
- ## <small>0.5.8 (2024-07-23)</small>
192
-
193
- * chore: publish ([723f651](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/723f651))
194
- * fix: remove project from required fields of an issue, add other issue fields ([d809e59](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/d809e59))
195
-
196
-
197
-
198
- ## <small>0.5.7 (2024-07-22)</small>
199
-
200
- * chore: fix patch error message ([77466cc](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/77466cc))
201
- * chore: publish ([bb4ea7b](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/bb4ea7b))
202
- * chore: update generated files according to new OpenAPI schemas ([b7be258](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/b7be258))
203
- * fix: proper expand parameter serialization ([01f8bec](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/01f8bec))
204
-
205
-
206
-
207
- ## <small>0.5.6 (2024-07-05)</small>
208
-
209
- * chore: publish ([9a70419](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9a70419))
210
- * fix: confluence api constructor options, improve docs ([194e14f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/194e14f))
211
-
212
-
213
-
214
- ## <small>0.5.5 (2024-07-02)</small>
215
-
216
- * chore: publish ([c53203f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c53203f))
217
- * chore: update generated files according to new OpenAPI schemas ([4e99c49](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4e99c49))
218
- * docs: remove unnecessary escaping in docs ([6f2702f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/6f2702f))
219
-
220
-
221
-
222
- ## <small>0.5.4 (2024-07-02)</small>
223
-
224
- * chore: publish ([d6160f6](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/d6160f6))
225
- * chore: update generated files according to new OpenAPI schemas ([5290797](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/5290797))
226
- * fix: reuse same core classes / types ([8e7465a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8e7465a))
227
- * docs: improve documentation, remove unnecessary constructor info, escapes ([bf89338](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/bf89338))
228
-
229
-
230
-
231
- ## <small>0.5.3 (2024-06-28)</small>
232
-
233
- * chore: publish ([107f17f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/107f17f))
234
- * chore: update generated files according to new OpenAPI schemas ([e11c98e](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/e11c98e))
235
- * fix: improve documentation ([a327fcc](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/a327fcc))
236
-
237
-
238
-
239
- ## <small>0.5.2 (2024-06-24)</small>
240
-
241
- * chore: adjust imports ([9f878a2](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9f878a2))
242
- * chore: adjust imports ([e7074a3](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/e7074a3))
243
- * chore: publish ([9a57c30](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9a57c30))
244
- * chore: update generated files according to new OpenAPI schemas ([0f71b37](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/0f71b37))
245
- * build: fix build order ([59f62ec](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/59f62ec))
246
- * fix: include API Docs markdown files, build automatically ([07e5670](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/07e5670))
247
-
248
-
249
-
250
- ## <small>0.5.1 (2024-06-21)</small>
251
-
252
- * chore: publish ([d362b49](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/d362b49))
253
- * fix: add missing Jira Service Management exports ([44da6cd](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/44da6cd))
254
- * fix: configure validation schema storage with ApiError ([27ac3de](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/27ac3de))
255
-
256
-
257
-
258
- ## 0.5.0 (2024-06-20)
259
-
260
- * chore: publish ([191b97e](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/191b97e))
261
- * feat: first version of Jira Service Management API ([67634ea](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/67634ea))
262
-
263
-
264
-
265
- ## <small>0.4.6 (2024-06-14)</small>
266
-
267
- * chore: publish ([191a3be](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/191a3be))
268
- * fix: use more optimized / lightweight api client version ([8c628d3](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8c628d3))
269
- * docs: add asUser / asApp documentation to jira / confluence clients ([8697058](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8697058))
270
-
271
-
272
-
273
- ## <small>0.4.5 (2024-06-14)</small>
274
-
275
- * chore: fail in case of already existing field when patching ([009d8e9](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/009d8e9))
276
- * chore: publish ([163cbdf](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/163cbdf))
277
- * chore: update api-typescript-generator library ([26ea242](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/26ea242))
278
- * chore: update generated code according to the new version of api-typescript-generator ([db54455](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/db54455))
279
- * chore: update lerna changelog config ([abcf375](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/abcf375))
280
- * fix: a hack for "fields" schema, which was probably added by mistake ([c860460](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c860460))
281
- * fix: add missing issue field, project schema ([8012eeb](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8012eeb))
282
- * fix: missing packages changes ([2c1f946](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/2c1f946))
283
-
284
-
285
-
286
- ## <small>0.4.4 (2024-06-11)</small>
287
-
288
- * chore: publish ([50f8d66](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/50f8d66))
289
- * docs: fix compare link in readme ([c5b7088](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c5b7088))
290
- * fix: add license information to all packages ([d771640](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/d771640))
291
- * fix: changelog preset ([a5fa5ba](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/a5fa5ba))
292
-
293
-
294
-
295
- ## <small>0.4.3 (2024-06-11)</small>
296
-
297
- * chore: publish ([7d81e70](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/7d81e70))
298
- * fix: changelog links for bitbucket ([b9b9fe0](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/b9b9fe0))
299
- * fix: update clients automatically ([3c2bb24](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3c2bb24))
300
- * fix: update generated files according to new OpenAPI schemas ([381a1ea](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/381a1ea))
301
-
302
-
303
-
304
- ## <small>0.4.2 (2024-06-11)</small>
305
-
306
- * chore: publish ([443c80e](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/443c80e))
307
- * docs: add common documentation, missing file links ([c14239b](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c14239b))
308
- * docs: documentation for confluence package, fixes for jira docs ([0b796ad](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/0b796ad))
309
- * docs: jira api client documentation ([32962ce](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/32962ce))
310
- * fix: add base path to confluence v2 API ([8b1965c](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8b1965c))
311
- * fix: add links to JIRA/Confluence documentation ([64c19b2](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/64c19b2))
312
- * fix: operations with all arguments optional can be called without arguments ([2daea7f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/2daea7f))
313
-
314
-
315
-
316
- ## <small>0.4.1 (2024-06-10)</small>
317
-
318
- * chore: publish ([4b7d1d7](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4b7d1d7))
319
- * fix: remove previous file versions when building ([3ff3a0a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3ff3a0a))
320
-
321
-
322
-
323
- ## 0.4.0 (2024-06-10)
324
-
325
- * chore: add corepack enable ([98cac48](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/98cac48))
326
- * chore: add lerna debug to gitignore ([bea46c8](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/bea46c8))
327
- * chore: add lerna publish command ([b509b84](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/b509b84))
328
- * chore: add license, basic readme ([9717435](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9717435))
329
- * chore: debug yarnrc ([46be582](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/46be582))
330
- * chore: ignore further changes to .yarnrc.yml ([0a994e5](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/0a994e5))
331
- * chore: publish ([56fc5dc](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/56fc5dc))
332
- * chore: publish ([cc8ea33](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/cc8ea33))
333
- * chore: publish ([3ee9b30](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3ee9b30))
334
- * chore: publish ([7260d50](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/7260d50))
335
- * chore: publish ([869f752](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/869f752))
336
- * chore: publish ([7b03c93](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/7b03c93))
337
- * chore: publish ([75c84aa](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/75c84aa))
338
- * chore: publish ([c7ac36e](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c7ac36e))
339
- * chore: publish ([c410ea6](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c410ea6))
340
- * chore: publish ([3df939a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3df939a))
341
- * chore: set public access ([6e6f5d5](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/6e6f5d5))
342
- * chore: update jira software schema ([94af131](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/94af131))
343
- * chore: update lerna commit message ([390257b](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/390257b))
344
- * chore: update yarn.lock ([417cdbc](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/417cdbc))
345
- * chore: update yarn.lock ([713b499](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/713b499))
346
- * chore: use yarn version explicitly ([20e65e6](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/20e65e6))
347
- * feat: first confluence API version ([d580ceb](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/d580ceb))
348
- * feat: first version with JiraSoftwareApi ([e941fd3](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/e941fd3))
349
- * feat: initial version ([5c1e2d2](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/5c1e2d2))
350
- * feat: update confluence api client, set v2 explicitly ([7c7cba2](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/7c7cba2))
351
- * fix: automatic publishing ([65c6149](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/65c6149))
352
- * fix: build before publishing ([4a2bd42](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4a2bd42))
353
- * fix: correct entry point ([9c6289f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9c6289f))
354
- * fix: don't stringify the request body twice ([3252a78](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3252a78))
355
- * fix: exclude codegen from build ([ad5a787](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/ad5a787))
356
- * fix: make ChangeDetails fields to and toString nullable ([097e8b0](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/097e8b0))
357
- * fix: remove unnecessary files from the package ([78f2d55](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/78f2d55))
358
-
359
-
360
-