lib/stigg/generated/operations.rb in stigg-api-client-0.471.0 vs lib/stigg/generated/operations.rb in stigg-api-client-0.474.0
- old
+ new
@@ -683,14 +683,36 @@
}
customCss
}
GRAPHQL
+ CustomerPortalSubscriptionPriceFragment = <<~GRAPHQL
+ fragment CustomerPortalSubscriptionPriceFragment on CustomerPortalSubscriptionPrice {
+ billingPeriod
+ billingModel
+ price {
+ amount
+ currency
+ }
+ feature {
+ id
+ refId
+ displayName
+ featureUnits
+ featureUnitsPlural
+ }
+ }
+ GRAPHQL
+
CustomerPortalSubscriptionFragment = <<~GRAPHQL
fragment CustomerPortalSubscriptionFragment on CustomerPortalSubscription {
subscriptionId
planName
+ pricingType
+ prices {
+ ...CustomerPortalSubscriptionPriceFragment
+ }
pricing {
unitQuantity
billingPeriod
billingModel
pricingType
@@ -712,16 +734,19 @@
end
}
totalPrice {
subTotal {
amount
+ currency
}
total {
amount
+ currency
}
addonsTotal {
amount
+ currency
}
}
addons {
...CustomerPortalSubscriptionAddon
}
@@ -1231,9 +1256,10 @@
...CustomerPortalFragment
}
}
#{Fragment::CustomerPortalFragment}
#{Fragment::CustomerPortalSubscriptionFragment}
+ #{Fragment::CustomerPortalSubscriptionPriceFragment}
#{Fragment::CustomerPortalSubscriptionAddon}
#{Fragment::CustomerPortalSubscriptionScheduledUpdateData}
#{Fragment::CustomerPortalEntitlement}
#{Fragment::ResetPeriodConfigurationFragment}
#{Fragment::FeatureFragment}