stigg-api-client 2.296.0 → 2.298.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: 7630345684f6c8e9958df310f57de8db1f335c8bd37b9f7b936132e940a4d2fa
4
- data.tar.gz: b562a12be5f537c9906840fa63c86cfe62925a84130ac714e6620192b5697f45
3
+ metadata.gz: b435912f6bd785e7052417b39c077292a78e82576d3a332117a29f6dc50f26d4
4
+ data.tar.gz: 3036f5963687565960d355e4824993dd2ffbc7d2ec67d8f58dd5305fe98d5552
5
5
  SHA512:
6
- metadata.gz: '0946c8afdc1e033cdcb6840ccad9d15d7f4ff18812feec2572b8571cb5174e6a5c351258505552750374d483a578d5992c6b6945afa3b93d3abe314f1c4a386f'
7
- data.tar.gz: db9c60b450e7607b6054374c6c65cf3fd71cf21daeb6d781d5a8ed9c95894114908db251cfddc544f4aed17eb8bffd4aaa8759bfb4f24e76a7e558d62d94f4d8
6
+ metadata.gz: 3546d57821b916c3b3f43b5d5c2bf0ab4525ecc350758b56243fa4194b2ccfe83a7fa13d2a936bb2613cc9345c88b6722b69f27911c854083346b9191ea0698e
7
+ data.tar.gz: 53a91deb66283a6b835de067cbae0c219fcdfe37d33c5fa84972f264df40d45f8bce7aa455c2b57aa9a66d7590baf9be35a6257de13b32c9e8daf9370717e6f6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.296.0)
4
+ stigg-api-client (2.298.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -2110,7 +2110,7 @@ module Stigg
2110
2110
 
2111
2111
  GetProducts = <<~GRAPHQL
2112
2112
  query GetProducts {
2113
- products(paging: { first: 50 }) {
2113
+ products(paging: { first: 20 }) {
2114
2114
  edges {
2115
2115
  node {
2116
2116
  ...ProductFragment
@@ -17660,7 +17660,7 @@
17660
17660
  }
17661
17661
  }
17662
17662
  },
17663
- "defaultValue": "[]",
17663
+ "defaultValue": "[{direction: DESC, field: createdAt}]",
17664
17664
  "isDeprecated": false,
17665
17665
  "deprecationReason": null
17666
17666
  }
@@ -63807,7 +63807,7 @@
63807
63807
  "name": "CursorPaging",
63808
63808
  "ofType": null
63809
63809
  },
63810
- "defaultValue": "{first: 50}",
63810
+ "defaultValue": "{first: 10}",
63811
63811
  "isDeprecated": false,
63812
63812
  "deprecationReason": null
63813
63813
  },
@@ -64540,7 +64540,7 @@
64540
64540
  }
64541
64541
  }
64542
64542
  },
64543
- "defaultValue": "[]",
64543
+ "defaultValue": "[{direction: DESC, field: createdAt}]",
64544
64544
  "isDeprecated": false,
64545
64545
  "deprecationReason": null
64546
64546
  }
@@ -65333,7 +65333,7 @@
65333
65333
  }
65334
65334
  }
65335
65335
  },
65336
- "defaultValue": "[]",
65336
+ "defaultValue": "[{direction: DESC, field: createdAt}]",
65337
65337
  "isDeprecated": false,
65338
65338
  "deprecationReason": null
65339
65339
  }
@@ -65394,7 +65394,7 @@
65394
65394
  }
65395
65395
  }
65396
65396
  },
65397
- "defaultValue": "[]",
65397
+ "defaultValue": "[{direction: DESC, field: createdAt}]",
65398
65398
  "isDeprecated": false,
65399
65399
  "deprecationReason": null
65400
65400
  }
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.296.0"
4
+ VERSION = "2.298.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: 2.296.0
4
+ version: 2.298.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-01-28 00:00:00.000000000 Z
11
+ date: 2025-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient