stigg-api-client 1.117.2 → 1.119.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: 52dc7503cb38f64982c4ec19a0bc21b2b8f6f3a080d55c67865092629c9e4919
4
- data.tar.gz: c438a274caad4058397ea5b49082f5076b281f6d57872f9d91abddf62146b0cf
3
+ metadata.gz: 43e99a121290ec627398628cf39c22dbd7ab018f53c3726a37d30e6008b71084
4
+ data.tar.gz: f982c0a3d8a32cdeb169ad896162a6cffb6937286270a0e456e67150ff1e45f1
5
5
  SHA512:
6
- metadata.gz: e86e509c41fcbeca74d776d2385fe8c27364bcc836de6c04e7cace193e58a5b8317f6d917078424269f4b3b92389b8c6a678c141964dcf23e14d22817eb1b65d
7
- data.tar.gz: d79ba0092e61e337149c6fb659f42fa9dbf82788402759129b8f2e9278c5714169656a65723066a867209935aab6a066ca915b70bce5c80f844480c5bdae2b60
6
+ metadata.gz: 4dae08983cfb7baa8e95a7635fa54daeb38cb60d7b925fa89ed0610801448755cd0ec31d463c5790f0faf69b92f57362f49df1b8fd25f4c6cda876c27eeb7454
7
+ data.tar.gz: 131798d5a98f5b77c5337bb4c96202806fe7537f425ea36f8e03651bb0afe83ad4e2ab39445e460eb59a73edb248b434912255f6a36e7eea1d353cda909602c2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.117.2)
4
+ stigg-api-client (1.119.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -3506,6 +3506,26 @@
3506
3506
  "isDeprecated": false,
3507
3507
  "deprecationReason": null
3508
3508
  },
3509
+ {
3510
+ "name": "priceOverrides",
3511
+ "description": "Override the price of the subscription",
3512
+ "type": {
3513
+ "kind": "LIST",
3514
+ "name": null,
3515
+ "ofType": {
3516
+ "kind": "NON_NULL",
3517
+ "name": null,
3518
+ "ofType": {
3519
+ "kind": "INPUT_OBJECT",
3520
+ "name": "PriceOverrideInput",
3521
+ "ofType": null
3522
+ }
3523
+ }
3524
+ },
3525
+ "defaultValue": null,
3526
+ "isDeprecated": false,
3527
+ "deprecationReason": null
3528
+ },
3509
3529
  {
3510
3530
  "name": "promotionCode",
3511
3531
  "description": null,
@@ -50179,6 +50199,22 @@
50179
50199
  "isDeprecated": false,
50180
50200
  "deprecationReason": null
50181
50201
  },
50202
+ {
50203
+ "name": "isOverridePrice",
50204
+ "description": "Indication whether the subscription price is an override price",
50205
+ "args": [],
50206
+ "type": {
50207
+ "kind": "NON_NULL",
50208
+ "name": null,
50209
+ "ofType": {
50210
+ "kind": "SCALAR",
50211
+ "name": "Boolean",
50212
+ "ofType": null
50213
+ }
50214
+ },
50215
+ "isDeprecated": false,
50216
+ "deprecationReason": null
50217
+ },
50182
50218
  {
50183
50219
  "name": "maxUnitQuantity",
50184
50220
  "description": null,
@@ -51519,6 +51555,77 @@
51519
51555
  "enumValues": null,
51520
51556
  "possibleTypes": null
51521
51557
  },
51558
+ {
51559
+ "kind": "INPUT_OBJECT",
51560
+ "name": "PriceOverrideInput",
51561
+ "description": null,
51562
+ "fields": null,
51563
+ "inputFields": [
51564
+ {
51565
+ "name": "blockSize",
51566
+ "description": "The number of units per block. Defaults to 1 unit.",
51567
+ "type": {
51568
+ "kind": "SCALAR",
51569
+ "name": "Float",
51570
+ "ofType": null
51571
+ },
51572
+ "defaultValue": null,
51573
+ "isDeprecated": false,
51574
+ "deprecationReason": null
51575
+ },
51576
+ {
51577
+ "name": "featureId",
51578
+ "description": "The corresponding feature id of the price",
51579
+ "type": {
51580
+ "kind": "NON_NULL",
51581
+ "name": null,
51582
+ "ofType": {
51583
+ "kind": "SCALAR",
51584
+ "name": "String",
51585
+ "ofType": null
51586
+ }
51587
+ },
51588
+ "defaultValue": null,
51589
+ "isDeprecated": false,
51590
+ "deprecationReason": null
51591
+ },
51592
+ {
51593
+ "name": "price",
51594
+ "description": null,
51595
+ "type": {
51596
+ "kind": "INPUT_OBJECT",
51597
+ "name": "MoneyInputDTO",
51598
+ "ofType": null
51599
+ },
51600
+ "defaultValue": null,
51601
+ "isDeprecated": false,
51602
+ "deprecationReason": null
51603
+ },
51604
+ {
51605
+ "name": "tiers",
51606
+ "description": null,
51607
+ "type": {
51608
+ "kind": "LIST",
51609
+ "name": null,
51610
+ "ofType": {
51611
+ "kind": "NON_NULL",
51612
+ "name": null,
51613
+ "ofType": {
51614
+ "kind": "INPUT_OBJECT",
51615
+ "name": "PriceTierInput",
51616
+ "ofType": null
51617
+ }
51618
+ }
51619
+ },
51620
+ "defaultValue": null,
51621
+ "isDeprecated": false,
51622
+ "deprecationReason": null
51623
+ }
51624
+ ],
51625
+ "interfaces": null,
51626
+ "enumValues": null,
51627
+ "possibleTypes": null
51628
+ },
51522
51629
  {
51523
51630
  "kind": "INPUT_OBJECT",
51524
51631
  "name": "PricePeriodInput",
@@ -56344,6 +56451,26 @@
56344
56451
  "isDeprecated": false,
56345
56452
  "deprecationReason": null
56346
56453
  },
56454
+ {
56455
+ "name": "priceOverrides",
56456
+ "description": "Override the price of the subscription",
56457
+ "type": {
56458
+ "kind": "LIST",
56459
+ "name": null,
56460
+ "ofType": {
56461
+ "kind": "NON_NULL",
56462
+ "name": null,
56463
+ "ofType": {
56464
+ "kind": "INPUT_OBJECT",
56465
+ "name": "PriceOverrideInput",
56466
+ "ofType": null
56467
+ }
56468
+ }
56469
+ },
56470
+ "defaultValue": null,
56471
+ "isDeprecated": false,
56472
+ "deprecationReason": null
56473
+ },
56347
56474
  {
56348
56475
  "name": "priceUnitAmount",
56349
56476
  "description": null,
@@ -56682,6 +56809,26 @@
56682
56809
  "isDeprecated": false,
56683
56810
  "deprecationReason": null
56684
56811
  },
56812
+ {
56813
+ "name": "priceOverrides",
56814
+ "description": "Override the price of the subscription",
56815
+ "type": {
56816
+ "kind": "LIST",
56817
+ "name": null,
56818
+ "ofType": {
56819
+ "kind": "NON_NULL",
56820
+ "name": null,
56821
+ "ofType": {
56822
+ "kind": "INPUT_OBJECT",
56823
+ "name": "PriceOverrideInput",
56824
+ "ofType": null
56825
+ }
56826
+ }
56827
+ },
56828
+ "defaultValue": null,
56829
+ "isDeprecated": false,
56830
+ "deprecationReason": null
56831
+ },
56685
56832
  {
56686
56833
  "name": "priceUnitAmount",
56687
56834
  "description": null,
@@ -57001,6 +57148,26 @@
57001
57148
  "isDeprecated": false,
57002
57149
  "deprecationReason": null
57003
57150
  },
57151
+ {
57152
+ "name": "priceOverrides",
57153
+ "description": "Override the price of the subscription",
57154
+ "type": {
57155
+ "kind": "LIST",
57156
+ "name": null,
57157
+ "ofType": {
57158
+ "kind": "NON_NULL",
57159
+ "name": null,
57160
+ "ofType": {
57161
+ "kind": "INPUT_OBJECT",
57162
+ "name": "PriceOverrideInput",
57163
+ "ofType": null
57164
+ }
57165
+ }
57166
+ },
57167
+ "defaultValue": null,
57168
+ "isDeprecated": false,
57169
+ "deprecationReason": null
57170
+ },
57004
57171
  {
57005
57172
  "name": "priceUnitAmount",
57006
57173
  "description": null,
@@ -66783,6 +66950,26 @@
66783
66950
  "isDeprecated": false,
66784
66951
  "deprecationReason": null
66785
66952
  },
66953
+ {
66954
+ "name": "priceOverrides",
66955
+ "description": "Override the price of the subscription",
66956
+ "type": {
66957
+ "kind": "LIST",
66958
+ "name": null,
66959
+ "ofType": {
66960
+ "kind": "NON_NULL",
66961
+ "name": null,
66962
+ "ofType": {
66963
+ "kind": "INPUT_OBJECT",
66964
+ "name": "PriceOverrideInput",
66965
+ "ofType": null
66966
+ }
66967
+ }
66968
+ },
66969
+ "defaultValue": null,
66970
+ "isDeprecated": false,
66971
+ "deprecationReason": null
66972
+ },
66786
66973
  {
66787
66974
  "name": "priceUnitAmount",
66788
66975
  "description": null,
@@ -74322,6 +74509,26 @@
74322
74509
  "isDeprecated": false,
74323
74510
  "deprecationReason": null
74324
74511
  },
74512
+ {
74513
+ "name": "priceOverrides",
74514
+ "description": "Override the price of the subscription",
74515
+ "type": {
74516
+ "kind": "LIST",
74517
+ "name": null,
74518
+ "ofType": {
74519
+ "kind": "NON_NULL",
74520
+ "name": null,
74521
+ "ofType": {
74522
+ "kind": "INPUT_OBJECT",
74523
+ "name": "PriceOverrideInput",
74524
+ "ofType": null
74525
+ }
74526
+ }
74527
+ },
74528
+ "defaultValue": null,
74529
+ "isDeprecated": false,
74530
+ "deprecationReason": null
74531
+ },
74325
74532
  {
74326
74533
  "name": "promotionCode",
74327
74534
  "description": null,
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.117.2"
4
+ VERSION = "1.119.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.117.2
4
+ version: 1.119.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg