Skip to content

Commit

Permalink
HGI-7022: Add business_entity_id field to item_prices, items, and pri…
Browse files Browse the repository at this point in the history
…ce_variants schemas (#76)
  • Loading branch information
butkeraites-hotglue authored Jan 8, 2025
1 parent 72219de commit 6cd8acd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tap_chargebee/schemas/item_prices.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,12 @@
"null",
"string"
]
},
"business_entity_id": {
"type": [
"null",
"string"
]
}
}
}
6 changes: 6 additions & 0 deletions tap_chargebee/schemas/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@
}
}
}
},
"business_entity_id": {
"type": [
"null",
"string"
]
}
}
}
6 changes: 6 additions & 0 deletions tap_chargebee/schemas/price_variants.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@
"null",
"string"
]
},
"business_entity_id": {
"type": [
"null",
"string"
]
}

}
Expand Down

0 comments on commit 6cd8acd

Please sign in to comment.