Commit 86964de
SWI-5869 Update SDK Based on Recent Spec Changes (#149)
* Generate SDK with OpenAPI Generator Version 7.6.0
* update test workflows
* skip tests
* move tests
* fix test
* no smoke tests for now
* build?
* disable smoke
* pls build
* update workflows and gitignore
* fix unit test package
* first unit tests
* test fixes
* regenerate tests
* fixes to smoke tests
* write a bunch of unit tests
* update workflows
* fix CallCleanup
* update types and lots more unit tests
* remove unused import
* final unit tests
* update bxml tests
* fix smoke tests
* update transcriptions tests
* bring back smoke tests
* remove matrix from smoke tests
* use java 21 for tests
* calls api unit tests
* add other api unit tests
* test formatting
* switch from ArrayList to List
* run prism in unit test wf
* try a sleep because windows 19 is trash
* use bash
* SWI-5869 BXML Library Updates (#151)
* move @params to avoid warnings hopefully
* bxml formatting changes
* add wf dispatch to test wf
* not only on main
* fix javadoc warnings
* formatting
* on main only
---------
Co-authored-by: DX-Bandwidth <[email protected]>
Co-authored-by: ckoegel <[email protected]>
Co-authored-by: Cameron Koegel <[email protected]>1 parent c53212a commit 86964de
File tree
205 files changed
+5176
-3687
lines changed- .github/workflows
- .openapi-generator
- api
- docs
- src
- main/java/com/bandwidth/sdk
- api
- model
- bxml
- test/java/com/bandwidth/sdk
- api
- model
- unit/bxml
- smoke
- unit
- api
- models
- bxml
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
205 files changed
+5176
-3687
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
147 | 149 | | |
148 | 150 | | |
149 | 151 | | |
| 152 | + | |
150 | 153 | | |
151 | 154 | | |
| 155 | + | |
152 | 156 | | |
153 | 157 | | |
154 | 158 | | |
| |||
229 | 233 | | |
230 | 234 | | |
231 | 235 | | |
| 236 | + | |
| 237 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
177 | 178 | | |
178 | 179 | | |
| 180 | + | |
179 | 181 | | |
180 | 182 | | |
181 | 183 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6865 | 6865 | | |
6866 | 6866 | | |
6867 | 6867 | | |
| 6868 | + | |
| 6869 | + | |
| 6870 | + | |
| 6871 | + | |
| 6872 | + | |
| 6873 | + | |
| 6874 | + | |
| 6875 | + | |
| 6876 | + | |
| 6877 | + | |
| 6878 | + | |
| 6879 | + | |
| 6880 | + | |
| 6881 | + | |
| 6882 | + | |
6868 | 6883 | | |
6869 | 6884 | | |
6870 | 6885 | | |
| |||
7421 | 7436 | | |
7422 | 7437 | | |
7423 | 7438 | | |
| 7439 | + | |
7424 | 7440 | | |
7425 | 7441 | | |
7426 | 7442 | | |
| |||
7520 | 7536 | | |
7521 | 7537 | | |
7522 | 7538 | | |
| 7539 | + | |
| 7540 | + | |
| 7541 | + | |
| 7542 | + | |
7523 | 7543 | | |
7524 | 7544 | | |
7525 | 7545 | | |
| |||
7731 | 7751 | | |
7732 | 7752 | | |
7733 | 7753 | | |
| 7754 | + | |
7734 | 7755 | | |
7735 | 7756 | | |
7736 | 7757 | | |
| |||
7793 | 7814 | | |
7794 | 7815 | | |
7795 | 7816 | | |
| 7817 | + | |
| 7818 | + | |
| 7819 | + | |
| 7820 | + | |
7796 | 7821 | | |
7797 | 7822 | | |
7798 | 7823 | | |
| |||
7976 | 8001 | | |
7977 | 8002 | | |
7978 | 8003 | | |
| 8004 | + | |
7979 | 8005 | | |
7980 | 8006 | | |
7981 | 8007 | | |
| |||
7986 | 8012 | | |
7987 | 8013 | | |
7988 | 8014 | | |
| 8015 | + | |
| 8016 | + | |
| 8017 | + | |
| 8018 | + | |
| 8019 | + | |
7989 | 8020 | | |
7990 | 8021 | | |
7991 | 8022 | | |
| |||
7996 | 8027 | | |
7997 | 8028 | | |
7998 | 8029 | | |
7999 | | - | |
| 8030 | + | |
8000 | 8031 | | |
8001 | 8032 | | |
8002 | 8033 | | |
8003 | 8034 | | |
8004 | | - | |
| 8035 | + | |
8005 | 8036 | | |
8006 | 8037 | | |
8007 | 8038 | | |
8008 | 8039 | | |
8009 | | - | |
| 8040 | + | |
8010 | 8041 | | |
8011 | 8042 | | |
8012 | 8043 | | |
| |||
8020 | 8051 | | |
8021 | 8052 | | |
8022 | 8053 | | |
8023 | | - | |
| 8054 | + | |
8024 | 8055 | | |
8025 | 8056 | | |
8026 | 8057 | | |
| |||
8029 | 8060 | | |
8030 | 8061 | | |
8031 | 8062 | | |
8032 | | - | |
8033 | | - | |
8034 | | - | |
8035 | | - | |
8036 | | - | |
8037 | | - | |
8038 | | - | |
| 8063 | + | |
8039 | 8064 | | |
8040 | | - | |
8041 | | - | |
8042 | | - | |
8043 | | - | |
8044 | | - | |
8045 | | - | |
| 8065 | + | |
8046 | 8066 | | |
8047 | 8067 | | |
8048 | 8068 | | |
| |||
8081 | 8101 | | |
8082 | 8102 | | |
8083 | 8103 | | |
| 8104 | + | |
8084 | 8105 | | |
8085 | 8106 | | |
8086 | 8107 | | |
| |||
9951 | 9972 | | |
9952 | 9973 | | |
9953 | 9974 | | |
| 9975 | + | |
| 9976 | + | |
| 9977 | + | |
| 9978 | + | |
9954 | 9979 | | |
9955 | 9980 | | |
9956 | 9981 | | |
| |||
0 commit comments