stigg-api-client 0.705.0 → 0.710.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: 72d366ed45608069b5700fb08e40263cf72e3e3c729ec0af52e03dcd72cb448e
4
- data.tar.gz: 37ab294a1e80fe61a26335ae199a793928eb5a43a1316da9b1a99d3fb7118ae0
3
+ metadata.gz: f373d2908f1e3a8ef914b7cfa71b26e38fb2562f886f6504c4c2443a294f92d2
4
+ data.tar.gz: 0c9d4eb748788f05decf98b2601f2f72c329b661c6dfc387b871ba438797b6bb
5
5
  SHA512:
6
- metadata.gz: 743634e5815efb1709b846fe22ffaa6e165ee4b93414ef790c60976eb8adee75a5efe4be510227c0a73039acd7f960ca892ed03e6fb2919a40672a8c128f6b89
7
- data.tar.gz: eedac9110334546aa99af483a2e81971451de07120cbc48018d318cbf79dd5dfe2ec97d64ba35f8591ee73bcc88a0a73fba3e1ba05312731d2bf8405cf0de85f
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.705.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.705.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.705.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-17 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