tremendous 4.5.0 → 4.6.0

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/dist/api.d.ts CHANGED
@@ -11,6 +11,7 @@
11
11
  */
12
12
  import type { Configuration } from './configuration';
13
13
  import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
14
+ import globalAxios from 'axios';
14
15
  import type { RequestArgs } from './base';
15
16
  import { BaseAPI } from './base';
16
17
  /**
@@ -1728,7 +1729,7 @@ export declare const CurrencyCodes: {
1728
1729
  readonly Bob: "BOB";
1729
1730
  readonly Brl: "BRL";
1730
1731
  readonly Bwp: "BWP";
1731
- readonly Byr: "BYR";
1732
+ readonly Byn: "BYN";
1732
1733
  readonly Bzd: "BZD";
1733
1734
  readonly Cdf: "CDF";
1734
1735
  readonly Chf: "CHF";
@@ -1742,7 +1743,6 @@ export declare const CurrencyCodes: {
1742
1743
  readonly Dkk: "DKK";
1743
1744
  readonly Dop: "DOP";
1744
1745
  readonly Dzd: "DZD";
1745
- readonly Eek: "EEK";
1746
1746
  readonly Egp: "EGP";
1747
1747
  readonly Ern: "ERN";
1748
1748
  readonly Etb: "ETB";
@@ -1771,8 +1771,6 @@ export declare const CurrencyCodes: {
1771
1771
  readonly Kzt: "KZT";
1772
1772
  readonly Lbp: "LBP";
1773
1773
  readonly Lkr: "LKR";
1774
- readonly Ltl: "LTL";
1775
- readonly Lvl: "LVL";
1776
1774
  readonly Mad: "MAD";
1777
1775
  readonly Mdl: "MDL";
1778
1776
  readonly Mga: "MGA";
@@ -1824,7 +1822,6 @@ export declare const CurrencyCodes: {
1824
1822
  readonly Xof: "XOF";
1825
1823
  readonly Yer: "YER";
1826
1824
  readonly Zar: "ZAR";
1827
- readonly Zmk: "ZMK";
1828
1825
  };
1829
1826
  export type CurrencyCodes = typeof CurrencyCodes[keyof typeof CurrencyCodes];
1830
1827
  /**
@@ -5027,7 +5024,7 @@ export declare const ListProductsResponseProductsInnerCurrencyCodesEnum: {
5027
5024
  readonly Bob: "BOB";
5028
5025
  readonly Brl: "BRL";
5029
5026
  readonly Bwp: "BWP";
5030
- readonly Byr: "BYR";
5027
+ readonly Byn: "BYN";
5031
5028
  readonly Bzd: "BZD";
5032
5029
  readonly Cdf: "CDF";
5033
5030
  readonly Chf: "CHF";
@@ -5041,7 +5038,6 @@ export declare const ListProductsResponseProductsInnerCurrencyCodesEnum: {
5041
5038
  readonly Dkk: "DKK";
5042
5039
  readonly Dop: "DOP";
5043
5040
  readonly Dzd: "DZD";
5044
- readonly Eek: "EEK";
5045
5041
  readonly Egp: "EGP";
5046
5042
  readonly Ern: "ERN";
5047
5043
  readonly Etb: "ETB";
@@ -5070,8 +5066,6 @@ export declare const ListProductsResponseProductsInnerCurrencyCodesEnum: {
5070
5066
  readonly Kzt: "KZT";
5071
5067
  readonly Lbp: "LBP";
5072
5068
  readonly Lkr: "LKR";
5073
- readonly Ltl: "LTL";
5074
- readonly Lvl: "LVL";
5075
5069
  readonly Mad: "MAD";
5076
5070
  readonly Mdl: "MDL";
5077
5071
  readonly Mga: "MGA";
@@ -5123,7 +5117,6 @@ export declare const ListProductsResponseProductsInnerCurrencyCodesEnum: {
5123
5117
  readonly Xof: "XOF";
5124
5118
  readonly Yer: "YER";
5125
5119
  readonly Zar: "ZAR";
5126
- readonly Zmk: "ZMK";
5127
5120
  };
5128
5121
  export type ListProductsResponseProductsInnerCurrencyCodesEnum = typeof ListProductsResponseProductsInnerCurrencyCodesEnum[keyof typeof ListProductsResponseProductsInnerCurrencyCodesEnum];
5129
5122
  /**
@@ -5413,7 +5406,7 @@ export declare const ListRewards200ResponseRewardsInnerValueCurrencyCodeEnum: {
5413
5406
  readonly Bob: "BOB";
5414
5407
  readonly Brl: "BRL";
5415
5408
  readonly Bwp: "BWP";
5416
- readonly Byr: "BYR";
5409
+ readonly Byn: "BYN";
5417
5410
  readonly Bzd: "BZD";
5418
5411
  readonly Cdf: "CDF";
5419
5412
  readonly Chf: "CHF";
@@ -5427,7 +5420,6 @@ export declare const ListRewards200ResponseRewardsInnerValueCurrencyCodeEnum: {
5427
5420
  readonly Dkk: "DKK";
5428
5421
  readonly Dop: "DOP";
5429
5422
  readonly Dzd: "DZD";
5430
- readonly Eek: "EEK";
5431
5423
  readonly Egp: "EGP";
5432
5424
  readonly Ern: "ERN";
5433
5425
  readonly Etb: "ETB";
@@ -5456,8 +5448,6 @@ export declare const ListRewards200ResponseRewardsInnerValueCurrencyCodeEnum: {
5456
5448
  readonly Kzt: "KZT";
5457
5449
  readonly Lbp: "LBP";
5458
5450
  readonly Lkr: "LKR";
5459
- readonly Ltl: "LTL";
5460
- readonly Lvl: "LVL";
5461
5451
  readonly Mad: "MAD";
5462
5452
  readonly Mdl: "MDL";
5463
5453
  readonly Mga: "MGA";
@@ -5509,7 +5499,6 @@ export declare const ListRewards200ResponseRewardsInnerValueCurrencyCodeEnum: {
5509
5499
  readonly Xof: "XOF";
5510
5500
  readonly Yer: "YER";
5511
5501
  readonly Zar: "ZAR";
5512
- readonly Zmk: "ZMK";
5513
5502
  };
5514
5503
  export type ListRewards200ResponseRewardsInnerValueCurrencyCodeEnum = typeof ListRewards200ResponseRewardsInnerValueCurrencyCodeEnum[keyof typeof ListRewards200ResponseRewardsInnerValueCurrencyCodeEnum];
5515
5504
  /**
@@ -6770,7 +6759,7 @@ export declare const ProductCurrencyCodesEnum: {
6770
6759
  readonly Bob: "BOB";
6771
6760
  readonly Brl: "BRL";
6772
6761
  readonly Bwp: "BWP";
6773
- readonly Byr: "BYR";
6762
+ readonly Byn: "BYN";
6774
6763
  readonly Bzd: "BZD";
6775
6764
  readonly Cdf: "CDF";
6776
6765
  readonly Chf: "CHF";
@@ -6784,7 +6773,6 @@ export declare const ProductCurrencyCodesEnum: {
6784
6773
  readonly Dkk: "DKK";
6785
6774
  readonly Dop: "DOP";
6786
6775
  readonly Dzd: "DZD";
6787
- readonly Eek: "EEK";
6788
6776
  readonly Egp: "EGP";
6789
6777
  readonly Ern: "ERN";
6790
6778
  readonly Etb: "ETB";
@@ -6813,8 +6801,6 @@ export declare const ProductCurrencyCodesEnum: {
6813
6801
  readonly Kzt: "KZT";
6814
6802
  readonly Lbp: "LBP";
6815
6803
  readonly Lkr: "LKR";
6816
- readonly Ltl: "LTL";
6817
- readonly Lvl: "LVL";
6818
6804
  readonly Mad: "MAD";
6819
6805
  readonly Mdl: "MDL";
6820
6806
  readonly Mga: "MGA";
@@ -6866,7 +6852,6 @@ export declare const ProductCurrencyCodesEnum: {
6866
6852
  readonly Xof: "XOF";
6867
6853
  readonly Yer: "YER";
6868
6854
  readonly Zar: "ZAR";
6869
- readonly Zmk: "ZMK";
6870
6855
  };
6871
6856
  export type ProductCurrencyCodesEnum = typeof ProductCurrencyCodesEnum[keyof typeof ProductCurrencyCodesEnum];
6872
6857
  /**
@@ -7497,7 +7482,7 @@ export declare const RewardValueCurrencyCodeEnum: {
7497
7482
  readonly Bob: "BOB";
7498
7483
  readonly Brl: "BRL";
7499
7484
  readonly Bwp: "BWP";
7500
- readonly Byr: "BYR";
7485
+ readonly Byn: "BYN";
7501
7486
  readonly Bzd: "BZD";
7502
7487
  readonly Cdf: "CDF";
7503
7488
  readonly Chf: "CHF";
@@ -7511,7 +7496,6 @@ export declare const RewardValueCurrencyCodeEnum: {
7511
7496
  readonly Dkk: "DKK";
7512
7497
  readonly Dop: "DOP";
7513
7498
  readonly Dzd: "DZD";
7514
- readonly Eek: "EEK";
7515
7499
  readonly Egp: "EGP";
7516
7500
  readonly Ern: "ERN";
7517
7501
  readonly Etb: "ETB";
@@ -7540,8 +7524,6 @@ export declare const RewardValueCurrencyCodeEnum: {
7540
7524
  readonly Kzt: "KZT";
7541
7525
  readonly Lbp: "LBP";
7542
7526
  readonly Lkr: "LKR";
7543
- readonly Ltl: "LTL";
7544
- readonly Lvl: "LVL";
7545
7527
  readonly Mad: "MAD";
7546
7528
  readonly Mdl: "MDL";
7547
7529
  readonly Mga: "MGA";
@@ -7593,7 +7575,6 @@ export declare const RewardValueCurrencyCodeEnum: {
7593
7575
  readonly Xof: "XOF";
7594
7576
  readonly Yer: "YER";
7595
7577
  readonly Zar: "ZAR";
7596
- readonly Zmk: "ZMK";
7597
7578
  };
7598
7579
  export type RewardValueCurrencyCodeEnum = typeof RewardValueCurrencyCodeEnum[keyof typeof RewardValueCurrencyCodeEnum];
7599
7580
  /**
@@ -8555,7 +8536,7 @@ export declare class BalanceTransactionsApi extends BaseAPI {
8555
8536
  * @throws {RequiredError}
8556
8537
  * @memberof BalanceTransactionsApi
8557
8538
  */
8558
- listBalanceTransactions(offset?: number, limit?: number, createdAtGte?: string, createdAtLte?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListBalanceTransactions200Response, any, {}>>;
8539
+ listBalanceTransactions(offset?: number, limit?: number, createdAtGte?: string, createdAtLte?: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListBalanceTransactions200Response, any, {}>>;
8559
8540
  }
8560
8541
  /**
8561
8542
  * CampaignsApi - axios parameter creator
@@ -8686,7 +8667,7 @@ export declare class CampaignsApi extends BaseAPI {
8686
8667
  * @throws {RequiredError}
8687
8668
  * @memberof CampaignsApi
8688
8669
  */
8689
- createCampaign(createCampaignRequest: CreateCampaignRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateCampaign200Response, any, {}>>;
8670
+ createCampaign(createCampaignRequest: CreateCampaignRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateCampaign200Response, any, {}>>;
8690
8671
  /**
8691
8672
  * Retrieve a campaign, identified by the given `id` in the URL
8692
8673
  * @summary Retrieve campaign
@@ -8695,7 +8676,7 @@ export declare class CampaignsApi extends BaseAPI {
8695
8676
  * @throws {RequiredError}
8696
8677
  * @memberof CampaignsApi
8697
8678
  */
8698
- getCampaign(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateCampaign200Response, any, {}>>;
8679
+ getCampaign(id: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateCampaign200Response, any, {}>>;
8699
8680
  /**
8700
8681
  * Retrieve a list of all campaigns created in your account
8701
8682
  * @summary List campaigns
@@ -8703,7 +8684,7 @@ export declare class CampaignsApi extends BaseAPI {
8703
8684
  * @throws {RequiredError}
8704
8685
  * @memberof CampaignsApi
8705
8686
  */
8706
- listCampaigns(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListCampaigns200Response, any, {}>>;
8687
+ listCampaigns(options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListCampaigns200Response, any, {}>>;
8707
8688
  /**
8708
8689
  *
8709
8690
  * @summary Update campaign
@@ -8713,7 +8694,7 @@ export declare class CampaignsApi extends BaseAPI {
8713
8694
  * @throws {RequiredError}
8714
8695
  * @memberof CampaignsApi
8715
8696
  */
8716
- updateCampaign(id: string, updateCampaignRequest: UpdateCampaignRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateCampaign200Response, any, {}>>;
8697
+ updateCampaign(id: string, updateCampaignRequest: UpdateCampaignRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateCampaign200Response, any, {}>>;
8717
8698
  }
8718
8699
  /**
8719
8700
  * ConnectedOrganizationMembersApi - axios parameter creator
@@ -8737,6 +8718,14 @@ export declare const ConnectedOrganizationMembersApiAxiosParamCreator: (configur
8737
8718
  * @throws {RequiredError}
8738
8719
  */
8739
8720
  createConnectedOrganizationMemberSession: (id: string, createConnectedOrganizationMemberSessionRequest: CreateConnectedOrganizationMemberSessionRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8721
+ /**
8722
+ * Removes a connected organization member. If the member has completed registration and has an associated Tremendous member, that membership is also revoked. The connected organization itself is not affected.
8723
+ * @summary Remove a connected organization member
8724
+ * @param {string} id ID of the connected organization member to remove.
8725
+ * @param {*} [options] Override http request option.
8726
+ * @throws {RequiredError}
8727
+ */
8728
+ deleteConnectedOrganizationMember: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8740
8729
  /**
8741
8730
  * Retrieve the connected organization member, identified by the given `id` in the URL
8742
8731
  * @summary Retrieve a connected organization member
@@ -8778,6 +8767,14 @@ export declare const ConnectedOrganizationMembersApiFp: (configuration?: Configu
8778
8767
  * @throws {RequiredError}
8779
8768
  */
8780
8769
  createConnectedOrganizationMemberSession(id: string, createConnectedOrganizationMemberSessionRequest: CreateConnectedOrganizationMemberSessionRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateConnectedOrganizationMemberSession200Response>>;
8770
+ /**
8771
+ * Removes a connected organization member. If the member has completed registration and has an associated Tremendous member, that membership is also revoked. The connected organization itself is not affected.
8772
+ * @summary Remove a connected organization member
8773
+ * @param {string} id ID of the connected organization member to remove.
8774
+ * @param {*} [options] Override http request option.
8775
+ * @throws {RequiredError}
8776
+ */
8777
+ deleteConnectedOrganizationMember(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateConnectedOrganizationMember200Response>>;
8781
8778
  /**
8782
8779
  * Retrieve the connected organization member, identified by the given `id` in the URL
8783
8780
  * @summary Retrieve a connected organization member
@@ -8819,6 +8816,14 @@ export declare const ConnectedOrganizationMembersApiFactory: (configuration?: Co
8819
8816
  * @throws {RequiredError}
8820
8817
  */
8821
8818
  createConnectedOrganizationMemberSession(id: string, createConnectedOrganizationMemberSessionRequest: CreateConnectedOrganizationMemberSessionRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateConnectedOrganizationMemberSession200Response>;
8819
+ /**
8820
+ * Removes a connected organization member. If the member has completed registration and has an associated Tremendous member, that membership is also revoked. The connected organization itself is not affected.
8821
+ * @summary Remove a connected organization member
8822
+ * @param {string} id ID of the connected organization member to remove.
8823
+ * @param {*} [options] Override http request option.
8824
+ * @throws {RequiredError}
8825
+ */
8826
+ deleteConnectedOrganizationMember(id: string, options?: RawAxiosRequestConfig): AxiosPromise<CreateConnectedOrganizationMember200Response>;
8822
8827
  /**
8823
8828
  * Retrieve the connected organization member, identified by the given `id` in the URL
8824
8829
  * @summary Retrieve a connected organization member
@@ -8853,7 +8858,7 @@ export declare class ConnectedOrganizationMembersApi extends BaseAPI {
8853
8858
  * @throws {RequiredError}
8854
8859
  * @memberof ConnectedOrganizationMembersApi
8855
8860
  */
8856
- createConnectedOrganizationMember(createConnectedOrganizationMemberRequest: CreateConnectedOrganizationMemberRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateConnectedOrganizationMember200Response, any, {}>>;
8861
+ createConnectedOrganizationMember(createConnectedOrganizationMemberRequest: CreateConnectedOrganizationMemberRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateConnectedOrganizationMember200Response, any, {}>>;
8857
8862
  /**
8858
8863
  * Create a connected organization member session.
8859
8864
  * @summary Create connected organization member session
@@ -8863,7 +8868,16 @@ export declare class ConnectedOrganizationMembersApi extends BaseAPI {
8863
8868
  * @throws {RequiredError}
8864
8869
  * @memberof ConnectedOrganizationMembersApi
8865
8870
  */
8866
- createConnectedOrganizationMemberSession(id: string, createConnectedOrganizationMemberSessionRequest: CreateConnectedOrganizationMemberSessionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateConnectedOrganizationMemberSession200Response, any, {}>>;
8871
+ createConnectedOrganizationMemberSession(id: string, createConnectedOrganizationMemberSessionRequest: CreateConnectedOrganizationMemberSessionRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateConnectedOrganizationMemberSession200Response, any, {}>>;
8872
+ /**
8873
+ * Removes a connected organization member. If the member has completed registration and has an associated Tremendous member, that membership is also revoked. The connected organization itself is not affected.
8874
+ * @summary Remove a connected organization member
8875
+ * @param {string} id ID of the connected organization member to remove.
8876
+ * @param {*} [options] Override http request option.
8877
+ * @throws {RequiredError}
8878
+ * @memberof ConnectedOrganizationMembersApi
8879
+ */
8880
+ deleteConnectedOrganizationMember(id: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateConnectedOrganizationMember200Response, any, {}>>;
8867
8881
  /**
8868
8882
  * Retrieve the connected organization member, identified by the given `id` in the URL
8869
8883
  * @summary Retrieve a connected organization member
@@ -8872,7 +8886,7 @@ export declare class ConnectedOrganizationMembersApi extends BaseAPI {
8872
8886
  * @throws {RequiredError}
8873
8887
  * @memberof ConnectedOrganizationMembersApi
8874
8888
  */
8875
- getConnectedOrganizationMember(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateConnectedOrganizationMember200Response, any, {}>>;
8889
+ getConnectedOrganizationMember(id: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateConnectedOrganizationMember200Response, any, {}>>;
8876
8890
  /**
8877
8891
  * Retrieve a list of connected organization members.
8878
8892
  * @summary List connected organization members
@@ -8883,7 +8897,7 @@ export declare class ConnectedOrganizationMembersApi extends BaseAPI {
8883
8897
  * @throws {RequiredError}
8884
8898
  * @memberof ConnectedOrganizationMembersApi
8885
8899
  */
8886
- listConnectedOrganizationMembers(connectedOrganizationId: string, offset?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListConnectedOrganizationMembers200Response, any, {}>>;
8900
+ listConnectedOrganizationMembers(connectedOrganizationId: string, offset?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListConnectedOrganizationMembers200Response, any, {}>>;
8887
8901
  }
8888
8902
  /**
8889
8903
  * ConnectedOrganizationsApi - axios parameter creator
@@ -8898,6 +8912,14 @@ export declare const ConnectedOrganizationsApiAxiosParamCreator: (configuration?
8898
8912
  * @throws {RequiredError}
8899
8913
  */
8900
8914
  createConnectedOrganization: (createConnectedOrganizationRequest: CreateConnectedOrganizationRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8915
+ /**
8916
+ * Deletes a connected organization and revokes the associated OAuth connection. The underlying Tremendous organization is not affected and remains accessible.
8917
+ * @summary Delete a connected organization
8918
+ * @param {string} id ID of the connected organization to delete.
8919
+ * @param {*} [options] Override http request option.
8920
+ * @throws {RequiredError}
8921
+ */
8922
+ deleteConnectedOrganization: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8901
8923
  /**
8902
8924
  * Retrieve the connected organization, identified by the given `id` in the URL
8903
8925
  * @summary Retrieve a connected organization
@@ -8929,6 +8951,14 @@ export declare const ConnectedOrganizationsApiFp: (configuration?: Configuration
8929
8951
  * @throws {RequiredError}
8930
8952
  */
8931
8953
  createConnectedOrganization(createConnectedOrganizationRequest: CreateConnectedOrganizationRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateConnectedOrganization200Response>>;
8954
+ /**
8955
+ * Deletes a connected organization and revokes the associated OAuth connection. The underlying Tremendous organization is not affected and remains accessible.
8956
+ * @summary Delete a connected organization
8957
+ * @param {string} id ID of the connected organization to delete.
8958
+ * @param {*} [options] Override http request option.
8959
+ * @throws {RequiredError}
8960
+ */
8961
+ deleteConnectedOrganization(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateConnectedOrganization200Response>>;
8932
8962
  /**
8933
8963
  * Retrieve the connected organization, identified by the given `id` in the URL
8934
8964
  * @summary Retrieve a connected organization
@@ -8960,6 +8990,14 @@ export declare const ConnectedOrganizationsApiFactory: (configuration?: Configur
8960
8990
  * @throws {RequiredError}
8961
8991
  */
8962
8992
  createConnectedOrganization(createConnectedOrganizationRequest: CreateConnectedOrganizationRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateConnectedOrganization200Response>;
8993
+ /**
8994
+ * Deletes a connected organization and revokes the associated OAuth connection. The underlying Tremendous organization is not affected and remains accessible.
8995
+ * @summary Delete a connected organization
8996
+ * @param {string} id ID of the connected organization to delete.
8997
+ * @param {*} [options] Override http request option.
8998
+ * @throws {RequiredError}
8999
+ */
9000
+ deleteConnectedOrganization(id: string, options?: RawAxiosRequestConfig): AxiosPromise<CreateConnectedOrganization200Response>;
8963
9001
  /**
8964
9002
  * Retrieve the connected organization, identified by the given `id` in the URL
8965
9003
  * @summary Retrieve a connected organization
@@ -8993,7 +9031,16 @@ export declare class ConnectedOrganizationsApi extends BaseAPI {
8993
9031
  * @throws {RequiredError}
8994
9032
  * @memberof ConnectedOrganizationsApi
8995
9033
  */
8996
- createConnectedOrganization(createConnectedOrganizationRequest: CreateConnectedOrganizationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateConnectedOrganization200Response, any, {}>>;
9034
+ createConnectedOrganization(createConnectedOrganizationRequest: CreateConnectedOrganizationRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateConnectedOrganization200Response, any, {}>>;
9035
+ /**
9036
+ * Deletes a connected organization and revokes the associated OAuth connection. The underlying Tremendous organization is not affected and remains accessible.
9037
+ * @summary Delete a connected organization
9038
+ * @param {string} id ID of the connected organization to delete.
9039
+ * @param {*} [options] Override http request option.
9040
+ * @throws {RequiredError}
9041
+ * @memberof ConnectedOrganizationsApi
9042
+ */
9043
+ deleteConnectedOrganization(id: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateConnectedOrganization200Response, any, {}>>;
8997
9044
  /**
8998
9045
  * Retrieve the connected organization, identified by the given `id` in the URL
8999
9046
  * @summary Retrieve a connected organization
@@ -9002,7 +9049,7 @@ export declare class ConnectedOrganizationsApi extends BaseAPI {
9002
9049
  * @throws {RequiredError}
9003
9050
  * @memberof ConnectedOrganizationsApi
9004
9051
  */
9005
- getConnectedOrganization(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateConnectedOrganization200Response, any, {}>>;
9052
+ getConnectedOrganization(id: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateConnectedOrganization200Response, any, {}>>;
9006
9053
  /**
9007
9054
  * Retrieve a list of connected organizations.
9008
9055
  * @summary List connected organizations
@@ -9012,7 +9059,7 @@ export declare class ConnectedOrganizationsApi extends BaseAPI {
9012
9059
  * @throws {RequiredError}
9013
9060
  * @memberof ConnectedOrganizationsApi
9014
9061
  */
9015
- listConnectedOrganizations(offset?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListConnectedOrganizations200Response, any, {}>>;
9062
+ listConnectedOrganizations(offset?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListConnectedOrganizations200Response, any, {}>>;
9016
9063
  }
9017
9064
  /**
9018
9065
  * FieldsApi - axios parameter creator
@@ -9092,7 +9139,7 @@ export declare class FieldsApi extends BaseAPI {
9092
9139
  * @throws {RequiredError}
9093
9140
  * @memberof FieldsApi
9094
9141
  */
9095
- createField(createFieldRequest: CreateFieldRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateField200Response, any, {}>>;
9142
+ createField(createFieldRequest: CreateFieldRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateField200Response, any, {}>>;
9096
9143
  /**
9097
9144
  * For reporting and analytics purposes, custom fields can be associated with rewards generated through the API. Custom fields must be first added by members of your admin team through the Tremendous Dashboard.
9098
9145
  * @summary List fields
@@ -9100,7 +9147,7 @@ export declare class FieldsApi extends BaseAPI {
9100
9147
  * @throws {RequiredError}
9101
9148
  * @memberof FieldsApi
9102
9149
  */
9103
- listFields(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListFields200Response, any, {}>>;
9150
+ listFields(options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListFields200Response, any, {}>>;
9104
9151
  }
9105
9152
  /**
9106
9153
  * ForexApi - axios parameter creator
@@ -9159,7 +9206,7 @@ export declare class ForexApi extends BaseAPI {
9159
9206
  * @throws {RequiredError}
9160
9207
  * @memberof ForexApi
9161
9208
  */
9162
- listForex(base?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListForexResponse, any, {}>>;
9209
+ listForex(base?: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListForexResponse, any, {}>>;
9163
9210
  }
9164
9211
  /**
9165
9212
  * FraudReviewsApi - axios parameter creator
@@ -9308,7 +9355,7 @@ export declare class FraudReviewsApi extends BaseAPI {
9308
9355
  * @throws {RequiredError}
9309
9356
  * @memberof FraudReviewsApi
9310
9357
  */
9311
- blockFraudReview(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetFraudReview200Response, any, {}>>;
9358
+ blockFraudReview(id: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetFraudReview200Response, any, {}>>;
9312
9359
  /**
9313
9360
  * Retrieve the details of a fraud review, identified by the given `id` in the URL. Returns additional details regarding the fraud review beyond what\'s provided in the List fraud reviews endpoint, including reward details, recipient geolocation, etc.
9314
9361
  * @summary Retrieve single fraud review
@@ -9317,7 +9364,7 @@ export declare class FraudReviewsApi extends BaseAPI {
9317
9364
  * @throws {RequiredError}
9318
9365
  * @memberof FraudReviewsApi
9319
9366
  */
9320
- getFraudReview(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetFraudReview200Response, any, {}>>;
9367
+ getFraudReview(id: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetFraudReview200Response, any, {}>>;
9321
9368
  /**
9322
9369
  * Retrieve a paginated list of all fraud reviews. List can be filtered by status, created or redeemed at dates.
9323
9370
  * @summary List fraud reviews
@@ -9332,7 +9379,7 @@ export declare class FraudReviewsApi extends BaseAPI {
9332
9379
  * @throws {RequiredError}
9333
9380
  * @memberof FraudReviewsApi
9334
9381
  */
9335
- listFraudReviews(offset?: number, limit?: number, status?: ListFraudReviewsStatusEnum, createdAtGte?: string, createdAtLte?: string, redeemedAtGte?: string, redeemedAtLte?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListFraudReviews200Response, any, {}>>;
9382
+ listFraudReviews(offset?: number, limit?: number, status?: ListFraudReviewsStatusEnum, createdAtGte?: string, createdAtLte?: string, redeemedAtGte?: string, redeemedAtLte?: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListFraudReviews200Response, any, {}>>;
9336
9383
  /**
9337
9384
  * Completes the fraud review identified by the given `id` in the URL, and releases the associated reward to the recipient.
9338
9385
  * @summary Release fraud review
@@ -9341,7 +9388,7 @@ export declare class FraudReviewsApi extends BaseAPI {
9341
9388
  * @throws {RequiredError}
9342
9389
  * @memberof FraudReviewsApi
9343
9390
  */
9344
- releaseFraudReview(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetFraudReview200Response, any, {}>>;
9391
+ releaseFraudReview(id: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetFraudReview200Response, any, {}>>;
9345
9392
  }
9346
9393
  /**
9347
9394
  * @export
@@ -9484,7 +9531,7 @@ export declare class FraudRulesApi extends BaseAPI {
9484
9531
  * @throws {RequiredError}
9485
9532
  * @memberof FraudRulesApi
9486
9533
  */
9487
- deleteFraudRule(ruleType: DeleteFraudRuleRuleTypeEnum, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteFraudRule200Response, any, {}>>;
9534
+ deleteFraudRule(ruleType: DeleteFraudRuleRuleTypeEnum, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<DeleteFraudRule200Response, any, {}>>;
9488
9535
  /**
9489
9536
  * Configure a fraud rule of the type passed in the URL. If a rule of the same type already exists, it will be overwritten.
9490
9537
  * @summary Configure fraud rule
@@ -9494,7 +9541,7 @@ export declare class FraudRulesApi extends BaseAPI {
9494
9541
  * @throws {RequiredError}
9495
9542
  * @memberof FraudRulesApi
9496
9543
  */
9497
- fraudRule(ruleType: FraudRuleRuleTypeEnum, fraudRuleRequest?: FraudRuleRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FraudRule200Response, any, {}>>;
9544
+ fraudRule(ruleType: FraudRuleRuleTypeEnum, fraudRuleRequest?: FraudRuleRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<FraudRule200Response, any, {}>>;
9498
9545
  /**
9499
9546
  * List active fraud rules associated with the organization tied to your API key.
9500
9547
  * @summary List fraud rules
@@ -9502,7 +9549,7 @@ export declare class FraudRulesApi extends BaseAPI {
9502
9549
  * @throws {RequiredError}
9503
9550
  * @memberof FraudRulesApi
9504
9551
  */
9505
- listFraudRules(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListFraudRules200Response, any, {}>>;
9552
+ listFraudRules(options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListFraudRules200Response, any, {}>>;
9506
9553
  /**
9507
9554
  * Use this endpoint to modify a list associated with an already-configured rule. Add and remove operations supported. For example, to append new IPs to the `review_ip` rule, a valid JSON body would be: ```json { \"operation\": \"add\", \"config\": { \"ips\": [\"123.123.123.123\"] } } ```
9508
9555
  * @summary Update fraud rule list
@@ -9512,7 +9559,7 @@ export declare class FraudRulesApi extends BaseAPI {
9512
9559
  * @throws {RequiredError}
9513
9560
  * @memberof FraudRulesApi
9514
9561
  */
9515
- updateFraudRuleList(ruleType: UpdateFraudRuleListRuleTypeEnum, updateFraudRuleListRequest: UpdateFraudRuleListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateFraudRuleList200Response, any, {}>>;
9562
+ updateFraudRuleList(ruleType: UpdateFraudRuleListRuleTypeEnum, updateFraudRuleListRequest: UpdateFraudRuleListRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<UpdateFraudRuleList200Response, any, {}>>;
9516
9563
  }
9517
9564
  /**
9518
9565
  * @export
@@ -9637,7 +9684,7 @@ export declare class FundingSourcesApi extends BaseAPI {
9637
9684
  * @throws {RequiredError}
9638
9685
  * @memberof FundingSourcesApi
9639
9686
  */
9640
- getFundingSource(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetFundingSource200Response, any, {}>>;
9687
+ getFundingSource(id: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetFundingSource200Response, any, {}>>;
9641
9688
  /**
9642
9689
  * Retrieve a list of all funding sources in your organization\'s account.
9643
9690
  * @summary List funding sources
@@ -9645,7 +9692,7 @@ export declare class FundingSourcesApi extends BaseAPI {
9645
9692
  * @throws {RequiredError}
9646
9693
  * @memberof FundingSourcesApi
9647
9694
  */
9648
- listFundingSources(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListFundingSources200Response, any, {}>>;
9695
+ listFundingSources(options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListFundingSources200Response, any, {}>>;
9649
9696
  }
9650
9697
  /**
9651
9698
  * InvoicesApi - axios parameter creator
@@ -9827,7 +9874,7 @@ export declare class InvoicesApi extends BaseAPI {
9827
9874
  * @throws {RequiredError}
9828
9875
  * @memberof InvoicesApi
9829
9876
  */
9830
- createInvoice(createInvoiceRequest: CreateInvoiceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateInvoice200Response, any, {}>>;
9877
+ createInvoice(createInvoiceRequest: CreateInvoiceRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateInvoice200Response, any, {}>>;
9831
9878
  /**
9832
9879
  * Removes an invoice. This has no further consequences but is a rather cosmetic operation.
9833
9880
  * @summary Delete invoice
@@ -9836,7 +9883,7 @@ export declare class InvoicesApi extends BaseAPI {
9836
9883
  * @throws {RequiredError}
9837
9884
  * @memberof InvoicesApi
9838
9885
  */
9839
- deleteInvoices(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateInvoice200Response, any, {}>>;
9886
+ deleteInvoices(id: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateInvoice200Response, any, {}>>;
9840
9887
  /**
9841
9888
  * Generates a CSV version for an invoice listing the associated rewards and orders
9842
9889
  * @summary Retrieve invoice as CSV
@@ -9845,7 +9892,7 @@ export declare class InvoicesApi extends BaseAPI {
9845
9892
  * @throws {RequiredError}
9846
9893
  * @memberof InvoicesApi
9847
9894
  */
9848
- downloadInvoiceCsv(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
9895
+ downloadInvoiceCsv(id: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<string, any, {}>>;
9849
9896
  /**
9850
9897
  * Generates a PDF version for an invoice
9851
9898
  * @summary Retrieve invoice as PDF
@@ -9854,7 +9901,7 @@ export declare class InvoicesApi extends BaseAPI {
9854
9901
  * @throws {RequiredError}
9855
9902
  * @memberof InvoicesApi
9856
9903
  */
9857
- downloadInvoicePdf(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
9904
+ downloadInvoicePdf(id: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<File, any, {}>>;
9858
9905
  /**
9859
9906
  * Retrieve an invoice, identified by the given `id` in the URL > 📘 Deleted Invoices > > This endpoint can be used to retrieve details on deleted invoices > that the list of invoices omits.
9860
9907
  * @summary Retrieve invoice
@@ -9863,7 +9910,7 @@ export declare class InvoicesApi extends BaseAPI {
9863
9910
  * @throws {RequiredError}
9864
9911
  * @memberof InvoicesApi
9865
9912
  */
9866
- getInvoice(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateInvoice200Response, any, {}>>;
9913
+ getInvoice(id: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateInvoice200Response, any, {}>>;
9867
9914
  /**
9868
9915
  * Fetch a list of all invoices on your account. > 🚧 Deleted invoices are omitted > > The response does not include any previously deleted invoices.
9869
9916
  * @summary List invoices
@@ -9873,7 +9920,7 @@ export declare class InvoicesApi extends BaseAPI {
9873
9920
  * @throws {RequiredError}
9874
9921
  * @memberof InvoicesApi
9875
9922
  */
9876
- listInvoices(offset?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListInvoices200Response, any, {}>>;
9923
+ listInvoices(offset?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListInvoices200Response, any, {}>>;
9877
9924
  }
9878
9925
  /**
9879
9926
  * MembersApi - axios parameter creator
@@ -9977,7 +10024,7 @@ export declare class MembersApi extends BaseAPI {
9977
10024
  * @throws {RequiredError}
9978
10025
  * @memberof MembersApi
9979
10026
  */
9980
- createMember(createMemberRequest: CreateMemberRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateMember200Response, any, {}>>;
10027
+ createMember(createMemberRequest: CreateMemberRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateMember200Response, any, {}>>;
9981
10028
  /**
9982
10029
  *
9983
10030
  * @summary Retrieve member
@@ -9986,7 +10033,7 @@ export declare class MembersApi extends BaseAPI {
9986
10033
  * @throws {RequiredError}
9987
10034
  * @memberof MembersApi
9988
10035
  */
9989
- getMember(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetMember200Response, any, {}>>;
10036
+ getMember(id: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetMember200Response, any, {}>>;
9990
10037
  /**
9991
10038
  * To list members of a sub-organization [create an API key for that organization](/reference/post_organizations-id-create-api-key) first, then use the new API key in the list members request.
9992
10039
  * @summary List members
@@ -9994,7 +10041,7 @@ export declare class MembersApi extends BaseAPI {
9994
10041
  * @throws {RequiredError}
9995
10042
  * @memberof MembersApi
9996
10043
  */
9997
- listMembers(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListMembers200Response, any, {}>>;
10044
+ listMembers(options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListMembers200Response, any, {}>>;
9998
10045
  }
9999
10046
  /**
10000
10047
  * OrdersApi - axios parameter creator
@@ -10164,7 +10211,7 @@ export declare class OrdersApi extends BaseAPI {
10164
10211
  * @throws {RequiredError}
10165
10212
  * @memberof OrdersApi
10166
10213
  */
10167
- approveOrder(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetOrder200Response, any, {}>>;
10214
+ approveOrder(id: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrder200Response, any, {}>>;
10168
10215
  /**
10169
10216
  * Every time you want to send out a reward through Tremendous you need to create an order for it. > 📘 Getting started with your first order > > Our step-by-step guide walks you through everything you need > to send your first gift card through the Tremendous API: > > <strong><a style=\"display: block; margin-top: 20px;\" href=\"/docs/sending-rewards-intro\">Check it out!</a></strong> ## Request body <div class=\"object-schema-request-schema\"> <table> <thead> <tr> <th>Property</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody class=\"object-schema-table-body\"> <tr class=\"\"><td><div class=\"property-name\"> <code class=\"property-name\">external_id</code> </div> </td><td><span class=\"property-type\">string</span></td><td><p>Reference for this order, supplied by the customer.</p> <p>When set, <code>external_id</code> makes order idempotent. All requests that use the same <code>external_id</code> after the initial order creation, will result in a response that returns the data of the initially created order. The response will have a <code>201</code> response code. These responses <strong>fail</strong> to create any further orders.</p> <p>It also allows for retrieving by <code>external_id</code> instead of <code>id</code> only.</p> </td></tr> <tr class=\"\"><td><div class=\"property-name\"> <code class=\"property-name\">payment</code> </div> </td><td><span class=\"property-type\">object</span></td><td></td></tr> <tr> <td colspan=\"3\"> <details> <summary>Show object properties</summary> <table> <thead> <tr> <th>Property</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody class=\"object-schema-table-body\"> <tr class=\"\"><td><div class=\"property-name\"> <code class=\"property-name\">funding_source_id</code> </div> </td><td><span class=\"property-type\">string</span></td><td><p>Tremendous ID of the funding source that will be used to pay for the order. Use <code>balance</code> to use your Tremendous&#39;s balance.</p> </td></tr> </tbody> </table> </tr> <tr class=\"\"><td><div class=\"property-name\"> <code class=\"property-name\">reward</code> </div> </td><td><span class=\"property-type\">object</span></td><td><p>A single reward, sent to a recipient. A reward is always part of an order.</p> <p>Either <code>products</code> or <code>campaign_id</code> must be specified.</p> </td></tr> <tr> <td colspan=\"3\"> <details> <summary>Show object properties</summary> <table> <thead> <tr> <th>Property</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody class=\"object-schema-table-body\"> <tr class=\"property-conditional-hint-response-only\"><td><div class=\"property-name\"> <code class=\"property-name\">id</code> </div> </td><td><span class=\"property-type\">string</span></td><td><p>Tremendous ID of the reward</p> </td></tr> <tr class=\"property-conditional-hint-response-only\"><td><div class=\"property-name\"> <code class=\"property-name\">order_id</code> </div> </td><td><span class=\"property-type\">string</span></td><td><p>Tremendous ID of the order this reward is part of.</p> </td></tr> <tr class=\"property-conditional-hint-response-only\"><td><div class=\"property-name\"> <code class=\"property-name\">created_at</code> </div> </td><td><span class=\"property-type\">string</span> <span class=\"property-format\">date-time</span></td><td><p>Date the reward was created</p> </td></tr> <tr class=\"property-conditional-hint-response-only\"><td><div class=\"property-name\"> <code class=\"property-name\">expires_at</code> </div> </td><td><span class=\"property-type\">string</span> <span class=\"property-format\">date-time</span></td><td><p>Expiration date of the reward. If null, the reward does not expire.</p> </td></tr> <tr class=\"property-conditional-hint-request-only\"><td><div class=\"property-name\"> <code class=\"property-name\">campaign_id</code> </div> </td><td><span class=\"property-type\">string</span></td><td><p>ID of the campaign in your account, that defines the available products (different gift cards, charity, etc.) that the recipient can choose from.</p> </td></tr> <tr class=\"property-conditional-hint-request-only\"><td><div class=\"property-name\"> <code class=\"property-name\">products</code> </div> </td><td><span class=\"property-type\">array</span> <span class=\"property-format\">string</span></td><td><p>List of IDs of product (different gift cards, charity, etc.) that will be available to the recipient to choose from.</p> <p>Providing a <code>products</code> array will override the products made available by the campaign specified using the <code>campaign_id</code> property unless the <code>products</code> array is empty. It will <em>not</em> override other campaign attributes, like the message and customization of the look and feel.</p> </td></tr> <tr class=\"\"><td><div class=\"property-name\"> <code class=\"property-name\">value</code> </div> </td><td><span class=\"property-type\">object</span></td><td></td></tr> <tr> <td colspan=\"3\"> <details> <summary>Show object properties</summary> <table> <thead> <tr> <th>Property</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody class=\"object-schema-table-body\"> <tr class=\"\"><td><div class=\"property-name\"> <code class=\"property-name\">denomination</code> </div> </td><td><span class=\"property-type\">number</span> <span class=\"property-format\">double</span></td><td><p>Amount of the reward</p> </td></tr> <tr class=\"\"><td><div class=\"property-name\"> <code class=\"property-name\">currency_code</code> </div> </td><td><span class=\"property-type\">string</span></td><td><p>Currency of the reward</p> </td></tr> </tbody> </table> </tr> <tr class=\"\"><td><div class=\"property-name\"> <code class=\"property-name\">recipient</code> </div> </td><td><span class=\"property-type\">object</span></td><td><p>Details of the recipient of the reward</p> </td></tr> <tr> <td colspan=\"3\"> <details> <summary>Show object properties</summary> <table> <thead> <tr> <th>Property</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody class=\"object-schema-table-body\"> <tr class=\"\"><td><div class=\"property-name\"> <code class=\"property-name\">name</code> </div> </td><td><span class=\"property-type\">string</span></td><td><p>Name of the recipient</p> </td></tr> <tr class=\"\"><td><div class=\"property-name\"> <code class=\"property-name\">email</code> </div> </td><td><span class=\"property-type\">string</span></td><td><p>Email address of the recipient</p> </td></tr> <tr class=\"\"><td><div class=\"property-name\"> <code class=\"property-name\">phone</code> </div> </td><td><span class=\"property-type\">string</span></td><td><p>Phone number of the recipient. For non-US phone numbers, specify the country code (prefixed with +).</p> </td></tr> </tbody> </table> </tr> <tr class=\"\"><td><div class=\"property-name\"> <code class=\"property-name\">deliver_at</code> </div> </td><td><span class=\"property-type\">string</span> <span class=\"property-format\">date</span></td><td><p>Timestamp of reward delivery within the next year. Note that if date-time is provided, the time values will be ignored.</p> </td></tr> <tr class=\"\"><td><div class=\"property-name\"> <code class=\"property-name\">custom_fields</code> </div> </td><td><span class=\"property-type\">array</span></td><td></td></tr> <tr> <td colspan=\"3\"> <details> <summary>Show array item type</summary> <table> <thead> <tr> <th>Property</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody class=\"object-schema-table-body\"> <tr class=\"\"><td><div class=\"property-name\"> <code class=\"property-name\">id</code> </div> </td><td><span class=\"property-type\">string</span></td><td><p>Tremendous ID of the custom field</p> </td></tr> <tr class=\"\"><td><div class=\"property-name\"> <code class=\"property-name\">value</code> </div> </td><td><span class=\"property-type\">string</span></td><td><p>Value of the custom field</p> </td></tr> <tr class=\"property-conditional-hint-response-only\"><td><div class=\"property-name\"> <code class=\"property-name\">label</code> </div> </td><td><span class=\"property-type\">string</span></td><td><p>Label of the custom field</p> </td></tr> </tbody> </table> </tr> <tr class=\"\"><td><div class=\"property-name\"> <code class=\"property-name\">language</code> </div> </td><td><span class=\"property-type\">string</span></td><td><p>Set this to translate the redemption experience for this reward. Pass a 2-letter <a href=\"https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes\">ISO-639-1 code</a> for the desired language. Defaults to <code>en</code>.</p> </td></tr> <tr class=\"\"><td><div class=\"property-name\"> <code class=\"property-name\">delivery</code> </div> </td><td><span class=\"property-type\">object</span></td><td><p>Details on how the reward is delivered to the recipient.</p> </td></tr> <tr> <td colspan=\"3\"> <details> <summary>Show object properties</summary> <table> <thead> <tr> <th>Property</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody class=\"object-schema-table-body\"> <tr class=\"\"><td><div class=\"property-name\"> <code class=\"property-name\">method</code> </div> </td><td><span class=\"property-type\">string</span></td><td><p>How to deliver the reward to the recipient.</p> <table> <thead> <tr> <th>Delivery Method</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><code>EMAIL</code></td> <td>Deliver the reward to the recipient by email</td> </tr> <tr> <td><code>LINK</code></td> <td> <p>Deliver the reward to the recipient via a link.</p> <p>The link can be retrieved on a successfully ordered reward via the <code>/rewards</code> or <code>/rewards/{id}</code> endpoint. That link must then be delivered to the recipient out-of-band.</p> </td> </tr> <tr> <td><code>PHONE</code></td> <td>Deliver the reward to the recipient by SMS</td> </tr> </tbody> </table> </td></tr> <tr class=\"\"><td><div class=\"property-name\"> <code class=\"property-name\">meta</code> </div> </td><td><span class=\"property-type\">object</span></td><td><p>Customizable reward delivery metadata, taking precedence over the related campaign settings.</p> </td></tr> <tr> <td colspan=\"3\"> <details> <summary>Show object properties</summary> <table> <thead> <tr> <th>Property</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody class=\"object-schema-table-body\"> <tr class=\"\"><td><div class=\"property-name\"> <code class=\"property-name\">sender_name</code> </div> </td><td><span class=\"property-type\">string</span></td><td><p>The &quot;sender name&quot; used in the delivery. If it&#39;s an email reward, &quot;via Tremendous&quot; will be appended to the value. Please note that you cannot customize the sender email.</p> </td></tr> <tr class=\"\"><td><div class=\"property-name\"> <code class=\"property-name\">subject_line</code> </div> </td><td><span class=\"property-type\">string</span></td><td><p>The subject line used in the delivery.</p> </td></tr> <tr class=\"\"><td><div class=\"property-name\"> <code class=\"property-name\">message</code> </div> </td><td><span class=\"property-type\">string</span></td><td><p>The content of the message of the reward, shown in the email / SMS and on the landing page.</p> </td></tr> </tbody> </table> </tr> </tbody> </table> </tr> </tbody> </table> </tr> </tbody> </table> </div> ### Funding sources There are different ways to pay for gift cards and rewards on Tremendous. Every payment mechanism is called a \"funding source\". You can retrieve a list of all available funding sources by using the [Funding sources API endpoint](https://developers.tremendous.com/reference/list-funding-sources). The Tremendous API sandbox environment comes with a single funding source that allows you to spend up to $5,000 in *fake money* to test the API. [Learn more about the sandbox environment](https://developers.tremendous.com/docs/sandbox-environment). The HTTP status code `200` on the response will be used to indicate success. After processing successfully the reward gets queued to be delivered to it\'s recipient (for delivery method `EMAIL` and `PHONE`). Delivery will happen asynchronously, after the response has been sent. ### Idempotence Requests issued with the same `external_id` are idempotent. Submitting an order with an already existing `external_id` will not create a new order. If the payload is the same as a previously issued order, our API will return a `201` response code, along with a representation of the already-existing order in the response body. If the `external_id` used is for an order with different parameters (e.g. amount, recipient), our API will return a `409` response code, indicating a conflicting resource.
10170
10217
  * @summary Create order
@@ -10173,7 +10220,7 @@ export declare class OrdersApi extends BaseAPI {
10173
10220
  * @throws {RequiredError}
10174
10221
  * @memberof OrdersApi
10175
10222
  */
10176
- createOrder(createOrderRequest: CreateOrderRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateOrder200Response, any, {}>>;
10223
+ createOrder(createOrderRequest: CreateOrderRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateOrder200Response, any, {}>>;
10177
10224
  /**
10178
10225
  * Retrieve the order, identified by the given `id` in the URL
10179
10226
  * @summary Retrieve order
@@ -10182,7 +10229,7 @@ export declare class OrdersApi extends BaseAPI {
10182
10229
  * @throws {RequiredError}
10183
10230
  * @memberof OrdersApi
10184
10231
  */
10185
- getOrder(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetOrder200Response, any, {}>>;
10232
+ getOrder(id: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrder200Response, any, {}>>;
10186
10233
  /**
10187
10234
  * Retrieve a list of orders
10188
10235
  * @summary List orders
@@ -10196,7 +10243,7 @@ export declare class OrdersApi extends BaseAPI {
10196
10243
  * @throws {RequiredError}
10197
10244
  * @memberof OrdersApi
10198
10245
  */
10199
- listOrders(offset?: number, campaignId?: string, externalId?: string, createdAtGte?: string, createdAtLte?: string, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListOrders200Response, any, {}>>;
10246
+ listOrders(offset?: number, campaignId?: string, externalId?: string, createdAtGte?: string, createdAtLte?: string, limit?: number, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListOrders200Response, any, {}>>;
10200
10247
  /**
10201
10248
  * Rejects an order that is pending review, identified by the given `id` in the URL. Approvals is a feature that requires orders to be approved by an organization admin before they are sent out. To enable approvals for your organization, please enable \'Allow approvals via API\' via the organization\'\'s \'Order Approvals\' settings from the Tremendous dashboard.
10202
10249
  * @summary Reject order
@@ -10205,7 +10252,7 @@ export declare class OrdersApi extends BaseAPI {
10205
10252
  * @throws {RequiredError}
10206
10253
  * @memberof OrdersApi
10207
10254
  */
10208
- rejectOrder(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetOrder200Response, any, {}>>;
10255
+ rejectOrder(id: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrder200Response, any, {}>>;
10209
10256
  }
10210
10257
  /**
10211
10258
  * OrganizationsApi - axios parameter creator
@@ -10329,7 +10376,7 @@ export declare class OrganizationsApi extends BaseAPI {
10329
10376
  * @throws {RequiredError}
10330
10377
  * @memberof OrganizationsApi
10331
10378
  */
10332
- createApiKey(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateApiKey200Response, any, {}>>;
10379
+ createApiKey(options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateApiKey200Response, any, {}>>;
10333
10380
  /**
10334
10381
  * Organizations are a way to separate different parts of your business within the same Tremendous account. You can assign users in your Tremendous team as members to any organization. Users can be members of multiple organizations at once. API keys belong to a single organization. The API key used in a request determines on behalf of which organization the request is carried out. **Important note:** When creating an organization, you are required to either pass `with_api_key` or `copy_settings[user]` in the request body as `true`. This ensures that your new Organization can either be accessed via the API or the Dashboard.
10335
10382
  * @summary Create organization
@@ -10338,7 +10385,7 @@ export declare class OrganizationsApi extends BaseAPI {
10338
10385
  * @throws {RequiredError}
10339
10386
  * @memberof OrganizationsApi
10340
10387
  */
10341
- createOrganization(createOrganizationRequest: CreateOrganizationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateOrganization200Response, any, {}>>;
10388
+ createOrganization(createOrganizationRequest: CreateOrganizationRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateOrganization200Response, any, {}>>;
10342
10389
  /**
10343
10390
  *
10344
10391
  * @summary Retrieve organization
@@ -10347,7 +10394,7 @@ export declare class OrganizationsApi extends BaseAPI {
10347
10394
  * @throws {RequiredError}
10348
10395
  * @memberof OrganizationsApi
10349
10396
  */
10350
- getOrganization(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetOrganization200Response, any, {}>>;
10397
+ getOrganization(id: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrganization200Response, any, {}>>;
10351
10398
  /**
10352
10399
  * The returned list only includes the organization to which the API key belongs to, that is used for the request.
10353
10400
  * @summary List organizations
@@ -10355,7 +10402,7 @@ export declare class OrganizationsApi extends BaseAPI {
10355
10402
  * @throws {RequiredError}
10356
10403
  * @memberof OrganizationsApi
10357
10404
  */
10358
- listOrganizations(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListOrganizations200Response, any, {}>>;
10405
+ listOrganizations(options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListOrganizations200Response, any, {}>>;
10359
10406
  }
10360
10407
  /**
10361
10408
  * ProductsApi - axios parameter creator
@@ -10444,7 +10491,7 @@ export declare class ProductsApi extends BaseAPI {
10444
10491
  * @throws {RequiredError}
10445
10492
  * @memberof ProductsApi
10446
10493
  */
10447
- getProduct(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetProductResponse, any, {}>>;
10494
+ getProduct(id: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetProductResponse, any, {}>>;
10448
10495
  /**
10449
10496
  * Retrieve a list of available products
10450
10497
  * @summary List products
@@ -10455,7 +10502,7 @@ export declare class ProductsApi extends BaseAPI {
10455
10502
  * @throws {RequiredError}
10456
10503
  * @memberof ProductsApi
10457
10504
  */
10458
- listProducts(country?: string, currency?: string, subcategory?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListProductsResponse, any, {}>>;
10505
+ listProducts(country?: string, currency?: string, subcategory?: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListProductsResponse, any, {}>>;
10459
10506
  }
10460
10507
  /**
10461
10508
  * ReportsApi - axios parameter creator
@@ -10538,7 +10585,7 @@ export declare class ReportsApi extends BaseAPI {
10538
10585
  * @throws {RequiredError}
10539
10586
  * @memberof ReportsApi
10540
10587
  */
10541
- createReport(createReportRequest: CreateReportRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateReport200Response, any, {}>>;
10588
+ createReport(createReportRequest: CreateReportRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateReport200Response, any, {}>>;
10542
10589
  /**
10543
10590
  * Retrieve the report, identified by the given `id` in the URL Using the ID that was returned by `POST /api/v2/reports`, retrieves a download link for the report, identified by the given ID in the URL. Returns the report’s current status and, if available, the URL for download. The URL is valid for 7 days.
10544
10591
  * @summary Retrieve report
@@ -10547,7 +10594,7 @@ export declare class ReportsApi extends BaseAPI {
10547
10594
  * @throws {RequiredError}
10548
10595
  * @memberof ReportsApi
10549
10596
  */
10550
- getReport(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateReport200Response, any, {}>>;
10597
+ getReport(id: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateReport200Response, any, {}>>;
10551
10598
  }
10552
10599
  /**
10553
10600
  * RewardsApi - axios parameter creator
@@ -10708,7 +10755,7 @@ export declare class RewardsApi extends BaseAPI {
10708
10755
  * @throws {RequiredError}
10709
10756
  * @memberof RewardsApi
10710
10757
  */
10711
- cancelReward(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any, {}>>;
10758
+ cancelReward(id: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<object, any, {}>>;
10712
10759
  /**
10713
10760
  * Generate a redemption link for the reward identified by the `id` in the URL
10714
10761
  * @summary Generate a reward URL
@@ -10717,7 +10764,7 @@ export declare class RewardsApi extends BaseAPI {
10717
10764
  * @throws {RequiredError}
10718
10765
  * @memberof RewardsApi
10719
10766
  */
10720
- generateRewardLink(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GenerateRewardLink200Response, any, {}>>;
10767
+ generateRewardLink(id: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GenerateRewardLink200Response, any, {}>>;
10721
10768
  /**
10722
10769
  * Retrieve the reward, identified by the given `id` in the URL
10723
10770
  * @summary Retrieve single reward
@@ -10726,7 +10773,7 @@ export declare class RewardsApi extends BaseAPI {
10726
10773
  * @throws {RequiredError}
10727
10774
  * @memberof RewardsApi
10728
10775
  */
10729
- getReward(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetReward200Response, any, {}>>;
10776
+ getReward(id: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetReward200Response, any, {}>>;
10730
10777
  /**
10731
10778
  * Retrieve a list of all created rewards. You can query for rewards by custom field attributes using the field label and values as query params. [Learn more](https://developers.tremendous.com/docs/using-custom-fields-to-add-custom-data-to-rewards#querying-by-custom-fields)
10732
10779
  * @summary List rewards
@@ -10736,7 +10783,7 @@ export declare class RewardsApi extends BaseAPI {
10736
10783
  * @throws {RequiredError}
10737
10784
  * @memberof RewardsApi
10738
10785
  */
10739
- listRewards(offset?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListRewards200Response, any, {}>>;
10786
+ listRewards(offset?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListRewards200Response, any, {}>>;
10740
10787
  /**
10741
10788
  * Resends a reward, identified by the given `id` in the URL, to its recipient. Only rewards with a previous delivery failure can be resent.
10742
10789
  * @summary Resend reward
@@ -10746,7 +10793,7 @@ export declare class RewardsApi extends BaseAPI {
10746
10793
  * @throws {RequiredError}
10747
10794
  * @memberof RewardsApi
10748
10795
  */
10749
- resendReward(id: string, resendRewardRequest?: ResendRewardRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any, {}>>;
10796
+ resendReward(id: string, resendRewardRequest?: ResendRewardRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<object, any, {}>>;
10750
10797
  }
10751
10798
  /**
10752
10799
  * RolesApi - axios parameter creator
@@ -10801,7 +10848,7 @@ export declare class RolesApi extends BaseAPI {
10801
10848
  * @throws {RequiredError}
10802
10849
  * @memberof RolesApi
10803
10850
  */
10804
- listRoles(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListRoles200Response, any, {}>>;
10851
+ listRoles(options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListRoles200Response, any, {}>>;
10805
10852
  }
10806
10853
  /**
10807
10854
  * TopupsApi - axios parameter creator
@@ -10908,7 +10955,7 @@ export declare class TopupsApi extends BaseAPI {
10908
10955
  * @throws {RequiredError}
10909
10956
  * @memberof TopupsApi
10910
10957
  */
10911
- createTopup(createTopupRequest?: CreateTopupRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateTopup200Response, any, {}>>;
10958
+ createTopup(createTopupRequest?: CreateTopupRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateTopup200Response, any, {}>>;
10912
10959
  /**
10913
10960
  * Retrieve a topup, identified by the given `id` in the URL.
10914
10961
  * @summary Retrieve single topup
@@ -10917,7 +10964,7 @@ export declare class TopupsApi extends BaseAPI {
10917
10964
  * @throws {RequiredError}
10918
10965
  * @memberof TopupsApi
10919
10966
  */
10920
- getTopup(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateTopup200Response, any, {}>>;
10967
+ getTopup(id: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateTopup200Response, any, {}>>;
10921
10968
  /**
10922
10969
  * Retrieve a list of all topup requests.
10923
10970
  * @summary List topups
@@ -10926,7 +10973,7 @@ export declare class TopupsApi extends BaseAPI {
10926
10973
  * @throws {RequiredError}
10927
10974
  * @memberof TopupsApi
10928
10975
  */
10929
- listTopups(offset?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListTopups200Response, any, {}>>;
10976
+ listTopups(offset?: number, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListTopups200Response, any, {}>>;
10930
10977
  }
10931
10978
  /**
10932
10979
  * WebhooksApi - axios parameter creator
@@ -11105,7 +11152,7 @@ export declare class WebhooksApi extends BaseAPI {
11105
11152
  * @throws {RequiredError}
11106
11153
  * @memberof WebhooksApi
11107
11154
  */
11108
- createWebhook(createWebhookRequest: CreateWebhookRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateWebhook200Response, any, {}>>;
11155
+ createWebhook(createWebhookRequest: CreateWebhookRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateWebhook200Response, any, {}>>;
11109
11156
  /**
11110
11157
  * > 📘 Learn more about Webhooks > > Our guide explains everything you need to know about the Tremendous webhooks: > [Read it here](/docs/webhooks-1)
11111
11158
  * @summary Delete webhook
@@ -11114,7 +11161,7 @@ export declare class WebhooksApi extends BaseAPI {
11114
11161
  * @throws {RequiredError}
11115
11162
  * @memberof WebhooksApi
11116
11163
  */
11117
- deleteWebhook(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
11164
+ deleteWebhook(id: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<void, any, {}>>;
11118
11165
  /**
11119
11166
  * > 📘 Learn more about Webhooks > > Our guide explains everything you need to know about the Tremendous webhooks: > [Read it here](/docs/webhooks-1)
11120
11167
  * @summary Retrieve webhook
@@ -11123,7 +11170,7 @@ export declare class WebhooksApi extends BaseAPI {
11123
11170
  * @throws {RequiredError}
11124
11171
  * @memberof WebhooksApi
11125
11172
  */
11126
- getWebhook(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateWebhook200Response, any, {}>>;
11173
+ getWebhook(id: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateWebhook200Response, any, {}>>;
11127
11174
  /**
11128
11175
  * Lists all event types that can be sent to the configured webhook endpoint. > 📘 Learn more about Webhooks > > Our guide explains everything you need to know about the Tremendous webhooks: > [Read it here](/docs/webhooks-1)
11129
11176
  * @summary List events
@@ -11132,7 +11179,7 @@ export declare class WebhooksApi extends BaseAPI {
11132
11179
  * @throws {RequiredError}
11133
11180
  * @memberof WebhooksApi
11134
11181
  */
11135
- listWebhookEvents(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListWebhookEvents200Response, any, {}>>;
11182
+ listWebhookEvents(id: string, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListWebhookEvents200Response, any, {}>>;
11136
11183
  /**
11137
11184
  * Every organization can only have one webhook. This endpoint shows the details about that webhook. > 📘 Learn more about Webhooks > > Our guide explains everything you need to know about the Tremendous webhooks: > [Read it here](/docs/webhooks-1)
11138
11185
  * @summary List webhooks
@@ -11140,7 +11187,7 @@ export declare class WebhooksApi extends BaseAPI {
11140
11187
  * @throws {RequiredError}
11141
11188
  * @memberof WebhooksApi
11142
11189
  */
11143
- listWebhooks(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListWebhooks200Response, any, {}>>;
11190
+ listWebhooks(options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListWebhooks200Response, any, {}>>;
11144
11191
  /**
11145
11192
  * Making a request to this endpoint will cause our system to trigger a webhook for the specified event. This can be very useful when testing the setup that processes webhooks on your end. > 📘 Learn more about Webhooks > > Our guide explains everything you need to know about the Tremendous webhooks: > [Read it here](/docs/webhooks-1)
11146
11193
  * @summary Test webhook
@@ -11150,5 +11197,5 @@ export declare class WebhooksApi extends BaseAPI {
11150
11197
  * @throws {RequiredError}
11151
11198
  * @memberof WebhooksApi
11152
11199
  */
11153
- simulateWebhook(id: string, simulateWebhookRequest: SimulateWebhookRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
11200
+ simulateWebhook(id: string, simulateWebhookRequest: SimulateWebhookRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<string, any, {}>>;
11154
11201
  }