@flowio/api-internal-sdk 0.0.143 → 0.0.145
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 +245 -44
- package/dist/esm/api-internal.js +238 -38
- package/dist/types/api-internal.d.ts +155 -27
- package/package.json +2 -2
|
@@ -203,6 +203,20 @@ export interface BankPaymentsPutStatusByIdParameters {
|
|
|
203
203
|
headers?: $HttpHeaders;
|
|
204
204
|
id: string;
|
|
205
205
|
}
|
|
206
|
+
export interface BankPaymentOrdersGetParameters {
|
|
207
|
+
headers?: $HttpHeaders;
|
|
208
|
+
id?: string[];
|
|
209
|
+
payment_id?: string;
|
|
210
|
+
organization_id?: string;
|
|
211
|
+
order_number?: string;
|
|
212
|
+
limit?: number;
|
|
213
|
+
offset?: number;
|
|
214
|
+
sort?: string;
|
|
215
|
+
}
|
|
216
|
+
export interface BankPaymentOrdersGetByIdParameters {
|
|
217
|
+
headers?: $HttpHeaders;
|
|
218
|
+
id: string;
|
|
219
|
+
}
|
|
206
220
|
export interface BankPaymentStatusImportsPostParameters {
|
|
207
221
|
body: io.flow.internal.v0.models.BankPaymentStatusImportForm;
|
|
208
222
|
headers?: $HttpHeaders;
|
|
@@ -308,17 +322,17 @@ export interface CarrierAccountsGetValidateByIdParameters {
|
|
|
308
322
|
organization: string;
|
|
309
323
|
id: string;
|
|
310
324
|
}
|
|
311
|
-
export interface
|
|
312
|
-
body: io.flow.internal.v0.models.
|
|
325
|
+
export interface CarrierFilesPostParameters {
|
|
326
|
+
body: io.flow.internal.v0.models.CarrierFileForm;
|
|
313
327
|
headers?: $HttpHeaders;
|
|
314
328
|
organization: string;
|
|
315
329
|
}
|
|
316
|
-
export interface
|
|
330
|
+
export interface CarrierFilesGetByIdParameters {
|
|
317
331
|
headers?: $HttpHeaders;
|
|
318
332
|
organization: string;
|
|
319
333
|
id: string;
|
|
320
334
|
}
|
|
321
|
-
export interface
|
|
335
|
+
export interface CarrierFilesDeleteByIdParameters {
|
|
322
336
|
headers?: $HttpHeaders;
|
|
323
337
|
organization: string;
|
|
324
338
|
id: string;
|
|
@@ -756,6 +770,10 @@ export interface ClassificationStatisticsGetParameters {
|
|
|
756
770
|
export interface ClassificationTaxonomyGetParameters {
|
|
757
771
|
headers?: $HttpHeaders;
|
|
758
772
|
}
|
|
773
|
+
export interface CliLogEntriesPostParameters {
|
|
774
|
+
body: io.flow.internal.v0.models.CliLogEntryForm;
|
|
775
|
+
headers?: $HttpHeaders;
|
|
776
|
+
}
|
|
759
777
|
export interface ColmItemsGetParameters {
|
|
760
778
|
headers?: $HttpHeaders;
|
|
761
779
|
id?: string[];
|
|
@@ -1124,7 +1142,7 @@ export interface ExplicitStatementsGetParameters {
|
|
|
1124
1142
|
sort?: string;
|
|
1125
1143
|
}
|
|
1126
1144
|
export interface ExplicitStatementsPostParameters {
|
|
1127
|
-
body: io.flow.internal.v0.
|
|
1145
|
+
body: io.flow.internal.v0.unions.ExplicitStatementForm;
|
|
1128
1146
|
headers?: $HttpHeaders;
|
|
1129
1147
|
}
|
|
1130
1148
|
export interface ExplicitStatementsGetByIdParameters {
|
|
@@ -1668,6 +1686,13 @@ export interface InternalPaymentRequestVerificationsGetParameters {
|
|
|
1668
1686
|
headers?: $HttpHeaders;
|
|
1669
1687
|
organization: string;
|
|
1670
1688
|
}
|
|
1689
|
+
export interface InvariantsGetParameters {
|
|
1690
|
+
headers?: $HttpHeaders;
|
|
1691
|
+
since?: string;
|
|
1692
|
+
limit?: number;
|
|
1693
|
+
offset?: number;
|
|
1694
|
+
sort?: string;
|
|
1695
|
+
}
|
|
1671
1696
|
export interface InventoryOrganizationSettingsGetParameters {
|
|
1672
1697
|
headers?: $HttpHeaders;
|
|
1673
1698
|
organization: string;
|
|
@@ -2082,10 +2107,6 @@ export interface StripeEventsPostStripeParameters {
|
|
|
2082
2107
|
body: any;
|
|
2083
2108
|
headers?: $HttpHeaders;
|
|
2084
2109
|
}
|
|
2085
|
-
export interface SvbNotificationsPostParameters {
|
|
2086
|
-
body: any;
|
|
2087
|
-
headers?: $HttpHeaders;
|
|
2088
|
-
}
|
|
2089
2110
|
export interface ChannelTokensPostParameters {
|
|
2090
2111
|
body: io.flow.token.v0.models.ChannelTokenForm;
|
|
2091
2112
|
headers?: $HttpHeaders;
|
|
@@ -2094,6 +2115,11 @@ export interface TrackingsPostParameters {
|
|
|
2094
2115
|
body: any;
|
|
2095
2116
|
headers?: $HttpHeaders;
|
|
2096
2117
|
}
|
|
2118
|
+
export interface TrackingLabelsPostParameters {
|
|
2119
|
+
body: io.flow.internal.v0.models.ForceTransitForm;
|
|
2120
|
+
headers?: $HttpHeaders;
|
|
2121
|
+
id: string;
|
|
2122
|
+
}
|
|
2097
2123
|
export interface ItemClassificationsPostPredictParameters {
|
|
2098
2124
|
body: io.flow.internal.v0.models.ItemClassificationForm[];
|
|
2099
2125
|
headers?: $HttpHeaders;
|
|
@@ -2347,6 +2373,37 @@ export interface LocalizedItemsExportSettingsPutParameters {
|
|
|
2347
2373
|
headers?: $HttpHeaders;
|
|
2348
2374
|
organization: string;
|
|
2349
2375
|
}
|
|
2376
|
+
export interface LogisticsCapabilitiesGetParameters {
|
|
2377
|
+
headers?: $HttpHeaders;
|
|
2378
|
+
organization: string;
|
|
2379
|
+
}
|
|
2380
|
+
export interface LogisticsCapabilitiesPutParameters {
|
|
2381
|
+
body: io.flow.internal.v0.models.LogisticsCapabilitiesForm;
|
|
2382
|
+
headers?: $HttpHeaders;
|
|
2383
|
+
organization: string;
|
|
2384
|
+
}
|
|
2385
|
+
export interface LostChargebacksGetParameters {
|
|
2386
|
+
headers?: $HttpHeaders;
|
|
2387
|
+
id?: string[];
|
|
2388
|
+
organization_id?: string;
|
|
2389
|
+
order_number?: string;
|
|
2390
|
+
limit?: number;
|
|
2391
|
+
offset?: number;
|
|
2392
|
+
sort?: string;
|
|
2393
|
+
}
|
|
2394
|
+
export interface LostChargebacksGetByIdParameters {
|
|
2395
|
+
headers?: $HttpHeaders;
|
|
2396
|
+
id: string;
|
|
2397
|
+
}
|
|
2398
|
+
export interface LostChargebacksDeleteByIdParameters {
|
|
2399
|
+
headers?: $HttpHeaders;
|
|
2400
|
+
id: string;
|
|
2401
|
+
}
|
|
2402
|
+
export interface LostChargebacksPutByOrganizationIdAndOrderNumberParameters {
|
|
2403
|
+
headers?: $HttpHeaders;
|
|
2404
|
+
organization_id: string;
|
|
2405
|
+
order_number: string;
|
|
2406
|
+
}
|
|
2350
2407
|
export interface LoyaltyProgramsGetParameters {
|
|
2351
2408
|
headers?: $HttpHeaders;
|
|
2352
2409
|
organization: string;
|
|
@@ -2550,6 +2607,12 @@ export interface MarketsOrdersPostReplayByNumberParameters {
|
|
|
2550
2607
|
organization: string;
|
|
2551
2608
|
number: string;
|
|
2552
2609
|
}
|
|
2610
|
+
export interface MarketsOrderSummariesGetParameters {
|
|
2611
|
+
headers?: $HttpHeaders;
|
|
2612
|
+
organization: string;
|
|
2613
|
+
from?: string;
|
|
2614
|
+
to?: string;
|
|
2615
|
+
}
|
|
2553
2616
|
export interface MatiasItemsGetParameters {
|
|
2554
2617
|
headers?: $HttpHeaders;
|
|
2555
2618
|
id?: string[];
|
|
@@ -2756,6 +2819,8 @@ export interface OrderAddressValidationsGetOrderValidationAndFailuresParameters
|
|
|
2756
2819
|
headers?: $HttpHeaders;
|
|
2757
2820
|
limit?: number;
|
|
2758
2821
|
offset?: number;
|
|
2822
|
+
channel?: string;
|
|
2823
|
+
include_cancelled_orders?: boolean;
|
|
2759
2824
|
}
|
|
2760
2825
|
export interface OrderAddressValidationsPostAddressValidationByOrganizationParameters {
|
|
2761
2826
|
body: io.flow.internal.v0.unions.ConsoleLabelValidationForm;
|
|
@@ -3695,6 +3760,15 @@ export interface RestrictionRulesPutInternalAndRestrictionAndRulesByIdParameters
|
|
|
3695
3760
|
headers?: $HttpHeaders;
|
|
3696
3761
|
id: string;
|
|
3697
3762
|
}
|
|
3763
|
+
export interface RestrictionRuleOverridesGetParameters {
|
|
3764
|
+
headers?: $HttpHeaders;
|
|
3765
|
+
limit?: number;
|
|
3766
|
+
offset?: number;
|
|
3767
|
+
}
|
|
3768
|
+
export interface RestrictionRuleOverridesGetByOrganizationIdParameters {
|
|
3769
|
+
headers?: $HttpHeaders;
|
|
3770
|
+
organization_id: string;
|
|
3771
|
+
}
|
|
3698
3772
|
export interface RoutingEntitiesGetParameters {
|
|
3699
3773
|
headers?: $HttpHeaders;
|
|
3700
3774
|
id?: string[];
|
|
@@ -4001,7 +4075,7 @@ export interface ShopifyPromotionsPutByIdParameters {
|
|
|
4001
4075
|
organization: string;
|
|
4002
4076
|
id: string;
|
|
4003
4077
|
}
|
|
4004
|
-
export interface
|
|
4078
|
+
export interface ShopifyStoreDetailsGetParameters {
|
|
4005
4079
|
headers?: $HttpHeaders;
|
|
4006
4080
|
organization: string;
|
|
4007
4081
|
}
|
|
@@ -4106,6 +4180,11 @@ export interface SvitlanaItemsGetByIdParameters {
|
|
|
4106
4180
|
headers?: $HttpHeaders;
|
|
4107
4181
|
id: string;
|
|
4108
4182
|
}
|
|
4183
|
+
export interface SvitlanaItemsPostByIdParameters {
|
|
4184
|
+
body: io.flow.internal.v0.models.ItemForm;
|
|
4185
|
+
headers?: $HttpHeaders;
|
|
4186
|
+
id: string;
|
|
4187
|
+
}
|
|
4109
4188
|
export interface SvitlanaItemsPutByIdParameters {
|
|
4110
4189
|
body: io.flow.internal.v0.models.SvitlanaItemForm;
|
|
4111
4190
|
headers?: $HttpHeaders;
|
|
@@ -4363,6 +4442,8 @@ export declare type BackfillsPutTotalsAndDailyResponse = $HttpOk<io.flow.interna
|
|
|
4363
4442
|
export declare type BankPaymentsGetResponse = $HttpOk<io.flow.internal.v0.models.BankPayment[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4364
4443
|
export declare type BankPaymentsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.BankPayment> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4365
4444
|
export declare type BankPaymentsPutStatusByIdResponse = $HttpCreated<io.flow.internal.v0.models.BankPayment> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4445
|
+
export declare type BankPaymentOrdersGetResponse = $HttpOk<io.flow.internal.v0.models.BankPaymentOrder[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4446
|
+
export declare type BankPaymentOrdersGetByIdResponse = $HttpOk<io.flow.internal.v0.models.BankPaymentOrder> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4366
4447
|
export declare type BankPaymentStatusImportsPostResponse = $HttpCreated<io.flow.internal.v0.models.BankPaymentStatusImport> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4367
4448
|
export declare type BankPaymentStatusImportsPostSentResponse = $HttpCreated<io.flow.internal.v0.models.BankPaymentStatusImport> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4368
4449
|
export declare type BankPaymentStatusImportsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.BankPaymentStatusImport> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
@@ -4382,9 +4463,9 @@ export declare type CarrierAccountsGetByIdResponse = $HttpOk<io.flow.internal.v0
|
|
|
4382
4463
|
export declare type CarrierAccountsPutByIdResponse = $HttpOk<io.flow.internal.v0.models.CarrierAccount> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4383
4464
|
export declare type CarrierAccountsDeleteByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4384
4465
|
export declare type CarrierAccountsGetValidateByIdResponse = $HttpOk<io.flow.internal.v0.models.CarrierAccountValidation> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError> | $HttpTooManyRequests<io.flow.error.v0.models.GenericError>;
|
|
4385
|
-
export declare type
|
|
4386
|
-
export declare type
|
|
4387
|
-
export declare type
|
|
4466
|
+
export declare type CarrierFilesPostResponse = $HttpCreated<io.flow.internal.v0.models.CarrierFile> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4467
|
+
export declare type CarrierFilesGetByIdResponse = $HttpOk<io.flow.internal.v0.models.CarrierFile> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4468
|
+
export declare type CarrierFilesDeleteByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4388
4469
|
export declare type CatalogSettingsGetResponse = $HttpOk<io.flow.internal.v0.models.CatalogSettings> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4389
4470
|
export declare type CatalogSettingsPutResponse = $HttpOk<io.flow.internal.v0.models.CatalogSettings> | $HttpCreated<io.flow.internal.v0.models.CatalogSettings> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4390
4471
|
export declare type CenterDefaultsGetResponse = $HttpOk<io.flow.internal.v0.models.CenterDefaults> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
@@ -4454,6 +4535,7 @@ export declare type ClassificationProductSummaryPagesGetProductsResponse = $Http
|
|
|
4454
4535
|
export declare type ClassificationRequeueRequestsPostResponse = $HttpCreated<io.flow.internal.v0.models.ClassificationRequeueRequest> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4455
4536
|
export declare type ClassificationStatisticsGetResponse = $HttpOk<io.flow.internal.v0.models.ClassificationStatistics[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4456
4537
|
export declare type ClassificationTaxonomyGetResponse = $HttpOk<io.flow.internal.v0.unions.ClassificationTaxonomy[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4538
|
+
export declare type CliLogEntriesPostResponse = $HttpCreated<io.flow.internal.v0.models.CliLogEntry> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4457
4539
|
export declare type ColmItemsGetResponse = $HttpOk<io.flow.internal.v0.models.ColmItem[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4458
4540
|
export declare type ColmItemsPostResponse = $HttpCreated<io.flow.internal.v0.models.ColmItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4459
4541
|
export declare type ColmItemsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.ColmItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
@@ -4604,6 +4686,7 @@ export declare type InternalPaymentRequestsPostPaymentAndMethodAndActionAndCance
|
|
|
4604
4686
|
export declare type InternalPaymentRequestsPostPaymentAndMethodAndDataResponse = $HttpOk<io.flow.internal.v0.models.InternalPaymentRequest> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4605
4687
|
export declare type InternalPaymentRequestsPostPaymentMethodDataResponse = $HttpOk<io.flow.internal.v0.models.InternalPaymentRequest> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4606
4688
|
export declare type InternalPaymentRequestVerificationsGetResponse = $HttpOk<undefined> | $HttpUnauthorized<undefined>;
|
|
4689
|
+
export declare type InvariantsGetResponse = $HttpOk<io.flow.internal.v0.models.Invariant[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4607
4690
|
export declare type InventoryOrganizationSettingsGetResponse = $HttpOk<io.flow.internal.v0.models.InventoryOrganizationSettings> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4608
4691
|
export declare type InventoryOrganizationSettingsPostResponse = $HttpCreated<io.flow.internal.v0.models.InventoryOrganizationSettings> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4609
4692
|
export declare type InventoryOrganizationSettingsPutResponse = $HttpOk<io.flow.internal.v0.models.InventoryOrganizationSettings> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4678,9 +4761,9 @@ export declare type ShopifyCartsPostShopifyAndCartsAndFlowAndOrderByOrganization
|
|
|
4678
4761
|
export declare type ShopifyCartConversionsPostCheckoutsResponse = $HttpCreated<io.flow.internal.v0.models.V1Checkout> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4679
4762
|
export declare type ShopifyLocalizedVariantsGetExperienceAndMapByExperienceKeyResponse = $HttpOk<Record<string, io.flow.shopify.v0.models.ShopifyLocalizedVariant>> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4680
4763
|
export declare type StripeEventsPostStripeResponse = $HttpOk<any>;
|
|
4681
|
-
export declare type SvbNotificationsPostResponse = $HttpOk<any> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4682
4764
|
export declare type ChannelTokensPostResponse = $HttpCreated<io.flow.token.v0.models.ChannelToken> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4683
4765
|
export declare type TrackingsPostResponse = $HttpOk<undefined> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4766
|
+
export declare type TrackingLabelsPostResponse = $HttpOk<io.flow.tracking.v0.models.TrackingEvent> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4684
4767
|
export declare type ItemClassificationsPostPredictResponse = $HttpOk<io.flow.internal.v0.models.ItemClassification[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4685
4768
|
export declare type ItemClassificationsPostV2AndPredictResponse = $HttpOk<io.flow.internal.v0.models.ItemClassificationV2[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4686
4769
|
export declare type ItemClassificationSummariesGetResponse = $HttpOk<io.flow.internal.v0.models.ItemClassificationSummary[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4723,6 +4806,12 @@ export declare type LocalizedContentsGetResponse = $HttpOk<io.flow.internal.v0.m
|
|
|
4723
4806
|
export declare type LocalizedContentsPutByIdResponse = $HttpOk<io.flow.internal.v0.models.LocalizedContent> | $HttpCreated<io.flow.internal.v0.models.LocalizedContent> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4724
4807
|
export declare type LocalizedItemsExportSettingsGetResponse = $HttpOk<io.flow.internal.v0.models.LocalizedItemsExportSettings> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4725
4808
|
export declare type LocalizedItemsExportSettingsPutResponse = $HttpCreated<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4809
|
+
export declare type LogisticsCapabilitiesGetResponse = $HttpOk<io.flow.internal.v0.models.LogisticsCapabilities> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4810
|
+
export declare type LogisticsCapabilitiesPutResponse = $HttpOk<io.flow.internal.v0.models.LogisticsCapabilities> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4811
|
+
export declare type LostChargebacksGetResponse = $HttpOk<io.flow.internal.v0.models.LostChargeback[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4812
|
+
export declare type LostChargebacksGetByIdResponse = $HttpOk<io.flow.internal.v0.models.LostChargeback> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4813
|
+
export declare type LostChargebacksDeleteByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4814
|
+
export declare type LostChargebacksPutByOrganizationIdAndOrderNumberResponse = $HttpNotFound<undefined> | $HttpCreated<io.flow.internal.v0.models.LostChargeback> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError> | $HttpUnauthorized<undefined> | $HttpOk<io.flow.internal.v0.models.LostChargeback>;
|
|
4726
4815
|
export declare type LoyaltyProgramsGetResponse = $HttpOk<io.flow.internal.v0.models.LoyaltyProgram> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4727
4816
|
export declare type LoyaltyProgramsPostResponse = $HttpOk<io.flow.internal.v0.models.LoyaltyProgram> | $HttpCreated<io.flow.internal.v0.models.LoyaltyProgram> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4728
4817
|
export declare type LoyaltyProgramsDeleteByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
@@ -4763,6 +4852,7 @@ export declare type MarketsOrdersPostCancelByIdResponse = $HttpCreated<io.flow.i
|
|
|
4763
4852
|
export declare type MarketsOrdersPostByNumberResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4764
4853
|
export declare type MarketsOrdersPutDestinationByNumberResponse = $HttpCreated<io.flow.shopify.markets.v0.models.ShopifyOrder> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4765
4854
|
export declare type MarketsOrdersPostReplayByNumberResponse = $HttpCreated<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4855
|
+
export declare type MarketsOrderSummariesGetResponse = $HttpOk<io.flow.internal.v0.models.MarketsOrderSummary[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4766
4856
|
export declare type MatiasItemsGetResponse = $HttpOk<io.flow.internal.v0.models.MatiasItem[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4767
4857
|
export declare type MatiasItemsPostResponse = $HttpCreated<io.flow.internal.v0.models.MatiasItem> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4768
4858
|
export declare type MatiasItemsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.MatiasItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4944,6 +5034,8 @@ export declare type RestrictionRulesGetByIdResponse = $HttpOk<io.flow.internal.v
|
|
|
4944
5034
|
export declare type RestrictionRulesGetByOrganizationAndStatusResponse = $HttpOk<io.flow.internal.v0.models.RestrictionRuleSummary[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4945
5035
|
export declare type RestrictionRulesPostInternalAndRestrictionAndRulesResponse = $HttpCreated<io.flow.internal.v0.models.RestrictionRule> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4946
5036
|
export declare type RestrictionRulesPutInternalAndRestrictionAndRulesByIdResponse = $HttpOk<io.flow.internal.v0.models.RestrictionRule> | $HttpCreated<io.flow.internal.v0.models.RestrictionRule> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
5037
|
+
export declare type RestrictionRuleOverridesGetResponse = $HttpOk<io.flow.internal.v0.models.RestrictionRuleOverride[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
5038
|
+
export declare type RestrictionRuleOverridesGetByOrganizationIdResponse = $HttpOk<io.flow.internal.v0.models.RestrictionRuleOverride[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4947
5039
|
export declare type RoutingEntitiesGetResponse = $HttpOk<io.flow.internal.v0.unions.RoutingEntity[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4948
5040
|
export declare type SandboxSetupsPutResponse = $HttpOk<io.flow.internal.v0.models.SandboxSetup> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4949
5041
|
export declare type ScreensPutByKeyResponse = $HttpCreated<io.flow.internal.v0.models.Screen[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4999,7 +5091,7 @@ export declare type ShopifyPromotionsGetResponse = $HttpOk<io.flow.internal.v0.m
|
|
|
4999
5091
|
export declare type ShopifyPromotionsPostResponse = $HttpCreated<io.flow.internal.v0.models.ShopifyPromotion> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
5000
5092
|
export declare type ShopifyPromotionsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.ShopifyPromotion> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
5001
5093
|
export declare type ShopifyPromotionsPutByIdResponse = $HttpOk<io.flow.internal.v0.models.ShopifyPromotion> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
5002
|
-
export declare type
|
|
5094
|
+
export declare type ShopifyStoreDetailsGetResponse = $HttpOk<io.flow.internal.v0.models.ShopifyStoreDetail> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
5003
5095
|
export declare type ShopifyWebhookEventsPostShopsByShopifyShopIdAndTopicAndActionResponse = $HttpNoContent<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
5004
5096
|
export declare type ShopifyWebhookEventsPostByTopicAndActionResponse = $HttpNoContent<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
5005
5097
|
export declare type ShrutiDemoItemsPostResponse = $HttpCreated<io.flow.internal.v0.models.ShrutiDemoItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -5019,6 +5111,7 @@ export declare type StoreConnectionsDeleteByDomainResponse = $HttpNoContent<unde
|
|
|
5019
5111
|
export declare type StoreConnectionsPostInstallByDomainResponse = $HttpOk<io.flow.internal.v0.models.StoreConnection> | $HttpCreated<io.flow.internal.v0.models.StoreConnection> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
5020
5112
|
export declare type SvitlanaItemsPostResponse = $HttpCreated<io.flow.internal.v0.models.SvitlanaItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
5021
5113
|
export declare type SvitlanaItemsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.SvitlanaItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
5114
|
+
export declare type SvitlanaItemsPostByIdResponse = $HttpCreated<io.flow.internal.v0.models.SvitlanaItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
5022
5115
|
export declare type SvitlanaItemsPutByIdResponse = $HttpOk<io.flow.internal.v0.models.SvitlanaItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
5023
5116
|
export declare type SvitlanaItemsDeleteByIdResponse = $HttpOk<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
5024
5117
|
export declare type SvitlanaTestsGetResponse = $HttpOk<io.flow.internal.v0.models.SvitlanaTest[]> | $HttpUnauthorized<undefined>;
|
|
@@ -5101,6 +5194,10 @@ export declare class BankPaymentsResource extends $Resource {
|
|
|
5101
5194
|
getById(params: BankPaymentsGetByIdParameters): Promise<BankPaymentsGetByIdResponse>;
|
|
5102
5195
|
putStatusById(params: BankPaymentsPutStatusByIdParameters): Promise<BankPaymentsPutStatusByIdResponse>;
|
|
5103
5196
|
}
|
|
5197
|
+
export declare class BankPaymentOrdersResource extends $Resource {
|
|
5198
|
+
get(params: BankPaymentOrdersGetParameters): Promise<BankPaymentOrdersGetResponse>;
|
|
5199
|
+
getById(params: BankPaymentOrdersGetByIdParameters): Promise<BankPaymentOrdersGetByIdResponse>;
|
|
5200
|
+
}
|
|
5104
5201
|
export declare class BankPaymentStatusImportsResource extends $Resource {
|
|
5105
5202
|
post(params: BankPaymentStatusImportsPostParameters): Promise<BankPaymentStatusImportsPostResponse>;
|
|
5106
5203
|
postSent(params: BankPaymentStatusImportsPostSentParameters): Promise<BankPaymentStatusImportsPostSentResponse>;
|
|
@@ -5134,10 +5231,10 @@ export declare class CarrierAccountsResource extends $Resource {
|
|
|
5134
5231
|
deleteById(params: CarrierAccountsDeleteByIdParameters): Promise<CarrierAccountsDeleteByIdResponse>;
|
|
5135
5232
|
getValidateById(params: CarrierAccountsGetValidateByIdParameters): Promise<CarrierAccountsGetValidateByIdResponse>;
|
|
5136
5233
|
}
|
|
5137
|
-
export declare class
|
|
5138
|
-
post(params:
|
|
5139
|
-
getById(params:
|
|
5140
|
-
deleteById(params:
|
|
5234
|
+
export declare class CarrierFilesResource extends $Resource {
|
|
5235
|
+
post(params: CarrierFilesPostParameters): Promise<CarrierFilesPostResponse>;
|
|
5236
|
+
getById(params: CarrierFilesGetByIdParameters): Promise<CarrierFilesGetByIdResponse>;
|
|
5237
|
+
deleteById(params: CarrierFilesDeleteByIdParameters): Promise<CarrierFilesDeleteByIdResponse>;
|
|
5141
5238
|
}
|
|
5142
5239
|
export declare class CatalogSettingsResource extends $Resource {
|
|
5143
5240
|
get(params: CatalogSettingsGetParameters): Promise<CatalogSettingsGetResponse>;
|
|
@@ -5264,6 +5361,9 @@ export declare class ClassificationStatisticsResource extends $Resource {
|
|
|
5264
5361
|
export declare class ClassificationTaxonomyResource extends $Resource {
|
|
5265
5362
|
get(params?: ClassificationTaxonomyGetParameters): Promise<ClassificationTaxonomyGetResponse>;
|
|
5266
5363
|
}
|
|
5364
|
+
export declare class CliLogEntriesResource extends $Resource {
|
|
5365
|
+
post(params: CliLogEntriesPostParameters): Promise<CliLogEntriesPostResponse>;
|
|
5366
|
+
}
|
|
5267
5367
|
export declare class ColmItemsResource extends $Resource {
|
|
5268
5368
|
get(params: ColmItemsGetParameters): Promise<ColmItemsGetResponse>;
|
|
5269
5369
|
post(params: ColmItemsPostParameters): Promise<ColmItemsPostResponse>;
|
|
@@ -5528,6 +5628,9 @@ export declare class InternalPaymentRequestsResource extends $Resource {
|
|
|
5528
5628
|
export declare class InternalPaymentRequestVerificationsResource extends $Resource {
|
|
5529
5629
|
get(params: InternalPaymentRequestVerificationsGetParameters): Promise<InternalPaymentRequestVerificationsGetResponse>;
|
|
5530
5630
|
}
|
|
5631
|
+
export declare class InvariantsResource extends $Resource {
|
|
5632
|
+
get(params: InvariantsGetParameters): Promise<InvariantsGetResponse>;
|
|
5633
|
+
}
|
|
5531
5634
|
export declare class InventoryOrganizationSettingsResource extends $Resource {
|
|
5532
5635
|
get(params: InventoryOrganizationSettingsGetParameters): Promise<InventoryOrganizationSettingsGetResponse>;
|
|
5533
5636
|
post(params: InventoryOrganizationSettingsPostParameters): Promise<InventoryOrganizationSettingsPostResponse>;
|
|
@@ -5670,15 +5773,15 @@ export declare class ShopifyLocalizedVariantsResource extends $Resource {
|
|
|
5670
5773
|
export declare class StripeEventsResource extends $Resource {
|
|
5671
5774
|
postStripe(params: StripeEventsPostStripeParameters): Promise<StripeEventsPostStripeResponse>;
|
|
5672
5775
|
}
|
|
5673
|
-
export declare class SvbNotificationsResource extends $Resource {
|
|
5674
|
-
post(params: SvbNotificationsPostParameters): Promise<SvbNotificationsPostResponse>;
|
|
5675
|
-
}
|
|
5676
5776
|
export declare class ChannelTokensResource extends $Resource {
|
|
5677
5777
|
post(params: ChannelTokensPostParameters): Promise<ChannelTokensPostResponse>;
|
|
5678
5778
|
}
|
|
5679
5779
|
export declare class TrackingsResource extends $Resource {
|
|
5680
5780
|
post(params: TrackingsPostParameters): Promise<TrackingsPostResponse>;
|
|
5681
5781
|
}
|
|
5782
|
+
export declare class TrackingLabelsResource extends $Resource {
|
|
5783
|
+
post(params: TrackingLabelsPostParameters): Promise<TrackingLabelsPostResponse>;
|
|
5784
|
+
}
|
|
5682
5785
|
export declare class ItemClassificationsResource extends $Resource {
|
|
5683
5786
|
postPredict(params: ItemClassificationsPostPredictParameters): Promise<ItemClassificationsPostPredictResponse>;
|
|
5684
5787
|
postV2AndPredict(params: ItemClassificationsPostV2AndPredictParameters): Promise<ItemClassificationsPostV2AndPredictResponse>;
|
|
@@ -5755,6 +5858,16 @@ export declare class LocalizedItemsExportSettingsResource extends $Resource {
|
|
|
5755
5858
|
get(params: LocalizedItemsExportSettingsGetParameters): Promise<LocalizedItemsExportSettingsGetResponse>;
|
|
5756
5859
|
put(params: LocalizedItemsExportSettingsPutParameters): Promise<LocalizedItemsExportSettingsPutResponse>;
|
|
5757
5860
|
}
|
|
5861
|
+
export declare class LogisticsCapabilitiesResource extends $Resource {
|
|
5862
|
+
get(params: LogisticsCapabilitiesGetParameters): Promise<LogisticsCapabilitiesGetResponse>;
|
|
5863
|
+
put(params: LogisticsCapabilitiesPutParameters): Promise<LogisticsCapabilitiesPutResponse>;
|
|
5864
|
+
}
|
|
5865
|
+
export declare class LostChargebacksResource extends $Resource {
|
|
5866
|
+
get(params: LostChargebacksGetParameters): Promise<LostChargebacksGetResponse>;
|
|
5867
|
+
getById(params: LostChargebacksGetByIdParameters): Promise<LostChargebacksGetByIdResponse>;
|
|
5868
|
+
deleteById(params: LostChargebacksDeleteByIdParameters): Promise<LostChargebacksDeleteByIdResponse>;
|
|
5869
|
+
putByOrganizationIdAndOrderNumber(params: LostChargebacksPutByOrganizationIdAndOrderNumberParameters): Promise<LostChargebacksPutByOrganizationIdAndOrderNumberResponse>;
|
|
5870
|
+
}
|
|
5758
5871
|
export declare class LoyaltyProgramsResource extends $Resource {
|
|
5759
5872
|
get(params: LoyaltyProgramsGetParameters): Promise<LoyaltyProgramsGetResponse>;
|
|
5760
5873
|
post(params: LoyaltyProgramsPostParameters): Promise<LoyaltyProgramsPostResponse>;
|
|
@@ -5823,6 +5936,9 @@ export declare class MarketsOrdersResource extends $Resource {
|
|
|
5823
5936
|
putDestinationByNumber(params: MarketsOrdersPutDestinationByNumberParameters): Promise<MarketsOrdersPutDestinationByNumberResponse>;
|
|
5824
5937
|
postReplayByNumber(params: MarketsOrdersPostReplayByNumberParameters): Promise<MarketsOrdersPostReplayByNumberResponse>;
|
|
5825
5938
|
}
|
|
5939
|
+
export declare class MarketsOrderSummariesResource extends $Resource {
|
|
5940
|
+
get(params: MarketsOrderSummariesGetParameters): Promise<MarketsOrderSummariesGetResponse>;
|
|
5941
|
+
}
|
|
5826
5942
|
export declare class MatiasItemsResource extends $Resource {
|
|
5827
5943
|
get(params: MatiasItemsGetParameters): Promise<MatiasItemsGetResponse>;
|
|
5828
5944
|
post(params: MatiasItemsPostParameters): Promise<MatiasItemsPostResponse>;
|
|
@@ -6132,6 +6248,10 @@ export declare class RestrictionRulesResource extends $Resource {
|
|
|
6132
6248
|
postInternalAndRestrictionAndRules(params: RestrictionRulesPostInternalAndRestrictionAndRulesParameters): Promise<RestrictionRulesPostInternalAndRestrictionAndRulesResponse>;
|
|
6133
6249
|
putInternalAndRestrictionAndRulesById(params: RestrictionRulesPutInternalAndRestrictionAndRulesByIdParameters): Promise<RestrictionRulesPutInternalAndRestrictionAndRulesByIdResponse>;
|
|
6134
6250
|
}
|
|
6251
|
+
export declare class RestrictionRuleOverridesResource extends $Resource {
|
|
6252
|
+
get(params: RestrictionRuleOverridesGetParameters): Promise<RestrictionRuleOverridesGetResponse>;
|
|
6253
|
+
getByOrganizationId(params: RestrictionRuleOverridesGetByOrganizationIdParameters): Promise<RestrictionRuleOverridesGetByOrganizationIdResponse>;
|
|
6254
|
+
}
|
|
6135
6255
|
export declare class RoutingEntitiesResource extends $Resource {
|
|
6136
6256
|
get(params: RoutingEntitiesGetParameters): Promise<RoutingEntitiesGetResponse>;
|
|
6137
6257
|
}
|
|
@@ -6237,8 +6357,8 @@ export declare class ShopifyPromotionsResource extends $Resource {
|
|
|
6237
6357
|
getById(params: ShopifyPromotionsGetByIdParameters): Promise<ShopifyPromotionsGetByIdResponse>;
|
|
6238
6358
|
putById(params: ShopifyPromotionsPutByIdParameters): Promise<ShopifyPromotionsPutByIdResponse>;
|
|
6239
6359
|
}
|
|
6240
|
-
export declare class
|
|
6241
|
-
get(params:
|
|
6360
|
+
export declare class ShopifyStoreDetailsResource extends $Resource {
|
|
6361
|
+
get(params: ShopifyStoreDetailsGetParameters): Promise<ShopifyStoreDetailsGetResponse>;
|
|
6242
6362
|
}
|
|
6243
6363
|
export declare class ShopifyWebhookEventsResource extends $Resource {
|
|
6244
6364
|
postShopsByShopifyShopIdAndTopicAndAction(params: ShopifyWebhookEventsPostShopsByShopifyShopIdAndTopicAndActionParameters): Promise<ShopifyWebhookEventsPostShopsByShopifyShopIdAndTopicAndActionResponse>;
|
|
@@ -6272,6 +6392,7 @@ export declare class StoreConnectionsResource extends $Resource {
|
|
|
6272
6392
|
export declare class SvitlanaItemsResource extends $Resource {
|
|
6273
6393
|
post(params: SvitlanaItemsPostParameters): Promise<SvitlanaItemsPostResponse>;
|
|
6274
6394
|
getById(params: SvitlanaItemsGetByIdParameters): Promise<SvitlanaItemsGetByIdResponse>;
|
|
6395
|
+
postById(params: SvitlanaItemsPostByIdParameters): Promise<SvitlanaItemsPostByIdResponse>;
|
|
6275
6396
|
putById(params: SvitlanaItemsPutByIdParameters): Promise<SvitlanaItemsPutByIdResponse>;
|
|
6276
6397
|
deleteById(params: SvitlanaItemsDeleteByIdParameters): Promise<SvitlanaItemsDeleteByIdResponse>;
|
|
6277
6398
|
}
|
|
@@ -6370,6 +6491,7 @@ export interface ClientInstance {
|
|
|
6370
6491
|
authorizedChargeStatuses: AuthorizedChargeStatusesResource;
|
|
6371
6492
|
backfills: BackfillsResource;
|
|
6372
6493
|
bankPayments: BankPaymentsResource;
|
|
6494
|
+
bankPaymentOrders: BankPaymentOrdersResource;
|
|
6373
6495
|
bankPaymentStatusImports: BankPaymentStatusImportsResource;
|
|
6374
6496
|
billingOrganizationProcessingRates: BillingOrganizationProcessingRatesResource;
|
|
6375
6497
|
billingSandboxSetups: BillingSandboxSetupsResource;
|
|
@@ -6377,7 +6499,7 @@ export interface ClientInstance {
|
|
|
6377
6499
|
browserBundles: BrowserBundlesResource;
|
|
6378
6500
|
calculatorOrganizationSettings: CalculatorOrganizationSettingsResource;
|
|
6379
6501
|
carrierAccounts: CarrierAccountsResource;
|
|
6380
|
-
|
|
6502
|
+
carrierFiles: CarrierFilesResource;
|
|
6381
6503
|
catalogSettings: CatalogSettingsResource;
|
|
6382
6504
|
centerDefaults: CenterDefaultsResource;
|
|
6383
6505
|
centerQueryBuilders: CenterQueryBuildersResource;
|
|
@@ -6406,6 +6528,7 @@ export interface ClientInstance {
|
|
|
6406
6528
|
classificationRequeueRequests: ClassificationRequeueRequestsResource;
|
|
6407
6529
|
classificationStatistics: ClassificationStatisticsResource;
|
|
6408
6530
|
classificationTaxonomy: ClassificationTaxonomyResource;
|
|
6531
|
+
cliLogEntries: CliLogEntriesResource;
|
|
6409
6532
|
colmItems: ColmItemsResource;
|
|
6410
6533
|
commercialInvoiceComparisons: CommercialInvoiceComparisonsResource;
|
|
6411
6534
|
commercialInvoiceSummaries: CommercialInvoiceSummariesResource;
|
|
@@ -6463,6 +6586,7 @@ export interface ClientInstance {
|
|
|
6463
6586
|
internalHarmonizationStatistics: InternalHarmonizationStatisticsResource;
|
|
6464
6587
|
internalPaymentRequests: InternalPaymentRequestsResource;
|
|
6465
6588
|
internalPaymentRequestVerifications: InternalPaymentRequestVerificationsResource;
|
|
6589
|
+
invariants: InvariantsResource;
|
|
6466
6590
|
inventoryOrganizationSettings: InventoryOrganizationSettingsResource;
|
|
6467
6591
|
notificationRequests: NotificationRequestsResource;
|
|
6468
6592
|
invoiceWebhookResponses: InvoiceWebhookResponsesResource;
|
|
@@ -6497,9 +6621,9 @@ export interface ClientInstance {
|
|
|
6497
6621
|
shopifyCartConversions: ShopifyCartConversionsResource;
|
|
6498
6622
|
shopifyLocalizedVariants: ShopifyLocalizedVariantsResource;
|
|
6499
6623
|
stripeEvents: StripeEventsResource;
|
|
6500
|
-
svbNotifications: SvbNotificationsResource;
|
|
6501
6624
|
channelTokens: ChannelTokensResource;
|
|
6502
6625
|
trackings: TrackingsResource;
|
|
6626
|
+
trackingLabels: TrackingLabelsResource;
|
|
6503
6627
|
itemClassifications: ItemClassificationsResource;
|
|
6504
6628
|
itemClassificationSummaries: ItemClassificationSummariesResource;
|
|
6505
6629
|
itemHarmonizations: ItemHarmonizationsResource;
|
|
@@ -6517,6 +6641,8 @@ export interface ClientInstance {
|
|
|
6517
6641
|
localizations: LocalizationsResource;
|
|
6518
6642
|
localizedContents: LocalizedContentsResource;
|
|
6519
6643
|
localizedItemsExportSettings: LocalizedItemsExportSettingsResource;
|
|
6644
|
+
logisticsCapabilities: LogisticsCapabilitiesResource;
|
|
6645
|
+
lostChargebacks: LostChargebacksResource;
|
|
6520
6646
|
loyaltyPrograms: LoyaltyProgramsResource;
|
|
6521
6647
|
manualReviewRules: ManualReviewRulesResource;
|
|
6522
6648
|
marketingGatewayChannels: MarketingGatewayChannelsResource;
|
|
@@ -6531,6 +6657,7 @@ export interface ClientInstance {
|
|
|
6531
6657
|
marketingGatewayGoogleConnections: MarketingGatewayGoogleConnectionsResource;
|
|
6532
6658
|
marketingGatewayLocalizedItems: MarketingGatewayLocalizedItemsResource;
|
|
6533
6659
|
marketsOrders: MarketsOrdersResource;
|
|
6660
|
+
marketsOrderSummaries: MarketsOrderSummariesResource;
|
|
6534
6661
|
matiasItems: MatiasItemsResource;
|
|
6535
6662
|
merchantApplicationSummaries: MerchantApplicationSummariesResource;
|
|
6536
6663
|
merchantOfRecordEntitySettings: MerchantOfRecordEntitySettingsResource;
|
|
@@ -6595,6 +6722,7 @@ export interface ClientInstance {
|
|
|
6595
6722
|
restrictionProducts: RestrictionProductsResource;
|
|
6596
6723
|
restrictionProductSummaries: RestrictionProductSummariesResource;
|
|
6597
6724
|
restrictionRules: RestrictionRulesResource;
|
|
6725
|
+
restrictionRuleOverrides: RestrictionRuleOverridesResource;
|
|
6598
6726
|
routingEntities: RoutingEntitiesResource;
|
|
6599
6727
|
sandboxSetups: SandboxSetupsResource;
|
|
6600
6728
|
screens: ScreensResource;
|
|
@@ -6620,7 +6748,7 @@ export interface ClientInstance {
|
|
|
6620
6748
|
shopifyOrderFulfillmentsSnapshots: ShopifyOrderFulfillmentsSnapshotsResource;
|
|
6621
6749
|
shopifyOrganizationSettings: ShopifyOrganizationSettingsResource;
|
|
6622
6750
|
shopifyPromotions: ShopifyPromotionsResource;
|
|
6623
|
-
|
|
6751
|
+
shopifyStoreDetails: ShopifyStoreDetailsResource;
|
|
6624
6752
|
shopifyWebhookEvents: ShopifyWebhookEventsResource;
|
|
6625
6753
|
shrutiDemoItems: ShrutiDemoItemsResource;
|
|
6626
6754
|
smpTaxCalculationForms: SmpTaxCalculationFormsResource;
|
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.145",
|
|
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": "15b5319239e2dc57a7ee0b2171f4f54fc4172c16"
|
|
30
30
|
}
|