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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e63b39068f707b0c73041468811e7327f27cd382c534970335cb8087f15365f9
4
- data.tar.gz: 40a29d5d9b6f155d5f8d1f19f48695240cf986c7a68d2a387107d4286149f221
3
+ metadata.gz: 344d98788ddec31a4e16fb0c14ff521ac6d29fb288c06b0908b633b9de33fa8d
4
+ data.tar.gz: 189460086f35f9c438f3b2e3fff3004ea6b66a3e66ddd5cd2de8699e36b06626
5
5
  SHA512:
6
- metadata.gz: 4af63e644c655d7b4866684cb8bf43bd8cb6140da3f71d36ab3338885f930e2f04b37f5601aeeb4e08a33515d79c27eeb2eae47f2385fd69e59196d20bbe22a9
7
- data.tar.gz: c7de3d5d3ef0588684eb4d9dc2831af739864bfdd6e3a6e4f00b3c35a255653890fc70eca84aeb9a9a2a0fea8ceaa7761151cd0724f0063670d19a33fb9ae32a
6
+ metadata.gz: b736276536ac874f2adf91b723a4205bc428bd6201c604e5d05e2f3a72076f6ed303a8376b0d0337ceca7e3aef6c56ae670584dd8baae613775b7b5d348add9d
7
+ data.tar.gz: b53cb8fdf2f728f6baf52bd0ff85b2ed26f8582e4cb619dfb929c5208d88a240de3a96a2e76c98220a2217fcff68d13c5242257ef4efcf5fe4c8b99a4b4671f5
@@ -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.2'
4
+ VERSION = '0.1.4'
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}"
@@ -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
  },
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.2
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-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
@@ -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