@cadenza.io/service 2.17.8 → 2.17.10
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/browser/index.js +196 -32
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/index.mjs +196 -32
- package/dist/browser/index.mjs.map +1 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +284 -71
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +284 -71
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -23120,6 +23120,7 @@ declare class DatabaseController {
|
|
|
23120
23120
|
private deleteFunction;
|
|
23121
23121
|
private resolveSafetyPolicy;
|
|
23122
23122
|
private buildOnConflictClause;
|
|
23123
|
+
private getFieldDefinitionForKey;
|
|
23123
23124
|
/**
|
|
23124
23125
|
* Validates database schema structure and content.
|
|
23125
23126
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -23120,6 +23120,7 @@ declare class DatabaseController {
|
|
|
23120
23120
|
private deleteFunction;
|
|
23121
23121
|
private resolveSafetyPolicy;
|
|
23122
23122
|
private buildOnConflictClause;
|
|
23123
|
+
private getFieldDefinitionForKey;
|
|
23123
23124
|
/**
|
|
23124
23125
|
* Validates database schema structure and content.
|
|
23125
23126
|
*/
|