stigg-api-client 5.246.0 → 5.248.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 64268ec4f2b90dbd1dc7c3ac825d39de6a94ee7087a90235cb514255c41ab73d
4
- data.tar.gz: 81760836e90621b95e0285f183d0cea9e5c0b13d2400099b16dbb228ee30f8d8
3
+ metadata.gz: e5e5d3a14d7ffa1d26474059f85e653dfebe34370ec25fe3ba29fe149b20edd2
4
+ data.tar.gz: 8070b4dde58ea16921f238655a29867d09661bc14e227ed313222121f6859ff9
5
5
  SHA512:
6
- metadata.gz: 4c9cb62eee1d981c8ef47600b9bbb421a29b3a71f3565752ec542aa16987b3fc6f94fefa480bd1baf9ad7ffe167a221866f1a9d74e662d6561bc9c5d8effa55b
7
- data.tar.gz: 339a094e872618f9dc199f3a948ebddc053004ebca213d903f7a55ca50161a590a191599e3965cfde357f3ebd2a86578b5ebfe17d3f1ee32cc080497df83556e
6
+ metadata.gz: 0d2028ee41cf6033c017dfb6bb245214894f478d6bf8b00e54bd6ea53fb8a20f01f380412ef6d2cf838595e1b30319f08cb78536ac117a4674c8c0dc3ebbacf7
7
+ data.tar.gz: a73a19bfdc00af734d658572953fd163a74fcd38d6a73535e8bdefb623843961a252b4cb2b1638fa9630583a46167f24ab33dd92f4f77ae53b107fe7aaa541b3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.246.0)
4
+ stigg-api-client (5.248.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -1223,6 +1223,9 @@ module Stigg
1223
1223
  entitlements {
1224
1224
  ...CustomerPortalEntitlementFragment
1225
1225
  }
1226
+ entitlementsV2 {
1227
+ ...EntitlementUnionFragment
1228
+ }
1226
1229
  promotionalEntitlements {
1227
1230
  ...CustomerPortalPromotionalEntitlementFragment
1228
1231
  }
@@ -2790,6 +2793,9 @@ module Stigg
2790
2793
  #{Fragment::CustomerPortalEntitlementFragment}
2791
2794
  #{Fragment::ResetPeriodConfigurationFragment}
2792
2795
  #{Fragment::FeatureFragment}
2796
+ #{Fragment::EntitlementUnionFragment}
2797
+ #{Fragment::FeatureEntitlementFragment}
2798
+ #{Fragment::CreditEntitlementFragment}
2793
2799
  #{Fragment::CustomerPortalPromotionalEntitlementFragment}
2794
2800
  #{Fragment::CustomerPortalBillingInformationFragment}
2795
2801
  #{Fragment::CustomerPortalConfigurationFragment}
@@ -21315,6 +21315,30 @@
21315
21315
  }
21316
21316
  }
21317
21317
  },
21318
+ "isDeprecated": true,
21319
+ "deprecationReason": "Use 'entitlementsV2' instead, which includes both feature and credit entitlements."
21320
+ },
21321
+ {
21322
+ "name": "entitlementsV2",
21323
+ "description": "All effective entitlements (feature and credit) granted to the customer with usage data.",
21324
+ "args": [],
21325
+ "type": {
21326
+ "kind": "NON_NULL",
21327
+ "name": null,
21328
+ "ofType": {
21329
+ "kind": "LIST",
21330
+ "name": null,
21331
+ "ofType": {
21332
+ "kind": "NON_NULL",
21333
+ "name": null,
21334
+ "ofType": {
21335
+ "kind": "UNION",
21336
+ "name": "EntitlementUnion",
21337
+ "ofType": null
21338
+ }
21339
+ }
21340
+ }
21341
+ },
21318
21342
  "isDeprecated": false,
21319
21343
  "deprecationReason": null
21320
21344
  },
@@ -34388,7 +34412,7 @@
34388
34412
  },
34389
34413
  {
34390
34414
  "name": "SCOPED_KEY",
34391
- "description": null,
34415
+ "description": "Scoped key",
34392
34416
  "isDeprecated": false,
34393
34417
  "deprecationReason": null
34394
34418
  },
@@ -36435,6 +36459,12 @@
36435
36459
  "isDeprecated": false,
36436
36460
  "deprecationReason": null
36437
36461
  },
36462
+ {
36463
+ "name": "STRIPE_APP_DRAWER_VIEWED",
36464
+ "description": "Stripe App drawer viewed",
36465
+ "isDeprecated": false,
36466
+ "deprecationReason": null
36467
+ },
36438
36468
  {
36439
36469
  "name": "SUBSCRIPTIONS_MIGRATED",
36440
36470
  "description": "Subscriptions migrated",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "5.246.0"
4
+ VERSION = "5.248.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.246.0
4
+ version: 5.248.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg