@incomy/platform-sdk 0.5.0-beta.2075 → 0.5.0-beta.2099

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.
@@ -3,6 +3,15 @@ import type { Money } from './Money';
3
3
  export type Accrual = {
4
4
  bucketBreakdown?: Array<BucketBreakdown> | null;
5
5
  companyId?: string | null;
6
+ /**
7
+ * Server-assigned creation time. Read-only. Among events sharing the same Incomy.Platform.Hub.Models.Accrual.OccurredAt,
8
+ * the most recently created is ordered first.
9
+ */
10
+ dateCreated: string;
11
+ /**
12
+ * Server-assigned time of the last update. Read-only.
13
+ */
14
+ dateLastUpdated: string;
6
15
  /**
7
16
  * If set, record will be deleted when unlined from a multievent or when linked multievent is deleted.
8
17
  */
@@ -5,6 +5,15 @@ export type LogAccrual = {
5
5
  balance?: BalanceReport;
6
6
  bucketBreakdown?: Array<BucketBreakdown> | null;
7
7
  companyId?: string | null;
8
+ /**
9
+ * Server-assigned creation time. Read-only. Among events sharing the same Incomy.Platform.Hub.Models.Accrual.OccurredAt,
10
+ * the most recently created is ordered first.
11
+ */
12
+ dateCreated: string;
13
+ /**
14
+ * Server-assigned time of the last update. Read-only.
15
+ */
16
+ dateLastUpdated: string;
8
17
  /**
9
18
  * If set, record will be deleted when unlined from a multievent or when linked multievent is deleted.
10
19
  */
@@ -4,6 +4,15 @@ import type { Money } from './Money';
4
4
  export type LogOperation = {
5
5
  balance?: BalanceReport;
6
6
  bucketBreakdown?: Array<BucketBreakdown> | null;
7
+ /**
8
+ * Server-assigned creation time. Read-only. Among events sharing the same Incomy.Platform.Hub.Models.Operation.Time,
9
+ * the most recently created is ordered first.
10
+ */
11
+ dateCreated: string;
12
+ /**
13
+ * Server-assigned time of the last update. Read-only.
14
+ */
15
+ dateLastUpdated: string;
7
16
  /**
8
17
  * If set, operation will be deleted when unlined from a multievent or when linked multievent is deleted.
9
18
  */
@@ -2,6 +2,15 @@ import type { BucketBreakdown } from './BucketBreakdown';
2
2
  import type { Money } from './Money';
3
3
  export type Operation = {
4
4
  bucketBreakdown?: Array<BucketBreakdown> | null;
5
+ /**
6
+ * Server-assigned creation time. Read-only. Among events sharing the same Incomy.Platform.Hub.Models.Operation.Time,
7
+ * the most recently created is ordered first.
8
+ */
9
+ dateCreated: string;
10
+ /**
11
+ * Server-assigned time of the last update. Read-only.
12
+ */
13
+ dateLastUpdated: string;
5
14
  /**
6
15
  * If set, operation will be deleted when unlined from a multievent or when linked multievent is deleted.
7
16
  */
package/meta.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
- "sdkVersion": "0.5.0-beta.2075",
3
- "generatedAt": "2026-06-28T14:57:47.783Z",
4
- "apiCommit": "ff9810a6",
5
- "pipelineUrl": "https://gitlab.com/incomy/platform/-/pipelines/2635127130",
2
+ "sdkVersion": "0.5.0-beta.2099",
3
+ "generatedAt": "2026-06-29T10:09:57.222Z",
4
+ "apiCommit": "4470a784",
5
+ "pipelineUrl": "https://gitlab.com/incomy/platform/-/pipelines/2636776604",
6
6
  "sources": {
7
7
  "hub": {
8
- "sha256": "f34d7a263e1fadb8f8b8caad8fed7d6edf3d69e27767e4e737f8b9bee71055b5"
8
+ "sha256": "11ed85836dd549f822ad073effa4824b676f00d137357c40c040905740c63f86"
9
9
  }
10
10
  }
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incomy/platform-sdk",
3
- "version": "0.5.0-beta.2075",
3
+ "version": "0.5.0-beta.2099",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "files": [