@flowio/api-internal-sdk 0.0.154 → 0.0.155
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 +24 -494
- package/dist/esm/api-internal.js +19 -488
- package/dist/types/api-internal.d.ts +14 -345
- package/package.json +2 -2
package/dist/esm/api-internal.js
CHANGED
|
@@ -1907,9 +1907,12 @@ var DisputesResource = /** @class */ (function (_super) {
|
|
|
1907
1907
|
id: params.id,
|
|
1908
1908
|
issued_after: params.issued_after,
|
|
1909
1909
|
issued_before: params.issued_before,
|
|
1910
|
+
key: params.key,
|
|
1910
1911
|
limit: params.limit,
|
|
1911
1912
|
offset: params.offset,
|
|
1913
|
+
payment_methods: params.payment_methods,
|
|
1912
1914
|
processors: params.processors,
|
|
1915
|
+
reporting_categories: params.reporting_categories,
|
|
1913
1916
|
sort: params.sort,
|
|
1914
1917
|
statuses: params.statuses,
|
|
1915
1918
|
},
|
|
@@ -1955,44 +1958,6 @@ var DutyInternalRatesResource = /** @class */ (function (_super) {
|
|
|
1955
1958
|
return DutyInternalRatesResource;
|
|
1956
1959
|
}($Resource));
|
|
1957
1960
|
export { DutyInternalRatesResource };
|
|
1958
|
-
var EldarItemsResource = /** @class */ (function (_super) {
|
|
1959
|
-
__extends(EldarItemsResource, _super);
|
|
1960
|
-
function EldarItemsResource() {
|
|
1961
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
1962
|
-
}
|
|
1963
|
-
EldarItemsResource.prototype.post = function (params) {
|
|
1964
|
-
return this.client.request({
|
|
1965
|
-
body: params.body,
|
|
1966
|
-
endpoint: '/eldar/items',
|
|
1967
|
-
headers: params.headers,
|
|
1968
|
-
method: 'POST',
|
|
1969
|
-
});
|
|
1970
|
-
};
|
|
1971
|
-
EldarItemsResource.prototype.getById = function (params) {
|
|
1972
|
-
return this.client.request({
|
|
1973
|
-
endpoint: "/eldar/items/".concat(encodeURIComponent(params.id)),
|
|
1974
|
-
headers: params.headers,
|
|
1975
|
-
method: 'GET',
|
|
1976
|
-
});
|
|
1977
|
-
};
|
|
1978
|
-
EldarItemsResource.prototype.putById = function (params) {
|
|
1979
|
-
return this.client.request({
|
|
1980
|
-
body: params.body,
|
|
1981
|
-
endpoint: "/eldar/items/".concat(encodeURIComponent(params.id)),
|
|
1982
|
-
headers: params.headers,
|
|
1983
|
-
method: 'PUT',
|
|
1984
|
-
});
|
|
1985
|
-
};
|
|
1986
|
-
EldarItemsResource.prototype.deleteById = function (params) {
|
|
1987
|
-
return this.client.request({
|
|
1988
|
-
endpoint: "/eldar/items/".concat(encodeURIComponent(params.id)),
|
|
1989
|
-
headers: params.headers,
|
|
1990
|
-
method: 'DELETE',
|
|
1991
|
-
});
|
|
1992
|
-
};
|
|
1993
|
-
return EldarItemsResource;
|
|
1994
|
-
}($Resource));
|
|
1995
|
-
export { EldarItemsResource };
|
|
1996
1961
|
var ErpFlowFilesResource = /** @class */ (function (_super) {
|
|
1997
1962
|
__extends(ErpFlowFilesResource, _super);
|
|
1998
1963
|
function ErpFlowFilesResource() {
|
|
@@ -3027,44 +2992,6 @@ var GoogleShoppingSettingsResource = /** @class */ (function (_super) {
|
|
|
3027
2992
|
return GoogleShoppingSettingsResource;
|
|
3028
2993
|
}($Resource));
|
|
3029
2994
|
export { GoogleShoppingSettingsResource };
|
|
3030
|
-
var HarinathItemsResource = /** @class */ (function (_super) {
|
|
3031
|
-
__extends(HarinathItemsResource, _super);
|
|
3032
|
-
function HarinathItemsResource() {
|
|
3033
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
3034
|
-
}
|
|
3035
|
-
HarinathItemsResource.prototype.post = function (params) {
|
|
3036
|
-
return this.client.request({
|
|
3037
|
-
body: params.body,
|
|
3038
|
-
endpoint: '/harinath/items',
|
|
3039
|
-
headers: params.headers,
|
|
3040
|
-
method: 'POST',
|
|
3041
|
-
});
|
|
3042
|
-
};
|
|
3043
|
-
HarinathItemsResource.prototype.getById = function (params) {
|
|
3044
|
-
return this.client.request({
|
|
3045
|
-
endpoint: "/harinath/items/".concat(encodeURIComponent(params.id)),
|
|
3046
|
-
headers: params.headers,
|
|
3047
|
-
method: 'GET',
|
|
3048
|
-
});
|
|
3049
|
-
};
|
|
3050
|
-
HarinathItemsResource.prototype.putById = function (params) {
|
|
3051
|
-
return this.client.request({
|
|
3052
|
-
body: params.body,
|
|
3053
|
-
endpoint: "/harinath/items/".concat(encodeURIComponent(params.id)),
|
|
3054
|
-
headers: params.headers,
|
|
3055
|
-
method: 'PUT',
|
|
3056
|
-
});
|
|
3057
|
-
};
|
|
3058
|
-
HarinathItemsResource.prototype.deleteById = function (params) {
|
|
3059
|
-
return this.client.request({
|
|
3060
|
-
endpoint: "/harinath/items/".concat(encodeURIComponent(params.id)),
|
|
3061
|
-
headers: params.headers,
|
|
3062
|
-
method: 'DELETE',
|
|
3063
|
-
});
|
|
3064
|
-
};
|
|
3065
|
-
return HarinathItemsResource;
|
|
3066
|
-
}($Resource));
|
|
3067
|
-
export { HarinathItemsResource };
|
|
3068
2995
|
var HarmonizationItemClassificationsResource = /** @class */ (function (_super) {
|
|
3069
2996
|
__extends(HarmonizationItemClassificationsResource, _super);
|
|
3070
2997
|
function HarmonizationItemClassificationsResource() {
|
|
@@ -4597,44 +4524,6 @@ var KeysResource = /** @class */ (function (_super) {
|
|
|
4597
4524
|
return KeysResource;
|
|
4598
4525
|
}($Resource));
|
|
4599
4526
|
export { KeysResource };
|
|
4600
|
-
var KonstantinItemsResource = /** @class */ (function (_super) {
|
|
4601
|
-
__extends(KonstantinItemsResource, _super);
|
|
4602
|
-
function KonstantinItemsResource() {
|
|
4603
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
4604
|
-
}
|
|
4605
|
-
KonstantinItemsResource.prototype.post = function (params) {
|
|
4606
|
-
return this.client.request({
|
|
4607
|
-
body: params.body,
|
|
4608
|
-
endpoint: '/konstantin/items',
|
|
4609
|
-
headers: params.headers,
|
|
4610
|
-
method: 'POST',
|
|
4611
|
-
});
|
|
4612
|
-
};
|
|
4613
|
-
KonstantinItemsResource.prototype.getById = function (params) {
|
|
4614
|
-
return this.client.request({
|
|
4615
|
-
endpoint: "/konstantin/items/".concat(encodeURIComponent(params.id)),
|
|
4616
|
-
headers: params.headers,
|
|
4617
|
-
method: 'GET',
|
|
4618
|
-
});
|
|
4619
|
-
};
|
|
4620
|
-
KonstantinItemsResource.prototype.putById = function (params) {
|
|
4621
|
-
return this.client.request({
|
|
4622
|
-
body: params.body,
|
|
4623
|
-
endpoint: "/konstantin/items/".concat(encodeURIComponent(params.id)),
|
|
4624
|
-
headers: params.headers,
|
|
4625
|
-
method: 'PUT',
|
|
4626
|
-
});
|
|
4627
|
-
};
|
|
4628
|
-
KonstantinItemsResource.prototype.deleteById = function (params) {
|
|
4629
|
-
return this.client.request({
|
|
4630
|
-
endpoint: "/konstantin/items/".concat(encodeURIComponent(params.id)),
|
|
4631
|
-
headers: params.headers,
|
|
4632
|
-
method: 'DELETE',
|
|
4633
|
-
});
|
|
4634
|
-
};
|
|
4635
|
-
return KonstantinItemsResource;
|
|
4636
|
-
}($Resource));
|
|
4637
|
-
export { KonstantinItemsResource };
|
|
4638
4527
|
var LabProjectSettingsResource = /** @class */ (function (_super) {
|
|
4639
4528
|
__extends(LabProjectSettingsResource, _super);
|
|
4640
4529
|
function LabProjectSettingsResource() {
|
|
@@ -5499,62 +5388,6 @@ var MarketsOrderSummariesResource = /** @class */ (function (_super) {
|
|
|
5499
5388
|
return MarketsOrderSummariesResource;
|
|
5500
5389
|
}($Resource));
|
|
5501
5390
|
export { MarketsOrderSummariesResource };
|
|
5502
|
-
var MatiasItemsResource = /** @class */ (function (_super) {
|
|
5503
|
-
__extends(MatiasItemsResource, _super);
|
|
5504
|
-
function MatiasItemsResource() {
|
|
5505
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
5506
|
-
}
|
|
5507
|
-
/*Get all the items*/
|
|
5508
|
-
MatiasItemsResource.prototype.get = function (params) {
|
|
5509
|
-
return this.client.request({
|
|
5510
|
-
endpoint: '/matias/items',
|
|
5511
|
-
headers: params.headers,
|
|
5512
|
-
method: 'GET',
|
|
5513
|
-
query: {
|
|
5514
|
-
id: params.id,
|
|
5515
|
-
limit: params.limit,
|
|
5516
|
-
offset: params.offset,
|
|
5517
|
-
sort: params.sort,
|
|
5518
|
-
},
|
|
5519
|
-
});
|
|
5520
|
-
};
|
|
5521
|
-
/*uses to create a matias item, very nice, isn't it?*/
|
|
5522
|
-
MatiasItemsResource.prototype.post = function (params) {
|
|
5523
|
-
return this.client.request({
|
|
5524
|
-
body: params.body,
|
|
5525
|
-
endpoint: '/matias/items',
|
|
5526
|
-
headers: params.headers,
|
|
5527
|
-
method: 'POST',
|
|
5528
|
-
});
|
|
5529
|
-
};
|
|
5530
|
-
/*Get a great matias item by id*/
|
|
5531
|
-
MatiasItemsResource.prototype.getById = function (params) {
|
|
5532
|
-
return this.client.request({
|
|
5533
|
-
endpoint: "/matias/items/".concat(encodeURIComponent(params.id)),
|
|
5534
|
-
headers: params.headers,
|
|
5535
|
-
method: 'GET',
|
|
5536
|
-
});
|
|
5537
|
-
};
|
|
5538
|
-
/*uses to change data on a matias item when it looks old*/
|
|
5539
|
-
MatiasItemsResource.prototype.putById = function (params) {
|
|
5540
|
-
return this.client.request({
|
|
5541
|
-
body: params.body,
|
|
5542
|
-
endpoint: "/matias/items/".concat(encodeURIComponent(params.id)),
|
|
5543
|
-
headers: params.headers,
|
|
5544
|
-
method: 'PUT',
|
|
5545
|
-
});
|
|
5546
|
-
};
|
|
5547
|
-
/*uses to delete the specific item*/
|
|
5548
|
-
MatiasItemsResource.prototype.deleteById = function (params) {
|
|
5549
|
-
return this.client.request({
|
|
5550
|
-
endpoint: "/matias/items/".concat(encodeURIComponent(params.id)),
|
|
5551
|
-
headers: params.headers,
|
|
5552
|
-
method: 'DELETE',
|
|
5553
|
-
});
|
|
5554
|
-
};
|
|
5555
|
-
return MatiasItemsResource;
|
|
5556
|
-
}($Resource));
|
|
5557
|
-
export { MatiasItemsResource };
|
|
5558
5391
|
var MerchantApplicationSummariesResource = /** @class */ (function (_super) {
|
|
5559
5392
|
__extends(MerchantApplicationSummariesResource, _super);
|
|
5560
5393
|
function MerchantApplicationSummariesResource() {
|
|
@@ -5702,82 +5535,6 @@ var MerchantOfRecordEntitySettingsResource = /** @class */ (function (_super) {
|
|
|
5702
5535
|
return MerchantOfRecordEntitySettingsResource;
|
|
5703
5536
|
}($Resource));
|
|
5704
5537
|
export { MerchantOfRecordEntitySettingsResource };
|
|
5705
|
-
var MichaelyanItemsResource = /** @class */ (function (_super) {
|
|
5706
|
-
__extends(MichaelyanItemsResource, _super);
|
|
5707
|
-
function MichaelyanItemsResource() {
|
|
5708
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
5709
|
-
}
|
|
5710
|
-
MichaelyanItemsResource.prototype.post = function (params) {
|
|
5711
|
-
return this.client.request({
|
|
5712
|
-
body: params.body,
|
|
5713
|
-
endpoint: '/michaelyan/items',
|
|
5714
|
-
headers: params.headers,
|
|
5715
|
-
method: 'POST',
|
|
5716
|
-
});
|
|
5717
|
-
};
|
|
5718
|
-
MichaelyanItemsResource.prototype.getById = function (params) {
|
|
5719
|
-
return this.client.request({
|
|
5720
|
-
endpoint: "/michaelyan/items/".concat(encodeURIComponent(params.id)),
|
|
5721
|
-
headers: params.headers,
|
|
5722
|
-
method: 'GET',
|
|
5723
|
-
});
|
|
5724
|
-
};
|
|
5725
|
-
MichaelyanItemsResource.prototype.putById = function (params) {
|
|
5726
|
-
return this.client.request({
|
|
5727
|
-
body: params.body,
|
|
5728
|
-
endpoint: "/michaelyan/items/".concat(encodeURIComponent(params.id)),
|
|
5729
|
-
headers: params.headers,
|
|
5730
|
-
method: 'PUT',
|
|
5731
|
-
});
|
|
5732
|
-
};
|
|
5733
|
-
MichaelyanItemsResource.prototype.deleteById = function (params) {
|
|
5734
|
-
return this.client.request({
|
|
5735
|
-
endpoint: "/michaelyan/items/".concat(encodeURIComponent(params.id)),
|
|
5736
|
-
headers: params.headers,
|
|
5737
|
-
method: 'DELETE',
|
|
5738
|
-
});
|
|
5739
|
-
};
|
|
5740
|
-
return MichaelyanItemsResource;
|
|
5741
|
-
}($Resource));
|
|
5742
|
-
export { MichaelyanItemsResource };
|
|
5743
|
-
var MiljenkoItemsResource = /** @class */ (function (_super) {
|
|
5744
|
-
__extends(MiljenkoItemsResource, _super);
|
|
5745
|
-
function MiljenkoItemsResource() {
|
|
5746
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
5747
|
-
}
|
|
5748
|
-
MiljenkoItemsResource.prototype.post = function (params) {
|
|
5749
|
-
return this.client.request({
|
|
5750
|
-
body: params.body,
|
|
5751
|
-
endpoint: '/miljenko/items',
|
|
5752
|
-
headers: params.headers,
|
|
5753
|
-
method: 'POST',
|
|
5754
|
-
});
|
|
5755
|
-
};
|
|
5756
|
-
MiljenkoItemsResource.prototype.getById = function (params) {
|
|
5757
|
-
return this.client.request({
|
|
5758
|
-
endpoint: "/miljenko/items/".concat(encodeURIComponent(params.id)),
|
|
5759
|
-
headers: params.headers,
|
|
5760
|
-
method: 'GET',
|
|
5761
|
-
});
|
|
5762
|
-
};
|
|
5763
|
-
MiljenkoItemsResource.prototype.putById = function (params) {
|
|
5764
|
-
return this.client.request({
|
|
5765
|
-
body: params.body,
|
|
5766
|
-
endpoint: "/miljenko/items/".concat(encodeURIComponent(params.id)),
|
|
5767
|
-
headers: params.headers,
|
|
5768
|
-
method: 'PUT',
|
|
5769
|
-
});
|
|
5770
|
-
};
|
|
5771
|
-
MiljenkoItemsResource.prototype.deleteById = function (params) {
|
|
5772
|
-
return this.client.request({
|
|
5773
|
-
endpoint: "/miljenko/items/".concat(encodeURIComponent(params.id)),
|
|
5774
|
-
headers: params.headers,
|
|
5775
|
-
method: 'DELETE',
|
|
5776
|
-
});
|
|
5777
|
-
};
|
|
5778
|
-
return MiljenkoItemsResource;
|
|
5779
|
-
}($Resource));
|
|
5780
|
-
export { MiljenkoItemsResource };
|
|
5781
5538
|
var NegativeDebitMetricsResource = /** @class */ (function (_super) {
|
|
5782
5539
|
__extends(NegativeDebitMetricsResource, _super);
|
|
5783
5540
|
function NegativeDebitMetricsResource() {
|
|
@@ -8073,44 +7830,6 @@ var SandboxSetupsResource = /** @class */ (function (_super) {
|
|
|
8073
7830
|
return SandboxSetupsResource;
|
|
8074
7831
|
}($Resource));
|
|
8075
7832
|
export { SandboxSetupsResource };
|
|
8076
|
-
var SanjayItemsResource = /** @class */ (function (_super) {
|
|
8077
|
-
__extends(SanjayItemsResource, _super);
|
|
8078
|
-
function SanjayItemsResource() {
|
|
8079
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
8080
|
-
}
|
|
8081
|
-
SanjayItemsResource.prototype.post = function (params) {
|
|
8082
|
-
return this.client.request({
|
|
8083
|
-
body: params.body,
|
|
8084
|
-
endpoint: '/sanjay/items',
|
|
8085
|
-
headers: params.headers,
|
|
8086
|
-
method: 'POST',
|
|
8087
|
-
});
|
|
8088
|
-
};
|
|
8089
|
-
SanjayItemsResource.prototype.getById = function (params) {
|
|
8090
|
-
return this.client.request({
|
|
8091
|
-
endpoint: "/sanjay/items/".concat(encodeURIComponent(params.id)),
|
|
8092
|
-
headers: params.headers,
|
|
8093
|
-
method: 'GET',
|
|
8094
|
-
});
|
|
8095
|
-
};
|
|
8096
|
-
SanjayItemsResource.prototype.putById = function (params) {
|
|
8097
|
-
return this.client.request({
|
|
8098
|
-
body: params.body,
|
|
8099
|
-
endpoint: "/sanjay/items/".concat(encodeURIComponent(params.id)),
|
|
8100
|
-
headers: params.headers,
|
|
8101
|
-
method: 'PUT',
|
|
8102
|
-
});
|
|
8103
|
-
};
|
|
8104
|
-
SanjayItemsResource.prototype.deleteById = function (params) {
|
|
8105
|
-
return this.client.request({
|
|
8106
|
-
endpoint: "/sanjay/items/".concat(encodeURIComponent(params.id)),
|
|
8107
|
-
headers: params.headers,
|
|
8108
|
-
method: 'DELETE',
|
|
8109
|
-
});
|
|
8110
|
-
};
|
|
8111
|
-
return SanjayItemsResource;
|
|
8112
|
-
}($Resource));
|
|
8113
|
-
export { SanjayItemsResource };
|
|
8114
7833
|
var ScreensResource = /** @class */ (function (_super) {
|
|
8115
7834
|
__extends(ScreensResource, _super);
|
|
8116
7835
|
function ScreensResource() {
|
|
@@ -8861,48 +8580,6 @@ var ShopifyWebhookEventsResource = /** @class */ (function (_super) {
|
|
|
8861
8580
|
return ShopifyWebhookEventsResource;
|
|
8862
8581
|
}($Resource));
|
|
8863
8582
|
export { ShopifyWebhookEventsResource };
|
|
8864
|
-
var ShrutiDemoItemsResource = /** @class */ (function (_super) {
|
|
8865
|
-
__extends(ShrutiDemoItemsResource, _super);
|
|
8866
|
-
function ShrutiDemoItemsResource() {
|
|
8867
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
8868
|
-
}
|
|
8869
|
-
/*Create new shruti_demo_item*/
|
|
8870
|
-
ShrutiDemoItemsResource.prototype.post = function (params) {
|
|
8871
|
-
return this.client.request({
|
|
8872
|
-
body: params.body,
|
|
8873
|
-
endpoint: '/shruti/items',
|
|
8874
|
-
headers: params.headers,
|
|
8875
|
-
method: 'POST',
|
|
8876
|
-
});
|
|
8877
|
-
};
|
|
8878
|
-
/*Fetches shruti_demo_item by id*/
|
|
8879
|
-
ShrutiDemoItemsResource.prototype.getById = function (params) {
|
|
8880
|
-
return this.client.request({
|
|
8881
|
-
endpoint: "/shruti/items/".concat(encodeURIComponent(params.id)),
|
|
8882
|
-
headers: params.headers,
|
|
8883
|
-
method: 'GET',
|
|
8884
|
-
});
|
|
8885
|
-
};
|
|
8886
|
-
/*Updates shruti_demo_item*/
|
|
8887
|
-
ShrutiDemoItemsResource.prototype.putById = function (params) {
|
|
8888
|
-
return this.client.request({
|
|
8889
|
-
body: params.body,
|
|
8890
|
-
endpoint: "/shruti/items/".concat(encodeURIComponent(params.id)),
|
|
8891
|
-
headers: params.headers,
|
|
8892
|
-
method: 'PUT',
|
|
8893
|
-
});
|
|
8894
|
-
};
|
|
8895
|
-
/*Deletes shruti_demo_item*/
|
|
8896
|
-
ShrutiDemoItemsResource.prototype.deleteById = function (params) {
|
|
8897
|
-
return this.client.request({
|
|
8898
|
-
endpoint: "/shruti/items/".concat(encodeURIComponent(params.id)),
|
|
8899
|
-
headers: params.headers,
|
|
8900
|
-
method: 'DELETE',
|
|
8901
|
-
});
|
|
8902
|
-
};
|
|
8903
|
-
return ShrutiDemoItemsResource;
|
|
8904
|
-
}($Resource));
|
|
8905
|
-
export { ShrutiDemoItemsResource };
|
|
8906
8583
|
var SmpTaxCalculationFormsResource = /** @class */ (function (_super) {
|
|
8907
8584
|
__extends(SmpTaxCalculationFormsResource, _super);
|
|
8908
8585
|
function SmpTaxCalculationFormsResource() {
|
|
@@ -9041,118 +8718,6 @@ var StoreConnectionsResource = /** @class */ (function (_super) {
|
|
|
9041
8718
|
return StoreConnectionsResource;
|
|
9042
8719
|
}($Resource));
|
|
9043
8720
|
export { StoreConnectionsResource };
|
|
9044
|
-
var SvitlanaItemsResource = /** @class */ (function (_super) {
|
|
9045
|
-
__extends(SvitlanaItemsResource, _super);
|
|
9046
|
-
function SvitlanaItemsResource() {
|
|
9047
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
9048
|
-
}
|
|
9049
|
-
SvitlanaItemsResource.prototype.post = function (params) {
|
|
9050
|
-
return this.client.request({
|
|
9051
|
-
body: params.body,
|
|
9052
|
-
endpoint: '/svitlana/items',
|
|
9053
|
-
headers: params.headers,
|
|
9054
|
-
method: 'POST',
|
|
9055
|
-
});
|
|
9056
|
-
};
|
|
9057
|
-
SvitlanaItemsResource.prototype.getById = function (params) {
|
|
9058
|
-
return this.client.request({
|
|
9059
|
-
endpoint: "/svitlana/items/".concat(encodeURIComponent(params.id)),
|
|
9060
|
-
headers: params.headers,
|
|
9061
|
-
method: 'GET',
|
|
9062
|
-
});
|
|
9063
|
-
};
|
|
9064
|
-
SvitlanaItemsResource.prototype.postById = function (params) {
|
|
9065
|
-
return this.client.request({
|
|
9066
|
-
body: params.body,
|
|
9067
|
-
endpoint: "/svitlana/items/".concat(encodeURIComponent(params.id)),
|
|
9068
|
-
headers: params.headers,
|
|
9069
|
-
method: 'POST',
|
|
9070
|
-
});
|
|
9071
|
-
};
|
|
9072
|
-
SvitlanaItemsResource.prototype.putById = function (params) {
|
|
9073
|
-
return this.client.request({
|
|
9074
|
-
body: params.body,
|
|
9075
|
-
endpoint: "/svitlana/items/".concat(encodeURIComponent(params.id)),
|
|
9076
|
-
headers: params.headers,
|
|
9077
|
-
method: 'PUT',
|
|
9078
|
-
});
|
|
9079
|
-
};
|
|
9080
|
-
SvitlanaItemsResource.prototype.deleteById = function (params) {
|
|
9081
|
-
return this.client.request({
|
|
9082
|
-
endpoint: "/svitlana/items/".concat(encodeURIComponent(params.id)),
|
|
9083
|
-
headers: params.headers,
|
|
9084
|
-
method: 'DELETE',
|
|
9085
|
-
});
|
|
9086
|
-
};
|
|
9087
|
-
return SvitlanaItemsResource;
|
|
9088
|
-
}($Resource));
|
|
9089
|
-
export { SvitlanaItemsResource };
|
|
9090
|
-
var SvitlanaTestsResource = /** @class */ (function (_super) {
|
|
9091
|
-
__extends(SvitlanaTestsResource, _super);
|
|
9092
|
-
function SvitlanaTestsResource() {
|
|
9093
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
9094
|
-
}
|
|
9095
|
-
SvitlanaTestsResource.prototype.get = function (params) {
|
|
9096
|
-
return this.client.request({
|
|
9097
|
-
endpoint: "/".concat(encodeURIComponent(params.organization), "/svitlana_test"),
|
|
9098
|
-
headers: params.headers,
|
|
9099
|
-
method: 'GET',
|
|
9100
|
-
query: {
|
|
9101
|
-
id: params.id,
|
|
9102
|
-
limit: params.limit,
|
|
9103
|
-
offset: params.offset,
|
|
9104
|
-
sort: params.sort,
|
|
9105
|
-
},
|
|
9106
|
-
});
|
|
9107
|
-
};
|
|
9108
|
-
SvitlanaTestsResource.prototype.getById = function (params) {
|
|
9109
|
-
return this.client.request({
|
|
9110
|
-
endpoint: "/".concat(encodeURIComponent(params.organization), "/svitlana_test/").concat(encodeURIComponent(params.id)),
|
|
9111
|
-
headers: params.headers,
|
|
9112
|
-
method: 'GET',
|
|
9113
|
-
});
|
|
9114
|
-
};
|
|
9115
|
-
return SvitlanaTestsResource;
|
|
9116
|
-
}($Resource));
|
|
9117
|
-
export { SvitlanaTestsResource };
|
|
9118
|
-
var TamItemsResource = /** @class */ (function (_super) {
|
|
9119
|
-
__extends(TamItemsResource, _super);
|
|
9120
|
-
function TamItemsResource() {
|
|
9121
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
9122
|
-
}
|
|
9123
|
-
TamItemsResource.prototype.post = function (params) {
|
|
9124
|
-
return this.client.request({
|
|
9125
|
-
body: params.body,
|
|
9126
|
-
endpoint: '/tam/items',
|
|
9127
|
-
headers: params.headers,
|
|
9128
|
-
method: 'POST',
|
|
9129
|
-
});
|
|
9130
|
-
};
|
|
9131
|
-
TamItemsResource.prototype.getById = function (params) {
|
|
9132
|
-
return this.client.request({
|
|
9133
|
-
endpoint: "/tam/items/".concat(encodeURIComponent(params.id)),
|
|
9134
|
-
headers: params.headers,
|
|
9135
|
-
method: 'GET',
|
|
9136
|
-
});
|
|
9137
|
-
};
|
|
9138
|
-
TamItemsResource.prototype.putById = function (params) {
|
|
9139
|
-
return this.client.request({
|
|
9140
|
-
body: params.body,
|
|
9141
|
-
endpoint: "/tam/items/".concat(encodeURIComponent(params.id)),
|
|
9142
|
-
headers: params.headers,
|
|
9143
|
-
method: 'PUT',
|
|
9144
|
-
});
|
|
9145
|
-
};
|
|
9146
|
-
TamItemsResource.prototype.deleteById = function (params) {
|
|
9147
|
-
return this.client.request({
|
|
9148
|
-
endpoint: "/tam/items/".concat(encodeURIComponent(params.id)),
|
|
9149
|
-
headers: params.headers,
|
|
9150
|
-
method: 'DELETE',
|
|
9151
|
-
});
|
|
9152
|
-
};
|
|
9153
|
-
return TamItemsResource;
|
|
9154
|
-
}($Resource));
|
|
9155
|
-
export { TamItemsResource };
|
|
9156
8721
|
var TariffEligibilitiesResource = /** @class */ (function (_super) {
|
|
9157
8722
|
__extends(TariffEligibilitiesResource, _super);
|
|
9158
8723
|
function TariffEligibilitiesResource() {
|
|
@@ -9306,44 +8871,6 @@ var TestsResource = /** @class */ (function (_super) {
|
|
|
9306
8871
|
return TestsResource;
|
|
9307
8872
|
}($Resource));
|
|
9308
8873
|
export { TestsResource };
|
|
9309
|
-
var ThiagoItemsResource = /** @class */ (function (_super) {
|
|
9310
|
-
__extends(ThiagoItemsResource, _super);
|
|
9311
|
-
function ThiagoItemsResource() {
|
|
9312
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
9313
|
-
}
|
|
9314
|
-
ThiagoItemsResource.prototype.post = function (params) {
|
|
9315
|
-
return this.client.request({
|
|
9316
|
-
body: params.body,
|
|
9317
|
-
endpoint: '/thiago/items',
|
|
9318
|
-
headers: params.headers,
|
|
9319
|
-
method: 'POST',
|
|
9320
|
-
});
|
|
9321
|
-
};
|
|
9322
|
-
ThiagoItemsResource.prototype.getById = function (params) {
|
|
9323
|
-
return this.client.request({
|
|
9324
|
-
endpoint: "/thiago/items/".concat(encodeURIComponent(params.id)),
|
|
9325
|
-
headers: params.headers,
|
|
9326
|
-
method: 'GET',
|
|
9327
|
-
});
|
|
9328
|
-
};
|
|
9329
|
-
ThiagoItemsResource.prototype.putById = function (params) {
|
|
9330
|
-
return this.client.request({
|
|
9331
|
-
body: params.body,
|
|
9332
|
-
endpoint: "/thiago/items/".concat(encodeURIComponent(params.id)),
|
|
9333
|
-
headers: params.headers,
|
|
9334
|
-
method: 'PUT',
|
|
9335
|
-
});
|
|
9336
|
-
};
|
|
9337
|
-
ThiagoItemsResource.prototype.deleteById = function (params) {
|
|
9338
|
-
return this.client.request({
|
|
9339
|
-
endpoint: "/thiago/items/".concat(encodeURIComponent(params.id)),
|
|
9340
|
-
headers: params.headers,
|
|
9341
|
-
method: 'DELETE',
|
|
9342
|
-
});
|
|
9343
|
-
};
|
|
9344
|
-
return ThiagoItemsResource;
|
|
9345
|
-
}($Resource));
|
|
9346
|
-
export { ThiagoItemsResource };
|
|
9347
8874
|
var TrackingDebugLabelsResource = /** @class */ (function (_super) {
|
|
9348
8875
|
__extends(TrackingDebugLabelsResource, _super);
|
|
9349
8876
|
function TrackingDebugLabelsResource() {
|
|
@@ -9367,6 +8894,21 @@ var TrackingDebugLabelsResource = /** @class */ (function (_super) {
|
|
|
9367
8894
|
return TrackingDebugLabelsResource;
|
|
9368
8895
|
}($Resource));
|
|
9369
8896
|
export { TrackingDebugLabelsResource };
|
|
8897
|
+
var TrackingSubscriptionsResource = /** @class */ (function (_super) {
|
|
8898
|
+
__extends(TrackingSubscriptionsResource, _super);
|
|
8899
|
+
function TrackingSubscriptionsResource() {
|
|
8900
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
8901
|
+
}
|
|
8902
|
+
TrackingSubscriptionsResource.prototype.getExternalReferenceSourceAndExternalReferenceKeyByExternalReferenceSourceAndExternalReferenceKey = function (params) {
|
|
8903
|
+
return this.client.request({
|
|
8904
|
+
endpoint: "/internal/tracking/subscription/external_reference_source/".concat(encodeURIComponent(params.external_reference_source), "/external_reference_key/").concat(encodeURIComponent(params.external_reference_key)),
|
|
8905
|
+
headers: params.headers,
|
|
8906
|
+
method: 'GET',
|
|
8907
|
+
});
|
|
8908
|
+
};
|
|
8909
|
+
return TrackingSubscriptionsResource;
|
|
8910
|
+
}($Resource));
|
|
8911
|
+
export { TrackingSubscriptionsResource };
|
|
9370
8912
|
var TransactionsResource = /** @class */ (function (_super) {
|
|
9371
8913
|
__extends(TransactionsResource, _super);
|
|
9372
8914
|
function TransactionsResource() {
|
|
@@ -9755,7 +9297,6 @@ export function createClient(options) {
|
|
|
9755
9297
|
discountCodes: new DiscountCodesResource(options),
|
|
9756
9298
|
disputes: new DisputesResource(options),
|
|
9757
9299
|
dutyInternalRates: new DutyInternalRatesResource(options),
|
|
9758
|
-
eldarItems: new EldarItemsResource(options),
|
|
9759
9300
|
erpFlowFiles: new ErpFlowFilesResource(options),
|
|
9760
9301
|
erpFlowVendors: new ErpFlowVendorsResource(options),
|
|
9761
9302
|
erpPriorityFiles: new ErpPriorityFilesResource(options),
|
|
@@ -9784,7 +9325,6 @@ export function createClient(options) {
|
|
|
9784
9325
|
giftCardPrograms: new GiftCardProgramsResource(options),
|
|
9785
9326
|
globalSearchResults: new GlobalSearchResultsResource(options),
|
|
9786
9327
|
googleShoppingSettings: new GoogleShoppingSettingsResource(options),
|
|
9787
|
-
harinathItems: new HarinathItemsResource(options),
|
|
9788
9328
|
harmonizationItemClassifications: new HarmonizationItemClassificationsResource(options),
|
|
9789
9329
|
harmonizationThresholds: new HarmonizationThresholdsResource(options),
|
|
9790
9330
|
harmonizationUnclassifiedStatistics: new HarmonizationUnclassifiedStatisticsResource(options),
|
|
@@ -9839,7 +9379,6 @@ export function createClient(options) {
|
|
|
9839
9379
|
itemSalesMargins: new ItemSalesMarginsResource(options),
|
|
9840
9380
|
jeanDemoItems: new JeanDemoItemsResource(options),
|
|
9841
9381
|
keys: new KeysResource(options),
|
|
9842
|
-
konstantinItems: new KonstantinItemsResource(options),
|
|
9843
9382
|
labProjectSettings: new LabProjectSettingsResource(options),
|
|
9844
9383
|
labelCreationJobs: new LabelCreationJobsResource(options),
|
|
9845
9384
|
labelGenerationSettings: new LabelGenerationSettingsResource(options),
|
|
@@ -9869,12 +9408,9 @@ export function createClient(options) {
|
|
|
9869
9408
|
marketingGatewayLocalizedItems: new MarketingGatewayLocalizedItemsResource(options),
|
|
9870
9409
|
marketsOrders: new MarketsOrdersResource(options),
|
|
9871
9410
|
marketsOrderSummaries: new MarketsOrderSummariesResource(options),
|
|
9872
|
-
matiasItems: new MatiasItemsResource(options),
|
|
9873
9411
|
merchantApplicationSummaries: new MerchantApplicationSummariesResource(options),
|
|
9874
9412
|
merchantHubOverrides: new MerchantHubOverridesResource(options),
|
|
9875
9413
|
merchantOfRecordEntitySettings: new MerchantOfRecordEntitySettingsResource(options),
|
|
9876
|
-
michaelyanItems: new MichaelyanItemsResource(options),
|
|
9877
|
-
miljenkoItems: new MiljenkoItemsResource(options),
|
|
9878
9414
|
negativeDebitMetrics: new NegativeDebitMetricsResource(options),
|
|
9879
9415
|
onboardingAuditReports: new OnboardingAuditReportsResource(options),
|
|
9880
9416
|
onboardingAuditSnapshots: new OnboardingAuditSnapshotsResource(options),
|
|
@@ -9940,7 +9476,6 @@ export function createClient(options) {
|
|
|
9940
9476
|
restrictionRuleOverrides: new RestrictionRuleOverridesResource(options),
|
|
9941
9477
|
routingEntities: new RoutingEntitiesResource(options),
|
|
9942
9478
|
sandboxSetups: new SandboxSetupsResource(options),
|
|
9943
|
-
sanjayItems: new SanjayItemsResource(options),
|
|
9944
9479
|
screens: new ScreensResource(options),
|
|
9945
9480
|
searchProviderExports: new SearchProviderExportsResource(options),
|
|
9946
9481
|
sessionCountries: new SessionCountriesResource(options),
|
|
@@ -9967,21 +9502,17 @@ export function createClient(options) {
|
|
|
9967
9502
|
shopifyPromotions: new ShopifyPromotionsResource(options),
|
|
9968
9503
|
shopifyStoreDetails: new ShopifyStoreDetailsResource(options),
|
|
9969
9504
|
shopifyWebhookEvents: new ShopifyWebhookEventsResource(options),
|
|
9970
|
-
shrutiDemoItems: new ShrutiDemoItemsResource(options),
|
|
9971
9505
|
smpTaxCalculationForms: new SmpTaxCalculationFormsResource(options),
|
|
9972
9506
|
snoozes: new SnoozesResource(options),
|
|
9973
9507
|
spotRates: new SpotRatesResource(options),
|
|
9974
9508
|
storeConnections: new StoreConnectionsResource(options),
|
|
9975
|
-
svitlanaItems: new SvitlanaItemsResource(options),
|
|
9976
|
-
svitlanaTests: new SvitlanaTestsResource(options),
|
|
9977
|
-
tamItems: new TamItemsResource(options),
|
|
9978
9509
|
tariffEligibilities: new TariffEligibilitiesResource(options),
|
|
9979
9510
|
tasks: new TasksResource(options),
|
|
9980
9511
|
taxCalculationForms: new TaxCalculationFormsResource(options),
|
|
9981
9512
|
techOnboardingDescriptions: new TechOnboardingDescriptionsResource(options),
|
|
9982
9513
|
tests: new TestsResource(options),
|
|
9983
|
-
thiagoItems: new ThiagoItemsResource(options),
|
|
9984
9514
|
trackingDebugLabels: new TrackingDebugLabelsResource(options),
|
|
9515
|
+
trackingSubscriptions: new TrackingSubscriptionsResource(options),
|
|
9985
9516
|
transactions: new TransactionsResource(options),
|
|
9986
9517
|
transactionAdjustments: new TransactionAdjustmentsResource(options),
|
|
9987
9518
|
tribes: new TribesResource(options),
|