Skip to content

Commit 8adc114

Browse files
committed
[AUTOMATED] Update: api/proto/docs/api.gen.yaml
1 parent 74e6a5f commit 8adc114

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

docs/pages/api/api/api.gen.yaml

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sequence-api v0.4.0 6aa48894cfc5520348ee50b7cf3061dce1f326d2
1+
# sequence-api v0.4.0 1903426523ab00db8143b3757b145f81e2685540
22
# --
33
# Code generated by [email protected] with openapi generator; DO NOT EDIT
44
#
@@ -2528,7 +2528,7 @@ components:
25282528
items:
25292529
$ref: '#/components/schemas/FortePayItem'
25302530
seller:
2531-
$ref: '#/components/schemas/FortePayWallet'
2531+
$ref: '#/components/schemas/FortePaySeller'
25322532
transactionType:
25332533
type: string
25342534
FortePayBuyer:
@@ -2544,6 +2544,13 @@ components:
25442544
type: string
25452545
id:
25462546
type: string
2547+
FortePaySeller:
2548+
type: object
2549+
required:
2550+
- wallet
2551+
properties:
2552+
wallet:
2553+
$ref: '#/components/schemas/FortePayWallet'
25472554
FortePayWallet:
25482555
type: object
25492556
required:
@@ -2558,7 +2565,6 @@ components:
25582565
type: object
25592566
required:
25602567
- amount
2561-
- description
25622568
- id
25632569
- imageUrl
25642570
- listingData
@@ -2568,8 +2574,6 @@ components:
25682574
properties:
25692575
amount:
25702576
type: string
2571-
description:
2572-
type: string
25732577
id:
25742578
type: string
25752579
imageUrl:
@@ -2673,6 +2677,16 @@ components:
26732677
description: '[]string'
26742678
items:
26752679
type: string
2680+
FortePaymentStatus:
2681+
type: object
2682+
required:
2683+
- paymentIntentId
2684+
- status
2685+
properties:
2686+
paymentIntentId:
2687+
type: string
2688+
status:
2689+
type: string
26762690
API_IsValidSignature_Request:
26772691
type: object
26782692
properties:

0 commit comments

Comments
 (0)