stigg-api-client 2.198.1 → 2.198.2

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: 13cd94a1153d845a0a8928f65e90d55fef09155be1184c6971e388efb5953aaf
4
- data.tar.gz: 90167d3fa453425ca09e5acb45509d41c5b61528fe3b129f790b9d4fe1661060
3
+ metadata.gz: 3f7c69e92a40e76d7d103dc77b0d8af1221f46bc5f8183a49d357b2f2bf64243
4
+ data.tar.gz: 89ab46275a70d71ffc87a3e958d9df38399d490a3be96e71ba0156d29cc32819
5
5
  SHA512:
6
- metadata.gz: f7afa0fa67ec3397c6bac6b732a437c97a939e0053de4792c5f46e8eb0a1e949e29ade117369e11e77ee784e14d6e0244fb944c0ce91cc867acae9811ed4dc0b
7
- data.tar.gz: a95bd1d0650d3c8adfc728d59f26abd40e14ed75906a63756724dbb7d2bd1e5ce089766250ec49dda4b72ef6f8d039aeefae6fed7120c3a21b1688eee1db226a
6
+ metadata.gz: 0f30041846e72cd4607b368fada9868b63e27a2bee6e6951488ef40db23d2474c4d2e5c8b878ca8e4e27f863e760c31544c006b1a5d90a252814c9decfe6fe5f
7
+ data.tar.gz: 58c7259d47e0890f69e557996eaecdac0337467d2b0509af610af47310501101d670eac6f8ab3b0745cf8d8bae510cdfb7c7412da98e07ca075d263916ec79b7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.198.1)
4
+ stigg-api-client (2.198.2)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -6,11 +6,6 @@ module Stigg
6
6
  fragment CouponFragment on Coupon {
7
7
  id
8
8
  discountValue
9
- percentOff
10
- amountsOff {
11
- amount
12
- currency
13
- }
14
9
  type
15
10
  additionalMetaData
16
11
  refId
@@ -7127,26 +7127,6 @@
7127
7127
  "isDeprecated": false,
7128
7128
  "deprecationReason": null
7129
7129
  },
7130
- {
7131
- "name": "amountsOff",
7132
- "description": "Discount amounts off",
7133
- "args": [],
7134
- "type": {
7135
- "kind": "LIST",
7136
- "name": null,
7137
- "ofType": {
7138
- "kind": "NON_NULL",
7139
- "name": null,
7140
- "ofType": {
7141
- "kind": "OBJECT",
7142
- "name": "Money",
7143
- "ofType": null
7144
- }
7145
- }
7146
- },
7147
- "isDeprecated": false,
7148
- "deprecationReason": null
7149
- },
7150
7130
  {
7151
7131
  "name": "billingId",
7152
7132
  "description": null,
@@ -7265,8 +7245,8 @@
7265
7245
  "ofType": null
7266
7246
  }
7267
7247
  },
7268
- "isDeprecated": true,
7269
- "deprecationReason": "Use percentOff or amountsOff fields instead"
7248
+ "isDeprecated": false,
7249
+ "deprecationReason": null
7270
7250
  },
7271
7251
  {
7272
7252
  "name": "environment",
@@ -7328,18 +7308,6 @@
7328
7308
  "isDeprecated": false,
7329
7309
  "deprecationReason": null
7330
7310
  },
7331
- {
7332
- "name": "percentOff",
7333
- "description": "Discount percent off",
7334
- "args": [],
7335
- "type": {
7336
- "kind": "SCALAR",
7337
- "name": "Float",
7338
- "ofType": null
7339
- },
7340
- "isDeprecated": false,
7341
- "deprecationReason": null
7342
- },
7343
7311
  {
7344
7312
  "name": "refId",
7345
7313
  "description": null,
@@ -9092,26 +9060,6 @@
9092
9060
  "isDeprecated": false,
9093
9061
  "deprecationReason": null
9094
9062
  },
