@expo/apple-utils 1.3.1 → 1.4.0
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.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
|
/**
|
|
@@ -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.apple.com/membercenter/index.action">account on the developer website<a/>.<br />`
|
|
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-mdn.apple.com/membercenter/index.action">account on the developer website<a/>.<br />`
|
|
878
878
|
*/
|
|
879
879
|
message: string;
|
|
880
880
|
priority: unknown | null;
|
|
@@ -1856,6 +1856,9 @@ declare module "connect/models/BundleIdCapability" {
|
|
|
1856
1856
|
SHALLOW_DEPTH_PRESSURE = "SHALLOW_DEPTH_PRESSURE",
|
|
1857
1857
|
TAP_TO_DISPLAY_ID = "TAP_TO_DISPLAY_ID",
|
|
1858
1858
|
VMNET = "VMNET",
|
|
1859
|
+
NETWORK_SLICING = "NETWORK_SLICING",
|
|
1860
|
+
SUSTAINED_EXECUTION = "SUSTAINED_EXECUTION",
|
|
1861
|
+
TAP_TO_PAY_ON_IPHONE = "TAP_TO_PAY_ON_IPHONE",
|
|
1859
1862
|
MARZIPAN = "MARZIPAN"
|
|
1860
1863
|
}
|
|
1861
1864
|
export enum CapabilityTypeOption {
|
|
@@ -1956,6 +1959,9 @@ declare module "connect/models/BundleIdCapability" {
|
|
|
1956
1959
|
[CapabilityType.SHALLOW_DEPTH_PRESSURE]: CapabilityTypeOption;
|
|
1957
1960
|
[CapabilityType.TAP_TO_DISPLAY_ID]: CapabilityTypeOption;
|
|
1958
1961
|
[CapabilityType.VMNET]: CapabilityTypeOption;
|
|
1962
|
+
[CapabilityType.TAP_TO_PAY_ON_IPHONE]: CapabilityTypeOption;
|
|
1963
|
+
[CapabilityType.NETWORK_SLICING]: CapabilityTypeOption;
|
|
1964
|
+
[CapabilityType.SUSTAINED_EXECUTION]: CapabilityTypeOption;
|
|
1959
1965
|
}
|
|
1960
1966
|
enum CapabilitySettingKey {
|
|
1961
1967
|
ICLOUD_VERSION = "ICLOUD_VERSION",
|