@powerhousedao/service-offering 1.0.0-dev.22 → 1.0.0-dev.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -588,6 +588,7 @@ function mapServiceOfferingState(state, doc) {
588
588
  name: tier.name,
589
589
  description: tier.description || null,
590
590
  isCustomPricing: tier.isCustomPricing,
591
+ mostPopular: tier.mostPopular,
591
592
  pricingMode: tier.pricingMode || null,
592
593
  pricing: {
593
594
  amount: tier.pricing?.amount ?? null,
@@ -1 +1 @@
1
- {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../subgraphs/resources-services/schema.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAE5C,eAAO,MAAM,MAAM,EAAE,YAsVpB,CAAC"}
1
+ {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../subgraphs/resources-services/schema.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAE5C,eAAO,MAAM,MAAM,EAAE,YAuVpB,CAAC"}
@@ -241,6 +241,7 @@ export const schema = gql `
241
241
  pricingMode: RSTierPricingMode
242
242
  pricing: RSServicePricing!
243
243
  defaultBillingCycle: RSBillingCycle
244
+ mostPopular: Boolean!
244
245
  billingCycleDiscounts: [RSBillingCycleDiscount!]!
245
246
  serviceLevels: [RSServiceLevelBinding!]!
246
247
  usageLimits: [RSServiceUsageLimit!]!
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@powerhousedao/service-offering",
3
3
  "description": "service offering document models",
4
- "version": "1.0.0-dev.22",
4
+ "version": "1.0.0-dev.23",
5
5
  "license": "AGPL-3.0-only",
6
6
  "repository": {
7
7
  "type": "git",