@salesforce/lwc-adapters-uiapi 1.220.0 → 1.221.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/dist/main.js +1 -0
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -13521,6 +13521,7 @@ const ingest$1Q = (input, path, luvio, store, timestamp) => {
|
|
|
13521
13521
|
conflicts: {},
|
|
13522
13522
|
serverRequestCount: 0,
|
|
13523
13523
|
};
|
|
13524
|
+
input.eTag = ''; //[W-13724550] Record Reps ALWAYS have '' etag, to be consistent with GraphQL, as it is not queryable via GraphQL.
|
|
13524
13525
|
const result = createRecordIngest(BLANK_RECORD_FIELDS_TRIE, BLANK_RECORD_FIELDS_TRIE, conflictMap)(input, path, luvio, store, timestamp);
|
|
13525
13526
|
resolveConflict(luvio, conflictMap);
|
|
13526
13527
|
return result;
|