Commit d6b0bf8
Added new sharing endpoints. Deprecated old sharing endpoints. (#115)
* Added new sharing endpoints.
Deprecated old sharing endpoints.
* test fixes
* lint
* lint
* result -> items.
* Change method sharing method signatures to be more consistent
* Fix typo getSightPublshStatus to getSightPublishStatus, address nit in test, address ListShareOptions comment and queryParameter unpacking
* Revert backward compatibility changes to reports, sheets, sights, workspaces shares, fix tests
* Add dotenv, use dotenv in sharing-test
* Fix lint errors, revert dotenv changes
* Fix query parameters and sharing options for consistency
* Make singular those query params interfaces that were plural
* Remove empty ListSharesOption and use the QueryParams directly
* prettier fix
* Revert deletion of ListSharesOptions, add lint exception for empty interface
---------
Co-authored-by: Miguel Martinez <[email protected]>1 parent aebb35a commit d6b0bf8
File tree
14 files changed
+670
-6
lines changed- lib
- reports
- sharing
- sheets
- sights
- types
- workspaces
- test
14 files changed
+670
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
8 | 24 | | |
9 | 25 | | |
10 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| 116 | + | |
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
| |||
130 | 132 | | |
131 | 133 | | |
132 | 134 | | |
| 135 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
3 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
4 | 25 | | |
5 | 26 | | |
6 | 27 | | |
7 | 28 | | |
8 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
9 | 33 | | |
10 | 34 | | |
11 | 35 | | |
12 | 36 | | |
13 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
14 | 41 | | |
15 | 42 | | |
16 | 43 | | |
17 | 44 | | |
18 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
19 | 49 | | |
20 | 50 | | |
21 | 51 | | |
22 | 52 | | |
23 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
24 | 57 | | |
25 | 58 | | |
26 | 59 | | |
| |||
33 | 66 | | |
34 | 67 | | |
35 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
36 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
37 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
38 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
39 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
40 | 88 | | |
41 | 89 | | |
42 | 90 | | |
| |||
0 commit comments