Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: updated deliveriesresponse type #2893

Closed
wants to merge 20 commits into from
Closed
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
d786189
fix: removed retry logic from v1 cm360 proxy handler
aashishmalik Dec 1, 2023
a47de8b
fix: removed retry logic from v1 cm360 proxy handler
aashishmalik Dec 1, 2023
828a82f
fix: removed retry logic from v1 cm360 proxy handler
aashishmalik Dec 1, 2023
31d19c7
feat: adapter to convert v1 payload to v0 transformer Proxy
aashishmalik Dec 4, 2023
222d46a
fix: changed type to any in handleDeliveryFailureEvents
aashishmalik Dec 4, 2023
3933342
Merge branch 'develop' of https://github.com/rudderlabs/rudder-transf…
aashishmalik Dec 4, 2023
70d098d
fix: changed type to any in handleDeliveryFailureEvents
aashishmalik Dec 4, 2023
db476b8
fix: changed type to any in handleDeliveryFailureEvents
aashishmalik Dec 4, 2023
e790587
fix: added response in error throw flow
aashishmalik Dec 4, 2023
878968a
fix: comments addressed
aashishmalik Dec 4, 2023
01fbeb1
fix: added component test for braze with v1 proxy
aashishmalik Dec 4, 2023
48e314b
feat: adding support fot v1 proxy contract
utsabc Dec 5, 2023
6c544e8
feat: cleanup
utsabc Dec 5, 2023
29727df
chore: handle the v0->v1 adpation logic for delivery
utsabc Dec 7, 2023
90dd16e
chore: resolve conflicts from develop
utsabc Dec 7, 2023
d21189b
fix: develop conflict resolved
aashishmalik Dec 10, 2023
138ece6
fix: merged conflicts
aashishmalik Dec 10, 2023
49ba17c
fix: removed response building from catch block
aashishmalik Dec 11, 2023
55836a2
fix: updated DeliveriesResponse type
aashishmalik Dec 11, 2023
90f28ba
fix: updated DeliveriesResponse type
aashishmalik Dec 11, 2023
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
2 changes: 0 additions & 2 deletions src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@ type DeliveryJobState = {
};

type DeliveriesResponse = {
status?: number;
message?: string;
statTags?: object;
authErrorCategory?: string;
response: DeliveryJobState[];
Expand Down
Loading