stigg-api-client 2.205.6 → 2.206.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 +82 -9
- 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: 0d01f63613cf77d2b230e241d4237ea5f9eae134c4c9d8f907586203fed5a0c1
         | 
| 4 | 
            +
              data.tar.gz: ea93448163cf78ea6d3ac0e216751bf8bb6896000cc2f1d7328a5883ab270533
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 47d5eac24de35de5b45a1eb2e8b93c64fd270429acb5085b01ab067c90d1b9c460617c9dca92f73e1bb230a14d70401608762075cb3de3f29306844956f71a88
         | 
| 7 | 
            +
              data.tar.gz: a2703d4cde7c308f97fce0562841ef921d1b692243f5e25cb2631eae2a0019d29e7b720a16e25f57c4ddec3f226976a68d47e6051863d4dabec9852956f8acc5
         | 
    
        data/Gemfile.lock
    CHANGED
    
    
| @@ -7561,6 +7561,33 @@ | |
| 7561 7561 | 
             
                    "enumValues": null,
         | 
| 7562 7562 | 
             
                    "possibleTypes": null
         | 
| 7563 7563 | 
             
                  },
         | 
| 7564 | 
            +
                  {
         | 
| 7565 | 
            +
                    "kind": "OBJECT",
         | 
| 7566 | 
            +
                    "name": "CouponChangeVariables",
         | 
| 7567 | 
            +
                    "description": "Coupon change variables",
         | 
| 7568 | 
            +
                    "fields": [
         | 
| 7569 | 
            +
                      {
         | 
| 7570 | 
            +
                        "name": "couponId",
         | 
| 7571 | 
            +
                        "description": "Coupon reference ID",
         | 
| 7572 | 
            +
                        "args": [],
         | 
| 7573 | 
            +
                        "type": {
         | 
| 7574 | 
            +
                          "kind": "NON_NULL",
         | 
| 7575 | 
            +
                          "name": null,
         | 
| 7576 | 
            +
                          "ofType": {
         | 
| 7577 | 
            +
                            "kind": "SCALAR",
         | 
| 7578 | 
            +
                            "name": "String",
         | 
| 7579 | 
            +
                            "ofType": null
         | 
| 7580 | 
            +
                          }
         | 
| 7581 | 
            +
                        },
         | 
| 7582 | 
            +
                        "isDeprecated": false,
         | 
| 7583 | 
            +
                        "deprecationReason": null
         | 
| 7584 | 
            +
                      }
         | 
| 7585 | 
            +
                    ],
         | 
| 7586 | 
            +
                    "inputFields": null,
         | 
| 7587 | 
            +
                    "interfaces": [],
         | 
| 7588 | 
            +
                    "enumValues": null,
         | 
| 7589 | 
            +
                    "possibleTypes": null
         | 
| 7590 | 
            +
                  },
         | 
| 7564 7591 | 
             
                  {
         | 
| 7565 7592 | 
             
                    "kind": "OBJECT",
         | 
| 7566 7593 | 
             
                    "name": "CouponConnection",
         | 
| @@ -65242,7 +65269,7 @@ | |
| 65242 65269 | 
             
                  {
         | 
| 65243 65270 | 
             
                    "kind": "UNION",
         | 
| 65244 65271 | 
             
                    "name": "ScheduleVariables",
         | 
| 65245 | 
            -
                    "description":  | 
| 65272 | 
            +
                    "description": "Schedule variables by the type of the schedule",
         | 
| 65246 65273 | 
             
                    "fields": null,
         | 
| 65247 65274 | 
             
                    "inputFields": null,
         | 
| 65248 65275 | 
             
                    "interfaces": null,
         | 
| @@ -65258,6 +65285,11 @@ | |
| 65258 65285 | 
             
                        "name": "BillingPeriodChangeVariables",
         | 
| 65259 65286 | 
             
                        "ofType": null
         | 
| 65260 65287 | 
             
                      },
         | 
| 65288 | 
            +
                      {
         | 
| 65289 | 
            +
                        "kind": "OBJECT",
         | 
| 65290 | 
            +
                        "name": "CouponChangeVariables",
         | 
| 65291 | 
            +
                        "ofType": null
         | 
| 65292 | 
            +
                      },
         | 
| 65261 65293 | 
             
                      {
         | 
| 65262 65294 | 
             
                        "kind": "OBJECT",
         | 
| 65263 65295 | 
             
                        "name": "DowngradeChangeVariables",
         | 
| @@ -69263,6 +69295,29 @@ | |
| 69263 69295 | 
             
                    "enumValues": null,
         | 
| 69264 69296 | 
             
                    "possibleTypes": null
         | 
| 69265 69297 | 
             
                  },
         | 
| 69298 | 
            +
                  {
         | 
| 69299 | 
            +
                    "kind": "INPUT_OBJECT",
         | 
| 69300 | 
            +
                    "name": "SubscriptionCouponConfigurationInput",
         | 
| 69301 | 
            +
                    "description": "Subscription coupon configuration input",
         | 
| 69302 | 
            +
                    "fields": null,
         | 
| 69303 | 
            +
                    "inputFields": [
         | 
| 69304 | 
            +
                      {
         | 
| 69305 | 
            +
                        "name": "startDate",
         | 
| 69306 | 
            +
                        "description": "The date to start the coupon from",
         | 
| 69307 | 
            +
                        "type": {
         | 
| 69308 | 
            +
                          "kind": "SCALAR",
         | 
| 69309 | 
            +
                          "name": "DateTime",
         | 
| 69310 | 
            +
                          "ofType": null
         | 
| 69311 | 
            +
                        },
         | 
| 69312 | 
            +
                        "defaultValue": null,
         | 
| 69313 | 
            +
                        "isDeprecated": false,
         | 
| 69314 | 
            +
                        "deprecationReason": null
         | 
| 69315 | 
            +
                      }
         | 
| 69316 | 
            +
                    ],
         | 
| 69317 | 
            +
                    "interfaces": null,
         | 
| 69318 | 
            +
                    "enumValues": null,
         | 
| 69319 | 
            +
                    "possibleTypes": null
         | 
| 69320 | 
            +
                  },
         | 
| 69266 69321 | 
             
                  {
         | 
| 69267 69322 | 
             
                    "kind": "INPUT_OBJECT",
         | 
| 69268 69323 | 
             
                    "name": "SubscriptionCouponInput",
         | 
| @@ -69281,6 +69336,18 @@ | |
| 69281 69336 | 
             
                        "isDeprecated": false,
         | 
| 69282 69337 | 
             
                        "deprecationReason": null
         | 
| 69283 69338 | 
             
                      },
         | 
| 69339 | 
            +
                      {
         | 
| 69340 | 
            +
                        "name": "configuration",
         | 
| 69341 | 
            +
                        "description": "Coupon configuration input",
         | 
| 69342 | 
            +
                        "type": {
         | 
| 69343 | 
            +
                          "kind": "INPUT_OBJECT",
         | 
| 69344 | 
            +
                          "name": "SubscriptionCouponConfigurationInput",
         | 
| 69345 | 
            +
                          "ofType": null
         | 
| 69346 | 
            +
                        },
         | 
| 69347 | 
            +
                        "defaultValue": null,
         | 
| 69348 | 
            +
                        "isDeprecated": false,
         | 
| 69349 | 
            +
                        "deprecationReason": null
         | 
| 69350 | 
            +
                      },
         | 
| 69284 69351 | 
             
                      {
         | 
| 69285 69352 | 
             
                        "name": "couponId",
         | 
| 69286 69353 | 
             
                        "description": "Stigg coupon id",
         | 
| @@ -70872,7 +70939,7 @@ | |
| 70872 70939 | 
             
                      },
         | 
| 70873 70940 | 
             
                      {
         | 
| 70874 70941 | 
             
                        "name": "scheduleVariables",
         | 
| 70875 | 
            -
                        "description":  | 
| 70942 | 
            +
                        "description": "The schedule variables by the type of the schedule",
         | 
| 70876 70943 | 
             
                        "args": [],
         | 
| 70877 70944 | 
             
                        "type": {
         | 
| 70878 70945 | 
             
                          "kind": "UNION",
         | 
| @@ -75810,37 +75877,43 @@ | |
| 75810 75877 | 
             
                    "enumValues": [
         | 
| 75811 75878 | 
             
                      {
         | 
| 75812 75879 | 
             
                        "name": "Addon",
         | 
| 75813 | 
            -
                        "description":  | 
| 75880 | 
            +
                        "description": "Addon change",
         | 
| 75814 75881 | 
             
                        "isDeprecated": false,
         | 
| 75815 75882 | 
             
                        "deprecationReason": null
         | 
| 75816 75883 | 
             
                      },
         | 
| 75817 75884 | 
             
                      {
         | 
| 75818 75885 | 
             
                        "name": "BillingPeriod",
         | 
| 75819 | 
            -
                        "description":  | 
| 75886 | 
            +
                        "description": "Billing period change",
         | 
| 75887 | 
            +
                        "isDeprecated": false,
         | 
| 75888 | 
            +
                        "deprecationReason": null
         | 
| 75889 | 
            +
                      },
         | 
| 75890 | 
            +
                      {
         | 
| 75891 | 
            +
                        "name": "Coupon",
         | 
| 75892 | 
            +
                        "description": "Coupon change",
         | 
| 75820 75893 | 
             
                        "isDeprecated": false,
         | 
| 75821 75894 | 
             
                        "deprecationReason": null
         | 
| 75822 75895 | 
             
                      },
         | 
| 75823 75896 | 
             
                      {
         | 
| 75824 75897 | 
             
                        "name": "Downgrade",
         | 
| 75825 | 
            -
                        "description":  | 
| 75898 | 
            +
                        "description": "Downgrade change",
         | 
| 75826 75899 | 
             
                        "isDeprecated": false,
         | 
| 75827 75900 | 
             
                        "deprecationReason": null
         | 
| 75828 75901 | 
             
                      },
         | 
| 75829 75902 | 
             
                      {
         | 
| 75830 75903 | 
             
                        "name": "MigrateToLatest",
         | 
| 75831 | 
            -
                        "description":  | 
| 75904 | 
            +
                        "description": "Migrate to latest",
         | 
| 75832 75905 | 
             
                        "isDeprecated": false,
         | 
| 75833 75906 | 
             
                        "deprecationReason": null
         | 
| 75834 75907 | 
             
                      },
         | 
| 75835 75908 | 
             
                      {
         | 
| 75836 75909 | 
             
                        "name": "Plan",
         | 
| 75837 | 
            -
                        "description":  | 
| 75910 | 
            +
                        "description": "Plan change",
         | 
| 75838 75911 | 
             
                        "isDeprecated": false,
         | 
| 75839 75912 | 
             
                        "deprecationReason": null
         | 
| 75840 75913 | 
             
                      },
         | 
| 75841 75914 | 
             
                      {
         | 
| 75842 75915 | 
             
                        "name": "UnitAmount",
         | 
| 75843 | 
            -
                        "description":  | 
| 75916 | 
            +
                        "description": "Unit amount change",
         | 
| 75844 75917 | 
             
                        "isDeprecated": false,
         | 
| 75845 75918 | 
             
                        "deprecationReason": null
         | 
| 75846 75919 | 
             
                      }
         | 
| @@ -75894,7 +75967,7 @@ | |
| 75894 75967 | 
             
                      },
         | 
| 75895 75968 | 
             
                      {
         | 
| 75896 75969 | 
             
                        "name": "scheduleVariables",
         | 
| 75897 | 
            -
                        "description":  | 
| 75970 | 
            +
                        "description": "The schedule variables by the type of the schedule",
         | 
| 75898 75971 | 
             
                        "args": [],
         | 
| 75899 75972 | 
             
                        "type": {
         | 
| 75900 75973 | 
             
                          "kind": "UNION",
         | 
    
        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: 2. | 
| 4 | 
            +
              version: 2.206.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- | 
| 11 | 
            +
            date: 2024-12-01 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: graphlient
         |