Skip to content
Open
Show file tree
Hide file tree
Changes from 34 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
d3d622e
Initial plan
Copilot Jul 30, 2025
9f2cfcd
Add Campaign models to csproj and resolve build dependencies
Copilot Jul 30, 2025
79a2c8d
Add CallableTimeSet methods and clean up models
Copilot Jul 30, 2025
0461b7d
Complete OutboundApi migration with 14 working methods and model cleanup
Copilot Jul 30, 2025
adce8d2
Add CallAnalysisResponseSet operations and GetOutboundCampaignsAsync …
Copilot Jul 30, 2025
d6d377a
Add 27 DELETE methods and 11 GET methods to OutboundApi migration
Copilot Jul 30, 2025
8cbda5c
Fix build errors and establish foundation for systematic OutboundApi …
Copilot Jul 30, 2025
ab55f59
Changes before error encountered
Copilot Jul 30, 2025
8f00737
Continue OutboundApi migration: Uncommented existing methods and iden…
Copilot Jul 30, 2025
59b1fda
Add first batch of missing GET methods (4 contact list operations)
Copilot Jul 30, 2025
2e9d2dd
Major systematic migration progress: Add 22 more methods (GET, POST, …
Copilot Jul 30, 2025
e573362
Add 12 specialized GET/POST methods for exports, imports, and schedules
Copilot Jul 30, 2025
1d08d95
Add 25 GET methods and 6 PATCH methods - 31 out of 72 missing endpoints
Copilot Jul 30, 2025
ab45ba6
Complete OutboundApi migration: All 72 missing endpoints implemented …
Copilot Jul 30, 2025
cbdd4cb
Address review comments: Update delete methods to return bool, fix pa…
Copilot Jul 30, 2025
e9fad72
Add missing newline to CampaignEntityListing.cs
Copilot Jul 31, 2025
b7af24a
Fix commented methods and add missing models to project file
Copilot Jul 31, 2025
f3186d2
Complete main comment fixes: uncommented methods, fixed return logic,…
Copilot Jul 31, 2025
ae4dc52
Fix duplicate return statements in OutboundApi.cs methods
Copilot Jul 31, 2025
8977e2b
Complete IOutboundApi interface with all 177 method signatures and XM…
Copilot Jul 31, 2025
71a8fed
Replace List<T> with IEnumerable<T> for collection parameters and ret…
Copilot Jul 31, 2025
b86eaa8
Fix foreach loop naming convention and collection validation througho…
Copilot Jul 31, 2025
97431e9
Add missing OutboundApi endpoints - partial implementation with build…
Copilot Aug 4, 2025
54b166f
Complete OutboundApi migration - all 162 AsyncWithHttpInfo methods su…
Copilot Aug 4, 2025
1798a8d
Fix OutboundApi duplicates and achieve 1:1 endpoint mapping
Copilot Aug 5, 2025
dadc0a4
Fix OutboundApi audit results - add 15 missing endpoint methods
Copilot Aug 5, 2025
755d3de
Complete OutboundApi duplicate elimination and interface alignment
Copilot Aug 5, 2025
b96e2b4
Achieve exact 1:1 mapping: 168 methods matching old AsyncWithHttpInfo…
Copilot Aug 5, 2025
6d64ec8
Apply Create/Update naming convention to core OutboundApi methods
Copilot Aug 5, 2025
b6bc186
Fix DELETE methods to use EnsureSuccessStatusCode pattern
Copilot Aug 5, 2025
0bffa62
Remove response.EnsureSuccessStatusCode() from all DELETE methods ret…
Copilot Aug 5, 2025
365d5b7
Delete src/PureCloud.Client/Apis/sedPZfcxD
JackTelford Aug 5, 2025
5827928
Fix method naming and remove unnecessary comments in OutboundApi
Copilot Aug 5, 2025
bc9f088
Apply method naming convention: update three methods to use Create/Up…
Copilot Aug 5, 2025
3422af6
Add 3 missing OutboundApi methods to complete 1:1 migration coverage
Copilot Aug 7, 2025
55f7e3a
Fix method naming: Apply Get/Create/Update/Delete prefixes to Outboun…
Copilot Aug 7, 2025
78d2edd
Merge branch 'main' into copilot/fix-133
JackTelford Aug 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading