stigg-api-client 0.690.0 → 0.690.5

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: dc63890a6b8337baf79aec136b142a04aedf212f4f5acbb8a4d53472a3079191
4
- data.tar.gz: b14d19b6da05a4b33ca98f9ffd2b12c1fabcfd04e651cbab6efbe399cd8c0d91
3
+ metadata.gz: e18833a6a4bead836d9e22ffb23b084f3739670ccb2f5595e8f9cf655eb15b63
4
+ data.tar.gz: 3eb2fb0b21df67619d294c095018b25f3e42e7b28ce049dc6b434eb803334e9e
5
5
  SHA512:
6
- metadata.gz: f23544ae468d39a45de70a9efecc9b3f5e041cc83885ea232e85c7e1f670ea040e416faffdc47908e9093eb243bdaa61021f7d92a7eee534a37e63fd9ac1d356
7
- data.tar.gz: 5464f14748e092274fdfa2e9075edc28f27180cb21fb365e91c9ee934de2aa7a6455777bc7ade0eda812490dd20a4db26b6dbb79c9074ed9f363941bbbe41d1e
6
+ metadata.gz: b5290a1acebab039702ea82d3c4d3f78f537d98360961af7b51a0fbd37a38833ba845c989697eaa5d9de526d63c45fe1f423e3ccc344b9a7639292814898d9b0
7
+ data.tar.gz: b5d0cba2fe194e770ea06e2194984d9593bd443dab999dd5df1a1a71cafd68ce0bd4748fa633055805c1404f28a3a39b79b6936da5b486bf8fccbe68ce384102
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.690.0)
4
+ stigg-api-client (0.690.5)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql (< 2.1)
7
7
 
@@ -3722,57 +3722,6 @@
3722
3722
  "enumValues": null,
3723
3723
  "possibleTypes": null
3724
3724
  },
3725
- {
3726
- "kind": "INPUT_OBJECT",
3727
- "name": "AwsMarketplaceConfigurationInput",
3728
- "description": null,
3729
- "fields": null,
3730
- "inputFields": [
3731
- {
3732
- "name": "awsProductId",
3733
- "description": null,
3734
- "type": {
3735
- "kind": "NON_NULL",
3736
- "name": null,
3737
- "ofType": {
3738
- "kind": "SCALAR",
3739
- "name": "String",
3740
- "ofType": null
3741
- }
3742
- },
3743
- "defaultValue": null,
3744
- "isDeprecated": false,
3745
- "deprecationReason": null
3746
- },
3747
- {
3748
- "name": "dimensionsMapping",
3749
- "description": null,
3750
- "type": {
3751
- "kind": "NON_NULL",
3752
- "name": null,
3753
- "ofType": {
3754
- "kind": "LIST",
3755
- "name": null,
3756
- "ofType": {
3757
- "kind": "NON_NULL",
3758
- "name": null,
3759
- "ofType": {
3760
- "kind": "INPUT_OBJECT",
3761
- "name": "DimensionsMappingInput",
3762
- "ofType": null
3763
- }
3764
- }
3765
- }
3766
- },
3767
- "defaultValue": null,
3768
- "isDeprecated": false,
3769
- "deprecationReason": null
3770
- }
3771
- ],
3772
- "interfaces": null,
3773
- "enumValues": null,
3774
- "possibleTypes": null
3775
- },
3776
3725
  {
3777
3726
  "kind": "OBJECT",
3778
3727
  "name": "AwsMarketplaceCredentials",
@@ -8467,6 +8416,149 @@
8467
8416
  "enumValues": null,
8468
8417
  "possibleTypes": null
8469
8418
  },
