stigg-api-client 3.16.0 → 3.22.2

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: c2b261a465459120f45158b56dcad8f8ba3e2b08440c62dc8f6c350c1d062336
4
- data.tar.gz: 8130d332faa4fc4d81fa18be09c6fac017bd0f2ae98d00e511a4645db8e5a6f1
3
+ metadata.gz: 1d88c61c21c0fc47fea9c9fdcb27fc3f078978914a5435b0516f4f1d1c5c0e7c
4
+ data.tar.gz: 3da0ace33db251564a6216a58e02387e1d32be5a6ddd3c6300d73dba6de0ea84
5
5
  SHA512:
6
- metadata.gz: db8923e9633de79a6830873a08cbaefa30c611bef8af9d29fcfb92b48119d57e5594bb082388df4cd4698a688783cfc7f9931ac370dbb9b53459fc589f85f7fe
7
- data.tar.gz: 844dc6dac9c0828f19931c898c35758dca932273892e94555bdfb8bc7fecda3e3b9190e0ae24f431e63c7e2233a732707aadfc9266b2997f6f633196a154b011
6
+ metadata.gz: 48f295684a938096556689709bdaf4b49a88b88898a16bcb366aa27afac2616dfe0c45cf3c7572bb319a380f478c5e16c8a547220a25ebaabf869e5436da925d
7
+ data.tar.gz: 0c1aae895b553651b533825087b884c57cca728e139c3ba75195cfd2f220154cd7c6503ba173f6c1559636d35f73fbe753356651bf3dcaff5f803fd09408ffd3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (3.16.0)
4
+ stigg-api-client (3.22.2)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -11219,9 +11219,25 @@
11219
11219
  },
11220
11220
  {
11221
11221
  "kind": "OBJECT",
11222
- "name": "CreditBalanceDTO",
11222
+ "name": "CreditBalance",
11223
11223
  "description": "Credit balance information for a specific currency",
11224
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
+ },
11225
11241
  {
11226
11242
  "name": "currencyId",
11227
11243
  "description": "The custom currency ID of the credit grant",
@@ -11235,8 +11251,8 @@
11235
11251
  "ofType": null
11236
11252
  }
11237
11253
  },
11238
- "isDeprecated": false,
11239
- "deprecationReason": null
11254
+ "isDeprecated": true,
11255
+ "deprecationReason": "Use currency instead"
11240
11256
  },
11241
11257
  {
11242
11258
  "name": "currentBalance",
@@ -11294,7 +11310,7 @@
11294
11310
  },
11295
11311
  {
11296
11312
  "kind": "OBJECT",
11297
- "name": "CreditBalanceSummaryDTO",
11313
+ "name": "CreditBalanceSummary",
11298
11314
  "description": "Credit balance summary for a customer",
11299
11315
  "fields": [
11300
11316
  {
@@ -11312,7 +11328,7 @@
11312
11328
  "name": null,
11313
11329
  "ofType": {
11314
11330
  "kind": "OBJECT",
11315
- "name": "CreditBalanceDTO",
11331
+ "name": "CreditBalance",
11316
11332
  "ofType": null
11317
11333
  }
11318
11334
  }
@@ -66287,35 +66303,6 @@
66287
66303
  ],
66288
66304
  "possibleTypes": null
66289
66305
  },
66290
- {
66291
- "kind": "ENUM",
66292
- "name": "ProrationBehaviorExtended",
66293
- "description": "Proration behavior for subscription billing",
66294
- "fields": null,
66295
- "inputFields": null,
66296
- "interfaces": null,
66297
- "enumValues": [
66298
- {
66299
- "name": "CREATE_PRORATIONS",
66300
- "description": "Create proration invoice items for changes in the subscription",
66301
- "isDeprecated": false,
66302
- "deprecationReason": null
66303
- },
66304
- {
66305
- "name": "INVOICE_IMMEDIATELY",
66306
- "description": "Invoice immediately for changes in the subscription without proration",
66307
- "isDeprecated": false,
66308
- "deprecationReason": null
66309
- },
66310
- {
66311
- "name": "NONE",
66312
- "description": "No proration and no invoice for changes in the subscription",
66313
- "isDeprecated": false,
66314
- "deprecationReason": null
66315
- }
66316
- ],
66317
- "possibleTypes": null
66318
- },
66319
66306
  {
66320
66307
  "kind": "INPUT_OBJECT",
66321
66308
  "name": "ProvisionCustomerInput",
@@ -68288,7 +68275,7 @@
68288
68275
  "name": null,
68289
68276
  "ofType": {
68290
68277
  "kind": "OBJECT",
68291
- "name": "CreditBalanceSummaryDTO",
68278
+ "name": "CreditBalanceSummary",
68292
68279
  "ofType": null
68293
68280
  }
68294
68281
  },
