stigg-api-client 0.721.0 → 0.722.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: a7410fb1dc778abb52a58483c7129d57d40155b28cbef8a96dbf42ffa5f285b3
4
- data.tar.gz: 2946ab750fe06271caaa3f276e585d4eebfb6ccd929a0a93f4385747c720c7c4
3
+ metadata.gz: 45fd21b3fdb8c357756410ef71776a8504103b62f86dee0fba1a1815a777fb04
4
+ data.tar.gz: 3ccc6824b9dd1bde26ce8599d2f247354b1468dc0cbad8d6a0e2b07de6bd6c83
5
5
  SHA512:
6
- metadata.gz: 5aa3cb544469fc9b48d706a2a52cb33e36f47eb7cca99a2ef3c597214abc2bd20336a0d7c3f97656e1cad99d4f0aec72c4fd626d49afccda9aaba160378714a3
7
- data.tar.gz: 1d85cb85a2d9ed00a50e0586249d6346434bf382c0612138f7a13295c2f27033a442a44e420b6d6a75601985dbe2a970ac413799f7ad60d06861b3d1bf649d4a
6
+ metadata.gz: '079c1a8ea0925fac816f122ec26a95b0516fce9ac8e7bef1e6727b5b680373ce6d547780c92fd7cb9df1b5c88bb7a617d3b97d3e286f827fc6132eee47a3b2ce'
7
+ data.tar.gz: ef98ac852f181f0b15b4d82fb22db532222301f1b31cf8f34fcfed99de7714162df6cacdc9c0fd7b844cc977775b2058a9ff60e5c877003632bfcfa99db49122
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.721.0)
4
+ stigg-api-client (0.722.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql (< 2.1)
7
7
 
@@ -1453,6 +1453,12 @@ module Stigg
1453
1453
  }
1454
1454
  GRAPHQL
1455
1455
 
1456
+ ReportUsageBulk = <<~GRAPHQL
1457
+ mutation ($input: ReportUsageBulkInput!) {
1458
+ reportUsageBulk(input: $input)
1459
+ }
1460
+ GRAPHQL
1461
+
1456
1462
  ReportEvent = <<~GRAPHQL
1457
1463
  mutation ($input: UsageEventsReportInput!) {
1458
1464
  reportEvent(events: $input)
@@ -35616,6 +35616,35 @@
35616
35616
  "isDeprecated": false,
35617
35617
  "deprecationReason": null
35618
35618
  },
35619
+ {
35620
+ "name": "reportUsageBulk",
35621
+ "description": null,
35622
+ "args": [
35623
+ {
35624
+ "name": "input",
35625
+ "description": null,
35626
+ "type": {
35627
+ "kind": "NON_NULL",
35628
+ "name": null,
35629
+ "ofType": {
35630
+ "kind": "INPUT_OBJECT",
35631
+ "name": "ReportUsageBulkInput",
35632
+ "ofType": null
35633
+ }
35634
+ },
35635
+ "defaultValue": null,
35636
+ "isDeprecated": false,
35637
+ "deprecationReason": null
35638
+ }
35639
+ ],
35640
+ "type": {
35641
+ "kind": "SCALAR",
35642
+ "name": "String",
35643
+ "ofType": null
35644
+ },
35645
+ "isDeprecated": false,
35646
+ "deprecationReason": null
35647
+ },
35619
35648
  {
35620
35649
  "name": "resendEmailVerification",
35621
35650
  "description": null,
@@ -54523,6 +54552,148 @@
54523
54552
  "enumValues": null,
54524
54553
  "possibleTypes": null
54525
54554
  },
54555
+ {
54556
+ "kind": "INPUT_OBJECT",
54557
+ "name": "ReportUsageBaseInput",
54558
+ "description": null,
54559
+ "fields": null,
54560
+ "inputFields": [
54561
+ {
54562
+ "name": "createdAt",
54563
+ "description": null,
54564
+ "type": {
54565
+ "kind": "SCALAR",
54566
+ "name": "DateTime",
54567
+ "ofType": null
54568
+ },
54569
+ "defaultValue": null,
54570
+ "isDeprecated": false,
54571
+ "deprecationReason": null
54572
+ },
54573
+ {
54574
+ "name": "customerId",
54575
+ "description": null,
54576
+ "type": {
54577
+ "kind": "NON_NULL",
54578
+ "name": null,
54579
+ "ofType": {
54580
+ "kind": "SCALAR",
54581
+ "name": "String",
54582
+ "ofType": null
54583
+ }
54584
+ },
54585
+ "defaultValue": null,
54586
+ "isDeprecated": false,
54587
+ "deprecationReason": null
54588
+ },
54589
+ {
54590
+ "name": "featureId",
54591
+ "description": null,
54592
+ "type": {
54593
+ "kind": "NON_NULL",
54594
+ "name": null,
54595
+ "ofType": {
54596
+ "kind": "SCALAR",
54597
+ "name": "String",
54598
+ "ofType": null
54599
+ }
54600
+ },
54601
+ "defaultValue": null,
54602
+ "isDeprecated": false,
54603
+ "deprecationReason": null
54604
+ },
54605
+ {
54606
+ "name": "resourceId",
54607
+ "description": null,
54608
+ "type": {
54609
+ "kind": "SCALAR",
54610
+ "name": "String",
54611
+ "ofType": null
54612
+ },
54613
+ "defaultValue": null,
54614
+ "isDeprecated": false,
54615
+ "deprecationReason": null
54616
+ },
54617
+ {
54618
+ "name": "updateBehavior",
54619
+ "description": null,
54620
+ "type": {
54621
+ "kind": "ENUM",
54622
+ "name": "UsageUpdateBehavior",
54623
+ "ofType": null
54624
+ },
54625
+ "defaultValue": "DELTA",
54626
+ "isDeprecated": false,
54627
+ "deprecationReason": null
54628
+ },
54629
+ {
54630
+ "name": "value",
54631
+ "description": null,
54632
+ "type": {
54633
+ "kind": "NON_NULL",
54634
+ "name": null,
54635
+ "ofType": {
54636
+ "kind": "SCALAR",
54637
+ "name": "Float",
54638
+ "ofType": null
54639
+ }
54640
+ },
54641
+ "defaultValue": null,
54642
+ "isDeprecated": false,
54643
+ "deprecationReason": null
54644
+ }
54645
+ ],
54646
+ "interfaces": null,
54647
+ "enumValues": null,
54648
+ "possibleTypes": null
54649
+ },
54650
+ {
54651
+ "kind": "INPUT_OBJECT",
54652
+ "name": "ReportUsageBulkInput",
54653
+ "description": null,
54654
+ "fields": null,
54655
+ "inputFields": [
54656
+ {
54657
+ "name": "environmentId",
54658
+ "description": null,
54659
+ "type": {
54660
+ "kind": "SCALAR",
54661
+ "name": "String",
54662
+ "ofType": null
54663
+ },
54664
+ "defaultValue": null,
54665
+ "isDeprecated": false,
54666
+ "deprecationReason": null
54667
+ },
54668
+ {
54669
+ "name": "usages",
54670
+ "description": null,
54671
+ "type": {
54672
+ "kind": "NON_NULL",
54673
+ "name": null,
54674
+ "ofType": {
54675
+ "kind": "LIST",
54676
+ "name": null,
54677
+ "ofType": {
54678
+ "kind": "NON_NULL",
54679
+ "name": null,
54680
+ "ofType": {
54681
+ "kind": "INPUT_OBJECT",
54682
+ "name": "ReportUsageBaseInput",
54683
+ "ofType": null
54684
+ }
54685
+ }
54686
+ }
54687
+ },
54688
+ "defaultValue": null,
54689
+ "isDeprecated": false,
54690
+ "deprecationReason": null
54691
+ }
54692
+ ],
54693
+ "interfaces": null,
54694
+ "enumValues": null,
54695
+ "possibleTypes": null
54696
+ },
54526
54697
  {
54527
54698
  "kind": "INPUT_OBJECT",
54528
54699
  "name": "ReportUsageInput",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "0.721.0"
4
+ VERSION = "0.722.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: 0.721.0
4
+ version: 0.722.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg