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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +106 -9
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 31eb06e6f9fadef686e920f12b9e216e9336d56291600bad7eec93ee49a32e54
|
4
|
+
data.tar.gz: 8990dc61b4f2ff6f6122e8777490ccaf8471e3d9bd161bb97744a652c959d3f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e7e3765ef6ea912bc9a0408692f221c590c2dd5a36d9da792fe6216fd4790cbb7fc7ca25aba3f0a574e54d5fd2c3a10a61f8218b9bf0803696bce6b05372911
|
7
|
+
data.tar.gz: 598a1b11346c4e94065c19d5c07be2cbddda34874fe387188996c8a2ff58ed8b485f1727e807d432fa7024cd7a05eb0a9f722f2ca55b034856f0d72ba3deb21a
|
data/Gemfile.lock
CHANGED
@@ -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":
|
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":
|
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":
|
75904
|
+
"description": "Addon change",
|
75814
75905
|
"isDeprecated": false,
|
75815
75906
|
"deprecationReason": null
|
75816
75907
|
},
|
75817
75908
|
{
|
75818
75909
|
"name": "BillingPeriod",
|
75819
|
-
"description":
|
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":
|
75922
|
+
"description": "Downgrade change",
|
75826
75923
|
"isDeprecated": false,
|
75827
75924
|
"deprecationReason": null
|
75828
75925
|
},
|
75829
75926
|
{
|
75830
75927
|
"name": "MigrateToLatest",
|
75831
|
-
"description":
|
75928
|
+
"description": "Migrate to latest",
|
75832
75929
|
"isDeprecated": false,
|
75833
75930
|
"deprecationReason": null
|
75834
75931
|
},
|
75835
75932
|
{
|
75836
75933
|
"name": "Plan",
|
75837
|
-
"description":
|
75934
|
+
"description": "Plan change",
|
75838
75935
|
"isDeprecated": false,
|
75839
75936
|
"deprecationReason": null
|
75840
75937
|
},
|
75841
75938
|
{
|
75842
75939
|
"name": "UnitAmount",
|
75843
|
-
"description":
|
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":
|
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
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.
|
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
|
+
date: 2024-12-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|