@epilot/entity-client 6.4.0 → 6.4.1
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 +1 -1
- package/dist/client.d.ts +0 -3
- package/dist/client.js +0 -37
- package/dist/definition.d.ts +0 -3
- package/dist/definition.js +0 -1
- package/dist/index.d.ts +0 -4
- package/dist/index.js +0 -19
- package/dist/openapi-runtime.json +0 -1543
- package/dist/openapi.d.ts +0 -14564
- package/dist/openapi.json +0 -9521
- package/dist/schema-model.d.ts +0 -8
- package/dist/schema-model.js +0 -13
package/dist/schema-model.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export declare enum RelationAffinityMode {
|
|
2
|
-
/**
|
|
3
|
-
* For strong affinity mode on a relation attribute, deleting or creating the parent or the relation linkage will trigger a CASCADE delete or create to the relation entity itself.
|
|
4
|
-
* For weak affinity mode on a relation attribute, deleting or creating the parent or the relation linkage will NOT trigger a CASCADE delete or create to the relation entity itself.
|
|
5
|
-
*/
|
|
6
|
-
WEAK = "weak",
|
|
7
|
-
STRONG = "strong"
|
|
8
|
-
}
|
package/dist/schema-model.js
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RelationAffinityMode = void 0;
|
|
4
|
-
var RelationAffinityMode;
|
|
5
|
-
(function (RelationAffinityMode) {
|
|
6
|
-
/**
|
|
7
|
-
* For strong affinity mode on a relation attribute, deleting or creating the parent or the relation linkage will trigger a CASCADE delete or create to the relation entity itself.
|
|
8
|
-
* For weak affinity mode on a relation attribute, deleting or creating the parent or the relation linkage will NOT trigger a CASCADE delete or create to the relation entity itself.
|
|
9
|
-
*/
|
|
10
|
-
RelationAffinityMode["WEAK"] = "weak";
|
|
11
|
-
RelationAffinityMode["STRONG"] = "strong";
|
|
12
|
-
})(RelationAffinityMode = exports.RelationAffinityMode || (exports.RelationAffinityMode = {}));
|
|
13
|
-
//# sourceMappingURL=schema-model.js.map
|