@seekora-ai/admin-api 1.1.92 → 1.1.94

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.92
1
+ ## @seekora-ai/admin-api@1.1.94
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.92 --save
39
+ npm install @seekora-ai/admin-api@1.1.94 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -183,6 +183,17 @@ Class | Method | HTTP request | Description
183
183
  *AuthApi* | [**authUpdateSsoPost**](docs/AuthApi.md#authupdatessopost) | **POST** /Auth/update-sso | Link or Unlink an SSO provider
184
184
  *AutomatedRefundManagementApi* | [**refundAutomatedPreviewPost**](docs/AutomatedRefundManagementApi.md#refundautomatedpreviewpost) | **POST** /refund/automated/preview | Preview automated refund
185
185
  *AutomatedRefundManagementApi* | [**refundAutomatedProcessPost**](docs/AutomatedRefundManagementApi.md#refundautomatedprocesspost) | **POST** /refund/automated/process | Process automated refund
186
+ *BackofficeCustomPlansApi* | [**backofficePlansCustomGet**](docs/BackofficeCustomPlansApi.md#backofficeplanscustomget) | **GET** /backoffice/plans/custom | List custom plans
187
+ *BackofficeCustomPlansApi* | [**backofficePlansCustomIdDelete**](docs/BackofficeCustomPlansApi.md#backofficeplanscustomiddelete) | **DELETE** /backoffice/plans/custom/{id} | Soft-delete a custom plan
188
+ *BackofficeCustomPlansApi* | [**backofficePlansCustomIdGet**](docs/BackofficeCustomPlansApi.md#backofficeplanscustomidget) | **GET** /backoffice/plans/custom/{id} | Get a custom plan by ID
189
+ *BackofficeCustomPlansApi* | [**backofficePlansCustomIdMarkPaidPost**](docs/BackofficeCustomPlansApi.md#backofficeplanscustomidmarkpaidpost) | **POST** /backoffice/plans/custom/{id}/mark-paid | Mark a custom plan as paid (offline payment)
190
+ *BackofficeCustomPlansApi* | [**backofficePlansCustomIdNotifyPost**](docs/BackofficeCustomPlansApi.md#backofficeplanscustomidnotifypost) | **POST** /backoffice/plans/custom/{id}/notify | Send notification to org about custom plan
191
+ *BackofficeCustomPlansApi* | [**backofficePlansCustomIdPaymentLinkPost**](docs/BackofficeCustomPlansApi.md#backofficeplanscustomidpaymentlinkpost) | **POST** /backoffice/plans/custom/{id}/payment-link | Generate a payment link for a custom plan
192
+ *BackofficeCustomPlansApi* | [**backofficePlansCustomIdPut**](docs/BackofficeCustomPlansApi.md#backofficeplanscustomidput) | **PUT** /backoffice/plans/custom/{id} | Update a custom plan
193
+ *BackofficeCustomPlansApi* | [**backofficePlansCustomPost**](docs/BackofficeCustomPlansApi.md#backofficeplanscustompost) | **POST** /backoffice/plans/custom | Create a custom enterprise plan
194
+ *BackofficePaymentLinksApi* | [**backofficePaymentLinksGet**](docs/BackofficePaymentLinksApi.md#backofficepaymentlinksget) | **GET** /backoffice/payment-links | List payment links
195
+ *BackofficePaymentLinksApi* | [**backofficePaymentLinksIdCancelPost**](docs/BackofficePaymentLinksApi.md#backofficepaymentlinksidcancelpost) | **POST** /backoffice/payment-links/{id}/cancel | Cancel a payment link
196
+ *BackofficePaymentLinksApi* | [**backofficePaymentLinksIdGet**](docs/BackofficePaymentLinksApi.md#backofficepaymentlinksidget) | **GET** /backoffice/payment-links/{id} | Get a payment link by ID
186
197
  *BillingDashboardApi* | [**adminBillingActivePlanGet**](docs/BillingDashboardApi.md#adminbillingactiveplanget) | **GET** /admin/billing/active-plan | Get current active plan details
187
198
  *BillingDashboardApi* | [**adminBillingAlertsGet**](docs/BillingDashboardApi.md#adminbillingalertsget) | **GET** /admin/billing/alerts | Get billing alerts
188
199
  *BillingDashboardApi* | [**adminBillingAlertsIdDelete**](docs/BillingDashboardApi.md#adminbillingalertsiddelete) | **DELETE** /admin/billing/alerts/{id} | Delete billing alert
@@ -428,7 +439,7 @@ Class | Method | HTTP request | Description
428
439
  *ParentMenusApi* | [**miscParentMenusIdPut**](docs/ParentMenusApi.md#miscparentmenusidput) | **PUT** /misc/ParentMenus/{id} | Update an existing parent menu
429
440
  *ParentMenusApi* | [**miscParentMenusPost**](docs/ParentMenusApi.md#miscparentmenuspost) | **POST** /misc/ParentMenus | Creates a new parent menu
430
441
  *PaymentGatewayApi* | [**adminPaymentGatewayCreateOrderPost**](docs/PaymentGatewayApi.md#adminpaymentgatewaycreateorderpost) | **POST** /admin/payment-gateway/create-order | Create a new payment order
431
- *PaymentGatewayApi* | [**adminPaymentGatewayCreditPlansGet**](docs/PaymentGatewayApi.md#adminpaymentgatewaycreditplansget) | **GET** /admin/payment-gateway/credit-plans | Get available credit plans
442
+ *PaymentGatewayApi* | [**adminPaymentGatewayCreditPlansGet**](docs/PaymentGatewayApi.md#adminpaymentgatewaycreditplansget) | **GET** /admin/payment-gateway/credit-plans | Get available credit plans (including org-specific custom plans)
432
443
  *PaymentGatewayApi* | [**adminPaymentGatewayGatewaysGet**](docs/PaymentGatewayApi.md#adminpaymentgatewaygatewaysget) | **GET** /admin/payment-gateway/gateways | Get available payment gateways
433
444
  *PaymentGatewayApi* | [**adminPaymentGatewayOrdersGet**](docs/PaymentGatewayApi.md#adminpaymentgatewayordersget) | **GET** /admin/payment-gateway/orders | List orders (paginated)
434
445
  *PaymentGatewayApi* | [**adminPaymentGatewayOrdersIdGet**](docs/PaymentGatewayApi.md#adminpaymentgatewayordersidget) | **GET** /admin/payment-gateway/orders/{id} | Get single order details with transactions and invoice
@@ -437,7 +448,7 @@ Class | Method | HTTP request | Description
437
448
  *PaymentGatewayApi* | [**adminPaymentGatewayVerifyInvoicePost**](docs/PaymentGatewayApi.md#adminpaymentgatewayverifyinvoicepost) | **POST** /admin/payment-gateway/verify-invoice | Verify invoice payment (simplified)
438
449
  *PaymentGatewayApi* | [**adminPaymentGatewayVerifyOrderIdGet**](docs/PaymentGatewayApi.md#adminpaymentgatewayverifyorderidget) | **GET** /admin/payment-gateway/verify/{order_id} | Verify payment status by order ID
439
450
  *PaymentGatewayApi* | [**adminPaymentGatewayVerifyPost**](docs/PaymentGatewayApi.md#adminpaymentgatewayverifypost) | **POST** /admin/payment-gateway/verify | Verify payment status
440
- *PaymentGatewayApi* | [**v1CreditPlansGet**](docs/PaymentGatewayApi.md#v1creditplansget) | **GET** /v1/credit-plans | Get available credit plans
451
+ *PaymentGatewayApi* | [**v1CreditPlansGet**](docs/PaymentGatewayApi.md#v1creditplansget) | **GET** /v1/credit-plans | Get available credit plans (public)
441
452
  *PaymentGatewayApi* | [**v1SubscriptionPlansGet**](docs/PaymentGatewayApi.md#v1subscriptionplansget) | **GET** /v1/subscription-plans | Get subscription plans grouped by tier
442
453
  *PaymentGatewayApi* | [**v1SubscriptionPlansIdGet**](docs/PaymentGatewayApi.md#v1subscriptionplansidget) | **GET** /v1/subscription-plans/{id} | Get a single subscription plan by ID or identifier
443
454
  *PaymentsApi* | [**adminPaymentsGet**](docs/PaymentsApi.md#adminpaymentsget) | **GET** /admin/payments/ | Fetches list of all payments
@@ -957,6 +968,7 @@ Class | Method | HTTP request | Description
957
968
  - [DataTypesConsumptionHistoryResponse](docs/DataTypesConsumptionHistoryResponse.md)
958
969
  - [DataTypesConsumptionSummary](docs/DataTypesConsumptionSummary.md)
959
970
  - [DataTypesCreateAnalyticsRuleRequest](docs/DataTypesCreateAnalyticsRuleRequest.md)
971
+ - [DataTypesCreateCustomPlanRequest](docs/DataTypesCreateCustomPlanRequest.md)
960
972
  - [DataTypesCreateCustomWordListRequest](docs/DataTypesCreateCustomWordListRequest.md)
961
973
  - [DataTypesCreateExperimentRequest](docs/DataTypesCreateExperimentRequest.md)
962
974
  - [DataTypesCreateLimitRequestDto](docs/DataTypesCreateLimitRequestDto.md)
@@ -984,6 +996,8 @@ Class | Method | HTTP request | Description
984
996
  - [DataTypesCreditPlanDetails](docs/DataTypesCreditPlanDetails.md)
985
997
  - [DataTypesCreditsConsumedGraphResponse](docs/DataTypesCreditsConsumedGraphResponse.md)
986
998
  - [DataTypesCurrentPlanInfo](docs/DataTypesCurrentPlanInfo.md)
999
+ - [DataTypesCustomPlanListResponse](docs/DataTypesCustomPlanListResponse.md)
1000
+ - [DataTypesCustomPlanResponse](docs/DataTypesCustomPlanResponse.md)
987
1001
  - [DataTypesCustomWordListResponseWrapper](docs/DataTypesCustomWordListResponseWrapper.md)
988
1002
  - [DataTypesCustomWordListWithWords](docs/DataTypesCustomWordListWithWords.md)
989
1003
  - [DataTypesCustomWordListsResponse](docs/DataTypesCustomWordListsResponse.md)
@@ -1047,6 +1061,7 @@ Class | Method | HTTP request | Description
1047
1061
  - [DataTypesGatewayListResponse](docs/DataTypesGatewayListResponse.md)
1048
1062
  - [DataTypesGenerateInvoiceReceiptRequest](docs/DataTypesGenerateInvoiceReceiptRequest.md)
1049
1063
  - [DataTypesGenerateInvoiceReceiptResponse](docs/DataTypesGenerateInvoiceReceiptResponse.md)
1064
+ - [DataTypesGeneratePaymentLinkRequest](docs/DataTypesGeneratePaymentLinkRequest.md)
1050
1065
  - [DataTypesGenericResponseAnalyticsABTestResponse](docs/DataTypesGenericResponseAnalyticsABTestResponse.md)
1051
1066
  - [DataTypesGenericResponseAnalyticsClickMetrics](docs/DataTypesGenericResponseAnalyticsClickMetrics.md)
1052
1067
  - [DataTypesGenericResponseAnalyticsCohortBehaviorResult](docs/DataTypesGenericResponseAnalyticsCohortBehaviorResult.md)
@@ -1152,6 +1167,7 @@ Class | Method | HTTP request | Description
1152
1167
  - [DataTypesLoginResponseWrapper](docs/DataTypesLoginResponseWrapper.md)
1153
1168
  - [DataTypesManualConsumeCreditsRequest](docs/DataTypesManualConsumeCreditsRequest.md)
1154
1169
  - [DataTypesManualCreditAdjustmentRequest](docs/DataTypesManualCreditAdjustmentRequest.md)
1170
+ - [DataTypesMarkPaidRequest](docs/DataTypesMarkPaidRequest.md)
1155
1171
  - [DataTypesMenu](docs/DataTypesMenu.md)
1156
1172
  - [DataTypesMenuAccess](docs/DataTypesMenuAccess.md)
1157
1173
  - [DataTypesMenuAccessListResponse](docs/DataTypesMenuAccessListResponse.md)
@@ -1189,11 +1205,13 @@ Class | Method | HTTP request | Description
1189
1205
  - [DataTypesNotificationStatus](docs/DataTypesNotificationStatus.md)
1190
1206
  - [DataTypesNotificationTemplate](docs/DataTypesNotificationTemplate.md)
1191
1207
  - [DataTypesNotificationType](docs/DataTypesNotificationType.md)
1208
+ - [DataTypesNotifyOrgRequest](docs/DataTypesNotifyOrgRequest.md)
1192
1209
  - [DataTypesNumericFieldStats](docs/DataTypesNumericFieldStats.md)
1193
1210
  - [DataTypesOTPPayload](docs/DataTypesOTPPayload.md)
1194
1211
  - [DataTypesOfficialSearchResponse](docs/DataTypesOfficialSearchResponse.md)
1195
1212
  - [DataTypesOfficialSearchResponseWrapper](docs/DataTypesOfficialSearchResponseWrapper.md)
1196
1213
  - [DataTypesOfficialSearchResult](docs/DataTypesOfficialSearchResult.md)
1214
+ - [DataTypesOfflinePaymentResponse](docs/DataTypesOfflinePaymentResponse.md)
1197
1215
  - [DataTypesOnboardingOrgDetails](docs/DataTypesOnboardingOrgDetails.md)
1198
1216
  - [DataTypesOnboardingRequest](docs/DataTypesOnboardingRequest.md)
1199
1217
  - [DataTypesOnboardingResponse](docs/DataTypesOnboardingResponse.md)
@@ -1223,6 +1241,8 @@ Class | Method | HTTP request | Description
1223
1241
  - [DataTypesPayInvoiceRequest](docs/DataTypesPayInvoiceRequest.md)
1224
1242
  - [DataTypesPayInvoiceResponse](docs/DataTypesPayInvoiceResponse.md)
1225
1243
  - [DataTypesPayment](docs/DataTypesPayment.md)
1244
+ - [DataTypesPaymentLinkListResponse](docs/DataTypesPaymentLinkListResponse.md)
1245
+ - [DataTypesPaymentLinkResponse](docs/DataTypesPaymentLinkResponse.md)
1226
1246
  - [DataTypesPaymentRequestDto](docs/DataTypesPaymentRequestDto.md)
1227
1247
  - [DataTypesPaymentResponse](docs/DataTypesPaymentResponse.md)
1228
1248
  - [DataTypesPaymentStatusPollResponse](docs/DataTypesPaymentStatusPollResponse.md)
@@ -1363,6 +1383,7 @@ Class | Method | HTTP request | Description
1363
1383
  - [DataTypesUnreadCountData](docs/DataTypesUnreadCountData.md)
1364
1384
  - [DataTypesUnreadCountResponse](docs/DataTypesUnreadCountResponse.md)
1365
1385
  - [DataTypesUpdateAnalyticsRuleRequest](docs/DataTypesUpdateAnalyticsRuleRequest.md)
1386
+ - [DataTypesUpdateCustomPlanRequest](docs/DataTypesUpdateCustomPlanRequest.md)
1366
1387
  - [DataTypesUpdateCustomWordListRequest](docs/DataTypesUpdateCustomWordListRequest.md)
1367
1388
  - [DataTypesUpdateExperimentRequest](docs/DataTypesUpdateExperimentRequest.md)
1368
1389
  - [DataTypesUpdateIndexSchemaRequest](docs/DataTypesUpdateIndexSchemaRequest.md)