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 +4 -4
- data/lib/smplkit/_generated/app/lib/smplkit_app_client/models/subscription_change_projection.rb +2 -2
- data/lib/smplkit/_generated/app/lib/smplkit_app_client/models/subscription_item_request.rb +1 -1
- data/lib/smplkit/_generated/app/lib/smplkit_app_client/models/subscription_item_response.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1562b4b5d6cfc4d293dd973afd78a5dea384ba7621ee5170e8cfb29a117d8073
|
|
4
|
+
data.tar.gz: b5226c77499aff93df80fc85a4ef7486d14f5c25da2155bb378ff237186b3b31
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 551786bdb0c816ba58b04ee94ebfe23dd633112ba13914c0957d29689225446c8e12f8fd358227fd035f424b751378cd603250c9a032f6bc04d77ab44e85e120
|
|
7
|
+
data.tar.gz: c9b9ca577f03294359fa7b64c09bf63d1710ed8717c5d6e698d7fd5e0f46a9aa0c832545ea5681d2ad2ac4685eebb3271d146a4060e678cfbf2da96fe256c202
|
data/lib/smplkit/_generated/app/lib/smplkit_app_client/models/subscription_change_projection.rb
CHANGED
|
@@ -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 `
|
|
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. `
|
|
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 `
|
|
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. `
|
|
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 `
|
|
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`.
|