tf-checkout-react 1.0.40 → 1.0.41

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/env.d.ts CHANGED
@@ -1,11 +1,11 @@
1
- export declare const ENV: {
1
+ export declare const ENV_TEST: {
2
2
  EVENT_ID: number;
3
3
  BASE_URL: string;
4
4
  CLIENT_ID: string;
5
5
  CLIENT_SECRET: string;
6
6
  STRIPE_PUBLISHABLE_KEY: string;
7
7
  };
8
- export declare const ENV_PROD: {
8
+ export declare const ENV: {
9
9
  EVENT_ID: number;
10
10
  BASE_URL: string;
11
11
  CLIENT_ID: string;
@@ -893,13 +893,14 @@ var requiredValidator = function requiredValidator(value) {
893
893
  };
894
894
 
895
895
  // preview1
896
+
896
897
  var ENV = {
897
- EVENT_ID: 3483,
898
- BASE_URL: 'https://preview1.ttf.fluxtech.me/api',
899
- CLIENT_ID: '4792a61f2fcb49197ab4c2d2f44df570',
898
+ EVENT_ID: 9766,
899
+ BASE_URL: 'https://www.ticketfairy.com/api',
900
+ CLIENT_ID: 'e9d8f8922797b4621e562255afe90dbf',
900
901
  CLIENT_SECRET: 'b89c191eff22fdcf84ac9bfd88d005355a151ec2c83b26b9',
901
- STRIPE_PUBLISHABLE_KEY: 'pk_test_51H4BkOGqveRD6EShliLrT9vd7mPOBPvQSuqmvc3wIinDqxWsCLeS2N7HonPPn6MhjU35ayYy5v4I6MLlD4jNWrd000NSgAF6UL'
902
- }; // prod
902
+ STRIPE_PUBLISHABLE_KEY: 'pk_live_51JucaXAnOd2Grid07FqHOkqcoh90bbCYL5bG7OuyM5RtzUoolrFcHroCWici0G9w0YpqO7qsGz6WP7K6HHYw1yhz00cm7fj5n5'
903
+ };
903
904
 
904
905
  var isWindowDefined = typeof window !== 'undefined';
905
906
  var ttfHeaders = {