stigg-api-client 0.665.2 → 0.671.1

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: 69cf5ece7a0ddd5c4239986409e7e888a1d1cd2030495bba0990da678cf2452a
4
- data.tar.gz: b9e1416b34943bd848aff60ce725cfa03dafd57e20b4b1964ce56130cb406bbe
3
+ metadata.gz: c62d85f240175ede6c8e5eead46c1ad86e6abe3d78bae31f83f019bf5f76a443
4
+ data.tar.gz: d590f9aaefb106dfc1c6f79bb59ea0e0472e40cdaa20f18224fbbb95a83896a5
5
5
  SHA512:
6
- metadata.gz: 873deb9697323d698ca7071d4f92d11472ab85ec1928af95c556ad17f7d2c0e1cc446cabaf005ec0357e6db93bd95f166791224577e9f7c7485ded9e9250516f
7
- data.tar.gz: 1ada15d6a0b9242f3ab0c23ea9b435b74b32ea3a80962f19c3b580cfe498d64ed88157e97d8dbb265b23ce60f433f3b27a8e09f7a974a6701b2158863ab5d372
6
+ metadata.gz: 58360079068a2bccf4b2b9b334a1807566630adc72603bf115185b7e830e4436e51939608483c199c053edd13e4c21e7f454715e3d6b2269154915b8b35c7b4e
7
+ data.tar.gz: e7c68ed2f0b73ea61687a330c2cfd1b2e41ad29d606cbe7ce336555e6c66f7ba7eb05a9bd114e8cdc803178ae18c6e6f411846ca6e02bc7a63d02cf8b29d605f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.665.2)
4
+ stigg-api-client (0.671.1)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql (< 2.1)
7
7
 
@@ -22253,6 +22253,12 @@
22253
22253
  "isDeprecated": false,
22254
22254
  "deprecationReason": null
22255
22255
  },
22256
+ {
22257
+ "name": "SUBSCRIPTIONS_MIGRATED",
22258
+ "description": null,
22259
+ "isDeprecated": false,
22260
+ "deprecationReason": null
22261
+ },
22256
22262
  {
22257
22263
  "name": "SUBSCRIPTION_CANCELED",
22258
22264
  "description": null,
@@ -35485,6 +35491,39 @@
35485
35491
  "isDeprecated": false,
35486
35492
  "deprecationReason": null
35487
35493
  },
35494
+ {
35495
+ "name": "triggerPlanSubscriptionMigration",
35496
+ "description": null,
35497
+ "args": [
35498
+ {
35499
+ "name": "input",
35500
+ "description": null,
35501
+ "type": {
35502
+ "kind": "NON_NULL",
35503
+ "name": null,
35504
+ "ofType": {
35505
+ "kind": "INPUT_OBJECT",
35506
+ "name": "TriggerSubscriptionMigrationInput",
35507
+ "ofType": null
35508
+ }
35509
+ },
35510
+ "defaultValue": null,
35511
+ "isDeprecated": false,
35512
+ "deprecationReason": null
35513
+ }
35514
+ ],
35515
+ "type": {
35516
+ "kind": "NON_NULL",
35517
+ "name": null,
35518
+ "ofType": {
35519
+ "kind": "OBJECT",
35520
+ "name": "TriggerSubscriptionMigrationResult",
35521
+ "ofType": null
35522
+ }
35523
+ },
35524
+ "isDeprecated": false,
35525
+ "deprecationReason": null
35526
+ },
35488
35527
  {
35489
35528
  "name": "unarchiveCustomer",
35490
35529
  "description": null,
@@ -41461,6 +41500,18 @@
41461
41500
  "isDeprecated": false,
41462
41501
  "deprecationReason": null
41463
41502
  },
