Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tap-chargebee JSON schema updates 2024-04-23 #1022

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions _data/taps/schemas/chargebee/v1/chargebee-v1-issues.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Key addon_ids not found in _data/taps/schemas/chargebee/v1/json/coupons.json
Key plan_ids not found in _data/taps/schemas/chargebee/v1/json/coupons.json
Key content.subscription.addons.id not found in _data/taps/schemas/chargebee/v1/json/events.json
Key content.subscription.charged_event_based_addons.id not found in _data/taps/schemas/chargebee/v1/json/events.json
Key content.subscription.event_based_addons.id not found in _data/taps/schemas/chargebee/v1/json/events.json
Key content.coupon.plan_ids not found in _data/taps/schemas/chargebee/v1/json/events.json
Key content.subscription.plan_id not found in _data/taps/schemas/chargebee/v1/json/events.json
Key addons.id not found in _data/taps/schemas/chargebee/v1/json/subscriptions.json
Key charged_event_based_addons.id not found in _data/taps/schemas/chargebee/v1/json/subscriptions.json
Key event_based_addons.id not found in _data/taps/schemas/chargebee/v1/json/subscriptions.json
Key plan_id not found in _data/taps/schemas/chargebee/v1/json/subscriptions.json
Key gift_id not found in _data/taps/schemas/chargebee/v1/json/subscriptions.json
1 change: 1 addition & 0 deletions _data/taps/schemas/chargebee/v1/chargebee-v1-tables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,3 +318,4 @@ tables:
replication-method: Key-based Incremental
primary-key: id
replication-key: updated_at
tap-repo-schemas: true
134 changes: 93 additions & 41 deletions _data/taps/schemas/chargebee/v1/json/coupons.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,6 @@
{
"additionalProperties": false,
"properties": {
"addon_constraint": {
"type": [
"null",
"string"
]
},
"addon_ids": {
"items": {
"type": [
"null",
"string"
]
},
"type": [
"null",
"array"
]
},
"apply_discount_on": {
"type": [
"null",
Expand Down Expand Up @@ -85,22 +67,110 @@
"string"
]
},
"included_in_mrr": {
"invoice_name": {
"type": [
"null",
"boolean"
"string"
]
},
"invoice_name": {
"invoice_notes": {
"type": [
"null",
"string"
]
},
"invoice_notes": {
"item_constraint_criteria": {
"items": {
"properties": {
"currencies": {
"items": {
"type": [
"null",
"string"
]
},
"type": [
"null",
"array"
]
},
"item_family_ids": {
"items": {
"type": [
"null",
"string"
]
},
"type": [
"null",
"array"
]
},
"item_price_periods": {
"items": {
"type": [
"null",
"string"
]
},
"type": [
"null",
"array"
]
},
"item_type": {
"type": [
"null",
"string"
]
}
},
"type": [
"null",
"object"
]
},
"type": [
"null",
"string"
"array"
]
},
"item_constraints": {
"items": {
"properties": {
"constraint": {
"type": [
"null",
"string"
]
},
"item_price_ids": {
"items": {
"type": [
"null",
"string"
]
},
"type": [
"null",
"array"
]
},
"item_type": {
"type": [
"null",
"string"
]
}
},
"type": [
"null",
"object"
]
},
"type": [
"null",
"array"
]
},
"max_redemptions": {
Expand Down Expand Up @@ -139,24 +209,6 @@
"string"
]
},
"plan_constraint": {
"type": [
"null",
"string"
]
},
"plan_ids": {
"items": {
"type": [
"null",
"string"
]
},
"type": [
"null",
"array"
]
},
"redemptions": {
"type": [
"null",
Expand Down
18 changes: 18 additions & 0 deletions _data/taps/schemas/chargebee/v1/json/customers.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,12 @@
"boolean"
]
},
"business_entity_id": {
"type": [
"null",
"string"
]
},
"card_status": {
"type": [
"null",
Expand All @@ -222,6 +228,12 @@
"string"
]
},
"cf_people_id": {
"type": [
"null",
"string"
]
},
"channel": {
"type": [
"null",
Expand Down Expand Up @@ -770,6 +782,12 @@
"integer"
]
},
"tax_providers_fields": {
"type": [
"null",
"string"
]
},
"taxability": {
"type": [
"null",
Expand Down
Loading
Loading