|
1 | 1 | { |
2 | 2 | "metadata": { |
3 | 3 | "toolPackage": "@microsoft/api-extractor", |
4 | | - "toolVersion": "7.18.20", |
5 | | - "schemaVersion": 1004, |
| 4 | + "toolVersion": "7.34.4", |
| 5 | + "schemaVersion": 1011, |
6 | 6 | "oldestForwardsCompatibleVersion": 1001, |
7 | 7 | "tsdocConfig": { |
8 | 8 | "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json", |
|
156 | 156 | "@betaDocumentation": true, |
157 | 157 | "@internalRemarks": true, |
158 | 158 | "@preapproved": true |
159 | | - } |
| 159 | + }, |
| 160 | + "reportUnsupportedHtmlElements": false |
160 | 161 | } |
161 | 162 | }, |
162 | 163 | "kind": "Package", |
163 | 164 | "canonicalReference": "@google-cloud/functions-framework!", |
164 | 165 | "docComment": "", |
165 | 166 | "name": "@google-cloud/functions-framework", |
| 167 | + "preserveMemberOrder": false, |
166 | 168 | "members": [ |
167 | 169 | { |
168 | 170 | "kind": "EntryPoint", |
169 | 171 | "canonicalReference": "@google-cloud/functions-framework!", |
170 | 172 | "name": "", |
| 173 | + "preserveMemberOrder": false, |
171 | 174 | "members": [ |
172 | 175 | { |
173 | 176 | "kind": "Variable", |
|
192 | 195 | "text": "<T>) => void" |
193 | 196 | } |
194 | 197 | ], |
| 198 | + "fileUrlPath": "src/function_registry.ts", |
| 199 | + "isReadonly": true, |
195 | 200 | "releaseTag": "Public", |
196 | 201 | "name": "cloudEvent", |
197 | 202 | "variableTypeTokenRange": { |
|
217 | 222 | "text": "> " |
218 | 223 | } |
219 | 224 | ], |
| 225 | + "fileUrlPath": "src/functions.ts", |
220 | 226 | "releaseTag": "Public", |
221 | 227 | "typeParameters": [ |
222 | 228 | { |
|
232 | 238 | } |
233 | 239 | ], |
234 | 240 | "name": "CloudEventFunction", |
| 241 | + "preserveMemberOrder": false, |
235 | 242 | "members": [ |
236 | 243 | { |
237 | 244 | "kind": "CallSignature", |
|
276 | 283 | "parameterTypeTokenRange": { |
277 | 284 | "startIndex": 1, |
278 | 285 | "endIndex": 3 |
279 | | - } |
| 286 | + }, |
| 287 | + "isOptional": false |
280 | 288 | } |
281 | 289 | ] |
282 | 290 | } |
|
301 | 309 | "text": "> " |
302 | 310 | } |
303 | 311 | ], |
| 312 | + "fileUrlPath": "src/functions.ts", |
304 | 313 | "releaseTag": "Public", |
305 | 314 | "typeParameters": [ |
306 | 315 | { |
|
316 | 325 | } |
317 | 326 | ], |
318 | 327 | "name": "CloudEventFunctionWithCallback", |
| 328 | + "preserveMemberOrder": false, |
319 | 329 | "members": [ |
320 | 330 | { |
321 | 331 | "kind": "CallSignature", |
|
369 | 379 | "parameterTypeTokenRange": { |
370 | 380 | "startIndex": 1, |
371 | 381 | "endIndex": 3 |
372 | | - } |
| 382 | + }, |
| 383 | + "isOptional": false |
373 | 384 | }, |
374 | 385 | { |
375 | 386 | "parameterName": "callback", |
376 | 387 | "parameterTypeTokenRange": { |
377 | 388 | "startIndex": 4, |
378 | 389 | "endIndex": 5 |
379 | | - } |
| 390 | + }, |
| 391 | + "isOptional": false |
380 | 392 | } |
381 | 393 | ] |
382 | 394 | } |
|
393 | 405 | "text": "export interface CloudFunctionsContext " |
394 | 406 | } |
395 | 407 | ], |
| 408 | + "fileUrlPath": "src/functions.ts", |
396 | 409 | "releaseTag": "Public", |
397 | 410 | "name": "CloudFunctionsContext", |
| 411 | + "preserveMemberOrder": false, |
398 | 412 | "members": [ |
399 | 413 | { |
400 | 414 | "kind": "PropertySignature", |
|
414 | 428 | "text": ";" |
415 | 429 | } |
416 | 430 | ], |
| 431 | + "isReadonly": false, |
417 | 432 | "isOptional": true, |
418 | 433 | "releaseTag": "Public", |
419 | 434 | "name": "eventId", |
|
440 | 455 | "text": ";" |
441 | 456 | } |
442 | 457 | ], |
| 458 | + "isReadonly": false, |
443 | 459 | "isOptional": true, |
444 | 460 | "releaseTag": "Public", |
445 | 461 | "name": "eventType", |
|
466 | 482 | "text": ";" |
467 | 483 | } |
468 | 484 | ], |
| 485 | + "isReadonly": false, |
469 | 486 | "isOptional": true, |
470 | 487 | "releaseTag": "Public", |
471 | 488 | "name": "resource", |
|
492 | 509 | "text": ";" |
493 | 510 | } |
494 | 511 | ], |
| 512 | + "isReadonly": false, |
495 | 513 | "isOptional": true, |
496 | 514 | "releaseTag": "Public", |
497 | 515 | "name": "timestamp", |
|
535 | 553 | "text": ";" |
536 | 554 | } |
537 | 555 | ], |
| 556 | + "fileUrlPath": "src/functions.ts", |
538 | 557 | "releaseTag": "Public", |
539 | 558 | "name": "Context", |
540 | 559 | "typeTokenRange": { |
|
552 | 571 | "text": "export interface Data " |
553 | 572 | } |
554 | 573 | ], |
| 574 | + "fileUrlPath": "src/functions.ts", |
555 | 575 | "releaseTag": "Public", |
556 | 576 | "name": "Data", |
| 577 | + "preserveMemberOrder": false, |
557 | 578 | "members": [ |
558 | 579 | { |
559 | 580 | "kind": "PropertySignature", |
|
573 | 594 | "text": ";" |
574 | 595 | } |
575 | 596 | ], |
| 597 | + "isReadonly": false, |
576 | 598 | "isOptional": false, |
577 | 599 | "releaseTag": "Public", |
578 | 600 | "name": "data", |
|
594 | 616 | "text": "export interface EventFunction " |
595 | 617 | } |
596 | 618 | ], |
| 619 | + "fileUrlPath": "src/functions.ts", |
597 | 620 | "releaseTag": "Public", |
598 | 621 | "name": "EventFunction", |
| 622 | + "preserveMemberOrder": false, |
599 | 623 | "members": [ |
600 | 624 | { |
601 | 625 | "kind": "CallSignature", |
|
644 | 668 | "parameterTypeTokenRange": { |
645 | 669 | "startIndex": 1, |
646 | 670 | "endIndex": 2 |
647 | | - } |
| 671 | + }, |
| 672 | + "isOptional": false |
648 | 673 | }, |
649 | 674 | { |
650 | 675 | "parameterName": "context", |
651 | 676 | "parameterTypeTokenRange": { |
652 | 677 | "startIndex": 3, |
653 | 678 | "endIndex": 4 |
654 | | - } |
| 679 | + }, |
| 680 | + "isOptional": false |
655 | 681 | } |
656 | 682 | ] |
657 | 683 | } |
|
668 | 694 | "text": "export interface EventFunctionWithCallback " |
669 | 695 | } |
670 | 696 | ], |
| 697 | + "fileUrlPath": "src/functions.ts", |
671 | 698 | "releaseTag": "Public", |
672 | 699 | "name": "EventFunctionWithCallback", |
| 700 | + "preserveMemberOrder": false, |
673 | 701 | "members": [ |
674 | 702 | { |
675 | 703 | "kind": "CallSignature", |
|
727 | 755 | "parameterTypeTokenRange": { |
728 | 756 | "startIndex": 1, |
729 | 757 | "endIndex": 2 |
730 | | - } |
| 758 | + }, |
| 759 | + "isOptional": false |
731 | 760 | }, |
732 | 761 | { |
733 | 762 | "parameterName": "context", |
734 | 763 | "parameterTypeTokenRange": { |
735 | 764 | "startIndex": 3, |
736 | 765 | "endIndex": 4 |
737 | | - } |
| 766 | + }, |
| 767 | + "isOptional": false |
738 | 768 | }, |
739 | 769 | { |
740 | 770 | "parameterName": "callback", |
741 | 771 | "parameterTypeTokenRange": { |
742 | 772 | "startIndex": 5, |
743 | 773 | "endIndex": 6 |
744 | | - } |
| 774 | + }, |
| 775 | + "isOptional": false |
745 | 776 | } |
746 | 777 | ] |
747 | 778 | } |
|
815 | 846 | "text": ";" |
816 | 847 | } |
817 | 848 | ], |
| 849 | + "fileUrlPath": "src/functions.ts", |
818 | 850 | "releaseTag": "Public", |
819 | 851 | "name": "HandlerFunction", |
820 | 852 | "typeParameters": [ |
|
858 | 890 | "text": ") => void" |
859 | 891 | } |
860 | 892 | ], |
| 893 | + "fileUrlPath": "src/function_registry.ts", |
| 894 | + "isReadonly": true, |
861 | 895 | "releaseTag": "Public", |
862 | 896 | "name": "http", |
863 | 897 | "variableTypeTokenRange": { |
|
875 | 909 | "text": "export interface HttpFunction " |
876 | 910 | } |
877 | 911 | ], |
| 912 | + "fileUrlPath": "src/functions.ts", |
878 | 913 | "releaseTag": "Public", |
879 | 914 | "name": "HttpFunction", |
| 915 | + "preserveMemberOrder": false, |
880 | 916 | "members": [ |
881 | 917 | { |
882 | 918 | "kind": "CallSignature", |
|
890 | 926 | { |
891 | 927 | "kind": "Reference", |
892 | 928 | "text": "Request", |
893 | | - "canonicalReference": "@google-cloud/functions-framework!Request:interface" |
| 929 | + "canonicalReference": "@google-cloud/functions-framework!Request_2:interface" |
894 | 930 | }, |
895 | 931 | { |
896 | 932 | "kind": "Content", |
|
899 | 935 | { |
900 | 936 | "kind": "Reference", |
901 | 937 | "text": "Response", |
902 | | - "canonicalReference": "@types/express!~e.Response:interface" |
| 938 | + "canonicalReference": "@types/express!e.Response:interface" |
903 | 939 | }, |
904 | 940 | { |
905 | 941 | "kind": "Content", |
|
926 | 962 | "parameterTypeTokenRange": { |
927 | 963 | "startIndex": 1, |
928 | 964 | "endIndex": 2 |
929 | | - } |
| 965 | + }, |
| 966 | + "isOptional": false |
930 | 967 | }, |
931 | 968 | { |
932 | 969 | "parameterName": "res", |
933 | 970 | "parameterTypeTokenRange": { |
934 | 971 | "startIndex": 3, |
935 | 972 | "endIndex": 4 |
936 | | - } |
| 973 | + }, |
| 974 | + "isOptional": false |
937 | 975 | } |
938 | 976 | ] |
939 | 977 | } |
|
968 | 1006 | "text": ";" |
969 | 1007 | } |
970 | 1008 | ], |
| 1009 | + "fileUrlPath": "src/functions.ts", |
971 | 1010 | "releaseTag": "Public", |
972 | 1011 | "name": "LegacyCloudFunctionsContext", |
973 | 1012 | "typeTokenRange": { |
|
985 | 1024 | "text": "export interface LegacyEvent " |
986 | 1025 | } |
987 | 1026 | ], |
| 1027 | + "fileUrlPath": "src/functions.ts", |
988 | 1028 | "releaseTag": "Public", |
989 | 1029 | "name": "LegacyEvent", |
| 1030 | + "preserveMemberOrder": false, |
990 | 1031 | "members": [ |
991 | 1032 | { |
992 | 1033 | "kind": "PropertySignature", |
|
1007 | 1048 | "text": ";" |
1008 | 1049 | } |
1009 | 1050 | ], |
| 1051 | + "isReadonly": false, |
1010 | 1052 | "isOptional": false, |
1011 | 1053 | "releaseTag": "Public", |
1012 | 1054 | "name": "context", |
|
1033 | 1075 | "text": ";" |
1034 | 1076 | } |
1035 | 1077 | ], |
| 1078 | + "isReadonly": false, |
1036 | 1079 | "isOptional": false, |
1037 | 1080 | "releaseTag": "Public", |
1038 | 1081 | "name": "data", |
|
1056 | 1099 | { |
1057 | 1100 | "kind": "Reference", |
1058 | 1101 | "text": "ExpressRequest", |
1059 | | - "canonicalReference": "@types/express!~e.Request:interface" |
| 1102 | + "canonicalReference": "@types/express!e.Request:interface" |
1060 | 1103 | }, |
1061 | 1104 | { |
1062 | 1105 | "kind": "Content", |
1063 | 1106 | "text": " " |
1064 | 1107 | } |
1065 | 1108 | ], |
| 1109 | + "fileUrlPath": "src/functions.ts", |
1066 | 1110 | "releaseTag": "Public", |
1067 | 1111 | "name": "Request_2", |
| 1112 | + "preserveMemberOrder": false, |
1068 | 1113 | "members": [ |
1069 | 1114 | { |
1070 | 1115 | "kind": "PropertySignature", |
|
1085 | 1130 | "text": ";" |
1086 | 1131 | } |
1087 | 1132 | ], |
| 1133 | + "isReadonly": false, |
1088 | 1134 | "isOptional": true, |
1089 | 1135 | "releaseTag": "Public", |
1090 | 1136 | "name": "rawBody", |
|
1097 | 1143 | "extendsTokenRanges": [ |
1098 | 1144 | { |
1099 | 1145 | "startIndex": 1, |
1100 | | - "endIndex": 3 |
| 1146 | + "endIndex": 2 |
1101 | 1147 | } |
1102 | 1148 | ] |
1103 | 1149 | } |
|
0 commit comments