Conversation
✱ Stainless preview buildsThis PR will update the kotlin openapi python typescript
|
Greptile SummaryRemoves the
Confidence Score: 5/5
|
| Filename | Overview |
|---|---|
| openapi/components/schemas/transactions/OutgoingTransaction.yaml | Removes originalTransactionId property from OutgoingTransaction schema source file. Clean removal with no issues. |
| openapi.yaml | Bundled spec regenerated with originalTransactionId removed from OutgoingTransaction. Consistent with source. |
| mintlify/openapi.yaml | Mintlify bundled spec regenerated with originalTransactionId removed from OutgoingTransaction. Consistent with source. |
Class Diagram
%%{init: {'theme': 'neutral'}}%%
classDiagram
class Transaction {
+string id
+string status
+string createdAt
+string updatedAt
}
class OutgoingTransaction {
+TransactionSource source
+CurrencyAmount sentAmount
+CurrencyAmount receivedAmount
+number exchangeRate
+int64 fees
+string quoteId
+PaymentInstructions[] paymentInstructions
+Refund refund
+OutgoingRateDetails rateDetails
+OutgoingTransactionFailureReason failureReason
}
Transaction <|-- OutgoingTransaction : allOf
note for OutgoingTransaction "originalTransactionId removed\n(was: string, retry quote reference)"
Last reviewed commit: df53566
more leftover from removing the retry quotes api

more leftover from removing the retry quotes api