stigg-api-client 1.142.0 → 1.147.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: 51c1fdb4c8dd5584f5a5a35053ea16842bfdec946292eebcac1235b8aa9b133d
4
- data.tar.gz: 1bed900eb23ce6498b95ed6c244b19a4c9c496bd45b5ff06e0889810d5de578f
3
+ metadata.gz: d14edbd82c77676fa8e72d98db895ac4363605814e8a3a977c28c06e94cbcd75
4
+ data.tar.gz: 44bb10198f76e33579af9197a33a679a5800704a5ce119d31156245640b3dce9
5
5
  SHA512:
6
- metadata.gz: 8d9afe0df2deddba8760ef95482860989826474dbb701f6952449d1d92b45a07aca872b5432bce59413fd1eda8aa8fb564041c94c0165a8ab388bd4173de43b8
7
- data.tar.gz: 9dea801320227595a8256c94d10223158274fc58117e28c3fb65954d943d879b5525625ad8cbaa157f9b9b341a87cc44792ad7390f2806faa5228b7c639fcf80
6
+ metadata.gz: 6ce5bbe7c4ed9ed054ef6a437eaf64595ce544454868b12aaec8c13e4d0f443564a5e175a1fdbdcb7fefccf26afcf4b77b8dec8c17b9d70828fda03d2a43b228
7
+ data.tar.gz: 7ccebb9edcc5f798241250e6d1a59e9b2325e09e29c5685a267f87340fe99f2041ecee3e6bf629658f754a23f8f6c54b1f135509bf9a22214631f94fc7eb58d7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.142.0)
4
+ stigg-api-client (1.147.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -3508,6 +3508,18 @@
3508
3508
  "isDeprecated": false,
3509
3509
  "deprecationReason": null
3510
3510
  },
3511
+ {
3512
+ "name": "minimumSpend",
3513
+ "description": "The minimum spend configuration",
3514
+ "type": {
3515
+ "kind": "INPUT_OBJECT",
3516
+ "name": "SubscriptionMinimumSpendValueInput",
3517
+ "ofType": null
3518
+ },
3519
+ "defaultValue": null,
3520
+ "isDeprecated": false,
3521
+ "deprecationReason": null
3522
+ },
3511
3523
  {
3512
3524
  "name": "paymentMethodId",
3513
3525
  "description": null,
@@ -15966,6 +15978,18 @@
15966
15978
  "isDeprecated": false,
15967
15979
  "deprecationReason": null
15968
15980
  },
15981
+ {
15982
+ "name": "minimumSpend",
15983
+ "description": "Minimum spend configuration",
15984
+ "args": [],
15985
+ "type": {
15986
+ "kind": "OBJECT",
15987
+ "name": "SubscriptionMinimumSpend",
15988
+ "ofType": null
15989
+ },
15990
+ "isDeprecated": false,
15991
+ "deprecationReason": null
15992
+ },
15969
15993
  {
15970
15994
  "name": "oldBillingId",
15971
15995
  "description": null,
@@ -23140,6 +23164,12 @@
23140
23164
  "isDeprecated": false,
23141
23165
  "deprecationReason": null
23142
23166
  },
23167
+ {
23168
+ "name": "MissingSubscriptionInvoiceError",
23169
+ "description": null,
23170
+ "isDeprecated": false,
23171
+ "deprecationReason": null
23172
+ },
23143
23173
  {
23144
23174
  "name": "NoFeatureEntitlementInSubscription",
23145
23175
  "description": null,
@@ -23338,6 +23368,12 @@
23338
23368
  "isDeprecated": false,
23339
23369
  "deprecationReason": null
23340
23370
  },
23371
+ {
23372
+ "name": "SubscriptionInvoiceStatusError",
23373
+ "description": null,
23374
+ "isDeprecated": false,
23375
+ "deprecationReason": null
23376
+ },
23341
23377
  {
23342
23378
  "name": "SubscriptionMustHaveSinglePlanError",
23343
23379
  "description": null,
@@ -33717,6 +33753,45 @@
33717
33753
  "enumValues": null,
33718
33754
  "possibleTypes": null
33719
33755
  },
33756
+ {
33757
+ "kind": "INPUT_OBJECT",
33758
+ "name": "MarkInvoiceAsPaidInput",
33759
+ "description": "Input for triggering the subscription invoice as paid",
33760
+ "fields": null,
33761
+ "inputFields": [
33762
+ {
33763
+ "name": "environmentId",
33764
+ "description": "Environment ID",
33765
+ "type": {
33766
+ "kind": "SCALAR",
33767
+ "name": "String",
33768
+ "ofType": null
33769
+ },
33770
+ "defaultValue": null,
33771
+ "isDeprecated": false,
33772
+ "deprecationReason": null
33773
+ },
33774
+ {
33775
+ "name": "subscriptionId",
33776
+ "description": "The subscription entity id to trigger mark invoice as paid",
33777
+ "type": {
33778
+ "kind": "NON_NULL",
33779
+ "name": null,
33780
+ "ofType": {
33781
+ "kind": "SCALAR",
33782
+ "name": "String",
33783
+ "ofType": null
33784
+ }
33785
+ },
33786
+ "defaultValue": null,
33787
+ "isDeprecated": false,
33788
+ "deprecationReason": null
33789
+ }
33790
+ ],
33791
+ "interfaces": null,
33792
+ "enumValues": null,
33793
+ "possibleTypes": null
33794
+ },
33720
33795
  {
33721
33796
  "kind": "OBJECT",
33722
33797
  "name": "Member",
@@ -35310,9 +35385,13 @@
35310
35385
  "name": "minimum",
35311
35386
  "description": "The minimum spend value",
35312
35387
  "type": {
35313
- "kind": "INPUT_OBJECT",
35314
- "name": "MoneyInputDTO",
35315
- "ofType": null
35388
+ "kind": "NON_NULL",
35389
+ "name": null,
35390
+ "ofType": {
35391
+ "kind": "INPUT_OBJECT",
35392
+ "name": "MoneyInputDTO",
35393
+ "ofType": null
35394
+ }
35316
35395
  },
35317
35396
  "defaultValue": null,
35318
35397
  "isDeprecated": false,
@@ -37369,6 +37448,39 @@
37369
37448
  "isDeprecated": false,
37370
37449
  "deprecationReason": null
37371
37450
  },
37451
+ {
37452
+ "name": "markInvoiceAsPaid",
37453
+ "description": "Triggers mark invoice as paid for the given subscription",
37454
+ "args": [
37455
+ {
37456
+ "name": "input",
37457
+ "description": null,
37458
+ "type": {
37459
+ "kind": "NON_NULL",
37460
+ "name": null,
37461
+ "ofType": {
37462
+ "kind": "INPUT_OBJECT",
37463
+ "name": "MarkInvoiceAsPaidInput",
37464
+ "ofType": null
37465
+ }
37466
+ },
37467
+ "defaultValue": null,
37468
+ "isDeprecated": false,
37469
+ "deprecationReason": null
37470
+ }
37471
+ ],
37472
+ "type": {
37473
+ "kind": "NON_NULL",
37474
+ "name": null,
37475
+ "ofType": {
37476
+ "kind": "SCALAR",
37477
+ "name": "Boolean",
37478
+ "ofType": null
37479
+ }
37480
+ },
37481
+ "isDeprecated": false,
37482
+ "deprecationReason": null
37483
+ },
37372
37484
  {
37373
37485
  "name": "mergeEnvironment",
37374
37486
  "description": "Merge data from an existing environment to another environment or to a new environment.",
@@ -56906,6 +57018,18 @@
56906
57018
  "isDeprecated": false,
56907
57019
  "deprecationReason": null
56908
57020
  },
57021
+ {
57022
+ "name": "minimumSpend",
57023
+ "description": "The minimum spend configuration",
57024
+ "type": {
57025
+ "kind": "INPUT_OBJECT",
57026
+ "name": "SubscriptionMinimumSpendValueInput",
57027
+ "ofType": null
57028
+ },
57029
+ "defaultValue": null,
57030
+ "isDeprecated": false,
57031
+ "deprecationReason": null
57032
+ },
56909
57033
  {
56910
57034
  "name": "planId",
56911
57035
  "description": null,
@@ -57276,6 +57400,18 @@
57276
57400
  "isDeprecated": false,
57277
57401
  "deprecationReason": null
57278
57402
  },
57403
+ {
57404
+ "name": "minimumSpend",
57405
+ "description": "The minimum spend configuration",
57406
+ "type": {
57407
+ "kind": "INPUT_OBJECT",
57408
+ "name": "SubscriptionMinimumSpendValueInput",
57409
+ "ofType": null
57410
+ },
57411
+ "defaultValue": null,
57412
+ "isDeprecated": false,
57413
+ "deprecationReason": null
57414
+ },
57279
57415
  {
57280
57416
  "name": "planId",
57281
57417
  "description": null,
@@ -57627,6 +57763,18 @@
57627
57763
  "isDeprecated": false,
57628
57764
  "deprecationReason": null
57629
57765
  },
57766
+ {
57767
+ "name": "minimumSpend",
57768
+ "description": "The minimum spend configuration",
57769
+ "type": {
57770
+ "kind": "INPUT_OBJECT",
57771
+ "name": "SubscriptionMinimumSpendValueInput",
57772
+ "ofType": null
57773
+ },
57774
+ "defaultValue": null,
57775
+ "isDeprecated": false,
57776
+ "deprecationReason": null
57777
+ },
57630
57778
  {
57631
57779
  "name": "planId",
57632
57780
  "description": null,
@@ -67441,6 +67589,18 @@
67441
67589
  "isDeprecated": false,
67442
67590
  "deprecationReason": null
67443
67591
  },
67592
+ {
67593
+ "name": "minimumSpend",
67594
+ "description": "The minimum spend configuration",
67595
+ "type": {
67596
+ "kind": "INPUT_OBJECT",
67597
+ "name": "SubscriptionMinimumSpendValueInput",
67598
+ "ofType": null
67599
+ },
67600
+ "defaultValue": null,
67601
+ "isDeprecated": false,
67602
+ "deprecationReason": null
67603
+ },
67444
67604
  {
67445
67605
  "name": "planId",
67446
67606
  "description": null,
@@ -68797,6 +68957,64 @@
68797
68957
  ],
68798
68958
  "possibleTypes": null
68799
68959
  },
68960
+ {
68961
+ "kind": "OBJECT",
68962
+ "name": "SubscriptionMinimumSpend",
68963
+ "description": "Subscription minimum spend",
68964
+ "fields": [
68965
+ {
68966
+ "name": "isOverride",
68967
+ "description": "Is the minimum spend an override on the subscription level",
68968
+ "args": [],
68969
+ "type": {
68970
+ "kind": "SCALAR",
68971
+ "name": "Boolean",
68972
+ "ofType": null
68973
+ },
68974
+ "isDeprecated": false,
68975
+ "deprecationReason": null
68976
+ },
68977
+ {
68978
+ "name": "minimum",
68979
+ "description": "The minimum spend limit",
68980
+ "args": [],
68981
+ "type": {
68982
+ "kind": "OBJECT",
68983
+ "name": "Money",
68984
+ "ofType": null
68985
+ },
68986
+ "isDeprecated": false,
68987
+ "deprecationReason": null
68988
+ }
68989
+ ],
68990
+ "inputFields": null,
68991
+ "interfaces": [],
68992
+ "enumValues": null,
68993
+ "possibleTypes": null
68994
+ },
68995
+ {
68996
+ "kind": "INPUT_OBJECT",
68997
+ "name": "SubscriptionMinimumSpendValueInput",
68998
+ "description": "Subscription minimum spend",
68999
+ "fields": null,
69000
+ "inputFields": [
69001
+ {
69002
+ "name": "minimum",
69003
+ "description": "The minimum spend",
69004
+ "type": {
69005
+ "kind": "INPUT_OBJECT",
69006
+ "name": "MoneyInputDTO",
69007
+ "ofType": null
69008
+ },
69009
+ "defaultValue": null,
69010
+ "isDeprecated": false,
69011
+ "deprecationReason": null
69012
+ }
69013
+ ],
69014
+ "interfaces": null,
69015
+ "enumValues": null,
69016
+ "possibleTypes": null
69017
+ },
68800
69018
  {
68801
69019
  "kind": "OBJECT",
68802
69020
  "name": "SubscriptionMustHaveSinglePlanError",
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.142.0"
4
+ VERSION = "1.147.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.142.0
4
+ version: 1.147.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-17 00:00:00.000000000 Z
11
+ date: 2024-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient