@whiplashmerch/whiplash-api-client 3.2.47 → 3.2.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.esm.js +1 -33
- package/dist/client.esm.js.map +1 -1
- package/dist/generated/Accounts.d.ts +1 -19
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ApiV21EntitiesAccount, ApiV21EntitiesAccountTransaction, ApiV21EntitiesCount, ApiV21EntitiesFloatNum, ApiV21EntitiesPostResponse, ApiV2EntitiesAccount, ApiV2EntitiesAccountTransaction, ApiV2EntitiesCount, ApiV2EntitiesFloatNum, GetApiV21AccountsCountParams, GetApiV21AccountsIdAccountTransactionsParams, GetApiV21AccountsParams, GetApiV2AccountsCountParams, GetApiV2AccountsIdAccountTransactionsParams, GetApiV2AccountsParams, PostApiV21AccountsIdAccountTransactionsRequest, PostApiV21AccountsRequest, PostApiV2AccountsIdAccountTransactionsRequest, PostApiV2AccountsRequest, PutApiV21AccountsIdRequest, PutApiV2AccountsIdRequest } from "./data-contracts";
|
|
2
2
|
import { HttpClient, RequestParams } from "./http-client";
|
|
3
3
|
/**
|
|
4
4
|
* @description Get all accounts
|
|
@@ -72,15 +72,6 @@ export declare const getApiV2AccountsIdAccountTransactions: (client: HttpClient,
|
|
|
72
72
|
* @request POST:/api/v2/accounts/{id}/account_transactions
|
|
73
73
|
*/
|
|
74
74
|
export declare const postApiV2AccountsIdAccountTransactions: (client: HttpClient, id: number, data: PostApiV2AccountsIdAccountTransactionsRequest, params?: RequestParams) => Promise<ApiV2EntitiesAccountTransaction>;
|
|
75
|
-
/**
|
|
76
|
-
* @description Get all audits for accounts
|
|
77
|
-
*
|
|
78
|
-
* @tags accounts
|
|
79
|
-
* @name GetApiV2AccountsIdAudits
|
|
80
|
-
* @summary Retrieve audit info for accounts
|
|
81
|
-
* @request GET:/api/v2/accounts/{id}/audits
|
|
82
|
-
*/
|
|
83
|
-
export declare const getApiV2AccountsIdAudits: (client: HttpClient, id: number, params?: RequestParams) => Promise<ApiSharedEntitiesAudits>;
|
|
84
75
|
/**
|
|
85
76
|
* @description Get the suggested_refill for an order
|
|
86
77
|
*
|
|
@@ -162,15 +153,6 @@ export declare const getApiV21AccountsIdAccountTransactions: (client: HttpClient
|
|
|
162
153
|
* @request POST:/api/v2.1/accounts/{id}/account_transactions
|
|
163
154
|
*/
|
|
164
155
|
export declare const postApiV21AccountsIdAccountTransactions: (client: HttpClient, id: number, data: PostApiV21AccountsIdAccountTransactionsRequest, params?: RequestParams) => Promise<ApiV21EntitiesPostResponse>;
|
|
165
|
-
/**
|
|
166
|
-
* @description Get all audits for accounts
|
|
167
|
-
*
|
|
168
|
-
* @tags accounts
|
|
169
|
-
* @name GetApiV21AccountsIdAudits
|
|
170
|
-
* @summary Retrieve audit info for accounts
|
|
171
|
-
* @request GET:/api/v2.1/accounts/{id}/audits
|
|
172
|
-
*/
|
|
173
|
-
export declare const getApiV21AccountsIdAudits: (client: HttpClient, id: number, params?: RequestParams) => Promise<ApiSharedEntitiesAudits>;
|
|
174
156
|
/**
|
|
175
157
|
* @description Get the suggested_refill for an order
|
|
176
158
|
*
|