stigg-api-client 2.16.0 → 2.16.1

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: f4c3f67927db41222b9659cf9357bedfcdf955ef0de76ffc6901626f9c5a7b96
4
- data.tar.gz: 4569829b10a282649f4c74a4b5384f915f4026ac63b9f3fd8be871295a891625
3
+ metadata.gz: 4ef43b4c3dad26834f0613a304c562defae63eb046bb07124a3e8e7f9f9dc86e
4
+ data.tar.gz: 3636cb0c3dafe7a22b5c02e9792f1765d78a3d924a55cacb7f9160fbbbaeca51
5
5
  SHA512:
6
- metadata.gz: 3193a29cabb044f3e1fe2e291321bebeddce353a7fee90b5670927706665707cb3ee364c4c57bc37b3ca79540326f88b282694afb9b7de8e5e1130dd466030eb
7
- data.tar.gz: a2c4f4eec39601b54865cda00fe40f69998418c23cfe50daa4278e89b81ede0f3fe30fd616fd8af8733074aaed6ed97688fa25221a9ed4002d187c5a0b10e770
6
+ metadata.gz: 74d2b4bd15829f811b649e3bdd32520e37360c62689e39e924dee8baca6ba593afc783a103c0a0c997bf4f660828d189cfd8c0d0837dcbd0be5fbacad5f70d84
7
+ data.tar.gz: f8f72068558b87d4d67e4ee10d446beabc926b050179da6741e187f706ad82fa7ed5ad3dfab1618a9355bd41a238d3e2c8cd20a15ebb7e8996efe6ce10f002fd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.16.0)
4
+ stigg-api-client (2.16.1)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -65596,6 +65596,18 @@
65596
65596
  },
65597
65597
  "isDeprecated": false,
65598
65598
  "deprecationReason": null
65599
+ },
65600
+ {
65601
+ "name": "stripePublishableKey",
65602
+ "description": null,
65603
+ "args": [],
65604
+ "type": {
65605
+ "kind": "SCALAR",
65606
+ "name": "String",
65607
+ "ofType": null
65608
+ },
65609
+ "isDeprecated": false,
65610
+ "deprecationReason": null
65599
65611
  }
65600
65612
  ],
65601
65613
  "inputFields": null,
@@ -81435,6 +81447,18 @@
81435
81447
  "isDeprecated": false,
81436
81448
  "deprecationReason": null
81437
81449
  },
81450
+ {
81451
+ "name": "stripePublishableKey",
81452
+ "description": null,
81453
+ "args": [],
81454
+ "type": {
81455
+ "kind": "SCALAR",
81456
+ "name": "String",
81457
+ "ofType": null
81458
+ },
81459
+ "isDeprecated": false,
81460
+ "deprecationReason": null
81461
+ },
81438
81462
  {
81439
81463
  "name": "stripeSecretKey",
81440
81464
  "description": null,
@@ -81507,6 +81531,18 @@
81507
81531
  "isDeprecated": false,
81508
81532
  "deprecationReason": null
81509
81533
  },
81534
+ {
81535
+ "name": "stripePublishableKey",
81536
+ "description": null,
81537
+ "type": {
81538
+ "kind": "SCALAR",
81539
+ "name": "String",
81540
+ "ofType": null
81541
+ },
81542
+ "defaultValue": null,
81543
+ "isDeprecated": false,
81544
+ "deprecationReason": null
81545
+ },
81510
81546
  {
81511
81547
  "name": "stripeSecretKey",
81512
81548
  "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.16.0"
4
+ VERSION = "2.16.1"
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: 2.16.0
4
+ version: 2.16.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-07-02 00:00:00.000000000 Z
11
+ date: 2024-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient