@infrab4a/connect 5.3.0-beta.27 → 5.3.0-beta.28

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/index.cjs.js CHANGED
@@ -8169,6 +8169,7 @@ const commonFields = [
8169
8169
  'validity',
8170
8170
  { tagsCollection: { columnName: 'tags_collection', type: HasuraGraphQLColumnType.Jsonb } },
8171
8171
  { tagsProfile: { columnName: 'tags_profile', type: HasuraGraphQLColumnType.Jsonb } },
8172
+ { tagsSupply: { columnName: 'tags_supply', type: HasuraGraphQLColumnType.Jsonb } },
8172
8173
  { daysOfUse: { columnName: 'days_of_use' } },
8173
8174
  { showVariants: { columnName: 'show_variants' } },
8174
8175
  { variantSlug: { columnName: 'variant_slug' } },
@@ -9169,6 +9170,7 @@ const fieldsConfiguration$1 = [
9169
9170
  'published',
9170
9171
  { tagsCollection: { columnName: 'tags_collection', type: HasuraGraphQLColumnType.Jsonb } },
9171
9172
  { tagsProfile: { columnName: 'tags_profile', type: HasuraGraphQLColumnType.Jsonb } },
9173
+ { tagsSupply: { columnName: 'tags_supply', type: HasuraGraphQLColumnType.Jsonb } },
9172
9174
  { daysOfUse: { columnName: 'days_of_use' } },
9173
9175
  {
9174
9176
  images: {
package/index.esm.js CHANGED
@@ -8145,6 +8145,7 @@ const commonFields = [
8145
8145
  'validity',
8146
8146
  { tagsCollection: { columnName: 'tags_collection', type: HasuraGraphQLColumnType.Jsonb } },
8147
8147
  { tagsProfile: { columnName: 'tags_profile', type: HasuraGraphQLColumnType.Jsonb } },
8148
+ { tagsSupply: { columnName: 'tags_supply', type: HasuraGraphQLColumnType.Jsonb } },
8148
8149
  { daysOfUse: { columnName: 'days_of_use' } },
8149
8150
  { showVariants: { columnName: 'show_variants' } },
8150
8151
  { variantSlug: { columnName: 'variant_slug' } },
@@ -9145,6 +9146,7 @@ const fieldsConfiguration$1 = [
9145
9146
  'published',
9146
9147
  { tagsCollection: { columnName: 'tags_collection', type: HasuraGraphQLColumnType.Jsonb } },
9147
9148
  { tagsProfile: { columnName: 'tags_profile', type: HasuraGraphQLColumnType.Jsonb } },
9149
+ { tagsSupply: { columnName: 'tags_supply', type: HasuraGraphQLColumnType.Jsonb } },
9148
9150
  { daysOfUse: { columnName: 'days_of_use' } },
9149
9151
  {
9150
9152
  images: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infrab4a/connect",
3
- "version": "5.3.0-beta.27",
3
+ "version": "5.3.0-beta.28",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org"
6
6
  },
@@ -26,6 +26,7 @@ export declare class ProductBase<T extends ProductBase<T, I>, I = ProductIdentif
26
26
  brand: string;
27
27
  tagsCollection?: string[];
28
28
  tagsProfile?: string[];
29
+ tagsSupply?: string[];
29
30
  filters?: string[];
30
31
  type?: string;
31
32
  categories?: string[];