stigg-api-client 2.73.0 → 2.78.0

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: 4d85c2a8058de5f987a813d77b793e34f243daf4639e16b239f55b03cf4afc8a
4
- data.tar.gz: a2b905d3f3973973c5f246e575eeea3f50b9062761738568c1209ae3bb709c70
3
+ metadata.gz: 7def4f39d0475e3d73a09d78eaabc8cc85826c861733d05536448b2924b9da92
4
+ data.tar.gz: c8c2a44eece5f4a5de9814e38afe1284ded153d7b2f9e4ddbc4c657e94939305
5
5
  SHA512:
6
- metadata.gz: e925a2a76d68cd1902fbf26b998fb2d4ec977cdb5c44577392bb1ecbafa4bedb4dc34c2eccf1d59980a1650e8c203fc506e035925fcb8ad3c4d441331085912a
7
- data.tar.gz: f8f134373c35e9985023f27e8461f115d19d42d35b768577c11561d1f8b440dc749726bde67571f520547428a47ea8833523d507da0cf41487891e87d4e7ae74
6
+ metadata.gz: 40630af3e60980386aa6fb805c555021799630cbea0d69513d9c6c99de171a3c231b7487ebf70154c2f86fd4a8567ec8f7a0a19224eb0d606a8a08259afb9ed2
7
+ data.tar.gz: 72a43d937d884f4cc6989105d6a2f6bbc30b140642b7128fe804cdd818f10d12afcc6aa81a5f20eccdd20a4d3b75d735e56bd353a39f386ddac9bd13fa30b1dd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.73.0)
4
+ stigg-api-client (2.78.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -3929,6 +3929,203 @@
3929
3929
  "enumValues": null,
3930
3930
  "possibleTypes": null
3931
3931
  },
