stigg-api-client 2.257.0 → 2.276.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: 65c5fad0fbdcbd746051d889809d27b85608590b43ca60772e01f626c78df441
4
- data.tar.gz: caacdc04d2be5f08bff7d08a8687b57b1be639e65ae0fec9e92642c0b9b44b05
3
+ metadata.gz: e257adfc26752aab1e0e2684a9a475f255c765d21a7fc1d26e036d40b1804766
4
+ data.tar.gz: 18e1ddd7f0c27d16857ec2aaaaa6b6fb4f1523aee2cc34a1072e7035b5c1298c
5
5
  SHA512:
6
- metadata.gz: d09f56a1d8fabe15a971aa607debe091904d9bda7aa3a6988581230297c11b05500db2508667f8a867774485c15a13c1992050a2b22852ed22899867e14ea447
7
- data.tar.gz: 5454e42233a03cf6212d48ca29ecfd09d7649fff0368a1fe944faa157d8a02fac3e975b8106a025b50f2aed27dec897900bc70fe54bcc01451224a0537659f89
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.257.0)
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,
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "2.257.0"
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.257.0
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: 2024-12-29 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