stigg-api-client 1.74.1 → 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: 228c2d3aef36cb1a4da64acb6fd4379323937447b50fce619d6d42a362a0afef
4
- data.tar.gz: 287c058f8da9318ed1ddfce5978dec6ab52cb3a29143ddeb8618a2ddee07e8e6
3
+ metadata.gz: ce18b02fe38e3eacb8b486be259d2cea3164dc5cebdce6fd929a2912ec25af2a
4
+ data.tar.gz: 576fba87cb5098328ec8900213fab022156b7879757edb67ddf06a84d817eb41
5
5
  SHA512:
6
- metadata.gz: 1457e1b6a526a4b348e9b17075145a8df1ef9c624eb9cacdda4f9aae75c09152d88c6a822a4857f43edb5b73975f90edee17b09ddb37a95fb979958c0e5ef298
7
- data.tar.gz: db5f9398fc502b3b091e200fc6a8ad4d9083b1ce275f99d4a4aa63f69438165f4530b7eee5e4a16a96cfda00572b58b31e32042d969aa578beef3152ff299b2f
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.74.1)
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,
@@ -70489,6 +70522,57 @@
70489
70522
  "enumValues": null,
70490
70523
  "possibleTypes": null
70491
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
+ },
70492
70576
  {
70493
70577
  "kind": "OBJECT",
70494
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.74.1"
4
+ VERSION = "1.75.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.74.1
4
+ version: 1.75.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg