Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Commit 00826b8

Browse files
author
Mayank Sharma
authored
Develop (#7)
* response schema * models deleted * docs updated * docs * link * telegram * version
1 parent 5e68ab5 commit 00826b8

File tree

7 files changed

+37
-17
lines changed

7 files changed

+37
-17
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
raven - Client SDK for Raven Api
44
This is the SDK Documentation of Raven. You can find out more about Raven at [https://ravenapp.dev/](https://ravenapp.dev/).
55

6-
# Installation (via [npm](https://nodejs.org/))
6+
# Installation (via [npm](https://www.npmjs.com/package/@ravenappdev/raven))
77

88
<!-- ### For [Node.js](https://nodejs.org/)
99
@@ -120,6 +120,7 @@ All URIs are relative to *https://api.ravenapp.dev*
120120
- [SendEvent](docs/SendEvent.md)
121121
- [SendEventBulk](docs/SendEventBulk.md)
122122
- [SlackOverride](docs/SlackOverride.md)
123+
- [TelegramOverride](docs/TelegramOverride.md)
123124
- [SlackProfile](docs/SlackProfile.md)
124125
- [SmsOverride](docs/SmsOverride.md)
125126
- [User](docs/User.md)

docs/EventOverride.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111
| **webhook** | [**WebhookOverride**](WebhookOverride.md) | | [optional] |
1212
| **voice** | [**VoiceOverride**](VoiceOverride.md) | | [optional] |
1313
| **slack** | [**SlackOverride**](SlackOverride.md) | | [optional] |
14+
| **telegram** | [**TelegramOverride**](TelegramOverride.md) | | [optional] |
1415
| **providers** | [**ProviderOverride**](ProviderOverride.md) | | [optional] |

docs/TelegramOverride.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# raven.TelegramOverride
2+
3+
## Properties
4+
5+
| Name | Type | Description | Notes |
6+
| -------------- | ---------- | ----------- | ---------- |
7+
| **scheduleAt** | **String** | | [optional] |

docs/TelegramProfile.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# raven.TelegramProfile
2+
3+
## Properties
4+
5+
| Name | Type | Description | Notes |
6+
| ---------- | ---------- | ----------- | ---------- |
7+
| **chatId** | **String** | | [optional] |

docs/User.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22

33
## Properties
44

5-
| Name | Type | Description | Notes |
6-
| ----------------------- | ------------ | ----------- | ---------- |
7-
| **userId** | **String** | | [optional] |
8-
| **mobile** | **String** | | [optional] |
9-
| **email** | **String** | | [optional] |
10-
| **whatsappMobile** | **String** | | [optional] |
11-
| **onesignalExternalId** | **String** | | [optional] |
12-
| **fcmTokens** | **[String]** | | [optional] |
13-
| **iosTokens** | **[String]** | | [optional] |
14-
| **fcmTopic** | **[String]** | | [optional] |
15-
| **fcmDeviceGroup** | **[String]** | | [optional] |
16-
| **slack** | **Object** | | [optional] |
17-
| **onesignalPlayerIds** | **[String]** | | [optional] |
5+
| Name | Type | Description | Notes |
6+
| ----------------------- | ----------------------------------------- | ----------- | ---------- |
7+
| **userId** | **String** | | [optional] |
8+
| **mobile** | **String** | | [optional] |
9+
| **email** | **String** | | [optional] |
10+
| **whatsappMobile** | **String** | | [optional] |
11+
| **onesignalExternalId** | **String** | | [optional] |
12+
| **fcmTokens** | **[String]** | | [optional] |
13+
| **iosTokens** | **[String]** | | [optional] |
14+
| **fcmTopic** | **[String]** | | [optional] |
15+
| **fcmDeviceGroup** | **[String]** | | [optional] |
16+
| **slack** | [**SlackProfile**](SlackProfile.md) | | [optional] |
17+
| **telegram** | [**TelegramProfile**](TelegramProfile.md) | | [optional] |
18+
| **onesignalPlayerIds** | **[String]** | | [optional] |

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@ravenappdev/raven",
3-
"version": "1.0.0",
4-
"description": "SDK for Raven Api",
2+
"name": "@ravenappdev/raven_api",
3+
"version": "1.0.1",
4+
"description": "",
55
"license": "MIT",
66
"main": "src//index.js",
77
"repository": "git://github.com/ravenappdev/raven-node.git",

raven-nodejs-sdk.code-workspace

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"folders": [
33
{
44
"path": "."
5+
},
6+
{
7+
"path": "../raven-api-specs"
58
}
69
],
710
"settings": {}

0 commit comments

Comments
 (0)