@lumeweb/portal-sdk 0.1.3 → 0.1.4
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/esm/account/generated/billing.d.ts +2 -2
- package/dist/esm/account/generated/billing.js +2 -2
- package/dist/esm/account/generated/default.d.ts +2 -2
- package/dist/esm/account/generated/default.js +2 -2
- package/dist/esm/account/generated/quota.d.ts +2 -2
- package/dist/esm/account/generated/quota.js +2 -2
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BalanceResponse, ChangePlanRequest, CheckoutSessionStatusResponse, CheckoutUIResponse, ErrorResponse, GatewayListResponse, GetApiAccountBillingCheckoutSessionSessionIdStatusParams, GetApiAccountBillingCheckoutUiPlanIdParams, ManagementCapabilitiesResponse, ManagementRequest, ManagementResultResponse, PostApiAccountBillingWebhooksGatewayTypeBody, PublicPricingPlansListResponse, SubscriptionStatusResponse, UserCreditsListResponse } from "./accountAPI.schemas.js";
|
|
2
|
-
import * as _$msw from "
|
|
3
|
-
import { RequestHandlerOptions, http } from "
|
|
2
|
+
import * as _$msw from "msw";
|
|
3
|
+
import { RequestHandlerOptions, http } from "msw";
|
|
4
4
|
|
|
5
5
|
//#region src/account/generated/billing.d.ts
|
|
6
6
|
type getApiAccountBillingBalanceResponse200 = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { faker } from "
|
|
2
|
-
import { HttpResponse, delay, http } from "
|
|
1
|
+
import { faker } from "@faker-js/faker";
|
|
2
|
+
import { HttpResponse, delay, http } from "msw";
|
|
3
3
|
|
|
4
4
|
//#region src/account/generated/billing.ts
|
|
5
5
|
const getGetApiAccountBillingBalanceUrl = () => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { APIKeyCreateRequest, APIKeyListResponse, AccountInfoResponse, AccountPermissionsResponse, CreateAPIKeyResponse, Error, ErrorResponse, GetApiAccountKeysParams, GetApiAccountQuotaHistoryParams, GetApiOperationsParams, LoginRequest, LoginResponse, OTPDisableRequest, OTPGenerateResponse, OTPValidateRequest, OTPVerifyRequest, OperationDetailResponse, OperationFiltersResponseResponse, OperationListItemResponse, PasswordResetRequest, PasswordResetVerifyRequest, PongResponse, PostApiAccountAvatarBody, PostApiAccountVerifyEmailParams, QuotaHistoryResponse, RegisterRequest, ResendVerifyEmailRequest, StringUUIDSchema, UpdateEmailRequest, UpdatePasswordRequest, UpdateProfileRequest, UploadLimitResponse, VerifyEmailRequest } from "./accountAPI.schemas.js";
|
|
2
|
-
import * as _$msw from "
|
|
3
|
-
import { RequestHandlerOptions, http } from "
|
|
2
|
+
import * as _$msw from "msw";
|
|
3
|
+
import { RequestHandlerOptions, http } from "msw";
|
|
4
4
|
|
|
5
5
|
//#region src/account/generated/default.d.ts
|
|
6
6
|
type deleteApiAccountResponse200 = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { faker } from "
|
|
2
|
-
import { HttpResponse, delay, http } from "
|
|
1
|
+
import { faker } from "@faker-js/faker";
|
|
2
|
+
import { HttpResponse, delay, http } from "msw";
|
|
3
3
|
|
|
4
4
|
//#region src/account/generated/default.ts
|
|
5
5
|
const getDeleteApiAccountUrl = () => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ErrorResponse, QuotaStatusResponse } from "./accountAPI.schemas.js";
|
|
2
|
-
import * as _$msw from "
|
|
3
|
-
import { RequestHandlerOptions, http } from "
|
|
2
|
+
import * as _$msw from "msw";
|
|
3
|
+
import { RequestHandlerOptions, http } from "msw";
|
|
4
4
|
|
|
5
5
|
//#region src/account/generated/quota.d.ts
|
|
6
6
|
type getApiAccountQuotaResponse200 = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { faker } from "
|
|
2
|
-
import { HttpResponse, delay, http } from "
|
|
1
|
+
import { faker } from "@faker-js/faker";
|
|
2
|
+
import { HttpResponse, delay, http } from "msw";
|
|
3
3
|
|
|
4
4
|
//#region src/account/generated/quota.ts
|
|
5
5
|
const getGetApiAccountQuotaUrl = () => {
|