@famgia/omnify-core 2.0.29 → 2.0.30
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.cjs +5 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -2367,8 +2367,12 @@ var ASSOCIATION_FIELDS = [
|
|
|
2367
2367
|
"onUpdate",
|
|
2368
2368
|
"owning",
|
|
2369
2369
|
"joinTable",
|
|
2370
|
-
"pivotFields"
|
|
2370
|
+
"pivotFields",
|
|
2371
2371
|
// For ManyToMany/MorphToMany: additional fields on pivot table
|
|
2372
|
+
"targetNamespace",
|
|
2373
|
+
// For external package models: namespace of target model
|
|
2374
|
+
"idType"
|
|
2375
|
+
// For external models: target's primary key type (Int/BigInt/Uuid/String)
|
|
2372
2376
|
];
|
|
2373
2377
|
var AssociationType = {
|
|
2374
2378
|
name: "Association",
|