stigg-api-client 0.662.0 → 0.665.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da180f6862190d99638e285454476ced180123765dba7bd48a9f268a3bb35a98
4
- data.tar.gz: 513c04d4799570692892b9563695061d720dd37c483f5aefbc948552e5988fb1
3
+ metadata.gz: b148e3a61185ab532ccb612a141c9f23eb87246e3e20978cffc54970a6879c9b
4
+ data.tar.gz: d3efe043ea99bd3a530bbb93e31b8241a44db76f578f2118ce4b48f933435728
5
5
  SHA512:
6
- metadata.gz: 365c873698a709dc1f04d72131f721680861f53ff96874ff63a5e2bd7366318ed6f85638c9a8d4d52ddc6bdcea3d70c9f9252177b13d3f81c3fa6a7001bd4174
7
- data.tar.gz: 5bcce7dc3bd66b9346519ebe5a16e87acb3e2771fccc989af05db6025b5dcf63e602c4564ea2f5c51a1d3273cdb960845d489c1a6b1a6457af0179d812f7042c
6
+ metadata.gz: f76749276f374daef326bb5395c5a88ce1b027474f8135d08e201132133f0db4c29a7415be71e8514b4b4cd65a304fd1841cd373ff7c9ec1843df7fc00a487c2
7
+ data.tar.gz: 5d4222a8f3a799e55005221bda723aa1a7858d4c50f929defac4603b5a959b904de51dccb7744273b72c63c854e21ccff72b10babe1c0a6e9f97feb1e1a1698b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.662.0)
4
+ stigg-api-client (0.665.1)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql (< 2.1)
7
7
 
@@ -799,10 +799,14 @@ module Stigg
799
799
  }
800
800
  GRAPHQL
801
801
 
802
- MigrationCompletedPayload = <<~GRAPHQL
803
- fragment MigrationCompletedPayload on MigrationCompleted {
802
+ PackagePublishedPayload = <<~GRAPHQL
803
+ fragment PackagePublishedPayload on PackagePublished {
804
804
  accountId
805
805
  environmentId
806
+ packageType
807
+ packageRefId
808
+ packageVersion
809
+ migrationType
806
810
  }
807
811
  GRAPHQL
808
812
 
@@ -1706,13 +1710,13 @@ module Stigg
1706
1710
  #{Fragment::FeatureFragment}
1707
1711
  GRAPHQL
1708
1712
 
1709
- OnMigrationCompleted = <<~GRAPHQL
1713
+ OnPackagePublished = <<~GRAPHQL
1710
1714
  subscription {
1711
- migrationCompleted {
1712
- ...MigrationCompletedPayload
1715
+ packagePublished {
1716
+ ...PackagePublishedPayload
1713
1717
  }
1714
1718
  }
1715
- #{Fragment::MigrationCompletedPayload}
1719
+ #{Fragment::PackagePublishedPayload}
1716
1720
  GRAPHQL
1717
1721
  end
1718
1722
  end
@@ -1229,6 +1229,18 @@
1229
1229
  "isDeprecated": false,
1230
1230
  "deprecationReason": null
1231
1231
  },
1232
+ {
1233
+ "name": "awsMarketplacePlanDimension",
1234
+ "description": null,
1235
+ "type": {
1236
+ "kind": "SCALAR",
1237
+ "name": "String",
1238
+ "ofType": null
1239
+ },
1240
+ "defaultValue": null,
1241
+ "isDeprecated": false,
1242
+ "deprecationReason": null
1243
+ },
1232
1244
  {
1233
1245
  "name": "billingId",
1234
1246
  "description": null,
@@ -1301,6 +1313,18 @@
1301
1313
  "isDeprecated": false,
1302
1314
  "deprecationReason": null
1303
1315
  },
1316
+ {
1317
+ "name": "pricingType",
1318
+ "description": null,
1319
+ "type": {
1320
+ "kind": "ENUM",
1321
+ "name": "PricingType",
1322
+ "ofType": null
1323
+ },
1324
+ "defaultValue": null,
1325
+ "isDeprecated": false,
1326
+ "deprecationReason": null
1327
+ },
1304
1328
  {
1305
1329
  "name": "productId",
1306
1330
  "description": null,
@@ -3583,6 +3607,341 @@
3583
3607
  "enumValues": null,
3584
3608
  "possibleTypes": null
3585
3609
  },
3610
+ {
3611
+ "kind": "OBJECT",
3612
+ "name": "AwsDimension",
3613
+ "description": null,
3614
+ "fields": [
3615
+ {
3616
+ "name": "description",
3617
+ "description": null,
3618
+ "args": [],
3619
+ "type": {
3620
+ "kind": "NON_NULL",
3621
+ "name": null,
3622
+ "ofType": {
3623
+ "kind": "SCALAR",
3624
+ "name": "String",
3625
+ "ofType": null
3626
+ }
3627
+ },
3628
+ "isDeprecated": false,
3629
+ "deprecationReason": null
3630
+ },
3631
+ {
3632
+ "name": "key",
3633
+ "description": null,
3634
+ "args": [],
3635
+ "type": {
3636
+ "kind": "NON_NULL",
3637
+ "name": null,
3638
+ "ofType": {
3639
+ "kind": "SCALAR",
3640
+ "name": "String",
3641
+ "ofType": null
3642
+ }
3643
+ },
3644
+ "isDeprecated": false,
3645
+ "deprecationReason": null
3646
+ },
3647
+ {
3648
+ "name": "name",
3649
+ "description": null,
3650
+ "args": [],
3651
+ "type": {
3652
+ "kind": "NON_NULL",
3653
+ "name": null,
3654
+ "ofType": {
3655
+ "kind": "SCALAR",
3656
+ "name": "String",
3657
+ "ofType": null
3658
+ }
3659
+ },
3660
+ "isDeprecated": false,
3661
+ "deprecationReason": null
3662
+ },
3663
+ {
3664
+ "name": "stiggPlanId",
3665
+ "description": null,
3666
+ "args": [],
3667
+ "type": {
3668
+ "kind": "SCALAR",
3669
+ "name": "String",
3670
+ "ofType": null
3671
+ },
3672
+ "isDeprecated": false,
3673
+ "deprecationReason": null
3674
+ },
3675
+ {
3676
+ "name": "stiggPlanName",
3677
+ "description": null,
3678
+ "args": [],
3679
+ "type": {
3680
+ "kind": "SCALAR",
3681
+ "name": "String",
3682
+ "ofType": null
3683
+ },
3684
+ "isDeprecated": false,
3685
+ "deprecationReason": null
3686
+ },
3687
+ {
3688
+ "name": "type",
3689
+ "description": null,
3690
+ "args": [],
3691
+ "type": {
3692
+ "kind": "NON_NULL",
3693
+ "name": null,
3694
+ "ofType": {
3695
+ "kind": "SCALAR",
3696
+ "name": "String",
3697
+ "ofType": null
3698
+ }
3699
+ },
3700
+ "isDeprecated": false,
3701
+ "deprecationReason": null
3702
+ },
3703
+ {
3704
+ "name": "unit",
3705
+ "description": null,
3706
+ "args": [],
3707
+ "type": {
3708
+ "kind": "NON_NULL",
3709
+ "name": null,
3710
+ "ofType": {
3711
+ "kind": "SCALAR",
3712
+ "name": "String",
3713
+ "ofType": null
3714
+ }
3715
+ },
3716
+ "isDeprecated": false,
3717
+ "deprecationReason": null
3718
+ }
3719
+ ],
3720
+ "inputFields": null,
3721
+ "interfaces": [],
3722
+ "enumValues": null,
3723
+ "possibleTypes": null
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
+ {
3777
+ "kind": "OBJECT",
3778
+ "name": "AwsMarketplaceCredentials",
3779
+ "description": null,
3780
+ "fields": [
3781
+ {
3782
+ "name": "awsRoleArn",
3783
+ "description": null,
3784
+ "args": [],
3785
+ "type": {
3786
+ "kind": "NON_NULL",
3787
+ "name": null,
3788
+ "ofType": {
3789
+ "kind": "SCALAR",
3790
+ "name": "String",
3791
+ "ofType": null
3792
+ }
3793
+ },
3794
+ "isDeprecated": false,
3795
+ "deprecationReason": null
3796
+ }
3797
+ ],
3798
+ "inputFields": null,
3799
+ "interfaces": [],
3800
+ "enumValues": null,
3801
+ "possibleTypes": null
3802
+ },
3803
+ {
3804
+ "kind": "INPUT_OBJECT",
3805
+ "name": "AwsMarketplaceCredentialsInput",
3806
+ "description": null,
3807
+ "fields": null,
3808
+ "inputFields": [
3809
+ {
3810
+ "name": "awsRoleArn",
3811
+ "description": null,
3812
+ "type": {
3813
+ "kind": "NON_NULL",
3814
+ "name": null,
3815
+ "ofType": {
3816
+ "kind": "SCALAR",
3817
+ "name": "String",
3818
+ "ofType": null
3819
+ }
3820
+ },
3821
+ "defaultValue": null,
3822
+ "isDeprecated": false,
3823
+ "deprecationReason": null
3824
+ }
3825
+ ],
3826
+ "interfaces": null,
3827
+ "enumValues": null,
3828
+ "possibleTypes": null
3829
+ },
3830
+ {
3831
+ "kind": "OBJECT",
3832
+ "name": "AwsProduct",
3833
+ "description": null,
3834
+ "fields": [
3835
+ {
3836
+ "name": "description",
3837
+ "description": null,
3838
+ "args": [],
3839
+ "type": {
3840
+ "kind": "NON_NULL",
3841
+ "name": null,
3842
+ "ofType": {
3843
+ "kind": "SCALAR",
3844
+ "name": "String",
3845
+ "ofType": null
3846
+ }
3847
+ },
3848
+ "isDeprecated": false,
3849
+ "deprecationReason": null
3850
+ },
3851
+ {
3852
+ "name": "logoUrl",
3853
+ "description": null,
3854
+ "args": [],
3855
+ "type": {
3856
+ "kind": "SCALAR",
3857
+ "name": "String",
3858
+ "ofType": null
3859
+ },
3860
+ "isDeprecated": false,
3861
+ "deprecationReason": null
3862
+ },
3863
+ {
3864
+ "name": "productCode",
3865
+ "description": null,
3866
+ "args": [],
3867
+ "type": {
3868
+ "kind": "NON_NULL",
3869
+ "name": null,
3870
+ "ofType": {
3871
+ "kind": "SCALAR",
3872
+ "name": "String",
3873
+ "ofType": null
3874
+ }
3875
+ },
3876
+ "isDeprecated": false,
3877
+ "deprecationReason": null
3878
+ },
3879
+ {
3880
+ "name": "productId",
3881
+ "description": null,
3882
+ "args": [],
3883
+ "type": {
3884
+ "kind": "NON_NULL",
3885
+ "name": null,
3886
+ "ofType": {
3887
+ "kind": "SCALAR",
3888
+ "name": "String",
3889
+ "ofType": null
3890
+ }
3891
+ },
3892
+ "isDeprecated": false,
3893
+ "deprecationReason": null
3894
+ },
3895
+ {
3896
+ "name": "stiggProductId",
3897
+ "description": null,
3898
+ "args": [],
3899
+ "type": {
3900
+ "kind": "SCALAR",
3901
+ "name": "String",
3902
+ "ofType": null
3903
+ },
3904
+ "isDeprecated": false,
3905
+ "deprecationReason": null
3906
+ },
3907
+ {
3908
+ "name": "title",
3909
+ "description": null,
3910
+ "args": [],
3911
+ "type": {
3912
+ "kind": "NON_NULL",
3913
+ "name": null,
3914
+ "ofType": {
3915
+ "kind": "SCALAR",
3916
+ "name": "String",
3917
+ "ofType": null
3918
+ }
3919
+ },
3920
+ "isDeprecated": false,
3921
+ "deprecationReason": null
3922
+ },
3923
+ {
3924
+ "name": "visibility",
3925
+ "description": null,
3926
+ "args": [],
3927
+ "type": {
3928
+ "kind": "NON_NULL",
3929
+ "name": null,
3930
+ "ofType": {
3931
+ "kind": "SCALAR",
3932
+ "name": "String",
3933
+ "ofType": null
3934
+ }
3935
+ },
3936
+ "isDeprecated": false,
3937
+ "deprecationReason": null
3938
+ }
3939
+ ],
3940
+ "inputFields": null,
3941
+ "interfaces": [],
3942
+ "enumValues": null,
3943
+ "possibleTypes": null
3944
+ },
3586
3945
  {
3587
3946
  "kind": "OBJECT",
3588
3947
  "name": "BaseError",
@@ -7743,6 +8102,18 @@
7743
8102
  "description": null,
7744
8103
  "fields": null,
7745
8104
  "inputFields": [
8105
+ {
8106
+ "name": "awsMarketplaceCredentials",
8107
+ "description": null,
8108
+ "type": {
8109
+ "kind": "INPUT_OBJECT",
8110
+ "name": "AwsMarketplaceCredentialsInput",
8111
+ "ofType": null
8112
+ },
8113
+ "defaultValue": null,
8114
+ "isDeprecated": false,
8115
+ "deprecationReason": null
8116
+ },
7746
8117
  {
7747
8118
  "name": "environmentId",
7748
8119
  "description": null,
@@ -8093,6 +8464,11 @@
8093
8464
  "interfaces": null,
8094
8465
  "enumValues": null,
8095
8466
  "possibleTypes": [
8467
+ {
8468
+ "kind": "OBJECT",
8469
+ "name": "AwsMarketplaceCredentials",
8470
+ "ofType": null
8471
+ },
8096
8472
  {
8097
8473
  "kind": "OBJECT",
8098
8474
  "name": "HubspotCredentials",
@@ -10764,6 +11140,18 @@
10764
11140
  "isDeprecated": false,
10765
11141
  "deprecationReason": null
10766
11142
  },
11143
+ {
11144
+ "name": "awsMarketplaceCustomerId",
11145
+ "description": null,
11146
+ "type": {
11147
+ "kind": "SCALAR",
11148
+ "name": "String",
11149
+ "ofType": null
11150
+ },
11151
+ "defaultValue": null,
11152
+ "isDeprecated": false,
11153
+ "deprecationReason": null
11154
+ },
10767
11155
  {
10768
11156
  "name": "billingId",
10769
11157
  "description": null,
@@ -17809,6 +18197,65 @@
17809
18197
  ],
17810
18198
  "possibleTypes": null
17811
18199
  },
18200
+ {
18201
+ "kind": "INPUT_OBJECT",
18202
+ "name": "DimensionsMappingInput",
18203
+ "description": null,
18204
+ "fields": null,
18205
+ "inputFields": [
18206
+ {
18207
+ "name": "key",
18208
+ "description": null,
18209
+ "type": {
18210
+ "kind": "NON_NULL",
18211
+ "name": null,
18212
+ "ofType": {
18213
+ "kind": "SCALAR",
18214
+ "name": "String",
18215
+ "ofType": null
18216
+ }
18217
+ },
18218
+ "defaultValue": null,
18219
+ "isDeprecated": false,
18220
+ "deprecationReason": null
18221
+ },
18222
+ {
18223
+ "name": "planName",
18224
+ "description": null,
18225
+ "type": {
18226
+ "kind": "NON_NULL",
18227
+ "name": null,
18228
+ "ofType": {
18229
+ "kind": "SCALAR",
18230
+ "name": "String",
18231
+ "ofType": null
18232
+ }
18233
+ },
18234
+ "defaultValue": null,
18235
+ "isDeprecated": false,
18236
+ "deprecationReason": null
18237
+ },
18238
+ {
18239
+ "name": "planRefId",
18240
+ "description": null,
18241
+ "type": {
18242
+ "kind": "NON_NULL",
18243
+ "name": null,
18244
+ "ofType": {
18245
+ "kind": "SCALAR",
18246
+ "name": "String",
18247
+ "ofType": null
18248
+ }
18249
+ },
18250
+ "defaultValue": null,
18251
+ "isDeprecated": false,
18252
+ "deprecationReason": null
18253
+ }
18254
+ ],
18255
+ "interfaces": null,
18256
+ "enumValues": null,
18257
+ "possibleTypes": null
18258
+ },
17812
18259
  {
17813
18260
  "kind": "INPUT_OBJECT",
17814
18261
  "name": "DiscardPackageDraftInput",
@@ -20351,6 +20798,12 @@
20351
20798
  "isDeprecated": false,
20352
20799
  "deprecationReason": null
20353
20800
  },
20801
+ {
20802
+ "name": "AwsMarketplaceIntegrationError",
20803
+ "description": null,
20804
+ "isDeprecated": false,
20805
+ "deprecationReason": null
20806
+ },
20354
20807
  {
20355
20808
  "name": "BadUserInput",
20356
20809
  "description": null,
@@ -25818,6 +26271,33 @@
25818
26271
  "enumValues": null,
25819
26272
  "possibleTypes": null
25820
26273
  },
26274
+ {
26275
+ "kind": "OBJECT",
26276
+ "name": "GetAwsExternalIdResult",
26277
+ "description": null,
26278
+ "fields": [
26279
+ {
26280
+ "name": "externalId",
26281
+ "description": null,
26282
+ "args": [],
26283
+ "type": {
26284
+ "kind": "NON_NULL",
26285
+ "name": null,
26286
+ "ofType": {
26287
+ "kind": "SCALAR",
26288
+ "name": "String",
26289
+ "ofType": null
26290
+ }
26291
+ },
26292
+ "isDeprecated": false,
26293
+ "deprecationReason": null
26294
+ }
26295
+ ],
26296
+ "inputFields": null,
26297
+ "interfaces": [],
26298
+ "enumValues": null,
26299
+ "possibleTypes": null
26300
+ },
25821
26301
  {
25822
26302
  "kind": "INPUT_OBJECT",
25823
26303
  "name": "GetCustomerByRefIdInput",
@@ -30441,6 +30921,138 @@
30441
30921
  "enumValues": null,
30442
30922
  "possibleTypes": null
30443
30923
  },
30924
+ {
30925
+ "kind": "OBJECT",
30926
+ "name": "ListAwsProductDimensionsDTO",
30927
+ "description": null,
30928
+ "fields": [
30929
+ {
30930
+ "name": "dimensions",
30931
+ "description": null,
30932
+ "args": [],
30933
+ "type": {
30934
+ "kind": "NON_NULL",
30935
+ "name": null,
30936
+ "ofType": {
30937
+ "kind": "LIST",
30938
+ "name": null,
30939
+ "ofType": {
30940
+ "kind": "NON_NULL",
30941
+ "name": null,
30942
+ "ofType": {
30943
+ "kind": "OBJECT",
30944
+ "name": "AwsDimension",
30945
+ "ofType": null
30946
+ }
30947
+ }
30948
+ }
30949
+ },
30950
+ "isDeprecated": false,
30951
+ "deprecationReason": null
30952
+ }
30953
+ ],
30954
+ "inputFields": null,
30955
+ "interfaces": [],
30956
+ "enumValues": null,
30957
+ "possibleTypes": null
30958
+ },
30959
+ {
30960
+ "kind": "INPUT_OBJECT",
30961
+ "name": "ListAwsProductDimensionsInput",
30962
+ "description": null,
30963
+ "fields": null,
30964
+ "inputFields": [
30965
+ {
30966
+ "name": "environmentId",
30967
+ "description": null,
30968
+ "type": {
30969
+ "kind": "SCALAR",
30970
+ "name": "String",
30971
+ "ofType": null
30972
+ },
30973
+ "defaultValue": null,
30974
+ "isDeprecated": false,
30975
+ "deprecationReason": null
30976
+ },
30977
+ {
30978
+ "name": "productId",
30979
+ "description": null,
30980
+ "type": {
30981
+ "kind": "NON_NULL",
30982
+ "name": null,
30983
+ "ofType": {
30984
+ "kind": "SCALAR",
30985
+ "name": "String",
30986
+ "ofType": null
30987
+ }
30988
+ },
30989
+ "defaultValue": null,
30990
+ "isDeprecated": false,
30991
+ "deprecationReason": null
30992
+ }
30993
+ ],
30994
+ "interfaces": null,
30995
+ "enumValues": null,
30996
+ "possibleTypes": null
30997
+ },
30998
+ {
30999
+ "kind": "INPUT_OBJECT",
31000
+ "name": "ListAwsProductsInput",
31001
+ "description": null,
31002
+ "fields": null,
31003
+ "inputFields": [
31004
+ {
31005
+ "name": "environmentId",
31006
+ "description": null,
31007
+ "type": {
31008
+ "kind": "SCALAR",
31009
+ "name": "String",
31010
+ "ofType": null
31011
+ },
31012
+ "defaultValue": null,
31013
+ "isDeprecated": false,
31014
+ "deprecationReason": null
31015
+ }
31016
+ ],
31017
+ "interfaces": null,
31018
+ "enumValues": null,
31019
+ "possibleTypes": null
31020
+ },
31021
+ {
31022
+ "kind": "OBJECT",
31023
+ "name": "ListAwsProductsResult",
31024
+ "description": null,
31025
+ "fields": [
31026
+ {
31027
+ "name": "products",
31028
+ "description": null,
31029
+ "args": [],
31030
+ "type": {
31031
+ "kind": "NON_NULL",
31032
+ "name": null,
31033
+ "ofType": {
31034
+ "kind": "LIST",
31035
+ "name": null,
31036
+ "ofType": {
31037
+ "kind": "NON_NULL",
31038
+ "name": null,
31039
+ "ofType": {
31040
+ "kind": "OBJECT",
31041
+ "name": "AwsProduct",
31042
+ "ofType": null
31043
+ }
31044
+ }
31045
+ }
31046
+ },
31047
+ "isDeprecated": false,
31048
+ "deprecationReason": null
31049
+ }
31050
+ ],
31051
+ "inputFields": null,
31052
+ "interfaces": [],
31053
+ "enumValues": null,
31054
+ "possibleTypes": null
31055
+ },
30444
31056
  {
30445
31057
  "kind": "OBJECT",
30446
31058
  "name": "Member",
@@ -31772,49 +32384,6 @@
31772
32384
  "enumValues": null,
31773
32385
  "possibleTypes": null
31774
32386
  },
31775
- {
31776
- "kind": "OBJECT",
31777
- "name": "MigrationCompleted",
31778
- "description": null,
31779
- "fields": [
31780
- {
31781
- "name": "accountId",
31782
- "description": null,
31783
- "args": [],
31784
- "type": {
31785
- "kind": "NON_NULL",
31786
- "name": null,
31787
- "ofType": {
31788
- "kind": "SCALAR",
31789
- "name": "String",
31790
- "ofType": null
31791
- }
31792
- },
31793
- "isDeprecated": false,
31794
- "deprecationReason": null
31795
- },
31796
- {
31797
- "name": "environmentId",
31798
- "description": null,
31799
- "args": [],
31800
- "type": {
31801
- "kind": "NON_NULL",
31802
- "name": null,
31803
- "ofType": {
31804
- "kind": "SCALAR",
31805
- "name": "String",
31806
- "ofType": null
31807
- }
31808
- },
31809
- "isDeprecated": false,
31810
- "deprecationReason": null
31811
- }
31812
- ],
31813
- "inputFields": null,
31814
- "interfaces": [],
31815
- "enumValues": null,
31816
- "possibleTypes": null
31817
- },
31818
32387
  {
31819
32388
  "kind": "OBJECT",
31820
32389
  "name": "MockPaywall",
@@ -38942,6 +39511,113 @@
38942
39511
  "enumValues": null,
38943
39512
  "possibleTypes": null
38944
39513
  },
39514
+ {
39515
+ "kind": "OBJECT",
39516
+ "name": "PackagePublished",
39517
+ "description": null,
39518
+ "fields": [
39519
+ {
39520
+ "name": "accountId",
39521
+ "description": null,
39522
+ "args": [],
39523
+ "type": {
39524
+ "kind": "NON_NULL",
39525
+ "name": null,
39526
+ "ofType": {
39527
+ "kind": "SCALAR",
39528
+ "name": "String",
39529
+ "ofType": null
39530
+ }
39531
+ },
39532
+ "isDeprecated": false,
39533
+ "deprecationReason": null
39534
+ },
39535
+ {
39536
+ "name": "environmentId",
39537
+ "description": null,
39538
+ "args": [],
39539
+ "type": {
39540
+ "kind": "NON_NULL",
39541
+ "name": null,
39542
+ "ofType": {
39543
+ "kind": "SCALAR",
39544
+ "name": "String",
39545
+ "ofType": null
39546
+ }
39547
+ },
39548
+ "isDeprecated": false,
39549
+ "deprecationReason": null
39550
+ },
39551
+ {
39552
+ "name": "migrationType",
39553
+ "description": null,
39554
+ "args": [],
39555
+ "type": {
39556
+ "kind": "NON_NULL",
39557
+ "name": null,
39558
+ "ofType": {
39559
+ "kind": "ENUM",
39560
+ "name": "PublishMigrationType",
39561
+ "ofType": null
39562
+ }
39563
+ },
39564
+ "isDeprecated": false,
39565
+ "deprecationReason": null
39566
+ },
39567
+ {
39568
+ "name": "packageRefId",
39569
+ "description": null,
39570
+ "args": [],
39571
+ "type": {
39572
+ "kind": "NON_NULL",
39573
+ "name": null,
39574
+ "ofType": {
39575
+ "kind": "SCALAR",
39576
+ "name": "String",
39577
+ "ofType": null
39578
+ }
39579
+ },
39580
+ "isDeprecated": false,
39581
+ "deprecationReason": null
39582
+ },
39583
+ {
39584
+ "name": "packageType",
39585
+ "description": null,
39586
+ "args": [],
39587
+ "type": {
39588
+ "kind": "NON_NULL",
39589
+ "name": null,
39590
+ "ofType": {
39591
+ "kind": "SCALAR",
39592
+ "name": "String",
39593
+ "ofType": null
39594
+ }
39595
+ },
39596
+ "isDeprecated": false,
39597
+ "deprecationReason": null
39598
+ },
39599
+ {
39600
+ "name": "packageVersion",
39601
+ "description": null,
39602
+ "args": [],
39603
+ "type": {
39604
+ "kind": "NON_NULL",
39605
+ "name": null,
39606
+ "ofType": {
39607
+ "kind": "SCALAR",
39608
+ "name": "Int",
39609
+ "ofType": null
39610
+ }
39611
+ },
39612
+ "isDeprecated": false,
39613
+ "deprecationReason": null
39614
+ }
39615
+ ],
39616
+ "inputFields": null,
39617
+ "interfaces": [],
39618
+ "enumValues": null,
39619
+ "possibleTypes": null
39620
+ },
38945
39621
  {
38946
39622
  "kind": "ENUM",
38947
39623
  "name": "PackageStatus",
@@ -41738,6 +42414,18 @@
41738
42414
  "isDeprecated": false,
41739
42415
  "deprecationReason": null
41740
42416
  },
42417
+ {
42418
+ "name": "awsMarketplacePlanDimension",
42419
+ "description": null,
42420
+ "type": {
42421
+ "kind": "SCALAR",
42422
+ "name": "String",
42423
+ "ofType": null
42424
+ },
42425
+ "defaultValue": null,
42426
+ "isDeprecated": false,
42427
+ "deprecationReason": null
42428
+ },
41741
42429
  {
41742
42430
  "name": "billingId",
41743
42431
  "description": null,
@@ -41822,6 +42510,18 @@
41822
42510
  "isDeprecated": false,
41823
42511
  "deprecationReason": null
41824
42512
  },
42513
+ {
42514
+ "name": "pricingType",
42515
+ "description": null,
42516
+ "type": {
42517
+ "kind": "ENUM",
42518
+ "name": "PricingType",
42519
+ "ofType": null
42520
+ },
42521
+ "defaultValue": null,
42522
+ "isDeprecated": false,
42523
+ "deprecationReason": null
42524
+ },
41825
42525
  {
41826
42526
  "name": "productId",
41827
42527
  "description": null,
@@ -45083,7 +45783,7 @@
45083
45783
  {
45084
45784
  "kind": "ENUM",
45085
45785
  "name": "PricingType",
45086
- "description": "Package pricing type.",
45786
+ "description": "Pricing Type.",
45087
45787
  "fields": null,
45088
45788
  "inputFields": null,
45089
45789
  "interfaces": null,
@@ -45925,6 +46625,18 @@
45925
46625
  "isDeprecated": false,
45926
46626
  "deprecationReason": null
45927
46627
  },
46628
+ {
46629
+ "name": "awsMarketplaceConfiguration",
46630
+ "description": null,
46631
+ "type": {
46632
+ "kind": "INPUT_OBJECT",
46633
+ "name": "AwsMarketplaceConfigurationInput",
46634
+ "ofType": null
46635
+ },
46636
+ "defaultValue": null,
46637
+ "isDeprecated": false,
46638
+ "deprecationReason": null
46639
+ },
45928
46640
  {
45929
46641
  "name": "description",
45930
46642
  "description": null,
@@ -45965,6 +46677,18 @@
45965
46677
  "isDeprecated": false,
45966
46678
  "deprecationReason": null
45967
46679
  },
46680
+ {
46681
+ "name": "integrationType",
46682
+ "description": null,
46683
+ "type": {
46684
+ "kind": "ENUM",
46685
+ "name": "ProductIntegrationType",
46686
+ "ofType": null
46687
+ },
46688
+ "defaultValue": null,
46689
+ "isDeprecated": false,
46690
+ "deprecationReason": null
46691
+ },
45968
46692
  {
45969
46693
  "name": "multipleSubscriptions",
45970
46694
  "description": null,
@@ -46371,6 +47095,23 @@
46371
47095
  "enumValues": null,
46372
47096
  "possibleTypes": null
46373
47097
  },
47098
+ {
47099
+ "kind": "ENUM",
47100
+ "name": "ProductIntegrationType",
47101
+ "description": "The type of the product integration",
47102
+ "fields": null,
47103
+ "inputFields": null,
47104
+ "interfaces": null,
47105
+ "enumValues": [
47106
+ {
47107
+ "name": "AWSMarketplace",
47108
+ "description": null,
47109
+ "isDeprecated": false,
47110
+ "deprecationReason": null
47111
+ }
47112
+ ],
47113
+ "possibleTypes": null
47114
+ },
46374
47115
  {
46375
47116
  "kind": "OBJECT",
46376
47117
  "name": "ProductMaxAggregate",
@@ -46895,6 +47636,18 @@
46895
47636
  "isDeprecated": false,
46896
47637
  "deprecationReason": null
46897
47638
  },
47639
+ {
47640
+ "name": "awsMarketplaceConfiguration",
47641
+ "description": null,
47642
+ "type": {
47643
+ "kind": "INPUT_OBJECT",
47644
+ "name": "UpdateAwsMarketplaceConfigurationInput",
47645
+ "ofType": null
47646
+ },
47647
+ "defaultValue": null,
47648
+ "isDeprecated": false,
47649
+ "deprecationReason": null
47650
+ },
46898
47651
  {
46899
47652
  "name": "description",
46900
47653
  "description": null,
@@ -48899,6 +49652,18 @@
48899
49652
  "isDeprecated": false,
48900
49653
  "deprecationReason": null
48901
49654
  },
49655
+ {
49656
+ "name": "awsMarketplaceCustomerId",
49657
+ "description": null,
49658
+ "type": {
49659
+ "kind": "SCALAR",
49660
+ "name": "String",
49661
+ "ofType": null
49662
+ },
49663
+ "defaultValue": null,
49664
+ "isDeprecated": false,
49665
+ "deprecationReason": null
49666
+ },
48902
49667
  {
48903
49668
  "name": "billingId",
48904
49669
  "description": null,
@@ -51129,6 +51894,22 @@
51129
51894
  "isDeprecated": false,
51130
51895
  "deprecationReason": null
51131
51896
  },
51897
+ {
51898
+ "name": "getAwsExternalId",
51899
+ "description": null,
51900
+ "args": [],
51901
+ "type": {
51902
+ "kind": "NON_NULL",
51903
+ "name": null,
51904
+ "ofType": {
51905
+ "kind": "OBJECT",
51906
+ "name": "GetAwsExternalIdResult",
51907
+ "ofType": null
51908
+ }
51909
+ },
51910
+ "isDeprecated": false,
51911
+ "deprecationReason": null
51912
+ },
51132
51913
  {
51133
51914
  "name": "getCustomerByRefId",
51134
51915
  "description": null,
@@ -51473,6 +52254,72 @@
51473
52254
  "isDeprecated": false,
51474
52255
  "deprecationReason": null
51475
52256
  },
52257
+ {
52258
+ "name": "listAwsProductDimensions",
52259
+ "description": null,
52260
+ "args": [
52261
+ {
52262
+ "name": "input",
52263
+ "description": null,
52264
+ "type": {
52265
+ "kind": "NON_NULL",
52266
+ "name": null,
52267
+ "ofType": {
52268
+ "kind": "INPUT_OBJECT",
52269
+ "name": "ListAwsProductDimensionsInput",
52270
+ "ofType": null
52271
+ }
52272
+ },
52273
+ "defaultValue": null,
52274
+ "isDeprecated": false,
52275
+ "deprecationReason": null
52276
+ }
52277
+ ],
52278
+ "type": {
52279
+ "kind": "NON_NULL",
52280
+ "name": null,
52281
+ "ofType": {
52282
+ "kind": "OBJECT",
52283
+ "name": "ListAwsProductDimensionsDTO",
52284
+ "ofType": null
52285
+ }
52286
+ },
52287
+ "isDeprecated": false,
52288
+ "deprecationReason": null
52289
+ },
52290
+ {
52291
+ "name": "listAwsProducts",
52292
+ "description": null,
52293
+ "args": [
52294
+ {
52295
+ "name": "input",
52296
+ "description": null,
52297
+ "type": {
52298
+ "kind": "NON_NULL",
52299
+ "name": null,
52300
+ "ofType": {
52301
+ "kind": "INPUT_OBJECT",
52302
+ "name": "ListAwsProductsInput",
52303
+ "ofType": null
52304
+ }
52305
+ },
52306
+ "defaultValue": null,
52307
+ "isDeprecated": false,
52308
+ "deprecationReason": null
52309
+ }
52310
+ ],
52311
+ "type": {
52312
+ "kind": "NON_NULL",
52313
+ "name": null,
52314
+ "ofType": {
52315
+ "kind": "OBJECT",
52316
+ "name": "ListAwsProductsResult",
52317
+ "ofType": null
52318
+ }
52319
+ },
52320
+ "isDeprecated": false,
52321
+ "deprecationReason": null
52322
+ },
51476
52323
  {
51477
52324
  "name": "members",
51478
52325
  "description": null,
@@ -54524,7 +55371,7 @@
54524
55371
  "deprecationReason": null
54525
55372
  },
54526
55373
  {
54527
- "name": "migrationCompleted",
55374
+ "name": "packagePublished",
54528
55375
  "description": null,
54529
55376
  "args": [],
54530
55377
  "type": {
@@ -54532,7 +55379,7 @@
54532
55379
  "name": null,
54533
55380
  "ofType": {
54534
55381
  "kind": "OBJECT",
54535
- "name": "MigrationCompleted",
55382
+ "name": "PackagePublished",
54536
55383
  "ofType": null
54537
55384
  }
54538
55385
  },
@@ -63791,6 +64638,41 @@
63791
64638
  "enumValues": null,
63792
64639
  "possibleTypes": null
63793
64640
  },
64641
+ {
64642
+ "kind": "INPUT_OBJECT",
64643
+ "name": "UpdateAwsMarketplaceConfigurationInput",
64644
+ "description": null,
64645
+ "fields": null,
64646
+ "inputFields": [
64647
+ {
64648
+ "name": "dimensionsMapping",
64649
+ "description": null,
64650
+ "type": {
64651
+ "kind": "NON_NULL",
64652
+ "name": null,
64653
+ "ofType": {
64654
+ "kind": "LIST",
64655
+ "name": null,
64656
+ "ofType": {
64657
+ "kind": "NON_NULL",
64658
+ "name": null,
64659
+ "ofType": {
64660
+ "kind": "INPUT_OBJECT",
64661
+ "name": "DimensionsMappingInput",
64662
+ "ofType": null
64663
+ }
64664
+ }
64665
+ }
64666
+ },
64667
+ "defaultValue": null,
64668
+ "isDeprecated": false,
64669
+ "deprecationReason": null
64670
+ }
64671
+ ],
64672
+ "interfaces": null,
64673
+ "enumValues": null,
64674
+ "possibleTypes": null
64675
+ },
63794
64676
  {
63795
64677
  "kind": "INPUT_OBJECT",
63796
64678
  "name": "UpdateCouponInput",
@@ -63888,6 +64770,18 @@
63888
64770
  "isDeprecated": false,
63889
64771
  "deprecationReason": null
63890
64772
  },
64773
+ {
64774
+ "name": "awsMarketplaceCustomerId",
64775
+ "description": null,
64776
+ "type": {
64777
+ "kind": "SCALAR",
64778
+ "name": "String",
64779
+ "ofType": null
64780
+ },
64781
+ "defaultValue": null,
64782
+ "isDeprecated": false,
64783
+ "deprecationReason": null
64784
+ },
63891
64785
  {
63892
64786
  "name": "billingId",
63893
64787
  "description": null,
@@ -67549,6 +68443,12 @@
67549
68443
  "inputFields": null,
67550
68444
  "interfaces": null,
67551
68445
  "enumValues": [
68446
+ {
68447
+ "name": "AWS_MARKETPLACE",
68448
+ "description": null,
68449
+ "isDeprecated": false,
68450
+ "deprecationReason": null
68451
+ },
67552
68452
  {
67553
68453
  "name": "HUBSPOT",
67554
68454
  "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.662.0"
4
+ VERSION = "0.665.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.662.0
4
+ version: 0.665.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-21 00:00:00.000000000 Z
11
+ date: 2023-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient