@faable/auth-sdk 2.5.23 → 2.5.25

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.
@@ -249,6 +249,7 @@ export declare abstract class GeneratedFaableAuthApi extends FaableApi {
249
249
  code: string;
250
250
  enabled: boolean;
251
251
  order: number;
252
+ revision: number;
252
253
  account: string;
253
254
  metadata: {
254
255
  [key: string]: unknown;
@@ -268,6 +269,7 @@ export declare abstract class GeneratedFaableAuthApi extends FaableApi {
268
269
  code: string;
269
270
  enabled: boolean;
270
271
  order: number;
272
+ revision: number;
271
273
  account: string;
272
274
  metadata: {
273
275
  [key: string]: unknown;
@@ -287,6 +289,7 @@ export declare abstract class GeneratedFaableAuthApi extends FaableApi {
287
289
  code: string;
288
290
  enabled: boolean;
289
291
  order: number;
292
+ revision: number;
290
293
  account: string;
291
294
  metadata: {
292
295
  [key: string]: unknown;
@@ -307,6 +310,7 @@ export declare abstract class GeneratedFaableAuthApi extends FaableApi {
307
310
  code: string;
308
311
  enabled: boolean;
309
312
  order: number;
313
+ revision: number;
310
314
  account: string;
311
315
  metadata: {
312
316
  [key: string]: unknown;
@@ -321,6 +325,7 @@ export declare abstract class GeneratedFaableAuthApi extends FaableApi {
321
325
  code: string;
322
326
  enabled: boolean;
323
327
  order: number;
328
+ revision: number;
324
329
  account: string;
325
330
  metadata: {
326
331
  [key: string]: unknown;
@@ -338,6 +343,7 @@ export declare abstract class GeneratedFaableAuthApi extends FaableApi {
338
343
  code: string;
339
344
  enabled: boolean;
340
345
  order: number;
346
+ revision: number;
341
347
  account: string;
342
348
  metadata: {
343
349
  [key: string]: unknown;
@@ -358,6 +364,7 @@ export declare abstract class GeneratedFaableAuthApi extends FaableApi {
358
364
  code: string;
359
365
  enabled: boolean;
360
366
  order: number;
367
+ revision: number;
361
368
  account: string;
362
369
  metadata: {
363
370
  [key: string]: unknown;
@@ -2729,6 +2729,11 @@ export interface components {
2729
2729
  * @default 0
2730
2730
  */
2731
2731
  order: number;
2732
+ /**
2733
+ * @description Monotonic edit counter — increments on every update. Audit rows stamp the revision that produced each allow/deny (`data.action_revision`); `updatedAt` dates the current revision.
2734
+ * @default 1
2735
+ */
2736
+ revision: number;
2732
2737
  /** @description Object is related with this account */
2733
2738
  account: string;
2734
2739
  /**
@@ -7732,6 +7737,11 @@ export interface operations {
7732
7737
  * @default 0
7733
7738
  */
7734
7739
  order: number;
7740
+ /**
7741
+ * @description Monotonic edit counter — increments on every update. Audit rows stamp the revision that produced each allow/deny (`data.action_revision`); `updatedAt` dates the current revision.
7742
+ * @default 1
7743
+ */
7744
+ revision: number;
7735
7745
  /** @description Object is related with this account */
7736
7746
  account: string;
7737
7747
  /**
@@ -7790,6 +7800,11 @@ export interface operations {
7790
7800
  * @default 0
7791
7801
  */
7792
7802
  order: number;
7803
+ /**
7804
+ * @description Monotonic edit counter — increments on every update. Audit rows stamp the revision that produced each allow/deny (`data.action_revision`); `updatedAt` dates the current revision.
7805
+ * @default 1
7806
+ */
7807
+ revision: number;
7793
7808
  /** @description Object is related with this account */
7794
7809
  account: string;
7795
7810
  /**
@@ -7867,6 +7882,11 @@ export interface operations {
7867
7882
  * @default 0
7868
7883
  */
7869
7884
  order: number;
7885
+ /**
7886
+ * @description Monotonic edit counter — increments on every update. Audit rows stamp the revision that produced each allow/deny (`data.action_revision`); `updatedAt` dates the current revision.
7887
+ * @default 1
7888
+ */
7889
+ revision: number;
7870
7890
  /** @description Object is related with this account */
7871
7891
  account: string;
7872
7892
  /**
@@ -7925,6 +7945,11 @@ export interface operations {
7925
7945
  * @default 0
7926
7946
  */
7927
7947
  order: number;
7948
+ /**
7949
+ * @description Monotonic edit counter — increments on every update. Audit rows stamp the revision that produced each allow/deny (`data.action_revision`); `updatedAt` dates the current revision.
7950
+ * @default 1
7951
+ */
7952
+ revision: number;
7928
7953
  /** @description Object is related with this account */
7929
7954
  account: string;
7930
7955
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faable/auth-sdk",
3
- "version": "2.5.23",
3
+ "version": "2.5.25",
4
4
  "author": "Marc Pomar <marc@faable.com>",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/spec/openapi.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "title": "@faablecloud/auth",
5
5
  "description": "Auth Platform made by Faable. Manage Users and Roles",
6
- "version": "1.38.0",
6
+ "version": "1.40.0",
7
7
  "license": {
8
8
  "name": "private",
9
9
  "url": "https://faable.com/docs/platform/privacy-policy"
@@ -2751,6 +2751,11 @@
2751
2751
  "description": "Execution order",
2752
2752
  "default": 0
2753
2753
  },
2754
+ "revision": {
2755
+ "type": "number",
2756
+ "description": "Monotonic edit counter — increments on every update. Audit rows stamp the revision that produced each allow/deny (`data.action_revision`); `updatedAt` dates the current revision.",
2757
+ "default": 1
2758
+ },
2754
2759
  "account": {
2755
2760
  "type": "string",
2756
2761
  "description": "Object is related with this account"
@@ -15421,6 +15426,11 @@
15421
15426
  "description": "Execution order",
15422
15427
  "default": 0
15423
15428
  },
15429
+ "revision": {
15430
+ "type": "number",
15431
+ "description": "Monotonic edit counter — increments on every update. Audit rows stamp the revision that produced each allow/deny (`data.action_revision`); `updatedAt` dates the current revision.",
15432
+ "default": 1
15433
+ },
15424
15434
  "account": {
15425
15435
  "type": "string",
15426
15436
  "description": "Object is related with this account"
@@ -15520,6 +15530,11 @@
15520
15530
  "description": "Execution order",
15521
15531
  "default": 0
15522
15532
  },
15533
+ "revision": {
15534
+ "type": "number",
15535
+ "description": "Monotonic edit counter — increments on every update. Audit rows stamp the revision that produced each allow/deny (`data.action_revision`); `updatedAt` dates the current revision.",
15536
+ "default": 1
15537
+ },
15523
15538
  "account": {
15524
15539
  "type": "string",
15525
15540
  "description": "Object is related with this account"
@@ -15656,6 +15671,11 @@
15656
15671
  "description": "Execution order",
15657
15672
  "default": 0
15658
15673
  },
15674
+ "revision": {
15675
+ "type": "number",
15676
+ "description": "Monotonic edit counter — increments on every update. Audit rows stamp the revision that produced each allow/deny (`data.action_revision`); `updatedAt` dates the current revision.",
15677
+ "default": 1
15678
+ },
15659
15679
  "account": {
15660
15680
  "type": "string",
15661
15681
  "description": "Object is related with this account"
@@ -15753,6 +15773,11 @@
15753
15773
  "description": "Execution order",
15754
15774
  "default": 0
15755
15775
  },
15776
+ "revision": {
15777
+ "type": "number",
15778
+ "description": "Monotonic edit counter — increments on every update. Audit rows stamp the revision that produced each allow/deny (`data.action_revision`); `updatedAt` dates the current revision.",
15779
+ "default": 1
15780
+ },
15756
15781
  "account": {
15757
15782
  "type": "string",
15758
15783
  "description": "Object is related with this account"