From e04cece6247e0f71960f2f456c66dcd0dc844190 Mon Sep 17 00:00:00 2001 From: Will Date: Fri, 1 Jan 2016 22:37:35 -0800 Subject: [PATCH] get_workflowSubscriptionId should return a SP.Guid --- sharepoint/SharePoint.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sharepoint/SharePoint.d.ts b/sharepoint/SharePoint.d.ts index 4e32dade4c..0cb60b5c64 100644 --- a/sharepoint/SharePoint.d.ts +++ b/sharepoint/SharePoint.d.ts @@ -8448,7 +8448,7 @@ declare module SP.WorkflowServices { /** Specifies the custom status set by workflow authors. */ set_userStatus(value: string): string; /** Gets the unique identifier (GUID) of the subscription that instantiates the WorkflowInstance */ - get_workflowSubscriptionId(): string; + get_workflowSubscriptionId(): SP.Guid; /** This method is internal and is not intended to be used in your code. */ initPropertiesFromJson(parentNode: any): void; @@ -11205,4 +11205,4 @@ declare module SP { get_Columns(): SP.JsGrid.ColumnInfo[]; } -} \ No newline at end of file +}