@flowcore/sdk 1.22.0 → 1.22.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/CHANGELOG.md +8 -0
- package/esm/commands/tenant/tenant.fetch.js +1 -1
- package/esm/contracts/tenant.d.ts +2 -2
- package/esm/contracts/tenant.d.ts.map +1 -1
- package/esm/contracts/tenant.js +1 -1
- package/package.json +1 -1
- package/script/commands/tenant/tenant.fetch.js +1 -1
- package/script/contracts/tenant.d.ts +2 -2
- package/script/contracts/tenant.d.ts.map +1 -1
- package/script/contracts/tenant.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.22.1](https://github.com/flowcore-io/flowcore-sdk/compare/v1.22.0...v1.22.1) (2025-03-27)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **tenant:** :art: make configurationRepoCredentials required in tenant schema ([8fc755d](https://github.com/flowcore-io/flowcore-sdk/commit/8fc755dba5afccac58a034c14fb5881c4868a653))
|
|
9
|
+
* **tenant:** :art: remove unused TOptional type from tenant schema ([d757d09](https://github.com/flowcore-io/flowcore-sdk/commit/d757d09dd8eb211a4730822c04ea374463d0b347))
|
|
10
|
+
|
|
3
11
|
## [1.22.0](https://github.com/flowcore-io/flowcore-sdk/compare/v1.21.3...v1.22.0) (2025-03-27)
|
|
4
12
|
|
|
5
13
|
|
|
@@ -16,7 +16,7 @@ const responseSchema = Type.Object({
|
|
|
16
16
|
configuration: Type.Object({
|
|
17
17
|
domain: Type.String(),
|
|
18
18
|
configurationRepoUrl: Type.String(),
|
|
19
|
-
configurationRepoCredentials: Type.
|
|
19
|
+
configurationRepoCredentials: Type.String(),
|
|
20
20
|
}),
|
|
21
21
|
}),
|
|
22
22
|
]),
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type Static, type TBoolean, type TLiteral, type TNull, type TObject, type
|
|
1
|
+
import { type Static, type TBoolean, type TLiteral, type TNull, type TObject, type TString, type TUnion } from "@sinclair/typebox";
|
|
2
2
|
interface TenantById {
|
|
3
3
|
tenantId: string;
|
|
4
4
|
tenant?: never;
|
|
@@ -29,7 +29,7 @@ export declare const TenantSchema: TObject<{
|
|
|
29
29
|
configuration: TObject<{
|
|
30
30
|
domain: TString;
|
|
31
31
|
configurationRepoUrl: TString;
|
|
32
|
-
configurationRepoCredentials:
|
|
32
|
+
configurationRepoCredentials: TString;
|
|
33
33
|
}>;
|
|
34
34
|
}>
|
|
35
35
|
]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tenant.d.ts","sourceRoot":"","sources":["../../src/contracts/tenant.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EACX,KAAK,QAAQ,EACb,KAAK,QAAQ,EACb,KAAK,KAAK,EACV,KAAK,OAAO,EACZ,KAAK,
|
|
1
|
+
{"version":3,"file":"tenant.d.ts","sourceRoot":"","sources":["../../src/contracts/tenant.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EACX,KAAK,QAAQ,EACb,KAAK,QAAQ,EACb,KAAK,KAAK,EACV,KAAK,OAAO,EACZ,KAAK,OAAO,EACZ,KAAK,MAAM,EAEZ,MAAM,mBAAmB,CAAA;AAE1B,UAAU,UAAU;IAClB,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,CAAC,EAAE,KAAK,CAAA;CACf;AAED,UAAU,YAAY;IACpB,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,KAAK,CAAA;CACjB;AAED,MAAM,MAAM,gBAAgB,GAAG,UAAU,GAAG,YAAY,CAAA;AAExD;;GAEG;AACH,eAAO,MAAM,YAAY,EAAE,OAAO,CAAC;IACjC,EAAE,EAAE,OAAO,CAAA;IACX,IAAI,EAAE,OAAO,CAAA;IACb,WAAW,EAAE,OAAO,CAAA;IACpB,WAAW,EAAE,OAAO,CAAA;IACpB,UAAU,EAAE,OAAO,CAAA;IACnB,WAAW,EAAE,QAAQ,CAAA;IACrB,SAAS,EAAE,MAAM,CAAC;QAChB,KAAK;QACL,OAAO,CAAC;YACN,MAAM,EAAE,MAAM,CAAC;gBACb,QAAQ,CAAC,OAAO,CAAC;gBACjB,QAAQ,CAAC,UAAU,CAAC;gBACpB,QAAQ,CAAC,SAAS,CAAC;aACpB,CAAC,CAAA;YACF,aAAa,EAAE,OAAO,CAAC;gBACrB,MAAM,EAAE,OAAO,CAAA;gBACf,oBAAoB,EAAE,OAAO,CAAA;gBAC7B,4BAA4B,EAAE,OAAO,CAAA;aACtC,CAAC,CAAA;SACH,CAAC;KACH,CAAC,CAAA;CACH,CAsBC,CAAA;AAEF;;GAEG;AACH,MAAM,MAAM,MAAM,GAAG,MAAM,CAAC,OAAO,YAAY,CAAC,CAAA"}
|
package/esm/contracts/tenant.js
CHANGED
|
@@ -20,7 +20,7 @@ export const TenantSchema = Type.Object({
|
|
|
20
20
|
configuration: Type.Object({
|
|
21
21
|
domain: Type.String(),
|
|
22
22
|
configurationRepoUrl: Type.String(),
|
|
23
|
-
configurationRepoCredentials: Type.
|
|
23
|
+
configurationRepoCredentials: Type.String(),
|
|
24
24
|
}),
|
|
25
25
|
}),
|
|
26
26
|
]),
|
package/package.json
CHANGED
|
@@ -19,7 +19,7 @@ const responseSchema = typebox_1.Type.Object({
|
|
|
19
19
|
configuration: typebox_1.Type.Object({
|
|
20
20
|
domain: typebox_1.Type.String(),
|
|
21
21
|
configurationRepoUrl: typebox_1.Type.String(),
|
|
22
|
-
configurationRepoCredentials: typebox_1.Type.
|
|
22
|
+
configurationRepoCredentials: typebox_1.Type.String(),
|
|
23
23
|
}),
|
|
24
24
|
}),
|
|
25
25
|
]),
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type Static, type TBoolean, type TLiteral, type TNull, type TObject, type
|
|
1
|
+
import { type Static, type TBoolean, type TLiteral, type TNull, type TObject, type TString, type TUnion } from "@sinclair/typebox";
|
|
2
2
|
interface TenantById {
|
|
3
3
|
tenantId: string;
|
|
4
4
|
tenant?: never;
|
|
@@ -29,7 +29,7 @@ export declare const TenantSchema: TObject<{
|
|
|
29
29
|
configuration: TObject<{
|
|
30
30
|
domain: TString;
|
|
31
31
|
configurationRepoUrl: TString;
|
|
32
|
-
configurationRepoCredentials:
|
|
32
|
+
configurationRepoCredentials: TString;
|
|
33
33
|
}>;
|
|
34
34
|
}>
|
|
35
35
|
]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tenant.d.ts","sourceRoot":"","sources":["../../src/contracts/tenant.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EACX,KAAK,QAAQ,EACb,KAAK,QAAQ,EACb,KAAK,KAAK,EACV,KAAK,OAAO,EACZ,KAAK,
|
|
1
|
+
{"version":3,"file":"tenant.d.ts","sourceRoot":"","sources":["../../src/contracts/tenant.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EACX,KAAK,QAAQ,EACb,KAAK,QAAQ,EACb,KAAK,KAAK,EACV,KAAK,OAAO,EACZ,KAAK,OAAO,EACZ,KAAK,MAAM,EAEZ,MAAM,mBAAmB,CAAA;AAE1B,UAAU,UAAU;IAClB,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,CAAC,EAAE,KAAK,CAAA;CACf;AAED,UAAU,YAAY;IACpB,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,KAAK,CAAA;CACjB;AAED,MAAM,MAAM,gBAAgB,GAAG,UAAU,GAAG,YAAY,CAAA;AAExD;;GAEG;AACH,eAAO,MAAM,YAAY,EAAE,OAAO,CAAC;IACjC,EAAE,EAAE,OAAO,CAAA;IACX,IAAI,EAAE,OAAO,CAAA;IACb,WAAW,EAAE,OAAO,CAAA;IACpB,WAAW,EAAE,OAAO,CAAA;IACpB,UAAU,EAAE,OAAO,CAAA;IACnB,WAAW,EAAE,QAAQ,CAAA;IACrB,SAAS,EAAE,MAAM,CAAC;QAChB,KAAK;QACL,OAAO,CAAC;YACN,MAAM,EAAE,MAAM,CAAC;gBACb,QAAQ,CAAC,OAAO,CAAC;gBACjB,QAAQ,CAAC,UAAU,CAAC;gBACpB,QAAQ,CAAC,SAAS,CAAC;aACpB,CAAC,CAAA;YACF,aAAa,EAAE,OAAO,CAAC;gBACrB,MAAM,EAAE,OAAO,CAAA;gBACf,oBAAoB,EAAE,OAAO,CAAA;gBAC7B,4BAA4B,EAAE,OAAO,CAAA;aACtC,CAAC,CAAA;SACH,CAAC;KACH,CAAC,CAAA;CACH,CAsBC,CAAA;AAEF;;GAEG;AACH,MAAM,MAAM,MAAM,GAAG,MAAM,CAAC,OAAO,YAAY,CAAC,CAAA"}
|
|
@@ -23,7 +23,7 @@ exports.TenantSchema = typebox_1.Type.Object({
|
|
|
23
23
|
configuration: typebox_1.Type.Object({
|
|
24
24
|
domain: typebox_1.Type.String(),
|
|
25
25
|
configurationRepoUrl: typebox_1.Type.String(),
|
|
26
|
-
configurationRepoCredentials: typebox_1.Type.
|
|
26
|
+
configurationRepoCredentials: typebox_1.Type.String(),
|
|
27
27
|
}),
|
|
28
28
|
}),
|
|
29
29
|
]),
|