8419
+ {
8420
+ "kind": "INPUT_OBJECT",
8421
+ "name": "CreateOrUpdateAwsMarketplaceProductInput",
8422
+ "description": null,
8423
+ "fields": null,
8424
+ "inputFields": [
8425
+ {
8426
+ "name": "additionalMetaData",
8427
+ "description": null,
8428
+ "type": {
8429
+ "kind": "SCALAR",
8430
+ "name": "JSON",
8431
+ "ofType": null
8432
+ },
8433
+ "defaultValue": null,
8434
+ "isDeprecated": false,
8435
+ "deprecationReason": null
8436
+ },
8437
+ {
8438
+ "name": "awsDimensionsMapping",
8439
+ "description": null,
8440
+ "type": {
8441
+ "kind": "NON_NULL",
8442
+ "name": null,
8443
+ "ofType": {
8444
+ "kind": "LIST",
8445
+ "name": null,
8446
+ "ofType": {
8447
+ "kind": "NON_NULL",
8448
+ "name": null,
8449
+ "ofType": {
8450
+ "kind": "INPUT_OBJECT",
8451
+ "name": "DimensionsMappingInput",
8452
+ "ofType": null
8453
+ }
8454
+ }
8455
+ }
8456
+ },
8457
+ "defaultValue": null,
8458
+ "isDeprecated": false,
8459
+ "deprecationReason": null
8460
+ },
8461
+ {
8462
+ "name": "awsProductId",
8463
+ "description": null,
8464
+ "type": {
8465
+ "kind": "SCALAR",
8466
+ "name": "String",
8467
+ "ofType": null
8468
+ },
8469
+ "defaultValue": null,
8470
+ "isDeprecated": false,
8471
+ "deprecationReason": null
8472
+ },
8473
+ {
8474
+ "name": "description",
8475
+ "description": null,
8476
+ "type": {
8477
+ "kind": "SCALAR",
8478
+ "name": "String",
8479
+ "ofType": null
8480
+ },
8481
+ "defaultValue": null,
8482
+ "isDeprecated": false,
8483
+ "deprecationReason": null
8484
+ },
8485
+ {
8486
+ "name": "displayName",
8487
+ "description": null,
8488
+ "type": {
8489
+ "kind": "SCALAR",
8490
+ "name": "String",
8491
+ "ofType": null
8492
+ },
8493
+ "defaultValue": null,
8494
+ "isDeprecated": false,
8495
+ "deprecationReason": null
8496
+ },
8497
+ {
8498
+ "name": "environmentId",
8499
+ "description": null,
8500
+ "type": {
8501
+ "kind": "SCALAR",
8502
+ "name": "String",
8503
+ "ofType": null
8504
+ },
8505
+ "defaultValue": null,
8506
+ "isDeprecated": false,
8507
+ "deprecationReason": null
8508
+ },
8509
+ {
8510
+ "name": "multipleSubscriptions",
8511
+ "description": null,
8512
+ "type": {
8513
+ "kind": "SCALAR",
8514
+ "name": "Boolean",
8515
+ "ofType": null
8516
+ },
8517
+ "defaultValue": null,
8518
+ "isDeprecated": false,
8519
+ "deprecationReason": null
8520
+ },
8521
+ {
8522
+ "name": "productId",
8523
+ "description": null,
8524
+ "type": {
8525
+ "kind": "SCALAR",
8526
+ "name": "String",
8527
+ "ofType": null
8528
+ },
8529
+ "defaultValue": null,
8530
+ "isDeprecated": false,
8531
+ "deprecationReason": null
8532
+ },
8533
+ {
8534
+ "name": "productSettings",
8535
+ "description": null,
8536
+ "type": {
8537
+ "kind": "INPUT_OBJECT",
8538
+ "name": "ProductSettingsInput",
8539
+ "ofType": null
8540
+ },
8541
+ "defaultValue": null,
8542
+ "isDeprecated": false,
8543
+ "deprecationReason": null
8544
+ },
8545
+ {
8546
+ "name": "refId",
8547
+ "description": null,
8548
+ "type": {
8549
+ "kind": "SCALAR",
8550
+ "name": "String",
8551
+ "ofType": null
8552
+ },
8553
+ "defaultValue": null,
8554
+ "isDeprecated": false,
8555
+ "deprecationReason": null
8556
+ }
8557
+ ],
8558
+ "interfaces": null,
8559
+ "enumValues": null,
8560
+ "possibleTypes": null
8561
+ },
8470
8562
  {
8471
8563
  "kind": "UNION",
8472
8564
  "name": "Credentials",
@@ -20875,6 +20967,12 @@
20875
20967
  "isDeprecated": false,
20876
20968
  "deprecationReason": null
20877
20969
  },
20970
+ {
20971
+ "name": "AwsMarketplaceIntegrationValidationError",
20972
+ "description": null,
20973
+ "isDeprecated": false,
20974
+ "deprecationReason": null
20975
+ },
20878
20976
  {
20879
20977
  "name": "BadUserInput",
20880
20978
  "description": null,
@@ -21103,6 +21201,12 @@
21103
21201
  "isDeprecated": false,
21104
21202
  "deprecationReason": null
21105
21203
  },
21204
+ {
21205
+ "name": "IntegrationValidationError",
21206
+ "description": null,
21207
+ "isDeprecated": false,
21208
+ "deprecationReason": null
21209
+ },
21106
21210
  {
21107
21211
  "name": "IntegrityViolation",
21108
21212
  "description": null,
@@ -33575,6 +33679,39 @@
33575
33679
  "isDeprecated": false,
33576
33680
  "deprecationReason": null
33577
33681
  },
