@flowio/api-internal-sdk 0.0.167 → 0.0.169
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 +190 -930
- package/dist/esm/api-internal.js +184 -924
- package/dist/types/api-internal.d.ts +87 -619
- 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;
|
|
@@ -165,24 +156,6 @@ export interface AldoItemsDeleteByIdParameters {
|
|
|
165
156
|
headers?: $HttpHeaders;
|
|
166
157
|
id: string;
|
|
167
158
|
}
|
|
168
|
-
export interface AlertFailureSummariesGetParameters {
|
|
169
|
-
headers?: $HttpHeaders;
|
|
170
|
-
}
|
|
171
|
-
export interface AlertFailureSummariesGetByDbParameters {
|
|
172
|
-
headers?: $HttpHeaders;
|
|
173
|
-
db: string;
|
|
174
|
-
queue?: string;
|
|
175
|
-
}
|
|
176
|
-
export interface AlertFailureSummariesDeleteByDbAndQueueAndIdParameters {
|
|
177
|
-
headers?: $HttpHeaders;
|
|
178
|
-
db: string;
|
|
179
|
-
queue: string;
|
|
180
|
-
id: string;
|
|
181
|
-
}
|
|
182
|
-
export interface AlertRequeueSummariesPostParameters {
|
|
183
|
-
headers?: $HttpHeaders;
|
|
184
|
-
db: string;
|
|
185
|
-
}
|
|
186
159
|
export interface AllOrganizationsMembershipsPostAllParameters {
|
|
187
160
|
body: io.flow.internal.v0.models.AllOrganizationsMembership;
|
|
188
161
|
headers?: $HttpHeaders;
|
|
@@ -204,11 +177,6 @@ export interface AnshItemsDeleteByIdParameters {
|
|
|
204
177
|
headers?: $HttpHeaders;
|
|
205
178
|
id: string;
|
|
206
179
|
}
|
|
207
|
-
export interface AuthorizedChargeStatusesGetParameters {
|
|
208
|
-
headers?: $HttpHeaders;
|
|
209
|
-
organization: string;
|
|
210
|
-
number: string;
|
|
211
|
-
}
|
|
212
180
|
export interface BankPaymentsGetParameters {
|
|
213
181
|
headers?: $HttpHeaders;
|
|
214
182
|
id?: string[];
|
|
@@ -229,6 +197,19 @@ export interface BankPaymentsPutStatusByIdParameters {
|
|
|
229
197
|
headers?: $HttpHeaders;
|
|
230
198
|
id: string;
|
|
231
199
|
}
|
|
200
|
+
export interface BankPaymentDetailsGetParameters {
|
|
201
|
+
headers?: $HttpHeaders;
|
|
202
|
+
id?: string[];
|
|
203
|
+
source_type?: io.flow.internal.v0.enums.AccountType;
|
|
204
|
+
source_id?: string;
|
|
205
|
+
status?: io.flow.internal.v0.enums.BankPaymentStatusCode;
|
|
206
|
+
since?: string;
|
|
207
|
+
until?: string;
|
|
208
|
+
order_payment_source?: io.flow.experience.v0.enums.OrderPaymentSourceType;
|
|
209
|
+
limit?: number;
|
|
210
|
+
offset?: number;
|
|
211
|
+
sort?: string;
|
|
212
|
+
}
|
|
232
213
|
export interface BankPaymentOrdersGetParameters {
|
|
233
214
|
headers?: $HttpHeaders;
|
|
234
215
|
id?: string[];
|
|
@@ -660,46 +641,6 @@ export interface ChargebacksGetByKeyParameters {
|
|
|
660
641
|
organization: string;
|
|
661
642
|
key: string;
|
|
662
643
|
}
|
|
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
644
|
export interface CiphersPostParameters {
|
|
704
645
|
body: io.flow.internal.v0.models.CipherForm;
|
|
705
646
|
headers?: $HttpHeaders;
|
|
@@ -820,22 +761,6 @@ export interface CompliancesDeleteTypeAndDestinationByTypeAndDestinationParamete
|
|
|
820
761
|
type: io.flow.internal.v0.enums.ComplianceType;
|
|
821
762
|
destination: string;
|
|
822
763
|
}
|
|
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
764
|
export interface CourthouseProductSummariesGetSearchAndItemsByItemNumberParameters {
|
|
840
765
|
headers?: $HttpHeaders;
|
|
841
766
|
item_number: string;
|
|
@@ -845,6 +770,9 @@ export interface CustomsDetailsPostParameters {
|
|
|
845
770
|
headers?: $HttpHeaders;
|
|
846
771
|
organization: string;
|
|
847
772
|
}
|
|
773
|
+
export interface DatabasesGetParameters {
|
|
774
|
+
headers?: $HttpHeaders;
|
|
775
|
+
}
|
|
848
776
|
export interface DebugOrdersPostParameters {
|
|
849
777
|
body: io.flow.internal.v0.models.DebugOrderTransactionForm;
|
|
850
778
|
headers?: $HttpHeaders;
|
|
@@ -1150,15 +1078,6 @@ export interface FinanceBankPaymentsGetParameters {
|
|
|
1150
1078
|
export interface FinancialMerchantCategoriesGetParameters {
|
|
1151
1079
|
headers?: $HttpHeaders;
|
|
1152
1080
|
}
|
|
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
1081
|
export interface FlexeWebhooksPostReceiptParameters {
|
|
1163
1082
|
body: any;
|
|
1164
1083
|
headers?: $HttpHeaders;
|
|
@@ -1305,31 +1224,6 @@ export interface FlowChannelOrganizationsGetParameters {
|
|
|
1305
1224
|
offset?: number;
|
|
1306
1225
|
sort?: string;
|
|
1307
1226
|
}
|
|
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
1227
|
export interface FlowLabelSettingsPostParameters {
|
|
1334
1228
|
body: io.flow.internal.v0.models.FlowLabelSettingForm;
|
|
1335
1229
|
headers?: $HttpHeaders;
|
|
@@ -1404,35 +1298,6 @@ export interface FraudReviewDecisionsPostParameters {
|
|
|
1404
1298
|
organization: string;
|
|
1405
1299
|
id: string;
|
|
1406
1300
|
}
|
|
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
1301
|
export interface GenerateLoadsPostParameters {
|
|
1437
1302
|
body: io.flow.internal.v0.unions.GenerateLoad;
|
|
1438
1303
|
headers?: $HttpHeaders;
|
|
@@ -1459,15 +1324,6 @@ export interface GlobalSearchResultsGetParameters {
|
|
|
1459
1324
|
organization: string;
|
|
1460
1325
|
q: string;
|
|
1461
1326
|
}
|
|
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
1327
|
export interface HarmonizationItemClassificationsGetVersionsParameters {
|
|
1472
1328
|
headers?: $HttpHeaders;
|
|
1473
1329
|
organization: string;
|
|
@@ -1762,12 +1618,6 @@ export interface UltimateBeneficiaryOwnersPutParameters {
|
|
|
1762
1618
|
headers?: $HttpHeaders;
|
|
1763
1619
|
organization: string;
|
|
1764
1620
|
}
|
|
1765
|
-
export interface OrderManagementEventsPostReplayByOrderLifecycleEventParameters {
|
|
1766
|
-
headers?: $HttpHeaders;
|
|
1767
|
-
organization: string;
|
|
1768
|
-
number: string;
|
|
1769
|
-
order_lifecycle_event: string;
|
|
1770
|
-
}
|
|
1771
1621
|
export interface OnboardingStatesPutInternalAndOnboardingAndStateByOrganizationParameters {
|
|
1772
1622
|
body: io.flow.internal.v0.models.OnboardingStateForm;
|
|
1773
1623
|
headers?: $HttpHeaders;
|
|
@@ -1861,35 +1711,6 @@ export interface CountriesGetParameters {
|
|
|
1861
1711
|
headers?: $HttpHeaders;
|
|
1862
1712
|
organization: string;
|
|
1863
1713
|
}
|
|
1864
|
-
export interface OrganizationSessionsPostOrganizationsByOrganizationParameters {
|
|
1865
|
-
body: io.flow.session.v0.models.SessionForm;
|
|
1866
|
-
headers?: $HttpHeaders;
|
|
1867
|
-
organization: string;
|
|
1868
|
-
}
|
|
1869
|
-
export interface OrganizationSessionsGetBySessionParameters {
|
|
1870
|
-
headers?: $HttpHeaders;
|
|
1871
|
-
session: string;
|
|
1872
|
-
}
|
|
1873
|
-
export interface OrganizationSessionsPutBySessionParameters {
|
|
1874
|
-
body: io.flow.session.v0.models.SessionPutForm;
|
|
1875
|
-
headers?: $HttpHeaders;
|
|
1876
|
-
session: string;
|
|
1877
|
-
}
|
|
1878
|
-
export interface OrganizationSessionsDeleteBySessionParameters {
|
|
1879
|
-
headers?: $HttpHeaders;
|
|
1880
|
-
session: string;
|
|
1881
|
-
}
|
|
1882
|
-
export interface OrganizationSessionsPutOrganizationsBySessionAndOrganizationParameters {
|
|
1883
|
-
body: io.flow.session.v0.models.SessionPutForm;
|
|
1884
|
-
headers?: $HttpHeaders;
|
|
1885
|
-
session: string;
|
|
1886
|
-
organization: string;
|
|
1887
|
-
}
|
|
1888
|
-
export interface OrganizationSessionsPutResetBySessionParameters {
|
|
1889
|
-
body: io.flow.session.v0.models.SessionPutForm;
|
|
1890
|
-
headers?: $HttpHeaders;
|
|
1891
|
-
session: string;
|
|
1892
|
-
}
|
|
1893
1714
|
export interface ShopifyOrdersGetTraceByShopifyOrderIdParameters {
|
|
1894
1715
|
headers?: $HttpHeaders;
|
|
1895
1716
|
organization: string;
|
|
@@ -2032,33 +1853,39 @@ export interface JeanDemoItemsGetByIdParameters {
|
|
|
2032
1853
|
headers?: $HttpHeaders;
|
|
2033
1854
|
id: string;
|
|
2034
1855
|
}
|
|
2035
|
-
export interface
|
|
1856
|
+
export interface JournalsGetParameters {
|
|
2036
1857
|
headers?: $HttpHeaders;
|
|
2037
|
-
|
|
1858
|
+
database: string;
|
|
2038
1859
|
}
|
|
2039
|
-
export interface
|
|
1860
|
+
export interface JournalsDeleteFailedByJournalParameters {
|
|
2040
1861
|
headers?: $HttpHeaders;
|
|
2041
|
-
|
|
1862
|
+
database: string;
|
|
1863
|
+
journal: string;
|
|
2042
1864
|
}
|
|
2043
|
-
export interface
|
|
1865
|
+
export interface JournalsGetFailuresByJournalParameters {
|
|
2044
1866
|
headers?: $HttpHeaders;
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
key?: string;
|
|
1867
|
+
database: string;
|
|
1868
|
+
journal: string;
|
|
2048
1869
|
limit?: number;
|
|
2049
1870
|
offset?: number;
|
|
2050
|
-
sort?: string;
|
|
2051
1871
|
}
|
|
2052
|
-
export interface
|
|
1872
|
+
export interface JournalsDeleteQueuedByJournalParameters {
|
|
1873
|
+
headers?: $HttpHeaders;
|
|
1874
|
+
database: string;
|
|
1875
|
+
journal: string;
|
|
1876
|
+
}
|
|
1877
|
+
export interface JournalsPostRequeueByJournalParameters {
|
|
1878
|
+
headers?: $HttpHeaders;
|
|
1879
|
+
database: string;
|
|
1880
|
+
journal: string;
|
|
1881
|
+
}
|
|
1882
|
+
export interface KeysGetParameters {
|
|
2053
1883
|
headers?: $HttpHeaders;
|
|
2054
1884
|
organization: string;
|
|
2055
|
-
flow_lab_project_key: string;
|
|
2056
1885
|
}
|
|
2057
|
-
export interface
|
|
2058
|
-
body: io.flow.internal.v0.models.LabProjectSettingsForm;
|
|
1886
|
+
export interface KeysPostParameters {
|
|
2059
1887
|
headers?: $HttpHeaders;
|
|
2060
1888
|
organization: string;
|
|
2061
|
-
flow_lab_project_key: string;
|
|
2062
1889
|
}
|
|
2063
1890
|
export interface LabelCreationJobsPostParameters {
|
|
2064
1891
|
body: io.flow.internal.v0.models.LabelCreationRequestForm;
|
|
@@ -2122,72 +1949,6 @@ export interface LiabilityRemittancePlansGetByOrderNumberParameters {
|
|
|
2122
1949
|
organization: string;
|
|
2123
1950
|
order_number: string;
|
|
2124
1951
|
}
|
|
2125
|
-
export interface LocalizableContentsGetContentAndSchemasBySchemaKeyParameters {
|
|
2126
|
-
headers?: $HttpHeaders;
|
|
2127
|
-
organization: string;
|
|
2128
|
-
schema_key: string;
|
|
2129
|
-
language?: string;
|
|
2130
|
-
locale?: string;
|
|
2131
|
-
cast?: io.flow.internal.v0.enums.ContentTypeCast[];
|
|
2132
|
-
}
|
|
2133
|
-
export interface LocalizableContentsGetContentsAndLocalizationByContentIdParameters {
|
|
2134
|
-
headers?: $HttpHeaders;
|
|
2135
|
-
organization: string;
|
|
2136
|
-
content_id: string;
|
|
2137
|
-
language?: string;
|
|
2138
|
-
locale?: string;
|
|
2139
|
-
cast?: io.flow.internal.v0.enums.ContentTypeCast[];
|
|
2140
|
-
}
|
|
2141
|
-
export interface LocalizationsGetParameters {
|
|
2142
|
-
headers?: $HttpHeaders;
|
|
2143
|
-
organization: string;
|
|
2144
|
-
content_id: string;
|
|
2145
|
-
id?: string[];
|
|
2146
|
-
locale?: string;
|
|
2147
|
-
limit?: number;
|
|
2148
|
-
offset?: number;
|
|
2149
|
-
sort?: string;
|
|
2150
|
-
}
|
|
2151
|
-
export interface LocalizationsPutByIdParameters {
|
|
2152
|
-
body: io.flow.internal.v0.models.LocalizationForm;
|
|
2153
|
-
headers?: $HttpHeaders;
|
|
2154
|
-
organization: string;
|
|
2155
|
-
content_id: string;
|
|
2156
|
-
id: string;
|
|
2157
|
-
}
|
|
2158
|
-
export interface LocalizationsPutElementsByIdAndKeyParameters {
|
|
2159
|
-
body: io.flow.internal.v0.models.LocalizedContentElement;
|
|
2160
|
-
headers?: $HttpHeaders;
|
|
2161
|
-
organization: string;
|
|
2162
|
-
content_id: string;
|
|
2163
|
-
id: string;
|
|
2164
|
-
key: string;
|
|
2165
|
-
}
|
|
2166
|
-
export interface LocalizedContentsGetParameters {
|
|
2167
|
-
headers?: $HttpHeaders;
|
|
2168
|
-
organization: string;
|
|
2169
|
-
id?: string[];
|
|
2170
|
-
schema_key?: string;
|
|
2171
|
-
status?: string;
|
|
2172
|
-
limit?: number;
|
|
2173
|
-
offset?: number;
|
|
2174
|
-
sort?: string;
|
|
2175
|
-
}
|
|
2176
|
-
export interface LocalizedContentsPutByIdParameters {
|
|
2177
|
-
body: io.flow.internal.v0.models.LocalizedContentForm;
|
|
2178
|
-
headers?: $HttpHeaders;
|
|
2179
|
-
organization: string;
|
|
2180
|
-
id: string;
|
|
2181
|
-
}
|
|
2182
|
-
export interface LocalizedItemsExportSettingsGetParameters {
|
|
2183
|
-
headers?: $HttpHeaders;
|
|
2184
|
-
organization: string;
|
|
2185
|
-
}
|
|
2186
|
-
export interface LocalizedItemsExportSettingsPutParameters {
|
|
2187
|
-
body: io.flow.internal.v0.models.LocalizedItemsExportSettings;
|
|
2188
|
-
headers?: $HttpHeaders;
|
|
2189
|
-
organization: string;
|
|
2190
|
-
}
|
|
2191
1952
|
export interface LogisticsCapabilitiesGetParameters {
|
|
2192
1953
|
headers?: $HttpHeaders;
|
|
2193
1954
|
organization: string;
|
|
@@ -2448,88 +2209,6 @@ export interface OnboardingOrganizationsGetSearchParameters {
|
|
|
2448
2209
|
limit?: number;
|
|
2449
2210
|
offset?: number;
|
|
2450
2211
|
}
|
|
2451
|
-
export interface OptinAttributesGetParameters {
|
|
2452
|
-
headers?: $HttpHeaders;
|
|
2453
|
-
organization: string;
|
|
2454
|
-
optin_attribute_key?: string;
|
|
2455
|
-
limit?: number;
|
|
2456
|
-
offset?: number;
|
|
2457
|
-
sort?: string;
|
|
2458
|
-
}
|
|
2459
|
-
export interface OptinAttributesGetByKeyParameters {
|
|
2460
|
-
headers?: $HttpHeaders;
|
|
2461
|
-
organization: string;
|
|
2462
|
-
key: string;
|
|
2463
|
-
}
|
|
2464
|
-
export interface OptinAttributesPutByKeyParameters {
|
|
2465
|
-
body: io.flow.internal.v0.models.OptinAttributeForm;
|
|
2466
|
-
headers?: $HttpHeaders;
|
|
2467
|
-
organization: string;
|
|
2468
|
-
key: string;
|
|
2469
|
-
}
|
|
2470
|
-
export interface OptinAttributesDeleteByKeyParameters {
|
|
2471
|
-
headers?: $HttpHeaders;
|
|
2472
|
-
organization: string;
|
|
2473
|
-
key: string;
|
|
2474
|
-
}
|
|
2475
|
-
export interface OptinPromptsGetPromptsParameters {
|
|
2476
|
-
headers?: $HttpHeaders;
|
|
2477
|
-
organization: string;
|
|
2478
|
-
id?: string[];
|
|
2479
|
-
optin_attribute_key?: string;
|
|
2480
|
-
region?: string;
|
|
2481
|
-
limit?: number;
|
|
2482
|
-
offset?: number;
|
|
2483
|
-
sort?: string;
|
|
2484
|
-
expand?: string[];
|
|
2485
|
-
}
|
|
2486
|
-
export interface OptinPromptsPostPromptsParameters {
|
|
2487
|
-
body: io.flow.internal.v0.models.OptinPromptForm;
|
|
2488
|
-
headers?: $HttpHeaders;
|
|
2489
|
-
organization: string;
|
|
2490
|
-
}
|
|
2491
|
-
export interface OptinPromptsPutPromptsByIdParameters {
|
|
2492
|
-
body: io.flow.internal.v0.models.OptinPromptForm;
|
|
2493
|
-
headers?: $HttpHeaders;
|
|
2494
|
-
organization: string;
|
|
2495
|
-
id: string;
|
|
2496
|
-
}
|
|
2497
|
-
export interface OptinPromptsDeletePromptsByIdParameters {
|
|
2498
|
-
headers?: $HttpHeaders;
|
|
2499
|
-
organization: string;
|
|
2500
|
-
id: string;
|
|
2501
|
-
}
|
|
2502
|
-
export interface OptinPromptsGetTargetsByTargetAndRegionParameters {
|
|
2503
|
-
headers?: $HttpHeaders;
|
|
2504
|
-
organization: string;
|
|
2505
|
-
target: string;
|
|
2506
|
-
region: string;
|
|
2507
|
-
language?: string;
|
|
2508
|
-
locale?: string;
|
|
2509
|
-
expand?: string[];
|
|
2510
|
-
cast?: io.flow.internal.v0.enums.ContentTypeCast[];
|
|
2511
|
-
}
|
|
2512
|
-
export interface OptinPromptsGetByIdParameters {
|
|
2513
|
-
headers?: $HttpHeaders;
|
|
2514
|
-
organization: string;
|
|
2515
|
-
id: string;
|
|
2516
|
-
expand?: string[];
|
|
2517
|
-
}
|
|
2518
|
-
export interface OptinPromptCopiesPostParameters {
|
|
2519
|
-
body: io.flow.internal.v0.models.OptinPromptCopyForm[];
|
|
2520
|
-
headers?: $HttpHeaders;
|
|
2521
|
-
}
|
|
2522
|
-
export interface OrderActionabilitiesPostParameters {
|
|
2523
|
-
body: io.flow.internal.v0.unions.OrderActionForm;
|
|
2524
|
-
headers?: $HttpHeaders;
|
|
2525
|
-
organization: string;
|
|
2526
|
-
number: string;
|
|
2527
|
-
}
|
|
2528
|
-
export interface OrderActionabilitiesGetAvailableParameters {
|
|
2529
|
-
headers?: $HttpHeaders;
|
|
2530
|
-
organization: string;
|
|
2531
|
-
number: string;
|
|
2532
|
-
}
|
|
2533
2212
|
export interface OrderAddressValidationsGetOrderValidationAndFailuresParameters {
|
|
2534
2213
|
headers?: $HttpHeaders;
|
|
2535
2214
|
limit?: number;
|
|
@@ -3334,19 +3013,6 @@ export interface RatesNamesSummariesGetDestinationAndOriginByDestinationAndOrigi
|
|
|
3334
3013
|
destination: string;
|
|
3335
3014
|
origin: string;
|
|
3336
3015
|
}
|
|
3337
|
-
export interface ReboundConfigurationsGetParameters {
|
|
3338
|
-
headers?: $HttpHeaders;
|
|
3339
|
-
organization: string;
|
|
3340
|
-
}
|
|
3341
|
-
export interface ReboundConfigurationsPutParameters {
|
|
3342
|
-
body: io.flow.internal.v0.models.ReboundConfigurationForm;
|
|
3343
|
-
headers?: $HttpHeaders;
|
|
3344
|
-
organization: string;
|
|
3345
|
-
}
|
|
3346
|
-
export interface ReboundConfigurationsDeleteParameters {
|
|
3347
|
-
headers?: $HttpHeaders;
|
|
3348
|
-
organization: string;
|
|
3349
|
-
}
|
|
3350
3016
|
export interface ReportsPostParameters {
|
|
3351
3017
|
body: io.flow.internal.v0.models.ReportForm;
|
|
3352
3018
|
headers?: $HttpHeaders;
|
|
@@ -3392,6 +3058,7 @@ export interface RestrictionItemsGetParameters {
|
|
|
3392
3058
|
status?: io.flow.internal.v0.enums.RestrictionStatus;
|
|
3393
3059
|
statuses?: io.flow.internal.v0.enums.RestrictionStatus[];
|
|
3394
3060
|
rule_ids?: string[];
|
|
3061
|
+
exclude_items_with_pc?: boolean;
|
|
3395
3062
|
category?: string;
|
|
3396
3063
|
user_ids?: string[];
|
|
3397
3064
|
product_name_query?: string;
|
|
@@ -3450,7 +3117,6 @@ export interface RestrictionOrganizationDecisionSummariesGetParameters {
|
|
|
3450
3117
|
earliest_pending_date_after?: string;
|
|
3451
3118
|
approval_status?: io.flow.internal.v0.enums.OrganizationRestrictionApprovalStatus;
|
|
3452
3119
|
review_type?: io.flow.internal.v0.enums.OrganizationRestrictionReviewType;
|
|
3453
|
-
filter_orgs_with_pending_verifications?: boolean;
|
|
3454
3120
|
filter_orgs_with_pending?: io.flow.internal.v0.enums.PendingRecordType;
|
|
3455
3121
|
transacting_orgs?: boolean;
|
|
3456
3122
|
limit?: number;
|
|
@@ -3594,19 +3260,27 @@ export interface SandboxSetupsPutParameters {
|
|
|
3594
3260
|
headers?: $HttpHeaders;
|
|
3595
3261
|
organization: string;
|
|
3596
3262
|
}
|
|
3597
|
-
export interface
|
|
3598
|
-
body: io.flow.internal.v0.models.
|
|
3263
|
+
export interface SarveshItemsPostParameters {
|
|
3264
|
+
body: io.flow.internal.v0.models.SarveshItemForm;
|
|
3599
3265
|
headers?: $HttpHeaders;
|
|
3600
|
-
key: string;
|
|
3601
3266
|
}
|
|
3602
|
-
export interface
|
|
3267
|
+
export interface SarveshItemsGetByIdParameters {
|
|
3603
3268
|
headers?: $HttpHeaders;
|
|
3604
|
-
|
|
3269
|
+
id: string;
|
|
3605
3270
|
}
|
|
3606
|
-
export interface
|
|
3271
|
+
export interface SarveshItemsPutByIdParameters {
|
|
3272
|
+
body: io.flow.internal.v0.models.SarveshItemForm;
|
|
3607
3273
|
headers?: $HttpHeaders;
|
|
3608
|
-
|
|
3609
|
-
|
|
3274
|
+
id: string;
|
|
3275
|
+
}
|
|
3276
|
+
export interface SarveshItemsDeleteByIdParameters {
|
|
3277
|
+
headers?: $HttpHeaders;
|
|
3278
|
+
id: string;
|
|
3279
|
+
}
|
|
3280
|
+
export interface ScreensPutByKeyParameters {
|
|
3281
|
+
body: io.flow.internal.v0.models.ScreenForm;
|
|
3282
|
+
headers?: $HttpHeaders;
|
|
3283
|
+
key: string;
|
|
3610
3284
|
}
|
|
3611
3285
|
export interface SessionOrderDataGetBySessionIdParameters {
|
|
3612
3286
|
headers?: $HttpHeaders;
|
|
@@ -3752,24 +3426,6 @@ export interface SpotRatesGetVersionsParameters {
|
|
|
3752
3426
|
offset?: number;
|
|
3753
3427
|
sort?: string;
|
|
3754
3428
|
}
|
|
3755
|
-
export interface StoreConnectionsGetByDomainParameters {
|
|
3756
|
-
headers?: $HttpHeaders;
|
|
3757
|
-
domain: string;
|
|
3758
|
-
}
|
|
3759
|
-
export interface StoreConnectionsPutByDomainParameters {
|
|
3760
|
-
body: io.flow.internal.v0.models.StoreConnectionForm;
|
|
3761
|
-
headers?: $HttpHeaders;
|
|
3762
|
-
domain: string;
|
|
3763
|
-
}
|
|
3764
|
-
export interface StoreConnectionsDeleteByDomainParameters {
|
|
3765
|
-
headers?: $HttpHeaders;
|
|
3766
|
-
domain: string;
|
|
3767
|
-
}
|
|
3768
|
-
export interface StoreConnectionsPostInstallByDomainParameters {
|
|
3769
|
-
body: io.flow.internal.v0.models.MagentoInstallForm;
|
|
3770
|
-
headers?: $HttpHeaders;
|
|
3771
|
-
domain: string;
|
|
3772
|
-
}
|
|
3773
3429
|
export interface TariffEligibilitiesGetParameters {
|
|
3774
3430
|
headers?: $HttpHeaders;
|
|
3775
3431
|
organization: string;
|
|
@@ -3973,26 +3629,20 @@ export declare type AccountPaymentHoldsGetResponse = $HttpOk<io.flow.internal.v0
|
|
|
3973
3629
|
export declare type AccountPaymentHoldsPostResponse = $HttpCreated<io.flow.internal.v0.models.AccountPaymentHold> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3974
3630
|
export declare type AccountPaymentHoldsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.AccountPaymentHold> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3975
3631
|
export declare type AccountPaymentHoldsDeleteByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3976
|
-
export declare type AddressConfigurationSettingsGetResponse = $HttpOk<io.flow.internal.v0.models.AddressConfigurationSetting> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3977
|
-
export declare type AddressConfigurationSettingsPutResponse = $HttpOk<io.flow.internal.v0.models.AddressConfigurationSetting> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3978
3632
|
export declare type AftershipWebhooksPostResponse = $HttpOk<undefined> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3979
3633
|
export declare type AldoItemsPostResponse = $HttpCreated<io.flow.internal.v0.models.AldoItem> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3980
3634
|
export declare type AldoItemsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.AldoItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3981
3635
|
export declare type AldoItemsPutByIdResponse = $HttpOk<io.flow.internal.v0.models.AldoItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3982
3636
|
export declare type AldoItemsDeleteByIdResponse = $HttpOk<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3983
|
-
export declare type AlertFailureSummariesGetResponse = $HttpOk<io.flow.internal.v0.models.AlertFailureSummary[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3984
|
-
export declare type AlertFailureSummariesGetByDbResponse = $HttpOk<io.flow.internal.v0.models.AlertFailureSummary> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3985
|
-
export declare type AlertFailureSummariesDeleteByDbAndQueueAndIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3986
|
-
export declare type AlertRequeueSummariesPostResponse = $HttpCreated<io.flow.internal.v0.models.AlertRequeueSummary[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3987
3637
|
export declare type AllOrganizationsMembershipsPostAllResponse = $HttpCreated<undefined> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3988
3638
|
export declare type AnshItemsPostResponse = $HttpCreated<io.flow.internal.v0.models.AnshItem> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3989
3639
|
export declare type AnshItemsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.AnshItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3990
3640
|
export declare type AnshItemsPutByIdResponse = $HttpOk<io.flow.internal.v0.models.AnshItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3991
3641
|
export declare type AnshItemsDeleteByIdResponse = $HttpOk<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3992
|
-
export declare type AuthorizedChargeStatusesGetResponse = $HttpOk<io.flow.internal.v0.models.OrderActionability> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3993
3642
|
export declare type BankPaymentsGetResponse = $HttpOk<io.flow.internal.v0.models.BankPayment[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3994
3643
|
export declare type BankPaymentsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.BankPayment> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3995
3644
|
export declare type BankPaymentsPutStatusByIdResponse = $HttpCreated<io.flow.internal.v0.models.BankPayment> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3645
|
+
export declare type BankPaymentDetailsGetResponse = $HttpOk<io.flow.internal.v0.models.BankPaymentDetail[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3996
3646
|
export declare type BankPaymentOrdersGetResponse = $HttpOk<io.flow.internal.v0.models.BankPaymentOrder[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3997
3647
|
export declare type BankPaymentOrdersGetByIdResponse = $HttpOk<io.flow.internal.v0.models.BankPaymentOrder> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3998
3648
|
export declare type BankPaymentStatusImportsPostResponse = $HttpCreated<io.flow.internal.v0.models.BankPaymentStatusImport> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4061,13 +3711,6 @@ export declare type ChannelOrganizationShopifyPutShopifyAndInstallByKeyResponse
|
|
|
4061
3711
|
export declare type ChargebacksGetResponse = $HttpOk<io.flow.internal.v0.models.Chargeback[]> | $HttpUnauthorized<undefined>;
|
|
4062
3712
|
export declare type ChargebacksGetVersionsResponse = $HttpOk<io.flow.internal.v0.models.ChargebackVersion[]> | $HttpUnauthorized<undefined>;
|
|
4063
3713
|
export declare type ChargebacksGetByKeyResponse = $HttpOk<io.flow.internal.v0.models.Chargeback> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4064
|
-
export declare type CheckoutConfigurationsGetResponse = $HttpOk<io.flow.internal.v0.models.CheckoutConfiguration[]> | $HttpUnauthorized<undefined>;
|
|
4065
|
-
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>;
|
|
4066
|
-
export declare type CheckoutConfigurationsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.CheckoutConfiguration> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4067
|
-
export declare type CheckoutConfigurationsPutByIdResponse = $HttpOk<io.flow.internal.v0.models.CheckoutConfiguration> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4068
|
-
export declare type CheckoutConfigurationsDeleteByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4069
|
-
export declare type CheckoutContentSummariesGetCheckoutResponse = $HttpOk<io.flow.internal.v0.models.CheckoutContentSummary> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4070
|
-
export declare type CheckoutContentSummariesGetUrlByKeyResponse = $HttpOk<string> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4071
3714
|
export declare type CiphersPostResponse = $HttpCreated<io.flow.internal.v0.models.Cipher> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4072
3715
|
export declare type CiphersPostBatchResponse = $HttpCreated<io.flow.internal.v0.models.Cipher[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4073
3716
|
export declare type CiphersPostGetResponse = $HttpOk<io.flow.internal.v0.models.DecryptedCipher> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4090,11 +3733,9 @@ export declare type CompliancesGetResponse = $HttpOk<io.flow.internal.v0.models.
|
|
|
4090
3733
|
export declare type CompliancesGetTypeAndDestinationByTypeAndDestinationResponse = $HttpOk<io.flow.internal.v0.models.Compliance> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4091
3734
|
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>;
|
|
4092
3735
|
export declare type CompliancesDeleteTypeAndDestinationByTypeAndDestinationResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4093
|
-
export declare type ConsumerOptinActivitiesPostResponse = $HttpOk<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4094
|
-
export declare type ContentSchemasGetResponse = $HttpOk<io.flow.internal.v0.models.ContentSchemaSummary[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4095
|
-
export declare type ContentSchemasGetBySchemaKeyResponse = $HttpOk<io.flow.internal.v0.models.ContentSchema> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4096
3736
|
export declare type CourthouseProductSummariesGetSearchAndItemsByItemNumberResponse = $HttpOk<io.flow.internal.v0.models.CourthouseProductSummary[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4097
3737
|
export declare type CustomsDetailsPostResponse = $HttpOk<io.flow.internal.v0.models.CustomsDetails> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3738
|
+
export declare type DatabasesGetResponse = $HttpOk<io.flow.internal.v0.models.Database[]> | $HttpUnauthorized<undefined>;
|
|
4098
3739
|
export declare type DebugOrdersPostResponse = $HttpCreated<io.flow.internal.v0.models.DebugOrder> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4099
3740
|
export declare type DebugOrderTransactionsPostResponse = $HttpCreated<io.flow.internal.v0.models.DebugOrderTransaction> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4100
3741
|
export declare type DeliveredDutyOptionsGetOptionsAndV2Response = $HttpOk<io.flow.internal.v0.models.DeliveredDutyOptions> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
@@ -4143,8 +3784,6 @@ export declare type FeatureValuesPostResponse = $HttpCreated<io.flow.internal.v0
|
|
|
4143
3784
|
export declare type FinanceBankAccountsGetResponse = $HttpOk<io.flow.internal.v0.models.FinanceBankAccount[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4144
3785
|
export declare type FinanceBankPaymentsGetResponse = $HttpOk<io.flow.internal.v0.models.FinanceBankPayment[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4145
3786
|
export declare type FinancialMerchantCategoriesGetResponse = $HttpOk<io.flow.internal.v0.models.FinancialMerchantCategory[]> | $HttpUnauthorized<undefined>;
|
|
4146
|
-
export declare type FinancialReportingStatementsGetByStatementNumberResponse = $HttpOk<io.flow.internal.v0.models.FinancialReportingStatement> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4147
|
-
export declare type FinancialReportingStatementsPostByStatementNumberResponse = $HttpOk<io.flow.internal.v0.models.FinancialReportingStatement> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4148
3787
|
export declare type FlexeWebhooksPostReceiptResponse = $HttpOk<undefined>;
|
|
4149
3788
|
export declare type FlexeWebhooksPostShipmentResponse = $HttpOk<undefined>;
|
|
4150
3789
|
export declare type FlowAccountsGetResponse = $HttpOk<io.flow.internal.v0.models.FlowAccount[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4163,11 +3802,6 @@ export declare type FlowBillingStatementsGetByIdResponse = $HttpOk<io.flow.inter
|
|
|
4163
3802
|
export declare type FlowBillingStatementsDeleteByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4164
3803
|
export declare type FlowBillingStatementsPostEmailByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4165
3804
|
export declare type FlowChannelOrganizationsGetResponse = $HttpOk<io.flow.channel.v0.models.ChannelOrganization[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4166
|
-
export declare type FlowLabProjectsGetResponse = $HttpOk<io.flow.internal.v0.models.FlowLabProject[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4167
|
-
export declare type FlowLabProjectsPostResponse = $HttpCreated<io.flow.internal.v0.models.FlowLabProject> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4168
|
-
export declare type FlowLabProjectsGetByKeyResponse = $HttpOk<io.flow.internal.v0.models.FlowLabProject> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4169
|
-
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>;
|
|
4170
|
-
export declare type FlowLabProjectsDeleteByKeyResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4171
3805
|
export declare type FlowLabelSettingsPostResponse = $HttpCreated<io.flow.internal.v0.models.FlowLabelSetting> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4172
3806
|
export declare type FlowLabelSettingsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.FlowLabelSetting> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4173
3807
|
export declare type FlowLabelSettingsPutByIdResponse = $HttpOk<io.flow.internal.v0.models.FlowLabelSetting> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4180,18 +3814,11 @@ export declare type FraudReviewsGetResponse = $HttpOk<io.flow.internal.v0.models
|
|
|
4180
3814
|
export declare type FraudReviewsGetVersionsResponse = $HttpOk<io.flow.internal.v0.models.FraudReviewVersion[]> | $HttpUnauthorized<undefined>;
|
|
4181
3815
|
export declare type FraudReviewsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.FraudReview> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4182
3816
|
export declare type FraudReviewDecisionsPostResponse = $HttpOk<io.flow.internal.v0.models.FraudReviewDecision> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4183
|
-
export declare type FtpSettingsGetResponse = $HttpOk<io.flow.internal.v0.models.FtpSetting[]> | $HttpUnauthorized<undefined>;
|
|
4184
|
-
export declare type FtpSettingsPostResponse = $HttpCreated<io.flow.internal.v0.models.FtpSetting> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4185
|
-
export declare type FtpSettingsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.FtpSetting> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4186
|
-
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>;
|
|
4187
|
-
export declare type FtpSettingsDeleteByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4188
3817
|
export declare type GenerateLoadsPostResponse = $HttpCreated<io.flow.internal.v0.unions.GenerateLoad> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4189
3818
|
export declare type GiftCardProgramsGetResponse = $HttpOk<io.flow.internal.v0.models.GiftCardProgram> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4190
3819
|
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>;
|
|
4191
3820
|
export declare type GiftCardProgramsDeleteByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4192
3821
|
export declare type GlobalSearchResultsGetResponse = $HttpOk<io.flow.internal.v0.unions.GlobalSearchResult[]> | $HttpUnauthorized<undefined>;
|
|
4193
|
-
export declare type GoogleShoppingSettingsGetResponse = $HttpOk<io.flow.internal.v0.models.GoogleShoppingSetting> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4194
|
-
export declare type GoogleShoppingSettingsPostResponse = $HttpCreated<io.flow.internal.v0.models.GoogleShoppingSetting> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError> | $HttpUnauthorized<undefined>;
|
|
4195
3822
|
export declare type HarmonizationItemClassificationsGetVersionsResponse = $HttpOk<io.flow.internal.v0.models.HarmonizationItemClassification[]> | $HttpUnauthorized<undefined>;
|
|
4196
3823
|
export declare type HarmonizationThresholdsGetThresholdsResponse = $HttpOk<io.flow.internal.v0.models.HarmonizationThreshold[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4197
3824
|
export declare type HarmonizationThresholdsPostThresholdsResponse = $HttpCreated<io.flow.internal.v0.models.HarmonizationThreshold> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4246,7 +3873,6 @@ export declare type PaypalDisputeEventsPostResponse = $HttpCreated<any> | $HttpU
|
|
|
4246
3873
|
export declare type WebhookEventsPostDisputeAndNotificationsAndPaypalResponse = $HttpOk<undefined> | $HttpCreated<undefined>;
|
|
4247
3874
|
export declare type WebhookEventsPostPaymentAndCallbacksAndPaypalResponse = $HttpOk<any>;
|
|
4248
3875
|
export declare type UltimateBeneficiaryOwnersPutResponse = $HttpOk<io.flow.merchant.onboarding.v0.models.ShopifyMerchantApplication> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4249
|
-
export declare type OrderManagementEventsPostReplayByOrderLifecycleEventResponse = $HttpOk<io.flow.order.management.event.v0.unions.OrderManagementEvent> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4250
3876
|
export declare type OnboardingStatesPutInternalAndOnboardingAndStateByOrganizationResponse = $HttpCreated<io.flow.organization.onboarding.state.v0.models.OrganizationOnboardingState> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4251
3877
|
export declare type OnboardingStatesPutInternalAndOnboardingAndStateAndBlockByOrganizationResponse = $HttpCreated<io.flow.organization.onboarding.state.v0.models.OrganizationOnboardingState> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4252
3878
|
export declare type OnboardingStatesPutInternalAndOnboardingAndStateAndRecalculateByOrganizationResponse = $HttpCreated<io.flow.organization.onboarding.state.v0.models.OrganizationOnboardingState> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4266,12 +3892,6 @@ export declare type QueryBuildersPostResponse = $HttpCreated<io.flow.query.build
|
|
|
4266
3892
|
export declare type RatecardsGetExportByIdResponse = $HttpOk<string> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4267
3893
|
export declare type ServiceFeesPutFuelAndSurchargesByServiceIdResponse = $HttpOk<io.flow.ratecard.v0.unions.ServiceFee> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4268
3894
|
export declare type CountriesGetResponse = $HttpOk<io.flow.reference.v0.models.Country[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4269
|
-
export declare type OrganizationSessionsPostOrganizationsByOrganizationResponse = $HttpCreated<io.flow.session.v0.models.OrganizationSession> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4270
|
-
export declare type OrganizationSessionsGetBySessionResponse = $HttpOk<io.flow.session.v0.unions.Session> | $HttpNotFound<undefined>;
|
|
4271
|
-
export declare type OrganizationSessionsPutBySessionResponse = $HttpOk<io.flow.session.v0.unions.Session> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4272
|
-
export declare type OrganizationSessionsDeleteBySessionResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4273
|
-
export declare type OrganizationSessionsPutOrganizationsBySessionAndOrganizationResponse = $HttpCreated<io.flow.session.v0.models.OrganizationSession> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4274
|
-
export declare type OrganizationSessionsPutResetBySessionResponse = $HttpOk<io.flow.session.v0.unions.Session> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4275
3895
|
export declare type ShopifyOrdersGetTraceByShopifyOrderIdResponse = $HttpOk<any> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4276
3896
|
export declare type KnowYourBusinessesGetResponse = $HttpOk<io.flow.shopify.merchant.config.v0.unions.KnowYourBusiness[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4277
3897
|
export declare type ShopifyPaymentStripeEventsPostResponse = $HttpCreated<any> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4296,11 +3916,13 @@ export declare type ItemSalesMarginsPutSalesMarginsByKeyResponse = $HttpOk<io.fl
|
|
|
4296
3916
|
export declare type ItemSalesMarginsDeleteSalesMarginsByKeyResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4297
3917
|
export declare type JeanDemoItemsGetResponse = $HttpOk<io.flow.internal.v0.models.JeanDemoItem[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4298
3918
|
export declare type JeanDemoItemsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.JeanDemoItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3919
|
+
export declare type JournalsGetResponse = $HttpOk<io.flow.internal.v0.models.Journal[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3920
|
+
export declare type JournalsDeleteFailedByJournalResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3921
|
+
export declare type JournalsGetFailuresByJournalResponse = $HttpOk<io.flow.internal.v0.models.JournalFailure[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3922
|
+
export declare type JournalsDeleteQueuedByJournalResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3923
|
+
export declare type JournalsPostRequeueByJournalResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4299
3924
|
export declare type KeysGetResponse = $HttpOk<io.flow.internal.v0.models.Key[]> | $HttpUnauthorized<undefined>;
|
|
4300
3925
|
export declare type KeysPostResponse = $HttpCreated<io.flow.internal.v0.models.Key> | $HttpUnauthorized<undefined>;
|
|
4301
|
-
export declare type LabProjectSettingsGetResponse = $HttpOk<io.flow.internal.v0.models.LabProjectSettings[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4302
|
-
export declare type LabProjectSettingsGetByFlowLabProjectKeyResponse = $HttpOk<io.flow.internal.v0.models.LabProjectSettings> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4303
|
-
export declare type LabProjectSettingsPutByFlowLabProjectKeyResponse = $HttpOk<io.flow.internal.v0.models.LabProjectSettings> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4304
3926
|
export declare type LabelCreationJobsPostResponse = $HttpCreated<io.flow.internal.v0.models.LabelCreationJobSummary> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4305
3927
|
export declare type LabelCreationJobsPutCancelByReferenceIdResponse = $HttpOk<io.flow.internal.v0.models.LabelCreationJobSummary> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.internal.v0.models.LabelCancellationError>;
|
|
4306
3928
|
export declare type LabelCreationJobsGetByReferenceIdResponse = $HttpOk<io.flow.internal.v0.models.LabelCreationJob> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
@@ -4312,15 +3934,6 @@ export declare type LabelTaxonomyGetResponse = $HttpOk<io.flow.internal.v0.model
|
|
|
4312
3934
|
export declare type LevyRateSummariesGetResponse = $HttpOk<io.flow.internal.v0.models.LevyRateSummary> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4313
3935
|
export declare type LiabilityRemittancePlansGetResponse = $HttpOk<io.flow.internal.v0.models.LiabilityRemittancePlan[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4314
3936
|
export declare type LiabilityRemittancePlansGetByOrderNumberResponse = $HttpOk<io.flow.internal.v0.models.LiabilityRemittancePlan> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4315
|
-
export declare type LocalizableContentsGetContentAndSchemasBySchemaKeyResponse = $HttpOk<io.flow.internal.v0.models.Localization> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4316
|
-
export declare type LocalizableContentsGetContentsAndLocalizationByContentIdResponse = $HttpOk<io.flow.internal.v0.models.Localization> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4317
|
-
export declare type LocalizationsGetResponse = $HttpOk<io.flow.internal.v0.models.Localization[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4318
|
-
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>;
|
|
4319
|
-
export declare type LocalizationsPutElementsByIdAndKeyResponse = $HttpCreated<io.flow.internal.v0.models.LocalizedContentElement> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4320
|
-
export declare type LocalizedContentsGetResponse = $HttpOk<io.flow.internal.v0.models.LocalizedContent[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4321
|
-
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>;
|
|
4322
|
-
export declare type LocalizedItemsExportSettingsGetResponse = $HttpOk<io.flow.internal.v0.models.LocalizedItemsExportSettings> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4323
|
-
export declare type LocalizedItemsExportSettingsPutResponse = $HttpCreated<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4324
3937
|
export declare type LogisticsCapabilitiesGetResponse = $HttpOk<io.flow.internal.v0.models.LogisticsCapabilities> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4325
3938
|
export declare type LogisticsCapabilitiesPutResponse = $HttpOk<io.flow.internal.v0.models.LogisticsCapabilities> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4326
3939
|
export declare type LogisticsPayoutRequestsPostResponse = $HttpOk<io.flow.internal.v0.models.LogisticsPayoutRequest> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4363,19 +3976,6 @@ export declare type OnboardingAuditReportsGetResponse = $HttpOk<io.flow.internal
|
|
|
4363
3976
|
export declare type OnboardingAuditSnapshotsGetResponse = $HttpOk<io.flow.internal.v0.models.OnboardingAuditSnapshot[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4364
3977
|
export declare type OnboardingOrganizationsGetResponse = $HttpOk<io.flow.internal.v0.models.OnboardingOrganization[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4365
3978
|
export declare type OnboardingOrganizationsGetSearchResponse = $HttpOk<io.flow.internal.v0.models.MerchantSearchResult[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4366
|
-
export declare type OptinAttributesGetResponse = $HttpOk<io.flow.internal.v0.models.OptinAttribute[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4367
|
-
export declare type OptinAttributesGetByKeyResponse = $HttpOk<io.flow.internal.v0.models.OptinAttribute> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4368
|
-
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>;
|
|
4369
|
-
export declare type OptinAttributesDeleteByKeyResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4370
|
-
export declare type OptinPromptsGetPromptsResponse = $HttpOk<io.flow.internal.v0.models.OptinPrompt[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4371
|
-
export declare type OptinPromptsPostPromptsResponse = $HttpCreated<io.flow.internal.v0.models.OptinPrompt> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4372
|
-
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>;
|
|
4373
|
-
export declare type OptinPromptsDeletePromptsByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4374
|
-
export declare type OptinPromptsGetTargetsByTargetAndRegionResponse = $HttpOk<io.flow.internal.v0.models.OptinPrompt[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4375
|
-
export declare type OptinPromptsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.OptinPrompt> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4376
|
-
export declare type OptinPromptCopiesPostResponse = $HttpCreated<io.flow.internal.v0.models.OptinPromptCopy[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4377
|
-
export declare type OrderActionabilitiesPostResponse = $HttpOk<io.flow.internal.v0.models.OrderActionability> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4378
|
-
export declare type OrderActionabilitiesGetAvailableResponse = $HttpOk<io.flow.internal.v0.models.OrderActionability> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4379
3979
|
export declare type OrderAddressValidationsGetOrderValidationAndFailuresResponse = $HttpOk<io.flow.internal.v0.models.OrderValidationFailureSummary[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4380
3980
|
export declare type OrderAddressValidationsPostAddressValidationByOrganizationResponse = $HttpOk<undefined> | $HttpCreated<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4381
3981
|
export declare type OrderAddressValidationsGetOrderValidationByOrganizationAndOrderNumberResponse = $HttpOk<io.flow.internal.v0.models.OrderValidation> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4511,9 +4111,6 @@ export declare type RatecardStandardConfigurationsGetByKeyResponse = $HttpOk<io.
|
|
|
4511
4111
|
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>;
|
|
4512
4112
|
export declare type RatecardStandardConfigurationsDeleteByKeyResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4513
4113
|
export declare type RatesNamesSummariesGetDestinationAndOriginByDestinationAndOriginResponse = $HttpOk<io.flow.internal.v0.models.RatesNamesSummary> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4514
|
-
export declare type ReboundConfigurationsGetResponse = $HttpOk<io.flow.internal.v0.models.ReboundConfiguration> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4515
|
-
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>;
|
|
4516
|
-
export declare type ReboundConfigurationsDeleteResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4517
4114
|
export declare type ReportsPostResponse = $HttpOk<io.flow.internal.v0.models.Report> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4518
4115
|
export declare type ReportsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.Report> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4519
4116
|
export declare type ReportSummaryGetResponse = $HttpOk<io.flow.internal.v0.models.ReportSummary> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4552,9 +4149,11 @@ export declare type RohanItemsPutByIdResponse = $HttpOk<io.flow.internal.v0.mode
|
|
|
4552
4149
|
export declare type RohanItemsDeleteByIdResponse = $HttpOk<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4553
4150
|
export declare type RoutingEntitiesGetResponse = $HttpOk<io.flow.internal.v0.unions.RoutingEntity[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4554
4151
|
export declare type SandboxSetupsPutResponse = $HttpOk<io.flow.internal.v0.models.SandboxSetup> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4152
|
+
export declare type SarveshItemsPostResponse = $HttpCreated<io.flow.internal.v0.models.SarveshItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4153
|
+
export declare type SarveshItemsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.SarveshItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4154
|
+
export declare type SarveshItemsPutByIdResponse = $HttpOk<io.flow.internal.v0.models.SarveshItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4155
|
+
export declare type SarveshItemsDeleteByIdResponse = $HttpOk<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4555
4156
|
export declare type ScreensPutByKeyResponse = $HttpCreated<io.flow.internal.v0.models.Screen[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4556
|
-
export declare type SearchProviderExportsPostResponse = $HttpAccepted<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4557
|
-
export declare type SearchProviderExportsPostExperienceByExperienceKeyResponse = $HttpAccepted<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4558
4157
|
export declare type SessionOrderDataGetBySessionIdResponse = $HttpOk<io.flow.internal.v0.models.SessionOrderData> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4559
4158
|
export declare type ShippingLanesGetResponse = $HttpOk<io.flow.internal.v0.models.ShippingLane[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4560
4159
|
export declare type ShopifyMarketsOrderVersionWithShopIdsGetVersionsByNumberResponse = $HttpOk<io.flow.internal.v0.models.ShopifyMarketsOrderVersionWithShopId[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
@@ -4581,10 +4180,6 @@ export declare type SnoozesGetByIdResponse = $HttpOk<io.flow.internal.v0.models.
|
|
|
4581
4180
|
export declare type SnoozesDeleteByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4582
4181
|
export declare type SpotRatesGetResponse = $HttpOk<io.flow.internal.v0.models.SpotRate[]> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4583
4182
|
export declare type SpotRatesGetVersionsResponse = $HttpOk<io.flow.internal.v0.models.SpotRateVersion[]> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4584
|
-
export declare type StoreConnectionsGetByDomainResponse = $HttpOk<io.flow.internal.v0.models.StoreConnection> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4585
|
-
export declare type StoreConnectionsPutByDomainResponse = $HttpOk<io.flow.internal.v0.models.StoreConnection> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4586
|
-
export declare type StoreConnectionsDeleteByDomainResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4587
|
-
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>;
|
|
4588
4183
|
export declare type TariffEligibilitiesGetResponse = $HttpOk<io.flow.internal.v0.models.TariffEligibility[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4589
4184
|
export declare type TariffEligibilitiesGetByTypeResponse = $HttpOk<io.flow.internal.v0.models.TariffEligibility> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4590
4185
|
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>;
|
|
@@ -4630,10 +4225,6 @@ export declare class AccountPaymentHoldsResource extends $Resource {
|
|
|
4630
4225
|
getById(params: AccountPaymentHoldsGetByIdParameters): Promise<AccountPaymentHoldsGetByIdResponse>;
|
|
4631
4226
|
deleteById(params: AccountPaymentHoldsDeleteByIdParameters): Promise<AccountPaymentHoldsDeleteByIdResponse>;
|
|
4632
4227
|
}
|
|
4633
|
-
export declare class AddressConfigurationSettingsResource extends $Resource {
|
|
4634
|
-
get(params: AddressConfigurationSettingsGetParameters): Promise<AddressConfigurationSettingsGetResponse>;
|
|
4635
|
-
put(params: AddressConfigurationSettingsPutParameters): Promise<AddressConfigurationSettingsPutResponse>;
|
|
4636
|
-
}
|
|
4637
4228
|
export declare class AftershipWebhooksResource extends $Resource {
|
|
4638
4229
|
post(params: AftershipWebhooksPostParameters): Promise<AftershipWebhooksPostResponse>;
|
|
4639
4230
|
}
|
|
@@ -4643,14 +4234,6 @@ export declare class AldoItemsResource extends $Resource {
|
|
|
4643
4234
|
putById(params: AldoItemsPutByIdParameters): Promise<AldoItemsPutByIdResponse>;
|
|
4644
4235
|
deleteById(params: AldoItemsDeleteByIdParameters): Promise<AldoItemsDeleteByIdResponse>;
|
|
4645
4236
|
}
|
|
4646
|
-
export declare class AlertFailureSummariesResource extends $Resource {
|
|
4647
|
-
get(params?: AlertFailureSummariesGetParameters): Promise<AlertFailureSummariesGetResponse>;
|
|
4648
|
-
getByDb(params: AlertFailureSummariesGetByDbParameters): Promise<AlertFailureSummariesGetByDbResponse>;
|
|
4649
|
-
deleteByDbAndQueueAndId(params: AlertFailureSummariesDeleteByDbAndQueueAndIdParameters): Promise<AlertFailureSummariesDeleteByDbAndQueueAndIdResponse>;
|
|
4650
|
-
}
|
|
4651
|
-
export declare class AlertRequeueSummariesResource extends $Resource {
|
|
4652
|
-
post(params: AlertRequeueSummariesPostParameters): Promise<AlertRequeueSummariesPostResponse>;
|
|
4653
|
-
}
|
|
4654
4237
|
export declare class AllOrganizationsMembershipsResource extends $Resource {
|
|
4655
4238
|
postAll(params: AllOrganizationsMembershipsPostAllParameters): Promise<AllOrganizationsMembershipsPostAllResponse>;
|
|
4656
4239
|
}
|
|
@@ -4660,14 +4243,14 @@ export declare class AnshItemsResource extends $Resource {
|
|
|
4660
4243
|
putById(params: AnshItemsPutByIdParameters): Promise<AnshItemsPutByIdResponse>;
|
|
4661
4244
|
deleteById(params: AnshItemsDeleteByIdParameters): Promise<AnshItemsDeleteByIdResponse>;
|
|
4662
4245
|
}
|
|
4663
|
-
export declare class AuthorizedChargeStatusesResource extends $Resource {
|
|
4664
|
-
get(params: AuthorizedChargeStatusesGetParameters): Promise<AuthorizedChargeStatusesGetResponse>;
|
|
4665
|
-
}
|
|
4666
4246
|
export declare class BankPaymentsResource extends $Resource {
|
|
4667
4247
|
get(params: BankPaymentsGetParameters): Promise<BankPaymentsGetResponse>;
|
|
4668
4248
|
getById(params: BankPaymentsGetByIdParameters): Promise<BankPaymentsGetByIdResponse>;
|
|
4669
4249
|
putStatusById(params: BankPaymentsPutStatusByIdParameters): Promise<BankPaymentsPutStatusByIdResponse>;
|
|
4670
4250
|
}
|
|
4251
|
+
export declare class BankPaymentDetailsResource extends $Resource {
|
|
4252
|
+
get(params: BankPaymentDetailsGetParameters): Promise<BankPaymentDetailsGetResponse>;
|
|
4253
|
+
}
|
|
4671
4254
|
export declare class BankPaymentOrdersResource extends $Resource {
|
|
4672
4255
|
get(params: BankPaymentOrdersGetParameters): Promise<BankPaymentOrdersGetResponse>;
|
|
4673
4256
|
getById(params: BankPaymentOrdersGetByIdParameters): Promise<BankPaymentOrdersGetByIdResponse>;
|
|
@@ -4786,17 +4369,6 @@ export declare class ChargebacksResource extends $Resource {
|
|
|
4786
4369
|
getVersions(params: ChargebacksGetVersionsParameters): Promise<ChargebacksGetVersionsResponse>;
|
|
4787
4370
|
getByKey(params: ChargebacksGetByKeyParameters): Promise<ChargebacksGetByKeyResponse>;
|
|
4788
4371
|
}
|
|
4789
|
-
export declare class CheckoutConfigurationsResource extends $Resource {
|
|
4790
|
-
get(params: CheckoutConfigurationsGetParameters): Promise<CheckoutConfigurationsGetResponse>;
|
|
4791
|
-
post(params: CheckoutConfigurationsPostParameters): Promise<CheckoutConfigurationsPostResponse>;
|
|
4792
|
-
getById(params: CheckoutConfigurationsGetByIdParameters): Promise<CheckoutConfigurationsGetByIdResponse>;
|
|
4793
|
-
putById(params: CheckoutConfigurationsPutByIdParameters): Promise<CheckoutConfigurationsPutByIdResponse>;
|
|
4794
|
-
deleteById(params: CheckoutConfigurationsDeleteByIdParameters): Promise<CheckoutConfigurationsDeleteByIdResponse>;
|
|
4795
|
-
}
|
|
4796
|
-
export declare class CheckoutContentSummariesResource extends $Resource {
|
|
4797
|
-
getCheckout(params: CheckoutContentSummariesGetCheckoutParameters): Promise<CheckoutContentSummariesGetCheckoutResponse>;
|
|
4798
|
-
getUrlByKey(params: CheckoutContentSummariesGetUrlByKeyParameters): Promise<CheckoutContentSummariesGetUrlByKeyResponse>;
|
|
4799
|
-
}
|
|
4800
4372
|
export declare class CiphersResource extends $Resource {
|
|
4801
4373
|
post(params: CiphersPostParameters): Promise<CiphersPostResponse>;
|
|
4802
4374
|
postBatch(params: CiphersPostBatchParameters): Promise<CiphersPostBatchResponse>;
|
|
@@ -4843,19 +4415,15 @@ export declare class CompliancesResource extends $Resource {
|
|
|
4843
4415
|
putTypeAndDestinationByTypeAndDestination(params: CompliancesPutTypeAndDestinationByTypeAndDestinationParameters): Promise<CompliancesPutTypeAndDestinationByTypeAndDestinationResponse>;
|
|
4844
4416
|
deleteTypeAndDestinationByTypeAndDestination(params: CompliancesDeleteTypeAndDestinationByTypeAndDestinationParameters): Promise<CompliancesDeleteTypeAndDestinationByTypeAndDestinationResponse>;
|
|
4845
4417
|
}
|
|
4846
|
-
export declare class ConsumerOptinActivitiesResource extends $Resource {
|
|
4847
|
-
post(params: ConsumerOptinActivitiesPostParameters): Promise<ConsumerOptinActivitiesPostResponse>;
|
|
4848
|
-
}
|
|
4849
|
-
export declare class ContentSchemasResource extends $Resource {
|
|
4850
|
-
get(params: ContentSchemasGetParameters): Promise<ContentSchemasGetResponse>;
|
|
4851
|
-
getBySchemaKey(params: ContentSchemasGetBySchemaKeyParameters): Promise<ContentSchemasGetBySchemaKeyResponse>;
|
|
4852
|
-
}
|
|
4853
4418
|
export declare class CourthouseProductSummariesResource extends $Resource {
|
|
4854
4419
|
getSearchAndItemsByItemNumber(params: CourthouseProductSummariesGetSearchAndItemsByItemNumberParameters): Promise<CourthouseProductSummariesGetSearchAndItemsByItemNumberResponse>;
|
|
4855
4420
|
}
|
|
4856
4421
|
export declare class CustomsDetailsResource extends $Resource {
|
|
4857
4422
|
post(params: CustomsDetailsPostParameters): Promise<CustomsDetailsPostResponse>;
|
|
4858
4423
|
}
|
|
4424
|
+
export declare class DatabasesResource extends $Resource {
|
|
4425
|
+
get(params?: DatabasesGetParameters): Promise<DatabasesGetResponse>;
|
|
4426
|
+
}
|
|
4859
4427
|
export declare class DebugOrdersResource extends $Resource {
|
|
4860
4428
|
post(params: DebugOrdersPostParameters): Promise<DebugOrdersPostResponse>;
|
|
4861
4429
|
}
|
|
@@ -4942,10 +4510,6 @@ export declare class FinanceBankPaymentsResource extends $Resource {
|
|
|
4942
4510
|
export declare class FinancialMerchantCategoriesResource extends $Resource {
|
|
4943
4511
|
get(params?: FinancialMerchantCategoriesGetParameters): Promise<FinancialMerchantCategoriesGetResponse>;
|
|
4944
4512
|
}
|
|
4945
|
-
export declare class FinancialReportingStatementsResource extends $Resource {
|
|
4946
|
-
getByStatementNumber(params: FinancialReportingStatementsGetByStatementNumberParameters): Promise<FinancialReportingStatementsGetByStatementNumberResponse>;
|
|
4947
|
-
postByStatementNumber(params: FinancialReportingStatementsPostByStatementNumberParameters): Promise<FinancialReportingStatementsPostByStatementNumberResponse>;
|
|
4948
|
-
}
|
|
4949
4513
|
export declare class FlexeWebhooksResource extends $Resource {
|
|
4950
4514
|
postReceipt(params: FlexeWebhooksPostReceiptParameters): Promise<FlexeWebhooksPostReceiptResponse>;
|
|
4951
4515
|
postShipment(params: FlexeWebhooksPostShipmentParameters): Promise<FlexeWebhooksPostShipmentResponse>;
|
|
@@ -4972,13 +4536,6 @@ export declare class FlowBillingStatementsResource extends $Resource {
|
|
|
4972
4536
|
export declare class FlowChannelOrganizationsResource extends $Resource {
|
|
4973
4537
|
get(params: FlowChannelOrganizationsGetParameters): Promise<FlowChannelOrganizationsGetResponse>;
|
|
4974
4538
|
}
|
|
4975
|
-
export declare class FlowLabProjectsResource extends $Resource {
|
|
4976
|
-
get(params: FlowLabProjectsGetParameters): Promise<FlowLabProjectsGetResponse>;
|
|
4977
|
-
post(params: FlowLabProjectsPostParameters): Promise<FlowLabProjectsPostResponse>;
|
|
4978
|
-
getByKey(params: FlowLabProjectsGetByKeyParameters): Promise<FlowLabProjectsGetByKeyResponse>;
|
|
4979
|
-
putByKey(params: FlowLabProjectsPutByKeyParameters): Promise<FlowLabProjectsPutByKeyResponse>;
|
|
4980
|
-
deleteByKey(params: FlowLabProjectsDeleteByKeyParameters): Promise<FlowLabProjectsDeleteByKeyResponse>;
|
|
4981
|
-
}
|
|
4982
4539
|
export declare class FlowLabelSettingsResource extends $Resource {
|
|
4983
4540
|
post(params: FlowLabelSettingsPostParameters): Promise<FlowLabelSettingsPostResponse>;
|
|
4984
4541
|
getById(params: FlowLabelSettingsGetByIdParameters): Promise<FlowLabelSettingsGetByIdResponse>;
|
|
@@ -5003,13 +4560,6 @@ export declare class FraudReviewsResource extends $Resource {
|
|
|
5003
4560
|
export declare class FraudReviewDecisionsResource extends $Resource {
|
|
5004
4561
|
post(params: FraudReviewDecisionsPostParameters): Promise<FraudReviewDecisionsPostResponse>;
|
|
5005
4562
|
}
|
|
5006
|
-
export declare class FtpSettingsResource extends $Resource {
|
|
5007
|
-
get(params: FtpSettingsGetParameters): Promise<FtpSettingsGetResponse>;
|
|
5008
|
-
post(params: FtpSettingsPostParameters): Promise<FtpSettingsPostResponse>;
|
|
5009
|
-
getById(params: FtpSettingsGetByIdParameters): Promise<FtpSettingsGetByIdResponse>;
|
|
5010
|
-
putById(params: FtpSettingsPutByIdParameters): Promise<FtpSettingsPutByIdResponse>;
|
|
5011
|
-
deleteById(params: FtpSettingsDeleteByIdParameters): Promise<FtpSettingsDeleteByIdResponse>;
|
|
5012
|
-
}
|
|
5013
4563
|
export declare class GenerateLoadsResource extends $Resource {
|
|
5014
4564
|
post(params: GenerateLoadsPostParameters): Promise<GenerateLoadsPostResponse>;
|
|
5015
4565
|
}
|
|
@@ -5021,10 +4571,6 @@ export declare class GiftCardProgramsResource extends $Resource {
|
|
|
5021
4571
|
export declare class GlobalSearchResultsResource extends $Resource {
|
|
5022
4572
|
get(params: GlobalSearchResultsGetParameters): Promise<GlobalSearchResultsGetResponse>;
|
|
5023
4573
|
}
|
|
5024
|
-
export declare class GoogleShoppingSettingsResource extends $Resource {
|
|
5025
|
-
get(params: GoogleShoppingSettingsGetParameters): Promise<GoogleShoppingSettingsGetResponse>;
|
|
5026
|
-
post(params: GoogleShoppingSettingsPostParameters): Promise<GoogleShoppingSettingsPostResponse>;
|
|
5027
|
-
}
|
|
5028
4574
|
export declare class HarmonizationItemClassificationsResource extends $Resource {
|
|
5029
4575
|
getVersions(params: HarmonizationItemClassificationsGetVersionsParameters): Promise<HarmonizationItemClassificationsGetVersionsResponse>;
|
|
5030
4576
|
}
|
|
@@ -5125,9 +4671,6 @@ export declare class WebhookEventsResource extends $Resource {
|
|
|
5125
4671
|
export declare class UltimateBeneficiaryOwnersResource extends $Resource {
|
|
5126
4672
|
put(params: UltimateBeneficiaryOwnersPutParameters): Promise<UltimateBeneficiaryOwnersPutResponse>;
|
|
5127
4673
|
}
|
|
5128
|
-
export declare class OrderManagementEventsResource extends $Resource {
|
|
5129
|
-
postReplayByOrderLifecycleEvent(params: OrderManagementEventsPostReplayByOrderLifecycleEventParameters): Promise<OrderManagementEventsPostReplayByOrderLifecycleEventResponse>;
|
|
5130
|
-
}
|
|
5131
4674
|
export declare class OnboardingStatesResource extends $Resource {
|
|
5132
4675
|
putInternalAndOnboardingAndStateByOrganization(params: OnboardingStatesPutInternalAndOnboardingAndStateByOrganizationParameters): Promise<OnboardingStatesPutInternalAndOnboardingAndStateByOrganizationResponse>;
|
|
5133
4676
|
putInternalAndOnboardingAndStateAndBlockByOrganization(params: OnboardingStatesPutInternalAndOnboardingAndStateAndBlockByOrganizationParameters): Promise<OnboardingStatesPutInternalAndOnboardingAndStateAndBlockByOrganizationResponse>;
|
|
@@ -5165,14 +4708,6 @@ export declare class ServiceFeesResource extends $Resource {
|
|
|
5165
4708
|
export declare class CountriesResource extends $Resource {
|
|
5166
4709
|
get(params: CountriesGetParameters): Promise<CountriesGetResponse>;
|
|
5167
4710
|
}
|
|
5168
|
-
export declare class OrganizationSessionsResource extends $Resource {
|
|
5169
|
-
postOrganizationsByOrganization(params: OrganizationSessionsPostOrganizationsByOrganizationParameters): Promise<OrganizationSessionsPostOrganizationsByOrganizationResponse>;
|
|
5170
|
-
getBySession(params: OrganizationSessionsGetBySessionParameters): Promise<OrganizationSessionsGetBySessionResponse>;
|
|
5171
|
-
putBySession(params: OrganizationSessionsPutBySessionParameters): Promise<OrganizationSessionsPutBySessionResponse>;
|
|
5172
|
-
deleteBySession(params: OrganizationSessionsDeleteBySessionParameters): Promise<OrganizationSessionsDeleteBySessionResponse>;
|
|
5173
|
-
putOrganizationsBySessionAndOrganization(params: OrganizationSessionsPutOrganizationsBySessionAndOrganizationParameters): Promise<OrganizationSessionsPutOrganizationsBySessionAndOrganizationResponse>;
|
|
5174
|
-
putResetBySession(params: OrganizationSessionsPutResetBySessionParameters): Promise<OrganizationSessionsPutResetBySessionResponse>;
|
|
5175
|
-
}
|
|
5176
4711
|
export declare class ShopifyOrdersResource extends $Resource {
|
|
5177
4712
|
getTraceByShopifyOrderId(params: ShopifyOrdersGetTraceByShopifyOrderIdParameters): Promise<ShopifyOrdersGetTraceByShopifyOrderIdResponse>;
|
|
5178
4713
|
}
|
|
@@ -5221,15 +4756,17 @@ export declare class JeanDemoItemsResource extends $Resource {
|
|
|
5221
4756
|
get(params: JeanDemoItemsGetParameters): Promise<JeanDemoItemsGetResponse>;
|
|
5222
4757
|
getById(params: JeanDemoItemsGetByIdParameters): Promise<JeanDemoItemsGetByIdResponse>;
|
|
5223
4758
|
}
|
|
4759
|
+
export declare class JournalsResource extends $Resource {
|
|
4760
|
+
get(params: JournalsGetParameters): Promise<JournalsGetResponse>;
|
|
4761
|
+
deleteFailedByJournal(params: JournalsDeleteFailedByJournalParameters): Promise<JournalsDeleteFailedByJournalResponse>;
|
|
4762
|
+
getFailuresByJournal(params: JournalsGetFailuresByJournalParameters): Promise<JournalsGetFailuresByJournalResponse>;
|
|
4763
|
+
deleteQueuedByJournal(params: JournalsDeleteQueuedByJournalParameters): Promise<JournalsDeleteQueuedByJournalResponse>;
|
|
4764
|
+
postRequeueByJournal(params: JournalsPostRequeueByJournalParameters): Promise<JournalsPostRequeueByJournalResponse>;
|
|
4765
|
+
}
|
|
5224
4766
|
export declare class KeysResource extends $Resource {
|
|
5225
4767
|
get(params: KeysGetParameters): Promise<KeysGetResponse>;
|
|
5226
4768
|
post(params: KeysPostParameters): Promise<KeysPostResponse>;
|
|
5227
4769
|
}
|
|
5228
|
-
export declare class LabProjectSettingsResource extends $Resource {
|
|
5229
|
-
get(params: LabProjectSettingsGetParameters): Promise<LabProjectSettingsGetResponse>;
|
|
5230
|
-
getByFlowLabProjectKey(params: LabProjectSettingsGetByFlowLabProjectKeyParameters): Promise<LabProjectSettingsGetByFlowLabProjectKeyResponse>;
|
|
5231
|
-
putByFlowLabProjectKey(params: LabProjectSettingsPutByFlowLabProjectKeyParameters): Promise<LabProjectSettingsPutByFlowLabProjectKeyResponse>;
|
|
5232
|
-
}
|
|
5233
4770
|
export declare class LabelCreationJobsResource extends $Resource {
|
|
5234
4771
|
post(params: LabelCreationJobsPostParameters): Promise<LabelCreationJobsPostResponse>;
|
|
5235
4772
|
putCancelByReferenceId(params: LabelCreationJobsPutCancelByReferenceIdParameters): Promise<LabelCreationJobsPutCancelByReferenceIdResponse>;
|
|
@@ -5253,23 +4790,6 @@ export declare class LiabilityRemittancePlansResource extends $Resource {
|
|
|
5253
4790
|
get(params: LiabilityRemittancePlansGetParameters): Promise<LiabilityRemittancePlansGetResponse>;
|
|
5254
4791
|
getByOrderNumber(params: LiabilityRemittancePlansGetByOrderNumberParameters): Promise<LiabilityRemittancePlansGetByOrderNumberResponse>;
|
|
5255
4792
|
}
|
|
5256
|
-
export declare class LocalizableContentsResource extends $Resource {
|
|
5257
|
-
getContentAndSchemasBySchemaKey(params: LocalizableContentsGetContentAndSchemasBySchemaKeyParameters): Promise<LocalizableContentsGetContentAndSchemasBySchemaKeyResponse>;
|
|
5258
|
-
getContentsAndLocalizationByContentId(params: LocalizableContentsGetContentsAndLocalizationByContentIdParameters): Promise<LocalizableContentsGetContentsAndLocalizationByContentIdResponse>;
|
|
5259
|
-
}
|
|
5260
|
-
export declare class LocalizationsResource extends $Resource {
|
|
5261
|
-
get(params: LocalizationsGetParameters): Promise<LocalizationsGetResponse>;
|
|
5262
|
-
putById(params: LocalizationsPutByIdParameters): Promise<LocalizationsPutByIdResponse>;
|
|
5263
|
-
putElementsByIdAndKey(params: LocalizationsPutElementsByIdAndKeyParameters): Promise<LocalizationsPutElementsByIdAndKeyResponse>;
|
|
5264
|
-
}
|
|
5265
|
-
export declare class LocalizedContentsResource extends $Resource {
|
|
5266
|
-
get(params: LocalizedContentsGetParameters): Promise<LocalizedContentsGetResponse>;
|
|
5267
|
-
putById(params: LocalizedContentsPutByIdParameters): Promise<LocalizedContentsPutByIdResponse>;
|
|
5268
|
-
}
|
|
5269
|
-
export declare class LocalizedItemsExportSettingsResource extends $Resource {
|
|
5270
|
-
get(params: LocalizedItemsExportSettingsGetParameters): Promise<LocalizedItemsExportSettingsGetResponse>;
|
|
5271
|
-
put(params: LocalizedItemsExportSettingsPutParameters): Promise<LocalizedItemsExportSettingsPutResponse>;
|
|
5272
|
-
}
|
|
5273
4793
|
export declare class LogisticsCapabilitiesResource extends $Resource {
|
|
5274
4794
|
get(params: LogisticsCapabilitiesGetParameters): Promise<LogisticsCapabilitiesGetResponse>;
|
|
5275
4795
|
put(params: LogisticsCapabilitiesPutParameters): Promise<LogisticsCapabilitiesPutResponse>;
|
|
@@ -5344,27 +4864,6 @@ export declare class OnboardingOrganizationsResource extends $Resource {
|
|
|
5344
4864
|
get(params: OnboardingOrganizationsGetParameters): Promise<OnboardingOrganizationsGetResponse>;
|
|
5345
4865
|
getSearch(params: OnboardingOrganizationsGetSearchParameters): Promise<OnboardingOrganizationsGetSearchResponse>;
|
|
5346
4866
|
}
|
|
5347
|
-
export declare class OptinAttributesResource extends $Resource {
|
|
5348
|
-
get(params: OptinAttributesGetParameters): Promise<OptinAttributesGetResponse>;
|
|
5349
|
-
getByKey(params: OptinAttributesGetByKeyParameters): Promise<OptinAttributesGetByKeyResponse>;
|
|
5350
|
-
putByKey(params: OptinAttributesPutByKeyParameters): Promise<OptinAttributesPutByKeyResponse>;
|
|
5351
|
-
deleteByKey(params: OptinAttributesDeleteByKeyParameters): Promise<OptinAttributesDeleteByKeyResponse>;
|
|
5352
|
-
}
|
|
5353
|
-
export declare class OptinPromptsResource extends $Resource {
|
|
5354
|
-
getPrompts(params: OptinPromptsGetPromptsParameters): Promise<OptinPromptsGetPromptsResponse>;
|
|
5355
|
-
postPrompts(params: OptinPromptsPostPromptsParameters): Promise<OptinPromptsPostPromptsResponse>;
|
|
5356
|
-
putPromptsById(params: OptinPromptsPutPromptsByIdParameters): Promise<OptinPromptsPutPromptsByIdResponse>;
|
|
5357
|
-
deletePromptsById(params: OptinPromptsDeletePromptsByIdParameters): Promise<OptinPromptsDeletePromptsByIdResponse>;
|
|
5358
|
-
getTargetsByTargetAndRegion(params: OptinPromptsGetTargetsByTargetAndRegionParameters): Promise<OptinPromptsGetTargetsByTargetAndRegionResponse>;
|
|
5359
|
-
getById(params: OptinPromptsGetByIdParameters): Promise<OptinPromptsGetByIdResponse>;
|
|
5360
|
-
}
|
|
5361
|
-
export declare class OptinPromptCopiesResource extends $Resource {
|
|
5362
|
-
post(params: OptinPromptCopiesPostParameters): Promise<OptinPromptCopiesPostResponse>;
|
|
5363
|
-
}
|
|
5364
|
-
export declare class OrderActionabilitiesResource extends $Resource {
|
|
5365
|
-
post(params: OrderActionabilitiesPostParameters): Promise<OrderActionabilitiesPostResponse>;
|
|
5366
|
-
getAvailable(params: OrderActionabilitiesGetAvailableParameters): Promise<OrderActionabilitiesGetAvailableResponse>;
|
|
5367
|
-
}
|
|
5368
4867
|
export declare class OrderAddressValidationsResource extends $Resource {
|
|
5369
4868
|
getOrderValidationAndFailures(params: OrderAddressValidationsGetOrderValidationAndFailuresParameters): Promise<OrderAddressValidationsGetOrderValidationAndFailuresResponse>;
|
|
5370
4869
|
postAddressValidationByOrganization(params: OrderAddressValidationsPostAddressValidationByOrganizationParameters): Promise<OrderAddressValidationsPostAddressValidationByOrganizationResponse>;
|
|
@@ -5590,11 +5089,6 @@ export declare class RatecardStandardConfigurationsResource extends $Resource {
|
|
|
5590
5089
|
export declare class RatesNamesSummariesResource extends $Resource {
|
|
5591
5090
|
getDestinationAndOriginByDestinationAndOrigin(params: RatesNamesSummariesGetDestinationAndOriginByDestinationAndOriginParameters): Promise<RatesNamesSummariesGetDestinationAndOriginByDestinationAndOriginResponse>;
|
|
5592
5091
|
}
|
|
5593
|
-
export declare class ReboundConfigurationsResource extends $Resource {
|
|
5594
|
-
get(params: ReboundConfigurationsGetParameters): Promise<ReboundConfigurationsGetResponse>;
|
|
5595
|
-
put(params: ReboundConfigurationsPutParameters): Promise<ReboundConfigurationsPutResponse>;
|
|
5596
|
-
delete(params: ReboundConfigurationsDeleteParameters): Promise<ReboundConfigurationsDeleteResponse>;
|
|
5597
|
-
}
|
|
5598
5092
|
export declare class ReportsResource extends $Resource {
|
|
5599
5093
|
post(params: ReportsPostParameters): Promise<ReportsPostResponse>;
|
|
5600
5094
|
getById(params: ReportsGetByIdParameters): Promise<ReportsGetByIdResponse>;
|
|
@@ -5663,13 +5157,15 @@ export declare class RoutingEntitiesResource extends $Resource {
|
|
|
5663
5157
|
export declare class SandboxSetupsResource extends $Resource {
|
|
5664
5158
|
put(params: SandboxSetupsPutParameters): Promise<SandboxSetupsPutResponse>;
|
|
5665
5159
|
}
|
|
5160
|
+
export declare class SarveshItemsResource extends $Resource {
|
|
5161
|
+
post(params: SarveshItemsPostParameters): Promise<SarveshItemsPostResponse>;
|
|
5162
|
+
getById(params: SarveshItemsGetByIdParameters): Promise<SarveshItemsGetByIdResponse>;
|
|
5163
|
+
putById(params: SarveshItemsPutByIdParameters): Promise<SarveshItemsPutByIdResponse>;
|
|
5164
|
+
deleteById(params: SarveshItemsDeleteByIdParameters): Promise<SarveshItemsDeleteByIdResponse>;
|
|
5165
|
+
}
|
|
5666
5166
|
export declare class ScreensResource extends $Resource {
|
|
5667
5167
|
putByKey(params: ScreensPutByKeyParameters): Promise<ScreensPutByKeyResponse>;
|
|
5668
5168
|
}
|
|
5669
|
-
export declare class SearchProviderExportsResource extends $Resource {
|
|
5670
|
-
post(params: SearchProviderExportsPostParameters): Promise<SearchProviderExportsPostResponse>;
|
|
5671
|
-
postExperienceByExperienceKey(params: SearchProviderExportsPostExperienceByExperienceKeyParameters): Promise<SearchProviderExportsPostExperienceByExperienceKeyResponse>;
|
|
5672
|
-
}
|
|
5673
5169
|
export declare class SessionOrderDataResource extends $Resource {
|
|
5674
5170
|
getBySessionId(params: SessionOrderDataGetBySessionIdParameters): Promise<SessionOrderDataGetBySessionIdResponse>;
|
|
5675
5171
|
}
|
|
@@ -5730,12 +5226,6 @@ export declare class SpotRatesResource extends $Resource {
|
|
|
5730
5226
|
get(params: SpotRatesGetParameters): Promise<SpotRatesGetResponse>;
|
|
5731
5227
|
getVersions(params: SpotRatesGetVersionsParameters): Promise<SpotRatesGetVersionsResponse>;
|
|
5732
5228
|
}
|
|
5733
|
-
export declare class StoreConnectionsResource extends $Resource {
|
|
5734
|
-
getByDomain(params: StoreConnectionsGetByDomainParameters): Promise<StoreConnectionsGetByDomainResponse>;
|
|
5735
|
-
putByDomain(params: StoreConnectionsPutByDomainParameters): Promise<StoreConnectionsPutByDomainResponse>;
|
|
5736
|
-
deleteByDomain(params: StoreConnectionsDeleteByDomainParameters): Promise<StoreConnectionsDeleteByDomainResponse>;
|
|
5737
|
-
postInstallByDomain(params: StoreConnectionsPostInstallByDomainParameters): Promise<StoreConnectionsPostInstallByDomainResponse>;
|
|
5738
|
-
}
|
|
5739
5229
|
export declare class TariffEligibilitiesResource extends $Resource {
|
|
5740
5230
|
get(params: TariffEligibilitiesGetParameters): Promise<TariffEligibilitiesGetResponse>;
|
|
5741
5231
|
getByType(params: TariffEligibilitiesGetByTypeParameters): Promise<TariffEligibilitiesGetByTypeResponse>;
|
|
@@ -5813,15 +5303,12 @@ export declare class WebhooksResource extends $Resource {
|
|
|
5813
5303
|
}
|
|
5814
5304
|
export interface ClientInstance {
|
|
5815
5305
|
accountPaymentHolds: AccountPaymentHoldsResource;
|
|
5816
|
-
addressConfigurationSettings: AddressConfigurationSettingsResource;
|
|
5817
5306
|
aftershipWebhooks: AftershipWebhooksResource;
|
|
5818
5307
|
aldoItems: AldoItemsResource;
|
|
5819
|
-
alertFailureSummaries: AlertFailureSummariesResource;
|
|
5820
|
-
alertRequeueSummaries: AlertRequeueSummariesResource;
|
|
5821
5308
|
allOrganizationsMemberships: AllOrganizationsMembershipsResource;
|
|
5822
5309
|
anshItems: AnshItemsResource;
|
|
5823
|
-
authorizedChargeStatuses: AuthorizedChargeStatusesResource;
|
|
5824
5310
|
bankPayments: BankPaymentsResource;
|
|
5311
|
+
bankPaymentDetails: BankPaymentDetailsResource;
|
|
5825
5312
|
bankPaymentOrders: BankPaymentOrdersResource;
|
|
5826
5313
|
bankPaymentStatusImports: BankPaymentStatusImportsResource;
|
|
5827
5314
|
billingOrganizationProcessingRates: BillingOrganizationProcessingRatesResource;
|
|
@@ -5847,8 +5334,6 @@ export interface ClientInstance {
|
|
|
5847
5334
|
channelOrderAcceptanceDetails: ChannelOrderAcceptanceDetailsResource;
|
|
5848
5335
|
channelOrganizationShopify: ChannelOrganizationShopifyResource;
|
|
5849
5336
|
chargebacks: ChargebacksResource;
|
|
5850
|
-
checkoutConfigurations: CheckoutConfigurationsResource;
|
|
5851
|
-
checkoutContentSummaries: CheckoutContentSummariesResource;
|
|
5852
5337
|
ciphers: CiphersResource;
|
|
5853
5338
|
classifications: ClassificationsResource;
|
|
5854
5339
|
classificationActions: ClassificationActionsResource;
|
|
@@ -5861,10 +5346,9 @@ export interface ClientInstance {
|
|
|
5861
5346
|
commercialInvoiceComparisons: CommercialInvoiceComparisonsResource;
|
|
5862
5347
|
commercialInvoiceSummaries: CommercialInvoiceSummariesResource;
|
|
5863
5348
|
compliances: CompliancesResource;
|
|
5864
|
-
consumerOptinActivities: ConsumerOptinActivitiesResource;
|
|
5865
|
-
contentSchemas: ContentSchemasResource;
|
|
5866
5349
|
courthouseProductSummaries: CourthouseProductSummariesResource;
|
|
5867
5350
|
customsDetails: CustomsDetailsResource;
|
|
5351
|
+
databases: DatabasesResource;
|
|
5868
5352
|
debugOrders: DebugOrdersResource;
|
|
5869
5353
|
debugOrderTransactions: DebugOrderTransactionsResource;
|
|
5870
5354
|
deliveredDutyOptions: DeliveredDutyOptionsResource;
|
|
@@ -5884,23 +5368,19 @@ export interface ClientInstance {
|
|
|
5884
5368
|
financeBankAccounts: FinanceBankAccountsResource;
|
|
5885
5369
|
financeBankPayments: FinanceBankPaymentsResource;
|
|
5886
5370
|
financialMerchantCategories: FinancialMerchantCategoriesResource;
|
|
5887
|
-
financialReportingStatements: FinancialReportingStatementsResource;
|
|
5888
5371
|
flexeWebhooks: FlexeWebhooksResource;
|
|
5889
5372
|
flowAccounts: FlowAccountsResource;
|
|
5890
5373
|
flowBillingStatements: FlowBillingStatementsResource;
|
|
5891
5374
|
flowChannelOrganizations: FlowChannelOrganizationsResource;
|
|
5892
|
-
flowLabProjects: FlowLabProjectsResource;
|
|
5893
5375
|
flowLabelSettings: FlowLabelSettingsResource;
|
|
5894
5376
|
fraudPendingReviews: FraudPendingReviewsResource;
|
|
5895
5377
|
fraudPendingReviewDetails: FraudPendingReviewDetailsResource;
|
|
5896
5378
|
fraudProviderConfigurations: FraudProviderConfigurationsResource;
|
|
5897
5379
|
fraudReviews: FraudReviewsResource;
|
|
5898
5380
|
fraudReviewDecisions: FraudReviewDecisionsResource;
|
|
5899
|
-
ftpSettings: FtpSettingsResource;
|
|
5900
5381
|
generateLoads: GenerateLoadsResource;
|
|
5901
5382
|
giftCardPrograms: GiftCardProgramsResource;
|
|
5902
5383
|
globalSearchResults: GlobalSearchResultsResource;
|
|
5903
|
-
googleShoppingSettings: GoogleShoppingSettingsResource;
|
|
5904
5384
|
harmonizationItemClassifications: HarmonizationItemClassificationsResource;
|
|
5905
5385
|
harmonizationThresholds: HarmonizationThresholdsResource;
|
|
5906
5386
|
harmonizationUnclassifiedStatistics: HarmonizationUnclassifiedStatisticsResource;
|
|
@@ -5924,7 +5404,6 @@ export interface ClientInstance {
|
|
|
5924
5404
|
paypalDisputeEvents: PaypalDisputeEventsResource;
|
|
5925
5405
|
webhookEvents: WebhookEventsResource;
|
|
5926
5406
|
ultimateBeneficiaryOwners: UltimateBeneficiaryOwnersResource;
|
|
5927
|
-
orderManagementEvents: OrderManagementEventsResource;
|
|
5928
5407
|
onboardingStates: OnboardingStatesResource;
|
|
5929
5408
|
memberships: MembershipsResource;
|
|
5930
5409
|
authorizations: AuthorizationsResource;
|
|
@@ -5934,7 +5413,6 @@ export interface ClientInstance {
|
|
|
5934
5413
|
ratecards: RatecardsResource;
|
|
5935
5414
|
serviceFees: ServiceFeesResource;
|
|
5936
5415
|
countries: CountriesResource;
|
|
5937
|
-
organizationSessions: OrganizationSessionsResource;
|
|
5938
5416
|
shopifyOrders: ShopifyOrdersResource;
|
|
5939
5417
|
knowYourBusinesses: KnowYourBusinessesResource;
|
|
5940
5418
|
shopifyPaymentStripeEvents: ShopifyPaymentStripeEventsResource;
|
|
@@ -5947,18 +5425,14 @@ export interface ClientInstance {
|
|
|
5947
5425
|
itemRestrictions: ItemRestrictionsResource;
|
|
5948
5426
|
itemSalesMargins: ItemSalesMarginsResource;
|
|
5949
5427
|
jeanDemoItems: JeanDemoItemsResource;
|
|
5428
|
+
journals: JournalsResource;
|
|
5950
5429
|
keys: KeysResource;
|
|
5951
|
-
labProjectSettings: LabProjectSettingsResource;
|
|
5952
5430
|
labelCreationJobs: LabelCreationJobsResource;
|
|
5953
5431
|
labelGenerationSettings: LabelGenerationSettingsResource;
|
|
5954
5432
|
labelRequestResults: LabelRequestResultsResource;
|
|
5955
5433
|
labelTaxonomy: LabelTaxonomyResource;
|
|
5956
5434
|
levyRateSummaries: LevyRateSummariesResource;
|
|
5957
5435
|
liabilityRemittancePlans: LiabilityRemittancePlansResource;
|
|
5958
|
-
localizableContents: LocalizableContentsResource;
|
|
5959
|
-
localizations: LocalizationsResource;
|
|
5960
|
-
localizedContents: LocalizedContentsResource;
|
|
5961
|
-
localizedItemsExportSettings: LocalizedItemsExportSettingsResource;
|
|
5962
5436
|
logisticsCapabilities: LogisticsCapabilitiesResource;
|
|
5963
5437
|
logisticsPayoutRequests: LogisticsPayoutRequestsResource;
|
|
5964
5438
|
lostChargebacks: LostChargebacksResource;
|
|
@@ -5975,10 +5449,6 @@ export interface ClientInstance {
|
|
|
5975
5449
|
onboardingAuditReports: OnboardingAuditReportsResource;
|
|
5976
5450
|
onboardingAuditSnapshots: OnboardingAuditSnapshotsResource;
|
|
5977
5451
|
onboardingOrganizations: OnboardingOrganizationsResource;
|
|
5978
|
-
optinAttributes: OptinAttributesResource;
|
|
5979
|
-
optinPrompts: OptinPromptsResource;
|
|
5980
|
-
optinPromptCopies: OptinPromptCopiesResource;
|
|
5981
|
-
orderActionabilities: OrderActionabilitiesResource;
|
|
5982
5452
|
orderAddressValidations: OrderAddressValidationsResource;
|
|
5983
5453
|
orderCancellations: OrderCancellationsResource;
|
|
5984
5454
|
orderCombinedShipments: OrderCombinedShipmentsResource;
|
|
@@ -6024,7 +5494,6 @@ export interface ClientInstance {
|
|
|
6024
5494
|
ratecardServiceFeesOverrides: RatecardServiceFeesOverridesResource;
|
|
6025
5495
|
ratecardStandardConfigurations: RatecardStandardConfigurationsResource;
|
|
6026
5496
|
ratesNamesSummaries: RatesNamesSummariesResource;
|
|
6027
|
-
reboundConfigurations: ReboundConfigurationsResource;
|
|
6028
5497
|
reports: ReportsResource;
|
|
6029
5498
|
reportSummary: ReportSummaryResource;
|
|
6030
5499
|
rescreenRestrictionsProducts: RescreenRestrictionsProductsResource;
|
|
@@ -6040,8 +5509,8 @@ export interface ClientInstance {
|
|
|
6040
5509
|
rohanItems: RohanItemsResource;
|
|
6041
5510
|
routingEntities: RoutingEntitiesResource;
|
|
6042
5511
|
sandboxSetups: SandboxSetupsResource;
|
|
5512
|
+
sarveshItems: SarveshItemsResource;
|
|
6043
5513
|
screens: ScreensResource;
|
|
6044
|
-
searchProviderExports: SearchProviderExportsResource;
|
|
6045
5514
|
sessionOrderData: SessionOrderDataResource;
|
|
6046
5515
|
shippingLanes: ShippingLanesResource;
|
|
6047
5516
|
shopifyMarketsOrderVersionWithShopIds: ShopifyMarketsOrderVersionWithShopIdsResource;
|
|
@@ -6059,7 +5528,6 @@ export interface ClientInstance {
|
|
|
6059
5528
|
smpTaxCalculationForms: SmpTaxCalculationFormsResource;
|
|
6060
5529
|
snoozes: SnoozesResource;
|
|
6061
5530
|
spotRates: SpotRatesResource;
|
|
6062
|
-
storeConnections: StoreConnectionsResource;
|
|
6063
5531
|
tariffEligibilities: TariffEligibilitiesResource;
|
|
6064
5532
|
tasks: TasksResource;
|
|
6065
5533
|
taxCalculationForms: TaxCalculationFormsResource;
|