@selfcommunity/api-services 0.6.7-payments.164 → 0.6.7-payments.165

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.
@@ -75,5 +75,5 @@ export interface PaymentOrderParams extends BaseSearchParams {
75
75
  /**
76
76
  * Ordering
77
77
  */
78
- order_by?: string;
78
+ ordering?: string;
79
79
  }
@@ -75,5 +75,5 @@ export interface PaymentOrderParams extends BaseSearchParams {
75
75
  /**
76
76
  * Ordering
77
77
  */
78
- order_by?: string;
78
+ ordering?: string;
79
79
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfcommunity/api-services",
3
- "version": "0.6.7-payments.164+14f9042c9",
3
+ "version": "0.6.7-payments.165+ecbe56c19",
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.164+14f9042c9",
62
- "@selfcommunity/utils": "0.2.64-payments.164+14f9042c9",
61
+ "@selfcommunity/types": "0.7.7-payments.165+ecbe56c19",
62
+ "@selfcommunity/utils": "0.2.64-payments.165+ecbe56c19",
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": "14f9042c9cbe812b22225e0773092a4773da93e4"
118
+ "gitHead": "ecbe56c19747ba094b920c7505d4e11cedbece15"
119
119
  }