@authenty/authapi-types 1.0.17 → 1.0.18

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.
@@ -19,4 +19,9 @@ export declare const PG_PurchasePaymentStatus: typeof AuthApi.objects.PaymentSys
19
19
  export declare const PG_PurchaseType: typeof AuthApi.objects.PaymentSystem.PG_PurchaseType;
20
20
  export type PG_Purchase = AuthApi.objects.PaymentSystem.PG_Purchase;
21
21
  export declare const PG_RecurrenceType: typeof AuthApi.objects.PaymentSystem.PG_RecurrenceType;
22
+ export type availableSoftware = AuthApi.auxiliarTypes.availableSoftware;
23
+ export declare const Privilege: typeof AuthApi.auxiliarTypes.Privilege;
24
+ export type PrivilegeTable = AuthApi.auxiliarTypes.PrivilegeTable;
25
+ export type CronJob = AuthApi.auxiliarTypes.CronJob;
26
+ export type CronjobsStatuses = AuthApi.auxiliarTypes.CronjobsStatuses;
22
27
  export type LogFilters = AuthApi.auxiliarTypes.LogFilters;
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  return (mod && mod.__esModule) ? mod : { "default": mod };
5
5
  };
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.PG_RecurrenceType = exports.PG_PurchaseType = exports.PG_PurchasePaymentStatus = exports.PG_PurchaseLicenseStatus_GroupActive = exports.PG_PurchaseLicenseStatus = exports.BundleType = void 0;
7
+ exports.Privilege = exports.PG_RecurrenceType = exports.PG_PurchaseType = exports.PG_PurchasePaymentStatus = exports.PG_PurchaseLicenseStatus_GroupActive = exports.PG_PurchaseLicenseStatus = exports.BundleType = void 0;
8
8
  const _1 = __importDefault(require("."));
9
9
  exports.BundleType = _1.default.objects.BundleType;
10
10
  exports.PG_PurchaseLicenseStatus = _1.default.objects.PaymentSystem.PG_PurchaseLicenseStatus;
@@ -12,4 +12,5 @@ exports.PG_PurchaseLicenseStatus_GroupActive = _1.default.objects.PaymentSystem.
12
12
  exports.PG_PurchasePaymentStatus = _1.default.objects.PaymentSystem.PG_PurchasePaymentStatus;
13
13
  exports.PG_PurchaseType = _1.default.objects.PaymentSystem.PG_PurchaseType;
14
14
  exports.PG_RecurrenceType = _1.default.objects.PaymentSystem.PG_RecurrenceType;
15
+ exports.Privilege = _1.default.auxiliarTypes.Privilege;
15
16
  // export type PG_PurchasePaymentStatus = AuthApi.objects.PaymentSystem.PG_PurchasePaymentStatus;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authenty/authapi-types",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "Shared types for Authenty API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -25,6 +25,11 @@ export const PG_PurchaseType = AuthApi.objects.PaymentSystem.PG_PurchaseType;
25
25
  export type PG_Purchase = AuthApi.objects.PaymentSystem.PG_Purchase;
26
26
  export const PG_RecurrenceType = AuthApi.objects.PaymentSystem.PG_RecurrenceType;
27
27
 
28
+ export type availableSoftware = AuthApi.auxiliarTypes.availableSoftware;
29
+ export const Privilege = AuthApi.auxiliarTypes.Privilege;
30
+ export type PrivilegeTable = AuthApi.auxiliarTypes.PrivilegeTable;
31
+ export type CronJob = AuthApi.auxiliarTypes.CronJob;
32
+ export type CronjobsStatuses = AuthApi.auxiliarTypes.CronjobsStatuses;
28
33
  export type LogFilters = AuthApi.auxiliarTypes.LogFilters;
29
34
 
30
35