@lepsto/sdk-app 87.2.0 → 87.3.1

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.
@@ -97273,7 +97273,7 @@ export interface SupportAgentCreateInput {
97273
97273
  */
97274
97274
  displayName: string;
97275
97275
  /**
97276
- * Lessly identity to bind this profile to, stored verbatim as an opaque string. It is never resolved, validated against the platform or enriched. Omit it for a bot or a backend profile. At most one agent per product may claim a given Lessly user
97276
+ * Lepsto identity to bind this profile to, stored verbatim as an opaque string. It is never resolved, validated against the platform or enriched. Omit it for a bot or a backend profile. At most one agent per product may claim a given Lepsto user
97277
97277
  */
97278
97278
  lesslyUserId?: string;
97279
97279
  }
@@ -97307,7 +97307,7 @@ export interface SupportAgentCreateOutput {
97307
97307
  */
97308
97308
  displayName: string;
97309
97309
  /**
97310
- * Bound Lessly identity, stored verbatim and resolved by nobody. Null for an unbound profile — a bot or the client's own backend, which replies just like anyone else
97310
+ * Bound Lepsto identity, stored verbatim and resolved by nobody. Null for an unbound profile — a bot or the client's own backend, which replies just like anyone else
97311
97311
  */
97312
97312
  lesslyUserId: (string | null);
97313
97313
  }
@@ -97347,7 +97347,7 @@ export interface SupportAgentGetOutput {
97347
97347
  */
97348
97348
  displayName: string;
97349
97349
  /**
97350
- * Bound Lessly identity, stored verbatim and resolved by nobody. Null for an unbound profile — a bot or the client's own backend, which replies just like anyone else
97350
+ * Bound Lepsto identity, stored verbatim and resolved by nobody. Null for an unbound profile — a bot or the client's own backend, which replies just like anyone else
97351
97351
  */
97352
97352
  lesslyUserId: (string | null);
97353
97353
  }
@@ -97391,7 +97391,7 @@ export interface SupportAgentListOutput {
97391
97391
  */
97392
97392
  displayName: string;
97393
97393
  /**
97394
- * Bound Lessly identity, stored verbatim and resolved by nobody. Null for an unbound profile — a bot or the client's own backend, which replies just like anyone else
97394
+ * Bound Lepsto identity, stored verbatim and resolved by nobody. Null for an unbound profile — a bot or the client's own backend, which replies just like anyone else
97395
97395
  */
97396
97396
  lesslyUserId: (string | null);
97397
97397
  }[];
@@ -97418,7 +97418,7 @@ export interface SupportAgentUpdateInput {
97418
97418
  */
97419
97419
  displayName?: string;
97420
97420
  /**
97421
- * Lessly identity to bind, or null to unbind. Stored verbatim, resolved by nobody
97421
+ * Lepsto identity to bind, or null to unbind. Stored verbatim, resolved by nobody
97422
97422
  */
97423
97423
  lesslyUserId?: (string | null);
97424
97424
  }
@@ -97452,7 +97452,7 @@ export interface SupportAgentUpdateOutput {
97452
97452
  */
97453
97453
  displayName: string;
97454
97454
  /**
97455
- * Bound Lessly identity, stored verbatim and resolved by nobody. Null for an unbound profile — a bot or the client's own backend, which replies just like anyone else
97455
+ * Bound Lepsto identity, stored verbatim and resolved by nobody. Null for an unbound profile — a bot or the client's own backend, which replies just like anyone else
97456
97456
  */
97457
97457
  lesslyUserId: (string | null);
97458
97458
  }
@@ -97764,7 +97764,7 @@ export interface SupportMessageCreateOutput {
97764
97764
  */
97765
97765
  authorExternalId: (string | null);
97766
97766
  /**
97767
- * The Lessly identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
97767
+ * The Lepsto identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
97768
97768
  */
97769
97769
  createdByIdentityId: (string | null);
97770
97770
  }
@@ -97853,7 +97853,7 @@ export interface SupportMessageDeleteOutput {
97853
97853
  */
97854
97854
  authorExternalId: (string | null);
97855
97855
  /**
97856
- * The Lessly identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
97856
+ * The Lepsto identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
97857
97857
  */
97858
97858
  createdByIdentityId: (string | null);
97859
97859
  }
@@ -97942,7 +97942,7 @@ export interface SupportMessageDeleteAnyOutput {
97942
97942
  */
97943
97943
  authorExternalId: (string | null);
97944
97944
  /**
97945
- * The Lessly identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
97945
+ * The Lepsto identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
97946
97946
  */
97947
97947
  createdByIdentityId: (string | null);
97948
97948
  }
