typescript-github-action-template 0.2.27 → 0.2.28
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.
|
@@ -9972,6 +9972,8 @@ export type Mannequin = Actor & Node & UniformResourceLocatable & {
|
|
|
9972
9972
|
id: Scalars['ID']['output'];
|
|
9973
9973
|
/** The username of the actor. */
|
|
9974
9974
|
login: Scalars['String']['output'];
|
|
9975
|
+
/** The display name of the imported mannequin. */
|
|
9976
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
9975
9977
|
/** The HTML path to this resource. */
|
|
9976
9978
|
resourcePath: Scalars['URI']['output'];
|
|
9977
9979
|
/** Identifies the date and time when the object was last updated. */
|
package/package.json
CHANGED