app_store_dev_api 0.1.2 → 0.1.3
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/app_store_dev_api/requests/v1/subscription_group/update.rb +1 -1
- data/lib/app_store_dev_api/requests/v1/subscription_group_localization/create.rb +2 -1
- data/lib/app_store_dev_api/requests/v1/subscription_group_localization/update.rb +1 -2
- data/lib/app_store_dev_api/requests/v1/subscription_price/create.rb +3 -3
- data/lib/app_store_dev_api/requests/v1/subscription_review_screenshot/create.rb +1 -1
- data/lib/app_store_dev_api/requests/v1/subscription_review_screenshot/update.rb +1 -1
- data/lib/app_store_dev_api/specification/.DS_Store +0 -0
- data/lib/app_store_dev_api/version.rb +1 -1
- data/lib/config/schema.json +16 -16
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1b49e21a91c0aad53d29f1e288b0fa776f52cf271dfeb60310a526fecc7e7887
|
|
4
|
+
data.tar.gz: 5f0b76daf1c0cff49ed48878e50e604d27b157ff49b8b32253442664ea1acbfe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a46afb562cbba67d71c09b67b392de4a317f77d53e7e1530b41d08412030b28ebcb511cdd72ee73956c83cc472425aa75007f6a916efe19609a19e216c3ef972
|
|
7
|
+
data.tar.gz: 405335179a1d99454d1356f5727421cba90aea5a1cfcca90b16a61d948caa44d20aa10fb045574d872831eb7214da5dc872939439595df63052fb655cceaad56
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
module AppStoreDevApi
|
|
4
4
|
module Requests
|
|
5
5
|
module V1
|
|
6
|
-
module
|
|
6
|
+
module SubscriptionPrice
|
|
7
7
|
class Create < Request::Body
|
|
8
8
|
data do
|
|
9
9
|
type 'subscriptionPrices'
|
|
10
10
|
|
|
11
11
|
attributes do
|
|
12
|
-
property :preserve_current_price
|
|
13
|
-
property :
|
|
12
|
+
property :preserve_current_price
|
|
13
|
+
property :startDate
|
|
14
14
|
end
|
|
15
15
|
end
|
|
16
16
|
end
|
|
Binary file
|
data/lib/config/schema.json
CHANGED
|
@@ -287,27 +287,27 @@
|
|
|
287
287
|
"alias": "beta_tester_relationships_apps"
|
|
288
288
|
},
|
|
289
289
|
{
|
|
290
|
+
"alias": "beta_tester_beta_groups",
|
|
290
291
|
"http_method": "get",
|
|
291
|
-
"url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/betaGroups"
|
|
292
|
-
"alias": "beta_tester_beta_groups"
|
|
292
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/betaGroups"
|
|
293
293
|
},
|
|
294
294
|
{
|
|
295
|
+
"alias": "beta_tester_relationships_beta_groups",
|
|
295
296
|
"http_method": "get",
|
|
296
|
-
"url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/relationships/betaGroups"
|
|
297
|
-
"alias": "beta_tester_relationships_beta_groups"
|
|
297
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/relationships/betaGroups"
|
|
298
298
|
},
|
|
299
299
|
{
|
|
300
|
-
"alias": "
|
|
300
|
+
"alias": "list_apps",
|
|
301
301
|
"http_method": "get",
|
|
302
302
|
"url": "https://api.appstoreconnect.apple.com/v1/apps"
|
|
303
303
|
},
|
|
304
304
|
{
|
|
305
|
-
"alias": "
|
|
305
|
+
"alias": "app_info",
|
|
306
306
|
"http_method": "get",
|
|
307
307
|
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}"
|
|
308
308
|
},
|
|
309
309
|
{
|
|
310
|
-
"alias": "
|
|
310
|
+
"alias": "update_app_info",
|
|
311
311
|
"http_method": "patch",
|
|
312
312
|
"http_body_type": "Requests::V1::App::Update",
|
|
313
313
|
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}"
|
|
@@ -704,14 +704,14 @@
|
|
|
704
704
|
},
|
|
705
705
|
{
|
|
706
706
|
"alias": "create_subscription_group",
|
|
707
|
-
"http_body_type": "Requests::V1::
|
|
707
|
+
"http_body_type": "Requests::V1::SubscriptionGroup::Create",
|
|
708
708
|
"http_method": "post",
|
|
709
709
|
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionGroups"
|
|
710
710
|
},
|
|
711
711
|
{
|
|
712
712
|
"alias": "list_all_subscription_groups_for_app",
|
|
713
713
|
"http_method": "get",
|
|
714
|
-
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionGroups"
|
|
714
|
+
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/subscriptionGroups"
|
|
715
715
|
},
|
|
716
716
|
{
|
|
717
717
|
"alias": "read_subscription_group_info",
|
|
@@ -720,7 +720,7 @@
|
|
|
720
720
|
},
|
|
721
721
|
{
|
|
722
722
|
"alias": "update_subscription_group",
|
|
723
|
-
"http_body_type": "Requests::V1::
|
|
723
|
+
"http_body_type": "Requests::V1::SubscriptionGroup::Update",
|
|
724
724
|
"http_method": "patch",
|
|
725
725
|
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionGroups/{id}"
|
|
726
726
|
},
|
|
@@ -834,13 +834,13 @@
|
|
|
834
834
|
"url": "https://api.appstoreconnect.apple.com/v1/subscriptions/{id}/relationships/prices"
|
|
835
835
|
},
|
|
836
836
|
{
|
|
837
|
-
"alias": "
|
|
837
|
+
"alias": "delete_subscription_all_price",
|
|
838
838
|
"http_method": "delete",
|
|
839
839
|
"url": "https://api.appstoreconnect.apple.com/v1/subscriptions/{id}/relationships/prices"
|
|
840
840
|
},
|
|
841
841
|
{
|
|
842
842
|
"alias": "read_subscription_review_screenshot",
|
|
843
|
-
"http_method": "
|
|
843
|
+
"http_method": "get",
|
|
844
844
|
"url": "https://api.appstoreconnect.apple.com/v1/subscriptions/{id}/appStoreReviewScreenshot"
|
|
845
845
|
},
|
|
846
846
|
{
|
|
@@ -866,7 +866,7 @@
|
|
|
866
866
|
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionLocalizations/{id}"
|
|
867
867
|
},
|
|
868
868
|
{
|
|
869
|
-
"alias": "
|
|
869
|
+
"alias": "read_subscription_price_points_info",
|
|
870
870
|
"http_method": "get",
|
|
871
871
|
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionPricePoints/{id}"
|
|
872
872
|
},
|
|
@@ -877,7 +877,7 @@
|
|
|
877
877
|
},
|
|
878
878
|
{
|
|
879
879
|
"alias": "create_subscription_price",
|
|
880
|
-
"http_body_type": "Requests::V1::
|
|
880
|
+
"http_body_type": "Requests::V1::SubscriptionPrice::Create",
|
|
881
881
|
"http_method": "post",
|
|
882
882
|
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionPrices"
|
|
883
883
|
},
|
|
@@ -909,13 +909,13 @@
|
|
|
909
909
|
},
|
|
910
910
|
{
|
|
911
911
|
"alias": "create_subscription_review_screenshot",
|
|
912
|
-
"http_body_type": "Requests::V1::
|
|
912
|
+
"http_body_type": "Requests::V1::SubscriptionReviewScreenshot::Create",
|
|
913
913
|
"http_method": "post",
|
|
914
914
|
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionAppStoreReviewScreenshots"
|
|
915
915
|
},
|
|
916
916
|
{
|
|
917
917
|
"alias": "update_subscription_app_store_review_screenshot",
|
|
918
|
-
"http_body_type": "Requests::V1::
|
|
918
|
+
"http_body_type": "Requests::V1::SubscriptionReviewScreenshot::Update",
|
|
919
919
|
"http_method": "patch",
|
|
920
920
|
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionAppStoreReviewScreenshots/{id}"
|
|
921
921
|
},
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: app_store_dev_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- wade
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-04-
|
|
11
|
+
date: 2023-04-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -387,6 +387,7 @@ files:
|
|
|
387
387
|
- lib/app_store_dev_api/schema/type.rb
|
|
388
388
|
- lib/app_store_dev_api/schema/web_service_endpoint.rb
|
|
389
389
|
- lib/app_store_dev_api/specification.rb
|
|
390
|
+
- lib/app_store_dev_api/specification/.DS_Store
|
|
390
391
|
- lib/app_store_dev_api/specification/component/schema.rb
|
|
391
392
|
- lib/app_store_dev_api/user_invitation_create_request.rb
|
|
392
393
|
- lib/app_store_dev_api/version.rb
|