stigg-api-client 5.71.0 → 5.74.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7487712a7aef41f4a859a8bbdcb0775849d44696a14341620511b7d57f005c57
4
- data.tar.gz: 667005ff153754ba596634bbb1960da15d86997baa15eae4e057d9e63925f7a7
3
+ metadata.gz: 4daede5013aa4aee7dc9d6b81c3f0de76e74a68befbd4abe649698ca176f71f1
4
+ data.tar.gz: 7e05353acd8a65184bcd59998aa2edaa70d3568835917607cfc736c92127b1d8
5
5
  SHA512:
6
- metadata.gz: 6227fa9fed79cdcbf27ca8f5dbc3ef15a6595c04e215ef1428ad0e8fe7e4f113972c1ab6a8d9563b4cd14d7fcd595d857a520d8bb9149efacc133a8a6f5f3683
7
- data.tar.gz: 1b550fa9c463a6ad584ef3b2781f514755c05431d29edb1e8bbfecc377f188d81145f71e3600306c07542a2b545391f9d9ddabcd503d8a7a6bce65437b4a962e
6
+ metadata.gz: 77cb5541419d2a66f45018d0dcaf64a739013248a8edc1dfd7f2c988903f60ae6e95684f8f0ea85caa4443d39f7c940aa80b4e3431e5830e596b61c0e677b12f
7
+ data.tar.gz: aef91bc3e129744ab2125e3d676c3b03fc9ecc53dd3249a76aa1f9d32beba0aa6b8f3109e02339c71d7de5b7dd8a4250b81b27d1878150902a6e41efbb3fd64c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.71.0)
4
+ stigg-api-client (5.74.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -3706,12 +3706,12 @@
3706
3706
  },
3707
3707
  {
3708
3708
  "kind": "OBJECT",
3709
- "name": "AppStoreCredentials",
3710
- "description": "AppStore integration configuration object",
3709
+ "name": "AppStoreApplication",
3710
+ "description": "An App Store application object",
3711
3711
  "fields": [
3712
3712
  {
3713
- "name": "appAppleId",
3714
- "description": "The Apple ID of the app",
3713
+ "name": "bundleId",
3714
+ "description": "Bundle ID of the App Store application",
3715
3715
  "args": [],
3716
3716
  "type": {
3717
3717
  "kind": "NON_NULL",
@@ -3726,8 +3726,8 @@
3726
3726
  "deprecationReason": null
3727
3727
  },
3728
3728
  {
3729
- "name": "bundleId",
3730
- "description": "The bundle ID of the app",
3729
+ "name": "id",
3730
+ "description": "ID of the App Store application",
3731
3731
  "args": [],
3732
3732
  "type": {
3733
3733
  "kind": "NON_NULL",
@@ -3741,6 +3741,73 @@
3741
3741
  "isDeprecated": false,
3742
3742
  "deprecationReason": null
3743
3743
  },
3744
+ {
3745
+ "name": "name",
3746
+ "description": "Name of the App Store application",
3747
+ "args": [],
3748
+ "type": {
3749
+ "kind": "NON_NULL",
3750
+ "name": null,
3751
+ "ofType": {
3752
+ "kind": "SCALAR",
3753
+ "name": "String",
3754
+ "ofType": null
3755
+ }
3756
+ },
3757
+ "isDeprecated": false,
3758
+ "deprecationReason": null
3759
+ },
3760
+ {
3761
+ "name": "sku",
3762
+ "description": "SKU of the App Store application",
3763
+ "args": [],
3764
+ "type": {
3765
+ "kind": "NON_NULL",
3766
+ "name": null,
3767
+ "ofType": {
3768
+ "kind": "SCALAR",
3769
+ "name": "String",
3770
+ "ofType": null
3771
+ }
3772
+ },
3773
+ "isDeprecated": false,
3774
+ "deprecationReason": null
3775
+ }
3776
+ ],
3777
+ "inputFields": null,
3778
+ "interfaces": [],
3779
+ "enumValues": null,
3780
+ "possibleTypes": null
3781
+ },
3782
+ {
3783
+ "kind": "OBJECT",
3784
+ "name": "AppStoreCredentials",
3785
+ "description": "AppStore integration configuration object",
3786
+ "fields": [
3787
+ {
3788
+ "name": "appAppleId",
3789
+ "description": "The Apple ID of the application",
3790
+ "args": [],
3791
+ "type": {
3792
+ "kind": "SCALAR",
3793
+ "name": "String",
3794
+ "ofType": null
3795
+ },
3796
+ "isDeprecated": false,
3797
+ "deprecationReason": null
3798
+ },
3799
+ {
3800
+ "name": "bundleId",
3801
+ "description": "The bundle ID of the application",
3802
+ "args": [],
3803
+ "type": {
3804
+ "kind": "SCALAR",
3805
+ "name": "String",
3806
+ "ofType": null
3807
+ },
3808
+ "isDeprecated": false,
3809
+ "deprecationReason": null
3810
+ },
3744
3811
  {
3745
3812
  "name": "issuerId",
3746
3813
  "description": "The issuer ID of key in App Store Connect",
@@ -3787,7 +3854,7 @@
3787
3854
  },
3788
3855
  {
3789
3856
  "name": "sandboxEnvironment",
3790
- "description": "Whether the app is in sandbox environment",
3857
+ "description": "Whether the application is in sandbox environment",
3791
3858
  "args": [],
3792
3859
  "type": {
3793
3860
  "kind": "NON_NULL",
@@ -3814,8 +3881,8 @@
3814
3881
  "fields": null,
3815
3882
  "inputFields": [
3816
3883
  {
3817
- "name": "appAppleId",
3818
- "description": "The Apple ID of the app",
3884
+ "name": "issuerId",
3885
+ "description": "The issuer ID of key in App Store Connect",
3819
3886
  "type": {
3820
3887
  "kind": "NON_NULL",
3821
3888
  "name": null,
@@ -3830,8 +3897,8 @@
3830
3897
  "deprecationReason": null
3831
3898
  },
3832
3899
  {
3833
- "name": "bundleId",
3834
- "description": "The bundle ID of the app",
3900
+ "name": "keyId",
3901
+ "description": "The key ID of key in App Store Connect",
3835
3902
  "type": {
3836
3903
  "kind": "NON_NULL",
3837
3904
  "name": null,
@@ -3846,8 +3913,8 @@
3846
3913
  "deprecationReason": null
3847
3914
  },
3848
3915
  {
3849
- "name": "issuerId",
3850
- "description": "The issuer ID of key in App Store Connect",
3916
+ "name": "privateKey",
3917
+ "description": "The private key in App Store Connect (.p8 file content)",
3851
3918
  "type": {
3852
3919
  "kind": "NON_NULL",
3853
3920
  "name": null,
@@ -3862,8 +3929,126 @@
3862
3929
  "deprecationReason": null
3863
3930
  },
3864
3931
  {
3865
- "name": "keyId",
3866
- "description": "The key ID of key in App Store Connect",
3932
+ "name": "sandboxEnvironment",
3933
+ "description": "Whether the application is in sandbox environment",
3934
+ "type": {
3935
+ "kind": "NON_NULL",
3936
+ "name": null,
3937
+ "ofType": {
3938
+ "kind": "SCALAR",
3939
+ "name": "Boolean",
3940
+ "ofType": null
3941
+ }
3942
+ },
3943
+ "defaultValue": null,
3944
+ "isDeprecated": false,
3945
+ "deprecationReason": null
3946
+ }
3947
+ ],
3948
+ "interfaces": null,
3949
+ "enumValues": null,
3950
+ "possibleTypes": null
3951
+ },
3952
+ {
3953
+ "kind": "OBJECT",
3954
+ "name": "AppStoreSubscription",
3955
+ "description": "An App Store subscription object",
3956
+ "fields": [
3957
+ {
3958
+ "name": "id",
3959
+ "description": "ID of the App Store subscription",
3960
+ "args": [],
3961
+ "type": {
3962
+ "kind": "NON_NULL",
3963
+ "name": null,
3964
+ "ofType": {
3965
+ "kind": "SCALAR",
3966
+ "name": "String",
3967
+ "ofType": null
3968
+ }
3969
+ },
3970
+ "isDeprecated": false,
3971
+ "deprecationReason": null
3972
+ },
3973
+ {
3974
+ "name": "name",
3975
+ "description": "Name of the App Store subscription",
3976
+ "args": [],
3977
+ "type": {
3978
+ "kind": "NON_NULL",
3979
+ "name": null,
3980
+ "ofType": {
3981
+ "kind": "SCALAR",
3982
+ "name": "String",
3983
+ "ofType": null
3984
+ }
3985
+ },
3986
+ "isDeprecated": false,
3987
+ "deprecationReason": null
3988
+ },
3989
+ {
3990
+ "name": "productId",
3991
+ "description": "Product ID of the App Store subscription",
3992
+ "args": [],
3993
+ "type": {
3994
+ "kind": "NON_NULL",
3995
+ "name": null,
3996
+ "ofType": {
3997
+ "kind": "SCALAR",
3998
+ "name": "String",
3999
+ "ofType": null
4000
+ }
4001
+ },
4002
+ "isDeprecated": false,
4003
+ "deprecationReason": null
4004
+ },
4005
+ {
4006
+ "name": "subscriptionGroupName",
4007
+ "description": "Subscription group name of the App Store subscription",
4008
+ "args": [],
4009
+ "type": {
4010
+ "kind": "NON_NULL",
4011
+ "name": null,
4012
+ "ofType": {
4013
+ "kind": "SCALAR",
4014
+ "name": "String",
4015
+ "ofType": null
4016
+ }
4017
+ },
4018
+ "isDeprecated": false,
4019
+ "deprecationReason": null
4020
+ },
4021
+ {
4022
+ "name": "subscriptionPeriod",
4023
+ "description": "Subscription period of the App Store subscription",
4024
+ "args": [],
4025
+ "type": {
4026
+ "kind": "NON_NULL",
4027
+ "name": null,
4028
+ "ofType": {
4029
+ "kind": "SCALAR",
4030
+ "name": "String",
4031
+ "ofType": null
4032
+ }
4033
+ },
4034
+ "isDeprecated": false,
4035
+ "deprecationReason": null
4036
+ }
4037
+ ],
4038
+ "inputFields": null,
4039
+ "interfaces": [],
4040
+ "enumValues": null,
4041
+ "possibleTypes": null
4042
+ },
4043
+ {
4044
+ "kind": "INPUT_OBJECT",
4045
+ "name": "AppStoreSubscriptionMappingInput",
4046
+ "description": "An App Store subscription mapping object",
4047
+ "fields": null,
4048
+ "inputFields": [
4049
+ {
4050
+ "name": "appStoreSubscriptionId",
4051
+ "description": "ID of the App Store subscription",
3867
4052
  "type": {
3868
4053
  "kind": "NON_NULL",
3869
4054
  "name": null,
@@ -3878,8 +4063,8 @@
3878
4063
  "deprecationReason": null
3879
4064
  },
3880
4065
  {
3881
- "name": "privateKey",
3882
- "description": "The private key in App Store Connect (.p8 file content)",
4066
+ "name": "planRefId",
4067
+ "description": "Ref ID of the Stigg plan",
3883
4068
  "type": {
3884
4069
  "kind": "NON_NULL",
3885
4070
  "name": null,
@@ -3892,22 +4077,85 @@
3892
4077
  "defaultValue": null,
3893
4078
  "isDeprecated": false,
3894
4079
  "deprecationReason": null
4080
+ }
4081
+ ],
4082
+ "interfaces": null,
4083
+ "enumValues": null,
4084
+ "possibleTypes": null
4085
+ },
4086
+ {
4087
+ "kind": "INPUT_OBJECT",
4088
+ "name": "AppStoreSubscriptionsToPlansMappingInput",
4089
+ "description": "Input for mapping App Store subscriptions to plans",
4090
+ "fields": null,
4091
+ "inputFields": [
4092
+ {
4093
+ "name": "appStoreSubscriptionMapping",
4094
+ "description": "Array of App Store subscription mappings",
4095
+ "type": {
4096
+ "kind": "NON_NULL",
4097
+ "name": null,
4098
+ "ofType": {
4099
+ "kind": "LIST",
4100
+ "name": null,
4101
+ "ofType": {
4102
+ "kind": "NON_NULL",
4103
+ "name": null,
4104
+ "ofType": {
4105
+ "kind": "INPUT_OBJECT",
4106
+ "name": "AppStoreSubscriptionMappingInput",
4107
+ "ofType": null
4108
+ }
4109
+ }
4110
+ }
4111
+ },
4112
+ "defaultValue": null,
4113
+ "isDeprecated": false,
4114
+ "deprecationReason": null
3895
4115
  },
3896
4116
  {
3897
- "name": "sandboxEnvironment",
3898
- "description": "Whether the app is in sandbox environment",
4117
+ "name": "applicationId",
4118
+ "description": "ID of the App Store application",
3899
4119
  "type": {
3900
4120
  "kind": "NON_NULL",
3901
4121
  "name": null,
3902
4122
  "ofType": {
3903
4123
  "kind": "SCALAR",
3904
- "name": "Boolean",
4124
+ "name": "String",
4125
+ "ofType": null
4126
+ }
4127
+ },
4128
+ "defaultValue": null,
4129
+ "isDeprecated": false,
4130
+ "deprecationReason": null
4131
+ },
4132
+ {
4133
+ "name": "bundleId",
4134
+ "description": "Bundle ID of the App Store application",
4135
+ "type": {
4136
+ "kind": "NON_NULL",
4137
+ "name": null,
4138
+ "ofType": {
4139
+ "kind": "SCALAR",
4140
+ "name": "String",
3905
4141
  "ofType": null
3906
4142
  }
3907
4143
  },
3908
4144
  "defaultValue": null,
3909
4145
  "isDeprecated": false,
3910
4146
  "deprecationReason": null
4147
+ },
4148
+ {
4149
+ "name": "environmentId",
4150
+ "description": "The unique identifier for the environment",
4151
+ "type": {
4152
+ "kind": "SCALAR",
4153
+ "name": "UUID",
4154
+ "ofType": null
4155
+ },
4156
+ "defaultValue": null,
4157
+ "isDeprecated": false,
4158
+ "deprecationReason": null
3911
4159
  }
3912
4160
  ],
3913
4161
  "interfaces": null,
@@ -30534,7 +30782,7 @@
30534
30782
  },
30535
30783
  {
30536
30784
  "name": "CannotArchiveProductError",
30537
- "description": "Cannot archive product because one or more of it packages cannot be archived",
30785
+ "description": "Cannot archive product",
30538
30786
  "isDeprecated": false,
30539
30787
  "deprecationReason": null
30540
30788
  },
@@ -30580,6 +30828,12 @@
30580
30828
  "isDeprecated": false,
30581
30829
  "deprecationReason": null
30582
30830
  },
30831
+ {
30832
+ "name": "CannotUnarchiveProductError",
30833
+ "description": "Cannot unarchive product",
30834
+ "isDeprecated": false,
30835
+ "deprecationReason": null
30836
+ },
30583
30837
  {
30584
30838
  "name": "CannotUpdateExpireAtForExpiredCreditGrantError",
30585
30839
  "description": "Cannot update expireAt for an expired credit grant",
@@ -33760,6 +34014,12 @@
33760
34014
  "isDeprecated": false,
33761
34015
  "deprecationReason": null
33762
34016
  },
34017
+ {
34018
+ "name": "PRODUCT_UNARCHIVED",
34019
+ "description": "Product unarchived",
34020
+ "isDeprecated": false,
34021
+ "deprecationReason": null
34022
+ },
33763
34023
  {
33764
34024
  "name": "PRODUCT_UPDATED",
33765
34025
  "description": "Product updated",
@@ -45587,6 +45847,138 @@
45587
45847
  "enumValues": null,
45588
45848
  "possibleTypes": null
45589
45849
  },
45850
+ {
45851
+ "kind": "INPUT_OBJECT",
45852
+ "name": "ListAppStoreApplicationsInput",
45853
+ "description": "Input for listing App Store applications",
45854
+ "fields": null,
45855
+ "inputFields": [
45856
+ {
45857
+ "name": "environmentId",
45858
+ "description": "The unique identifier for the environment",
45859
+ "type": {
45860
+ "kind": "SCALAR",
45861
+ "name": "UUID",
45862
+ "ofType": null
45863
+ },
45864
+ "defaultValue": null,
45865
+ "isDeprecated": false,
45866
+ "deprecationReason": null
45867
+ }
45868
+ ],
45869
+ "interfaces": null,
45870
+ "enumValues": null,
45871
+ "possibleTypes": null
45872
+ },
45873
+ {
45874
+ "kind": "OBJECT",
45875
+ "name": "ListAppStoreApplicationsResult",
45876
+ "description": "Response containing the result of the App Store applications list",
45877
+ "fields": [
45878
+ {
45879
+ "name": "applications",
45880
+ "description": "Array of App Store applications",
45881
+ "args": [],
45882
+ "type": {
45883
+ "kind": "NON_NULL",
45884
+ "name": null,
45885
+ "ofType": {
45886
+ "kind": "LIST",
45887
+ "name": null,
45888
+ "ofType": {
45889
+ "kind": "NON_NULL",
45890
+ "name": null,
45891
+ "ofType": {
45892
+ "kind": "OBJECT",
45893
+ "name": "AppStoreApplication",
45894
+ "ofType": null
45895
+ }
45896
+ }
45897
+ }
45898
+ },
45899
+ "isDeprecated": false,
45900
+ "deprecationReason": null
45901
+ }
45902
+ ],
45903
+ "inputFields": null,
45904
+ "interfaces": [],
45905
+ "enumValues": null,
45906
+ "possibleTypes": null
45907
+ },
45908
+ {
45909
+ "kind": "INPUT_OBJECT",
45910
+ "name": "ListAppStoreSubscriptionsInput",
45911
+ "description": "Input for listing App Store subscriptions for an application",
45912
+ "fields": null,
45913
+ "inputFields": [
45914
+ {
45915
+ "name": "applicationId",
45916
+ "description": "ID of the App Store application",
45917
+ "type": {
45918
+ "kind": "NON_NULL",
45919
+ "name": null,
45920
+ "ofType": {
45921
+ "kind": "SCALAR",
45922
+ "name": "String",
45923
+ "ofType": null
45924
+ }
45925
+ },
45926
+ "defaultValue": null,
45927
+ "isDeprecated": false,
45928
+ "deprecationReason": null
45929
+ },
45930
+ {
45931
+ "name": "environmentId",
45932
+ "description": "The unique identifier for the environment",
45933
+ "type": {
45934
+ "kind": "SCALAR",
45935
+ "name": "UUID",
45936
+ "ofType": null
45937
+ },
45938
+ "defaultValue": null,
45939
+ "isDeprecated": false,
45940
+ "deprecationReason": null
45941
+ }
45942
+ ],
45943
+ "interfaces": null,
45944
+ "enumValues": null,
45945
+ "possibleTypes": null
45946
+ },
45947
+ {
45948
+ "kind": "OBJECT",
45949
+ "name": "ListAppStoreSubscriptionsResult",
45950
+ "description": "Response containing the result of the App Store subscriptions list",
45951
+ "fields": [
45952
+ {
45953
+ "name": "subscriptions",
45954
+ "description": "Array of App Store subscriptions",
45955
+ "args": [],
45956
+ "type": {
45957
+ "kind": "NON_NULL",
45958
+ "name": null,
45959
+ "ofType": {
45960
+ "kind": "LIST",
45961
+ "name": null,
45962
+ "ofType": {
45963
+ "kind": "NON_NULL",
45964
+ "name": null,
45965
+ "ofType": {
45966
+ "kind": "OBJECT",
45967
+ "name": "AppStoreSubscription",
45968
+ "ofType": null
45969
+ }
45970
+ }
45971
+ }
45972
+ },
45973
+ "isDeprecated": false,
45974
+ "deprecationReason": null
45975
+ }
45976
+ ],
45977
+ "inputFields": null,
45978
+ "interfaces": [],
45979
+ "enumValues": null,
45980
+ "possibleTypes": null
45981
+ },
45590
45982
  {
45591
45983
  "kind": "OBJECT",
45592
45984
  "name": "ListAwsProductDimensionsDTO",
@@ -45719,6 +46111,33 @@
45719
46111
  "enumValues": null,
45720
46112
  "possibleTypes": null
45721
46113
  },
46114
+ {
46115
+ "kind": "OBJECT",
46116
+ "name": "MapAppStoreSubscriptionsToPlansResult",
46117
+ "description": "Response containing the result of the App Store subscriptions to plans mapping",
46118
+ "fields": [
46119
+ {
46120
+ "name": "success",
46121
+ "description": "Whether the mapping was successful",
46122
+ "args": [],
46123
+ "type": {
46124
+ "kind": "NON_NULL",
46125
+ "name": null,
46126
+ "ofType": {
46127
+ "kind": "SCALAR",
46128
+ "name": "Boolean",
46129
+ "ofType": null
46130
+ }
46131
+ },
46132
+ "isDeprecated": false,
46133
+ "deprecationReason": null
46134
+ }
46135
+ ],
46136
+ "inputFields": null,
46137
+ "interfaces": [],
46138
+ "enumValues": null,
46139
+ "possibleTypes": null
46140
+ },
45722
46141
  {
45723
46142
  "kind": "INPUT_OBJECT",
45724
46143
  "name": "MarkInvoiceAsPaidInput",
@@ -50138,6 +50557,39 @@
50138
50557
  "isDeprecated": false,
50139
50558
  "deprecationReason": null
50140
50559
  },
50560
+ {
50561
+ "name": "mapAppStoreSubscriptionsToPlans",
50562
+ "description": "Map App Store subscriptions to Stigg plans",
50563
+ "args": [
50564
+ {
50565
+ "name": "input",
50566
+ "description": null,
50567
+ "type": {
50568
+ "kind": "NON_NULL",
50569
+ "name": null,
50570
+ "ofType": {
50571
+ "kind": "INPUT_OBJECT",
50572
+ "name": "AppStoreSubscriptionsToPlansMappingInput",
50573
+ "ofType": null
50574
+ }
50575
+ },
50576
+ "defaultValue": null,
50577
+ "isDeprecated": false,
50578
+ "deprecationReason": null
50579
+ }
50580
+ ],
50581
+ "type": {
50582
+ "kind": "NON_NULL",
50583
+ "name": null,
50584
+ "ofType": {
50585
+ "kind": "OBJECT",
50586
+ "name": "MapAppStoreSubscriptionsToPlansResult",
50587
+ "ofType": null
50588
+ }
50589
+ },
50590
+ "isDeprecated": false,
50591
+ "deprecationReason": null
50592
+ },
50141
50593
  {
50142
50594
  "name": "markInvoiceAsPaid",
50143
50595
  "description": "Triggers mark invoice as paid for the given subscription",
@@ -52265,6 +52717,39 @@
52265
52717
  "isDeprecated": false,
52266
52718
  "deprecationReason": null
52267
52719
  },
52720
+ {
52721
+ "name": "unarchiveOneProduct",
52722
+ "description": "Unarchive a product",
52723
+ "args": [
52724
+ {
52725
+ "name": "input",
52726
+ "description": "Input for unarchiving a product",
52727
+ "type": {
52728
+ "kind": "NON_NULL",
52729
+ "name": null,
52730
+ "ofType": {
52731
+ "kind": "INPUT_OBJECT",
52732
+ "name": "UnArchiveProductInput",
52733
+ "ofType": null
52734
+ }
52735
+ },
52736
+ "defaultValue": null,
52737
+ "isDeprecated": false,
52738
+ "deprecationReason": null
52739
+ }
52740
+ ],
52741
+ "type": {
52742
+ "kind": "NON_NULL",
52743
+ "name": null,
52744
+ "ofType": {
52745
+ "kind": "OBJECT",
52746
+ "name": "Product",
52747
+ "ofType": null
52748
+ }
52749
+ },
52750
+ "isDeprecated": false,
52751
+ "deprecationReason": null
52752
+ },
52268
52753
  {
52269
52754
  "name": "unarchivePlan",
52270
52755
  "description": "Unarchive a plan",
@@ -77636,6 +78121,72 @@
77636
78121
  "isDeprecated": false,
77637
78122
  "deprecationReason": null
77638
78123
  },
78124
+ {
78125
+ "name": "listAppStoreApplications",
78126
+ "description": "List App Store applications",
78127
+ "args": [
78128
+ {
78129
+ "name": "input",
78130
+ "description": null,
78131
+ "type": {
78132
+ "kind": "NON_NULL",
78133
+ "name": null,
78134
+ "ofType": {
78135
+ "kind": "INPUT_OBJECT",
78136
+ "name": "ListAppStoreApplicationsInput",
78137
+ "ofType": null
78138
+ }
78139
+ },
78140
+ "defaultValue": null,
78141
+ "isDeprecated": false,
78142
+ "deprecationReason": null
78143
+ }
78144
+ ],
78145
+ "type": {
78146
+ "kind": "NON_NULL",
78147
+ "name": null,
78148
+ "ofType": {
78149
+ "kind": "OBJECT",
78150
+ "name": "ListAppStoreApplicationsResult",
78151
+ "ofType": null
78152
+ }
78153
+ },
78154
+ "isDeprecated": false,
78155
+ "deprecationReason": null
78156
+ },
78157
+ {
78158
+ "name": "listAppStoreSubscriptions",
78159
+ "description": "List App Store subscriptions for an application",
78160
+ "args": [
78161
+ {
78162
+ "name": "input",
78163
+ "description": null,
78164
+ "type": {
78165
+ "kind": "NON_NULL",
78166
+ "name": null,
78167
+ "ofType": {
78168
+ "kind": "INPUT_OBJECT",
78169
+ "name": "ListAppStoreSubscriptionsInput",
78170
+ "ofType": null
78171
+ }
78172
+ },
78173
+ "defaultValue": null,
78174
+ "isDeprecated": false,
78175
+ "deprecationReason": null
78176
+ }
78177
+ ],
78178
+ "type": {
78179
+ "kind": "NON_NULL",
78180
+ "name": null,
78181
+ "ofType": {
78182
+ "kind": "OBJECT",
78183
+ "name": "ListAppStoreSubscriptionsResult",
78184
+ "ofType": null
78185
+ }
78186
+ },
78187
+ "isDeprecated": false,
78188
+ "deprecationReason": null
78189
+ },
77639
78190
  {
77640
78191
  "name": "listAwsProductDimensions",
77641
78192
  "description": "List AWS Marketplace product dimensions",
@@ -96925,6 +97476,45 @@
96925
97476
  "enumValues": null,
96926
97477
  "possibleTypes": null
96927
97478
  },
97479
+ {
97480
+ "kind": "INPUT_OBJECT",
97481
+ "name": "UnArchiveProductInput",
97482
+ "description": "Input for unarchiving a product",
97483
+ "fields": null,
97484
+ "inputFields": [
97485
+ {
97486
+ "name": "environmentId",
97487
+ "description": "Environment ID to unarchive the product in",
97488
+ "type": {
97489
+ "kind": "SCALAR",
97490
+ "name": "UUID",
97491
+ "ofType": null
97492
+ },
97493
+ "defaultValue": null,
97494
+ "isDeprecated": false,
97495
+ "deprecationReason": null
97496
+ },
97497
+ {
97498
+ "name": "refId",
97499
+ "description": "Product refId to unarchive",
97500
+ "type": {
97501
+ "kind": "NON_NULL",
97502
+ "name": null,
97503
+ "ofType": {
97504
+ "kind": "SCALAR",
97505
+ "name": "String",
97506
+ "ofType": null
97507
+ }
97508
+ },
97509
+ "defaultValue": null,
97510
+ "isDeprecated": false,
97511
+ "deprecationReason": null
97512
+ }
97513
+ ],
97514
+ "interfaces": null,
97515
+ "enumValues": null,
97516
+ "possibleTypes": null
97517
+ },
96928
97518
  {
96929
97519
  "kind": "OBJECT",
96930
97520
  "name": "UnPublishedPackageError",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "5.71.0"
4
+ VERSION = "5.74.0"
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: 5.71.0
4
+ version: 5.74.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-12-11 00:00:00.000000000 Z
11
+ date: 2025-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient