@kinotic-ai/os-api 1.6.0 → 1.6.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/dist/index.cjs +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -349,7 +349,7 @@ class NamedQueriesDefinition {
|
|
|
349
349
|
projectId;
|
|
350
350
|
entityDefinitionName;
|
|
351
351
|
namedQueries;
|
|
352
|
-
constructor(
|
|
352
|
+
constructor(id, organizationId, applicationId, projectId, entityDefinitionName, namedQueries) {
|
|
353
353
|
this.id = id;
|
|
354
354
|
this.organizationId = organizationId;
|
|
355
355
|
this.applicationId = applicationId;
|
package/dist/index.d.cts
CHANGED
|
@@ -261,7 +261,7 @@ declare class NamedQueriesDefinition implements Identifiable5<string> {
|
|
|
261
261
|
projectId: string;
|
|
262
262
|
entityDefinitionName: string;
|
|
263
263
|
namedQueries: FunctionDefinition[];
|
|
264
|
-
constructor(
|
|
264
|
+
constructor(id: string, organizationId: string, applicationId: string, projectId: string, entityDefinitionName: string, namedQueries: FunctionDefinition[]);
|
|
265
265
|
}
|
|
266
266
|
/**
|
|
267
267
|
* Represents a migration definition that can be sent via the API.
|
package/dist/index.d.ts
CHANGED
|
@@ -261,7 +261,7 @@ declare class NamedQueriesDefinition implements Identifiable5<string> {
|
|
|
261
261
|
projectId: string;
|
|
262
262
|
entityDefinitionName: string;
|
|
263
263
|
namedQueries: FunctionDefinition[];
|
|
264
|
-
constructor(
|
|
264
|
+
constructor(id: string, organizationId: string, applicationId: string, projectId: string, entityDefinitionName: string, namedQueries: FunctionDefinition[]);
|
|
265
265
|
}
|
|
266
266
|
/**
|
|
267
267
|
* Represents a migration definition that can be sent via the API.
|
package/dist/index.js
CHANGED
|
@@ -249,7 +249,7 @@ class NamedQueriesDefinition {
|
|
|
249
249
|
projectId;
|
|
250
250
|
entityDefinitionName;
|
|
251
251
|
namedQueries;
|
|
252
|
-
constructor(
|
|
252
|
+
constructor(id, organizationId, applicationId, projectId, entityDefinitionName, namedQueries) {
|
|
253
253
|
this.id = id;
|
|
254
254
|
this.organizationId = organizationId;
|
|
255
255
|
this.applicationId = applicationId;
|