@platecms/delta-vue 0.7.1 → 0.9.0

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.
@@ -2207,6 +2207,7 @@ export type Query = {
2207
2207
  buildingBlockFieldFulfillments: BuildingBlockFieldFulfillmentsConnection;
2208
2208
  /** Orders and paginates all BuildingBlockFields. */
2209
2209
  buildingBlockFields: BuildingBlockFieldsConnection;
2210
+ casCastMatches: Scalars['CAST']['output'];
2210
2211
  casRegexSuggestions: Array<CasRegexSuggestion>;
2211
2212
  casStringMatches: Array<CasDatabaseMatch>;
2212
2213
  /** Finds one or many Channels by PRN. Throws NotFoundException when no Channel could be found. */
@@ -2329,6 +2330,12 @@ export type QueryBuildingBlockFieldsArgs = {
2329
2330
  };
2330
2331
 
2331
2332
 
2333
+ export type QueryCasCastMatchesArgs = {
2334
+ inputCast: Scalars['CAST']['input'];
2335
+ matchConfig?: InputMaybe<DatabaseMatchConfig>;
2336
+ };
2337
+
2338
+
2332
2339
  export type QueryCasRegexSuggestionsArgs = {
2333
2340
  inputText: Scalars['String']['input'];
2334
2341
  limit: Scalars['Int']['input'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platecms/delta-vue",
3
- "version": "0.7.1",
3
+ "version": "0.9.0",
4
4
  "description": "Plugin to connect to the Plate Delta CMS in a Vue application.",
5
5
  "license": "UNLICENSED",
6
6
  "publishConfig": {
@@ -23,10 +23,10 @@
23
23
  "./style.css": "./style.css"
24
24
  },
25
25
  "dependencies": {
26
- "@platecms/delta-cast": "0.7.0",
27
- "@platecms/delta-castscript": "0.7.0",
28
- "@platecms/delta-client": "0.7.0",
29
- "@platecms/delta-plate-resource-notation": "0.7.0",
26
+ "@platecms/delta-cast": "0.9.0",
27
+ "@platecms/delta-castscript": "0.9.0",
28
+ "@platecms/delta-client": "0.9.0",
29
+ "@platecms/delta-plate-resource-notation": "0.9.0",
30
30
  "@graphql-codegen/cli": "5.0.7",
31
31
  "@graphql-typed-document-node/core": "3.2.0",
32
32
  "axios": "1.11.0",