stigg-api-client 1.11.1 → 1.14.0

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: 2d0c7b1e11f74c773562162748bd5998d92f35dddefbd68ee2082f42af3dcc6c
4
- data.tar.gz: 9c2a31a6fd9bbb6f1714ddbef24dc3aa1512794f6a50442ea4af6dabdd5edd6f
3
+ metadata.gz: 4e1d4cb00b6dcdb1db29745b1625f57e6b2eabd934a685a2b01d1334176f5f91
4
+ data.tar.gz: 790a89d87c37365fcee2fe91eb40bb5f8a8b696c10bea1f2bd07a3a268efbf1d
5
5
  SHA512:
6
- metadata.gz: d27579f272dc7cc9d73d0b61dfd9554da3eedd7ccda00f1898930b72af384794eeae108e6e786cb39674f253e57cf70b97b4bbd69cc8e1f2d12a8d922d2d35a2
7
- data.tar.gz: 6e48bb666af2a3bf34a9b52d4e6bf7668f99b2204096fdf8a0f9ce5d187facc29d6458ed7c315866d3238346439a671c1ed0c98514c48255a90c235644153d0a
6
+ metadata.gz: c720ef7ff5ca966a91edcfd6d0f9f2c55400c45d3d6253d3694605ecb80d1f137f4b9639c0da71df73d95ced99f037d48922846206e291fa4244bfdac0082233
7
+ data.tar.gz: 4e37329f32430eb75cef59d26466182c72711e0a63b8af03fd214c31fa27ff3733f530a95640cc53d008dd5fb57c49e5b69924d0f8c9a90063249d22613b22d8
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.14.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",
@@ -19866,6 +19905,65 @@
19866
19905
  "enumValues": null,
19867
19906
  "possibleTypes": null
19868
19907
  },
19908
+ {
19909
+ "kind": "OBJECT",
19910
+ "name": "EntitlementLimitExceededError",
19911
+ "description": null,
19912
+ "fields": [
19913
+ {
19914
+ "name": "code",
19915
+ "description": null,
19916
+ "args": [],
19917
+ "type": {
19918
+ "kind": "NON_NULL",
19919
+ "name": null,
19920
+ "ofType": {
19921
+ "kind": "SCALAR",
19922
+ "name": "String",
19923
+ "ofType": null
19924
+ }
19925
+ },
19926
+ "isDeprecated": false,
19927
+ "deprecationReason": null
19928
+ },
19929
+ {
19930
+ "name": "feature",
19931
+ "description": null,
19932
+ "args": [],
19933
+ "type": {
19934
+ "kind": "NON_NULL",
19935
+ "name": null,
19936
+ "ofType": {
19937
+ "kind": "SCALAR",
19938
+ "name": "String",
19939
+ "ofType": null
19940
+ }
19941
+ },
19942
+ "isDeprecated": false,
19943
+ "deprecationReason": null
19944
+ },
19945
+ {
19946
+ "name": "isValidationError",
19947
+ "description": null,
19948
+ "args": [],
19949
+ "type": {
19950
+ "kind": "NON_NULL",
19951
+ "name": null,
19952
+ "ofType": {
19953
+ "kind": "SCALAR",
19954
+ "name": "Boolean",
19955
+ "ofType": null
19956
+ }
19957
+ },
19958
+ "isDeprecated": false,
19959
+ "deprecationReason": null
19960
+ }
19961
+ ],
19962
+ "inputFields": null,
19963
+ "interfaces": [],
19964
+ "enumValues": null,
19965
+ "possibleTypes": null
19966
+ },
19869
19967
  {
19870
19968
  "kind": "INPUT_OBJECT",
19871
19969
  "name": "EntitlementOptions",
@@ -21513,6 +21611,12 @@
21513
21611
  "isDeprecated": false,
21514
21612
  "deprecationReason": null
21515
21613
  },
21614
+ {
21615
+ "name": "CannotRemovePaymentMethodFromCustomerError",
21616
+ "description": null,
21617
+ "isDeprecated": false,
21618
+ "deprecationReason": null
21619
+ },
21516
21620
  {
21517
21621
  "name": "CannotReportUsageForEntitlementWithMeterError",
21518
21622
  "description": null,
@@ -21615,6 +21719,12 @@
21615
21719
  "isDeprecated": false,
21616
21720
  "deprecationReason": null
21617
21721
  },
21722
+ {
21723
+ "name": "EntitlementLimitExceededError",
21724
+ "description": null,
21725
+ "isDeprecated": false,
21726
+ "deprecationReason": null
21727
+ },
21618
21728
  {
21619
21729
  "name": "EntitlementsMustBelongToSamePackage",
21620
21730
  "description": null,
@@ -34845,6 +34955,39 @@
34845
34955
  "isDeprecated": false,
34846
34956
  "deprecationReason": null
34847
34957
  },
34958
+ {
34959
+ "name": "detachCustomerPaymentMethod",
34960
+ "description": null,
34961
+ "args": [
34962
+ {
34963
+ "name": "input",
34964
+ "description": null,
34965
+ "type": {
34966
+ "kind": "NON_NULL",
34967
+ "name": null,
34968
+ "ofType": {
34969
+ "kind": "INPUT_OBJECT",
34970
+ "name": "DetachCustomerPaymentMethodInput",
34971
+ "ofType": null
34972
+ }
34973
+ },
34974
+ "defaultValue": null,
34975
+ "isDeprecated": false,
34976
+ "deprecationReason": null
34977
+ }
34978
+ ],
34979
+ "type": {
34980
+ "kind": "NON_NULL",
34981
+ "name": null,
34982
+ "ofType": {
34983
+ "kind": "OBJECT",
34984
+ "name": "Customer",
34985
+ "ofType": null
34986
+ }
34987
+ },
34988
+ "isDeprecated": false,
34989
+ "deprecationReason": null
34990
+ },
34848
34991
  {
34849
34992
  "name": "duplicateProduct",
34850
34993
  "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.14.0"
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: 1.11.1
4
+ version: 1.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-01-29 00:00:00.000000000 Z
11
+ date: 2024-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient