google-apis-paymentsresellersubscription_v1 0.55.0 → 0.56.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9568b424b75110af3eeb9252e9efd3131e0665be08b45fdefd8815684eb1670d
|
4
|
+
data.tar.gz: 2f94192266a8980fcb2f803c448027d67e6db67a2aa9e9e19a5c8625acb59658
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19d97ef3add6c8af2b746f34b0c78844bd7ded947b0f8b67123c8b62187cfa893e12180df48ecba67c6dc51807f8f1e9a7204f448649bc813d28c6413623a83e
|
7
|
+
data.tar.gz: d2f93c6ebf0db91f2476e2582445ac15f43c761ffdf60b9302841e9e093bc240ab777f9b6b00aed62dd314caacf0e1b3034d97e31adf0863884816e6191a722a
|
data/CHANGELOG.md
CHANGED
@@ -1482,8 +1482,10 @@ module Google
|
|
1482
1482
|
# @return [String]
|
1483
1483
|
attr_accessor :billing_cycle_spec
|
1484
1484
|
|
1485
|
-
# Required. The previous subscription id to be replaced.
|
1486
|
-
#
|
1485
|
+
# Required. The previous subscription id to be replaced. The format can be one
|
1486
|
+
# of the following: 1. `subscription_id`: the old subscription id under the same
|
1487
|
+
# partner_id. 2. `partners/`partner_id`/subscriptions/`subscription_id``. A
|
1488
|
+
# different partner_id is allowed. But they must be under the same partner group.
|
1487
1489
|
# Corresponds to the JSON property `previousSubscriptionId`
|
1488
1490
|
# @return [String]
|
1489
1491
|
attr_accessor :previous_subscription_id
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module PaymentsresellersubscriptionV1
|
18
18
|
# Version of the google-apis-paymentsresellersubscription_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.56.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250814"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-paymentsresellersubscription_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.56.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-paymentsresellersubscription_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-paymentsresellersubscription_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-paymentsresellersubscription_v1/v0.56.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-paymentsresellersubscription_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|