@salesforce/lds-runtime-mobile 1.404.0-dev6 → 1.404.0-dev7
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
CHANGED
|
@@ -27,6 +27,7 @@ import graphqlRelationshipFieldsPerf from '@salesforce/gate/lds.graphqlRelations
|
|
|
27
27
|
import FIRST_DAY_OF_WEEK from '@salesforce/i18n/firstDayOfWeek';
|
|
28
28
|
import graphqQueryFieldLimit from '@salesforce/gate/lmr.graphqQueryFieldLimit';
|
|
29
29
|
import graphqlPartialEmitParity from '@salesforce/gate/lmr.graphqlPartialEmitParity';
|
|
30
|
+
import { pdpEventSchema } from 'o11y_schema/sf_pdp';
|
|
30
31
|
import { instrument as instrument$1 } from '@salesforce/lds-bindings';
|
|
31
32
|
import ldsAdapterO11yLoggingGate from '@salesforce/gate/lmr.ldsAdapterO11yLogging';
|
|
32
33
|
import LOCALE from '@salesforce/i18n/locale';
|
|
@@ -52020,6 +52021,9 @@ function instrumentContentDocumentVersionAdapter(adapter) {
|
|
|
52020
52021
|
const GRAPHQL_LEGACY_ADAPTER_NAME = 'graphQL';
|
|
52021
52022
|
const GRAPHQL_ADAPTER_NAME = 'graphql';
|
|
52022
52023
|
const CREATE_CONTENT_DOCUMENT_AND_VERSION_ADAPTER = 'createContentDocumentAndVersion';
|
|
52024
|
+
const VERTICAL_NAV_FEATURE_ID = 'aJCEE00000018px4AA'; // Product Feature ID for Lightning SDK
|
|
52025
|
+
const NAMESPACE = 'lds';
|
|
52026
|
+
const ldsInstrumentation = getInstrumentation(NAMESPACE);
|
|
52023
52027
|
let reportObservers = [];
|
|
52024
52028
|
function instrumentAdapter(adapter, metadata) {
|
|
52025
52029
|
let instrumentedMobileAdapter = adapter;
|
|
@@ -52043,6 +52047,13 @@ function instrumentAdapter(adapter, metadata) {
|
|
|
52043
52047
|
for (const observer of reportObservers) {
|
|
52044
52048
|
observer(report);
|
|
52045
52049
|
}
|
|
52050
|
+
if (pdpEventSchema) {
|
|
52051
|
+
ldsInstrumentation.log(pdpEventSchema, {
|
|
52052
|
+
event_name: 'lsdkLDSAdapter.invoked',
|
|
52053
|
+
productFeatureId: VERTICAL_NAV_FEATURE_ID,
|
|
52054
|
+
contextName: metadata.name,
|
|
52055
|
+
});
|
|
52056
|
+
}
|
|
52046
52057
|
},
|
|
52047
52058
|
});
|
|
52048
52059
|
}
|
|
@@ -58374,7 +58385,7 @@ function buildServiceDescriptor$b(luvio) {
|
|
|
58374
58385
|
},
|
|
58375
58386
|
};
|
|
58376
58387
|
}
|
|
58377
|
-
// version: 1.404.0-
|
|
58388
|
+
// version: 1.404.0-dev7-7d4ca687f7
|
|
58378
58389
|
|
|
58379
58390
|
/**
|
|
58380
58391
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -58400,7 +58411,7 @@ function buildServiceDescriptor$a(notifyRecordUpdateAvailable, getNormalizedLuvi
|
|
|
58400
58411
|
},
|
|
58401
58412
|
};
|
|
58402
58413
|
}
|
|
58403
|
-
// version: 1.404.0-
|
|
58414
|
+
// version: 1.404.0-dev7-7d4ca687f7
|
|
58404
58415
|
|
|
58405
58416
|
/*!
|
|
58406
58417
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -60988,4 +60999,4 @@ register({
|
|
|
60988
60999
|
});
|
|
60989
61000
|
|
|
60990
61001
|
export { O11Y_NAMESPACE_LDS_MOBILE, getRuntime, ingest$1o as ingestDenormalizedRecordRepresentation, initializeOneStore, registerReportObserver, reportGraphqlQueryParseError };
|
|
60991
|
-
// version: 1.404.0-
|
|
61002
|
+
// version: 1.404.0-dev7-f7cbfedbf0
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const pdpEventSchema: {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-mobile",
|
|
3
|
-
"version": "1.404.0-
|
|
3
|
+
"version": "1.404.0-dev7",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS runtime for mobile/hybrid environments.",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -32,44 +32,44 @@
|
|
|
32
32
|
"release:corejar": "yarn build && ../core-build/scripts/core.js --name=lds-runtime-mobile"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@conduit-client/service-bindings-imperative": "3.7.0-
|
|
36
|
-
"@conduit-client/service-bindings-lwc": "3.7.0-
|
|
37
|
-
"@conduit-client/service-provisioner": "3.7.0-
|
|
38
|
-
"@salesforce/lds-adapters-uiapi": "^1.404.0-
|
|
39
|
-
"@salesforce/lds-bindings": "^1.404.0-
|
|
40
|
-
"@salesforce/lds-instrumentation": "^1.404.0-
|
|
41
|
-
"@salesforce/lds-luvio-service": "^1.404.0-
|
|
42
|
-
"@salesforce/lds-luvio-uiapi-records-service": "^1.404.0-
|
|
35
|
+
"@conduit-client/service-bindings-imperative": "3.7.0-dev2",
|
|
36
|
+
"@conduit-client/service-bindings-lwc": "3.7.0-dev2",
|
|
37
|
+
"@conduit-client/service-provisioner": "3.7.0-dev2",
|
|
38
|
+
"@salesforce/lds-adapters-uiapi": "^1.404.0-dev7",
|
|
39
|
+
"@salesforce/lds-bindings": "^1.404.0-dev7",
|
|
40
|
+
"@salesforce/lds-instrumentation": "^1.404.0-dev7",
|
|
41
|
+
"@salesforce/lds-luvio-service": "^1.404.0-dev7",
|
|
42
|
+
"@salesforce/lds-luvio-uiapi-records-service": "^1.404.0-dev7",
|
|
43
43
|
"@salesforce/user": "0.0.21",
|
|
44
44
|
"o11y": "250.7.0",
|
|
45
45
|
"o11y_schema": "256.126.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@conduit-client/command-aura-network": "3.7.0-
|
|
49
|
-
"@conduit-client/command-aura-normalized-cache-control": "3.7.0-
|
|
50
|
-
"@conduit-client/command-aura-resource-cache-control": "3.7.0-
|
|
51
|
-
"@conduit-client/command-fetch-network": "3.7.0-
|
|
52
|
-
"@conduit-client/command-http-normalized-cache-control": "3.7.0-
|
|
53
|
-
"@conduit-client/command-network": "3.7.0-
|
|
54
|
-
"@conduit-client/service-cache": "3.7.0-
|
|
55
|
-
"@conduit-client/service-cache-control": "3.7.0-
|
|
56
|
-
"@conduit-client/service-cache-inclusion-policy": "3.7.0-
|
|
57
|
-
"@conduit-client/service-fetch-network": "3.7.0-
|
|
58
|
-
"@conduit-client/service-instrument-command": "3.7.0-
|
|
59
|
-
"@conduit-client/service-instrumentation": "3.7.0-
|
|
60
|
-
"@conduit-client/service-pubsub": "3.7.0-
|
|
61
|
-
"@conduit-client/service-store": "3.7.0-
|
|
62
|
-
"@conduit-client/utils": "3.7.0-
|
|
63
|
-
"@salesforce/lds-adapters-graphql": "^1.404.0-
|
|
64
|
-
"@salesforce/lds-drafts": "^1.404.0-
|
|
65
|
-
"@salesforce/lds-durable-records": "^1.404.0-
|
|
66
|
-
"@salesforce/lds-network-adapter": "^1.404.0-
|
|
67
|
-
"@salesforce/lds-network-nimbus": "^1.404.0-
|
|
68
|
-
"@salesforce/lds-store-binary": "^1.404.0-
|
|
69
|
-
"@salesforce/lds-store-nimbus": "^1.404.0-
|
|
70
|
-
"@salesforce/lds-store-sql": "^1.404.0-
|
|
71
|
-
"@salesforce/lds-utils-adapters": "^1.404.0-
|
|
72
|
-
"@salesforce/nimbus-plugin-lds": "^1.404.0-
|
|
48
|
+
"@conduit-client/command-aura-network": "3.7.0-dev2",
|
|
49
|
+
"@conduit-client/command-aura-normalized-cache-control": "3.7.0-dev2",
|
|
50
|
+
"@conduit-client/command-aura-resource-cache-control": "3.7.0-dev2",
|
|
51
|
+
"@conduit-client/command-fetch-network": "3.7.0-dev2",
|
|
52
|
+
"@conduit-client/command-http-normalized-cache-control": "3.7.0-dev2",
|
|
53
|
+
"@conduit-client/command-network": "3.7.0-dev2",
|
|
54
|
+
"@conduit-client/service-cache": "3.7.0-dev2",
|
|
55
|
+
"@conduit-client/service-cache-control": "3.7.0-dev2",
|
|
56
|
+
"@conduit-client/service-cache-inclusion-policy": "3.7.0-dev2",
|
|
57
|
+
"@conduit-client/service-fetch-network": "3.7.0-dev2",
|
|
58
|
+
"@conduit-client/service-instrument-command": "3.7.0-dev2",
|
|
59
|
+
"@conduit-client/service-instrumentation": "3.7.0-dev2",
|
|
60
|
+
"@conduit-client/service-pubsub": "3.7.0-dev2",
|
|
61
|
+
"@conduit-client/service-store": "3.7.0-dev2",
|
|
62
|
+
"@conduit-client/utils": "3.7.0-dev2",
|
|
63
|
+
"@salesforce/lds-adapters-graphql": "^1.404.0-dev7",
|
|
64
|
+
"@salesforce/lds-drafts": "^1.404.0-dev7",
|
|
65
|
+
"@salesforce/lds-durable-records": "^1.404.0-dev7",
|
|
66
|
+
"@salesforce/lds-network-adapter": "^1.404.0-dev7",
|
|
67
|
+
"@salesforce/lds-network-nimbus": "^1.404.0-dev7",
|
|
68
|
+
"@salesforce/lds-store-binary": "^1.404.0-dev7",
|
|
69
|
+
"@salesforce/lds-store-nimbus": "^1.404.0-dev7",
|
|
70
|
+
"@salesforce/lds-store-sql": "^1.404.0-dev7",
|
|
71
|
+
"@salesforce/lds-utils-adapters": "^1.404.0-dev7",
|
|
72
|
+
"@salesforce/nimbus-plugin-lds": "^1.404.0-dev7",
|
|
73
73
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
74
74
|
"wait-for-expect": "^3.0.2"
|
|
75
75
|
},
|
package/sfdc/main.js
CHANGED
|
@@ -27,6 +27,7 @@ import graphqlRelationshipFieldsPerf from '@salesforce/gate/lds.graphqlRelations
|
|
|
27
27
|
import FIRST_DAY_OF_WEEK from '@salesforce/i18n/firstDayOfWeek';
|
|
28
28
|
import graphqQueryFieldLimit from '@salesforce/gate/lmr.graphqQueryFieldLimit';
|
|
29
29
|
import graphqlPartialEmitParity from '@salesforce/gate/lmr.graphqlPartialEmitParity';
|
|
30
|
+
import { pdpEventSchema } from 'o11y_schema/sf_pdp';
|
|
30
31
|
import { instrument as instrument$1 } from 'force/ldsBindings';
|
|
31
32
|
import ldsAdapterO11yLoggingGate from '@salesforce/gate/lmr.ldsAdapterO11yLogging';
|
|
32
33
|
import LOCALE from '@salesforce/i18n/locale';
|
|
@@ -52020,6 +52021,9 @@ function instrumentContentDocumentVersionAdapter(adapter) {
|
|
|
52020
52021
|
const GRAPHQL_LEGACY_ADAPTER_NAME = 'graphQL';
|
|
52021
52022
|
const GRAPHQL_ADAPTER_NAME = 'graphql';
|
|
52022
52023
|
const CREATE_CONTENT_DOCUMENT_AND_VERSION_ADAPTER = 'createContentDocumentAndVersion';
|
|
52024
|
+
const VERTICAL_NAV_FEATURE_ID = 'aJCEE00000018px4AA'; // Product Feature ID for Lightning SDK
|
|
52025
|
+
const NAMESPACE = 'lds';
|
|
52026
|
+
const ldsInstrumentation = getInstrumentation(NAMESPACE);
|
|
52023
52027
|
let reportObservers = [];
|
|
52024
52028
|
function instrumentAdapter(adapter, metadata) {
|
|
52025
52029
|
let instrumentedMobileAdapter = adapter;
|
|
@@ -52043,6 +52047,13 @@ function instrumentAdapter(adapter, metadata) {
|
|
|
52043
52047
|
for (const observer of reportObservers) {
|
|
52044
52048
|
observer(report);
|
|
52045
52049
|
}
|
|
52050
|
+
if (pdpEventSchema) {
|
|
52051
|
+
ldsInstrumentation.log(pdpEventSchema, {
|
|
52052
|
+
event_name: 'lsdkLDSAdapter.invoked',
|
|
52053
|
+
productFeatureId: VERTICAL_NAV_FEATURE_ID,
|
|
52054
|
+
contextName: metadata.name,
|
|
52055
|
+
});
|
|
52056
|
+
}
|
|
52046
52057
|
},
|
|
52047
52058
|
});
|
|
52048
52059
|
}
|
|
@@ -58374,7 +58385,7 @@ function buildServiceDescriptor$b(luvio) {
|
|
|
58374
58385
|
},
|
|
58375
58386
|
};
|
|
58376
58387
|
}
|
|
58377
|
-
// version: 1.404.0-
|
|
58388
|
+
// version: 1.404.0-dev7-7d4ca687f7
|
|
58378
58389
|
|
|
58379
58390
|
/**
|
|
58380
58391
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -58400,7 +58411,7 @@ function buildServiceDescriptor$a(notifyRecordUpdateAvailable, getNormalizedLuvi
|
|
|
58400
58411
|
},
|
|
58401
58412
|
};
|
|
58402
58413
|
}
|
|
58403
|
-
// version: 1.404.0-
|
|
58414
|
+
// version: 1.404.0-dev7-7d4ca687f7
|
|
58404
58415
|
|
|
58405
58416
|
/*!
|
|
58406
58417
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -60988,4 +60999,4 @@ register({
|
|
|
60988
60999
|
});
|
|
60989
61000
|
|
|
60990
61001
|
export { O11Y_NAMESPACE_LDS_MOBILE, getRuntime, ingest$1o as ingestDenormalizedRecordRepresentation, initializeOneStore, registerReportObserver, reportGraphqlQueryParseError };
|
|
60991
|
-
// version: 1.404.0-
|
|
61002
|
+
// version: 1.404.0-dev7-f7cbfedbf0
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const pdpEventSchema: {};
|