@ayasofyazilim/saas 0.0.132 → 0.0.133
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/CRMService/sdk.gen.ts +6 -6
- package/CRMService/types.gen.ts +3 -3
- package/package.json +1 -1
package/CRMService/sdk.gen.ts
CHANGED
|
@@ -2496,7 +2496,7 @@ export class RefundPointService {
|
|
|
2496
2496
|
* @param data The data for the request.
|
|
2497
2497
|
* @param data.ids
|
|
2498
2498
|
* @param data.name
|
|
2499
|
-
* @param data.
|
|
2499
|
+
* @param data.typeCodes
|
|
2500
2500
|
* @param data.sorting
|
|
2501
2501
|
* @param data.skipCount
|
|
2502
2502
|
* @param data.maxResultCount
|
|
@@ -2510,7 +2510,7 @@ export class RefundPointService {
|
|
|
2510
2510
|
query: {
|
|
2511
2511
|
Ids: data.ids,
|
|
2512
2512
|
Name: data.name,
|
|
2513
|
-
|
|
2513
|
+
TypeCodes: data.typeCodes,
|
|
2514
2514
|
Sorting: data.sorting,
|
|
2515
2515
|
SkipCount: data.skipCount,
|
|
2516
2516
|
MaxResultCount: data.maxResultCount
|
|
@@ -2530,7 +2530,7 @@ export class RefundPointService {
|
|
|
2530
2530
|
* @param data The data for the request.
|
|
2531
2531
|
* @param data.ids
|
|
2532
2532
|
* @param data.name
|
|
2533
|
-
* @param data.
|
|
2533
|
+
* @param data.typeCodes
|
|
2534
2534
|
* @param data.sorting
|
|
2535
2535
|
* @param data.skipCount
|
|
2536
2536
|
* @param data.maxResultCount
|
|
@@ -2544,7 +2544,7 @@ export class RefundPointService {
|
|
|
2544
2544
|
query: {
|
|
2545
2545
|
Ids: data.ids,
|
|
2546
2546
|
Name: data.name,
|
|
2547
|
-
|
|
2547
|
+
TypeCodes: data.typeCodes,
|
|
2548
2548
|
Sorting: data.sorting,
|
|
2549
2549
|
SkipCount: data.skipCount,
|
|
2550
2550
|
MaxResultCount: data.maxResultCount
|
|
@@ -3056,7 +3056,7 @@ export class RefundPointIntegrationService {
|
|
|
3056
3056
|
* @param data The data for the request.
|
|
3057
3057
|
* @param data.ids
|
|
3058
3058
|
* @param data.name
|
|
3059
|
-
* @param data.
|
|
3059
|
+
* @param data.typeCodes
|
|
3060
3060
|
* @param data.sorting
|
|
3061
3061
|
* @param data.skipCount
|
|
3062
3062
|
* @param data.maxResultCount
|
|
@@ -3070,7 +3070,7 @@ export class RefundPointIntegrationService {
|
|
|
3070
3070
|
query: {
|
|
3071
3071
|
Ids: data.ids,
|
|
3072
3072
|
Name: data.name,
|
|
3073
|
-
|
|
3073
|
+
TypeCodes: data.typeCodes,
|
|
3074
3074
|
Sorting: data.sorting,
|
|
3075
3075
|
SkipCount: data.skipCount,
|
|
3076
3076
|
MaxResultCount: data.maxResultCount
|
package/CRMService/types.gen.ts
CHANGED
|
@@ -2028,7 +2028,7 @@ export type GetApiCrmServiceRefundPointsData = {
|
|
|
2028
2028
|
name?: string;
|
|
2029
2029
|
skipCount?: number;
|
|
2030
2030
|
sorting?: string;
|
|
2031
|
-
|
|
2031
|
+
typeCodes?: Array<UniRefund_CRMService_RefundPoints_RefundPointTypeCode>;
|
|
2032
2032
|
};
|
|
2033
2033
|
|
|
2034
2034
|
export type GetApiCrmServiceRefundPointsResponse = (PagedResultDto_RefundPointProfileDto);
|
|
@@ -2039,7 +2039,7 @@ export type GetApiCrmServiceRefundPointsAccessibleData = {
|
|
|
2039
2039
|
name?: string;
|
|
2040
2040
|
skipCount?: number;
|
|
2041
2041
|
sorting?: string;
|
|
2042
|
-
|
|
2042
|
+
typeCodes?: Array<UniRefund_CRMService_RefundPoints_RefundPointTypeCode>;
|
|
2043
2043
|
};
|
|
2044
2044
|
|
|
2045
2045
|
export type GetApiCrmServiceRefundPointsAccessibleResponse = (PagedResultDto_RefundPointProfileDto);
|
|
@@ -2181,7 +2181,7 @@ export type GetIntegrationApiRefundPointsData = {
|
|
|
2181
2181
|
name?: string;
|
|
2182
2182
|
skipCount?: number;
|
|
2183
2183
|
sorting?: string;
|
|
2184
|
-
|
|
2184
|
+
typeCodes?: Array<UniRefund_CRMService_RefundPoints_RefundPointTypeCode>;
|
|
2185
2185
|
};
|
|
2186
2186
|
|
|
2187
2187
|
export type GetIntegrationApiRefundPointsResponse = (PagedResultDto_RefundPointProfileDto);
|