stigg-api-client 1.199.0 → 1.201.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: 84af03dfbce9f3ac570d3296c7a284f5b0ead3f95319eae3c8a4dfcfea9f6dd0
4
- data.tar.gz: 4c890e8ace11bc4f86d16d1bbe3bb68eba58ba580253c5253f2b90af2dddc2b0
3
+ metadata.gz: 59a307c91b59fbfb1853c839419532998ae38fb085206fcbab2c4f195c244b02
4
+ data.tar.gz: 79962393772f2c6bff726971369277b8c1fa79dcb88d1ffb9a06c6cd0fa235d2
5
5
  SHA512:
6
- metadata.gz: 876055dddacbb7dcb81edd613d8f134d9dbbd8789a3572a068789ef2cca10a3a04a5b2cbf16040d47e26327dfff996175b1e2bf5e675be0088534f09b485afcf
7
- data.tar.gz: df3672aaa4d97f61ddce9a39bb6a51ffe8afd9fa81c3d6aa4a50284fa106596c0c8409b0b434b4669c558425a6d1fff4caba21717be42fd84c73e3dad3c985f9
6
+ metadata.gz: 27e5f561c7210a6a744bb66266e9985ca0e64339fa03c8f949c5e2d545202225006c274a6915dce9e57859b01934389a33a723a14204d5454e5688ca22023236
7
+ data.tar.gz: 348df60ba97ead89b48b29bf6590ffff4bcb200404af5e9c34f6f7ba8cf4e531de3fb47a1d4379f3c921cbff96592e3f706bb9ef8d78fdaf31727e162b52c2f5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.199.0)
4
+ stigg-api-client (1.201.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -316,11 +316,19 @@ module Stigg
316
316
  status
317
317
  createdAt
318
318
  updatedAt
319
+ errorMessage
319
320
  requiresAction
320
- paymentUrl
321
321
  paymentSecret
322
- errorMessage
322
+ paymentUrl
323
+ pdfUrl
323
324
  billingReason
325
+ currency
326
+ subTotal
327
+ subTotalExcludingTax
328
+ total
329
+ totalExcludingTax
330
+ tax
331
+ amountDue
324
332
  }
325
333
  GRAPHQL
326
334
 
@@ -24377,6 +24377,95 @@
24377
24377
  "enumValues": null,
24378
24378
  "possibleTypes": null
24379
24379
  },
24380
+ {
24381
+ "kind": "ENUM",
24382
+ "name": "EventEntityType",
24383
+ "description": "Event entity type",
24384
+ "fields": null,
24385
+ "inputFields": null,
24386
+ "interfaces": null,
24387
+ "enumValues": [
24388
+ {
24389
+ "name": "ADDON",
24390
+ "description": "Add-on entity",
24391
+ "isDeprecated": false,
24392
+ "deprecationReason": null
24393
+ },
24394
+ {
24395
+ "name": "COUPON",
24396
+ "description": "Coupon entity",
24397
+ "isDeprecated": false,
24398
+ "deprecationReason": null
24399
+ },
24400
+ {
24401
+ "name": "CUSTOMER",
24402
+ "description": "Customer entity",
24403
+ "isDeprecated": false,
24404
+ "deprecationReason": null
24405
+ },
24406
+ {
24407
+ "name": "ENTITLEMENT",
24408
+ "description": "Entitlement entity",
24409
+ "isDeprecated": false,
24410
+ "deprecationReason": null
24411
+ },
24412
+ {
24413
+ "name": "FEATURE",
24414
+ "description": "Feature entity",
24415
+ "isDeprecated": false,
24416
+ "deprecationReason": null
24417
+ },
24418
+ {
24419
+ "name": "IMPORT",
24420
+ "description": "Import entity",
24421
+ "isDeprecated": false,
24422
+ "deprecationReason": null
24423
+ },
24424
+ {
24425
+ "name": "MEASUREMENT",
24426
+ "description": "Measurement entity",
24427
+ "isDeprecated": false,
24428
+ "deprecationReason": null
24429
+ },
24430
+ {
24431
+ "name": "PACKAGE",
24432
+ "description": "Package entity",
24433
+ "isDeprecated": false,
24434
+ "deprecationReason": null
24435
+ },
24436
+ {
24437
+ "name": "PACKAGE_GROUP",
24438
+ "description": "Package group entity",
24439
+ "isDeprecated": false,
24440
+ "deprecationReason": null
24441
+ },
24442
+ {
24443
+ "name": "PLAN",
24444
+ "description": "Plan entity",
24445
+ "isDeprecated": false,
24446
+ "deprecationReason": null
24447
+ },
24448
+ {
24449
+ "name": "PRODUCT",
24450
+ "description": "Product entity",
24451
+ "isDeprecated": false,
24452
+ "deprecationReason": null
24453
+ },
24454
+ {
24455
+ "name": "PROMOTIONAL_ENTITLEMENT",
24456
+ "description": "Promotional entitlement entity",
24457
+ "isDeprecated": false,
24458
+ "deprecationReason": null
24459
+ },
24460
+ {
24461
+ "name": "SUBSCRIPTION",
24462
+ "description": "Subscription entity",
24463
+ "isDeprecated": false,
24464
+ "deprecationReason": null
24465
+ }
24466
+ ],
24467
+ "possibleTypes": null
24468
+ },
24380
24469
  {
24381
24470
  "kind": "OBJECT",
24382
24471
  "name": "EventLog",
@@ -24438,6 +24527,18 @@
24438
24527
  "isDeprecated": false,
24439
24528
  "deprecationReason": null
24440
24529
  },
24530
+ {
24531
+ "name": "entityType",
24532
+ "description": "The event entity type",
24533
+ "args": [],
24534
+ "type": {
24535
+ "kind": "ENUM",
24536
+ "name": "EventEntityType",
24537
+ "ofType": null
24538
+ },
24539
+ "isDeprecated": false,
24540
+ "deprecationReason": null
24541
+ },
24441
24542
  {
24442
24543
  "name": "environmentId",
24443
24544
  "description": "The environment ID",
@@ -24879,6 +24980,38 @@
24879
24980
  "defaultValue": null,
24880
24981
  "isDeprecated": false,
24881
24982
  "deprecationReason": null
24983
+ },
24984
+ {
24985
+ "name": "neq",
24986
+ "description": null,
24987
+ "type": {
24988
+ "kind": "ENUM",
24989
+ "name": "EventLogType",
24990
+ "ofType": null
24991
+ },
24992
+ "defaultValue": null,
24993
+ "isDeprecated": false,
24994
+ "deprecationReason": null
24995
+ },
24996
+ {
24997
+ "name": "notIn",
24998
+ "description": null,
24999
+ "type": {
25000
+ "kind": "LIST",
25001
+ "name": null,
25002
+ "ofType": {
25003
+ "kind": "NON_NULL",
25004
+ "name": null,
25005
+ "ofType": {
25006
+ "kind": "ENUM",
25007
+ "name": "EventLogType",
25008
+ "ofType": null
25009
+ }
25010
+ }
25011
+ },
25012
+ "defaultValue": null,
25013
+ "isDeprecated": false,
25014
+ "deprecationReason": null
24882
25015
  }
24883
25016
  ],
24884
25017
  "interfaces": null,
@@ -60354,7 +60487,7 @@
60354
60487
  "name": "EventLogFilter",
60355
60488
  "ofType": null
60356
60489
  },
60357
- "defaultValue": "{eventLogType: {}}",
60490
+ "defaultValue": "{eventLogType: {neq: MEASUREMENT_REPORTED}}",
60358
60491
  "isDeprecated": false,
60359
60492
  "deprecationReason": null
60360
60493
  },
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.199.0"
4
+ VERSION = "1.201.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.199.0
4
+ version: 1.201.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-05-28 00:00:00.000000000 Z
11
+ date: 2024-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient