stigg-api-client 0.665.2 → 0.666.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: 69cf5ece7a0ddd5c4239986409e7e888a1d1cd2030495bba0990da678cf2452a
4
- data.tar.gz: b9e1416b34943bd848aff60ce725cfa03dafd57e20b4b1964ce56130cb406bbe
3
+ metadata.gz: 80aca77e4912698a2101d17ebe9b88cec5f634ca49b4942dd160efdff63671d6
4
+ data.tar.gz: a4b0c19a0f436d5843a1936124ae988187e49a03f53b6330fd38e0bdf71895d5
5
5
  SHA512:
6
- metadata.gz: 873deb9697323d698ca7071d4f92d11472ab85ec1928af95c556ad17f7d2c0e1cc446cabaf005ec0357e6db93bd95f166791224577e9f7c7485ded9e9250516f
7
- data.tar.gz: 1ada15d6a0b9242f3ab0c23ea9b435b74b32ea3a80962f19c3b580cfe498d64ed88157e97d8dbb265b23ce60f433f3b27a8e09f7a974a6701b2158863ab5d372
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.2)
4
+ stigg-api-client (0.666.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql (< 2.1)
7
7
 
@@ -35485,6 +35485,39 @@
35485
35485
  "isDeprecated": false,
35486
35486
  "deprecationReason": null
35487
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
+ },
35488
35521
  {
35489
35522
  "name": "unarchiveCustomer",
35490
35523
  "description": null,
@@ -64096,6 +64129,88 @@
64096
64129
  "enumValues": null,
64097
64130
  "possibleTypes": null
64098
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
+ },
64099
64214
  {
64100
64215
  "kind": "OBJECT",
64101
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.2"
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.2
4
+ version: 0.666.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg