This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diagnostics: | |
1. cannot use se (variable of type *StripeEvent) as *WebhookEvent value in return statement: *StripeEvent does not implement *WebhookEvent (type *WebhookEvent is pointer to interface, not interface) [InvalidIfaceAssign] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
evt_1OUaFUAV1CR9sKJKUdDxjN05 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//import { createNextApiHandler } from "@trpc/server/adapters/next"; | |
import { nodeHTTPRequestHandler } from '@trpc/server/adapters/node-http'; | |
import { appRouter, createContext } from '@wildcard/alpha-v2/trpc'; | |
import { LoggingService } from '@wildcard-nde/utils-logging'; | |
import { TRPCError } from '@trpc/server'; | |
import { NextApiHandler, NextApiRequest, NextApiResponse } from 'next'; | |
import Cors from 'cors'; | |
// Initializing the cors middleware | |
// You can read more about the available options here: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GOOGLE_APPLICATION_CREDENTIALS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
qa9hxCG0X1ReNdeZFKAm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config: | |
module.exports = { | |
preset: "ts-jest", | |
testEnvironment: "jsdom", | |
globals: { | |
"ts-jest": { | |
tsconfig: "tsconfig.json", | |
}, | |
}, | |
setupFilesAfterEnv: ["@testing-library/jest-dom/extend-expect"], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(()=>{"use strict";!function(){var t,e,n,a,r,o="true"===window.localStorage.getItem("DEBUG"),c=u("partnerId",function(){var t=new URLSearchParams(window.location.search).get("partner");if(t)return t;return window.location.pathname.split("/").pop()||"unknown-partner"}()),i=u("clientRefId","".concat(c,":").concat(Math.random().toString(36).substring(2,15))),s=["reflection.app.link","reflection.test-app.link","buy.stripe.com","stripe.com"];function u(t,e){return m(t)||m(t,e)}function m(t,e){var n;return e&&(document.cookie="".concat(t,"=").concat(e,";path=/")),null===(n=document.cookie.split("; ").find((function(e){return e.startsWith("".concat(t,"="))})))||void 0===n?void 0:n.split("=")[1]}t=new URLSearchParams(window.location.search).get("utm_campaign"),e=new URLSearchParams(window.location.search).get("utm_content"),n=new URLSearchParams(window.location.search).get("utm_term"),a=new URLSearchParams(window.location.search).get("utm_source"),r=new URLSearchParams(window.location.search).get("utm_medium"),docume |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"logging":{"webpack.Compiler":{"entries":[{"time":1702457659552,"type":"time","args":["make hook",10,369514922],"message":"make hook: 10369.514922 ms"},{"time":1702457659553,"type":"time","args":["finish make hook",0,78326],"message":"finish make hook: 0.078326 ms"},{"time":1702457660231,"type":"time","args":["finish compilation",0,678678984],"message":"finish compilation: 678.678984 ms"},{"time":1702457697952,"type":"time","args":["seal compilation",37,720368420],"message":"seal compilation: 37720.36842 ms"},{"time":1702457697952,"type":"time","args":["afterCompile hook",0,173766],"message":"afterCompile hook: 0.173766 ms"},{"time":1702457697963,"type":"time","args":["emitAssets",0,10499814],"message":"emitAssets: 10.499814 ms"},{"time":1702457697963,"type":"time","args":["emitRecords",0,117607],"message":"emitRecords: 0.117607 ms"}],"filteredEntries":0,"debug":false},"webpack.Compilation.ModuleProfile":{"entries":[{"time":1702457659562,"type":"log","args":[" | 104 ms (parallelism 2.8) resolve to new module |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Component, Input } from '@angular/core'; | |
import { | |
moduleMetadata, | |
Story, | |
Meta, | |
componentWrapperDecorator, | |
} from '@storybook/angular'; | |
import { ActionGridComponent } from './action-grid.component'; | |
@Component({ |
NewerOlder