stigg-api-client 1.73.6 → 1.75.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: ec04b8aaadd3e32f980092a233486e33167a8d24fcf57595307326d9271a15cf
4
- data.tar.gz: 1169aa10ff32a322287d152790aabcf29d22c3fec07d35bb81738b0e20b78ab4
3
+ metadata.gz: ce18b02fe38e3eacb8b486be259d2cea3164dc5cebdce6fd929a2912ec25af2a
4
+ data.tar.gz: 576fba87cb5098328ec8900213fab022156b7879757edb67ddf06a84d817eb41
5
5
  SHA512:
6
- metadata.gz: ea46fabb33d024993fb29f69221d66452251643435c9f2cf5131ca54dbdabb811b931455b03a95b938e5172ae0381d239baafa7d394aa9671c0ca1a13ee4c73f
7
- data.tar.gz: 9fff85f4943860cb5c483ed0846719c5711f1d406e8501e467bf1c0906f817edcb06652adb0c79fcfec5b8f778e2bf13240009f0bbc9a356dc80eee2e4714643
6
+ metadata.gz: 4d422751d99b999f97d5ea6f2053a3013aec3e0f1c7025b0e26bf2da96ee6053def87363d60dc21d6ddc3c38001277f1b065870e71b750c9e060141e38651dd0
7
+ data.tar.gz: 771ab830da435a90999ae9258740682cb275c85865da76365ae9c5b7d38948f3fd79c66dc018c7e2e954cfa28f4c17415bc29643d53b9ea136667a9809b6c92f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.73.6)
4
+ stigg-api-client (1.75.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -37720,6 +37720,39 @@
37720
37720
  "isDeprecated": false,
37721
37721
  "deprecationReason": null
37722
37722
  },
37723
+ {
37724
+ "name": "triggerSubscriptionUsageSync",
37725
+ "description": "Triggers the subscription usage sync for the given subscription",
37726
+ "args": [
37727
+ {
37728
+ "name": "input",
37729
+ "description": null,
37730
+ "type": {
37731
+ "kind": "NON_NULL",
37732
+ "name": null,
37733
+ "ofType": {
37734
+ "kind": "INPUT_OBJECT",
37735
+ "name": "TriggerSubscriptionUsageSyncInput",
37736
+ "ofType": null
37737
+ }
37738
+ },
37739
+ "defaultValue": null,
37740
+ "isDeprecated": false,
37741
+ "deprecationReason": null
37742
+ }
37743
+ ],
37744
+ "type": {
37745
+ "kind": "NON_NULL",
37746
+ "name": null,
37747
+ "ofType": {
37748
+ "kind": "SCALAR",
37749
+ "name": "Boolean",
37750
+ "ofType": null
37751
+ }
37752
+ },
37753
+ "isDeprecated": false,
37754
+ "deprecationReason": null
37755
+ },
37723
37756
  {
37724
37757
  "name": "unarchiveCustomer",
37725
37758
  "description": null,
@@ -39005,6 +39038,18 @@
39005
39038
  "isDeprecated": false,
39006
39039
  "deprecationReason": null
39007
39040
  },
39041
+ {
39042
+ "name": "maxQuantity",
39043
+ "description": "Max quantity for an addon",
39044
+ "args": [],
39045
+ "type": {
39046
+ "kind": "OBJECT",
39047
+ "name": "StringChangeDTO",
39048
+ "ofType": null
39049
+ },
39050
+ "isDeprecated": false,
39051
+ "deprecationReason": null
39052
+ },
39008
39053
  {
39009
39054
  "name": "overagePrices",
39010
39055
  "description": null,
@@ -70477,6 +70522,57 @@
70477
70522
  "enumValues": null,
70478
70523
  "possibleTypes": null
70479
70524
  },
70525
+ {
70526
+ "kind": "INPUT_OBJECT",
70527
+ "name": "TriggerSubscriptionUsageSyncInput",
70528
+ "description": "Input for triggering usage sync",
70529
+ "fields": null,
70530
+ "inputFields": [
70531
+ {
70532
+ "name": "customerId",
70533
+ "description": "The customer id to trigger usage sync for",
70534
+ "type": {
70535
+ "kind": "NON_NULL",
70536
+ "name": null,
70537
+ "ofType": {
70538
+ "kind": "SCALAR",
70539
+ "name": "String",
70540
+ "ofType": null
70541
+ }
70542
+ },
70543
+ "defaultValue": null,
70544
+ "isDeprecated": false,
70545
+ "deprecationReason": null
70546
+ },
70547
+ {
70548
+ "name": "environmentId",
70549
+ "description": "The environment id to trigger usage sync for",
70550
+ "type": {
70551
+ "kind": "SCALAR",
70552
+ "name": "String",
70553
+ "ofType": null
70554
+ },
70555
+ "defaultValue": null,
70556
+ "isDeprecated": false,
70557
+ "deprecationReason": null
70558
+ },
70559
+ {
70560
+ "name": "resourceId",
70561
+ "description": "The resource id to trigger usage sync for",
70562
+ "type": {
70563
+ "kind": "SCALAR",
70564
+ "name": "String",
70565
+ "ofType": null
70566
+ },
70567
+ "defaultValue": null,
70568
+ "isDeprecated": false,
70569
+ "deprecationReason": null
70570
+ }
70571
+ ],
70572
+ "interfaces": null,
70573
+ "enumValues": null,
70574
+ "possibleTypes": null
70575
+ },
70480
70576
  {
70481
70577
  "kind": "OBJECT",
70482
70578
  "name": "TypographyConfiguration",
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.73.6"
4
+ VERSION = "1.75.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.73.6
4
+ version: 1.75.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-03-12 00:00:00.000000000 Z
11
+ date: 2024-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient