lib/stigg/generated/operations.rb in stigg-api-client-0.528.0 vs lib/stigg/generated/operations.rb in stigg-api-client-0.529.0
- old
+ new
@@ -216,10 +216,14 @@
}
... on UnitAmountChangeVariables {
newUnitAmount
featureId
}
+ ... on AddonChangeVariables {
+ addonRefId
+ newQuantity
+ }
}
}
GRAPHQL
SubscriptionFutureUpdateData = <<~GRAPHQL
@@ -243,10 +247,14 @@
}
... on UnitAmountChangeVariables {
newUnitAmount
featureId
}
+ ... on AddonChangeVariables {
+ addonRefId
+ newQuantity
+ }
}
}
GRAPHQL
SubscriptionInvoiceFragment = <<~GRAPHQL
@@ -838,9 +846,13 @@
billingPeriod
}
... on UnitAmountChangeVariables {
newUnitAmount
featureId
+ }
+ ... on AddonChangeVariables {
+ addonRefId
+ newQuantity
}
}
}
GRAPHQL