@selfcommunity/api-services 0.6.7-payments.201 → 0.6.7-payments.204
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/lib/cjs/types/payment.d.ts +16 -0
- package/lib/esm/types/payment.d.ts +16 -0
- package/package.json +4 -4
|
@@ -76,6 +76,22 @@ export interface PaymentOrderParams extends BaseSearchParams {
|
|
|
76
76
|
* Ordering
|
|
77
77
|
*/
|
|
78
78
|
ordering?: string;
|
|
79
|
+
/**
|
|
80
|
+
* The content type
|
|
81
|
+
*/
|
|
82
|
+
content_type?: SCContentType;
|
|
83
|
+
/**
|
|
84
|
+
* The creation date
|
|
85
|
+
*/
|
|
86
|
+
created_at?: string;
|
|
87
|
+
/**
|
|
88
|
+
* The creation date
|
|
89
|
+
*/
|
|
90
|
+
created_at__gte?: string;
|
|
91
|
+
/**
|
|
92
|
+
* The creation date
|
|
93
|
+
*/
|
|
94
|
+
created_at__lte?: string;
|
|
79
95
|
}
|
|
80
96
|
/**
|
|
81
97
|
* CreatePaymentProduct interface.
|
|
@@ -76,6 +76,22 @@ export interface PaymentOrderParams extends BaseSearchParams {
|
|
|
76
76
|
* Ordering
|
|
77
77
|
*/
|
|
78
78
|
ordering?: string;
|
|
79
|
+
/**
|
|
80
|
+
* The content type
|
|
81
|
+
*/
|
|
82
|
+
content_type?: SCContentType;
|
|
83
|
+
/**
|
|
84
|
+
* The creation date
|
|
85
|
+
*/
|
|
86
|
+
created_at?: string;
|
|
87
|
+
/**
|
|
88
|
+
* The creation date
|
|
89
|
+
*/
|
|
90
|
+
created_at__gte?: string;
|
|
91
|
+
/**
|
|
92
|
+
* The creation date
|
|
93
|
+
*/
|
|
94
|
+
created_at__lte?: string;
|
|
79
95
|
}
|
|
80
96
|
/**
|
|
81
97
|
* CreatePaymentProduct interface.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@selfcommunity/api-services",
|
|
3
|
-
"version": "0.6.7-payments.
|
|
3
|
+
"version": "0.6.7-payments.204+570dd8e50",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "./lib/cjs/index.js",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@selfcommunity/types": "0.7.7-payments.
|
|
62
|
-
"@selfcommunity/utils": "0.2.64-payments.
|
|
61
|
+
"@selfcommunity/types": "0.7.7-payments.204+570dd8e50",
|
|
62
|
+
"@selfcommunity/utils": "0.2.64-payments.204+570dd8e50",
|
|
63
63
|
"axios": "^1.4.0",
|
|
64
64
|
"jose": "^4.14.4"
|
|
65
65
|
},
|
|
@@ -115,5 +115,5 @@
|
|
|
115
115
|
"bugs": {
|
|
116
116
|
"url": "https://github.com/selfcommunity/community-js/issues"
|
|
117
117
|
},
|
|
118
|
-
"gitHead": "
|
|
118
|
+
"gitHead": "570dd8e50def556569953bae5b14249a22c845f5"
|
|
119
119
|
}
|