diff --git a/tap_stripe/schemas/disputes.json b/tap_stripe/schemas/disputes.json index 52081cb2..085b947c 100644 --- a/tap_stripe/schemas/disputes.json +++ b/tap_stripe/schemas/disputes.json @@ -205,6 +205,12 @@ "string" ], "format": "date-time" + }, + "payment_intent": { + "type": [ + "null", + "string" + ] } } } diff --git a/tap_stripe/schemas/payouts.json b/tap_stripe/schemas/payouts.json index e5c2fa4b..f266d62f 100644 --- a/tap_stripe/schemas/payouts.json +++ b/tap_stripe/schemas/payouts.json @@ -7,6 +7,12 @@ ], "properties": {} }, + "reconciliation_status": { + "type": [ + "null", + "string" + ] + }, "failure_code": { "type": [ "null", diff --git a/tap_stripe/schemas/products.json b/tap_stripe/schemas/products.json index 038c09d3..582c56f9 100644 --- a/tap_stripe/schemas/products.json +++ b/tap_stripe/schemas/products.json @@ -176,6 +176,12 @@ "null", "string" ] + }, + "default_price": { + "type": [ + "null", + "string" + ] } } }