@expo/apple-utils 0.0.0-alpha.36 → 0.0.0-alpha.37

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo/apple-utils",
3
- "version": "0.0.0-alpha.36",
3
+ "version": "0.0.0-alpha.37",
4
4
  "main": "build",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -109,7 +109,7 @@ declare module "connect/Token" {
109
109
  /**
110
110
  * Used to Sign the .p8 private key that can only be downloaded once from Apple.
111
111
  *
112
- * [Learn more](https://developer.apple.com/documentation/appstoreconnectapi/generating_tokens_for_api_requests).
112
+ * [Learn more](https://developer-mdn.apple.com/documentation/appstoreconnectapi/generating_tokens_for_api_requests).
113
113
  */
114
114
  export interface TokenProps {
115
115
  /**
@@ -865,7 +865,7 @@ declare module "itunes/Agreements" {
865
865
  */
866
866
  subject: string;
867
867
  /**
868
- * @example `<b>Review the updated Paid Applications Schedule.</b><br />In order to update your existing apps, create new in-app purchases, and submit new apps to the App Store, the user with the Legal role (Account Holder) must review and accept the Paid Applications Schedule (Schedule 2 to the Apple Developer Program License Agreement) in the <a href="/agreements/#" target="_self">Agreements, Tax, and Banking</a> module.<br /><br /> To accept this agreement, they must have already accepted the latest version of the Apple Developer Program License Agreement in their <a href="http://developer.apple.com/membercenter/index.action">account on the developer website<a/>.<br />`
868
+ * @example `<b>Review the updated Paid Applications Schedule.</b><br />In order to update your existing apps, create new in-app purchases, and submit new apps to the App Store, the user with the Legal role (Account Holder) must review and accept the Paid Applications Schedule (Schedule 2 to the Apple Developer Program License Agreement) in the <a href="/agreements/#" target="_self">Agreements, Tax, and Banking</a> module.<br /><br /> To accept this agreement, they must have already accepted the latest version of the Apple Developer Program License Agreement in their <a href="http://developer-mdn.apple.com/membercenter/index.action">account on the developer website<a/>.<br />`
869
869
  */
870
870
  message: string;
871
871
  priority: unknown | null;