@flowio/api-internal-sdk 0.0.166 → 0.0.168
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 +225 -875
- package/dist/esm/api-internal.js +219 -869
- package/dist/types/api-internal.d.ts +115 -589
- package/package.json +2 -2
|
@@ -135,15 +135,6 @@ export interface AccountPaymentHoldsDeleteByIdParameters {
|
|
|
135
135
|
headers?: $HttpHeaders;
|
|
136
136
|
id: string;
|
|
137
137
|
}
|
|
138
|
-
export interface AddressConfigurationSettingsGetParameters {
|
|
139
|
-
headers?: $HttpHeaders;
|
|
140
|
-
organization: string;
|
|
141
|
-
}
|
|
142
|
-
export interface AddressConfigurationSettingsPutParameters {
|
|
143
|
-
body: io.flow.internal.v0.models.AddressConfigurationSettingForm;
|
|
144
|
-
headers?: $HttpHeaders;
|
|
145
|
-
organization: string;
|
|
146
|
-
}
|
|
147
138
|
export interface AftershipWebhooksPostParameters {
|
|
148
139
|
body: any;
|
|
149
140
|
headers?: $HttpHeaders;
|
|
@@ -204,11 +195,6 @@ export interface AnshItemsDeleteByIdParameters {
|
|
|
204
195
|
headers?: $HttpHeaders;
|
|
205
196
|
id: string;
|
|
206
197
|
}
|
|
207
|
-
export interface AuthorizedChargeStatusesGetParameters {
|
|
208
|
-
headers?: $HttpHeaders;
|
|
209
|
-
organization: string;
|
|
210
|
-
number: string;
|
|
211
|
-
}
|
|
212
198
|
export interface BankPaymentsGetParameters {
|
|
213
199
|
headers?: $HttpHeaders;
|
|
214
200
|
id?: string[];
|
|
@@ -229,6 +215,19 @@ export interface BankPaymentsPutStatusByIdParameters {
|
|
|
229
215
|
headers?: $HttpHeaders;
|
|
230
216
|
id: string;
|
|
231
217
|
}
|
|
218
|
+
export interface BankPaymentDetailsGetParameters {
|
|
219
|
+
headers?: $HttpHeaders;
|
|
220
|
+
id?: string[];
|
|
221
|
+
source_type?: io.flow.internal.v0.enums.AccountType;
|
|
222
|
+
source_id?: string;
|
|
223
|
+
status?: io.flow.internal.v0.enums.BankPaymentStatusCode;
|
|
224
|
+
since?: string;
|
|
225
|
+
until?: string;
|
|
226
|
+
order_payment_source?: io.flow.experience.v0.enums.OrderPaymentSourceType;
|
|
227
|
+
limit?: number;
|
|
228
|
+
offset?: number;
|
|
229
|
+
sort?: string;
|
|
230
|
+
}
|
|
232
231
|
export interface BankPaymentOrdersGetParameters {
|
|
233
232
|
headers?: $HttpHeaders;
|
|
234
233
|
id?: string[];
|
|
@@ -660,46 +659,6 @@ export interface ChargebacksGetByKeyParameters {
|
|
|
660
659
|
organization: string;
|
|
661
660
|
key: string;
|
|
662
661
|
}
|
|
663
|
-
export interface CheckoutConfigurationsGetParameters {
|
|
664
|
-
headers?: $HttpHeaders;
|
|
665
|
-
organization: string;
|
|
666
|
-
id?: string[];
|
|
667
|
-
limit?: number;
|
|
668
|
-
offset?: number;
|
|
669
|
-
sort?: string;
|
|
670
|
-
}
|
|
671
|
-
export interface CheckoutConfigurationsPostParameters {
|
|
672
|
-
body: io.flow.internal.v0.models.CheckoutConfigurationForm;
|
|
673
|
-
headers?: $HttpHeaders;
|
|
674
|
-
organization: string;
|
|
675
|
-
}
|
|
676
|
-
export interface CheckoutConfigurationsGetByIdParameters {
|
|
677
|
-
headers?: $HttpHeaders;
|
|
678
|
-
organization: string;
|
|
679
|
-
id: string;
|
|
680
|
-
}
|
|
681
|
-
export interface CheckoutConfigurationsPutByIdParameters {
|
|
682
|
-
body: io.flow.internal.v0.models.CheckoutConfigurationForm;
|
|
683
|
-
headers?: $HttpHeaders;
|
|
684
|
-
organization: string;
|
|
685
|
-
id: string;
|
|
686
|
-
}
|
|
687
|
-
export interface CheckoutConfigurationsDeleteByIdParameters {
|
|
688
|
-
headers?: $HttpHeaders;
|
|
689
|
-
organization: string;
|
|
690
|
-
id: string;
|
|
691
|
-
}
|
|
692
|
-
export interface CheckoutContentSummariesGetCheckoutParameters {
|
|
693
|
-
headers?: $HttpHeaders;
|
|
694
|
-
organization: string;
|
|
695
|
-
locale?: string;
|
|
696
|
-
}
|
|
697
|
-
export interface CheckoutContentSummariesGetUrlByKeyParameters {
|
|
698
|
-
headers?: $HttpHeaders;
|
|
699
|
-
organization: string;
|
|
700
|
-
key: string;
|
|
701
|
-
url: string;
|
|
702
|
-
}
|
|
703
662
|
export interface CiphersPostParameters {
|
|
704
663
|
body: io.flow.internal.v0.models.CipherForm;
|
|
705
664
|
headers?: $HttpHeaders;
|
|
@@ -820,22 +779,6 @@ export interface CompliancesDeleteTypeAndDestinationByTypeAndDestinationParamete
|
|
|
820
779
|
type: io.flow.internal.v0.enums.ComplianceType;
|
|
821
780
|
destination: string;
|
|
822
781
|
}
|
|
823
|
-
export interface ConsumerOptinActivitiesPostParameters {
|
|
824
|
-
body: io.flow.internal.v0.models.ConsumerOptinActivity[];
|
|
825
|
-
headers?: $HttpHeaders;
|
|
826
|
-
organization: string;
|
|
827
|
-
}
|
|
828
|
-
export interface ContentSchemasGetParameters {
|
|
829
|
-
headers?: $HttpHeaders;
|
|
830
|
-
key?: string;
|
|
831
|
-
limit?: number;
|
|
832
|
-
offset?: number;
|
|
833
|
-
sort?: string;
|
|
834
|
-
}
|
|
835
|
-
export interface ContentSchemasGetBySchemaKeyParameters {
|
|
836
|
-
headers?: $HttpHeaders;
|
|
837
|
-
schema_key: string;
|
|
838
|
-
}
|
|
839
782
|
export interface CourthouseProductSummariesGetSearchAndItemsByItemNumberParameters {
|
|
840
783
|
headers?: $HttpHeaders;
|
|
841
784
|
item_number: string;
|
|
@@ -845,6 +788,9 @@ export interface CustomsDetailsPostParameters {
|
|
|
845
788
|
headers?: $HttpHeaders;
|
|
846
789
|
organization: string;
|
|
847
790
|
}
|
|
791
|
+
export interface DatabasesGetParameters {
|
|
792
|
+
headers?: $HttpHeaders;
|
|
793
|
+
}
|
|
848
794
|
export interface DebugOrdersPostParameters {
|
|
849
795
|
body: io.flow.internal.v0.models.DebugOrderTransactionForm;
|
|
850
796
|
headers?: $HttpHeaders;
|
|
@@ -1150,15 +1096,6 @@ export interface FinanceBankPaymentsGetParameters {
|
|
|
1150
1096
|
export interface FinancialMerchantCategoriesGetParameters {
|
|
1151
1097
|
headers?: $HttpHeaders;
|
|
1152
1098
|
}
|
|
1153
|
-
export interface FinancialReportingStatementsGetByStatementNumberParameters {
|
|
1154
|
-
headers?: $HttpHeaders;
|
|
1155
|
-
statement_number: string;
|
|
1156
|
-
}
|
|
1157
|
-
export interface FinancialReportingStatementsPostByStatementNumberParameters {
|
|
1158
|
-
body: io.flow.internal.v0.models.FinancialReportingStatementForm;
|
|
1159
|
-
headers?: $HttpHeaders;
|
|
1160
|
-
statement_number: string;
|
|
1161
|
-
}
|
|
1162
1099
|
export interface FlexeWebhooksPostReceiptParameters {
|
|
1163
1100
|
body: any;
|
|
1164
1101
|
headers?: $HttpHeaders;
|
|
@@ -1305,31 +1242,6 @@ export interface FlowChannelOrganizationsGetParameters {
|
|
|
1305
1242
|
offset?: number;
|
|
1306
1243
|
sort?: string;
|
|
1307
1244
|
}
|
|
1308
|
-
export interface FlowLabProjectsGetParameters {
|
|
1309
|
-
headers?: $HttpHeaders;
|
|
1310
|
-
id?: string[];
|
|
1311
|
-
key?: string;
|
|
1312
|
-
limit?: number;
|
|
1313
|
-
offset?: number;
|
|
1314
|
-
sort?: string;
|
|
1315
|
-
}
|
|
1316
|
-
export interface FlowLabProjectsPostParameters {
|
|
1317
|
-
body: io.flow.internal.v0.models.FlowLabProjectPostForm;
|
|
1318
|
-
headers?: $HttpHeaders;
|
|
1319
|
-
}
|
|
1320
|
-
export interface FlowLabProjectsGetByKeyParameters {
|
|
1321
|
-
headers?: $HttpHeaders;
|
|
1322
|
-
key: string;
|
|
1323
|
-
}
|
|
1324
|
-
export interface FlowLabProjectsPutByKeyParameters {
|
|
1325
|
-
body: io.flow.internal.v0.models.FlowLabProjectPutForm;
|
|
1326
|
-
headers?: $HttpHeaders;
|
|
1327
|
-
key: string;
|
|
1328
|
-
}
|
|
1329
|
-
export interface FlowLabProjectsDeleteByKeyParameters {
|
|
1330
|
-
headers?: $HttpHeaders;
|
|
1331
|
-
key: string;
|
|
1332
|
-
}
|
|
1333
1245
|
export interface FlowLabelSettingsPostParameters {
|
|
1334
1246
|
body: io.flow.internal.v0.models.FlowLabelSettingForm;
|
|
1335
1247
|
headers?: $HttpHeaders;
|
|
@@ -1404,35 +1316,6 @@ export interface FraudReviewDecisionsPostParameters {
|
|
|
1404
1316
|
organization: string;
|
|
1405
1317
|
id: string;
|
|
1406
1318
|
}
|
|
1407
|
-
export interface FtpSettingsGetParameters {
|
|
1408
|
-
headers?: $HttpHeaders;
|
|
1409
|
-
organization_id: string;
|
|
1410
|
-
id?: string[];
|
|
1411
|
-
limit?: number;
|
|
1412
|
-
offset?: number;
|
|
1413
|
-
sort?: string;
|
|
1414
|
-
}
|
|
1415
|
-
export interface FtpSettingsPostParameters {
|
|
1416
|
-
body: io.flow.internal.v0.models.FtpSettingForm;
|
|
1417
|
-
headers?: $HttpHeaders;
|
|
1418
|
-
organization_id: string;
|
|
1419
|
-
}
|
|
1420
|
-
export interface FtpSettingsGetByIdParameters {
|
|
1421
|
-
headers?: $HttpHeaders;
|
|
1422
|
-
organization_id: string;
|
|
1423
|
-
id: string;
|
|
1424
|
-
}
|
|
1425
|
-
export interface FtpSettingsPutByIdParameters {
|
|
1426
|
-
body: io.flow.internal.v0.models.FtpSettingForm;
|
|
1427
|
-
headers?: $HttpHeaders;
|
|
1428
|
-
organization_id: string;
|
|
1429
|
-
id: string;
|
|
1430
|
-
}
|
|
1431
|
-
export interface FtpSettingsDeleteByIdParameters {
|
|
1432
|
-
headers?: $HttpHeaders;
|
|
1433
|
-
organization_id: string;
|
|
1434
|
-
id: string;
|
|
1435
|
-
}
|
|
1436
1319
|
export interface GenerateLoadsPostParameters {
|
|
1437
1320
|
body: io.flow.internal.v0.unions.GenerateLoad;
|
|
1438
1321
|
headers?: $HttpHeaders;
|
|
@@ -1459,15 +1342,6 @@ export interface GlobalSearchResultsGetParameters {
|
|
|
1459
1342
|
organization: string;
|
|
1460
1343
|
q: string;
|
|
1461
1344
|
}
|
|
1462
|
-
export interface GoogleShoppingSettingsGetParameters {
|
|
1463
|
-
headers?: $HttpHeaders;
|
|
1464
|
-
organization: string;
|
|
1465
|
-
}
|
|
1466
|
-
export interface GoogleShoppingSettingsPostParameters {
|
|
1467
|
-
body: io.flow.internal.v0.models.GoogleShoppingAccountParameters;
|
|
1468
|
-
headers?: $HttpHeaders;
|
|
1469
|
-
organization: string;
|
|
1470
|
-
}
|
|
1471
1345
|
export interface HarmonizationItemClassificationsGetVersionsParameters {
|
|
1472
1346
|
headers?: $HttpHeaders;
|
|
1473
1347
|
organization: string;
|
|
@@ -1507,6 +1381,23 @@ export interface HarmonizationUnclassifiedStatisticsGetParameters {
|
|
|
1507
1381
|
limit?: number;
|
|
1508
1382
|
offset?: number;
|
|
1509
1383
|
}
|
|
1384
|
+
export interface HoseinItemsPostParameters {
|
|
1385
|
+
body: io.flow.internal.v0.models.HoseinItemForm;
|
|
1386
|
+
headers?: $HttpHeaders;
|
|
1387
|
+
}
|
|
1388
|
+
export interface HoseinItemsGetByIdParameters {
|
|
1389
|
+
headers?: $HttpHeaders;
|
|
1390
|
+
id: string;
|
|
1391
|
+
}
|
|
1392
|
+
export interface HoseinItemsPutByIdParameters {
|
|
1393
|
+
body: io.flow.internal.v0.models.HoseinItemForm;
|
|
1394
|
+
headers?: $HttpHeaders;
|
|
1395
|
+
id: string;
|
|
1396
|
+
}
|
|
1397
|
+
export interface HoseinItemsDeleteByIdParameters {
|
|
1398
|
+
headers?: $HttpHeaders;
|
|
1399
|
+
id: string;
|
|
1400
|
+
}
|
|
1510
1401
|
export interface Hs6GetDescriptionByCodeParameters {
|
|
1511
1402
|
headers?: $HttpHeaders;
|
|
1512
1403
|
code: string;
|
|
@@ -1745,12 +1636,6 @@ export interface UltimateBeneficiaryOwnersPutParameters {
|
|
|
1745
1636
|
headers?: $HttpHeaders;
|
|
1746
1637
|
organization: string;
|
|
1747
1638
|
}
|
|
1748
|
-
export interface OrderManagementEventsPostReplayByOrderLifecycleEventParameters {
|
|
1749
|
-
headers?: $HttpHeaders;
|
|
1750
|
-
organization: string;
|
|
1751
|
-
number: string;
|
|
1752
|
-
order_lifecycle_event: string;
|
|
1753
|
-
}
|
|
1754
1639
|
export interface OnboardingStatesPutInternalAndOnboardingAndStateByOrganizationParameters {
|
|
1755
1640
|
body: io.flow.internal.v0.models.OnboardingStateForm;
|
|
1756
1641
|
headers?: $HttpHeaders;
|
|
@@ -1844,35 +1729,6 @@ export interface CountriesGetParameters {
|
|
|
1844
1729
|
headers?: $HttpHeaders;
|
|
1845
1730
|
organization: string;
|
|
1846
1731
|
}
|
|
1847
|
-
export interface OrganizationSessionsPostOrganizationsByOrganizationParameters {
|
|
1848
|
-
body: io.flow.session.v0.models.SessionForm;
|
|
1849
|
-
headers?: $HttpHeaders;
|
|
1850
|
-
organization: string;
|
|
1851
|
-
}
|
|
1852
|
-
export interface OrganizationSessionsGetBySessionParameters {
|
|
1853
|
-
headers?: $HttpHeaders;
|
|
1854
|
-
session: string;
|
|
1855
|
-
}
|
|
1856
|
-
export interface OrganizationSessionsPutBySessionParameters {
|
|
1857
|
-
body: io.flow.session.v0.models.SessionPutForm;
|
|
1858
|
-
headers?: $HttpHeaders;
|
|
1859
|
-
session: string;
|
|
1860
|
-
}
|
|
1861
|
-
export interface OrganizationSessionsDeleteBySessionParameters {
|
|
1862
|
-
headers?: $HttpHeaders;
|
|
1863
|
-
session: string;
|
|
1864
|
-
}
|
|
1865
|
-
export interface OrganizationSessionsPutOrganizationsBySessionAndOrganizationParameters {
|
|
1866
|
-
body: io.flow.session.v0.models.SessionPutForm;
|
|
1867
|
-
headers?: $HttpHeaders;
|
|
1868
|
-
session: string;
|
|
1869
|
-
organization: string;
|
|
1870
|
-
}
|
|
1871
|
-
export interface OrganizationSessionsPutResetBySessionParameters {
|
|
1872
|
-
body: io.flow.session.v0.models.SessionPutForm;
|
|
1873
|
-
headers?: $HttpHeaders;
|
|
1874
|
-
session: string;
|
|
1875
|
-
}
|
|
1876
1732
|
export interface ShopifyOrdersGetTraceByShopifyOrderIdParameters {
|
|
1877
1733
|
headers?: $HttpHeaders;
|
|
1878
1734
|
organization: string;
|
|
@@ -2015,33 +1871,39 @@ export interface JeanDemoItemsGetByIdParameters {
|
|
|
2015
1871
|
headers?: $HttpHeaders;
|
|
2016
1872
|
id: string;
|
|
2017
1873
|
}
|
|
2018
|
-
export interface
|
|
1874
|
+
export interface JournalsGetParameters {
|
|
2019
1875
|
headers?: $HttpHeaders;
|
|
2020
|
-
|
|
1876
|
+
database: string;
|
|
2021
1877
|
}
|
|
2022
|
-
export interface
|
|
1878
|
+
export interface JournalsDeleteFailedByJournalParameters {
|
|
2023
1879
|
headers?: $HttpHeaders;
|
|
2024
|
-
|
|
1880
|
+
database: string;
|
|
1881
|
+
journal: string;
|
|
2025
1882
|
}
|
|
2026
|
-
export interface
|
|
1883
|
+
export interface JournalsGetFailuresByJournalParameters {
|
|
2027
1884
|
headers?: $HttpHeaders;
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
key?: string;
|
|
1885
|
+
database: string;
|
|
1886
|
+
journal: string;
|
|
2031
1887
|
limit?: number;
|
|
2032
1888
|
offset?: number;
|
|
2033
|
-
sort?: string;
|
|
2034
1889
|
}
|
|
2035
|
-
export interface
|
|
1890
|
+
export interface JournalsDeleteQueuedByJournalParameters {
|
|
1891
|
+
headers?: $HttpHeaders;
|
|
1892
|
+
database: string;
|
|
1893
|
+
journal: string;
|
|
1894
|
+
}
|
|
1895
|
+
export interface JournalsPostRequeueByJournalParameters {
|
|
1896
|
+
headers?: $HttpHeaders;
|
|
1897
|
+
database: string;
|
|
1898
|
+
journal: string;
|
|
1899
|
+
}
|
|
1900
|
+
export interface KeysGetParameters {
|
|
2036
1901
|
headers?: $HttpHeaders;
|
|
2037
1902
|
organization: string;
|
|
2038
|
-
flow_lab_project_key: string;
|
|
2039
1903
|
}
|
|
2040
|
-
export interface
|
|
2041
|
-
body: io.flow.internal.v0.models.LabProjectSettingsForm;
|
|
1904
|
+
export interface KeysPostParameters {
|
|
2042
1905
|
headers?: $HttpHeaders;
|
|
2043
1906
|
organization: string;
|
|
2044
|
-
flow_lab_project_key: string;
|
|
2045
1907
|
}
|
|
2046
1908
|
export interface LabelCreationJobsPostParameters {
|
|
2047
1909
|
body: io.flow.internal.v0.models.LabelCreationRequestForm;
|
|
@@ -2105,72 +1967,6 @@ export interface LiabilityRemittancePlansGetByOrderNumberParameters {
|
|
|
2105
1967
|
organization: string;
|
|
2106
1968
|
order_number: string;
|
|
2107
1969
|
}
|
|
2108
|
-
export interface LocalizableContentsGetContentAndSchemasBySchemaKeyParameters {
|
|
2109
|
-
headers?: $HttpHeaders;
|
|
2110
|
-
organization: string;
|
|
2111
|
-
schema_key: string;
|
|
2112
|
-
language?: string;
|
|
2113
|
-
locale?: string;
|
|
2114
|
-
cast?: io.flow.internal.v0.enums.ContentTypeCast[];
|
|
2115
|
-
}
|
|
2116
|
-
export interface LocalizableContentsGetContentsAndLocalizationByContentIdParameters {
|
|
2117
|
-
headers?: $HttpHeaders;
|
|
2118
|
-
organization: string;
|
|
2119
|
-
content_id: string;
|
|
2120
|
-
language?: string;
|
|
2121
|
-
locale?: string;
|
|
2122
|
-
cast?: io.flow.internal.v0.enums.ContentTypeCast[];
|
|
2123
|
-
}
|
|
2124
|
-
export interface LocalizationsGetParameters {
|
|
2125
|
-
headers?: $HttpHeaders;
|
|
2126
|
-
organization: string;
|
|
2127
|
-
content_id: string;
|
|
2128
|
-
id?: string[];
|
|
2129
|
-
locale?: string;
|
|
2130
|
-
limit?: number;
|
|
2131
|
-
offset?: number;
|
|
2132
|
-
sort?: string;
|
|
2133
|
-
}
|
|
2134
|
-
export interface LocalizationsPutByIdParameters {
|
|
2135
|
-
body: io.flow.internal.v0.models.LocalizationForm;
|
|
2136
|
-
headers?: $HttpHeaders;
|
|
2137
|
-
organization: string;
|
|
2138
|
-
content_id: string;
|
|
2139
|
-
id: string;
|
|
2140
|
-
}
|
|
2141
|
-
export interface LocalizationsPutElementsByIdAndKeyParameters {
|
|
2142
|
-
body: io.flow.internal.v0.models.LocalizedContentElement;
|
|
2143
|
-
headers?: $HttpHeaders;
|
|
2144
|
-
organization: string;
|
|
2145
|
-
content_id: string;
|
|
2146
|
-
id: string;
|
|
2147
|
-
key: string;
|
|
2148
|
-
}
|
|
2149
|
-
export interface LocalizedContentsGetParameters {
|
|
2150
|
-
headers?: $HttpHeaders;
|
|
2151
|
-
organization: string;
|
|
2152
|
-
id?: string[];
|
|
2153
|
-
schema_key?: string;
|
|
2154
|
-
status?: string;
|
|
2155
|
-
limit?: number;
|
|
2156
|
-
offset?: number;
|
|
2157
|
-
sort?: string;
|
|
2158
|
-
}
|
|
2159
|
-
export interface LocalizedContentsPutByIdParameters {
|
|
2160
|
-
body: io.flow.internal.v0.models.LocalizedContentForm;
|
|
2161
|
-
headers?: $HttpHeaders;
|
|
2162
|
-
organization: string;
|
|
2163
|
-
id: string;
|
|
2164
|
-
}
|
|
2165
|
-
export interface LocalizedItemsExportSettingsGetParameters {
|
|
2166
|
-
headers?: $HttpHeaders;
|
|
2167
|
-
organization: string;
|
|
2168
|
-
}
|
|
2169
|
-
export interface LocalizedItemsExportSettingsPutParameters {
|
|
2170
|
-
body: io.flow.internal.v0.models.LocalizedItemsExportSettings;
|
|
2171
|
-
headers?: $HttpHeaders;
|
|
2172
|
-
organization: string;
|
|
2173
|
-
}
|
|
2174
1970
|
export interface LogisticsCapabilitiesGetParameters {
|
|
2175
1971
|
headers?: $HttpHeaders;
|
|
2176
1972
|
organization: string;
|
|
@@ -2431,88 +2227,6 @@ export interface OnboardingOrganizationsGetSearchParameters {
|
|
|
2431
2227
|
limit?: number;
|
|
2432
2228
|
offset?: number;
|
|
2433
2229
|
}
|
|
2434
|
-
export interface OptinAttributesGetParameters {
|
|
2435
|
-
headers?: $HttpHeaders;
|
|
2436
|
-
organization: string;
|
|
2437
|
-
optin_attribute_key?: string;
|
|
2438
|
-
limit?: number;
|
|
2439
|
-
offset?: number;
|
|
2440
|
-
sort?: string;
|
|
2441
|
-
}
|
|
2442
|
-
export interface OptinAttributesGetByKeyParameters {
|
|
2443
|
-
headers?: $HttpHeaders;
|
|
2444
|
-
organization: string;
|
|
2445
|
-
key: string;
|
|
2446
|
-
}
|
|
2447
|
-
export interface OptinAttributesPutByKeyParameters {
|
|
2448
|
-
body: io.flow.internal.v0.models.OptinAttributeForm;
|
|
2449
|
-
headers?: $HttpHeaders;
|
|
2450
|
-
organization: string;
|
|
2451
|
-
key: string;
|
|
2452
|
-
}
|
|
2453
|
-
export interface OptinAttributesDeleteByKeyParameters {
|
|
2454
|
-
headers?: $HttpHeaders;
|
|
2455
|
-
organization: string;
|
|
2456
|
-
key: string;
|
|
2457
|
-
}
|
|
2458
|
-
export interface OptinPromptsGetPromptsParameters {
|
|
2459
|
-
headers?: $HttpHeaders;
|
|
2460
|
-
organization: string;
|
|
2461
|
-
id?: string[];
|
|
2462
|
-
optin_attribute_key?: string;
|
|
2463
|
-
region?: string;
|
|
2464
|
-
limit?: number;
|
|
2465
|
-
offset?: number;
|
|
2466
|
-
sort?: string;
|
|
2467
|
-
expand?: string[];
|
|
2468
|
-
}
|
|
2469
|
-
export interface OptinPromptsPostPromptsParameters {
|
|
2470
|
-
body: io.flow.internal.v0.models.OptinPromptForm;
|
|
2471
|
-
headers?: $HttpHeaders;
|
|
2472
|
-
organization: string;
|
|
2473
|
-
}
|
|
2474
|
-
export interface OptinPromptsPutPromptsByIdParameters {
|
|
2475
|
-
body: io.flow.internal.v0.models.OptinPromptForm;
|
|
2476
|
-
headers?: $HttpHeaders;
|
|
2477
|
-
organization: string;
|
|
2478
|
-
id: string;
|
|
2479
|
-
}
|
|
2480
|
-
export interface OptinPromptsDeletePromptsByIdParameters {
|
|
2481
|
-
headers?: $HttpHeaders;
|
|
2482
|
-
organization: string;
|
|
2483
|
-
id: string;
|
|
2484
|
-
}
|
|
2485
|
-
export interface OptinPromptsGetTargetsByTargetAndRegionParameters {
|
|
2486
|
-
headers?: $HttpHeaders;
|
|
2487
|
-
organization: string;
|
|
2488
|
-
target: string;
|
|
2489
|
-
region: string;
|
|
2490
|
-
language?: string;
|
|
2491
|
-
locale?: string;
|
|
2492
|
-
expand?: string[];
|
|
2493
|
-
cast?: io.flow.internal.v0.enums.ContentTypeCast[];
|
|
2494
|
-
}
|
|
2495
|
-
export interface OptinPromptsGetByIdParameters {
|
|
2496
|
-
headers?: $HttpHeaders;
|
|
2497
|
-
organization: string;
|
|
2498
|
-
id: string;
|
|
2499
|
-
expand?: string[];
|
|
2500
|
-
}
|
|
2501
|
-
export interface OptinPromptCopiesPostParameters {
|
|
2502
|
-
body: io.flow.internal.v0.models.OptinPromptCopyForm[];
|
|
2503
|
-
headers?: $HttpHeaders;
|
|
2504
|
-
}
|
|
2505
|
-
export interface OrderActionabilitiesPostParameters {
|
|
2506
|
-
body: io.flow.internal.v0.unions.OrderActionForm;
|
|
2507
|
-
headers?: $HttpHeaders;
|
|
2508
|
-
organization: string;
|
|
2509
|
-
number: string;
|
|
2510
|
-
}
|
|
2511
|
-
export interface OrderActionabilitiesGetAvailableParameters {
|
|
2512
|
-
headers?: $HttpHeaders;
|
|
2513
|
-
organization: string;
|
|
2514
|
-
number: string;
|
|
2515
|
-
}
|
|
2516
2230
|
export interface OrderAddressValidationsGetOrderValidationAndFailuresParameters {
|
|
2517
2231
|
headers?: $HttpHeaders;
|
|
2518
2232
|
limit?: number;
|
|
@@ -3317,19 +3031,6 @@ export interface RatesNamesSummariesGetDestinationAndOriginByDestinationAndOrigi
|
|
|
3317
3031
|
destination: string;
|
|
3318
3032
|
origin: string;
|
|
3319
3033
|
}
|
|
3320
|
-
export interface ReboundConfigurationsGetParameters {
|
|
3321
|
-
headers?: $HttpHeaders;
|
|
3322
|
-
organization: string;
|
|
3323
|
-
}
|
|
3324
|
-
export interface ReboundConfigurationsPutParameters {
|
|
3325
|
-
body: io.flow.internal.v0.models.ReboundConfigurationForm;
|
|
3326
|
-
headers?: $HttpHeaders;
|
|
3327
|
-
organization: string;
|
|
3328
|
-
}
|
|
3329
|
-
export interface ReboundConfigurationsDeleteParameters {
|
|
3330
|
-
headers?: $HttpHeaders;
|
|
3331
|
-
organization: string;
|
|
3332
|
-
}
|
|
3333
3034
|
export interface ReportsPostParameters {
|
|
3334
3035
|
body: io.flow.internal.v0.models.ReportForm;
|
|
3335
3036
|
headers?: $HttpHeaders;
|
|
@@ -3376,7 +3077,6 @@ export interface RestrictionItemsGetParameters {
|
|
|
3376
3077
|
statuses?: io.flow.internal.v0.enums.RestrictionStatus[];
|
|
3377
3078
|
rule_ids?: string[];
|
|
3378
3079
|
category?: string;
|
|
3379
|
-
categories?: string[];
|
|
3380
3080
|
user_ids?: string[];
|
|
3381
3081
|
product_name_query?: string;
|
|
3382
3082
|
hs6?: string;
|
|
@@ -3434,7 +3134,7 @@ export interface RestrictionOrganizationDecisionSummariesGetParameters {
|
|
|
3434
3134
|
earliest_pending_date_after?: string;
|
|
3435
3135
|
approval_status?: io.flow.internal.v0.enums.OrganizationRestrictionApprovalStatus;
|
|
3436
3136
|
review_type?: io.flow.internal.v0.enums.OrganizationRestrictionReviewType;
|
|
3437
|
-
|
|
3137
|
+
filter_orgs_with_pending?: io.flow.internal.v0.enums.PendingRecordType;
|
|
3438
3138
|
transacting_orgs?: boolean;
|
|
3439
3139
|
limit?: number;
|
|
3440
3140
|
offset?: number;
|
|
@@ -3449,7 +3149,6 @@ export interface RestrictionProductsGetParameters {
|
|
|
3449
3149
|
negative_keywords?: string[];
|
|
3450
3150
|
user_ids?: string[];
|
|
3451
3151
|
category?: string;
|
|
3452
|
-
categories?: string[];
|
|
3453
3152
|
product_name_query?: string;
|
|
3454
3153
|
hs6?: string;
|
|
3455
3154
|
product_id?: string;
|
|
@@ -3578,19 +3277,27 @@ export interface SandboxSetupsPutParameters {
|
|
|
3578
3277
|
headers?: $HttpHeaders;
|
|
3579
3278
|
organization: string;
|
|
3580
3279
|
}
|
|
3581
|
-
export interface
|
|
3582
|
-
body: io.flow.internal.v0.models.
|
|
3280
|
+
export interface SarveshItemsPostParameters {
|
|
3281
|
+
body: io.flow.internal.v0.models.SarveshItemForm;
|
|
3583
3282
|
headers?: $HttpHeaders;
|
|
3584
|
-
key: string;
|
|
3585
3283
|
}
|
|
3586
|
-
export interface
|
|
3284
|
+
export interface SarveshItemsGetByIdParameters {
|
|
3587
3285
|
headers?: $HttpHeaders;
|
|
3588
|
-
|
|
3286
|
+
id: string;
|
|
3589
3287
|
}
|
|
3590
|
-
export interface
|
|
3288
|
+
export interface SarveshItemsPutByIdParameters {
|
|
3289
|
+
body: io.flow.internal.v0.models.SarveshItemForm;
|
|
3591
3290
|
headers?: $HttpHeaders;
|
|
3592
|
-
|
|
3593
|
-
|
|
3291
|
+
id: string;
|
|
3292
|
+
}
|
|
3293
|
+
export interface SarveshItemsDeleteByIdParameters {
|
|
3294
|
+
headers?: $HttpHeaders;
|
|
3295
|
+
id: string;
|
|
3296
|
+
}
|
|
3297
|
+
export interface ScreensPutByKeyParameters {
|
|
3298
|
+
body: io.flow.internal.v0.models.ScreenForm;
|
|
3299
|
+
headers?: $HttpHeaders;
|
|
3300
|
+
key: string;
|
|
3594
3301
|
}
|
|
3595
3302
|
export interface SessionOrderDataGetBySessionIdParameters {
|
|
3596
3303
|
headers?: $HttpHeaders;
|
|
@@ -3736,24 +3443,6 @@ export interface SpotRatesGetVersionsParameters {
|
|
|
3736
3443
|
offset?: number;
|
|
3737
3444
|
sort?: string;
|
|
3738
3445
|
}
|
|
3739
|
-
export interface StoreConnectionsGetByDomainParameters {
|
|
3740
|
-
headers?: $HttpHeaders;
|
|
3741
|
-
domain: string;
|
|
3742
|
-
}
|
|
3743
|
-
export interface StoreConnectionsPutByDomainParameters {
|
|
3744
|
-
body: io.flow.internal.v0.models.StoreConnectionForm;
|
|
3745
|
-
headers?: $HttpHeaders;
|
|
3746
|
-
domain: string;
|
|
3747
|
-
}
|
|
3748
|
-
export interface StoreConnectionsDeleteByDomainParameters {
|
|
3749
|
-
headers?: $HttpHeaders;
|
|
3750
|
-
domain: string;
|
|
3751
|
-
}
|
|
3752
|
-
export interface StoreConnectionsPostInstallByDomainParameters {
|
|
3753
|
-
body: io.flow.internal.v0.models.MagentoInstallForm;
|
|
3754
|
-
headers?: $HttpHeaders;
|
|
3755
|
-
domain: string;
|
|
3756
|
-
}
|
|
3757
3446
|
export interface TariffEligibilitiesGetParameters {
|
|
3758
3447
|
headers?: $HttpHeaders;
|
|
3759
3448
|
organization: string;
|
|
@@ -3957,8 +3646,6 @@ export declare type AccountPaymentHoldsGetResponse = $HttpOk<io.flow.internal.v0
|
|
|
3957
3646
|
export declare type AccountPaymentHoldsPostResponse = $HttpCreated<io.flow.internal.v0.models.AccountPaymentHold> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3958
3647
|
export declare type AccountPaymentHoldsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.AccountPaymentHold> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3959
3648
|
export declare type AccountPaymentHoldsDeleteByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3960
|
-
export declare type AddressConfigurationSettingsGetResponse = $HttpOk<io.flow.internal.v0.models.AddressConfigurationSetting> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3961
|
-
export declare type AddressConfigurationSettingsPutResponse = $HttpOk<io.flow.internal.v0.models.AddressConfigurationSetting> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3962
3649
|
export declare type AftershipWebhooksPostResponse = $HttpOk<undefined> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3963
3650
|
export declare type AldoItemsPostResponse = $HttpCreated<io.flow.internal.v0.models.AldoItem> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3964
3651
|
export declare type AldoItemsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.AldoItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
@@ -3973,10 +3660,10 @@ export declare type AnshItemsPostResponse = $HttpCreated<io.flow.internal.v0.mod
|
|
|
3973
3660
|
export declare type AnshItemsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.AnshItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3974
3661
|
export declare type AnshItemsPutByIdResponse = $HttpOk<io.flow.internal.v0.models.AnshItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3975
3662
|
export declare type AnshItemsDeleteByIdResponse = $HttpOk<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3976
|
-
export declare type AuthorizedChargeStatusesGetResponse = $HttpOk<io.flow.internal.v0.models.OrderActionability> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3977
3663
|
export declare type BankPaymentsGetResponse = $HttpOk<io.flow.internal.v0.models.BankPayment[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3978
3664
|
export declare type BankPaymentsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.BankPayment> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3979
3665
|
export declare type BankPaymentsPutStatusByIdResponse = $HttpCreated<io.flow.internal.v0.models.BankPayment> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3666
|
+
export declare type BankPaymentDetailsGetResponse = $HttpOk<io.flow.internal.v0.models.BankPaymentDetail[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3980
3667
|
export declare type BankPaymentOrdersGetResponse = $HttpOk<io.flow.internal.v0.models.BankPaymentOrder[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3981
3668
|
export declare type BankPaymentOrdersGetByIdResponse = $HttpOk<io.flow.internal.v0.models.BankPaymentOrder> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3982
3669
|
export declare type BankPaymentStatusImportsPostResponse = $HttpCreated<io.flow.internal.v0.models.BankPaymentStatusImport> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4045,13 +3732,6 @@ export declare type ChannelOrganizationShopifyPutShopifyAndInstallByKeyResponse
|
|
|
4045
3732
|
export declare type ChargebacksGetResponse = $HttpOk<io.flow.internal.v0.models.Chargeback[]> | $HttpUnauthorized<undefined>;
|
|
4046
3733
|
export declare type ChargebacksGetVersionsResponse = $HttpOk<io.flow.internal.v0.models.ChargebackVersion[]> | $HttpUnauthorized<undefined>;
|
|
4047
3734
|
export declare type ChargebacksGetByKeyResponse = $HttpOk<io.flow.internal.v0.models.Chargeback> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4048
|
-
export declare type CheckoutConfigurationsGetResponse = $HttpOk<io.flow.internal.v0.models.CheckoutConfiguration[]> | $HttpUnauthorized<undefined>;
|
|
4049
|
-
export declare type CheckoutConfigurationsPostResponse = $HttpOk<io.flow.internal.v0.models.CheckoutConfiguration> | $HttpCreated<io.flow.internal.v0.models.CheckoutConfiguration> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4050
|
-
export declare type CheckoutConfigurationsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.CheckoutConfiguration> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4051
|
-
export declare type CheckoutConfigurationsPutByIdResponse = $HttpOk<io.flow.internal.v0.models.CheckoutConfiguration> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4052
|
-
export declare type CheckoutConfigurationsDeleteByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4053
|
-
export declare type CheckoutContentSummariesGetCheckoutResponse = $HttpOk<io.flow.internal.v0.models.CheckoutContentSummary> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4054
|
-
export declare type CheckoutContentSummariesGetUrlByKeyResponse = $HttpOk<string> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4055
3735
|
export declare type CiphersPostResponse = $HttpCreated<io.flow.internal.v0.models.Cipher> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4056
3736
|
export declare type CiphersPostBatchResponse = $HttpCreated<io.flow.internal.v0.models.Cipher[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4057
3737
|
export declare type CiphersPostGetResponse = $HttpOk<io.flow.internal.v0.models.DecryptedCipher> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4074,11 +3754,9 @@ export declare type CompliancesGetResponse = $HttpOk<io.flow.internal.v0.models.
|
|
|
4074
3754
|
export declare type CompliancesGetTypeAndDestinationByTypeAndDestinationResponse = $HttpOk<io.flow.internal.v0.models.Compliance> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4075
3755
|
export declare type CompliancesPutTypeAndDestinationByTypeAndDestinationResponse = $HttpOk<io.flow.internal.v0.models.Compliance> | $HttpCreated<io.flow.internal.v0.models.Compliance> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4076
3756
|
export declare type CompliancesDeleteTypeAndDestinationByTypeAndDestinationResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4077
|
-
export declare type ConsumerOptinActivitiesPostResponse = $HttpOk<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4078
|
-
export declare type ContentSchemasGetResponse = $HttpOk<io.flow.internal.v0.models.ContentSchemaSummary[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4079
|
-
export declare type ContentSchemasGetBySchemaKeyResponse = $HttpOk<io.flow.internal.v0.models.ContentSchema> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4080
3757
|
export declare type CourthouseProductSummariesGetSearchAndItemsByItemNumberResponse = $HttpOk<io.flow.internal.v0.models.CourthouseProductSummary[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4081
3758
|
export declare type CustomsDetailsPostResponse = $HttpOk<io.flow.internal.v0.models.CustomsDetails> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3759
|
+
export declare type DatabasesGetResponse = $HttpOk<io.flow.internal.v0.models.Database[]> | $HttpUnauthorized<undefined>;
|
|
4082
3760
|
export declare type DebugOrdersPostResponse = $HttpCreated<io.flow.internal.v0.models.DebugOrder> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4083
3761
|
export declare type DebugOrderTransactionsPostResponse = $HttpCreated<io.flow.internal.v0.models.DebugOrderTransaction> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4084
3762
|
export declare type DeliveredDutyOptionsGetOptionsAndV2Response = $HttpOk<io.flow.internal.v0.models.DeliveredDutyOptions> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
@@ -4127,8 +3805,6 @@ export declare type FeatureValuesPostResponse = $HttpCreated<io.flow.internal.v0
|
|
|
4127
3805
|
export declare type FinanceBankAccountsGetResponse = $HttpOk<io.flow.internal.v0.models.FinanceBankAccount[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4128
3806
|
export declare type FinanceBankPaymentsGetResponse = $HttpOk<io.flow.internal.v0.models.FinanceBankPayment[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4129
3807
|
export declare type FinancialMerchantCategoriesGetResponse = $HttpOk<io.flow.internal.v0.models.FinancialMerchantCategory[]> | $HttpUnauthorized<undefined>;
|
|
4130
|
-
export declare type FinancialReportingStatementsGetByStatementNumberResponse = $HttpOk<io.flow.internal.v0.models.FinancialReportingStatement> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4131
|
-
export declare type FinancialReportingStatementsPostByStatementNumberResponse = $HttpOk<io.flow.internal.v0.models.FinancialReportingStatement> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4132
3808
|
export declare type FlexeWebhooksPostReceiptResponse = $HttpOk<undefined>;
|
|
4133
3809
|
export declare type FlexeWebhooksPostShipmentResponse = $HttpOk<undefined>;
|
|
4134
3810
|
export declare type FlowAccountsGetResponse = $HttpOk<io.flow.internal.v0.models.FlowAccount[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4147,11 +3823,6 @@ export declare type FlowBillingStatementsGetByIdResponse = $HttpOk<io.flow.inter
|
|
|
4147
3823
|
export declare type FlowBillingStatementsDeleteByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4148
3824
|
export declare type FlowBillingStatementsPostEmailByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4149
3825
|
export declare type FlowChannelOrganizationsGetResponse = $HttpOk<io.flow.channel.v0.models.ChannelOrganization[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4150
|
-
export declare type FlowLabProjectsGetResponse = $HttpOk<io.flow.internal.v0.models.FlowLabProject[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4151
|
-
export declare type FlowLabProjectsPostResponse = $HttpCreated<io.flow.internal.v0.models.FlowLabProject> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4152
|
-
export declare type FlowLabProjectsGetByKeyResponse = $HttpOk<io.flow.internal.v0.models.FlowLabProject> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4153
|
-
export declare type FlowLabProjectsPutByKeyResponse = $HttpOk<io.flow.internal.v0.models.FlowLabProject> | $HttpCreated<io.flow.internal.v0.models.FlowLabProject> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4154
|
-
export declare type FlowLabProjectsDeleteByKeyResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4155
3826
|
export declare type FlowLabelSettingsPostResponse = $HttpCreated<io.flow.internal.v0.models.FlowLabelSetting> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4156
3827
|
export declare type FlowLabelSettingsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.FlowLabelSetting> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4157
3828
|
export declare type FlowLabelSettingsPutByIdResponse = $HttpOk<io.flow.internal.v0.models.FlowLabelSetting> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4164,18 +3835,11 @@ export declare type FraudReviewsGetResponse = $HttpOk<io.flow.internal.v0.models
|
|
|
4164
3835
|
export declare type FraudReviewsGetVersionsResponse = $HttpOk<io.flow.internal.v0.models.FraudReviewVersion[]> | $HttpUnauthorized<undefined>;
|
|
4165
3836
|
export declare type FraudReviewsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.FraudReview> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4166
3837
|
export declare type FraudReviewDecisionsPostResponse = $HttpOk<io.flow.internal.v0.models.FraudReviewDecision> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4167
|
-
export declare type FtpSettingsGetResponse = $HttpOk<io.flow.internal.v0.models.FtpSetting[]> | $HttpUnauthorized<undefined>;
|
|
4168
|
-
export declare type FtpSettingsPostResponse = $HttpCreated<io.flow.internal.v0.models.FtpSetting> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4169
|
-
export declare type FtpSettingsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.FtpSetting> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4170
|
-
export declare type FtpSettingsPutByIdResponse = $HttpOk<io.flow.internal.v0.models.FtpSetting> | $HttpCreated<io.flow.internal.v0.models.FtpSetting> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4171
|
-
export declare type FtpSettingsDeleteByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4172
3838
|
export declare type GenerateLoadsPostResponse = $HttpCreated<io.flow.internal.v0.unions.GenerateLoad> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4173
3839
|
export declare type GiftCardProgramsGetResponse = $HttpOk<io.flow.internal.v0.models.GiftCardProgram> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4174
3840
|
export declare type GiftCardProgramsPostResponse = $HttpOk<io.flow.internal.v0.models.GiftCardProgram> | $HttpCreated<io.flow.internal.v0.models.GiftCardProgram> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4175
3841
|
export declare type GiftCardProgramsDeleteByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4176
3842
|
export declare type GlobalSearchResultsGetResponse = $HttpOk<io.flow.internal.v0.unions.GlobalSearchResult[]> | $HttpUnauthorized<undefined>;
|
|
4177
|
-
export declare type GoogleShoppingSettingsGetResponse = $HttpOk<io.flow.internal.v0.models.GoogleShoppingSetting> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4178
|
-
export declare type GoogleShoppingSettingsPostResponse = $HttpCreated<io.flow.internal.v0.models.GoogleShoppingSetting> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError> | $HttpUnauthorized<undefined>;
|
|
4179
3843
|
export declare type HarmonizationItemClassificationsGetVersionsResponse = $HttpOk<io.flow.internal.v0.models.HarmonizationItemClassification[]> | $HttpUnauthorized<undefined>;
|
|
4180
3844
|
export declare type HarmonizationThresholdsGetThresholdsResponse = $HttpOk<io.flow.internal.v0.models.HarmonizationThreshold[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4181
3845
|
export declare type HarmonizationThresholdsPostThresholdsResponse = $HttpCreated<io.flow.internal.v0.models.HarmonizationThreshold> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4183,6 +3847,10 @@ export declare type HarmonizationThresholdsGetThresholdsAndDefaultResponse = $Ht
|
|
|
4183
3847
|
export declare type HarmonizationThresholdsPutThresholdsByIdResponse = $HttpOk<io.flow.internal.v0.models.HarmonizationThreshold> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4184
3848
|
export declare type HarmonizationThresholdsDeleteThresholdsByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4185
3849
|
export declare type HarmonizationUnclassifiedStatisticsGetResponse = $HttpOk<io.flow.internal.v0.models.HarmonizationUnclassifiedStatistics[]> | $HttpUnauthorized<undefined>;
|
|
3850
|
+
export declare type HoseinItemsPostResponse = $HttpCreated<io.flow.internal.v0.models.HoseinItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3851
|
+
export declare type HoseinItemsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.HoseinItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3852
|
+
export declare type HoseinItemsPutByIdResponse = $HttpOk<io.flow.internal.v0.models.HoseinItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3853
|
+
export declare type HoseinItemsDeleteByIdResponse = $HttpOk<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4186
3854
|
export declare type Hs6GetDescriptionByCodeResponse = $HttpOk<io.flow.internal.v0.models.Hs6> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4187
3855
|
export declare type InternalDebugTransactionsPostResponse = $HttpCreated<io.flow.internal.v0.models.InternalDebugTransaction[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4188
3856
|
export declare type InternalHarmonizationStatisticsGetRateFreshnessResponse = $HttpOk<io.flow.internal.v0.unions.InternalHarmonizationStatistic[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4226,7 +3894,6 @@ export declare type PaypalDisputeEventsPostResponse = $HttpCreated<any> | $HttpU
|
|
|
4226
3894
|
export declare type WebhookEventsPostDisputeAndNotificationsAndPaypalResponse = $HttpOk<undefined> | $HttpCreated<undefined>;
|
|
4227
3895
|
export declare type WebhookEventsPostPaymentAndCallbacksAndPaypalResponse = $HttpOk<any>;
|
|
4228
3896
|
export declare type UltimateBeneficiaryOwnersPutResponse = $HttpOk<io.flow.merchant.onboarding.v0.models.ShopifyMerchantApplication> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4229
|
-
export declare type OrderManagementEventsPostReplayByOrderLifecycleEventResponse = $HttpOk<io.flow.order.management.event.v0.unions.OrderManagementEvent> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4230
3897
|
export declare type OnboardingStatesPutInternalAndOnboardingAndStateByOrganizationResponse = $HttpCreated<io.flow.organization.onboarding.state.v0.models.OrganizationOnboardingState> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4231
3898
|
export declare type OnboardingStatesPutInternalAndOnboardingAndStateAndBlockByOrganizationResponse = $HttpCreated<io.flow.organization.onboarding.state.v0.models.OrganizationOnboardingState> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4232
3899
|
export declare type OnboardingStatesPutInternalAndOnboardingAndStateAndRecalculateByOrganizationResponse = $HttpCreated<io.flow.organization.onboarding.state.v0.models.OrganizationOnboardingState> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4246,12 +3913,6 @@ export declare type QueryBuildersPostResponse = $HttpCreated<io.flow.query.build
|
|
|
4246
3913
|
export declare type RatecardsGetExportByIdResponse = $HttpOk<string> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4247
3914
|
export declare type ServiceFeesPutFuelAndSurchargesByServiceIdResponse = $HttpOk<io.flow.ratecard.v0.unions.ServiceFee> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4248
3915
|
export declare type CountriesGetResponse = $HttpOk<io.flow.reference.v0.models.Country[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4249
|
-
export declare type OrganizationSessionsPostOrganizationsByOrganizationResponse = $HttpCreated<io.flow.session.v0.models.OrganizationSession> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4250
|
-
export declare type OrganizationSessionsGetBySessionResponse = $HttpOk<io.flow.session.v0.unions.Session> | $HttpNotFound<undefined>;
|
|
4251
|
-
export declare type OrganizationSessionsPutBySessionResponse = $HttpOk<io.flow.session.v0.unions.Session> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4252
|
-
export declare type OrganizationSessionsDeleteBySessionResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4253
|
-
export declare type OrganizationSessionsPutOrganizationsBySessionAndOrganizationResponse = $HttpCreated<io.flow.session.v0.models.OrganizationSession> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4254
|
-
export declare type OrganizationSessionsPutResetBySessionResponse = $HttpOk<io.flow.session.v0.unions.Session> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4255
3916
|
export declare type ShopifyOrdersGetTraceByShopifyOrderIdResponse = $HttpOk<any> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4256
3917
|
export declare type KnowYourBusinessesGetResponse = $HttpOk<io.flow.shopify.merchant.config.v0.unions.KnowYourBusiness[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4257
3918
|
export declare type ShopifyPaymentStripeEventsPostResponse = $HttpCreated<any> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4276,11 +3937,13 @@ export declare type ItemSalesMarginsPutSalesMarginsByKeyResponse = $HttpOk<io.fl
|
|
|
4276
3937
|
export declare type ItemSalesMarginsDeleteSalesMarginsByKeyResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4277
3938
|
export declare type JeanDemoItemsGetResponse = $HttpOk<io.flow.internal.v0.models.JeanDemoItem[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4278
3939
|
export declare type JeanDemoItemsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.JeanDemoItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3940
|
+
export declare type JournalsGetResponse = $HttpOk<io.flow.internal.v0.models.Journal[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3941
|
+
export declare type JournalsDeleteFailedByJournalResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3942
|
+
export declare type JournalsGetFailuresByJournalResponse = $HttpOk<io.flow.internal.v0.models.JournalFailure[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3943
|
+
export declare type JournalsDeleteQueuedByJournalResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3944
|
+
export declare type JournalsPostRequeueByJournalResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4279
3945
|
export declare type KeysGetResponse = $HttpOk<io.flow.internal.v0.models.Key[]> | $HttpUnauthorized<undefined>;
|
|
4280
3946
|
export declare type KeysPostResponse = $HttpCreated<io.flow.internal.v0.models.Key> | $HttpUnauthorized<undefined>;
|
|
4281
|
-
export declare type LabProjectSettingsGetResponse = $HttpOk<io.flow.internal.v0.models.LabProjectSettings[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4282
|
-
export declare type LabProjectSettingsGetByFlowLabProjectKeyResponse = $HttpOk<io.flow.internal.v0.models.LabProjectSettings> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4283
|
-
export declare type LabProjectSettingsPutByFlowLabProjectKeyResponse = $HttpOk<io.flow.internal.v0.models.LabProjectSettings> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4284
3947
|
export declare type LabelCreationJobsPostResponse = $HttpCreated<io.flow.internal.v0.models.LabelCreationJobSummary> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4285
3948
|
export declare type LabelCreationJobsPutCancelByReferenceIdResponse = $HttpOk<io.flow.internal.v0.models.LabelCreationJobSummary> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.internal.v0.models.LabelCancellationError>;
|
|
4286
3949
|
export declare type LabelCreationJobsGetByReferenceIdResponse = $HttpOk<io.flow.internal.v0.models.LabelCreationJob> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
@@ -4292,15 +3955,6 @@ export declare type LabelTaxonomyGetResponse = $HttpOk<io.flow.internal.v0.model
|
|
|
4292
3955
|
export declare type LevyRateSummariesGetResponse = $HttpOk<io.flow.internal.v0.models.LevyRateSummary> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4293
3956
|
export declare type LiabilityRemittancePlansGetResponse = $HttpOk<io.flow.internal.v0.models.LiabilityRemittancePlan[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4294
3957
|
export declare type LiabilityRemittancePlansGetByOrderNumberResponse = $HttpOk<io.flow.internal.v0.models.LiabilityRemittancePlan> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4295
|
-
export declare type LocalizableContentsGetContentAndSchemasBySchemaKeyResponse = $HttpOk<io.flow.internal.v0.models.Localization> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4296
|
-
export declare type LocalizableContentsGetContentsAndLocalizationByContentIdResponse = $HttpOk<io.flow.internal.v0.models.Localization> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4297
|
-
export declare type LocalizationsGetResponse = $HttpOk<io.flow.internal.v0.models.Localization[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4298
|
-
export declare type LocalizationsPutByIdResponse = $HttpOk<io.flow.internal.v0.models.Localization> | $HttpCreated<io.flow.internal.v0.models.Localization> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4299
|
-
export declare type LocalizationsPutElementsByIdAndKeyResponse = $HttpCreated<io.flow.internal.v0.models.LocalizedContentElement> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4300
|
-
export declare type LocalizedContentsGetResponse = $HttpOk<io.flow.internal.v0.models.LocalizedContent[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4301
|
-
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>;
|
|
4302
|
-
export declare type LocalizedItemsExportSettingsGetResponse = $HttpOk<io.flow.internal.v0.models.LocalizedItemsExportSettings> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4303
|
-
export declare type LocalizedItemsExportSettingsPutResponse = $HttpCreated<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4304
3958
|
export declare type LogisticsCapabilitiesGetResponse = $HttpOk<io.flow.internal.v0.models.LogisticsCapabilities> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4305
3959
|
export declare type LogisticsCapabilitiesPutResponse = $HttpOk<io.flow.internal.v0.models.LogisticsCapabilities> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4306
3960
|
export declare type LogisticsPayoutRequestsPostResponse = $HttpOk<io.flow.internal.v0.models.LogisticsPayoutRequest> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4343,19 +3997,6 @@ export declare type OnboardingAuditReportsGetResponse = $HttpOk<io.flow.internal
|
|
|
4343
3997
|
export declare type OnboardingAuditSnapshotsGetResponse = $HttpOk<io.flow.internal.v0.models.OnboardingAuditSnapshot[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4344
3998
|
export declare type OnboardingOrganizationsGetResponse = $HttpOk<io.flow.internal.v0.models.OnboardingOrganization[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4345
3999
|
export declare type OnboardingOrganizationsGetSearchResponse = $HttpOk<io.flow.internal.v0.models.MerchantSearchResult[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4346
|
-
export declare type OptinAttributesGetResponse = $HttpOk<io.flow.internal.v0.models.OptinAttribute[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4347
|
-
export declare type OptinAttributesGetByKeyResponse = $HttpOk<io.flow.internal.v0.models.OptinAttribute> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4348
|
-
export declare type OptinAttributesPutByKeyResponse = $HttpOk<io.flow.internal.v0.models.OptinAttribute> | $HttpCreated<io.flow.internal.v0.models.OptinAttribute> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4349
|
-
export declare type OptinAttributesDeleteByKeyResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4350
|
-
export declare type OptinPromptsGetPromptsResponse = $HttpOk<io.flow.internal.v0.models.OptinPrompt[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4351
|
-
export declare type OptinPromptsPostPromptsResponse = $HttpCreated<io.flow.internal.v0.models.OptinPrompt> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4352
|
-
export declare type OptinPromptsPutPromptsByIdResponse = $HttpOk<io.flow.internal.v0.models.OptinPrompt> | $HttpCreated<io.flow.internal.v0.models.OptinPrompt> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4353
|
-
export declare type OptinPromptsDeletePromptsByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4354
|
-
export declare type OptinPromptsGetTargetsByTargetAndRegionResponse = $HttpOk<io.flow.internal.v0.models.OptinPrompt[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4355
|
-
export declare type OptinPromptsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.OptinPrompt> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4356
|
-
export declare type OptinPromptCopiesPostResponse = $HttpCreated<io.flow.internal.v0.models.OptinPromptCopy[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4357
|
-
export declare type OrderActionabilitiesPostResponse = $HttpOk<io.flow.internal.v0.models.OrderActionability> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4358
|
-
export declare type OrderActionabilitiesGetAvailableResponse = $HttpOk<io.flow.internal.v0.models.OrderActionability> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4359
4000
|
export declare type OrderAddressValidationsGetOrderValidationAndFailuresResponse = $HttpOk<io.flow.internal.v0.models.OrderValidationFailureSummary[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4360
4001
|
export declare type OrderAddressValidationsPostAddressValidationByOrganizationResponse = $HttpOk<undefined> | $HttpCreated<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4361
4002
|
export declare type OrderAddressValidationsGetOrderValidationByOrganizationAndOrderNumberResponse = $HttpOk<io.flow.internal.v0.models.OrderValidation> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4491,9 +4132,6 @@ export declare type RatecardStandardConfigurationsGetByKeyResponse = $HttpOk<io.
|
|
|
4491
4132
|
export declare type RatecardStandardConfigurationsPutByKeyResponse = $HttpOk<io.flow.internal.v0.models.RatecardStandardConfiguration> | $HttpCreated<io.flow.internal.v0.models.RatecardStandardConfiguration> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4492
4133
|
export declare type RatecardStandardConfigurationsDeleteByKeyResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4493
4134
|
export declare type RatesNamesSummariesGetDestinationAndOriginByDestinationAndOriginResponse = $HttpOk<io.flow.internal.v0.models.RatesNamesSummary> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4494
|
-
export declare type ReboundConfigurationsGetResponse = $HttpOk<io.flow.internal.v0.models.ReboundConfiguration> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4495
|
-
export declare type ReboundConfigurationsPutResponse = $HttpOk<io.flow.internal.v0.models.ReboundConfiguration> | $HttpCreated<io.flow.internal.v0.models.ReboundConfiguration> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4496
|
-
export declare type ReboundConfigurationsDeleteResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4497
4135
|
export declare type ReportsPostResponse = $HttpOk<io.flow.internal.v0.models.Report> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4498
4136
|
export declare type ReportsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.Report> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4499
4137
|
export declare type ReportSummaryGetResponse = $HttpOk<io.flow.internal.v0.models.ReportSummary> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4532,9 +4170,11 @@ export declare type RohanItemsPutByIdResponse = $HttpOk<io.flow.internal.v0.mode
|
|
|
4532
4170
|
export declare type RohanItemsDeleteByIdResponse = $HttpOk<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4533
4171
|
export declare type RoutingEntitiesGetResponse = $HttpOk<io.flow.internal.v0.unions.RoutingEntity[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4534
4172
|
export declare type SandboxSetupsPutResponse = $HttpOk<io.flow.internal.v0.models.SandboxSetup> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4173
|
+
export declare type SarveshItemsPostResponse = $HttpCreated<io.flow.internal.v0.models.SarveshItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4174
|
+
export declare type SarveshItemsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.SarveshItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4175
|
+
export declare type SarveshItemsPutByIdResponse = $HttpOk<io.flow.internal.v0.models.SarveshItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4176
|
+
export declare type SarveshItemsDeleteByIdResponse = $HttpOk<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4535
4177
|
export declare type ScreensPutByKeyResponse = $HttpCreated<io.flow.internal.v0.models.Screen[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4536
|
-
export declare type SearchProviderExportsPostResponse = $HttpAccepted<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4537
|
-
export declare type SearchProviderExportsPostExperienceByExperienceKeyResponse = $HttpAccepted<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4538
4178
|
export declare type SessionOrderDataGetBySessionIdResponse = $HttpOk<io.flow.internal.v0.models.SessionOrderData> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4539
4179
|
export declare type ShippingLanesGetResponse = $HttpOk<io.flow.internal.v0.models.ShippingLane[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4540
4180
|
export declare type ShopifyMarketsOrderVersionWithShopIdsGetVersionsByNumberResponse = $HttpOk<io.flow.internal.v0.models.ShopifyMarketsOrderVersionWithShopId[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
@@ -4561,10 +4201,6 @@ export declare type SnoozesGetByIdResponse = $HttpOk<io.flow.internal.v0.models.
|
|
|
4561
4201
|
export declare type SnoozesDeleteByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4562
4202
|
export declare type SpotRatesGetResponse = $HttpOk<io.flow.internal.v0.models.SpotRate[]> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4563
4203
|
export declare type SpotRatesGetVersionsResponse = $HttpOk<io.flow.internal.v0.models.SpotRateVersion[]> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4564
|
-
export declare type StoreConnectionsGetByDomainResponse = $HttpOk<io.flow.internal.v0.models.StoreConnection> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4565
|
-
export declare type StoreConnectionsPutByDomainResponse = $HttpOk<io.flow.internal.v0.models.StoreConnection> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4566
|
-
export declare type StoreConnectionsDeleteByDomainResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4567
|
-
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>;
|
|
4568
4204
|
export declare type TariffEligibilitiesGetResponse = $HttpOk<io.flow.internal.v0.models.TariffEligibility[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4569
4205
|
export declare type TariffEligibilitiesGetByTypeResponse = $HttpOk<io.flow.internal.v0.models.TariffEligibility> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4570
4206
|
export declare type TariffEligibilitiesPutByTypeResponse = $HttpOk<io.flow.internal.v0.models.TariffEligibility> | $HttpCreated<io.flow.internal.v0.models.TariffEligibility> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4610,10 +4246,6 @@ export declare class AccountPaymentHoldsResource extends $Resource {
|
|
|
4610
4246
|
getById(params: AccountPaymentHoldsGetByIdParameters): Promise<AccountPaymentHoldsGetByIdResponse>;
|
|
4611
4247
|
deleteById(params: AccountPaymentHoldsDeleteByIdParameters): Promise<AccountPaymentHoldsDeleteByIdResponse>;
|
|
4612
4248
|
}
|
|
4613
|
-
export declare class AddressConfigurationSettingsResource extends $Resource {
|
|
4614
|
-
get(params: AddressConfigurationSettingsGetParameters): Promise<AddressConfigurationSettingsGetResponse>;
|
|
4615
|
-
put(params: AddressConfigurationSettingsPutParameters): Promise<AddressConfigurationSettingsPutResponse>;
|
|
4616
|
-
}
|
|
4617
4249
|
export declare class AftershipWebhooksResource extends $Resource {
|
|
4618
4250
|
post(params: AftershipWebhooksPostParameters): Promise<AftershipWebhooksPostResponse>;
|
|
4619
4251
|
}
|
|
@@ -4640,14 +4272,14 @@ export declare class AnshItemsResource extends $Resource {
|
|
|
4640
4272
|
putById(params: AnshItemsPutByIdParameters): Promise<AnshItemsPutByIdResponse>;
|
|
4641
4273
|
deleteById(params: AnshItemsDeleteByIdParameters): Promise<AnshItemsDeleteByIdResponse>;
|
|
4642
4274
|
}
|
|
4643
|
-
export declare class AuthorizedChargeStatusesResource extends $Resource {
|
|
4644
|
-
get(params: AuthorizedChargeStatusesGetParameters): Promise<AuthorizedChargeStatusesGetResponse>;
|
|
4645
|
-
}
|
|
4646
4275
|
export declare class BankPaymentsResource extends $Resource {
|
|
4647
4276
|
get(params: BankPaymentsGetParameters): Promise<BankPaymentsGetResponse>;
|
|
4648
4277
|
getById(params: BankPaymentsGetByIdParameters): Promise<BankPaymentsGetByIdResponse>;
|
|
4649
4278
|
putStatusById(params: BankPaymentsPutStatusByIdParameters): Promise<BankPaymentsPutStatusByIdResponse>;
|
|
4650
4279
|
}
|
|
4280
|
+
export declare class BankPaymentDetailsResource extends $Resource {
|
|
4281
|
+
get(params: BankPaymentDetailsGetParameters): Promise<BankPaymentDetailsGetResponse>;
|
|
4282
|
+
}
|
|
4651
4283
|
export declare class BankPaymentOrdersResource extends $Resource {
|
|
4652
4284
|
get(params: BankPaymentOrdersGetParameters): Promise<BankPaymentOrdersGetResponse>;
|
|
4653
4285
|
getById(params: BankPaymentOrdersGetByIdParameters): Promise<BankPaymentOrdersGetByIdResponse>;
|
|
@@ -4766,17 +4398,6 @@ export declare class ChargebacksResource extends $Resource {
|
|
|
4766
4398
|
getVersions(params: ChargebacksGetVersionsParameters): Promise<ChargebacksGetVersionsResponse>;
|
|
4767
4399
|
getByKey(params: ChargebacksGetByKeyParameters): Promise<ChargebacksGetByKeyResponse>;
|
|
4768
4400
|
}
|
|
4769
|
-
export declare class CheckoutConfigurationsResource extends $Resource {
|
|
4770
|
-
get(params: CheckoutConfigurationsGetParameters): Promise<CheckoutConfigurationsGetResponse>;
|
|
4771
|
-
post(params: CheckoutConfigurationsPostParameters): Promise<CheckoutConfigurationsPostResponse>;
|
|
4772
|
-
getById(params: CheckoutConfigurationsGetByIdParameters): Promise<CheckoutConfigurationsGetByIdResponse>;
|
|
4773
|
-
putById(params: CheckoutConfigurationsPutByIdParameters): Promise<CheckoutConfigurationsPutByIdResponse>;
|
|
4774
|
-
deleteById(params: CheckoutConfigurationsDeleteByIdParameters): Promise<CheckoutConfigurationsDeleteByIdResponse>;
|
|
4775
|
-
}
|
|
4776
|
-
export declare class CheckoutContentSummariesResource extends $Resource {
|
|
4777
|
-
getCheckout(params: CheckoutContentSummariesGetCheckoutParameters): Promise<CheckoutContentSummariesGetCheckoutResponse>;
|
|
4778
|
-
getUrlByKey(params: CheckoutContentSummariesGetUrlByKeyParameters): Promise<CheckoutContentSummariesGetUrlByKeyResponse>;
|
|
4779
|
-
}
|
|
4780
4401
|
export declare class CiphersResource extends $Resource {
|
|
4781
4402
|
post(params: CiphersPostParameters): Promise<CiphersPostResponse>;
|
|
4782
4403
|
postBatch(params: CiphersPostBatchParameters): Promise<CiphersPostBatchResponse>;
|
|
@@ -4823,19 +4444,15 @@ export declare class CompliancesResource extends $Resource {
|
|
|
4823
4444
|
putTypeAndDestinationByTypeAndDestination(params: CompliancesPutTypeAndDestinationByTypeAndDestinationParameters): Promise<CompliancesPutTypeAndDestinationByTypeAndDestinationResponse>;
|
|
4824
4445
|
deleteTypeAndDestinationByTypeAndDestination(params: CompliancesDeleteTypeAndDestinationByTypeAndDestinationParameters): Promise<CompliancesDeleteTypeAndDestinationByTypeAndDestinationResponse>;
|
|
4825
4446
|
}
|
|
4826
|
-
export declare class ConsumerOptinActivitiesResource extends $Resource {
|
|
4827
|
-
post(params: ConsumerOptinActivitiesPostParameters): Promise<ConsumerOptinActivitiesPostResponse>;
|
|
4828
|
-
}
|
|
4829
|
-
export declare class ContentSchemasResource extends $Resource {
|
|
4830
|
-
get(params: ContentSchemasGetParameters): Promise<ContentSchemasGetResponse>;
|
|
4831
|
-
getBySchemaKey(params: ContentSchemasGetBySchemaKeyParameters): Promise<ContentSchemasGetBySchemaKeyResponse>;
|
|
4832
|
-
}
|
|
4833
4447
|
export declare class CourthouseProductSummariesResource extends $Resource {
|
|
4834
4448
|
getSearchAndItemsByItemNumber(params: CourthouseProductSummariesGetSearchAndItemsByItemNumberParameters): Promise<CourthouseProductSummariesGetSearchAndItemsByItemNumberResponse>;
|
|
4835
4449
|
}
|
|
4836
4450
|
export declare class CustomsDetailsResource extends $Resource {
|
|
4837
4451
|
post(params: CustomsDetailsPostParameters): Promise<CustomsDetailsPostResponse>;
|
|
4838
4452
|
}
|
|
4453
|
+
export declare class DatabasesResource extends $Resource {
|
|
4454
|
+
get(params?: DatabasesGetParameters): Promise<DatabasesGetResponse>;
|
|
4455
|
+
}
|
|
4839
4456
|
export declare class DebugOrdersResource extends $Resource {
|
|
4840
4457
|
post(params: DebugOrdersPostParameters): Promise<DebugOrdersPostResponse>;
|
|
4841
4458
|
}
|
|
@@ -4922,10 +4539,6 @@ export declare class FinanceBankPaymentsResource extends $Resource {
|
|
|
4922
4539
|
export declare class FinancialMerchantCategoriesResource extends $Resource {
|
|
4923
4540
|
get(params?: FinancialMerchantCategoriesGetParameters): Promise<FinancialMerchantCategoriesGetResponse>;
|
|
4924
4541
|
}
|
|
4925
|
-
export declare class FinancialReportingStatementsResource extends $Resource {
|
|
4926
|
-
getByStatementNumber(params: FinancialReportingStatementsGetByStatementNumberParameters): Promise<FinancialReportingStatementsGetByStatementNumberResponse>;
|
|
4927
|
-
postByStatementNumber(params: FinancialReportingStatementsPostByStatementNumberParameters): Promise<FinancialReportingStatementsPostByStatementNumberResponse>;
|
|
4928
|
-
}
|
|
4929
4542
|
export declare class FlexeWebhooksResource extends $Resource {
|
|
4930
4543
|
postReceipt(params: FlexeWebhooksPostReceiptParameters): Promise<FlexeWebhooksPostReceiptResponse>;
|
|
4931
4544
|
postShipment(params: FlexeWebhooksPostShipmentParameters): Promise<FlexeWebhooksPostShipmentResponse>;
|
|
@@ -4952,13 +4565,6 @@ export declare class FlowBillingStatementsResource extends $Resource {
|
|
|
4952
4565
|
export declare class FlowChannelOrganizationsResource extends $Resource {
|
|
4953
4566
|
get(params: FlowChannelOrganizationsGetParameters): Promise<FlowChannelOrganizationsGetResponse>;
|
|
4954
4567
|
}
|
|
4955
|
-
export declare class FlowLabProjectsResource extends $Resource {
|
|
4956
|
-
get(params: FlowLabProjectsGetParameters): Promise<FlowLabProjectsGetResponse>;
|
|
4957
|
-
post(params: FlowLabProjectsPostParameters): Promise<FlowLabProjectsPostResponse>;
|
|
4958
|
-
getByKey(params: FlowLabProjectsGetByKeyParameters): Promise<FlowLabProjectsGetByKeyResponse>;
|
|
4959
|
-
putByKey(params: FlowLabProjectsPutByKeyParameters): Promise<FlowLabProjectsPutByKeyResponse>;
|
|
4960
|
-
deleteByKey(params: FlowLabProjectsDeleteByKeyParameters): Promise<FlowLabProjectsDeleteByKeyResponse>;
|
|
4961
|
-
}
|
|
4962
4568
|
export declare class FlowLabelSettingsResource extends $Resource {
|
|
4963
4569
|
post(params: FlowLabelSettingsPostParameters): Promise<FlowLabelSettingsPostResponse>;
|
|
4964
4570
|
getById(params: FlowLabelSettingsGetByIdParameters): Promise<FlowLabelSettingsGetByIdResponse>;
|
|
@@ -4983,13 +4589,6 @@ export declare class FraudReviewsResource extends $Resource {
|
|
|
4983
4589
|
export declare class FraudReviewDecisionsResource extends $Resource {
|
|
4984
4590
|
post(params: FraudReviewDecisionsPostParameters): Promise<FraudReviewDecisionsPostResponse>;
|
|
4985
4591
|
}
|
|
4986
|
-
export declare class FtpSettingsResource extends $Resource {
|
|
4987
|
-
get(params: FtpSettingsGetParameters): Promise<FtpSettingsGetResponse>;
|
|
4988
|
-
post(params: FtpSettingsPostParameters): Promise<FtpSettingsPostResponse>;
|
|
4989
|
-
getById(params: FtpSettingsGetByIdParameters): Promise<FtpSettingsGetByIdResponse>;
|
|
4990
|
-
putById(params: FtpSettingsPutByIdParameters): Promise<FtpSettingsPutByIdResponse>;
|
|
4991
|
-
deleteById(params: FtpSettingsDeleteByIdParameters): Promise<FtpSettingsDeleteByIdResponse>;
|
|
4992
|
-
}
|
|
4993
4592
|
export declare class GenerateLoadsResource extends $Resource {
|
|
4994
4593
|
post(params: GenerateLoadsPostParameters): Promise<GenerateLoadsPostResponse>;
|
|
4995
4594
|
}
|
|
@@ -5001,10 +4600,6 @@ export declare class GiftCardProgramsResource extends $Resource {
|
|
|
5001
4600
|
export declare class GlobalSearchResultsResource extends $Resource {
|
|
5002
4601
|
get(params: GlobalSearchResultsGetParameters): Promise<GlobalSearchResultsGetResponse>;
|
|
5003
4602
|
}
|
|
5004
|
-
export declare class GoogleShoppingSettingsResource extends $Resource {
|
|
5005
|
-
get(params: GoogleShoppingSettingsGetParameters): Promise<GoogleShoppingSettingsGetResponse>;
|
|
5006
|
-
post(params: GoogleShoppingSettingsPostParameters): Promise<GoogleShoppingSettingsPostResponse>;
|
|
5007
|
-
}
|
|
5008
4603
|
export declare class HarmonizationItemClassificationsResource extends $Resource {
|
|
5009
4604
|
getVersions(params: HarmonizationItemClassificationsGetVersionsParameters): Promise<HarmonizationItemClassificationsGetVersionsResponse>;
|
|
5010
4605
|
}
|
|
@@ -5018,6 +4613,12 @@ export declare class HarmonizationThresholdsResource extends $Resource {
|
|
|
5018
4613
|
export declare class HarmonizationUnclassifiedStatisticsResource extends $Resource {
|
|
5019
4614
|
get(params: HarmonizationUnclassifiedStatisticsGetParameters): Promise<HarmonizationUnclassifiedStatisticsGetResponse>;
|
|
5020
4615
|
}
|
|
4616
|
+
export declare class HoseinItemsResource extends $Resource {
|
|
4617
|
+
post(params: HoseinItemsPostParameters): Promise<HoseinItemsPostResponse>;
|
|
4618
|
+
getById(params: HoseinItemsGetByIdParameters): Promise<HoseinItemsGetByIdResponse>;
|
|
4619
|
+
putById(params: HoseinItemsPutByIdParameters): Promise<HoseinItemsPutByIdResponse>;
|
|
4620
|
+
deleteById(params: HoseinItemsDeleteByIdParameters): Promise<HoseinItemsDeleteByIdResponse>;
|
|
4621
|
+
}
|
|
5021
4622
|
export declare class Hs6Resource extends $Resource {
|
|
5022
4623
|
getDescriptionByCode(params: Hs6GetDescriptionByCodeParameters): Promise<Hs6GetDescriptionByCodeResponse>;
|
|
5023
4624
|
}
|
|
@@ -5099,9 +4700,6 @@ export declare class WebhookEventsResource extends $Resource {
|
|
|
5099
4700
|
export declare class UltimateBeneficiaryOwnersResource extends $Resource {
|
|
5100
4701
|
put(params: UltimateBeneficiaryOwnersPutParameters): Promise<UltimateBeneficiaryOwnersPutResponse>;
|
|
5101
4702
|
}
|
|
5102
|
-
export declare class OrderManagementEventsResource extends $Resource {
|
|
5103
|
-
postReplayByOrderLifecycleEvent(params: OrderManagementEventsPostReplayByOrderLifecycleEventParameters): Promise<OrderManagementEventsPostReplayByOrderLifecycleEventResponse>;
|
|
5104
|
-
}
|
|
5105
4703
|
export declare class OnboardingStatesResource extends $Resource {
|
|
5106
4704
|
putInternalAndOnboardingAndStateByOrganization(params: OnboardingStatesPutInternalAndOnboardingAndStateByOrganizationParameters): Promise<OnboardingStatesPutInternalAndOnboardingAndStateByOrganizationResponse>;
|
|
5107
4705
|
putInternalAndOnboardingAndStateAndBlockByOrganization(params: OnboardingStatesPutInternalAndOnboardingAndStateAndBlockByOrganizationParameters): Promise<OnboardingStatesPutInternalAndOnboardingAndStateAndBlockByOrganizationResponse>;
|
|
@@ -5139,14 +4737,6 @@ export declare class ServiceFeesResource extends $Resource {
|
|
|
5139
4737
|
export declare class CountriesResource extends $Resource {
|
|
5140
4738
|
get(params: CountriesGetParameters): Promise<CountriesGetResponse>;
|
|
5141
4739
|
}
|
|
5142
|
-
export declare class OrganizationSessionsResource extends $Resource {
|
|
5143
|
-
postOrganizationsByOrganization(params: OrganizationSessionsPostOrganizationsByOrganizationParameters): Promise<OrganizationSessionsPostOrganizationsByOrganizationResponse>;
|
|
5144
|
-
getBySession(params: OrganizationSessionsGetBySessionParameters): Promise<OrganizationSessionsGetBySessionResponse>;
|
|
5145
|
-
putBySession(params: OrganizationSessionsPutBySessionParameters): Promise<OrganizationSessionsPutBySessionResponse>;
|
|
5146
|
-
deleteBySession(params: OrganizationSessionsDeleteBySessionParameters): Promise<OrganizationSessionsDeleteBySessionResponse>;
|
|
5147
|
-
putOrganizationsBySessionAndOrganization(params: OrganizationSessionsPutOrganizationsBySessionAndOrganizationParameters): Promise<OrganizationSessionsPutOrganizationsBySessionAndOrganizationResponse>;
|
|
5148
|
-
putResetBySession(params: OrganizationSessionsPutResetBySessionParameters): Promise<OrganizationSessionsPutResetBySessionResponse>;
|
|
5149
|
-
}
|
|
5150
4740
|
export declare class ShopifyOrdersResource extends $Resource {
|
|
5151
4741
|
getTraceByShopifyOrderId(params: ShopifyOrdersGetTraceByShopifyOrderIdParameters): Promise<ShopifyOrdersGetTraceByShopifyOrderIdResponse>;
|
|
5152
4742
|
}
|
|
@@ -5195,15 +4785,17 @@ export declare class JeanDemoItemsResource extends $Resource {
|
|
|
5195
4785
|
get(params: JeanDemoItemsGetParameters): Promise<JeanDemoItemsGetResponse>;
|
|
5196
4786
|
getById(params: JeanDemoItemsGetByIdParameters): Promise<JeanDemoItemsGetByIdResponse>;
|
|
5197
4787
|
}
|
|
4788
|
+
export declare class JournalsResource extends $Resource {
|
|
4789
|
+
get(params: JournalsGetParameters): Promise<JournalsGetResponse>;
|
|
4790
|
+
deleteFailedByJournal(params: JournalsDeleteFailedByJournalParameters): Promise<JournalsDeleteFailedByJournalResponse>;
|
|
4791
|
+
getFailuresByJournal(params: JournalsGetFailuresByJournalParameters): Promise<JournalsGetFailuresByJournalResponse>;
|
|
4792
|
+
deleteQueuedByJournal(params: JournalsDeleteQueuedByJournalParameters): Promise<JournalsDeleteQueuedByJournalResponse>;
|
|
4793
|
+
postRequeueByJournal(params: JournalsPostRequeueByJournalParameters): Promise<JournalsPostRequeueByJournalResponse>;
|
|
4794
|
+
}
|
|
5198
4795
|
export declare class KeysResource extends $Resource {
|
|
5199
4796
|
get(params: KeysGetParameters): Promise<KeysGetResponse>;
|
|
5200
4797
|
post(params: KeysPostParameters): Promise<KeysPostResponse>;
|
|
5201
4798
|
}
|
|
5202
|
-
export declare class LabProjectSettingsResource extends $Resource {
|
|
5203
|
-
get(params: LabProjectSettingsGetParameters): Promise<LabProjectSettingsGetResponse>;
|
|
5204
|
-
getByFlowLabProjectKey(params: LabProjectSettingsGetByFlowLabProjectKeyParameters): Promise<LabProjectSettingsGetByFlowLabProjectKeyResponse>;
|
|
5205
|
-
putByFlowLabProjectKey(params: LabProjectSettingsPutByFlowLabProjectKeyParameters): Promise<LabProjectSettingsPutByFlowLabProjectKeyResponse>;
|
|
5206
|
-
}
|
|
5207
4799
|
export declare class LabelCreationJobsResource extends $Resource {
|
|
5208
4800
|
post(params: LabelCreationJobsPostParameters): Promise<LabelCreationJobsPostResponse>;
|
|
5209
4801
|
putCancelByReferenceId(params: LabelCreationJobsPutCancelByReferenceIdParameters): Promise<LabelCreationJobsPutCancelByReferenceIdResponse>;
|
|
@@ -5227,23 +4819,6 @@ export declare class LiabilityRemittancePlansResource extends $Resource {
|
|
|
5227
4819
|
get(params: LiabilityRemittancePlansGetParameters): Promise<LiabilityRemittancePlansGetResponse>;
|
|
5228
4820
|
getByOrderNumber(params: LiabilityRemittancePlansGetByOrderNumberParameters): Promise<LiabilityRemittancePlansGetByOrderNumberResponse>;
|
|
5229
4821
|
}
|
|
5230
|
-
export declare class LocalizableContentsResource extends $Resource {
|
|
5231
|
-
getContentAndSchemasBySchemaKey(params: LocalizableContentsGetContentAndSchemasBySchemaKeyParameters): Promise<LocalizableContentsGetContentAndSchemasBySchemaKeyResponse>;
|
|
5232
|
-
getContentsAndLocalizationByContentId(params: LocalizableContentsGetContentsAndLocalizationByContentIdParameters): Promise<LocalizableContentsGetContentsAndLocalizationByContentIdResponse>;
|
|
5233
|
-
}
|
|
5234
|
-
export declare class LocalizationsResource extends $Resource {
|
|
5235
|
-
get(params: LocalizationsGetParameters): Promise<LocalizationsGetResponse>;
|
|
5236
|
-
putById(params: LocalizationsPutByIdParameters): Promise<LocalizationsPutByIdResponse>;
|
|
5237
|
-
putElementsByIdAndKey(params: LocalizationsPutElementsByIdAndKeyParameters): Promise<LocalizationsPutElementsByIdAndKeyResponse>;
|
|
5238
|
-
}
|
|
5239
|
-
export declare class LocalizedContentsResource extends $Resource {
|
|
5240
|
-
get(params: LocalizedContentsGetParameters): Promise<LocalizedContentsGetResponse>;
|
|
5241
|
-
putById(params: LocalizedContentsPutByIdParameters): Promise<LocalizedContentsPutByIdResponse>;
|
|
5242
|
-
}
|
|
5243
|
-
export declare class LocalizedItemsExportSettingsResource extends $Resource {
|
|
5244
|
-
get(params: LocalizedItemsExportSettingsGetParameters): Promise<LocalizedItemsExportSettingsGetResponse>;
|
|
5245
|
-
put(params: LocalizedItemsExportSettingsPutParameters): Promise<LocalizedItemsExportSettingsPutResponse>;
|
|
5246
|
-
}
|
|
5247
4822
|
export declare class LogisticsCapabilitiesResource extends $Resource {
|
|
5248
4823
|
get(params: LogisticsCapabilitiesGetParameters): Promise<LogisticsCapabilitiesGetResponse>;
|
|
5249
4824
|
put(params: LogisticsCapabilitiesPutParameters): Promise<LogisticsCapabilitiesPutResponse>;
|
|
@@ -5318,27 +4893,6 @@ export declare class OnboardingOrganizationsResource extends $Resource {
|
|
|
5318
4893
|
get(params: OnboardingOrganizationsGetParameters): Promise<OnboardingOrganizationsGetResponse>;
|
|
5319
4894
|
getSearch(params: OnboardingOrganizationsGetSearchParameters): Promise<OnboardingOrganizationsGetSearchResponse>;
|
|
5320
4895
|
}
|
|
5321
|
-
export declare class OptinAttributesResource extends $Resource {
|
|
5322
|
-
get(params: OptinAttributesGetParameters): Promise<OptinAttributesGetResponse>;
|
|
5323
|
-
getByKey(params: OptinAttributesGetByKeyParameters): Promise<OptinAttributesGetByKeyResponse>;
|
|
5324
|
-
putByKey(params: OptinAttributesPutByKeyParameters): Promise<OptinAttributesPutByKeyResponse>;
|
|
5325
|
-
deleteByKey(params: OptinAttributesDeleteByKeyParameters): Promise<OptinAttributesDeleteByKeyResponse>;
|
|
5326
|
-
}
|
|
5327
|
-
export declare class OptinPromptsResource extends $Resource {
|
|
5328
|
-
getPrompts(params: OptinPromptsGetPromptsParameters): Promise<OptinPromptsGetPromptsResponse>;
|
|
5329
|
-
postPrompts(params: OptinPromptsPostPromptsParameters): Promise<OptinPromptsPostPromptsResponse>;
|
|
5330
|
-
putPromptsById(params: OptinPromptsPutPromptsByIdParameters): Promise<OptinPromptsPutPromptsByIdResponse>;
|
|
5331
|
-
deletePromptsById(params: OptinPromptsDeletePromptsByIdParameters): Promise<OptinPromptsDeletePromptsByIdResponse>;
|
|
5332
|
-
getTargetsByTargetAndRegion(params: OptinPromptsGetTargetsByTargetAndRegionParameters): Promise<OptinPromptsGetTargetsByTargetAndRegionResponse>;
|
|
5333
|
-
getById(params: OptinPromptsGetByIdParameters): Promise<OptinPromptsGetByIdResponse>;
|
|
5334
|
-
}
|
|
5335
|
-
export declare class OptinPromptCopiesResource extends $Resource {
|
|
5336
|
-
post(params: OptinPromptCopiesPostParameters): Promise<OptinPromptCopiesPostResponse>;
|
|
5337
|
-
}
|
|
5338
|
-
export declare class OrderActionabilitiesResource extends $Resource {
|
|
5339
|
-
post(params: OrderActionabilitiesPostParameters): Promise<OrderActionabilitiesPostResponse>;
|
|
5340
|
-
getAvailable(params: OrderActionabilitiesGetAvailableParameters): Promise<OrderActionabilitiesGetAvailableResponse>;
|
|
5341
|
-
}
|
|
5342
4896
|
export declare class OrderAddressValidationsResource extends $Resource {
|
|
5343
4897
|
getOrderValidationAndFailures(params: OrderAddressValidationsGetOrderValidationAndFailuresParameters): Promise<OrderAddressValidationsGetOrderValidationAndFailuresResponse>;
|
|
5344
4898
|
postAddressValidationByOrganization(params: OrderAddressValidationsPostAddressValidationByOrganizationParameters): Promise<OrderAddressValidationsPostAddressValidationByOrganizationResponse>;
|
|
@@ -5564,11 +5118,6 @@ export declare class RatecardStandardConfigurationsResource extends $Resource {
|
|
|
5564
5118
|
export declare class RatesNamesSummariesResource extends $Resource {
|
|
5565
5119
|
getDestinationAndOriginByDestinationAndOrigin(params: RatesNamesSummariesGetDestinationAndOriginByDestinationAndOriginParameters): Promise<RatesNamesSummariesGetDestinationAndOriginByDestinationAndOriginResponse>;
|
|
5566
5120
|
}
|
|
5567
|
-
export declare class ReboundConfigurationsResource extends $Resource {
|
|
5568
|
-
get(params: ReboundConfigurationsGetParameters): Promise<ReboundConfigurationsGetResponse>;
|
|
5569
|
-
put(params: ReboundConfigurationsPutParameters): Promise<ReboundConfigurationsPutResponse>;
|
|
5570
|
-
delete(params: ReboundConfigurationsDeleteParameters): Promise<ReboundConfigurationsDeleteResponse>;
|
|
5571
|
-
}
|
|
5572
5121
|
export declare class ReportsResource extends $Resource {
|
|
5573
5122
|
post(params: ReportsPostParameters): Promise<ReportsPostResponse>;
|
|
5574
5123
|
getById(params: ReportsGetByIdParameters): Promise<ReportsGetByIdResponse>;
|
|
@@ -5637,13 +5186,15 @@ export declare class RoutingEntitiesResource extends $Resource {
|
|
|
5637
5186
|
export declare class SandboxSetupsResource extends $Resource {
|
|
5638
5187
|
put(params: SandboxSetupsPutParameters): Promise<SandboxSetupsPutResponse>;
|
|
5639
5188
|
}
|
|
5189
|
+
export declare class SarveshItemsResource extends $Resource {
|
|
5190
|
+
post(params: SarveshItemsPostParameters): Promise<SarveshItemsPostResponse>;
|
|
5191
|
+
getById(params: SarveshItemsGetByIdParameters): Promise<SarveshItemsGetByIdResponse>;
|
|
5192
|
+
putById(params: SarveshItemsPutByIdParameters): Promise<SarveshItemsPutByIdResponse>;
|
|
5193
|
+
deleteById(params: SarveshItemsDeleteByIdParameters): Promise<SarveshItemsDeleteByIdResponse>;
|
|
5194
|
+
}
|
|
5640
5195
|
export declare class ScreensResource extends $Resource {
|
|
5641
5196
|
putByKey(params: ScreensPutByKeyParameters): Promise<ScreensPutByKeyResponse>;
|
|
5642
5197
|
}
|
|
5643
|
-
export declare class SearchProviderExportsResource extends $Resource {
|
|
5644
|
-
post(params: SearchProviderExportsPostParameters): Promise<SearchProviderExportsPostResponse>;
|
|
5645
|
-
postExperienceByExperienceKey(params: SearchProviderExportsPostExperienceByExperienceKeyParameters): Promise<SearchProviderExportsPostExperienceByExperienceKeyResponse>;
|
|
5646
|
-
}
|
|
5647
5198
|
export declare class SessionOrderDataResource extends $Resource {
|
|
5648
5199
|
getBySessionId(params: SessionOrderDataGetBySessionIdParameters): Promise<SessionOrderDataGetBySessionIdResponse>;
|
|
5649
5200
|
}
|
|
@@ -5704,12 +5255,6 @@ export declare class SpotRatesResource extends $Resource {
|
|
|
5704
5255
|
get(params: SpotRatesGetParameters): Promise<SpotRatesGetResponse>;
|
|
5705
5256
|
getVersions(params: SpotRatesGetVersionsParameters): Promise<SpotRatesGetVersionsResponse>;
|
|
5706
5257
|
}
|
|
5707
|
-
export declare class StoreConnectionsResource extends $Resource {
|
|
5708
|
-
getByDomain(params: StoreConnectionsGetByDomainParameters): Promise<StoreConnectionsGetByDomainResponse>;
|
|
5709
|
-
putByDomain(params: StoreConnectionsPutByDomainParameters): Promise<StoreConnectionsPutByDomainResponse>;
|
|
5710
|
-
deleteByDomain(params: StoreConnectionsDeleteByDomainParameters): Promise<StoreConnectionsDeleteByDomainResponse>;
|
|
5711
|
-
postInstallByDomain(params: StoreConnectionsPostInstallByDomainParameters): Promise<StoreConnectionsPostInstallByDomainResponse>;
|
|
5712
|
-
}
|
|
5713
5258
|
export declare class TariffEligibilitiesResource extends $Resource {
|
|
5714
5259
|
get(params: TariffEligibilitiesGetParameters): Promise<TariffEligibilitiesGetResponse>;
|
|
5715
5260
|
getByType(params: TariffEligibilitiesGetByTypeParameters): Promise<TariffEligibilitiesGetByTypeResponse>;
|
|
@@ -5787,15 +5332,14 @@ export declare class WebhooksResource extends $Resource {
|
|
|
5787
5332
|
}
|
|
5788
5333
|
export interface ClientInstance {
|
|
5789
5334
|
accountPaymentHolds: AccountPaymentHoldsResource;
|
|
5790
|
-
addressConfigurationSettings: AddressConfigurationSettingsResource;
|
|
5791
5335
|
aftershipWebhooks: AftershipWebhooksResource;
|
|
5792
5336
|
aldoItems: AldoItemsResource;
|
|
5793
5337
|
alertFailureSummaries: AlertFailureSummariesResource;
|
|
5794
5338
|
alertRequeueSummaries: AlertRequeueSummariesResource;
|
|
5795
5339
|
allOrganizationsMemberships: AllOrganizationsMembershipsResource;
|
|
5796
5340
|
anshItems: AnshItemsResource;
|
|
5797
|
-
authorizedChargeStatuses: AuthorizedChargeStatusesResource;
|
|
5798
5341
|
bankPayments: BankPaymentsResource;
|
|
5342
|
+
bankPaymentDetails: BankPaymentDetailsResource;
|
|
5799
5343
|
bankPaymentOrders: BankPaymentOrdersResource;
|
|
5800
5344
|
bankPaymentStatusImports: BankPaymentStatusImportsResource;
|
|
5801
5345
|
billingOrganizationProcessingRates: BillingOrganizationProcessingRatesResource;
|
|
@@ -5821,8 +5365,6 @@ export interface ClientInstance {
|
|
|
5821
5365
|
channelOrderAcceptanceDetails: ChannelOrderAcceptanceDetailsResource;
|
|
5822
5366
|
channelOrganizationShopify: ChannelOrganizationShopifyResource;
|
|
5823
5367
|
chargebacks: ChargebacksResource;
|
|
5824
|
-
checkoutConfigurations: CheckoutConfigurationsResource;
|
|
5825
|
-
checkoutContentSummaries: CheckoutContentSummariesResource;
|
|
5826
5368
|
ciphers: CiphersResource;
|
|
5827
5369
|
classifications: ClassificationsResource;
|
|
5828
5370
|
classificationActions: ClassificationActionsResource;
|
|
@@ -5835,10 +5377,9 @@ export interface ClientInstance {
|
|
|
5835
5377
|
commercialInvoiceComparisons: CommercialInvoiceComparisonsResource;
|
|
5836
5378
|
commercialInvoiceSummaries: CommercialInvoiceSummariesResource;
|
|
5837
5379
|
compliances: CompliancesResource;
|
|
5838
|
-
consumerOptinActivities: ConsumerOptinActivitiesResource;
|
|
5839
|
-
contentSchemas: ContentSchemasResource;
|
|
5840
5380
|
courthouseProductSummaries: CourthouseProductSummariesResource;
|
|
5841
5381
|
customsDetails: CustomsDetailsResource;
|
|
5382
|
+
databases: DatabasesResource;
|
|
5842
5383
|
debugOrders: DebugOrdersResource;
|
|
5843
5384
|
debugOrderTransactions: DebugOrderTransactionsResource;
|
|
5844
5385
|
deliveredDutyOptions: DeliveredDutyOptionsResource;
|
|
@@ -5858,26 +5399,23 @@ export interface ClientInstance {
|
|
|
5858
5399
|
financeBankAccounts: FinanceBankAccountsResource;
|
|
5859
5400
|
financeBankPayments: FinanceBankPaymentsResource;
|
|
5860
5401
|
financialMerchantCategories: FinancialMerchantCategoriesResource;
|
|
5861
|
-
financialReportingStatements: FinancialReportingStatementsResource;
|
|
5862
5402
|
flexeWebhooks: FlexeWebhooksResource;
|
|
5863
5403
|
flowAccounts: FlowAccountsResource;
|
|
5864
5404
|
flowBillingStatements: FlowBillingStatementsResource;
|
|
5865
5405
|
flowChannelOrganizations: FlowChannelOrganizationsResource;
|
|
5866
|
-
flowLabProjects: FlowLabProjectsResource;
|
|
5867
5406
|
flowLabelSettings: FlowLabelSettingsResource;
|
|
5868
5407
|
fraudPendingReviews: FraudPendingReviewsResource;
|
|
5869
5408
|
fraudPendingReviewDetails: FraudPendingReviewDetailsResource;
|
|
5870
5409
|
fraudProviderConfigurations: FraudProviderConfigurationsResource;
|
|
5871
5410
|
fraudReviews: FraudReviewsResource;
|
|
5872
5411
|
fraudReviewDecisions: FraudReviewDecisionsResource;
|
|
5873
|
-
ftpSettings: FtpSettingsResource;
|
|
5874
5412
|
generateLoads: GenerateLoadsResource;
|
|
5875
5413
|
giftCardPrograms: GiftCardProgramsResource;
|
|
5876
5414
|
globalSearchResults: GlobalSearchResultsResource;
|
|
5877
|
-
googleShoppingSettings: GoogleShoppingSettingsResource;
|
|
5878
5415
|
harmonizationItemClassifications: HarmonizationItemClassificationsResource;
|
|
5879
5416
|
harmonizationThresholds: HarmonizationThresholdsResource;
|
|
5880
5417
|
harmonizationUnclassifiedStatistics: HarmonizationUnclassifiedStatisticsResource;
|
|
5418
|
+
hoseinItems: HoseinItemsResource;
|
|
5881
5419
|
hs6: Hs6Resource;
|
|
5882
5420
|
internalDebugTransactions: InternalDebugTransactionsResource;
|
|
5883
5421
|
internalHarmonizationStatistics: InternalHarmonizationStatisticsResource;
|
|
@@ -5897,7 +5435,6 @@ export interface ClientInstance {
|
|
|
5897
5435
|
paypalDisputeEvents: PaypalDisputeEventsResource;
|
|
5898
5436
|
webhookEvents: WebhookEventsResource;
|
|
5899
5437
|
ultimateBeneficiaryOwners: UltimateBeneficiaryOwnersResource;
|
|
5900
|
-
orderManagementEvents: OrderManagementEventsResource;
|
|
5901
5438
|
onboardingStates: OnboardingStatesResource;
|
|
5902
5439
|
memberships: MembershipsResource;
|
|
5903
5440
|
authorizations: AuthorizationsResource;
|
|
@@ -5907,7 +5444,6 @@ export interface ClientInstance {
|
|
|
5907
5444
|
ratecards: RatecardsResource;
|
|
5908
5445
|
serviceFees: ServiceFeesResource;
|
|
5909
5446
|
countries: CountriesResource;
|
|
5910
|
-
organizationSessions: OrganizationSessionsResource;
|
|
5911
5447
|
shopifyOrders: ShopifyOrdersResource;
|
|
5912
5448
|
knowYourBusinesses: KnowYourBusinessesResource;
|
|
5913
5449
|
shopifyPaymentStripeEvents: ShopifyPaymentStripeEventsResource;
|
|
@@ -5920,18 +5456,14 @@ export interface ClientInstance {
|
|
|
5920
5456
|
itemRestrictions: ItemRestrictionsResource;
|
|
5921
5457
|
itemSalesMargins: ItemSalesMarginsResource;
|
|
5922
5458
|
jeanDemoItems: JeanDemoItemsResource;
|
|
5459
|
+
journals: JournalsResource;
|
|
5923
5460
|
keys: KeysResource;
|
|
5924
|
-
labProjectSettings: LabProjectSettingsResource;
|
|
5925
5461
|
labelCreationJobs: LabelCreationJobsResource;
|
|
5926
5462
|
labelGenerationSettings: LabelGenerationSettingsResource;
|
|
5927
5463
|
labelRequestResults: LabelRequestResultsResource;
|
|
5928
5464
|
labelTaxonomy: LabelTaxonomyResource;
|
|
5929
5465
|
levyRateSummaries: LevyRateSummariesResource;
|
|
5930
5466
|
liabilityRemittancePlans: LiabilityRemittancePlansResource;
|
|
5931
|
-
localizableContents: LocalizableContentsResource;
|
|
5932
|
-
localizations: LocalizationsResource;
|
|
5933
|
-
localizedContents: LocalizedContentsResource;
|
|
5934
|
-
localizedItemsExportSettings: LocalizedItemsExportSettingsResource;
|
|
5935
5467
|
logisticsCapabilities: LogisticsCapabilitiesResource;
|
|
5936
5468
|
logisticsPayoutRequests: LogisticsPayoutRequestsResource;
|
|
5937
5469
|
lostChargebacks: LostChargebacksResource;
|
|
@@ -5948,10 +5480,6 @@ export interface ClientInstance {
|
|
|
5948
5480
|
onboardingAuditReports: OnboardingAuditReportsResource;
|
|
5949
5481
|
onboardingAuditSnapshots: OnboardingAuditSnapshotsResource;
|
|
5950
5482
|
onboardingOrganizations: OnboardingOrganizationsResource;
|
|
5951
|
-
optinAttributes: OptinAttributesResource;
|
|
5952
|
-
optinPrompts: OptinPromptsResource;
|
|
5953
|
-
optinPromptCopies: OptinPromptCopiesResource;
|
|
5954
|
-
orderActionabilities: OrderActionabilitiesResource;
|
|
5955
5483
|
orderAddressValidations: OrderAddressValidationsResource;
|
|
5956
5484
|
orderCancellations: OrderCancellationsResource;
|
|
5957
5485
|
orderCombinedShipments: OrderCombinedShipmentsResource;
|
|
@@ -5997,7 +5525,6 @@ export interface ClientInstance {
|
|
|
5997
5525
|
ratecardServiceFeesOverrides: RatecardServiceFeesOverridesResource;
|
|
5998
5526
|
ratecardStandardConfigurations: RatecardStandardConfigurationsResource;
|
|
5999
5527
|
ratesNamesSummaries: RatesNamesSummariesResource;
|
|
6000
|
-
reboundConfigurations: ReboundConfigurationsResource;
|
|
6001
5528
|
reports: ReportsResource;
|
|
6002
5529
|
reportSummary: ReportSummaryResource;
|
|
6003
5530
|
rescreenRestrictionsProducts: RescreenRestrictionsProductsResource;
|
|
@@ -6013,8 +5540,8 @@ export interface ClientInstance {
|
|
|
6013
5540
|
rohanItems: RohanItemsResource;
|
|
6014
5541
|
routingEntities: RoutingEntitiesResource;
|
|
6015
5542
|
sandboxSetups: SandboxSetupsResource;
|
|
5543
|
+
sarveshItems: SarveshItemsResource;
|
|
6016
5544
|
screens: ScreensResource;
|
|
6017
|
-
searchProviderExports: SearchProviderExportsResource;
|
|
6018
5545
|
sessionOrderData: SessionOrderDataResource;
|
|
6019
5546
|
shippingLanes: ShippingLanesResource;
|
|
6020
5547
|
shopifyMarketsOrderVersionWithShopIds: ShopifyMarketsOrderVersionWithShopIdsResource;
|
|
@@ -6032,7 +5559,6 @@ export interface ClientInstance {
|
|
|
6032
5559
|
smpTaxCalculationForms: SmpTaxCalculationFormsResource;
|
|
6033
5560
|
snoozes: SnoozesResource;
|
|
6034
5561
|
spotRates: SpotRatesResource;
|
|
6035
|
-
storeConnections: StoreConnectionsResource;
|
|
6036
5562
|
tariffEligibilities: TariffEligibilitiesResource;
|
|
6037
5563
|
tasks: TasksResource;
|
|
6038
5564
|
taxCalculationForms: TaxCalculationFormsResource;
|