Skip to content

Commit

Permalink
chore: fix check code
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleSamtoshi committed Apr 17, 2024
1 parent 5811a80 commit edfe04b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions app/graphql/generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,7 @@ export type LnInvoiceCreateInput = {
readonly amount: Scalars['SatAmount']['input'];
/** Optional invoice expiration time in minutes. */
readonly expiresIn?: InputMaybe<Scalars['Minutes']['input']>;
readonly externalId?: InputMaybe<Scalars['TxExternalId']['input']>;
/** Optional memo for the lightning invoice. */
readonly memo?: InputMaybe<Scalars['Memo']['input']>;
/** Wallet ID for a BTC wallet belonging to the current account. */
Expand All @@ -715,6 +716,7 @@ export type LnInvoiceCreateOnBehalfOfRecipientInput = {
readonly descriptionHash?: InputMaybe<Scalars['Hex32Bytes']['input']>;
/** Optional invoice expiration time in minutes. */
readonly expiresIn?: InputMaybe<Scalars['Minutes']['input']>;
readonly externalId?: InputMaybe<Scalars['TxExternalId']['input']>;
/** Optional memo for the lightning invoice. */
readonly memo?: InputMaybe<Scalars['Memo']['input']>;
/** Wallet ID for a BTC wallet which belongs to any account. */
Expand Down Expand Up @@ -781,6 +783,7 @@ export type LnNoAmountInvoice = Invoice & {
export type LnNoAmountInvoiceCreateInput = {
/** Optional invoice expiration time in minutes. */
readonly expiresIn?: InputMaybe<Scalars['Minutes']['input']>;
readonly externalId?: InputMaybe<Scalars['TxExternalId']['input']>;
/** Optional memo for the lightning invoice. */
readonly memo?: InputMaybe<Scalars['Memo']['input']>;
/** ID for either a USD or BTC wallet belonging to the account of the current user. */
Expand All @@ -790,6 +793,7 @@ export type LnNoAmountInvoiceCreateInput = {
export type LnNoAmountInvoiceCreateOnBehalfOfRecipientInput = {
/** Optional invoice expiration time in minutes. */
readonly expiresIn?: InputMaybe<Scalars['Minutes']['input']>;
readonly externalId?: InputMaybe<Scalars['TxExternalId']['input']>;
/** Optional memo for the lightning invoice. */
readonly memo?: InputMaybe<Scalars['Memo']['input']>;
/** ID for either a USD or BTC wallet which belongs to the account of any user. */
Expand Down Expand Up @@ -852,6 +856,7 @@ export type LnUsdInvoiceBtcDenominatedCreateOnBehalfOfRecipientInput = {
readonly descriptionHash?: InputMaybe<Scalars['Hex32Bytes']['input']>;
/** Optional invoice expiration time in minutes. */
readonly expiresIn?: InputMaybe<Scalars['Minutes']['input']>;
readonly externalId?: InputMaybe<Scalars['TxExternalId']['input']>;
/** Optional memo for the lightning invoice. Acts as a note to the recipient. */
readonly memo?: InputMaybe<Scalars['Memo']['input']>;
/** Wallet ID for a USD wallet which belongs to the account of any user. */
Expand All @@ -863,6 +868,7 @@ export type LnUsdInvoiceCreateInput = {
readonly amount: Scalars['CentAmount']['input'];
/** Optional invoice expiration time in minutes. */
readonly expiresIn?: InputMaybe<Scalars['Minutes']['input']>;
readonly externalId?: InputMaybe<Scalars['TxExternalId']['input']>;
/** Optional memo for the lightning invoice. */
readonly memo?: InputMaybe<Scalars['Memo']['input']>;
/** Wallet ID for a USD wallet belonging to the current user. */
Expand All @@ -875,6 +881,7 @@ export type LnUsdInvoiceCreateOnBehalfOfRecipientInput = {
readonly descriptionHash?: InputMaybe<Scalars['Hex32Bytes']['input']>;
/** Optional invoice expiration time in minutes. */
readonly expiresIn?: InputMaybe<Scalars['Minutes']['input']>;
readonly externalId?: InputMaybe<Scalars['TxExternalId']['input']>;
/** Optional memo for the lightning invoice. Acts as a note to the recipient. */
readonly memo?: InputMaybe<Scalars['Memo']['input']>;
/** Wallet ID for a USD wallet which belongs to the account of any user. */
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"yalc:check": "yalc check",
"update-translations": "yarn typesafe-i18n && yarn typesafe-i18n:export",
"typesafe-i18n": "typesafe-i18n --no-watch",
"typesafe-i18n:export": "ts-node utils/export-language.ts",
"typesafe-i18n:export": "ts-node --cwdMode utils/export-language.ts",
"fonts": "npx react-native-asset",
"apk:debug": "cd android && ./gradlew assembleDebug",
"start:appium": "appium",
Expand Down Expand Up @@ -248,7 +248,7 @@
"sharp": "^0.32.5",
"solidarity": "^3.0.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.1.2",
"tsx": "^3.12.7",
"ttsc": "^0.3.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22823,10 +22823,10 @@ ts-log@^2.2.3:
resolved "https://registry.npmjs.org/ts-log/-/ts-log-2.2.5.tgz#aef3252f1143d11047e2cb6f7cfaac7408d96623"
integrity sha512-PGcnJoTBnVGy6yYNFxWVNkdcAuAMstvutN9MgDJIV6L0oG8fB+ZNNy1T+wJzah8RPGor1mZuPQkVfXNDpy9eHA==

ts-node@^10.9.1:
version "10.9.1"
resolved "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b"
integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==
ts-node@^10.9.2:
version "10.9.2"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f"
integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==
dependencies:
"@cspotcode/source-map-support" "^0.8.0"
"@tsconfig/node10" "^1.0.7"
Expand Down

0 comments on commit edfe04b

Please sign in to comment.