@flowio/api-internal-sdk 0.0.165 → 0.0.166

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.
@@ -1887,37 +1887,6 @@ export interface KnowYourBusinessesGetParameters {
1887
1887
  offset?: number;
1888
1888
  sort?: string;
1889
1889
  }
1890
- export interface ShopifyCartsPutShopifyAndCartsAndPromotionByIdParameters {
1891
- body: io.flow.internal.v0.models.ShopifyPromotionForm;
1892
- headers?: $HttpHeaders;
1893
- id: string;
1894
- expand?: string[];
1895
- }
1896
- export interface ShopifyCartsDeleteShopifyAndCartsAndPromotionByIdParameters {
1897
- headers?: $HttpHeaders;
1898
- id: string;
1899
- expand?: string[];
1900
- }
1901
- export interface ShopifyCartsPostShopifyAndCartsAndFlowAndOrderByOrganizationParameters {
1902
- body: io.flow.experience.v0.models.Order;
1903
- headers?: $HttpHeaders;
1904
- organization: string;
1905
- }
1906
- export interface ShopifyCartConversionsPostCheckoutsParameters {
1907
- body: io.flow.shopify.external.v0.models.ShopifyExternalCart;
1908
- headers?: $HttpHeaders;
1909
- organization: string;
1910
- experience_key: string;
1911
- }
1912
- export interface ShopifyLocalizedVariantsGetExperienceAndMapByExperienceKeyParameters {
1913
- headers?: $HttpHeaders;
1914
- organization: string;
1915
- experience_key: string;
1916
- variant_id?: number[];
1917
- handle?: string[];
1918
- country?: string;
1919
- currency?: string;
1920
- }
1921
1890
  export interface ShopifyPaymentStripeEventsPostParameters {
1922
1891
  body: any;
1923
1892
  headers?: $HttpHeaders;
@@ -3382,12 +3351,6 @@ export interface RescreenRestrictionsProductsPostParameters {
3382
3351
  headers?: $HttpHeaders;
3383
3352
  organization: string;
3384
3353
  }
3385
- export interface RestrictionCategoriesGetParameters {
3386
- headers?: $HttpHeaders;
3387
- organization: string;
3388
- limit?: number;
3389
- offset?: number;
3390
- }
3391
3354
  export interface RestrictionFiltersGetParameters {
3392
3355
  headers?: $HttpHeaders;
3393
3356
  organization: string;
@@ -3412,6 +3375,7 @@ export interface RestrictionItemsGetParameters {
3412
3375
  status?: io.flow.internal.v0.enums.RestrictionStatus;
3413
3376
  statuses?: io.flow.internal.v0.enums.RestrictionStatus[];
3414
3377
  rule_ids?: string[];
3378
+ category?: string;
3415
3379
  categories?: string[];
3416
3380
  user_ids?: string[];
3417
3381
  product_name_query?: string;
@@ -3484,6 +3448,7 @@ export interface RestrictionProductsGetParameters {
3484
3448
  positive_keywords?: string[];
3485
3449
  negative_keywords?: string[];
3486
3450
  user_ids?: string[];
3451
+ category?: string;
3487
3452
  categories?: string[];
3488
3453
  product_name_query?: string;
3489
3454
  hs6?: string;
@@ -3635,53 +3600,6 @@ export interface ShippingLanesGetParameters {
3635
3600
  headers?: $HttpHeaders;
3636
3601
  ship_from_country?: string[];
3637
3602
  }
3638
- export interface ShopsGetRedirectsAndOrderByAppParameters {
3639
- headers?: $HttpHeaders;
3640
- app: io.flow.internal.v0.enums.FlowApp;
3641
- shop: string;
3642
- id: number;
3643
- }
3644
- export interface ShopsGetByMyshopifyDomainParameters {
3645
- headers?: $HttpHeaders;
3646
- myshopify_domain: string;
3647
- }
3648
- export interface ShopsPutByMyshopifyDomainParameters {
3649
- body: io.flow.internal.v0.models.ShopForm;
3650
- headers?: $HttpHeaders;
3651
- myshopify_domain: string;
3652
- }
3653
- export interface ShopsDeleteByMyshopifyDomainParameters {
3654
- headers?: $HttpHeaders;
3655
- myshopify_domain: string;
3656
- }
3657
- export interface ShopsPostInstallByMyshopifyDomainParameters {
3658
- body: io.flow.internal.v0.models.InstallForm;
3659
- headers?: $HttpHeaders;
3660
- myshopify_domain: string;
3661
- }
3662
- export interface ShopsPostSessionsByMyshopifyDomainParameters {
3663
- body: io.flow.session.v0.models.SessionForm;
3664
- headers?: $HttpHeaders;
3665
- myshopify_domain: string;
3666
- }
3667
- export interface ShopifyGiftCardBalancesPostParameters {
3668
- body: io.flow.internal.v0.models.ShopifyGiftCardBalanceForm;
3669
- headers?: $HttpHeaders;
3670
- organization: string;
3671
- }
3672
- export interface ShopifyGiftCardRedemptionsPostParameters {
3673
- body: io.flow.internal.v0.models.ShopifyGiftCardRedemptionForm;
3674
- headers?: $HttpHeaders;
3675
- organization: string;
3676
- }
3677
- export interface ShopifyGiftCardReversalsPostParameters {
3678
- body: io.flow.internal.v0.models.ShopifyGiftCardReversalForm;
3679
- headers?: $HttpHeaders;
3680
- organization: string;
3681
- }
3682
- export interface ShopifyGrantsChecksGetCheckHtmlParameters {
3683
- headers?: $HttpHeaders;
3684
- }
3685
3603
  export interface ShopifyMarketsOrderVersionWithShopIdsGetVersionsByNumberParameters {
3686
3604
  headers?: $HttpHeaders;
3687
3605
  organization: string;
@@ -3760,122 +3678,13 @@ export interface ShopifyMonitoringOrderMonitorReviewsPutStatusByIdAndStatusParam
3760
3678
  id: string;
3761
3679
  status: io.flow.internal.v0.enums.ShopifyMonitoringMonitorReviewStatus;
3762
3680
  }
3763
- export interface ShopifyOrderDetailsPostChecksAndInventoryParameters {
3764
- body: io.flow.internal.v0.models.ShopifyOrderInventoryCheck[];
3765
- headers?: $HttpHeaders;
3766
- organization: string;
3767
- }
3768
- export interface ShopifyOrderDetailsPostEnsureParameters {
3769
- body: io.flow.internal.v0.models.InternalOrder;
3770
- headers?: $HttpHeaders;
3771
- organization: string;
3772
- }
3773
- export interface ShopifyOrderDetailsGetChecksAndInventoryByNumberParameters {
3774
- headers?: $HttpHeaders;
3775
- organization: string;
3776
- number: string;
3777
- }
3778
- export interface ShopifyOrderDetailsPostCodesByNumberParameters {
3779
- body: io.flow.internal.v0.models.ShopifyCodeForm;
3780
- headers?: $HttpHeaders;
3781
- organization: string;
3782
- number: string;
3783
- expand?: string[];
3784
- }
3785
- export interface ShopifyOrderDetailsGetContentsByNumberParameters {
3786
- headers?: $HttpHeaders;
3787
- organization: string;
3788
- number: string;
3789
- }
3790
- export interface ShopifyOrderDetailsPostPaymentsAndGiftCardByNumberParameters {
3791
- body: io.flow.internal.v0.models.ShopifyGiftCardPaymentForm;
3792
- headers?: $HttpHeaders;
3793
- organization: string;
3794
- number: string;
3795
- expand?: string[];
3796
- }
3797
- export interface ShopifyOrderDetailsPutPromotionByNumberParameters {
3798
- body: io.flow.internal.v0.models.ShopifyPromotionForm;
3799
- headers?: $HttpHeaders;
3800
- organization: string;
3801
- number: string;
3802
- expand?: string[];
3803
- }
3804
- export interface ShopifyOrderDetailsDeletePromotionByNumberParameters {
3805
- headers?: $HttpHeaders;
3806
- organization: string;
3807
- number: string;
3808
- expand?: string[];
3809
- }
3810
- export interface ShopifyOrderDetailsDeletePromotionAndDeleteByNumberParameters {
3811
- headers?: $HttpHeaders;
3812
- organization: string;
3813
- number: string;
3814
- expand?: string[];
3815
- }
3816
- export interface ShopifyOrderDetailsPutPromotionsAndAutoAndApplyByNumberParameters {
3817
- headers?: $HttpHeaders;
3818
- organization: string;
3819
- number: string;
3820
- expand?: string[];
3821
- }
3822
- export interface ShopifyOrderDetailsGetSubmissionsByNumberAndAuthorizationKeyParameters {
3823
- headers?: $HttpHeaders;
3824
- organization: string;
3825
- number: string;
3826
- authorization_key: string;
3827
- expand?: string[];
3828
- }
3829
3681
  export interface ShopifyOrderFulfillmentsSnapshotsPostParameters {
3830
3682
  headers?: $HttpHeaders;
3831
3683
  }
3832
- export interface ShopifyOrganizationSettingsGetParameters {
3833
- headers?: $HttpHeaders;
3834
- organization: string;
3835
- }
3836
- export interface ShopifyOrganizationSettingsPostParameters {
3837
- body: io.flow.internal.v0.models.ShopifyOrganizationSettingsForm;
3838
- headers?: $HttpHeaders;
3839
- organization: string;
3840
- }
3841
- export interface ShopifyOrganizationSettingsPutParameters {
3842
- body: io.flow.internal.v0.models.ShopifyOrganizationSettingsForm;
3843
- headers?: $HttpHeaders;
3844
- organization: string;
3845
- }
3846
- export interface ShopifyOrganizationSettingsDeleteParameters {
3847
- headers?: $HttpHeaders;
3848
- organization: string;
3849
- }
3850
3684
  export interface ShopifyPartnerWebhooksPostParameters {
3851
3685
  body: any;
3852
3686
  headers?: $HttpHeaders;
3853
3687
  }
3854
- export interface ShopifyPromotionsGetParameters {
3855
- headers?: $HttpHeaders;
3856
- organization: string;
3857
- id?: string[];
3858
- limit?: number;
3859
- offset?: number;
3860
- status?: io.flow.internal.v0.enums.ShopifyPromotionStatus;
3861
- sort?: string;
3862
- }
3863
- export interface ShopifyPromotionsPostParameters {
3864
- body: io.flow.internal.v0.models.ShopifyPromoForm;
3865
- headers?: $HttpHeaders;
3866
- organization: string;
3867
- }
3868
- export interface ShopifyPromotionsGetByIdParameters {
3869
- headers?: $HttpHeaders;
3870
- organization: string;
3871
- id: string;
3872
- }
3873
- export interface ShopifyPromotionsPutByIdParameters {
3874
- body: io.flow.internal.v0.models.ShopifyPromoForm;
3875
- headers?: $HttpHeaders;
3876
- organization: string;
3877
- id: string;
3878
- }
3879
3688
  export interface ShopifyStoreDetailsGetParameters {
3880
3689
  headers?: $HttpHeaders;
3881
3690
  organization: string;
@@ -3884,19 +3693,6 @@ export interface ShopifyStripeEventsPostParameters {
3884
3693
  body: any;
3885
3694
  headers?: $HttpHeaders;
3886
3695
  }
3887
- export interface ShopifyWebhookEventsPostShopsByShopifyShopIdAndTopicAndActionParameters {
3888
- body: any;
3889
- headers?: $HttpHeaders;
3890
- shopify_shop_id: string;
3891
- topic: string;
3892
- action: string;
3893
- }
3894
- export interface ShopifyWebhookEventsPostByTopicAndActionParameters {
3895
- body: any;
3896
- headers?: $HttpHeaders;
3897
- topic: string;
3898
- action: string;
3899
- }
3900
3696
  export interface SmpTaxCalculationFormsPostParameters {
3901
3697
  body: io.flow.internal.v0.models.SmpTaxCalculationForm;
3902
3698
  headers?: $HttpHeaders;
@@ -4041,10 +3837,6 @@ export interface TrackingDebugLabelsPostForceAndTransitByLabelIdParameters {
4041
3837
  headers?: $HttpHeaders;
4042
3838
  label_id: string;
4043
3839
  }
4044
- export interface TrackingResyncsPostParameters {
4045
- body: any;
4046
- headers?: $HttpHeaders;
4047
- }
4048
3840
  export interface TrackingWebhooksGetParameters {
4049
3841
  headers?: $HttpHeaders;
4050
3842
  carrier_id: string;
@@ -4462,11 +4254,6 @@ export declare type OrganizationSessionsPutOrganizationsBySessionAndOrganization
4462
4254
  export declare type OrganizationSessionsPutResetBySessionResponse = $HttpOk<io.flow.session.v0.unions.Session> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4463
4255
  export declare type ShopifyOrdersGetTraceByShopifyOrderIdResponse = $HttpOk<any> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4464
4256
  export declare type KnowYourBusinessesGetResponse = $HttpOk<io.flow.shopify.merchant.config.v0.unions.KnowYourBusiness[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4465
- export declare type ShopifyCartsPutShopifyAndCartsAndPromotionByIdResponse = $HttpOk<io.flow.shopify.v0.models.ShopifyCart> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4466
- export declare type ShopifyCartsDeleteShopifyAndCartsAndPromotionByIdResponse = $HttpOk<io.flow.shopify.v0.models.ShopifyCart> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4467
- export declare type ShopifyCartsPostShopifyAndCartsAndFlowAndOrderByOrganizationResponse = $HttpCreated<io.flow.shopify.v0.models.ShopifyCart> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4468
- export declare type ShopifyCartConversionsPostCheckoutsResponse = $HttpCreated<io.flow.internal.v0.models.V1Checkout> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4469
- export declare type ShopifyLocalizedVariantsGetExperienceAndMapByExperienceKeyResponse = $HttpOk<Record<string, io.flow.shopify.v0.models.ShopifyLocalizedVariant>> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4470
4257
  export declare type ShopifyPaymentStripeEventsPostResponse = $HttpCreated<any> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4471
4258
  export declare type StripeDisputeEventsPostResponse = $HttpCreated<any> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4472
4259
  export declare type StripeEventsPostStripeResponse = $HttpOk<any>;
@@ -4711,7 +4498,6 @@ export declare type ReportsPostResponse = $HttpOk<io.flow.internal.v0.models.Rep
4711
4498
  export declare type ReportsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.Report> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4712
4499
  export declare type ReportSummaryGetResponse = $HttpOk<io.flow.internal.v0.models.ReportSummary> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4713
4500
  export declare type RescreenRestrictionsProductsPostResponse = $HttpCreated<undefined> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4714
- export declare type RestrictionCategoriesGetResponse = $HttpOk<io.flow.internal.v0.models.RestrictionCategory[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4715
4501
  export declare type RestrictionFiltersGetResponse = $HttpOk<io.flow.internal.v0.models.RestrictionFilter> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4716
4502
  export declare type RestrictionFiltersGetCatalogResponse = $HttpOk<io.flow.internal.v0.models.RestrictionFilter> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4717
4503
  export declare type RestrictionFiltersGetPendingReviewsResponse = $HttpOk<io.flow.internal.v0.models.RestrictionFilter> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
@@ -4751,16 +4537,6 @@ export declare type SearchProviderExportsPostResponse = $HttpAccepted<undefined>
4751
4537
  export declare type SearchProviderExportsPostExperienceByExperienceKeyResponse = $HttpAccepted<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4752
4538
  export declare type SessionOrderDataGetBySessionIdResponse = $HttpOk<io.flow.internal.v0.models.SessionOrderData> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4753
4539
  export declare type ShippingLanesGetResponse = $HttpOk<io.flow.internal.v0.models.ShippingLane[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4754
- export declare type ShopsGetRedirectsAndOrderByAppResponse = $HttpSeeOther<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4755
- export declare type ShopsGetByMyshopifyDomainResponse = $HttpOk<io.flow.internal.v0.models.Shop> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4756
- export declare type ShopsPutByMyshopifyDomainResponse = $HttpOk<io.flow.internal.v0.models.Shop> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4757
- export declare type ShopsDeleteByMyshopifyDomainResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4758
- export declare type ShopsPostInstallByMyshopifyDomainResponse = $HttpOk<io.flow.internal.v0.models.Shop> | $HttpCreated<io.flow.internal.v0.models.Shop> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4759
- export declare type ShopsPostSessionsByMyshopifyDomainResponse = $HttpCreated<io.flow.session.v0.models.OrganizationSession> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4760
- export declare type ShopifyGiftCardBalancesPostResponse = $HttpCreated<io.flow.internal.v0.models.ShopifyGiftCardBalance> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4761
- export declare type ShopifyGiftCardRedemptionsPostResponse = $HttpCreated<io.flow.internal.v0.models.ShopifyGiftCardRedemption> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4762
- export declare type ShopifyGiftCardReversalsPostResponse = $HttpCreated<io.flow.internal.v0.models.ShopifyGiftCardReversal> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4763
- export declare type ShopifyGrantsChecksGetCheckHtmlResponse = $HttpOk<string> | $HttpUnauthorized<undefined>;
4764
4540
  export declare type ShopifyMarketsOrderVersionWithShopIdsGetVersionsByNumberResponse = $HttpOk<io.flow.internal.v0.models.ShopifyMarketsOrderVersionWithShopId[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4765
4541
  export declare type ShopifyMarketsQueuedRecordsGetResponse = $HttpOk<io.flow.internal.v0.models.ShopifyMarketsQueuedRecord[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4766
4542
  export declare type ShopifyMarketsQueuedRecordsPutRequeueAndNowByIdResponse = $HttpOk<io.flow.internal.v0.models.ShopifyMarketsQueuedRecord> | $HttpCreated<io.flow.internal.v0.models.ShopifyMarketsQueuedRecord> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
@@ -4774,31 +4550,10 @@ export declare type ShopifyMarketsWebhookRegistrationsGetResponse = $HttpOk<io.f
4774
4550
  export declare type ShopifyMonitoringOrderMonitorsGetResponse = $HttpOk<io.flow.internal.v0.models.ShopifyMonitoringOrderMonitor[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4775
4551
  export declare type ShopifyMonitoringOrderMonitorReviewsGetResponse = $HttpOk<io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorReview[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4776
4552
  export declare type ShopifyMonitoringOrderMonitorReviewsPutStatusByIdAndStatusResponse = $HttpOk<io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorReview> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4777
- export declare type ShopifyOrderDetailsPostChecksAndInventoryResponse = $HttpOk<io.flow.internal.v0.models.ShopifyOrderInventoryCheck[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.internal.v0.models.ShopifyCheckInventoryError>;
4778
- export declare type ShopifyOrderDetailsPostEnsureResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4779
- export declare type ShopifyOrderDetailsGetChecksAndInventoryByNumberResponse = $HttpOk<io.flow.internal.v0.models.ShopifyOrderInventoryCheck[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4780
- export declare type ShopifyOrderDetailsPostCodesByNumberResponse = $HttpOk<io.flow.internal.v0.models.ShopifyOrderDetail> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4781
- export declare type ShopifyOrderDetailsGetContentsByNumberResponse = $HttpOk<io.flow.internal.v0.models.ShopifyOrderContent> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4782
- export declare type ShopifyOrderDetailsPostPaymentsAndGiftCardByNumberResponse = $HttpOk<io.flow.internal.v0.models.ShopifyOrderDetail> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4783
- export declare type ShopifyOrderDetailsPutPromotionByNumberResponse = $HttpOk<io.flow.experience.v0.models.Order> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4784
- export declare type ShopifyOrderDetailsDeletePromotionByNumberResponse = $HttpOk<io.flow.experience.v0.models.Order> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.experience.v0.models.OrderError>;
4785
- export declare type ShopifyOrderDetailsDeletePromotionAndDeleteByNumberResponse = $HttpOk<io.flow.experience.v0.models.Order> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.experience.v0.models.OrderError>;
4786
- export declare type ShopifyOrderDetailsPutPromotionsAndAutoAndApplyByNumberResponse = $HttpOk<io.flow.experience.v0.models.Order> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4787
- export declare type ShopifyOrderDetailsGetSubmissionsByNumberAndAuthorizationKeyResponse = $HttpOk<io.flow.internal.v0.models.ShopifyOrderAuthorization> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4788
4553
  export declare type ShopifyOrderFulfillmentsSnapshotsPostResponse = $HttpCreated<undefined> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4789
- export declare type ShopifyOrganizationSettingsGetResponse = $HttpOk<io.flow.internal.v0.models.ShopifyOrganizationSettings> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4790
- export declare type ShopifyOrganizationSettingsPostResponse = $HttpCreated<io.flow.internal.v0.models.ShopifyOrganizationSettings> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4791
- export declare type ShopifyOrganizationSettingsPutResponse = $HttpOk<io.flow.internal.v0.models.ShopifyOrganizationSettings> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4792
- export declare type ShopifyOrganizationSettingsDeleteResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4793
4554
  export declare type ShopifyPartnerWebhooksPostResponse = $HttpOk<string> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4794
- export declare type ShopifyPromotionsGetResponse = $HttpOk<io.flow.internal.v0.models.ShopifyPromotion[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4795
- export declare type ShopifyPromotionsPostResponse = $HttpCreated<io.flow.internal.v0.models.ShopifyPromotion> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4796
- export declare type ShopifyPromotionsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.ShopifyPromotion> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4797
- export declare type ShopifyPromotionsPutByIdResponse = $HttpOk<io.flow.internal.v0.models.ShopifyPromotion> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4798
4555
  export declare type ShopifyStoreDetailsGetResponse = $HttpOk<io.flow.internal.v0.models.ShopifyStoreDetail> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4799
4556
  export declare type ShopifyStripeEventsPostResponse = $HttpCreated<any> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4800
- export declare type ShopifyWebhookEventsPostShopsByShopifyShopIdAndTopicAndActionResponse = $HttpNoContent<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4801
- export declare type ShopifyWebhookEventsPostByTopicAndActionResponse = $HttpNoContent<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4802
4557
  export declare type SmpTaxCalculationFormsPostResponse = $HttpOk<io.flow.internal.v0.models.SmpTaxCalculation> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.internal.v0.models.TaxCalculationError>;
4803
4558
  export declare type SnoozesGetResponse = $HttpOk<io.flow.internal.v0.models.Snooze[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4804
4559
  export declare type SnoozesPostResponse = $HttpCreated<io.flow.internal.v0.models.Snooze> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
@@ -4824,7 +4579,6 @@ export declare type TestsPutByIdResponse = $HttpOk<io.flow.internal.v0.models.Te
4824
4579
  export declare type TestsDeleteByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4825
4580
  export declare type TrackingDebugLabelsGetByLabelIdResponse = $HttpOk<io.flow.internal.v0.models.TrackingDebugLabel> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4826
4581
  export declare type TrackingDebugLabelsPostForceAndTransitByLabelIdResponse = $HttpOk<io.flow.tracking.v0.models.TrackingEvent> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4827
- export declare type TrackingResyncsPostResponse = $HttpOk<undefined> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4828
4582
  export declare type TrackingWebhooksGetResponse = $HttpOk<any> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4829
4583
  export declare type TrackingWebhooksPostResponse = $HttpOk<any> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4830
4584
  export declare type TransactionsGetOrdersByOrderNumberResponse = $HttpOk<io.flow.internal.v0.unions.Transaction[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
@@ -5399,17 +5153,6 @@ export declare class ShopifyOrdersResource extends $Resource {
5399
5153
  export declare class KnowYourBusinessesResource extends $Resource {
5400
5154
  get(params: KnowYourBusinessesGetParameters): Promise<KnowYourBusinessesGetResponse>;
5401
5155
  }
5402
- export declare class ShopifyCartsResource extends $Resource {
5403
- putShopifyAndCartsAndPromotionById(params: ShopifyCartsPutShopifyAndCartsAndPromotionByIdParameters): Promise<ShopifyCartsPutShopifyAndCartsAndPromotionByIdResponse>;
5404
- deleteShopifyAndCartsAndPromotionById(params: ShopifyCartsDeleteShopifyAndCartsAndPromotionByIdParameters): Promise<ShopifyCartsDeleteShopifyAndCartsAndPromotionByIdResponse>;
5405
- postShopifyAndCartsAndFlowAndOrderByOrganization(params: ShopifyCartsPostShopifyAndCartsAndFlowAndOrderByOrganizationParameters): Promise<ShopifyCartsPostShopifyAndCartsAndFlowAndOrderByOrganizationResponse>;
5406
- }
5407
- export declare class ShopifyCartConversionsResource extends $Resource {
5408
- postCheckouts(params: ShopifyCartConversionsPostCheckoutsParameters): Promise<ShopifyCartConversionsPostCheckoutsResponse>;
5409
- }
5410
- export declare class ShopifyLocalizedVariantsResource extends $Resource {
5411
- getExperienceAndMapByExperienceKey(params: ShopifyLocalizedVariantsGetExperienceAndMapByExperienceKeyParameters): Promise<ShopifyLocalizedVariantsGetExperienceAndMapByExperienceKeyResponse>;
5412
- }
5413
5156
  export declare class ShopifyPaymentStripeEventsResource extends $Resource {
5414
5157
  post(params: ShopifyPaymentStripeEventsPostParameters): Promise<ShopifyPaymentStripeEventsPostResponse>;
5415
5158
  }
@@ -5836,9 +5579,6 @@ export declare class ReportSummaryResource extends $Resource {
5836
5579
  export declare class RescreenRestrictionsProductsResource extends $Resource {
5837
5580
  post(params: RescreenRestrictionsProductsPostParameters): Promise<RescreenRestrictionsProductsPostResponse>;
5838
5581
  }
5839
- export declare class RestrictionCategoriesResource extends $Resource {
5840
- get(params: RestrictionCategoriesGetParameters): Promise<RestrictionCategoriesGetResponse>;
5841
- }
5842
5582
  export declare class RestrictionFiltersResource extends $Resource {
5843
5583
  get(params: RestrictionFiltersGetParameters): Promise<RestrictionFiltersGetResponse>;
5844
5584
  getCatalog(params: RestrictionFiltersGetCatalogParameters): Promise<RestrictionFiltersGetCatalogResponse>;
@@ -5910,26 +5650,6 @@ export declare class SessionOrderDataResource extends $Resource {
5910
5650
  export declare class ShippingLanesResource extends $Resource {
5911
5651
  get(params?: ShippingLanesGetParameters): Promise<ShippingLanesGetResponse>;
5912
5652
  }
5913
- export declare class ShopsResource extends $Resource {
5914
- getRedirectsAndOrderByApp(params: ShopsGetRedirectsAndOrderByAppParameters): Promise<ShopsGetRedirectsAndOrderByAppResponse>;
5915
- getByMyshopifyDomain(params: ShopsGetByMyshopifyDomainParameters): Promise<ShopsGetByMyshopifyDomainResponse>;
5916
- putByMyshopifyDomain(params: ShopsPutByMyshopifyDomainParameters): Promise<ShopsPutByMyshopifyDomainResponse>;
5917
- deleteByMyshopifyDomain(params: ShopsDeleteByMyshopifyDomainParameters): Promise<ShopsDeleteByMyshopifyDomainResponse>;
5918
- postInstallByMyshopifyDomain(params: ShopsPostInstallByMyshopifyDomainParameters): Promise<ShopsPostInstallByMyshopifyDomainResponse>;
5919
- postSessionsByMyshopifyDomain(params: ShopsPostSessionsByMyshopifyDomainParameters): Promise<ShopsPostSessionsByMyshopifyDomainResponse>;
5920
- }
5921
- export declare class ShopifyGiftCardBalancesResource extends $Resource {
5922
- post(params: ShopifyGiftCardBalancesPostParameters): Promise<ShopifyGiftCardBalancesPostResponse>;
5923
- }
5924
- export declare class ShopifyGiftCardRedemptionsResource extends $Resource {
5925
- post(params: ShopifyGiftCardRedemptionsPostParameters): Promise<ShopifyGiftCardRedemptionsPostResponse>;
5926
- }
5927
- export declare class ShopifyGiftCardReversalsResource extends $Resource {
5928
- post(params: ShopifyGiftCardReversalsPostParameters): Promise<ShopifyGiftCardReversalsPostResponse>;
5929
- }
5930
- export declare class ShopifyGrantsChecksResource extends $Resource {
5931
- getCheckHtml(params?: ShopifyGrantsChecksGetCheckHtmlParameters): Promise<ShopifyGrantsChecksGetCheckHtmlResponse>;
5932
- }
5933
5653
  export declare class ShopifyMarketsOrderVersionWithShopIdsResource extends $Resource {
5934
5654
  getVersionsByNumber(params: ShopifyMarketsOrderVersionWithShopIdsGetVersionsByNumberParameters): Promise<ShopifyMarketsOrderVersionWithShopIdsGetVersionsByNumberResponse>;
5935
5655
  }
@@ -5959,47 +5679,18 @@ export declare class ShopifyMonitoringOrderMonitorReviewsResource extends $Resou
5959
5679
  get(params: ShopifyMonitoringOrderMonitorReviewsGetParameters): Promise<ShopifyMonitoringOrderMonitorReviewsGetResponse>;
5960
5680
  putStatusByIdAndStatus(params: ShopifyMonitoringOrderMonitorReviewsPutStatusByIdAndStatusParameters): Promise<ShopifyMonitoringOrderMonitorReviewsPutStatusByIdAndStatusResponse>;
5961
5681
  }
5962
- export declare class ShopifyOrderDetailsResource extends $Resource {
5963
- postChecksAndInventory(params: ShopifyOrderDetailsPostChecksAndInventoryParameters): Promise<ShopifyOrderDetailsPostChecksAndInventoryResponse>;
5964
- postEnsure(params: ShopifyOrderDetailsPostEnsureParameters): Promise<ShopifyOrderDetailsPostEnsureResponse>;
5965
- getChecksAndInventoryByNumber(params: ShopifyOrderDetailsGetChecksAndInventoryByNumberParameters): Promise<ShopifyOrderDetailsGetChecksAndInventoryByNumberResponse>;
5966
- postCodesByNumber(params: ShopifyOrderDetailsPostCodesByNumberParameters): Promise<ShopifyOrderDetailsPostCodesByNumberResponse>;
5967
- getContentsByNumber(params: ShopifyOrderDetailsGetContentsByNumberParameters): Promise<ShopifyOrderDetailsGetContentsByNumberResponse>;
5968
- postPaymentsAndGiftCardByNumber(params: ShopifyOrderDetailsPostPaymentsAndGiftCardByNumberParameters): Promise<ShopifyOrderDetailsPostPaymentsAndGiftCardByNumberResponse>;
5969
- putPromotionByNumber(params: ShopifyOrderDetailsPutPromotionByNumberParameters): Promise<ShopifyOrderDetailsPutPromotionByNumberResponse>;
5970
- deletePromotionByNumber(params: ShopifyOrderDetailsDeletePromotionByNumberParameters): Promise<ShopifyOrderDetailsDeletePromotionByNumberResponse>;
5971
- deletePromotionAndDeleteByNumber(params: ShopifyOrderDetailsDeletePromotionAndDeleteByNumberParameters): Promise<ShopifyOrderDetailsDeletePromotionAndDeleteByNumberResponse>;
5972
- putPromotionsAndAutoAndApplyByNumber(params: ShopifyOrderDetailsPutPromotionsAndAutoAndApplyByNumberParameters): Promise<ShopifyOrderDetailsPutPromotionsAndAutoAndApplyByNumberResponse>;
5973
- getSubmissionsByNumberAndAuthorizationKey(params: ShopifyOrderDetailsGetSubmissionsByNumberAndAuthorizationKeyParameters): Promise<ShopifyOrderDetailsGetSubmissionsByNumberAndAuthorizationKeyResponse>;
5974
- }
5975
5682
  export declare class ShopifyOrderFulfillmentsSnapshotsResource extends $Resource {
5976
5683
  post(params?: ShopifyOrderFulfillmentsSnapshotsPostParameters): Promise<ShopifyOrderFulfillmentsSnapshotsPostResponse>;
5977
5684
  }
5978
- export declare class ShopifyOrganizationSettingsResource extends $Resource {
5979
- get(params: ShopifyOrganizationSettingsGetParameters): Promise<ShopifyOrganizationSettingsGetResponse>;
5980
- post(params: ShopifyOrganizationSettingsPostParameters): Promise<ShopifyOrganizationSettingsPostResponse>;
5981
- put(params: ShopifyOrganizationSettingsPutParameters): Promise<ShopifyOrganizationSettingsPutResponse>;
5982
- delete(params: ShopifyOrganizationSettingsDeleteParameters): Promise<ShopifyOrganizationSettingsDeleteResponse>;
5983
- }
5984
5685
  export declare class ShopifyPartnerWebhooksResource extends $Resource {
5985
5686
  post(params: ShopifyPartnerWebhooksPostParameters): Promise<ShopifyPartnerWebhooksPostResponse>;
5986
5687
  }
5987
- export declare class ShopifyPromotionsResource extends $Resource {
5988
- get(params: ShopifyPromotionsGetParameters): Promise<ShopifyPromotionsGetResponse>;
5989
- post(params: ShopifyPromotionsPostParameters): Promise<ShopifyPromotionsPostResponse>;
5990
- getById(params: ShopifyPromotionsGetByIdParameters): Promise<ShopifyPromotionsGetByIdResponse>;
5991
- putById(params: ShopifyPromotionsPutByIdParameters): Promise<ShopifyPromotionsPutByIdResponse>;
5992
- }
5993
5688
  export declare class ShopifyStoreDetailsResource extends $Resource {
5994
5689
  get(params: ShopifyStoreDetailsGetParameters): Promise<ShopifyStoreDetailsGetResponse>;
5995
5690
  }
5996
5691
  export declare class ShopifyStripeEventsResource extends $Resource {
5997
5692
  post(params: ShopifyStripeEventsPostParameters): Promise<ShopifyStripeEventsPostResponse>;
5998
5693
  }
5999
- export declare class ShopifyWebhookEventsResource extends $Resource {
6000
- postShopsByShopifyShopIdAndTopicAndAction(params: ShopifyWebhookEventsPostShopsByShopifyShopIdAndTopicAndActionParameters): Promise<ShopifyWebhookEventsPostShopsByShopifyShopIdAndTopicAndActionResponse>;
6001
- postByTopicAndAction(params: ShopifyWebhookEventsPostByTopicAndActionParameters): Promise<ShopifyWebhookEventsPostByTopicAndActionResponse>;
6002
- }
6003
5694
  export declare class SmpTaxCalculationFormsResource extends $Resource {
6004
5695
  post(params: SmpTaxCalculationFormsPostParameters): Promise<SmpTaxCalculationFormsPostResponse>;
6005
5696
  }
@@ -6045,9 +5736,6 @@ export declare class TrackingDebugLabelsResource extends $Resource {
6045
5736
  getByLabelId(params: TrackingDebugLabelsGetByLabelIdParameters): Promise<TrackingDebugLabelsGetByLabelIdResponse>;
6046
5737
  postForceAndTransitByLabelId(params: TrackingDebugLabelsPostForceAndTransitByLabelIdParameters): Promise<TrackingDebugLabelsPostForceAndTransitByLabelIdResponse>;
6047
5738
  }
6048
- export declare class TrackingResyncsResource extends $Resource {
6049
- post(params: TrackingResyncsPostParameters): Promise<TrackingResyncsPostResponse>;
6050
- }
6051
5739
  export declare class TrackingWebhooksResource extends $Resource {
6052
5740
  get(params: TrackingWebhooksGetParameters): Promise<TrackingWebhooksGetResponse>;
6053
5741
  post(params: TrackingWebhooksPostParameters): Promise<TrackingWebhooksPostResponse>;
@@ -6222,9 +5910,6 @@ export interface ClientInstance {
6222
5910
  organizationSessions: OrganizationSessionsResource;
6223
5911
  shopifyOrders: ShopifyOrdersResource;
6224
5912
  knowYourBusinesses: KnowYourBusinessesResource;
6225
- shopifyCarts: ShopifyCartsResource;
6226
- shopifyCartConversions: ShopifyCartConversionsResource;
6227
- shopifyLocalizedVariants: ShopifyLocalizedVariantsResource;
6228
5913
  shopifyPaymentStripeEvents: ShopifyPaymentStripeEventsResource;
6229
5914
  stripeDisputeEvents: StripeDisputeEventsResource;
6230
5915
  stripeEvents: StripeEventsResource;
@@ -6316,7 +6001,6 @@ export interface ClientInstance {
6316
6001
  reports: ReportsResource;
6317
6002
  reportSummary: ReportSummaryResource;
6318
6003
  rescreenRestrictionsProducts: RescreenRestrictionsProductsResource;
6319
- restrictionCategories: RestrictionCategoriesResource;
6320
6004
  restrictionFilters: RestrictionFiltersResource;
6321
6005
  restrictionItems: RestrictionItemsResource;
6322
6006
  restrictionOrganizations: RestrictionOrganizationsResource;
@@ -6333,11 +6017,6 @@ export interface ClientInstance {
6333
6017
  searchProviderExports: SearchProviderExportsResource;
6334
6018
  sessionOrderData: SessionOrderDataResource;
6335
6019
  shippingLanes: ShippingLanesResource;
6336
- shops: ShopsResource;
6337
- shopifyGiftCardBalances: ShopifyGiftCardBalancesResource;
6338
- shopifyGiftCardRedemptions: ShopifyGiftCardRedemptionsResource;
6339
- shopifyGiftCardReversals: ShopifyGiftCardReversalsResource;
6340
- shopifyGrantsChecks: ShopifyGrantsChecksResource;
6341
6020
  shopifyMarketsOrderVersionWithShopIds: ShopifyMarketsOrderVersionWithShopIdsResource;
6342
6021
  shopifyMarketsQueuedRecords: ShopifyMarketsQueuedRecordsResource;
6343
6022
  shopifyMarketsShops: ShopifyMarketsShopsResource;
@@ -6346,14 +6025,10 @@ export interface ClientInstance {
6346
6025
  shopifyMarketsWebhookRegistrations: ShopifyMarketsWebhookRegistrationsResource;
6347
6026
  shopifyMonitoringOrderMonitors: ShopifyMonitoringOrderMonitorsResource;
6348
6027
  shopifyMonitoringOrderMonitorReviews: ShopifyMonitoringOrderMonitorReviewsResource;
6349
- shopifyOrderDetails: ShopifyOrderDetailsResource;
6350
6028
  shopifyOrderFulfillmentsSnapshots: ShopifyOrderFulfillmentsSnapshotsResource;
6351
- shopifyOrganizationSettings: ShopifyOrganizationSettingsResource;
6352
6029
  shopifyPartnerWebhooks: ShopifyPartnerWebhooksResource;
6353
- shopifyPromotions: ShopifyPromotionsResource;
6354
6030
  shopifyStoreDetails: ShopifyStoreDetailsResource;
6355
6031
  shopifyStripeEvents: ShopifyStripeEventsResource;
6356
- shopifyWebhookEvents: ShopifyWebhookEventsResource;
6357
6032
  smpTaxCalculationForms: SmpTaxCalculationFormsResource;
6358
6033
  snoozes: SnoozesResource;
6359
6034
  spotRates: SpotRatesResource;
@@ -6364,7 +6039,6 @@ export interface ClientInstance {
6364
6039
  techOnboardingDescriptions: TechOnboardingDescriptionsResource;
6365
6040
  tests: TestsResource;
6366
6041
  trackingDebugLabels: TrackingDebugLabelsResource;
6367
- trackingResyncs: TrackingResyncsResource;
6368
6042
  trackingWebhooks: TrackingWebhooksResource;
6369
6043
  transactions: TransactionsResource;
6370
6044
  transactionAdjustments: TransactionAdjustmentsResource;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-internal-sdk",
3
- "version": "0.0.165",
3
+ "version": "0.0.166",
4
4
  "description": "Global TypeScript typings for Flow Commerce API",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,5 +26,5 @@
26
26
  "generate": "apibuilder update"
27
27
  },
28
28
  "sideEffects": false,
29
- "gitHead": "190ae7774967db79faaab1c6f4ea63dd48a75358"
29
+ "gitHead": "02aac7bc00282660cbd728450e9d4a633df23dce"
30
30
  }