@infisale-client/api 1.2.88 → 1.2.89

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/api/api.d.ts CHANGED
@@ -35,6 +35,7 @@ export type ButtonVariantEnum = typeof ButtonVariantEnum[keyof typeof ButtonVari
35
35
  export declare const CompanyStatusEnum: {
36
36
  readonly ACTIVE: "active";
37
37
  readonly INACTIVE: "inactive";
38
+ readonly PAYMENT_REQUIRED: "payment_required";
38
39
  readonly DELETED: "deleted";
39
40
  };
40
41
  export type CompanyStatusEnum = typeof CompanyStatusEnum[keyof typeof CompanyStatusEnum];
package/dist/api/api.js CHANGED
@@ -47,6 +47,7 @@ exports.ButtonVariantEnum = {
47
47
  exports.CompanyStatusEnum = {
48
48
  ACTIVE: 'active',
49
49
  INACTIVE: 'inactive',
50
+ PAYMENT_REQUIRED: 'payment_required',
50
51
  DELETED: 'deleted'
51
52
  };
52
53
  /**
package/dist/api/api.mjs CHANGED
@@ -35,6 +35,7 @@ export const ButtonVariantEnum = {
35
35
  export const CompanyStatusEnum = {
36
36
  ACTIVE: 'active',
37
37
  INACTIVE: 'inactive',
38
+ PAYMENT_REQUIRED: 'payment_required',
38
39
  DELETED: 'deleted'
39
40
  };
40
41
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.2.88",
3
+ "version": "1.2.89",
4
4
  "description": "api-sdk",
5
5
  "author": "Muhammet KÖKLÜ <105980019+byhipernova@users.noreply.github.com>",
6
6
  "homepage": "https://github.com/infisale/infisale-client#readme",
@@ -37,5 +37,5 @@
37
37
  "bugs": {
38
38
  "url": "https://github.com/infisale/infisale-client/issues"
39
39
  },
40
- "gitHead": "f7a54efa204f5c9e1df7b6a93d95fa632f8ad9f5"
40
+ "gitHead": "37d034eb6f5eea1774d699ff99383f5345b2b42a"
41
41
  }