stigg-api-client 2.274.2 → 2.276.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: 17baeb7233a44b1b6a6064e42501d8b68b413912558448b0488320cf1cd70bd1
4
- data.tar.gz: 67c88d9a4647dba981120ce2afcd82bf9521b656e821b4406f8bac5ac096c4d5
3
+ metadata.gz: e257adfc26752aab1e0e2684a9a475f255c765d21a7fc1d26e036d40b1804766
4
+ data.tar.gz: 18e1ddd7f0c27d16857ec2aaaaa6b6fb4f1523aee2cc34a1072e7035b5c1298c
5
5
  SHA512:
6
- metadata.gz: 9dc3994a603a27310e383e5c45d8d724e5b923b7926cf4e1450b69705e5b311b1dfe7624bdfee42c4551bf817c58297b8f2efe01527dd20fbc5e3bdbcc75fc91
7
- data.tar.gz: ac2de7ff708493ea36d533ee0bafb062af0b0fa8b53a54fe032a2e02f6c9a432284aff82cf407e5b470128f4748fb543146b261fe45dc6bb61dcda9373e7225e
6
+ metadata.gz: 2913b8f3448868a03ab9b2231d4f87bc9566ecfa040345c74b9c3a2d034c3cafe27c18eaaa67d585a7b27cb843ea37b2b089fcf220f415a1b2313c44f0c193f2
7
+ data.tar.gz: 81227f0eb22e74bba6569b1f5ecb455fcd2c3e3ac93fdc6fbe677dc9ac33c579c9431f4fd2d2a6325cb63f57c98699cd0ee1b27f32c623379f51801ba7e74a31
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.274.2)
4
+ stigg-api-client (2.276.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -36808,6 +36808,77 @@
36808
36808
  "enumValues": null,
36809
36809
  "possibleTypes": null
36810
36810
  },
36811
+ {
36812
+ "kind": "INPUT_OBJECT",
36813
+ "name": "InviteMembersInput",
36814
+ "description": null,
36815
+ "fields": null,
36816
+ "inputFields": [
36817
+ {
36818
+ "name": "accountRole",
36819
+ "description": "Account level access of the user",
36820
+ "type": {
36821
+ "kind": "ENUM",
36822
+ "name": "AccountAccessRole",
36823
+ "ofType": null
36824
+ },
36825
+ "defaultValue": null,
36826
+ "isDeprecated": false,
36827
+ "deprecationReason": null
36828
+ },
36829
+ {
36830
+ "name": "invites",
36831
+ "description": "List of emails to invite",
36832
+ "type": {
36833
+ "kind": "NON_NULL",
36834
+ "name": null,
36835
+ "ofType": {
36836
+ "kind": "LIST",
36837
+ "name": null,
36838
+ "ofType": {
36839
+ "kind": "NON_NULL",
36840
+ "name": null,
36841
+ "ofType": {
36842
+ "kind": "SCALAR",
36843
+ "name": "String",
36844
+ "ofType": null
36845
+ }
36846
+ }
36847
+ }
36848
+ },
36849
+ "defaultValue": null,
36850
+ "isDeprecated": false,
36851
+ "deprecationReason": null
36852
+ },
36853
+ {
36854
+ "name": "nonProductionRole",
36855
+ "description": "Environment level access of the user",
36856
+ "type": {
36857
+ "kind": "ENUM",
36858
+ "name": "EnvironmentAccessRole",
36859
+ "ofType": null
36860
+ },
36861
+ "defaultValue": null,
36862
+ "isDeprecated": false,
36863
+ "deprecationReason": null
36864
+ },
36865
+ {
36866
+ "name": "productionRole",
36867
+ "description": "Environment level access of the user",
36868
+ "type": {
36869
+ "kind": "ENUM",
36870
+ "name": "EnvironmentAccessRole",
36871
+ "ofType": null
36872
+ },
36873
+ "defaultValue": null,
36874
+ "isDeprecated": false,
36875
+ "deprecationReason": null
36876
+ }
36877
+ ],
36878
+ "interfaces": null,
36879
+ "enumValues": null,
36880
+ "possibleTypes": null
36881
+ },
36811
36882
  {
36812
36883
  "kind": "OBJECT",
36813
36884
  "name": "InvoiceLine",
@@ -40956,23 +41027,15 @@
40956
41027
  "description": null,
40957
41028
  "args": [
40958
41029
  {
40959
- "name": "invites",
41030
+ "name": "input",
40960
41031
  "description": null,
40961
41032
  "type": {
40962
41033
  "kind": "NON_NULL",
40963
41034
  "name": null,
40964
41035
  "ofType": {
40965
- "kind": "LIST",
40966
- "name": null,
40967
- "ofType": {
40968
- "kind": "NON_NULL",
40969
- "name": null,
40970
- "ofType": {
40971
- "kind": "SCALAR",
40972
- "name": "String",
40973
- "ofType": null
40974
- }
40975
- }
41036
+ "kind": "INPUT_OBJECT",
41037
+ "name": "InviteMembersInput",
41038
+ "ofType": null
40976
41039
  }
40977
41040
  },
40978
41041
  "defaultValue": 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.274.2"
4
+ VERSION = "2.276.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.274.2
4
+ version: 2.276.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-01-07 00:00:00.000000000 Z
11
+ date: 2025-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient