File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1515 node-version : ' 16'
1616 - name : Install dependencies
1717 run : npm install
18- - name : Build TypeScript project
19- run : npm run build
18+ - name : Build docs
19+ run : npm run docs
2020 - name : Ensure there are no changes in docs
2121 run : git diff --exit-code docs/
Original file line number Diff line number Diff line change 206206 "excerptTokens" : [
207207 {
208208 "kind" : " Content" ,
209- "text" : " export interface CloudEventFunction "
209+ "text" : " export declare interface CloudEventFunction "
210210 }
211211 ],
212212 "releaseTag" : " Public" ,
265265 "excerptTokens" : [
266266 {
267267 "kind" : " Content" ,
268- "text" : " export interface CloudEventFunctionWithCallback "
268+ "text" : " export declare interface CloudEventFunctionWithCallback "
269269 }
270270 ],
271271 "releaseTag" : " Public" ,
340340 "excerptTokens" : [
341341 {
342342 "kind" : " Content" ,
343- "text" : " export interface CloudFunctionsContext "
343+ "text" : " export declare interface CloudFunctionsContext "
344344 }
345345 ],
346346 "releaseTag" : " Public" ,
495495 "excerptTokens" : [
496496 {
497497 "kind" : " Content" ,
498- "text" : " export interface Data "
498+ "text" : " export declare interface Data "
499499 }
500500 ],
501501 "releaseTag" : " Public" ,
537537 "excerptTokens" : [
538538 {
539539 "kind" : " Content" ,
540- "text" : " export interface EventFunction "
540+ "text" : " export declare interface EventFunction "
541541 }
542542 ],
543543 "releaseTag" : " Public" ,
611611 "excerptTokens" : [
612612 {
613613 "kind" : " Content" ,
614- "text" : " export interface EventFunctionWithCallback "
614+ "text" : " export declare interface EventFunctionWithCallback "
615615 }
616616 ],
617617 "releaseTag" : " Public" ,
793793 "excerptTokens" : [
794794 {
795795 "kind" : " Content" ,
796- "text" : " export interface HttpFunction "
796+ "text" : " export declare interface HttpFunction "
797797 }
798798 ],
799799 "releaseTag" : " Public" ,
810810 },
811811 {
812812 "kind" : " Reference" ,
813- "text" : " Request " ,
814- "canonicalReference" : " @google-cloud/functions-framework!Request :interface"
813+ "text" : " Request_2 " ,
814+ "canonicalReference" : " @google-cloud/functions-framework!~Request_2 :interface"
815815 },
816816 {
817817 "kind" : " Content" ,
818818 "text" : " , res: "
819819 },
820820 {
821821 "kind" : " Reference" ,
822- "text" : " Response " ,
823- "canonicalReference" : " @google-cloud/functions-framework!Response :type"
822+ "text" : " Response_2 " ,
823+ "canonicalReference" : " @google-cloud/functions-framework!~Response_2 :type"
824824 },
825825 {
826826 "kind" : " Content" ,
903903 "excerptTokens" : [
904904 {
905905 "kind" : " Content" ,
906- "text" : " export interface LegacyEvent "
906+ "text" : " export declare interface LegacyEvent "
907907 }
908908 ],
909909 "releaseTag" : " Public" ,
972972 "excerptTokens" : [
973973 {
974974 "kind" : " Content" ,
975- "text" : " export interface Request extends "
975+ "text" : " declare interface Request_2 extends "
976976 },
977977 {
978978 "kind" : " Reference" ,
10291029 "excerptTokens" : [
10301030 {
10311031 "kind" : " Content" ,
1032- "text" : " export declare type Response = "
1032+ "text" : " declare type Response_2 = "
10331033 },
10341034 {
10351035 "kind" : " Reference" ,
You can’t perform that action at this time.
0 commit comments