stigg-api-client 2.274.2 → 2.283.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +75 -12
- data/lib/stigg/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 91e4dde99311be0e188aa48cb5f97ec5ff3659817cdd713817af7554c01fa61f
|
4
|
+
data.tar.gz: edb15dd6d6e4a876d6ffecb7997d3723be4410cbb3cdd763e815f1670fc2fdee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b69e389f954875bf507cd7c4795850bfacd139230f75d95739311f4e52643e922c3826391e92dc63bc0840b4faa63001578b0509eb237969dfef3f4f6d1efbcd
|
7
|
+
data.tar.gz: 03ea8cf7f3ed72d4ccde35fdca51d457fd1aec76b72d826650493567e235e79c918acd05f9558c1b28fdc6c8976ed61a4c08ff0f44f9a3536a0883db8d2dd33a
|
data/Gemfile.lock
CHANGED
@@ -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": "
|
41030
|
+
"name": "input",
|
40960
41031
|
"description": null,
|
40961
41032
|
"type": {
|
40962
41033
|
"kind": "NON_NULL",
|
40963
41034
|
"name": null,
|
40964
41035
|
"ofType": {
|
40965
|
-
"kind": "
|
40966
|
-
"name":
|
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
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.
|
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-
|
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: []
|