stigg-api-client 0.703.0 → 0.710.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: 1a9d7293bbb4a80e5cca89b91378fb4b4dca3796b8ba17e0a83161b0002f12da
4
- data.tar.gz: 8180b1373b1547a64478ebcb03ddf08886bfd3a4b191b00278d2063ae337e09a
3
+ metadata.gz: f373d2908f1e3a8ef914b7cfa71b26e38fb2562f886f6504c4c2443a294f92d2
4
+ data.tar.gz: 0c9d4eb748788f05decf98b2601f2f72c329b661c6dfc387b871ba438797b6bb
5
5
  SHA512:
6
- metadata.gz: e1b163f3e04f265e17ddba7f8f9e22f77ca1fd8a6d01ba2694c28bf4ba53e05a6d10cc23cd3c39c9258a31470ae695b767ba000e52d3cd9d41647983d9409337
7
- data.tar.gz: 7ff7d5b94486c7683763e974b84cfcbe84591c18ef96197711f0540246098dfd67ff0d519a59fb18dc81f9be9c5e481b8bb465fd79e24c55c91c4a261206e266
6
+ metadata.gz: 41f3b41bbac3d660dc8ba48d85e589596541028fd8084e7c1efd3c145331cf54e5c848ef9d2186260fd2c19640ae00a30ec3d67f66daf52a016f8dc24173d14b
7
+ data.tar.gz: eedbf596a155f4510bc83dca81d4c6909ad351b992981e42658bfed67e1273c7a3ac35cfb05d5a2334db0b5aada356a0cf36bfc6101322b9ed2874433d80422e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.703.0)
4
+ stigg-api-client (0.710.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql (< 2.1)
7
7
 
@@ -3293,6 +3293,18 @@
3293
3293
  "isDeprecated": false,
3294
3294
  "deprecationReason": null
3295
3295
  },
3296
+ {
3297
+ "name": "trialOverrideConfiguration",
3298
+ "description": null,
3299
+ "type": {
3300
+ "kind": "INPUT_OBJECT",
3301
+ "name": "TrialOverrideConfigurationInput",
3302
+ "ofType": null
3303
+ },
3304
+ "defaultValue": null,
3305
+ "isDeprecated": false,
3306
+ "deprecationReason": null
3307
+ },
3296
3308
  {
3297
3309
  "name": "unitQuantity",
3298
3310
  "description": null,
@@ -50781,6 +50793,18 @@
50781
50793
  "isDeprecated": false,
50782
50794
  "deprecationReason": null
50783
50795
  },
50796
+ {
50797
+ "name": "trialOverrideConfiguration",
50798
+ "description": null,
50799
+ "type": {
50800
+ "kind": "INPUT_OBJECT",
50801
+ "name": "TrialOverrideConfigurationInput",
50802
+ "ofType": null
50803
+ },
50804
+ "defaultValue": null,
50805
+ "isDeprecated": false,
50806
+ "deprecationReason": null
50807
+ },
50784
50808
  {
50785
50809
  "name": "unitQuantity",
50786
50810
  "description": null,
@@ -51107,6 +51131,18 @@
51107
51131
  "isDeprecated": false,
51108
51132
  "deprecationReason": null
51109
51133
  },
51134
+ {
51135
+ "name": "trialOverrideConfiguration",
51136
+ "description": null,
51137
+ "type": {
51138
+ "kind": "INPUT_OBJECT",
51139
+ "name": "TrialOverrideConfigurationInput",
51140
+ "ofType": null
51141
+ },
51142
+ "defaultValue": null,
51143
+ "isDeprecated": false,
51144
+ "deprecationReason": null
51145
+ },
51110
51146
  {
51111
51147
  "name": "unitQuantity",
51112
51148
  "description": null,
@@ -51390,6 +51426,18 @@
51390
51426
  "isDeprecated": false,
51391
51427
  "deprecationReason": null
51392
51428
  },
51429
+ {
51430
+ "name": "trialOverrideConfiguration",
51431
+ "description": null,
51432
+ "type": {
51433
+ "kind": "INPUT_OBJECT",
51434
+ "name": "TrialOverrideConfigurationInput",
51435
+ "ofType": null
51436
+ },
51437
+ "defaultValue": null,
51438
+ "isDeprecated": false,
51439
+ "deprecationReason": null
51440
+ },
51393
51441
  {
51394
51442
  "name": "unitQuantity",
51395
51443
  "description": null,
@@ -64865,6 +64913,45 @@
64865
64913
  "enumValues": null,
64866
64914
  "possibleTypes": null
64867
64915
  },
64916
+ {
64917
+ "kind": "INPUT_OBJECT",
64918
+ "name": "TrialOverrideConfigurationInput",
64919
+ "description": null,
64920
+ "fields": null,
64921
+ "inputFields": [
64922
+ {
64923
+ "name": "isTrial",
64924
+ "description": null,
64925
+ "type": {
64926
+ "kind": "NON_NULL",
64927
+ "name": null,
64928
+ "ofType": {
64929
+ "kind": "SCALAR",
64930
+ "name": "Boolean",
64931
+ "ofType": null
64932
+ }
64933
+ },
64934
+ "defaultValue": null,
64935
+ "isDeprecated": false,
64936
+ "deprecationReason": null
64937
+ },
64938
+ {
64939
+ "name": "trialEndDate",
64940
+ "description": null,
64941
+ "type": {
64942
+ "kind": "SCALAR",
64943
+ "name": "DateTime",
64944
+ "ofType": null
64945
+ },
64946
+ "defaultValue": null,
64947
+ "isDeprecated": false,
64948
+ "deprecationReason": null
64949
+ }
64950
+ ],
64951
+ "interfaces": null,
64952
+ "enumValues": null,
64953
+ "possibleTypes": null
64954
+ },
64868
64955
  {
64869
64956
  "kind": "ENUM",
64870
64957
  "name": "TrialPeriodUnits",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "0.703.0"
4
+ VERSION = "0.710.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: 0.703.0
4
+ version: 0.710.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-12-14 00:00:00.000000000 Z
11
+ date: 2023-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient