@friggframework/api-module-pipedrive 0.11.2 → 1.0.1-canary.36.7e495fb.0
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/.eslintrc.json +1 -1
- package/CHANGELOG.md +32 -30
- package/LICENSE.md +10 -3
- package/README.md +3 -2
- package/api.js +422 -87
- package/defaultConfig.json +9 -7
- package/definition.js +54 -0
- package/index.js +3 -3
- package/jest-setup.js +1 -1
- package/jest-teardown.js +1 -1
- package/manager.js +13 -10
- package/mocks/apiMock.js +3 -1
- package/models/credential.js +3 -3
- package/models/entity.js +2 -2
- package/package.json +25 -24
- package/specs/openAPI.yaml +11129 -0
- package/test/Api.test.js +7 -7
- package/test/Manager.test.js +2 -2
package/.eslintrc.json
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,35 +1,26 @@
|
|
|
1
|
-
# v0.
|
|
1
|
+
# v0.10.0 (Wed Mar 20 2024)
|
|
2
2
|
|
|
3
|
-
:tada: This release contains work from
|
|
4
|
-
|
|
5
|
-
Thank you, Brendan Moore ([@brendanrmoore](https://github.com/brendanrmoore)), for all your work!
|
|
6
|
-
|
|
7
|
-
#### 🐛 Bug Fix
|
|
8
|
-
|
|
9
|
-
- Merge remote-tracking branch 'origin/version-0' into brendanrmoore/hide-sensitive-logs ([@brendanrmoore](https://github.com/brendanrmoore))
|
|
10
|
-
- Bump independent versions \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
|
|
3
|
+
:tada: This release contains work from new contributors! :tada:
|
|
11
4
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
- Brendan Moore ([@brendanrmoore](https://github.com/brendanrmoore))
|
|
15
|
-
- Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
|
|
5
|
+
Thanks for all your work!
|
|
16
6
|
|
|
17
|
-
|
|
7
|
+
:heart: Nicolas Leal ([@nicolasmelo1](https://github.com/nicolasmelo1))
|
|
18
8
|
|
|
19
|
-
|
|
9
|
+
:heart: nmilcoff ([@nmilcoff](https://github.com/nmilcoff))
|
|
20
10
|
|
|
21
11
|
#### 🚀 Enhancement
|
|
22
12
|
|
|
23
|
-
- bump minor version [#279](https://github.com/friggframework/frigg/pull/279) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
24
|
-
|
|
25
13
|
#### 🐛 Bug Fix
|
|
26
14
|
|
|
27
|
-
-
|
|
15
|
+
- correct some bad automated edits, though they are not in relevant
|
|
16
|
+
files ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
28
17
|
- Bump independent versions \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
|
|
29
18
|
|
|
30
|
-
#### Authors:
|
|
19
|
+
#### Authors: 4
|
|
31
20
|
|
|
32
21
|
- [@MichaelRyanWebber](https://github.com/MichaelRyanWebber)
|
|
22
|
+
- Nicolas Leal ([@nicolasmelo1](https://github.com/nicolasmelo1))
|
|
23
|
+
- nmilcoff ([@nmilcoff](https://github.com/nmilcoff))
|
|
33
24
|
- Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
|
|
34
25
|
|
|
35
26
|
---
|
|
@@ -141,16 +132,22 @@ Thank you, Jonathan O'Donnell ([@joncodo](https://github.com/joncodo)), for all
|
|
|
141
132
|
|
|
142
133
|
#### 🐛 Bug Fix
|
|
143
134
|
|
|
144
|
-
- Merge remote-tracking branch 'origin/main' into
|
|
135
|
+
- Merge remote-tracking branch 'origin/main' into
|
|
136
|
+
gitbook-updates [#48](https://github.com/friggframework/frigg/pull/48) ([@seanspeaks](https://github.com/seanspeaks))
|
|
145
137
|
- Bump independent versions \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
|
|
146
|
-
- A lot of changes all rolled into
|
|
147
|
-
|
|
138
|
+
- A lot of changes all rolled into
|
|
139
|
+
one [#21](https://github.com/friggframework/frigg/pull/21) ([@seanspeaks](https://github.com/seanspeaks))
|
|
140
|
+
- Updated API modules with support for sls offline, and made sure optional chaining with discriminators was in
|
|
141
|
+
place ([@seanspeaks](https://github.com/seanspeaks))
|
|
148
142
|
- Fixing dependencies across all API Modules ([@seanspeaks](https://github.com/seanspeaks))
|
|
149
|
-
- More import issues (Exports are named objects, imports needed to object
|
|
143
|
+
- More import issues (Exports are named objects, imports needed to object
|
|
144
|
+
destructure) ([@seanspeaks](https://github.com/seanspeaks))
|
|
150
145
|
- Updates to API Modules for proper export/imports ([@seanspeaks](https://github.com/seanspeaks))
|
|
151
|
-
- Merge remote-tracking branch 'origin/main' into
|
|
146
|
+
- Merge remote-tracking branch 'origin/main' into
|
|
147
|
+
simplify-mongoose-models ([@seanspeaks](https://github.com/seanspeaks))
|
|
152
148
|
- Update all api modules to use module-plugin models ([@seanspeaks](https://github.com/seanspeaks))
|
|
153
|
-
- Add READMEs for all packages and
|
|
149
|
+
- Add READMEs for all packages and
|
|
150
|
+
api-modules [#20](https://github.com/friggframework/frigg/pull/20) ([@seanspeaks](https://github.com/seanspeaks))
|
|
154
151
|
- Add READMEs for all packages and api-modules ([@seanspeaks](https://github.com/seanspeaks))
|
|
155
152
|
|
|
156
153
|
#### ⚠️ Pushed to `main`
|
|
@@ -168,7 +165,8 @@ Thank you, Jonathan O'Donnell ([@joncodo](https://github.com/joncodo)), for all
|
|
|
168
165
|
|
|
169
166
|
#### 🐛 Bug Fix
|
|
170
167
|
|
|
171
|
-
- fix modules to
|
|
168
|
+
- fix modules to
|
|
169
|
+
@friggframework [#74](https://github.com/friggframework/frigg/pull/74) ([@sheehantoufiq](https://github.com/sheehantoufiq))
|
|
172
170
|
- Bump independent versions \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
|
|
173
171
|
|
|
174
172
|
#### Authors: 2
|
|
@@ -182,9 +180,11 @@ Thank you, Jonathan O'Donnell ([@joncodo](https://github.com/joncodo)), for all
|
|
|
182
180
|
|
|
183
181
|
#### 🐛 Bug Fix
|
|
184
182
|
|
|
185
|
-
- Test environment setup for all
|
|
183
|
+
- Test environment setup for all
|
|
184
|
+
modules [#49](https://github.com/friggframework/frigg/pull/49) ([@seanspeaks](https://github.com/seanspeaks))
|
|
186
185
|
- Test environment setup for all modules ([@seanspeaks](https://github.com/seanspeaks))
|
|
187
|
-
- Merge remote-tracking branch 'origin/main' into
|
|
186
|
+
- Merge remote-tracking branch 'origin/main' into
|
|
187
|
+
gitbook-updates [#48](https://github.com/friggframework/frigg/pull/48) ([@seanspeaks](https://github.com/seanspeaks))
|
|
188
188
|
|
|
189
189
|
#### Authors: 1
|
|
190
190
|
|
|
@@ -196,10 +196,12 @@ Thank you, Jonathan O'Donnell ([@joncodo](https://github.com/joncodo)), for all
|
|
|
196
196
|
|
|
197
197
|
#### 🐛 Bug Fix
|
|
198
198
|
|
|
199
|
-
- version bumped to address tag
|
|
199
|
+
- version bumped to address tag
|
|
200
|
+
issue [#43](https://github.com/friggframework/frigg/pull/43) ([@seanspeaks](https://github.com/seanspeaks))
|
|
200
201
|
- version bumped ([@seanspeaks](https://github.com/seanspeaks))
|
|
201
202
|
- Publish ([@seanspeaks](https://github.com/seanspeaks))
|
|
202
|
-
- Add nx and
|
|
203
|
+
- Add nx and
|
|
204
|
+
licenses [#37](https://github.com/friggframework/frigg/pull/37) ([@seanspeaks](https://github.com/seanspeaks))
|
|
203
205
|
- MIT to all packages ([@seanspeaks](https://github.com/seanspeaks))
|
|
204
206
|
|
|
205
207
|
#### Authors: 1
|
package/LICENSE.md
CHANGED
|
@@ -2,8 +2,15 @@ MIT License
|
|
|
2
2
|
|
|
3
3
|
Copyright (c) 2022 Left Hook Inc.
|
|
4
4
|
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
|
6
|
+
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
|
|
7
|
+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
|
|
8
|
+
persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
6
9
|
|
|
7
|
-
The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or
|
|
10
|
+
The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or
|
|
11
|
+
substantial portions of the Software.
|
|
8
12
|
|
|
9
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
|
13
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
|
14
|
+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
15
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
|
16
|
+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
# pipedrive
|
|
2
|
-
|
|
3
|
-
This is the API Module for pipedrive that allows the [Frigg](https://friggframework.org) code to talk to the pipedrive
|
|
2
|
+
|
|
3
|
+
This is the API Module for pipedrive that allows the [Frigg](https://friggframework.org) code to talk to the pipedrive
|
|
4
|
+
API.
|
|
4
5
|
|
|
5
6
|
Read more on the [Frigg documentation site](https://docs.friggframework.org/api-modules/list/pipedrive
|