@@ -72596,6 +72583,65 @@
72596
72583
  "enumValues": null,
72597
72584
  "possibleTypes": null
72598
72585
  },
72586
+ {
72587
+ "kind": "OBJECT",
72588
+ "name": "SlimCustomCurrency",
72589
+ "description": "Stigg custom currency object with minimal fields",
72590
+ "fields": [
72591
+ {
72592
+ "name": "currencyId",
72593
+ "description": "The unique identifier for the custom currency",
72594
+ "args": [],
72595
+ "type": {
72596
+ "kind": "NON_NULL",
72597
+ "name": null,
72598
+ "ofType": {
72599
+ "kind": "SCALAR",
72600
+ "name": "String",
72601
+ "ofType": null
72602
+ }
72603
+ },
72604
+ "isDeprecated": false,
72605
+ "deprecationReason": null
72606
+ },
72607
+ {
72608
+ "name": "displayName",
72609
+ "description": "The name of the custom currency",
72610
+ "args": [],
72611
+ "type": {
72612
+ "kind": "NON_NULL",
72613
+ "name": null,
72614
+ "ofType": {
72615
+ "kind": "SCALAR",
72616
+ "name": "String",
72617
+ "ofType": null
72618
+ }
72619
+ },
72620
+ "isDeprecated": false,
72621
+ "deprecationReason": null
72622
+ },
72623
+ {
72624
+ "name": "symbol",
72625
+ "description": "The symbol of the custom currency",
72626
+ "args": [],
72627
+ "type": {
72628
+ "kind": "NON_NULL",
72629
+ "name": null,
72630
+ "ofType": {
72631
+ "kind": "SCALAR",
72632
+ "name": "String",
72633
+ "ofType": null
72634
+ }
72635
+ },
72636
+ "isDeprecated": false,
72637
+ "deprecationReason": null
72638
+ }
72639
+ ],
72640
+ "inputFields": null,
72641
+ "interfaces": [],
72642
+ "enumValues": null,
72643
+ "possibleTypes": null
72644
+ },
72599
72645
  {
72600
72646
  "kind": "OBJECT",
72601
72647
  "name": "SnowflakeCredentials",
@@ -75596,7 +75642,7 @@
75596
75642
  "description": "Override the proration behavior for the subscription",
75597
75643
  "type": {
75598
75644
  "kind": "ENUM",
75599
- "name": "ProrationBehaviorExtended",
75645
+ "name": "SubscriptionProrationBehavior",
75600
75646
  "ofType": null
75601
75647
  },
75602
75648
  "defaultValue": null,
@@ -82993,6 +83039,35 @@
82993
83039
  "enumValues": null,
82994
83040
  "possibleTypes": null
82995
83041
  },
83042
+ {
83043
+ "kind": "ENUM",
83044
+ "name": "SubscriptionProrationBehavior",
83045
+ "description": "Proration behavior for subscription billing",
83046
+ "fields": null,
83047
+ "inputFields": null,
83048
+ "interfaces": null,
83049
+ "enumValues": [
83050
+ {
83051
+ "name": "CREATE_PRORATIONS",
83052
+ "description": "Create proration invoice items for changes in the subscription",
83053
+ "isDeprecated": false,
83054
+ "deprecationReason": null
83055
+ },
83056
+ {
83057
+ "name": "INVOICE_IMMEDIATELY",
83058
+ "description": "Invoice immediately for changes in the subscription without proration",
83059
+ "isDeprecated": false,
83060
+ "deprecationReason": null
83061
+ },
83062
+ {
83063
+ "name": "NONE",
83064
+ "description": "No proration and no invoice for changes in the subscription",
83065
+ "isDeprecated": false,
83066
+ "deprecationReason": null
83067
+ }
83068
+ ],
83069
+ "possibleTypes": null
83070
+ },
82996
83071
  {
82997
83072
  "kind": "OBJECT",
82998
83073
  "name": "SubscriptionQuery",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "3.16.0"
4
+ VERSION = "3.22.2"
5
5
  end
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.16.0
4
+ version: 3.22.2
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-12 00:00:00.000000000 Z
11
+ date: 2025-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient