stigg-api-client 0.534.0 → 0.538.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/operations.rb +31 -2
- data/lib/stigg/generated/schema.json +276 -11
- data/lib/stigg/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b2748e1db5904e6bedaa22ecd4eb59af1806fc50f381c87af19cbd9d6fab017d
|
|
4
|
+
data.tar.gz: ae509f6b381287136106b9fb00dea579e3feadd39f0ba2bfa3e9c3a43bd28ad4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4bef07db5ed299c3513da9d214fe41833b906bf3fef36b8ec4a83a8dd3bb2ddbed24168993e9b4f29ca3e871212cb06e154f32cbc9e69d5c3fb393dea852af5e
|
|
7
|
+
data.tar.gz: 8aa6301bd5bd08f08b31d1b047b7911f89bb131ba78719b8d6855e632f14535be79a97becd086fd17f7487dbefc5bc992b1647615262dc5bf99bcfd5fb6c89e6
|
data/Gemfile.lock
CHANGED
|
@@ -39,6 +39,14 @@ module Stigg
|
|
|
39
39
|
amount
|
|
40
40
|
currency
|
|
41
41
|
}
|
|
42
|
+
tiersMode
|
|
43
|
+
tiers {
|
|
44
|
+
upTo
|
|
45
|
+
unitPrice {
|
|
46
|
+
amount
|
|
47
|
+
currency
|
|
48
|
+
}
|
|
49
|
+
}
|
|
42
50
|
feature {
|
|
43
51
|
refId
|
|
44
52
|
featureUnits
|
|
@@ -156,8 +164,8 @@ module Stigg
|
|
|
156
164
|
currentBillingPeriodEnd
|
|
157
165
|
pricingType
|
|
158
166
|
latestInvoice {
|
|
159
|
-
|
|
160
|
-
|
|
167
|
+
...SubscriptionInvoiceFragment
|
|
168
|
+
}
|
|
161
169
|
paymentCollection
|
|
162
170
|
resource {
|
|
163
171
|
...CustomerResourceFragment
|
|
@@ -966,6 +974,14 @@ module Stigg
|
|
|
966
974
|
amount
|
|
967
975
|
currency
|
|
968
976
|
}
|
|
977
|
+
tiersMode
|
|
978
|
+
tiers {
|
|
979
|
+
upTo
|
|
980
|
+
unitPrice {
|
|
981
|
+
amount
|
|
982
|
+
currency
|
|
983
|
+
}
|
|
984
|
+
}
|
|
969
985
|
feature {
|
|
970
986
|
refId
|
|
971
987
|
featureUnits
|
|
@@ -1224,6 +1240,19 @@ module Stigg
|
|
|
1224
1240
|
}
|
|
1225
1241
|
}
|
|
1226
1242
|
GRAPHQL
|
|
1243
|
+
|
|
1244
|
+
TransferSubscription = <<~GRAPHQL
|
|
1245
|
+
mutation ($input: TransferSubscriptionInput!) {
|
|
1246
|
+
transferSubscription(input: $input) {
|
|
1247
|
+
...SlimSubscriptionFragment
|
|
1248
|
+
}
|
|
1249
|
+
}
|
|
1250
|
+
#{Fragment::SlimSubscriptionFragment}
|
|
1251
|
+
#{Fragment::SubscriptionInvoiceFragment}
|
|
1252
|
+
#{Fragment::CustomerResourceFragment}
|
|
1253
|
+
#{Fragment::PriceFragment}
|
|
1254
|
+
#{Fragment::TotalPriceFragment}
|
|
1255
|
+
GRAPHQL
|
|
1227
1256
|
end
|
|
1228
1257
|
|
|
1229
1258
|
module Query
|
|
@@ -5372,6 +5372,18 @@
|
|
|
5372
5372
|
"isDeprecated": false,
|
|
5373
5373
|
"deprecationReason": null
|
|
5374
5374
|
},
|
|
5375
|
+
{
|
|
5376
|
+
"name": "searchQuery",
|
|
5377
|
+
"description": null,
|
|
5378
|
+
"type": {
|
|
5379
|
+
"kind": "INPUT_OBJECT",
|
|
5380
|
+
"name": "CustomerSearchQueryFilterComparison",
|
|
5381
|
+
"ofType": null
|
|
5382
|
+
},
|
|
5383
|
+
"defaultValue": null,
|
|
5384
|
+
"isDeprecated": false,
|
|
5385
|
+
"deprecationReason": null
|
|
5386
|
+
},
|
|
5375
5387
|
{
|
|
5376
5388
|
"name": "updatedAt",
|
|
5377
5389
|
"description": null,
|
|
@@ -8594,6 +8606,18 @@
|
|
|
8594
8606
|
"isDeprecated": false,
|
|
8595
8607
|
"deprecationReason": null
|
|
8596
8608
|
},
|
|
8609
|
+
{
|
|
8610
|
+
"name": "searchQuery",
|
|
8611
|
+
"description": null,
|
|
8612
|
+
"args": [],
|
|
8613
|
+
"type": {
|
|
8614
|
+
"kind": "SCALAR",
|
|
8615
|
+
"name": "String",
|
|
8616
|
+
"ofType": null
|
|
8617
|
+
},
|
|
8618
|
+
"isDeprecated": false,
|
|
8619
|
+
"deprecationReason": null
|
|
8620
|
+
},
|
|
8597
8621
|
{
|
|
8598
8622
|
"name": "updatedAt",
|
|
8599
8623
|
"description": null,
|
|
@@ -9010,6 +9034,18 @@
|
|
|
9010
9034
|
"isDeprecated": false,
|
|
9011
9035
|
"deprecationReason": null
|
|
9012
9036
|
},
|
|
9037
|
+
{
|
|
9038
|
+
"name": "searchQuery",
|
|
9039
|
+
"description": null,
|
|
9040
|
+
"args": [],
|
|
9041
|
+
"type": {
|
|
9042
|
+
"kind": "SCALAR",
|
|
9043
|
+
"name": "Int",
|
|
9044
|
+
"ofType": null
|
|
9045
|
+
},
|
|
9046
|
+
"isDeprecated": false,
|
|
9047
|
+
"deprecationReason": null
|
|
9048
|
+
},
|
|
9013
9049
|
{
|
|
9014
9050
|
"name": "updatedAt",
|
|
9015
9051
|
"description": null,
|
|
@@ -9273,6 +9309,18 @@
|
|
|
9273
9309
|
"isDeprecated": false,
|
|
9274
9310
|
"deprecationReason": null
|
|
9275
9311
|
},
|
|
9312
|
+
{
|
|
9313
|
+
"name": "searchQuery",
|
|
9314
|
+
"description": null,
|
|
9315
|
+
"type": {
|
|
9316
|
+
"kind": "INPUT_OBJECT",
|
|
9317
|
+
"name": "CustomerSearchQueryFilterComparison",
|
|
9318
|
+
"ofType": null
|
|
9319
|
+
},
|
|
9320
|
+
"defaultValue": null,
|
|
9321
|
+
"isDeprecated": false,
|
|
9322
|
+
"deprecationReason": null
|
|
9323
|
+
},
|
|
9276
9324
|
{
|
|
9277
9325
|
"name": "subscriptions",
|
|
9278
9326
|
"description": null,
|
|
@@ -9996,6 +10044,18 @@
|
|
|
9996
10044
|
"isDeprecated": false,
|
|
9997
10045
|
"deprecationReason": null
|
|
9998
10046
|
},
|
|
10047
|
+
{
|
|
10048
|
+
"name": "searchQuery",
|
|
10049
|
+
"description": null,
|
|
10050
|
+
"args": [],
|
|
10051
|
+
"type": {
|
|
10052
|
+
"kind": "SCALAR",
|
|
10053
|
+
"name": "String",
|
|
10054
|
+
"ofType": null
|
|
10055
|
+
},
|
|
10056
|
+
"isDeprecated": false,
|
|
10057
|
+
"deprecationReason": null
|
|
10058
|
+
},
|
|
9999
10059
|
{
|
|
10000
10060
|
"name": "updatedAt",
|
|
10001
10061
|
"description": null,
|
|
@@ -10163,6 +10223,18 @@
|
|
|
10163
10223
|
"isDeprecated": false,
|
|
10164
10224
|
"deprecationReason": null
|
|
10165
10225
|
},
|
|
10226
|
+
{
|
|
10227
|
+
"name": "searchQuery",
|
|
10228
|
+
"description": null,
|
|
10229
|
+
"args": [],
|
|
10230
|
+
"type": {
|
|
10231
|
+
"kind": "SCALAR",
|
|
10232
|
+
"name": "String",
|
|
10233
|
+
"ofType": null
|
|
10234
|
+
},
|
|
10235
|
+
"isDeprecated": false,
|
|
10236
|
+
"deprecationReason": null
|
|
10237
|
+
},
|
|
10166
10238
|
{
|
|
10167
10239
|
"name": "updatedAt",
|
|
10168
10240
|
"description": null,
|
|
@@ -12199,6 +12271,18 @@
|
|
|
12199
12271
|
"isDeprecated": false,
|
|
12200
12272
|
"deprecationReason": null
|
|
12201
12273
|
},
|
|
12274
|
+
{
|
|
12275
|
+
"name": "searchQuery",
|
|
12276
|
+
"description": null,
|
|
12277
|
+
"type": {
|
|
12278
|
+
"kind": "INPUT_OBJECT",
|
|
12279
|
+
"name": "CustomerSearchQueryFilterComparison",
|
|
12280
|
+
"ofType": null
|
|
12281
|
+
},
|
|
12282
|
+
"defaultValue": null,
|
|
12283
|
+
"isDeprecated": false,
|
|
12284
|
+
"deprecationReason": null
|
|
12285
|
+
},
|
|
12202
12286
|
{
|
|
12203
12287
|
"name": "updatedAt",
|
|
12204
12288
|
"description": null,
|
|
@@ -12673,6 +12757,29 @@
|
|
|
12673
12757
|
],
|
|
12674
12758
|
"possibleTypes": null
|
|
12675
12759
|
},
|
|
12760
|
+
{
|
|
12761
|
+
"kind": "INPUT_OBJECT",
|
|
12762
|
+
"name": "CustomerSearchQueryFilterComparison",
|
|
12763
|
+
"description": null,
|
|
12764
|
+
"fields": null,
|
|
12765
|
+
"inputFields": [
|
|
12766
|
+
{
|
|
12767
|
+
"name": "iLike",
|
|
12768
|
+
"description": null,
|
|
12769
|
+
"type": {
|
|
12770
|
+
"kind": "SCALAR",
|
|
12771
|
+
"name": "String",
|
|
12772
|
+
"ofType": null
|
|
12773
|
+
},
|
|
12774
|
+
"defaultValue": null,
|
|
12775
|
+
"isDeprecated": false,
|
|
12776
|
+
"deprecationReason": null
|
|
12777
|
+
}
|
|
12778
|
+
],
|
|
12779
|
+
"interfaces": null,
|
|
12780
|
+
"enumValues": null,
|
|
12781
|
+
"possibleTypes": null
|
|
12782
|
+
},
|
|
12676
12783
|
{
|
|
12677
12784
|
"kind": "INPUT_OBJECT",
|
|
12678
12785
|
"name": "CustomerSort",
|
|
@@ -12808,6 +12915,12 @@
|
|
|
12808
12915
|
"isDeprecated": false,
|
|
12809
12916
|
"deprecationReason": null
|
|
12810
12917
|
},
|
|
12918
|
+
{
|
|
12919
|
+
"name": "searchQuery",
|
|
12920
|
+
"description": null,
|
|
12921
|
+
"isDeprecated": false,
|
|
12922
|
+
"deprecationReason": null
|
|
12923
|
+
},
|
|
12811
12924
|
{
|
|
12812
12925
|
"name": "updatedAt",
|
|
12813
12926
|
"description": null,
|
|
@@ -14640,6 +14753,18 @@
|
|
|
14640
14753
|
"isDeprecated": false,
|
|
14641
14754
|
"deprecationReason": null
|
|
14642
14755
|
},
|
|
14756
|
+
{
|
|
14757
|
+
"name": "searchQuery",
|
|
14758
|
+
"description": null,
|
|
14759
|
+
"type": {
|
|
14760
|
+
"kind": "INPUT_OBJECT",
|
|
14761
|
+
"name": "CustomerSearchQueryFilterComparison",
|
|
14762
|
+
"ofType": null
|
|
14763
|
+
},
|
|
14764
|
+
"defaultValue": null,
|
|
14765
|
+
"isDeprecated": false,
|
|
14766
|
+
"deprecationReason": null
|
|
14767
|
+
},
|
|
14643
14768
|
{
|
|
14644
14769
|
"name": "updatedAt",
|
|
14645
14770
|
"description": null,
|
|
@@ -21730,6 +21855,18 @@
|
|
|
21730
21855
|
"isDeprecated": false,
|
|
21731
21856
|
"deprecationReason": null
|
|
21732
21857
|
},
|
|
21858
|
+
{
|
|
21859
|
+
"name": "searchQuery",
|
|
21860
|
+
"description": null,
|
|
21861
|
+
"type": {
|
|
21862
|
+
"kind": "INPUT_OBJECT",
|
|
21863
|
+
"name": "CustomerSearchQueryFilterComparison",
|
|
21864
|
+
"ofType": null
|
|
21865
|
+
},
|
|
21866
|
+
"defaultValue": null,
|
|
21867
|
+
"isDeprecated": false,
|
|
21868
|
+
"deprecationReason": null
|
|
21869
|
+
},
|
|
21733
21870
|
{
|
|
21734
21871
|
"name": "updatedAt",
|
|
21735
21872
|
"description": null,
|
|
@@ -33065,6 +33202,39 @@
|
|
|
33065
33202
|
"isDeprecated": false,
|
|
33066
33203
|
"deprecationReason": null
|
|
33067
33204
|
},
|
|
33205
|
+
{
|
|
33206
|
+
"name": "transferSubscription",
|
|
33207
|
+
"description": null,
|
|
33208
|
+
"args": [
|
|
33209
|
+
{
|
|
33210
|
+
"name": "input",
|
|
33211
|
+
"description": null,
|
|
33212
|
+
"type": {
|
|
33213
|
+
"kind": "NON_NULL",
|
|
33214
|
+
"name": null,
|
|
33215
|
+
"ofType": {
|
|
33216
|
+
"kind": "INPUT_OBJECT",
|
|
33217
|
+
"name": "TransferSubscriptionInput",
|
|
33218
|
+
"ofType": null
|
|
33219
|
+
}
|
|
33220
|
+
},
|
|
33221
|
+
"defaultValue": null,
|
|
33222
|
+
"isDeprecated": false,
|
|
33223
|
+
"deprecationReason": null
|
|
33224
|
+
}
|
|
33225
|
+
],
|
|
33226
|
+
"type": {
|
|
33227
|
+
"kind": "NON_NULL",
|
|
33228
|
+
"name": null,
|
|
33229
|
+
"ofType": {
|
|
33230
|
+
"kind": "OBJECT",
|
|
33231
|
+
"name": "CustomerSubscription",
|
|
33232
|
+
"ofType": null
|
|
33233
|
+
}
|
|
33234
|
+
},
|
|
33235
|
+
"isDeprecated": false,
|
|
33236
|
+
"deprecationReason": null
|
|
33237
|
+
},
|
|
33068
33238
|
{
|
|
33069
33239
|
"name": "triggerImportCatalog",
|
|
33070
33240
|
"description": null,
|
|
@@ -38694,16 +38864,44 @@
|
|
|
38694
38864
|
"description": null,
|
|
38695
38865
|
"args": [],
|
|
38696
38866
|
"type": {
|
|
38697
|
-
"kind": "
|
|
38867
|
+
"kind": "OBJECT",
|
|
38868
|
+
"name": "Money",
|
|
38869
|
+
"ofType": null
|
|
38870
|
+
},
|
|
38871
|
+
"isDeprecated": false,
|
|
38872
|
+
"deprecationReason": null
|
|
38873
|
+
},
|
|
38874
|
+
{
|
|
38875
|
+
"name": "tiers",
|
|
38876
|
+
"description": null,
|
|
38877
|
+
"args": [],
|
|
38878
|
+
"type": {
|
|
38879
|
+
"kind": "LIST",
|
|
38698
38880
|
"name": null,
|
|
38699
38881
|
"ofType": {
|
|
38700
|
-
"kind": "
|
|
38701
|
-
"name":
|
|
38702
|
-
"ofType":
|
|
38882
|
+
"kind": "NON_NULL",
|
|
38883
|
+
"name": null,
|
|
38884
|
+
"ofType": {
|
|
38885
|
+
"kind": "OBJECT",
|
|
38886
|
+
"name": "PriceTier",
|
|
38887
|
+
"ofType": null
|
|
38888
|
+
}
|
|
38703
38889
|
}
|
|
38704
38890
|
},
|
|
38705
38891
|
"isDeprecated": false,
|
|
38706
38892
|
"deprecationReason": null
|
|
38893
|
+
},
|
|
38894
|
+
{
|
|
38895
|
+
"name": "tiersMode",
|
|
38896
|
+
"description": null,
|
|
38897
|
+
"args": [],
|
|
38898
|
+
"type": {
|
|
38899
|
+
"kind": "ENUM",
|
|
38900
|
+
"name": "TiersMode",
|
|
38901
|
+
"ofType": null
|
|
38902
|
+
},
|
|
38903
|
+
"isDeprecated": false,
|
|
38904
|
+
"deprecationReason": null
|
|
38707
38905
|
}
|
|
38708
38906
|
],
|
|
38709
38907
|
"inputFields": null,
|
|
@@ -41477,13 +41675,9 @@
|
|
|
41477
41675
|
"description": null,
|
|
41478
41676
|
"args": [],
|
|
41479
41677
|
"type": {
|
|
41480
|
-
"kind": "
|
|
41481
|
-
"name":
|
|
41482
|
-
"ofType":
|
|
41483
|
-
"kind": "OBJECT",
|
|
41484
|
-
"name": "Money",
|
|
41485
|
-
"ofType": null
|
|
41486
|
-
}
|
|
41678
|
+
"kind": "OBJECT",
|
|
41679
|
+
"name": "Money",
|
|
41680
|
+
"ofType": null
|
|
41487
41681
|
},
|
|
41488
41682
|
"isDeprecated": false,
|
|
41489
41683
|
"deprecationReason": null
|
|
@@ -60242,6 +60436,65 @@
|
|
|
60242
60436
|
"enumValues": null,
|
|
60243
60437
|
"possibleTypes": null
|
|
60244
60438
|
},
|
|
60439
|
+
{
|
|
60440
|
+
"kind": "INPUT_OBJECT",
|
|
60441
|
+
"name": "TransferSubscriptionInput",
|
|
60442
|
+
"description": null,
|
|
60443
|
+
"fields": null,
|
|
60444
|
+
"inputFields": [
|
|
60445
|
+
{
|
|
60446
|
+
"name": "customerId",
|
|
60447
|
+
"description": null,
|
|
60448
|
+
"type": {
|
|
60449
|
+
"kind": "NON_NULL",
|
|
60450
|
+
"name": null,
|
|
60451
|
+
"ofType": {
|
|
60452
|
+
"kind": "SCALAR",
|
|
60453
|
+
"name": "String",
|
|
60454
|
+
"ofType": null
|
|
60455
|
+
}
|
|
60456
|
+
},
|
|
60457
|
+
"defaultValue": null,
|
|
60458
|
+
"isDeprecated": false,
|
|
60459
|
+
"deprecationReason": null
|
|
60460
|
+
},
|
|
60461
|
+
{
|
|
60462
|
+
"name": "dstResourceId",
|
|
60463
|
+
"description": null,
|
|
60464
|
+
"type": {
|
|
60465
|
+
"kind": "NON_NULL",
|
|
60466
|
+
"name": null,
|
|
60467
|
+
"ofType": {
|
|
60468
|
+
"kind": "SCALAR",
|
|
60469
|
+
"name": "String",
|
|
60470
|
+
"ofType": null
|
|
60471
|
+
}
|
|
60472
|
+
},
|
|
60473
|
+
"defaultValue": null,
|
|
60474
|
+
"isDeprecated": false,
|
|
60475
|
+
"deprecationReason": null
|
|
60476
|
+
},
|
|
60477
|
+
{
|
|
60478
|
+
"name": "srcResourceId",
|
|
60479
|
+
"description": null,
|
|
60480
|
+
"type": {
|
|
60481
|
+
"kind": "NON_NULL",
|
|
60482
|
+
"name": null,
|
|
60483
|
+
"ofType": {
|
|
60484
|
+
"kind": "SCALAR",
|
|
60485
|
+
"name": "String",
|
|
60486
|
+
"ofType": null
|
|
60487
|
+
}
|
|
60488
|
+
},
|
|
60489
|
+
"defaultValue": null,
|
|
60490
|
+
"isDeprecated": false,
|
|
60491
|
+
"deprecationReason": null
|
|
60492
|
+
}
|
|
60493
|
+
],
|
|
60494
|
+
"interfaces": null,
|
|
60495
|
+
"enumValues": null,
|
|
60496
|
+
"possibleTypes": null
|
|
60497
|
+
},
|
|
60245
60498
|
{
|
|
60246
60499
|
"kind": "OBJECT",
|
|
60247
60500
|
"name": "TrialMinDateError",
|
|
@@ -63729,6 +63982,18 @@
|
|
|
63729
63982
|
"isDeprecated": false,
|
|
63730
63983
|
"deprecationReason": null
|
|
63731
63984
|
},
|
|
63985
|
+
{
|
|
63986
|
+
"name": "searchQuery",
|
|
63987
|
+
"description": null,
|
|
63988
|
+
"type": {
|
|
63989
|
+
"kind": "INPUT_OBJECT",
|
|
63990
|
+
"name": "CustomerSearchQueryFilterComparison",
|
|
63991
|
+
"ofType": null
|
|
63992
|
+
},
|
|
63993
|
+
"defaultValue": null,
|
|
63994
|
+
"isDeprecated": false,
|
|
63995
|
+
"deprecationReason": null
|
|
63996
|
+
},
|
|
63732
63997
|
{
|
|
63733
63998
|
"name": "updatedAt",
|
|
63734
63999
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED