stigg-api-client 2.287.0 → 2.289.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: 997e76865abde9381211d0d162ea87a9ef0349b4c93ced79250aaa31f80482d8
4
- data.tar.gz: 5ecba930ec711bb346935a1c7785bd9faa9ef39c3ba5d192dc1e70e33d073e37
3
+ metadata.gz: fe375c2c1b0c7f2ff34fb705dac2c61314455106a47ddf63ad8120251f5459ec
4
+ data.tar.gz: 62367ea52666be3afbaa11887184b9a6ee7fc32e3ab845a14133a64e8fea3919
5
5
  SHA512:
6
- metadata.gz: f9a913c058bf230c2dc02e647984f50e2b94566ab191924ff6b28d7f7fc42da0ed0ee06f096bab1117bef768423747fb8f67747046d58dfa74390a8604c7e848
7
- data.tar.gz: 7ceb26f2f14b63cc8141302ea3be27ecb0c636ab10e60065e801fdb5dc18edfac3ac7df889db3c7d49f6bf5f85c3103c8b02be77d0d89b89b79770d9da651896
6
+ metadata.gz: 65619c99cde66ad926ab720b1c330fbe0bcc04483fdaa2ca264faf4e17efa622c1b8d1e0510a29c0376b31ca16e43778a46806ef1de890f9758022ed2e202f43
7
+ data.tar.gz: 6df1050a7d36f27b8e773a2a0cd79343691366e1b2fcc048c6857e87d35ae1fca2473ff0599a9d21760b9acb7a9d91d22e2fc00455bba48856f5df53d63024da
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.287.0)
4
+ stigg-api-client (2.289.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -34098,6 +34098,18 @@
34098
34098
  "isDeprecated": false,
34099
34099
  "deprecationReason": null
34100
34100
  },
34101
+ {
34102
+ "name": "salesforceId",
34103
+ "description": null,
34104
+ "type": {
34105
+ "kind": "SCALAR",
34106
+ "name": "String",
34107
+ "ofType": null
34108
+ },
34109
+ "defaultValue": null,
34110
+ "isDeprecated": false,
34111
+ "deprecationReason": null
34112
+ },
34101
34113
  {
34102
34114
  "name": "updatedAt",
34103
34115
  "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",
@@ -35370,6 +35382,18 @@
35370
35382
  "isDeprecated": false,
35371
35383
  "deprecationReason": null
35372
35384
  },
35385
+ {
35386
+ "name": "salesforceId",
35387
+ "description": null,
35388
+ "type": {
35389
+ "kind": "SCALAR",
35390
+ "name": "String",
35391
+ "ofType": null
35392
+ },
35393
+ "defaultValue": null,
35394
+ "isDeprecated": false,
35395
+ "deprecationReason": null
35396
+ },
35373
35397
  {
35374
35398
  "name": "startDate",
35375
35399
  "description": null,
@@ -35382,6 +35406,26 @@
35382
35406
  "isDeprecated": false,
35383
35407
  "deprecationReason": null
35384
35408
  },
35409
+ {
35410
+ "name": "subscriptionEntitlements",
35411
+ "description": null,
35412
+ "type": {
35413
+ "kind": "LIST",
35414
+ "name": null,
35415
+ "ofType": {
35416
+ "kind": "NON_NULL",
35417
+ "name": null,
35418
+ "ofType": {
35419
+ "kind": "INPUT_OBJECT",
35420
+ "name": "SubscriptionEntitlementInput",
35421
+ "ofType": null
35422
+ }
35423
+ }
35424
+ },
35425
+ "defaultValue": null,
35426
+ "isDeprecated": false,
35427
+ "deprecationReason": null
35428
+ },
35385
35429
  {
35386
35430
  "name": "unitQuantity",
35387
35431
  "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 = "2.287.0"
4
+ VERSION = "2.289.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: 2.287.0
4
+ version: 2.289.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg