-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor callback-events and credentials
- Loading branch information
1 parent
3e18a93
commit d2772e1
Showing
77 changed files
with
84 additions
and
80 deletions.
There are no files selected for viewing
24 changes: 13 additions & 11 deletions
24
...ersation/src/models/v1/conversation-channel-credential/conversation-channel-credential.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...s/v1/capability-event/capability-event.ts → ...ents/capability-event/capability-event.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
.../models/v1/channel-event/channel-event.ts → ...ack-events/channel-event/channel-event.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...t/contact-identities-duplication-event.ts → ...t/contact-identities-duplication-event.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ontact-merge-event/contact-merge-event.ts → ...ontact-merge-event/contact-merge-event.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...tact-notification/contact-notification.ts → ...tact-notification/contact-notification.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...delete-event/conversation-delete-event.ts → ...delete-event/conversation-delete-event.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
.../conversation-event/conversation-event.ts → .../conversation-event/conversation-event.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...n-start-event/conversation-start-event.ts → ...n-start-event/conversation-start-event.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ion-stop-event/conversation-stop-event.ts → ...ion-stop-event/conversation-stop-event.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
...odels/v1/event-delivery/event-delivery.ts → ...k-events/event-delivery/event-delivery.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
.../models/v1/event-inbound/event-inbound.ts → ...ack-events/event-inbound/event-inbound.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
23 changes: 23 additions & 0 deletions
23
packages/conversation/src/models/v1/mod-callback-events/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
export * from './capability-event'; | ||
export * from './channel-event'; | ||
export * from './contact-create-event'; | ||
export * from './contact-delete-event'; | ||
export * from './contact-identities-duplication-event'; | ||
export * from './contact-merge-event'; | ||
export * from './contact-notification'; | ||
export * from './contact-update-event'; | ||
export * from './conversation-delete-event'; | ||
export * from './conversation-start-event'; | ||
export * from './conversation-stop-event'; | ||
export * from './conversation-webhook-event'; | ||
export * from './event-delivery'; | ||
export * from './event-inbound'; | ||
export * from './message-inbound-event'; | ||
export * from './message-inbound-event-item'; | ||
export * from './message-inbound-smart-conversation-redaction-event'; | ||
export * from './opt-in-event'; | ||
export * from './opt-out-event'; | ||
export * from './message-delivery-receipt-event'; | ||
export * from './message-submit-event'; | ||
export * from './smart-conversations-event'; | ||
export * from './unsupported-callback-event'; |
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
...t-event/message-delivery-receipt-event.ts → ...t-event/message-delivery-receipt-event.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
...-event-item/message-inbound-event-item.ts → ...-event-item/message-inbound-event-item.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
...sage-submit-event/message-submit-event.ts → ...sage-submit-event/message-submit-event.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...rc/models/v1/opt-in-event/opt-in-event.ts → ...lback-events/opt-in-event/opt-in-event.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
.../models/v1/opt-out-event/opt-out-event.ts → ...ack-events/opt-out-event/opt-out-event.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ations-event/smart-conversations-event.ts → ...ations-event/smart-conversations-event.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
...lback-event/unsupported-callback-event.ts → ...lback-event/unsupported-callback-event.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 12 additions & 0 deletions
12
packages/conversation/src/models/v1/mod-credentials/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
export * from './applebc-credentials'; | ||
export * from './basic-auth-credential'; | ||
export * from './instagram-credentials'; | ||
export * from './kakaotalk-credentials'; | ||
export * from './kakaotalkchat-credentials'; | ||
export * from './line-credentials'; | ||
export * from './mms-credentials'; | ||
export * from './sms-credentials'; | ||
export * from './static-bearer-credential'; | ||
export * from './static-token-credential'; | ||
export * from './telegram-credentials'; | ||
export * from './wechat-credentials'; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.