@otr-app/shared-backend-generated-client 2.3.180 → 2.3.182

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.
@@ -17,6 +17,12 @@ export declare class StripeWebhookControllerApi {
17
17
  defaultHeaders: any;
18
18
  static $inject: string[];
19
19
  constructor($http: ng.IHttpService, $httpParamSerializer?: (d: any) => any, basePath?: string);
20
+ /**
21
+ *
22
+ * @summary handleStripeWebhookForConnectedAccounts
23
+ * @param request request
24
+ */
25
+ handleStripeWebhookForConnectedAccountsUsingPOST(request?: string, extraHttpRequestParams?: any): ng.IHttpPromise<string>;
20
26
  /**
21
27
  *
22
28
  * @summary handleStripeWebhookFromLawfirmAccount
@@ -23,6 +23,27 @@ var StripeWebhookControllerApi = /** @class */ (function () {
23
23
  this.basePath = basePath;
24
24
  }
25
25
  }
26
+ /**
27
+ *
28
+ * @summary handleStripeWebhookForConnectedAccounts
29
+ * @param request request
30
+ */
31
+ StripeWebhookControllerApi.prototype.handleStripeWebhookForConnectedAccountsUsingPOST = function (request, extraHttpRequestParams) {
32
+ var localVarPath = this.basePath + '/api/v1/stripe/acct_15jGdjA1uVHZiLuV/webhook/connected-account';
33
+ var queryParameters = {};
34
+ var headerParams = Object.assign({}, this.defaultHeaders);
35
+ var httpRequestParams = {
36
+ method: 'POST',
37
+ url: localVarPath,
38
+ data: request,
39
+ params: queryParameters,
40
+ headers: headerParams
41
+ };
42
+ if (extraHttpRequestParams) {
43
+ httpRequestParams = Object.assign(httpRequestParams, extraHttpRequestParams);
44
+ }
45
+ return this.$http(httpRequestParams);
46
+ };
26
47
  /**
27
48
  *
28
49
  * @summary handleStripeWebhookFromLawfirmAccount
@@ -15,7 +15,7 @@ export interface CaseCounterOptionModel {
15
15
  }
16
16
  export declare namespace CaseCounterOptionModel {
17
17
  enum TypeEnum {
18
- HIGHERFEE,
19
- WAIVEMBG
18
+ FEE,
19
+ MBG
20
20
  }
21
21
  }
@@ -16,7 +16,7 @@ var CaseCounterOptionModel;
16
16
  (function (CaseCounterOptionModel) {
17
17
  var TypeEnum;
18
18
  (function (TypeEnum) {
19
- TypeEnum[TypeEnum["HIGHERFEE"] = 'HIGHER_FEE'] = "HIGHERFEE";
20
- TypeEnum[TypeEnum["WAIVEMBG"] = 'WAIVE_MBG'] = "WAIVEMBG";
19
+ TypeEnum[TypeEnum["FEE"] = 'CHANGE_FEE'] = "FEE";
20
+ TypeEnum[TypeEnum["MBG"] = 'CHANGE_MBG'] = "MBG";
21
21
  })(TypeEnum = CaseCounterOptionModel.TypeEnum || (CaseCounterOptionModel.TypeEnum = {}));
22
22
  })(CaseCounterOptionModel = exports.CaseCounterOptionModel || (exports.CaseCounterOptionModel = {}));
@@ -15,7 +15,7 @@ export interface CounterOption {
15
15
  }
16
16
  export declare namespace CounterOption {
17
17
  enum CounterOptionTypeEnum {
18
- HIGHERFEE,
19
- WAIVEMBG
18
+ FEE,
19
+ MBG
20
20
  }
21
21
  }
@@ -16,7 +16,7 @@ var CounterOption;
16
16
  (function (CounterOption) {
17
17
  var CounterOptionTypeEnum;
18
18
  (function (CounterOptionTypeEnum) {
19
- CounterOptionTypeEnum[CounterOptionTypeEnum["HIGHERFEE"] = 'HIGHER_FEE'] = "HIGHERFEE";
20
- CounterOptionTypeEnum[CounterOptionTypeEnum["WAIVEMBG"] = 'WAIVE_MBG'] = "WAIVEMBG";
19
+ CounterOptionTypeEnum[CounterOptionTypeEnum["FEE"] = 'CHANGE_FEE'] = "FEE";
20
+ CounterOptionTypeEnum[CounterOptionTypeEnum["MBG"] = 'CHANGE_MBG'] = "MBG";
21
21
  })(CounterOptionTypeEnum = CounterOption.CounterOptionTypeEnum || (CounterOption.CounterOptionTypeEnum = {}));
22
22
  })(CounterOption = exports.CounterOption || (exports.CounterOption = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otr-app/shared-backend-generated-client",
3
- "version": "2.3.180",
3
+ "version": "2.3.182",
4
4
  "main": "dist/otrBackendService.min.js",
5
5
  "files": [
6
6
  "/dist"