@flowio/api-internal-sdk 0.0.165 → 0.0.167
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/cjs/api-internal.js +47 -487
- package/dist/esm/api-internal.js +42 -482
- package/dist/types/api-internal.d.ts +31 -330
- package/package.json +2 -2
|
@@ -1507,6 +1507,23 @@ export interface HarmonizationUnclassifiedStatisticsGetParameters {
|
|
|
1507
1507
|
limit?: number;
|
|
1508
1508
|
offset?: number;
|
|
1509
1509
|
}
|
|
1510
|
+
export interface HoseinItemsPostParameters {
|
|
1511
|
+
body: io.flow.internal.v0.models.HoseinItemForm;
|
|
1512
|
+
headers?: $HttpHeaders;
|
|
1513
|
+
}
|
|
1514
|
+
export interface HoseinItemsGetByIdParameters {
|
|
1515
|
+
headers?: $HttpHeaders;
|
|
1516
|
+
id: string;
|
|
1517
|
+
}
|
|
1518
|
+
export interface HoseinItemsPutByIdParameters {
|
|
1519
|
+
body: io.flow.internal.v0.models.HoseinItemForm;
|
|
1520
|
+
headers?: $HttpHeaders;
|
|
1521
|
+
id: string;
|
|
1522
|
+
}
|
|
1523
|
+
export interface HoseinItemsDeleteByIdParameters {
|
|
1524
|
+
headers?: $HttpHeaders;
|
|
1525
|
+
id: string;
|
|
1526
|
+
}
|
|
1510
1527
|
export interface Hs6GetDescriptionByCodeParameters {
|
|
1511
1528
|
headers?: $HttpHeaders;
|
|
1512
1529
|
code: string;
|
|
@@ -1887,37 +1904,6 @@ export interface KnowYourBusinessesGetParameters {
|
|
|
1887
1904
|
offset?: number;
|
|
1888
1905
|
sort?: string;
|
|
1889
1906
|
}
|
|
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
1907
|
export interface ShopifyPaymentStripeEventsPostParameters {
|
|
1922
1908
|
body: any;
|
|
1923
1909
|
headers?: $HttpHeaders;
|
|
@@ -3382,12 +3368,6 @@ export interface RescreenRestrictionsProductsPostParameters {
|
|
|
3382
3368
|
headers?: $HttpHeaders;
|
|
3383
3369
|
organization: string;
|
|
3384
3370
|
}
|
|
3385
|
-
export interface RestrictionCategoriesGetParameters {
|
|
3386
|
-
headers?: $HttpHeaders;
|
|
3387
|
-
organization: string;
|
|
3388
|
-
limit?: number;
|
|
3389
|
-
offset?: number;
|
|
3390
|
-
}
|
|
3391
3371
|
export interface RestrictionFiltersGetParameters {
|
|
3392
3372
|
headers?: $HttpHeaders;
|
|
3393
3373
|
organization: string;
|
|
@@ -3412,7 +3392,7 @@ export interface RestrictionItemsGetParameters {
|
|
|
3412
3392
|
status?: io.flow.internal.v0.enums.RestrictionStatus;
|
|
3413
3393
|
statuses?: io.flow.internal.v0.enums.RestrictionStatus[];
|
|
3414
3394
|
rule_ids?: string[];
|
|
3415
|
-
|
|
3395
|
+
category?: string;
|
|
3416
3396
|
user_ids?: string[];
|
|
3417
3397
|
product_name_query?: string;
|
|
3418
3398
|
hs6?: string;
|
|
@@ -3471,6 +3451,7 @@ export interface RestrictionOrganizationDecisionSummariesGetParameters {
|
|
|
3471
3451
|
approval_status?: io.flow.internal.v0.enums.OrganizationRestrictionApprovalStatus;
|
|
3472
3452
|
review_type?: io.flow.internal.v0.enums.OrganizationRestrictionReviewType;
|
|
3473
3453
|
filter_orgs_with_pending_verifications?: boolean;
|
|
3454
|
+
filter_orgs_with_pending?: io.flow.internal.v0.enums.PendingRecordType;
|
|
3474
3455
|
transacting_orgs?: boolean;
|
|
3475
3456
|
limit?: number;
|
|
3476
3457
|
offset?: number;
|
|
@@ -3484,7 +3465,7 @@ export interface RestrictionProductsGetParameters {
|
|
|
3484
3465
|
positive_keywords?: string[];
|
|
3485
3466
|
negative_keywords?: string[];
|
|
3486
3467
|
user_ids?: string[];
|
|
3487
|
-
|
|
3468
|
+
category?: string;
|
|
3488
3469
|
product_name_query?: string;
|
|
3489
3470
|
hs6?: string;
|
|
3490
3471
|
product_id?: string;
|
|
@@ -3635,53 +3616,6 @@ export interface ShippingLanesGetParameters {
|
|
|
3635
3616
|
headers?: $HttpHeaders;
|
|
3636
3617
|
ship_from_country?: string[];
|
|
3637
3618
|
}
|
|
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
3619
|
export interface ShopifyMarketsOrderVersionWithShopIdsGetVersionsByNumberParameters {
|
|
3686
3620
|
headers?: $HttpHeaders;
|
|
3687
3621
|
organization: string;
|
|
@@ -3760,122 +3694,13 @@ export interface ShopifyMonitoringOrderMonitorReviewsPutStatusByIdAndStatusParam
|
|
|
3760
3694
|
id: string;
|
|
3761
3695
|
status: io.flow.internal.v0.enums.ShopifyMonitoringMonitorReviewStatus;
|
|
3762
3696
|
}
|
|
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
3697
|
export interface ShopifyOrderFulfillmentsSnapshotsPostParameters {
|
|
3830
3698
|
headers?: $HttpHeaders;
|
|
3831
3699
|
}
|
|
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
3700
|
export interface ShopifyPartnerWebhooksPostParameters {
|
|
3851
3701
|
body: any;
|
|
3852
3702
|
headers?: $HttpHeaders;
|
|
3853
3703
|
}
|
|
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
3704
|
export interface ShopifyStoreDetailsGetParameters {
|
|
3880
3705
|
headers?: $HttpHeaders;
|
|
3881
3706
|
organization: string;
|
|
@@ -3884,19 +3709,6 @@ export interface ShopifyStripeEventsPostParameters {
|
|
|
3884
3709
|
body: any;
|
|
3885
3710
|
headers?: $HttpHeaders;
|
|
3886
3711
|
}
|
|
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
3712
|
export interface SmpTaxCalculationFormsPostParameters {
|
|
3901
3713
|
body: io.flow.internal.v0.models.SmpTaxCalculationForm;
|
|
3902
3714
|
headers?: $HttpHeaders;
|
|
@@ -4041,10 +3853,6 @@ export interface TrackingDebugLabelsPostForceAndTransitByLabelIdParameters {
|
|
|
4041
3853
|
headers?: $HttpHeaders;
|
|
4042
3854
|
label_id: string;
|
|
4043
3855
|
}
|
|
4044
|
-
export interface TrackingResyncsPostParameters {
|
|
4045
|
-
body: any;
|
|
4046
|
-
headers?: $HttpHeaders;
|
|
4047
|
-
}
|
|
4048
3856
|
export interface TrackingWebhooksGetParameters {
|
|
4049
3857
|
headers?: $HttpHeaders;
|
|
4050
3858
|
carrier_id: string;
|
|
@@ -4391,6 +4199,10 @@ export declare type HarmonizationThresholdsGetThresholdsAndDefaultResponse = $Ht
|
|
|
4391
4199
|
export declare type HarmonizationThresholdsPutThresholdsByIdResponse = $HttpOk<io.flow.internal.v0.models.HarmonizationThreshold> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4392
4200
|
export declare type HarmonizationThresholdsDeleteThresholdsByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4393
4201
|
export declare type HarmonizationUnclassifiedStatisticsGetResponse = $HttpOk<io.flow.internal.v0.models.HarmonizationUnclassifiedStatistics[]> | $HttpUnauthorized<undefined>;
|
|
4202
|
+
export declare type HoseinItemsPostResponse = $HttpCreated<io.flow.internal.v0.models.HoseinItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4203
|
+
export declare type HoseinItemsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.HoseinItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4204
|
+
export declare type HoseinItemsPutByIdResponse = $HttpOk<io.flow.internal.v0.models.HoseinItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4205
|
+
export declare type HoseinItemsDeleteByIdResponse = $HttpOk<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4394
4206
|
export declare type Hs6GetDescriptionByCodeResponse = $HttpOk<io.flow.internal.v0.models.Hs6> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4395
4207
|
export declare type InternalDebugTransactionsPostResponse = $HttpCreated<io.flow.internal.v0.models.InternalDebugTransaction[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4396
4208
|
export declare type InternalHarmonizationStatisticsGetRateFreshnessResponse = $HttpOk<io.flow.internal.v0.unions.InternalHarmonizationStatistic[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4462,11 +4274,6 @@ export declare type OrganizationSessionsPutOrganizationsBySessionAndOrganization
|
|
|
4462
4274
|
export declare type OrganizationSessionsPutResetBySessionResponse = $HttpOk<io.flow.session.v0.unions.Session> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4463
4275
|
export declare type ShopifyOrdersGetTraceByShopifyOrderIdResponse = $HttpOk<any> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4464
4276
|
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
4277
|
export declare type ShopifyPaymentStripeEventsPostResponse = $HttpCreated<any> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4471
4278
|
export declare type StripeDisputeEventsPostResponse = $HttpCreated<any> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4472
4279
|
export declare type StripeEventsPostStripeResponse = $HttpOk<any>;
|
|
@@ -4711,7 +4518,6 @@ export declare type ReportsPostResponse = $HttpOk<io.flow.internal.v0.models.Rep
|
|
|
4711
4518
|
export declare type ReportsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.Report> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4712
4519
|
export declare type ReportSummaryGetResponse = $HttpOk<io.flow.internal.v0.models.ReportSummary> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4713
4520
|
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
4521
|
export declare type RestrictionFiltersGetResponse = $HttpOk<io.flow.internal.v0.models.RestrictionFilter> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4716
4522
|
export declare type RestrictionFiltersGetCatalogResponse = $HttpOk<io.flow.internal.v0.models.RestrictionFilter> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4717
4523
|
export declare type RestrictionFiltersGetPendingReviewsResponse = $HttpOk<io.flow.internal.v0.models.RestrictionFilter> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4751,16 +4557,6 @@ export declare type SearchProviderExportsPostResponse = $HttpAccepted<undefined>
|
|
|
4751
4557
|
export declare type SearchProviderExportsPostExperienceByExperienceKeyResponse = $HttpAccepted<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4752
4558
|
export declare type SessionOrderDataGetBySessionIdResponse = $HttpOk<io.flow.internal.v0.models.SessionOrderData> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4753
4559
|
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
4560
|
export declare type ShopifyMarketsOrderVersionWithShopIdsGetVersionsByNumberResponse = $HttpOk<io.flow.internal.v0.models.ShopifyMarketsOrderVersionWithShopId[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4765
4561
|
export declare type ShopifyMarketsQueuedRecordsGetResponse = $HttpOk<io.flow.internal.v0.models.ShopifyMarketsQueuedRecord[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4766
4562
|
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 +4570,10 @@ export declare type ShopifyMarketsWebhookRegistrationsGetResponse = $HttpOk<io.f
|
|
|
4774
4570
|
export declare type ShopifyMonitoringOrderMonitorsGetResponse = $HttpOk<io.flow.internal.v0.models.ShopifyMonitoringOrderMonitor[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4775
4571
|
export declare type ShopifyMonitoringOrderMonitorReviewsGetResponse = $HttpOk<io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorReview[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4776
4572
|
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
4573
|
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
4574
|
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
4575
|
export declare type ShopifyStoreDetailsGetResponse = $HttpOk<io.flow.internal.v0.models.ShopifyStoreDetail> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4799
4576
|
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
4577
|
export declare type SmpTaxCalculationFormsPostResponse = $HttpOk<io.flow.internal.v0.models.SmpTaxCalculation> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.internal.v0.models.TaxCalculationError>;
|
|
4803
4578
|
export declare type SnoozesGetResponse = $HttpOk<io.flow.internal.v0.models.Snooze[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4804
4579
|
export declare type SnoozesPostResponse = $HttpCreated<io.flow.internal.v0.models.Snooze> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4824,7 +4599,6 @@ export declare type TestsPutByIdResponse = $HttpOk<io.flow.internal.v0.models.Te
|
|
|
4824
4599
|
export declare type TestsDeleteByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4825
4600
|
export declare type TrackingDebugLabelsGetByLabelIdResponse = $HttpOk<io.flow.internal.v0.models.TrackingDebugLabel> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4826
4601
|
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
4602
|
export declare type TrackingWebhooksGetResponse = $HttpOk<any> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4829
4603
|
export declare type TrackingWebhooksPostResponse = $HttpOk<any> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4830
4604
|
export declare type TransactionsGetOrdersByOrderNumberResponse = $HttpOk<io.flow.internal.v0.unions.Transaction[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -5264,6 +5038,12 @@ export declare class HarmonizationThresholdsResource extends $Resource {
|
|
|
5264
5038
|
export declare class HarmonizationUnclassifiedStatisticsResource extends $Resource {
|
|
5265
5039
|
get(params: HarmonizationUnclassifiedStatisticsGetParameters): Promise<HarmonizationUnclassifiedStatisticsGetResponse>;
|
|
5266
5040
|
}
|
|
5041
|
+
export declare class HoseinItemsResource extends $Resource {
|
|
5042
|
+
post(params: HoseinItemsPostParameters): Promise<HoseinItemsPostResponse>;
|
|
5043
|
+
getById(params: HoseinItemsGetByIdParameters): Promise<HoseinItemsGetByIdResponse>;
|
|
5044
|
+
putById(params: HoseinItemsPutByIdParameters): Promise<HoseinItemsPutByIdResponse>;
|
|
5045
|
+
deleteById(params: HoseinItemsDeleteByIdParameters): Promise<HoseinItemsDeleteByIdResponse>;
|
|
5046
|
+
}
|
|
5267
5047
|
export declare class Hs6Resource extends $Resource {
|
|
5268
5048
|
getDescriptionByCode(params: Hs6GetDescriptionByCodeParameters): Promise<Hs6GetDescriptionByCodeResponse>;
|
|
5269
5049
|
}
|
|
@@ -5399,17 +5179,6 @@ export declare class ShopifyOrdersResource extends $Resource {
|
|
|
5399
5179
|
export declare class KnowYourBusinessesResource extends $Resource {
|
|
5400
5180
|
get(params: KnowYourBusinessesGetParameters): Promise<KnowYourBusinessesGetResponse>;
|
|
5401
5181
|
}
|
|
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
5182
|
export declare class ShopifyPaymentStripeEventsResource extends $Resource {
|
|
5414
5183
|
post(params: ShopifyPaymentStripeEventsPostParameters): Promise<ShopifyPaymentStripeEventsPostResponse>;
|
|
5415
5184
|
}
|
|
@@ -5836,9 +5605,6 @@ export declare class ReportSummaryResource extends $Resource {
|
|
|
5836
5605
|
export declare class RescreenRestrictionsProductsResource extends $Resource {
|
|
5837
5606
|
post(params: RescreenRestrictionsProductsPostParameters): Promise<RescreenRestrictionsProductsPostResponse>;
|
|
5838
5607
|
}
|
|
5839
|
-
export declare class RestrictionCategoriesResource extends $Resource {
|
|
5840
|
-
get(params: RestrictionCategoriesGetParameters): Promise<RestrictionCategoriesGetResponse>;
|
|
5841
|
-
}
|
|
5842
5608
|
export declare class RestrictionFiltersResource extends $Resource {
|
|
5843
5609
|
get(params: RestrictionFiltersGetParameters): Promise<RestrictionFiltersGetResponse>;
|
|
5844
5610
|
getCatalog(params: RestrictionFiltersGetCatalogParameters): Promise<RestrictionFiltersGetCatalogResponse>;
|
|
@@ -5910,26 +5676,6 @@ export declare class SessionOrderDataResource extends $Resource {
|
|
|
5910
5676
|
export declare class ShippingLanesResource extends $Resource {
|
|
5911
5677
|
get(params?: ShippingLanesGetParameters): Promise<ShippingLanesGetResponse>;
|
|
5912
5678
|
}
|
|
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
5679
|
export declare class ShopifyMarketsOrderVersionWithShopIdsResource extends $Resource {
|
|
5934
5680
|
getVersionsByNumber(params: ShopifyMarketsOrderVersionWithShopIdsGetVersionsByNumberParameters): Promise<ShopifyMarketsOrderVersionWithShopIdsGetVersionsByNumberResponse>;
|
|
5935
5681
|
}
|
|
@@ -5959,47 +5705,18 @@ export declare class ShopifyMonitoringOrderMonitorReviewsResource extends $Resou
|
|
|
5959
5705
|
get(params: ShopifyMonitoringOrderMonitorReviewsGetParameters): Promise<ShopifyMonitoringOrderMonitorReviewsGetResponse>;
|
|
5960
5706
|
putStatusByIdAndStatus(params: ShopifyMonitoringOrderMonitorReviewsPutStatusByIdAndStatusParameters): Promise<ShopifyMonitoringOrderMonitorReviewsPutStatusByIdAndStatusResponse>;
|
|
5961
5707
|
}
|
|
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
5708
|
export declare class ShopifyOrderFulfillmentsSnapshotsResource extends $Resource {
|
|
5976
5709
|
post(params?: ShopifyOrderFulfillmentsSnapshotsPostParameters): Promise<ShopifyOrderFulfillmentsSnapshotsPostResponse>;
|
|
5977
5710
|
}
|
|
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
5711
|
export declare class ShopifyPartnerWebhooksResource extends $Resource {
|
|
5985
5712
|
post(params: ShopifyPartnerWebhooksPostParameters): Promise<ShopifyPartnerWebhooksPostResponse>;
|
|
5986
5713
|
}
|
|
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
5714
|
export declare class ShopifyStoreDetailsResource extends $Resource {
|
|
5994
5715
|
get(params: ShopifyStoreDetailsGetParameters): Promise<ShopifyStoreDetailsGetResponse>;
|
|
5995
5716
|
}
|
|
5996
5717
|
export declare class ShopifyStripeEventsResource extends $Resource {
|
|
5997
5718
|
post(params: ShopifyStripeEventsPostParameters): Promise<ShopifyStripeEventsPostResponse>;
|
|
5998
5719
|
}
|
|
5999
|
-
export declare class ShopifyWebhookEventsResource extends $Resource {
|
|
6000
|
-
postShopsByShopifyShopIdAndTopicAndAction(params: ShopifyWebhookEventsPostShopsByShopifyShopIdAndTopicAndActionParameters): Promise<ShopifyWebhookEventsPostShopsByShopifyShopIdAndTopicAndActionResponse>;
|
|
6001
|
-
postByTopicAndAction(params: ShopifyWebhookEventsPostByTopicAndActionParameters): Promise<ShopifyWebhookEventsPostByTopicAndActionResponse>;
|
|
6002
|
-
}
|
|
6003
5720
|
export declare class SmpTaxCalculationFormsResource extends $Resource {
|
|
6004
5721
|
post(params: SmpTaxCalculationFormsPostParameters): Promise<SmpTaxCalculationFormsPostResponse>;
|
|
6005
5722
|
}
|
|
@@ -6045,9 +5762,6 @@ export declare class TrackingDebugLabelsResource extends $Resource {
|
|
|
6045
5762
|
getByLabelId(params: TrackingDebugLabelsGetByLabelIdParameters): Promise<TrackingDebugLabelsGetByLabelIdResponse>;
|
|
6046
5763
|
postForceAndTransitByLabelId(params: TrackingDebugLabelsPostForceAndTransitByLabelIdParameters): Promise<TrackingDebugLabelsPostForceAndTransitByLabelIdResponse>;
|
|
6047
5764
|
}
|
|
6048
|
-
export declare class TrackingResyncsResource extends $Resource {
|
|
6049
|
-
post(params: TrackingResyncsPostParameters): Promise<TrackingResyncsPostResponse>;
|
|
6050
|
-
}
|
|
6051
5765
|
export declare class TrackingWebhooksResource extends $Resource {
|
|
6052
5766
|
get(params: TrackingWebhooksGetParameters): Promise<TrackingWebhooksGetResponse>;
|
|
6053
5767
|
post(params: TrackingWebhooksPostParameters): Promise<TrackingWebhooksPostResponse>;
|
|
@@ -6190,6 +5904,7 @@ export interface ClientInstance {
|
|
|
6190
5904
|
harmonizationItemClassifications: HarmonizationItemClassificationsResource;
|
|
6191
5905
|
harmonizationThresholds: HarmonizationThresholdsResource;
|
|
6192
5906
|
harmonizationUnclassifiedStatistics: HarmonizationUnclassifiedStatisticsResource;
|
|
5907
|
+
hoseinItems: HoseinItemsResource;
|
|
6193
5908
|
hs6: Hs6Resource;
|
|
6194
5909
|
internalDebugTransactions: InternalDebugTransactionsResource;
|
|
6195
5910
|
internalHarmonizationStatistics: InternalHarmonizationStatisticsResource;
|
|
@@ -6222,9 +5937,6 @@ export interface ClientInstance {
|
|
|
6222
5937
|
organizationSessions: OrganizationSessionsResource;
|
|
6223
5938
|
shopifyOrders: ShopifyOrdersResource;
|
|
6224
5939
|
knowYourBusinesses: KnowYourBusinessesResource;
|
|
6225
|
-
shopifyCarts: ShopifyCartsResource;
|
|
6226
|
-
shopifyCartConversions: ShopifyCartConversionsResource;
|
|
6227
|
-
shopifyLocalizedVariants: ShopifyLocalizedVariantsResource;
|
|
6228
5940
|
shopifyPaymentStripeEvents: ShopifyPaymentStripeEventsResource;
|
|
6229
5941
|
stripeDisputeEvents: StripeDisputeEventsResource;
|
|
6230
5942
|
stripeEvents: StripeEventsResource;
|
|
@@ -6316,7 +6028,6 @@ export interface ClientInstance {
|
|
|
6316
6028
|
reports: ReportsResource;
|
|
6317
6029
|
reportSummary: ReportSummaryResource;
|
|
6318
6030
|
rescreenRestrictionsProducts: RescreenRestrictionsProductsResource;
|
|
6319
|
-
restrictionCategories: RestrictionCategoriesResource;
|
|
6320
6031
|
restrictionFilters: RestrictionFiltersResource;
|
|
6321
6032
|
restrictionItems: RestrictionItemsResource;
|
|
6322
6033
|
restrictionOrganizations: RestrictionOrganizationsResource;
|
|
@@ -6333,11 +6044,6 @@ export interface ClientInstance {
|
|
|
6333
6044
|
searchProviderExports: SearchProviderExportsResource;
|
|
6334
6045
|
sessionOrderData: SessionOrderDataResource;
|
|
6335
6046
|
shippingLanes: ShippingLanesResource;
|
|
6336
|
-
shops: ShopsResource;
|
|
6337
|
-
shopifyGiftCardBalances: ShopifyGiftCardBalancesResource;
|
|
6338
|
-
shopifyGiftCardRedemptions: ShopifyGiftCardRedemptionsResource;
|
|
6339
|
-
shopifyGiftCardReversals: ShopifyGiftCardReversalsResource;
|
|
6340
|
-
shopifyGrantsChecks: ShopifyGrantsChecksResource;
|
|
6341
6047
|
shopifyMarketsOrderVersionWithShopIds: ShopifyMarketsOrderVersionWithShopIdsResource;
|
|
6342
6048
|
shopifyMarketsQueuedRecords: ShopifyMarketsQueuedRecordsResource;
|
|
6343
6049
|
shopifyMarketsShops: ShopifyMarketsShopsResource;
|
|
@@ -6346,14 +6052,10 @@ export interface ClientInstance {
|
|
|
6346
6052
|
shopifyMarketsWebhookRegistrations: ShopifyMarketsWebhookRegistrationsResource;
|
|
6347
6053
|
shopifyMonitoringOrderMonitors: ShopifyMonitoringOrderMonitorsResource;
|
|
6348
6054
|
shopifyMonitoringOrderMonitorReviews: ShopifyMonitoringOrderMonitorReviewsResource;
|
|
6349
|
-
shopifyOrderDetails: ShopifyOrderDetailsResource;
|
|
6350
6055
|
shopifyOrderFulfillmentsSnapshots: ShopifyOrderFulfillmentsSnapshotsResource;
|
|
6351
|
-
shopifyOrganizationSettings: ShopifyOrganizationSettingsResource;
|
|
6352
6056
|
shopifyPartnerWebhooks: ShopifyPartnerWebhooksResource;
|
|
6353
|
-
shopifyPromotions: ShopifyPromotionsResource;
|
|
6354
6057
|
shopifyStoreDetails: ShopifyStoreDetailsResource;
|
|
6355
6058
|
shopifyStripeEvents: ShopifyStripeEventsResource;
|
|
6356
|
-
shopifyWebhookEvents: ShopifyWebhookEventsResource;
|
|
6357
6059
|
smpTaxCalculationForms: SmpTaxCalculationFormsResource;
|
|
6358
6060
|
snoozes: SnoozesResource;
|
|
6359
6061
|
spotRates: SpotRatesResource;
|
|
@@ -6364,7 +6066,6 @@ export interface ClientInstance {
|
|
|
6364
6066
|
techOnboardingDescriptions: TechOnboardingDescriptionsResource;
|
|
6365
6067
|
tests: TestsResource;
|
|
6366
6068
|
trackingDebugLabels: TrackingDebugLabelsResource;
|
|
6367
|
-
trackingResyncs: TrackingResyncsResource;
|
|
6368
6069
|
trackingWebhooks: TrackingWebhooksResource;
|
|
6369
6070
|
transactions: TransactionsResource;
|
|
6370
6071
|
transactionAdjustments: TransactionAdjustmentsResource;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-internal-sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.167",
|
|
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": "
|
|
29
|
+
"gitHead": "7d28f997ef6b47ba201019e1b3cfbf16b47cece1"
|
|
30
30
|
}
|