@caraer/client 2.0.436 → 2.0.437

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/api.ts CHANGED
@@ -2097,9 +2097,9 @@ export const EventRsvpRequestScopeEnum = {
2097
2097
  export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
2098
2098
 
2099
2099
  export interface ExistingWidgetSummary {
2100
+ 'yproperty'?: string;
2100
2101
  'xproperty'?: string;
2101
2102
  'ymetric'?: string;
2102
- 'yproperty'?: string;
2103
2103
  'title'?: string;
2104
2104
  'chartType'?: string;
2105
2105
  'xProperty'?: string;
@@ -2841,9 +2841,9 @@ export interface ModelRecord {
2841
2841
  'deleted'?: boolean;
2842
2842
  'complete'?: boolean;
2843
2843
  'uuid': string;
2844
- 'user'?: PublicUserDTO;
2845
2844
  'properties'?: Array<FilledProperty>;
2846
2845
  'objects'?: { [key: string]: any | null; };
2846
+ 'user'?: PublicUserDTO;
2847
2847
  }
2848
2848
  export interface MultiLine extends PropertyFormat {
2849
2849
  }
@@ -4380,8 +4380,8 @@ export interface SettingField {
4380
4380
  'hidden'?: boolean;
4381
4381
  'disabled'?: boolean;
4382
4382
  'options'?: Array<SettingOption>;
4383
- 'defaultValue'?: any;
4384
4383
  'value'?: any;
4384
+ 'defaultValue'?: any;
4385
4385
  }
4386
4386
 
4387
4387
  export const SettingFieldTypeEnum = {
@@ -8836,7 +8836,7 @@ export const ApplicationsApiAxiosParamCreator = function (configuration?: Config
8836
8836
  };
8837
8837
  },
8838
8838
  /**
8839
- * Generates a test webhook payload using the latest updated record that matches the webhook filter (if any) for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. Uses the event type from the webhook topic (updated when the topic action is all).
8839
+ * Generates a test webhook payload using the latest matching record for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. If no record exists, a simulated record is used. Missing includeRelations and simulated samples are explained in context.testNote and the X-Webhook-Test-Note header. Uses the event type from the webhook topic (updated when the topic action is all).
8840
8840
  * @summary Test a webhook for an app (auto-resolve)
8841
8841
  * @param {string} appUuid UUID of the app that owns the webhook
8842
8842
  * @param {string} webhookUuid UUID of the webhook to test
@@ -8878,7 +8878,7 @@ export const ApplicationsApiAxiosParamCreator = function (configuration?: Config
8878
8878
  };
8879
8879
  },
8880
8880
  /**
8881
- * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest updated record that matches the webhook filter (if any), prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic.
8881
+ * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest matching record, prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic. If no record exists, a simulated record is used and context.testNote (also X-Webhook-Test-Note) explains that plus any missing includeRelations.
8882
8882
  * @summary Test an unsaved webhook for an app
8883
8883
  * @param {string} appUuid UUID of the app the webhook belongs to
8884
8884
  * @param {TestWebhookRequest} testWebhookRequest Webhook configuration and optional test event parameters
@@ -9391,7 +9391,7 @@ export const ApplicationsApiFp = function(configuration?: Configuration) {
9391
9391
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
9392
9392
  },
9393
9393
  /**
9394
- * Generates a test webhook payload using the latest updated record that matches the webhook filter (if any) for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. Uses the event type from the webhook topic (updated when the topic action is all).
9394
+ * Generates a test webhook payload using the latest matching record for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. If no record exists, a simulated record is used. Missing includeRelations and simulated samples are explained in context.testNote and the X-Webhook-Test-Note header. Uses the event type from the webhook topic (updated when the topic action is all).
9395
9395
  * @summary Test a webhook for an app (auto-resolve)
9396
9396
  * @param {string} appUuid UUID of the app that owns the webhook
9397
9397
  * @param {string} webhookUuid UUID of the webhook to test
@@ -9405,7 +9405,7 @@ export const ApplicationsApiFp = function(configuration?: Configuration) {
9405
9405
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
9406
9406
  },
9407
9407
  /**
9408
- * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest updated record that matches the webhook filter (if any), prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic.
9408
+ * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest matching record, prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic. If no record exists, a simulated record is used and context.testNote (also X-Webhook-Test-Note) explains that plus any missing includeRelations.
9409
9409
  * @summary Test an unsaved webhook for an app
9410
9410
  * @param {string} appUuid UUID of the app the webhook belongs to
9411
9411
  * @param {TestWebhookRequest} testWebhookRequest Webhook configuration and optional test event parameters
@@ -9727,7 +9727,7 @@ export const ApplicationsApiFactory = function (configuration?: Configuration, b
9727
9727
  return localVarFp.testAppWebhook(appUuid, webhookUuid, recordUuid, eventType, propertyName, options).then((request) => request(axios, basePath));
9728
9728
  },
9729
9729
  /**
9730
- * Generates a test webhook payload using the latest updated record that matches the webhook filter (if any) for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. Uses the event type from the webhook topic (updated when the topic action is all).
9730
+ * Generates a test webhook payload using the latest matching record for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. If no record exists, a simulated record is used. Missing includeRelations and simulated samples are explained in context.testNote and the X-Webhook-Test-Note header. Uses the event type from the webhook topic (updated when the topic action is all).
9731
9731
  * @summary Test a webhook for an app (auto-resolve)
9732
9732
  * @param {string} appUuid UUID of the app that owns the webhook
9733
9733
  * @param {string} webhookUuid UUID of the webhook to test
@@ -9738,7 +9738,7 @@ export const ApplicationsApiFactory = function (configuration?: Configuration, b
9738
9738
  return localVarFp.testAppWebhookAuto(appUuid, webhookUuid, options).then((request) => request(axios, basePath));
9739
9739
  },
9740
9740
  /**
9741
- * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest updated record that matches the webhook filter (if any), prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic.
9741
+ * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest matching record, prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic. If no record exists, a simulated record is used and context.testNote (also X-Webhook-Test-Note) explains that plus any missing includeRelations.
9742
9742
  * @summary Test an unsaved webhook for an app
9743
9743
  * @param {string} appUuid UUID of the app the webhook belongs to
9744
9744
  * @param {TestWebhookRequest} testWebhookRequest Webhook configuration and optional test event parameters
@@ -10070,7 +10070,7 @@ export class ApplicationsApi extends BaseAPI {
10070
10070
  }
10071
10071
 
10072
10072
  /**
10073
- * Generates a test webhook payload using the latest updated record that matches the webhook filter (if any) for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. Uses the event type from the webhook topic (updated when the topic action is all).
10073
+ * Generates a test webhook payload using the latest matching record for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. If no record exists, a simulated record is used. Missing includeRelations and simulated samples are explained in context.testNote and the X-Webhook-Test-Note header. Uses the event type from the webhook topic (updated when the topic action is all).
10074
10074
  * @summary Test a webhook for an app (auto-resolve)
10075
10075
  * @param {string} appUuid UUID of the app that owns the webhook
10076
10076
  * @param {string} webhookUuid UUID of the webhook to test
@@ -10082,7 +10082,7 @@ export class ApplicationsApi extends BaseAPI {
10082
10082
  }
10083
10083
 
10084
10084
  /**
10085
- * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest updated record that matches the webhook filter (if any), prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic.
10085
+ * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest matching record, prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic. If no record exists, a simulated record is used and context.testNote (also X-Webhook-Test-Note) explains that plus any missing includeRelations.
10086
10086
  * @summary Test an unsaved webhook for an app
10087
10087
  * @param {string} appUuid UUID of the app the webhook belongs to
10088
10088
  * @param {TestWebhookRequest} testWebhookRequest Webhook configuration and optional test event parameters
package/dist/api.d.ts CHANGED
@@ -2076,9 +2076,9 @@ export declare const EventRsvpRequestScopeEnum: {
2076
2076
  };
2077
2077
  export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
2078
2078
  export interface ExistingWidgetSummary {
2079
+ 'yproperty'?: string;
2079
2080
  'xproperty'?: string;
2080
2081
  'ymetric'?: string;
2081
- 'yproperty'?: string;
2082
2082
  'title'?: string;
2083
2083
  'chartType'?: string;
2084
2084
  'xProperty'?: string;
@@ -2834,11 +2834,11 @@ export interface ModelRecord {
2834
2834
  'deleted'?: boolean;
2835
2835
  'complete'?: boolean;
2836
2836
  'uuid': string;
2837
- 'user'?: PublicUserDTO;
2838
2837
  'properties'?: Array<FilledProperty>;
2839
2838
  'objects'?: {
2840
2839
  [key: string]: any | null;
2841
2840
  };
2841
+ 'user'?: PublicUserDTO;
2842
2842
  }
2843
2843
  export interface MultiLine extends PropertyFormat {
2844
2844
  }
@@ -4403,8 +4403,8 @@ export interface SettingField {
4403
4403
  'hidden'?: boolean;
4404
4404
  'disabled'?: boolean;
4405
4405
  'options'?: Array<SettingOption>;
4406
- 'defaultValue'?: any;
4407
4406
  'value'?: any;
4407
+ 'defaultValue'?: any;
4408
4408
  }
4409
4409
  export declare const SettingFieldTypeEnum: {
4410
4410
  readonly String: "STRING";
@@ -7237,7 +7237,7 @@ export declare const ApplicationsApiAxiosParamCreator: (configuration?: Configur
7237
7237
  */
7238
7238
  testAppWebhook: (appUuid: string, webhookUuid: string, recordUuid: string, eventType: string, propertyName?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7239
7239
  /**
7240
- * Generates a test webhook payload using the latest updated record that matches the webhook filter (if any) for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. Uses the event type from the webhook topic (updated when the topic action is all).
7240
+ * Generates a test webhook payload using the latest matching record for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. If no record exists, a simulated record is used. Missing includeRelations and simulated samples are explained in context.testNote and the X-Webhook-Test-Note header. Uses the event type from the webhook topic (updated when the topic action is all).
7241
7241
  * @summary Test a webhook for an app (auto-resolve)
7242
7242
  * @param {string} appUuid UUID of the app that owns the webhook
7243
7243
  * @param {string} webhookUuid UUID of the webhook to test
@@ -7246,7 +7246,7 @@ export declare const ApplicationsApiAxiosParamCreator: (configuration?: Configur
7246
7246
  */
7247
7247
  testAppWebhookAuto: (appUuid: string, webhookUuid: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7248
7248
  /**
7249
- * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest updated record that matches the webhook filter (if any), prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic.
7249
+ * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest matching record, prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic. If no record exists, a simulated record is used and context.testNote (also X-Webhook-Test-Note) explains that plus any missing includeRelations.
7250
7250
  * @summary Test an unsaved webhook for an app
7251
7251
  * @param {string} appUuid UUID of the app the webhook belongs to
7252
7252
  * @param {TestWebhookRequest} testWebhookRequest Webhook configuration and optional test event parameters
@@ -7496,7 +7496,7 @@ export declare const ApplicationsApiFp: (configuration?: Configuration) => {
7496
7496
  */
7497
7497
  testAppWebhook(appUuid: string, webhookUuid: string, recordUuid: string, eventType: string, propertyName?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
7498
7498
  /**
7499
- * Generates a test webhook payload using the latest updated record that matches the webhook filter (if any) for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. Uses the event type from the webhook topic (updated when the topic action is all).
7499
+ * Generates a test webhook payload using the latest matching record for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. If no record exists, a simulated record is used. Missing includeRelations and simulated samples are explained in context.testNote and the X-Webhook-Test-Note header. Uses the event type from the webhook topic (updated when the topic action is all).
7500
7500
  * @summary Test a webhook for an app (auto-resolve)
7501
7501
  * @param {string} appUuid UUID of the app that owns the webhook
7502
7502
  * @param {string} webhookUuid UUID of the webhook to test
@@ -7505,7 +7505,7 @@ export declare const ApplicationsApiFp: (configuration?: Configuration) => {
7505
7505
  */
7506
7506
  testAppWebhookAuto(appUuid: string, webhookUuid: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
7507
7507
  /**
7508
- * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest updated record that matches the webhook filter (if any), prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic.
7508
+ * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest matching record, prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic. If no record exists, a simulated record is used and context.testNote (also X-Webhook-Test-Note) explains that plus any missing includeRelations.
7509
7509
  * @summary Test an unsaved webhook for an app
7510
7510
  * @param {string} appUuid UUID of the app the webhook belongs to
7511
7511
  * @param {TestWebhookRequest} testWebhookRequest Webhook configuration and optional test event parameters
@@ -7755,7 +7755,7 @@ export declare const ApplicationsApiFactory: (configuration?: Configuration, bas
7755
7755
  */
7756
7756
  testAppWebhook(appUuid: string, webhookUuid: string, recordUuid: string, eventType: string, propertyName?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
7757
7757
  /**
7758
- * Generates a test webhook payload using the latest updated record that matches the webhook filter (if any) for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. Uses the event type from the webhook topic (updated when the topic action is all).
7758
+ * Generates a test webhook payload using the latest matching record for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. If no record exists, a simulated record is used. Missing includeRelations and simulated samples are explained in context.testNote and the X-Webhook-Test-Note header. Uses the event type from the webhook topic (updated when the topic action is all).
7759
7759
  * @summary Test a webhook for an app (auto-resolve)
7760
7760
  * @param {string} appUuid UUID of the app that owns the webhook
7761
7761
  * @param {string} webhookUuid UUID of the webhook to test
@@ -7764,7 +7764,7 @@ export declare const ApplicationsApiFactory: (configuration?: Configuration, bas
7764
7764
  */
7765
7765
  testAppWebhookAuto(appUuid: string, webhookUuid: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
7766
7766
  /**
7767
- * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest updated record that matches the webhook filter (if any), prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic.
7767
+ * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest matching record, prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic. If no record exists, a simulated record is used and context.testNote (also X-Webhook-Test-Note) explains that plus any missing includeRelations.
7768
7768
  * @summary Test an unsaved webhook for an app
7769
7769
  * @param {string} appUuid UUID of the app the webhook belongs to
7770
7770
  * @param {TestWebhookRequest} testWebhookRequest Webhook configuration and optional test event parameters
@@ -8014,7 +8014,7 @@ export declare class ApplicationsApi extends BaseAPI {
8014
8014
  */
8015
8015
  testAppWebhook(appUuid: string, webhookUuid: string, recordUuid: string, eventType: string, propertyName?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8016
8016
  /**
8017
- * Generates a test webhook payload using the latest updated record that matches the webhook filter (if any) for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. Uses the event type from the webhook topic (updated when the topic action is all).
8017
+ * Generates a test webhook payload using the latest matching record for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. If no record exists, a simulated record is used. Missing includeRelations and simulated samples are explained in context.testNote and the X-Webhook-Test-Note header. Uses the event type from the webhook topic (updated when the topic action is all).
8018
8018
  * @summary Test a webhook for an app (auto-resolve)
8019
8019
  * @param {string} appUuid UUID of the app that owns the webhook
8020
8020
  * @param {string} webhookUuid UUID of the webhook to test
@@ -8023,7 +8023,7 @@ export declare class ApplicationsApi extends BaseAPI {
8023
8023
  */
8024
8024
  testAppWebhookAuto(appUuid: string, webhookUuid: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8025
8025
  /**
8026
- * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest updated record that matches the webhook filter (if any), prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic.
8026
+ * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest matching record, prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic. If no record exists, a simulated record is used and context.testNote (also X-Webhook-Test-Note) explains that plus any missing includeRelations.
8027
8027
  * @summary Test an unsaved webhook for an app
8028
8028
  * @param {string} appUuid UUID of the app the webhook belongs to
8029
8029
  * @param {TestWebhookRequest} testWebhookRequest Webhook configuration and optional test event parameters
package/dist/api.js CHANGED
@@ -2558,7 +2558,7 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
2558
2558
  };
2559
2559
  }),
2560
2560
  /**
2561
- * Generates a test webhook payload using the latest updated record that matches the webhook filter (if any) for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. Uses the event type from the webhook topic (updated when the topic action is all).
2561
+ * Generates a test webhook payload using the latest matching record for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. If no record exists, a simulated record is used. Missing includeRelations and simulated samples are explained in context.testNote and the X-Webhook-Test-Note header. Uses the event type from the webhook topic (updated when the topic action is all).
2562
2562
  * @summary Test a webhook for an app (auto-resolve)
2563
2563
  * @param {string} appUuid UUID of the app that owns the webhook
2564
2564
  * @param {string} webhookUuid UUID of the webhook to test
@@ -2595,7 +2595,7 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
2595
2595
  };
2596
2596
  }),
2597
2597
  /**
2598
- * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest updated record that matches the webhook filter (if any), prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic.
2598
+ * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest matching record, prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic. If no record exists, a simulated record is used and context.testNote (also X-Webhook-Test-Note) explains that plus any missing includeRelations.
2599
2599
  * @summary Test an unsaved webhook for an app
2600
2600
  * @param {string} appUuid UUID of the app the webhook belongs to
2601
2601
  * @param {TestWebhookRequest} testWebhookRequest Webhook configuration and optional test event parameters
@@ -3160,7 +3160,7 @@ const ApplicationsApiFp = function (configuration) {
3160
3160
  });
3161
3161
  },
3162
3162
  /**
3163
- * Generates a test webhook payload using the latest updated record that matches the webhook filter (if any) for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. Uses the event type from the webhook topic (updated when the topic action is all).
3163
+ * Generates a test webhook payload using the latest matching record for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. If no record exists, a simulated record is used. Missing includeRelations and simulated samples are explained in context.testNote and the X-Webhook-Test-Note header. Uses the event type from the webhook topic (updated when the topic action is all).
3164
3164
  * @summary Test a webhook for an app (auto-resolve)
3165
3165
  * @param {string} appUuid UUID of the app that owns the webhook
3166
3166
  * @param {string} webhookUuid UUID of the webhook to test
@@ -3177,7 +3177,7 @@ const ApplicationsApiFp = function (configuration) {
3177
3177
  });
3178
3178
  },
3179
3179
  /**
3180
- * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest updated record that matches the webhook filter (if any), prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic.
3180
+ * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest matching record, prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic. If no record exists, a simulated record is used and context.testNote (also X-Webhook-Test-Note) explains that plus any missing includeRelations.
3181
3181
  * @summary Test an unsaved webhook for an app
3182
3182
  * @param {string} appUuid UUID of the app the webhook belongs to
3183
3183
  * @param {TestWebhookRequest} testWebhookRequest Webhook configuration and optional test event parameters
@@ -3511,7 +3511,7 @@ const ApplicationsApiFactory = function (configuration, basePath, axios) {
3511
3511
  return localVarFp.testAppWebhook(appUuid, webhookUuid, recordUuid, eventType, propertyName, options).then((request) => request(axios, basePath));
3512
3512
  },
3513
3513
  /**
3514
- * Generates a test webhook payload using the latest updated record that matches the webhook filter (if any) for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. Uses the event type from the webhook topic (updated when the topic action is all).
3514
+ * Generates a test webhook payload using the latest matching record for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. If no record exists, a simulated record is used. Missing includeRelations and simulated samples are explained in context.testNote and the X-Webhook-Test-Note header. Uses the event type from the webhook topic (updated when the topic action is all).
3515
3515
  * @summary Test a webhook for an app (auto-resolve)
3516
3516
  * @param {string} appUuid UUID of the app that owns the webhook
3517
3517
  * @param {string} webhookUuid UUID of the webhook to test
@@ -3522,7 +3522,7 @@ const ApplicationsApiFactory = function (configuration, basePath, axios) {
3522
3522
  return localVarFp.testAppWebhookAuto(appUuid, webhookUuid, options).then((request) => request(axios, basePath));
3523
3523
  },
3524
3524
  /**
3525
- * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest updated record that matches the webhook filter (if any), prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic.
3525
+ * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest matching record, prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic. If no record exists, a simulated record is used and context.testNote (also X-Webhook-Test-Note) explains that plus any missing includeRelations.
3526
3526
  * @summary Test an unsaved webhook for an app
3527
3527
  * @param {string} appUuid UUID of the app the webhook belongs to
3528
3528
  * @param {TestWebhookRequest} testWebhookRequest Webhook configuration and optional test event parameters
@@ -3830,7 +3830,7 @@ class ApplicationsApi extends base_1.BaseAPI {
3830
3830
  return (0, exports.ApplicationsApiFp)(this.configuration).testAppWebhook(appUuid, webhookUuid, recordUuid, eventType, propertyName, options).then((request) => request(this.axios, this.basePath));
3831
3831
  }
3832
3832
  /**
3833
- * Generates a test webhook payload using the latest updated record that matches the webhook filter (if any) for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. Uses the event type from the webhook topic (updated when the topic action is all).
3833
+ * Generates a test webhook payload using the latest matching record for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. If no record exists, a simulated record is used. Missing includeRelations and simulated samples are explained in context.testNote and the X-Webhook-Test-Note header. Uses the event type from the webhook topic (updated when the topic action is all).
3834
3834
  * @summary Test a webhook for an app (auto-resolve)
3835
3835
  * @param {string} appUuid UUID of the app that owns the webhook
3836
3836
  * @param {string} webhookUuid UUID of the webhook to test
@@ -3841,7 +3841,7 @@ class ApplicationsApi extends base_1.BaseAPI {
3841
3841
  return (0, exports.ApplicationsApiFp)(this.configuration).testAppWebhookAuto(appUuid, webhookUuid, options).then((request) => request(this.axios, this.basePath));
3842
3842
  }
3843
3843
  /**
3844
- * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest updated record that matches the webhook filter (if any), prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic.
3844
+ * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest matching record, prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic. If no record exists, a simulated record is used and context.testNote (also X-Webhook-Test-Note) explains that plus any missing includeRelations.
3845
3845
  * @summary Test an unsaved webhook for an app
3846
3846
  * @param {string} appUuid UUID of the app the webhook belongs to
3847
3847
  * @param {TestWebhookRequest} testWebhookRequest Webhook configuration and optional test event parameters
package/dist/esm/api.d.ts CHANGED
@@ -2076,9 +2076,9 @@ export declare const EventRsvpRequestScopeEnum: {
2076
2076
  };
2077
2077
  export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
2078
2078
  export interface ExistingWidgetSummary {
2079
+ 'yproperty'?: string;
2079
2080
  'xproperty'?: string;
2080
2081
  'ymetric'?: string;
2081
- 'yproperty'?: string;
2082
2082
  'title'?: string;
2083
2083
  'chartType'?: string;
2084
2084
  'xProperty'?: string;
@@ -2834,11 +2834,11 @@ export interface ModelRecord {
2834
2834
  'deleted'?: boolean;
2835
2835
  'complete'?: boolean;
2836
2836
  'uuid': string;
2837
- 'user'?: PublicUserDTO;
2838
2837
  'properties'?: Array<FilledProperty>;
2839
2838
  'objects'?: {
2840
2839
  [key: string]: any | null;
2841
2840
  };
2841
+ 'user'?: PublicUserDTO;
2842
2842
  }
2843
2843
  export interface MultiLine extends PropertyFormat {
2844
2844
  }
@@ -4403,8 +4403,8 @@ export interface SettingField {
4403
4403
  'hidden'?: boolean;
4404
4404
  'disabled'?: boolean;
4405
4405
  'options'?: Array<SettingOption>;
4406
- 'defaultValue'?: any;
4407
4406
  'value'?: any;
4407
+ 'defaultValue'?: any;
4408
4408
  }
4409
4409
  export declare const SettingFieldTypeEnum: {
4410
4410
  readonly String: "STRING";
@@ -7237,7 +7237,7 @@ export declare const ApplicationsApiAxiosParamCreator: (configuration?: Configur
7237
7237
  */
7238
7238
  testAppWebhook: (appUuid: string, webhookUuid: string, recordUuid: string, eventType: string, propertyName?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7239
7239
  /**
7240
- * Generates a test webhook payload using the latest updated record that matches the webhook filter (if any) for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. Uses the event type from the webhook topic (updated when the topic action is all).
7240
+ * Generates a test webhook payload using the latest matching record for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. If no record exists, a simulated record is used. Missing includeRelations and simulated samples are explained in context.testNote and the X-Webhook-Test-Note header. Uses the event type from the webhook topic (updated when the topic action is all).
7241
7241
  * @summary Test a webhook for an app (auto-resolve)
7242
7242
  * @param {string} appUuid UUID of the app that owns the webhook
7243
7243
  * @param {string} webhookUuid UUID of the webhook to test
@@ -7246,7 +7246,7 @@ export declare const ApplicationsApiAxiosParamCreator: (configuration?: Configur
7246
7246
  */
7247
7247
  testAppWebhookAuto: (appUuid: string, webhookUuid: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7248
7248
  /**
7249
- * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest updated record that matches the webhook filter (if any), prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic.
7249
+ * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest matching record, prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic. If no record exists, a simulated record is used and context.testNote (also X-Webhook-Test-Note) explains that plus any missing includeRelations.
7250
7250
  * @summary Test an unsaved webhook for an app
7251
7251
  * @param {string} appUuid UUID of the app the webhook belongs to
7252
7252
  * @param {TestWebhookRequest} testWebhookRequest Webhook configuration and optional test event parameters
@@ -7496,7 +7496,7 @@ export declare const ApplicationsApiFp: (configuration?: Configuration) => {
7496
7496
  */
7497
7497
  testAppWebhook(appUuid: string, webhookUuid: string, recordUuid: string, eventType: string, propertyName?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
7498
7498
  /**
7499
- * Generates a test webhook payload using the latest updated record that matches the webhook filter (if any) for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. Uses the event type from the webhook topic (updated when the topic action is all).
7499
+ * Generates a test webhook payload using the latest matching record for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. If no record exists, a simulated record is used. Missing includeRelations and simulated samples are explained in context.testNote and the X-Webhook-Test-Note header. Uses the event type from the webhook topic (updated when the topic action is all).
7500
7500
  * @summary Test a webhook for an app (auto-resolve)
7501
7501
  * @param {string} appUuid UUID of the app that owns the webhook
7502
7502
  * @param {string} webhookUuid UUID of the webhook to test
@@ -7505,7 +7505,7 @@ export declare const ApplicationsApiFp: (configuration?: Configuration) => {
7505
7505
  */
7506
7506
  testAppWebhookAuto(appUuid: string, webhookUuid: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
7507
7507
  /**
7508
- * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest updated record that matches the webhook filter (if any), prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic.
7508
+ * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest matching record, prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic. If no record exists, a simulated record is used and context.testNote (also X-Webhook-Test-Note) explains that plus any missing includeRelations.
7509
7509
  * @summary Test an unsaved webhook for an app
7510
7510
  * @param {string} appUuid UUID of the app the webhook belongs to
7511
7511
  * @param {TestWebhookRequest} testWebhookRequest Webhook configuration and optional test event parameters
@@ -7755,7 +7755,7 @@ export declare const ApplicationsApiFactory: (configuration?: Configuration, bas
7755
7755
  */
7756
7756
  testAppWebhook(appUuid: string, webhookUuid: string, recordUuid: string, eventType: string, propertyName?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
7757
7757
  /**
7758
- * Generates a test webhook payload using the latest updated record that matches the webhook filter (if any) for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. Uses the event type from the webhook topic (updated when the topic action is all).
7758
+ * Generates a test webhook payload using the latest matching record for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. If no record exists, a simulated record is used. Missing includeRelations and simulated samples are explained in context.testNote and the X-Webhook-Test-Note header. Uses the event type from the webhook topic (updated when the topic action is all).
7759
7759
  * @summary Test a webhook for an app (auto-resolve)
7760
7760
  * @param {string} appUuid UUID of the app that owns the webhook
7761
7761
  * @param {string} webhookUuid UUID of the webhook to test
@@ -7764,7 +7764,7 @@ export declare const ApplicationsApiFactory: (configuration?: Configuration, bas
7764
7764
  */
7765
7765
  testAppWebhookAuto(appUuid: string, webhookUuid: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
7766
7766
  /**
7767
- * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest updated record that matches the webhook filter (if any), prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic.
7767
+ * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest matching record, prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic. If no record exists, a simulated record is used and context.testNote (also X-Webhook-Test-Note) explains that plus any missing includeRelations.
7768
7768
  * @summary Test an unsaved webhook for an app
7769
7769
  * @param {string} appUuid UUID of the app the webhook belongs to
7770
7770
  * @param {TestWebhookRequest} testWebhookRequest Webhook configuration and optional test event parameters
@@ -8014,7 +8014,7 @@ export declare class ApplicationsApi extends BaseAPI {
8014
8014
  */
8015
8015
  testAppWebhook(appUuid: string, webhookUuid: string, recordUuid: string, eventType: string, propertyName?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8016
8016
  /**
8017
- * Generates a test webhook payload using the latest updated record that matches the webhook filter (if any) for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. Uses the event type from the webhook topic (updated when the topic action is all).
8017
+ * Generates a test webhook payload using the latest matching record for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. If no record exists, a simulated record is used. Missing includeRelations and simulated samples are explained in context.testNote and the X-Webhook-Test-Note header. Uses the event type from the webhook topic (updated when the topic action is all).
8018
8018
  * @summary Test a webhook for an app (auto-resolve)
8019
8019
  * @param {string} appUuid UUID of the app that owns the webhook
8020
8020
  * @param {string} webhookUuid UUID of the webhook to test
@@ -8023,7 +8023,7 @@ export declare class ApplicationsApi extends BaseAPI {
8023
8023
  */
8024
8024
  testAppWebhookAuto(appUuid: string, webhookUuid: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8025
8025
  /**
8026
- * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest updated record that matches the webhook filter (if any), prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic.
8026
+ * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest matching record, prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic. If no record exists, a simulated record is used and context.testNote (also X-Webhook-Test-Note) explains that plus any missing includeRelations.
8027
8027
  * @summary Test an unsaved webhook for an app
8028
8028
  * @param {string} appUuid UUID of the app the webhook belongs to
8029
8029
  * @param {TestWebhookRequest} testWebhookRequest Webhook configuration and optional test event parameters
package/dist/esm/api.js CHANGED
@@ -2541,7 +2541,7 @@ export const ApplicationsApiAxiosParamCreator = function (configuration) {
2541
2541
  };
2542
2542
  }),
2543
2543
  /**
2544
- * Generates a test webhook payload using the latest updated record that matches the webhook filter (if any) for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. Uses the event type from the webhook topic (updated when the topic action is all).
2544
+ * Generates a test webhook payload using the latest matching record for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. If no record exists, a simulated record is used. Missing includeRelations and simulated samples are explained in context.testNote and the X-Webhook-Test-Note header. Uses the event type from the webhook topic (updated when the topic action is all).
2545
2545
  * @summary Test a webhook for an app (auto-resolve)
2546
2546
  * @param {string} appUuid UUID of the app that owns the webhook
2547
2547
  * @param {string} webhookUuid UUID of the webhook to test
@@ -2578,7 +2578,7 @@ export const ApplicationsApiAxiosParamCreator = function (configuration) {
2578
2578
  };
2579
2579
  }),
2580
2580
  /**
2581
- * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest updated record that matches the webhook filter (if any), prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic.
2581
+ * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest matching record, prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic. If no record exists, a simulated record is used and context.testNote (also X-Webhook-Test-Note) explains that plus any missing includeRelations.
2582
2582
  * @summary Test an unsaved webhook for an app
2583
2583
  * @param {string} appUuid UUID of the app the webhook belongs to
2584
2584
  * @param {TestWebhookRequest} testWebhookRequest Webhook configuration and optional test event parameters
@@ -3142,7 +3142,7 @@ export const ApplicationsApiFp = function (configuration) {
3142
3142
  });
3143
3143
  },
3144
3144
  /**
3145
- * Generates a test webhook payload using the latest updated record that matches the webhook filter (if any) for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. Uses the event type from the webhook topic (updated when the topic action is all).
3145
+ * Generates a test webhook payload using the latest matching record for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. If no record exists, a simulated record is used. Missing includeRelations and simulated samples are explained in context.testNote and the X-Webhook-Test-Note header. Uses the event type from the webhook topic (updated when the topic action is all).
3146
3146
  * @summary Test a webhook for an app (auto-resolve)
3147
3147
  * @param {string} appUuid UUID of the app that owns the webhook
3148
3148
  * @param {string} webhookUuid UUID of the webhook to test
@@ -3159,7 +3159,7 @@ export const ApplicationsApiFp = function (configuration) {
3159
3159
  });
3160
3160
  },
3161
3161
  /**
3162
- * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest updated record that matches the webhook filter (if any), prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic.
3162
+ * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest matching record, prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic. If no record exists, a simulated record is used and context.testNote (also X-Webhook-Test-Note) explains that plus any missing includeRelations.
3163
3163
  * @summary Test an unsaved webhook for an app
3164
3164
  * @param {string} appUuid UUID of the app the webhook belongs to
3165
3165
  * @param {TestWebhookRequest} testWebhookRequest Webhook configuration and optional test event parameters
@@ -3492,7 +3492,7 @@ export const ApplicationsApiFactory = function (configuration, basePath, axios)
3492
3492
  return localVarFp.testAppWebhook(appUuid, webhookUuid, recordUuid, eventType, propertyName, options).then((request) => request(axios, basePath));
3493
3493
  },
3494
3494
  /**
3495
- * Generates a test webhook payload using the latest updated record that matches the webhook filter (if any) for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. Uses the event type from the webhook topic (updated when the topic action is all).
3495
+ * Generates a test webhook payload using the latest matching record for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. If no record exists, a simulated record is used. Missing includeRelations and simulated samples are explained in context.testNote and the X-Webhook-Test-Note header. Uses the event type from the webhook topic (updated when the topic action is all).
3496
3496
  * @summary Test a webhook for an app (auto-resolve)
3497
3497
  * @param {string} appUuid UUID of the app that owns the webhook
3498
3498
  * @param {string} webhookUuid UUID of the webhook to test
@@ -3503,7 +3503,7 @@ export const ApplicationsApiFactory = function (configuration, basePath, axios)
3503
3503
  return localVarFp.testAppWebhookAuto(appUuid, webhookUuid, options).then((request) => request(axios, basePath));
3504
3504
  },
3505
3505
  /**
3506
- * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest updated record that matches the webhook filter (if any), prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic.
3506
+ * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest matching record, prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic. If no record exists, a simulated record is used and context.testNote (also X-Webhook-Test-Note) explains that plus any missing includeRelations.
3507
3507
  * @summary Test an unsaved webhook for an app
3508
3508
  * @param {string} appUuid UUID of the app the webhook belongs to
3509
3509
  * @param {TestWebhookRequest} testWebhookRequest Webhook configuration and optional test event parameters
@@ -3810,7 +3810,7 @@ export class ApplicationsApi extends BaseAPI {
3810
3810
  return ApplicationsApiFp(this.configuration).testAppWebhook(appUuid, webhookUuid, recordUuid, eventType, propertyName, options).then((request) => request(this.axios, this.basePath));
3811
3811
  }
3812
3812
  /**
3813
- * Generates a test webhook payload using the latest updated record that matches the webhook filter (if any) for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. Uses the event type from the webhook topic (updated when the topic action is all).
3813
+ * Generates a test webhook payload using the latest matching record for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. If no record exists, a simulated record is used. Missing includeRelations and simulated samples are explained in context.testNote and the X-Webhook-Test-Note header. Uses the event type from the webhook topic (updated when the topic action is all).
3814
3814
  * @summary Test a webhook for an app (auto-resolve)
3815
3815
  * @param {string} appUuid UUID of the app that owns the webhook
3816
3816
  * @param {string} webhookUuid UUID of the webhook to test
@@ -3821,7 +3821,7 @@ export class ApplicationsApi extends BaseAPI {
3821
3821
  return ApplicationsApiFp(this.configuration).testAppWebhookAuto(appUuid, webhookUuid, options).then((request) => request(this.axios, this.basePath));
3822
3822
  }
3823
3823
  /**
3824
- * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest updated record that matches the webhook filter (if any), prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic.
3824
+ * Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest matching record, prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic. If no record exists, a simulated record is used and context.testNote (also X-Webhook-Test-Note) explains that plus any missing includeRelations.
3825
3825
  * @summary Test an unsaved webhook for an app
3826
3826
  * @param {string} appUuid UUID of the app the webhook belongs to
3827
3827
  * @param {TestWebhookRequest} testWebhookRequest Webhook configuration and optional test event parameters
@@ -1360,7 +1360,7 @@ void (empty response body)
1360
1360
  # **testAppWebhookAuto**
1361
1361
  > testAppWebhookAuto()
1362
1362
 
1363
- Generates a test webhook payload using the latest updated record that matches the webhook filter (if any) for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. Uses the event type from the webhook topic (updated when the topic action is all).
1363
+ Generates a test webhook payload using the latest matching record for the topic object. Form-submission topics prefer a record that submitted that form; includeRelations prefer a record that has as many of those related objects as possible. If no record exists, a simulated record is used. Missing includeRelations and simulated samples are explained in context.testNote and the X-Webhook-Test-Note header. Uses the event type from the webhook topic (updated when the topic action is all).
1364
1364
 
1365
1365
  ### Example
1366
1366
 
@@ -1409,7 +1409,7 @@ void (empty response body)
1409
1409
  |-------------|-------------|------------------|
1410
1410
  |**200** | Webhook test payload generated successfully | - |
1411
1411
  |**400** | Webhook topic cannot be used for record testing | - |
1412
- |**404** | Webhook not found or no records available for the topic object | - |
1412
+ |**404** | Webhook not found | - |
1413
1413
  |**500** | Internal server error | - |
1414
1414
 
1415
1415
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -1417,7 +1417,7 @@ void (empty response body)
1417
1417
  # **testAppWebhookUnsaved**
1418
1418
  > testAppWebhookUnsaved(testWebhookRequest)
1419
1419
 
1420
- Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest updated record that matches the webhook filter (if any), prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic.
1420
+ Generates a test webhook payload from webhook configuration supplied in the request body without persisting the webhook. When recordUuid is omitted, auto-resolves the latest matching record, prefers records that submitted the topic form and that have as many includeRelations as possible, and uses the event from the webhook topic. If no record exists, a simulated record is used and context.testNote (also X-Webhook-Test-Note) explains that plus any missing includeRelations.
1421
1421
 
1422
1422
  ### Example
1423
1423
 
@@ -1467,7 +1467,7 @@ void (empty response body)
1467
1467
  |-------------|-------------|------------------|
1468
1468
  |**200** | Webhook test payload generated successfully | - |
1469
1469
  |**400** | Invalid webhook configuration or event parameters | - |
1470
- |**404** | App not found or no records available for auto-resolve | - |
1470
+ |**404** | App not found | - |
1471
1471
  |**500** | Internal server error | - |
1472
1472
 
1473
1473
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -5,9 +5,9 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **yproperty** | **string** | | [optional] [default to undefined]
8
9
  **xproperty** | **string** | | [optional] [default to undefined]
9
10
  **ymetric** | **string** | | [optional] [default to undefined]
10
- **yproperty** | **string** | | [optional] [default to undefined]
11
11
  **title** | **string** | | [optional] [default to undefined]
12
12
  **chartType** | **string** | | [optional] [default to undefined]
13
13
  **xProperty** | **string** | | [optional] [default to undefined]
@@ -20,9 +20,9 @@ Name | Type | Description | Notes
20
20
  import { ExistingWidgetSummary } from '@caraer/client';
21
21
 
22
22
  const instance: ExistingWidgetSummary = {
23
+ yproperty,
23
24
  xproperty,
24
25
  ymetric,
25
- yproperty,
26
26
  title,
27
27
  chartType,
28
28
  xProperty,
package/docs/Record.md CHANGED
@@ -17,9 +17,9 @@ Name | Type | Description | Notes
17
17
  **deleted** | **boolean** | | [optional] [default to undefined]
18
18
  **complete** | **boolean** | | [optional] [default to undefined]
19
19
  **uuid** | **string** | | [default to undefined]
20
- **user** | [**PublicUserDTO**](PublicUserDTO.md) | | [optional] [default to undefined]
21
20
  **properties** | [**Array&lt;FilledProperty&gt;**](FilledProperty.md) | | [optional] [default to undefined]
22
21
  **objects** | **{ [key: string]: any | null; }** | | [optional] [default to undefined]
22
+ **user** | [**PublicUserDTO**](PublicUserDTO.md) | | [optional] [default to undefined]
23
23
 
24
24
  ## Example
25
25
 
@@ -39,9 +39,9 @@ const instance: ModelRecord = {
39
39
  deleted,
40
40
  complete,
41
41
  uuid,
42
- user,
43
42
  properties,
44
43
  objects,
44
+ user,
45
45
  };
46
46
  ```
47
47
 
@@ -14,8 +14,8 @@ Name | Type | Description | Notes
14
14
  **hidden** | **boolean** | | [optional] [default to undefined]
15
15
  **disabled** | **boolean** | | [optional] [default to undefined]
16
16
  **_options** | [**Array&lt;SettingOption&gt;**](SettingOption.md) | | [optional] [default to undefined]
17
- **defaultValue** | **any** | | [optional] [default to undefined]
18
17
  **value** | **any** | | [optional] [default to undefined]
18
+ **defaultValue** | **any** | | [optional] [default to undefined]
19
19
 
20
20
  ## Example
21
21
 
@@ -32,8 +32,8 @@ const instance: SettingField = {
32
32
  hidden,
33
33
  disabled,
34
34
  _options,
35
- defaultValue,
36
35
  value,
36
+ defaultValue,
37
37
  };
38
38
  ```
39
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caraer/client",
3
- "version": "2.0.436",
3
+ "version": "2.0.437",
4
4
  "description": "Generated TypeScript client for the Caraer API",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {