mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-22 15:25:19 +00:00
add the rest of pricing
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "datastore",
|
"name": "datastore",
|
||||||
"icon": "📦",
|
"icon": "📦",
|
||||||
"category": "storage"
|
"category": "storage",
|
||||||
|
"pricing": {
|
||||||
|
"Datastore.Create": 100,
|
||||||
|
"Datastore.Read": 100,
|
||||||
|
"Datastore.Update": 100,
|
||||||
|
"Datastore.Delete": 100,
|
||||||
|
"Datastore.CreateIndex": 100
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "file",
|
"name": "file",
|
||||||
"icon": "📁",
|
"icon": "📁",
|
||||||
"category": "storage"
|
"category": "storage",
|
||||||
|
"pricing": {
|
||||||
|
"File.BatchSave": 100,
|
||||||
|
"File.List": 100,
|
||||||
|
"File.Read": 100,
|
||||||
|
"File.Save": 100
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "image",
|
"name": "image",
|
||||||
"icon": "🖼️",
|
"icon": "🖼️",
|
||||||
"category": "web"
|
"category": "web",
|
||||||
|
"pricing": {
|
||||||
|
"Image.Convert": 100,
|
||||||
|
"Image.Resize": 100,
|
||||||
|
"Image.Upload": 100
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "otp",
|
"name": "otp",
|
||||||
"icon": "🔑",
|
"icon": "🔑",
|
||||||
"category": "user"
|
"category": "user",
|
||||||
|
"pricing": {
|
||||||
|
"Otp.Generate": 100,
|
||||||
|
"Otp.Validate": 100
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user