stigg-api-client 1.52.0 → 1.54.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: 6aef820b19bc8e91b0d86c78612c6b02c9b3a4f37174df877ca49540dcacf7ed
4
- data.tar.gz: a964148cc83b0898d7d32f6e35bafafc197c9e8338d3ba05492b9eac83f4f4e0
3
+ metadata.gz: 543ff7654185af70c3c3cf69630fd3b5af8f033aafb05c7a3f087f3cdfe5d204
4
+ data.tar.gz: 60739d592eb55d714b7f2cd459b10c415df843ed643ba30ca1a6bed328f00583
5
5
  SHA512:
6
- metadata.gz: 524435a50517e2d0ed0de8423b4921548b6f93b8ec01026a80228d2c28b638bf824bd83285cfd055e603d5e9f163936c36df5e4243eab2e0d0428c1851f847d1
7
- data.tar.gz: 5dd815d6b8a7976091cef0caee009c463ce5eb3ae4d344dea39b20f67f4258eb28d306e97c9b47be3c5776dffa6c5b9dfc44247569fa993494ecc733997fb691
6
+ metadata.gz: 8b3b4d2b228d74334017443581c4c60bf975f17f106e43a955c9665a9843663445764a89da71f4ff0ddc81e3e933753d4dd329c94a09d144da7c9f72b31f9fde
7
+ data.tar.gz: 0d5c6e246a9f248da1ec503132af2cca56c22bd48e8b28927d6e44f0e0c3d1c0dba26479b6608076a355a4af02b319c65c3a5de8c3771090c574616e50ba5c22
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.52.0)
4
+ stigg-api-client (1.54.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -37168,6 +37168,39 @@
37168
37168
  "isDeprecated": false,
37169
37169
  "deprecationReason": null
37170
37170
  },
37171
+ {
37172
+ "name": "triggerSubscriptionBillingMonthEndsSoonWebhook",
37173
+ "description": "Triggers the subscription billing month ends soon webhook for the given subscription",
37174
+ "args": [
37175
+ {
37176
+ "name": "input",
37177
+ "description": null,
37178
+ "type": {
37179
+ "kind": "NON_NULL",
37180
+ "name": null,
37181
+ "ofType": {
37182
+ "kind": "INPUT_OBJECT",
37183
+ "name": "TriggerSubscriptionBillingMonthEndsSoonWebhookInput",
37184
+ "ofType": null
37185
+ }
37186
+ },
37187
+ "defaultValue": null,
37188
+ "isDeprecated": false,
37189
+ "deprecationReason": null
37190
+ }
37191
+ ],
37192
+ "type": {
37193
+ "kind": "NON_NULL",
37194
+ "name": null,
37195
+ "ofType": {
37196
+ "kind": "SCALAR",
37197
+ "name": "Boolean",
37198
+ "ofType": null
37199
+ }
37200
+ },
37201
+ "isDeprecated": false,
37202
+ "deprecationReason": null
37203
+ },
37171
37204
  {
37172
37205
  "name": "unarchiveCustomer",
37173
37206
  "description": null,
@@ -67908,6 +67941,33 @@
67908
67941
  "enumValues": null,
67909
67942
  "possibleTypes": null
67910
67943
  },
67944
+ {
67945
+ "kind": "INPUT_OBJECT",
67946
+ "name": "TriggerSubscriptionBillingMonthEndsSoonWebhookInput",
67947
+ "description": "Input for triggering the subscription billing month ends soon webhook",
67948
+ "fields": null,
67949
+ "inputFields": [
67950
+ {
67951
+ "name": "subscriptionId",
67952
+ "description": "The subscription reference id to trigger the webhook for",
67953
+ "type": {
67954
+ "kind": "NON_NULL",
67955
+ "name": null,
67956
+ "ofType": {
67957
+ "kind": "SCALAR",
67958
+ "name": "String",
67959
+ "ofType": null
67960
+ }
67961
+ },
67962
+ "defaultValue": null,
67963
+ "isDeprecated": false,
67964
+ "deprecationReason": null
67965
+ }
67966
+ ],
67967
+ "interfaces": null,
67968
+ "enumValues": null,
67969
+ "possibleTypes": null
67970
+ },
67911
67971
  {
67912
67972
  "kind": "INPUT_OBJECT",
67913
67973
  "name": "TriggerSubscriptionMigrationInput",
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.52.0"
4
+ VERSION = "1.54.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.52.0
4
+ version: 1.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg