add the rest of pricing

This commit is contained in:
Asim Aslam
2021-05-27 18:33:44 +01:00
parent 00b43c9b1c
commit 444606114f
4 changed files with 26 additions and 4 deletions

View File

@@ -1,5 +1,12 @@
{
"name": "datastore",
"icon": "📦",
"category": "storage"
"category": "storage",
"pricing": {
"Datastore.Create": 100,
"Datastore.Read": 100,
"Datastore.Update": 100,
"Datastore.Delete": 100,
"Datastore.CreateIndex": 100
}
}

View File

@@ -1,5 +1,11 @@
{
"name": "file",
"icon": "📁",
"category": "storage"
"category": "storage",
"pricing": {
"File.BatchSave": 100,
"File.List": 100,
"File.Read": 100,
"File.Save": 100
}
}

View File

@@ -1,5 +1,10 @@
{
"name": "image",
"icon": "🖼️",
"category": "web"
"category": "web",
"pricing": {
"Image.Convert": 100,
"Image.Resize": 100,
"Image.Upload": 100
}
}

View File

@@ -1,5 +1,9 @@
{
"name": "otp",
"icon": "🔑",
"category": "user"
"category": "user",
"pricing": {
"Otp.Generate": 100,
"Otp.Validate": 100
}
}