@vrplatform/graphql 1.1.21 → 1.1.22

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.
@@ -22587,7 +22587,7 @@ export type syncType_constraint =
22587
22587
  /** unique or primary key constraint on columns "name" */
22588
22588
  "sync_type_pkey";
22589
22589
 
22590
- export type syncType_enum = "automate" | "extract" | "webhook";
22590
+ export type syncType_enum = "automate" | "extract" | "flow" | "webhook";
22591
22591
 
22592
22592
  /** Boolean expression to compare columns of type "syncType_enum". All fields are combined with logical 'AND'. */
22593
22593
  export interface syncType_enum_comparison_exp {
@@ -28533,8 +28533,8 @@ export declare const generatedSchema: {
28533
28533
  bankingCurrency: { __type: "currency_enum" };
28534
28534
  bankingLast4: { __type: "String" };
28535
28535
  bankingType: { __type: "bankAccountType_enum" };
28536
- category: { __type: "accountCategory" };
28537
- categoryId: { __type: "uuid" };
28536
+ category: { __type: "accountCategory!" };
28537
+ categoryId: { __type: "uuid!" };
28538
28538
  classification: { __type: "accountClassification_enum" };
28539
28539
  createdAt: { __type: "timestamptz" };
28540
28540
  creditCustomFees: {
@@ -28701,11 +28701,11 @@ export declare const generatedSchema: {
28701
28701
  where: "setting_bool_exp";
28702
28702
  };
28703
28703
  };
28704
- status: { __type: "activeStatus_enum" };
28704
+ status: { __type: "activeStatus_enum!" };
28705
28705
  tenant: { __type: "tenant" };
28706
28706
  tenantId: { __type: "uuid" };
28707
- title: { __type: "String" };
28708
- type: { __type: "accountType_enum" };
28707
+ title: { __type: "String!" };
28708
+ type: { __type: "accountType_enum!" };
28709
28709
  uniqueRef: { __type: "String" };
28710
28710
  updatedAt: { __type: "timestamptz" };
28711
28711
  };
@@ -70623,8 +70623,8 @@ export interface account {
70623
70623
  /**
70624
70624
  * An object relationship
70625
70625
  */
70626
- category?: Maybe<accountCategory>;
70627
- categoryId?: Maybe<ScalarsEnums["uuid"]>;
70626
+ category: accountCategory;
70627
+ categoryId: ScalarsEnums["uuid"];
70628
70628
  /**
70629
70629
  * deprecated
70630
70630
  */
@@ -71040,14 +71040,14 @@ export interface account {
71040
71040
  */
71041
71041
  where?: Maybe<setting_bool_exp>;
71042
71042
  }) => setting_aggregate;
71043
- status?: Maybe<ScalarsEnums["activeStatus_enum"]>;
71043
+ status: ScalarsEnums["activeStatus_enum"];
71044
71044
  /**
71045
71045
  * An object relationship
71046
71046
  */
71047
71047
  tenant?: Maybe<tenant>;
71048
71048
  tenantId?: Maybe<ScalarsEnums["uuid"]>;
71049
- title?: Maybe<ScalarsEnums["String"]>;
71050
- type?: Maybe<ScalarsEnums["accountType_enum"]>;
71049
+ title: ScalarsEnums["String"];
71050
+ type: ScalarsEnums["accountType_enum"];
71051
71051
  uniqueRef?: Maybe<ScalarsEnums["String"]>;
71052
71052
  updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
71053
71053
  }
@@ -595,8 +595,8 @@ exports.generatedSchema = {
595
595
  bankingCurrency: { __type: "currency_enum" },
596
596
  bankingLast4: { __type: "String" },
597
597
  bankingType: { __type: "bankAccountType_enum" },
598
- category: { __type: "accountCategory" },
599
- categoryId: { __type: "uuid" },
598
+ category: { __type: "accountCategory!" },
599
+ categoryId: { __type: "uuid!" },
600
600
  classification: { __type: "accountClassification_enum" },
601
601
  createdAt: { __type: "timestamptz" },
602
602
  creditCustomFees: {
@@ -763,11 +763,11 @@ exports.generatedSchema = {
763
763
  where: "setting_bool_exp",
764
764
  },
765
765
  },
766
- status: { __type: "activeStatus_enum" },
766
+ status: { __type: "activeStatus_enum!" },
767
767
  tenant: { __type: "tenant" },
768
768
  tenantId: { __type: "uuid" },
769
- title: { __type: "String" },
770
- type: { __type: "accountType_enum" },
769
+ title: { __type: "String!" },
770
+ type: { __type: "accountType_enum!" },
771
771
  uniqueRef: { __type: "String" },
772
772
  updatedAt: { __type: "timestamptz" },
773
773
  },
@@ -22587,7 +22587,7 @@ export type syncType_constraint =
22587
22587
  /** unique or primary key constraint on columns "name" */
22588
22588
  "sync_type_pkey";
22589
22589
 
22590
- export type syncType_enum = "automate" | "extract" | "webhook";
22590
+ export type syncType_enum = "automate" | "extract" | "flow" | "webhook";
22591
22591
 
22592
22592
  /** Boolean expression to compare columns of type "syncType_enum". All fields are combined with logical 'AND'. */
22593
22593
  export interface syncType_enum_comparison_exp {
@@ -28533,8 +28533,8 @@ export declare const generatedSchema: {
28533
28533
  bankingCurrency: { __type: "currency_enum" };
28534
28534
  bankingLast4: { __type: "String" };
28535
28535
  bankingType: { __type: "bankAccountType_enum" };
28536
- category: { __type: "accountCategory" };
28537
- categoryId: { __type: "uuid" };
28536
+ category: { __type: "accountCategory!" };
28537
+ categoryId: { __type: "uuid!" };
28538
28538
  classification: { __type: "accountClassification_enum" };
28539
28539
  createdAt: { __type: "timestamptz" };
28540
28540
  creditCustomFees: {
@@ -28701,11 +28701,11 @@ export declare const generatedSchema: {
28701
28701
  where: "setting_bool_exp";
28702
28702
  };
28703
28703
  };
28704
- status: { __type: "activeStatus_enum" };
28704
+ status: { __type: "activeStatus_enum!" };
28705
28705
  tenant: { __type: "tenant" };
28706
28706
  tenantId: { __type: "uuid" };
28707
- title: { __type: "String" };
28708
- type: { __type: "accountType_enum" };
28707
+ title: { __type: "String!" };
28708
+ type: { __type: "accountType_enum!" };
28709
28709
  uniqueRef: { __type: "String" };
28710
28710
  updatedAt: { __type: "timestamptz" };
28711
28711
  };
@@ -70623,8 +70623,8 @@ export interface account {
70623
70623
  /**
70624
70624
  * An object relationship
70625
70625
  */
70626
- category?: Maybe<accountCategory>;
70627
- categoryId?: Maybe<ScalarsEnums["uuid"]>;
70626
+ category: accountCategory;
70627
+ categoryId: ScalarsEnums["uuid"];
70628
70628
  /**
70629
70629
  * deprecated
70630
70630
  */
@@ -71040,14 +71040,14 @@ export interface account {
71040
71040
  */
71041
71041
  where?: Maybe<setting_bool_exp>;
71042
71042
  }) => setting_aggregate;
71043
- status?: Maybe<ScalarsEnums["activeStatus_enum"]>;
71043
+ status: ScalarsEnums["activeStatus_enum"];
71044
71044
  /**
71045
71045
  * An object relationship
71046
71046
  */
71047
71047
  tenant?: Maybe<tenant>;
71048
71048
  tenantId?: Maybe<ScalarsEnums["uuid"]>;
71049
- title?: Maybe<ScalarsEnums["String"]>;
71050
- type?: Maybe<ScalarsEnums["accountType_enum"]>;
71049
+ title: ScalarsEnums["String"];
71050
+ type: ScalarsEnums["accountType_enum"];
71051
71051
  uniqueRef?: Maybe<ScalarsEnums["String"]>;
71052
71052
  updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
71053
71053
  }
@@ -592,8 +592,8 @@ export const generatedSchema = {
592
592
  bankingCurrency: { __type: "currency_enum" },
593
593
  bankingLast4: { __type: "String" },
594
594
  bankingType: { __type: "bankAccountType_enum" },
595
- category: { __type: "accountCategory" },
596
- categoryId: { __type: "uuid" },
595
+ category: { __type: "accountCategory!" },
596
+ categoryId: { __type: "uuid!" },
597
597
  classification: { __type: "accountClassification_enum" },
598
598
  createdAt: { __type: "timestamptz" },
599
599
  creditCustomFees: {
@@ -760,11 +760,11 @@ export const generatedSchema = {
760
760
  where: "setting_bool_exp",
761
761
  },
762
762
  },
763
- status: { __type: "activeStatus_enum" },
763
+ status: { __type: "activeStatus_enum!" },
764
764
  tenant: { __type: "tenant" },
765
765
  tenantId: { __type: "uuid" },
766
- title: { __type: "String" },
767
- type: { __type: "accountType_enum" },
766
+ title: { __type: "String!" },
767
+ type: { __type: "accountType_enum!" },
768
768
  uniqueRef: { __type: "String" },
769
769
  updatedAt: { __type: "timestamptz" },
770
770
  },
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "!**/*.spec.*",
11
11
  "LICENSE"
12
12
  ],
13
- "version": "1.1.21",
13
+ "version": "1.1.22",
14
14
  "description": "Finalytic graphql",
15
15
  "main": "build/main/index.js",
16
16
  "module": "build/module/index.js",
@@ -22587,7 +22587,7 @@ export type syncType_constraint =
22587
22587
  /** unique or primary key constraint on columns "name" */
22588
22588
  "sync_type_pkey";
22589
22589
 
22590
- export type syncType_enum = "automate" | "extract" | "webhook";
22590
+ export type syncType_enum = "automate" | "extract" | "flow" | "webhook";
22591
22591
 
22592
22592
  /** Boolean expression to compare columns of type "syncType_enum". All fields are combined with logical 'AND'. */
22593
22593
  export interface syncType_enum_comparison_exp {
@@ -28533,8 +28533,8 @@ export declare const generatedSchema: {
28533
28533
  bankingCurrency: { __type: "currency_enum" };
28534
28534
  bankingLast4: { __type: "String" };
28535
28535
  bankingType: { __type: "bankAccountType_enum" };
28536
- category: { __type: "accountCategory" };
28537
- categoryId: { __type: "uuid" };
28536
+ category: { __type: "accountCategory!" };
28537
+ categoryId: { __type: "uuid!" };
28538
28538
  classification: { __type: "accountClassification_enum" };
28539
28539
  createdAt: { __type: "timestamptz" };
28540
28540
  creditCustomFees: {
@@ -28701,11 +28701,11 @@ export declare const generatedSchema: {
28701
28701
  where: "setting_bool_exp";
28702
28702
  };
28703
28703
  };
28704
- status: { __type: "activeStatus_enum" };
28704
+ status: { __type: "activeStatus_enum!" };
28705
28705
  tenant: { __type: "tenant" };
28706
28706
  tenantId: { __type: "uuid" };
28707
- title: { __type: "String" };
28708
- type: { __type: "accountType_enum" };
28707
+ title: { __type: "String!" };
28708
+ type: { __type: "accountType_enum!" };
28709
28709
  uniqueRef: { __type: "String" };
28710
28710
  updatedAt: { __type: "timestamptz" };
28711
28711
  };
@@ -70623,8 +70623,8 @@ export interface account {
70623
70623
  /**
70624
70624
  * An object relationship
70625
70625
  */
70626
- category?: Maybe<accountCategory>;
70627
- categoryId?: Maybe<ScalarsEnums["uuid"]>;
70626
+ category: accountCategory;
70627
+ categoryId: ScalarsEnums["uuid"];
70628
70628
  /**
70629
70629
  * deprecated
70630
70630
  */
@@ -71040,14 +71040,14 @@ export interface account {
71040
71040
  */
71041
71041
  where?: Maybe<setting_bool_exp>;
71042
71042
  }) => setting_aggregate;
71043
- status?: Maybe<ScalarsEnums["activeStatus_enum"]>;
71043
+ status: ScalarsEnums["activeStatus_enum"];
71044
71044
  /**
71045
71045
  * An object relationship
71046
71046
  */
71047
71047
  tenant?: Maybe<tenant>;
71048
71048
  tenantId?: Maybe<ScalarsEnums["uuid"]>;
71049
- title?: Maybe<ScalarsEnums["String"]>;
71050
- type?: Maybe<ScalarsEnums["accountType_enum"]>;
71049
+ title: ScalarsEnums["String"];
71050
+ type: ScalarsEnums["accountType_enum"];
71051
71051
  uniqueRef?: Maybe<ScalarsEnums["String"]>;
71052
71052
  updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
71053
71053
  }
@@ -612,8 +612,8 @@ export const generatedSchema = {
612
612
  bankingCurrency: { __type: "currency_enum" },
613
613
  bankingLast4: { __type: "String" },
614
614
  bankingType: { __type: "bankAccountType_enum" },
615
- category: { __type: "accountCategory" },
616
- categoryId: { __type: "uuid" },
615
+ category: { __type: "accountCategory!" },
616
+ categoryId: { __type: "uuid!" },
617
617
  classification: { __type: "accountClassification_enum" },
618
618
  createdAt: { __type: "timestamptz" },
619
619
  creditCustomFees: {
@@ -780,11 +780,11 @@ export const generatedSchema = {
780
780
  where: "setting_bool_exp",
781
781
  },
782
782
  },
783
- status: { __type: "activeStatus_enum" },
783
+ status: { __type: "activeStatus_enum!" },
784
784
  tenant: { __type: "tenant" },
785
785
  tenantId: { __type: "uuid" },
786
- title: { __type: "String" },
787
- type: { __type: "accountType_enum" },
786
+ title: { __type: "String!" },
787
+ type: { __type: "accountType_enum!" },
788
788
  uniqueRef: { __type: "String" },
789
789
  updatedAt: { __type: "timestamptz" },
790
790
  },