Commit bc2a6bb
committed
refactor: rename API client methods and update request structures
- Replaced instances of deprecated RequestResourceProvidersResourcesPatch and RequestResourceProvidersResources methods with SetResourceProviderResources across multiple files.
- Updated request body types to SetResourceProviderResourcesJSONRequestBody to align with the new API specifications.
- Adjusted error handling and response processing to ensure compatibility with the updated methods.1 parent 29315e6 commit bc2a6bb
5 files changed
Lines changed: 40 additions & 217 deletions
File tree
- cmd/ctrlc/root/sync
- salesforce/common
- terraform
- internal/api
- providers
- pkg/resourceprovider
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments