stigg-api-client 2.240.0 → 2.248.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: e1b05ccb60d87e860a96c0b44e85d83e85b621721dddea0ce9c98f2f989e8b48
4
- data.tar.gz: 81bf0de8408781a877fd49f8f36185a8642d8f2552ca7397fd51823b8923d688
3
+ metadata.gz: bb2b069fa4a59af235a0af6c56efa953641a32236b12c2b16016d79e202d323e
4
+ data.tar.gz: b329c158ac75c855bc08947ded06dd224bfbf6b1fdd1febd08ab847a0e104952
5
5
  SHA512:
6
- metadata.gz: 75189ab798b6a0fbd8c45b8af323e4aa60ab4c4515fc304fc40d6266bddabdc2d8319407eea07910e55fdb1c51eab9ef7593825c46e10ca6c4918322d4399693
7
- data.tar.gz: 1b846de1a12c290dc39af1052796eedad00ae5a1535eb8afd68896028b74a98cb7000dcbec5f91ca02147ca727b9e00a2627d93e1be4e9187503d0efefd6b908
6
+ metadata.gz: fe4757a408c1706d53591ff96f6eb4266f1d2dd69c3bc67da9ebbe6c04f799b20b12b582a93342fcea83d4b0022cf43334c1492f708f2abb6b030917a370beee
7
+ data.tar.gz: aa3d43b9166ea857a849d12baa96d9e16c1a02da7ba3afa2dccbd2ff24a9d4374ebdd280eb08e9caf061320b2e42452b8d7c5a72ecd36e191cbed091ae83a111
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.240.0)
4
+ stigg-api-client (2.248.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -75,6 +75,65 @@
75
75
  ],
76
76
  "possibleTypes": null
77
77
  },
78
+ {
79
+ "kind": "OBJECT",
80
+ "name": "AccessRoles",
81
+ "description": "access roles",
82
+ "fields": [
83
+ {
84
+ "name": "accountRole",
85
+ "description": "Account level access of the user",
86
+ "args": [],
87
+ "type": {
88
+ "kind": "NON_NULL",
89
+ "name": null,
90
+ "ofType": {
91
+ "kind": "ENUM",
92
+ "name": "AccountAccessRole",
93
+ "ofType": null
94
+ }
95
+ },
96
+ "isDeprecated": false,
97
+ "deprecationReason": null
98
+ },
99
+ {
100
+ "name": "nonProductionRole",
101
+ "description": "Non-production environment level access of the user",
102
+ "args": [],
103
+ "type": {
104
+ "kind": "NON_NULL",
105
+ "name": null,
106
+ "ofType": {
107
+ "kind": "ENUM",
108
+ "name": "EnvironmentAccessRole",
109
+ "ofType": null
110
+ }
111
+ },
112
+ "isDeprecated": false,
113
+ "deprecationReason": null
114
+ },
115
+ {
116
+ "name": "productionRole",
117
+ "description": "Production environment level access of the user",
118
+ "args": [],
119
+ "type": {
120
+ "kind": "NON_NULL",
121
+ "name": null,
122
+ "ofType": {
123
+ "kind": "ENUM",
124
+ "name": "EnvironmentAccessRole",
125
+ "ofType": null
126
+ }
127
+ },
128
+ "isDeprecated": false,
129
+ "deprecationReason": null
130
+ }
131
+ ],
132
+ "inputFields": null,
133
+ "interfaces": [],
134
+ "enumValues": null,
135
+ "possibleTypes": null
136
+ },
78
137
  {
79
138
  "kind": "OBJECT",
80
139
  "name": "Account",
@@ -190,6 +249,29 @@
190
249
  "enumValues": null,
191
250
  "possibleTypes": null
192
251
  },
252
+ {
253
+ "kind": "ENUM",
254
+ "name": "AccountAccessRole",
255
+ "description": "Account access role of the user",
256
+ "fields": null,
257
+ "inputFields": null,
258
+ "interfaces": null,
259
+ "enumValues": [
260
+ {
261
+ "name": "MEMBER",
262
+ "description": null,
263
+ "isDeprecated": false,
264
+ "deprecationReason": null
265
+ },
266
+ {
267
+ "name": "OWNER",
268
+ "description": null,
269
+ "isDeprecated": false,
270
+ "deprecationReason": null
271
+ }
272
+ ],
273
+ "possibleTypes": null
274
+ },
193
275
  {
194
276
  "kind": "OBJECT",
195
277
  "name": "AccountNotFoundError",
@@ -23671,6 +23753,41 @@
23671
23753
  "enumValues": null,
23672
23754
  "possibleTypes": null
23673
23755
  },
23756
+ {
23757
+ "kind": "ENUM",
23758
+ "name": "EnvironmentAccessRole",
23759
+ "description": "Environment access role of the user",
23760
+ "fields": null,
23761
+ "inputFields": null,
23762
+ "interfaces": null,
23763
+ "enumValues": [
23764
+ {
23765
+ "name": "ADMIN",
23766
+ "description": null,
23767
+ "isDeprecated": false,
23768
+ "deprecationReason": null
23769
+ },
23770
+ {
23771
+ "name": "NONE",
23772
+ "description": null,
23773
+ "isDeprecated": false,
23774
+ "deprecationReason": null
23775
+ },
23776
+ {
23777
+ "name": "SUPPORT",
23778
+ "description": null,
23779
+ "isDeprecated": false,
23780
+ "deprecationReason": null
23781
+ },
23782
+ {
23783
+ "name": "VIEWER",
23784
+ "description": null,
23785
+ "isDeprecated": false,
23786
+ "deprecationReason": null
23787
+ }
23788
+ ],
23789
+ "possibleTypes": null
23790
+ },
23674
23791
  {
23675
23792
  "kind": "OBJECT",
23676
23793
  "name": "EnvironmentAggregateGroupBy",
@@ -37025,6 +37142,18 @@
37025
37142
  "name": "Member",
37026
37143
  "description": null,
37027
37144
  "fields": [
37145
+ {
37146
+ "name": "accessRoles",
37147
+ "description": "Get the access roles assigned to the member",
37148
+ "args": [],
37149
+ "type": {
37150
+ "kind": "OBJECT",
37151
+ "name": "AccessRoles",
37152
+ "ofType": null
37153
+ },
37154
+ "isDeprecated": false,
37155
+ "deprecationReason": null
37156
+ },
37028
37157
  {
37029
37158
  "name": "account",
37030
37159
  "description": null,
@@ -37160,6 +37289,22 @@
37160
37289
  },
37161
37290
  "isDeprecated": false,
37162
37291
  "deprecationReason": null
37292
+ },
37293
+ {
37294
+ "name": "userId",
37295
+ "description": "The id of the user associated with this member",
37296
+ "args": [],
37297
+ "type": {
37298
+ "kind": "NON_NULL",
37299
+ "name": null,
37300
+ "ofType": {
37301
+ "kind": "SCALAR",
37302
+ "name": "String",
37303
+ "ofType": null
37304
+ }
37305
+ },
37306
+ "isDeprecated": false,
37307
+ "deprecationReason": null
37163
37308
  }
37164
37309
  ],
37165
37310
  "inputFields": null,
@@ -41797,6 +41942,35 @@
41797
41942
  "isDeprecated": false,
41798
41943
  "deprecationReason": null
41799
41944
  },
41945
+ {
41946
+ "name": "setAccessRoles",
41947
+ "description": null,
41948
+ "args": [
41949
+ {
41950
+ "name": "setAccessRolesInput",
41951
+ "description": null,
41952
+ "type": {
41953
+ "kind": "NON_NULL",
41954
+ "name": null,
41955
+ "ofType": {
41956
+ "kind": "INPUT_OBJECT",
41957
+ "name": "SetAccessRolesInput",
41958
+ "ofType": null
41959
+ }
41960
+ },
41961
+ "defaultValue": null,
41962
+ "isDeprecated": false,
41963
+ "deprecationReason": null
41964
+ }
41965
+ ],
41966
+ "type": {
41967
+ "kind": "SCALAR",
41968
+ "name": "String",
41969
+ "ofType": null
41970
+ },
41971
+ "isDeprecated": false,
41972
+ "deprecationReason": null
41973
+ },
41800
41974
  {
41801
41975
  "name": "setBasePlanOnPlan",
41802
41976
  "description": null,
@@ -66226,6 +66400,81 @@
66226
66400
  "enumValues": null,
66227
66401
  "possibleTypes": null
66228
66402
  },
66403
+ {
66404
+ "kind": "INPUT_OBJECT",
66405
+ "name": "SetAccessRolesInput",
66406
+ "description": null,
66407
+ "fields": null,
66408
+ "inputFields": [
66409
+ {
66410
+ "name": "accountRole",
66411
+ "description": "Account level access of the user",
66412
+ "type": {
66413
+ "kind": "NON_NULL",
66414
+ "name": null,
66415
+ "ofType": {
66416
+ "kind": "ENUM",
66417
+ "name": "AccountAccessRole",
66418
+ "ofType": null
66419
+ }
66420
+ },
66421
+ "defaultValue": null,
66422
+ "isDeprecated": false,
66423
+ "deprecationReason": null
66424
+ },
66425
+ {
66426
+ "name": "nonProductionRole",
66427
+ "description": "Environment level access of the user",
66428
+ "type": {
66429
+ "kind": "NON_NULL",
66430
+ "name": null,
66431
+ "ofType": {
66432
+ "kind": "ENUM",
66433
+ "name": "EnvironmentAccessRole",
66434
+ "ofType": null
66435
+ }
66436
+ },
66437
+ "defaultValue": null,
66438
+ "isDeprecated": false,
66439
+ "deprecationReason": null
66440
+ },
66441
+ {
66442
+ "name": "productionRole",
66443
+ "description": "Environment level access of the user",
66444
+ "type": {
66445
+ "kind": "NON_NULL",
66446
+ "name": null,
66447
+ "ofType": {
66448
+ "kind": "ENUM",
66449
+ "name": "EnvironmentAccessRole",
66450
+ "ofType": null
66451
+ }
66452
+ },
66453
+ "defaultValue": null,
66454
+ "isDeprecated": false,
66455
+ "deprecationReason": null
66456
+ },
66457
+ {
66458
+ "name": "userId",
66459
+ "description": "The id of the user associated with this member",
66460
+ "type": {
66461
+ "kind": "NON_NULL",
66462
+ "name": null,
66463
+ "ofType": {
66464
+ "kind": "SCALAR",
66465
+ "name": "String",
66466
+ "ofType": null
66467
+ }
66468
+ },
66469
+ "defaultValue": null,
66470
+ "isDeprecated": false,
66471
+ "deprecationReason": null
66472
+ }
66473
+ ],
66474
+ "interfaces": null,
66475
+ "enumValues": null,
66476
+ "possibleTypes": null
66477
+ },
66229
66478
  {
66230
66479
  "kind": "INPUT_OBJECT",
66231
66480
  "name": "SetBasePlanOnPlanInput",
@@ -73599,7 +73848,7 @@
73599
73848
  "fields": [
73600
73849
  {
73601
73850
  "name": "name",
73602
- "description": null,
73851
+ "description": "Coupon name",
73603
73852
  "args": [],
73604
73853
  "type": {
73605
73854
  "kind": "SCALAR",
@@ -73611,7 +73860,7 @@
73611
73860
  },
73612
73861
  {
73613
73862
  "name": "type",
73614
- "description": null,
73863
+ "description": "Discount type",
73615
73864
  "args": [],
73616
73865
  "type": {
73617
73866
  "kind": "ENUM",
@@ -73623,7 +73872,7 @@
73623
73872
  },
73624
73873
  {
73625
73874
  "name": "value",
73626
- "description": null,
73875
+ "description": "Coupon value",
73627
73876
  "args": [],
73628
73877
  "type": {
73629
73878
  "kind": "SCALAR",
@@ -74967,7 +75216,7 @@
74967
75216
  "fields": [
74968
75217
  {
74969
75218
  "name": "durationInMonths",
74970
- "description": null,
75219
+ "description": "Coupon duration in month",
74971
75220
  "args": [],
74972
75221
  "type": {
74973
75222
  "kind": "SCALAR",
@@ -74979,7 +75228,7 @@
74979
75228
  },
74980
75229
  {
74981
75230
  "name": "durationType",
74982
- "description": null,
75231
+ "description": "Coupon duration type",
74983
75232
  "args": [],
74984
75233
  "type": {
74985
75234
  "kind": "NON_NULL",
@@ -74993,9 +75242,21 @@
74993
75242
  "isDeprecated": false,
74994
75243
  "deprecationReason": null
74995
75244
  },
75245
+ {
75246
+ "name": "end",
75247
+ "description": "Coupon end date",
75248
+ "args": [],
75249
+ "type": {
75250
+ "kind": "SCALAR",
75251
+ "name": "DateTime",
75252
+ "ofType": null
75253
+ },
75254
+ "isDeprecated": false,
75255
+ "deprecationReason": null
75256
+ },
74996
75257
  {
74997
75258
  "name": "name",
74998
- "description": null,
75259
+ "description": "Coupon name",
74999
75260
  "args": [],
75000
75261
  "type": {
75001
75262
  "kind": "SCALAR",
@@ -75005,9 +75266,25 @@
75005
75266
  "isDeprecated": false,
75006
75267
  "deprecationReason": null
75007
75268
  },
75269
+ {
75270
+ "name": "start",
75271
+ "description": "Coupon start date",
75272
+ "args": [],
75273
+ "type": {
75274
+ "kind": "NON_NULL",
75275
+ "name": null,
75276
+ "ofType": {
75277
+ "kind": "SCALAR",
75278
+ "name": "DateTime",
75279
+ "ofType": null
75280
+ }
75281
+ },
75282
+ "isDeprecated": false,
75283
+ "deprecationReason": null
75284
+ },
75008
75285
  {
75009
75286
  "name": "type",
75010
- "description": null,
75287
+ "description": "Discount type",
75011
75288
  "args": [],
75012
75289
  "type": {
75013
75290
  "kind": "NON_NULL",
@@ -75023,7 +75300,7 @@
75023
75300
  },
75024
75301
  {
75025
75302
  "name": "value",
75026
- "description": null,
75303
+ "description": "Coupon value",
75027
75304
  "args": [],
75028
75305
  "type": {
75029
75306
  "kind": "NON_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.240.0"
4
+ VERSION = "2.248.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.240.0
4
+ version: 2.248.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-18 00:00:00.000000000 Z
11
+ date: 2024-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient