stigg-api-client 2.286.1 → 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: c790dadaf5483dce7dc5826a24cd27a2d689694c331aeff9e67d1a53309a4e40
4
- data.tar.gz: 184b514a3d338dd333036f503f075bbc637b201ae10104ed27c64b87340bb17f
3
+ metadata.gz: fe375c2c1b0c7f2ff34fb705dac2c61314455106a47ddf63ad8120251f5459ec
4
+ data.tar.gz: 62367ea52666be3afbaa11887184b9a6ee7fc32e3ab845a14133a64e8fea3919
5
5
  SHA512:
6
- metadata.gz: 3dce7c3a7d0f310c74bef756bf1eb29ad55572691494719c373c87d0f1cec03ca44f4a7f26d43f94acfd6520e160d076234520abeca518d81dfe51632f6319ac
7
- data.tar.gz: 2a855f977db2653f031e63934bb81188a037dd9ec08f2aa66592719e782a3a861a6e3dcf80cfccdede7e842ae29a07752e7159e7d73cedd75ee27dd017c3985e
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.286.1)
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
 
@@ -24991,6 +24991,12 @@
24991
24991
  "isDeprecated": false,
24992
24992
  "deprecationReason": null
24993
24993
  },
24994
+ {
24995
+ "name": "InvalidDoggoSignatureError",
24996
+ "description": null,
24997
+ "isDeprecated": false,
24998
+ "deprecationReason": null
24999
+ },
24994
25000
  {
24995
25001
  "name": "InvalidEntitlementResetPeriod",
24996
25002
  "description": null,
@@ -34092,6 +34098,18 @@
34092
34098
  "isDeprecated": false,
34093
34099
  "deprecationReason": null
34094
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
+ },
34095
34113
  {
34096
34114
  "name": "updatedAt",
34097
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",
@@ -35364,6 +35382,18 @@
35364
35382
  "isDeprecated": false,
35365
35383
  "deprecationReason": null
35366
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
+ },
35367
35397
  {
35368
35398
  "name": "startDate",
35369
35399
  "description": null,
@@ -35376,6 +35406,26 @@
35376
35406
  "isDeprecated": false,
35377
35407
  "deprecationReason": null
35378
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
+ },
35379
35429
  {
35380
35430
  "name": "unitQuantity",
35381
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.286.1"
4
+ VERSION = "2.289.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.286.1
4
+ version: 2.289.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-16 00:00:00.000000000 Z
11
+ date: 2025-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient