stigg-api-client 0.705.0 → 0.712.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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +125 -6
- 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: 9af607a0dc4c3277ac4ce8116c790b29593e35107067e3d506f21e80f33bb106
|
|
4
|
+
data.tar.gz: eb97b00445fdbfaa89a3ff846086e069aaeb645eeb4504241baf31d58b0c4946
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2fdb6b04f1d7f8a0ee62eeaba0f39c23e0997d43e47bb8af165de22af5a8f7ac3449ef77b6daa4018700a9117204e387bd926c69a468002c7f81d14fa65e6940
|
|
7
|
+
data.tar.gz: bc63901f295ae566883417f13317697be722593ba70e50f694835b75c47b4e3481a05d51c630170f7cd8aa1dc388b43e3bc29bcacbf410f4140f3f98ecbf95c7
|
data/Gemfile.lock
CHANGED
|
@@ -3293,6 +3293,18 @@
|
|
|
3293
3293
|
"isDeprecated": false,
|
|
3294
3294
|
"deprecationReason": null
|
|
3295
3295
|
},
|
|
3296
|
+
{
|
|
3297
|
+
"name": "trialOverrideConfiguration",
|
|
3298
|
+
"description": null,
|
|
3299
|
+
"type": {
|
|
3300
|
+
"kind": "INPUT_OBJECT",
|
|
3301
|
+
"name": "TrialOverrideConfigurationInput",
|
|
3302
|
+
"ofType": null
|
|
3303
|
+
},
|
|
3304
|
+
"defaultValue": null,
|
|
3305
|
+
"isDeprecated": false,
|
|
3306
|
+
"deprecationReason": null
|
|
3307
|
+
},
|
|
3296
3308
|
{
|
|
3297
3309
|
"name": "unitQuantity",
|
|
3298
3310
|
"description": null,
|
|
@@ -21224,6 +21236,12 @@
|
|
|
21224
21236
|
"isDeprecated": false,
|
|
21225
21237
|
"deprecationReason": null
|
|
21226
21238
|
},
|
|
21239
|
+
{
|
|
21240
|
+
"name": "AmountTooLarge",
|
|
21241
|
+
"description": null,
|
|
21242
|
+
"isDeprecated": false,
|
|
21243
|
+
"deprecationReason": null
|
|
21244
|
+
},
|
|
21227
21245
|
{
|
|
21228
21246
|
"name": "ArchivedCouponCantBeApplied",
|
|
21229
21247
|
"description": null,
|
|
@@ -21614,12 +21632,6 @@
|
|
|
21614
21632
|
"isDeprecated": false,
|
|
21615
21633
|
"deprecationReason": null
|
|
21616
21634
|
},
|
|
21617
|
-
{
|
|
21618
|
-
"name": "PlanAlreadyExtended",
|
|
21619
|
-
"description": null,
|
|
21620
|
-
"isDeprecated": false,
|
|
21621
|
-
"deprecationReason": null
|
|
21622
|
-
},
|
|
21623
21635
|
{
|
|
21624
21636
|
"name": "PlanCannotBePublishWhenBasePlanIsDraft",
|
|
21625
21637
|
"description": null,
|
|
@@ -36915,6 +36927,22 @@
|
|
|
36915
36927
|
},
|
|
36916
36928
|
"isDeprecated": false,
|
|
36917
36929
|
"deprecationReason": null
|
|
36930
|
+
},
|
|
36931
|
+
{
|
|
36932
|
+
"name": "isValidationError",
|
|
36933
|
+
"description": null,
|
|
36934
|
+
"args": [],
|
|
36935
|
+
"type": {
|
|
36936
|
+
"kind": "NON_NULL",
|
|
36937
|
+
"name": null,
|
|
36938
|
+
"ofType": {
|
|
36939
|
+
"kind": "SCALAR",
|
|
36940
|
+
"name": "Boolean",
|
|
36941
|
+
"ofType": null
|
|
36942
|
+
}
|
|
36943
|
+
},
|
|
36944
|
+
"isDeprecated": false,
|
|
36945
|
+
"deprecationReason": null
|
|
36918
36946
|
}
|
|
36919
36947
|
],
|
|
36920
36948
|
"inputFields": null,
|
|
@@ -50781,6 +50809,18 @@
|
|
|
50781
50809
|
"isDeprecated": false,
|
|
50782
50810
|
"deprecationReason": null
|
|
50783
50811
|
},
|
|
50812
|
+
{
|
|
50813
|
+
"name": "trialOverrideConfiguration",
|
|
50814
|
+
"description": null,
|
|
50815
|
+
"type": {
|
|
50816
|
+
"kind": "INPUT_OBJECT",
|
|
50817
|
+
"name": "TrialOverrideConfigurationInput",
|
|
50818
|
+
"ofType": null
|
|
50819
|
+
},
|
|
50820
|
+
"defaultValue": null,
|
|
50821
|
+
"isDeprecated": false,
|
|
50822
|
+
"deprecationReason": null
|
|
50823
|
+
},
|
|
50784
50824
|
{
|
|
50785
50825
|
"name": "unitQuantity",
|
|
50786
50826
|
"description": null,
|
|
@@ -51107,6 +51147,18 @@
|
|
|
51107
51147
|
"isDeprecated": false,
|
|
51108
51148
|
"deprecationReason": null
|
|
51109
51149
|
},
|
|
51150
|
+
{
|
|
51151
|
+
"name": "trialOverrideConfiguration",
|
|
51152
|
+
"description": null,
|
|
51153
|
+
"type": {
|
|
51154
|
+
"kind": "INPUT_OBJECT",
|
|
51155
|
+
"name": "TrialOverrideConfigurationInput",
|
|
51156
|
+
"ofType": null
|
|
51157
|
+
},
|
|
51158
|
+
"defaultValue": null,
|
|
51159
|
+
"isDeprecated": false,
|
|
51160
|
+
"deprecationReason": null
|
|
51161
|
+
},
|
|
51110
51162
|
{
|
|
51111
51163
|
"name": "unitQuantity",
|
|
51112
51164
|
"description": null,
|
|
@@ -51390,6 +51442,18 @@
|
|
|
51390
51442
|
"isDeprecated": false,
|
|
51391
51443
|
"deprecationReason": null
|
|
51392
51444
|
},
|
|
51445
|
+
{
|
|
51446
|
+
"name": "trialOverrideConfiguration",
|
|
51447
|
+
"description": null,
|
|
51448
|
+
"type": {
|
|
51449
|
+
"kind": "INPUT_OBJECT",
|
|
51450
|
+
"name": "TrialOverrideConfigurationInput",
|
|
51451
|
+
"ofType": null
|
|
51452
|
+
},
|
|
51453
|
+
"defaultValue": null,
|
|
51454
|
+
"isDeprecated": false,
|
|
51455
|
+
"deprecationReason": null
|
|
51456
|
+
},
|
|
51393
51457
|
{
|
|
51394
51458
|
"name": "unitQuantity",
|
|
51395
51459
|
"description": null,
|
|
@@ -64865,6 +64929,45 @@
|
|
|
64865
64929
|
"enumValues": null,
|
|
64866
64930
|
"possibleTypes": null
|
|
64867
64931
|
},
|
|
64932
|
+
{
|
|
64933
|
+
"kind": "INPUT_OBJECT",
|
|
64934
|
+
"name": "TrialOverrideConfigurationInput",
|
|
64935
|
+
"description": null,
|
|
64936
|
+
"fields": null,
|
|
64937
|
+
"inputFields": [
|
|
64938
|
+
{
|
|
64939
|
+
"name": "isTrial",
|
|
64940
|
+
"description": null,
|
|
64941
|
+
"type": {
|
|
64942
|
+
"kind": "NON_NULL",
|
|
64943
|
+
"name": null,
|
|
64944
|
+
"ofType": {
|
|
64945
|
+
"kind": "SCALAR",
|
|
64946
|
+
"name": "Boolean",
|
|
64947
|
+
"ofType": null
|
|
64948
|
+
}
|
|
64949
|
+
},
|
|
64950
|
+
"defaultValue": null,
|
|
64951
|
+
"isDeprecated": false,
|
|
64952
|
+
"deprecationReason": null
|
|
64953
|
+
},
|
|
64954
|
+
{
|
|
64955
|
+
"name": "trialEndDate",
|
|
64956
|
+
"description": null,
|
|
64957
|
+
"type": {
|
|
64958
|
+
"kind": "SCALAR",
|
|
64959
|
+
"name": "DateTime",
|
|
64960
|
+
"ofType": null
|
|
64961
|
+
},
|
|
64962
|
+
"defaultValue": null,
|
|
64963
|
+
"isDeprecated": false,
|
|
64964
|
+
"deprecationReason": null
|
|
64965
|
+
}
|
|
64966
|
+
],
|
|
64967
|
+
"interfaces": null,
|
|
64968
|
+
"enumValues": null,
|
|
64969
|
+
"possibleTypes": null
|
|
64970
|
+
},
|
|
64868
64971
|
{
|
|
64869
64972
|
"kind": "ENUM",
|
|
64870
64973
|
"name": "TrialPeriodUnits",
|
|
@@ -65192,6 +65295,22 @@
|
|
|
65192
65295
|
"isDeprecated": false,
|
|
65193
65296
|
"deprecationReason": null
|
|
65194
65297
|
},
|
|
65298
|
+
{
|
|
65299
|
+
"name": "isValidationError",
|
|
65300
|
+
"description": null,
|
|
65301
|
+
"args": [],
|
|
65302
|
+
"type": {
|
|
65303
|
+
"kind": "NON_NULL",
|
|
65304
|
+
"name": null,
|
|
65305
|
+
"ofType": {
|
|
65306
|
+
"kind": "SCALAR",
|
|
65307
|
+
"name": "Boolean",
|
|
65308
|
+
"ofType": null
|
|
65309
|
+
}
|
|
65310
|
+
},
|
|
65311
|
+
"isDeprecated": false,
|
|
65312
|
+
"deprecationReason": null
|
|
65313
|
+
},
|
|
65195
65314
|
{
|
|
65196
65315
|
"name": "nonPublishedPackageIds",
|
|
65197
65316
|
"description": null,
|
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: 0.
|
|
4
|
+
version: 0.712.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-12-
|
|
11
|
+
date: 2023-12-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|