stigg-api-client 0.665.1 → 0.666.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: b148e3a61185ab532ccb612a141c9f23eb87246e3e20978cffc54970a6879c9b
4
- data.tar.gz: d3efe043ea99bd3a530bbb93e31b8241a44db76f578f2118ce4b48f933435728
3
+ metadata.gz: 80aca77e4912698a2101d17ebe9b88cec5f634ca49b4942dd160efdff63671d6
4
+ data.tar.gz: a4b0c19a0f436d5843a1936124ae988187e49a03f53b6330fd38e0bdf71895d5
5
5
  SHA512:
6
- metadata.gz: f76749276f374daef326bb5395c5a88ce1b027474f8135d08e201132133f0db4c29a7415be71e8514b4b4cd65a304fd1841cd373ff7c9ec1843df7fc00a487c2
7
- data.tar.gz: 5d4222a8f3a799e55005221bda723aa1a7858d4c50f929defac4603b5a959b904de51dccb7744273b72c63c854e21ccff72b10babe1c0a6e9f97feb1e1a1698b
6
+ metadata.gz: 590fa3cf4b791fdd9808d83dacdabb52ac99d23677b86276110108ff125f9b7aa20e1666e5be1e791f1d4d1f76e21eb21a8408b40129190241b6d2a8d3f1dc8c
7
+ data.tar.gz: 74f7e28a2c40f8a468382d557739b9278f0b417833ee652ea009b78e69f18e3ea4fde3f1479386a7a9254b40d1299b03735efe09f1628ee2083f33b1cb01c6c7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.665.1)
4
+ stigg-api-client (0.666.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql (< 2.1)
7
7
 
@@ -3904,6 +3904,18 @@
3904
3904
  "isDeprecated": false,
3905
3905
  "deprecationReason": null
3906
3906
  },
3907
+ {
3908
+ "name": "stiggProductRefId",
3909
+ "description": null,
3910
+ "args": [],
3911
+ "type": {
3912
+ "kind": "SCALAR",
3913
+ "name": "String",
3914
+ "ofType": null
3915
+ },
3916
+ "isDeprecated": false,
3917
+ "deprecationReason": null
3918
+ },
3907
3919
  {
3908
3920
  "name": "title",
3909
3921
  "description": null,
@@ -35473,6 +35485,39 @@
35473
35485
  "isDeprecated": false,
35474
35486
  "deprecationReason": null
35475
35487
  },
35488
+ {
35489
+ "name": "triggerPlanSubscriptionMigration",
35490
+ "description": null,
35491
+ "args": [
35492
+ {
35493
+ "name": "input",
35494
+ "description": null,
35495
+ "type": {
35496
+ "kind": "NON_NULL",
35497
+ "name": null,
35498
+ "ofType": {
35499
+ "kind": "INPUT_OBJECT",
35500
+ "name": "TriggerSubscriptionMigrationInput",
35501
+ "ofType": null
35502
+ }
35503
+ },
35504
+ "defaultValue": null,
35505
+ "isDeprecated": false,
35506
+ "deprecationReason": null
35507
+ }
35508
+ ],
35509
+ "type": {
35510
+ "kind": "NON_NULL",
35511
+ "name": null,
35512
+ "ofType": {
35513
+ "kind": "OBJECT",
35514
+ "name": "TriggerSubscriptionMigrationResult",
35515
+ "ofType": null
35516
+ }
35517
+ },
35518
+ "isDeprecated": false,
35519
+ "deprecationReason": null
35520
+ },
35476
35521
  {
35477
35522
  "name": "unarchiveCustomer",
35478
35523
  "description": null,
@@ -64084,6 +64129,88 @@
64084
64129
  "enumValues": null,
64085
64130
  "possibleTypes": null
64086
64131
  },
64132
+ {
64133
+ "kind": "INPUT_OBJECT",
64134
+ "name": "TriggerSubscriptionMigrationInput",
64135
+ "description": null,
64136
+ "fields": null,
64137
+ "inputFields": [
64138
+ {
64139
+ "name": "environmentId",
64140
+ "description": null,
64141
+ "type": {
64142
+ "kind": "NON_NULL",
64143
+ "name": null,
64144
+ "ofType": {
64145
+ "kind": "SCALAR",
64146
+ "name": "String",
64147
+ "ofType": null
64148
+ }
64149
+ },
64150
+ "defaultValue": null,
64151
+ "isDeprecated": false,
64152
+ "deprecationReason": null
64153
+ },
64154
+ {
64155
+ "name": "refId",
64156
+ "description": null,
64157
+ "type": {
64158
+ "kind": "NON_NULL",
64159
+ "name": null,
64160
+ "ofType": {
64161
+ "kind": "SCALAR",
64162
+ "name": "String",
64163
+ "ofType": null
64164
+ }
64165
+ },
64166
+ "defaultValue": null,
64167
+ "isDeprecated": false,
64168
+ "deprecationReason": null
64169
+ },
64170
+ {
64171
+ "name": "versionNumber",
64172
+ "description": null,
64173
+ "type": {
64174
+ "kind": "NON_NULL",
64175
+ "name": null,
64176
+ "ofType": {
64177
+ "kind": "SCALAR",
64178
+ "name": "Float",
64179
+ "ofType": null
64180
+ }
64181
+ },
64182
+ "defaultValue": null,
64183
+ "isDeprecated": false,
64184
+ "deprecationReason": null
64185
+ }
64186
+ ],
64187
+ "interfaces": null,
64188
+ "enumValues": null,
64189
+ "possibleTypes": null
64190
+ },
64191
+ {
64192
+ "kind": "OBJECT",
64193
+ "name": "TriggerSubscriptionMigrationResult",
64194
+ "description": null,
64195
+ "fields": [
64196
+ {
64197
+ "name": "taskId",
64198
+ "description": null,
64199
+ "args": [],
64200
+ "type": {
64201
+ "kind": "SCALAR",
64202
+ "name": "String",
64203
+ "ofType": null
64204
+ },
64205
+ "isDeprecated": false,
64206
+ "deprecationReason": null
64207
+ }
64208
+ ],
64209
+ "inputFields": null,
64210
+ "interfaces": [],
64211
+ "enumValues": null,
64212
+ "possibleTypes": null
64213
+ },
64087
64214
  {
64088
64215
  "kind": "OBJECT",
64089
64216
  "name": "TypographyConfiguration",
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.665.1"
4
+ VERSION = "0.666.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.665.1
4
+ version: 0.666.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg