stigg-api-client 1.48.7 → 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: 99289857055dc6377af69c6449e8a5a67f99e64b5f01e65a40cb90c7d17cf083
4
- data.tar.gz: 0d551bc1704b5934bfa9a0aae1b7b1b9b18c263b79094dcd156d7e7dcd4b4a79
3
+ metadata.gz: 1dd086718bf7233fc9c0fe186730dcff33f336b0f0eb557af8e389ad53c82add
4
+ data.tar.gz: 7713285daeb1cdc5821322efc569336f69ce24fb5898cfdb6faffb53a61d77be
5
5
  SHA512:
6
- metadata.gz: 5a6166de89893f76e687aea7ffbf6f13abeed44ec0b7dc5638290df61f6463518ff57043dfd2973eb7d0404d18b50a42d06f8ec0cbe265412345896c447390c1
7
- data.tar.gz: 983c4181d383e6e8adab037a53d2608a6f87e2deec848e150d1bedfa46c50fcc5ae4001b7f26cd8a2da57f24463b4d5f5ba94cc13153f451f802505ccf73f5f3
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.7)
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,
@@ -44199,6 +44217,122 @@
44199
44217
  "enumValues": null,
44200
44218
  "possibleTypes": null
44201
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
+ },
44202
44336
  {
44203
44337
  "kind": "OBJECT",
44204
44338
  "name": "PlanCompatibleAddonChange",
@@ -46120,6 +46254,18 @@
46120
46254
  "isDeprecated": false,
46121
46255
  "deprecationReason": null
46122
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
+ },
46123
46269
  {
46124
46270
  "name": "startDate",
46125
46271
  "description": null,
@@ -52781,6 +52927,18 @@
52781
52927
  "isDeprecated": false,
52782
52928
  "deprecationReason": null
52783
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
+ },
52784
52942
  {
52785
52943
  "name": "skipTrial",
52786
52944
  "description": null,
@@ -53076,6 +53234,18 @@
53076
53234
  "isDeprecated": false,
53077
53235
  "deprecationReason": null
53078
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
+ },
53079
53249
  {
53080
53250
  "name": "skipTrial",
53081
53251
  "description": null,
@@ -56531,6 +56701,35 @@
56531
56701
  "enumValues": null,
56532
56702
  "possibleTypes": null
56533
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
+ },
56534
56733
  {
56535
56734
  "kind": "UNION",
56536
56735
  "name": "ScheduleVariables",
@@ -56555,6 +56754,11 @@
56555
56754
  "name": "DowngradeChangeVariables",
56556
56755
  "ofType": null
56557
56756
  },
56757
+ {
56758
+ "kind": "OBJECT",
56759
+ "name": "PlanChangeVariables",
56760
+ "ofType": null
56761
+ },
56558
56762
  {
56559
56763
  "kind": "OBJECT",
56560
56764
  "name": "UnitAmountChangeVariables",
@@ -62315,6 +62519,18 @@
62315
62519
  "isDeprecated": false,
62316
62520
  "deprecationReason": null
62317
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
+ },
62318
62534
  {
62319
62535
  "name": "startDate",
62320
62536
  "description": null,
@@ -65787,6 +66003,12 @@
65787
66003
  "isDeprecated": false,
65788
66004
  "deprecationReason": null
65789
66005
  },
66006
+ {
66007
+ "name": "Plan",
66008
+ "description": null,
66009
+ "isDeprecated": false,
66010
+ "deprecationReason": null
66011
+ },
65790
66012
  {
65791
66013
  "name": "UnitAmount",
65792
66014
  "description": null,
@@ -69694,6 +69916,18 @@
69694
69916
  "isDeprecated": false,
69695
69917
  "deprecationReason": null
69696
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
+ },
69697
69931
  {
69698
69932
  "name": "subscriptionEntitlements",
69699
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.7"
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.7
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-29 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