@expo/apple-utils 1.2.0 → 1.3.1
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
|
@@ -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
|
|
112
|
+
* [Learn more](https://developer.apple.com/documentation/appstoreconnectapi/generating_tokens_for_api_requests).
|
|
113
113
|
*/
|
|
114
114
|
export interface TokenProps {
|
|
115
115
|
/**
|
|
@@ -874,7 +874,7 @@ declare module "itunes/Agreements" {
|
|
|
874
874
|
*/
|
|
875
875
|
subject: string;
|
|
876
876
|
/**
|
|
877
|
-
* @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
|
|
877
|
+
* @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 />`
|
|
878
878
|
*/
|
|
879
879
|
message: string;
|
|
880
880
|
priority: unknown | null;
|
|
@@ -1849,6 +1849,13 @@ declare module "connect/models/BundleIdCapability" {
|
|
|
1849
1849
|
PUSH_TO_TALK = "PUSH_TO_TALK",
|
|
1850
1850
|
SHARED_WITH_YOU = "SHARED_WITH_YOU",
|
|
1851
1851
|
WEATHER_KIT = "WEATHERKIT",
|
|
1852
|
+
APPLE_PAY_LATER_MERCHANDISING = "APPLE_PAY_LATER_MERCHANDISING",
|
|
1853
|
+
MATTER_ALLOW_SETUP_PAYLOAD = "MATTER_ALLOW_SETUP_PAYLOAD",
|
|
1854
|
+
MESSAGES_COLLABORATION = "MESSAGES_COLLABORATION",
|
|
1855
|
+
SENSITIVE_CONTENT_ANALYSIS = "SENSITIVE_CONTENT_ANALYSIS",
|
|
1856
|
+
SHALLOW_DEPTH_PRESSURE = "SHALLOW_DEPTH_PRESSURE",
|
|
1857
|
+
TAP_TO_DISPLAY_ID = "TAP_TO_DISPLAY_ID",
|
|
1858
|
+
VMNET = "VMNET",
|
|
1852
1859
|
MARZIPAN = "MARZIPAN"
|
|
1853
1860
|
}
|
|
1854
1861
|
export enum CapabilityTypeOption {
|
|
@@ -1942,6 +1949,13 @@ declare module "connect/models/BundleIdCapability" {
|
|
|
1942
1949
|
[CapabilityType.PUSH_TO_TALK]: CapabilityTypeOption;
|
|
1943
1950
|
[CapabilityType.SHARED_WITH_YOU]: CapabilityTypeOption;
|
|
1944
1951
|
[CapabilityType.WEATHER_KIT]: CapabilityTypeOption;
|
|
1952
|
+
[CapabilityType.APPLE_PAY_LATER_MERCHANDISING]: CapabilityTypeOption;
|
|
1953
|
+
[CapabilityType.MATTER_ALLOW_SETUP_PAYLOAD]: CapabilityTypeOption;
|
|
1954
|
+
[CapabilityType.MESSAGES_COLLABORATION]: CapabilityTypeOption;
|
|
1955
|
+
[CapabilityType.SENSITIVE_CONTENT_ANALYSIS]: CapabilityTypeOption;
|
|
1956
|
+
[CapabilityType.SHALLOW_DEPTH_PRESSURE]: CapabilityTypeOption;
|
|
1957
|
+
[CapabilityType.TAP_TO_DISPLAY_ID]: CapabilityTypeOption;
|
|
1958
|
+
[CapabilityType.VMNET]: CapabilityTypeOption;
|
|
1945
1959
|
}
|
|
1946
1960
|
enum CapabilitySettingKey {
|
|
1947
1961
|
ICLOUD_VERSION = "ICLOUD_VERSION",
|