stigg-api-client 3.13.0 → 3.17.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/operations.rb +16 -0
- data/lib/stigg/generated/schema.json +274 -23
- 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: 006fd33de7d5e97fdbe40ba5525d62575ffd7b1722113edcc10331ac77a6b1e8
|
4
|
+
data.tar.gz: 7bf136cc1988d500d79ef374fd46843fdaeb25f3bf130e49c7b0fe75c9e4e415
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a24197e28cede086c028c23d1270329d59f0a13b00fc59443f27fad15d2e5e188b9591f1a86ddce097d9d82b2006524077ec492fc7c216bedfa902977fb72bd
|
7
|
+
data.tar.gz: 9b27ec5ac37941309c2bbe3f8f5ed149c48cc89a0ff20a9f434a2c4f232f49d60a193120dd97634f0ceb29564f622bf32c678586e68d1f2845115e99aeab41e9
|
data/Gemfile.lock
CHANGED
@@ -55,6 +55,10 @@ module Stigg
|
|
55
55
|
amount
|
56
56
|
currency
|
57
57
|
}
|
58
|
+
creditRate {
|
59
|
+
amount
|
60
|
+
customCurrencyId
|
61
|
+
}
|
58
62
|
tiersMode
|
59
63
|
tiers {
|
60
64
|
...PriceTierFragment
|
@@ -1191,6 +1195,10 @@ module Stigg
|
|
1191
1195
|
amount
|
1192
1196
|
currency
|
1193
1197
|
}
|
1198
|
+
creditRate {
|
1199
|
+
amount
|
1200
|
+
customCurrencyId
|
1201
|
+
}
|
1194
1202
|
feature {
|
1195
1203
|
id
|
1196
1204
|
refId
|
@@ -1220,6 +1228,10 @@ module Stigg
|
|
1220
1228
|
amount
|
1221
1229
|
currency
|
1222
1230
|
}
|
1231
|
+
creditRate {
|
1232
|
+
amount
|
1233
|
+
customCurrencyId
|
1234
|
+
}
|
1223
1235
|
feature {
|
1224
1236
|
featureUnits
|
1225
1237
|
featureUnitsPlural
|
@@ -1403,6 +1415,10 @@ module Stigg
|
|
1403
1415
|
amount
|
1404
1416
|
currency
|
1405
1417
|
}
|
1418
|
+
creditRate {
|
1419
|
+
amount
|
1420
|
+
customCurrencyId
|
1421
|
+
}
|
1406
1422
|
tiersMode
|
1407
1423
|
tiers {
|
1408
1424
|
...PriceTierFragment
|
@@ -5843,6 +5843,12 @@
|
|
5843
5843
|
"inputFields": null,
|
5844
5844
|
"interfaces": null,
|
5845
5845
|
"enumValues": [
|
5846
|
+
{
|
5847
|
+
"name": "CREDIT_BASED",
|
5848
|
+
"description": "Credit based",
|
5849
|
+
"isDeprecated": false,
|
5850
|
+
"deprecationReason": null
|
5851
|
+
},
|
5846
5852
|
{
|
5847
5853
|
"name": "FLAT_FEE",
|
5848
5854
|
"description": "Flat fee",
|
@@ -11213,9 +11219,25 @@
|
|
11213
11219
|
},
|
11214
11220
|
{
|
11215
11221
|
"kind": "OBJECT",
|
11216
|
-
"name": "
|
11222
|
+
"name": "CreditBalance",
|
11217
11223
|
"description": "Credit balance information for a specific currency",
|
11218
11224
|
"fields": [
|
11225
|
+
{
|
11226
|
+
"name": "currency",
|
11227
|
+
"description": "Stigg custom currency object with minimal fields",
|
11228
|
+
"args": [],
|
11229
|
+
"type": {
|
11230
|
+
"kind": "NON_NULL",
|
11231
|
+
"name": null,
|
11232
|
+
"ofType": {
|
11233
|
+
"kind": "OBJECT",
|
11234
|
+
"name": "SlimCustomCurrency",
|
11235
|
+
"ofType": null
|
11236
|
+
}
|
11237
|
+
},
|
11238
|
+
"isDeprecated": false,
|
11239
|
+
"deprecationReason": null
|
11240
|
+
},
|
11219
11241
|
{
|
11220
11242
|
"name": "currencyId",
|
11221
11243
|
"description": "The custom currency ID of the credit grant",
|
@@ -11229,8 +11251,8 @@
|
|
11229
11251
|
"ofType": null
|
11230
11252
|
}
|
11231
11253
|
},
|
11232
|
-
"isDeprecated":
|
11233
|
-
"deprecationReason":
|
11254
|
+
"isDeprecated": true,
|
11255
|
+
"deprecationReason": "Use currency instead"
|
11234
11256
|
},
|
11235
11257
|
{
|
11236
11258
|
"name": "currentBalance",
|
@@ -11288,7 +11310,7 @@
|
|
11288
11310
|
},
|
11289
11311
|
{
|
11290
11312
|
"kind": "OBJECT",
|
11291
|
-
"name": "
|
11313
|
+
"name": "CreditBalanceSummary",
|
11292
11314
|
"description": "Credit balance summary for a customer",
|
11293
11315
|
"fields": [
|
11294
11316
|
{
|
@@ -11306,7 +11328,7 @@
|
|
11306
11328
|
"name": null,
|
11307
11329
|
"ofType": {
|
11308
11330
|
"kind": "OBJECT",
|
11309
|
-
"name": "
|
11331
|
+
"name": "CreditBalance",
|
11310
11332
|
"ofType": null
|
11311
11333
|
}
|
11312
11334
|
}
|
@@ -11873,6 +11895,92 @@
|
|
11873
11895
|
],
|
11874
11896
|
"possibleTypes": null
|
11875
11897
|
},
|
11898
|
+
{
|
11899
|
+
"kind": "OBJECT",
|
11900
|
+
"name": "CreditRate",
|
11901
|
+
"description": "Credit Rate",
|
11902
|
+
"fields": [
|
11903
|
+
{
|
11904
|
+
"name": "amount",
|
11905
|
+
"description": "The credit rate amount",
|
11906
|
+
"args": [],
|
11907
|
+
"type": {
|
11908
|
+
"kind": "NON_NULL",
|
11909
|
+
"name": null,
|
11910
|
+
"ofType": {
|
11911
|
+
"kind": "SCALAR",
|
11912
|
+
"name": "Float",
|
11913
|
+
"ofType": null
|
11914
|
+
}
|
11915
|
+
},
|
11916
|
+
"isDeprecated": false,
|
11917
|
+
"deprecationReason": null
|
11918
|
+
},
|
11919
|
+
{
|
11920
|
+
"name": "customCurrencyId",
|
11921
|
+
"description": "The custom currency ID for the credit rate",
|
11922
|
+
"args": [],
|
11923
|
+
"type": {
|
11924
|
+
"kind": "NON_NULL",
|
11925
|
+
"name": null,
|
11926
|
+
"ofType": {
|
11927
|
+
"kind": "SCALAR",
|
11928
|
+
"name": "UUID",
|
11929
|
+
"ofType": null
|
11930
|
+
}
|
11931
|
+
},
|
11932
|
+
"isDeprecated": false,
|
11933
|
+
"deprecationReason": null
|
11934
|
+
}
|
11935
|
+
],
|
11936
|
+
"inputFields": null,
|
11937
|
+
"interfaces": [],
|
11938
|
+
"enumValues": null,
|
11939
|
+
"possibleTypes": null
|
11940
|
+
},
|
11941
|
+
{
|
11942
|
+
"kind": "INPUT_OBJECT",
|
11943
|
+
"name": "CreditRateInput",
|
11944
|
+
"description": "Credit Rate Input",
|
11945
|
+
"fields": null,
|
11946
|
+
"inputFields": [
|
11947
|
+
{
|
11948
|
+
"name": "amount",
|
11949
|
+
"description": "The credit rate amount",
|
11950
|
+
"type": {
|
11951
|
+
"kind": "NON_NULL",
|
11952
|
+
"name": null,
|
11953
|
+
"ofType": {
|
11954
|
+
"kind": "SCALAR",
|
11955
|
+
"name": "Float",
|
11956
|
+
"ofType": null
|
11957
|
+
}
|
11958
|
+
},
|
11959
|
+
"defaultValue": null,
|
11960
|
+
"isDeprecated": false,
|
11961
|
+
"deprecationReason": null
|
11962
|
+
},
|
11963
|
+
{
|
11964
|
+
"name": "customCurrencyId",
|
11965
|
+
"description": "The custom currency ID for the credit rate",
|
11966
|
+
"type": {
|
11967
|
+
"kind": "NON_NULL",
|
11968
|
+
"name": null,
|
11969
|
+
"ofType": {
|
11970
|
+
"kind": "SCALAR",
|
11971
|
+
"name": "UUID",
|
11972
|
+
"ofType": null
|
11973
|
+
}
|
11974
|
+
},
|
11975
|
+
"defaultValue": null,
|
11976
|
+
"isDeprecated": false,
|
11977
|
+
"deprecationReason": null
|
11978
|
+
}
|
11979
|
+
],
|
11980
|
+
"interfaces": null,
|
11981
|
+
"enumValues": null,
|
11982
|
+
"possibleTypes": null
|
11983
|
+
},
|
11876
11984
|
{
|
11877
11985
|
"kind": "ENUM",
|
11878
11986
|
"name": "Currency",
|
@@ -16469,7 +16577,7 @@
|
|
16469
16577
|
"fields": [
|
16470
16578
|
{
|
16471
16579
|
"name": "addons",
|
16472
|
-
"description":
|
16580
|
+
"description": "List of add-ons currently attached to the subscription.",
|
16473
16581
|
"args": [],
|
16474
16582
|
"type": {
|
16475
16583
|
"kind": "NON_NULL",
|
@@ -16493,7 +16601,7 @@
|
|
16493
16601
|
},
|
16494
16602
|
{
|
16495
16603
|
"name": "billingPeriodRange",
|
16496
|
-
"description":
|
16604
|
+
"description": "An object representing the current billing cycle’s start and end dates.",
|
16497
16605
|
"args": [],
|
16498
16606
|
"type": {
|
16499
16607
|
"kind": "OBJECT",
|
@@ -16505,7 +16613,7 @@
|
|
16505
16613
|
},
|
16506
16614
|
{
|
16507
16615
|
"name": "planId",
|
16508
|
-
"description":
|
16616
|
+
"description": "The internal ID of the subscribed plan.",
|
16509
16617
|
"args": [],
|
16510
16618
|
"type": {
|
16511
16619
|
"kind": "NON_NULL",
|
@@ -16521,7 +16629,7 @@
|
|
16521
16629
|
},
|
16522
16630
|
{
|
16523
16631
|
"name": "planName",
|
16524
|
-
"description":
|
16632
|
+
"description": "The display name of the subscribed plan as shown to the customer.",
|
16525
16633
|
"args": [],
|
16526
16634
|
"type": {
|
16527
16635
|
"kind": "NON_NULL",
|
@@ -16537,7 +16645,7 @@
|
|
16537
16645
|
},
|
16538
16646
|
{
|
16539
16647
|
"name": "prices",
|
16540
|
-
"description":
|
16648
|
+
"description": "A list of individual price components.",
|
16541
16649
|
"args": [],
|
16542
16650
|
"type": {
|
16543
16651
|
"kind": "NON_NULL",
|
@@ -16561,7 +16669,7 @@
|
|
16561
16669
|
},
|
16562
16670
|
{
|
16563
16671
|
"name": "pricing",
|
16564
|
-
"description":
|
16672
|
+
"description": "The aggregated pricing structure.",
|
16565
16673
|
"args": [],
|
16566
16674
|
"type": {
|
16567
16675
|
"kind": "NON_NULL",
|
@@ -16577,7 +16685,7 @@
|
|
16577
16685
|
},
|
16578
16686
|
{
|
16579
16687
|
"name": "pricingType",
|
16580
|
-
"description":
|
16688
|
+
"description": "Indicates if the subscription is FREE or PAID.",
|
16581
16689
|
"args": [],
|
16582
16690
|
"type": {
|
16583
16691
|
"kind": "NON_NULL",
|
@@ -16593,7 +16701,7 @@
|
|
16593
16701
|
},
|
16594
16702
|
{
|
16595
16703
|
"name": "scheduledUpdates",
|
16596
|
-
"description":
|
16704
|
+
"description": "Any upcoming changes to the subscription that are scheduled to take effect.",
|
16597
16705
|
"args": [],
|
16598
16706
|
"type": {
|
16599
16707
|
"kind": "LIST",
|
@@ -16613,7 +16721,7 @@
|
|
16613
16721
|
},
|
16614
16722
|
{
|
16615
16723
|
"name": "status",
|
16616
|
-
"description":
|
16724
|
+
"description": "The current lifecycle status of the subscription.",
|
16617
16725
|
"args": [],
|
16618
16726
|
"type": {
|
16619
16727
|
"kind": "NON_NULL",
|
@@ -16629,7 +16737,7 @@
|
|
16629
16737
|
},
|
16630
16738
|
{
|
16631
16739
|
"name": "subscriptionId",
|
16632
|
-
"description":
|
16740
|
+
"description": "Unique identifier for this specific subscription instance.",
|
16633
16741
|
"args": [],
|
16634
16742
|
"type": {
|
16635
16743
|
"kind": "NON_NULL",
|
@@ -16645,7 +16753,7 @@
|
|
16645
16753
|
},
|
16646
16754
|
{
|
16647
16755
|
"name": "totalPrice",
|
16648
|
-
"description":
|
16756
|
+
"description": "The combined total price of the plan and all active add-ons, excluding taxes.",
|
16649
16757
|
"args": [],
|
16650
16758
|
"type": {
|
16651
16759
|
"kind": "OBJECT",
|
@@ -16657,7 +16765,7 @@
|
|
16657
16765
|
},
|
16658
16766
|
{
|
16659
16767
|
"name": "trialRemainingDays",
|
16660
|
-
"description":
|
16768
|
+
"description": "Number of days left in the free trial, if applicable.",
|
16661
16769
|
"args": [],
|
16662
16770
|
"type": {
|
16663
16771
|
"kind": "SCALAR",
|
@@ -16680,7 +16788,7 @@
|
|
16680
16788
|
"fields": [
|
16681
16789
|
{
|
16682
16790
|
"name": "billingModel",
|
16683
|
-
"description":
|
16791
|
+
"description": "The pricing structure applied to this component - flat, per_unit, tiered, or volume.",
|
16684
16792
|
"args": [],
|
16685
16793
|
"type": {
|
16686
16794
|
"kind": "ENUM",
|
@@ -16692,7 +16800,7 @@
|
|
16692
16800
|
},
|
16693
16801
|
{
|
16694
16802
|
"name": "billingPeriod",
|
16695
|
-
"description":
|
16803
|
+
"description": "The billing frequency for this price entry, such as monthly or annual.",
|
16696
16804
|
"args": [],
|
16697
16805
|
"type": {
|
16698
16806
|
"kind": "ENUM",
|
@@ -16704,7 +16812,7 @@
|
|
16704
16812
|
},
|
16705
16813
|
{
|
16706
16814
|
"name": "blockSize",
|
16707
|
-
"description": "The
|
16815
|
+
"description": "The minimum billing unit applied to this charge. For example, a blockSize of 100 means usage is billed in increments of 100 units.",
|
16708
16816
|
"args": [],
|
16709
16817
|
"type": {
|
16710
16818
|
"kind": "SCALAR",
|
@@ -16714,9 +16822,21 @@
|
|
16714
16822
|
"isDeprecated": false,
|
16715
16823
|
"deprecationReason": null
|
16716
16824
|
},
|
16825
|
+
{
|
16826
|
+
"name": "creditRate",
|
16827
|
+
"description": "The credit rate applied to this price, if applicable.",
|
16828
|
+
"args": [],
|
16829
|
+
"type": {
|
16830
|
+
"kind": "OBJECT",
|
16831
|
+
"name": "CreditRate",
|
16832
|
+
"ofType": null
|
16833
|
+
},
|
16834
|
+
"isDeprecated": false,
|
16835
|
+
"deprecationReason": null
|
16836
|
+
},
|
16717
16837
|
{
|
16718
16838
|
"name": "feature",
|
16719
|
-
"description":
|
16839
|
+
"description": "The feature this pricing line refers to, such as api_calls, seats, storage.",
|
16720
16840
|
"args": [],
|
16721
16841
|
"type": {
|
16722
16842
|
"kind": "OBJECT",
|
@@ -16728,7 +16848,7 @@
|
|
16728
16848
|
},
|
16729
16849
|
{
|
16730
16850
|
"name": "price",
|
16731
|
-
"description":
|
16851
|
+
"description": "The monetary amount charged for this component.",
|
16732
16852
|
"args": [],
|
16733
16853
|
"type": {
|
16734
16854
|
"kind": "OBJECT",
|
@@ -16785,6 +16905,18 @@
|
|
16785
16905
|
"isDeprecated": false,
|
16786
16906
|
"deprecationReason": null
|
16787
16907
|
},
|
16908
|
+
{
|
16909
|
+
"name": "creditRate",
|
16910
|
+
"description": null,
|
16911
|
+
"args": [],
|
16912
|
+
"type": {
|
16913
|
+
"kind": "OBJECT",
|
16914
|
+
"name": "CreditRate",
|
16915
|
+
"ofType": null
|
16916
|
+
},
|
16917
|
+
"isDeprecated": false,
|
16918
|
+
"deprecationReason": null
|
16919
|
+
},
|
16788
16920
|
{
|
16789
16921
|
"name": "feature",
|
16790
16922
|
"description": null,
|
@@ -55909,6 +56041,18 @@
|
|
55909
56041
|
"isDeprecated": false,
|
55910
56042
|
"deprecationReason": null
|
55911
56043
|
},
|
56044
|
+
{
|
56045
|
+
"name": "creditRate",
|
56046
|
+
"description": "The credit rate for the price, if applicable",
|
56047
|
+
"args": [],
|
56048
|
+
"type": {
|
56049
|
+
"kind": "OBJECT",
|
56050
|
+
"name": "CreditRate",
|
56051
|
+
"ofType": null
|
56052
|
+
},
|
56053
|
+
"isDeprecated": false,
|
56054
|
+
"deprecationReason": null
|
56055
|
+
},
|
55912
56056
|
{
|
55913
56057
|
"name": "feature",
|
55914
56058
|
"description": "The feature associated with this price, if applicable",
|
@@ -59751,6 +59895,18 @@
|
|
59751
59895
|
"isDeprecated": false,
|
59752
59896
|
"deprecationReason": null
|
59753
59897
|
},
|
59898
|
+
{
|
59899
|
+
"name": "creditRate",
|
59900
|
+
"description": "The credit rate for this price",
|
59901
|
+
"args": [],
|
59902
|
+
"type": {
|
59903
|
+
"kind": "OBJECT",
|
59904
|
+
"name": "CreditRate",
|
59905
|
+
"ofType": null
|
59906
|
+
},
|
59907
|
+
"isDeprecated": false,
|
59908
|
+
"deprecationReason": null
|
59909
|
+
},
|
59754
59910
|
{
|
59755
59911
|
"name": "crmId",
|
59756
59912
|
"description": "The CRM id of the price",
|
@@ -60260,6 +60416,18 @@
|
|
60260
60416
|
"isDeprecated": false,
|
60261
60417
|
"deprecationReason": null
|
60262
60418
|
},
|
60419
|
+
{
|
60420
|
+
"name": "creditRate",
|
60421
|
+
"description": "The credit rate for this price",
|
60422
|
+
"args": [],
|
60423
|
+
"type": {
|
60424
|
+
"kind": "OBJECT",
|
60425
|
+
"name": "CreditRate",
|
60426
|
+
"ofType": null
|
60427
|
+
},
|
60428
|
+
"isDeprecated": false,
|
60429
|
+
"deprecationReason": null
|
60430
|
+
},
|
60263
60431
|
{
|
60264
60432
|
"name": "crmId",
|
60265
60433
|
"description": "The CRM id of the price",
|
@@ -61332,6 +61500,18 @@
|
|
61332
61500
|
"isDeprecated": false,
|
61333
61501
|
"deprecationReason": null
|
61334
61502
|
},
|
61503
|
+
{
|
61504
|
+
"name": "creditRate",
|
61505
|
+
"description": "The credit rate for this period",
|
61506
|
+
"type": {
|
61507
|
+
"kind": "INPUT_OBJECT",
|
61508
|
+
"name": "CreditRateInput",
|
61509
|
+
"ofType": null
|
61510
|
+
},
|
61511
|
+
"defaultValue": null,
|
61512
|
+
"isDeprecated": false,
|
61513
|
+
"deprecationReason": null
|
61514
|
+
},
|
61335
61515
|
{
|
61336
61516
|
"name": "featureId",
|
61337
61517
|
"description": "The corresponding feature id of the price",
|
@@ -61427,6 +61607,18 @@
|
|
61427
61607
|
"isDeprecated": false,
|
61428
61608
|
"deprecationReason": null
|
61429
61609
|
},
|
61610
|
+
{
|
61611
|
+
"name": "creditRate",
|
61612
|
+
"description": "The credit rate for this period",
|
61613
|
+
"type": {
|
61614
|
+
"kind": "INPUT_OBJECT",
|
61615
|
+
"name": "CreditRateInput",
|
61616
|
+
"ofType": null
|
61617
|
+
},
|
61618
|
+
"defaultValue": null,
|
61619
|
+
"isDeprecated": false,
|
61620
|
+
"deprecationReason": null
|
61621
|
+
},
|
61430
61622
|
{
|
61431
61623
|
"name": "price",
|
61432
61624
|
"description": "The price of the price period",
|
@@ -68112,7 +68304,7 @@
|
|
68112
68304
|
"name": null,
|
68113
68305
|
"ofType": {
|
68114
68306
|
"kind": "OBJECT",
|
68115
|
-
"name": "
|
68307
|
+
"name": "CreditBalanceSummary",
|
68116
68308
|
"ofType": null
|
68117
68309
|
}
|
68118
68310
|
},
|
@@ -72420,6 +72612,65 @@
|
|
72420
72612
|
"enumValues": null,
|
72421
72613
|
"possibleTypes": null
|
72422
72614
|
},
|
72615
|
+
{
|
72616
|
+
"kind": "OBJECT",
|
72617
|
+
"name": "SlimCustomCurrency",
|
72618
|
+
"description": "Stigg custom currency object with minimal fields",
|
72619
|
+
"fields": [
|
72620
|
+
{
|
72621
|
+
"name": "currencyId",
|
72622
|
+
"description": "The unique identifier for the custom currency",
|
72623
|
+
"args": [],
|
72624
|
+
"type": {
|
72625
|
+
"kind": "NON_NULL",
|
72626
|
+
"name": null,
|
72627
|
+
"ofType": {
|
72628
|
+
"kind": "SCALAR",
|
72629
|
+
"name": "String",
|
72630
|
+
"ofType": null
|
72631
|
+
}
|
72632
|
+
},
|
72633
|
+
"isDeprecated": false,
|
72634
|
+
"deprecationReason": null
|
72635
|
+
},
|
72636
|
+
{
|
72637
|
+
"name": "displayName",
|
72638
|
+
"description": "The name of the custom currency",
|
72639
|
+
"args": [],
|
72640
|
+
"type": {
|
72641
|
+
"kind": "NON_NULL",
|
72642
|
+
"name": null,
|
72643
|
+
"ofType": {
|
72644
|
+
"kind": "SCALAR",
|
72645
|
+
"name": "String",
|
72646
|
+
"ofType": null
|
72647
|
+
}
|
72648
|
+
},
|
72649
|
+
"isDeprecated": false,
|
72650
|
+
"deprecationReason": null
|
72651
|
+
},
|
72652
|
+
{
|
72653
|
+
"name": "symbol",
|
72654
|
+
"description": "The symbol of the custom currency",
|
72655
|
+
"args": [],
|
72656
|
+
"type": {
|
72657
|
+
"kind": "NON_NULL",
|
72658
|
+
"name": null,
|
72659
|
+
"ofType": {
|
72660
|
+
"kind": "SCALAR",
|
72661
|
+
"name": "String",
|
72662
|
+
"ofType": null
|
72663
|
+
}
|
72664
|
+
},
|
72665
|
+
"isDeprecated": false,
|
72666
|
+
"deprecationReason": null
|
72667
|
+
}
|
72668
|
+
],
|
72669
|
+
"inputFields": null,
|
72670
|
+
"interfaces": [],
|
72671
|
+
"enumValues": null,
|
72672
|
+
"possibleTypes": null
|
72673
|
+
},
|
72423
72674
|
{
|
72424
72675
|
"kind": "OBJECT",
|
72425
72676
|
"name": "SnowflakeCredentials",
|
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: 3.
|
4
|
+
version: 3.17.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stigg
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|