stigg-api-client 2.257.0 → 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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +111 -12
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e257adfc26752aab1e0e2684a9a475f255c765d21a7fc1d26e036d40b1804766
|
|
4
|
+
data.tar.gz: 18e1ddd7f0c27d16857ec2aaaaa6b6fb4f1523aee2cc34a1072e7035b5c1298c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2913b8f3448868a03ab9b2231d4f87bc9566ecfa040345c74b9c3a2d034c3cafe27c18eaaa67d585a7b27cb843ea37b2b089fcf220f415a1b2313c44f0c193f2
|
|
7
|
+
data.tar.gz: 81227f0eb22e74bba6569b1f5ecb455fcd2c3e3ac93fdc6fbe677dc9ac33c579c9431f4fd2d2a6325cb63f57c98699cd0ee1b27f32c623379f51801ba7e74a31
|
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",
|
|
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": "
|
|
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,
|
|
@@ -73852,6 +73915,30 @@
|
|
|
73852
73915
|
"name": "SubscriptionMaximumSpendDiscount",
|
|
73853
73916
|
"description": null,
|
|
73854
73917
|
"fields": [
|
|
73918
|
+
{
|
|
73919
|
+
"name": "durationInMonths",
|
|
73920
|
+
"description": "Coupon duration in month",
|
|
73921
|
+
"args": [],
|
|
73922
|
+
"type": {
|
|
73923
|
+
"kind": "SCALAR",
|
|
73924
|
+
"name": "Float",
|
|
73925
|
+
"ofType": null
|
|
73926
|
+
},
|
|
73927
|
+
"isDeprecated": false,
|
|
73928
|
+
"deprecationReason": null
|
|
73929
|
+
},
|
|
73930
|
+
{
|
|
73931
|
+
"name": "durationType",
|
|
73932
|
+
"description": "Coupon duration type",
|
|
73933
|
+
"args": [],
|
|
73934
|
+
"type": {
|
|
73935
|
+
"kind": "ENUM",
|
|
73936
|
+
"name": "DiscountDurationType",
|
|
73937
|
+
"ofType": null
|
|
73938
|
+
},
|
|
73939
|
+
"isDeprecated": false,
|
|
73940
|
+
"deprecationReason": null
|
|
73941
|
+
},
|
|
73855
73942
|
{
|
|
73856
73943
|
"name": "name",
|
|
73857
73944
|
"description": "Coupon name",
|
|
@@ -73864,6 +73951,18 @@
|
|
|
73864
73951
|
"isDeprecated": false,
|
|
73865
73952
|
"deprecationReason": null
|
|
73866
73953
|
},
|
|
73954
|
+
{
|
|
73955
|
+
"name": "start",
|
|
73956
|
+
"description": "Coupon start date",
|
|
73957
|
+
"args": [],
|
|
73958
|
+
"type": {
|
|
73959
|
+
"kind": "SCALAR",
|
|
73960
|
+
"name": "DateTime",
|
|
73961
|
+
"ofType": null
|
|
73962
|
+
},
|
|
73963
|
+
"isDeprecated": false,
|
|
73964
|
+
"deprecationReason": null
|
|
73965
|
+
},
|
|
73867
73966
|
{
|
|
73868
73967
|
"name": "type",
|
|
73869
73968
|
"description": "Discount type",
|
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.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:
|
|
11
|
+
date: 2025-01-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|