@xyo-network/rebilly-payment-card-authorization-plugin 2.99.3 → 2.99.5

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.
Files changed (106) hide show
  1. package/dist/browser/Api/PaymentCardToken/Response.d.cts +1 -1
  2. package/dist/browser/Api/PaymentCardToken/Response.d.mts +1 -1
  3. package/dist/browser/Api/PaymentCardToken/Response.d.ts +1 -1
  4. package/dist/browser/Api/PaymentCardToken/index.d.cts +2 -2
  5. package/dist/browser/Api/PaymentCardToken/index.d.mts +2 -2
  6. package/dist/browser/Api/PaymentCardToken/index.d.ts +2 -2
  7. package/dist/browser/Api/index.d.cts +1 -1
  8. package/dist/browser/Api/index.d.mts +1 -1
  9. package/dist/browser/Api/index.d.ts +1 -1
  10. package/dist/browser/Config.d.cts.map +1 -1
  11. package/dist/browser/Config.d.mts.map +1 -1
  12. package/dist/browser/Config.d.ts.map +1 -1
  13. package/dist/browser/Params.d.cts +1 -1
  14. package/dist/browser/Params.d.mts +1 -1
  15. package/dist/browser/Params.d.ts +1 -1
  16. package/dist/browser/Sentinel.d.cts +1 -1
  17. package/dist/browser/Sentinel.d.mts +1 -1
  18. package/dist/browser/Sentinel.d.ts +1 -1
  19. package/dist/browser/index.cjs +51 -32
  20. package/dist/browser/index.cjs.map +1 -1
  21. package/dist/browser/index.d.cts +4 -4
  22. package/dist/browser/index.d.mts +4 -4
  23. package/dist/browser/index.d.ts +4 -4
  24. package/dist/browser/{index.js → index.mjs} +54 -33
  25. package/dist/browser/index.mjs.map +1 -0
  26. package/dist/browser/util/index.d.cts +1 -1
  27. package/dist/browser/util/index.d.mts +1 -1
  28. package/dist/browser/util/index.d.ts +1 -1
  29. package/dist/browser/util/toTokenRequest.d.cts +1 -1
  30. package/dist/browser/util/toTokenRequest.d.mts +1 -1
  31. package/dist/browser/util/toTokenRequest.d.ts +1 -1
  32. package/dist/neutral/Api/PaymentCardToken/Response.d.cts +1 -1
  33. package/dist/neutral/Api/PaymentCardToken/Response.d.mts +1 -1
  34. package/dist/neutral/Api/PaymentCardToken/Response.d.ts +1 -1
  35. package/dist/neutral/Api/PaymentCardToken/index.d.cts +2 -2
  36. package/dist/neutral/Api/PaymentCardToken/index.d.mts +2 -2
  37. package/dist/neutral/Api/PaymentCardToken/index.d.ts +2 -2
  38. package/dist/neutral/Api/index.d.cts +1 -1
  39. package/dist/neutral/Api/index.d.mts +1 -1
  40. package/dist/neutral/Api/index.d.ts +1 -1
  41. package/dist/neutral/Config.d.cts.map +1 -1
  42. package/dist/neutral/Config.d.mts.map +1 -1
  43. package/dist/neutral/Config.d.ts.map +1 -1
  44. package/dist/neutral/Params.d.cts +1 -1
  45. package/dist/neutral/Params.d.mts +1 -1
  46. package/dist/neutral/Params.d.ts +1 -1
  47. package/dist/neutral/Sentinel.d.cts +1 -1
  48. package/dist/neutral/Sentinel.d.mts +1 -1
  49. package/dist/neutral/Sentinel.d.ts +1 -1
  50. package/dist/neutral/index.cjs +51 -32
  51. package/dist/neutral/index.cjs.map +1 -1
  52. package/dist/neutral/index.d.cts +4 -4
  53. package/dist/neutral/index.d.mts +4 -4
  54. package/dist/neutral/index.d.ts +4 -4
  55. package/dist/neutral/{index.js → index.mjs} +54 -33
  56. package/dist/neutral/index.mjs.map +1 -0
  57. package/dist/neutral/util/index.d.cts +1 -1
  58. package/dist/neutral/util/index.d.mts +1 -1
  59. package/dist/neutral/util/index.d.ts +1 -1
  60. package/dist/neutral/util/toTokenRequest.d.cts +1 -1
  61. package/dist/neutral/util/toTokenRequest.d.mts +1 -1
  62. package/dist/neutral/util/toTokenRequest.d.ts +1 -1
  63. package/dist/node/Api/PaymentCardToken/Response.d.cts +1 -1
  64. package/dist/node/Api/PaymentCardToken/Response.d.mts +1 -1
  65. package/dist/node/Api/PaymentCardToken/Response.d.ts +1 -1
  66. package/dist/node/Api/PaymentCardToken/index.d.cts +2 -2
  67. package/dist/node/Api/PaymentCardToken/index.d.mts +2 -2
  68. package/dist/node/Api/PaymentCardToken/index.d.ts +2 -2
  69. package/dist/node/Api/index.d.cts +1 -1
  70. package/dist/node/Api/index.d.mts +1 -1
  71. package/dist/node/Api/index.d.ts +1 -1
  72. package/dist/node/Config.d.cts.map +1 -1
  73. package/dist/node/Config.d.mts.map +1 -1
  74. package/dist/node/Config.d.ts.map +1 -1
  75. package/dist/node/Params.d.cts +1 -1
  76. package/dist/node/Params.d.mts +1 -1
  77. package/dist/node/Params.d.ts +1 -1
  78. package/dist/node/Sentinel.d.cts +1 -1
  79. package/dist/node/Sentinel.d.mts +1 -1
  80. package/dist/node/Sentinel.d.ts +1 -1
  81. package/dist/node/index.cjs +54 -34
  82. package/dist/node/index.cjs.map +1 -1
  83. package/dist/node/index.d.cts +4 -4
  84. package/dist/node/index.d.mts +4 -4
  85. package/dist/node/index.d.ts +4 -4
  86. package/dist/node/{index.js → index.mjs} +57 -35
  87. package/dist/node/index.mjs.map +1 -0
  88. package/dist/node/util/index.d.cts +1 -1
  89. package/dist/node/util/index.d.mts +1 -1
  90. package/dist/node/util/index.d.ts +1 -1
  91. package/dist/node/util/toTokenRequest.d.cts +1 -1
  92. package/dist/node/util/toTokenRequest.d.mts +1 -1
  93. package/dist/node/util/toTokenRequest.d.ts +1 -1
  94. package/package.json +18 -18
  95. package/src/Api/PaymentCardToken/Response.ts +1 -1
  96. package/src/Api/PaymentCardToken/index.ts +2 -2
  97. package/src/Api/index.ts +1 -1
  98. package/src/Config.ts +2 -2
  99. package/src/Params.ts +1 -1
  100. package/src/Sentinel.ts +4 -4
  101. package/src/index.ts +4 -4
  102. package/src/util/index.ts +1 -1
  103. package/src/util/toTokenRequest.ts +1 -1
  104. package/dist/browser/index.js.map +0 -1
  105. package/dist/neutral/index.js.map +0 -1
  106. package/dist/node/index.js.map +0 -1
@@ -1,4 +1,4 @@
1
- import { PaymentMethod, RequestBillingAddress } from './Request.js';
1
+ import { PaymentMethod, RequestBillingAddress } from './Request.ts';
2
2
  export interface ResponseBillingAddress extends RequestBillingAddress {
3
3
  hash?: string | null;
4
4
  }
@@ -1,3 +1,3 @@
1
- export * from './Request.js';
2
- export * from './Response.js';
1
+ export * from './Request.ts';
2
+ export * from './Response.ts';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,3 @@
1
- export * from './Request.js';
2
- export * from './Response.js';
1
+ export * from './Request.ts';
2
+ export * from './Response.ts';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,3 @@
1
- export * from './Request.js';
2
- export * from './Response.js';
1
+ export * from './Request.ts';
2
+ export * from './Response.ts';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,2 @@
1
- export * from './PaymentCardToken/index.js';
1
+ export * from './PaymentCardToken/index.ts';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,2 @@
1
- export * from './PaymentCardToken/index.js';
1
+ export * from './PaymentCardToken/index.ts';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,2 @@
1
- export * from './PaymentCardToken/index.js';
1
+ export * from './PaymentCardToken/index.ts';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,6CAA6C,CAAA;AACtF,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAI5D,eAAO,MAAM,mDAAmD,uFAA4D,CAAA;AAC5H,MAAM,MAAM,mDAAmD,GAAG,OAAO,mDAAmD,CAAA;AAK5H,MAAM,MAAM,6CAA6C,GAAG,cAAc,CAAC;IAIzE,MAAM,EAAE,mDAAmD,CAAA;CAC5D,CAAC,GACA,OAAO,CAAC,wBAAwB,CAAC,CAAA"}
1
+ {"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,6CAA6C,CAAA;AACtF,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAI5D,eAAO,MAAM,mDAAmD,uFAA4D,CAAA;AAC5H,MAAM,MAAM,mDAAmD,GAAG,OAAO,mDAAmD,CAAA;AAK5H,MAAM,MAAM,6CAA6C,GAAG,cAAc,CAAC;IAIzE,MAAM,EAAE,mDAAmD,CAAA;CAC5D,CAAC,GACF,OAAO,CAAC,wBAAwB,CAAC,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,6CAA6C,CAAA;AACtF,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAI5D,eAAO,MAAM,mDAAmD,uFAA4D,CAAA;AAC5H,MAAM,MAAM,mDAAmD,GAAG,OAAO,mDAAmD,CAAA;AAK5H,MAAM,MAAM,6CAA6C,GAAG,cAAc,CAAC;IAIzE,MAAM,EAAE,mDAAmD,CAAA;CAC5D,CAAC,GACA,OAAO,CAAC,wBAAwB,CAAC,CAAA"}
1
+ {"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,6CAA6C,CAAA;AACtF,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAI5D,eAAO,MAAM,mDAAmD,uFAA4D,CAAA;AAC5H,MAAM,MAAM,mDAAmD,GAAG,OAAO,mDAAmD,CAAA;AAK5H,MAAM,MAAM,6CAA6C,GAAG,cAAc,CAAC;IAIzE,MAAM,EAAE,mDAAmD,CAAA;CAC5D,CAAC,GACF,OAAO,CAAC,wBAAwB,CAAC,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,6CAA6C,CAAA;AACtF,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAI5D,eAAO,MAAM,mDAAmD,uFAA4D,CAAA;AAC5H,MAAM,MAAM,mDAAmD,GAAG,OAAO,mDAAmD,CAAA;AAK5H,MAAM,MAAM,6CAA6C,GAAG,cAAc,CAAC;IAIzE,MAAM,EAAE,mDAAmD,CAAA;CAC5D,CAAC,GACA,OAAO,CAAC,wBAAwB,CAAC,CAAA"}
1
+ {"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,6CAA6C,CAAA;AACtF,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAI5D,eAAO,MAAM,mDAAmD,uFAA4D,CAAA;AAC5H,MAAM,MAAM,mDAAmD,GAAG,OAAO,mDAAmD,CAAA;AAK5H,MAAM,MAAM,6CAA6C,GAAG,cAAc,CAAC;IAIzE,MAAM,EAAE,mDAAmD,CAAA;CAC5D,CAAC,GACF,OAAO,CAAC,wBAAwB,CAAC,CAAA"}
@@ -1,7 +1,7 @@
1
1
  import { AnyConfigSchema } from '@xyo-network/module-model';
2
2
  import { RebillyOrganizationSettings, RebillyPublishableApiSettings } from '@xyo-network/rebilly-payment-payload-plugin';
3
3
  import { SentinelParams } from '@xyo-network/sentinel-model';
4
- import { RebillyPaymentCardAuthorizationSentinelConfig } from './Config.js';
4
+ import { RebillyPaymentCardAuthorizationSentinelConfig } from './Config.ts';
5
5
  export type RebillyPaymentCardAuthorizationParams = Partial<RebillyPublishableApiSettings & RebillyOrganizationSettings>;
6
6
  export type RebillyPaymentCardAuthorizationSentinelParams<TConfig extends AnyConfigSchema<RebillyPaymentCardAuthorizationSentinelConfig> = AnyConfigSchema<RebillyPaymentCardAuthorizationSentinelConfig>, TParams extends RebillyPaymentCardAuthorizationParams = RebillyPaymentCardAuthorizationParams> = SentinelParams<TConfig, TParams>;
7
7
  //# sourceMappingURL=Params.d.ts.map
@@ -1,7 +1,7 @@
1
1
  import { AnyConfigSchema } from '@xyo-network/module-model';
2
2
  import { RebillyOrganizationSettings, RebillyPublishableApiSettings } from '@xyo-network/rebilly-payment-payload-plugin';
3
3
  import { SentinelParams } from '@xyo-network/sentinel-model';
4
- import { RebillyPaymentCardAuthorizationSentinelConfig } from './Config.js';
4
+ import { RebillyPaymentCardAuthorizationSentinelConfig } from './Config.ts';
5
5
  export type RebillyPaymentCardAuthorizationParams = Partial<RebillyPublishableApiSettings & RebillyOrganizationSettings>;
6
6
  export type RebillyPaymentCardAuthorizationSentinelParams<TConfig extends AnyConfigSchema<RebillyPaymentCardAuthorizationSentinelConfig> = AnyConfigSchema<RebillyPaymentCardAuthorizationSentinelConfig>, TParams extends RebillyPaymentCardAuthorizationParams = RebillyPaymentCardAuthorizationParams> = SentinelParams<TConfig, TParams>;
7
7
  //# sourceMappingURL=Params.d.ts.map
@@ -1,7 +1,7 @@
1
1
  import { AnyConfigSchema } from '@xyo-network/module-model';
2
2
  import { RebillyOrganizationSettings, RebillyPublishableApiSettings } from '@xyo-network/rebilly-payment-payload-plugin';
3
3
  import { SentinelParams } from '@xyo-network/sentinel-model';
4
- import { RebillyPaymentCardAuthorizationSentinelConfig } from './Config.js';
4
+ import { RebillyPaymentCardAuthorizationSentinelConfig } from './Config.ts';
5
5
  export type RebillyPaymentCardAuthorizationParams = Partial<RebillyPublishableApiSettings & RebillyOrganizationSettings>;
6
6
  export type RebillyPaymentCardAuthorizationSentinelParams<TConfig extends AnyConfigSchema<RebillyPaymentCardAuthorizationSentinelConfig> = AnyConfigSchema<RebillyPaymentCardAuthorizationSentinelConfig>, TParams extends RebillyPaymentCardAuthorizationParams = RebillyPaymentCardAuthorizationParams> = SentinelParams<TConfig, TParams>;
7
7
  //# sourceMappingURL=Params.d.ts.map
@@ -2,7 +2,7 @@ import { AxiosRequestConfig } from '@xylabs/axios';
2
2
  import { Payload } from '@xyo-network/payload-model';
3
3
  import { AbstractSentinel } from '@xyo-network/sentinel-abstract';
4
4
  import { SentinelInstance, SentinelModuleEventData } from '@xyo-network/sentinel-model';
5
- import { RebillyPaymentCardAuthorizationSentinelParams } from './Params.js';
5
+ import { RebillyPaymentCardAuthorizationSentinelParams } from './Params.ts';
6
6
  export declare class RebillyPaymentCardAuthorizationSentinel<TParams extends RebillyPaymentCardAuthorizationSentinelParams = RebillyPaymentCardAuthorizationSentinelParams, TEventData extends SentinelModuleEventData<SentinelInstance<TParams>> = SentinelModuleEventData<SentinelInstance<TParams>>> extends AbstractSentinel<TParams, TEventData> {
7
7
  static configSchemas: string[];
8
8
  static defaultConfigSchema: string;
@@ -2,7 +2,7 @@ import { AxiosRequestConfig } from '@xylabs/axios';
2
2
  import { Payload } from '@xyo-network/payload-model';
3
3
  import { AbstractSentinel } from '@xyo-network/sentinel-abstract';
4
4
  import { SentinelInstance, SentinelModuleEventData } from '@xyo-network/sentinel-model';
5
- import { RebillyPaymentCardAuthorizationSentinelParams } from './Params.js';
5
+ import { RebillyPaymentCardAuthorizationSentinelParams } from './Params.ts';
6
6
  export declare class RebillyPaymentCardAuthorizationSentinel<TParams extends RebillyPaymentCardAuthorizationSentinelParams = RebillyPaymentCardAuthorizationSentinelParams, TEventData extends SentinelModuleEventData<SentinelInstance<TParams>> = SentinelModuleEventData<SentinelInstance<TParams>>> extends AbstractSentinel<TParams, TEventData> {
7
7
  static configSchemas: string[];
8
8
  static defaultConfigSchema: string;
@@ -2,7 +2,7 @@ import { AxiosRequestConfig } from '@xylabs/axios';
2
2
  import { Payload } from '@xyo-network/payload-model';
3
3
  import { AbstractSentinel } from '@xyo-network/sentinel-abstract';
4
4
  import { SentinelInstance, SentinelModuleEventData } from '@xyo-network/sentinel-model';
5
- import { RebillyPaymentCardAuthorizationSentinelParams } from './Params.js';
5
+ import { RebillyPaymentCardAuthorizationSentinelParams } from './Params.ts';
6
6
  export declare class RebillyPaymentCardAuthorizationSentinel<TParams extends RebillyPaymentCardAuthorizationSentinelParams = RebillyPaymentCardAuthorizationSentinelParams, TEventData extends SentinelModuleEventData<SentinelInstance<TParams>> = SentinelModuleEventData<SentinelInstance<TParams>>> extends AbstractSentinel<TParams, TEventData> {
7
7
  static configSchemas: string[];
8
8
  static defaultConfigSchema: string;
@@ -3,6 +3,7 @@ var __defProp = Object.defineProperty;
3
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
5
  var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
6
7
  var __export = (target, all) => {
7
8
  for (var name in all)
8
9
  __defProp(target, name, { get: all[name], enumerable: true });
@@ -41,24 +42,36 @@ var import_rebilly_payment_payload_plugin = require("@xyo-network/rebilly-paymen
41
42
  var import_sentinel_abstract = require("@xyo-network/sentinel-abstract");
42
43
 
43
44
  // src/util/toTokenRequest.ts
44
- var toTokenRequest = (paymentCard, billingAddress) => {
45
+ var toTokenRequest = /* @__PURE__ */ __name((paymentCard, billingAddress) => {
45
46
  const { cvv, expMonth, expYear, cardNumber } = paymentCard;
46
47
  const { schema: _, ...fields } = billingAddress;
47
48
  return {
48
- billingAddress: { ...fields },
49
+ billingAddress: {
50
+ ...fields
51
+ },
49
52
  method: "payment-card",
50
- paymentInstrument: { cvv, expMonth, expYear, pan: cardNumber }
53
+ paymentInstrument: {
54
+ cvv,
55
+ expMonth,
56
+ expYear,
57
+ pan: cardNumber
58
+ }
51
59
  };
52
- };
60
+ }, "toTokenRequest");
53
61
 
54
62
  // src/Sentinel.ts
55
- var removePrefix = (str, prefix) => {
63
+ var removePrefix = /* @__PURE__ */ __name((str, prefix) => {
56
64
  const regex = new RegExp(`^${prefix}`);
57
65
  return str.replace(regex, "");
58
- };
66
+ }, "removePrefix");
59
67
  var moduleName = "RebillyPaymentCardAuthorizationSentinel";
60
68
  var RebillyPaymentCardAuthorizationSentinel = class extends import_sentinel_abstract.AbstractSentinel {
61
- static configSchemas = [RebillyPaymentCardAuthorizationSentinelConfigSchema];
69
+ static {
70
+ __name(this, "RebillyPaymentCardAuthorizationSentinel");
71
+ }
72
+ static configSchemas = [
73
+ RebillyPaymentCardAuthorizationSentinelConfigSchema
74
+ ];
62
75
  static defaultConfigSchema = RebillyPaymentCardAuthorizationSentinelConfigSchema;
63
76
  _apiRoot = void 0;
64
77
  _domain = void 0;
@@ -67,54 +80,51 @@ var RebillyPaymentCardAuthorizationSentinel = class extends import_sentinel_abst
67
80
  _publishableApiKey = void 0;
68
81
  _tokenEndpoint = void 0;
69
82
  /**
70
- * The Rebilly Organization API root endpoint
71
- */
83
+ * The Rebilly Organization API root endpoint
84
+ */
72
85
  get apiRoot() {
73
86
  if (!this._apiRoot) this._apiRoot = `${this.domain}/organizations/${this.organizationId}`;
74
87
  return this._apiRoot;
75
88
  }
76
89
  /**
77
- * The Rebilly domain
78
- */
90
+ * The Rebilly domain
91
+ */
79
92
  get domain() {
80
93
  if (!this._domain) this._domain = (0, import_assert.assertEx)(this.params.domain ?? this.config.domain, () => `${moduleName}: Missing domain in params/config`);
81
94
  return this._domain;
82
95
  }
83
96
  /**
84
- * The headers to be included in the request for each request
85
- */
97
+ * The headers to be included in the request for each request
98
+ */
86
99
  get headers() {
87
- if (!this._headers) this._headers = { Authorization: this.publishableApiKey };
100
+ if (!this._headers) this._headers = {
101
+ Authorization: this.publishableApiKey
102
+ };
88
103
  return this._headers;
89
104
  }
90
105
  /**
91
- * True if the environment is sandbox (testing), false otherwise
92
- */
106
+ * True if the environment is sandbox (testing), false otherwise
107
+ */
93
108
  get isSandboxEnvironment() {
94
109
  return this.domain.includes("sandbox");
95
110
  }
96
111
  /**
97
- * The Rebilly organization ID
98
- */
112
+ * The Rebilly organization ID
113
+ */
99
114
  get organizationId() {
100
- if (!this._organizationId)
101
- this._organizationId = removePrefix(
102
- (0, import_assert.assertEx)(this.params.organizationId, () => `${moduleName}: Missing organizationId in params`),
103
- "org_"
104
- );
115
+ if (!this._organizationId) this._organizationId = removePrefix((0, import_assert.assertEx)(this.params.organizationId, () => `${moduleName}: Missing organizationId in params`), "org_");
105
116
  return this._organizationId;
106
117
  }
107
118
  /**
108
- * The Rebilly Publishable API key
109
- */
119
+ * The Rebilly Publishable API key
120
+ */
110
121
  get publishableApiKey() {
111
- if (!this._publishableApiKey)
112
- this._publishableApiKey = (0, import_assert.assertEx)(this.params.publishableApiKey, () => `${moduleName}: Missing publishableApiKey in params`);
122
+ if (!this._publishableApiKey) this._publishableApiKey = (0, import_assert.assertEx)(this.params.publishableApiKey, () => `${moduleName}: Missing publishableApiKey in params`);
113
123
  return this._publishableApiKey;
114
124
  }
115
125
  /**
116
- * The Rebilly Organization token creation endpoint
117
- */
126
+ * The Rebilly Organization token creation endpoint
127
+ */
118
128
  get tokenEndpoint() {
119
129
  if (!this._tokenEndpoint) this._tokenEndpoint = `${this.apiRoot}/tokens`;
120
130
  return this._tokenEndpoint;
@@ -127,14 +137,23 @@ var RebillyPaymentCardAuthorizationSentinel = class extends import_sentinel_abst
127
137
  if (!paymentCard) return results;
128
138
  const billingAddress = payloads?.find(import_payment_payload_plugins.isBillingAddress);
129
139
  if (!billingAddress) return results;
130
- const axios = new import_axios.AxiosJson({ headers: this.headers });
140
+ const axios = new import_axios.AxiosJson({
141
+ headers: this.headers
142
+ });
131
143
  try {
132
144
  const data = toTokenRequest(paymentCard, billingAddress);
133
145
  const response = await axios.post(this.tokenEndpoint, data);
134
146
  (0, import_assert.assertEx)(response.status === import_axios.HttpStatusCode.Created, () => `Failed to tokenize payment card: ${response.status}`);
135
147
  const { id } = response.data;
136
- const sources = await import_payload_builder.PayloadBuilder.dataHashes([paymentCard, billingAddress]);
137
- results.push({ id, schema: import_rebilly_payment_payload_plugin.RebillyPaymentAuthorizationTokenSchema, sources });
148
+ const sources = await import_payload_builder.PayloadBuilder.dataHashes([
149
+ paymentCard,
150
+ billingAddress
151
+ ]);
152
+ results.push({
153
+ id,
154
+ schema: import_rebilly_payment_payload_plugin.RebillyPaymentAuthorizationTokenSchema,
155
+ sources
156
+ });
138
157
  } catch (error) {
139
158
  this.logger?.error?.(`${moduleName}: Error creating payment token: ${error}`);
140
159
  }
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config.ts","../../src/Sentinel.ts","../../src/util/toTokenRequest.ts"],"sourcesContent":["export * from './Config.js'\nexport * from './Params.js'\nexport * from './Schema.js'\nexport * from './Sentinel.js'\n","export const RebillyPaymentCardAuthorizationSentinelSchema = 'network.xyo.sentinel.payments.payment.instrument.card.authorization.rebilly'\nexport type RebillyPaymentCardAuthorizationSentinelSchema = typeof RebillyPaymentCardAuthorizationSentinelSchema\n","import { RebillyApiDomainSettings } from '@xyo-network/rebilly-payment-payload-plugin'\nimport { SentinelConfig } from '@xyo-network/sentinel-model'\n\nimport { RebillyPaymentCardAuthorizationSentinelSchema } from './Schema.js'\n\nexport const RebillyPaymentCardAuthorizationSentinelConfigSchema = `${RebillyPaymentCardAuthorizationSentinelSchema}.config`\nexport type RebillyPaymentCardAuthorizationSentinelConfigSchema = typeof RebillyPaymentCardAuthorizationSentinelConfigSchema\n\n/*\n * The Rebilly Payment Card Authorization Sentinel Config\n */\nexport type RebillyPaymentCardAuthorizationSentinelConfig = SentinelConfig<{\n /**\n * The config schema\n */\n schema: RebillyPaymentCardAuthorizationSentinelConfigSchema\n}> &\n Partial<RebillyApiDomainSettings>\n","import { assertEx } from '@xylabs/assert'\nimport { AxiosJson, AxiosRequestConfig, HttpStatusCode } from '@xylabs/axios'\nimport { PayloadBuilder } from '@xyo-network/payload-builder'\nimport { Payload, WithSources } from '@xyo-network/payload-model'\nimport { isBillingAddress, isPaymentCard } from '@xyo-network/payment-payload-plugins'\nimport { RebillyPaymentAuthorizationToken, RebillyPaymentAuthorizationTokenSchema } from '@xyo-network/rebilly-payment-payload-plugin'\nimport { AbstractSentinel } from '@xyo-network/sentinel-abstract'\nimport { SentinelInstance, SentinelModuleEventData } from '@xyo-network/sentinel-model'\n\nimport { CreateTokenResponse } from './Api/index.js'\nimport { RebillyPaymentCardAuthorizationSentinelConfigSchema } from './Config.js'\nimport { RebillyPaymentCardAuthorizationSentinelParams } from './Params.js'\nimport { toTokenRequest } from './util/index.js'\n\nconst removePrefix = (str: string, prefix: string) => {\n const regex = new RegExp(`^${prefix}`)\n return str.replace(regex, '')\n}\n\nconst moduleName = 'RebillyPaymentCardAuthorizationSentinel'\nexport class RebillyPaymentCardAuthorizationSentinel<\n TParams extends RebillyPaymentCardAuthorizationSentinelParams = RebillyPaymentCardAuthorizationSentinelParams,\n TEventData extends SentinelModuleEventData<SentinelInstance<TParams>> = SentinelModuleEventData<SentinelInstance<TParams>>,\n> extends AbstractSentinel<TParams, TEventData> {\n static override configSchemas = [RebillyPaymentCardAuthorizationSentinelConfigSchema]\n static override defaultConfigSchema = RebillyPaymentCardAuthorizationSentinelConfigSchema\n\n protected _apiRoot: string | undefined = undefined\n protected _domain: string | undefined = undefined\n protected _headers: AxiosRequestConfig['headers'] | undefined = undefined\n protected _organizationId: string | undefined = undefined\n protected _publishableApiKey: string | undefined = undefined\n protected _tokenEndpoint: string | undefined = undefined\n\n /**\n * The Rebilly Organization API root endpoint\n */\n protected get apiRoot() {\n if (!this._apiRoot) this._apiRoot = `${this.domain}/organizations/${this.organizationId}`\n return this._apiRoot\n }\n\n /**\n * The Rebilly domain\n */\n protected get domain() {\n if (!this._domain) this._domain = assertEx(this.params.domain ?? this.config.domain, () => `${moduleName}: Missing domain in params/config`)\n return this._domain\n }\n\n /**\n * The headers to be included in the request for each request\n */\n protected get headers(): AxiosRequestConfig['headers'] {\n if (!this._headers) this._headers = { Authorization: this.publishableApiKey }\n return this._headers\n }\n\n /**\n * True if the environment is sandbox (testing), false otherwise\n */\n protected get isSandboxEnvironment(): boolean {\n return this.domain.includes('sandbox')\n }\n\n /**\n * The Rebilly organization ID\n */\n protected get organizationId() {\n if (!this._organizationId)\n this._organizationId = removePrefix(\n assertEx(this.params.organizationId, () => `${moduleName}: Missing organizationId in params`),\n 'org_',\n )\n return this._organizationId\n }\n\n /**\n * The Rebilly Publishable API key\n */\n protected get publishableApiKey(): string {\n if (!this._publishableApiKey)\n this._publishableApiKey = assertEx(this.params.publishableApiKey, () => `${moduleName}: Missing publishableApiKey in params`)\n return this._publishableApiKey\n }\n\n /**\n * The Rebilly Organization token creation endpoint\n */\n protected get tokenEndpoint() {\n if (!this._tokenEndpoint) this._tokenEndpoint = `${this.apiRoot}/tokens`\n return this._tokenEndpoint\n }\n\n override async reportHandler(payloads?: Payload[]): Promise<Payload[]> {\n await this.started('throw')\n const results: WithSources<RebillyPaymentAuthorizationToken>[] = []\n // Verify necessary inputs and if nothing meets our criteria, bail early\n if (!payloads || payloads.length === 0) return results\n const paymentCard = payloads?.find(isPaymentCard)\n if (!paymentCard) return results\n const billingAddress = payloads?.find(isBillingAddress)\n if (!billingAddress) return results\n const axios = new AxiosJson({ headers: this.headers })\n try {\n const data = toTokenRequest(paymentCard, billingAddress)\n const response = await axios.post<CreateTokenResponse>(this.tokenEndpoint, data)\n assertEx(response.status === HttpStatusCode.Created, () => `Failed to tokenize payment card: ${response.status}`)\n const { id } = response.data\n const sources = await PayloadBuilder.dataHashes([paymentCard, billingAddress])\n results.push({ id, schema: RebillyPaymentAuthorizationTokenSchema, sources })\n } catch (error) {\n this.logger?.error?.(`${moduleName}: Error creating payment token: ${error}`)\n }\n return results\n }\n}\n","import { BillingAddress, PaymentCard } from '@xyo-network/payment-payload-plugins'\n\nimport { CreatePaymentTokenRequest } from '../Api/index.js'\n\n/**\n * Converts a payment card and billing address to a token request\n * @param paymentCard The payment card\n * @param billingAddress The billing address\n * @returns The token request\n */\nexport const toTokenRequest = (paymentCard: PaymentCard, billingAddress: BillingAddress): CreatePaymentTokenRequest => {\n const { cvv, expMonth, expYear, cardNumber } = paymentCard\n // NOTE: We are destructuring all but the schema and passing it along to the billingAddress. This\n // is to allow for missing fields to be omitted rather than set to undefined and for any new fields\n // that might be added later to be automatically picked up on. It is fine to pass this along since\n // the user is supplying this data about themselves.\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n const { schema: _, ...fields } = billingAddress\n return {\n billingAddress: { ...fields },\n method: 'payment-card',\n paymentInstrument: { cvv, expMonth, expYear, pan: cardNumber },\n }\n}\n"],"mappings":"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","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config.ts","../../src/Sentinel.ts","../../src/util/toTokenRequest.ts"],"sourcesContent":["export * from './Config.ts'\nexport * from './Params.ts'\nexport * from './Schema.ts'\nexport * from './Sentinel.ts'\n","export const RebillyPaymentCardAuthorizationSentinelSchema = 'network.xyo.sentinel.payments.payment.instrument.card.authorization.rebilly'\nexport type RebillyPaymentCardAuthorizationSentinelSchema = typeof RebillyPaymentCardAuthorizationSentinelSchema\n","import { RebillyApiDomainSettings } from '@xyo-network/rebilly-payment-payload-plugin'\nimport { SentinelConfig } from '@xyo-network/sentinel-model'\n\nimport { RebillyPaymentCardAuthorizationSentinelSchema } from './Schema.ts'\n\nexport const RebillyPaymentCardAuthorizationSentinelConfigSchema = `${RebillyPaymentCardAuthorizationSentinelSchema}.config`\nexport type RebillyPaymentCardAuthorizationSentinelConfigSchema = typeof RebillyPaymentCardAuthorizationSentinelConfigSchema\n\n/*\n * The Rebilly Payment Card Authorization Sentinel Config\n */\nexport type RebillyPaymentCardAuthorizationSentinelConfig = SentinelConfig<{\n /**\n * The config schema\n */\n schema: RebillyPaymentCardAuthorizationSentinelConfigSchema\n}> &\nPartial<RebillyApiDomainSettings>\n","import { assertEx } from '@xylabs/assert'\nimport { AxiosJson, AxiosRequestConfig, HttpStatusCode } from '@xylabs/axios'\nimport { PayloadBuilder } from '@xyo-network/payload-builder'\nimport { Payload, WithSources } from '@xyo-network/payload-model'\nimport { isBillingAddress, isPaymentCard } from '@xyo-network/payment-payload-plugins'\nimport { RebillyPaymentAuthorizationToken, RebillyPaymentAuthorizationTokenSchema } from '@xyo-network/rebilly-payment-payload-plugin'\nimport { AbstractSentinel } from '@xyo-network/sentinel-abstract'\nimport { SentinelInstance, SentinelModuleEventData } from '@xyo-network/sentinel-model'\n\nimport { CreateTokenResponse } from './Api/index.ts'\nimport { RebillyPaymentCardAuthorizationSentinelConfigSchema } from './Config.ts'\nimport { RebillyPaymentCardAuthorizationSentinelParams } from './Params.ts'\nimport { toTokenRequest } from './util/index.ts'\n\nconst removePrefix = (str: string, prefix: string) => {\n const regex = new RegExp(`^${prefix}`)\n return str.replace(regex, '')\n}\n\nconst moduleName = 'RebillyPaymentCardAuthorizationSentinel'\nexport class RebillyPaymentCardAuthorizationSentinel<\n TParams extends RebillyPaymentCardAuthorizationSentinelParams = RebillyPaymentCardAuthorizationSentinelParams,\n TEventData extends SentinelModuleEventData<SentinelInstance<TParams>> = SentinelModuleEventData<SentinelInstance<TParams>>,\n> extends AbstractSentinel<TParams, TEventData> {\n static override configSchemas = [RebillyPaymentCardAuthorizationSentinelConfigSchema]\n static override defaultConfigSchema = RebillyPaymentCardAuthorizationSentinelConfigSchema\n\n protected _apiRoot: string | undefined = undefined\n protected _domain: string | undefined = undefined\n protected _headers: AxiosRequestConfig['headers'] | undefined = undefined\n protected _organizationId: string | undefined = undefined\n protected _publishableApiKey: string | undefined = undefined\n protected _tokenEndpoint: string | undefined = undefined\n\n /**\n * The Rebilly Organization API root endpoint\n */\n protected get apiRoot() {\n if (!this._apiRoot) this._apiRoot = `${this.domain}/organizations/${this.organizationId}`\n return this._apiRoot\n }\n\n /**\n * The Rebilly domain\n */\n protected get domain() {\n if (!this._domain) this._domain = assertEx(this.params.domain ?? this.config.domain, () => `${moduleName}: Missing domain in params/config`)\n return this._domain\n }\n\n /**\n * The headers to be included in the request for each request\n */\n protected get headers(): AxiosRequestConfig['headers'] {\n if (!this._headers) this._headers = { Authorization: this.publishableApiKey }\n return this._headers\n }\n\n /**\n * True if the environment is sandbox (testing), false otherwise\n */\n protected get isSandboxEnvironment(): boolean {\n return this.domain.includes('sandbox')\n }\n\n /**\n * The Rebilly organization ID\n */\n protected get organizationId() {\n if (!this._organizationId)\n this._organizationId = removePrefix(\n assertEx(this.params.organizationId, () => `${moduleName}: Missing organizationId in params`),\n 'org_',\n )\n return this._organizationId\n }\n\n /**\n * The Rebilly Publishable API key\n */\n protected get publishableApiKey(): string {\n if (!this._publishableApiKey)\n this._publishableApiKey = assertEx(this.params.publishableApiKey, () => `${moduleName}: Missing publishableApiKey in params`)\n return this._publishableApiKey\n }\n\n /**\n * The Rebilly Organization token creation endpoint\n */\n protected get tokenEndpoint() {\n if (!this._tokenEndpoint) this._tokenEndpoint = `${this.apiRoot}/tokens`\n return this._tokenEndpoint\n }\n\n override async reportHandler(payloads?: Payload[]): Promise<Payload[]> {\n await this.started('throw')\n const results: WithSources<RebillyPaymentAuthorizationToken>[] = []\n // Verify necessary inputs and if nothing meets our criteria, bail early\n if (!payloads || payloads.length === 0) return results\n const paymentCard = payloads?.find(isPaymentCard)\n if (!paymentCard) return results\n const billingAddress = payloads?.find(isBillingAddress)\n if (!billingAddress) return results\n const axios = new AxiosJson({ headers: this.headers })\n try {\n const data = toTokenRequest(paymentCard, billingAddress)\n const response = await axios.post<CreateTokenResponse>(this.tokenEndpoint, data)\n assertEx(response.status === HttpStatusCode.Created, () => `Failed to tokenize payment card: ${response.status}`)\n const { id } = response.data\n const sources = await PayloadBuilder.dataHashes([paymentCard, billingAddress])\n results.push({ id, schema: RebillyPaymentAuthorizationTokenSchema, sources })\n } catch (error) {\n this.logger?.error?.(`${moduleName}: Error creating payment token: ${error}`)\n }\n return results\n }\n}\n","import { BillingAddress, PaymentCard } from '@xyo-network/payment-payload-plugins'\n\nimport { CreatePaymentTokenRequest } from '../Api/index.ts'\n\n/**\n * Converts a payment card and billing address to a token request\n * @param paymentCard The payment card\n * @param billingAddress The billing address\n * @returns The token request\n */\nexport const toTokenRequest = (paymentCard: PaymentCard, billingAddress: BillingAddress): CreatePaymentTokenRequest => {\n const { cvv, expMonth, expYear, cardNumber } = paymentCard\n // NOTE: We are destructuring all but the schema and passing it along to the billingAddress. This\n // is to allow for missing fields to be omitted rather than set to undefined and for any new fields\n // that might be added later to be automatically picked up on. It is fine to pass this along since\n // the user is supplying this data about themselves.\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n const { schema: _, ...fields } = billingAddress\n return {\n billingAddress: { ...fields },\n method: 'payment-card',\n paymentInstrument: { cvv, expMonth, expYear, pan: cardNumber },\n }\n}\n"],"mappings":"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","names":["RebillyPaymentCardAuthorizationSentinelSchema","RebillyPaymentCardAuthorizationSentinelConfigSchema","RebillyPaymentCardAuthorizationSentinelSchema","toTokenRequest","paymentCard","billingAddress","cvv","expMonth","expYear","cardNumber","schema","_","fields","method","paymentInstrument","pan","removePrefix","str","prefix","regex","RegExp","replace","moduleName","RebillyPaymentCardAuthorizationSentinel","AbstractSentinel","configSchemas","RebillyPaymentCardAuthorizationSentinelConfigSchema","defaultConfigSchema","_apiRoot","undefined","_domain","_headers","_organizationId","_publishableApiKey","_tokenEndpoint","apiRoot","domain","organizationId","assertEx","params","config","headers","Authorization","publishableApiKey","isSandboxEnvironment","includes","tokenEndpoint","reportHandler","payloads","started","results","length","paymentCard","find","isPaymentCard","billingAddress","isBillingAddress","axios","AxiosJson","data","toTokenRequest","response","post","status","HttpStatusCode","Created","id","sources","PayloadBuilder","dataHashes","push","schema","RebillyPaymentAuthorizationTokenSchema","error","logger"]}
@@ -1,5 +1,5 @@
1
- export * from './Config.js';
2
- export * from './Params.js';
3
- export * from './Schema.js';
4
- export * from './Sentinel.js';
1
+ export * from './Config.ts';
2
+ export * from './Params.ts';
3
+ export * from './Schema.ts';
4
+ export * from './Sentinel.ts';
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1,5 +1,5 @@
1
- export * from './Config.js';
2
- export * from './Params.js';
3
- export * from './Schema.js';
4
- export * from './Sentinel.js';
1
+ export * from './Config.ts';
2
+ export * from './Params.ts';
3
+ export * from './Schema.ts';
4
+ export * from './Sentinel.ts';
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1,5 +1,5 @@
1
- export * from './Config.js';
2
- export * from './Params.js';
3
- export * from './Schema.js';
4
- export * from './Sentinel.js';
1
+ export * from './Config.ts';
2
+ export * from './Params.ts';
3
+ export * from './Schema.ts';
4
+ export * from './Sentinel.ts';
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,6 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3
+
1
4
  // src/Schema.ts
2
5
  var RebillyPaymentCardAuthorizationSentinelSchema = "network.xyo.sentinel.payments.payment.instrument.card.authorization.rebilly";
3
6
 
@@ -13,24 +16,36 @@ import { RebillyPaymentAuthorizationTokenSchema } from "@xyo-network/rebilly-pay
13
16
  import { AbstractSentinel } from "@xyo-network/sentinel-abstract";
14
17
 
15
18
  // src/util/toTokenRequest.ts
16
- var toTokenRequest = (paymentCard, billingAddress) => {
19
+ var toTokenRequest = /* @__PURE__ */ __name((paymentCard, billingAddress) => {
17
20
  const { cvv, expMonth, expYear, cardNumber } = paymentCard;
18
21
  const { schema: _, ...fields } = billingAddress;
19
22
  return {
20
- billingAddress: { ...fields },
23
+ billingAddress: {
24
+ ...fields
25
+ },
21
26
  method: "payment-card",
22
- paymentInstrument: { cvv, expMonth, expYear, pan: cardNumber }
27
+ paymentInstrument: {
28
+ cvv,
29
+ expMonth,
30
+ expYear,
31
+ pan: cardNumber
32
+ }
23
33
  };
24
- };
34
+ }, "toTokenRequest");
25
35
 
26
36
  // src/Sentinel.ts
27
- var removePrefix = (str, prefix) => {
37
+ var removePrefix = /* @__PURE__ */ __name((str, prefix) => {
28
38
  const regex = new RegExp(`^${prefix}`);
29
39
  return str.replace(regex, "");
30
- };
40
+ }, "removePrefix");
31
41
  var moduleName = "RebillyPaymentCardAuthorizationSentinel";
32
42
  var RebillyPaymentCardAuthorizationSentinel = class extends AbstractSentinel {
33
- static configSchemas = [RebillyPaymentCardAuthorizationSentinelConfigSchema];
43
+ static {
44
+ __name(this, "RebillyPaymentCardAuthorizationSentinel");
45
+ }
46
+ static configSchemas = [
47
+ RebillyPaymentCardAuthorizationSentinelConfigSchema
48
+ ];
34
49
  static defaultConfigSchema = RebillyPaymentCardAuthorizationSentinelConfigSchema;
35
50
  _apiRoot = void 0;
36
51
  _domain = void 0;
@@ -39,54 +54,51 @@ var RebillyPaymentCardAuthorizationSentinel = class extends AbstractSentinel {
39
54
  _publishableApiKey = void 0;
40
55
  _tokenEndpoint = void 0;
41
56
  /**
42
- * The Rebilly Organization API root endpoint
43
- */
57
+ * The Rebilly Organization API root endpoint
58
+ */
44
59
  get apiRoot() {
45
60
  if (!this._apiRoot) this._apiRoot = `${this.domain}/organizations/${this.organizationId}`;
46
61
  return this._apiRoot;
47
62
  }
48
63
  /**
49
- * The Rebilly domain
50
- */
64
+ * The Rebilly domain
65
+ */
51
66
  get domain() {
52
67
  if (!this._domain) this._domain = assertEx(this.params.domain ?? this.config.domain, () => `${moduleName}: Missing domain in params/config`);
53
68
  return this._domain;
54
69
  }
55
70
  /**
56
- * The headers to be included in the request for each request
57
- */
71
+ * The headers to be included in the request for each request
72
+ */
58
73
  get headers() {
59
- if (!this._headers) this._headers = { Authorization: this.publishableApiKey };
74
+ if (!this._headers) this._headers = {
75
+ Authorization: this.publishableApiKey
76
+ };
60
77
  return this._headers;
61
78
  }
62
79
  /**
63
- * True if the environment is sandbox (testing), false otherwise
64
- */
80
+ * True if the environment is sandbox (testing), false otherwise
81
+ */
65
82
  get isSandboxEnvironment() {
66
83
  return this.domain.includes("sandbox");
67
84
  }
68
85
  /**
69
- * The Rebilly organization ID
70
- */
86
+ * The Rebilly organization ID
87
+ */
71
88
  get organizationId() {
72
- if (!this._organizationId)
73
- this._organizationId = removePrefix(
74
- assertEx(this.params.organizationId, () => `${moduleName}: Missing organizationId in params`),
75
- "org_"
76
- );
89
+ if (!this._organizationId) this._organizationId = removePrefix(assertEx(this.params.organizationId, () => `${moduleName}: Missing organizationId in params`), "org_");
77
90
  return this._organizationId;
78
91
  }
79
92
  /**
80
- * The Rebilly Publishable API key
81
- */
93
+ * The Rebilly Publishable API key
94
+ */
82
95
  get publishableApiKey() {
83
- if (!this._publishableApiKey)
84
- this._publishableApiKey = assertEx(this.params.publishableApiKey, () => `${moduleName}: Missing publishableApiKey in params`);
96
+ if (!this._publishableApiKey) this._publishableApiKey = assertEx(this.params.publishableApiKey, () => `${moduleName}: Missing publishableApiKey in params`);
85
97
  return this._publishableApiKey;
86
98
  }
87
99
  /**
88
- * The Rebilly Organization token creation endpoint
89
- */
100
+ * The Rebilly Organization token creation endpoint
101
+ */
90
102
  get tokenEndpoint() {
91
103
  if (!this._tokenEndpoint) this._tokenEndpoint = `${this.apiRoot}/tokens`;
92
104
  return this._tokenEndpoint;
@@ -99,14 +111,23 @@ var RebillyPaymentCardAuthorizationSentinel = class extends AbstractSentinel {
99
111
  if (!paymentCard) return results;
100
112
  const billingAddress = payloads?.find(isBillingAddress);
101
113
  if (!billingAddress) return results;
102
- const axios = new AxiosJson({ headers: this.headers });
114
+ const axios = new AxiosJson({
115
+ headers: this.headers
116
+ });
103
117
  try {
104
118
  const data = toTokenRequest(paymentCard, billingAddress);
105
119
  const response = await axios.post(this.tokenEndpoint, data);
106
120
  assertEx(response.status === HttpStatusCode.Created, () => `Failed to tokenize payment card: ${response.status}`);
107
121
  const { id } = response.data;
108
- const sources = await PayloadBuilder.dataHashes([paymentCard, billingAddress]);
109
- results.push({ id, schema: RebillyPaymentAuthorizationTokenSchema, sources });
122
+ const sources = await PayloadBuilder.dataHashes([
123
+ paymentCard,
124
+ billingAddress
125
+ ]);
126
+ results.push({
127
+ id,
128
+ schema: RebillyPaymentAuthorizationTokenSchema,
129
+ sources
130
+ });
110
131
  } catch (error) {
111
132
  this.logger?.error?.(`${moduleName}: Error creating payment token: ${error}`);
112
133
  }
@@ -118,4 +139,4 @@ export {
118
139
  RebillyPaymentCardAuthorizationSentinelConfigSchema,
119
140
  RebillyPaymentCardAuthorizationSentinelSchema
120
141
  };
121
- //# sourceMappingURL=index.js.map
142
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/Schema.ts","../../src/Config.ts","../../src/Sentinel.ts","../../src/util/toTokenRequest.ts"],"sourcesContent":["export const RebillyPaymentCardAuthorizationSentinelSchema = 'network.xyo.sentinel.payments.payment.instrument.card.authorization.rebilly'\nexport type RebillyPaymentCardAuthorizationSentinelSchema = typeof RebillyPaymentCardAuthorizationSentinelSchema\n","import { RebillyApiDomainSettings } from '@xyo-network/rebilly-payment-payload-plugin'\nimport { SentinelConfig } from '@xyo-network/sentinel-model'\n\nimport { RebillyPaymentCardAuthorizationSentinelSchema } from './Schema.ts'\n\nexport const RebillyPaymentCardAuthorizationSentinelConfigSchema = `${RebillyPaymentCardAuthorizationSentinelSchema}.config`\nexport type RebillyPaymentCardAuthorizationSentinelConfigSchema = typeof RebillyPaymentCardAuthorizationSentinelConfigSchema\n\n/*\n * The Rebilly Payment Card Authorization Sentinel Config\n */\nexport type RebillyPaymentCardAuthorizationSentinelConfig = SentinelConfig<{\n /**\n * The config schema\n */\n schema: RebillyPaymentCardAuthorizationSentinelConfigSchema\n}> &\nPartial<RebillyApiDomainSettings>\n","import { assertEx } from '@xylabs/assert'\nimport { AxiosJson, AxiosRequestConfig, HttpStatusCode } from '@xylabs/axios'\nimport { PayloadBuilder } from '@xyo-network/payload-builder'\nimport { Payload, WithSources } from '@xyo-network/payload-model'\nimport { isBillingAddress, isPaymentCard } from '@xyo-network/payment-payload-plugins'\nimport { RebillyPaymentAuthorizationToken, RebillyPaymentAuthorizationTokenSchema } from '@xyo-network/rebilly-payment-payload-plugin'\nimport { AbstractSentinel } from '@xyo-network/sentinel-abstract'\nimport { SentinelInstance, SentinelModuleEventData } from '@xyo-network/sentinel-model'\n\nimport { CreateTokenResponse } from './Api/index.ts'\nimport { RebillyPaymentCardAuthorizationSentinelConfigSchema } from './Config.ts'\nimport { RebillyPaymentCardAuthorizationSentinelParams } from './Params.ts'\nimport { toTokenRequest } from './util/index.ts'\n\nconst removePrefix = (str: string, prefix: string) => {\n const regex = new RegExp(`^${prefix}`)\n return str.replace(regex, '')\n}\n\nconst moduleName = 'RebillyPaymentCardAuthorizationSentinel'\nexport class RebillyPaymentCardAuthorizationSentinel<\n TParams extends RebillyPaymentCardAuthorizationSentinelParams = RebillyPaymentCardAuthorizationSentinelParams,\n TEventData extends SentinelModuleEventData<SentinelInstance<TParams>> = SentinelModuleEventData<SentinelInstance<TParams>>,\n> extends AbstractSentinel<TParams, TEventData> {\n static override configSchemas = [RebillyPaymentCardAuthorizationSentinelConfigSchema]\n static override defaultConfigSchema = RebillyPaymentCardAuthorizationSentinelConfigSchema\n\n protected _apiRoot: string | undefined = undefined\n protected _domain: string | undefined = undefined\n protected _headers: AxiosRequestConfig['headers'] | undefined = undefined\n protected _organizationId: string | undefined = undefined\n protected _publishableApiKey: string | undefined = undefined\n protected _tokenEndpoint: string | undefined = undefined\n\n /**\n * The Rebilly Organization API root endpoint\n */\n protected get apiRoot() {\n if (!this._apiRoot) this._apiRoot = `${this.domain}/organizations/${this.organizationId}`\n return this._apiRoot\n }\n\n /**\n * The Rebilly domain\n */\n protected get domain() {\n if (!this._domain) this._domain = assertEx(this.params.domain ?? this.config.domain, () => `${moduleName}: Missing domain in params/config`)\n return this._domain\n }\n\n /**\n * The headers to be included in the request for each request\n */\n protected get headers(): AxiosRequestConfig['headers'] {\n if (!this._headers) this._headers = { Authorization: this.publishableApiKey }\n return this._headers\n }\n\n /**\n * True if the environment is sandbox (testing), false otherwise\n */\n protected get isSandboxEnvironment(): boolean {\n return this.domain.includes('sandbox')\n }\n\n /**\n * The Rebilly organization ID\n */\n protected get organizationId() {\n if (!this._organizationId)\n this._organizationId = removePrefix(\n assertEx(this.params.organizationId, () => `${moduleName}: Missing organizationId in params`),\n 'org_',\n )\n return this._organizationId\n }\n\n /**\n * The Rebilly Publishable API key\n */\n protected get publishableApiKey(): string {\n if (!this._publishableApiKey)\n this._publishableApiKey = assertEx(this.params.publishableApiKey, () => `${moduleName}: Missing publishableApiKey in params`)\n return this._publishableApiKey\n }\n\n /**\n * The Rebilly Organization token creation endpoint\n */\n protected get tokenEndpoint() {\n if (!this._tokenEndpoint) this._tokenEndpoint = `${this.apiRoot}/tokens`\n return this._tokenEndpoint\n }\n\n override async reportHandler(payloads?: Payload[]): Promise<Payload[]> {\n await this.started('throw')\n const results: WithSources<RebillyPaymentAuthorizationToken>[] = []\n // Verify necessary inputs and if nothing meets our criteria, bail early\n if (!payloads || payloads.length === 0) return results\n const paymentCard = payloads?.find(isPaymentCard)\n if (!paymentCard) return results\n const billingAddress = payloads?.find(isBillingAddress)\n if (!billingAddress) return results\n const axios = new AxiosJson({ headers: this.headers })\n try {\n const data = toTokenRequest(paymentCard, billingAddress)\n const response = await axios.post<CreateTokenResponse>(this.tokenEndpoint, data)\n assertEx(response.status === HttpStatusCode.Created, () => `Failed to tokenize payment card: ${response.status}`)\n const { id } = response.data\n const sources = await PayloadBuilder.dataHashes([paymentCard, billingAddress])\n results.push({ id, schema: RebillyPaymentAuthorizationTokenSchema, sources })\n } catch (error) {\n this.logger?.error?.(`${moduleName}: Error creating payment token: ${error}`)\n }\n return results\n }\n}\n","import { BillingAddress, PaymentCard } from '@xyo-network/payment-payload-plugins'\n\nimport { CreatePaymentTokenRequest } from '../Api/index.ts'\n\n/**\n * Converts a payment card and billing address to a token request\n * @param paymentCard The payment card\n * @param billingAddress The billing address\n * @returns The token request\n */\nexport const toTokenRequest = (paymentCard: PaymentCard, billingAddress: BillingAddress): CreatePaymentTokenRequest => {\n const { cvv, expMonth, expYear, cardNumber } = paymentCard\n // NOTE: We are destructuring all but the schema and passing it along to the billingAddress. This\n // is to allow for missing fields to be omitted rather than set to undefined and for any new fields\n // that might be added later to be automatically picked up on. It is fine to pass this along since\n // the user is supplying this data about themselves.\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n const { schema: _, ...fields } = billingAddress\n return {\n billingAddress: { ...fields },\n method: 'payment-card',\n paymentInstrument: { cvv, expMonth, expYear, pan: cardNumber },\n }\n}\n"],"mappings":"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","names":["RebillyPaymentCardAuthorizationSentinelSchema","RebillyPaymentCardAuthorizationSentinelConfigSchema","RebillyPaymentCardAuthorizationSentinelSchema","assertEx","AxiosJson","HttpStatusCode","PayloadBuilder","isBillingAddress","isPaymentCard","RebillyPaymentAuthorizationTokenSchema","AbstractSentinel","toTokenRequest","paymentCard","billingAddress","cvv","expMonth","expYear","cardNumber","schema","_","fields","method","paymentInstrument","pan","removePrefix","str","prefix","regex","RegExp","replace","moduleName","RebillyPaymentCardAuthorizationSentinel","AbstractSentinel","configSchemas","RebillyPaymentCardAuthorizationSentinelConfigSchema","defaultConfigSchema","_apiRoot","undefined","_domain","_headers","_organizationId","_publishableApiKey","_tokenEndpoint","apiRoot","domain","organizationId","assertEx","params","config","headers","Authorization","publishableApiKey","isSandboxEnvironment","includes","tokenEndpoint","reportHandler","payloads","started","results","length","paymentCard","find","isPaymentCard","billingAddress","isBillingAddress","axios","AxiosJson","data","toTokenRequest","response","post","status","HttpStatusCode","Created","id","sources","PayloadBuilder","dataHashes","push","schema","RebillyPaymentAuthorizationTokenSchema","error","logger"]}
@@ -1,2 +1,2 @@
1
- export * from './toTokenRequest.js';
1
+ export * from './toTokenRequest.ts';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,2 @@
1
- export * from './toTokenRequest.js';
1
+ export * from './toTokenRequest.ts';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,2 @@
1
- export * from './toTokenRequest.js';
1
+ export * from './toTokenRequest.ts';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
1
  import { BillingAddress, PaymentCard } from '@xyo-network/payment-payload-plugins';
2
- import { CreatePaymentTokenRequest } from '../Api/index.js';
2
+ import { CreatePaymentTokenRequest } from '../Api/index.ts';
3
3
  export declare const toTokenRequest: (paymentCard: PaymentCard, billingAddress: BillingAddress) => CreatePaymentTokenRequest;
4
4
  //# sourceMappingURL=toTokenRequest.d.ts.map
@@ -1,4 +1,4 @@
1
1
  import { BillingAddress, PaymentCard } from '@xyo-network/payment-payload-plugins';
2
- import { CreatePaymentTokenRequest } from '../Api/index.js';
2
+ import { CreatePaymentTokenRequest } from '../Api/index.ts';
3
3
  export declare const toTokenRequest: (paymentCard: PaymentCard, billingAddress: BillingAddress) => CreatePaymentTokenRequest;
4
4
  //# sourceMappingURL=toTokenRequest.d.ts.map
@@ -1,4 +1,4 @@
1
1
  import { BillingAddress, PaymentCard } from '@xyo-network/payment-payload-plugins';
2
- import { CreatePaymentTokenRequest } from '../Api/index.js';
2
+ import { CreatePaymentTokenRequest } from '../Api/index.ts';
3
3
  export declare const toTokenRequest: (paymentCard: PaymentCard, billingAddress: BillingAddress) => CreatePaymentTokenRequest;
4
4
  //# sourceMappingURL=toTokenRequest.d.ts.map
@@ -1,4 +1,4 @@
1
- import { PaymentMethod, RequestBillingAddress } from './Request.js';
1
+ import { PaymentMethod, RequestBillingAddress } from './Request.ts';
2
2
  export interface ResponseBillingAddress extends RequestBillingAddress {
3
3
  hash?: string | null;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { PaymentMethod, RequestBillingAddress } from './Request.js';
1
+ import { PaymentMethod, RequestBillingAddress } from './Request.ts';
2
2
  export interface ResponseBillingAddress extends RequestBillingAddress {
3
3
  hash?: string | null;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { PaymentMethod, RequestBillingAddress } from './Request.js';
1
+ import { PaymentMethod, RequestBillingAddress } from './Request.ts';
2
2
  export interface ResponseBillingAddress extends RequestBillingAddress {
3
3
  hash?: string | null;
4
4
  }
@@ -1,3 +1,3 @@
1
- export * from './Request.js';
2
- export * from './Response.js';
1
+ export * from './Request.ts';
2
+ export * from './Response.ts';
3
3
  //# sourceMappingURL=index.d.ts.map