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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5955b3a879a557ecd4f09048c9b1a728d4dc13cd2de11a99acb2f1bdc8710fad
4
- data.tar.gz: 64f823b67469fe45ce77d637a05c9f7ec4cc71f8388c4739ddaf4ef5c052cc59
3
+ metadata.gz: 1b49e21a91c0aad53d29f1e288b0fa776f52cf271dfeb60310a526fecc7e7887
4
+ data.tar.gz: 5f0b76daf1c0cff49ed48878e50e604d27b157ff49b8b32253442664ea1acbfe
5
5
  SHA512:
6
- metadata.gz: 10c69a24ae233770359cfa5d3f673ee37f2680a1726cb75f5a1fe82093781efaeea7bdb850e3d028235ed0e6f15324ba70197b774ff0b6f76581dbdbc474de3d
7
- data.tar.gz: 71ab2b9ef736093b5a809ab52417097e3880b39f67e1d1ff933de2d81e62645a3bbbc1b20460f3f1a64ab853c706104af5902ef3d2bb70dc07e2b2184e511d92
6
+ metadata.gz: a46afb562cbba67d71c09b67b392de4a317f77d53e7e1530b41d08412030b28ebcb511cdd72ee73956c83cc472425aa75007f6a916efe19609a19e216c3ef972
7
+ data.tar.gz: 405335179a1d99454d1356f5727421cba90aea5a1cfcca90b16a61d948caa44d20aa10fb045574d872831eb7214da5dc872939439595df63052fb655cceaad56
@@ -10,7 +10,7 @@ module AppStoreDevApi
10
10
  type 'subscriptionGroups'
11
11
 
12
12
  attributes do
13
- property :reference_name, required: true
13
+ property :reference_name
14
14
  end
15
15
 
16
16
  end
@@ -10,7 +10,8 @@ module AppStoreDevApi
10
10
  type 'subscriptionGroupLocalizations'
11
11
 
12
12
  attributes do
13
- property :name
13
+ property :name, required: true
14
+ property :locale, required: true
14
15
  property :custom_app_name
15
16
  end
16
17
 
@@ -11,8 +11,7 @@ module AppStoreDevApi
11
11
  type 'subscriptionGroupLocalizations'
12
12
 
13
13
  attributes do
14
- property :name, required: true
15
- property :locale, required: true
14
+ property :name
16
15
  property :custom_app_name
17
16
  end
18
17
 
@@ -3,14 +3,14 @@
3
3
  module AppStoreDevApi
4
4
  module Requests
5
5
  module V1
6
- module SubscriptionPrices
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 :start_date
12
+ property :preserve_current_price
13
+ property :startDate
14
14
  end
15
15
  end
16
16
  end
@@ -3,7 +3,7 @@
3
3
  module AppStoreDevApi
4
4
  module Requests
5
5
  module V1
6
- module SubscriptionAppStoreReviewScreenshot
6
+ module SubscriptionReviewScreenshot
7
7
  class Create < Request::Body
8
8
  data do
9
9
  type 'subscriptionAppStoreReviewScreenshots'
@@ -3,7 +3,7 @@
3
3
  module AppStoreDevApi
4
4
  module Requests
5
5
  module V1
6
- module SubscriptionAppStoreReviewScreenshot
6
+ module SubscriptionReviewScreenshot
7
7
  class Update < Request::Body
8
8
  data do
9
9
  id
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AppStoreDevApi
4
- VERSION = '0.1.1'
4
+ VERSION = '0.1.3'
5
5
  end
@@ -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": "apps",
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": "app",
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": "update_app",
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": "delete",
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::SubscriptionGroups::Create",
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::SubscriptionGroups::Update",
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": "delete_subscription_all_price_ids",
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": "delete",
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": "read_subscription_price_points",
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::SubscriptionPrices::Create",
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::SubscriptionAppStoreReviewScreenshot::Create",
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::SubscriptionAppStoreReviewScreenshot::Update",
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.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-25 00:00:00.000000000 Z
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/app_price_ schedule/.DS_Store
307
- - lib/app_store_dev_api/requests/v1/app_price_ schedule/update.rb
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