stigg-api-client 1.52.0 → 1.56.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: 6aef820b19bc8e91b0d86c78612c6b02c9b3a4f37174df877ca49540dcacf7ed
4
- data.tar.gz: a964148cc83b0898d7d32f6e35bafafc197c9e8338d3ba05492b9eac83f4f4e0
3
+ metadata.gz: bcd05b238b30e502ed93aa08c16d98ead5b8d5087ea9edbfadf30ad63e53d701
4
+ data.tar.gz: 9ff7dc0e7fa1c119927182646a925104fcf25536be1a570261b3136baed6c49b
5
5
  SHA512:
6
- metadata.gz: 524435a50517e2d0ed0de8423b4921548b6f93b8ec01026a80228d2c28b638bf824bd83285cfd055e603d5e9f163936c36df5e4243eab2e0d0428c1851f847d1
7
- data.tar.gz: 5dd815d6b8a7976091cef0caee009c463ce5eb3ae4d344dea39b20f67f4258eb28d306e97c9b47be3c5776dffa6c5b9dfc44247569fa993494ecc733997fb691
6
+ metadata.gz: 3dd91777e7a119c43ea959c9c502181ab97913f34d08cb1ff1b69f09770936e1a6ea3735f2c4b0f3a43ac82a681aa904178cfd7872c2640c0c9fc8c5336a4259
7
+ data.tar.gz: bebf9e8d0d605e57ad248c27cec7fc50873a656fb23bc270ed854c0a68c43163ee230deafc9885df260221c54a7687574be520f984a045a01c401f9f57359e30
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.56.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": "String",
37198
+ "ofType": null
37199
+ }
37200
+ },
37201
+ "isDeprecated": false,
37202
+ "deprecationReason": null
37203
+ },
37171
37204
  {
37172
37205
  "name": "unarchiveCustomer",
37173
37206
  "description": null,
@@ -49959,6 +49992,18 @@
49959
49992
  "isDeprecated": false,
49960
49993
  "deprecationReason": null
49961
49994
  },
49995
+ {
49996
+ "name": "prorateAtEndOfBillingPeriod",
49997
+ "description": null,
49998
+ "args": [],
49999
+ "type": {
50000
+ "kind": "SCALAR",
50001
+ "name": "Boolean",
50002
+ "ofType": null
50003
+ },
50004
+ "isDeprecated": false,
50005
+ "deprecationReason": null
50006
+ },
49962
50007
  {
49963
50008
  "name": "subscriptionCancellationTime",
49964
50009
  "description": null,
@@ -50067,6 +50112,18 @@
50067
50112
  "isDeprecated": false,
50068
50113
  "deprecationReason": null
50069
50114
  },
50115
+ {
50116
+ "name": "prorateAtEndOfBillingPeriod",
50117
+ "description": null,
50118
+ "type": {
50119
+ "kind": "SCALAR",
50120
+ "name": "Boolean",
50121
+ "ofType": null
50122
+ },
50123
+ "defaultValue": null,
50124
+ "isDeprecated": false,
50125
+ "deprecationReason": null
50126
+ },
50070
50127
  {
50071
50128
  "name": "subscriptionCancellationTime",
50072
50129
  "description": null,
@@ -67908,6 +67965,33 @@
67908
67965
  "enumValues": null,
67909
67966
  "possibleTypes": null
67910
67967
  },
67968
+ {
67969
+ "kind": "INPUT_OBJECT",
67970
+ "name": "TriggerSubscriptionBillingMonthEndsSoonWebhookInput",
67971
+ "description": "Input for triggering the subscription billing month ends soon webhook",
67972
+ "fields": null,
67973
+ "inputFields": [
67974
+ {
67975
+ "name": "subscriptionId",
67976
+ "description": "The subscription reference id to trigger the webhook for",
67977
+ "type": {
67978
+ "kind": "NON_NULL",
67979
+ "name": null,
67980
+ "ofType": {
67981
+ "kind": "SCALAR",
67982
+ "name": "String",
67983
+ "ofType": null
67984
+ }
67985
+ },
67986
+ "defaultValue": null,
67987
+ "isDeprecated": false,
67988
+ "deprecationReason": null
67989
+ }
67990
+ ],
67991
+ "interfaces": null,
67992
+ "enumValues": null,
67993
+ "possibleTypes": null
67994
+ },
67911
67995
  {
67912
67996
  "kind": "INPUT_OBJECT",
67913
67997
  "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.56.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.52.0
4
+ version: 1.56.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-03-04 00:00:00.000000000 Z
11
+ date: 2024-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient