@forge/cli-shared 3.11.0-next.2 → 3.11.0-next.3

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,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 3.11.0-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6e015d7]
8
+ - @forge/manifest@4.10.0-next.1
9
+
3
10
  ## 3.11.0-next.2
4
11
 
5
12
  ### Patch Changes
@@ -5860,6 +5860,7 @@ export declare type CustomerServiceIndividualUpdateAttributeValuePayload = Paylo
5860
5860
  __typename?: 'CustomerServiceIndividualUpdateAttributeValuePayload';
5861
5861
  success: Scalars['Boolean'];
5862
5862
  errors?: Maybe<Array<MutationError>>;
5863
+ attribute?: Maybe<CustomerServiceAttributeValue>;
5863
5864
  };
5864
5865
  export declare type CustomerServiceMutationApi = {
5865
5866
  __typename?: 'CustomerServiceMutationApi';
@@ -5951,6 +5952,7 @@ export declare type CustomerServiceOrganizationUpdateAttributeValuePayload = Pay
5951
5952
  __typename?: 'CustomerServiceOrganizationUpdateAttributeValuePayload';
5952
5953
  success: Scalars['Boolean'];
5953
5954
  errors?: Maybe<Array<MutationError>>;
5955
+ attribute?: Maybe<CustomerServiceAttributeValue>;
5954
5956
  };
5955
5957
  export declare type CustomerServiceOrganizationUpdateInput = {
5956
5958
  id: Scalars['ID'];
@@ -16740,7 +16742,6 @@ export declare type Mutation = {
16740
16742
  userAuthTokenForExtension?: Maybe<UserAuthTokenForExtensionResponse>;
16741
16743
  createWebTriggerUrl?: Maybe<CreateWebTriggerUrlResponse>;
16742
16744
  deleteWebTriggerUrl?: Maybe<DeleteWebTriggerUrlResponse>;
16743
- createThirdPartyContainer?: Maybe<ThirdPartyCreateContainerPayload>;
16744
16745
  watchMarketplaceApp?: Maybe<WatchMarketplaceAppPayload>;
16745
16746
  unwatchMarketplaceApp?: Maybe<UnwatchMarketplaceAppPayload>;
16746
16747
  compass?: Maybe<CompassCatalogMutationApi>;
@@ -17098,9 +17099,6 @@ export declare type MutationCreateWebTriggerUrlArgs = {
17098
17099
  export declare type MutationDeleteWebTriggerUrlArgs = {
17099
17100
  id: Scalars['ID'];
17100
17101
  };
17101
- export declare type MutationCreateThirdPartyContainerArgs = {
17102
- input: ThirdPartyCreateContainerInput;
17103
- };
17104
17102
  export declare type MutationWatchMarketplaceAppArgs = {
17105
17103
  id: Scalars['ID'];
17106
17104
  };
@@ -22515,19 +22513,6 @@ export declare type TestingActivityItem = Node & {
22515
22513
  __typename?: 'TestingActivityItem';
22516
22514
  id: Scalars['ID'];
22517
22515
  };
22518
- export declare type ThirdPartyCreateContainerInput = {
22519
- cloudId: Scalars['ID'];
22520
- providerId?: Maybe<Scalars['ID']>;
22521
- workspaceId?: Maybe<Scalars['ID']>;
22522
- name: Scalars['String'];
22523
- type?: Maybe<Scalars['String']>;
22524
- };
22525
- export declare type ThirdPartyCreateContainerPayload = Payload & {
22526
- __typename?: 'ThirdPartyCreateContainerPayload';
22527
- success: Scalars['Boolean'];
22528
- errors?: Maybe<Array<MutationError>>;
22529
- createdContainer?: Maybe<ThirdPartyEntity>;
22530
- };
22531
22516
  export declare type ThirdPartyDetails = {
22532
22517
  __typename?: 'ThirdPartyDetails';
22533
22518
  name: Scalars['String'];
@@ -22535,7 +22520,6 @@ export declare type ThirdPartyDetails = {
22535
22520
  purpose: Scalars['String'];
22536
22521
  thirdPartyCountries: Array<Maybe<Scalars['String']>>;
22537
22522
  };
22538
- export declare type ThirdPartyEntity = ThirdPartySecurityWorkspace | ThirdPartySecurityContainer;
22539
22523
  export declare type ThirdPartyInformation = {
22540
22524
  __typename?: 'ThirdPartyInformation';
22541
22525
  isEndUserDataShared: Scalars['Boolean'];