app_store_dev_api 0.1.2 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- 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: 344d98788ddec31a4e16fb0c14ff521ac6d29fb288c06b0908b633b9de33fa8d
|
4
|
+
data.tar.gz: 189460086f35f9c438f3b2e3fff3004ea6b66a3e66ddd5cd2de8699e36b06626
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b736276536ac874f2adf91b723a4205bc428bd6201c604e5d05e2f3a72076f6ed303a8376b0d0337ceca7e3aef6c56ae670584dd8baae613775b7b5d348add9d
|
7
|
+
data.tar.gz: b53cb8fdf2f728f6baf52bd0ff85b2ed26f8582e4cb619dfb929c5208d88a240de3a96a2e76c98220a2217fcff68d13c5242257ef4efcf5fe4c8b99a4b4671f5
|
@@ -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.4
|
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
|