33682
+ {
33683
+ "name": "createOrUpdateAwsMarketplaceProduct",
33684
+ "description": null,
33685
+ "args": [
33686
+ {
33687
+ "name": "input",
33688
+ "description": null,
33689
+ "type": {
33690
+ "kind": "NON_NULL",
33691
+ "name": null,
33692
+ "ofType": {
33693
+ "kind": "INPUT_OBJECT",
33694
+ "name": "CreateOrUpdateAwsMarketplaceProductInput",
33695
+ "ofType": null
33696
+ }
33697
+ },
33698
+ "defaultValue": null,
33699
+ "isDeprecated": false,
33700
+ "deprecationReason": null
33701
+ }
33702
+ ],
33703
+ "type": {
33704
+ "kind": "NON_NULL",
33705
+ "name": null,
33706
+ "ofType": {
33707
+ "kind": "OBJECT",
33708
+ "name": "Product",
33709
+ "ofType": null
33710
+ }
33711
+ },
33712
+ "isDeprecated": false,
33713
+ "deprecationReason": null
33714
+ },
33578
33715
  {
33579
33716
  "name": "createPlanDraft",
33580
33717
  "description": null,
@@ -46843,18 +46980,6 @@
46843
46980
  "isDeprecated": false,
46844
46981
  "deprecationReason": null
46845
46982
  },
46846
- {
46847
- "name": "awsMarketplaceConfiguration",
46848
- "description": null,
46849
- "type": {
46850
- "kind": "INPUT_OBJECT",
46851
- "name": "AwsMarketplaceConfigurationInput",
46852
- "ofType": null
46853
- },
46854
- "defaultValue": null,
46855
- "isDeprecated": false,
46856
- "deprecationReason": null
46857
- },
46858
46983
  {
46859
46984
  "name": "description",
46860
46985
  "description": null,
@@ -46895,18 +47020,6 @@
46895
47020
  "isDeprecated": false,
46896
47021
  "deprecationReason": null
46897
47022
  },
46898
- {
46899
- "name": "integrationType",
46900
- "description": null,
46901
- "type": {
46902
- "kind": "ENUM",
46903
- "name": "ProductIntegrationType",
46904
- "ofType": null
46905
- },
46906
- "defaultValue": null,
46907
- "isDeprecated": false,
46908
- "deprecationReason": null
46909
- },
46910
47023
  {
46911
47024
  "name": "multipleSubscriptions",
46912
47025
  "description": null,
@@ -47361,23 +47474,6 @@
47361
47474
  "enumValues": null,
47362
47475
  "possibleTypes": null
47363
47476
  },
47364
- {
47365
- "kind": "ENUM",
47366
- "name": "ProductIntegrationType",
47367
- "description": "The type of the product integration",
47368
- "fields": null,
47369
- "inputFields": null,
47370
- "interfaces": null,
47371
- "enumValues": [
47372
- {
47373
- "name": "AWSMarketplace",
47374
- "description": null,
47375
- "isDeprecated": false,
47376
- "deprecationReason": null
47377
- }
47378
- ],
47379
- "possibleTypes": null
47380
- },
47381
47477
  {
47382
47478
  "kind": "OBJECT",
47383
47479
  "name": "ProductMaxAggregate",
@@ -47962,18 +48058,6 @@
47962
48058
  "isDeprecated": false,
47963
48059
  "deprecationReason": null
47964
48060
  },
47965
- {
47966
- "name": "awsMarketplaceConfiguration",
47967
- "description": null,
47968
- "type": {
47969
- "kind": "INPUT_OBJECT",
47970
- "name": "UpdateAwsMarketplaceConfigurationInput",
47971
- "ofType": null
47972
- },
47973
- "defaultValue": null,
47974
- "isDeprecated": false,
47975
- "deprecationReason": null
47976
- },
47977
48061
  {
47978
48062
  "name": "description",
47979
48063
  "description": null,
@@ -65101,41 +65185,6 @@
65101
65185
  "enumValues": null,
65102
65186
  "possibleTypes": null
65103
65187
  },
65104
- {
65105
- "kind": "INPUT_OBJECT",
65106
- "name": "UpdateAwsMarketplaceConfigurationInput",
65107
- "description": null,
65108
- "fields": null,
65109
- "inputFields": [
65110
- {
65111
- "name": "dimensionsMapping",
65112
- "description": null,
65113
- "type": {
65114
- "kind": "NON_NULL",
65115
- "name": null,
65116
- "ofType": {
65117
- "kind": "LIST",
65118
- "name": null,
65119
- "ofType": {
65120
- "kind": "NON_NULL",
65121
- "name": null,
65122
- "ofType": {
65123
- "kind": "INPUT_OBJECT",
65124
- "name": "DimensionsMappingInput",
65125
- "ofType": null
65126
- }
65127
- }
65128
- }
65129
- },
65130
- "defaultValue": null,
65131
- "isDeprecated": false,
65132
- "deprecationReason": null
65133
- }
65134
- ],
65135
- "interfaces": null,
65136
- "enumValues": null,
65137
- "possibleTypes": null
65138
- },
65139
65188
  {
65140
65189
  "kind": "INPUT_OBJECT",
65141
65190
  "name": "UpdateCouponInput",
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.690.0"
4
+ VERSION = "0.690.5"
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.690.0
4
+ version: 0.690.5
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-03 00:00:00.000000000 Z
11
+ date: 2023-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient