3
0

upd(messaging): remove package names from spec

This commit is contained in:
Tit Petric
2019-02-05 15:10:07 +01:00
parent 06f75376bc
commit e6434e502b
17 changed files with 0 additions and 26 deletions

View File

@@ -2,7 +2,6 @@
{
"title": "Pages",
"description": "CRM module pages",
"package": "crm",
"entrypoint": "page",
"path": "/page",
"authentication": [],
@@ -198,7 +197,6 @@
{
"title": "Modules",
"description": "CRM module definitions",
"package": "crm",
"entrypoint": "module",
"path": "/module",
"authentication": [],
@@ -609,7 +607,6 @@
{
"title": "Triggers",
"description": "CRM Triggers",
"package": "crm",
"entrypoint": "trigger",
"path": "/trigger",
"authentication": [],
@@ -755,7 +752,6 @@
{
"title": "Notifications",
"description": "CRM Notifications",
"package": "crm",
"entrypoint": "notification",
"path": "/notification",
"authentication": [],

View File

@@ -1,6 +1,5 @@
{
"Title": "Charts",
"Package": "",
"Interface": "Chart",
"Struct": [
{

View File

@@ -1,7 +1,6 @@
{
"Title": "Modules",
"Description": "CRM module definitions",
"Package": "crm",
"Interface": "Module",
"Struct": [
{

View File

@@ -1,7 +1,6 @@
{
"Title": "Notifications",
"Description": "CRM Notifications",
"Package": "crm",
"Interface": "Notification",
"Struct": [
{

View File

@@ -1,7 +1,6 @@
{
"Title": "Pages",
"Description": "CRM module pages",
"Package": "crm",
"Interface": "Page",
"Struct": [
{

View File

@@ -1,7 +1,6 @@
{
"Title": "Triggers",
"Description": "CRM Triggers",
"Package": "crm",
"Interface": "Trigger",
"Struct": null,
"Parameters": null,

View File

@@ -2,7 +2,6 @@
{
"title": "Channels",
"description": "A channel is a representation of a sequence of messages. It has meta data like channel subject. Channels may be public, private or group.",
"package": "sam",
"entrypoint": "channel",
"path": "/channels",
"authentication": [
@@ -300,7 +299,6 @@
},
{
"title": "Messages",
"package": "sam",
"path": "/channels/{channelID}/messages",
"parameters": {
"path": [
@@ -566,7 +564,6 @@
},
{
"title": "Attachments",
"package": "sam",
"path": "/attachment/{attachmentID}",
"parameters": {
"path": [
@@ -685,7 +682,6 @@
},
{
"title": "Permissions",
"package": "sam",
"parameters": {},
"entrypoint": "permissions",
"authentication": [

View File

@@ -1,6 +1,5 @@
{
"Title": "Attachments",
"Package": "sam",
"Interface": "Attachment",
"Struct": null,
"Parameters": {

View File

@@ -1,7 +1,6 @@
{
"Title": "Channels",
"Description": "A channel is a representation of a sequence of messages. It has meta data like channel subject. Channels may be public, private or group.",
"Package": "sam",
"Interface": "Channel",
"Struct": null,
"Parameters": null,

View File

@@ -1,6 +1,5 @@
{
"Title": "Messages",
"Package": "sam",
"Interface": "Message",
"Struct": null,
"Parameters": {

View File

@@ -1,6 +1,5 @@
{
"Title": "Permissions",
"Package": "sam",
"Interface": "Permissions",
"Struct": [
{

View File

@@ -1,6 +1,5 @@
{
"Title": "Search entry point",
"Package": "",
"Interface": "Search",
"Struct": null,
"Parameters": {

View File

@@ -1,7 +1,6 @@
[
{
"title": "Authentication",
"package": "auth",
"path": "/auth",
"entrypoint": "auth",
"authentication": [],
@@ -47,7 +46,6 @@
{
"title": "Organisations",
"description": "Organisations represent a top-level grouping entity. There may be many organisations defined in a single deployment.",
"package": "sam",
"path": "/organisations",
"entrypoint": "organisation",
"authentication": [
@@ -164,7 +162,6 @@
{
"title": "Teams",
"description": "An organisation may have many teams. Teams may have many channels available. Access to channels may be shared between teams.",
"package": "sam",
"path": "/teams",
"entrypoint": "team",
"authentication": [
@@ -388,7 +385,6 @@
},
{
"title": "Users",
"package": "sam",
"path": "/users",
"entrypoint": "user",
"authentication": [

View File

@@ -1,6 +1,5 @@
{
"Title": "Authentication",
"Package": "auth",
"Interface": "Auth",
"Struct": null,
"Parameters": null,

View File

@@ -1,7 +1,6 @@
{
"Title": "Organisations",
"Description": "Organisations represent a top-level grouping entity. There may be many organisations defined in a single deployment.",
"Package": "sam",
"Interface": "Organisation",
"Struct": null,
"Parameters": null,

View File

@@ -1,7 +1,6 @@
{
"Title": "Teams",
"Description": "An organisation may have many teams. Teams may have many channels available. Access to channels may be shared between teams.",
"Package": "sam",
"Interface": "Team",
"Struct": null,
"Parameters": null,

View File

@@ -1,6 +1,5 @@
{
"Title": "Users",
"Package": "sam",
"Interface": "User",
"Struct": [
{