smplkit 3.0.63 → 3.0.64

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: eaf66d8a5e432e9502bd3a088752a03406e718c633c42efa6e0d31d782a8ef76
4
- data.tar.gz: b808fb87c3a6c739b1897de87d96e75cf906f6df5e4cc0ac2766f26797434196
3
+ metadata.gz: 1562b4b5d6cfc4d293dd973afd78a5dea384ba7621ee5170e8cfb29a117d8073
4
+ data.tar.gz: b5226c77499aff93df80fc85a4ef7486d14f5c25da2155bb378ff237186b3b31
5
5
  SHA512:
6
- metadata.gz: b9632f2b253f62b38b9f56b82969d557b9e7f045f68b6f6ab7e53476ff68741d4d547f9e33bd763efbfab1e9f4dd917abb69fe1c33398efa1e44f18f5d407ace
7
- data.tar.gz: 29dbddba4b2cb26824ef9edabfbbc0fff82285882189bf0794e3d21f56b93d0584ce79e98f32baeb2092d41fa96a441615c5442e6de58a3329f7eba01b6c391d
6
+ metadata.gz: 551786bdb0c816ba58b04ee94ebfe23dd633112ba13914c0957d29689225446c8e12f8fd358227fd035f424b751378cd603250c9a032f6bc04d77ab44e85e120
7
+ data.tar.gz: c9b9ca577f03294359fa7b64c09bf63d1710ed8717c5d6e698d7fd5e0f46a9aa0c832545ea5681d2ad2ac4685eebb3271d146a4060e678cfbf2da96fe256c202
@@ -19,10 +19,10 @@ module SmplkitGeneratedClient::App
19
19
  # Product key affected by this change.
20
20
  attr_accessor :product
21
21
 
22
- # Current plan for this product, or `FREE` if it is being added.
22
+ # Current plan for this product, or `free` if it is being added.
23
23
  attr_accessor :from_plan
24
24
 
25
- # Plan the product will be on after the change. `FREE` indicates the enrollment will be dropped.
25
+ # Plan the product will be on after the change. `free` indicates the enrollment will be dropped.
26
26
  attr_accessor :to_plan
27
27
 
28
28
  # Monthly cost in cents of this enrollment after the change. `0` when the enrollment will be dropped.
@@ -19,7 +19,7 @@ module SmplkitGeneratedClient::App
19
19
  # Product key (e.g. `audit`, `config`, `flags`, `logging`).
20
20
  attr_accessor :product
21
21
 
22
- # Target plan for this product. Must be a paid plan such as `STANDARD` or `PRO`; the free plan is implicit when a product is not listed.
22
+ # Target plan for this product. Must be a paid plan such as `standard` or `pro`; the free plan is implicit when a product is not listed.
23
23
  attr_accessor :plan
24
24
 
25
25
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -22,13 +22,13 @@ module SmplkitGeneratedClient::App
22
22
  # Product key (e.g. `audit`, `config`, `flags`, `logging`).
23
23
  attr_accessor :product
24
24
 
25
- # Current plan for this product (e.g. `STANDARD`, `PRO`).
25
+ # Current plan for this product (e.g. `standard`, `pro`).
26
26
  attr_accessor :plan
27
27
 
28
28
  # Monthly list price for this enrollment, in cents. This value is locked at the time the enrollment was created or last had its plan changed; subsequent changes to the public price list do not affect this enrollment until the customer themselves changes their plan.
29
29
  attr_accessor :price_monthly_cents
30
30
 
31
- # When a plan change is scheduled for the end of the current billing period, this is the plan that will take effect. Otherwise `null`. The value `FREE` indicates the enrollment will be dropped.
31
+ # When a plan change is scheduled for the end of the current billing period, this is the plan that will take effect. Otherwise `null`. The value `free` indicates the enrollment will be dropped.
32
32
  attr_accessor :pending_plan_change
33
33
 
34
34
  # ISO-8601 timestamp at which the pending plan change takes effect. Matches the subscription's `current_period_end`.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smplkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.63
4
+ version: 3.0.64
5
5
  platform: ruby
6
6
  authors:
7
7
  - Smpl Solutions LLC