stigg-api-client 5.225.0 → 5.230.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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +196 -0
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 435bd301ade2291f22a3ffd1c2eb5f43ac1055ddfd24b801b1fe3aab34913c63
|
|
4
|
+
data.tar.gz: af25ac40d28c1964d15327688540699cc20007c6ce80d41952d5f0fa413e3255
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 243a5b5f2dfca37d6a568465cdf345608730d629a370f575113caf50551a333553d22c16445451baf086d272e122d4edf5d7fe62ae0c2c5b8e0de615475bd292
|
|
7
|
+
data.tar.gz: c213429d91d28b24694bbe012e173995708f8889ca62363a86723fba62aceb664449a6ca475145ea09b8749e547d782e99d7a83578263291cadcfb48dc603fdd
|
data/Gemfile.lock
CHANGED
|
@@ -14662,6 +14662,137 @@
|
|
|
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": "cadence",
|
|
14700
|
+
"description": "The cadence for recurring grants (MONTH or YEAR).",
|
|
14701
|
+
"args": [],
|
|
14702
|
+
"type": {
|
|
14703
|
+
"kind": "ENUM",
|
|
14704
|
+
"name": "CreditCadence",
|
|
14705
|
+
"ofType": null
|
|
14706
|
+
},
|
|
14707
|
+
"isDeprecated": false,
|
|
14708
|
+
"deprecationReason": null
|
|
14709
|
+
},
|
|
14710
|
+
{
|
|
14711
|
+
"name": "effectiveAt",
|
|
14712
|
+
"description": "The effective date of the credit grant",
|
|
14713
|
+
"args": [],
|
|
14714
|
+
"type": {
|
|
14715
|
+
"kind": "NON_NULL",
|
|
14716
|
+
"name": null,
|
|
14717
|
+
"ofType": {
|
|
14718
|
+
"kind": "SCALAR",
|
|
14719
|
+
"name": "DateTime",
|
|
14720
|
+
"ofType": null
|
|
14721
|
+
}
|
|
14722
|
+
},
|
|
14723
|
+
"isDeprecated": false,
|
|
14724
|
+
"deprecationReason": null
|
|
14725
|
+
},
|
|
14726
|
+
{
|
|
14727
|
+
"name": "expireAt",
|
|
14728
|
+
"description": "The expiration date of the credit grant",
|
|
14729
|
+
"args": [],
|
|
14730
|
+
"type": {
|
|
14731
|
+
"kind": "SCALAR",
|
|
14732
|
+
"name": "DateTime",
|
|
14733
|
+
"ofType": null
|
|
14734
|
+
},
|
|
14735
|
+
"isDeprecated": false,
|
|
14736
|
+
"deprecationReason": null
|
|
14737
|
+
},
|
|
14738
|
+
{
|
|
14739
|
+
"name": "grantType",
|
|
14740
|
+
"description": "The type of the credit grant",
|
|
14741
|
+
"args": [],
|
|
14742
|
+
"type": {
|
|
14743
|
+
"kind": "NON_NULL",
|
|
14744
|
+
"name": null,
|
|
14745
|
+
"ofType": {
|
|
14746
|
+
"kind": "ENUM",
|
|
14747
|
+
"name": "CreditGrantType",
|
|
14748
|
+
"ofType": null
|
|
14749
|
+
}
|
|
14750
|
+
},
|
|
14751
|
+
"isDeprecated": false,
|
|
14752
|
+
"deprecationReason": null
|
|
14753
|
+
},
|
|
14754
|
+
{
|
|
14755
|
+
"name": "plan",
|
|
14756
|
+
"description": "The plan associated with this grant, if applicable.",
|
|
14757
|
+
"args": [],
|
|
14758
|
+
"type": {
|
|
14759
|
+
"kind": "OBJECT",
|
|
14760
|
+
"name": "Plan",
|
|
14761
|
+
"ofType": null
|
|
14762
|
+
},
|
|
14763
|
+
"isDeprecated": false,
|
|
14764
|
+
"deprecationReason": null
|
|
14765
|
+
},
|
|
14766
|
+
{
|
|
14767
|
+
"name": "sourceType",
|
|
14768
|
+
"description": "The source type of the credit grant (plan entitlement, addon entitlement, or price)",
|
|
14769
|
+
"args": [],
|
|
14770
|
+
"type": {
|
|
14771
|
+
"kind": "ENUM",
|
|
14772
|
+
"name": "CreditGrantSourceType",
|
|
14773
|
+
"ofType": null
|
|
14774
|
+
},
|
|
14775
|
+
"isDeprecated": false,
|
|
14776
|
+
"deprecationReason": null
|
|
14777
|
+
},
|
|
14778
|
+
{
|
|
14779
|
+
"name": "subscription",
|
|
14780
|
+
"description": "The subscription context in which the grant was created.",
|
|
14781
|
+
"args": [],
|
|
14782
|
+
"type": {
|
|
14783
|
+
"kind": "OBJECT",
|
|
14784
|
+
"name": "CustomerSubscription",
|
|
14785
|
+
"ofType": null
|
|
14786
|
+
},
|
|
14787
|
+
"isDeprecated": false,
|
|
14788
|
+
"deprecationReason": null
|
|
14789
|
+
}
|
|
14790
|
+
],
|
|
14791
|
+
"inputFields": null,
|
|
14792
|
+
"interfaces": [],
|
|
14793
|
+
"enumValues": null,
|
|
14794
|
+
"possibleTypes": null
|
|
14795
|
+
},
|
|
14665
14796
|
{
|
|
14666
14797
|
"kind": "OBJECT",
|
|
14667
14798
|
"name": "CreditEntitlementWithSummary",
|
|
@@ -14735,6 +14866,30 @@
|
|
|
14735
14866
|
"isDeprecated": false,
|
|
14736
14867
|
"deprecationReason": null
|
|
14737
14868
|
},
|
|
14869
|
+
{
|
|
14870
|
+
"name": "summaries",
|
|
14871
|
+
"description": "List of credit grant summaries showing individual sources and their contributions.",
|
|
14872
|
+
"args": [],
|
|
14873
|
+
"type": {
|
|
14874
|
+
"kind": "NON_NULL",
|
|
14875
|
+
"name": null,
|
|
14876
|
+
"ofType": {
|
|
14877
|
+
"kind": "LIST",
|
|
14878
|
+
"name": null,
|
|
14879
|
+
"ofType": {
|
|
14880
|
+
"kind": "NON_NULL",
|
|
14881
|
+
"name": null,
|
|
14882
|
+
"ofType": {
|
|
14883
|
+
"kind": "OBJECT",
|
|
14884
|
+
"name": "CreditEntitlementSummary",
|
|
14885
|
+
"ofType": null
|
|
14886
|
+
}
|
|
14887
|
+
}
|
|
14888
|
+
}
|
|
14889
|
+
},
|
|
14890
|
+
"isDeprecated": false,
|
|
14891
|
+
"deprecationReason": null
|
|
14892
|
+
},
|
|
14738
14893
|
{
|
|
14739
14894
|
"name": "usageLimit",
|
|
14740
14895
|
"description": "The total amount of credits granted to the customer.",
|
|
@@ -15086,6 +15241,18 @@
|
|
|
15086
15241
|
"isDeprecated": false,
|
|
15087
15242
|
"deprecationReason": null
|
|
15088
15243
|
},
|
|
15244
|
+
{
|
|
15245
|
+
"name": "sourceType",
|
|
15246
|
+
"description": "The source type of the credit grant (plan entitlement, addon entitlement, or price)",
|
|
15247
|
+
"args": [],
|
|
15248
|
+
"type": {
|
|
15249
|
+
"kind": "ENUM",
|
|
15250
|
+
"name": "CreditGrantSourceType",
|
|
15251
|
+
"ofType": null
|
|
15252
|
+
},
|
|
15253
|
+
"isDeprecated": false,
|
|
15254
|
+
"deprecationReason": null
|
|
15255
|
+
},
|
|
15089
15256
|
{
|
|
15090
15257
|
"name": "status",
|
|
15091
15258
|
"description": "The status of the credit grant",
|
|
@@ -16190,6 +16357,35 @@
|
|
|
16190
16357
|
"enumValues": null,
|
|
16191
16358
|
"possibleTypes": null
|
|
16192
16359
|
},
|
|
16360
|
+
{
|
|
16361
|
+
"kind": "ENUM",
|
|
16362
|
+
"name": "CreditGrantSourceType",
|
|
16363
|
+
"description": "The source type of a credit grant",
|
|
16364
|
+
"fields": null,
|
|
16365
|
+
"inputFields": null,
|
|
16366
|
+
"interfaces": null,
|
|
16367
|
+
"enumValues": [
|
|
16368
|
+
{
|
|
16369
|
+
"name": "ADDON_ENTITLEMENT",
|
|
16370
|
+
"description": "Credit grant from an addon entitlement",
|
|
16371
|
+
"isDeprecated": false,
|
|
16372
|
+
"deprecationReason": null
|
|
16373
|
+
},
|
|
16374
|
+
{
|
|
16375
|
+
"name": "PLAN_ENTITLEMENT",
|
|
16376
|
+
"description": "Credit grant from a plan entitlement",
|
|
16377
|
+
"isDeprecated": false,
|
|
16378
|
+
"deprecationReason": null
|
|
16379
|
+
},
|
|
16380
|
+
{
|
|
16381
|
+
"name": "PRICE",
|
|
16382
|
+
"description": "Credit grant from a recurring price",
|
|
16383
|
+
"isDeprecated": false,
|
|
16384
|
+
"deprecationReason": null
|
|
16385
|
+
}
|
|
16386
|
+
],
|
|
16387
|
+
"possibleTypes": null
|
|
16388
|
+
},
|
|
16193
16389
|
{
|
|
16194
16390
|
"kind": "ENUM",
|
|
16195
16391
|
"name": "CreditGrantStatus",
|
data/lib/stigg/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stigg-api-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.
|
|
4
|
+
version: 5.230.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-02-
|
|
11
|
+
date: 2026-02-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|