@liaisongroup/assist-api-js-client 1.5.99 → 1.5.101

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/openapi.d.ts CHANGED
@@ -875,7 +875,7 @@ declare namespace Components {
875
875
  */
876
876
  interpolated_name?: string;
877
877
  }
878
- export type KnownConfigIDs = "action_resources" | "admin_resources" | "db_reset" | "field_resources" | "field_setting_restriction_constraints" | "field_setting_restriction_operators" | "hide_tasks" | "hl7_message_lifespan" | "password_regex" | "password_regex_message" | "role_resources" | "skip_rack_attack" | "task_delete_reasons";
878
+ export type KnownConfigIDs = "action_resources" | "admin_resources" | "db_reset" | "field_resources" | "field_setting_restriction_constraints" | "field_setting_restriction_operators" | "hide_tasks" | "hl7_message_lifespan" | "password_regex" | "password_regex_message" | "role_resources" | "skip_rack_attack" | "task_delete_reasons" | "task_duration";
879
879
  export interface Links {
880
880
  self?: string;
881
881
  current?: string;
package/dist/openapi.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "title": "Liaison Assist API",
5
5
  "description": "![Hero](./hero.svg)\n",
6
- "version": "0.0.328",
6
+ "version": "0.0.330",
7
7
  "license": {
8
8
  "name": "MIT",
9
9
  "url": "https://opensource.org/licenses/MIT"
@@ -15282,7 +15282,8 @@
15282
15282
  "password_regex_message",
15283
15283
  "role_resources",
15284
15284
  "skip_rack_attack",
15285
- "task_delete_reasons"
15285
+ "task_delete_reasons",
15286
+ "task_duration"
15286
15287
  ]
15287
15288
  },
15288
15289
  "AccessToken": {
@@ -139589,7 +139589,7 @@ export declare const ResourceAttribute: z.ZodObject<{
139589
139589
  related?: string | undefined;
139590
139590
  };
139591
139591
  }>;
139592
- export declare const KnownConfigIDs: z.ZodEnum<["action_resources", "admin_resources", "db_reset", "field_resources", "field_setting_restriction_constraints", "field_setting_restriction_operators", "hide_tasks", "hl7_message_lifespan", "password_regex", "password_regex_message", "role_resources", "skip_rack_attack", "task_delete_reasons"]>;
139592
+ export declare const KnownConfigIDs: z.ZodEnum<["action_resources", "admin_resources", "db_reset", "field_resources", "field_setting_restriction_constraints", "field_setting_restriction_operators", "hide_tasks", "hl7_message_lifespan", "password_regex", "password_regex_message", "role_resources", "skip_rack_attack", "task_delete_reasons", "task_duration"]>;
139593
139593
  export declare const ConfigAttributes: z.ZodObject<{
139594
139594
  value: z.ZodOptional<z.ZodUnion<[z.ZodNull, z.ZodString, z.ZodBoolean, z.ZodArray<z.ZodAny, "many">, z.ZodNumber]>>;
139595
139595
  }, "strip", z.ZodTypeAny, {
@@ -139599,7 +139599,7 @@ export declare const ConfigAttributes: z.ZodObject<{
139599
139599
  }>;
139600
139600
  export declare const ConfigData: z.ZodObject<{
139601
139601
  type: z.ZodLiteral<"config">;
139602
- id: z.ZodEnum<["action_resources", "admin_resources", "db_reset", "field_resources", "field_setting_restriction_constraints", "field_setting_restriction_operators", "hide_tasks", "hl7_message_lifespan", "password_regex", "password_regex_message", "role_resources", "skip_rack_attack", "task_delete_reasons"]>;
139602
+ id: z.ZodEnum<["action_resources", "admin_resources", "db_reset", "field_resources", "field_setting_restriction_constraints", "field_setting_restriction_operators", "hide_tasks", "hl7_message_lifespan", "password_regex", "password_regex_message", "role_resources", "skip_rack_attack", "task_delete_reasons", "task_duration"]>;
139603
139603
  attributes: z.ZodObject<{
139604
139604
  value: z.ZodOptional<z.ZodUnion<[z.ZodNull, z.ZodString, z.ZodBoolean, z.ZodArray<z.ZodAny, "many">, z.ZodNumber]>>;
139605
139605
  }, "strip", z.ZodTypeAny, {
@@ -139608,13 +139608,13 @@ export declare const ConfigData: z.ZodObject<{
139608
139608
  value?: string | number | boolean | any[] | null | undefined;
139609
139609
  }>;
139610
139610
  }, "strip", z.ZodTypeAny, {
139611
- id: "action_resources" | "admin_resources" | "db_reset" | "field_resources" | "field_setting_restriction_constraints" | "field_setting_restriction_operators" | "hide_tasks" | "hl7_message_lifespan" | "password_regex" | "password_regex_message" | "role_resources" | "skip_rack_attack" | "task_delete_reasons";
139611
+ id: "action_resources" | "admin_resources" | "db_reset" | "field_resources" | "field_setting_restriction_constraints" | "field_setting_restriction_operators" | "hide_tasks" | "hl7_message_lifespan" | "password_regex" | "password_regex_message" | "role_resources" | "skip_rack_attack" | "task_delete_reasons" | "task_duration";
139612
139612
  attributes: {
139613
139613
  value?: string | number | boolean | any[] | null | undefined;
139614
139614
  };
139615
139615
  type: "config";
139616
139616
  }, {
139617
- id: "action_resources" | "admin_resources" | "db_reset" | "field_resources" | "field_setting_restriction_constraints" | "field_setting_restriction_operators" | "hide_tasks" | "hl7_message_lifespan" | "password_regex" | "password_regex_message" | "role_resources" | "skip_rack_attack" | "task_delete_reasons";
139617
+ id: "action_resources" | "admin_resources" | "db_reset" | "field_resources" | "field_setting_restriction_constraints" | "field_setting_restriction_operators" | "hide_tasks" | "hl7_message_lifespan" | "password_regex" | "password_regex_message" | "role_resources" | "skip_rack_attack" | "task_delete_reasons" | "task_duration";
139618
139618
  attributes: {
139619
139619
  value?: string | number | boolean | any[] | null | undefined;
139620
139620
  };
@@ -139623,7 +139623,7 @@ export declare const ConfigData: z.ZodObject<{
139623
139623
  export declare const Configs: z.ZodObject<{
139624
139624
  data: z.ZodArray<z.ZodObject<{
139625
139625
  type: z.ZodLiteral<"config">;
139626
- id: z.ZodEnum<["action_resources", "admin_resources", "db_reset", "field_resources", "field_setting_restriction_constraints", "field_setting_restriction_operators", "hide_tasks", "hl7_message_lifespan", "password_regex", "password_regex_message", "role_resources", "skip_rack_attack", "task_delete_reasons"]>;
139626
+ id: z.ZodEnum<["action_resources", "admin_resources", "db_reset", "field_resources", "field_setting_restriction_constraints", "field_setting_restriction_operators", "hide_tasks", "hl7_message_lifespan", "password_regex", "password_regex_message", "role_resources", "skip_rack_attack", "task_delete_reasons", "task_duration"]>;
139627
139627
  attributes: z.ZodObject<{
139628
139628
  value: z.ZodOptional<z.ZodUnion<[z.ZodNull, z.ZodString, z.ZodBoolean, z.ZodArray<z.ZodAny, "many">, z.ZodNumber]>>;
139629
139629
  }, "strip", z.ZodTypeAny, {
@@ -139632,13 +139632,13 @@ export declare const Configs: z.ZodObject<{
139632
139632
  value?: string | number | boolean | any[] | null | undefined;
139633
139633
  }>;
139634
139634
  }, "strip", z.ZodTypeAny, {
139635
- id: "action_resources" | "admin_resources" | "db_reset" | "field_resources" | "field_setting_restriction_constraints" | "field_setting_restriction_operators" | "hide_tasks" | "hl7_message_lifespan" | "password_regex" | "password_regex_message" | "role_resources" | "skip_rack_attack" | "task_delete_reasons";
139635
+ id: "action_resources" | "admin_resources" | "db_reset" | "field_resources" | "field_setting_restriction_constraints" | "field_setting_restriction_operators" | "hide_tasks" | "hl7_message_lifespan" | "password_regex" | "password_regex_message" | "role_resources" | "skip_rack_attack" | "task_delete_reasons" | "task_duration";
139636
139636
  attributes: {
139637
139637
  value?: string | number | boolean | any[] | null | undefined;
139638
139638
  };
139639
139639
  type: "config";
139640
139640
  }, {
139641
- id: "action_resources" | "admin_resources" | "db_reset" | "field_resources" | "field_setting_restriction_constraints" | "field_setting_restriction_operators" | "hide_tasks" | "hl7_message_lifespan" | "password_regex" | "password_regex_message" | "role_resources" | "skip_rack_attack" | "task_delete_reasons";
139641
+ id: "action_resources" | "admin_resources" | "db_reset" | "field_resources" | "field_setting_restriction_constraints" | "field_setting_restriction_operators" | "hide_tasks" | "hl7_message_lifespan" | "password_regex" | "password_regex_message" | "role_resources" | "skip_rack_attack" | "task_delete_reasons" | "task_duration";
139642
139642
  attributes: {
139643
139643
  value?: string | number | boolean | any[] | null | undefined;
139644
139644
  };
@@ -139697,7 +139697,7 @@ export declare const Configs: z.ZodObject<{
139697
139697
  }>;
139698
139698
  }, "strip", z.ZodTypeAny, {
139699
139699
  data: {
139700
- id: "action_resources" | "admin_resources" | "db_reset" | "field_resources" | "field_setting_restriction_constraints" | "field_setting_restriction_operators" | "hide_tasks" | "hl7_message_lifespan" | "password_regex" | "password_regex_message" | "role_resources" | "skip_rack_attack" | "task_delete_reasons";
139700
+ id: "action_resources" | "admin_resources" | "db_reset" | "field_resources" | "field_setting_restriction_constraints" | "field_setting_restriction_operators" | "hide_tasks" | "hl7_message_lifespan" | "password_regex" | "password_regex_message" | "role_resources" | "skip_rack_attack" | "task_delete_reasons" | "task_duration";
139701
139701
  attributes: {
139702
139702
  value?: string | number | boolean | any[] | null | undefined;
139703
139703
  };
@@ -139720,7 +139720,7 @@ export declare const Configs: z.ZodObject<{
139720
139720
  };
139721
139721
  }, {
139722
139722
  data: {
139723
- id: "action_resources" | "admin_resources" | "db_reset" | "field_resources" | "field_setting_restriction_constraints" | "field_setting_restriction_operators" | "hide_tasks" | "hl7_message_lifespan" | "password_regex" | "password_regex_message" | "role_resources" | "skip_rack_attack" | "task_delete_reasons";
139723
+ id: "action_resources" | "admin_resources" | "db_reset" | "field_resources" | "field_setting_restriction_constraints" | "field_setting_restriction_operators" | "hide_tasks" | "hl7_message_lifespan" | "password_regex" | "password_regex_message" | "role_resources" | "skip_rack_attack" | "task_delete_reasons" | "task_duration";
139724
139724
  attributes: {
139725
139725
  value?: string | number | boolean | any[] | null | undefined;
139726
139726
  };
@@ -139745,7 +139745,7 @@ export declare const Configs: z.ZodObject<{
139745
139745
  export declare const Config: z.ZodObject<{
139746
139746
  data: z.ZodObject<{
139747
139747
  type: z.ZodLiteral<"config">;
139748
- id: z.ZodEnum<["action_resources", "admin_resources", "db_reset", "field_resources", "field_setting_restriction_constraints", "field_setting_restriction_operators", "hide_tasks", "hl7_message_lifespan", "password_regex", "password_regex_message", "role_resources", "skip_rack_attack", "task_delete_reasons"]>;
139748
+ id: z.ZodEnum<["action_resources", "admin_resources", "db_reset", "field_resources", "field_setting_restriction_constraints", "field_setting_restriction_operators", "hide_tasks", "hl7_message_lifespan", "password_regex", "password_regex_message", "role_resources", "skip_rack_attack", "task_delete_reasons", "task_duration"]>;
139749
139749
  attributes: z.ZodObject<{
139750
139750
  value: z.ZodOptional<z.ZodUnion<[z.ZodNull, z.ZodString, z.ZodBoolean, z.ZodArray<z.ZodAny, "many">, z.ZodNumber]>>;
139751
139751
  }, "strip", z.ZodTypeAny, {
@@ -139754,13 +139754,13 @@ export declare const Config: z.ZodObject<{
139754
139754
  value?: string | number | boolean | any[] | null | undefined;
139755
139755
  }>;
139756
139756
  }, "strip", z.ZodTypeAny, {
139757
- id: "action_resources" | "admin_resources" | "db_reset" | "field_resources" | "field_setting_restriction_constraints" | "field_setting_restriction_operators" | "hide_tasks" | "hl7_message_lifespan" | "password_regex" | "password_regex_message" | "role_resources" | "skip_rack_attack" | "task_delete_reasons";
139757
+ id: "action_resources" | "admin_resources" | "db_reset" | "field_resources" | "field_setting_restriction_constraints" | "field_setting_restriction_operators" | "hide_tasks" | "hl7_message_lifespan" | "password_regex" | "password_regex_message" | "role_resources" | "skip_rack_attack" | "task_delete_reasons" | "task_duration";
139758
139758
  attributes: {
139759
139759
  value?: string | number | boolean | any[] | null | undefined;
139760
139760
  };
139761
139761
  type: "config";
139762
139762
  }, {
139763
- id: "action_resources" | "admin_resources" | "db_reset" | "field_resources" | "field_setting_restriction_constraints" | "field_setting_restriction_operators" | "hide_tasks" | "hl7_message_lifespan" | "password_regex" | "password_regex_message" | "role_resources" | "skip_rack_attack" | "task_delete_reasons";
139763
+ id: "action_resources" | "admin_resources" | "db_reset" | "field_resources" | "field_setting_restriction_constraints" | "field_setting_restriction_operators" | "hide_tasks" | "hl7_message_lifespan" | "password_regex" | "password_regex_message" | "role_resources" | "skip_rack_attack" | "task_delete_reasons" | "task_duration";
139764
139764
  attributes: {
139765
139765
  value?: string | number | boolean | any[] | null | undefined;
139766
139766
  };
@@ -139787,7 +139787,7 @@ export declare const Config: z.ZodObject<{
139787
139787
  }>;
139788
139788
  }, "strip", z.ZodTypeAny, {
139789
139789
  data: {
139790
- id: "action_resources" | "admin_resources" | "db_reset" | "field_resources" | "field_setting_restriction_constraints" | "field_setting_restriction_operators" | "hide_tasks" | "hl7_message_lifespan" | "password_regex" | "password_regex_message" | "role_resources" | "skip_rack_attack" | "task_delete_reasons";
139790
+ id: "action_resources" | "admin_resources" | "db_reset" | "field_resources" | "field_setting_restriction_constraints" | "field_setting_restriction_operators" | "hide_tasks" | "hl7_message_lifespan" | "password_regex" | "password_regex_message" | "role_resources" | "skip_rack_attack" | "task_delete_reasons" | "task_duration";
139791
139791
  attributes: {
139792
139792
  value?: string | number | boolean | any[] | null | undefined;
139793
139793
  };
@@ -139802,7 +139802,7 @@ export declare const Config: z.ZodObject<{
139802
139802
  };
139803
139803
  }, {
139804
139804
  data: {
139805
- id: "action_resources" | "admin_resources" | "db_reset" | "field_resources" | "field_setting_restriction_constraints" | "field_setting_restriction_operators" | "hide_tasks" | "hl7_message_lifespan" | "password_regex" | "password_regex_message" | "role_resources" | "skip_rack_attack" | "task_delete_reasons";
139805
+ id: "action_resources" | "admin_resources" | "db_reset" | "field_resources" | "field_setting_restriction_constraints" | "field_setting_restriction_operators" | "hide_tasks" | "hl7_message_lifespan" | "password_regex" | "password_regex_message" | "role_resources" | "skip_rack_attack" | "task_delete_reasons" | "task_duration";
139806
139806
  attributes: {
139807
139807
  value?: string | number | boolean | any[] | null | undefined;
139808
139808
  };
@@ -1645,6 +1645,7 @@ export const KnownConfigIDs = z.enum([
1645
1645
  "role_resources",
1646
1646
  "skip_rack_attack",
1647
1647
  "task_delete_reasons",
1648
+ "task_duration",
1648
1649
  ]);
1649
1650
  export const ConfigAttributes = z
1650
1651
  .object({
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.5.99",
2
+ "version": "1.5.101",
3
3
  "name": "@liaisongroup/assist-api-js-client",
4
4
  "license": "MIT",
5
5
  "repository": {