stigg-api-client 2.205.6 → 2.207.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: d6de2c81273933275ac0bae4286b82aaec08394c7a22f491a7b03db102dbb1bd
4
- data.tar.gz: cadb0df8d0c4a5f61cd2ebc6894ab1c31cf779337b534805e17192c57acf3fa1
3
+ metadata.gz: 31eb06e6f9fadef686e920f12b9e216e9336d56291600bad7eec93ee49a32e54
4
+ data.tar.gz: 8990dc61b4f2ff6f6122e8777490ccaf8471e3d9bd161bb97744a652c959d3f6
5
5
  SHA512:
6
- metadata.gz: 8d82dc271413831f0a0921b64931a4354c8e45058259348a8e302ebf124624f6aa8a10dd3f1f54ac55a4738ee9a32c84db21ae4b003bf126bdc467e7096df03b
7
- data.tar.gz: ee06b594da310d50faed9b78e71e13c9cba894ff55d3a61b38fc95ba00c08f53c6e264ff3a25b2781d3ab51ee6e5a5eae96003fde586adc986e3a658e1af0253
6
+ metadata.gz: 9e7e3765ef6ea912bc9a0408692f221c590c2dd5a36d9da792fe6216fd4790cbb7fc7ca25aba3f0a574e54d5fd2c3a10a61f8218b9bf0803696bce6b05372911
7
+ data.tar.gz: 598a1b11346c4e94065c19d5c07be2cbddda34874fe387188996c8a2ff58ed8b485f1727e807d432fa7024cd7a05eb0a9f722f2ca55b034856f0d72ba3deb21a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.205.6)
4
+ stigg-api-client (2.207.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -7561,6 +7561,33 @@
7561
7561
  "enumValues": null,
7562
7562
  "possibleTypes": null
7563
7563
  },
7564
+ {
7565
+ "kind": "OBJECT",
7566
+ "name": "CouponChangeVariables",
7567
+ "description": "Coupon change variables",
7568
+ "fields": [
7569
+ {
7570
+ "name": "couponId",
7571
+ "description": "Coupon reference ID",
7572
+ "args": [],
7573
+ "type": {
7574
+ "kind": "NON_NULL",
7575
+ "name": null,
7576
+ "ofType": {
7577
+ "kind": "SCALAR",
7578
+ "name": "String",
7579
+ "ofType": null
7580
+ }
7581
+ },
7582
+ "isDeprecated": false,
7583
+ "deprecationReason": null
7584
+ }
7585
+ ],
7586
+ "inputFields": null,
7587
+ "interfaces": [],
7588
+ "enumValues": null,
7589
+ "possibleTypes": null
7590
+ },
7564
7591
  {
7565
7592
  "kind": "OBJECT",
7566
7593
  "name": "CouponConnection",
@@ -20384,6 +20411,18 @@
20384
20411
  "isDeprecated": false,
20385
20412
  "deprecationReason": null
20386
20413
  },
20414
+ {
20415
+ "name": "trialEndBehavior",
20416
+ "description": "Trial end behavior",
20417
+ "args": [],
20418
+ "type": {
20419
+ "kind": "ENUM",
20420
+ "name": "TrialEndBehavior",
20421
+ "ofType": null
20422
+ },
20423
+ "isDeprecated": false,
20424
+ "deprecationReason": null
20425
+ },
20387
20426
  {
20388
20427
  "name": "units",
20389
20428
  "description": null,
@@ -20483,6 +20522,18 @@
20483
20522
  "isDeprecated": false,
20484
20523
  "deprecationReason": null
20485
20524
  },
20525
+ {
20526
+ "name": "trialEndBehavior",
20527
+ "description": "Trial end behavior",
20528
+ "type": {
20529
+ "kind": "ENUM",
20530
+ "name": "TrialEndBehavior",
20531
+ "ofType": null
20532
+ },
20533
+ "defaultValue": null,
20534
+ "isDeprecated": false,
20535
+ "deprecationReason": null
20536
+ },
20486
20537
  {
20487
20538
  "name": "units",
20488
20539
  "description": null,
@@ -65242,7 +65293,7 @@
65242
65293
  {
65243
65294
  "kind": "UNION",
65244
65295
  "name": "ScheduleVariables",
65245
- "description": null,
65296
+ "description": "Schedule variables by the type of the schedule",
65246
65297
  "fields": null,
65247
65298
  "inputFields": null,
65248
65299
  "interfaces": null,
@@ -65258,6 +65309,11 @@
65258
65309
  "name": "BillingPeriodChangeVariables",
65259
65310
  "ofType": null
65260
65311
  },
65312
+ {
65313
+ "kind": "OBJECT",
65314
+ "name": "CouponChangeVariables",
65315
+ "ofType": null
65316
+ },
65261
65317
  {
65262
65318
  "kind": "OBJECT",
65263
65319
  "name": "DowngradeChangeVariables",
@@ -69263,6 +69319,29 @@
69263
69319
  "enumValues": null,
69264
69320
  "possibleTypes": null
69265
69321
  },
69322
+ {
69323
+ "kind": "INPUT_OBJECT",
69324
+ "name": "SubscriptionCouponConfigurationInput",
69325
+ "description": "Subscription coupon configuration input",
69326
+ "fields": null,
69327
+ "inputFields": [
69328
+ {
69329
+ "name": "startDate",
69330
+ "description": "The date to start the coupon from",
69331
+ "type": {
69332
+ "kind": "SCALAR",
69333
+ "name": "DateTime",
69334
+ "ofType": null
69335
+ },
69336
+ "defaultValue": null,
69337
+ "isDeprecated": false,
69338
+ "deprecationReason": null
69339
+ }
69340
+ ],
69341
+ "interfaces": null,
69342
+ "enumValues": null,
69343
+ "possibleTypes": null
69344
+ },
69266
69345
  {
69267
69346
  "kind": "INPUT_OBJECT",
69268
69347
  "name": "SubscriptionCouponInput",
@@ -69281,6 +69360,18 @@
69281
69360
  "isDeprecated": false,
69282
69361
  "deprecationReason": null
69283
69362
  },
69363
+ {
69364
+ "name": "configuration",
69365
+ "description": "Coupon configuration input",
69366
+ "type": {
69367
+ "kind": "INPUT_OBJECT",
69368
+ "name": "SubscriptionCouponConfigurationInput",
69369
+ "ofType": null
69370
+ },
69371
+ "defaultValue": null,
69372
+ "isDeprecated": false,
69373
+ "deprecationReason": null
69374
+ },
69284
69375
  {
69285
69376
  "name": "couponId",
69286
69377
  "description": "Stigg coupon id",
@@ -70872,7 +70963,7 @@
70872
70963
  },
70873
70964
  {
70874
70965
  "name": "scheduleVariables",
70875
- "description": null,
70966
+ "description": "The schedule variables by the type of the schedule",
70876
70967
  "args": [],
70877
70968
  "type": {
70878
70969
  "kind": "UNION",
@@ -75810,37 +75901,43 @@
75810
75901
  "enumValues": [
75811
75902
  {
75812
75903
  "name": "Addon",
75813
- "description": null,
75904
+ "description": "Addon change",
75814
75905
  "isDeprecated": false,
75815
75906
  "deprecationReason": null
75816
75907
  },
75817
75908
  {
75818
75909
  "name": "BillingPeriod",
75819
- "description": null,
75910
+ "description": "Billing period change",
75911
+ "isDeprecated": false,
75912
+ "deprecationReason": null
75913
+ },
75914
+ {
75915
+ "name": "Coupon",
75916
+ "description": "Coupon change",
75820
75917
  "isDeprecated": false,
75821
75918
  "deprecationReason": null
75822
75919
  },
75823
75920
  {
75824
75921
  "name": "Downgrade",
75825
- "description": null,
75922
+ "description": "Downgrade change",
75826
75923
  "isDeprecated": false,
75827
75924
  "deprecationReason": null
75828
75925
  },
75829
75926
  {
75830
75927
  "name": "MigrateToLatest",
75831
- "description": null,
75928
+ "description": "Migrate to latest",
75832
75929
  "isDeprecated": false,
75833
75930
  "deprecationReason": null
75834
75931
  },
75835
75932
  {
75836
75933
  "name": "Plan",
75837
- "description": null,
75934
+ "description": "Plan change",
75838
75935
  "isDeprecated": false,
75839
75936
  "deprecationReason": null
75840
75937
  },
75841
75938
  {
75842
75939
  "name": "UnitAmount",
75843
- "description": null,
75940
+ "description": "Unit amount change",
75844
75941
  "isDeprecated": false,
75845
75942
  "deprecationReason": null
75846
75943
  }
@@ -75894,7 +75991,7 @@
75894
75991
  },
75895
75992
  {
75896
75993
  "name": "scheduleVariables",
75897
- "description": null,
75994
+ "description": "The schedule variables by the type of the schedule",
75898
75995
  "args": [],
75899
75996
  "type": {
75900
75997
  "kind": "UNION",
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.205.6"
4
+ VERSION = "2.207.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.205.6
4
+ version: 2.207.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-11-28 00:00:00.000000000 Z
11
+ date: 2024-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient