From 46e35e2100c1d475165865ad4df8f14b4183bf7c Mon Sep 17 00:00:00 2001 From: 4lessandrodev Date: Thu, 19 May 2022 00:39:28 -0300 Subject: [PATCH] style(logo): delete logo --- public/index.html | 107 +++++++++++++++++++++++----------------------- spectacle.yaml | 6 +-- 2 files changed, 57 insertions(+), 56 deletions(-) diff --git a/public/index.html b/public/index.html index 0092341..eec4e3c 100644 --- a/public/index.html +++ b/public/index.html @@ -228,7 +228,8 @@

Documentação

-

Documentação da api controle financeiro. A api tem como o objetivo garantir o controle financeiro do usuário, registrando entradas e saídas de capital e organizando cada entrada em caixas financeiros conforme o planejamento do usuário. Construída em graphql. Aqui está documentado as queries e mutations. O endpoint local é o exibido ao lado, o endpoint de produção é +

Documentação da api controle financeiro. A api tem como o objetivo garantir o controle financeiro do usuário, registrando entradas e saídas de capital e organizando cada entrada em caixas financeiros conforme o planejamento do usuário. Construída em graphql. Aqui está documentado as queries e mutations. Você pode interagir com a api através do playground no link: + https://lucasconstantino.github.io/graphiql-online/ alterando o endpoint para https://finance-api-ddd.herokuapp.com/graphql

@@ -241,7 +242,7 @@
Contact

