@flowio/api-factories 0.0.78 → 0.0.79

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/cjs/api.js CHANGED
@@ -7578,6 +7578,7 @@ var factories = {
7578
7578
  discriminator: 'merchant_rejected',
7579
7579
  reason: factories['io.flow.v0.enums.merchant_rejected_reason'](),
7580
7580
  description: factories.string(),
7581
+ deactivate_at: factories.date_time_iso_8601(),
7581
7582
  }); },
7582
7583
  'io.flow.v0.models.money': function () { return ({
7583
7584
  amount: factories.double(),
package/dist/esm/api.js CHANGED
@@ -7537,6 +7537,7 @@ var factories = {
7537
7537
  discriminator: 'merchant_rejected',
7538
7538
  reason: factories['io.flow.v0.enums.merchant_rejected_reason'](),
7539
7539
  description: factories.string(),
7540
+ deactivate_at: factories.date_time_iso_8601(),
7540
7541
  }); },
7541
7542
  'io.flow.v0.models.money': function () { return ({
7542
7543
  amount: factories.double(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-factories",
3
- "version": "0.0.78",
3
+ "version": "0.0.79",
4
4
  "description": "Flow API mock data factories",
5
5
  "keywords": [
6
6
  "flow",
@@ -36,5 +36,5 @@
36
36
  "@faker-js/faker": "^6.2.0",
37
37
  "@flowio/api-types": "*"
38
38
  },
39
- "gitHead": "597e2435a16a5bd699023530c389a211edd61d60"
39
+ "gitHead": "2bd18d938f840ec2fa147fa4651350a1bb75b33a"
40
40
  }
package/src/api.ts CHANGED
@@ -8669,6 +8669,7 @@ const factories = {
8669
8669
  discriminator: 'merchant_rejected',
8670
8670
  reason: factories['io.flow.v0.enums.merchant_rejected_reason'](),
8671
8671
  description: factories.string(),
8672
+ deactivate_at: factories.date_time_iso_8601(),
8672
8673
  }),
8673
8674
 
8674
8675
  'io.flow.v0.models.money': (): io.flow.v0.models.Money => ({