@forge/cli-shared 8.17.0 → 8.17.1-next.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
CHANGED
|
@@ -1402,22 +1402,31 @@ export declare type AvpPermissionsUserAccess = {
|
|
|
1402
1402
|
user?: Maybe<User>;
|
|
1403
1403
|
};
|
|
1404
1404
|
export declare type AvpPlatformDimension = {
|
|
1405
|
-
__typename?: 'AVPPlatformDimension';
|
|
1406
1405
|
datasourceLocator: AvpDatasourceLocator;
|
|
1407
1406
|
name: Scalars['String']['output'];
|
|
1408
1407
|
product: Scalars['String']['output'];
|
|
1409
|
-
semanticModel: Scalars['String']['output'];
|
|
1410
1408
|
};
|
|
1411
1409
|
export declare type AvpPlatformDimensionInput = {
|
|
1410
|
+
dynamic?: InputMaybe<AvpPlatformDynamicDimensionInput>;
|
|
1411
|
+
semantic?: InputMaybe<AvpPlatformSemanticDimensionInput>;
|
|
1412
|
+
};
|
|
1413
|
+
export declare type AvpPlatformDynamicDimension = AvpPlatformDimension & {
|
|
1414
|
+
__typename?: 'AVPPlatformDynamicDimension';
|
|
1415
|
+
datasourceLocator: AvpDatasourceLocator;
|
|
1416
|
+
dynamicDimensionKey: Scalars['String']['output'];
|
|
1417
|
+
name: Scalars['String']['output'];
|
|
1418
|
+
product: Scalars['String']['output'];
|
|
1419
|
+
};
|
|
1420
|
+
export declare type AvpPlatformDynamicDimensionInput = {
|
|
1412
1421
|
datasourceLocator: AvpDatasourceLocatorInput;
|
|
1422
|
+
dynamicDimensionKey: Scalars['String']['input'];
|
|
1413
1423
|
name: Scalars['String']['input'];
|
|
1414
1424
|
product: Scalars['String']['input'];
|
|
1415
|
-
semanticModel: Scalars['String']['input'];
|
|
1416
1425
|
};
|
|
1417
1426
|
export declare type AvpPlatformFilter = {
|
|
1418
1427
|
__typename?: 'AVPPlatformFilter';
|
|
1419
1428
|
comparison: Scalars['String']['output'];
|
|
1420
|
-
defaultValues: Array<Scalars['String']['output']
|
|
1429
|
+
defaultValues: Array<Maybe<Scalars['String']['output']>>;
|
|
1421
1430
|
dimensions: Array<AvpPlatformDimension>;
|
|
1422
1431
|
id: Scalars['ID']['output'];
|
|
1423
1432
|
isHidden?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -1426,7 +1435,7 @@ export declare type AvpPlatformFilter = {
|
|
|
1426
1435
|
};
|
|
1427
1436
|
export declare type AvpPlatformFilterInput = {
|
|
1428
1437
|
comparison: Scalars['String']['input'];
|
|
1429
|
-
defaultValues: Array<Scalars['String']['input']
|
|
1438
|
+
defaultValues: Array<InputMaybe<Scalars['String']['input']>>;
|
|
1430
1439
|
dimensions: Array<AvpPlatformDimensionInput>;
|
|
1431
1440
|
isHidden?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1432
1441
|
label?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1434,12 +1443,25 @@ export declare type AvpPlatformFilterInput = {
|
|
|
1434
1443
|
};
|
|
1435
1444
|
export declare type AvpPlatformFilterUpdateInput = {
|
|
1436
1445
|
comparison?: InputMaybe<Scalars['String']['input']>;
|
|
1437
|
-
defaultValues?: InputMaybe<Array<Scalars['String']['input']
|
|
1446
|
+
defaultValues?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
1438
1447
|
dimensions?: InputMaybe<Array<AvpPlatformDimensionInput>>;
|
|
1439
1448
|
isHidden?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1440
1449
|
label?: InputMaybe<Scalars['String']['input']>;
|
|
1441
1450
|
metadata?: InputMaybe<Scalars['String']['input']>;
|
|
1442
1451
|
};
|
|
1452
|
+
export declare type AvpPlatformSemanticDimension = AvpPlatformDimension & {
|
|
1453
|
+
__typename?: 'AVPPlatformSemanticDimension';
|
|
1454
|
+
datasourceLocator: AvpDatasourceLocator;
|
|
1455
|
+
name: Scalars['String']['output'];
|
|
1456
|
+
product: Scalars['String']['output'];
|
|
1457
|
+
semanticModel: Scalars['String']['output'];
|
|
1458
|
+
};
|
|
1459
|
+
export declare type AvpPlatformSemanticDimensionInput = {
|
|
1460
|
+
datasourceLocator: AvpDatasourceLocatorInput;
|
|
1461
|
+
name: Scalars['String']['input'];
|
|
1462
|
+
product: Scalars['String']['input'];
|
|
1463
|
+
semanticModel: Scalars['String']['input'];
|
|
1464
|
+
};
|
|
1443
1465
|
export declare type AvpProductWorkspaceMapEntry = {
|
|
1444
1466
|
product: Scalars['String']['input'];
|
|
1445
1467
|
workspaceId: Scalars['ID']['input'];
|
|
@@ -4515,6 +4537,8 @@ export declare type AgentStudioKnowledgeSource = {
|
|
|
4515
4537
|
cloudId?: Maybe<Scalars['String']['output']>;
|
|
4516
4538
|
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
4517
4539
|
filters?: Maybe<AgentStudioKnowledgeFilter>;
|
|
4540
|
+
isValid?: Maybe<Scalars['Boolean']['output']>;
|
|
4541
|
+
resourceType?: Maybe<Scalars['String']['output']>;
|
|
4518
4542
|
source: Scalars['String']['output'];
|
|
4519
4543
|
};
|
|
4520
4544
|
export declare type AgentStudioKnowledgeSourceInput = {
|