stigg-api-client 1.156.0 → 1.157.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: 758012a65e70c5615d8699d4d82adf2f436d89ed13f708758ef1fc7a9c11d400
4
- data.tar.gz: b5db38e0c6555585634826ad31f495f35ece937baef5fe1da07b8a560eec5c60
3
+ metadata.gz: 117fca90d6444ff88f5007557fccb3641b37fa8a6937c3434f0a3968476d56b8
4
+ data.tar.gz: b80a2e375e4a6bbd2636527853427e1e402a3dd182f351eeef90ae0ba73f9767
5
5
  SHA512:
6
- metadata.gz: b96cf027a29e1c25abbdcaed499416fd655bb21180967cd5983c6d6e53519d63e0aa2ac7c326cb3ddd015da46ab05106554a7ab14e169928b1a4c6afaa09acae
7
- data.tar.gz: 826d7bc1b1fa8bcd8f0e3211b16071bb98c76a13bef721a12588e327719f6593e9e023eecfb3f2344db2fd5333e6b0d021d0d629677a7d7812dbe41f4fa3cb4e
6
+ metadata.gz: 8fff259628a99f93c27729b6afc226045cd677a20dc4c673d05f2e92b0ad92d9282e2ca36ddb6a4f3bf5d00e243e50de5337c8e21c6cafa274f932280c7f9eca
7
+ data.tar.gz: f940fe3ef284a76515fa40e7c73cafd7286dc3776c652f8b3e253fff6a0ab742087a1da0e41a2b594d6fa341dab4b6b99c57906945c1e39364aeeaff110e53cc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.156.0)
4
+ stigg-api-client (1.157.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -30990,6 +30990,18 @@
30990
30990
  "defaultValue": null,
30991
30991
  "isDeprecated": false,
30992
30992
  "deprecationReason": null
30993
+ },
30994
+ {
30995
+ "name": "updatedAt",
30996
+ "description": "Indicates the last update of the customer. In case there's already existing customer that was updated after that date, it will skip import this customer",
30997
+ "type": {
30998
+ "kind": "SCALAR",
30999
+ "name": "DateTime",
31000
+ "ofType": null
31001
+ },
31002
+ "defaultValue": null,
31003
+ "isDeprecated": false,
31004
+ "deprecationReason": null
30993
31005
  }
30994
31006
  ],
30995
31007
  "interfaces": null,
@@ -32222,6 +32234,18 @@
32222
32234
  "defaultValue": null,
32223
32235
  "isDeprecated": false,
32224
32236
  "deprecationReason": null
32237
+ },
32238
+ {
32239
+ "name": "updatedAt",
32240
+ "description": "Indicates the last update of the subscription. In case there's already existing subscription that was updated after that date, it will skip import this subscription",
32241
+ "type": {
32242
+ "kind": "SCALAR",
32243
+ "name": "DateTime",
32244
+ "ofType": null
32245
+ },
32246
+ "defaultValue": null,
32247
+ "isDeprecated": false,
32248
+ "deprecationReason": null
32225
32249
  }
32226
32250
  ],
32227
32251
  "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 = "1.156.0"
4
+ VERSION = "1.157.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.156.0
4
+ version: 1.157.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg