@wix/payments 1.0.10 → 1.0.12

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.
@@ -1,3 +1,3 @@
1
1
  export * as onboardingAvailability from '@wix/payments_onboarding-availability/context';
2
- export * as callbacks from '@wix/payments_callbacks/context';
2
+ export * as pspCallbacks from '@wix/payments_psp-callbacks/context';
3
3
  export * as refunds from '@wix/payments_refunds/context';
@@ -23,8 +23,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.refunds = exports.callbacks = exports.onboardingAvailability = void 0;
26
+ exports.refunds = exports.pspCallbacks = exports.onboardingAvailability = void 0;
27
27
  exports.onboardingAvailability = __importStar(require("@wix/payments_onboarding-availability/context"));
28
- exports.callbacks = __importStar(require("@wix/payments_callbacks/context"));
28
+ exports.pspCallbacks = __importStar(require("@wix/payments_psp-callbacks/context"));
29
29
  exports.refunds = __importStar(require("@wix/payments_refunds/context"));
30
30
  //# sourceMappingURL=context.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wGAAwF;AACxF,6EAA6D;AAC7D,yEAAyD"}
1
+ {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wGAAwF;AACxF,oFAAoE;AACpE,yEAAyD"}
@@ -1,4 +1,4 @@
1
1
  import * as onboardingAvailability from '@wix/payments_onboarding-availability';
2
- import * as callbacks from '@wix/payments_callbacks';
2
+ import * as pspCallbacks from '@wix/payments_psp-callbacks';
3
3
  import * as refunds from '@wix/payments_refunds';
4
- export { onboardingAvailability, callbacks, refunds };
4
+ export { onboardingAvailability, pspCallbacks, refunds };
@@ -23,11 +23,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.refunds = exports.callbacks = exports.onboardingAvailability = void 0;
26
+ exports.refunds = exports.pspCallbacks = exports.onboardingAvailability = void 0;
27
27
  const onboardingAvailability = __importStar(require("@wix/payments_onboarding-availability"));
28
28
  exports.onboardingAvailability = onboardingAvailability;
29
- const callbacks = __importStar(require("@wix/payments_callbacks"));
30
- exports.callbacks = callbacks;
29
+ const pspCallbacks = __importStar(require("@wix/payments_psp-callbacks"));
30
+ exports.pspCallbacks = pspCallbacks;
31
31
  const refunds = __importStar(require("@wix/payments_refunds"));
32
32
  exports.refunds = refunds;
33
33
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,8FAAgF;AAIvE,wDAAsB;AAH/B,mEAAqD;AAGpB,8BAAS;AAF1C,+DAAiD;AAEL,0BAAO"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,8FAAgF;AAIvE,wDAAsB;AAH/B,0EAA4D;AAG3B,oCAAY;AAF7C,+DAAiD;AAEF,0BAAO"}
@@ -1,3 +1,3 @@
1
1
  export * as onboardingAvailability from '@wix/payments_onboarding-availability/meta';
2
- export * as callbacks from '@wix/payments_callbacks/meta';
2
+ export * as pspCallbacks from '@wix/payments_psp-callbacks/meta';
3
3
  export * as refunds from '@wix/payments_refunds/meta';
package/build/cjs/meta.js CHANGED
@@ -23,8 +23,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.refunds = exports.callbacks = exports.onboardingAvailability = void 0;
26
+ exports.refunds = exports.pspCallbacks = exports.onboardingAvailability = void 0;
27
27
  exports.onboardingAvailability = __importStar(require("@wix/payments_onboarding-availability/meta"));
28
- exports.callbacks = __importStar(require("@wix/payments_callbacks/meta"));
28
+ exports.pspCallbacks = __importStar(require("@wix/payments_psp-callbacks/meta"));
29
29
  exports.refunds = __importStar(require("@wix/payments_refunds/meta"));
30
30
  //# sourceMappingURL=meta.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qGAAqF;AACrF,0EAA0D;AAC1D,sEAAsD"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qGAAqF;AACrF,iFAAiE;AACjE,sEAAsD"}
@@ -1,3 +1,3 @@
1
1
  export * as onboardingAvailability from '@wix/payments_onboarding-availability/context';
2
- export * as callbacks from '@wix/payments_callbacks/context';
2
+ export * as pspCallbacks from '@wix/payments_psp-callbacks/context';
3
3
  export * as refunds from '@wix/payments_refunds/context';
@@ -1,4 +1,4 @@
1
1
  export * as onboardingAvailability from '@wix/payments_onboarding-availability/context';
2
- export * as callbacks from '@wix/payments_callbacks/context';
2
+ export * as pspCallbacks from '@wix/payments_psp-callbacks/context';
3
3
  export * as refunds from '@wix/payments_refunds/context';
4
4
  //# sourceMappingURL=context.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,sBAAsB,MAAM,+CAA+C,CAAC;AACxF,OAAO,KAAK,SAAS,MAAM,iCAAiC,CAAC;AAC7D,OAAO,KAAK,OAAO,MAAM,+BAA+B,CAAC"}
1
+ {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,sBAAsB,MAAM,+CAA+C,CAAC;AACxF,OAAO,KAAK,YAAY,MAAM,qCAAqC,CAAC;AACpE,OAAO,KAAK,OAAO,MAAM,+BAA+B,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import * as onboardingAvailability from '@wix/payments_onboarding-availability';
2
- import * as callbacks from '@wix/payments_callbacks';
2
+ import * as pspCallbacks from '@wix/payments_psp-callbacks';
3
3
  import * as refunds from '@wix/payments_refunds';
4
- export { onboardingAvailability, callbacks, refunds };
4
+ export { onboardingAvailability, pspCallbacks, refunds };
package/build/es/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as onboardingAvailability from '@wix/payments_onboarding-availability';
2
- import * as callbacks from '@wix/payments_callbacks';
2
+ import * as pspCallbacks from '@wix/payments_psp-callbacks';
3
3
  import * as refunds from '@wix/payments_refunds';
4
- export { onboardingAvailability, callbacks, refunds };
4
+ export { onboardingAvailability, pspCallbacks, refunds };
5
5
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,sBAAsB,MAAM,uCAAuC,CAAC;AAChF,OAAO,KAAK,SAAS,MAAM,yBAAyB,CAAC;AACrD,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,OAAO,EAAE,sBAAsB,EAAE,SAAS,EAAE,OAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,sBAAsB,MAAM,uCAAuC,CAAC;AAChF,OAAO,KAAK,YAAY,MAAM,6BAA6B,CAAC;AAC5D,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,OAAO,EAAE,sBAAsB,EAAE,YAAY,EAAE,OAAO,EAAE,CAAC"}
@@ -1,3 +1,3 @@
1
1
  export * as onboardingAvailability from '@wix/payments_onboarding-availability/meta';
2
- export * as callbacks from '@wix/payments_callbacks/meta';
2
+ export * as pspCallbacks from '@wix/payments_psp-callbacks/meta';
3
3
  export * as refunds from '@wix/payments_refunds/meta';
package/build/es/meta.js CHANGED
@@ -1,4 +1,4 @@
1
1
  export * as onboardingAvailability from '@wix/payments_onboarding-availability/meta';
2
- export * as callbacks from '@wix/payments_callbacks/meta';
2
+ export * as pspCallbacks from '@wix/payments_psp-callbacks/meta';
3
3
  export * as refunds from '@wix/payments_refunds/meta';
4
4
  //# sourceMappingURL=meta.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,sBAAsB,MAAM,4CAA4C,CAAC;AACrF,OAAO,KAAK,SAAS,MAAM,8BAA8B,CAAC;AAC1D,OAAO,KAAK,OAAO,MAAM,4BAA4B,CAAC"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,sBAAsB,MAAM,4CAA4C,CAAC;AACrF,OAAO,KAAK,YAAY,MAAM,kCAAkC,CAAC;AACjE,OAAO,KAAK,OAAO,MAAM,4BAA4B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/payments",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,9 +18,9 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/payments_callbacks": "1.0.1",
22
- "@wix/payments_onboarding-availability": "1.0.3",
23
- "@wix/payments_refunds": "1.0.10"
21
+ "@wix/payments_onboarding-availability": "1.0.4",
22
+ "@wix/payments_psp-callbacks": "1.0.1",
23
+ "@wix/payments_refunds": "1.0.11"
24
24
  },
25
25
  "devDependencies": {
26
26
  "glob": "^10.4.1",
@@ -45,5 +45,5 @@
45
45
  "fqdn": ""
46
46
  }
47
47
  },
48
- "falconPackageHash": "b80d7a365656b1eedfcff8c1c53bf2cb500617d815a0d5bc0ff60cec"
48
+ "falconPackageHash": "f7537b598720286f22581190043c4ed5a926aaa8620b0d3f95cc467a"
49
49
  }
@@ -1344,4 +1344,4 @@ declare namespace context {
1344
1344
  export { type context_ActionEvent as ActionEvent, type context_BaseEventMetadata as BaseEventMetadata, type context_CreateRefundOptions as CreateRefundOptions, type context_CreateRefundRequest as CreateRefundRequest, type context_CreateRefundResponse as CreateRefundResponse, type context_CreateRefundResponseNonNullableFields as CreateRefundResponseNonNullableFields, type context_CursorPaging as CursorPaging, type context_CursorPagingMetadata as CursorPagingMetadata, type context_CursorQuery as CursorQuery, type context_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type context_Cursors as Cursors, type context_DomainEvent as DomainEvent, type context_DomainEventBodyOneOf as DomainEventBodyOneOf, type context_EntityCreatedEvent as EntityCreatedEvent, type context_EntityDeletedEvent as EntityDeletedEvent, type context_EntityUpdatedEvent as EntityUpdatedEvent, type context_EventMetadata as EventMetadata, type context_ExtendedFields as ExtendedFields, type context_GetRefundRequest as GetRefundRequest, type context_GetRefundResponse as GetRefundResponse, type context_GetRefundResponseNonNullableFields as GetRefundResponseNonNullableFields, type context_GetRefundabilityRequest as GetRefundabilityRequest, type context_GetRefundabilityResponse as GetRefundabilityResponse, type context_GetRefundabilityResponseNonNullableFields as GetRefundabilityResponseNonNullableFields, type context_IdentificationData as IdentificationData, type context_IdentificationDataIdOneOf as IdentificationDataIdOneOf, context_Initiator as Initiator, type context_MessageEnvelope as MessageEnvelope, type context_QueryRefundsRequest as QueryRefundsRequest, type context_QueryRefundsResponse as QueryRefundsResponse, type context_QueryRefundsResponseNonNullableFields as QueryRefundsResponseNonNullableFields, type context_Refund as Refund, type context_RefundCreatedEnvelope as RefundCreatedEnvelope, type context_RefundNonNullableFields as RefundNonNullableFields, type context_RefundOptions as RefundOptions, type context_RefundUpdatedEnvelope as RefundUpdatedEnvelope, type context_Refundability as Refundability, type context_RefundabilityDetailsOneOf as RefundabilityDetailsOneOf, type context_RefundsQueryBuilder as RefundsQueryBuilder, type context_RefundsQueryResult as RefundsQueryResult, type context_Rejection as Rejection, context_RejectionReason as RejectionReason, context_SortOrder as SortOrder, type context_Sorting as Sorting, context_Status as Status, type context_StatusInfo as StatusInfo, type context_SyncRefundRequest as SyncRefundRequest, type context_SyncRefundResponse as SyncRefundResponse, type context_UpdateExtendedFieldsOptions as UpdateExtendedFieldsOptions, type context_UpdateExtendedFieldsRequest as UpdateExtendedFieldsRequest, type context_UpdateExtendedFieldsResponse as UpdateExtendedFieldsResponse, type context_UpdateExtendedFieldsResponseNonNullableFields as UpdateExtendedFieldsResponseNonNullableFields, context_WebhookIdentityType as WebhookIdentityType, type context__publicOnRefundCreatedType as _publicOnRefundCreatedType, type context__publicOnRefundUpdatedType as _publicOnRefundUpdatedType, context_createRefund as createRefund, context_getRefund as getRefund, context_getRefundability as getRefundability, context_onRefundCreated as onRefundCreated, context_onRefundUpdated as onRefundUpdated, onRefundCreated$1 as publicOnRefundCreated, onRefundUpdated$1 as publicOnRefundUpdated, context_queryRefunds as queryRefunds, context_updateExtendedFields as updateExtendedFields };
1345
1345
  }
1346
1346
 
1347
- export { context$1 as callbacks, context$2 as onboardingAvailability, context as refunds };
1347
+ export { context$2 as onboardingAvailability, context$1 as pspCallbacks, context as refunds };
@@ -1344,4 +1344,4 @@ declare namespace index_d {
1344
1344
  export { type index_d_ActionEvent as ActionEvent, type index_d_BaseEventMetadata as BaseEventMetadata, type index_d_CreateRefundOptions as CreateRefundOptions, type index_d_CreateRefundRequest as CreateRefundRequest, type index_d_CreateRefundResponse as CreateRefundResponse, type index_d_CreateRefundResponseNonNullableFields as CreateRefundResponseNonNullableFields, type index_d_CursorPaging as CursorPaging, type index_d_CursorPagingMetadata as CursorPagingMetadata, type index_d_CursorQuery as CursorQuery, type index_d_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type index_d_Cursors as Cursors, type index_d_DomainEvent as DomainEvent, type index_d_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d_EntityCreatedEvent as EntityCreatedEvent, type index_d_EntityDeletedEvent as EntityDeletedEvent, type index_d_EntityUpdatedEvent as EntityUpdatedEvent, type index_d_EventMetadata as EventMetadata, type index_d_ExtendedFields as ExtendedFields, type index_d_GetRefundRequest as GetRefundRequest, type index_d_GetRefundResponse as GetRefundResponse, type index_d_GetRefundResponseNonNullableFields as GetRefundResponseNonNullableFields, type index_d_GetRefundabilityRequest as GetRefundabilityRequest, type index_d_GetRefundabilityResponse as GetRefundabilityResponse, type index_d_GetRefundabilityResponseNonNullableFields as GetRefundabilityResponseNonNullableFields, type index_d_IdentificationData as IdentificationData, type index_d_IdentificationDataIdOneOf as IdentificationDataIdOneOf, index_d_Initiator as Initiator, type index_d_MessageEnvelope as MessageEnvelope, type index_d_QueryRefundsRequest as QueryRefundsRequest, type index_d_QueryRefundsResponse as QueryRefundsResponse, type index_d_QueryRefundsResponseNonNullableFields as QueryRefundsResponseNonNullableFields, type index_d_Refund as Refund, type index_d_RefundCreatedEnvelope as RefundCreatedEnvelope, type index_d_RefundNonNullableFields as RefundNonNullableFields, type index_d_RefundOptions as RefundOptions, type index_d_RefundUpdatedEnvelope as RefundUpdatedEnvelope, type index_d_Refundability as Refundability, type index_d_RefundabilityDetailsOneOf as RefundabilityDetailsOneOf, type index_d_RefundsQueryBuilder as RefundsQueryBuilder, type index_d_RefundsQueryResult as RefundsQueryResult, type index_d_Rejection as Rejection, index_d_RejectionReason as RejectionReason, index_d_SortOrder as SortOrder, type index_d_Sorting as Sorting, index_d_Status as Status, type index_d_StatusInfo as StatusInfo, type index_d_SyncRefundRequest as SyncRefundRequest, type index_d_SyncRefundResponse as SyncRefundResponse, type index_d_UpdateExtendedFieldsOptions as UpdateExtendedFieldsOptions, type index_d_UpdateExtendedFieldsRequest as UpdateExtendedFieldsRequest, type index_d_UpdateExtendedFieldsResponse as UpdateExtendedFieldsResponse, type index_d_UpdateExtendedFieldsResponseNonNullableFields as UpdateExtendedFieldsResponseNonNullableFields, index_d_WebhookIdentityType as WebhookIdentityType, type index_d__publicOnRefundCreatedType as _publicOnRefundCreatedType, type index_d__publicOnRefundUpdatedType as _publicOnRefundUpdatedType, index_d_createRefund as createRefund, index_d_getRefund as getRefund, index_d_getRefundability as getRefundability, index_d_onRefundCreated as onRefundCreated, index_d_onRefundUpdated as onRefundUpdated, onRefundCreated$1 as publicOnRefundCreated, onRefundUpdated$1 as publicOnRefundUpdated, index_d_queryRefunds as queryRefunds, index_d_updateExtendedFields as updateExtendedFields };
1345
1345
  }
1346
1346
 
1347
- export { index_d$1 as callbacks, index_d$2 as onboardingAvailability, index_d as refunds };
1347
+ export { index_d$2 as onboardingAvailability, index_d$1 as pspCallbacks, index_d as refunds };
@@ -1280,4 +1280,4 @@ declare namespace meta {
1280
1280
  export { type meta___PublicMethodMetaInfo as __PublicMethodMetaInfo, meta_createRefund as createRefund, meta_getRefund as getRefund, meta_getRefundability as getRefundability, meta_queryRefunds as queryRefunds, meta_updateExtendedFields as updateExtendedFields };
1281
1281
  }
1282
1282
 
1283
- export { meta$1 as callbacks, meta$2 as onboardingAvailability, meta as refunds };
1283
+ export { meta$2 as onboardingAvailability, meta$1 as pspCallbacks, meta as refunds };