stigg-api-client 1.11.0 → 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: 3c37c9a3cb099387a2df0ccaaaf165111e5c01747676890da144b96a3fbc5b61
4
- data.tar.gz: e50009819f37aea4a517af8a18934ae8e5d96f219900dc389cba3cc9b76b5bf2
3
+ metadata.gz: 9e3d421744045ab84ee12c063fcb875d8c2ba46e4e4ebbff0f485f0e7add64bd
4
+ data.tar.gz: 30bcd9058baa9be1b77b579727301316e22af89e38ab1ea32d716537d82a718d
5
5
  SHA512:
6
- metadata.gz: f00e2217ed44f40b4b4384ebf6cbb3969350444efaf9f7897f40dfda20d14af216dfad19c3437ec54df5659fcf20ecbae5defec76fe06a9b35a3a0c025a8c0ce
7
- data.tar.gz: 0c39bcd428bcf00361a3493f22e23cee2dbf78fb435ac91da0ce698ae5a8e452b92a6a51db55b5fdd54c33ee80a346a675a099fe1d2f69c55ee9f8f01b74f803
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.0)
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,
@@ -21597,12 +21642,6 @@
21597
21642
  "isDeprecated": false,
21598
21643
  "deprecationReason": null
21599
21644
  },
21600
- {
21601
- "name": "DryRunError",
21602
- "description": null,
21603
- "isDeprecated": false,
21604
- "deprecationReason": null
21605
- },
21606
21645
  {
21607
21646
  "name": "DuplicateProductValidationError",
21608
21647
  "description": null,
@@ -34851,6 +34890,39 @@
34851
34890
  "isDeprecated": false,
34852
34891
  "deprecationReason": null
34853
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
+ },
34854
34926
  {
34855
34927
  "name": "duplicateProduct",
34856
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.0"
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.0
4
+ version: 1.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg