@forge/cli-shared 6.11.0-next.14 → 6.11.0-next.16
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 +12 -0
- package/out/graphql/app-environment-graphql-client.d.ts +1 -0
- package/out/graphql/app-environment-graphql-client.d.ts.map +1 -1
- package/out/graphql/graphql-types.d.ts +8 -0
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/ui/text.d.ts +13 -4
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +22 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 6.11.0-next.16
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 58c3f72: Minor text improvements
|
|
8
|
+
|
|
9
|
+
## 6.11.0-next.15
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 9e66565: update deploy with build message and fix build tag validation
|
|
14
|
+
|
|
3
15
|
## 6.11.0-next.14
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -11,6 +11,7 @@ export interface AppEnvironmentDetails {
|
|
|
11
11
|
name: string;
|
|
12
12
|
environmentType: AppEnvironmentType;
|
|
13
13
|
environmentKey: string;
|
|
14
|
+
buildTag?: string;
|
|
14
15
|
}
|
|
15
16
|
export interface AppEnvironmentClient {
|
|
16
17
|
getAppEnvironmentId: (appId: string, environmentKey: string) => Promise<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-environment-graphql-client.d.ts","sourceRoot":"","sources":["../../src/graphql/app-environment-graphql-client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE5D,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAErD,qBAAa,eAAgB,SAAQ,SAAS;;CAI7C;AAED,qBAAa,0BAA2B,SAAQ,SAAS;gBAC3C,MAAM,EAAE,MAAM;CAG3B;AAED,MAAM,WAAW,qBAAqB;IACpC,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,kBAAkB,CAAC;IACpC,cAAc,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"app-environment-graphql-client.d.ts","sourceRoot":"","sources":["../../src/graphql/app-environment-graphql-client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE5D,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAErD,qBAAa,eAAgB,SAAQ,SAAS;;CAI7C;AAED,qBAAa,0BAA2B,SAAQ,SAAS;gBAC3C,MAAM,EAAE,MAAM;CAG3B;AAED,MAAM,WAAW,qBAAqB;IACpC,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,kBAAkB,CAAC;IACpC,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,oBAAoB;IACnC,mBAAmB,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,KAAK,OAAO,CAAC,MAAM,CAAC,CAAC;IAChF,wBAAwB,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,KAAK,OAAO,CAAC,qBAAqB,CAAC,CAAC;CACrG;AAED,qBAAa,4BAA6B,YAAW,oBAAoB;IAC3D,OAAO,CAAC,QAAQ,CAAC,aAAa;gBAAb,aAAa,EAAE,aAAa;IAE5C,mBAAmB,CAAC,KAAK,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;IA2B3E,wBAAwB,CAAC,MAAM,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,GAAG,OAAO,CAAC,qBAAqB,CAAC;CAiC9G"}
|
|
@@ -94246,6 +94246,7 @@ export declare type ShepherdQuery = {
|
|
|
94246
94246
|
shepherdAppInfo: ShepherdAppInfo;
|
|
94247
94247
|
subscriptions?: Maybe<ShepherdSubscriptionsResult>;
|
|
94248
94248
|
workspace?: Maybe<ShepherdWorkspaceResult>;
|
|
94249
|
+
workspaceByOrgId?: Maybe<ShepherdWorkspaceByOrgId>;
|
|
94249
94250
|
workspacesByUserContext?: Maybe<ShepherdWorkspaceResult>;
|
|
94250
94251
|
};
|
|
94251
94252
|
export declare type ShepherdQueryShepherdActivityArgs = {
|
|
@@ -94278,6 +94279,9 @@ export declare type ShepherdQueryWorkspaceArgs = {
|
|
|
94278
94279
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
94279
94280
|
orgId?: InputMaybe<Scalars['ID']['input']>;
|
|
94280
94281
|
};
|
|
94282
|
+
export declare type ShepherdQueryWorkspaceByOrgIdArgs = {
|
|
94283
|
+
orgId: Scalars['ID']['input'];
|
|
94284
|
+
};
|
|
94281
94285
|
export declare enum ShepherdQueryErrorType {
|
|
94282
94286
|
BadRequest = "BAD_REQUEST",
|
|
94283
94287
|
InternalServerError = "INTERNAL_SERVER_ERROR",
|
|
@@ -94657,6 +94661,10 @@ export declare type ShepherdWorkspaceDetectionsArgs = {
|
|
|
94657
94661
|
detectionId?: InputMaybe<Scalars['ID']['input']>;
|
|
94658
94662
|
settingId?: InputMaybe<Scalars['ID']['input']>;
|
|
94659
94663
|
};
|
|
94664
|
+
export declare type ShepherdWorkspaceByOrgId = {
|
|
94665
|
+
__typename?: 'ShepherdWorkspaceByOrgId';
|
|
94666
|
+
ari?: Maybe<Scalars['ID']['output']>;
|
|
94667
|
+
};
|
|
94660
94668
|
export declare type ShepherdWorkspaceConnection = {
|
|
94661
94669
|
__typename?: 'ShepherdWorkspaceConnection';
|
|
94662
94670
|
edges?: Maybe<Array<Maybe<ShepherdWorkspaceEdge>>>;
|