@osdk/foundry.functions 2.54.0 → 2.55.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/CHANGELOG.md +12 -0
- package/build/browser/_components.d.ts +2 -2
- package/build/esm/_components.d.ts +2 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @osdk/foundry.functions
|
|
2
2
|
|
|
3
|
+
## 2.55.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- fa24a66: Regenerate SDK
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [fa24a66]
|
|
12
|
+
- @osdk/foundry.ontologies@2.55.0
|
|
13
|
+
- @osdk/foundry.core@2.55.0
|
|
14
|
+
|
|
3
15
|
## 2.54.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -298,7 +298,7 @@ export interface RangesConstraint {
|
|
|
298
298
|
maximumValue?: any;
|
|
299
299
|
}
|
|
300
300
|
/**
|
|
301
|
-
* Log Safety:
|
|
301
|
+
* Log Safety: UNSAFE
|
|
302
302
|
*/
|
|
303
303
|
export interface RegexConstraint {
|
|
304
304
|
pattern: string;
|
|
@@ -622,7 +622,7 @@ export type ValueTypeRid = LooselyBrandedString<"ValueTypeRid">;
|
|
|
622
622
|
/**
|
|
623
623
|
* The version of a value type that has been registered in the Ontology.
|
|
624
624
|
*
|
|
625
|
-
* Log Safety:
|
|
625
|
+
* Log Safety: UNSAFE
|
|
626
626
|
*/
|
|
627
627
|
export type ValueTypeVersion = LooselyBrandedString<"ValueTypeVersion">;
|
|
628
628
|
/**
|
|
@@ -298,7 +298,7 @@ export interface RangesConstraint {
|
|
|
298
298
|
maximumValue?: any;
|
|
299
299
|
}
|
|
300
300
|
/**
|
|
301
|
-
* Log Safety:
|
|
301
|
+
* Log Safety: UNSAFE
|
|
302
302
|
*/
|
|
303
303
|
export interface RegexConstraint {
|
|
304
304
|
pattern: string;
|
|
@@ -622,7 +622,7 @@ export type ValueTypeRid = LooselyBrandedString<"ValueTypeRid">;
|
|
|
622
622
|
/**
|
|
623
623
|
* The version of a value type that has been registered in the Ontology.
|
|
624
624
|
*
|
|
625
|
-
* Log Safety:
|
|
625
|
+
* Log Safety: UNSAFE
|
|
626
626
|
*/
|
|
627
627
|
export type ValueTypeVersion = LooselyBrandedString<"ValueTypeVersion">;
|
|
628
628
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/foundry.functions",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.55.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@osdk/shared.client": "^1.0.1",
|
|
23
23
|
"@osdk/shared.client2": "^1.0.0",
|
|
24
|
-
"@osdk/foundry.ontologies": "2.
|
|
25
|
-
"@osdk/
|
|
26
|
-
"@osdk/
|
|
24
|
+
"@osdk/foundry.ontologies": "2.55.0",
|
|
25
|
+
"@osdk/shared.net.platformapi": "~1.6.0",
|
|
26
|
+
"@osdk/foundry.core": "2.55.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"typescript": "^5.5.4",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"sls": {
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"com.palantir.foundry.api:api-gateway": {
|
|
49
|
-
"minVersion": "1.
|
|
49
|
+
"minVersion": "1.1524.0",
|
|
50
50
|
"maxVersion": "1.x.x",
|
|
51
51
|
"optional": false
|
|
52
52
|
}
|