Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
raven - Client SDK for Raven Api
This is the SDK Documentation of Raven. You can find out more about Raven at [https://ravenapp.dev/](https://ravenapp.dev/).

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

<!-- ### For [Node.js](https://nodejs.org/)

Expand Down Expand Up @@ -120,6 +120,7 @@ All URIs are relative to *https://api.ravenapp.dev*
- [SendEvent](docs/SendEvent.md)
- [SendEventBulk](docs/SendEventBulk.md)
- [SlackOverride](docs/SlackOverride.md)
- [TelegramOverride](docs/TelegramOverride.md)
- [SlackProfile](docs/SlackProfile.md)
- [SmsOverride](docs/SmsOverride.md)
- [User](docs/User.md)
Expand Down
1 change: 1 addition & 0 deletions docs/EventOverride.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
| **webhook** | [**WebhookOverride**](WebhookOverride.md) | | [optional] |
| **voice** | [**VoiceOverride**](VoiceOverride.md) | | [optional] |
| **slack** | [**SlackOverride**](SlackOverride.md) | | [optional] |
| **telegram** | [**TelegramOverride**](TelegramOverride.md) | | [optional] |
| **providers** | [**ProviderOverride**](ProviderOverride.md) | | [optional] |
7 changes: 7 additions & 0 deletions docs/TelegramOverride.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# raven.TelegramOverride

## Properties

| Name | Type | Description | Notes |
| -------------- | ---------- | ----------- | ---------- |
| **scheduleAt** | **String** | | [optional] |
7 changes: 7 additions & 0 deletions docs/TelegramProfile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# raven.TelegramProfile

## Properties

| Name | Type | Description | Notes |
| ---------- | ---------- | ----------- | ---------- |
| **chatId** | **String** | | [optional] |
27 changes: 14 additions & 13 deletions docs/User.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@

## Properties

| Name | Type | Description | Notes |
| ----------------------- | ------------ | ----------- | ---------- |
| **userId** | **String** | | [optional] |
| **mobile** | **String** | | [optional] |
| **email** | **String** | | [optional] |
| **whatsappMobile** | **String** | | [optional] |
| **onesignalExternalId** | **String** | | [optional] |
| **fcmTokens** | **[String]** | | [optional] |
| **iosTokens** | **[String]** | | [optional] |
| **fcmTopic** | **[String]** | | [optional] |
| **fcmDeviceGroup** | **[String]** | | [optional] |
| **slack** | **Object** | | [optional] |
| **onesignalPlayerIds** | **[String]** | | [optional] |
| Name | Type | Description | Notes |
| ----------------------- | ----------------------------------------- | ----------- | ---------- |
| **userId** | **String** | | [optional] |
| **mobile** | **String** | | [optional] |
| **email** | **String** | | [optional] |
| **whatsappMobile** | **String** | | [optional] |
| **onesignalExternalId** | **String** | | [optional] |
| **fcmTokens** | **[String]** | | [optional] |
| **iosTokens** | **[String]** | | [optional] |
| **fcmTopic** | **[String]** | | [optional] |
| **fcmDeviceGroup** | **[String]** | | [optional] |
| **slack** | [**SlackProfile**](SlackProfile.md) | | [optional] |
| **telegram** | [**TelegramProfile**](TelegramProfile.md) | | [optional] |
| **onesignalPlayerIds** | **[String]** | | [optional] |
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ravenappdev/raven",
"version": "1.0.0",
"description": "SDK for Raven Api",
"name": "@ravenappdev/raven_api",
"version": "1.0.1",
"description": "",
"license": "MIT",
"main": "src//index.js",
"repository": "git://github.com/ravenappdev/raven-node.git",
Expand Down
3 changes: 3 additions & 0 deletions raven-nodejs-sdk.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"folders": [
{
"path": "."
},
{
"path": "../raven-api-specs"
}
],
"settings": {}
Expand Down