google-apis-paymentsresellersubscription_v1 0.51.0 → 0.53.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: 41b0ad3fcf13f35cec4139e0950bba0627192f3947687cec922c180f4185d847
|
4
|
+
data.tar.gz: da0b3b0e78105fb93f96184974d04839c0c98a9c188f36021e0c4e7a50f58618
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6fe5dbbcb1a330519d0efd140af511066fc7a6ce872df827ed4d81486523a735918b695ebb8e184d43312fb7d418457d16ccf74cc16c4e919fa8864922442c6b
|
7
|
+
data.tar.gz: 1153612d96d7017ee851212261f0f147c0cc41b3ecd4bbe48691dc4a8e8df26a516aa88caeb303b0cdca062cd937c217516b7a834e1d3b11c4164d74f1bb80c2
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-paymentsresellersubscription_v1
|
2
2
|
|
3
|
+
### v0.53.0 (2025-07-13)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250709
|
6
|
+
|
7
|
+
### v0.52.0 (2025-06-01)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250529
|
10
|
+
* Regenerated using generator version 0.18.0
|
11
|
+
|
3
12
|
### v0.51.0 (2025-05-04)
|
4
13
|
|
5
14
|
* Regenerated using generator version 0.17.0
|
@@ -178,7 +178,8 @@ module Google
|
|
178
178
|
include Google::Apis::Core::Hashable
|
179
179
|
|
180
180
|
# Required. The name of the subscription resource that is entitled to the
|
181
|
-
# current end user.
|
181
|
+
# current end user. It is in the format of "partners/`partner_id`/subscriptions/`
|
182
|
+
# subscriptionId`".
|
182
183
|
# Corresponds to the JSON property `name`
|
183
184
|
# @return [String]
|
184
185
|
attr_accessor :name
|
@@ -486,8 +487,8 @@ module Google
|
|
486
487
|
# need to worry about multiple sessions resulting in duplicate fulfillments as
|
487
488
|
# guaranteed by the same subscription id. Please refer to the [Google Managed
|
488
489
|
# Signup](/payments/reseller/subscription/reference/index/User.Signup.
|
489
|
-
# Integration/Google.Managed.Signup
|
490
|
-
#
|
490
|
+
# Integration/Google.Managed.Signup) documentation for additional integration
|
491
|
+
# details.
|
491
492
|
# Corresponds to the JSON property `userSession`
|
492
493
|
# @return [Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1UserSession]
|
493
494
|
attr_accessor :user_session
|
@@ -1511,8 +1512,8 @@ module Google
|
|
1511
1512
|
# need to worry about multiple sessions resulting in duplicate fulfillments as
|
1512
1513
|
# guaranteed by the same subscription id. Please refer to the [Google Managed
|
1513
1514
|
# Signup](/payments/reseller/subscription/reference/index/User.Signup.
|
1514
|
-
# Integration/Google.Managed.Signup
|
1515
|
-
#
|
1515
|
+
# Integration/Google.Managed.Signup) documentation for additional integration
|
1516
|
+
# details.
|
1516
1517
|
class GoogleCloudPaymentsResellerSubscriptionV1UserSession
|
1517
1518
|
include Google::Apis::Core::Hashable
|
1518
1519
|
|
@@ -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.53.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250709"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -537,7 +537,8 @@ module Google
|
|
537
537
|
# Issues a timed session token for the given user intent. You can use the
|
538
538
|
# session token to redirect the user to Google to finish the signup flow. You
|
539
539
|
# can re-generate new session token repeatedly for the same request if necessary,
|
540
|
-
# regardless of the previous tokens being expired or not.
|
540
|
+
# regardless of the previous tokens being expired or not. By default, the
|
541
|
+
# session token is valid for 1 hour.
|
541
542
|
# @param [String] parent
|
542
543
|
# Required. The parent, the partner that can resell. Format: partners/`partner`
|
543
544
|
# @param [Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionRequest] google_cloud_payments_reseller_subscription_v1_generate_user_session_request_object
|
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.53.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.53.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:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Payments Reseller Subscription API V1
|
79
79
|
test_files: []
|