@paysponge/sdk 0.1.57 → 0.1.59

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.
@@ -3085,6 +3085,9 @@ export class DefaultApi extends runtime.BaseAPI {
3085
3085
  */
3086
3086
  async getApiPersonaKycProfileRequestOpts(requestParameters) {
3087
3087
  const queryParameters = {};
3088
+ if (requestParameters['environment'] != null) {
3089
+ queryParameters['environment'] = requestParameters['environment'];
3090
+ }
3088
3091
  if (requestParameters['forceRefresh'] != null) {
3089
3092
  queryParameters['forceRefresh'] = requestParameters['forceRefresh'];
3090
3093
  }
@@ -8789,6 +8792,13 @@ export const DeleteApiSpongeCardCustomerEnvironmentEnum = {
8789
8792
  Dev: 'dev',
8790
8793
  Production: 'production'
8791
8794
  };
8795
+ /**
8796
+ * @export
8797
+ */
8798
+ export const GetApiPersonaKycProfileEnvironmentEnum = {
8799
+ Sandbox: 'sandbox',
8800
+ Production: 'production'
8801
+ };
8792
8802
  /**
8793
8803
  * @export
8794
8804
  */