Rename files & symbols
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
},
|
||||
{
|
||||
"title": "Pages",
|
||||
"description": "CRM module pages",
|
||||
"description": "Compose module pages",
|
||||
"entrypoint": "page",
|
||||
"path": "/page",
|
||||
"authentication": [],
|
||||
@@ -245,7 +245,7 @@
|
||||
},
|
||||
{
|
||||
"title": "Modules",
|
||||
"description": "CRM module definitions",
|
||||
"description": "Compose module definitions",
|
||||
"entrypoint": "module",
|
||||
"path": "/module",
|
||||
"authentication": [],
|
||||
@@ -253,7 +253,7 @@
|
||||
{
|
||||
"imports": [
|
||||
"sqlxTypes github.com/jmoiron/sqlx/types",
|
||||
"github.com/crusttech/crust/crm/types"
|
||||
"github.com/crusttech/crust/compose/types"
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -374,14 +374,14 @@
|
||||
},
|
||||
{
|
||||
"title": "Records",
|
||||
"description": "CRM records ",
|
||||
"description": "Compose records ",
|
||||
"entrypoint": "record",
|
||||
"path": "/module/{moduleID}/record",
|
||||
"authentication": [],
|
||||
"struct": [
|
||||
{
|
||||
"imports": [
|
||||
"github.com/crusttech/crust/crm/types"
|
||||
"github.com/crusttech/crust/compose/types"
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -669,7 +669,7 @@
|
||||
},
|
||||
{
|
||||
"title": "Triggers",
|
||||
"description": "CRM Triggers",
|
||||
"description": "Compose Triggers",
|
||||
"entrypoint": "trigger",
|
||||
"path": "/trigger",
|
||||
"authentication": [],
|
||||
@@ -814,7 +814,7 @@
|
||||
},
|
||||
{
|
||||
"title": "Notifications",
|
||||
"description": "CRM Notifications",
|
||||
"description": "Compose Notifications",
|
||||
"entrypoint": "notification",
|
||||
"path": "/notification",
|
||||
"authentication": [],
|
||||
@@ -829,7 +829,7 @@
|
||||
{
|
||||
"name": "email/send",
|
||||
"method": "POST",
|
||||
"title": "Send email from the CRM",
|
||||
"title": "Send email from the Compose",
|
||||
"path": "/email",
|
||||
"parameters": {
|
||||
"post": [
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"Title": "Modules",
|
||||
"Description": "CRM module definitions",
|
||||
"Description": "Compose module definitions",
|
||||
"Interface": "Module",
|
||||
"Struct": [
|
||||
{
|
||||
"imports": [
|
||||
"sqlxTypes github.com/jmoiron/sqlx/types",
|
||||
"github.com/crusttech/crust/crm/types"
|
||||
"github.com/crusttech/crust/compose/types"
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"Title": "Notifications",
|
||||
"Description": "CRM Notifications",
|
||||
"Description": "Compose Notifications",
|
||||
"Interface": "Notification",
|
||||
"Struct": [
|
||||
{
|
||||
@@ -17,7 +17,7 @@
|
||||
{
|
||||
"Name": "email/send",
|
||||
"Method": "POST",
|
||||
"Title": "Send email from the CRM",
|
||||
"Title": "Send email from the Compose",
|
||||
"Path": "/email",
|
||||
"Parameters": {
|
||||
"post": [
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"Title": "Pages",
|
||||
"Description": "CRM module pages",
|
||||
"Description": "Compose module pages",
|
||||
"Interface": "Page",
|
||||
"Struct": [
|
||||
{
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"Title": "Records",
|
||||
"Description": "CRM records ",
|
||||
"Description": "Compose records",
|
||||
"Interface": "Record",
|
||||
"Struct": [
|
||||
{
|
||||
"imports": [
|
||||
"github.com/crusttech/crust/crm/types"
|
||||
"github.com/crusttech/crust/compose/types"
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"Title": "Triggers",
|
||||
"Description": "CRM Triggers",
|
||||
"Description": "Compose Triggers",
|
||||
"Interface": "Trigger",
|
||||
"Struct": null,
|
||||
"Parameters": null,
|
||||
Reference in New Issue
Block a user