stigg-api-client 5.72.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: da5ba2c90c1c24c1ce8c611118e23be7db477f680826fdfa190a551404db59b1
4
- data.tar.gz: d2e35523c578dfe2773cb195e13c24ecf49e4aa17e44e659fdf80c7b2940dc7a
3
+ metadata.gz: 4daede5013aa4aee7dc9d6b81c3f0de76e74a68befbd4abe649698ca176f71f1
4
+ data.tar.gz: 7e05353acd8a65184bcd59998aa2edaa70d3568835917607cfc736c92127b1d8
5
5
  SHA512:
6
- metadata.gz: fec69e9c47201b46f6a51ecb291147b2a3d268e2fb910ce1b822b858bffa3f92474ffabcbef8c033ad7797f5685c52ce8c3cf942f601a8db9025e79ba8d61421
7
- data.tar.gz: 6a9e943921d2082cdbdff51ffa8a864c89778d71394a70f9ed6c2d271a2ccdc84beced65c0e1737e53fc5660e035c5dc3fcc11a0500c86e4c92fd0d817909a1a
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.72.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,40 @@
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
+ "args": [],
3732
+ "type": {
3733
+ "kind": "NON_NULL",
3734
+ "name": null,
3735
+ "ofType": {
3736
+ "kind": "SCALAR",
3737
+ "name": "String",
3738
+ "ofType": null
3739
+ }
3740
+ },
3741
+ "isDeprecated": false,
3742
+ "deprecationReason": null
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",
3731
3763
  "args": [],
3732
3764
  "type": {
3733
3765
  "kind": "NON_NULL",
@@ -3740,6 +3772,41 @@
3740
3772
  },
3741
3773
  "isDeprecated": false,
3742
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
3743
3810
  },
3744
3811
  {
3745
3812
  "name": "issuerId",
@@ -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,59 @@
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",
4068
+ "type": {
4069
+ "kind": "NON_NULL",
4070
+ "name": null,
4071
+ "ofType": {
4072
+ "kind": "SCALAR",
4073
+ "name": "String",
4074
+ "ofType": null
4075
+ }
4076
+ },
4077
+ "defaultValue": null,
4078
+ "isDeprecated": false,
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
4115
+ },
4116
+ {
4117
+ "name": "applicationId",
4118
+ "description": "ID of the App Store application",
3883
4119
  "type": {
3884
4120
  "kind": "NON_NULL",
3885
4121
  "name": null,
@@ -3894,20 +4130,32 @@
3894
4130
  "deprecationReason": null
3895
4131
  },
3896
4132
  {
3897
- "name": "sandboxEnvironment",
3898
- "description": "Whether the app is in sandbox environment",
4133
+ "name": "bundleId",
4134
+ "description": "Bundle ID of the App Store application",
3899
4135
  "type": {
3900
4136
  "kind": "NON_NULL",
3901
4137
  "name": null,
3902
4138
  "ofType": {
3903
4139
  "kind": "SCALAR",
3904
- "name": "Boolean",
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,
@@ -45599,6 +45847,138 @@
45599
45847
  "enumValues": null,
45600
45848
  "possibleTypes": null
45601
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
+ },
45602
45982
  {
45603
45983
  "kind": "OBJECT",
45604
45984
  "name": "ListAwsProductDimensionsDTO",
@@ -45731,6 +46111,33 @@
45731
46111
  "enumValues": null,
45732
46112
  "possibleTypes": null
45733
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
+ },
45734
46141
  {
45735
46142
  "kind": "INPUT_OBJECT",
45736
46143
  "name": "MarkInvoiceAsPaidInput",
@@ -50150,6 +50557,39 @@
50150
50557
  "isDeprecated": false,
50151
50558
  "deprecationReason": null
50152
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
+ },
50153
50593
  {
50154
50594
  "name": "markInvoiceAsPaid",
50155
50595
  "description": "Triggers mark invoice as paid for the given subscription",
@@ -77681,6 +78121,72 @@
77681
78121
  "isDeprecated": false,
77682
78122
  "deprecationReason": null
77683
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
+ },
77684
78190
  {
77685
78191
  "name": "listAwsProductDimensions",
77686
78192
  "description": "List AWS Marketplace product dimensions",
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.72.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.72.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-14 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