arky-sdk 0.3.14 → 0.3.15
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/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +2 -2
- package/dist/types.d.ts +2 -2
- package/package.json +1 -1
package/dist/types.d.cts
CHANGED
|
@@ -592,7 +592,7 @@ interface SetRoleParams {
|
|
|
592
592
|
}
|
|
593
593
|
interface GetPermissionsParams {
|
|
594
594
|
}
|
|
595
|
-
interface
|
|
595
|
+
interface SearchUsersParams {
|
|
596
596
|
limit?: number;
|
|
597
597
|
cursor?: string | null;
|
|
598
598
|
query?: string;
|
|
@@ -887,4 +887,4 @@ interface ReservationStoreState {
|
|
|
887
887
|
};
|
|
888
888
|
}
|
|
889
889
|
|
|
890
|
-
export { type ApiResponse, type ApplyPromoCodeParams, type Block, type Business, type BusinessConfig, type BusinessPaymentMethod, type CancelSubscriptionParams, type CheckoutParams, type ConfirmUserParams, type CreateBusinessParams, type CreateCollectionEntryParams, type CreateCollectionParams, type CreateEntryParams, type CreateNewsletterParams, type CreateOrderParams, type CreatePortalSessionParams, type CreateProductParams, type CreatePromoCodeParams, type CreateProviderParams, type CreateReservationParams, type CreateRoleParams, type CreateServiceParams, type CreateSubscriptionParams, type DeleteBusinessMediaParams, type DeleteBusinessParams, type DeleteCollectionEntryParams, type DeleteCollectionParams, type DeleteEntryParams, type DeleteNewsletterParams, type DeleteProductParams, type DeletePromoCodeParams, type DeleteProviderParams, type DeleteRoleParams, type DeleteServiceParams, type EshopCartItem, type EshopItem, type EshopStoreState, type ForgotPasswordParams, type GenerateBlocksParams, type GetAllProductsParams, type GetAllServicesParams, type GetAnalyticsHealthParams, type GetAnalyticsParams, type GetAvailableSlotsParams, type GetBusinessMarketParams, type GetBusinessMarketsParams, type GetBusinessMediaParams, type GetBusinessParams, type GetBusinessParentsParams, type GetBusinessServiceWorkingTimeParams, type GetCollectionEntriesParams, type GetCollectionEntryParams, type GetCollectionParams, type GetCollectionsParams, type GetDeliveryStatsParams, type GetEntriesParams, type GetEntryParams, type GetInvoiceParams, type GetLoginUrlParams, type GetNotificationsParams, type GetOrderParams, type GetOrdersParams, type GetPermissionsParams, type GetProductParams, type GetProductsParams, type GetPromoCodeByCodeParams, type GetPromoCodeParams, type GetPromoCodesParams, type GetProviderParams, type GetProvidersByServiceParams, type GetProvidersParams, type GetQuoteParams, type GetReservationParams, type GetReservationPartsParams, type GetReservationQuoteParams, type GetRoleParams, type GetRoleParentsParams, type GetRolesParams, type GetServiceParams, type GetServicesParams, type GetSubscribersParams, type GetSubscriptionParams, type GetUserLocationParams, type
|
|
890
|
+
export { type ApiResponse, type ApplyPromoCodeParams, type Block, type Business, type BusinessConfig, type BusinessPaymentMethod, type CancelSubscriptionParams, type CheckoutParams, type ConfirmUserParams, type CreateBusinessParams, type CreateCollectionEntryParams, type CreateCollectionParams, type CreateEntryParams, type CreateNewsletterParams, type CreateOrderParams, type CreatePortalSessionParams, type CreateProductParams, type CreatePromoCodeParams, type CreateProviderParams, type CreateReservationParams, type CreateRoleParams, type CreateServiceParams, type CreateSubscriptionParams, type DeleteBusinessMediaParams, type DeleteBusinessParams, type DeleteCollectionEntryParams, type DeleteCollectionParams, type DeleteEntryParams, type DeleteNewsletterParams, type DeleteProductParams, type DeletePromoCodeParams, type DeleteProviderParams, type DeleteRoleParams, type DeleteServiceParams, type EshopCartItem, type EshopItem, type EshopStoreState, type ForgotPasswordParams, type GenerateBlocksParams, type GetAllProductsParams, type GetAllServicesParams, type GetAnalyticsHealthParams, type GetAnalyticsParams, type GetAvailableSlotsParams, type GetBusinessMarketParams, type GetBusinessMarketsParams, type GetBusinessMediaParams, type GetBusinessParams, type GetBusinessParentsParams, type GetBusinessServiceWorkingTimeParams, type GetCollectionEntriesParams, type GetCollectionEntryParams, type GetCollectionParams, type GetCollectionsParams, type GetDeliveryStatsParams, type GetEntriesParams, type GetEntryParams, type GetInvoiceParams, type GetLoginUrlParams, type GetNotificationsParams, type GetOrderParams, type GetOrdersParams, type GetPermissionsParams, type GetProductParams, type GetProductsParams, type GetPromoCodeByCodeParams, type GetPromoCodeParams, type GetPromoCodesParams, type GetProviderParams, type GetProvidersByServiceParams, type GetProvidersParams, type GetQuoteParams, type GetReservationParams, type GetReservationPartsParams, type GetReservationQuoteParams, type GetRoleParams, type GetRoleParentsParams, type GetRolesParams, type GetServiceParams, type GetServicesParams, type GetSubscribersParams, type GetSubscriptionParams, type GetUserLocationParams, type GetVariableMetadataParams, type HandleInvitationParams, type HandleStripeWebhookParams, type InviteUserParams, type Location, type LoginUserParams, type LogoutParams, type Market, type MarketConfigClient, type Newsletter, type NewsletterFindParams, type NewsletterGetParams, type NewsletterSubscribeParams, type OAuthLoginParams, type PaginatedResponse, type Payment, PaymentMethod, type PaymentProviderConfig, type Price, type PromoCodeValidation, type Quote, type QuoteLineItem, type ReactivateSubscriptionParams, type RegisterUserParams, type RequestOptions, type ReservationCartPart, type ReservationCheckoutParams, type ReservationConfirmParams, type ReservationStoreState, type ResetForgotPasswordParams, type ResetPasswordParams, type ScheduleSetParams, type SearchAvailableSlotsParams, type SearchMyReservationsParams, type SearchReservationsParams, type SearchUsersParams, type SendEntryParams, type SetRoleParams, type SetupAnalyticsParams, type ShippingMethod, type TestWebhookParams, type TrackEmailOpenParams, type TriggerBuildsParams, type UnsubscribeParams, type UpdateBusinessParams, type UpdateCollectionParams, type UpdateEntryParams, type UpdateNewsletterParams, type UpdateOrderParams, type UpdateOrderPaymentStatusParams, type UpdateOrderStatusParams, type UpdateProductParams, type UpdateProfilePhoneParams, type UpdatePromoCodeParams, type UpdatePromoCodeStatusParams, type UpdateProviderParams, type UpdateReservationParams, type UpdateRoleParams, type UpdateServiceParams, type UpdateSubscriptionParams, type UpdateUserParams, type UpdateUserProfileParams, type UploadBusinessMediaParams, type ValidatePromoCodeParams, type VerifyPhoneCodeParams, type Zone };
|
package/dist/types.d.ts
CHANGED
|
@@ -592,7 +592,7 @@ interface SetRoleParams {
|
|
|
592
592
|
}
|
|
593
593
|
interface GetPermissionsParams {
|
|
594
594
|
}
|
|
595
|
-
interface
|
|
595
|
+
interface SearchUsersParams {
|
|
596
596
|
limit?: number;
|
|
597
597
|
cursor?: string | null;
|
|
598
598
|
query?: string;
|
|
@@ -887,4 +887,4 @@ interface ReservationStoreState {
|
|
|
887
887
|
};
|
|
888
888
|
}
|
|
889
889
|
|
|
890
|
-
export { type ApiResponse, type ApplyPromoCodeParams, type Block, type Business, type BusinessConfig, type BusinessPaymentMethod, type CancelSubscriptionParams, type CheckoutParams, type ConfirmUserParams, type CreateBusinessParams, type CreateCollectionEntryParams, type CreateCollectionParams, type CreateEntryParams, type CreateNewsletterParams, type CreateOrderParams, type CreatePortalSessionParams, type CreateProductParams, type CreatePromoCodeParams, type CreateProviderParams, type CreateReservationParams, type CreateRoleParams, type CreateServiceParams, type CreateSubscriptionParams, type DeleteBusinessMediaParams, type DeleteBusinessParams, type DeleteCollectionEntryParams, type DeleteCollectionParams, type DeleteEntryParams, type DeleteNewsletterParams, type DeleteProductParams, type DeletePromoCodeParams, type DeleteProviderParams, type DeleteRoleParams, type DeleteServiceParams, type EshopCartItem, type EshopItem, type EshopStoreState, type ForgotPasswordParams, type GenerateBlocksParams, type GetAllProductsParams, type GetAllServicesParams, type GetAnalyticsHealthParams, type GetAnalyticsParams, type GetAvailableSlotsParams, type GetBusinessMarketParams, type GetBusinessMarketsParams, type GetBusinessMediaParams, type GetBusinessParams, type GetBusinessParentsParams, type GetBusinessServiceWorkingTimeParams, type GetCollectionEntriesParams, type GetCollectionEntryParams, type GetCollectionParams, type GetCollectionsParams, type GetDeliveryStatsParams, type GetEntriesParams, type GetEntryParams, type GetInvoiceParams, type GetLoginUrlParams, type GetNotificationsParams, type GetOrderParams, type GetOrdersParams, type GetPermissionsParams, type GetProductParams, type GetProductsParams, type GetPromoCodeByCodeParams, type GetPromoCodeParams, type GetPromoCodesParams, type GetProviderParams, type GetProvidersByServiceParams, type GetProvidersParams, type GetQuoteParams, type GetReservationParams, type GetReservationPartsParams, type GetReservationQuoteParams, type GetRoleParams, type GetRoleParentsParams, type GetRolesParams, type GetServiceParams, type GetServicesParams, type GetSubscribersParams, type GetSubscriptionParams, type GetUserLocationParams, type
|
|
890
|
+
export { type ApiResponse, type ApplyPromoCodeParams, type Block, type Business, type BusinessConfig, type BusinessPaymentMethod, type CancelSubscriptionParams, type CheckoutParams, type ConfirmUserParams, type CreateBusinessParams, type CreateCollectionEntryParams, type CreateCollectionParams, type CreateEntryParams, type CreateNewsletterParams, type CreateOrderParams, type CreatePortalSessionParams, type CreateProductParams, type CreatePromoCodeParams, type CreateProviderParams, type CreateReservationParams, type CreateRoleParams, type CreateServiceParams, type CreateSubscriptionParams, type DeleteBusinessMediaParams, type DeleteBusinessParams, type DeleteCollectionEntryParams, type DeleteCollectionParams, type DeleteEntryParams, type DeleteNewsletterParams, type DeleteProductParams, type DeletePromoCodeParams, type DeleteProviderParams, type DeleteRoleParams, type DeleteServiceParams, type EshopCartItem, type EshopItem, type EshopStoreState, type ForgotPasswordParams, type GenerateBlocksParams, type GetAllProductsParams, type GetAllServicesParams, type GetAnalyticsHealthParams, type GetAnalyticsParams, type GetAvailableSlotsParams, type GetBusinessMarketParams, type GetBusinessMarketsParams, type GetBusinessMediaParams, type GetBusinessParams, type GetBusinessParentsParams, type GetBusinessServiceWorkingTimeParams, type GetCollectionEntriesParams, type GetCollectionEntryParams, type GetCollectionParams, type GetCollectionsParams, type GetDeliveryStatsParams, type GetEntriesParams, type GetEntryParams, type GetInvoiceParams, type GetLoginUrlParams, type GetNotificationsParams, type GetOrderParams, type GetOrdersParams, type GetPermissionsParams, type GetProductParams, type GetProductsParams, type GetPromoCodeByCodeParams, type GetPromoCodeParams, type GetPromoCodesParams, type GetProviderParams, type GetProvidersByServiceParams, type GetProvidersParams, type GetQuoteParams, type GetReservationParams, type GetReservationPartsParams, type GetReservationQuoteParams, type GetRoleParams, type GetRoleParentsParams, type GetRolesParams, type GetServiceParams, type GetServicesParams, type GetSubscribersParams, type GetSubscriptionParams, type GetUserLocationParams, type GetVariableMetadataParams, type HandleInvitationParams, type HandleStripeWebhookParams, type InviteUserParams, type Location, type LoginUserParams, type LogoutParams, type Market, type MarketConfigClient, type Newsletter, type NewsletterFindParams, type NewsletterGetParams, type NewsletterSubscribeParams, type OAuthLoginParams, type PaginatedResponse, type Payment, PaymentMethod, type PaymentProviderConfig, type Price, type PromoCodeValidation, type Quote, type QuoteLineItem, type ReactivateSubscriptionParams, type RegisterUserParams, type RequestOptions, type ReservationCartPart, type ReservationCheckoutParams, type ReservationConfirmParams, type ReservationStoreState, type ResetForgotPasswordParams, type ResetPasswordParams, type ScheduleSetParams, type SearchAvailableSlotsParams, type SearchMyReservationsParams, type SearchReservationsParams, type SearchUsersParams, type SendEntryParams, type SetRoleParams, type SetupAnalyticsParams, type ShippingMethod, type TestWebhookParams, type TrackEmailOpenParams, type TriggerBuildsParams, type UnsubscribeParams, type UpdateBusinessParams, type UpdateCollectionParams, type UpdateEntryParams, type UpdateNewsletterParams, type UpdateOrderParams, type UpdateOrderPaymentStatusParams, type UpdateOrderStatusParams, type UpdateProductParams, type UpdateProfilePhoneParams, type UpdatePromoCodeParams, type UpdatePromoCodeStatusParams, type UpdateProviderParams, type UpdateReservationParams, type UpdateRoleParams, type UpdateServiceParams, type UpdateSubscriptionParams, type UpdateUserParams, type UpdateUserProfileParams, type UploadBusinessMediaParams, type ValidatePromoCodeParams, type VerifyPhoneCodeParams, type Zone };
|