Skip to content

Commit 919e817

Browse files
docs: remove kapsystem
1 parent fd50232 commit 919e817

File tree

3 files changed

+4
-72
lines changed

3 files changed

+4
-72
lines changed

apps/api/docs/api-documentation.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -934,8 +934,8 @@ curl --location 'http://localhost:3000/graphql' \
934934
"providers": [
935935
{
936936
"providerId": 4,
937-
"name": "KAPS Pinestem",
938-
"channelType": 8,
937+
"name": "Twilio WhatsApp Business Pinestem",
938+
"channelType": 7,
939939
"configuration": {},
940940
"isEnabled": 1,
941941
"userId": 1,
@@ -953,20 +953,9 @@ curl --location 'http://localhost:3000/graphql' \
953953
"createdOn": "2024-06-21T09:46:27.000Z",
954954
"updatedOn": "2024-06-21T09:46:27.000Z",
955955
"status": 1
956-
},
957-
{
958-
"providerId": 7,
959-
"name": "Mailgun PineStem",
960-
"channelType": 2,
961-
"configuration": {},
962-
"isEnabled": 1,
963-
"userId": 1,
964-
"createdOn": "2024-06-23T09:30:39.000Z",
965-
"updatedOn": "2024-06-23T09:30:39.000Z",
966-
"status": 1
967956
}
968957
],
969-
"total": 3,
958+
"total": 2,
970959
"offset": 0,
971960
"limit": 5
972961
}

apps/api/docs/channels/sms-kapsystem.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

apps/api/docs/usage-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ OsmoX supports multiple channel types, allowing you to choose the most suitable
130130
| SMS - Twilio | 5 | [SMS - Twilio](channels/sms-Twilio.md) |
131131
| SMS - Plivo | 6 | [SMS - Plivo](channels/sms-Plivo.md) |
132132
| WhatsApp - Twilio (Business) | 7 | [WhatsApp - Twilio (Business)](channels/wa-Twilio-Business.md) |
133-
| SMS - KAPSystem | 8 | [SMS - KAPSystem](channels/sms-kapsystem.md) |
133+
| SMS - KAPSystem | 8 | We no longer support SMS - KAPSystem |
134134
| PushNotification - SNS | 9 | [Push Notification - SNS](channels/push-sns.md) |
135135
| Voice Call - Twilio | 10 | [Voice Call - Twilio](channels/vc-twilio.md) |
136136
| Email - AWS SES | 11 | [Email - AWS SES](channels/aws-ses.md) |

0 commit comments

Comments
 (0)