41503
+ {
41504
+ "name": "awsMarketplacePlanDimension",
41505
+ "description": null,
41506
+ "args": [],
41507
+ "type": {
41508
+ "kind": "SCALAR",
41509
+ "name": "String",
41510
+ "ofType": null
41511
+ },
41512
+ "isDeprecated": false,
41513
+ "deprecationReason": null
41514
+ },
41464
41515
  {
41465
41516
  "name": "basePlan",
41466
41517
  "description": null,
@@ -43086,6 +43137,30 @@
43086
43137
  "isDeprecated": false,
43087
43138
  "deprecationReason": null
43088
43139
  },
43140
+ {
43141
+ "name": "awsMarketplaceProductCode",
43142
+ "description": null,
43143
+ "type": {
43144
+ "kind": "INPUT_OBJECT",
43145
+ "name": "StringFieldComparison",
43146
+ "ofType": null
43147
+ },
43148
+ "defaultValue": null,
43149
+ "isDeprecated": false,
43150
+ "deprecationReason": null
43151
+ },
43152
+ {
43153
+ "name": "awsMarketplaceProductId",
43154
+ "description": null,
43155
+ "type": {
43156
+ "kind": "INPUT_OBJECT",
43157
+ "name": "StringFieldComparison",
43158
+ "ofType": null
43159
+ },
43160
+ "defaultValue": null,
43161
+ "isDeprecated": false,
43162
+ "deprecationReason": null
43163
+ },
43089
43164
  {
43090
43165
  "name": "createdAt",
43091
43166
  "description": null,
@@ -46104,6 +46179,30 @@
46104
46179
  "isDeprecated": false,
46105
46180
  "deprecationReason": null
46106
46181
  },