@@ -98031,7 +98031,7 @@ export interface SupportMessageGetOutput {
98031
98031
  */
98032
98032
  authorExternalId: (string | null);
98033
98033
  /**
98034
- * The Lessly identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
98034
+ * The Lepsto identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
98035
98035
  */
98036
98036
  createdByIdentityId: (string | null);
98037
98037
  }
@@ -98156,7 +98156,7 @@ export interface SupportMessageListOutput {
98156
98156
  */
98157
98157
  authorExternalId: (string | null);
98158
98158
  /**
98159
- * The Lessly identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
98159
+ * The Lepsto identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
98160
98160
  */
98161
98161
  createdByIdentityId: (string | null);
98162
98162
  }[];
@@ -98193,7 +98193,7 @@ export interface SupportMessageRevisionsListOutput {
98193
98193
  */
98194
98194
  messageId: string;
98195
98195
  /**
98196
- * The Lessly identity that made the edit
98196
+ * The Lepsto identity that made the edit
98197
98197
  */
98198
98198
  editedByIdentityId: (string | null);
98199
98199
  }[];
@@ -98287,7 +98287,7 @@ export interface SupportMessageUpdateOutput {
98287
98287
  */
98288
98288
  authorExternalId: (string | null);
98289
98289
  /**
98290
- * The Lessly identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
98290
+ * The Lepsto identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
98291
98291
  */
98292
98292
  createdByIdentityId: (string | null);
98293
98293
  }
@@ -118255,7 +118255,7 @@ export interface SupportThreadCreateInput {
118255
118255
  */
118256
118256
  authorDisplay?: string;
118257
118257
  /**
118258
- * Opaque identifier of the external end user in the client's own user base. Stored verbatim: never resolved, normalised or enriched, and it is not a Lessly identity
118258
+ * Opaque identifier of the external end user in the client's own user base. Stored verbatim: never resolved, normalised or enriched, and it is not a Lepsto identity
118259
118259
  */
118260
118260
  authorExternalId: string;
118261
118261
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lepsto/sdk-app",
3
3
  "description": "The Lepsto SDK for App is a TypeScript SDK that provides runtime bindings and type-safe generated code for interacting with Lepsto Platform APIs and services. This package generates type definitions and client bindings from API catalogs, enabling developers to build applications that consume Lepsto platform services with full type safety and autocompletion.",
4
- "version": "87.2.0",
4
+ "version": "87.3.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/lepsto/lepsto-sdk-app.git"
@@ -219,5 +219,5 @@
219
219
  }
220
220
  }
221
221
  },
222
- "sdkContentHash": "sha256:c4d3e9f5f9cf4ad5a58819e1c502a1b5e5e4e8bab57be5f09527d02382ffea35"
222
+ "sdkContentHash": "sha256:99e432f94d3e28c016349f1f404abf1f68960cce014f06c52534250b45d6fcd7"
223
223
  }
@@ -91839,7 +91839,7 @@ avatarUrl?: string
91839
91839
  */
91840
91840
  displayName: string
91841
91841
  /**
91842
- * Lessly identity to bind this profile to, stored verbatim as an opaque string. It is never resolved, validated against the platform or enriched. Omit it for a bot or a backend profile. At most one agent per product may claim a given Lessly user
91842
+ * Lepsto identity to bind this profile to, stored verbatim as an opaque string. It is never resolved, validated against the platform or enriched. Omit it for a bot or a backend profile. At most one agent per product may claim a given Lepsto user
91843
91843
  */
91844
91844
  lesslyUserId?: string
91845
91845
  }
@@ -91874,7 +91874,7 @@ updatedAt: string
91874
91874
  */
91875
91875
  displayName: string
91876
91876
  /**
91877
- * Bound Lessly identity, stored verbatim and resolved by nobody. Null for an unbound profile — a bot or the client's own backend, which replies just like anyone else
91877
+ * Bound Lepsto identity, stored verbatim and resolved by nobody. Null for an unbound profile — a bot or the client's own backend, which replies just like anyone else
91878
91878
  */
91879
91879
  lesslyUserId: (string | null)
91880
91880
  }
@@ -91916,7 +91916,7 @@ updatedAt: string
91916
91916
  */
91917
91917
  displayName: string
91918
91918
  /**
91919
- * Bound Lessly identity, stored verbatim and resolved by nobody. Null for an unbound profile — a bot or the client's own backend, which replies just like anyone else
91919
+ * Bound Lepsto identity, stored verbatim and resolved by nobody. Null for an unbound profile — a bot or the client's own backend, which replies just like anyone else
91920
91920
  */
91921
91921
  lesslyUserId: (string | null)
91922
91922
  }
@@ -91962,7 +91962,7 @@ updatedAt: string
91962
91962
  */
91963
91963
  displayName: string
91964
91964
  /**
91965
- * Bound Lessly identity, stored verbatim and resolved by nobody. Null for an unbound profile — a bot or the client's own backend, which replies just like anyone else
91965
+ * Bound Lepsto identity, stored verbatim and resolved by nobody. Null for an unbound profile — a bot or the client's own backend, which replies just like anyone else
91966
91966
  */
91967
91967
  lesslyUserId: (string | null)
91968
91968
  }[]
@@ -91990,7 +91990,7 @@ avatarUrl?: (string | null)
91990
91990
  */
91991
91991
  displayName?: string
91992
91992
  /**
91993
- * Lessly identity to bind, or null to unbind. Stored verbatim, resolved by nobody
91993
+ * Lepsto identity to bind, or null to unbind. Stored verbatim, resolved by nobody
91994
91994
  */
91995
91995
  lesslyUserId?: (string | null)
91996
91996
  }
@@ -92025,7 +92025,7 @@ updatedAt: string
92025
92025
  */
92026
92026
  displayName: string
92027
92027
  /**
92028
- * Bound Lessly identity, stored verbatim and resolved by nobody. Null for an unbound profile — a bot or the client's own backend, which replies just like anyone else
92028
+ * Bound Lepsto identity, stored verbatim and resolved by nobody. Null for an unbound profile — a bot or the client's own backend, which replies just like anyone else
92029
92029
  */
92030
92030
  lesslyUserId: (string | null)
92031
92031
  }
@@ -92350,7 +92350,7 @@ attachmentCount: number
92350
92350
  */
92351
92351
  authorExternalId: (string | null)
92352
92352
  /**
92353
- * The Lessly identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
92353
+ * The Lepsto identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
92354
92354
  */
92355
92355
  createdByIdentityId: (string | null)
92356
92356
  }
@@ -92441,7 +92441,7 @@ attachmentCount: number
92441
92441
  */
92442
92442
  authorExternalId: (string | null)
92443
92443
  /**
92444
- * The Lessly identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
92444
+ * The Lepsto identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
92445
92445
  */
92446
92446
  createdByIdentityId: (string | null)
92447
92447
  }
@@ -92532,7 +92532,7 @@ attachmentCount: number
92532
92532
  */
92533
92533
  authorExternalId: (string | null)
92534
92534
  /**
92535
- * The Lessly identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
92535
+ * The Lepsto identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
92536
92536
  */
92537
92537
  createdByIdentityId: (string | null)
92538
92538
  }
@@ -92623,7 +92623,7 @@ attachmentCount: number
92623
92623
  */
92624
92624
  authorExternalId: (string | null)
92625
92625
  /**
92626
- * The Lessly identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
92626
+ * The Lepsto identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
92627
92627
  */
92628
92628
  createdByIdentityId: (string | null)
92629
92629
  }
@@ -92750,7 +92750,7 @@ attachmentCount: number
92750
92750
  */
92751
92751
  authorExternalId: (string | null)
92752
92752
  /**
92753
- * The Lessly identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
92753
+ * The Lepsto identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
92754
92754
  */
92755
92755
  createdByIdentityId: (string | null)
92756
92756
  }[]
@@ -92789,7 +92789,7 @@ createdAt: string
92789
92789
  */
92790
92790
  messageId: string
92791
92791
  /**
92792
- * The Lessly identity that made the edit
92792
+ * The Lepsto identity that made the edit
92793
92793
  */
92794
92794
  editedByIdentityId: (string | null)
92795
92795
  }[]
@@ -92885,7 +92885,7 @@ attachmentCount: number
92885
92885
  */
92886
92886
  authorExternalId: (string | null)
92887
92887
  /**
92888
- * The Lessly identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
92888
+ * The Lepsto identity that posted the message — the one allowed to edit or delete it. Null for a message from the public edge or from before authorship was recorded: nobody owns those, and only support_message_delete_any removes them
92889
92889
  */
92890
92890
  createdByIdentityId: (string | null)
92891
92891
  }
@@ -111491,7 +111491,7 @@ metadata?: {
111491
111491
  */
111492
111492
  authorDisplay?: string
111493
111493
  /**
111494
- * Opaque identifier of the external end user in the client's own user base. Stored verbatim: never resolved, normalised or enriched, and it is not a Lessly identity
111494
+ * Opaque identifier of the external end user in the client's own user base. Stored verbatim: never resolved, normalised or enriched, and it is not a Lepsto identity
111495
111495
  */
111496
111496
  authorExternalId: string
111497
111497
  }