stigg-api-client 0.535.0 → 0.538.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: a95906237cbb63bcf280834977db317e1b653f5c8126f59b8ee25b2cf9e4661a
4
- data.tar.gz: 25ea1beb9c5f24ec5cd6644b6510178a9f25ef84e2ff87fb58169903a1daf9b0
3
+ metadata.gz: b2748e1db5904e6bedaa22ecd4eb59af1806fc50f381c87af19cbd9d6fab017d
4
+ data.tar.gz: ae509f6b381287136106b9fb00dea579e3feadd39f0ba2bfa3e9c3a43bd28ad4
5
5
  SHA512:
6
- metadata.gz: f2eb3478f2cd2a89b86032df3d76add9e78cf94c794ba1242d1ec0e5a74ba1f966b2d81764b1e7e503553a268a89b541c747648f6d6fd1ad25b47593ed184392
7
- data.tar.gz: 7b0710149e3aca55d6368528ef6db216218d3b108fa9e61b97b8b5d1765b2692116c91935eb31fa5bd4cdf9d401afb779119604a09e02670aacb264f23e88456
6
+ metadata.gz: 4bef07db5ed299c3513da9d214fe41833b906bf3fef36b8ec4a83a8dd3bb2ddbed24168993e9b4f29ca3e871212cb06e154f32cbc9e69d5c3fb393dea852af5e
7
+ data.tar.gz: 8aa6301bd5bd08f08b31d1b047b7911f89bb131ba78719b8d6855e632f14535be79a97becd086fd17f7487dbefc5bc992b1647615262dc5bf99bcfd5fb6c89e6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.535.0)
4
+ stigg-api-client (0.538.0)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -1240,6 +1240,19 @@ module Stigg
1240
1240
  }
1241
1241
  }
1242
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
1243
1256
  end
1244
1257
 
1245
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,
@@ -60266,6 +60436,65 @@
60266
60436
  "enumValues": null,
60267
60437
  "possibleTypes": null
60268
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
+ },
60269
60498
  {
60270
60499
  "kind": "OBJECT",
60271
60500
  "name": "TrialMinDateError",
@@ -63753,6 +63982,18 @@
63753
63982
  "isDeprecated": false,
63754
63983
  "deprecationReason": null
63755
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
+ },
63756
63997
  {
63757
63998
  "name": "updatedAt",
63758
63999
  "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 = "0.535.0"
4
+ VERSION = "0.538.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: 0.535.0
4
+ version: 0.538.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg