stigg-api-client 2.274.2 → 2.283.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: 91e4dde99311be0e188aa48cb5f97ec5ff3659817cdd713817af7554c01fa61f
4
+ data.tar.gz: edb15dd6d6e4a876d6ffecb7997d3723be4410cbb3cdd763e815f1670fc2fdee
5
5
  SHA512:
6
- metadata.gz: 9dc3994a603a27310e383e5c45d8d724e5b923b7926cf4e1450b69705e5b311b1dfe7624bdfee42c4551bf817c58297b8f2efe01527dd20fbc5e3bdbcc75fc91
7
- data.tar.gz: ac2de7ff708493ea36d533ee0bafb062af0b0fa8b53a54fe032a2e02f6c9a432284aff82cf407e5b470128f4748fb543146b261fe45dc6bb61dcda9373e7225e
6
+ metadata.gz: b69e389f954875bf507cd7c4795850bfacd139230f75d95739311f4e52643e922c3826391e92dc63bc0840b4faa63001578b0509eb237969dfef3f4f6d1efbcd
7
+ data.tar.gz: 03ea8cf7f3ed72d4ccde35fdca51d457fd1aec76b72d826650493567e235e79c918acd05f9558c1b28fdc6c8976ed61a4c08ff0f44f9a3536a0883db8d2dd33a
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.283.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, defaults to member role",
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, defaults to read-only role",
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, defaults to read-only role",
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.283.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.283.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-01-07 00:00:00.000000000 Z
11
+ date: 2025-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient
@@ -76,7 +76,7 @@ licenses:
76
76
  - MIT
77
77
  metadata:
78
78
  homepage_uri: https://stigg.io
79
- post_install_message:
79
+ post_install_message:
80
80
  rdoc_options: []
81
81
  require_paths:
82
82
  - lib
@@ -92,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  version: '0'
93
93
  requirements: []
94
94
  rubygems_version: 3.4.19
95
- signing_key:
95
+ signing_key:
96
96
  specification_version: 4
97
97
  summary: Stigg API Client
98
98
  test_files: []