3932
+ {
3933
+ "kind": "OBJECT",
3934
+ "name": "Auth0Credentials",
3935
+ "description": null,
3936
+ "fields": [
3937
+ {
3938
+ "name": "clientId",
3939
+ "description": null,
3940
+ "args": [],
3941
+ "type": {
3942
+ "kind": "NON_NULL",
3943
+ "name": null,
3944
+ "ofType": {
3945
+ "kind": "SCALAR",
3946
+ "name": "String",
3947
+ "ofType": null
3948
+ }
3949
+ },
3950
+ "isDeprecated": false,
3951
+ "deprecationReason": null
3952
+ },
3953
+ {
3954
+ "name": "clientSecret",
3955
+ "description": null,
3956
+ "args": [],
3957
+ "type": {
3958
+ "kind": "NON_NULL",
3959
+ "name": null,
3960
+ "ofType": {
3961
+ "kind": "SCALAR",
3962
+ "name": "String",
3963
+ "ofType": null
3964
+ }
3965
+ },
3966
+ "isDeprecated": false,
3967
+ "deprecationReason": null
3968
+ },
3969
+ {
3970
+ "name": "region",
3971
+ "description": null,
3972
+ "args": [],
3973
+ "type": {
3974
+ "kind": "NON_NULL",
3975
+ "name": null,
3976
+ "ofType": {
3977
+ "kind": "ENUM",
3978
+ "name": "Auth0Region",
3979
+ "ofType": null
3980
+ }
3981
+ },
3982
+ "isDeprecated": false,
3983
+ "deprecationReason": null
3984
+ },
3985
+ {
3986
+ "name": "tenant",
3987
+ "description": null,
3988
+ "args": [],
3989
+ "type": {
3990
+ "kind": "NON_NULL",
3991
+ "name": null,
3992
+ "ofType": {
3993
+ "kind": "SCALAR",
3994
+ "name": "String",
3995
+ "ofType": null
3996
+ }
3997
+ },
3998
+ "isDeprecated": false,
3999
+ "deprecationReason": null
4000
+ }
4001
+ ],
4002
+ "inputFields": null,
4003
+ "interfaces": [],
4004
+ "enumValues": null,
4005
+ "possibleTypes": null
4006
+ },
4007
+ {
4008
+ "kind": "INPUT_OBJECT",
4009
+ "name": "Auth0CredentialsInput",
4010
+ "description": null,
4011
+ "fields": null,
4012
+ "inputFields": [
4013
+ {
4014
+ "name": "clientId",
4015
+ "description": null,
4016
+ "type": {
4017
+ "kind": "NON_NULL",
4018
+ "name": null,
4019
+ "ofType": {
4020
+ "kind": "SCALAR",
4021
+ "name": "String",
4022
+ "ofType": null
4023
+ }
4024
+ },
4025
+ "defaultValue": null,
4026
+ "isDeprecated": false,
4027
+ "deprecationReason": null
4028
+ },
4029
+ {
4030
+ "name": "clientSecret",
4031
+ "description": null,
4032
+ "type": {
4033
+ "kind": "NON_NULL",
4034
+ "name": null,
4035
+ "ofType": {
4036
+ "kind": "SCALAR",
4037
+ "name": "String",
4038
+ "ofType": null
4039
+ }
4040
+ },
4041
+ "defaultValue": null,
4042
+ "isDeprecated": false,
4043
+ "deprecationReason": null
4044
+ },
4045
+ {
4046
+ "name": "region",
4047
+ "description": null,
4048
+ "type": {
4049
+ "kind": "NON_NULL",
4050
+ "name": null,
4051
+ "ofType": {
4052
+ "kind": "SCALAR",
4053
+ "name": "String",
4054
+ "ofType": null
4055
+ }
4056
+ },
4057
+ "defaultValue": null,
4058
+ "isDeprecated": false,
4059
+ "deprecationReason": null
4060
+ },
4061
+ {
4062
+ "name": "tenant",
4063
+ "description": null,
4064
+ "type": {
4065
+ "kind": "NON_NULL",
4066
+ "name": null,
4067
+ "ofType": {
4068
+ "kind": "SCALAR",
4069
+ "name": "String",
4070
+ "ofType": null
4071
+ }
4072
+ },
4073
+ "defaultValue": null,
4074
+ "isDeprecated": false,
4075
+ "deprecationReason": null
4076
+ }
4077
+ ],
4078
+ "interfaces": null,
4079
+ "enumValues": null,
4080
+ "possibleTypes": null
4081
+ },
4082
+ {
4083
+ "kind": "ENUM",
4084
+ "name": "Auth0Region",
4085
+ "description": "Auth0 region.",
4086
+ "fields": null,
4087
+ "inputFields": null,
4088
+ "interfaces": null,
4089
+ "enumValues": [
4090
+ {
4091
+ "name": "AU",
4092
+ "description": null,
4093
+ "isDeprecated": false,
4094
+ "deprecationReason": null
4095
+ },
4096
+ {
4097
+ "name": "CA",
4098
+ "description": null,
4099
+ "isDeprecated": false,
4100
+ "deprecationReason": null
4101
+ },
4102
+ {
4103
+ "name": "EU",
4104
+ "description": null,
4105
+ "isDeprecated": false,
4106
+ "deprecationReason": null
4107
+ },
4108
+ {
4109
+ "name": "JP",
4110
+ "description": null,
4111
+ "isDeprecated": false,
4112
+ "deprecationReason": null
4113
+ },
4114
+ {
4115
+ "name": "UK",
4116
+ "description": null,
4117
+ "isDeprecated": false,
4118
+ "deprecationReason": null
4119
+ },
4120
+ {
4121
+ "name": "US",
4122
+ "description": null,
4123
+ "isDeprecated": false,
4124
+ "deprecationReason": null
4125
+ }
4126
+ ],
4127
+ "possibleTypes": null
4128
+ },
3932
4129
  {
3933
4130
  "kind": "OBJECT",
3934
4131
  "name": "AutoCancellationRule",
@@ -9259,6 +9456,18 @@
9259
9456
  "description": null,
9260
9457
  "fields": null,
9261
9458
  "inputFields": [
9459
+ {
9460
+ "name": "auth0Credentials",
9461
+ "description": null,
9462
+ "type": {
9463
+ "kind": "INPUT_OBJECT",
9464
+ "name": "Auth0CredentialsInput",
9465
+ "ofType": null
9466
+ },
9467
+ "defaultValue": null,
9468
+ "isDeprecated": false,
9469
+ "deprecationReason": null
9470
+ },
9262
9471
  {
9263
9472
  "name": "awsMarketplaceCredentials",
9264
9473
  "description": null,
@@ -9876,6 +10085,11 @@
9876
10085
  "interfaces": null,
9877
10086
  "enumValues": null,
9878
10087
  "possibleTypes": [
10088
+ {
10089
+ "kind": "OBJECT",
10090
+ "name": "Auth0Credentials",
10091
+ "ofType": null
10092
+ },
9879
10093
  {
9880
10094
  "kind": "OBJECT",
9881
10095
  "name": "AwsMarketplaceCredentials",
@@ -52991,6 +53205,30 @@
52991
53205
  "isDeprecated": false,
52992
53206
  "deprecationReason": null
52993
53207
  },
53208
+ {
53209
+ "name": "resetPeriod",
53210
+ "description": null,
53211
+ "args": [],
53212
+ "type": {
53213
+ "kind": "ENUM",
53214
+ "name": "EntitlementResetPeriod",
53215
+ "ofType": null
53216
+ },
53217
+ "isDeprecated": false,
53218
+ "deprecationReason": null
53219
+ },
53220
+ {
53221
+ "name": "resetPeriodConfiguration",
53222
+ "description": null,
53223
+ "args": [],
53224
+ "type": {
53225
+ "kind": "UNION",
53226
+ "name": "ResetPeriodConfiguration",
53227
+ "ofType": null
53228
+ },
53229
+ "isDeprecated": false,
53230
+ "deprecationReason": null
53231
+ },
52994
53232
  {
52995
53233
  "name": "tiers",
52996
53234
  "description": null,
@@ -53440,6 +53678,30 @@
53440
53678
  "isDeprecated": false,
53441
53679
  "deprecationReason": null
53442
53680
  },
53681
+ {
53682
+ "name": "resetPeriod",
53683
+ "description": null,
53684
+ "args": [],
53685
+ "type": {
53686
+ "kind": "ENUM",
53687
+ "name": "EntitlementResetPeriod",
53688
+ "ofType": null
53689
+ },
53690
+ "isDeprecated": false,
53691
+ "deprecationReason": null
53692
+ },
53693
+ {
53694
+ "name": "resetPeriodConfiguration",
53695
+ "description": null,
53696
+ "args": [],
53697
+ "type": {
53698
+ "kind": "UNION",
53699
+ "name": "ResetPeriodConfiguration",
53700
+ "ofType": null
53701
+ },
53702
+ "isDeprecated": false,
53703
+ "deprecationReason": null
53704
+ },
53443
53705
  {
53444
53706
  "name": "tiers",
53445
53707
  "description": null,
@@ -54725,6 +54987,18 @@
54725
54987
  "isDeprecated": false,
54726
54988
  "deprecationReason": null
54727
54989
  },
54990
+ {
54991
+ "name": "monthlyResetPeriodConfiguration",
54992
+ "description": null,
54993
+ "type": {
54994
+ "kind": "INPUT_OBJECT",
54995
+ "name": "MonthlyResetPeriodConfigInput",
54996
+ "ofType": null
54997
+ },
54998
+ "defaultValue": null,
54999
+ "isDeprecated": false,
55000
+ "deprecationReason": null
55001
+ },
54728
55002
  {
54729
55003
  "name": "pricePeriods",
54730
55004
  "description": null,
@@ -54749,6 +55023,18 @@
54749
55023
  "isDeprecated": false,
54750
55024
  "deprecationReason": null
54751
55025
  },
55026
+ {
55027
+ "name": "resetPeriod",
55028
+ "description": null,
55029
+ "type": {
55030
+ "kind": "ENUM",
55031
+ "name": "EntitlementResetPeriod",
55032
+ "ofType": null
55033
+ },
55034
+ "defaultValue": null,
55035
+ "isDeprecated": false,
55036
+ "deprecationReason": null
55037
+ },
54752
55038
  {
54753
55039
  "name": "tiersMode",
54754
55040
  "description": null,
@@ -54760,6 +55046,30 @@
54760
55046
  "defaultValue": null,
54761
55047
  "isDeprecated": false,
54762
55048
  "deprecationReason": null
55049
+ },
55050
+ {
55051
+ "name": "weeklyResetPeriodConfiguration",
55052
+ "description": null,
55053
+ "type": {
55054
+ "kind": "INPUT_OBJECT",
55055
+ "name": "WeeklyResetPeriodConfigInput",
55056
+ "ofType": null
55057
+ },
55058
+ "defaultValue": null,
55059
+ "isDeprecated": false,
55060
+ "deprecationReason": null
55061
+ },
55062
+ {
55063
+ "name": "yearlyResetPeriodConfiguration",
55064
+ "description": null,
55065
+ "type": {
55066
+ "kind": "INPUT_OBJECT",
55067
+ "name": "YearlyResetPeriodConfigInput",
55068
+ "ofType": null
55069
+ },
55070
+ "defaultValue": null,
55071
+ "isDeprecated": false,
55072
+ "deprecationReason": null
54763
55073
  }
54764
55074
  ],
54765
55075
  "interfaces": null,
@@ -77704,6 +78014,18 @@
77704
78014
  "description": null,
77705
78015
  "fields": null,
77706
78016
  "inputFields": [
78017
+ {
78018
+ "name": "auth0Credentials",
78019
+ "description": null,
78020
+ "type": {
78021
+ "kind": "INPUT_OBJECT",
78022
+ "name": "Auth0CredentialsInput",
78023
+ "ofType": null
78024
+ },
78025
+ "defaultValue": null,
78026
+ "isDeprecated": false,
78027
+ "deprecationReason": null
78028
+ },
77707
78029
  {
77708
78030
  "name": "salesforceCredentials",
77709
78031
  "description": "Salesforce integration configuration",
@@ -80997,6 +81319,12 @@
80997
81319
  "inputFields": null,
80998
81320
  "interfaces": null,
80999
81321
  "enumValues": [
81322
+ {
81323
+ "name": "AUTH0",
81324
+ "description": null,
81325
+ "isDeprecated": false,
81326
+ "deprecationReason": null
81327
+ },
81000
81328
  {
81001
81329
  "name": "AWS_MARKETPLACE",
81002
81330
  "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 = "2.73.0"
4
+ VERSION = "2.78.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: 2.73.0
4
+ version: 2.78.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-08-13 00:00:00.000000000 Z
11
+ date: 2024-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient