@flowio/api-internal-sdk 0.0.167 → 0.0.168
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/api-internal.js +142 -830
- package/dist/esm/api-internal.js +136 -824
- package/dist/types/api-internal.d.ts +86 -587
- package/package.json +2 -2
|
@@ -135,15 +135,6 @@ export interface AccountPaymentHoldsDeleteByIdParameters {
|
|
|
135
135
|
headers?: $HttpHeaders;
|
|
136
136
|
id: string;
|
|
137
137
|
}
|
|
138
|
-
export interface AddressConfigurationSettingsGetParameters {
|
|
139
|
-
headers?: $HttpHeaders;
|
|
140
|
-
organization: string;
|
|
141
|
-
}
|
|
142
|
-
export interface AddressConfigurationSettingsPutParameters {
|
|
143
|
-
body: io.flow.internal.v0.models.AddressConfigurationSettingForm;
|
|
144
|
-
headers?: $HttpHeaders;
|
|
145
|
-
organization: string;
|
|
146
|
-
}
|
|
147
138
|
export interface AftershipWebhooksPostParameters {
|
|
148
139
|
body: any;
|
|
149
140
|
headers?: $HttpHeaders;
|
|
@@ -204,11 +195,6 @@ export interface AnshItemsDeleteByIdParameters {
|
|
|
204
195
|
headers?: $HttpHeaders;
|
|
205
196
|
id: string;
|
|
206
197
|
}
|
|
207
|
-
export interface AuthorizedChargeStatusesGetParameters {
|
|
208
|
-
headers?: $HttpHeaders;
|
|
209
|
-
organization: string;
|
|
210
|
-
number: string;
|
|
211
|
-
}
|
|
212
198
|
export interface BankPaymentsGetParameters {
|
|
213
199
|
headers?: $HttpHeaders;
|
|
214
200
|
id?: string[];
|
|
@@ -229,6 +215,19 @@ export interface BankPaymentsPutStatusByIdParameters {
|
|
|
229
215
|
headers?: $HttpHeaders;
|
|
230
216
|
id: string;
|
|
231
217
|
}
|
|
218
|
+
export interface BankPaymentDetailsGetParameters {
|
|
219
|
+
headers?: $HttpHeaders;
|
|
220
|
+
id?: string[];
|
|
221
|
+
source_type?: io.flow.internal.v0.enums.AccountType;
|
|
222
|
+
source_id?: string;
|
|
223
|
+
status?: io.flow.internal.v0.enums.BankPaymentStatusCode;
|
|
224
|
+
since?: string;
|
|
225
|
+
until?: string;
|
|
226
|
+
order_payment_source?: io.flow.experience.v0.enums.OrderPaymentSourceType;
|
|
227
|
+
limit?: number;
|
|
228
|
+
offset?: number;
|
|
229
|
+
sort?: string;
|
|
230
|
+
}
|
|
232
231
|
export interface BankPaymentOrdersGetParameters {
|
|
233
232
|
headers?: $HttpHeaders;
|
|
234
233
|
id?: string[];
|
|
@@ -660,46 +659,6 @@ export interface ChargebacksGetByKeyParameters {
|
|
|
660
659
|
organization: string;
|
|
661
660
|
key: string;
|
|
662
661
|
}
|
|
663
|
-
export interface CheckoutConfigurationsGetParameters {
|
|
664
|
-
headers?: $HttpHeaders;
|
|
665
|
-
organization: string;
|
|
666
|
-
id?: string[];
|
|
667
|
-
limit?: number;
|
|
668
|
-
offset?: number;
|
|
669
|
-
sort?: string;
|
|
670
|
-
}
|
|
671
|
-
export interface CheckoutConfigurationsPostParameters {
|
|
672
|
-
body: io.flow.internal.v0.models.CheckoutConfigurationForm;
|
|
673
|
-
headers?: $HttpHeaders;
|
|
674
|
-
organization: string;
|
|
675
|
-
}
|
|
676
|
-
export interface CheckoutConfigurationsGetByIdParameters {
|
|
677
|
-
headers?: $HttpHeaders;
|
|
678
|
-
organization: string;
|
|
679
|
-
id: string;
|
|
680
|
-
}
|
|
681
|
-
export interface CheckoutConfigurationsPutByIdParameters {
|
|
682
|
-
body: io.flow.internal.v0.models.CheckoutConfigurationForm;
|
|
683
|
-
headers?: $HttpHeaders;
|
|
684
|
-
organization: string;
|
|
685
|
-
id: string;
|
|
686
|
-
}
|
|
687
|
-
export interface CheckoutConfigurationsDeleteByIdParameters {
|
|
688
|
-
headers?: $HttpHeaders;
|
|
689
|
-
organization: string;
|
|
690
|
-
id: string;
|
|
691
|
-
}
|
|
692
|
-
export interface CheckoutContentSummariesGetCheckoutParameters {
|
|
693
|
-
headers?: $HttpHeaders;
|
|
694
|
-
organization: string;
|
|
695
|
-
locale?: string;
|
|
696
|
-
}
|
|
697
|
-
export interface CheckoutContentSummariesGetUrlByKeyParameters {
|
|
698
|
-
headers?: $HttpHeaders;
|
|
699
|
-
organization: string;
|
|
700
|
-
key: string;
|
|
701
|
-
url: string;
|
|
702
|
-
}
|
|
703
662
|
export interface CiphersPostParameters {
|
|
704
663
|
body: io.flow.internal.v0.models.CipherForm;
|
|
705
664
|
headers?: $HttpHeaders;
|
|
@@ -820,22 +779,6 @@ export interface CompliancesDeleteTypeAndDestinationByTypeAndDestinationParamete
|
|
|
820
779
|
type: io.flow.internal.v0.enums.ComplianceType;
|
|
821
780
|
destination: string;
|
|
822
781
|
}
|
|
823
|
-
export interface ConsumerOptinActivitiesPostParameters {
|
|
824
|
-
body: io.flow.internal.v0.models.ConsumerOptinActivity[];
|
|
825
|
-
headers?: $HttpHeaders;
|
|
826
|
-
organization: string;
|
|
827
|
-
}
|
|
828
|
-
export interface ContentSchemasGetParameters {
|
|
829
|
-
headers?: $HttpHeaders;
|
|
830
|
-
key?: string;
|
|
831
|
-
limit?: number;
|
|
832
|
-
offset?: number;
|
|
833
|
-
sort?: string;
|
|
834
|
-
}
|
|
835
|
-
export interface ContentSchemasGetBySchemaKeyParameters {
|
|
836
|
-
headers?: $HttpHeaders;
|
|
837
|
-
schema_key: string;
|
|
838
|
-
}
|
|
839
782
|
export interface CourthouseProductSummariesGetSearchAndItemsByItemNumberParameters {
|
|
840
783
|
headers?: $HttpHeaders;
|
|
841
784
|
item_number: string;
|
|
@@ -845,6 +788,9 @@ export interface CustomsDetailsPostParameters {
|
|
|
845
788
|
headers?: $HttpHeaders;
|
|
846
789
|
organization: string;
|
|
847
790
|
}
|
|
791
|
+
export interface DatabasesGetParameters {
|
|
792
|
+
headers?: $HttpHeaders;
|
|
793
|
+
}
|
|
848
794
|
export interface DebugOrdersPostParameters {
|
|
849
795
|
body: io.flow.internal.v0.models.DebugOrderTransactionForm;
|
|
850
796
|
headers?: $HttpHeaders;
|
|
@@ -1150,15 +1096,6 @@ export interface FinanceBankPaymentsGetParameters {
|
|
|
1150
1096
|
export interface FinancialMerchantCategoriesGetParameters {
|
|
1151
1097
|
headers?: $HttpHeaders;
|
|
1152
1098
|
}
|
|
1153
|
-
export interface FinancialReportingStatementsGetByStatementNumberParameters {
|
|
1154
|
-
headers?: $HttpHeaders;
|
|
1155
|
-
statement_number: string;
|
|
1156
|
-
}
|
|
1157
|
-
export interface FinancialReportingStatementsPostByStatementNumberParameters {
|
|
1158
|
-
body: io.flow.internal.v0.models.FinancialReportingStatementForm;
|
|
1159
|
-
headers?: $HttpHeaders;
|
|
1160
|
-
statement_number: string;
|
|
1161
|
-
}
|
|
1162
1099
|
export interface FlexeWebhooksPostReceiptParameters {
|
|
1163
1100
|
body: any;
|
|
1164
1101
|
headers?: $HttpHeaders;
|
|
@@ -1305,31 +1242,6 @@ export interface FlowChannelOrganizationsGetParameters {
|
|
|
1305
1242
|
offset?: number;
|
|
1306
1243
|
sort?: string;
|
|
1307
1244
|
}
|
|
1308
|
-
export interface FlowLabProjectsGetParameters {
|
|
1309
|
-
headers?: $HttpHeaders;
|
|
1310
|
-
id?: string[];
|
|
1311
|
-
key?: string;
|
|
1312
|
-
limit?: number;
|
|
1313
|
-
offset?: number;
|
|
1314
|
-
sort?: string;
|
|
1315
|
-
}
|
|
1316
|
-
export interface FlowLabProjectsPostParameters {
|
|
1317
|
-
body: io.flow.internal.v0.models.FlowLabProjectPostForm;
|
|
1318
|
-
headers?: $HttpHeaders;
|
|
1319
|
-
}
|
|
1320
|
-
export interface FlowLabProjectsGetByKeyParameters {
|
|
1321
|
-
headers?: $HttpHeaders;
|
|
1322
|
-
key: string;
|
|
1323
|
-
}
|
|
1324
|
-
export interface FlowLabProjectsPutByKeyParameters {
|
|
1325
|
-
body: io.flow.internal.v0.models.FlowLabProjectPutForm;
|
|
1326
|
-
headers?: $HttpHeaders;
|
|
1327
|
-
key: string;
|
|
1328
|
-
}
|
|
1329
|
-
export interface FlowLabProjectsDeleteByKeyParameters {
|
|
1330
|
-
headers?: $HttpHeaders;
|
|
1331
|
-
key: string;
|
|
1332
|
-
}
|
|
1333
1245
|
export interface FlowLabelSettingsPostParameters {
|
|
1334
1246
|
body: io.flow.internal.v0.models.FlowLabelSettingForm;
|
|
1335
1247
|
headers?: $HttpHeaders;
|
|
@@ -1404,35 +1316,6 @@ export interface FraudReviewDecisionsPostParameters {
|
|
|
1404
1316
|
organization: string;
|
|
1405
1317
|
id: string;
|
|
1406
1318
|
}
|
|
1407
|
-
export interface FtpSettingsGetParameters {
|
|
1408
|
-
headers?: $HttpHeaders;
|
|
1409
|
-
organization_id: string;
|
|
1410
|
-
id?: string[];
|
|
1411
|
-
limit?: number;
|
|
1412
|
-
offset?: number;
|
|
1413
|
-
sort?: string;
|
|
1414
|
-
}
|
|
1415
|
-
export interface FtpSettingsPostParameters {
|
|
1416
|
-
body: io.flow.internal.v0.models.FtpSettingForm;
|
|
1417
|
-
headers?: $HttpHeaders;
|
|
1418
|
-
organization_id: string;
|
|
1419
|
-
}
|
|
1420
|
-
export interface FtpSettingsGetByIdParameters {
|
|
1421
|
-
headers?: $HttpHeaders;
|
|
1422
|
-
organization_id: string;
|
|
1423
|
-
id: string;
|
|
1424
|
-
}
|
|
1425
|
-
export interface FtpSettingsPutByIdParameters {
|
|
1426
|
-
body: io.flow.internal.v0.models.FtpSettingForm;
|
|
1427
|
-
headers?: $HttpHeaders;
|
|
1428
|
-
organization_id: string;
|
|
1429
|
-
id: string;
|
|
1430
|
-
}
|
|
1431
|
-
export interface FtpSettingsDeleteByIdParameters {
|
|
1432
|
-
headers?: $HttpHeaders;
|
|
1433
|
-
organization_id: string;
|
|
1434
|
-
id: string;
|
|
1435
|
-
}
|
|
1436
1319
|
export interface GenerateLoadsPostParameters {
|
|
1437
1320
|
body: io.flow.internal.v0.unions.GenerateLoad;
|
|
1438
1321
|
headers?: $HttpHeaders;
|
|
@@ -1459,15 +1342,6 @@ export interface GlobalSearchResultsGetParameters {
|
|
|
1459
1342
|
organization: string;
|
|
1460
1343
|
q: string;
|
|
1461
1344
|
}
|
|
1462
|
-
export interface GoogleShoppingSettingsGetParameters {
|
|
1463
|
-
headers?: $HttpHeaders;
|
|
1464
|
-
organization: string;
|
|
1465
|
-
}
|
|
1466
|
-
export interface GoogleShoppingSettingsPostParameters {
|
|
1467
|
-
body: io.flow.internal.v0.models.GoogleShoppingAccountParameters;
|
|
1468
|
-
headers?: $HttpHeaders;
|
|
1469
|
-
organization: string;
|
|
1470
|
-
}
|
|
1471
1345
|
export interface HarmonizationItemClassificationsGetVersionsParameters {
|
|
1472
1346
|
headers?: $HttpHeaders;
|
|
1473
1347
|
organization: string;
|
|
@@ -1762,12 +1636,6 @@ export interface UltimateBeneficiaryOwnersPutParameters {
|
|
|
1762
1636
|
headers?: $HttpHeaders;
|
|
1763
1637
|
organization: string;
|
|
1764
1638
|
}
|
|
1765
|
-
export interface OrderManagementEventsPostReplayByOrderLifecycleEventParameters {
|
|
1766
|
-
headers?: $HttpHeaders;
|
|
1767
|
-
organization: string;
|
|
1768
|
-
number: string;
|
|
1769
|
-
order_lifecycle_event: string;
|
|
1770
|
-
}
|
|
1771
1639
|
export interface OnboardingStatesPutInternalAndOnboardingAndStateByOrganizationParameters {
|
|
1772
1640
|
body: io.flow.internal.v0.models.OnboardingStateForm;
|
|
1773
1641
|
headers?: $HttpHeaders;
|
|
@@ -1861,35 +1729,6 @@ export interface CountriesGetParameters {
|
|
|
1861
1729
|
headers?: $HttpHeaders;
|
|
1862
1730
|
organization: string;
|
|
1863
1731
|
}
|
|
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
1732
|
export interface ShopifyOrdersGetTraceByShopifyOrderIdParameters {
|
|
1894
1733
|
headers?: $HttpHeaders;
|
|
1895
1734
|
organization: string;
|
|
@@ -2032,33 +1871,39 @@ export interface JeanDemoItemsGetByIdParameters {
|
|
|
2032
1871
|
headers?: $HttpHeaders;
|
|
2033
1872
|
id: string;
|
|
2034
1873
|
}
|
|
2035
|
-
export interface
|
|
1874
|
+
export interface JournalsGetParameters {
|
|
2036
1875
|
headers?: $HttpHeaders;
|
|
2037
|
-
|
|
1876
|
+
database: string;
|
|
2038
1877
|
}
|
|
2039
|
-
export interface
|
|
1878
|
+
export interface JournalsDeleteFailedByJournalParameters {
|
|
2040
1879
|
headers?: $HttpHeaders;
|
|
2041
|
-
|
|
1880
|
+
database: string;
|
|
1881
|
+
journal: string;
|
|
2042
1882
|
}
|
|
2043
|
-
export interface
|
|
1883
|
+
export interface JournalsGetFailuresByJournalParameters {
|
|
2044
1884
|
headers?: $HttpHeaders;
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
key?: string;
|
|
1885
|
+
database: string;
|
|
1886
|
+
journal: string;
|
|
2048
1887
|
limit?: number;
|
|
2049
1888
|
offset?: number;
|
|
2050
|
-
sort?: string;
|
|
2051
1889
|
}
|
|
2052
|
-
export interface
|
|
1890
|
+
export interface JournalsDeleteQueuedByJournalParameters {
|
|
1891
|
+
headers?: $HttpHeaders;
|
|
1892
|
+
database: string;
|
|
1893
|
+
journal: string;
|
|
1894
|
+
}
|
|
1895
|
+
export interface JournalsPostRequeueByJournalParameters {
|
|
1896
|
+
headers?: $HttpHeaders;
|
|
1897
|
+
database: string;
|
|
1898
|
+
journal: string;
|
|
1899
|
+
}
|
|
1900
|
+
export interface KeysGetParameters {
|
|
2053
1901
|
headers?: $HttpHeaders;
|
|
2054
1902
|
organization: string;
|
|
2055
|
-
flow_lab_project_key: string;
|
|
2056
1903
|
}
|
|
2057
|
-
export interface
|
|
2058
|
-
body: io.flow.internal.v0.models.LabProjectSettingsForm;
|
|
1904
|
+
export interface KeysPostParameters {
|
|
2059
1905
|
headers?: $HttpHeaders;
|
|
2060
1906
|
organization: string;
|
|
2061
|
-
flow_lab_project_key: string;
|
|
2062
1907
|
}
|
|
2063
1908
|
export interface LabelCreationJobsPostParameters {
|
|
2064
1909
|
body: io.flow.internal.v0.models.LabelCreationRequestForm;
|
|
@@ -2122,72 +1967,6 @@ export interface LiabilityRemittancePlansGetByOrderNumberParameters {
|
|
|
2122
1967
|
organization: string;
|
|
2123
1968
|
order_number: string;
|
|
2124
1969
|
}
|
|
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
1970
|
export interface LogisticsCapabilitiesGetParameters {
|
|
2192
1971
|
headers?: $HttpHeaders;
|
|
2193
1972
|
organization: string;
|
|
@@ -2448,88 +2227,6 @@ export interface OnboardingOrganizationsGetSearchParameters {
|
|
|
2448
2227
|
limit?: number;
|
|
2449
2228
|
offset?: number;
|
|
2450
2229
|
}
|
|
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
2230
|
export interface OrderAddressValidationsGetOrderValidationAndFailuresParameters {
|
|
2534
2231
|
headers?: $HttpHeaders;
|
|
2535
2232
|
limit?: number;
|
|
@@ -3334,19 +3031,6 @@ export interface RatesNamesSummariesGetDestinationAndOriginByDestinationAndOrigi
|
|
|
3334
3031
|
destination: string;
|
|
3335
3032
|
origin: string;
|
|
3336
3033
|
}
|
|
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
3034
|
export interface ReportsPostParameters {
|
|
3351
3035
|
body: io.flow.internal.v0.models.ReportForm;
|
|
3352
3036
|
headers?: $HttpHeaders;
|
|
@@ -3450,7 +3134,6 @@ export interface RestrictionOrganizationDecisionSummariesGetParameters {
|
|
|
3450
3134
|
earliest_pending_date_after?: string;
|
|
3451
3135
|
approval_status?: io.flow.internal.v0.enums.OrganizationRestrictionApprovalStatus;
|
|
3452
3136
|
review_type?: io.flow.internal.v0.enums.OrganizationRestrictionReviewType;
|
|
3453
|
-
filter_orgs_with_pending_verifications?: boolean;
|
|
3454
3137
|
filter_orgs_with_pending?: io.flow.internal.v0.enums.PendingRecordType;
|
|
3455
3138
|
transacting_orgs?: boolean;
|
|
3456
3139
|
limit?: number;
|
|
@@ -3594,19 +3277,27 @@ export interface SandboxSetupsPutParameters {
|
|
|
3594
3277
|
headers?: $HttpHeaders;
|
|
3595
3278
|
organization: string;
|
|
3596
3279
|
}
|
|
3597
|
-
export interface
|
|
3598
|
-
body: io.flow.internal.v0.models.
|
|
3280
|
+
export interface SarveshItemsPostParameters {
|
|
3281
|
+
body: io.flow.internal.v0.models.SarveshItemForm;
|
|
3599
3282
|
headers?: $HttpHeaders;
|
|
3600
|
-
key: string;
|
|
3601
3283
|
}
|
|
3602
|
-
export interface
|
|
3284
|
+
export interface SarveshItemsGetByIdParameters {
|
|
3603
3285
|
headers?: $HttpHeaders;
|
|
3604
|
-
|
|
3286
|
+
id: string;
|
|
3605
3287
|
}
|
|
3606
|
-
export interface
|
|
3288
|
+
export interface SarveshItemsPutByIdParameters {
|
|
3289
|
+
body: io.flow.internal.v0.models.SarveshItemForm;
|
|
3607
3290
|
headers?: $HttpHeaders;
|
|
3608
|
-
|
|
3609
|
-
|
|
3291
|
+
id: string;
|
|
3292
|
+
}
|
|
3293
|
+
export interface SarveshItemsDeleteByIdParameters {
|
|
3294
|
+
headers?: $HttpHeaders;
|
|
3295
|
+
id: string;
|
|
3296
|
+
}
|
|
3297
|
+
export interface ScreensPutByKeyParameters {
|
|
3298
|
+
body: io.flow.internal.v0.models.ScreenForm;
|
|
3299
|
+
headers?: $HttpHeaders;
|
|
3300
|
+
key: string;
|
|
3610
3301
|
}
|
|
3611
3302
|
export interface SessionOrderDataGetBySessionIdParameters {
|
|
3612
3303
|
headers?: $HttpHeaders;
|
|
@@ -3752,24 +3443,6 @@ export interface SpotRatesGetVersionsParameters {
|
|
|
3752
3443
|
offset?: number;
|
|
3753
3444
|
sort?: string;
|
|
3754
3445
|
}
|
|
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
3446
|
export interface TariffEligibilitiesGetParameters {
|
|
3774
3447
|
headers?: $HttpHeaders;
|
|
3775
3448
|
organization: string;
|
|
@@ -3973,8 +3646,6 @@ export declare type AccountPaymentHoldsGetResponse = $HttpOk<io.flow.internal.v0
|
|
|
3973
3646
|
export declare type AccountPaymentHoldsPostResponse = $HttpCreated<io.flow.internal.v0.models.AccountPaymentHold> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3974
3647
|
export declare type AccountPaymentHoldsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.AccountPaymentHold> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3975
3648
|
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
3649
|
export declare type AftershipWebhooksPostResponse = $HttpOk<undefined> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3979
3650
|
export declare type AldoItemsPostResponse = $HttpCreated<io.flow.internal.v0.models.AldoItem> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3980
3651
|
export declare type AldoItemsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.AldoItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
@@ -3989,10 +3660,10 @@ export declare type AnshItemsPostResponse = $HttpCreated<io.flow.internal.v0.mod
|
|
|
3989
3660
|
export declare type AnshItemsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.AnshItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3990
3661
|
export declare type AnshItemsPutByIdResponse = $HttpOk<io.flow.internal.v0.models.AnshItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3991
3662
|
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
3663
|
export declare type BankPaymentsGetResponse = $HttpOk<io.flow.internal.v0.models.BankPayment[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3994
3664
|
export declare type BankPaymentsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.BankPayment> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3995
3665
|
export declare type BankPaymentsPutStatusByIdResponse = $HttpCreated<io.flow.internal.v0.models.BankPayment> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3666
|
+
export declare type BankPaymentDetailsGetResponse = $HttpOk<io.flow.internal.v0.models.BankPaymentDetail[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3996
3667
|
export declare type BankPaymentOrdersGetResponse = $HttpOk<io.flow.internal.v0.models.BankPaymentOrder[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3997
3668
|
export declare type BankPaymentOrdersGetByIdResponse = $HttpOk<io.flow.internal.v0.models.BankPaymentOrder> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3998
3669
|
export declare type BankPaymentStatusImportsPostResponse = $HttpCreated<io.flow.internal.v0.models.BankPaymentStatusImport> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4061,13 +3732,6 @@ export declare type ChannelOrganizationShopifyPutShopifyAndInstallByKeyResponse
|
|
|
4061
3732
|
export declare type ChargebacksGetResponse = $HttpOk<io.flow.internal.v0.models.Chargeback[]> | $HttpUnauthorized<undefined>;
|
|
4062
3733
|
export declare type ChargebacksGetVersionsResponse = $HttpOk<io.flow.internal.v0.models.ChargebackVersion[]> | $HttpUnauthorized<undefined>;
|
|
4063
3734
|
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
3735
|
export declare type CiphersPostResponse = $HttpCreated<io.flow.internal.v0.models.Cipher> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4072
3736
|
export declare type CiphersPostBatchResponse = $HttpCreated<io.flow.internal.v0.models.Cipher[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4073
3737
|
export declare type CiphersPostGetResponse = $HttpOk<io.flow.internal.v0.models.DecryptedCipher> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4090,11 +3754,9 @@ export declare type CompliancesGetResponse = $HttpOk<io.flow.internal.v0.models.
|
|
|
4090
3754
|
export declare type CompliancesGetTypeAndDestinationByTypeAndDestinationResponse = $HttpOk<io.flow.internal.v0.models.Compliance> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4091
3755
|
export declare type CompliancesPutTypeAndDestinationByTypeAndDestinationResponse = $HttpOk<io.flow.internal.v0.models.Compliance> | $HttpCreated<io.flow.internal.v0.models.Compliance> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4092
3756
|
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
3757
|
export declare type CourthouseProductSummariesGetSearchAndItemsByItemNumberResponse = $HttpOk<io.flow.internal.v0.models.CourthouseProductSummary[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4097
3758
|
export declare type CustomsDetailsPostResponse = $HttpOk<io.flow.internal.v0.models.CustomsDetails> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
3759
|
+
export declare type DatabasesGetResponse = $HttpOk<io.flow.internal.v0.models.Database[]> | $HttpUnauthorized<undefined>;
|
|
4098
3760
|
export declare type DebugOrdersPostResponse = $HttpCreated<io.flow.internal.v0.models.DebugOrder> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4099
3761
|
export declare type DebugOrderTransactionsPostResponse = $HttpCreated<io.flow.internal.v0.models.DebugOrderTransaction> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4100
3762
|
export declare type DeliveredDutyOptionsGetOptionsAndV2Response = $HttpOk<io.flow.internal.v0.models.DeliveredDutyOptions> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
@@ -4143,8 +3805,6 @@ export declare type FeatureValuesPostResponse = $HttpCreated<io.flow.internal.v0
|
|
|
4143
3805
|
export declare type FinanceBankAccountsGetResponse = $HttpOk<io.flow.internal.v0.models.FinanceBankAccount[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4144
3806
|
export declare type FinanceBankPaymentsGetResponse = $HttpOk<io.flow.internal.v0.models.FinanceBankPayment[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4145
3807
|
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
3808
|
export declare type FlexeWebhooksPostReceiptResponse = $HttpOk<undefined>;
|
|
4149
3809
|
export declare type FlexeWebhooksPostShipmentResponse = $HttpOk<undefined>;
|
|
4150
3810
|
export declare type FlowAccountsGetResponse = $HttpOk<io.flow.internal.v0.models.FlowAccount[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4163,11 +3823,6 @@ export declare type FlowBillingStatementsGetByIdResponse = $HttpOk<io.flow.inter
|
|
|
4163
3823
|
export declare type FlowBillingStatementsDeleteByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4164
3824
|
export declare type FlowBillingStatementsPostEmailByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4165
3825
|
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
3826
|
export declare type FlowLabelSettingsPostResponse = $HttpCreated<io.flow.internal.v0.models.FlowLabelSetting> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4172
3827
|
export declare type FlowLabelSettingsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.FlowLabelSetting> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4173
3828
|
export declare type FlowLabelSettingsPutByIdResponse = $HttpOk<io.flow.internal.v0.models.FlowLabelSetting> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4180,18 +3835,11 @@ export declare type FraudReviewsGetResponse = $HttpOk<io.flow.internal.v0.models
|
|
|
4180
3835
|
export declare type FraudReviewsGetVersionsResponse = $HttpOk<io.flow.internal.v0.models.FraudReviewVersion[]> | $HttpUnauthorized<undefined>;
|
|
4181
3836
|
export declare type FraudReviewsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.FraudReview> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4182
3837
|
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
3838
|
export declare type GenerateLoadsPostResponse = $HttpCreated<io.flow.internal.v0.unions.GenerateLoad> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4189
3839
|
export declare type GiftCardProgramsGetResponse = $HttpOk<io.flow.internal.v0.models.GiftCardProgram> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4190
3840
|
export declare type GiftCardProgramsPostResponse = $HttpOk<io.flow.internal.v0.models.GiftCardProgram> | $HttpCreated<io.flow.internal.v0.models.GiftCardProgram> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4191
3841
|
export declare type GiftCardProgramsDeleteByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4192
3842
|
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
3843
|
export declare type HarmonizationItemClassificationsGetVersionsResponse = $HttpOk<io.flow.internal.v0.models.HarmonizationItemClassification[]> | $HttpUnauthorized<undefined>;
|
|
4196
3844
|
export declare type HarmonizationThresholdsGetThresholdsResponse = $HttpOk<io.flow.internal.v0.models.HarmonizationThreshold[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4197
3845
|
export declare type HarmonizationThresholdsPostThresholdsResponse = $HttpCreated<io.flow.internal.v0.models.HarmonizationThreshold> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4246,7 +3894,6 @@ export declare type PaypalDisputeEventsPostResponse = $HttpCreated<any> | $HttpU
|
|
|
4246
3894
|
export declare type WebhookEventsPostDisputeAndNotificationsAndPaypalResponse = $HttpOk<undefined> | $HttpCreated<undefined>;
|
|
4247
3895
|
export declare type WebhookEventsPostPaymentAndCallbacksAndPaypalResponse = $HttpOk<any>;
|
|
4248
3896
|
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
3897
|
export declare type OnboardingStatesPutInternalAndOnboardingAndStateByOrganizationResponse = $HttpCreated<io.flow.organization.onboarding.state.v0.models.OrganizationOnboardingState> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4251
3898
|
export declare type OnboardingStatesPutInternalAndOnboardingAndStateAndBlockByOrganizationResponse = $HttpCreated<io.flow.organization.onboarding.state.v0.models.OrganizationOnboardingState> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4252
3899
|
export declare type OnboardingStatesPutInternalAndOnboardingAndStateAndRecalculateByOrganizationResponse = $HttpCreated<io.flow.organization.onboarding.state.v0.models.OrganizationOnboardingState> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4266,12 +3913,6 @@ export declare type QueryBuildersPostResponse = $HttpCreated<io.flow.query.build
|
|
|
4266
3913
|
export declare type RatecardsGetExportByIdResponse = $HttpOk<string> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4267
3914
|
export declare type ServiceFeesPutFuelAndSurchargesByServiceIdResponse = $HttpOk<io.flow.ratecard.v0.unions.ServiceFee> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4268
3915
|
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
3916
|
export declare type ShopifyOrdersGetTraceByShopifyOrderIdResponse = $HttpOk<any> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4276
3917
|
export declare type KnowYourBusinessesGetResponse = $HttpOk<io.flow.shopify.merchant.config.v0.unions.KnowYourBusiness[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4277
3918
|
export declare type ShopifyPaymentStripeEventsPostResponse = $HttpCreated<any> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4296,11 +3937,13 @@ export declare type ItemSalesMarginsPutSalesMarginsByKeyResponse = $HttpOk<io.fl
|
|
|
4296
3937
|
export declare type ItemSalesMarginsDeleteSalesMarginsByKeyResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4297
3938
|
export declare type JeanDemoItemsGetResponse = $HttpOk<io.flow.internal.v0.models.JeanDemoItem[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4298
3939
|
export declare type JeanDemoItemsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.JeanDemoItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3940
|
+
export declare type JournalsGetResponse = $HttpOk<io.flow.internal.v0.models.Journal[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3941
|
+
export declare type JournalsDeleteFailedByJournalResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3942
|
+
export declare type JournalsGetFailuresByJournalResponse = $HttpOk<io.flow.internal.v0.models.JournalFailure[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3943
|
+
export declare type JournalsDeleteQueuedByJournalResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
3944
|
+
export declare type JournalsPostRequeueByJournalResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4299
3945
|
export declare type KeysGetResponse = $HttpOk<io.flow.internal.v0.models.Key[]> | $HttpUnauthorized<undefined>;
|
|
4300
3946
|
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
3947
|
export declare type LabelCreationJobsPostResponse = $HttpCreated<io.flow.internal.v0.models.LabelCreationJobSummary> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4305
3948
|
export declare type LabelCreationJobsPutCancelByReferenceIdResponse = $HttpOk<io.flow.internal.v0.models.LabelCreationJobSummary> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.internal.v0.models.LabelCancellationError>;
|
|
4306
3949
|
export declare type LabelCreationJobsGetByReferenceIdResponse = $HttpOk<io.flow.internal.v0.models.LabelCreationJob> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
@@ -4312,15 +3955,6 @@ export declare type LabelTaxonomyGetResponse = $HttpOk<io.flow.internal.v0.model
|
|
|
4312
3955
|
export declare type LevyRateSummariesGetResponse = $HttpOk<io.flow.internal.v0.models.LevyRateSummary> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4313
3956
|
export declare type LiabilityRemittancePlansGetResponse = $HttpOk<io.flow.internal.v0.models.LiabilityRemittancePlan[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4314
3957
|
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
3958
|
export declare type LogisticsCapabilitiesGetResponse = $HttpOk<io.flow.internal.v0.models.LogisticsCapabilities> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4325
3959
|
export declare type LogisticsCapabilitiesPutResponse = $HttpOk<io.flow.internal.v0.models.LogisticsCapabilities> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4326
3960
|
export declare type LogisticsPayoutRequestsPostResponse = $HttpOk<io.flow.internal.v0.models.LogisticsPayoutRequest> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4363,19 +3997,6 @@ export declare type OnboardingAuditReportsGetResponse = $HttpOk<io.flow.internal
|
|
|
4363
3997
|
export declare type OnboardingAuditSnapshotsGetResponse = $HttpOk<io.flow.internal.v0.models.OnboardingAuditSnapshot[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4364
3998
|
export declare type OnboardingOrganizationsGetResponse = $HttpOk<io.flow.internal.v0.models.OnboardingOrganization[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4365
3999
|
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
4000
|
export declare type OrderAddressValidationsGetOrderValidationAndFailuresResponse = $HttpOk<io.flow.internal.v0.models.OrderValidationFailureSummary[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4380
4001
|
export declare type OrderAddressValidationsPostAddressValidationByOrganizationResponse = $HttpOk<undefined> | $HttpCreated<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4381
4002
|
export declare type OrderAddressValidationsGetOrderValidationByOrganizationAndOrderNumberResponse = $HttpOk<io.flow.internal.v0.models.OrderValidation> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4511,9 +4132,6 @@ export declare type RatecardStandardConfigurationsGetByKeyResponse = $HttpOk<io.
|
|
|
4511
4132
|
export declare type RatecardStandardConfigurationsPutByKeyResponse = $HttpOk<io.flow.internal.v0.models.RatecardStandardConfiguration> | $HttpCreated<io.flow.internal.v0.models.RatecardStandardConfiguration> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4512
4133
|
export declare type RatecardStandardConfigurationsDeleteByKeyResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4513
4134
|
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
4135
|
export declare type ReportsPostResponse = $HttpOk<io.flow.internal.v0.models.Report> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4518
4136
|
export declare type ReportsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.Report> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4519
4137
|
export declare type ReportSummaryGetResponse = $HttpOk<io.flow.internal.v0.models.ReportSummary> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4552,9 +4170,11 @@ export declare type RohanItemsPutByIdResponse = $HttpOk<io.flow.internal.v0.mode
|
|
|
4552
4170
|
export declare type RohanItemsDeleteByIdResponse = $HttpOk<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4553
4171
|
export declare type RoutingEntitiesGetResponse = $HttpOk<io.flow.internal.v0.unions.RoutingEntity[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4554
4172
|
export declare type SandboxSetupsPutResponse = $HttpOk<io.flow.internal.v0.models.SandboxSetup> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4173
|
+
export declare type SarveshItemsPostResponse = $HttpCreated<io.flow.internal.v0.models.SarveshItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4174
|
+
export declare type SarveshItemsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.SarveshItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4175
|
+
export declare type SarveshItemsPutByIdResponse = $HttpOk<io.flow.internal.v0.models.SarveshItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4176
|
+
export declare type SarveshItemsDeleteByIdResponse = $HttpOk<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4555
4177
|
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
4178
|
export declare type SessionOrderDataGetBySessionIdResponse = $HttpOk<io.flow.internal.v0.models.SessionOrderData> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4559
4179
|
export declare type ShippingLanesGetResponse = $HttpOk<io.flow.internal.v0.models.ShippingLane[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4560
4180
|
export declare type ShopifyMarketsOrderVersionWithShopIdsGetVersionsByNumberResponse = $HttpOk<io.flow.internal.v0.models.ShopifyMarketsOrderVersionWithShopId[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
@@ -4581,10 +4201,6 @@ export declare type SnoozesGetByIdResponse = $HttpOk<io.flow.internal.v0.models.
|
|
|
4581
4201
|
export declare type SnoozesDeleteByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4582
4202
|
export declare type SpotRatesGetResponse = $HttpOk<io.flow.internal.v0.models.SpotRate[]> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4583
4203
|
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
4204
|
export declare type TariffEligibilitiesGetResponse = $HttpOk<io.flow.internal.v0.models.TariffEligibility[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4589
4205
|
export declare type TariffEligibilitiesGetByTypeResponse = $HttpOk<io.flow.internal.v0.models.TariffEligibility> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
|
|
4590
4206
|
export declare type TariffEligibilitiesPutByTypeResponse = $HttpOk<io.flow.internal.v0.models.TariffEligibility> | $HttpCreated<io.flow.internal.v0.models.TariffEligibility> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
@@ -4630,10 +4246,6 @@ export declare class AccountPaymentHoldsResource extends $Resource {
|
|
|
4630
4246
|
getById(params: AccountPaymentHoldsGetByIdParameters): Promise<AccountPaymentHoldsGetByIdResponse>;
|
|
4631
4247
|
deleteById(params: AccountPaymentHoldsDeleteByIdParameters): Promise<AccountPaymentHoldsDeleteByIdResponse>;
|
|
4632
4248
|
}
|
|
4633
|
-
export declare class AddressConfigurationSettingsResource extends $Resource {
|
|
4634
|
-
get(params: AddressConfigurationSettingsGetParameters): Promise<AddressConfigurationSettingsGetResponse>;
|
|
4635
|
-
put(params: AddressConfigurationSettingsPutParameters): Promise<AddressConfigurationSettingsPutResponse>;
|
|
4636
|
-
}
|
|
4637
4249
|
export declare class AftershipWebhooksResource extends $Resource {
|
|
4638
4250
|
post(params: AftershipWebhooksPostParameters): Promise<AftershipWebhooksPostResponse>;
|
|
4639
4251
|
}
|
|
@@ -4660,14 +4272,14 @@ export declare class AnshItemsResource extends $Resource {
|
|
|
4660
4272
|
putById(params: AnshItemsPutByIdParameters): Promise<AnshItemsPutByIdResponse>;
|
|
4661
4273
|
deleteById(params: AnshItemsDeleteByIdParameters): Promise<AnshItemsDeleteByIdResponse>;
|
|
4662
4274
|
}
|
|
4663
|
-
export declare class AuthorizedChargeStatusesResource extends $Resource {
|
|
4664
|
-
get(params: AuthorizedChargeStatusesGetParameters): Promise<AuthorizedChargeStatusesGetResponse>;
|
|
4665
|
-
}
|
|
4666
4275
|
export declare class BankPaymentsResource extends $Resource {
|
|
4667
4276
|
get(params: BankPaymentsGetParameters): Promise<BankPaymentsGetResponse>;
|
|
4668
4277
|
getById(params: BankPaymentsGetByIdParameters): Promise<BankPaymentsGetByIdResponse>;
|
|
4669
4278
|
putStatusById(params: BankPaymentsPutStatusByIdParameters): Promise<BankPaymentsPutStatusByIdResponse>;
|
|
4670
4279
|
}
|
|
4280
|
+
export declare class BankPaymentDetailsResource extends $Resource {
|
|
4281
|
+
get(params: BankPaymentDetailsGetParameters): Promise<BankPaymentDetailsGetResponse>;
|
|
4282
|
+
}
|
|
4671
4283
|
export declare class BankPaymentOrdersResource extends $Resource {
|
|
4672
4284
|
get(params: BankPaymentOrdersGetParameters): Promise<BankPaymentOrdersGetResponse>;
|
|
4673
4285
|
getById(params: BankPaymentOrdersGetByIdParameters): Promise<BankPaymentOrdersGetByIdResponse>;
|
|
@@ -4786,17 +4398,6 @@ export declare class ChargebacksResource extends $Resource {
|
|
|
4786
4398
|
getVersions(params: ChargebacksGetVersionsParameters): Promise<ChargebacksGetVersionsResponse>;
|
|
4787
4399
|
getByKey(params: ChargebacksGetByKeyParameters): Promise<ChargebacksGetByKeyResponse>;
|
|
4788
4400
|
}
|
|
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
4401
|
export declare class CiphersResource extends $Resource {
|
|
4801
4402
|
post(params: CiphersPostParameters): Promise<CiphersPostResponse>;
|
|
4802
4403
|
postBatch(params: CiphersPostBatchParameters): Promise<CiphersPostBatchResponse>;
|
|
@@ -4843,19 +4444,15 @@ export declare class CompliancesResource extends $Resource {
|
|
|
4843
4444
|
putTypeAndDestinationByTypeAndDestination(params: CompliancesPutTypeAndDestinationByTypeAndDestinationParameters): Promise<CompliancesPutTypeAndDestinationByTypeAndDestinationResponse>;
|
|
4844
4445
|
deleteTypeAndDestinationByTypeAndDestination(params: CompliancesDeleteTypeAndDestinationByTypeAndDestinationParameters): Promise<CompliancesDeleteTypeAndDestinationByTypeAndDestinationResponse>;
|
|
4845
4446
|
}
|
|
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
4447
|
export declare class CourthouseProductSummariesResource extends $Resource {
|
|
4854
4448
|
getSearchAndItemsByItemNumber(params: CourthouseProductSummariesGetSearchAndItemsByItemNumberParameters): Promise<CourthouseProductSummariesGetSearchAndItemsByItemNumberResponse>;
|
|
4855
4449
|
}
|
|
4856
4450
|
export declare class CustomsDetailsResource extends $Resource {
|
|
4857
4451
|
post(params: CustomsDetailsPostParameters): Promise<CustomsDetailsPostResponse>;
|
|
4858
4452
|
}
|
|
4453
|
+
export declare class DatabasesResource extends $Resource {
|
|
4454
|
+
get(params?: DatabasesGetParameters): Promise<DatabasesGetResponse>;
|
|
4455
|
+
}
|
|
4859
4456
|
export declare class DebugOrdersResource extends $Resource {
|
|
4860
4457
|
post(params: DebugOrdersPostParameters): Promise<DebugOrdersPostResponse>;
|
|
4861
4458
|
}
|
|
@@ -4942,10 +4539,6 @@ export declare class FinanceBankPaymentsResource extends $Resource {
|
|
|
4942
4539
|
export declare class FinancialMerchantCategoriesResource extends $Resource {
|
|
4943
4540
|
get(params?: FinancialMerchantCategoriesGetParameters): Promise<FinancialMerchantCategoriesGetResponse>;
|
|
4944
4541
|
}
|
|
4945
|
-
export declare class FinancialReportingStatementsResource extends $Resource {
|
|
4946
|
-
getByStatementNumber(params: FinancialReportingStatementsGetByStatementNumberParameters): Promise<FinancialReportingStatementsGetByStatementNumberResponse>;
|
|
4947
|
-
postByStatementNumber(params: FinancialReportingStatementsPostByStatementNumberParameters): Promise<FinancialReportingStatementsPostByStatementNumberResponse>;
|
|
4948
|
-
}
|
|
4949
4542
|
export declare class FlexeWebhooksResource extends $Resource {
|
|
4950
4543
|
postReceipt(params: FlexeWebhooksPostReceiptParameters): Promise<FlexeWebhooksPostReceiptResponse>;
|
|
4951
4544
|
postShipment(params: FlexeWebhooksPostShipmentParameters): Promise<FlexeWebhooksPostShipmentResponse>;
|
|
@@ -4972,13 +4565,6 @@ export declare class FlowBillingStatementsResource extends $Resource {
|
|
|
4972
4565
|
export declare class FlowChannelOrganizationsResource extends $Resource {
|
|
4973
4566
|
get(params: FlowChannelOrganizationsGetParameters): Promise<FlowChannelOrganizationsGetResponse>;
|
|
4974
4567
|
}
|
|
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
4568
|
export declare class FlowLabelSettingsResource extends $Resource {
|
|
4983
4569
|
post(params: FlowLabelSettingsPostParameters): Promise<FlowLabelSettingsPostResponse>;
|
|
4984
4570
|
getById(params: FlowLabelSettingsGetByIdParameters): Promise<FlowLabelSettingsGetByIdResponse>;
|
|
@@ -5003,13 +4589,6 @@ export declare class FraudReviewsResource extends $Resource {
|
|
|
5003
4589
|
export declare class FraudReviewDecisionsResource extends $Resource {
|
|
5004
4590
|
post(params: FraudReviewDecisionsPostParameters): Promise<FraudReviewDecisionsPostResponse>;
|
|
5005
4591
|
}
|
|
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
4592
|
export declare class GenerateLoadsResource extends $Resource {
|
|
5014
4593
|
post(params: GenerateLoadsPostParameters): Promise<GenerateLoadsPostResponse>;
|
|
5015
4594
|
}
|
|
@@ -5021,10 +4600,6 @@ export declare class GiftCardProgramsResource extends $Resource {
|
|
|
5021
4600
|
export declare class GlobalSearchResultsResource extends $Resource {
|
|
5022
4601
|
get(params: GlobalSearchResultsGetParameters): Promise<GlobalSearchResultsGetResponse>;
|
|
5023
4602
|
}
|
|
5024
|
-
export declare class GoogleShoppingSettingsResource extends $Resource {
|
|
5025
|
-
get(params: GoogleShoppingSettingsGetParameters): Promise<GoogleShoppingSettingsGetResponse>;
|
|
5026
|
-
post(params: GoogleShoppingSettingsPostParameters): Promise<GoogleShoppingSettingsPostResponse>;
|
|
5027
|
-
}
|
|
5028
4603
|
export declare class HarmonizationItemClassificationsResource extends $Resource {
|
|
5029
4604
|
getVersions(params: HarmonizationItemClassificationsGetVersionsParameters): Promise<HarmonizationItemClassificationsGetVersionsResponse>;
|
|
5030
4605
|
}
|
|
@@ -5125,9 +4700,6 @@ export declare class WebhookEventsResource extends $Resource {
|
|
|
5125
4700
|
export declare class UltimateBeneficiaryOwnersResource extends $Resource {
|
|
5126
4701
|
put(params: UltimateBeneficiaryOwnersPutParameters): Promise<UltimateBeneficiaryOwnersPutResponse>;
|
|
5127
4702
|
}
|
|
5128
|
-
export declare class OrderManagementEventsResource extends $Resource {
|
|
5129
|
-
postReplayByOrderLifecycleEvent(params: OrderManagementEventsPostReplayByOrderLifecycleEventParameters): Promise<OrderManagementEventsPostReplayByOrderLifecycleEventResponse>;
|
|
5130
|
-
}
|
|
5131
4703
|
export declare class OnboardingStatesResource extends $Resource {
|
|
5132
4704
|
putInternalAndOnboardingAndStateByOrganization(params: OnboardingStatesPutInternalAndOnboardingAndStateByOrganizationParameters): Promise<OnboardingStatesPutInternalAndOnboardingAndStateByOrganizationResponse>;
|
|
5133
4705
|
putInternalAndOnboardingAndStateAndBlockByOrganization(params: OnboardingStatesPutInternalAndOnboardingAndStateAndBlockByOrganizationParameters): Promise<OnboardingStatesPutInternalAndOnboardingAndStateAndBlockByOrganizationResponse>;
|
|
@@ -5165,14 +4737,6 @@ export declare class ServiceFeesResource extends $Resource {
|
|
|
5165
4737
|
export declare class CountriesResource extends $Resource {
|
|
5166
4738
|
get(params: CountriesGetParameters): Promise<CountriesGetResponse>;
|
|
5167
4739
|
}
|
|
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
4740
|
export declare class ShopifyOrdersResource extends $Resource {
|
|
5177
4741
|
getTraceByShopifyOrderId(params: ShopifyOrdersGetTraceByShopifyOrderIdParameters): Promise<ShopifyOrdersGetTraceByShopifyOrderIdResponse>;
|
|
5178
4742
|
}
|
|
@@ -5221,15 +4785,17 @@ export declare class JeanDemoItemsResource extends $Resource {
|
|
|
5221
4785
|
get(params: JeanDemoItemsGetParameters): Promise<JeanDemoItemsGetResponse>;
|
|
5222
4786
|
getById(params: JeanDemoItemsGetByIdParameters): Promise<JeanDemoItemsGetByIdResponse>;
|
|
5223
4787
|
}
|
|
4788
|
+
export declare class JournalsResource extends $Resource {
|
|
4789
|
+
get(params: JournalsGetParameters): Promise<JournalsGetResponse>;
|
|
4790
|
+
deleteFailedByJournal(params: JournalsDeleteFailedByJournalParameters): Promise<JournalsDeleteFailedByJournalResponse>;
|
|
4791
|
+
getFailuresByJournal(params: JournalsGetFailuresByJournalParameters): Promise<JournalsGetFailuresByJournalResponse>;
|
|
4792
|
+
deleteQueuedByJournal(params: JournalsDeleteQueuedByJournalParameters): Promise<JournalsDeleteQueuedByJournalResponse>;
|
|
4793
|
+
postRequeueByJournal(params: JournalsPostRequeueByJournalParameters): Promise<JournalsPostRequeueByJournalResponse>;
|
|
4794
|
+
}
|
|
5224
4795
|
export declare class KeysResource extends $Resource {
|
|
5225
4796
|
get(params: KeysGetParameters): Promise<KeysGetResponse>;
|
|
5226
4797
|
post(params: KeysPostParameters): Promise<KeysPostResponse>;
|
|
5227
4798
|
}
|
|
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
4799
|
export declare class LabelCreationJobsResource extends $Resource {
|
|
5234
4800
|
post(params: LabelCreationJobsPostParameters): Promise<LabelCreationJobsPostResponse>;
|
|
5235
4801
|
putCancelByReferenceId(params: LabelCreationJobsPutCancelByReferenceIdParameters): Promise<LabelCreationJobsPutCancelByReferenceIdResponse>;
|
|
@@ -5253,23 +4819,6 @@ export declare class LiabilityRemittancePlansResource extends $Resource {
|
|
|
5253
4819
|
get(params: LiabilityRemittancePlansGetParameters): Promise<LiabilityRemittancePlansGetResponse>;
|
|
5254
4820
|
getByOrderNumber(params: LiabilityRemittancePlansGetByOrderNumberParameters): Promise<LiabilityRemittancePlansGetByOrderNumberResponse>;
|
|
5255
4821
|
}
|
|
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
4822
|
export declare class LogisticsCapabilitiesResource extends $Resource {
|
|
5274
4823
|
get(params: LogisticsCapabilitiesGetParameters): Promise<LogisticsCapabilitiesGetResponse>;
|
|
5275
4824
|
put(params: LogisticsCapabilitiesPutParameters): Promise<LogisticsCapabilitiesPutResponse>;
|
|
@@ -5344,27 +4893,6 @@ export declare class OnboardingOrganizationsResource extends $Resource {
|
|
|
5344
4893
|
get(params: OnboardingOrganizationsGetParameters): Promise<OnboardingOrganizationsGetResponse>;
|
|
5345
4894
|
getSearch(params: OnboardingOrganizationsGetSearchParameters): Promise<OnboardingOrganizationsGetSearchResponse>;
|
|
5346
4895
|
}
|
|
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
4896
|
export declare class OrderAddressValidationsResource extends $Resource {
|
|
5369
4897
|
getOrderValidationAndFailures(params: OrderAddressValidationsGetOrderValidationAndFailuresParameters): Promise<OrderAddressValidationsGetOrderValidationAndFailuresResponse>;
|
|
5370
4898
|
postAddressValidationByOrganization(params: OrderAddressValidationsPostAddressValidationByOrganizationParameters): Promise<OrderAddressValidationsPostAddressValidationByOrganizationResponse>;
|
|
@@ -5590,11 +5118,6 @@ export declare class RatecardStandardConfigurationsResource extends $Resource {
|
|
|
5590
5118
|
export declare class RatesNamesSummariesResource extends $Resource {
|
|
5591
5119
|
getDestinationAndOriginByDestinationAndOrigin(params: RatesNamesSummariesGetDestinationAndOriginByDestinationAndOriginParameters): Promise<RatesNamesSummariesGetDestinationAndOriginByDestinationAndOriginResponse>;
|
|
5592
5120
|
}
|
|
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
5121
|
export declare class ReportsResource extends $Resource {
|
|
5599
5122
|
post(params: ReportsPostParameters): Promise<ReportsPostResponse>;
|
|
5600
5123
|
getById(params: ReportsGetByIdParameters): Promise<ReportsGetByIdResponse>;
|
|
@@ -5663,13 +5186,15 @@ export declare class RoutingEntitiesResource extends $Resource {
|
|
|
5663
5186
|
export declare class SandboxSetupsResource extends $Resource {
|
|
5664
5187
|
put(params: SandboxSetupsPutParameters): Promise<SandboxSetupsPutResponse>;
|
|
5665
5188
|
}
|
|
5189
|
+
export declare class SarveshItemsResource extends $Resource {
|
|
5190
|
+
post(params: SarveshItemsPostParameters): Promise<SarveshItemsPostResponse>;
|
|
5191
|
+
getById(params: SarveshItemsGetByIdParameters): Promise<SarveshItemsGetByIdResponse>;
|
|
5192
|
+
putById(params: SarveshItemsPutByIdParameters): Promise<SarveshItemsPutByIdResponse>;
|
|
5193
|
+
deleteById(params: SarveshItemsDeleteByIdParameters): Promise<SarveshItemsDeleteByIdResponse>;
|
|
5194
|
+
}
|
|
5666
5195
|
export declare class ScreensResource extends $Resource {
|
|
5667
5196
|
putByKey(params: ScreensPutByKeyParameters): Promise<ScreensPutByKeyResponse>;
|
|
5668
5197
|
}
|
|
5669
|
-
export declare class SearchProviderExportsResource extends $Resource {
|
|
5670
|
-
post(params: SearchProviderExportsPostParameters): Promise<SearchProviderExportsPostResponse>;
|
|
5671
|
-
postExperienceByExperienceKey(params: SearchProviderExportsPostExperienceByExperienceKeyParameters): Promise<SearchProviderExportsPostExperienceByExperienceKeyResponse>;
|
|
5672
|
-
}
|
|
5673
5198
|
export declare class SessionOrderDataResource extends $Resource {
|
|
5674
5199
|
getBySessionId(params: SessionOrderDataGetBySessionIdParameters): Promise<SessionOrderDataGetBySessionIdResponse>;
|
|
5675
5200
|
}
|
|
@@ -5730,12 +5255,6 @@ export declare class SpotRatesResource extends $Resource {
|
|
|
5730
5255
|
get(params: SpotRatesGetParameters): Promise<SpotRatesGetResponse>;
|
|
5731
5256
|
getVersions(params: SpotRatesGetVersionsParameters): Promise<SpotRatesGetVersionsResponse>;
|
|
5732
5257
|
}
|
|
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
5258
|
export declare class TariffEligibilitiesResource extends $Resource {
|
|
5740
5259
|
get(params: TariffEligibilitiesGetParameters): Promise<TariffEligibilitiesGetResponse>;
|
|
5741
5260
|
getByType(params: TariffEligibilitiesGetByTypeParameters): Promise<TariffEligibilitiesGetByTypeResponse>;
|
|
@@ -5813,15 +5332,14 @@ export declare class WebhooksResource extends $Resource {
|
|
|
5813
5332
|
}
|
|
5814
5333
|
export interface ClientInstance {
|
|
5815
5334
|
accountPaymentHolds: AccountPaymentHoldsResource;
|
|
5816
|
-
addressConfigurationSettings: AddressConfigurationSettingsResource;
|
|
5817
5335
|
aftershipWebhooks: AftershipWebhooksResource;
|
|
5818
5336
|
aldoItems: AldoItemsResource;
|
|
5819
5337
|
alertFailureSummaries: AlertFailureSummariesResource;
|
|
5820
5338
|
alertRequeueSummaries: AlertRequeueSummariesResource;
|
|
5821
5339
|
allOrganizationsMemberships: AllOrganizationsMembershipsResource;
|
|
5822
5340
|
anshItems: AnshItemsResource;
|
|
5823
|
-
authorizedChargeStatuses: AuthorizedChargeStatusesResource;
|
|
5824
5341
|
bankPayments: BankPaymentsResource;
|
|
5342
|
+
bankPaymentDetails: BankPaymentDetailsResource;
|
|
5825
5343
|
bankPaymentOrders: BankPaymentOrdersResource;
|
|
5826
5344
|
bankPaymentStatusImports: BankPaymentStatusImportsResource;
|
|
5827
5345
|
billingOrganizationProcessingRates: BillingOrganizationProcessingRatesResource;
|
|
@@ -5847,8 +5365,6 @@ export interface ClientInstance {
|
|
|
5847
5365
|
channelOrderAcceptanceDetails: ChannelOrderAcceptanceDetailsResource;
|
|
5848
5366
|
channelOrganizationShopify: ChannelOrganizationShopifyResource;
|
|
5849
5367
|
chargebacks: ChargebacksResource;
|
|
5850
|
-
checkoutConfigurations: CheckoutConfigurationsResource;
|
|
5851
|
-
checkoutContentSummaries: CheckoutContentSummariesResource;
|
|
5852
5368
|
ciphers: CiphersResource;
|
|
5853
5369
|
classifications: ClassificationsResource;
|
|
5854
5370
|
classificationActions: ClassificationActionsResource;
|
|
@@ -5861,10 +5377,9 @@ export interface ClientInstance {
|
|
|
5861
5377
|
commercialInvoiceComparisons: CommercialInvoiceComparisonsResource;
|
|
5862
5378
|
commercialInvoiceSummaries: CommercialInvoiceSummariesResource;
|
|
5863
5379
|
compliances: CompliancesResource;
|
|
5864
|
-
consumerOptinActivities: ConsumerOptinActivitiesResource;
|
|
5865
|
-
contentSchemas: ContentSchemasResource;
|
|
5866
5380
|
courthouseProductSummaries: CourthouseProductSummariesResource;
|
|
5867
5381
|
customsDetails: CustomsDetailsResource;
|
|
5382
|
+
databases: DatabasesResource;
|
|
5868
5383
|
debugOrders: DebugOrdersResource;
|
|
5869
5384
|
debugOrderTransactions: DebugOrderTransactionsResource;
|
|
5870
5385
|
deliveredDutyOptions: DeliveredDutyOptionsResource;
|
|
@@ -5884,23 +5399,19 @@ export interface ClientInstance {
|
|
|
5884
5399
|
financeBankAccounts: FinanceBankAccountsResource;
|
|
5885
5400
|
financeBankPayments: FinanceBankPaymentsResource;
|
|
5886
5401
|
financialMerchantCategories: FinancialMerchantCategoriesResource;
|
|
5887
|
-
financialReportingStatements: FinancialReportingStatementsResource;
|
|
5888
5402
|
flexeWebhooks: FlexeWebhooksResource;
|
|
5889
5403
|
flowAccounts: FlowAccountsResource;
|
|
5890
5404
|
flowBillingStatements: FlowBillingStatementsResource;
|
|
5891
5405
|
flowChannelOrganizations: FlowChannelOrganizationsResource;
|
|
5892
|
-
flowLabProjects: FlowLabProjectsResource;
|
|
5893
5406
|
flowLabelSettings: FlowLabelSettingsResource;
|
|
5894
5407
|
fraudPendingReviews: FraudPendingReviewsResource;
|
|
5895
5408
|
fraudPendingReviewDetails: FraudPendingReviewDetailsResource;
|
|
5896
5409
|
fraudProviderConfigurations: FraudProviderConfigurationsResource;
|
|
5897
5410
|
fraudReviews: FraudReviewsResource;
|
|
5898
5411
|
fraudReviewDecisions: FraudReviewDecisionsResource;
|
|
5899
|
-
ftpSettings: FtpSettingsResource;
|
|
5900
5412
|
generateLoads: GenerateLoadsResource;
|
|
5901
5413
|
giftCardPrograms: GiftCardProgramsResource;
|
|
5902
5414
|
globalSearchResults: GlobalSearchResultsResource;
|
|
5903
|
-
googleShoppingSettings: GoogleShoppingSettingsResource;
|
|
5904
5415
|
harmonizationItemClassifications: HarmonizationItemClassificationsResource;
|
|
5905
5416
|
harmonizationThresholds: HarmonizationThresholdsResource;
|
|
5906
5417
|
harmonizationUnclassifiedStatistics: HarmonizationUnclassifiedStatisticsResource;
|
|
@@ -5924,7 +5435,6 @@ export interface ClientInstance {
|
|
|
5924
5435
|
paypalDisputeEvents: PaypalDisputeEventsResource;
|
|
5925
5436
|
webhookEvents: WebhookEventsResource;
|
|
5926
5437
|
ultimateBeneficiaryOwners: UltimateBeneficiaryOwnersResource;
|
|
5927
|
-
orderManagementEvents: OrderManagementEventsResource;
|
|
5928
5438
|
onboardingStates: OnboardingStatesResource;
|
|
5929
5439
|
memberships: MembershipsResource;
|
|
5930
5440
|
authorizations: AuthorizationsResource;
|
|
@@ -5934,7 +5444,6 @@ export interface ClientInstance {
|
|
|
5934
5444
|
ratecards: RatecardsResource;
|
|
5935
5445
|
serviceFees: ServiceFeesResource;
|
|
5936
5446
|
countries: CountriesResource;
|
|
5937
|
-
organizationSessions: OrganizationSessionsResource;
|
|
5938
5447
|
shopifyOrders: ShopifyOrdersResource;
|
|
5939
5448
|
knowYourBusinesses: KnowYourBusinessesResource;
|
|
5940
5449
|
shopifyPaymentStripeEvents: ShopifyPaymentStripeEventsResource;
|
|
@@ -5947,18 +5456,14 @@ export interface ClientInstance {
|
|
|
5947
5456
|
itemRestrictions: ItemRestrictionsResource;
|
|
5948
5457
|
itemSalesMargins: ItemSalesMarginsResource;
|
|
5949
5458
|
jeanDemoItems: JeanDemoItemsResource;
|
|
5459
|
+
journals: JournalsResource;
|
|
5950
5460
|
keys: KeysResource;
|
|
5951
|
-
labProjectSettings: LabProjectSettingsResource;
|
|
5952
5461
|
labelCreationJobs: LabelCreationJobsResource;
|
|
5953
5462
|
labelGenerationSettings: LabelGenerationSettingsResource;
|
|
5954
5463
|
labelRequestResults: LabelRequestResultsResource;
|
|
5955
5464
|
labelTaxonomy: LabelTaxonomyResource;
|
|
5956
5465
|
levyRateSummaries: LevyRateSummariesResource;
|
|
5957
5466
|
liabilityRemittancePlans: LiabilityRemittancePlansResource;
|
|
5958
|
-
localizableContents: LocalizableContentsResource;
|
|
5959
|
-
localizations: LocalizationsResource;
|
|
5960
|
-
localizedContents: LocalizedContentsResource;
|
|
5961
|
-
localizedItemsExportSettings: LocalizedItemsExportSettingsResource;
|
|
5962
5467
|
logisticsCapabilities: LogisticsCapabilitiesResource;
|
|
5963
5468
|
logisticsPayoutRequests: LogisticsPayoutRequestsResource;
|
|
5964
5469
|
lostChargebacks: LostChargebacksResource;
|
|
@@ -5975,10 +5480,6 @@ export interface ClientInstance {
|
|
|
5975
5480
|
onboardingAuditReports: OnboardingAuditReportsResource;
|
|
5976
5481
|
onboardingAuditSnapshots: OnboardingAuditSnapshotsResource;
|
|
5977
5482
|
onboardingOrganizations: OnboardingOrganizationsResource;
|
|
5978
|
-
optinAttributes: OptinAttributesResource;
|
|
5979
|
-
optinPrompts: OptinPromptsResource;
|
|
5980
|
-
optinPromptCopies: OptinPromptCopiesResource;
|
|
5981
|
-
orderActionabilities: OrderActionabilitiesResource;
|
|
5982
5483
|
orderAddressValidations: OrderAddressValidationsResource;
|
|
5983
5484
|
orderCancellations: OrderCancellationsResource;
|
|
5984
5485
|
orderCombinedShipments: OrderCombinedShipmentsResource;
|
|
@@ -6024,7 +5525,6 @@ export interface ClientInstance {
|
|
|
6024
5525
|
ratecardServiceFeesOverrides: RatecardServiceFeesOverridesResource;
|
|
6025
5526
|
ratecardStandardConfigurations: RatecardStandardConfigurationsResource;
|
|
6026
5527
|
ratesNamesSummaries: RatesNamesSummariesResource;
|
|
6027
|
-
reboundConfigurations: ReboundConfigurationsResource;
|
|
6028
5528
|
reports: ReportsResource;
|
|
6029
5529
|
reportSummary: ReportSummaryResource;
|
|
6030
5530
|
rescreenRestrictionsProducts: RescreenRestrictionsProductsResource;
|
|
@@ -6040,8 +5540,8 @@ export interface ClientInstance {
|
|
|
6040
5540
|
rohanItems: RohanItemsResource;
|
|
6041
5541
|
routingEntities: RoutingEntitiesResource;
|
|
6042
5542
|
sandboxSetups: SandboxSetupsResource;
|
|
5543
|
+
sarveshItems: SarveshItemsResource;
|
|
6043
5544
|
screens: ScreensResource;
|
|
6044
|
-
searchProviderExports: SearchProviderExportsResource;
|
|
6045
5545
|
sessionOrderData: SessionOrderDataResource;
|
|
6046
5546
|
shippingLanes: ShippingLanesResource;
|
|
6047
5547
|
shopifyMarketsOrderVersionWithShopIds: ShopifyMarketsOrderVersionWithShopIdsResource;
|
|
@@ -6059,7 +5559,6 @@ export interface ClientInstance {
|
|
|
6059
5559
|
smpTaxCalculationForms: SmpTaxCalculationFormsResource;
|
|
6060
5560
|
snoozes: SnoozesResource;
|
|
6061
5561
|
spotRates: SpotRatesResource;
|
|
6062
|
-
storeConnections: StoreConnectionsResource;
|
|
6063
5562
|
tariffEligibilities: TariffEligibilitiesResource;
|
|
6064
5563
|
tasks: TasksResource;
|
|
6065
5564
|
taxCalculationForms: TaxCalculationFormsResource;
|