-
API Endpoints
http://localhost:3000/graphql
+
API Endpoints
https://finance-api-ddd.herokuapp.com/graphql
@@ -319,11 +320,11 @@
Response
{
   "data": {
     "getBudgetBoxById": {
-      "id": 4,
-      "description": "abc123",
+      "id": "4",
+      "description": "xyz789",
       "balanceAvailable": BudgetBoxCurrencyType,
       "isPercentage": true,
-      "budgetPercentage": 987.65,
+      "budgetPercentage": 123.45,
       "reasons": [ReasonType],
       "createdAt": "2007-12-03T10:15:30Z",
       "updatedAt": "2007-12-03T10:15:30Z"
@@ -382,10 +383,10 @@ 
Response
{
   "data": {
     "getBudgetBoxes": {
-      "id": "4",
+      "id": 4,
       "description": "xyz789",
       "balanceAvailable": BudgetBoxCurrencyType,
-      "isPercentage": true,
+      "isPercentage": false,
       "budgetPercentage": 123.45,
       "reasons": [ReasonType],
       "createdAt": "2007-12-03T10:15:30Z",
@@ -479,9 +480,9 @@ 
Response
{
   "data": {
     "getTransactionById": {
-      "id": "4",
-      "userId": "4",
-      "reason": "abc123",
+      "id": 4,
+      "userId": 4,
+      "reason": "xyz789",
       "totalValue": CurrencyType,
       "paymentDate": "2007-12-03T10:15:30Z",
       "transactionType": "ENTRADA",
@@ -489,8 +490,8 @@ 
Response
"transactionCalculations": [ TransactionCalculationType ], - "note": "abc123", - "attachment": "abc123", + "note": "xyz789", + "attachment": "xyz789", "createdAt": "2007-12-03T10:15:30Z", "updatedAt": "2007-12-03T10:15:30Z" } @@ -553,7 +554,7 @@
Response
"data": { "getTransactions": { "id": 4, - "userId": "4", + "userId": 4, "reason": "xyz789", "totalValue": CurrencyType, "paymentDate": "2007-12-03T10:15:30Z", @@ -562,7 +563,7 @@
Response
"transactionCalculations": [ TransactionCalculationType ], - "note": "xyz789", + "note": "abc123", "attachment": "xyz789", "createdAt": "2007-12-03T10:15:30Z", "updatedAt": "2007-12-03T10:15:30Z" @@ -614,7 +615,7 @@
Response
{
   "data": {
     "whoAmI": {
-      "id": 4,
+      "id": "4",
       "terms": [TermType],
       "email": "abc123"
     }
@@ -751,7 +752,7 @@ 
Variables
Response
-
{"data": {"changeBudgetName": true}}
+                  
{"data": {"changeBudgetName": false}}
 
@@ -1157,7 +1158,7 @@
Variables
Response
-
{"data": {"deleteUserAccount": true}}
+                  
{"data": {"deleteUserAccount": false}}
 
@@ -1293,7 +1294,7 @@
Variables
Response
-
{"data": {"postingToBenefit": true}}
+                  
{"data": {"postingToBenefit": false}}
 
@@ -1362,7 +1363,7 @@
Variables
Response
-
{"data": {"removeReasonFromBudgetBox": false}}
+                  
{"data": {"removeReasonFromBudgetBox": true}}
 
@@ -1431,7 +1432,7 @@
Variables
Response
-
{"data": {"signin": {"token": "xyz789"}}}
+                  
{"data": {"signin": {"token": "abc123"}}}
 
@@ -1565,7 +1566,7 @@
Variables
Response
-
{"data": {"transferBalance": false}}
+                  
{"data": {"transferBalance": true}}
 
@@ -1615,7 +1616,7 @@
Example
{
-  "reasonDescription": "xyz789",
+  "reasonDescription": "abc123",
   "budgetBoxId": "xyz789"
 }
 
@@ -1706,11 +1707,11 @@
Example
{
   "total": 987.65,
-  "reason": "xyz789",
+  "reason": "abc123",
   "sourceBoxId": "abc123",
-  "destinationBoxId": "abc123",
-  "note": "xyz789",
-  "attachment": "abc123"
+  "destinationBoxId": "xyz789",
+  "note": "abc123",
+  "attachment": "xyz789"
 }
 
@@ -1868,16 +1869,16 @@
Example
{
-  "id": "4",
-  "userId": 4,
-  "reason": "xyz789",
+  "id": 4,
+  "userId": "4",
+  "reason": "abc123",
   "totalValue": CurrencyType,
   "paymentDate": "2007-12-03T10:15:30Z",
   "transactionType": "ENTRADA",
   "transactionStatus": "PENDENTE",
   "transactionCalculations": [TransactionCalculationType],
   "note": "xyz789",
-  "attachment": "xyz789",
+  "attachment": "abc123",
   "createdAt": "2007-12-03T10:15:30Z",
   "updatedAt": "2007-12-03T10:15:30Z"
 }
@@ -2094,8 +2095,8 @@ 
Example
{
-  "id": "4",
-  "description": "abc123",
+  "id": 4,
+  "description": "xyz789",
   "balanceAvailable": BudgetBoxCurrencyType,
   "isPercentage": false,
   "budgetPercentage": 123.45,
@@ -2271,9 +2272,9 @@ 
Example
{
-  "reasonDescription": "abc123",
-  "budgetBoxId": "xyz789",
-  "reasonId": "xyz789"
+  "reasonDescription": "xyz789",
+  "budgetBoxId": "abc123",
+  "reasonId": "abc123"
 }
 
@@ -2336,8 +2337,8 @@
Example
{
   "description": "abc123",
-  "isPercentage": true,
-  "budgetPercentage": 987.65
+  "isPercentage": false,
+  "budgetPercentage": 123.45
 }
 
@@ -2436,11 +2437,11 @@
Example
{
   "total": 987.65,
-  "reason": "abc123",
+  "reason": "xyz789",
   "budgetBoxId": "abc123",
   "status": "PENDENTE",
   "paymentDate": "2007-12-03T10:15:30Z",
-  "note": "xyz789",
+  "note": "abc123",
   "attachment": "abc123"
 }
 
@@ -2559,7 +2560,7 @@
Fields
Example
-
{"budgetBoxId": "abc123"}
+                  
{"budgetBoxId": "xyz789"}
 
@@ -2626,7 +2627,7 @@
Description
Example
-
987.65
+                  
123.45
 
@@ -2734,7 +2735,7 @@
Description
Example
-
"4"
+                  
4
 
@@ -2776,7 +2777,7 @@
Fields
Example
-
{"token": "xyz789"}
+                  
{"token": "abc123"}
 
@@ -2865,11 +2866,11 @@
Example
{
   "total": 123.45,
-  "reason": "xyz789",
+  "reason": "abc123",
   "status": "PENDENTE",
   "paymentDate": "2007-12-03T10:15:30Z",
   "note": "xyz789",
-  "attachment": "xyz789"
+  "attachment": "abc123"
 }
 
@@ -2973,7 +2974,7 @@
Example
"status": "PENDENTE", "paymentDate": "2007-12-03T10:15:30Z", "note": "xyz789", - "attachment": "xyz789" + "attachment": "abc123" }
@@ -3155,7 +3156,7 @@
Example
{
   "email": "abc123",
-  "password": "abc123"
+  "password": "xyz789"
 }
 
@@ -3306,7 +3307,7 @@
Example
{
   "ip": "xyz789",
-  "acceptedAt": "abc123",
+  "acceptedAt": "xyz789",
   "userAgent": UserAgentType
 }
 
@@ -3369,8 +3370,8 @@
Example
{
-  "budgetBoxName": "abc123",
-  "budgetBoxId": 4,
+  "budgetBoxName": "xyz789",
+  "budgetBoxId": "4",
   "currency": CurrencyType
 }
 
@@ -3653,9 +3654,9 @@
Example
{
   "name": "abc123",
-  "version": "abc123",
-  "os": "xyz789",
-  "type": "abc123"
+  "version": "xyz789",
+  "os": "abc123",
+  "type": "xyz789"
 }
 
diff --git a/spectacle.yaml b/spectacle.yaml index 9daf545..6266676 100644 --- a/spectacle.yaml +++ b/spectacle.yaml @@ -1,5 +1,5 @@ spectaql: - logoFile: ./public/favicon-96x96.png + logoFile: ./public/images/logo.png introspection: url: 'http://localhost:3000/graphql' @@ -7,13 +7,13 @@ introspection: info: title: Documentação description: - 'Documentação da api controle financeiro. A api tem como o objetivo garantir o controle financeiro do usuário, registrando entradas e saídas de capital e organizando cada entrada em caixas financeiros conforme o planejamento do usuário. Construída em graphql. Aqui está documentado as queries e mutations. O endpoint local é o exibido ao lado, o endpoint de produção é https://finance-api-ddd.herokuapp.com/graphql' + 'Documentação da api controle financeiro. A api tem como o objetivo garantir o controle financeiro do usuário, registrando entradas e saídas de capital e organizando cada entrada em caixas financeiros conforme o planejamento do usuário. Construída em graphql. Aqui está documentado as queries e mutations. Você pode interagir com a api através do playground no link: https://lucasconstantino.github.io/graphiql-online/ alterando o endpoint para https://finance-api-ddd.herokuapp.com/graphql' contact: name: Alessandro Dev url: finance-api-ddd.herokuapp.com email: alessandroadm@live.com servers: - - url: 'http://localhost:3000/graphql' + - url: 'https://finance-api-ddd.herokuapp.com/graphql' description: Production production: true