46182
+ {
46183
+ "name": "awsMarketplaceProductCode",
46184
+ "description": null,
46185
+ "args": [],
46186
+ "type": {
46187
+ "kind": "SCALAR",
46188
+ "name": "String",
46189
+ "ofType": null
46190
+ },
46191
+ "isDeprecated": false,
46192
+ "deprecationReason": null
46193
+ },
46194
+ {
46195
+ "name": "awsMarketplaceProductId",
46196
+ "description": null,
46197
+ "args": [],
46198
+ "type": {
46199
+ "kind": "SCALAR",
46200
+ "name": "String",
46201
+ "ofType": null
46202
+ },
46203
+ "isDeprecated": false,
46204
+ "deprecationReason": null
46205
+ },
46107
46206
  {
46108
46207
  "name": "createdAt",
46109
46208
  "description": null,
@@ -46343,6 +46442,30 @@
46343
46442
  "name": "ProductAggregateGroupBy",
46344
46443
  "description": null,
46345
46444
  "fields": [
46445
+ {
46446
+ "name": "awsMarketplaceProductCode",
46447
+ "description": null,
46448
+ "args": [],
46449
+ "type": {
46450
+ "kind": "SCALAR",
46451
+ "name": "String",
46452
+ "ofType": null
46453
+ },
46454
+ "isDeprecated": false,
46455
+ "deprecationReason": null
46456
+ },
46457
+ {
46458
+ "name": "awsMarketplaceProductId",
46459
+ "description": null,
46460
+ "args": [],
46461
+ "type": {
46462
+ "kind": "SCALAR",
46463
+ "name": "String",
46464
+ "ofType": null
46465
+ },
46466
+ "isDeprecated": false,
46467
+ "deprecationReason": null
46468
+ },
46346
46469
  {
46347
46470
  "name": "createdAt",
46348
46471
  "description": null,
@@ -46517,6 +46640,30 @@
46517
46640
  "name": "ProductCountAggregate",
46518
46641
  "description": null,
46519
46642
  "fields": [
46643
+ {
46644
+ "name": "awsMarketplaceProductCode",
46645
+ "description": null,
46646
+ "args": [],
46647
+ "type": {
46648
+ "kind": "SCALAR",
46649
+ "name": "Int",
46650
+ "ofType": null
46651
+ },
46652
+ "isDeprecated": false,
46653
+ "deprecationReason": null
46654
+ },
46655
+ {
46656
+ "name": "awsMarketplaceProductId",
46657
+ "description": null,
46658
+ "args": [],
46659
+ "type": {
46660
+ "kind": "SCALAR",
46661
+ "name": "Int",
46662
+ "ofType": null
46663
+ },
46664
+ "isDeprecated": false,
46665
+ "deprecationReason": null
46666
+ },
46520
46667
  {
46521
46668
  "name": "createdAt",
46522
46669
  "description": null,
@@ -46771,6 +46918,30 @@
46771
46918
  "isDeprecated": false,
46772
46919
  "deprecationReason": null
46773
46920
  },
46921
+ {
46922
+ "name": "awsMarketplaceProductCode",
46923
+ "description": null,
46924
+ "args": [],
46925
+ "type": {
46926
+ "kind": "SCALAR",
46927
+ "name": "String",
46928
+ "ofType": null
46929
+ },
46930
+ "isDeprecated": false,
46931
+ "deprecationReason": null
46932
+ },
46933
+ {
46934
+ "name": "awsMarketplaceProductId",
46935
+ "description": null,
46936
+ "args": [],
46937
+ "type": {
46938
+ "kind": "SCALAR",
46939
+ "name": "String",
46940
+ "ofType": null
46941
+ },
46942
+ "isDeprecated": false,
46943
+ "deprecationReason": null
46944
+ },
46774
46945
  {
46775
46946
  "name": "createdAt",
46776
46947
  "description": null,
@@ -46986,6 +47157,30 @@
46986
47157
  "isDeprecated": false,
46987
47158
  "deprecationReason": null
46988
47159
  },
47160
+ {
47161
+ "name": "awsMarketplaceProductCode",
47162
+ "description": null,
47163
+ "type": {
47164
+ "kind": "INPUT_OBJECT",
47165
+ "name": "StringFieldComparison",
47166
+ "ofType": null
47167
+ },
47168
+ "defaultValue": null,
47169
+ "isDeprecated": false,
47170
+ "deprecationReason": null
47171
+ },
47172
+ {
47173
+ "name": "awsMarketplaceProductId",
47174
+ "description": null,
47175
+ "type": {
47176
+ "kind": "INPUT_OBJECT",
47177
+ "name": "StringFieldComparison",
47178
+ "ofType": null
47179
+ },
47180
+ "defaultValue": null,
47181
+ "isDeprecated": false,
47182
+ "deprecationReason": null
47183
+ },
46989
47184
  {
46990
47185
  "name": "createdAt",
46991
47186
  "description": null,
@@ -47129,6 +47324,30 @@
47129
47324
  "name": "ProductMaxAggregate",
47130
47325
  "description": null,
47131
47326
  "fields": [
47327
+ {
47328
+ "name": "awsMarketplaceProductCode",
47329
+ "description": null,
47330
+ "args": [],
47331
+ "type": {
47332
+ "kind": "SCALAR",
47333
+ "name": "String",
47334
+ "ofType": null
47335
+ },
47336
+ "isDeprecated": false,
47337
+ "deprecationReason": null
47338
+ },
47339
+ {
47340
+ "name": "awsMarketplaceProductId",
47341
+ "description": null,
47342
+ "args": [],
47343
+ "type": {
47344
+ "kind": "SCALAR",
47345
+ "name": "String",
47346
+ "ofType": null
47347
+ },
47348
+ "isDeprecated": false,
47349
+ "deprecationReason": null
47350
+ },
47132
47351
  {
47133
47352
  "name": "createdAt",
47134
47353
  "description": null,
@@ -47224,6 +47443,30 @@
47224
47443
  "name": "ProductMinAggregate",
47225
47444
  "description": null,
47226
47445
  "fields": [
47446
+ {
47447
+ "name": "awsMarketplaceProductCode",
47448
+ "description": null,
47449
+ "args": [],
47450
+ "type": {
47451
+ "kind": "SCALAR",
47452
+ "name": "String",
47453
+ "ofType": null
47454
+ },
47455
+ "isDeprecated": false,
47456
+ "deprecationReason": null
47457
+ },
47458
+ {
47459
+ "name": "awsMarketplaceProductId",
47460
+ "description": null,
47461
+ "args": [],
47462
+ "type": {
47463
+ "kind": "SCALAR",
47464
+ "name": "String",
47465
+ "ofType": null
47466
+ },
47467
+ "isDeprecated": false,
47468
+ "deprecationReason": null
47469
+ },
47227
47470
  {
47228
47471
  "name": "createdAt",
47229
47472
  "description": null,
@@ -47579,6 +47822,18 @@
47579
47822
  "inputFields": null,
47580
47823
  "interfaces": null,
47581
47824
  "enumValues": [
47825
+ {
47826
+ "name": "awsMarketplaceProductCode",
47827
+ "description": null,
47828
+ "isDeprecated": false,
47829
+ "deprecationReason": null
47830
+ },
47831
+ {
47832
+ "name": "awsMarketplaceProductId",
47833
+ "description": null,
47834
+ "isDeprecated": false,
47835
+ "deprecationReason": null
47836
+ },
47582
47837
  {
47583
47838
  "name": "createdAt",
47584
47839
  "description": null,
@@ -64096,6 +64351,88 @@
64096
64351
  "enumValues": null,
64097
64352
  "possibleTypes": null
64098
64353
  },
64354
+ {
64355
+ "kind": "INPUT_OBJECT",
64356
+ "name": "TriggerSubscriptionMigrationInput",
64357
+ "description": null,
64358
+ "fields": null,
64359
+ "inputFields": [
64360
+ {
64361
+ "name": "environmentId",
64362
+ "description": null,
64363
+ "type": {
64364
+ "kind": "NON_NULL",
64365
+ "name": null,
64366
+ "ofType": {
64367
+ "kind": "SCALAR",
64368
+ "name": "String",
64369
+ "ofType": null
64370
+ }
64371
+ },
64372
+ "defaultValue": null,
64373
+ "isDeprecated": false,
64374
+ "deprecationReason": null
64375
+ },
64376
+ {
64377
+ "name": "refId",
64378
+ "description": null,
64379
+ "type": {
64380
+ "kind": "NON_NULL",
64381
+ "name": null,
64382
+ "ofType": {
64383
+ "kind": "SCALAR",
64384
+ "name": "String",
64385
+ "ofType": null
64386
+ }
64387
+ },
64388
+ "defaultValue": null,
64389
+ "isDeprecated": false,
64390
+ "deprecationReason": null
64391
+ },
64392
+ {
64393
+ "name": "versionNumber",
64394
+ "description": null,
64395
+ "type": {
64396
+ "kind": "NON_NULL",
64397
+ "name": null,
64398
+ "ofType": {
64399
+ "kind": "SCALAR",
64400
+ "name": "Float",
64401
+ "ofType": null
64402
+ }
64403
+ },
64404
+ "defaultValue": null,
64405
+ "isDeprecated": false,
64406
+ "deprecationReason": null
64407
+ }
64408
+ ],
64409
+ "interfaces": null,
64410
+ "enumValues": null,
64411
+ "possibleTypes": null
64412
+ },
64413
+ {
64414
+ "kind": "OBJECT",
64415
+ "name": "TriggerSubscriptionMigrationResult",
64416
+ "description": null,
64417
+ "fields": [
64418
+ {
64419
+ "name": "taskId",
64420
+ "description": null,
64421
+ "args": [],
64422
+ "type": {
64423
+ "kind": "SCALAR",
64424
+ "name": "String",
64425
+ "ofType": null
64426
+ },
64427
+ "isDeprecated": false,
64428
+ "deprecationReason": null
64429
+ }
64430
+ ],
64431
+ "inputFields": null,
64432
+ "interfaces": [],
64433
+ "enumValues": null,
64434
+ "possibleTypes": null
64435
+ },
64099
64436
  {
64100
64437
  "kind": "OBJECT",
64101
64438
  "name": "TypographyConfiguration",
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.665.2"
4
+ VERSION = "0.671.1"
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: 0.665.2
4
+ version: 0.671.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-23 00:00:00.000000000 Z
11
+ date: 2023-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient