stigg-api-client 5.225.0 → 5.229.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: 5e8b8fb73ef027dedd6ccefd8f5f657cff72b804ec8348b8a163ae9019e23e5a
4
- data.tar.gz: 6db8d6a59f135b84e01903e5ec1224f9827435bffb67dcfccaf95bf553a59602
3
+ metadata.gz: da02819a9db398497a663248e0986876905e3be036564e8fc34cbf1f007e5582
4
+ data.tar.gz: 86ee54d03d95d378b753c47c4952b8c9d9acca781fa0f2fe53610316239ffb8a
5
5
  SHA512:
6
- metadata.gz: 4eec39532a8e36d280be43ba3936b00661c0a1df77cee074775c6b2ca19613870a32c8d297894ac38a78f35ee552c5ee90c88077da34492fbd6b128de1cde706
7
- data.tar.gz: 6e5e7a3e705f4f184b59d309be8ba99b3d86eb44388486aaff33632c7f245e8df770683cf12fcec97113504f975e0ba9b5fcff6ac85a2f38b2435801ed069fa8
6
+ metadata.gz: 301e2eba805a55539e575440dee21c134088bb2e545fc3c9a181e5559e3b54e17b3c6bbd7650d4aac2f3b8f35a3e63e509b7be55f231bd274d600d61505b15d6
7
+ data.tar.gz: e13542d03ebebec3256749f4e4ca125bc7fa2cf9ce181ec28a2a4519577f9f160847e3850bfddf366cc458a820577ad52d15e74e683b8b1ac4be9cfbe8feed62
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.225.0)
4
+ stigg-api-client (5.229.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -14662,6 +14662,125 @@
14662
14662
  "enumValues": null,
14663
14663
  "possibleTypes": null
14664
14664
  },
14665
+ {
14666
+ "kind": "OBJECT",
14667
+ "name": "CreditEntitlementSummary",
14668
+ "description": "Summary of an individual credit grant contributing to the credit entitlement.",
14669
+ "fields": [
14670
+ {
14671
+ "name": "addon",
14672
+ "description": "The addon associated with this grant, if applicable.",
14673
+ "args": [],
14674
+ "type": {
14675
+ "kind": "OBJECT",
14676
+ "name": "Addon",
14677
+ "ofType": null
14678
+ },
14679
+ "isDeprecated": false,
14680
+ "deprecationReason": null
14681
+ },
14682
+ {
14683
+ "name": "amount",
14684
+ "description": "The amount of the credit grant",
14685
+ "args": [],
14686
+ "type": {
14687
+ "kind": "NON_NULL",
14688
+ "name": null,
14689
+ "ofType": {
14690
+ "kind": "SCALAR",
14691
+ "name": "Float",
14692
+ "ofType": null
14693
+ }
14694
+ },
14695
+ "isDeprecated": false,
14696
+ "deprecationReason": null
14697
+ },
14698
+ {
14699
+ "name": "effectiveAt",
14700
+ "description": "The effective date of the credit grant",
14701
+ "args": [],
14702
+ "type": {
14703
+ "kind": "NON_NULL",
14704
+ "name": null,
14705
+ "ofType": {
14706
+ "kind": "SCALAR",
14707
+ "name": "DateTime",
14708
+ "ofType": null
14709
+ }
14710
+ },
14711
+ "isDeprecated": false,
14712
+ "deprecationReason": null
14713
+ },
14714
+ {
14715
+ "name": "expireAt",
14716
+ "description": "The expiration date of the credit grant",
14717
+ "args": [],
14718
+ "type": {
14719
+ "kind": "SCALAR",
14720
+ "name": "DateTime",
14721
+ "ofType": null
14722
+ },
14723
+ "isDeprecated": false,
14724
+ "deprecationReason": null
14725
+ },
14726
+ {
14727
+ "name": "grantType",
14728
+ "description": "The type of the credit grant",
14729
+ "args": [],
14730
+ "type": {
14731
+ "kind": "NON_NULL",
14732
+ "name": null,
14733
+ "ofType": {
14734
+ "kind": "ENUM",
14735
+ "name": "CreditGrantType",
14736
+ "ofType": null
14737
+ }
14738
+ },
14739
+ "isDeprecated": false,
14740
+ "deprecationReason": null
14741
+ },
14742
+ {
14743
+ "name": "plan",
14744
+ "description": "The plan associated with this grant, if applicable.",
14745
+ "args": [],
14746
+ "type": {
14747
+ "kind": "OBJECT",
14748
+ "name": "Plan",
14749
+ "ofType": null
14750
+ },
14751
+ "isDeprecated": false,
14752
+ "deprecationReason": null
14753
+ },
14754
+ {
14755
+ "name": "sourceType",
14756
+ "description": "The source type of the credit grant (plan entitlement, addon entitlement, or price)",
14757
+ "args": [],
14758
+ "type": {
14759
+ "kind": "ENUM",
14760
+ "name": "CreditGrantSourceType",
14761
+ "ofType": null
14762
+ },
14763
+ "isDeprecated": false,
14764
+ "deprecationReason": null
14765
+ },
14766
+ {
14767
+ "name": "subscription",
14768
+ "description": "The subscription context in which the grant was created.",
14769
+ "args": [],
14770
+ "type": {
14771
+ "kind": "OBJECT",
14772
+ "name": "CustomerSubscription",
14773
+ "ofType": null
14774
+ },
14775
+ "isDeprecated": false,
14776
+ "deprecationReason": null
14777
+ }
14778
+ ],
14779
+ "inputFields": null,
14780
+ "interfaces": [],
14781
+ "enumValues": null,
14782
+ "possibleTypes": null
14783
+ },
14665
14784
  {
14666
14785
  "kind": "OBJECT",
14667
14786
  "name": "CreditEntitlementWithSummary",
@@ -14735,6 +14854,30 @@
14735
14854
  "isDeprecated": false,
14736
14855
  "deprecationReason": null
14737
14856
  },
14857
+ {
14858
+ "name": "summaries",
14859
+ "description": "List of credit grant summaries showing individual sources and their contributions.",
14860
+ "args": [],
14861
+ "type": {
14862
+ "kind": "NON_NULL",
14863
+ "name": null,
14864
+ "ofType": {
14865
+ "kind": "LIST",
14866
+ "name": null,
14867
+ "ofType": {
14868
+ "kind": "NON_NULL",
14869
+ "name": null,
14870
+ "ofType": {
14871
+ "kind": "OBJECT",
14872
+ "name": "CreditEntitlementSummary",
14873
+ "ofType": null
14874
+ }
14875
+ }
14876
+ }
14877
+ },
14878
+ "isDeprecated": false,
14879
+ "deprecationReason": null
14880
+ },
14738
14881
  {
14739
14882
  "name": "usageLimit",
14740
14883
  "description": "The total amount of credits granted to the customer.",
@@ -15086,6 +15229,18 @@
15086
15229
  "isDeprecated": false,
15087
15230
  "deprecationReason": null
15088
15231
  },
15232
+ {
15233
+ "name": "sourceType",
15234
+ "description": "The source type of the credit grant (plan entitlement, addon entitlement, or price)",
15235
+ "args": [],
15236
+ "type": {
15237
+ "kind": "ENUM",
15238
+ "name": "CreditGrantSourceType",
15239
+ "ofType": null
15240
+ },
15241
+ "isDeprecated": false,
15242
+ "deprecationReason": null
15243
+ },
15089
15244
  {
15090
15245
  "name": "status",
15091
15246
  "description": "The status of the credit grant",
@@ -16190,6 +16345,35 @@
16190
16345
  "enumValues": null,
16191
16346
  "possibleTypes": null
16192
16347
  },
16348
+ {
16349
+ "kind": "ENUM",
16350
+ "name": "CreditGrantSourceType",
16351
+ "description": "The source type of a credit grant",
16352
+ "fields": null,
16353
+ "inputFields": null,
16354
+ "interfaces": null,
16355
+ "enumValues": [
16356
+ {
16357
+ "name": "ADDON_ENTITLEMENT",
16358
+ "description": "Credit grant from an addon entitlement",
16359
+ "isDeprecated": false,
16360
+ "deprecationReason": null
16361
+ },
16362
+ {
16363
+ "name": "PLAN_ENTITLEMENT",
16364
+ "description": "Credit grant from a plan entitlement",
16365
+ "isDeprecated": false,
16366
+ "deprecationReason": null
16367
+ },
16368
+ {
16369
+ "name": "PRICE",
16370
+ "description": "Credit grant from a recurring price",
16371
+ "isDeprecated": false,
16372
+ "deprecationReason": null
16373
+ }
16374
+ ],
16375
+ "possibleTypes": null
16376
+ },
16193
16377
  {
16194
16378
  "kind": "ENUM",
16195
16379
  "name": "CreditGrantStatus",
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.225.0"
4
+ VERSION = "5.229.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.225.0
4
+ version: 5.229.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg