@uniformdev/assets 19.62.0 → 19.63.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.d.mts +21 -8
- package/dist/index.d.ts +21 -8
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -718,15 +718,8 @@ interface external {
|
|
|
718
718
|
allowedOnComponents?: string[];
|
|
719
719
|
/** @description Resource path, appended to the data source's baseUrl (e.g. baseUrl = https://base.url, path = /v1/endpoint -> final URL https://base.url/v1/endpoint). Must have leading slash. */
|
|
720
720
|
path: string;
|
|
721
|
-
/** @description Time-to-live (in seconds) for the
|
|
721
|
+
/** @description Time-to-live (in seconds) for the resource data cache. */
|
|
722
722
|
ttl?: number;
|
|
723
|
-
/** @description Long term data resource cache configuration. */
|
|
724
|
-
longTermCache?: {
|
|
725
|
-
/** @description A flag to turn the long term cache on. */
|
|
726
|
-
enabled: boolean;
|
|
727
|
-
/** @description Time-to-live (in hours) for the long term resource data cache. */
|
|
728
|
-
ttlInHours?: number;
|
|
729
|
-
};
|
|
730
723
|
/** @description A key for the resource data cache purging. */
|
|
731
724
|
purgeKey?: string;
|
|
732
725
|
/** @description URL to a custom badge icon for the Uniform dashboard for this data type. If not set falls back to the data connector or integration icons. */
|
|
@@ -836,6 +829,26 @@ interface external {
|
|
|
836
829
|
*/
|
|
837
830
|
projectMapId: string;
|
|
838
831
|
};
|
|
832
|
+
/** @description AI Prompt definition. */
|
|
833
|
+
Prompt: {
|
|
834
|
+
/**
|
|
835
|
+
* Format: uuid
|
|
836
|
+
* @description Unique identifier for the prompt
|
|
837
|
+
*/
|
|
838
|
+
id: string;
|
|
839
|
+
/** @description Unique identifier for the integration that this prompt belongs to. */
|
|
840
|
+
integrationType: string;
|
|
841
|
+
/** @description Name for the prompt */
|
|
842
|
+
promptName?: string | null;
|
|
843
|
+
/** @description Text for the prompt */
|
|
844
|
+
promptText?: string | null;
|
|
845
|
+
/** @description Data for the prompt */
|
|
846
|
+
promptData?: string | null;
|
|
847
|
+
/** @description Turn off/on prompt */
|
|
848
|
+
enabled?: boolean | null;
|
|
849
|
+
/** @description Integration default prompt */
|
|
850
|
+
builtIn?: boolean | null;
|
|
851
|
+
};
|
|
839
852
|
};
|
|
840
853
|
};
|
|
841
854
|
operations: {};
|
package/dist/index.d.ts
CHANGED
|
@@ -718,15 +718,8 @@ interface external {
|
|
|
718
718
|
allowedOnComponents?: string[];
|
|
719
719
|
/** @description Resource path, appended to the data source's baseUrl (e.g. baseUrl = https://base.url, path = /v1/endpoint -> final URL https://base.url/v1/endpoint). Must have leading slash. */
|
|
720
720
|
path: string;
|
|
721
|
-
/** @description Time-to-live (in seconds) for the
|
|
721
|
+
/** @description Time-to-live (in seconds) for the resource data cache. */
|
|
722
722
|
ttl?: number;
|
|
723
|
-
/** @description Long term data resource cache configuration. */
|
|
724
|
-
longTermCache?: {
|
|
725
|
-
/** @description A flag to turn the long term cache on. */
|
|
726
|
-
enabled: boolean;
|
|
727
|
-
/** @description Time-to-live (in hours) for the long term resource data cache. */
|
|
728
|
-
ttlInHours?: number;
|
|
729
|
-
};
|
|
730
723
|
/** @description A key for the resource data cache purging. */
|
|
731
724
|
purgeKey?: string;
|
|
732
725
|
/** @description URL to a custom badge icon for the Uniform dashboard for this data type. If not set falls back to the data connector or integration icons. */
|
|
@@ -836,6 +829,26 @@ interface external {
|
|
|
836
829
|
*/
|
|
837
830
|
projectMapId: string;
|
|
838
831
|
};
|
|
832
|
+
/** @description AI Prompt definition. */
|
|
833
|
+
Prompt: {
|
|
834
|
+
/**
|
|
835
|
+
* Format: uuid
|
|
836
|
+
* @description Unique identifier for the prompt
|
|
837
|
+
*/
|
|
838
|
+
id: string;
|
|
839
|
+
/** @description Unique identifier for the integration that this prompt belongs to. */
|
|
840
|
+
integrationType: string;
|
|
841
|
+
/** @description Name for the prompt */
|
|
842
|
+
promptName?: string | null;
|
|
843
|
+
/** @description Text for the prompt */
|
|
844
|
+
promptText?: string | null;
|
|
845
|
+
/** @description Data for the prompt */
|
|
846
|
+
promptData?: string | null;
|
|
847
|
+
/** @description Turn off/on prompt */
|
|
848
|
+
enabled?: boolean | null;
|
|
849
|
+
/** @description Integration default prompt */
|
|
850
|
+
builtIn?: boolean | null;
|
|
851
|
+
};
|
|
839
852
|
};
|
|
840
853
|
};
|
|
841
854
|
operations: {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/assets",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.63.0",
|
|
4
4
|
"description": "Uniform Assets",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@uniformdev/context": "19.
|
|
39
|
+
"@uniformdev/context": "19.63.0"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "2db8896a68c034ae5ab69fcb56a4c8c0077a8776"
|
|
42
42
|
}
|