absence.io 2.2.2 → 2.2.3
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/dist/AbsenceIO.js +2 -3
- package/dist/AbsenceIO.js.map +1 -1
- package/dist/interfaces/Options.d.ts +3 -3
- package/dist/interfaces/WorkingDay.d.ts +1 -1
- package/package.json +8 -8
- package/CHANGELOG.md +0 -538
package/dist/AbsenceIO.js
CHANGED
|
@@ -17,9 +17,8 @@ class AbsenceIO {
|
|
|
17
17
|
});
|
|
18
18
|
this.apiClient.interceptors.request.use(config => {
|
|
19
19
|
const hawkHeader = hawk.client.header(`${config.baseURL}${config.url}`, config.method, { credentials });
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
} });
|
|
20
|
+
config.headers.set('Authorization', hawkHeader.header);
|
|
21
|
+
return config;
|
|
23
22
|
});
|
|
24
23
|
this.api = {
|
|
25
24
|
absence: new api_1.AbsenceAPI(this.apiClient, options),
|
package/dist/AbsenceIO.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AbsenceIO.js","sourceRoot":"","sources":["../src/AbsenceIO.ts"],"names":[],"mappings":";;;AAAA,mCAAmC;AACnC,iCAA2C;AAE3C,+BASe;AAGf,MAAa,SAAS;IAKpB,YAAY,OAAsB;QAChC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QAEvB,MAAM,WAAW,GAA4B;YAC3C,SAAS,EAAE,QAAQ;YACnB,EAAE,EAAE,IAAI,CAAC,OAAO,CAAC,QAAQ;YACzB,GAAG,EAAE,IAAI,CAAC,OAAO,CAAC,MAAM;SACzB,CAAC;QAEF,IAAI,CAAC,SAAS,GAAG,eAAK,CAAC,MAAM,CAAC;YAC5B,OAAO,EAAE,+BAA+B;SACzC,CAAC,CAAC;QAEH,IAAI,CAAC,SAAS,CAAC,YAAY,CAAC,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE;YAC/C,MAAM,UAAU,GAAG,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,CAAC,OAAO,GAAG,MAAM,CAAC,GAAG,EAAE,EAAE,MAAM,CAAC,MAAO,EAAE,EAAC,WAAW,EAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"AbsenceIO.js","sourceRoot":"","sources":["../src/AbsenceIO.ts"],"names":[],"mappings":";;;AAAA,mCAAmC;AACnC,iCAA2C;AAE3C,+BASe;AAGf,MAAa,SAAS;IAKpB,YAAY,OAAsB;QAChC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QAEvB,MAAM,WAAW,GAA4B;YAC3C,SAAS,EAAE,QAAQ;YACnB,EAAE,EAAE,IAAI,CAAC,OAAO,CAAC,QAAQ;YACzB,GAAG,EAAE,IAAI,CAAC,OAAO,CAAC,MAAM;SACzB,CAAC;QAEF,IAAI,CAAC,SAAS,GAAG,eAAK,CAAC,MAAM,CAAC;YAC5B,OAAO,EAAE,+BAA+B;SACzC,CAAC,CAAC;QAEH,IAAI,CAAC,SAAS,CAAC,YAAY,CAAC,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE;YAC/C,MAAM,UAAU,GAAG,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,CAAC,OAAO,GAAG,MAAM,CAAC,GAAG,EAAE,EAAE,MAAM,CAAC,MAAO,EAAE,EAAC,WAAW,EAAC,CAAC,CAAC;YACvG,MAAM,CAAC,OAAO,CAAC,GAAG,CAAC,eAAe,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;YAEvD,OAAO,MAAM,CAAC;QAChB,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,GAAG,GAAG;YACT,OAAO,EAAE,IAAI,gBAAU,CAAC,IAAI,CAAC,SAAS,EAAE,OAAO,CAAC;YAChD,aAAa,EAAE,IAAI,sBAAgB,CAAC,IAAI,CAAC,SAAS,EAAE,OAAO,CAAC;YAC5D,UAAU,EAAE,IAAI,mBAAa,CAAC,IAAI,CAAC,SAAS,EAAE,OAAO,CAAC;YACtD,QAAQ,EAAE,IAAI,iBAAW,CAAC,IAAI,CAAC,SAAS,EAAE,OAAO,CAAC;YAClD,MAAM,EAAE,IAAI,eAAS,CAAC,IAAI,CAAC,SAAS,EAAE,OAAO,CAAC;YAC9C,IAAI,EAAE,IAAI,aAAO,CAAC,IAAI,CAAC,SAAS,EAAE,OAAO,CAAC;YAC1C,QAAQ,EAAE,IAAI,iBAAW,CAAC,IAAI,CAAC,SAAS,EAAE,OAAO,CAAC;YAClD,IAAI,EAAE,IAAI,aAAO,CAAC,IAAI,CAAC,SAAS,EAAE,OAAO,CAAC;SAC3C,CAAC;IACJ,CAAC;IAED;;;OAGG;IACI,mBAAmB,CAAC,aAA4B;QACrD,IAAI,CAAC,OAAO,CAAC,MAAM,GAAG,aAAa,CAAC,MAAM,CAAC;QAC3C,IAAI,CAAC,OAAO,CAAC,QAAQ,GAAG,aAAa,CAAC,QAAQ,CAAC;IACjD,CAAC;IAED;;;OAGG;IACI,SAAS,CAAC,MAAc;QAC7B,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,OAAO,GAAG,MAAM,CAAC;IAC3C,CAAC;CACF;AArDD,8BAqDC"}
|
|
@@ -5,8 +5,8 @@ import type { NewLocation } from './Location';
|
|
|
5
5
|
import type { NewReason } from './Reason';
|
|
6
6
|
import type { NewTimespan } from './Timespan';
|
|
7
7
|
import type { NewUser } from './User';
|
|
8
|
-
export
|
|
9
|
-
export
|
|
8
|
+
export type Filter = Record<string, string | Record<string, string>>;
|
|
9
|
+
export type Sorting = Record<string, 1 | -1>;
|
|
10
10
|
export interface PaginationOptions {
|
|
11
11
|
filter?: Filter;
|
|
12
12
|
limit: number;
|
|
@@ -14,4 +14,4 @@ export interface PaginationOptions {
|
|
|
14
14
|
skip: number;
|
|
15
15
|
sortBy?: Sorting;
|
|
16
16
|
}
|
|
17
|
-
export
|
|
17
|
+
export type RequestOptions = PaginationOptions | Partial<NewAbsence | NewAllowance | NewDepartment | NewLocation | NewReason | NewTimespan | NewUser>;
|
package/package.json
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"author": "Florian Imdahl <git@ffflorian.de>",
|
|
3
3
|
"dependencies": {
|
|
4
4
|
"@hapi/hawk": "8.0.0",
|
|
5
|
-
"axios": "
|
|
5
|
+
"axios": "1.3.3"
|
|
6
6
|
},
|
|
7
7
|
"description": "An absence.io API client",
|
|
8
8
|
"devDependencies": {
|
|
9
|
-
"@types/hapi__hawk": "8.0.
|
|
10
|
-
"@types/node": "~
|
|
11
|
-
"rimraf": "
|
|
12
|
-
"typedoc": "0.23.
|
|
13
|
-
"typescript": "4.
|
|
9
|
+
"@types/hapi__hawk": "8.0.3",
|
|
10
|
+
"@types/node": "~18",
|
|
11
|
+
"rimraf": "4.1.2",
|
|
12
|
+
"typedoc": "0.23.25",
|
|
13
|
+
"typescript": "4.9.5"
|
|
14
14
|
},
|
|
15
15
|
"engines": {
|
|
16
16
|
"node": ">= 10.9"
|
|
@@ -35,6 +35,6 @@
|
|
|
35
35
|
"dist": "yarn clean && yarn build:ts",
|
|
36
36
|
"test": "exit 0"
|
|
37
37
|
},
|
|
38
|
-
"version": "2.2.
|
|
39
|
-
"gitHead": "
|
|
38
|
+
"version": "2.2.3",
|
|
39
|
+
"gitHead": "f839983cf7fb43815bf5ce9a0c627e1685c963c2"
|
|
40
40
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,538 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## 2.2.2 (2022-07-12)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Bug Fixes
|
|
10
|
-
|
|
11
|
-
* Dependency updates ([6083c2e](https://github.com/ffflorian/api-clients/commit/6083c2e66b4f4f3d47232fcff050565457ee8338))
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
## 2.2.1 (2022-04-08)
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
### Bug Fixes
|
|
21
|
-
|
|
22
|
-
* **npms.io:** Search query doesn't need to be encoded ([#959](https://github.com/ffflorian/api-clients/issues/959)) ([ea737a7](https://github.com/ffflorian/api-clients/commit/ea737a735f1c1bac5e5dd4dc1c02c860af0fb818))
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
# 2.2.0 (2022-03-14)
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
### Features
|
|
32
|
-
|
|
33
|
-
* **absence.io:** Update UserAPI.ts with retrieveUserByOption ([#937](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/issues/937)) ([72b2161](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/commit/72b216144d7d579d77150c6342364a0989ef1b6f))
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
## 2.1.1 (2021-12-22)
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
### Bug Fixes
|
|
43
|
-
|
|
44
|
-
* Upgrade yarn lock file ([91511d0](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/commit/91511d0f17882c1faedf55296ab11d9516a3d425))
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
# 2.1.0 (2021-07-30)
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
### Features
|
|
54
|
-
|
|
55
|
-
* **bamboohr.com:** Handle errors, add more TimeOff endpoints ([f9fd458](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/commit/f9fd458bf04253e01371e128d9ef06378700329c))
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
## [2.0.6](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@2.0.5...absence.io@2.0.6) (2021-05-17)
|
|
62
|
-
|
|
63
|
-
**Note:** Version bump only for package absence.io
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
## [2.0.5](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@2.0.4...absence.io@2.0.5) (2021-04-14)
|
|
70
|
-
|
|
71
|
-
**Note:** Version bump only for package absence.io
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
## [2.0.4](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@2.0.3...absence.io@2.0.4) (2021-04-01)
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
### Bug Fixes
|
|
81
|
-
|
|
82
|
-
* Build docs ([a570982](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/commit/a570982a1df4b83b2a958c16bfecae7fb3af2ebe))
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
## 2.0.3 (2021-01-31)
|
|
89
|
-
|
|
90
|
-
**Note:** Version bump only for package absence.io
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
## 2.0.2 (2021-01-07)
|
|
97
|
-
|
|
98
|
-
**Note:** Version bump only for package absence.io
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
## 2.0.1 (2020-11-01)
|
|
105
|
-
|
|
106
|
-
**Note:** Version bump only for package absence.io
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
# 2.0.0 (2020-10-22)
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
### Features
|
|
116
|
-
|
|
117
|
-
* **roman-client:** Rewrite API and add Cookies ([6a175f4](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/commit/6a175f4b447e766064ef4f83e87919b3a0302768))
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
### BREAKING CHANGES
|
|
121
|
-
|
|
122
|
-
* **roman-client:** The API got much smaller and is accessible directly now.
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
# 1.4.0 (2020-09-30)
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
### Features
|
|
132
|
-
|
|
133
|
-
* Add roman-client ([#517](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/issues/517)) ([ff97881](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/commit/ff97881a1fc0bcc5938fa6a2ed842cdbf30d2a7a))
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
## [1.3.1](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@1.3.0...absence.io@1.3.1) (2020-08-27)
|
|
140
|
-
|
|
141
|
-
**Note:** Version bump only for package absence.io
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
# [1.3.0](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@1.2.2...absence.io@1.3.0) (2020-07-03)
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
### Features
|
|
151
|
-
|
|
152
|
-
* Switch to new main branch ([4cb38b0](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/commit/4cb38b0))
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
## [1.2.2](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@1.2.1...absence.io@1.2.2) (2020-06-30)
|
|
159
|
-
|
|
160
|
-
**Note:** Version bump only for package absence.io
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
## [1.2.1](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@1.2.0...absence.io@1.2.1) (2020-06-24)
|
|
167
|
-
|
|
168
|
-
**Note:** Version bump only for package absence.io
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
# [1.2.0](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@1.1.13...absence.io@1.2.0) (2020-06-02)
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
### Features
|
|
178
|
-
|
|
179
|
-
* add sortBy property for pagination options ([#396](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/issues/396)) ([6a591ad](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/commit/6a591ad))
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
## [1.1.13](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@1.1.12...absence.io@1.1.13) (2020-05-24)
|
|
186
|
-
|
|
187
|
-
**Note:** Version bump only for package absence.io
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
## [1.1.12](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@1.1.11...absence.io@1.1.12) (2020-05-13)
|
|
194
|
-
|
|
195
|
-
**Note:** Version bump only for package absence.io
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
## [1.1.11](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@1.1.10...absence.io@1.1.11) (2020-04-27)
|
|
202
|
-
|
|
203
|
-
**Note:** Version bump only for package absence.io
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
## [1.1.10](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@1.1.9...absence.io@1.1.10) (2020-04-26)
|
|
210
|
-
|
|
211
|
-
**Note:** Version bump only for package absence.io
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
## [1.1.9](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@1.1.8...absence.io@1.1.9) (2020-02-13)
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
### Bug Fixes
|
|
221
|
-
|
|
222
|
-
* **absence.io:** When retrieving a single user use GET request instead of POST ([#307](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/issues/307)) ([84ffa94](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/commit/84ffa94))
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
## [1.1.8](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@1.1.7...absence.io@1.1.8) (2020-01-22)
|
|
229
|
-
|
|
230
|
-
**Note:** Version bump only for package absence.io
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
## [1.1.7](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@1.1.6...absence.io@1.1.7) (2020-01-17)
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
### Bug Fixes
|
|
240
|
-
|
|
241
|
-
* **absence.io:** Add possible absence keys added with relations ([d87f058](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/commit/d87f058))
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
## [1.1.6](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@1.1.5...absence.io@1.1.6) (2020-01-16)
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
### Bug Fixes
|
|
251
|
-
|
|
252
|
-
* **absence.io:** Add reason to Absence payload ([d3631ed](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/commit/d3631ed))
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
## [1.1.5](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@1.1.4...absence.io@1.1.5) (2020-01-15)
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
### Bug Fixes
|
|
262
|
-
|
|
263
|
-
* **absence.io:** Post data directly ([8ab9061](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/commit/8ab9061))
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
## [1.1.4](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@1.1.3...absence.io@1.1.4) (2020-01-15)
|
|
270
|
-
|
|
271
|
-
**Note:** Version bump only for package absence.io
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
## [1.1.3](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@1.1.2...absence.io@1.1.3) (2020-01-15)
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
### Bug Fixes
|
|
281
|
-
|
|
282
|
-
* **absence.io:** Use complete URL for header ([#276](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/issues/276)) ([22590af](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/commit/22590af))
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
## [1.1.2](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@1.1.1...absence.io@1.1.2) (2019-12-18)
|
|
289
|
-
|
|
290
|
-
**Note:** Version bump only for package absence.io
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
## [1.1.1](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@1.1.0...absence.io@1.1.1) (2019-09-11)
|
|
297
|
-
|
|
298
|
-
**Note:** Version bump only for package absence.io
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
# [1.1.0](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@1.0.0...absence.io@1.1.0) (2019-09-01)
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
### Features
|
|
308
|
-
|
|
309
|
-
* Use axios instead of api-client ([#158](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/issues/158)) ([53beba6](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/commit/53beba6))
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
# [1.0.0](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@0.5.2...absence.io@1.0.0) (2019-07-17)
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
### Features
|
|
319
|
-
|
|
320
|
-
* Set ES6 as target and require Node >= 10.9 ([#130](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/issues/130)) ([42109dc](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/commit/42109dc))
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
### BREAKING CHANGES
|
|
324
|
-
|
|
325
|
-
* Node.js >= 10.9 is required.
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
## [0.5.2](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@0.5.1...absence.io@0.5.2) (2019-07-11)
|
|
332
|
-
|
|
333
|
-
**Note:** Version bump only for package absence.io
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
## [0.5.1](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@0.5.0...absence.io@0.5.1) (2019-06-09)
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
### Bug Fixes
|
|
343
|
-
|
|
344
|
-
* Streamline internal APIClient versions ([51689eb](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/commit/51689eb))
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
# [0.5.0](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@0.4.9...absence.io@0.5.0) (2019-06-09)
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
### Features
|
|
354
|
-
|
|
355
|
-
* **updown.io:** Use @ffflorian/api-client ([#98](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/issues/98)) ([a6be424](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/commit/a6be424))
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
## [0.4.9](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@0.4.8...absence.io@0.4.9) (2019-05-30)
|
|
362
|
-
|
|
363
|
-
**Note:** Version bump only for package absence.io
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
## [0.4.8](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@0.4.7...absence.io@0.4.8) (2019-05-28)
|
|
370
|
-
|
|
371
|
-
**Note:** Version bump only for package absence.io
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
## [0.4.7](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@0.4.6...absence.io@0.4.7) (2019-05-23)
|
|
378
|
-
|
|
379
|
-
**Note:** Version bump only for package absence.io
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
## [0.4.6](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@0.4.5...absence.io@0.4.6) (2019-05-14)
|
|
386
|
-
|
|
387
|
-
**Note:** Version bump only for package absence.io
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
## [0.4.5](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@0.4.4...absence.io@0.4.5) (2019-04-15)
|
|
394
|
-
|
|
395
|
-
**Note:** Version bump only for package absence.io
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
## [0.4.4](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@0.4.3...absence.io@0.4.4) (2019-04-11)
|
|
402
|
-
|
|
403
|
-
**Note:** Version bump only for package absence.io
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
## [0.4.3](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@0.4.2...absence.io@0.4.3) (2019-04-11)
|
|
410
|
-
|
|
411
|
-
**Note:** Version bump only for package absence.io
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
## [0.4.2](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@0.4.1...absence.io@0.4.2) (2019-04-11)
|
|
418
|
-
|
|
419
|
-
**Note:** Version bump only for package absence.io
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
## [0.4.1](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@0.4.0...absence.io@0.4.1) (2019-04-05)
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
### Bug Fixes
|
|
429
|
-
|
|
430
|
-
* **absence.io:** Don't delete docs on clean ([b2b3cf0](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/commit/b2b3cf0))
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
# [0.4.0](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@0.3.1...absence.io@0.4.0) (2019-04-05)
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
### Features
|
|
440
|
-
|
|
441
|
-
* **c3nav:** Add c3nav ([#11](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/issues/11)) ([e11f66c](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/commit/e11f66c))
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
## [0.3.1](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@0.3.0...absence.io@0.3.1) (2019-04-05)
|
|
448
|
-
|
|
449
|
-
**Note:** Version bump only for package absence.io
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
# [0.3.0](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@0.2.2...absence.io@0.3.0) (2019-04-05)
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
### Features
|
|
459
|
-
|
|
460
|
-
* **absence.io:** Add interfaces and more functions ([#39](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/issues/39)) ([d923d6b](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/commit/d923d6b))
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
## [0.2.2](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@0.2.1...absence.io@0.2.2) (2019-04-03)
|
|
467
|
-
|
|
468
|
-
**Note:** Version bump only for package absence.io
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
## [0.2.1](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@0.2.0...absence.io@0.2.1) (2019-03-31)
|
|
475
|
-
|
|
476
|
-
**Note:** Version bump only for package absence.io
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
# [0.2.0](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@0.1.5...absence.io@0.2.0) (2019-03-27)
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
### Features
|
|
486
|
-
|
|
487
|
-
* **api-client:** Add ability to send data ([#30](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/issues/30)) ([318830b](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/commit/318830b))
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
## [0.1.5](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@0.1.4...absence.io@0.1.5) (2019-03-27)
|
|
494
|
-
|
|
495
|
-
**Note:** Version bump only for package absence.io
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
## [0.1.4](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@0.1.3...absence.io@0.1.4) (2019-03-20)
|
|
502
|
-
|
|
503
|
-
**Note:** Version bump only for package absence.io
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
## [0.1.3](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@0.1.2...absence.io@0.1.3) (2019-03-11)
|
|
510
|
-
|
|
511
|
-
**Note:** Version bump only for package absence.io
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
## [0.1.2](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@0.1.1...absence.io@0.1.2) (2019-03-09)
|
|
518
|
-
|
|
519
|
-
**Note:** Version bump only for package absence.io
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
## [0.1.1](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@0.1.0...absence.io@0.1.1) (2019-03-08)
|
|
526
|
-
|
|
527
|
-
**Note:** Version bump only for package absence.io
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
# 0.1.0 (2019-03-08)
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
### Features
|
|
537
|
-
|
|
538
|
-
* Add packages ([#1](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/issues/1)) ([dcac2f8](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/commit/dcac2f8))
|