stigg-api-client 1.11.1 → 1.12.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: 2d0c7b1e11f74c773562162748bd5998d92f35dddefbd68ee2082f42af3dcc6c
4
- data.tar.gz: 9c2a31a6fd9bbb6f1714ddbef24dc3aa1512794f6a50442ea4af6dabdd5edd6f
3
+ metadata.gz: 9e3d421744045ab84ee12c063fcb875d8c2ba46e4e4ebbff0f485f0e7add64bd
4
+ data.tar.gz: 30bcd9058baa9be1b77b579727301316e22af89e38ab1ea32d716537d82a718d
5
5
  SHA512:
6
- metadata.gz: d27579f272dc7cc9d73d0b61dfd9554da3eedd7ccda00f1898930b72af384794eeae108e6e786cb39674f253e57cf70b97b4bbd69cc8e1f2d12a8d922d2d35a2
7
- data.tar.gz: 6e48bb666af2a3bf34a9b52d4e6bf7668f99b2204096fdf8a0f9ce5d187facc29d6458ed7c315866d3238346439a671c1ed0c98514c48255a90c235644153d0a
6
+ metadata.gz: 82893e65d3ac993cb425cd93b076b1ace9996f1fdb76b6d54f75d736684dd493a2a1cfd38b198dca1ddc668deb683a616ff7e0e44dfba9463dc1b87339b9028c
7
+ data.tar.gz: f01322c070611979332413ea84c6c72bc0d1a13eaedf9644b79c29caf5a3a19003040ccafbca5da44ac9ddc59a14944fb3162601c2928df833185aa7d49b913a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.11.1)
4
+ stigg-api-client (1.12.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -1355,6 +1355,15 @@ module Stigg
1355
1355
  #{Fragment::SlimCustomerFragment}
1356
1356
  GRAPHQL
1357
1357
 
1358
+ DetachCustomerPaymentMethod = <<~GRAPHQL
1359
+ mutation ($input: DetachCustomerPaymentMethodInput!) {
1360
+ detachCustomerPaymentMethod(input: $input) {
1361
+ ...SlimCustomerFragment
1362
+ }
1363
+ }
1364
+ #{Fragment::SlimCustomerFragment}
1365
+ GRAPHQL
1366
+
1358
1367
  GrantPromotionalEntitlements = <<~GRAPHQL
1359
1368
  mutation (
1360
1369
  $input: GrantPromotionalEntitlementsInput!
@@ -18636,6 +18636,45 @@
18636
18636
  ],
18637
18637
  "possibleTypes": null
18638
18638
  },
18639
+ {
18640
+ "kind": "INPUT_OBJECT",
18641
+ "name": "DetachCustomerPaymentMethodInput",
18642
+ "description": null,
18643
+ "fields": null,
18644
+ "inputFields": [
18645
+ {
18646
+ "name": "customerId",
18647
+ "description": null,
18648
+ "type": {
18649
+ "kind": "NON_NULL",
18650
+ "name": null,
18651
+ "ofType": {
18652
+ "kind": "SCALAR",
18653
+ "name": "String",
18654
+ "ofType": null
18655
+ }
18656
+ },
18657
+ "defaultValue": null,
18658
+ "isDeprecated": false,
18659
+ "deprecationReason": null
18660
+ },
18661
+ {
18662
+ "name": "environmentId",
18663
+ "description": null,
18664
+ "type": {
18665
+ "kind": "SCALAR",
18666
+ "name": "String",
18667
+ "ofType": null
18668
+ },
18669
+ "defaultValue": null,
18670
+ "isDeprecated": false,
18671
+ "deprecationReason": null
18672
+ }
18673
+ ],
18674
+ "interfaces": null,
18675
+ "enumValues": null,
18676
+ "possibleTypes": null
18677
+ },
18639
18678
  {
18640
18679
  "kind": "INPUT_OBJECT",
18641
18680
  "name": "DimensionsMappingInput",
@@ -21513,6 +21552,12 @@
21513
21552
  "isDeprecated": false,
21514
21553
  "deprecationReason": null
21515
21554
  },
21555
+ {
21556
+ "name": "CannotRemovePaymentMethodFromCustomerError",
21557
+ "description": null,
21558
+ "isDeprecated": false,
21559
+ "deprecationReason": null
21560
+ },
21516
21561
  {
21517
21562
  "name": "CannotReportUsageForEntitlementWithMeterError",
21518
21563
  "description": null,
@@ -34845,6 +34890,39 @@
34845
34890
  "isDeprecated": false,
34846
34891
  "deprecationReason": null
34847
34892
  },
34893
+ {
34894
+ "name": "detachCustomerPaymentMethod",
34895
+ "description": null,
34896
+ "args": [
34897
+ {
34898
+ "name": "input",
34899
+ "description": null,
34900
+ "type": {
34901
+ "kind": "NON_NULL",
34902
+ "name": null,
34903
+ "ofType": {
34904
+ "kind": "INPUT_OBJECT",
34905
+ "name": "DetachCustomerPaymentMethodInput",
34906
+ "ofType": null
34907
+ }
34908
+ },
34909
+ "defaultValue": null,
34910
+ "isDeprecated": false,
34911
+ "deprecationReason": null
34912
+ }
34913
+ ],
34914
+ "type": {
34915
+ "kind": "NON_NULL",
34916
+ "name": null,
34917
+ "ofType": {
34918
+ "kind": "OBJECT",
34919
+ "name": "Customer",
34920
+ "ofType": null
34921
+ }
34922
+ },
34923
+ "isDeprecated": false,
34924
+ "deprecationReason": null
34925
+ },
34848
34926
  {
34849
34927
  "name": "duplicateProduct",
34850
34928
  "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 = "1.11.1"
4
+ VERSION = "1.12.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: 1.11.1
4
+ version: 1.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg