stigg-api-client 1.48.2 → 1.50.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: 02a77cbb10975d9ce12b05e80d5082a461c903e6ca13c5780639c656b5418f97
4
- data.tar.gz: f9c627a50f8399b1688616155f903e321e8ff3b39e4032da341e6aeafd0d1dfe
3
+ metadata.gz: 1dd086718bf7233fc9c0fe186730dcff33f336b0f0eb557af8e389ad53c82add
4
+ data.tar.gz: 7713285daeb1cdc5821322efc569336f69ce24fb5898cfdb6faffb53a61d77be
5
5
  SHA512:
6
- metadata.gz: 354ff5177105bdd019067db88b4379ab09e01e59688c0ec63e18d8a83e6dc5cc6c95df01c0291066f7425bf0cff0e0068f3b34438f554c43e2c154ff3aa0bbf2
7
- data.tar.gz: a096788d9e1c5f0f5167df5134d6d9d21efe8ef91125bf2cadd82051e5406f6ae38e3b94c093c53ea2930c33662252716cad2ce94de43b7f78334d652de48d40
6
+ metadata.gz: 2da80cfe253fcc9df031429a8d1c86e7a02fee1320f1e6b9365902eb07b8af883f440ac1df33683123871b0ef56c12dcda984d013aa3b87324376edc2be49cb6
7
+ data.tar.gz: b3ab83a64acaecfca5e1324d56967401301a5531cf9595d411144a335dafb17393118448c213e3af5d20fc6eca53080544b0c041c0ddc66df7346a945814058a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.48.2)
4
+ stigg-api-client (1.50.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -3309,6 +3309,18 @@
3309
3309
  "isDeprecated": false,
3310
3310
  "deprecationReason": null
3311
3311
  },
3312
+ {
3313
+ "name": "scheduleStrategy",
3314
+ "description": null,
3315
+ "type": {
3316
+ "kind": "ENUM",
3317
+ "name": "ScheduleStrategy",
3318
+ "ofType": null
3319
+ },
3320
+ "defaultValue": null,
3321
+ "isDeprecated": false,
3322
+ "deprecationReason": null
3323
+ },
3312
3324
  {
3313
3325
  "name": "skipTrial",
3314
3326
  "description": null,
@@ -21913,6 +21925,12 @@
21913
21925
  "isDeprecated": false,
21914
21926
  "deprecationReason": null
21915
21927
  },
21928
+ {
21929
+ "name": "BillingIntegrationMissing",
21930
+ "description": null,
21931
+ "isDeprecated": false,
21932
+ "deprecationReason": null
21933
+ },
21916
21934
  {
21917
21935
  "name": "BillingPeriodMissingError",
21918
21936
  "description": null,
@@ -27719,6 +27737,18 @@
27719
27737
  "isDeprecated": false,
27720
27738
  "deprecationReason": null
27721
27739
  },
27740
+ {
27741
+ "name": "hasSoftLimit",
27742
+ "description": null,
27743
+ "type": {
27744
+ "kind": "SCALAR",
27745
+ "name": "Boolean",
27746
+ "ofType": null
27747
+ },
27748
+ "defaultValue": null,
27749
+ "isDeprecated": false,
27750
+ "deprecationReason": null
27751
+ },
27722
27752
  {
27723
27753
  "name": "hasUnlimitedUsage",
27724
27754
  "description": null,
@@ -44187,6 +44217,122 @@
44187
44217
  "enumValues": null,
44188
44218
  "possibleTypes": null
44189
44219
  },
44220
+ {
44221
+ "kind": "ENUM",
44222
+ "name": "PlanChangeType",
44223
+ "description": "Type of the change between two plans of the same subscription",
44224
+ "fields": null,
44225
+ "inputFields": null,
44226
+ "interfaces": null,
44227
+ "enumValues": [
44228
+ {
44229
+ "name": "DOWNGRADE",
44230
+ "description": "Subscription downgrade to lower plan",
44231
+ "isDeprecated": false,
44232
+ "deprecationReason": null
44233
+ },
44234
+ {
44235
+ "name": "NONE",
44236
+ "description": "Subscription remains on the same plan",
44237
+ "isDeprecated": false,
44238
+ "deprecationReason": null
44239
+ },
44240
+ {
44241
+ "name": "UPGRADE",
44242
+ "description": "Subscription upgrade to higher plan",
44243
+ "isDeprecated": false,
44244
+ "deprecationReason": null
44245
+ }
44246
+ ],
44247
+ "possibleTypes": null
44248
+ },
44249
+ {
44250
+ "kind": "OBJECT",
44251
+ "name": "PlanChangeVariables",
44252
+ "description": null,
44253
+ "fields": [
44254
+ {
44255
+ "name": "addonRefIds",
44256
+ "description": null,
44257
+ "args": [],
44258
+ "type": {
44259
+ "kind": "SCALAR",
44260
+ "name": "String",
44261
+ "ofType": null
44262
+ },
44263
+ "isDeprecated": false,
44264
+ "deprecationReason": null
44265
+ },
44266
+ {
44267
+ "name": "billableFeatures",
44268
+ "description": null,
44269
+ "args": [],
44270
+ "type": {
44271
+ "kind": "LIST",
44272
+ "name": null,
44273
+ "ofType": {
44274
+ "kind": "NON_NULL",
44275
+ "name": null,
44276
+ "ofType": {
44277
+ "kind": "OBJECT",
44278
+ "name": "BillableFeature",
44279
+ "ofType": null
44280
+ }
44281
+ }
44282
+ },
44283
+ "isDeprecated": false,
44284
+ "deprecationReason": null
44285
+ },
44286
+ {
44287
+ "name": "billingPeriod",
44288
+ "description": null,
44289
+ "args": [],
44290
+ "type": {
44291
+ "kind": "ENUM",
44292
+ "name": "BillingPeriod",
44293
+ "ofType": null
44294
+ },
44295
+ "isDeprecated": false,
44296
+ "deprecationReason": null
44297
+ },
44298
+ {
44299
+ "name": "changeType",
44300
+ "description": null,
44301
+ "args": [],
44302
+ "type": {
44303
+ "kind": "NON_NULL",
44304
+ "name": null,
44305
+ "ofType": {
44306
+ "kind": "ENUM",
44307
+ "name": "PlanChangeType",
44308
+ "ofType": null
44309
+ }
44310
+ },
44311
+ "isDeprecated": false,
44312
+ "deprecationReason": null
44313
+ },
44314
+ {
44315
+ "name": "planRefId",
44316
+ "description": null,
44317
+ "args": [],
44318
+ "type": {
44319
+ "kind": "NON_NULL",
44320
+ "name": null,
44321
+ "ofType": {
44322
+ "kind": "SCALAR",
44323
+ "name": "String",
44324
+ "ofType": null
44325
+ }
44326
+ },
44327
+ "isDeprecated": false,
44328
+ "deprecationReason": null
44329
+ }
44330
+ ],
44331
+ "inputFields": null,
44332
+ "interfaces": [],
44333
+ "enumValues": null,
44334
+ "possibleTypes": null
44335
+ },
44190
44336
  {
44191
44337
  "kind": "OBJECT",
44192
44338
  "name": "PlanCompatibleAddonChange",
@@ -46108,6 +46254,18 @@
46108
46254
  "isDeprecated": false,
46109
46255
  "deprecationReason": null
46110
46256
  },
46257
+ {
46258
+ "name": "scheduleStrategy",
46259
+ "description": null,
46260
+ "type": {
46261
+ "kind": "ENUM",
46262
+ "name": "ScheduleStrategy",
46263
+ "ofType": null
46264
+ },
46265
+ "defaultValue": null,
46266
+ "isDeprecated": false,
46267
+ "deprecationReason": null
46268
+ },
46111
46269
  {
46112
46270
  "name": "startDate",
46113
46271
  "description": null,
@@ -52769,6 +52927,18 @@
52769
52927
  "isDeprecated": false,
52770
52928
  "deprecationReason": null
52771
52929
  },
52930
+ {
52931
+ "name": "scheduleStrategy",
52932
+ "description": null,
52933
+ "type": {
52934
+ "kind": "ENUM",
52935
+ "name": "ScheduleStrategy",
52936
+ "ofType": null
52937
+ },
52938
+ "defaultValue": null,
52939
+ "isDeprecated": false,
52940
+ "deprecationReason": null
52941
+ },
52772
52942
  {
52773
52943
  "name": "skipTrial",
52774
52944
  "description": null,
@@ -53064,6 +53234,18 @@
53064
53234
  "isDeprecated": false,
53065
53235
  "deprecationReason": null
53066
53236
  },
53237
+ {
53238
+ "name": "scheduleStrategy",
53239
+ "description": null,
53240
+ "type": {
53241
+ "kind": "ENUM",
53242
+ "name": "ScheduleStrategy",
53243
+ "ofType": null
53244
+ },
53245
+ "defaultValue": null,
53246
+ "isDeprecated": false,
53247
+ "deprecationReason": null
53248
+ },
53067
53249
  {
53068
53250
  "name": "skipTrial",
53069
53251
  "description": null,
@@ -56519,6 +56701,35 @@
56519
56701
  "enumValues": null,
56520
56702
  "possibleTypes": null
56521
56703
  },
56704
+ {
56705
+ "kind": "ENUM",
56706
+ "name": "ScheduleStrategy",
56707
+ "description": "Options for when a change for a paid subscription should take effect",
56708
+ "fields": null,
56709
+ "inputFields": null,
56710
+ "interfaces": null,
56711
+ "enumValues": [
56712
+ {
56713
+ "name": "END_OF_BILLING_MONTH",
56714
+ "description": "Schedule the change to the end of the billing month (for subscriptions whose billing period is larger then month)",
56715
+ "isDeprecated": false,
56716
+ "deprecationReason": null
56717
+ },
56718
+ {
56719
+ "name": "END_OF_BILLING_PERIOD",
56720
+ "description": "Schedule the change to the end of the billing period",
56721
+ "isDeprecated": false,
56722
+ "deprecationReason": null
56723
+ },
56724
+ {
56725
+ "name": "IMMEDIATE",
56726
+ "description": "Apply the change immediately",
56727
+ "isDeprecated": false,
56728
+ "deprecationReason": null
56729
+ }
56730
+ ],
56731
+ "possibleTypes": null
56732
+ },
56522
56733
  {
56523
56734
  "kind": "UNION",
56524
56735
  "name": "ScheduleVariables",
@@ -56543,6 +56754,11 @@
56543
56754
  "name": "DowngradeChangeVariables",
56544
56755
  "ofType": null
56545
56756
  },
56757
+ {
56758
+ "kind": "OBJECT",
56759
+ "name": "PlanChangeVariables",
56760
+ "ofType": null
56761
+ },
56546
56762
  {
56547
56763
  "kind": "OBJECT",
56548
56764
  "name": "UnitAmountChangeVariables",
@@ -61599,6 +61815,18 @@
61599
61815
  "isDeprecated": false,
61600
61816
  "deprecationReason": null
61601
61817
  },
61818
+ {
61819
+ "name": "hasSoftLimit",
61820
+ "description": null,
61821
+ "type": {
61822
+ "kind": "SCALAR",
61823
+ "name": "Boolean",
61824
+ "ofType": null
61825
+ },
61826
+ "defaultValue": null,
61827
+ "isDeprecated": false,
61828
+ "deprecationReason": null
61829
+ },
61602
61830
  {
61603
61831
  "name": "hasUnlimitedUsage",
61604
61832
  "description": null,
@@ -62291,6 +62519,18 @@
62291
62519
  "isDeprecated": false,
62292
62520
  "deprecationReason": null
62293
62521
  },
62522
+ {
62523
+ "name": "scheduleStrategy",
62524
+ "description": null,
62525
+ "type": {
62526
+ "kind": "ENUM",
62527
+ "name": "ScheduleStrategy",
62528
+ "ofType": null
62529
+ },
62530
+ "defaultValue": null,
62531
+ "isDeprecated": false,
62532
+ "deprecationReason": null
62533
+ },
62294
62534
  {
62295
62535
  "name": "startDate",
62296
62536
  "description": null,
@@ -65763,6 +66003,12 @@
65763
66003
  "isDeprecated": false,
65764
66004
  "deprecationReason": null
65765
66005
  },
66006
+ {
66007
+ "name": "Plan",
66008
+ "description": null,
66009
+ "isDeprecated": false,
66010
+ "deprecationReason": null
66011
+ },
65766
66012
  {
65767
66013
  "name": "UnitAmount",
65768
66014
  "description": null,
@@ -69670,6 +69916,18 @@
69670
69916
  "isDeprecated": false,
69671
69917
  "deprecationReason": null
69672
69918
  },
69919
+ {
69920
+ "name": "scheduleStrategy",
69921
+ "description": null,
69922
+ "type": {
69923
+ "kind": "ENUM",
69924
+ "name": "ScheduleStrategy",
69925
+ "ofType": null
69926
+ },
69927
+ "defaultValue": null,
69928
+ "isDeprecated": false,
69929
+ "deprecationReason": null
69930
+ },
69673
69931
  {
69674
69932
  "name": "subscriptionEntitlements",
69675
69933
  "description": null,
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.48.2"
4
+ VERSION = "1.50.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.48.2
4
+ version: 1.50.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-02-28 00:00:00.000000000 Z
11
+ date: 2024-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient