stigg-api-client 2.379.1 → 2.390.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: 984a32a9e8c94121b77d4c27b465c69c7e4b9d27ef10d5f82aaf6750c58e4030
4
- data.tar.gz: d921e9c053cf80ca52ad6d1768edf23cf4179b3739a0871f7b1f3c5e55366fcb
3
+ metadata.gz: d6c8061f0ab4a41da624e2bb6051896cadeef014fa6cdd9030116151fd73eb31
4
+ data.tar.gz: bbd32e5c516c2a181033d4d2267d5d9830faa86ca8abcf79e297106e5644addb
5
5
  SHA512:
6
- metadata.gz: 128ed310694a999a5c5ba60782a3ae2bd32e313e67f1a696761715fc53ae1fea16c25defb5e9cbcb167717ac6cda9bea6ffa6532a407a7f51249f71e2776e15c
7
- data.tar.gz: 7094ecae2bd62d0a054b97e3eeb38490405f8c889b425337a0bf50d588d67a8f71f25ae74516f9663dfa312f98fc48dd58ab3b6d0c1181197fc6fc0766067e97
6
+ metadata.gz: 314592f003a73560fe890fffd10690bf10eaf8ecf45d4a931cf609ce29f1aaa36824fe984e5d0a74b02cde719a96d134f5d5a5fe9f5ea4aae460521864437dec
7
+ data.tar.gz: 9c63d75e918f382ee25015a062da878aa8adb1fa1eb7410f54b76888b02cd4f37ce358267f4e5752f050771f452ebd2deb913d0fbc0a73bc1b73d6ae7bf13bb6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.379.1)
4
+ stigg-api-client (2.390.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -4103,6 +4103,18 @@
4103
4103
  "description": null,
4104
4104
  "fields": null,
4105
4105
  "inputFields": [
4106
+ {
4107
+ "name": "billingCurrency",
4108
+ "description": "The currency to use for this payment method (only used for Zuora)",
4109
+ "type": {
4110
+ "kind": "ENUM",
4111
+ "name": "Currency",
4112
+ "ofType": null
4113
+ },
4114
+ "defaultValue": null,
4115
+ "isDeprecated": false,
4116
+ "deprecationReason": null
4117
+ },
4106
4118
  {
4107
4119
  "name": "customerId",
4108
4120
  "description": null,
@@ -66381,6 +66393,39 @@
66381
66393
  "isDeprecated": false,
66382
66394
  "deprecationReason": null
66383
66395
  },
66396
+ {
66397
+ "name": "triggerWorkflowWithTestEvent",
66398
+ "description": "Trigger a workflow with test event",
66399
+ "args": [
66400
+ {
66401
+ "name": "input",
66402
+ "description": null,
66403
+ "type": {
66404
+ "kind": "NON_NULL",
66405
+ "name": null,
66406
+ "ofType": {
66407
+ "kind": "INPUT_OBJECT",
66408
+ "name": "TestWorkflowInput",
66409
+ "ofType": null
66410
+ }
66411
+ },
66412
+ "defaultValue": null,
66413
+ "isDeprecated": false,
66414
+ "deprecationReason": null
66415
+ }
66416
+ ],
66417
+ "type": {
66418
+ "kind": "NON_NULL",
66419
+ "name": null,
66420
+ "ofType": {
66421
+ "kind": "OBJECT",
66422
+ "name": "TriggerWorkflowDTO",
66423
+ "ofType": null
66424
+ }
66425
+ },
66426
+ "isDeprecated": false,
66427
+ "deprecationReason": null
66428
+ },
66384
66429
  {
66385
66430
  "name": "usageEvents",
66386
66431
  "description": null,
@@ -80150,6 +80195,61 @@
80150
80195
  "enumValues": null,
80151
80196
  "possibleTypes": null
80152
80197
  },
80198
+ {
80199
+ "kind": "INPUT_OBJECT",
80200
+ "name": "TestWorkflowInput",
80201
+ "description": "Trigger workflow with test eventinput",
80202
+ "fields": null,
80203
+ "inputFields": [
80204
+ {
80205
+ "name": "endpointUrl",
80206
+ "description": "The endpoint url of the trigger",
80207
+ "type": {
80208
+ "kind": "NON_NULL",
80209
+ "name": null,
80210
+ "ofType": {
80211
+ "kind": "SCALAR",
80212
+ "name": "String",
80213
+ "ofType": null
80214
+ }
80215
+ },
80216
+ "defaultValue": null,
80217
+ "isDeprecated": false,
80218
+ "deprecationReason": null
80219
+ },
80220
+ {
80221
+ "name": "environmentId",
80222
+ "description": "The environment id to trigger the workflow on",
80223
+ "type": {
80224
+ "kind": "SCALAR",
80225
+ "name": "String",
80226
+ "ofType": null
80227
+ },
80228
+ "defaultValue": null,
80229
+ "isDeprecated": false,
80230
+ "deprecationReason": null
80231
+ },
80232
+ {
80233
+ "name": "hookEventType",
80234
+ "description": "The event type to trigger the workflow on",
80235
+ "type": {
80236
+ "kind": "NON_NULL",
80237
+ "name": null,
80238
+ "ofType": {
80239
+ "kind": "ENUM",
80240
+ "name": "EventLogType",
80241
+ "ofType": null
80242
+ }
80243
+ },
80244
+ "defaultValue": null,
80245
+ "isDeprecated": false,
80246
+ "deprecationReason": null
80247
+ }
80248
+ ],
80249
+ "interfaces": null,
80250
+ "enumValues": null,
80251
+ "possibleTypes": null
80252
+ },
80153
80253
  {
80154
80254
  "kind": "ENUM",
80155
80255
  "name": "TiersMode",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "2.379.1"
4
+ VERSION = "2.390.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: 2.379.1
4
+ version: 2.390.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-04-30 00:00:00.000000000 Z
11
+ date: 2025-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient