@forge/cli-shared 9.4.0-next.4-experimental-c575574 → 9.4.0-next.6
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 -9
- package/out/graphql/graphql-types.d.ts +76 -25
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +20 -15
- package/out/service/statsig-service.d.ts +7 -0
- package/out/service/statsig-service.d.ts.map +1 -1
- package/out/service/statsig-service.js +26 -0
- package/out/ui/command-line-ui.d.ts +11 -2
- package/out/ui/command-line-ui.d.ts.map +1 -1
- package/out/ui/command-line-ui.js +62 -1
- package/out/ui/hint-rotation.d.ts +5 -0
- package/out/ui/hint-rotation.d.ts.map +1 -0
- package/out/ui/hint-rotation.js +27 -0
- package/out/ui/text.d.ts +8 -1
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +11 -4
- package/out/ui/ui.d.ts +2 -1
- package/out/ui/ui.d.ts.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,16 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 9.4.0-next.
|
|
3
|
+
## 9.4.0-next.6
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
- ff4f2bf: Add `forge site provision` to provision a new demo site or get an existing demo site.
|
|
7
|
+
- d1767a0: New dynamic hint bar added to progress display
|
|
9
8
|
|
|
10
|
-
|
|
9
|
+
## 9.4.0-next.5
|
|
11
10
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
-
|
|
15
|
-
- Updated dependencies [6c1371a]
|
|
16
|
-
- @forge/manifest@13.3.1-next.0-experimental-c575574
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 016ed9d: Upgrading graphql-request dependency
|
|
17
14
|
|
|
18
15
|
## 9.4.0-next.4
|
|
19
16
|
|
|
@@ -14960,29 +14960,6 @@ export type AssetsObjectTypeAttributeValue = {
|
|
|
14960
14960
|
searchValue?: Maybe<Scalars['String']['output']>;
|
|
14961
14961
|
value?: Maybe<AssetsAttributeValue>;
|
|
14962
14962
|
};
|
|
14963
|
-
export type AssetsPeopleAttribute = AssetsObjectTypeAttribute & {
|
|
14964
|
-
__typename?: 'AssetsPeopleAttribute';
|
|
14965
|
-
disabledPermissions?: Maybe<Array<Scalars['String']['output']>>;
|
|
14966
|
-
displayName?: Maybe<Scalars['String']['output']>;
|
|
14967
|
-
id: Scalars['ID']['output'];
|
|
14968
|
-
isEditable?: Maybe<Scalars['Boolean']['output']>;
|
|
14969
|
-
maximumCardinality?: Maybe<Scalars['Int']['output']>;
|
|
14970
|
-
name?: Maybe<Scalars['String']['output']>;
|
|
14971
|
-
objectTypeId?: Maybe<Scalars['ID']['output']>;
|
|
14972
|
-
position?: Maybe<Scalars['Int']['output']>;
|
|
14973
|
-
};
|
|
14974
|
-
export type AssetsPeopleAttributeOnObject = AssetsAttributeOnObject & {
|
|
14975
|
-
__typename?: 'AssetsPeopleAttributeOnObject';
|
|
14976
|
-
attribute?: Maybe<AssetsPeopleAttribute>;
|
|
14977
|
-
displayName?: Maybe<Scalars['String']['output']>;
|
|
14978
|
-
id: Scalars['ID']['output'];
|
|
14979
|
-
identityGroups?: Maybe<Array<AssetsIdentityGroup>>;
|
|
14980
|
-
name: Scalars['String']['output'];
|
|
14981
|
-
objectId?: Maybe<Scalars['ID']['output']>;
|
|
14982
|
-
schemaId?: Maybe<Scalars['ID']['output']>;
|
|
14983
|
-
value?: Maybe<Array<AssetsPeopleAttributeValue>>;
|
|
14984
|
-
};
|
|
14985
|
-
export type AssetsPeopleAttributeValue = AppUser | AtlassianAccountUser | CustomerUser | IdentityGroup | TeamV2;
|
|
14986
14963
|
export type AssetsPrimitiveAttributeValue = {
|
|
14987
14964
|
__typename?: 'AssetsPrimitiveAttributeValue';
|
|
14988
14965
|
value: Scalars['String']['output'];
|
|
@@ -15172,7 +15149,6 @@ export type AssetsTextAttribute = AssetsObjectTypeAttribute & {
|
|
|
15172
15149
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
15173
15150
|
id: Scalars['ID']['output'];
|
|
15174
15151
|
isEditable?: Maybe<Scalars['Boolean']['output']>;
|
|
15175
|
-
isLabel?: Maybe<Scalars['Boolean']['output']>;
|
|
15176
15152
|
maximumCardinality?: Maybe<Scalars['Int']['output']>;
|
|
15177
15153
|
name?: Maybe<Scalars['String']['output']>;
|
|
15178
15154
|
objectTypeId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -23190,7 +23166,7 @@ export declare enum CommerceExpDurationInterval {
|
|
|
23190
23166
|
Month = "MONTH",
|
|
23191
23167
|
Year = "YEAR"
|
|
23192
23168
|
}
|
|
23193
|
-
export type CommerceExpEffectivePaymentMethod = CommerceExpAchPaymentMethod | CommerceExpCardPaymentMethod | CommerceExpDeferredPaymentMethod | CommerceExpPaymentMethodError | CommerceExpPaypalPaymentMethod;
|
|
23169
|
+
export type CommerceExpEffectivePaymentMethod = CommerceExpAchPaymentMethod | CommerceExpCardPaymentMethod | CommerceExpDeferredPaymentMethod | CommerceExpPaymentMethodError | CommerceExpPaypalPaymentMethod | CommerceExpWalletPaymentMethod;
|
|
23194
23170
|
export type CommerceExpEffectiveTime = {
|
|
23195
23171
|
__typename?: 'CommerceExpEffectiveTime';
|
|
23196
23172
|
endsAt?: Maybe<CommerceExpEndsAt>;
|
|
@@ -25411,6 +25387,30 @@ export declare enum CommerceExpVersionChangeEntityEnum {
|
|
|
25411
25387
|
PaymentMethodUpdated = "PAYMENT_METHOD_UPDATED",
|
|
25412
25388
|
ShipToUpdated = "SHIP_TO_UPDATED"
|
|
25413
25389
|
}
|
|
25390
|
+
export type CommerceExpWalletInfo = {
|
|
25391
|
+
__typename?: 'CommerceExpWalletInfo';
|
|
25392
|
+
sourceId?: Maybe<Scalars['String']['output']>;
|
|
25393
|
+
valid?: Maybe<Scalars['Boolean']['output']>;
|
|
25394
|
+
};
|
|
25395
|
+
export type CommerceExpWalletPaymentMethod = CommerceExpPaymentMethod & {
|
|
25396
|
+
__typename?: 'CommerceExpWalletPaymentMethod';
|
|
25397
|
+
ari: Scalars['ID']['output'];
|
|
25398
|
+
currency?: Maybe<Scalars['String']['output']>;
|
|
25399
|
+
default?: Maybe<Scalars['Boolean']['output']>;
|
|
25400
|
+
entitlements?: Maybe<Array<Maybe<CommerceExpCcpEntitlement>>>;
|
|
25401
|
+
id: Scalars['ID']['output'];
|
|
25402
|
+
invoiceGroups?: Maybe<Array<Maybe<CommerceExpCcpInvoiceGroup>>>;
|
|
25403
|
+
paginatedEntitlements?: Maybe<CommerceExpCcpEntitlementConnection>;
|
|
25404
|
+
transactionAccount?: Maybe<CommerceExpCcpTransactionAccount>;
|
|
25405
|
+
type?: Maybe<CommerceExpPaymentMethodType>;
|
|
25406
|
+
wallet?: Maybe<CommerceExpWalletInfo>;
|
|
25407
|
+
};
|
|
25408
|
+
export type CommerceExpWalletPaymentMethodPaginatedEntitlementsArgs = {
|
|
25409
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25410
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
25411
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25412
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
25413
|
+
};
|
|
25414
25414
|
export type CommerceExperienceCapability = {
|
|
25415
25415
|
experienceUrl?: Maybe<Scalars['String']['output']>;
|
|
25416
25416
|
isAvailableToUser?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -49937,6 +49937,11 @@ export type ExternalCall = {
|
|
|
49937
49937
|
outcome?: Maybe<Scalars['String']['output']>;
|
|
49938
49938
|
type?: Maybe<Scalars['String']['output']>;
|
|
49939
49939
|
};
|
|
49940
|
+
export type ExternalCallOutcome = {
|
|
49941
|
+
__typename?: 'ExternalCallOutcome';
|
|
49942
|
+
category?: Maybe<Scalars['String']['output']>;
|
|
49943
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
49944
|
+
};
|
|
49940
49945
|
export type ExternalCampaign = Node & {
|
|
49941
49946
|
__typename?: 'ExternalCampaign';
|
|
49942
49947
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
@@ -51495,6 +51500,24 @@ export type ExternalTrack = {
|
|
|
51495
51500
|
locale?: Maybe<Scalars['String']['output']>;
|
|
51496
51501
|
name?: Maybe<Scalars['String']['output']>;
|
|
51497
51502
|
};
|
|
51503
|
+
export type ExternalTracker = {
|
|
51504
|
+
__typename?: 'ExternalTracker';
|
|
51505
|
+
count?: Maybe<Scalars['Long']['output']>;
|
|
51506
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
51507
|
+
occurrences?: Maybe<Array<Maybe<ExternalTrackerOccurrence>>>;
|
|
51508
|
+
phrases?: Maybe<Array<Maybe<ExternalTrackerPhrase>>>;
|
|
51509
|
+
};
|
|
51510
|
+
export type ExternalTrackerOccurrence = {
|
|
51511
|
+
__typename?: 'ExternalTrackerOccurrence';
|
|
51512
|
+
speaker?: Maybe<ExternalUser>;
|
|
51513
|
+
startTime?: Maybe<Scalars['Long']['output']>;
|
|
51514
|
+
};
|
|
51515
|
+
export type ExternalTrackerPhrase = {
|
|
51516
|
+
__typename?: 'ExternalTrackerPhrase';
|
|
51517
|
+
count?: Maybe<Scalars['Long']['output']>;
|
|
51518
|
+
occurrences?: Maybe<Array<Maybe<ExternalTrackerOccurrence>>>;
|
|
51519
|
+
phrase?: Maybe<Scalars['String']['output']>;
|
|
51520
|
+
};
|
|
51498
51521
|
export type ExternalUser = {
|
|
51499
51522
|
__typename?: 'ExternalUser';
|
|
51500
51523
|
linkedUsers?: Maybe<GraphStoreSimplifiedUserLinkedThirdPartyUserInverseConnection>;
|
|
@@ -51512,6 +51535,7 @@ export type ExternalUserLinkedUsersArgs = {
|
|
|
51512
51535
|
export type ExternalVideo = Node & {
|
|
51513
51536
|
__typename?: 'ExternalVideo';
|
|
51514
51537
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
51538
|
+
callOutcome?: Maybe<ExternalCallOutcome>;
|
|
51515
51539
|
chapters?: Maybe<Array<Maybe<ExternalChapter>>>;
|
|
51516
51540
|
commentCount?: Maybe<Scalars['Long']['output']>;
|
|
51517
51541
|
container?: Maybe<ExternalEntity>;
|
|
@@ -51526,6 +51550,7 @@ export type ExternalVideo = Node & {
|
|
|
51526
51550
|
externalId?: Maybe<Scalars['String']['output']>;
|
|
51527
51551
|
height?: Maybe<Scalars['Long']['output']>;
|
|
51528
51552
|
id: Scalars['ID']['output'];
|
|
51553
|
+
keyPoints?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
51529
51554
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
51530
51555
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
51531
51556
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
@@ -51536,6 +51561,7 @@ export type ExternalVideo = Node & {
|
|
|
51536
51561
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
51537
51562
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
51538
51563
|
thumbnailUrl?: Maybe<Scalars['String']['output']>;
|
|
51564
|
+
trackers?: Maybe<Array<Maybe<ExternalTracker>>>;
|
|
51539
51565
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
51540
51566
|
url?: Maybe<Scalars['String']['output']>;
|
|
51541
51567
|
videoType?: Maybe<Scalars['String']['output']>;
|
|
@@ -160135,6 +160161,11 @@ export type MarketplaceConsoleAppInput = {
|
|
|
160135
160161
|
vendorLinks?: InputMaybe<MarketplaceConsoleAppVendorLinksInput>;
|
|
160136
160162
|
version: MarketplaceConsoleAppVersionCreateRequestInput;
|
|
160137
160163
|
};
|
|
160164
|
+
export type MarketplaceConsoleAppPublishWizardAppSecurityPrefillOptionsResponse = {
|
|
160165
|
+
__typename?: 'MarketplaceConsoleAppPublishWizardAppSecurityPrefillOptionsResponse';
|
|
160166
|
+
eligibleSources: Array<MarketplaceConsoleAppPublishWizardPrefillSourceApp>;
|
|
160167
|
+
selfPriorAppKey?: Maybe<Scalars['String']['output']>;
|
|
160168
|
+
};
|
|
160138
160169
|
export type MarketplaceConsoleAppPublishWizardCheckResult = {
|
|
160139
160170
|
__typename?: 'MarketplaceConsoleAppPublishWizardCheckResult';
|
|
160140
160171
|
checkerName: Scalars['String']['output'];
|
|
@@ -160226,6 +160257,16 @@ export declare enum MarketplaceConsoleAppPublishWizardFillStrategy {
|
|
|
160226
160257
|
Partial = "PARTIAL",
|
|
160227
160258
|
PreFilled = "PRE_FILLED"
|
|
160228
160259
|
}
|
|
160260
|
+
export type MarketplaceConsoleAppPublishWizardPrefillSourceApp = {
|
|
160261
|
+
__typename?: 'MarketplaceConsoleAppPublishWizardPrefillSourceApp';
|
|
160262
|
+
appKey: Scalars['String']['output'];
|
|
160263
|
+
origin: MarketplaceConsoleAppPublishWizardPrefillSourceOrigin;
|
|
160264
|
+
submittedAt?: Maybe<Scalars['String']['output']>;
|
|
160265
|
+
};
|
|
160266
|
+
export declare enum MarketplaceConsoleAppPublishWizardPrefillSourceOrigin {
|
|
160267
|
+
Donut = "DONUT",
|
|
160268
|
+
Hermes = "HERMES"
|
|
160269
|
+
}
|
|
160229
160270
|
export type MarketplaceConsoleAppPublishWizardReadinessResponse = {
|
|
160230
160271
|
__typename?: 'MarketplaceConsoleAppPublishWizardReadinessResponse';
|
|
160231
160272
|
checks: Array<MarketplaceConsoleAppPublishWizardCheckResult>;
|
|
@@ -160324,6 +160365,7 @@ export type MarketplaceConsoleAppPublishWizardWorkflowStatusResponse = {
|
|
|
160324
160365
|
__typename?: 'MarketplaceConsoleAppPublishWizardWorkflowStatusResponse';
|
|
160325
160366
|
aggregateStatus: Scalars['String']['output'];
|
|
160326
160367
|
currentStep?: Maybe<Scalars['String']['output']>;
|
|
160368
|
+
ecoHelpTicketId?: Maybe<Scalars['String']['output']>;
|
|
160327
160369
|
steps: Array<MarketplaceConsoleAppPublishWizardWorkflowStep>;
|
|
160328
160370
|
};
|
|
160329
160371
|
export type MarketplaceConsoleAppPublishWizardWorkflowStep = {
|
|
@@ -160335,6 +160377,7 @@ export type MarketplaceConsoleAppPublishWizardWorkflowStep = {
|
|
|
160335
160377
|
export type MarketplaceConsoleAppPublishWizardWorkflowSubCheck = {
|
|
160336
160378
|
__typename?: 'MarketplaceConsoleAppPublishWizardWorkflowSubCheck';
|
|
160337
160379
|
message?: Maybe<Scalars['String']['output']>;
|
|
160380
|
+
moreDetails: Array<MarketplaceConsoleAppPublishWizardCheckerFieldDetail>;
|
|
160338
160381
|
name: Scalars['String']['output'];
|
|
160339
160382
|
tier: Scalars['String']['output'];
|
|
160340
160383
|
verdict: Scalars['String']['output'];
|
|
@@ -161928,6 +161971,7 @@ export type MarketplaceConsoleProgramInput = {
|
|
|
161928
161971
|
export type MarketplaceConsoleQueryApi = {
|
|
161929
161972
|
__typename?: 'MarketplaceConsoleQueryApi';
|
|
161930
161973
|
appPrivateListings?: Maybe<MarketplaceConsolePrivateListingsTokens>;
|
|
161974
|
+
appPublishWizardAppSecurityPrefillOptions?: Maybe<MarketplaceConsoleAppPublishWizardAppSecurityPrefillOptionsResponse>;
|
|
161931
161975
|
appPublishWizardReadiness?: Maybe<MarketplaceConsoleAppPublishWizardReadinessResponse>;
|
|
161932
161976
|
appPublishWizardSession?: Maybe<MarketplaceConsoleAppPublishWizardSessionResponse>;
|
|
161933
161977
|
appPublishWizardWorkflowStatus?: Maybe<MarketplaceConsoleAppPublishWizardWorkflowStatusResponse>;
|
|
@@ -161967,6 +162011,12 @@ export type MarketplaceConsoleQueryApi = {
|
|
|
161967
162011
|
export type MarketplaceConsoleQueryApiAppPrivateListingsArgs = {
|
|
161968
162012
|
appSoftwareId: Scalars['ID']['input'];
|
|
161969
162013
|
};
|
|
162014
|
+
export type MarketplaceConsoleQueryApiAppPublishWizardAppSecurityPrefillOptionsArgs = {
|
|
162015
|
+
appKey: Scalars['String']['input'];
|
|
162016
|
+
appSoftwareId: Scalars['ID']['input'];
|
|
162017
|
+
buildNumber: Scalars['String']['input'];
|
|
162018
|
+
partnerId: Scalars['String']['input'];
|
|
162019
|
+
};
|
|
161970
162020
|
export type MarketplaceConsoleQueryApiAppPublishWizardReadinessArgs = {
|
|
161971
162021
|
appSoftwareId: Scalars['ID']['input'];
|
|
161972
162022
|
submissionId: Scalars['ID']['input'];
|
|
@@ -162105,6 +162155,7 @@ export type MarketplaceConsoleSourceCodeLicense = {
|
|
|
162105
162155
|
};
|
|
162106
162156
|
export type MarketplaceConsoleStartAppPublishWizardInput = {
|
|
162107
162157
|
appKey: Scalars['String']['input'];
|
|
162158
|
+
appSecuritySourceAppKey?: InputMaybe<Scalars['String']['input']>;
|
|
162108
162159
|
buildNumber: Scalars['String']['input'];
|
|
162109
162160
|
partnerId: Scalars['String']['input'];
|
|
162110
162161
|
};
|