ofsc-utility-browser 1.0.22 → 1.0.23

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": "ofsc-utility-browser",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "A wrapper for Oracle Field Service REST API for browser cdn for html",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/readme.md CHANGED
@@ -40,6 +40,15 @@ https://github.com/mailtodanish/ofsc-utility-browser/tree/main/sample
40
40
  - getAllResourcesWorkSkills(clientId: string,clientSecret: string,instanceUrl: string,initialToken = "")
41
41
  - resourcePositionHistoryRange( clientID,clientSecret,instanceId,resourceId,fromDate,toDate); // GPS Locations of a technician
42
42
  - AllDescendantsOfResource(clientId: string,clientSecret: string,instanceUrl: string,resourceId:string, initialToken = "")
43
+ - searchActivitybyQueryParameter(
44
+ clientId,
45
+ secret,
46
+ instance,
47
+ parentResources,
48
+ `wo_number==${taskNum}`,
49
+ 'resourceId,date,status,activityType',
50
+ token
51
+ )
43
52
 
44
53
  ### Post Clone
45
54