google-apis-paymentsresellersubscription_v1 0.40.0 → 0.42.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5d4d36fe13caf4aa705abc74f57e4f23b8a89044457b3624d41f176f05ebff91
|
4
|
+
data.tar.gz: 490b5d2c05f8a83e80fc50bbaf01baed80c11ad4484816777f6a1c2527b86118
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e37da4a472b5771781059388064e4a26fa6d30d3e7a75ada559aaa0315444a5c08165584160459f41f513b6359e090f38d0b5cca1a679114c294369f1c388f5a
|
7
|
+
data.tar.gz: b86227d34f1125c23419cf494a9ff2b889d4e793d85909c46a5803c17c3269e838bda54095a90f5c28e21889692eb8d6549a1ac7f1b1aa78e9e2d2ce1ed037b3
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-paymentsresellersubscription_v1
|
2
2
|
|
3
|
+
### v0.42.0 (2024-05-19)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.15.0
|
6
|
+
|
7
|
+
### v0.41.0 (2024-04-07)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240404
|
10
|
+
|
3
11
|
### v0.40.0 (2024-03-03)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240226
|
@@ -885,6 +885,13 @@ module Google
|
|
885
885
|
# @return [Array<String>]
|
886
886
|
attr_accessor :promotions
|
887
887
|
|
888
|
+
# Optional. The timestamp when the user transaction was made with the Partner.
|
889
|
+
# Specify for the case of "bundle with choice", and it must be before the
|
890
|
+
# provision_time (when the user makes a selection).
|
891
|
+
# Corresponds to the JSON property `purchaseTime`
|
892
|
+
# @return [String]
|
893
|
+
attr_accessor :purchase_time
|
894
|
+
|
888
895
|
# Output only. The place where partners should redirect the end-user to after
|
889
896
|
# creation. This field might also be populated when creation failed. However,
|
890
897
|
# Partners should always prepare a default URL to redirect the user in case this
|
@@ -944,6 +951,7 @@ module Google
|
|
944
951
|
@products = args[:products] if args.key?(:products)
|
945
952
|
@promotion_specs = args[:promotion_specs] if args.key?(:promotion_specs)
|
946
953
|
@promotions = args[:promotions] if args.key?(:promotions)
|
954
|
+
@purchase_time = args[:purchase_time] if args.key?(:purchase_time)
|
947
955
|
@redirect_uri = args[:redirect_uri] if args.key?(:redirect_uri)
|
948
956
|
@renewal_time = args[:renewal_time] if args.key?(:renewal_time)
|
949
957
|
@service_location = args[:service_location] if args.key?(:service_location)
|
@@ -1009,10 +1017,10 @@ module Google
|
|
1009
1017
|
# @return [Fixnum]
|
1010
1018
|
attr_accessor :line_item_index
|
1011
1019
|
|
1012
|
-
# Optional. The promotions applied on the line item. It can be: -
|
1013
|
-
#
|
1014
|
-
#
|
1015
|
-
# specify its resource name only.
|
1020
|
+
# Optional. The promotions applied on the line item. It can be: - an
|
1021
|
+
# introductory pricing promotion. - a free trial promotion. This feature is not
|
1022
|
+
# enabled. If used, the request will be rejected. When used as input in Create
|
1023
|
+
# or Provision API, specify its resource name only.
|
1016
1024
|
# Corresponds to the JSON property `lineItemPromotionSpecs`
|
1017
1025
|
# @return [Array<Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1SubscriptionPromotionSpec>]
|
1018
1026
|
attr_accessor :line_item_promotion_specs
|
@@ -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.42.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240404"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -502,6 +502,7 @@ module Google
|
|
502
502
|
collection :promotion_specs, as: 'promotionSpecs', class: Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1SubscriptionPromotionSpec, decorator: Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1SubscriptionPromotionSpec::Representation
|
503
503
|
|
504
504
|
collection :promotions, as: 'promotions'
|
505
|
+
property :purchase_time, as: 'purchaseTime'
|
505
506
|
property :redirect_uri, as: 'redirectUri'
|
506
507
|
property :renewal_time, as: 'renewalTime'
|
507
508
|
property :service_location, as: 'serviceLocation', class: Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1Location, decorator: Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1Location::Representation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.42.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-05-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.15.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.15.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-paymentsresellersubscription_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-paymentsresellersubscription_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-paymentsresellersubscription_v1/v0.42.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-paymentsresellersubscription_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|