stigg-api-client 1.151.0 → 1.157.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 74cf18344d499f7a15c97267dffe83ccbc4e72089c0af367d8446a23da2545a4
4
- data.tar.gz: 7b5c3a7b1d558a6188ad2f9d6b0042d857af4d3f5ec5f8daeaee7811a92615d9
3
+ metadata.gz: 117fca90d6444ff88f5007557fccb3641b37fa8a6937c3434f0a3968476d56b8
4
+ data.tar.gz: b80a2e375e4a6bbd2636527853427e1e402a3dd182f351eeef90ae0ba73f9767
5
5
  SHA512:
6
- metadata.gz: c2e29cb69347d996e06cab2a26e816a9b57e0574eb80942ec00fb211f158042632002be640a7165e79c2b45e24913c0c3b5c36c804e75626fa279793cde93778
7
- data.tar.gz: d81ae63a6e123713b8125e4227594efe3da9b8c10bce2abc799b8a1dae54e032bf944a7af007e07752f428ce82402aa74a15f7660efb524f823a3fb8bef1b331
6
+ metadata.gz: 8fff259628a99f93c27729b6afc226045cd677a20dc4c673d05f2e92b0ad92d9282e2ca36ddb6a4f3bf5d00e243e50de5337c8e21c6cafa274f932280c7f9eca
7
+ data.tar.gz: f940fe3ef284a76515fa40e7c73cafd7286dc3776c652f8b3e253fff6a0ab742087a1da0e41a2b594d6fa341dab4b6b99c57906945c1e39364aeeaff110e53cc
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.157.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
 
@@ -30990,6 +30990,18 @@
30990
30990
  "defaultValue": null,
30991
30991
  "isDeprecated": false,
30992
30992
  "deprecationReason": null
30993
+ },
30994
+ {
30995
+ "name": "updatedAt",
30996
+ "description": "Indicates the last update of the customer. In case there's already existing customer that was updated after that date, it will skip import this customer",
30997
+ "type": {
30998
+ "kind": "SCALAR",
30999
+ "name": "DateTime",
31000
+ "ofType": null
31001
+ },
31002
+ "defaultValue": null,
31003
+ "isDeprecated": false,
31004
+ "deprecationReason": null
30993
31005
  }
30994
31006
  ],
30995
31007
  "interfaces": null,
@@ -32222,6 +32234,18 @@
32222
32234
  "defaultValue": null,
32223
32235
  "isDeprecated": false,
32224
32236
  "deprecationReason": null
32237
+ },
32238
+ {
32239
+ "name": "updatedAt",
32240
+ "description": "Indicates the last update of the subscription. In case there's already existing subscription that was updated after that date, it will skip import this subscription",
32241
+ "type": {
32242
+ "kind": "SCALAR",
32243
+ "name": "DateTime",
32244
+ "ofType": null
32245
+ },
32246
+ "defaultValue": null,
32247
+ "isDeprecated": false,
32248
+ "deprecationReason": null
32225
32249
  }
32226
32250
  ],
32227
32251
  "interfaces": null,
@@ -67930,6 +67954,18 @@
67930
67954
  "isDeprecated": false,
67931
67955
  "deprecationReason": null
67932
67956
  },
67957
+ {
67958
+ "name": "billingReason",
67959
+ "description": null,
67960
+ "args": [],
67961
+ "type": {
67962
+ "kind": "ENUM",
67963
+ "name": "SubscriptionInvoiceBillingReason",
67964
+ "ofType": null
67965
+ },
67966
+ "isDeprecated": false,
67967
+ "deprecationReason": null
67968
+ },
67933
67969
  {
67934
67970
  "name": "createdAt",
67935
67971
  "description": null,
@@ -68164,6 +68200,53 @@
68164
68200
  "enumValues": null,
68165
68201
  "possibleTypes": null
68166
68202
  },
68203
+ {
68204
+ "kind": "ENUM",
68205
+ "name": "SubscriptionInvoiceBillingReason",
68206
+ "description": "The reason the billing event was created.",
68207
+ "fields": null,
68208
+ "inputFields": null,
68209
+ "interfaces": null,
68210
+ "enumValues": [
68211
+ {
68212
+ "name": "BILLING_CYCLE",
68213
+ "description": "A subscription advanced into a new billing cycle.",
68214
+ "isDeprecated": false,
68215
+ "deprecationReason": null
68216
+ },
68217
+ {
68218
+ "name": "MANUAL",
68219
+ "description": "An invoice was created manually.",
68220
+ "isDeprecated": false,
68221
+ "deprecationReason": null
68222
+ },
68223
+ {
68224
+ "name": "MINIMUM_INVOICE_AMOUNT_EXCEEDED",
68225
+ "description": "A subscription passed the minimum invoice amount",
68226
+ "isDeprecated": false,
68227
+ "deprecationReason": null
68228
+ },
68229
+ {
68230
+ "name": "OTHER",
68231
+ "description": "An invoice was created for another reason.",
68232
+ "isDeprecated": false,
68233
+ "deprecationReason": null
68234
+ },
68235
+ {
68236
+ "name": "SUBSCRIPTION_CREATION",
68237
+ "description": "A subscription was created.",
68238
+ "isDeprecated": false,
68239
+ "deprecationReason": null
68240
+ },
68241
+ {
68242
+ "name": "SUBSCRIPTION_UPDATE",
68243
+ "description": "A subscription was updated.",
68244
+ "isDeprecated": false,
68245
+ "deprecationReason": null
68246
+ }
68247
+ ],
68248
+ "possibleTypes": null
68249
+ },
68167
68250
  {
68168
68251
  "kind": "ENUM",
68169
68252
  "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.157.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.157.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