stigg-api-client 2.214.0 → 2.222.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: afbcbcf4342c87fee4de71d57988093f89f3bc8ce7c6a9ff043dac7dd29d558b
4
- data.tar.gz: 9f297636a98995e4c1ccce6a64e25731a3e21dc09ea5e03ee0a7d1a0139675c8
3
+ metadata.gz: 835fbc35fa08c8dd89609a54908f100d1f07f0e78e80cacc49deecd8d338babd
4
+ data.tar.gz: d34b488c0127bc4d0a25890f7d2fcaa787f51b4ca9545c91b1a3ea3530c87bc3
5
5
  SHA512:
6
- metadata.gz: 5c5fe421930c919e0a681dcb36571ea853515d94cbc71661104f18a124247520df0fc80cbcbb1172319dd84285dcb55e8091c7b5e4cb2a545968d23e214673d7
7
- data.tar.gz: c58063d9d3c9ee790ac295e2081b09027c68f263ed19b0b8c11099206c1a258ad74d24feaf5c88704ac422deca5610551706dcf1b1b27fb549283d9c95b57993
6
+ metadata.gz: 297cf505a02dd727353b10f18d256d82710eb36ab4fabd2acc253cc307f023809c5e333ae4177e94af426d488bf7c89d04ff0c8722273e48fda47e327d997d0e
7
+ data.tar.gz: d64be5e37b1e7b3f03786257ee524802b16abd4d8ff8d6dc222594c47aaba6f69ca05fbb6197e3035d28c0f23e8a2e1be4fd425efb00c733a9ffaf975c24483b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.214.0)
4
+ stigg-api-client (2.222.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -1545,6 +1545,11 @@ module Stigg
1545
1545
  addonRefId
1546
1546
  quantity
1547
1547
  }
1548
+ priceOverrides {
1549
+ planRefId
1550
+ addonRefId
1551
+ featureId
1552
+ }
1548
1553
  }
1549
1554
  ... on DowngradeChangeVariables {
1550
1555
  downgradePlanRefId
@@ -1557,6 +1562,11 @@ module Stigg
1557
1562
  addonRefId
1558
1563
  quantity
1559
1564
  }
1565
+ priceOverrides {
1566
+ planRefId
1567
+ addonRefId
1568
+ featureId
1569
+ }
1560
1570
  }
1561
1571
  ... on BillingPeriodChangeVariables {
1562
1572
  billingPeriod
@@ -1569,6 +1579,14 @@ module Stigg
1569
1579
  addonRefId
1570
1580
  newQuantity
1571
1581
  }
1582
+ ... on PlanPriceOverrideChangeVariables {
1583
+ planRefId
1584
+ featureId
1585
+ }
1586
+ ... on AddonPriceOverrideChangeVariables {
1587
+ addonRefId
1588
+ featureId
1589
+ }
1572
1590
  }
1573
1591
  GRAPHQL
1574
1592
  end
@@ -3992,11 +3992,143 @@
3992
3992
  "enumValues": null,
3993
3993
  "possibleTypes": null
3994
3994
  },
