app_store_dev_api 0.1.1 → 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 +19 -19
- metadata +7 -6
- /data/lib/app_store_dev_api/requests/v1/{app_price_ schedule → app_price_schedule}/.DS_Store +0 -0
- /data/lib/app_store_dev_api/requests/v1/{app_price_ schedule → app_price_schedule}/update.rb +0 -0
- /data/lib/app_store_dev_api/requests/v1/{in_app_purchase_ territory → in_app_purchase_territory}/.DS_Store +0 -0
- /data/lib/app_store_dev_api/requests/v1/{in_app_purchase_ territory → in_app_purchase_territory}/create.rb +0 -0
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}"
|
@@ -577,7 +577,7 @@
|
|
577
577
|
},
|
578
578
|
{
|
579
579
|
"alias": "list_in_app_purchase_all_price_points",
|
580
|
-
"http_method": "
|
580
|
+
"http_method": "get",
|
581
581
|
"url": "https://api.appstoreconnect.apple.com/v2/inAppPurchases/{id}/pricePoints"
|
582
582
|
},
|
583
583
|
{
|
@@ -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
|
},
|
@@ -1519,9 +1519,9 @@
|
|
1519
1519
|
},
|
1520
1520
|
{
|
1521
1521
|
"alias": "create_review_submission",
|
1522
|
-
"url": "https://api.appstoreconnect.apple.com/v1/reviewSubmissions",
|
1523
1522
|
"http_body_type": "ReviewSubmissionCreateRequest",
|
1524
|
-
"http_method": "post"
|
1523
|
+
"http_method": "post",
|
1524
|
+
"url": "https://api.appstoreconnect.apple.com/v1/reviewSubmissions"
|
1525
1525
|
},
|
1526
1526
|
{
|
1527
1527
|
"http_method": "patch",
|
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
|
@@ -303,8 +303,8 @@ files:
|
|
303
303
|
- lib/app_store_dev_api/requests/v1/app_info/update.rb
|
304
304
|
- lib/app_store_dev_api/requests/v1/app_info_localization/create.rb
|
305
305
|
- lib/app_store_dev_api/requests/v1/app_info_localization/update.rb
|
306
|
-
- lib/app_store_dev_api/requests/v1/
|
307
|
-
- lib/app_store_dev_api/requests/v1/
|
306
|
+
- lib/app_store_dev_api/requests/v1/app_price_schedule/.DS_Store
|
307
|
+
- lib/app_store_dev_api/requests/v1/app_price_schedule/update.rb
|
308
308
|
- lib/app_store_dev_api/requests/v1/app_promoted_purchases/.DS_Store
|
309
309
|
- lib/app_store_dev_api/requests/v1/app_promoted_purchases/update.rb
|
310
310
|
- lib/app_store_dev_api/requests/v1/app_store_review_detail/create.rb
|
@@ -328,14 +328,14 @@ files:
|
|
328
328
|
- lib/app_store_dev_api/requests/v1/builds/update.rb
|
329
329
|
- lib/app_store_dev_api/requests/v1/customer_review_response/.DS_Store
|
330
330
|
- lib/app_store_dev_api/requests/v1/customer_review_response/create.rb
|
331
|
-
- lib/app_store_dev_api/requests/v1/in_app_purchase_ territory/.DS_Store
|
332
|
-
- lib/app_store_dev_api/requests/v1/in_app_purchase_ territory/create.rb
|
333
331
|
- lib/app_store_dev_api/requests/v1/in_app_purchase_localization/create.rb
|
334
332
|
- lib/app_store_dev_api/requests/v1/in_app_purchase_localization/update.rb
|
335
333
|
- lib/app_store_dev_api/requests/v1/in_app_purchase_price_schedule/create.rb
|
336
334
|
- lib/app_store_dev_api/requests/v1/in_app_purchase_review_screenshot/create.rb
|
337
335
|
- lib/app_store_dev_api/requests/v1/in_app_purchase_review_screenshot/update.rb
|
338
336
|
- lib/app_store_dev_api/requests/v1/in_app_purchase_submission/create.rb
|
337
|
+
- lib/app_store_dev_api/requests/v1/in_app_purchase_territory/.DS_Store
|
338
|
+
- lib/app_store_dev_api/requests/v1/in_app_purchase_territory/create.rb
|
339
339
|
- lib/app_store_dev_api/requests/v1/promoted_purchases/create.rb
|
340
340
|
- lib/app_store_dev_api/requests/v1/promoted_purchases/update.rb
|
341
341
|
- lib/app_store_dev_api/requests/v1/promoted_purchases_image/create.rb
|
@@ -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
|
/data/lib/app_store_dev_api/requests/v1/{app_price_ schedule → app_price_schedule}/.DS_Store
RENAMED
File without changes
|
/data/lib/app_store_dev_api/requests/v1/{app_price_ schedule → app_price_schedule}/update.rb
RENAMED
File without changes
|
File without changes
|
File without changes
|