@favid-inc/api
Advanced tools
Comparing version
@@ -6,3 +6,3 @@ import { AxiosRequestConfig, AxiosResponse } from "axios"; | ||
} | ||
interface Request extends AxiosRequestConfig { | ||
declare type Request = AxiosRequestConfig & { | ||
url: "charge"; | ||
@@ -29,3 +29,3 @@ method: "POST"; | ||
}); | ||
} | ||
}; | ||
interface Payer { | ||
@@ -32,0 +32,0 @@ address: Address; |
@@ -6,3 +6,3 @@ import { AxiosRequestConfig, AxiosResponse } from "axios"; | ||
} | ||
interface Request extends AxiosRequestConfig { | ||
declare type Request = AxiosRequestConfig & { | ||
url: "payment_token"; | ||
@@ -23,3 +23,3 @@ method: "POST"; | ||
}; | ||
} | ||
}; | ||
declare type Response = AxiosResponse & ({ | ||
@@ -26,0 +26,0 @@ status: 200; |
@@ -18,3 +18,10 @@ import { ArtistCategory } from "./artist-category"; | ||
userUid?: string; | ||
iuguAccountId?: string; | ||
iuguSubAccountId?: string; | ||
iuguSubAccountMetadata?: { | ||
account_id?: string; | ||
live_api_token?: string; | ||
name?: string; | ||
test_api_token?: string; | ||
user_token?: string; | ||
}; | ||
} | ||
@@ -21,0 +28,0 @@ export declare enum ArtistStatus { |
{ | ||
"name": "@favid-inc/api", | ||
"version": "3.5.11", | ||
"version": "3.5.12", | ||
"description": "API for Favid Project", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme", |
15182
7.96%46
9.52%559
8.33%