9095
- {
9096
- "name": "amountsOff",
9097
- "description": "Discount flat fee amounts off",
9098
- "type": {
9099
- "kind": "LIST",
9100
- "name": null,
9101
- "ofType": {
9102
- "kind": "NON_NULL",
9103
- "name": null,
9104
- "ofType": {
9105
- "kind": "INPUT_OBJECT",
9106
- "name": "MoneyInputDTO",
9107
- "ofType": null
9108
- }
9109
- }
9110
- },
9111
- "defaultValue": null,
9112
- "isDeprecated": false,
9113
- "deprecationReason": null
9114
- },
9115
9063
  {
9116
9064
  "name": "description",
9117
9065
  "description": null,
@@ -9128,9 +9076,13 @@
9128
9076
  "name": "discountValue",
9129
9077
  "description": null,
9130
9078
  "type": {
9131
- "kind": "SCALAR",
9132
- "name": "Float",
9133
- "ofType": null
9079
+ "kind": "NON_NULL",
9080
+ "name": null,
9081
+ "ofType": {
9082
+ "kind": "SCALAR",
9083
+ "name": "Float",
9084
+ "ofType": null
9085
+ }
9134
9086
  },
9135
9087
  "defaultValue": null,
9136
9088
  "isDeprecated": false,
@@ -9164,18 +9116,6 @@
9164
9116
  "isDeprecated": false,
9165
9117
  "deprecationReason": null
9166
9118
  },
9167
- {
9168
- "name": "percentOff",
9169
- "description": "Discount percent off",
9170
- "type": {
9171
- "kind": "SCALAR",
9172
- "name": "Float",
9173
- "ofType": null
9174
- },
9175
- "defaultValue": null,
9176
- "isDeprecated": false,
9177
- "deprecationReason": null
9178
- },
9179
9119
  {
9180
9120
  "name": "refId",
9181
9121
  "description": null,
@@ -9196,9 +9136,13 @@
9196
9136
  "name": "type",
9197
9137
  "description": null,
9198
9138
  "type": {
9199
- "kind": "ENUM",
9200
- "name": "CouponType",
9201
- "ofType": null
9139
+ "kind": "NON_NULL",
9140
+ "name": null,
9141
+ "ofType": {
9142
+ "kind": "ENUM",
9143
+ "name": "CouponType",
9144
+ "ofType": null
9145
+ }
9202
9146
  },
9203
9147
  "defaultValue": null,
9204
9148
  "isDeprecated": false,
@@ -69271,26 +69215,6 @@
69271
69215
  "name": "SubscriptionCoupon",
69272
69216
  "description": null,
69273
69217
  "fields": [
69274
- {
69275
- "name": "amountsOff",
69276
- "description": "Discount amounts off",
69277
- "args": [],
69278
- "type": {
69279
- "kind": "LIST",
69280
- "name": null,
69281
- "ofType": {
69282
- "kind": "NON_NULL",
69283
- "name": null,
69284
- "ofType": {
69285
- "kind": "OBJECT",
69286
- "name": "Money",
69287
- "ofType": null
69288
- }
69289
- }
69290
- },
69291
- "isDeprecated": false,
69292
- "deprecationReason": null
69293
- },
69294
69218
  {
69295
69219
  "name": "discountValue",
69296
69220
  "description": null,
@@ -69304,8 +69228,8 @@
69304
69228
  "ofType": null
69305
69229
  }
69306
69230
  },
69307
- "isDeprecated": true,
69308
- "deprecationReason": "Use percentOff or amountsOff fields instead"
69231
+ "isDeprecated": false,
69232
+ "deprecationReason": null
69309
69233
  },
69310
69234
  {
69311
69235
  "name": "environmentId",
@@ -69355,18 +69279,6 @@
69355
69279
  "isDeprecated": false,
69356
69280
  "deprecationReason": null
69357
69281
  },
69358
- {
69359
- "name": "percentOff",
69360
- "description": "Discount percent off",
69361
- "args": [],
69362
- "type": {
69363
- "kind": "SCALAR",
69364
- "name": "Float",
69365
- "ofType": null
69366
- },
69367
- "isDeprecated": false,
69368
- "deprecationReason": null
69369
- },
69370
69282
  {
69371
69283
  "name": "refId",
69372
69284
  "description": null,
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.198.1"
4
+ VERSION = "2.198.2"
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: 2.198.1
4
+ version: 2.198.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg