@atlaskit/rovo-agent-selector 3.0.4 → 3.0.5
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 +6 -0
- package/dist/cjs/ui/rovo-agent-selector/__generated__/rovoAgentSelectorInternal_AtlaskitRovoAgentSelectorPaginationQuery.graphql.js +1 -1
- package/dist/cjs/ui/rovo-agent-selector/index.js +1 -1
- package/dist/es2019/ui/rovo-agent-selector/__generated__/rovoAgentSelectorInternal_AtlaskitRovoAgentSelectorPaginationQuery.graphql.js +1 -1
- package/dist/es2019/ui/rovo-agent-selector/index.js +1 -1
- package/dist/esm/ui/rovo-agent-selector/__generated__/rovoAgentSelectorInternal_AtlaskitRovoAgentSelectorPaginationQuery.graphql.js +1 -1
- package/dist/esm/ui/rovo-agent-selector/index.js +1 -1
- package/dist/types/common/utils/generate-mock-agent-edges/index.d.ts +1 -1
- package/dist/types/common/utils/use-suspenseless-refetch/index.d.ts +2 -2
- package/dist/types/ui/rovo-agent-selector/__generated__/rovoAgentSelectorInternal_AtlaskitRovoAgentSelectorPaginationQuery.graphql.d.ts +3 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<dd31ee89105da0e26204d969cfc805eb>>
|
|
9
9
|
* @relayHash 10df1400fe5f08dbb71223dbeb55d5d0
|
|
10
10
|
* @lightSyntaxTransform
|
|
11
11
|
* @nogrep
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* index.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* index.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import _rovoAgentSelector_AtlaskitRovoAgentSelector from "./__generated__/rovoAgentSelector_AtlaskitRovoAgentSelector.graphql";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* index.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* index.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
4
4
|
import * as React from 'react';
|
|
@@ -20,7 +20,7 @@ export type SuspenselessRefetchFunction<TVariables extends Variables> = (variabl
|
|
|
20
20
|
*
|
|
21
21
|
* See unit test.js for an example usage in a Relay context.
|
|
22
22
|
*/
|
|
23
|
-
export declare const useSuspenselessRefetchStateless: <TQuery extends OperationType, TKey extends KeyType | null>(query: GraphQLTaggedNode, refetch: RefetchFnDynamic<TQuery, TKey>, { setIsLoading, setLastFetchError, fetchPolicy, networkCacheConfig, }?: SuspenselessRefetchHookStatelessOptions) => SuspenselessRefetchFunction<TQuery[
|
|
23
|
+
export declare const useSuspenselessRefetchStateless: <TQuery extends OperationType, TKey extends KeyType | null>(query: GraphQLTaggedNode, refetch: RefetchFnDynamic<TQuery, TKey>, { setIsLoading, setLastFetchError, fetchPolicy, networkCacheConfig, }?: SuspenselessRefetchHookStatelessOptions) => SuspenselessRefetchFunction<TQuery['variables']>;
|
|
24
24
|
type SuspenselessRefetchHookOptions = {
|
|
25
25
|
fetchPolicy?: FetchQueryFetchPolicy;
|
|
26
26
|
networkCacheConfig?: CacheConfig;
|
|
@@ -41,5 +41,5 @@ export type SuspenselessRefetchHookReturn<TVariables extends Variables> = [
|
|
|
41
41
|
*
|
|
42
42
|
* @returns a tuple (array) containing: the new refetch function, and the aformentioned component state `isLoading` and `lastFetchError`
|
|
43
43
|
*/
|
|
44
|
-
export declare const useSuspenselessRefetch: <TQuery extends OperationType, TKey extends KeyType | null>(query: GraphQLTaggedNode, refetch: RefetchFnDynamic<TQuery, TKey>, options?: SuspenselessRefetchHookOptions) => SuspenselessRefetchHookReturn<TQuery[
|
|
44
|
+
export declare const useSuspenselessRefetch: <TQuery extends OperationType, TKey extends KeyType | null>(query: GraphQLTaggedNode, refetch: RefetchFnDynamic<TQuery, TKey>, options?: SuspenselessRefetchHookOptions) => SuspenselessRefetchHookReturn<TQuery['variables']>;
|
|
45
45
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<dd31ee89105da0e26204d969cfc805eb>>
|
|
3
3
|
* @relayHash 10df1400fe5f08dbb71223dbeb55d5d0
|
|
4
4
|
* @lightSyntaxTransform
|
|
5
5
|
* @nogrep
|
|
@@ -9,11 +9,13 @@ import type { ConcreteRequest } from 'relay-runtime';
|
|
|
9
9
|
import type { FragmentRefs } from "relay-runtime";
|
|
10
10
|
export type AgentStudioAgentQueryInput = {
|
|
11
11
|
includeDraftAgents?: boolean | null;
|
|
12
|
+
includeJiraCodingAgent?: boolean | null;
|
|
12
13
|
name?: string | null;
|
|
13
14
|
onlyEditableAgents?: boolean | null;
|
|
14
15
|
onlyFavouriteAgents?: boolean | null;
|
|
15
16
|
onlyMyAgents?: boolean | null;
|
|
16
17
|
onlyPublishedEditableAgents?: boolean | null;
|
|
18
|
+
onlyPublishedEditableAgentsWithForge?: boolean | null;
|
|
17
19
|
onlyTemplateAgents?: boolean | null;
|
|
18
20
|
onlyUnpublishedAgents?: boolean | null;
|
|
19
21
|
onlyVerifiedAgents?: boolean | null;
|
package/package.json
CHANGED
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
"atlaskit:src": "src/index.ts",
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@atlaskit/css": "^1.0.0",
|
|
20
|
-
"@atlaskit/form": "^
|
|
21
|
-
"@atlaskit/platform-feature-flags": "^2.
|
|
22
|
-
"@atlaskit/primitives": "^22.
|
|
23
|
-
"@atlaskit/rovo-agent-components": "^8.
|
|
24
|
-
"@atlaskit/select": "^22.
|
|
20
|
+
"@atlaskit/form": "^17.0.0",
|
|
21
|
+
"@atlaskit/platform-feature-flags": "^2.1.0",
|
|
22
|
+
"@atlaskit/primitives": "^22.2.0",
|
|
23
|
+
"@atlaskit/rovo-agent-components": "^8.3.0",
|
|
24
|
+
"@atlaskit/select": "^22.6.0",
|
|
25
25
|
"@babel/runtime": "^7.0.0",
|
|
26
|
-
"@compiled/react": "^0.
|
|
26
|
+
"@compiled/react": "^1.0.0",
|
|
27
27
|
"react-relay": "^20.1.1",
|
|
28
28
|
"relay-runtime": "^20.1.1"
|
|
29
29
|
},
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
84
|
"name": "@atlaskit/rovo-agent-selector",
|
|
85
|
-
"version": "3.0.
|
|
85
|
+
"version": "3.0.5",
|
|
86
86
|
"description": "rovo agent selector",
|
|
87
87
|
"author": "Atlassian Pty Ltd",
|
|
88
88
|
"license": "Apache-2.0",
|