stigg-api-client 1.151.0 → 1.156.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: 74cf18344d499f7a15c97267dffe83ccbc4e72089c0af367d8446a23da2545a4
4
- data.tar.gz: 7b5c3a7b1d558a6188ad2f9d6b0042d857af4d3f5ec5f8daeaee7811a92615d9
3
+ metadata.gz: 758012a65e70c5615d8699d4d82adf2f436d89ed13f708758ef1fc7a9c11d400
4
+ data.tar.gz: b5db38e0c6555585634826ad31f495f35ece937baef5fe1da07b8a560eec5c60
5
5
  SHA512:
6
- metadata.gz: c2e29cb69347d996e06cab2a26e816a9b57e0574eb80942ec00fb211f158042632002be640a7165e79c2b45e24913c0c3b5c36c804e75626fa279793cde93778
7
- data.tar.gz: d81ae63a6e123713b8125e4227594efe3da9b8c10bce2abc799b8a1dae54e032bf944a7af007e07752f428ce82402aa74a15f7660efb524f823a3fb8bef1b331
6
+ metadata.gz: b96cf027a29e1c25abbdcaed499416fd655bb21180967cd5983c6d6e53519d63e0aa2ac7c326cb3ddd015da46ab05106554a7ab14e169928b1a4c6afaa09acae
7
+ data.tar.gz: 826d7bc1b1fa8bcd8f0e3211b16071bb98c76a13bef721a12588e327719f6593e9e023eecfb3f2344db2fd5333e6b0d021d0d629677a7d7812dbe41f4fa3cb4e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.151.0)
4
+ stigg-api-client (1.156.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -319,6 +319,7 @@ module Stigg
319
319
  paymentUrl
320
320
  paymentSecret
321
321
  errorMessage
322
+ billingReason
322
323
  }
323
324
  GRAPHQL
324
325
 
@@ -67930,6 +67930,18 @@
67930
67930
  "isDeprecated": false,
67931
67931
  "deprecationReason": null
67932
67932
  },
67933
+ {
67934
+ "name": "billingReason",
67935
+ "description": null,
67936
+ "args": [],
67937
+ "type": {
67938
+ "kind": "ENUM",
67939
+ "name": "SubscriptionInvoiceBillingReason",
67940
+ "ofType": null
67941
+ },
67942
+ "isDeprecated": false,
67943
+ "deprecationReason": null
67944
+ },
67933
67945
  {
67934
67946
  "name": "createdAt",
67935
67947
  "description": null,
@@ -68164,6 +68176,53 @@
68164
68176
  "enumValues": null,
68165
68177
  "possibleTypes": null
68166
68178
  },
68179
+ {
68180
+ "kind": "ENUM",
68181
+ "name": "SubscriptionInvoiceBillingReason",
68182
+ "description": "The reason the billing event was created.",
68183
+ "fields": null,
68184
+ "inputFields": null,
68185
+ "interfaces": null,
68186
+ "enumValues": [
68187
+ {
68188
+ "name": "BILLING_CYCLE",
68189
+ "description": "A subscription advanced into a new billing cycle.",
68190
+ "isDeprecated": false,
68191
+ "deprecationReason": null
68192
+ },
68193
+ {
68194
+ "name": "MANUAL",
68195
+ "description": "An invoice was created manually.",
68196
+ "isDeprecated": false,
68197
+ "deprecationReason": null
68198
+ },
68199
+ {
68200
+ "name": "MINIMUM_INVOICE_AMOUNT_EXCEEDED",
68201
+ "description": "A subscription passed the minimum invoice amount",
68202
+ "isDeprecated": false,
68203
+ "deprecationReason": null
68204
+ },
68205
+ {
68206
+ "name": "OTHER",
68207
+ "description": "An invoice was created for another reason.",
68208
+ "isDeprecated": false,
68209
+ "deprecationReason": null
68210
+ },
68211
+ {
68212
+ "name": "SUBSCRIPTION_CREATION",
68213
+ "description": "A subscription was created.",
68214
+ "isDeprecated": false,
68215
+ "deprecationReason": null
68216
+ },
68217
+ {
68218
+ "name": "SUBSCRIPTION_UPDATE",
68219
+ "description": "A subscription was updated.",
68220
+ "isDeprecated": false,
68221
+ "deprecationReason": null
68222
+ }
68223
+ ],
68224
+ "possibleTypes": null
68225
+ },
68167
68226
  {
68168
68227
  "kind": "ENUM",
68169
68228
  "name": "SubscriptionInvoiceStatus",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "1.151.0"
4
+ VERSION = "1.156.0"
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: 1.151.0
4
+ version: 1.156.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-04-18 00:00:00.000000000 Z
11
+ date: 2024-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient