arky-sdk 0.3.14 → 0.3.16

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/types.d.cts CHANGED
@@ -68,11 +68,6 @@ interface NewsletterFindParams {
68
68
  interface NewsletterGetParams {
69
69
  id: string;
70
70
  }
71
- interface UpdateUserParams {
72
- id: string;
73
- name?: string;
74
- email?: string;
75
- }
76
71
  interface LoginUserParams {
77
72
  email?: string;
78
73
  password?: string;
@@ -152,15 +147,6 @@ interface GetRoleParams {
152
147
  interface GetRolesParams {
153
148
  action?: string;
154
149
  }
155
- interface GetRoleParentsParams {
156
- roleId: string;
157
- }
158
- interface GetInvoiceParams {
159
- roleId: string;
160
- from: string;
161
- to: string;
162
- language: string;
163
- }
164
150
  interface CreatePromoCodeParams {
165
151
  code?: string;
166
152
  name?: string;
@@ -216,24 +202,6 @@ interface GetPromoCodesParams {
216
202
  expiresAtFrom?: string;
217
203
  expiresAtTo?: string;
218
204
  }
219
- interface GetPromoCodeByCodeParams {
220
- code: string;
221
- }
222
- interface UpdatePromoCodeStatusParams {
223
- id: string;
224
- status: string;
225
- reason?: string;
226
- }
227
- interface ValidatePromoCodeParams {
228
- code: string;
229
- orderTotal?: number;
230
- userId?: string;
231
- }
232
- interface ApplyPromoCodeParams {
233
- code: string;
234
- orderId: string;
235
- userId: string;
236
- }
237
205
  interface CreateBusinessParams {
238
206
  name: string;
239
207
  slug?: string;
@@ -352,12 +320,6 @@ interface UpdateEntryParams {
352
320
  status?: string;
353
321
  [key: string]: any;
354
322
  }
355
- interface DeleteEntryParams {
356
- id: string;
357
- }
358
- interface GetEntryParams {
359
- id: string;
360
- }
361
323
  interface GenerateBlocksParams {
362
324
  [key: string]: any;
363
325
  }
@@ -385,27 +347,9 @@ interface UpdateProductParams {
385
347
  status?: string;
386
348
  [key: string]: any;
387
349
  }
388
- interface DeleteProductParams {
389
- id: string;
390
- }
391
350
  interface GetProductParams {
392
351
  id: string;
393
352
  }
394
- interface GetAllProductsParams {
395
- categoryIds?: string[] | null;
396
- categoryId?: string | null;
397
- categoryFilterBlocks?: string | null;
398
- matchAll?: boolean | null;
399
- statuses?: string[] | null;
400
- productType?: string | null;
401
- query?: string | null;
402
- limit?: number | null;
403
- cursor?: string | null;
404
- sortField?: string | null;
405
- sortDirection?: string | null;
406
- createdAtFrom?: string | null;
407
- createdAtTo?: string | null;
408
- }
409
353
  interface GetOrderParams {
410
354
  id: string;
411
355
  }
@@ -515,33 +459,9 @@ interface GetProvidersParams {
515
459
  categoryId?: string | null;
516
460
  categoryFilterBlocks?: string | null;
517
461
  }
518
- interface GetProvidersByServiceParams {
519
- serviceId: string;
520
- limit?: number;
521
- cursor?: string;
522
- }
523
462
  interface GetProviderParams {
524
463
  id: string;
525
464
  }
526
- interface GetAllServicesParams {
527
- providerId?: string;
528
- ids?: string[];
529
- query?: string | null;
530
- statuses?: string[] | null;
531
- limit?: number;
532
- cursor?: string;
533
- sortField?: string | null;
534
- sortDirection?: string | null;
535
- createdAtFrom?: string | null;
536
- createdAtTo?: string | null;
537
- categoryId?: string | null;
538
- categoryFilterBlocks?: string | null;
539
- }
540
- interface ScheduleSetParams {
541
- workingTime: any;
542
- serviceIds: string[];
543
- providerIds: string[];
544
- }
545
465
  interface GetBusinessServiceWorkingTimeParams {
546
466
  providerId: string;
547
467
  serviceId?: string;
@@ -557,16 +477,6 @@ interface GetReservationParams {
557
477
  interface GetReservationPartsParams {
558
478
  reservationId?: string;
559
479
  }
560
- interface SearchAvailableSlotsParams {
561
- serviceId: string;
562
- limit: number;
563
- from?: number;
564
- to?: number;
565
- providerId?: string;
566
- }
567
- interface ReservationConfirmParams {
568
- token: string;
569
- }
570
480
  interface SearchReservationsParams {
571
481
  serviceIds?: string[];
572
482
  providerIds?: string[];
@@ -590,9 +500,7 @@ interface SetRoleParams {
590
500
  userId: string;
591
501
  roleId: string;
592
502
  }
593
- interface GetPermissionsParams {
594
- }
595
- interface GetUsersParams {
503
+ interface SearchUsersParams {
596
504
  limit?: number;
597
505
  cursor?: string | null;
598
506
  query?: string;
@@ -607,11 +515,6 @@ interface GetLoginUrlParams {
607
515
  originUrl: string;
608
516
  redirectUrl: string;
609
517
  }
610
- interface OAuthLoginParams {
611
- code: string;
612
- provider: string;
613
- originUrl: string;
614
- }
615
518
  interface ForgotPasswordParams {
616
519
  email: string;
617
520
  }
@@ -623,10 +526,6 @@ interface ResetPasswordParams {
623
526
  newPassword: string;
624
527
  oldPassword?: string;
625
528
  }
626
- interface GetUserLocationParams {
627
- }
628
- interface LogoutParams {
629
- }
630
529
  interface HandleStripeWebhookParams {
631
530
  [key: string]: any;
632
531
  }
@@ -643,6 +542,23 @@ interface GetDeliveryStatsParams {
643
542
  interface SetupAnalyticsParams {
644
543
  [key: string]: any;
645
544
  }
545
+ interface GetBusinessMediaParams2 {
546
+ id: string;
547
+ cursor?: string | null;
548
+ limit?: number;
549
+ }
550
+ interface SetProviderScheduleParams {
551
+ id: string;
552
+ workingTime: any;
553
+ serviceIds: string[];
554
+ providerIds: string[];
555
+ }
556
+ interface DeleteProductParams {
557
+ id: string;
558
+ }
559
+ interface DeleteProductParams {
560
+ id: string;
561
+ }
646
562
 
647
563
  interface Payment {
648
564
  currency: string;
@@ -887,4 +803,4 @@ interface ReservationStoreState {
887
803
  };
888
804
  }
889
805
 
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 GetUsersParams, 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 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 };
806
+ export { type ApiResponse, 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 DeleteNewsletterParams, type DeleteProductParams, type DeletePromoCodeParams, type DeleteProviderParams, type DeleteRoleParams, type DeleteServiceParams, type EshopCartItem, type EshopItem, type EshopStoreState, type ForgotPasswordParams, type GenerateBlocksParams, type GetAnalyticsHealthParams, type GetAnalyticsParams, type GetAvailableSlotsParams, type GetBusinessMarketParams, type GetBusinessMarketsParams, type GetBusinessMediaParams, type GetBusinessMediaParams2, type GetBusinessParams, type GetBusinessParentsParams, type GetBusinessServiceWorkingTimeParams, type GetCollectionEntriesParams, type GetCollectionEntryParams, type GetCollectionParams, type GetCollectionsParams, type GetDeliveryStatsParams, type GetEntriesParams, type GetLoginUrlParams, type GetNotificationsParams, type GetOrderParams, type GetOrdersParams, type GetProductParams, type GetProductsParams, type GetPromoCodeParams, type GetPromoCodesParams, type GetProviderParams, type GetProvidersParams, type GetQuoteParams, type GetReservationParams, type GetReservationPartsParams, type GetReservationQuoteParams, type GetRoleParams, type GetRolesParams, type GetServiceParams, type GetServicesParams, type GetSubscribersParams, type GetSubscriptionParams, type GetVariableMetadataParams, type HandleInvitationParams, type HandleStripeWebhookParams, type InviteUserParams, type Location, type LoginUserParams, type Market, type MarketConfigClient, type Newsletter, type NewsletterFindParams, type NewsletterGetParams, type NewsletterSubscribeParams, 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 ReservationStoreState, type ResetForgotPasswordParams, type ResetPasswordParams, type SearchMyReservationsParams, type SearchReservationsParams, type SearchUsersParams, type SendEntryParams, type SetProviderScheduleParams, 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 UpdateProviderParams, type UpdateReservationParams, type UpdateRoleParams, type UpdateServiceParams, type UpdateSubscriptionParams, type UpdateUserProfileParams, type UploadBusinessMediaParams, type VerifyPhoneCodeParams, type Zone };
package/dist/types.d.ts CHANGED
@@ -68,11 +68,6 @@ interface NewsletterFindParams {
68
68
  interface NewsletterGetParams {
69
69
  id: string;
70
70
  }
71
- interface UpdateUserParams {
72
- id: string;
73
- name?: string;
74
- email?: string;
75
- }
76
71
  interface LoginUserParams {
77
72
  email?: string;
78
73
  password?: string;
@@ -152,15 +147,6 @@ interface GetRoleParams {
152
147
  interface GetRolesParams {
153
148
  action?: string;
154
149
  }
155
- interface GetRoleParentsParams {
156
- roleId: string;
157
- }
158
- interface GetInvoiceParams {
159
- roleId: string;
160
- from: string;
161
- to: string;
162
- language: string;
163
- }
164
150
  interface CreatePromoCodeParams {
165
151
  code?: string;
166
152
  name?: string;
@@ -216,24 +202,6 @@ interface GetPromoCodesParams {
216
202
  expiresAtFrom?: string;
217
203
  expiresAtTo?: string;
218
204
  }
219
- interface GetPromoCodeByCodeParams {
220
- code: string;
221
- }
222
- interface UpdatePromoCodeStatusParams {
223
- id: string;
224
- status: string;
225
- reason?: string;
226
- }
227
- interface ValidatePromoCodeParams {
228
- code: string;
229
- orderTotal?: number;
230
- userId?: string;
231
- }
232
- interface ApplyPromoCodeParams {
233
- code: string;
234
- orderId: string;
235
- userId: string;
236
- }
237
205
  interface CreateBusinessParams {
238
206
  name: string;
239
207
  slug?: string;
@@ -352,12 +320,6 @@ interface UpdateEntryParams {
352
320
  status?: string;
353
321
  [key: string]: any;
354
322
  }
355
- interface DeleteEntryParams {
356
- id: string;
357
- }
358
- interface GetEntryParams {
359
- id: string;
360
- }
361
323
  interface GenerateBlocksParams {
362
324
  [key: string]: any;
363
325
  }
@@ -385,27 +347,9 @@ interface UpdateProductParams {
385
347
  status?: string;
386
348
  [key: string]: any;
387
349
  }
388
- interface DeleteProductParams {
389
- id: string;
390
- }
391
350
  interface GetProductParams {
392
351
  id: string;
393
352
  }
394
- interface GetAllProductsParams {
395
- categoryIds?: string[] | null;
396
- categoryId?: string | null;
397
- categoryFilterBlocks?: string | null;
398
- matchAll?: boolean | null;
399
- statuses?: string[] | null;
400
- productType?: string | null;
401
- query?: string | null;
402
- limit?: number | null;
403
- cursor?: string | null;
404
- sortField?: string | null;
405
- sortDirection?: string | null;
406
- createdAtFrom?: string | null;
407
- createdAtTo?: string | null;
408
- }
409
353
  interface GetOrderParams {
410
354
  id: string;
411
355
  }
@@ -515,33 +459,9 @@ interface GetProvidersParams {
515
459
  categoryId?: string | null;
516
460
  categoryFilterBlocks?: string | null;
517
461
  }
518
- interface GetProvidersByServiceParams {
519
- serviceId: string;
520
- limit?: number;
521
- cursor?: string;
522
- }
523
462
  interface GetProviderParams {
524
463
  id: string;
525
464
  }
526
- interface GetAllServicesParams {
527
- providerId?: string;
528
- ids?: string[];
529
- query?: string | null;
530
- statuses?: string[] | null;
531
- limit?: number;
532
- cursor?: string;
533
- sortField?: string | null;
534
- sortDirection?: string | null;
535
- createdAtFrom?: string | null;
536
- createdAtTo?: string | null;
537
- categoryId?: string | null;
538
- categoryFilterBlocks?: string | null;
539
- }
540
- interface ScheduleSetParams {
541
- workingTime: any;
542
- serviceIds: string[];
543
- providerIds: string[];
544
- }
545
465
  interface GetBusinessServiceWorkingTimeParams {
546
466
  providerId: string;
547
467
  serviceId?: string;
@@ -557,16 +477,6 @@ interface GetReservationParams {
557
477
  interface GetReservationPartsParams {
558
478
  reservationId?: string;
559
479
  }
560
- interface SearchAvailableSlotsParams {
561
- serviceId: string;
562
- limit: number;
563
- from?: number;
564
- to?: number;
565
- providerId?: string;
566
- }
567
- interface ReservationConfirmParams {
568
- token: string;
569
- }
570
480
  interface SearchReservationsParams {
571
481
  serviceIds?: string[];
572
482
  providerIds?: string[];
@@ -590,9 +500,7 @@ interface SetRoleParams {
590
500
  userId: string;
591
501
  roleId: string;
592
502
  }
593
- interface GetPermissionsParams {
594
- }
595
- interface GetUsersParams {
503
+ interface SearchUsersParams {
596
504
  limit?: number;
597
505
  cursor?: string | null;
598
506
  query?: string;
@@ -607,11 +515,6 @@ interface GetLoginUrlParams {
607
515
  originUrl: string;
608
516
  redirectUrl: string;
609
517
  }
610
- interface OAuthLoginParams {
611
- code: string;
612
- provider: string;
613
- originUrl: string;
614
- }
615
518
  interface ForgotPasswordParams {
616
519
  email: string;
617
520
  }
@@ -623,10 +526,6 @@ interface ResetPasswordParams {
623
526
  newPassword: string;
624
527
  oldPassword?: string;
625
528
  }
626
- interface GetUserLocationParams {
627
- }
628
- interface LogoutParams {
629
- }
630
529
  interface HandleStripeWebhookParams {
631
530
  [key: string]: any;
632
531
  }
@@ -643,6 +542,23 @@ interface GetDeliveryStatsParams {
643
542
  interface SetupAnalyticsParams {
644
543
  [key: string]: any;
645
544
  }
545
+ interface GetBusinessMediaParams2 {
546
+ id: string;
547
+ cursor?: string | null;
548
+ limit?: number;
549
+ }
550
+ interface SetProviderScheduleParams {
551
+ id: string;
552
+ workingTime: any;
553
+ serviceIds: string[];
554
+ providerIds: string[];
555
+ }
556
+ interface DeleteProductParams {
557
+ id: string;
558
+ }
559
+ interface DeleteProductParams {
560
+ id: string;
561
+ }
646
562
 
647
563
  interface Payment {
648
564
  currency: string;
@@ -887,4 +803,4 @@ interface ReservationStoreState {
887
803
  };
888
804
  }
889
805
 
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 GetUsersParams, 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 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 };
806
+ export { type ApiResponse, 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 DeleteNewsletterParams, type DeleteProductParams, type DeletePromoCodeParams, type DeleteProviderParams, type DeleteRoleParams, type DeleteServiceParams, type EshopCartItem, type EshopItem, type EshopStoreState, type ForgotPasswordParams, type GenerateBlocksParams, type GetAnalyticsHealthParams, type GetAnalyticsParams, type GetAvailableSlotsParams, type GetBusinessMarketParams, type GetBusinessMarketsParams, type GetBusinessMediaParams, type GetBusinessMediaParams2, type GetBusinessParams, type GetBusinessParentsParams, type GetBusinessServiceWorkingTimeParams, type GetCollectionEntriesParams, type GetCollectionEntryParams, type GetCollectionParams, type GetCollectionsParams, type GetDeliveryStatsParams, type GetEntriesParams, type GetLoginUrlParams, type GetNotificationsParams, type GetOrderParams, type GetOrdersParams, type GetProductParams, type GetProductsParams, type GetPromoCodeParams, type GetPromoCodesParams, type GetProviderParams, type GetProvidersParams, type GetQuoteParams, type GetReservationParams, type GetReservationPartsParams, type GetReservationQuoteParams, type GetRoleParams, type GetRolesParams, type GetServiceParams, type GetServicesParams, type GetSubscribersParams, type GetSubscriptionParams, type GetVariableMetadataParams, type HandleInvitationParams, type HandleStripeWebhookParams, type InviteUserParams, type Location, type LoginUserParams, type Market, type MarketConfigClient, type Newsletter, type NewsletterFindParams, type NewsletterGetParams, type NewsletterSubscribeParams, 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 ReservationStoreState, type ResetForgotPasswordParams, type ResetPasswordParams, type SearchMyReservationsParams, type SearchReservationsParams, type SearchUsersParams, type SendEntryParams, type SetProviderScheduleParams, 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 UpdateProviderParams, type UpdateReservationParams, type UpdateRoleParams, type UpdateServiceParams, type UpdateSubscriptionParams, type UpdateUserProfileParams, type UploadBusinessMediaParams, type VerifyPhoneCodeParams, type Zone };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arky-sdk",
3
- "version": "0.3.14",
3
+ "version": "0.3.16",
4
4
  "description": "Official TypeScript SDK for Arky - All-in-one business platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",