Comparing version 9.0.0 to 9.1.0
{ | ||
"name": "forceios", | ||
"version": "9.0.0", | ||
"version": "9.1.0", | ||
"description": "Utilities for creating mobile apps based on the Salesforce Mobile SDK for iOS", | ||
@@ -17,3 +17,3 @@ "keywords": [ "mobilesdk", "ios", "salesforce", "mobile", "sdk" ], | ||
"dependencies": { | ||
"shelljs": "0.8.3", | ||
"shelljs": "0.8.4", | ||
"ajv": "^6.10.2", | ||
@@ -20,0 +20,0 @@ "jsonlint": "^1.6.3" |
@@ -31,3 +31,3 @@ /* | ||
var VERSION= '9.0.0'; | ||
var VERSION= '9.1.0'; | ||
@@ -34,0 +34,0 @@ module.exports = { |
@@ -16,2 +16,15 @@ { | ||
{ | ||
"syncName": "soqlSyncDownWithBatchSize", | ||
"syncType": "syncDown", | ||
"soupName": "accounts", | ||
"target": { | ||
"type":"soql", | ||
"query":"SELECT Id, Name, LastModifiedDate FROM Account", | ||
"maxBatchSize": 200 | ||
}, | ||
"options": { | ||
"mergeMode":"OVERWRITE" | ||
} | ||
}, | ||
{ | ||
"syncName": "soslSyncDown", | ||
@@ -18,0 +31,0 @@ "syncType": "syncDown", |
@@ -52,2 +52,5 @@ { | ||
}, | ||
"maxBatchSize": { | ||
"type": "integer" | ||
}, | ||
"relationshipType": { | ||
@@ -77,5 +80,5 @@ "type": "string", | ||
"sobjectTypePlural": { "$ref": "#/definitions/sobjectTypePlural" }, | ||
"parentFieldName": { "$ref": "#/definitions/fieldName" } | ||
"parentIdFieldName": { "$ref": "#/definitions/fieldName" } | ||
}, | ||
"required": ["sobjectType", "soupName", "sobjectTypePlural", "parentFieldName"] | ||
"required": ["sobjectType", "soupName", "sobjectTypePlural", "parentIdFieldName"] | ||
}, | ||
@@ -103,3 +106,4 @@ "syncDownOptions": { | ||
"idFieldName": { "$ref": "#/definitions/fieldName" }, | ||
"modificationDateFieldName": { "$ref": "#/definitions/fieldName" } | ||
"modificationDateFieldName": { "$ref": "#/definitions/fieldName" }, | ||
"maxBatchSize": { "$ref": "#/definitions/maxBatchSize" } | ||
}, | ||
@@ -171,3 +175,3 @@ "required": ["type", "query"] | ||
"parentFieldlist": { "$ref": "#/definitions/fieldlist" }, | ||
"children": { "$ref": "#/definitions/parentInfo" }, | ||
"children": { "$ref": "#/definitions/childrenInfo" }, | ||
"childrenFieldlist": { "$ref": "#/definitions/fieldlist" }, | ||
@@ -229,3 +233,3 @@ "relationshipType": { "$ref": "#/definitions/relationshipType" }, | ||
"updateFieldlist": { "$ref": "#/definitions/fieldlist" }, | ||
"children": { "$ref": "#/definitions/parentInfo" }, | ||
"children": { "$ref": "#/definitions/childrenInfo" }, | ||
"childrenCreateFieldlist": { "$ref": "#/definitions/fieldlist" }, | ||
@@ -232,0 +236,0 @@ "childrenUpdateFieldlist": { "$ref": "#/definitions/fieldlist" }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
105191
2372
+ Addedshelljs@0.8.4(transitive)
- Removedshelljs@0.8.3(transitive)
Updatedshelljs@0.8.4