@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 CHANGED
@@ -349,7 +349,7 @@ class NamedQueriesDefinition {
349
349
  projectId;
350
350
  entityDefinitionName;
351
351
  namedQueries;
352
- constructor(organizationId, id, applicationId, projectId, entityDefinitionName, namedQueries) {
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(organizationId: string, id: string, applicationId: string, projectId: string, entityDefinitionName: string, namedQueries: FunctionDefinition[]);
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(organizationId: string, id: string, applicationId: string, projectId: string, entityDefinitionName: string, namedQueries: FunctionDefinition[]);
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(organizationId, id, applicationId, projectId, entityDefinitionName, namedQueries) {
252
+ constructor(id, organizationId, applicationId, projectId, entityDefinitionName, namedQueries) {
253
253
  this.id = id;
254
254
  this.organizationId = organizationId;
255
255
  this.applicationId = applicationId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kinotic-ai/os-api",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"