@@ -150,8 +150,7 @@ paths:
150
150
- name : " locationPresente"
151
151
in : " query"
152
152
schema :
153
- type : " string"
154
- format : " boolean"
153
+ type : " boolean"
155
154
- name : " status"
156
155
in : " query"
157
156
schema :
@@ -240,8 +239,7 @@ paths:
240
239
- name : " txIdPresente"
241
240
in : " query"
242
241
schema :
243
- type : " string"
244
- format : " boolean"
242
+ type : " boolean"
245
243
- $ref : " #/components/parameters/paginaAtual"
246
244
- $ref : " #/components/parameters/itensPorPagina"
247
245
tags :
@@ -354,8 +352,7 @@ paths:
354
352
- name : " txIdPresente"
355
353
in : " query"
356
354
schema :
357
- type : " string"
358
- format : " boolean"
355
+ type : " boolean"
359
356
- name : " cpf"
360
357
in : " query"
361
358
schema :
@@ -882,9 +879,10 @@ components:
882
879
inicio : " 2020-04-01T00:00:00Z"
883
880
fim : " 2020-04-01T23:59:59Z"
884
881
paginacao :
885
- pagina : 0
886
- tamanho : 100
887
- quantidade : 3
882
+ paginaAtual : 0
883
+ itensPorPagina : 100
884
+ quantidadeDePaginas : 1
885
+ quantidadeTotalDeItens : 3
888
886
loc :
889
887
- allOf :
890
888
- $ref : ' #/components/examples/payloadLocationResponse1/value'
@@ -1257,7 +1255,7 @@ components:
1257
1255
type : " object"
1258
1256
title : " Cobrança Solicitada"
1259
1257
description : " Dados enviados para criação ou alteração da cobrança via API Pix"
1260
- required : ["valor", "chave", "calendario", "expiracao", "dataDeVencimento" ]
1258
+ required : ["valor", "chave", "calendario"]
1261
1259
allOf :
1262
1260
- type : " object"
1263
1261
properties :
@@ -1297,8 +1295,8 @@ components:
1297
1295
type : " string"
1298
1296
title : " Status da Cobrança"
1299
1297
enum :
1300
- - " REMOVIDO_PELO_USUARIO_RECEBEDOR"
1301
- - $ref : " #/components/schemas/CobBase"
1298
+ - " REMOVIDO_PELO_USUARIO_RECEBEDOR"
1299
+ - $ref : " #/components/schemas/CobBase"
1302
1300
CobGerada :
1303
1301
type : " object"
1304
1302
title : " Cobrança Gerada"
@@ -1338,12 +1336,11 @@ components:
1338
1336
- $ref : " #/components/schemas/CobBase"
1339
1337
CobCompleta :
1340
1338
title : " Cobrança Completa"
1339
+ required : ["status"]
1341
1340
allOf :
1342
1341
- $ref : " #/components/schemas/CobGerada"
1343
1342
- $ref : " #/components/schemas/CobSolicitada"
1344
1343
- type : " object"
1345
- title : " Cob"
1346
- required : ["status"]
1347
1344
properties :
1348
1345
pix :
1349
1346
type : " array"
@@ -1358,8 +1355,8 @@ components:
1358
1355
enum :
1359
1356
- " ATIVA"
1360
1357
- " CONCLUIDA"
1361
- - " REMOVIDO_PELO_USUARIO_RECEBEDOR"
1362
- - " REMOVIDO_PELO_PSP"
1358
+ - " REMOVIDO_PELO_USUARIO_RECEBEDOR"
1359
+ - " REMOVIDO_PELO_PSP"
1363
1360
CobPayload :
1364
1361
type : " object"
1365
1362
title : " Payload JSON da cobrança"
@@ -1453,8 +1450,7 @@ components:
1453
1450
pattern : " /^\\ d{14}$/"
1454
1451
description : " Filtro pelo CNPJ do devedor. Não pode ser utilizado ao mesmo tempo que o CPF."
1455
1452
locationPresente :
1456
- type : " string"
1457
- format : " boolean"
1453
+ type : " boolean"
1458
1454
description : " Filtro pela existência de location vinculada."
1459
1455
status :
1460
1456
type : " string"
@@ -1574,8 +1570,7 @@ components:
1574
1570
description : " Data de fim utilizada na consulta. Respeita RFC 3339."
1575
1571
example : " 2020-04-01T17:00:00Z"
1576
1572
txIdPresente :
1577
- type : " string"
1578
- format : " boolean"
1573
+ type : " boolean"
1579
1574
description : " Filtro pela existência de txid."
1580
1575
paginacao :
1581
1576
$ref : " #/components/schemas/Paginacao"
@@ -1595,7 +1590,7 @@ components:
1595
1590
ParametrosConsultaPix :
1596
1591
type : " object"
1597
1592
title : " Parâmetros de Consulta Pix"
1598
- description : " Parâmetros utilizados para a realização de uma consulta de cobranças ."
1593
+ description : " Parâmetros utilizados para a realização de uma consulta de Pix ."
1599
1594
required : ["inicio", "fim", "paginacao"]
1600
1595
properties :
1601
1596
inicio :
@@ -1613,8 +1608,7 @@ components:
1613
1608
txid :
1614
1609
$ref : " #/components/schemas/TxId"
1615
1610
txIdPresente :
1616
- type : " string"
1617
- format : " boolean"
1611
+ type : " boolean"
1618
1612
description : " Filtro pela existência de txid."
1619
1613
paginacao :
1620
1614
$ref : " #/components/schemas/Paginacao"
0 commit comments