@doorstepai/dropoff-sdk 2.0.3 → 2.0.5
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/android/build.gradle +1 -1
- package/android/src/main/java/com/doorstepai/dropoffsdk/DoorstepAIModule.kt +29 -57
- package/ios/DoorstepAI.mm +12 -5
- package/ios/DoorstepAI.swift +41 -20
- package/ios/DoorstepDropoffSDK.xcframework/Info.plist +5 -5
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/DoorstepDropoffSDK +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Headers/DoorstepDropoffSDK.h +1 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Headers/RateReducer.h +117 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Info.plist +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.abi.json +1248 -261
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +13 -11
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.swiftinterface +13 -11
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/_CodeSignature/CodeResources +24 -13
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/DWARF/DoorstepDropoffSDK +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/aarch64/DoorstepDropoffSDK.yml +2103 -1583
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/DoorstepDropoffSDK +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Headers/DoorstepDropoffSDK.h +1 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Headers/RateReducer.h +117 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Info.plist +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +1248 -261
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +13 -11
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +13 -11
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +1248 -261
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +13 -11
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +13 -11
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/_CodeSignature/CodeResources +34 -23
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/DWARF/DoorstepDropoffSDK +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/aarch64/DoorstepDropoffSDK.yml +2103 -1583
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/x86_64/DoorstepDropoffSDK.yml +2093 -1578
- package/lib/module/DoorstepAI.js +90 -19
- package/lib/module/DoorstepAI.js.map +1 -1
- package/lib/module/RootDoorstepAI.js.map +1 -1
- package/lib/module/index.js.map +1 -1
- package/lib/typescript/src/DoorstepAI.d.ts +61 -6
- package/lib/typescript/src/DoorstepAI.d.ts.map +1 -1
- package/lib/typescript/src/RootDoorstepAI.d.ts.map +1 -1
- package/lib/typescript/src/index.d.ts +1 -1
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/DoorstepAI.tsx +252 -47
- package/src/RootDoorstepAI.tsx +0 -1
- package/src/index.tsx +6 -1
package/lib/module/DoorstepAI.js
CHANGED
|
@@ -4,6 +4,25 @@ import { NativeModules, Platform } from 'react-native';
|
|
|
4
4
|
const {
|
|
5
5
|
DoorstepAI
|
|
6
6
|
} = NativeModules;
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Per-delivery options shared across both platforms. Fields not supported on a
|
|
10
|
+
* given platform are silently ignored.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Mirrors the iOS SDK's `SDKLogLevel` enum. Only used by
|
|
15
|
+
* `configureRemoteLogging` (iOS only).
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
const SDK_LOG_LEVEL_RAW = {
|
|
19
|
+
debug: 0,
|
|
20
|
+
info: 1,
|
|
21
|
+
warning: 2,
|
|
22
|
+
error: 3,
|
|
23
|
+
critical: 4
|
|
24
|
+
};
|
|
25
|
+
const DEFAULT_TIMEOUT_SECONDS = 7200;
|
|
7
26
|
class DoorstepAIModule {
|
|
8
27
|
static isInitialized = false;
|
|
9
28
|
static async init(notificationTitle, notificationText) {
|
|
@@ -14,7 +33,7 @@ class DoorstepAIModule {
|
|
|
14
33
|
try {
|
|
15
34
|
await DoorstepAI.init(notificationTitle, notificationText);
|
|
16
35
|
console.log('DOORSTEPAI - DoorstepAI initialized');
|
|
17
|
-
this.isInitialized = true;
|
|
36
|
+
this.isInitialized = true;
|
|
18
37
|
} catch (error) {
|
|
19
38
|
console.error('DOORSTEPAI - Failed to initialize DoorstepAI:', error);
|
|
20
39
|
throw error;
|
|
@@ -25,22 +44,47 @@ class DoorstepAIModule {
|
|
|
25
44
|
DoorstepAI.setApiKey(apiKey);
|
|
26
45
|
}
|
|
27
46
|
|
|
28
|
-
|
|
29
|
-
|
|
47
|
+
/**
|
|
48
|
+
* Triggers iOS Motion/Fitness + Location permission prompts up-front so the
|
|
49
|
+
* host app does not need to manage them itself. No-op on Android — use
|
|
50
|
+
* `PermissionsAndroid` (already wired into `RootDoorstepAI`).
|
|
51
|
+
*/
|
|
52
|
+
static requestAllPermissions(requestAlwaysLocation = true) {
|
|
53
|
+
if (Platform.OS === 'ios') {
|
|
54
|
+
DoorstepAI.requestAllPermissions(requestAlwaysLocation);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* Configures the iOS SDK's remote logging pipeline. No-op on Android (the
|
|
60
|
+
* Android SDK currently configures remote logging via remote config / dev
|
|
61
|
+
* mode rather than a public host-app entry point).
|
|
62
|
+
*/
|
|
63
|
+
static configureRemoteLogging(options) {
|
|
64
|
+
if (Platform.OS !== 'ios') return;
|
|
65
|
+
const minLevelRaw = options.minLevel != null ? SDK_LOG_LEVEL_RAW[options.minLevel] : null;
|
|
66
|
+
DoorstepAI.configureRemoteLogging(options.enabled, minLevelRaw, options.flushIntervalSeconds ?? null, options.batchSize ?? null, options.maxQueueSize ?? null);
|
|
67
|
+
}
|
|
68
|
+
static async startDeliveryByPlaceID(placeID, deliveryId, timeoutSeconds, options) {
|
|
30
69
|
try {
|
|
31
|
-
const
|
|
70
|
+
const timeout = timeoutSeconds ?? options?.timeoutSeconds ?? DEFAULT_TIMEOUT_SECONDS;
|
|
71
|
+
const autoStop = options?.autoStopAfterDropoffSeconds ?? null;
|
|
72
|
+
const result = Platform.OS === 'android' ? await DoorstepAI.startDeliveryByPlaceID(placeID, deliveryId, timeout, autoStop, options?.manualForeground ?? false) : await DoorstepAI.startDeliveryByPlaceID(placeID, deliveryId, timeout, autoStop);
|
|
32
73
|
console.log('DOORSTEPAI - Delivery started successfully by Place ID:', placeID, deliveryId);
|
|
33
|
-
return result;
|
|
74
|
+
return result;
|
|
34
75
|
} catch (error) {
|
|
35
76
|
console.error('DOORSTEPAI - Failed to start delivery by Place ID:', error);
|
|
36
|
-
throw error;
|
|
77
|
+
throw error;
|
|
37
78
|
}
|
|
38
79
|
}
|
|
39
80
|
|
|
40
|
-
|
|
41
|
-
static async startDeliveryByPlusCode(plusCode, deliveryId, timeoutSeconds) {
|
|
81
|
+
/** @deprecated Use `startDeliveryByAddressString` with coordinates instead. */
|
|
82
|
+
static async startDeliveryByPlusCode(plusCode, deliveryId, timeoutSeconds, options) {
|
|
42
83
|
try {
|
|
43
|
-
const
|
|
84
|
+
const timeout = timeoutSeconds ?? options?.timeoutSeconds ?? DEFAULT_TIMEOUT_SECONDS;
|
|
85
|
+
// Android's deprecated startDeliveryByPlusCode does not accept the new
|
|
86
|
+
// options, so we forward only the supported parameters there.
|
|
87
|
+
const result = Platform.OS === 'ios' ? await DoorstepAI.startDeliveryByPlusCode(plusCode, deliveryId, timeout, options?.autoStopAfterDropoffSeconds ?? null) : await DoorstepAI.startDeliveryByPlusCode(plusCode, deliveryId, timeout);
|
|
44
88
|
console.log('DOORSTEPAI - Delivery started successfully by Plus Code:', plusCode, deliveryId);
|
|
45
89
|
return result;
|
|
46
90
|
} catch (error) {
|
|
@@ -48,9 +92,11 @@ class DoorstepAIModule {
|
|
|
48
92
|
throw error;
|
|
49
93
|
}
|
|
50
94
|
}
|
|
51
|
-
static async startDeliveryByAddress(address, deliveryId, timeoutSeconds, coordinates) {
|
|
95
|
+
static async startDeliveryByAddress(address, deliveryId, timeoutSeconds, coordinates, options) {
|
|
52
96
|
try {
|
|
53
|
-
|
|
97
|
+
const timeout = timeoutSeconds ?? options?.timeoutSeconds ?? DEFAULT_TIMEOUT_SECONDS;
|
|
98
|
+
const autoStop = options?.autoStopAfterDropoffSeconds ?? null;
|
|
99
|
+
const result = Platform.OS === 'android' ? await DoorstepAI.startDeliveryByAddress(address, deliveryId, coordinates ?? null, timeout, autoStop, options?.manualForeground ?? false) : await DoorstepAI.startDeliveryByAddress(address, deliveryId, coordinates ?? null, timeout, autoStop);
|
|
54
100
|
console.log('DOORSTEPAI - Delivery started successfully by Address:', address, deliveryId);
|
|
55
101
|
return result;
|
|
56
102
|
} catch (error) {
|
|
@@ -58,9 +104,11 @@ class DoorstepAIModule {
|
|
|
58
104
|
throw error;
|
|
59
105
|
}
|
|
60
106
|
}
|
|
61
|
-
static async startDeliveryByAddressString(address, deliveryId, timeoutSeconds, coordinates) {
|
|
107
|
+
static async startDeliveryByAddressString(address, deliveryId, timeoutSeconds, coordinates, options) {
|
|
62
108
|
try {
|
|
63
|
-
const
|
|
109
|
+
const timeout = timeoutSeconds ?? options?.timeoutSeconds ?? DEFAULT_TIMEOUT_SECONDS;
|
|
110
|
+
const autoStop = options?.autoStopAfterDropoffSeconds ?? null;
|
|
111
|
+
const result = Platform.OS === 'android' ? await DoorstepAI.startDeliveryByAddressString(address, deliveryId, coordinates ?? null, timeout, autoStop, options?.manualForeground ?? false) : await DoorstepAI.startDeliveryByAddressString(address, deliveryId, coordinates ?? null, timeout, autoStop);
|
|
64
112
|
console.log('DOORSTEPAI - Delivery started successfully by Address String:', address, deliveryId);
|
|
65
113
|
return result;
|
|
66
114
|
} catch (error) {
|
|
@@ -68,9 +116,14 @@ class DoorstepAIModule {
|
|
|
68
116
|
throw error;
|
|
69
117
|
}
|
|
70
118
|
}
|
|
71
|
-
|
|
119
|
+
|
|
120
|
+
/** @deprecated Use `startDeliveryByAddress` or `startDeliveryByAddressString` with coordinates instead. */
|
|
121
|
+
static async startDeliveryByLatLng(latitude, longitude, subUnit, deliveryId, timeoutSeconds, options) {
|
|
72
122
|
try {
|
|
73
|
-
const
|
|
123
|
+
const timeout = timeoutSeconds ?? options?.timeoutSeconds ?? DEFAULT_TIMEOUT_SECONDS;
|
|
124
|
+
// Android's deprecated startDeliveryByLatLng does not accept the new
|
|
125
|
+
// options, so we forward only the supported parameters there.
|
|
126
|
+
const result = Platform.OS === 'ios' ? await DoorstepAI.startDeliveryByLatLng(latitude, longitude, subUnit, deliveryId, timeout, options?.autoStopAfterDropoffSeconds ?? null) : await DoorstepAI.startDeliveryByLatLng(latitude, longitude, subUnit, deliveryId, timeout);
|
|
74
127
|
console.log('DOORSTEPAI - Delivery started successfully by LatLng:', latitude, longitude, subUnit, deliveryId);
|
|
75
128
|
return result;
|
|
76
129
|
} catch (error) {
|
|
@@ -87,8 +140,6 @@ class DoorstepAIModule {
|
|
|
87
140
|
throw error;
|
|
88
141
|
}
|
|
89
142
|
}
|
|
90
|
-
|
|
91
|
-
// Add deliveryId parameter
|
|
92
143
|
static async stopDelivery(deliveryId) {
|
|
93
144
|
try {
|
|
94
145
|
await DoorstepAI.stopDelivery(deliveryId);
|
|
@@ -98,8 +149,6 @@ class DoorstepAIModule {
|
|
|
98
149
|
throw error;
|
|
99
150
|
}
|
|
100
151
|
}
|
|
101
|
-
|
|
102
|
-
// Add deliveryId parameter
|
|
103
152
|
static async newEvent(eventName, deliveryId) {
|
|
104
153
|
try {
|
|
105
154
|
const result = await DoorstepAI.newEvent(eventName, deliveryId);
|
|
@@ -110,6 +159,28 @@ class DoorstepAIModule {
|
|
|
110
159
|
throw error;
|
|
111
160
|
}
|
|
112
161
|
}
|
|
162
|
+
|
|
163
|
+
// ---- Dev-mode helpers (Android exposes a richer surface than iOS) ----
|
|
164
|
+
|
|
165
|
+
static async enableDevMode(apiKey) {
|
|
166
|
+
if (Platform.OS === 'ios') {
|
|
167
|
+
await DoorstepAI.enableDevMode(apiKey);
|
|
168
|
+
return true;
|
|
169
|
+
}
|
|
170
|
+
return Boolean(await DoorstepAI.enableDevMode());
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
/** Android only. Returns false on iOS. */
|
|
174
|
+
static async validateDevModeAccess() {
|
|
175
|
+
if (Platform.OS !== 'android') return false;
|
|
176
|
+
return Boolean(await DoorstepAI.validateDevModeAccess());
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
/** Android only. No-op on iOS. */
|
|
180
|
+
static async disableDevMode() {
|
|
181
|
+
if (Platform.OS !== 'android') return false;
|
|
182
|
+
return Boolean(await DoorstepAI.disableDevMode());
|
|
183
|
+
}
|
|
113
184
|
}
|
|
114
185
|
export { DoorstepAIModule as DoorstepAI };
|
|
115
186
|
//# sourceMappingURL=DoorstepAI.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["NativeModules","Platform","DoorstepAI","DoorstepAIModule","isInitialized","init","notificationTitle","notificationText","OS","console","log","
|
|
1
|
+
{"version":3,"names":["NativeModules","Platform","DoorstepAI","SDK_LOG_LEVEL_RAW","debug","info","warning","error","critical","DEFAULT_TIMEOUT_SECONDS","DoorstepAIModule","isInitialized","init","notificationTitle","notificationText","OS","console","log","setApiKey","apiKey","requestAllPermissions","requestAlwaysLocation","configureRemoteLogging","options","minLevelRaw","minLevel","enabled","flushIntervalSeconds","batchSize","maxQueueSize","startDeliveryByPlaceID","placeID","deliveryId","timeoutSeconds","timeout","autoStop","autoStopAfterDropoffSeconds","result","manualForeground","startDeliveryByPlusCode","plusCode","startDeliveryByAddress","address","coordinates","startDeliveryByAddressString","startDeliveryByLatLng","latitude","longitude","subUnit","markDropoff","dropoffType","stopDelivery","newEvent","eventName","enableDevMode","Boolean","validateDevModeAccess","disableDevMode"],"sourceRoot":"../../src","sources":["DoorstepAI.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["requireNativeComponent","View","Platform","StyleSheet","PermissionsAndroid","useEffect","DoorstepAI","jsx","_jsx","DoorstepAIView","RootDoorstepAI","props","initializeAndRequestPermissions","OS","init","notificationTitle","notificationText","setApiKey","apiKey","permissionsToRequest","PERMISSIONS","ACCESS_FINE_LOCATION","ACTIVITY_RECOGNITION","granted","requestMultiple","RESULTS","GRANTED","console","log","warn","err","style","styles","container","children","create","height","width"],"sourceRoot":"../../src","sources":["RootDoorstepAI.tsx"],"mappings":";;AAAA,SACEA,sBAAsB,EACtBC,IAAI,EACJC,QAAQ,EACRC,UAAU,EACVC,kBAAkB,QACb,cAAc;AAErB,SAASC,SAAS,QAAQ,OAAO;AAEjC,SAASC,UAAU,QAAQ,iBAAc;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAE1C,MAAMC,cAAc,GAAGT,sBAAsB,CAAC,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"names":["requireNativeComponent","View","Platform","StyleSheet","PermissionsAndroid","useEffect","DoorstepAI","jsx","_jsx","DoorstepAIView","RootDoorstepAI","props","initializeAndRequestPermissions","OS","init","notificationTitle","notificationText","setApiKey","apiKey","permissionsToRequest","PERMISSIONS","ACCESS_FINE_LOCATION","ACTIVITY_RECOGNITION","granted","requestMultiple","RESULTS","GRANTED","console","log","warn","err","style","styles","container","children","create","height","width"],"sourceRoot":"../../src","sources":["RootDoorstepAI.tsx"],"mappings":";;AAAA,SACEA,sBAAsB,EACtBC,IAAI,EACJC,QAAQ,EACRC,UAAU,EACVC,kBAAkB,QACb,cAAc;AAErB,SAASC,SAAS,QAAQ,OAAO;AAEjC,SAASC,UAAU,QAAQ,iBAAc;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAE1C,MAAMC,cAAc,GAAGT,sBAAsB,CAAC,oBAAoB,CAAC;AAEnE,OAAO,SAASU,cAAcA,CAACC,KAI9B,EAAE;EACDN,SAAS,CAAC,MAAM;IACd,MAAMO,+BAA+B,GAAG,MAAAA,CAAA,KAAY;MAClD,IAAIV,QAAQ,CAACW,EAAE,KAAK,SAAS,EAAE;QAC7B,MAAMP,UAAU,CAACQ,IAAI,CACnBH,KAAK,CAACI,iBAAiB,IAAI,EAAE,EAC7BJ,KAAK,CAACK,gBAAgB,IAAI,EAC5B,CAAC;MACH;MAEAV,UAAU,CAACW,SAAS,CAACN,KAAK,CAACO,MAAM,CAAC;MAElC,IAAIhB,QAAQ,CAACW,EAAE,KAAK,SAAS,EAAE;QAC7B,IAAI;UACF,MAAMM,oBAAoB,GAAG,CAC3Bf,kBAAkB,CAACgB,WAAW,CAACC,oBAAoB,EACnDjB,kBAAkB,CAACgB,WAAW,CAACE,oBAAoB,CACpD;UAED,MAAMC,OAAO,GACX,MAAMnB,kBAAkB,CAACoB,eAAe,CAACL,oBAAoB,CAAC;UAEhE,IACEI,OAAO,CAACnB,kBAAkB,CAACgB,WAAW,CAACC,oBAAoB,CAAC,KAC1DjB,kBAAkB,CAACqB,OAAO,CAACC,OAAO,IACpCH,OAAO,CAACnB,kBAAkB,CAACgB,WAAW,CAACE,oBAAoB,CAAC,KAC1DlB,kBAAkB,CAACqB,OAAO,CAACC,OAAO,EACpC;YACAC,OAAO,CAACC,GAAG,CAAC,sCAAsC,CAAC;UACrD,CAAC,MAAM;YACLD,OAAO,CAACE,IAAI,CAAC,iDAAiD,CAAC;UACjE;QACF,CAAC,CAAC,OAAOC,GAAG,EAAE;UACZH,OAAO,CAACE,IAAI,CAAC,uCAAuC,EAAEC,GAAG,CAAC;QAC5D;MACF,CAAC,MAAM,IAAI5B,QAAQ,CAACW,EAAE,KAAK,KAAK,EAAE;QAChCc,OAAO,CAACC,GAAG,CACT,sEACF,CAAC;MACH;IACF,CAAC;IAEDhB,+BAA+B,CAAC,CAAC;EACnC,CAAC,EAAE,CAACD,KAAK,CAACO,MAAM,EAAEP,KAAK,CAACI,iBAAiB,EAAEJ,KAAK,CAACK,gBAAgB,CAAC,CAAC;;EAEnE;EACA;EACA,oBACER,IAAA,CAACP,IAAI;IAAC8B,KAAK,EAAEC,MAAM,CAACC,SAAU;IAAAC,QAAA,EAC3BhC,QAAQ,CAACW,EAAE,KAAK,KAAK,gBAAGL,IAAA,CAACC,cAAc,IAAE,CAAC,GAAG;EAAI,CAC9C,CAAC;AAEX;AAEA,MAAMuB,MAAM,GAAG7B,UAAU,CAACgC,MAAM,CAAC;EAC/BF,SAAS,EAAE;IACTG,MAAM,EAAE,CAAC;IACTC,KAAK,EAAE;EACT;AACF,CAAC,CAAC","ignoreList":[]}
|
package/lib/module/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["RootDoorstepAI","DoorstepAI"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;AAAA,SAASA,cAAc,QAAQ,qBAAkB;AACjD,SAASC,UAAU,QAAQ,iBAAc;
|
|
1
|
+
{"version":3,"names":["RootDoorstepAI","DoorstepAI"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;AAAA,SAASA,cAAc,QAAQ,qBAAkB;AACjD,SAASC,UAAU,QAAQ,iBAAc;AAQzC,SAASA,UAAU,EAAED,cAAc","ignoreList":[]}
|
|
@@ -10,19 +10,74 @@ type LatLngObject = {
|
|
|
10
10
|
lat: number;
|
|
11
11
|
lng: number;
|
|
12
12
|
};
|
|
13
|
+
/**
|
|
14
|
+
* Per-delivery options shared across both platforms. Fields not supported on a
|
|
15
|
+
* given platform are silently ignored.
|
|
16
|
+
*/
|
|
17
|
+
type StartDeliveryOptions = {
|
|
18
|
+
/**
|
|
19
|
+
* Hard upper bound on the delivery's tracking session in seconds. When the
|
|
20
|
+
* timer fires the SDK calls `stopDelivery` automatically. Defaults to 7200
|
|
21
|
+
* (2 hours) when not provided.
|
|
22
|
+
*/
|
|
23
|
+
timeoutSeconds?: number;
|
|
24
|
+
/**
|
|
25
|
+
* Optional countdown (in seconds) to auto-stop the delivery once
|
|
26
|
+
* `markDropoff` is invoked. Survives backgrounding/process death on both
|
|
27
|
+
* platforms (UserDefaults on iOS, AlarmManager on Android).
|
|
28
|
+
*/
|
|
29
|
+
autoStopAfterDropoffSeconds?: number;
|
|
30
|
+
/**
|
|
31
|
+
* Android only. When `true`, the SDK will NOT promote its internal
|
|
32
|
+
* tracking service to the foreground — it expects the host app to already
|
|
33
|
+
* be running its own foreground service that keeps the process alive.
|
|
34
|
+
* Ignored on iOS.
|
|
35
|
+
*/
|
|
36
|
+
manualForeground?: boolean;
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* Mirrors the iOS SDK's `SDKLogLevel` enum. Only used by
|
|
40
|
+
* `configureRemoteLogging` (iOS only).
|
|
41
|
+
*/
|
|
42
|
+
type SDKLogLevel = 'debug' | 'info' | 'warning' | 'error' | 'critical';
|
|
13
43
|
declare class DoorstepAIModule {
|
|
14
44
|
static isInitialized: boolean;
|
|
15
45
|
static init(notificationTitle?: string, notificationText?: string): Promise<void>;
|
|
16
46
|
static setApiKey(apiKey: string): void;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
47
|
+
/**
|
|
48
|
+
* Triggers iOS Motion/Fitness + Location permission prompts up-front so the
|
|
49
|
+
* host app does not need to manage them itself. No-op on Android — use
|
|
50
|
+
* `PermissionsAndroid` (already wired into `RootDoorstepAI`).
|
|
51
|
+
*/
|
|
52
|
+
static requestAllPermissions(requestAlwaysLocation?: boolean): void;
|
|
53
|
+
/**
|
|
54
|
+
* Configures the iOS SDK's remote logging pipeline. No-op on Android (the
|
|
55
|
+
* Android SDK currently configures remote logging via remote config / dev
|
|
56
|
+
* mode rather than a public host-app entry point).
|
|
57
|
+
*/
|
|
58
|
+
static configureRemoteLogging(options: {
|
|
59
|
+
enabled: boolean;
|
|
60
|
+
minLevel?: SDKLogLevel;
|
|
61
|
+
flushIntervalSeconds?: number;
|
|
62
|
+
batchSize?: number;
|
|
63
|
+
maxQueueSize?: number;
|
|
64
|
+
}): void;
|
|
65
|
+
static startDeliveryByPlaceID(placeID: string, deliveryId: string, timeoutSeconds?: number, options?: StartDeliveryOptions): Promise<any>;
|
|
66
|
+
/** @deprecated Use `startDeliveryByAddressString` with coordinates instead. */
|
|
67
|
+
static startDeliveryByPlusCode(plusCode: string, deliveryId: string, timeoutSeconds?: number, options?: StartDeliveryOptions): Promise<any>;
|
|
68
|
+
static startDeliveryByAddress(address: AddressType, deliveryId: string, timeoutSeconds?: number, coordinates?: LatLngObject, options?: StartDeliveryOptions): Promise<any>;
|
|
69
|
+
static startDeliveryByAddressString(address: string, deliveryId: string, timeoutSeconds?: number, coordinates?: LatLngObject, options?: StartDeliveryOptions): Promise<any>;
|
|
70
|
+
/** @deprecated Use `startDeliveryByAddress` or `startDeliveryByAddressString` with coordinates instead. */
|
|
71
|
+
static startDeliveryByLatLng(latitude: number, longitude: number, subUnit: string, deliveryId: string, timeoutSeconds?: number, options?: StartDeliveryOptions): Promise<any>;
|
|
22
72
|
static markDropoff(deliveryId: string, dropoffType: 'pod' | 'non_pod'): Promise<void>;
|
|
23
73
|
static stopDelivery(deliveryId: string): Promise<void>;
|
|
24
74
|
static newEvent(eventName: string, deliveryId: string): Promise<any>;
|
|
75
|
+
static enableDevMode(apiKey: string): Promise<boolean>;
|
|
76
|
+
/** Android only. Returns false on iOS. */
|
|
77
|
+
static validateDevModeAccess(): Promise<boolean>;
|
|
78
|
+
/** Android only. No-op on iOS. */
|
|
79
|
+
static disableDevMode(): Promise<boolean>;
|
|
25
80
|
}
|
|
26
81
|
export { DoorstepAIModule as DoorstepAI };
|
|
27
|
-
export type { AddressType, LatLngObject };
|
|
82
|
+
export type { AddressType, LatLngObject, StartDeliveryOptions, SDKLogLevel };
|
|
28
83
|
//# sourceMappingURL=DoorstepAI.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DoorstepAI.d.ts","sourceRoot":"","sources":["../../../src/DoorstepAI.tsx"],"names":[],"mappings":"AAGA,KAAK,WAAW,GAAG;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,wBAAwB,EAAE,MAAM,CAAC;IACjC,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,KAAK,YAAY,GAAG;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,cAAM,gBAAgB;IACpB,MAAM,CAAC,aAAa,UAAS;
|
|
1
|
+
{"version":3,"file":"DoorstepAI.d.ts","sourceRoot":"","sources":["../../../src/DoorstepAI.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RootDoorstepAI.d.ts","sourceRoot":"","sources":["../../../src/RootDoorstepAI.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RootDoorstepAI.d.ts","sourceRoot":"","sources":["../../../src/RootDoorstepAI.tsx"],"names":[],"mappings":"AAcA,wBAAgB,cAAc,CAAC,KAAK,EAAE;IACpC,MAAM,EAAE,MAAM,CAAC;IACf,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B,2CAoDA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { RootDoorstepAI } from './RootDoorstepAI';
|
|
2
2
|
import { DoorstepAI } from './DoorstepAI';
|
|
3
|
-
export type { AddressType, LatLngObject } from './DoorstepAI';
|
|
3
|
+
export type { AddressType, LatLngObject, StartDeliveryOptions, SDKLogLevel, } from './DoorstepAI';
|
|
4
4
|
export { DoorstepAI, RootDoorstepAI };
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EACV,WAAW,EACX,YAAY,EACZ,oBAAoB,EACpB,WAAW,GACZ,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,CAAC"}
|