@salesforce/lds-adapters-uiapi 1.110.1 → 1.110.2
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.
|
@@ -50653,16 +50653,16 @@ const buildNetworkSnapshot$6 = (luvio, context, config, options) => {
|
|
|
50653
50653
|
trackedFields: optionalFieldsTrie,
|
|
50654
50654
|
serverRequestCount: 1,
|
|
50655
50655
|
}), body);
|
|
50656
|
-
|
|
50657
|
-
|
|
50658
|
-
|
|
50659
|
-
|
|
50660
|
-
|
|
50661
|
-
if (
|
|
50662
|
-
|
|
50663
|
-
throw new Error('Invalid network response. Expected network response to result in Fulfilled snapshot');
|
|
50664
|
-
}
|
|
50656
|
+
const snapshot = buildCachedSnapshot$1(luvio, context, {
|
|
50657
|
+
...config,
|
|
50658
|
+
recordTypeId: responseRecordTypeId,
|
|
50659
|
+
});
|
|
50660
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
50661
|
+
if (snapshot.state !== 'Fulfilled') {
|
|
50662
|
+
throw new Error('Invalid network response. Expected network response to result in Fulfilled snapshot');
|
|
50665
50663
|
}
|
|
50664
|
+
}
|
|
50665
|
+
return luvio.storeBroadcast().then(() => {
|
|
50666
50666
|
return snapshot;
|
|
50667
50667
|
});
|
|
50668
50668
|
}, () => {
|
|
@@ -50655,16 +50655,16 @@
|
|
|
50655
50655
|
trackedFields: optionalFieldsTrie,
|
|
50656
50656
|
serverRequestCount: 1,
|
|
50657
50657
|
}), body);
|
|
50658
|
-
|
|
50659
|
-
|
|
50660
|
-
|
|
50661
|
-
|
|
50662
|
-
|
|
50663
|
-
if (
|
|
50664
|
-
|
|
50665
|
-
throw new Error('Invalid network response. Expected network response to result in Fulfilled snapshot');
|
|
50666
|
-
}
|
|
50658
|
+
const snapshot = buildCachedSnapshot$1(luvio, context, {
|
|
50659
|
+
...config,
|
|
50660
|
+
recordTypeId: responseRecordTypeId,
|
|
50661
|
+
});
|
|
50662
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
50663
|
+
if (snapshot.state !== 'Fulfilled') {
|
|
50664
|
+
throw new Error('Invalid network response. Expected network response to result in Fulfilled snapshot');
|
|
50667
50665
|
}
|
|
50666
|
+
}
|
|
50667
|
+
return luvio.storeBroadcast().then(() => {
|
|
50668
50668
|
return snapshot;
|
|
50669
50669
|
});
|
|
50670
50670
|
}, () => {
|
|
@@ -50341,13 +50341,13 @@
|
|
|
50341
50341
|
trackedFields: optionalFieldsTrie,
|
|
50342
50342
|
serverRequestCount: 1,
|
|
50343
50343
|
}), body);
|
|
50344
|
-
|
|
50345
|
-
|
|
50346
|
-
if (
|
|
50347
|
-
|
|
50348
|
-
throw new Error('Invalid network response. Expected network response to result in Fulfilled snapshot');
|
|
50349
|
-
}
|
|
50344
|
+
var snapshot = buildCachedSnapshot$1(luvio, context, __assign(__assign({}, config), { recordTypeId: responseRecordTypeId }));
|
|
50345
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
50346
|
+
if (snapshot.state !== 'Fulfilled') {
|
|
50347
|
+
throw new Error('Invalid network response. Expected network response to result in Fulfilled snapshot');
|
|
50350
50348
|
}
|
|
50349
|
+
}
|
|
50350
|
+
return luvio.storeBroadcast().then(function () {
|
|
50351
50351
|
return snapshot;
|
|
50352
50352
|
});
|
|
50353
50353
|
}, function () {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-uiapi",
|
|
3
|
-
"version": "1.110.
|
|
3
|
+
"version": "1.110.2",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Wire adapters for record related UI API endpoints",
|
|
6
6
|
"main": "dist/umd/es2018/uiapi-records-service.js",
|
|
@@ -60,15 +60,15 @@
|
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"@luvio/graphql-parser": "0.135.4",
|
|
63
|
-
"@salesforce/lds-bindings": "^1.110.
|
|
64
|
-
"@salesforce/lds-default-luvio": "^1.110.
|
|
63
|
+
"@salesforce/lds-bindings": "^1.110.2",
|
|
64
|
+
"@salesforce/lds-default-luvio": "^1.110.2"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@databases/sqlite": "^3.0.0",
|
|
68
|
-
"@salesforce/lds-compiler-plugins": "^1.110.
|
|
69
|
-
"@salesforce/lds-jest": "^1.110.
|
|
70
|
-
"@salesforce/lds-karma": "^1.110.
|
|
71
|
-
"@salesforce/lds-store-binary": "^1.110.
|
|
68
|
+
"@salesforce/lds-compiler-plugins": "^1.110.2",
|
|
69
|
+
"@salesforce/lds-jest": "^1.110.2",
|
|
70
|
+
"@salesforce/lds-karma": "^1.110.2",
|
|
71
|
+
"@salesforce/lds-store-binary": "^1.110.2",
|
|
72
72
|
"brotli-size": "4.0.0",
|
|
73
73
|
"bytes": "3.1.2",
|
|
74
74
|
"extract-zip": "^2.0.1",
|
package/sfdc/graphqlAdapters.js
CHANGED
|
@@ -17730,4 +17730,4 @@ register({
|
|
|
17730
17730
|
});
|
|
17731
17731
|
|
|
17732
17732
|
export { configurationForGraphQLAdapters as configuration, graphql, factory$1 as graphqlAdapterFactory, graphqlBatch, graphqlBatch_imperative, graphql_imperative };
|
|
17733
|
-
// version: 1.110.
|
|
17733
|
+
// version: 1.110.2-c54b4a458
|
package/sfdc/index.js
CHANGED
|
@@ -33298,16 +33298,16 @@ const buildNetworkSnapshot$6 = (luvio, context, config, options) => {
|
|
|
33298
33298
|
trackedFields: optionalFieldsTrie,
|
|
33299
33299
|
serverRequestCount: 1,
|
|
33300
33300
|
}), body);
|
|
33301
|
-
|
|
33302
|
-
|
|
33303
|
-
|
|
33304
|
-
|
|
33305
|
-
|
|
33306
|
-
if (
|
|
33307
|
-
|
|
33308
|
-
throw new Error('Invalid network response. Expected network response to result in Fulfilled snapshot');
|
|
33309
|
-
}
|
|
33301
|
+
const snapshot = buildCachedSnapshot$1(luvio, context, {
|
|
33302
|
+
...config,
|
|
33303
|
+
recordTypeId: responseRecordTypeId,
|
|
33304
|
+
});
|
|
33305
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
33306
|
+
if (snapshot.state !== 'Fulfilled') {
|
|
33307
|
+
throw new Error('Invalid network response. Expected network response to result in Fulfilled snapshot');
|
|
33310
33308
|
}
|
|
33309
|
+
}
|
|
33310
|
+
return luvio.storeBroadcast().then(() => {
|
|
33311
33311
|
return snapshot;
|
|
33312
33312
|
});
|
|
33313
33313
|
}, () => {
|
|
@@ -35586,4 +35586,4 @@ withDefaultLuvio((luvio) => {
|
|
|
35586
35586
|
});
|
|
35587
35587
|
|
|
35588
35588
|
export { InMemoryRecordRepresentationQueryEvaluator, MRU, RepresentationType$H as ObjectInfoRepresentationType, RepresentationType$M as RecordRepresentationRepresentationType, TTL$u as RecordRepresentationTTL, RepresentationType$M as RecordRepresentationType, VERSION$13 as RecordRepresentationVersion, keyPrefix as UiApiNamespace, configurationForRestAdapters as configuration, createContentDocumentAndVersion, createContentVersion, createIngestRecordWithFields, createRecord, deleteRecord, getActionOverrides, getActionOverrides_imperative, getAllApps, getAllApps_imperative, getAppDetails, getAppDetails_imperative, getDuplicateConfiguration, getDuplicateConfiguration_imperative, getDuplicates, getDuplicates_imperative, getGlobalActions, getGlobalActions_imperative, getKeywordSearchResults, getKeywordSearchResults_imperative, getLayout, getLayoutUserState, getLayoutUserState_imperative, getLayout_imperative, getListInfoByName, getListInfoByName_imperative, getListInfosByName, getListInfosByName_imperative, getListRecordsByName, getListRecordsByName_imperative, getListUi, getListUi_imperative, getLookupActions, getLookupActions_imperative, getLookupMetadata, getLookupMetadata_imperative, getLookupRecords, getLookupRecords_imperative, getNavItems, getNavItems_imperative, getObjectCreateActions, getObjectCreateActions_imperative, getObjectInfo, getObjectInfoAdapterFactory, getObjectInfo_imperative, getObjectInfos, getObjectInfosAdapterFactory, getObjectInfos_imperative, getPicklistValues, getPicklistValuesByRecordType, getPicklistValuesByRecordType_imperative, getPicklistValues_imperative, getQuickActionDefaults, getQuickActionDefaults_imperative, getRecord, getRecordActions, getRecordActions_imperative, factory$e as getRecordAdapterFactory, getRecordAvatars, getRecordAvatars_imperative, getRecordCreateDefaults, getRecordCreateDefaults_imperative, getRecordEditActions, getRecordEditActions_imperative, getRecordId18, getRecordNotifyChange, getRecordTemplateClone, getRecordTemplateClone_imperative, getRecordTemplateCreate, getRecordTemplateCreate_imperative, getRecordUi, getRecordUi_imperative, getRecord_imperative, getRecords, getRecords_imperative, getRelatedListActions, getRelatedListActions_imperative, getRelatedListCount, getRelatedListCount_imperative, getRelatedListInfo, getRelatedListInfoBatch, getRelatedListInfoBatch_imperative, getRelatedListInfo_imperative, getRelatedListPreferences, getRelatedListPreferencesBatch, getRelatedListPreferencesBatch_imperative, getRelatedListPreferences_imperative, getRelatedListRecordActions, getRelatedListRecordActions_imperative, getRelatedListRecords, getRelatedListRecordsBatch, getRelatedListRecordsBatch_imperative, getRelatedListRecords_imperative, getRelatedListsActions, getRelatedListsActions_imperative, getRelatedListsCount, getRelatedListsCount_imperative, getRelatedListsInfo, getRelatedListsInfo_imperative, getResponseCacheKeys as getResponseCacheKeysContentDocumentCompositeRepresentation, getSearchFilterMetadata, getSearchFilterMetadata_imperative, getSearchFilterOptions, getSearchFilterOptions_imperative, getSearchResults, getSearchResults_imperative, getTypeCacheKeys$M as getTypeCacheKeysRecord, ingest as ingestContentDocumentCompositeRepresentation, ingest$A as ingestObjectInfo, ingest$w as ingestQuickActionExecutionRepresentation, ingest$F as ingestRecord, instrument, keyBuilder as keyBuilderContentDocumentCompositeRepresentation, keyBuilderFromType as keyBuilderFromTypeContentDocumentCompositeRepresentation, keyBuilderFromType$w as keyBuilderFromTypeRecordRepresentation, keyBuilder$1C as keyBuilderObjectInfo, keyBuilder$1w as keyBuilderQuickActionExecutionRepresentation, keyBuilder$1N as keyBuilderRecord, notifyRecordUpdateAvailable, performQuickAction, performUpdateRecordQuickAction, refresh, updateLayoutUserState, updateRecord, updateRecordAvatar, updateRelatedListInfo, updateRelatedListPreferences };
|
|
35589
|
-
// version: 1.110.
|
|
35589
|
+
// version: 1.110.2-c54b4a458
|