3995
+ {
3996
+ "kind": "OBJECT",
3997
+ "name": "Auth0ApplicationDTO",
3998
+ "description": null,
3999
+ "fields": [
4000
+ {
4001
+ "name": "appId",
4002
+ "description": null,
4003
+ "args": [],
4004
+ "type": {
4005
+ "kind": "NON_NULL",
4006
+ "name": null,
4007
+ "ofType": {
4008
+ "kind": "SCALAR",
4009
+ "name": "String",
4010
+ "ofType": null
4011
+ }
4012
+ },
4013
+ "isDeprecated": false,
4014
+ "deprecationReason": null
4015
+ },
4016
+ {
4017
+ "name": "name",
4018
+ "description": null,
4019
+ "args": [],
4020
+ "type": {
4021
+ "kind": "NON_NULL",
4022
+ "name": null,
4023
+ "ofType": {
4024
+ "kind": "SCALAR",
4025
+ "name": "String",
4026
+ "ofType": null
4027
+ }
4028
+ },
4029
+ "isDeprecated": false,
4030
+ "deprecationReason": null
4031
+ },
4032
+ {
4033
+ "name": "type",
4034
+ "description": null,
4035
+ "args": [],
4036
+ "type": {
4037
+ "kind": "ENUM",
4038
+ "name": "Auth0ApplicationType",
4039
+ "ofType": null
4040
+ },
4041
+ "isDeprecated": false,
4042
+ "deprecationReason": null
4043
+ }
4044
+ ],
4045
+ "inputFields": null,
4046
+ "interfaces": [],
4047
+ "enumValues": null,
4048
+ "possibleTypes": null
4049
+ },
4050
+ {
4051
+ "kind": "ENUM",
4052
+ "name": "Auth0ApplicationType",
4053
+ "description": "Auth0 application type.",
4054
+ "fields": null,
4055
+ "inputFields": null,
4056
+ "interfaces": null,
4057
+ "enumValues": [
4058
+ {
4059
+ "name": "BOTH",
4060
+ "description": null,
4061
+ "isDeprecated": false,
4062
+ "deprecationReason": null
4063
+ },
4064
+ {
4065
+ "name": "INDIVIDUAL",
4066
+ "description": null,
4067
+ "isDeprecated": false,
4068
+ "deprecationReason": null
4069
+ },
4070
+ {
4071
+ "name": "ORGANIZATION",
4072
+ "description": null,
4073
+ "isDeprecated": false,
4074
+ "deprecationReason": null
4075
+ }
4076
+ ],
4077
+ "possibleTypes": null
4078
+ },
3995
4079
  {
3996
4080
  "kind": "OBJECT",
3997
4081
  "name": "Auth0Credentials",
3998
4082
  "description": null,
3999
4083
  "fields": [
4084
+ {
4085
+ "name": "applicationId",
4086
+ "description": null,
4087
+ "args": [],
4088
+ "type": {
4089
+ "kind": "NON_NULL",
4090
+ "name": null,
4091
+ "ofType": {
4092
+ "kind": "SCALAR",
4093
+ "name": "String",
4094
+ "ofType": null
4095
+ }
4096
+ },
4097
+ "isDeprecated": false,
4098
+ "deprecationReason": null
4099
+ },
4100
+ {
4101
+ "name": "applicationName",
4102
+ "description": null,
4103
+ "args": [],
4104
+ "type": {
4105
+ "kind": "NON_NULL",
4106
+ "name": null,
4107
+ "ofType": {
4108
+ "kind": "SCALAR",
4109
+ "name": "String",
4110
+ "ofType": null
4111
+ }
4112
+ },
4113
+ "isDeprecated": false,
4114
+ "deprecationReason": null
4115
+ },
4116
+ {
4117
+ "name": "applicationType",
4118
+ "description": null,
4119
+ "args": [],
4120
+ "type": {
4121
+ "kind": "NON_NULL",
4122
+ "name": null,
4123
+ "ofType": {
4124
+ "kind": "ENUM",
4125
+ "name": "Auth0ApplicationType",
4126
+ "ofType": null
4127
+ }
4128
+ },
4129
+ "isDeprecated": false,
4130
+ "deprecationReason": null
4131
+ },
4000
4132
  {
4001
4133
  "name": "clientId",
4002
4134
  "description": null,
@@ -4029,6 +4161,54 @@
4029
4161
  "isDeprecated": false,
4030
4162
  "deprecationReason": null
4031
4163
  },
4164
+ {
4165
+ "name": "individualInitialPlanId",
4166
+ "description": null,
4167
+ "args": [],
4168
+ "type": {
4169
+ "kind": "SCALAR",
4170
+ "name": "String",
4171
+ "ofType": null
4172
+ },
4173
+ "isDeprecated": false,
4174
+ "deprecationReason": null
4175
+ },
4176
+ {
4177
+ "name": "individualSubscriptionStartSetup",
4178
+ "description": null,
4179
+ "args": [],
4180
+ "type": {
4181
+ "kind": "ENUM",
4182
+ "name": "SubscriptionStartSetup",
4183
+ "ofType": null
4184
+ },
4185
+ "isDeprecated": false,
4186
+ "deprecationReason": null
4187
+ },
4188
+ {
4189
+ "name": "organizationInitialPlanId",
4190
+ "description": null,
4191
+ "args": [],
4192
+ "type": {
4193
+ "kind": "SCALAR",
4194
+ "name": "String",
4195
+ "ofType": null
4196
+ },
4197
+ "isDeprecated": false,
4198
+ "deprecationReason": null
4199
+ },
4200
+ {
4201
+ "name": "organizationSubscriptionStartSetup",
4202
+ "description": null,
4203
+ "args": [],
4204
+ "type": {
4205
+ "kind": "ENUM",
4206
+ "name": "SubscriptionStartSetup",
4207
+ "ofType": null
4208
+ },
4209
+ "isDeprecated": false,
4210
+ "deprecationReason": null
4211
+ },
4032
4212
  {
4033
4213
  "name": "region",
4034
4214
  "description": null,
@@ -4073,6 +4253,54 @@
4073
4253
  "description": null,
4074
4254
  "fields": null,
4075
4255
  "inputFields": [
4256
+ {
4257
+ "name": "applicationId",
4258
+ "description": null,
4259
+ "type": {
4260
+ "kind": "NON_NULL",
4261
+ "name": null,
4262
+ "ofType": {
4263
+ "kind": "SCALAR",
4264
+ "name": "String",
4265
+ "ofType": null
4266
+ }
4267
+ },
4268
+ "defaultValue": null,
4269
+ "isDeprecated": false,
4270
+ "deprecationReason": null
4271
+ },
4272
+ {
4273
+ "name": "applicationName",
4274
+ "description": null,
4275
+ "type": {
4276
+ "kind": "NON_NULL",
4277
+ "name": null,
4278
+ "ofType": {
4279
+ "kind": "SCALAR",
4280
+ "name": "String",
4281
+ "ofType": null
4282
+ }
4283
+ },
4284
+ "defaultValue": null,
4285
+ "isDeprecated": false,
4286
+ "deprecationReason": null
4287
+ },
4288
+ {
4289
+ "name": "applicationType",
4290
+ "description": null,
4291
+ "type": {
4292
+ "kind": "NON_NULL",
4293
+ "name": null,
4294
+ "ofType": {
4295
+ "kind": "ENUM",
4296
+ "name": "Auth0ApplicationType",
4297
+ "ofType": null
4298
+ }
4299
+ },
4300
+ "defaultValue": null,
4301
+ "isDeprecated": false,
4302
+ "deprecationReason": null
4303
+ },
4076
4304
  {
4077
4305
  "name": "clientId",
4078
4306
  "description": null,
@@ -4105,6 +4333,54 @@
4105
4333
  "isDeprecated": false,
4106
4334
  "deprecationReason": null
4107
4335
  },
4336
+ {
4337
+ "name": "individualInitialPlanId",
4338
+ "description": null,
4339
+ "type": {
4340
+ "kind": "SCALAR",
4341
+ "name": "String",
4342
+ "ofType": null
4343
+ },
4344
+ "defaultValue": null,
4345
+ "isDeprecated": false,
4346
+ "deprecationReason": null
4347
+ },
4348
+ {
4349
+ "name": "individualSubscriptionStartSetup",
4350
+ "description": null,
4351
+ "type": {
4352
+ "kind": "ENUM",
4353
+ "name": "SubscriptionStartSetup",
4354
+ "ofType": null
4355
+ },
4356
+ "defaultValue": null,
4357
+ "isDeprecated": false,
4358
+ "deprecationReason": null
4359
+ },
4360
+ {
4361
+ "name": "organizationInitialPlanId",
4362
+ "description": null,
4363
+ "type": {
4364
+ "kind": "SCALAR",
4365
+ "name": "String",
4366
+ "ofType": null
4367
+ },
4368
+ "defaultValue": null,
4369
+ "isDeprecated": false,
4370
+ "deprecationReason": null
4371
+ },
4372
+ {
4373
+ "name": "organizationSubscriptionStartSetup",
4374
+ "description": null,
4375
+ "type": {
4376
+ "kind": "ENUM",
4377
+ "name": "SubscriptionStartSetup",
4378
+ "ofType": null
4379
+ },
4380
+ "defaultValue": null,
4381
+ "isDeprecated": false,
4382
+ "deprecationReason": null
4383
+ },
4108
4384
  {
4109
4385
  "name": "region",
4110
4386
  "description": null,
@@ -4112,8 +4388,8 @@
4112
4388
  "kind": "NON_NULL",
4113
4389
  "name": null,
4114
4390
  "ofType": {
4115
- "kind": "SCALAR",
4116
- "name": "String",
4391
+ "kind": "ENUM",
4392
+ "name": "Auth0Region",
4117
4393
  "ofType": null
4118
4394
  }
4119
4395
  },
@@ -31354,6 +31630,93 @@
31354
31630
  "enumValues": null,
31355
31631
  "possibleTypes": null
31356
31632
  },
31633
+ {
31634
+ "kind": "INPUT_OBJECT",
31635
+ "name": "GetAuth0ApplicationsInput",
31636
+ "description": null,
31637
+ "fields": null,
31638
+ "inputFields": [
31639
+ {
31640
+ "name": "clientId",
31641
+ "description": null,
31642
+ "type": {
31643
+ "kind": "NON_NULL",
31644
+ "name": null,
31645
+ "ofType": {
31646
+ "kind": "SCALAR",
31647
+ "name": "String",
31648
+ "ofType": null
31649
+ }
31650
+ },
31651
+ "defaultValue": null,
31652
+ "isDeprecated": false,
31653
+ "deprecationReason": null
31654
+ },
31655
+ {
31656
+ "name": "clientSecret",
31657
+ "description": null,
31658
+ "type": {
31659
+ "kind": "NON_NULL",
31660
+ "name": null,
31661
+ "ofType": {
31662
+ "kind": "SCALAR",
31663
+ "name": "String",
31664
+ "ofType": null
31665
+ }
31666
+ },
31667
+ "defaultValue": null,
31668
+ "isDeprecated": false,
31669
+ "deprecationReason": null
31670
+ },
31671
+ {
31672
+ "name": "environmentId",
31673
+ "description": null,
31674
+ "type": {
31675
+ "kind": "SCALAR",
31676
+ "name": "String",
31677
+ "ofType": null
31678
+ },
31679
+ "defaultValue": null,
31680
+ "isDeprecated": false,
31681
+ "deprecationReason": null
31682
+ },
31683
+ {
31684
+ "name": "region",
31685
+ "description": null,
31686
+ "type": {
31687
+ "kind": "NON_NULL",
31688
+ "name": null,
31689
+ "ofType": {
31690
+ "kind": "ENUM",
31691
+ "name": "Auth0Region",
31692
+ "ofType": null
31693
+ }
31694
+ },
31695
+ "defaultValue": null,
31696
+ "isDeprecated": false,
31697
+ "deprecationReason": null
31698
+ },
31699
+ {
31700
+ "name": "tenant",
31701
+ "description": null,
31702
+ "type": {
31703
+ "kind": "NON_NULL",
31704
+ "name": null,
31705
+ "ofType": {
31706
+ "kind": "SCALAR",
31707
+ "name": "String",
31708
+ "ofType": null
31709
+ }
31710
+ },
31711
+ "defaultValue": null,
31712
+ "isDeprecated": false,
31713
+ "deprecationReason": null
31714
+ }
31715
+ ],
31716
+ "interfaces": null,
31717
+ "enumValues": null,
31718
+ "possibleTypes": null
31719
+ },
31357
31720
  {
31358
31721
  "kind": "OBJECT",
31359
31722
  "name": "GetAwsExternalIdResult",
@@ -63295,6 +63658,47 @@
63295
63658
  "isDeprecated": false,
63296
63659
  "deprecationReason": null
63297
63660
  },
63661
+ {
63662
+ "name": "getAuth0Applications",
63663
+ "description": null,
63664
+ "args": [
63665
+ {
63666
+ "name": "input",
63667
+ "description": null,
63668
+ "type": {
63669
+ "kind": "NON_NULL",
63670
+ "name": null,
63671
+ "ofType": {
63672
+ "kind": "INPUT_OBJECT",
63673
+ "name": "GetAuth0ApplicationsInput",
63674
+ "ofType": null
63675
+ }
63676
+ },
63677
+ "defaultValue": null,
63678
+ "isDeprecated": false,
63679
+ "deprecationReason": null
63680
+ }
63681
+ ],
63682
+ "type": {
63683
+ "kind": "NON_NULL",
63684
+ "name": null,
63685
+ "ofType": {
63686
+ "kind": "LIST",
63687
+ "name": null,
63688
+ "ofType": {
63689
+ "kind": "NON_NULL",
63690
+ "name": null,
63691
+ "ofType": {
63692
+ "kind": "OBJECT",
63693
+ "name": "Auth0ApplicationDTO",
63694
+ "ofType": null
63695
+ }
63696
+ }
63697
+ }
63698
+ },
63699
+ "isDeprecated": false,
63700
+ "deprecationReason": null
63701
+ },
63298
63702
  {
63299
63703
  "name": "getAwsExternalId",
63300
63704
  "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.214.0"
4
+ VERSION = "2.222.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.214.0
4
+ version: 2.222.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-12-05 00:00:00.000000000 Z
11
+ date: 2024-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient