stigg-api-client 1.128.0 → 1.132.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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +83 -0
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: d754db70845769ec5cee22987bcda7f3bcc10060a7c1c2d4f8a638bb77414a76
         | 
| 4 | 
            +
              data.tar.gz: 1ccb2bb844f1fe8abc1d38ca0b90527ffc4ab85bb14521f394978179b28d7169
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 3615228bbf9e79357db0ec819e5b704c88a74bc618088932f7f12744430f85e05f8cbbd12bad472177fe01056cce3dc440a9fc0f40a65d4db185d36f6514a85b
         | 
| 7 | 
            +
              data.tar.gz: 3028c7de63fa11f9467bad825f2074e2a93f916446684efd7a49d657425a95f5e724df886f085ee07d13c37f7424b14db7939c7e5c6d32d6566ae194195af405
         | 
    
        data/Gemfile.lock
    CHANGED
    
    
| @@ -5367,6 +5367,53 @@ | |
| 5367 5367 | 
             
                    "enumValues": null,
         | 
| 5368 5368 | 
             
                    "possibleTypes": null
         | 
| 5369 5369 | 
             
                  },
         | 
| 5370 | 
            +
                  {
         | 
| 5371 | 
            +
                    "kind": "OBJECT",
         | 
| 5372 | 
            +
                    "name": "BudgetConfigurationChange",
         | 
| 5373 | 
            +
                    "description": "Budget configuration change",
         | 
| 5374 | 
            +
                    "fields": [
         | 
| 5375 | 
            +
                      {
         | 
| 5376 | 
            +
                        "name": "after",
         | 
| 5377 | 
            +
                        "description": "The value after the change",
         | 
| 5378 | 
            +
                        "args": [],
         | 
| 5379 | 
            +
                        "type": {
         | 
| 5380 | 
            +
                          "kind": "OBJECT",
         | 
| 5381 | 
            +
                          "name": "BudgetConfiguration",
         | 
| 5382 | 
            +
                          "ofType": null
         | 
| 5383 | 
            +
                        },
         | 
| 5384 | 
            +
                        "isDeprecated": false,
         | 
| 5385 | 
            +
                        "deprecationReason": null
         | 
| 5386 | 
            +
                      },
         | 
| 5387 | 
            +
                      {
         | 
| 5388 | 
            +
                        "name": "before",
         | 
| 5389 | 
            +
                        "description": "The value before the change",
         | 
| 5390 | 
            +
                        "args": [],
         | 
| 5391 | 
            +
                        "type": {
         | 
| 5392 | 
            +
                          "kind": "OBJECT",
         | 
| 5393 | 
            +
                          "name": "BudgetConfiguration",
         | 
| 5394 | 
            +
                          "ofType": null
         | 
| 5395 | 
            +
                        },
         | 
| 5396 | 
            +
                        "isDeprecated": false,
         | 
| 5397 | 
            +
                        "deprecationReason": null
         | 
| 5398 | 
            +
                      },
         | 
| 5399 | 
            +
                      {
         | 
| 5400 | 
            +
                        "name": "changeType",
         | 
| 5401 | 
            +
                        "description": "The change type",
         | 
| 5402 | 
            +
                        "args": [],
         | 
| 5403 | 
            +
                        "type": {
         | 
| 5404 | 
            +
                          "kind": "ENUM",
         | 
| 5405 | 
            +
                          "name": "ChangeType",
         | 
| 5406 | 
            +
                          "ofType": null
         | 
| 5407 | 
            +
                        },
         | 
| 5408 | 
            +
                        "isDeprecated": false,
         | 
| 5409 | 
            +
                        "deprecationReason": null
         | 
| 5410 | 
            +
                      }
         | 
| 5411 | 
            +
                    ],
         | 
| 5412 | 
            +
                    "inputFields": null,
         | 
| 5413 | 
            +
                    "interfaces": [],
         | 
| 5414 | 
            +
                    "enumValues": null,
         | 
| 5415 | 
            +
                    "possibleTypes": null
         | 
| 5416 | 
            +
                  },
         | 
| 5370 5417 | 
             
                  {
         | 
| 5371 5418 | 
             
                    "kind": "INPUT_OBJECT",
         | 
| 5372 5419 | 
             
                    "name": "BudgetConfigurationInput",
         | 
| @@ -40175,6 +40222,18 @@ | |
| 40175 40222 | 
             
                        "isDeprecated": false,
         | 
| 40176 40223 | 
             
                        "deprecationReason": null
         | 
| 40177 40224 | 
             
                      },
         | 
| 40225 | 
            +
                      {
         | 
| 40226 | 
            +
                        "name": "budget",
         | 
| 40227 | 
            +
                        "description": "Budget configuration",
         | 
| 40228 | 
            +
                        "args": [],
         | 
| 40229 | 
            +
                        "type": {
         | 
| 40230 | 
            +
                          "kind": "OBJECT",
         | 
| 40231 | 
            +
                          "name": "BudgetConfigurationChange",
         | 
| 40232 | 
            +
                          "ofType": null
         | 
| 40233 | 
            +
                        },
         | 
| 40234 | 
            +
                        "isDeprecated": false,
         | 
| 40235 | 
            +
                        "deprecationReason": null
         | 
| 40236 | 
            +
                      },
         | 
| 40178 40237 | 
             
                      {
         | 
| 40179 40238 | 
             
                        "name": "compatibleAddons",
         | 
| 40180 40239 | 
             
                        "description": null,
         | 
| @@ -44841,6 +44900,18 @@ | |
| 44841 44900 | 
             
                    "description": null,
         | 
| 44842 44901 | 
             
                    "fields": null,
         | 
| 44843 44902 | 
             
                    "inputFields": [
         | 
| 44903 | 
            +
                      {
         | 
| 44904 | 
            +
                        "name": "budget",
         | 
| 44905 | 
            +
                        "description": "Budget configuration",
         | 
| 44906 | 
            +
                        "type": {
         | 
| 44907 | 
            +
                          "kind": "INPUT_OBJECT",
         | 
| 44908 | 
            +
                          "name": "BudgetConfigurationInput",
         | 
| 44909 | 
            +
                          "ofType": null
         | 
| 44910 | 
            +
                        },
         | 
| 44911 | 
            +
                        "defaultValue": null,
         | 
| 44912 | 
            +
                        "isDeprecated": false,
         | 
| 44913 | 
            +
                        "deprecationReason": null
         | 
| 44914 | 
            +
                      },
         | 
| 44844 44915 | 
             
                      {
         | 
| 44845 44916 | 
             
                        "name": "environmentId",
         | 
| 44846 44917 | 
             
                        "description": null,
         | 
| @@ -47256,6 +47327,18 @@ | |
| 47256 47327 | 
             
                        "isDeprecated": false,
         | 
| 47257 47328 | 
             
                        "deprecationReason": null
         | 
| 47258 47329 | 
             
                      },
         | 
| 47330 | 
            +
                      {
         | 
| 47331 | 
            +
                        "name": "budget",
         | 
| 47332 | 
            +
                        "description": "Budget configuration",
         | 
| 47333 | 
            +
                        "args": [],
         | 
| 47334 | 
            +
                        "type": {
         | 
| 47335 | 
            +
                          "kind": "OBJECT",
         | 
| 47336 | 
            +
                          "name": "BudgetConfiguration",
         | 
| 47337 | 
            +
                          "ofType": null
         | 
| 47338 | 
            +
                        },
         | 
| 47339 | 
            +
                        "isDeprecated": false,
         | 
| 47340 | 
            +
                        "deprecationReason": null
         | 
| 47341 | 
            +
                      },
         | 
| 47259 47342 | 
             
                      {
         | 
| 47260 47343 | 
             
                        "name": "compatibleAddons",
         | 
| 47261 47344 | 
             
                        "description": null,
         | 
    
        data/lib/stigg/version.rb
    CHANGED
    
    
    
        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. | 
| 4 | 
            +
              version: 1.132.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-04- | 
| 11 | 
            +
            date: 2024-04-15 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: graphlient
         |