@cadenza.io/service 1.9.46 → 1.9.47

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/index.js CHANGED
@@ -1845,7 +1845,7 @@ var GraphMetadataController = class _GraphMetadataController {
1845
1845
  data: __spreadProps(__spreadValues({}, ctx.data), {
1846
1846
  service_name: CadenzaService.serviceRegistry.serviceName,
1847
1847
  service_instance_id: CadenzaService.serviceRegistry.serviceInstanceId,
1848
- context_id: {
1848
+ context_id: typeof context === "string" ? context : {
1849
1849
  subOperation: "insert",
1850
1850
  table: "context",
1851
1851
  data: {
@@ -3228,6 +3228,7 @@ var DatabaseController = class _DatabaseController {
3228
3228
  `Auto-generated ${op} task for ${tableName}`,
3229
3229
  {
3230
3230
  isMeta: options.isMeta,
3231
+ isSubMeta: options.isMeta,
3231
3232
  validateInputContext: false,
3232
3233
  // TODO
3233
3234
  inputSchema: {