@forge/cli-shared 8.11.1-next.3 → 8.11.1-next.4
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
|
@@ -31383,6 +31383,7 @@ export declare type ExternalCue = {
|
|
|
31383
31383
|
export declare type ExternalCustomerOrg = Node & {
|
|
31384
31384
|
__typename?: 'ExternalCustomerOrg';
|
|
31385
31385
|
accountType?: Maybe<Scalars['String']['output']>;
|
|
31386
|
+
address?: Maybe<Scalars['String']['output']>;
|
|
31386
31387
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
31387
31388
|
contacts?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
31388
31389
|
container?: Maybe<ExternalEntity>;
|
|
@@ -31393,8 +31394,10 @@ export declare type ExternalCustomerOrg = Node & {
|
|
|
31393
31394
|
createdBy?: Maybe<ExternalUser>;
|
|
31394
31395
|
customerOrgLastActivity?: Maybe<ExternalCustomerOrgLastActivity>;
|
|
31395
31396
|
customerOrgLifeTimeValue?: Maybe<ExternalCustomerOrgLifeTimeValue>;
|
|
31397
|
+
customerSegment?: Maybe<Scalars['String']['output']>;
|
|
31396
31398
|
description?: Maybe<Scalars['String']['output']>;
|
|
31397
31399
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
31400
|
+
entitlements?: Maybe<Array<Maybe<ExternalCustomerOrgEntitlement>>>;
|
|
31398
31401
|
entityExtendedValues?: Maybe<Array<Maybe<ExternalEntityExtendedValue>>>;
|
|
31399
31402
|
externalId?: Maybe<Scalars['String']['output']>;
|
|
31400
31403
|
id: Scalars['ID']['output'];
|
|
@@ -31406,6 +31409,7 @@ export declare type ExternalCustomerOrg = Node & {
|
|
|
31406
31409
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
31407
31410
|
parent?: Maybe<ExternalEntity>;
|
|
31408
31411
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
31412
|
+
primaryContactUser?: Maybe<ExternalUser>;
|
|
31409
31413
|
provider?: Maybe<ExternalProvider>;
|
|
31410
31414
|
status?: Maybe<Scalars['String']['output']>;
|
|
31411
31415
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
@@ -31438,6 +31442,18 @@ export declare type ExternalCustomerOrgCategory = Node & {
|
|
|
31438
31442
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
31439
31443
|
url?: Maybe<Scalars['String']['output']>;
|
|
31440
31444
|
};
|
|
31445
|
+
export declare type ExternalCustomerOrgEntitlement = {
|
|
31446
|
+
__typename?: 'ExternalCustomerOrgEntitlement';
|
|
31447
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
31448
|
+
edition?: Maybe<Scalars['String']['output']>;
|
|
31449
|
+
endDate?: Maybe<Scalars['String']['output']>;
|
|
31450
|
+
entitlementName?: Maybe<Scalars['String']['output']>;
|
|
31451
|
+
licenseKey?: Maybe<Scalars['String']['output']>;
|
|
31452
|
+
productName?: Maybe<Scalars['String']['output']>;
|
|
31453
|
+
startDate?: Maybe<Scalars['String']['output']>;
|
|
31454
|
+
status?: Maybe<Scalars['String']['output']>;
|
|
31455
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
31456
|
+
};
|
|
31441
31457
|
export declare type ExternalCustomerOrgLastActivity = {
|
|
31442
31458
|
__typename?: 'ExternalCustomerOrgLastActivity';
|
|
31443
31459
|
event?: Maybe<Scalars['String']['output']>;
|