stigg-api-client 2.15.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: 1ba1a25077692b6447fda3aa03a3698d971c3a9b8604b9fdd4e7d6d80eb07803
4
- data.tar.gz: 24e0b2d81999d104c9c83a6c672c741ea1aa4d12577342a8b38afb6bf696d12f
3
+ metadata.gz: 4ef43b4c3dad26834f0613a304c562defae63eb046bb07124a3e8e7f9f9dc86e
4
+ data.tar.gz: 3636cb0c3dafe7a22b5c02e9792f1765d78a3d924a55cacb7f9160fbbbaeca51
5
5
  SHA512:
6
- metadata.gz: e88c94c9492e2289c1bca8e6a5be151b35cca633870e763b30ff0b36f65e1883f060928b5040730aea6137efe94b73dc5c29b74fb75c521082737dfce0be6412
7
- data.tar.gz: 4b33b1978cbc5dde6f05e52b516a29d831707a2a279947f2a719001a0a3de6bdd60d5135ef24bd11b5ba9bcb729a1eac20c6860dfe7e2f5f20f1b1751f0b965e
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.15.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,
@@ -81434,6 +81446,30 @@
81434
81446
  },
81435
81447
  "isDeprecated": false,
81436
81448
  "deprecationReason": null
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
+ },
81462
+ {
81463
+ "name": "stripeSecretKey",
81464
+ "description": null,
81465
+ "args": [],
81466
+ "type": {
81467
+ "kind": "SCALAR",
81468
+ "name": "String",
81469
+ "ofType": null
81470
+ },
81471
+ "isDeprecated": false,
81472
+ "deprecationReason": null
81437
81473
  }
81438
81474
  ],
81439
81475
  "inputFields": null,
@@ -81494,6 +81530,30 @@
81494
81530
  "defaultValue": null,
81495
81531
  "isDeprecated": false,
81496
81532
  "deprecationReason": null
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
+ },
81546
+ {
81547
+ "name": "stripeSecretKey",
81548
+ "description": null,
81549
+ "type": {
81550
+ "kind": "SCALAR",
81551
+ "name": "String",
81552
+ "ofType": null
81553
+ },
81554
+ "defaultValue": null,
81555
+ "isDeprecated": false,
81556
+ "deprecationReason": null
81497
81557
  }
81498
81558
  ],
81499
81559
  "interfaces": 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.15.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.15.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