@kinotic-ai/os-api 3.0.0 → 3.1.0
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 +4 -4
package/dist/index.cjs
CHANGED
|
@@ -591,7 +591,7 @@ class KinoticOsCredentialsAuthProvider {
|
|
|
591
591
|
// packages/os-api/src/api/PlatformZones.ts
|
|
592
592
|
var import_core = require("@kinotic-ai/core");
|
|
593
593
|
var import_persistence2 = require("@kinotic-ai/persistence");
|
|
594
|
-
var OS_API_ZONE = "
|
|
594
|
+
var OS_API_ZONE = "os-api";
|
|
595
595
|
var SYSTEM_ZONE = "system";
|
|
596
596
|
var APP_ZONE_PREFIX = "app";
|
|
597
597
|
function appZone(organizationId, applicationId) {
|
package/dist/index.d.cts
CHANGED
|
@@ -1431,7 +1431,7 @@ import { APP_API_ZONE } from "@kinotic-ai/persistence";
|
|
|
1431
1431
|
* The zone for platform services organizations use to manage the system, such as member,
|
|
1432
1432
|
* application, and entity definition management
|
|
1433
1433
|
*/
|
|
1434
|
-
declare const OS_API_ZONE = "
|
|
1434
|
+
declare const OS_API_ZONE = "os-api";
|
|
1435
1435
|
/**
|
|
1436
1436
|
* The zone for services internal to the platform, only reachable by system participants
|
|
1437
1437
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -1431,7 +1431,7 @@ import { APP_API_ZONE } from "@kinotic-ai/persistence";
|
|
|
1431
1431
|
* The zone for platform services organizations use to manage the system, such as member,
|
|
1432
1432
|
* application, and entity definition management
|
|
1433
1433
|
*/
|
|
1434
|
-
declare const OS_API_ZONE = "
|
|
1434
|
+
declare const OS_API_ZONE = "os-api";
|
|
1435
1435
|
/**
|
|
1436
1436
|
* The zone for services internal to the platform, only reachable by system participants
|
|
1437
1437
|
*/
|
package/dist/index.js
CHANGED
|
@@ -475,7 +475,7 @@ class KinoticOsCredentialsAuthProvider {
|
|
|
475
475
|
// packages/os-api/src/api/PlatformZones.ts
|
|
476
476
|
import { validateLabel } from "@kinotic-ai/core";
|
|
477
477
|
import { APP_API_ZONE } from "@kinotic-ai/persistence";
|
|
478
|
-
var OS_API_ZONE = "
|
|
478
|
+
var OS_API_ZONE = "os-api";
|
|
479
479
|
var SYSTEM_ZONE = "system";
|
|
480
480
|
var APP_ZONE_PREFIX = "app";
|
|
481
481
|
function appZone(organizationId, applicationId) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kinotic-ai/os-api",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
"coverage": "bun test --coverage --pass-with-no-tests"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@kinotic-ai/core": ">=3.
|
|
35
|
+
"@kinotic-ai/core": ">=3.1.0"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@kinotic-ai/idl": "1.0.10",
|
|
39
|
-
"@kinotic-ai/persistence": "3.
|
|
39
|
+
"@kinotic-ai/persistence": "3.1.0",
|
|
40
40
|
"rxjs": "^7.8.2"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@kinotic-ai/core": "3.
|
|
43
|
+
"@kinotic-ai/core": "3.1.0",
|
|
44
44
|
"@types/node": "^25.3.2",
|
|
45
45
|
"tslib": "^2.8.1",
|
|
46
46
|
"typescript": "^5.9.3"
|