o11y_schema 258.8.0 → 258.9.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/package.json CHANGED
@@ -56,6 +56,7 @@
56
56
  "./sf_umaCoreExperience": "./sf_umaCoreExperience/sf_umaCoreExperience.js",
57
57
  "./sf_support": "./sf_support/sf_support.js",
58
58
  "./sf_automation": "./sf_automation/sf_automation.js",
59
+ "./sf_industriesManufacturing": "./sf_industriesManufacturing/sf_industriesManufacturing.js",
59
60
  "./sf_lwrjs": "./sf_lwrjs/sf_lwrjs.js",
60
61
  "./sf_payments": "./sf_payments/sf_payments.js",
61
62
  "./sf_lookup": "./sf_lookup/sf_lookup.js",
@@ -101,7 +102,7 @@
101
102
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
102
103
  },
103
104
  "type": "module",
104
- "version": "258.8.0",
105
+ "version": "258.9.0",
105
106
  "license": "BSD-3-Clause",
106
107
  "volta": {
107
108
  "node": "18.17.1",
@@ -146,6 +147,7 @@
146
147
  "o11y_schema/sf_ifsTimeSheets",
147
148
  "o11y_schema/sf_incidentManagement",
148
149
  "o11y_schema/sf_industriesConstraint",
150
+ "o11y_schema/sf_industriesManufacturing",
149
151
  "o11y_schema/sf_instrumentation",
150
152
  "o11y_schema/sf_instrumentationTest",
151
153
  "o11y_schema/sf_komaci",
@@ -0,0 +1 @@
1
+ export { mfg_sfs_mobile_app as mfgSfsMobileAppSchema } from './mfg_sfs_mobile_app.js';
@@ -0,0 +1,2 @@
1
+ export const mfg_sfs_mobile_app={namespace:"sf.industriesManufacturing",name:"MfgSfsMobileApp",pbjsSchema:{"nested":{"sf":{"nested":{"industriesManufacturing":{"nested":{"MfgSfsMobileApp":{"oneofs":{"_entityType":{"oneof":["entityType"]},"_pageName":{"oneof":["pageName"]},"_infoMessage":{"oneof":["infoMessage"]}},"fields":{"featureName":{"id":1,"type":"string"},"entityType":{"options":{"proto3_optional":true},"id":2,"type":"string"},"eventName":{"id":4,"type":"string"},"pageName":{"options":{"proto3_optional":true},
2
+ "id":3,"type":"string"},"infoMessage":{"options":{"proto3_optional":true},"id":5,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export { mfg_sfs_mobile_app as mfgSfsMobileAppSchema } from './mfg_sfs_mobile_app.js';
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3
+ <isExposed>true</isExposed>
4
+ <capabilities>
5
+ <capability>lightning__ServerRenderable</capability>
6
+ </capabilities>
7
+ </LightningComponentBundle>
@@ -1 +1 @@
1
- export const version='258.8.0'
1
+ export const version='258.9.0'