@seekora-ai/admin-api 1.1.2 → 1.1.3

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @seekora-ai/admin-api@1.1.2
1
+ ## @seekora-ai/admin-api@1.1.3
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @seekora-ai/admin-api@1.1.2 --save
39
+ npm install @seekora-ai/admin-api@1.1.3 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -14039,17 +14039,29 @@ export interface DataTypesPayInvoiceRequest {
14039
14039
  */
14040
14040
  export interface DataTypesPayInvoiceResponse {
14041
14041
  /**
14042
- *
14042
+ * Amount in currency units
14043
14043
  * @type {number}
14044
14044
  * @memberof DataTypesPayInvoiceResponse
14045
14045
  */
14046
14046
  'amount'?: number;
14047
+ /**
14048
+ *
14049
+ * @type {string}
14050
+ * @memberof DataTypesPayInvoiceResponse
14051
+ */
14052
+ 'created_at'?: string;
14047
14053
  /**
14048
14054
  *
14049
14055
  * @type {string}
14050
14056
  * @memberof DataTypesPayInvoiceResponse
14051
14057
  */
14052
14058
  'currency'?: string;
14059
+ /**
14060
+ * Razorpay customer ID for tokenization
14061
+ * @type {string}
14062
+ * @memberof DataTypesPayInvoiceResponse
14063
+ */
14064
+ 'customer_id'?: string;
14053
14065
  /**
14054
14066
  * Customer details for prefill
14055
14067
  * @type {{ [key: string]: any; }}
@@ -14061,13 +14073,13 @@ export interface DataTypesPayInvoiceResponse {
14061
14073
  * @type {string}
14062
14074
  * @memberof DataTypesPayInvoiceResponse
14063
14075
  */
14064
- 'gateway'?: string;
14076
+ 'expires_at'?: string;
14065
14077
  /**
14066
14078
  *
14067
14079
  * @type {string}
14068
14080
  * @memberof DataTypesPayInvoiceResponse
14069
14081
  */
14070
- 'gateway_order_id'?: string;
14082
+ 'gateway'?: string;
14071
14083
  /**
14072
14084
  *
14073
14085
  * @type {{ [key: string]: any; }}
@@ -14075,11 +14087,17 @@ export interface DataTypesPayInvoiceResponse {
14075
14087
  */
14076
14088
  'gateway_response'?: { [key: string]: any; };
14077
14089
  /**
14078
- *
14090
+ * Internal order ID
14091
+ * @type {string}
14092
+ * @memberof DataTypesPayInvoiceResponse
14093
+ */
14094
+ 'order_id'?: string;
14095
+ /**
14096
+ * Gateway payment/order ID (razorpay_order_id)
14079
14097
  * @type {string}
14080
14098
  * @memberof DataTypesPayInvoiceResponse
14081
14099
  */
14082
- 'payment_order_id'?: string;
14100
+ 'payment_id'?: string;
14083
14101
  /**
14084
14102
  *
14085
14103
  * @type {string}
@@ -14087,11 +14105,11 @@ export interface DataTypesPayInvoiceResponse {
14087
14105
  */
14088
14106
  'payment_url'?: string;
14089
14107
  /**
14090
- * Razorpay public key for frontend
14108
+ * Gateway public key for frontend
14091
14109
  * @type {string}
14092
14110
  * @memberof DataTypesPayInvoiceResponse
14093
14111
  */
14094
- 'razorpay_key'?: string;
14112
+ 'public_key'?: string;
14095
14113
  /**
14096
14114
  *
14097
14115
  * @type {string}
package/dist/api.d.ts CHANGED
@@ -14071,17 +14071,29 @@ export interface DataTypesPayInvoiceRequest {
14071
14071
  */
14072
14072
  export interface DataTypesPayInvoiceResponse {
14073
14073
  /**
14074
- *
14074
+ * Amount in currency units
14075
14075
  * @type {number}
14076
14076
  * @memberof DataTypesPayInvoiceResponse
14077
14077
  */
14078
14078
  'amount'?: number;
14079
+ /**
14080
+ *
14081
+ * @type {string}
14082
+ * @memberof DataTypesPayInvoiceResponse
14083
+ */
14084
+ 'created_at'?: string;
14079
14085
  /**
14080
14086
  *
14081
14087
  * @type {string}
14082
14088
  * @memberof DataTypesPayInvoiceResponse
14083
14089
  */
14084
14090
  'currency'?: string;
14091
+ /**
14092
+ * Razorpay customer ID for tokenization
14093
+ * @type {string}
14094
+ * @memberof DataTypesPayInvoiceResponse
14095
+ */
14096
+ 'customer_id'?: string;
14085
14097
  /**
14086
14098
  * Customer details for prefill
14087
14099
  * @type {{ [key: string]: any; }}
@@ -14095,13 +14107,13 @@ export interface DataTypesPayInvoiceResponse {
14095
14107
  * @type {string}
14096
14108
  * @memberof DataTypesPayInvoiceResponse
14097
14109
  */
14098
- 'gateway'?: string;
14110
+ 'expires_at'?: string;
14099
14111
  /**
14100
14112
  *
14101
14113
  * @type {string}
14102
14114
  * @memberof DataTypesPayInvoiceResponse
14103
14115
  */
14104
- 'gateway_order_id'?: string;
14116
+ 'gateway'?: string;
14105
14117
  /**
14106
14118
  *
14107
14119
  * @type {{ [key: string]: any; }}
@@ -14111,11 +14123,17 @@ export interface DataTypesPayInvoiceResponse {
14111
14123
  [key: string]: any;
14112
14124
  };
14113
14125
  /**
14114
- *
14126
+ * Internal order ID
14127
+ * @type {string}
14128
+ * @memberof DataTypesPayInvoiceResponse
14129
+ */
14130
+ 'order_id'?: string;
14131
+ /**
14132
+ * Gateway payment/order ID (razorpay_order_id)
14115
14133
  * @type {string}
14116
14134
  * @memberof DataTypesPayInvoiceResponse
14117
14135
  */
14118
- 'payment_order_id'?: string;
14136
+ 'payment_id'?: string;
14119
14137
  /**
14120
14138
  *
14121
14139
  * @type {string}
@@ -14123,11 +14141,11 @@ export interface DataTypesPayInvoiceResponse {
14123
14141
  */
14124
14142
  'payment_url'?: string;
14125
14143
  /**
14126
- * Razorpay public key for frontend
14144
+ * Gateway public key for frontend
14127
14145
  * @type {string}
14128
14146
  * @memberof DataTypesPayInvoiceResponse
14129
14147
  */
14130
- 'razorpay_key'?: string;
14148
+ 'public_key'?: string;
14131
14149
  /**
14132
14150
  *
14133
14151
  * @type {string}
package/dist/esm/api.d.ts CHANGED
@@ -14071,17 +14071,29 @@ export interface DataTypesPayInvoiceRequest {
14071
14071
  */
14072
14072
  export interface DataTypesPayInvoiceResponse {
14073
14073
  /**
14074
- *
14074
+ * Amount in currency units
14075
14075
  * @type {number}
14076
14076
  * @memberof DataTypesPayInvoiceResponse
14077
14077
  */
14078
14078
  'amount'?: number;
14079
+ /**
14080
+ *
14081
+ * @type {string}
14082
+ * @memberof DataTypesPayInvoiceResponse
14083
+ */
14084
+ 'created_at'?: string;
14079
14085
  /**
14080
14086
  *
14081
14087
  * @type {string}
14082
14088
  * @memberof DataTypesPayInvoiceResponse
14083
14089
  */
14084
14090
  'currency'?: string;
14091
+ /**
14092
+ * Razorpay customer ID for tokenization
14093
+ * @type {string}
14094
+ * @memberof DataTypesPayInvoiceResponse
14095
+ */
14096
+ 'customer_id'?: string;
14085
14097
  /**
14086
14098
  * Customer details for prefill
14087
14099
  * @type {{ [key: string]: any; }}
@@ -14095,13 +14107,13 @@ export interface DataTypesPayInvoiceResponse {
14095
14107
  * @type {string}
14096
14108
  * @memberof DataTypesPayInvoiceResponse
14097
14109
  */
14098
- 'gateway'?: string;
14110
+ 'expires_at'?: string;
14099
14111
  /**
14100
14112
  *
14101
14113
  * @type {string}
14102
14114
  * @memberof DataTypesPayInvoiceResponse
14103
14115
  */
14104
- 'gateway_order_id'?: string;
14116
+ 'gateway'?: string;
14105
14117
  /**
14106
14118
  *
14107
14119
  * @type {{ [key: string]: any; }}
@@ -14111,11 +14123,17 @@ export interface DataTypesPayInvoiceResponse {
14111
14123
  [key: string]: any;
14112
14124
  };
14113
14125
  /**
14114
- *
14126
+ * Internal order ID
14127
+ * @type {string}
14128
+ * @memberof DataTypesPayInvoiceResponse
14129
+ */
14130
+ 'order_id'?: string;
14131
+ /**
14132
+ * Gateway payment/order ID (razorpay_order_id)
14115
14133
  * @type {string}
14116
14134
  * @memberof DataTypesPayInvoiceResponse
14117
14135
  */
14118
- 'payment_order_id'?: string;
14136
+ 'payment_id'?: string;
14119
14137
  /**
14120
14138
  *
14121
14139
  * @type {string}
@@ -14123,11 +14141,11 @@ export interface DataTypesPayInvoiceResponse {
14123
14141
  */
14124
14142
  'payment_url'?: string;
14125
14143
  /**
14126
- * Razorpay public key for frontend
14144
+ * Gateway public key for frontend
14127
14145
  * @type {string}
14128
14146
  * @memberof DataTypesPayInvoiceResponse
14129
14147
  */
14130
- 'razorpay_key'?: string;
14148
+ 'public_key'?: string;
14131
14149
  /**
14132
14150
  *
14133
14151
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seekora-ai/admin-api",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "OpenAPI client for @seekora-ai/admin-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
Binary file
Binary file