Global
Members
(constant) customers :Customers
Type:
- Source:
(constant) licenses :Licenses
Type:
- Source:
(constant) projects :Projects
Type:
- Source:
(constant) usages :Usages
Type:
- Source:
Type Definitions
Config
Properties:
Name |
Type |
Description |
clientID |
string
|
|
clientSecret |
string
|
|
- Source:
Customer
Properties:
Name |
Type |
Description |
id |
number
|
|
name |
string
|
|
surname |
string
|
|
phone |
string
|
|
email |
string
|
|
reference |
string
|
|
created_at |
Date
|
|
updated_at |
Date
|
|
deleted_at |
Date
|
|
- Source:
Customers
Properties:
- Source:
License
Properties:
Name |
Type |
Description |
id |
number
|
|
client_id |
string
|
|
client_secret |
string
|
|
project_id |
string
|
|
expiration_date |
Date
|
|
active |
boolean
|
|
reference |
string
|
|
created_at |
Date
|
|
updated_at |
Date
|
|
deleted_at |
Date
|
|
- Source:
Licenses
Properties:
- Source:
Product
Properties:
Name |
Type |
Description |
id |
number
|
|
name |
string
|
|
reference |
string
|
|
created_at |
Date
|
|
updated_at |
Date
|
|
deleted_at |
Date
|
|
- Source:
Project
Properties:
Name |
Type |
Description |
id |
number
|
|
name |
string
|
|
photo |
string
|
|
customer_id |
string
|
|
product_id |
string
|
|
reference |
string
|
|
created_at |
Date
|
|
updated_at |
Date
|
|
deleted_at |
Date
|
|
- Source:
Projects
Properties:
- Source:
Service
Properties:
Name |
Type |
Description |
id |
number
|
|
product_id |
string
|
|
name |
string
|
|
code |
string
|
|
reference |
string
|
|
created_at |
Date
|
|
updated_at |
Date
|
|
deleted_at |
Date
|
|
- Source:
Usage
Properties:
Name |
Type |
Description |
id |
number
|
|
license_id |
string
|
|
product_id |
string
|
|
started_at |
Date
|
|
ended_at |
Date
|
|
reference |
string
|
|
created_at |
Date
|
|
updated_at |
Date
|
|
deleted_at |
Date
|
|
- Source:
Usages
Properties:
- Source: