@forge/cli-shared 5.5.0-next.14 → 5.5.0-next.14-experimental-470bc94

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
@@ -1,5 +1,42 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 5.5.0-next.14-experimental-470bc94
4
+
5
+ ### Minor Changes
6
+
7
+ - ac1a61b: Bundle files on disk instead of memory
8
+ - 60a4b5b: Include i18n resource utility functions to support Forge i18n in the CLI and bundler
9
+ - be67acb: Interpolate string resources in modules
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [10f4545]
14
+ - Updated dependencies [bf34881]
15
+ - Updated dependencies [c341349]
16
+ - Updated dependencies [c113f86]
17
+ - Updated dependencies [c74ca63]
18
+ - Updated dependencies [be67acb]
19
+ - Updated dependencies [c74ca63]
20
+ - Updated dependencies [9a546fd]
21
+ - Updated dependencies [c6377ba]
22
+ - Updated dependencies [d51b7be]
23
+ - Updated dependencies [13fb92c]
24
+ - Updated dependencies [23f6675]
25
+ - Updated dependencies [c81fa57]
26
+ - Updated dependencies [27249cd]
27
+ - Updated dependencies [b0ad6d7]
28
+ - Updated dependencies [ce41b8c]
29
+ - Updated dependencies [7160171]
30
+ - Updated dependencies [b90e809]
31
+ - Updated dependencies [5f82d22]
32
+ - Updated dependencies [f40d3b5]
33
+ - Updated dependencies [26f8528]
34
+ - Updated dependencies [313b8e1]
35
+ - Updated dependencies [bf0fab6]
36
+ - Updated dependencies [fdaaeab]
37
+ - @forge/manifest@7.7.0-next.14-experimental-470bc94
38
+ - @forge/i18n@0.0.1-next.13-experimental-470bc94
39
+
3
40
  ## 5.5.0-next.14
4
41
 
5
42
  ### Patch Changes
@@ -3311,6 +3311,7 @@ export declare type CompassCatalogMutationApi = {
3311
3311
  detachEventSource?: Maybe<DetachEventSourcePayload>;
3312
3312
  insertMetricValue?: Maybe<CompassInsertMetricValuePayload>;
3313
3313
  insertMetricValueByExternalId?: Maybe<CompassInsertMetricValueByExternalIdPayload>;
3314
+ migrateComponentType?: Maybe<MigrateComponentTypePayload>;
3314
3315
  reactivateScorecardForComponent?: Maybe<CompassReactivateScorecardForComponentPayload>;
3315
3316
  removeComponentLabels?: Maybe<RemoveCompassComponentLabelsPayload>;
3316
3317
  removeScorecardFromComponent?: Maybe<RemoveCompassScorecardFromComponentPayload>;
@@ -3502,6 +3503,10 @@ export declare type CompassCatalogMutationApiInsertMetricValueArgs = {
3502
3503
  export declare type CompassCatalogMutationApiInsertMetricValueByExternalIdArgs = {
3503
3504
  input: CompassInsertMetricValueByExternalIdInput;
3504
3505
  };
3506
+ export declare type CompassCatalogMutationApiMigrateComponentTypeArgs = {
3507
+ cloudId: Scalars['ID']['input'];
3508
+ input: MigrateComponentTypeInput;
3509
+ };
3505
3510
  export declare type CompassCatalogMutationApiReactivateScorecardForComponentArgs = {
3506
3511
  componentId: Scalars['ID']['input'];
3507
3512
  scorecardId: Scalars['ID']['input'];
@@ -28282,6 +28287,7 @@ export declare type GraphStoreDateFilterInput = {
28282
28287
  };
28283
28288
  export declare type GraphStoreDeleteComponentImpactedByIncidentInput = {
28284
28289
  relationships: Array<GraphStoreDeleteComponentImpactedByIncidentRelationshipInput>;
28290
+ synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
28285
28291
  };
28286
28292
  export declare type GraphStoreDeleteComponentImpactedByIncidentPayload = Payload & {
28287
28293
  __typename?: 'GraphStoreDeleteComponentImpactedByIncidentPayload';
@@ -28294,6 +28300,7 @@ export declare type GraphStoreDeleteComponentImpactedByIncidentRelationshipInput
28294
28300
  };
28295
28301
  export declare type GraphStoreDeleteFocusAreaHasAtlasGoalInput = {
28296
28302
  relationships: Array<GraphStoreDeleteFocusAreaHasAtlasGoalRelationshipInput>;
28303
+ synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
28297
28304
  };
28298
28305
  export declare type GraphStoreDeleteFocusAreaHasAtlasGoalPayload = Payload & {
28299
28306
  __typename?: 'GraphStoreDeleteFocusAreaHasAtlasGoalPayload';
@@ -28306,6 +28313,7 @@ export declare type GraphStoreDeleteFocusAreaHasAtlasGoalRelationshipInput = {
28306
28313
  };
28307
28314
  export declare type GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkInput = {
28308
28315
  relationships: Array<GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkRelationshipInput>;
28316
+ synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
28309
28317
  };
28310
28318
  export declare type GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkPayload = Payload & {
28311
28319
  __typename?: 'GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkPayload';
@@ -28318,6 +28326,7 @@ export declare type GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkRela
28318
28326
  };
28319
28327
  export declare type GraphStoreDeleteIncidentHasActionItemInput = {
28320
28328
  relationships: Array<GraphStoreDeleteIncidentHasActionItemRelationshipInput>;
28329
+ synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
28321
28330
  };
28322
28331
  export declare type GraphStoreDeleteIncidentHasActionItemPayload = Payload & {
28323
28332
  __typename?: 'GraphStoreDeleteIncidentHasActionItemPayload';
@@ -28330,6 +28339,7 @@ export declare type GraphStoreDeleteIncidentHasActionItemRelationshipInput = {
28330
28339
  };
28331
28340
  export declare type GraphStoreDeleteIncidentLinkedJswIssueInput = {
28332
28341
  relationships: Array<GraphStoreDeleteIncidentLinkedJswIssueRelationshipInput>;
28342
+ synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
28333
28343
  };
28334
28344
  export declare type GraphStoreDeleteIncidentLinkedJswIssuePayload = Payload & {
28335
28345
  __typename?: 'GraphStoreDeleteIncidentLinkedJswIssuePayload';
@@ -28342,6 +28352,7 @@ export declare type GraphStoreDeleteIncidentLinkedJswIssueRelationshipInput = {
28342
28352
  };
28343
28353
  export declare type GraphStoreDeleteIssueToWhiteboardInput = {
28344
28354
  relationships: Array<GraphStoreDeleteIssueToWhiteboardRelationshipInput>;
28355
+ synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
28345
28356
  };
28346
28357
  export declare type GraphStoreDeleteIssueToWhiteboardPayload = Payload & {
28347
28358
  __typename?: 'GraphStoreDeleteIssueToWhiteboardPayload';
@@ -28354,6 +28365,7 @@ export declare type GraphStoreDeleteIssueToWhiteboardRelationshipInput = {
28354
28365
  };
28355
28366
  export declare type GraphStoreDeleteJswProjectAssociatedComponentInput = {
28356
28367
  relationships: Array<GraphStoreDeleteJswProjectAssociatedComponentRelationshipInput>;
28368
+ synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
28357
28369
  };
28358
28370
  export declare type GraphStoreDeleteJswProjectAssociatedComponentPayload = Payload & {
28359
28371
  __typename?: 'GraphStoreDeleteJswProjectAssociatedComponentPayload';
@@ -28366,6 +28378,7 @@ export declare type GraphStoreDeleteJswProjectAssociatedComponentRelationshipInp
28366
28378
  };
28367
28379
  export declare type GraphStoreDeleteProjectAssociatedOpsgenieTeamInput = {
28368
28380
  relationships: Array<GraphStoreDeleteProjectAssociatedOpsgenieTeamRelationshipInput>;
28381
+ synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
28369
28382
  };
28370
28383
  export declare type GraphStoreDeleteProjectAssociatedOpsgenieTeamPayload = Payload & {
28371
28384
  __typename?: 'GraphStoreDeleteProjectAssociatedOpsgenieTeamPayload';
@@ -28378,6 +28391,7 @@ export declare type GraphStoreDeleteProjectAssociatedOpsgenieTeamRelationshipInp
28378
28391
  };
28379
28392
  export declare type GraphStoreDeleteProjectAssociatedToSecurityContainerInput = {
28380
28393
  relationships: Array<GraphStoreDeleteProjectAssociatedToSecurityContainerRelationshipInput>;
28394
+ synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
28381
28395
  };
28382
28396
  export declare type GraphStoreDeleteProjectAssociatedToSecurityContainerPayload = Payload & {
28383
28397
  __typename?: 'GraphStoreDeleteProjectAssociatedToSecurityContainerPayload';
@@ -28390,6 +28404,7 @@ export declare type GraphStoreDeleteProjectAssociatedToSecurityContainerRelation
28390
28404
  };
28391
28405
  export declare type GraphStoreDeleteProjectDisassociatedRepoInput = {
28392
28406
  relationships: Array<GraphStoreDeleteProjectDisassociatedRepoRelationshipInput>;
28407
+ synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
28393
28408
  };
28394
28409
  export declare type GraphStoreDeleteProjectDisassociatedRepoPayload = Payload & {
28395
28410
  __typename?: 'GraphStoreDeleteProjectDisassociatedRepoPayload';
@@ -28402,6 +28417,7 @@ export declare type GraphStoreDeleteProjectDisassociatedRepoRelationshipInput =
28402
28417
  };
28403
28418
  export declare type GraphStoreDeleteProjectDocumentationEntityInput = {
28404
28419
  relationships: Array<GraphStoreDeleteProjectDocumentationEntityRelationshipInput>;
28420
+ synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
28405
28421
  };
28406
28422
  export declare type GraphStoreDeleteProjectDocumentationEntityPayload = Payload & {
28407
28423
  __typename?: 'GraphStoreDeleteProjectDocumentationEntityPayload';
@@ -28414,6 +28430,7 @@ export declare type GraphStoreDeleteProjectDocumentationEntityRelationshipInput
28414
28430
  };
28415
28431
  export declare type GraphStoreDeleteProjectDocumentationPageInput = {
28416
28432
  relationships: Array<GraphStoreDeleteProjectDocumentationPageRelationshipInput>;
28433
+ synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
28417
28434
  };
28418
28435
  export declare type GraphStoreDeleteProjectDocumentationPagePayload = Payload & {
28419
28436
  __typename?: 'GraphStoreDeleteProjectDocumentationPagePayload';
@@ -28426,6 +28443,7 @@ export declare type GraphStoreDeleteProjectDocumentationPageRelationshipInput =
28426
28443
  };
28427
28444
  export declare type GraphStoreDeleteProjectDocumentationSpaceInput = {
28428
28445
  relationships: Array<GraphStoreDeleteProjectDocumentationSpaceRelationshipInput>;
28446
+ synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
28429
28447
  };
28430
28448
  export declare type GraphStoreDeleteProjectDocumentationSpacePayload = Payload & {
28431
28449
  __typename?: 'GraphStoreDeleteProjectDocumentationSpacePayload';
@@ -28438,6 +28456,7 @@ export declare type GraphStoreDeleteProjectDocumentationSpaceRelationshipInput =
28438
28456
  };
28439
28457
  export declare type GraphStoreDeleteProjectHasRelatedWorkWithProjectInput = {
28440
28458
  relationships: Array<GraphStoreDeleteProjectHasRelatedWorkWithProjectRelationshipInput>;
28459
+ synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
28441
28460
  };
28442
28461
  export declare type GraphStoreDeleteProjectHasRelatedWorkWithProjectPayload = Payload & {
28443
28462
  __typename?: 'GraphStoreDeleteProjectHasRelatedWorkWithProjectPayload';
@@ -28450,6 +28469,7 @@ export declare type GraphStoreDeleteProjectHasRelatedWorkWithProjectRelationship
28450
28469
  };
28451
28470
  export declare type GraphStoreDeleteProjectHasSharedVersionWithInput = {
28452
28471
  relationships: Array<GraphStoreDeleteProjectHasSharedVersionWithRelationshipInput>;
28472
+ synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
28453
28473
  };
28454
28474
  export declare type GraphStoreDeleteProjectHasSharedVersionWithPayload = Payload & {
28455
28475
  __typename?: 'GraphStoreDeleteProjectHasSharedVersionWithPayload';
@@ -28462,6 +28482,7 @@ export declare type GraphStoreDeleteProjectHasSharedVersionWithRelationshipInput
28462
28482
  };
28463
28483
  export declare type GraphStoreDeleteProjectHasVersionInput = {
28464
28484
  relationships: Array<GraphStoreDeleteProjectHasVersionRelationshipInput>;
28485
+ synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
28465
28486
  };
28466
28487
  export declare type GraphStoreDeleteProjectHasVersionPayload = Payload & {
28467
28488
  __typename?: 'GraphStoreDeleteProjectHasVersionPayload';
@@ -28474,6 +28495,7 @@ export declare type GraphStoreDeleteProjectHasVersionRelationshipInput = {
28474
28495
  };
28475
28496
  export declare type GraphStoreDeleteSprintRetrospectivePageInput = {
28476
28497
  relationships: Array<GraphStoreDeleteSprintRetrospectivePageRelationshipInput>;
28498
+ synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
28477
28499
  };
28478
28500
  export declare type GraphStoreDeleteSprintRetrospectivePagePayload = Payload & {
28479
28501
  __typename?: 'GraphStoreDeleteSprintRetrospectivePagePayload';
@@ -28486,6 +28508,7 @@ export declare type GraphStoreDeleteSprintRetrospectivePageRelationshipInput = {
28486
28508
  };
28487
28509
  export declare type GraphStoreDeleteSprintRetrospectiveWhiteboardInput = {
28488
28510
  relationships: Array<GraphStoreDeleteSprintRetrospectiveWhiteboardRelationshipInput>;
28511
+ synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
28489
28512
  };
28490
28513
  export declare type GraphStoreDeleteSprintRetrospectiveWhiteboardPayload = Payload & {
28491
28514
  __typename?: 'GraphStoreDeleteSprintRetrospectiveWhiteboardPayload';
@@ -28498,6 +28521,7 @@ export declare type GraphStoreDeleteSprintRetrospectiveWhiteboardRelationshipInp
28498
28521
  };
28499
28522
  export declare type GraphStoreDeleteTestPerfhammerRelationshipInput = {
28500
28523
  relationships: Array<GraphStoreDeleteTestPerfhammerRelationshipRelationshipInput>;
28524
+ synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
28501
28525
  };
28502
28526
  export declare type GraphStoreDeleteTestPerfhammerRelationshipPayload = Payload & {
28503
28527
  __typename?: 'GraphStoreDeleteTestPerfhammerRelationshipPayload';
@@ -28510,6 +28534,7 @@ export declare type GraphStoreDeleteTestPerfhammerRelationshipRelationshipInput
28510
28534
  };
28511
28535
  export declare type GraphStoreDeleteTownsquareTagIsAliasOfTownsquareTagInput = {
28512
28536
  relationships: Array<GraphStoreDeleteTownsquareTagIsAliasOfTownsquareTagRelationshipInput>;
28537
+ synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
28513
28538
  };
28514
28539
  export declare type GraphStoreDeleteTownsquareTagIsAliasOfTownsquareTagPayload = Payload & {
28515
28540
  __typename?: 'GraphStoreDeleteTownsquareTagIsAliasOfTownsquareTagPayload';
@@ -28522,6 +28547,7 @@ export declare type GraphStoreDeleteTownsquareTagIsAliasOfTownsquareTagRelations
28522
28547
  };
28523
28548
  export declare type GraphStoreDeleteVersionUserAssociatedFeatureFlagInput = {
28524
28549
  relationships: Array<GraphStoreDeleteVersionUserAssociatedFeatureFlagRelationshipInput>;
28550
+ synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
28525
28551
  };
28526
28552
  export declare type GraphStoreDeleteVersionUserAssociatedFeatureFlagPayload = Payload & {
28527
28553
  __typename?: 'GraphStoreDeleteVersionUserAssociatedFeatureFlagPayload';
@@ -28534,6 +28560,7 @@ export declare type GraphStoreDeleteVersionUserAssociatedFeatureFlagRelationship
28534
28560
  };
28535
28561
  export declare type GraphStoreDeleteVulnerabilityAssociatedIssueInput = {
28536
28562
  relationships: Array<GraphStoreDeleteVulnerabilityAssociatedIssueRelationshipInput>;
28563
+ synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
28537
28564
  };
28538
28565
  export declare type GraphStoreDeleteVulnerabilityAssociatedIssuePayload = Payload & {
28539
28566
  __typename?: 'GraphStoreDeleteVulnerabilityAssociatedIssuePayload';
@@ -46760,6 +46787,7 @@ export declare type JiraProject = Node & {
46760
46787
  linkedOperationsIncidentsByProject?: Maybe<GraphStoreSimplifiedJswProjectAssociatedIncidentConnection>;
46761
46788
  linkedSecurityContainers?: Maybe<AriGraphRelationshipConnection>;
46762
46789
  linkedSecurityVulnerabilitiesByProject?: Maybe<GraphJiraVulnerabilityConnection>;
46790
+ mostRecentlyViewedBoard?: Maybe<JiraBoardResult>;
46763
46791
  name: Scalars['String']['output'];
46764
46792
  navigationMetadata?: Maybe<JiraProjectNavigationMetadata>;
46765
46793
  opsgenieTeamRelationships?: Maybe<JiraProjectAndOpsgenieTeamRelationshipConnection>;
@@ -48354,7 +48382,7 @@ export declare type JiraQuerySavedFiltersArgs = {
48354
48382
  before?: InputMaybe<Scalars['String']['input']>;
48355
48383
  cloudId: Scalars['ID']['input'];
48356
48384
  first?: InputMaybe<Scalars['Int']['input']>;
48357
- keyword: Scalars['String']['input'];
48385
+ keyword?: InputMaybe<Scalars['String']['input']>;
48358
48386
  last?: InputMaybe<Scalars['Int']['input']>;
48359
48387
  };
48360
48388
  export declare type JiraQueryScreenIdByIssueIdArgs = {
@@ -55155,6 +55183,17 @@ export declare type MarketplaceConsoleProductMetadata = {
55155
55183
  productId: Scalars['ID']['output'];
55156
55184
  vendorId: Scalars['ID']['output'];
55157
55185
  };
55186
+ export declare type MarketplaceConsoleProductTag = {
55187
+ __typename?: 'MarketplaceConsoleProductTag';
55188
+ description?: Maybe<Scalars['String']['output']>;
55189
+ id: Scalars['ID']['output'];
55190
+ name: Scalars['String']['output'];
55191
+ };
55192
+ export declare enum MarketplaceConsoleProductTagType {
55193
+ Category = "CATEGORY",
55194
+ Keywords = "KEYWORDS",
55195
+ Marketing = "MARKETING"
55196
+ }
55158
55197
  export declare type MarketplaceConsoleQueryApi = {
55159
55198
  __typename?: 'MarketplaceConsoleQueryApi';
55160
55199
  appPrivateListings?: Maybe<MarketplaceConsolePrivateListings>;
@@ -55174,6 +55213,7 @@ export declare type MarketplaceConsoleQueryApi = {
55174
55213
  product?: Maybe<MarketplaceConsoleProduct>;
55175
55214
  productListingByAppId?: Maybe<MarketplaceConsoleProductListing>;
55176
55215
  productMetadataByAppId?: Maybe<MarketplaceConsoleProductMetadata>;
55216
+ productTags: Array<MarketplaceConsoleProductTag>;
55177
55217
  };
55178
55218
  export declare type MarketplaceConsoleQueryApiAppPrivateListingsArgs = {
55179
55219
  after?: InputMaybe<Scalars['String']['input']>;
@@ -55223,6 +55263,9 @@ export declare type MarketplaceConsoleQueryApiProductListingByAppIdArgs = {
55223
55263
  export declare type MarketplaceConsoleQueryApiProductMetadataByAppIdArgs = {
55224
55264
  appId: Scalars['ID']['input'];
55225
55265
  };
55266
+ export declare type MarketplaceConsoleQueryApiProductTagsArgs = {
55267
+ tagType: MarketplaceConsoleProductTagType;
55268
+ };
55226
55269
  export declare type MarketplaceConsoleRemoteArtifactLinks = {
55227
55270
  __typename?: 'MarketplaceConsoleRemoteArtifactLinks';
55228
55271
  binary: MarketplaceConsoleLink;
@@ -56988,6 +57031,18 @@ export declare type MercuryWorkspaceContext = {
56988
57031
  aiEnabled: Scalars['Boolean']['output'];
56989
57032
  cloudId: Scalars['String']['output'];
56990
57033
  };
57034
+ export declare type MigrateComponentTypeInput = {
57035
+ destinationTypeId: Scalars['ID']['input'];
57036
+ sourceTypeId: Scalars['ID']['input'];
57037
+ };
57038
+ export declare type MigrateComponentTypePayload = Payload & {
57039
+ __typename?: 'MigrateComponentTypePayload';
57040
+ affectedComponentsCount?: Maybe<Scalars['Int']['output']>;
57041
+ errors?: Maybe<Array<MutationError>>;
57042
+ failedComponentsCount?: Maybe<Scalars['Int']['output']>;
57043
+ hasMore?: Maybe<Scalars['Boolean']['output']>;
57044
+ success: Scalars['Boolean']['output'];
57045
+ };
56991
57046
  export declare type Migration = {
56992
57047
  __typename?: 'Migration';
56993
57048
  estimation?: Maybe<MigrationEstimation>;
@@ -66810,6 +66865,8 @@ export declare type TeamV2MembersArgs = {
66810
66865
  };
66811
66866
  export declare type TenantContext = {
66812
66867
  __typename?: 'TenantContext';
66868
+ activationIdByProduct?: Maybe<TenantContextActivationId>;
66869
+ activationIds?: Maybe<Array<TenantContextActivationId>>;
66813
66870
  cloudId?: Maybe<Scalars['ID']['output']>;
66814
66871
  cloudUrl?: Maybe<Scalars['URL']['output']>;
66815
66872
  customDomains?: Maybe<Array<TenantContextCustomDomain>>;
@@ -66817,9 +66874,17 @@ export declare type TenantContext = {
66817
66874
  hostName?: Maybe<Scalars['String']['output']>;
66818
66875
  orgId?: Maybe<Scalars['ID']['output']>;
66819
66876
  };
66877
+ export declare type TenantContextActivationIdByProductArgs = {
66878
+ product: Scalars['String']['input'];
66879
+ };
66820
66880
  export declare type TenantContextEntitlementInfoArgs = {
66821
66881
  hamsProductKey: Scalars['String']['input'];
66822
66882
  };
66883
+ export declare type TenantContextActivationId = {
66884
+ __typename?: 'TenantContextActivationId';
66885
+ active?: Maybe<Scalars['String']['output']>;
66886
+ product?: Maybe<Scalars['String']['output']>;
66887
+ };
66823
66888
  export declare type TenantContextCustomDomain = {
66824
66889
  __typename?: 'TenantContextCustomDomain';
66825
66890
  hostName?: Maybe<Scalars['String']['output']>;